@font-face {
    font-family: alex-med;
    src: url(../fonts/alex-reg.ttf)
}

@font-face {
    font-family: alex-bold;
    src: url(../fonts/alex-bold.ttf)
}

@font-face {
    font-family: sar-font;
    src: url('../fonts/SAR_font.ttf') format('truetype');
}

.sar_text {
    font-family: sar-font, serif !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    font-family: alex-med;
    overflow-x: hidden !important;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #1D1D1D;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.7;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

ul {
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.main-header {
    background: #0F122C;
    padding: 20px 0px;
}

.main-header .col-md-3 {
    padding: 0px;
}

.main-header .logo .bars {
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 30px;
    float: right;
}

.main-header .logo .bars i {
    color: #fff;
    transition: all .6s ease-in-out;
    font-size: 20px;
}

.main-header .logo .bars .down {
    display: none;
    margin-right: 20px;
    font-size: 20px;
    color: #F05624;
}

.main-header .logo .bars i:hover {
    color: #F05624;
}

.main-header .logo img {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    height: 77px;

}

.main-header .menu ul {
    text-align: center;
    margin-top: 25px;
}

.main-header .menu ul li {
    margin-left: 15px;
    display: inline-block;
}

.main-header .menu ul li a {
    color: #fff;
    transition: all .6s ease-in-out;
}

.main-header .menu ul li a:hover {
    color: #F05624;
}

.main-header .moreIcons ul {
    margin-top: 20px;
    text-align: center;
    float: left;
}

.main-header .moreIcons ul li {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.main-header .moreIcons ul .cart {
    position: relative;
}

.main-header .moreIcons ul .cart span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 150px;
    background-color: #F05624;
    font-size: 9px;
    font-family: alex-bold;
    color: #fff;
    top: -4px;
    right: 0px;
}

.main-header .moreIcons ul .userInfo {
    transition: all .6s ease-in-out;
    padding: 10px 22px;
    border-radius: 30px;
    background: rgba(144, 148, 183, 0.14);
    float: left;
    margin-top: -10px;
}

.main-header .moreIcons ul .userInfo:hover {
    background-color: #F05624;
}

.main-header .moreIcons ul .userInfo img {
    float: right;
}

.main-header .moreIcons ul .userInfo i {
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}

.accounts-info {
    position: absolute;
    left: 30px;
    width: 180px;
    top: 70px;
    background: #FFFFFF;
    border-radius: 20px;
    display: none;
    z-index: 99999999999;
    padding: 10px 20px;
}

.accounts-info ul li {
    cursor: pointer;
    padding: 5px 0px;
    display: block;
    float: right;
    width: 100%;
}

.accounts-info ul li:last-child a {
    color: #E92424;
}

.accounts-info ul li a {
    transition: all .6s ease-in-out;
    font-size: 12px;
    font-family: alex-bold;
    color: #606487;
}

.accounts-info ul li a:hover {
    color: #F05624;
}

.accounts-info ul li a i {
    float: left;
    margin-top: 3px;
    font-size: 14px;
}

.fixedBar {
    position: fixed;
    top: 0px;
    padding: 20px 0px;
    right: 0px;
    display: none;
    height: 100%;
    z-index: 999999999999;
    border-radius: 40px 0px 0px 40px;
    width: 324px;
    background: #FFFFFF;

}

.fixedBar .logo {
    margin: 20px 0px;
}

.fixedBar .logo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.fixedBar .menu ul li {
    cursor: pointer;
    margin-top: 20px;
    margin-right: 60px;
}

.fixedBar .menu ul li a {
    transition: all .6s ease-in-out;
    color: #0F122C;
    font-size: 12px;
    font-family: alex-bold;
}

.fixedBar .menu ul li a:hover {
    color: #F05624;
}

.fixedBar .menu ul li a i {
    color: #F05624;
    margin-left: 15px;
    font-size: 18px;
}

#loginModal .modal-content {
    border-radius: 10px;
    padding-bottom: 30px;
}

#loginModal .the-tabs {
    display: block;
    width: 100%;
    text-align: center;
}

#loginModal .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#loginModal .the-tabs ul li {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #e0e3ff;
    padding: 20px;
    background-color: #fff;
    width: 49.67%;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
}

#loginModal .the-tabs ul li a {
    color: #9094B7;
    font-family: alex-bold;
    font-size: 12px;
}

#loginModal .the-tabs ul .active {
    background-color: #F05624;
}

#loginModal .the-tabs ul .active a {
    color: #fff;
}

#loginModal #loginByMobile .content, #loginModal #loginByEmail .content {
    text-align: center;
}

#loginModal #loginByMobile .content h4, #loginModal #loginByEmail .content h4 {
    font-family: alex-bold;
    color: #0F122C;
    font-size: 14px;
    line-height: 25px;
}

#loginModal #loginByMobile .content h3, #loginModal #loginByEmail .content h3 {
    font-family: alex-bold;
    color: #7B7B7B;
    font-size: 12px;
    line-height: 25px;
    margin: 0px;
    margin-bottom: 20px;
}

#loginModal #loginByMobile .content h2, #loginModal #loginByEmail .content h2 {
    font-family: alex-bold;
    color: #000000;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 20px;
}

#loginModal #loginByMobile .content form, #loginModal #loginByEmail .content form {
    width: 90%;
    display: block;
    margin: 0 auto;
}

#loginModal #loginByMobile .content form input, #loginModal #loginByEmail .content form input {
    width: 100%;
    background: rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    border: none;
    outline: none;
}

#loginModal #loginByMobile .tab, #loginModal #loginByEmail .tab {
    display: none;
}

#loginModal #loginByMobile .content form .continue, #loginModal #loginByEmail .content form .continue {
    width: 100%;
    color: #fff;
    transition: all .6s ease-in-out;
    display: block;
    cursor: pointer;
    padding: 12px;
    background: #F05624;
    border: none;
    margin-top: 12px;
    border-radius: 10px;
}

#loginModal #loginByMobile .content form button:hover, #loginModal #loginByEmail .content form button:hover {
    background-color: #0F122C;
}

#loginModal #loginByMobile .content p, #loginModal #loginByEmail .content p {
    width: 75%;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    color: #606487;
    text-align: center;
    margin-top: 15px;
}

#loginModal #loginByMobile .content form button:not(.close),
#loginModal #loginByEmail .content form button:not(.close) {
    width: 100%;
    color: #fff;
    transition: all .6s ease-in-out;
    display: block;
    cursor: pointer;
    padding: 12px;
    background: #F05624;
    border: none;
    margin-top: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#loginModal #loginByMobile .content form .resend, #loginModal #loginByEmail .content form .resend {
    color: #F05624;
    font-weight: bold;
    font-size: 14px;
}

#loginModal .otp-field {
    display: inline-block;
    direction: ltr;
}

#loginModal .otp-field input {
    width: 115px !important;
    padding: 12px !important;
    height: 65px;
    text-align: center;
    border-radius: 5px;
    font-size: 30px;
    margin: 2px;
    border: 2px solid #55525c;
    background: #21232d;
    font-weight: bold;
    color: #000000;
    outline: none;
    transition: all 0.1s;
}

#loginModal .otp-field input:focus {
    border: 2px solid #F05624;
    box-shadow: 0 0 2px 2px #F05624;
}

#loginModal .disabled {
    opacity: 0.5;
}

#loginModal #loginByMobile .back, #loginModal #loginByEmail .back {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #9094B7;
    margin-bottom: 30px;
    cursor: pointer;
}

.mainHome {
    padding: 80px 0px;
    background-image: url("../images/layer.svg");
    background-size: cover;
}

.mainHome .content h3 {
    line-height: 40px;
    font-family: alex-bold;
    position: relative;
    color: #101010;
    margin-bottom: 30px;
}

.mainHome .content h3 span {
    display: block;
    color: #F05624;
}

.mainHome .content h3 img {
    position: absolute;
    top: -28px;
    right: 50%;
}

.mainHome .content p {
    line-height: 25px;
    font-family: alex-bold;
    position: relative;
    font-size: 14px;
    color: #6D708C;
    margin-bottom: 30px;
}

.mainHome .pic {
    padding: 20px;
}

.mainHome .pic .car {
    margin-top: -35px;
    float: left;
    width: 515px;
    height: 259px;
    position: absolute;
    left: 0px;
}

.mainHome .pic .bk {
    position: absolute;
    left: 0px;
    top: -15px;
    width: 72%;
}

.mainHome .the-tabs {
    display: block;
    width: 100%;
    text-align: center;
}

.mainHome .the-tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    background-color: transparent;
    width: 100%;
    text-align: right;
}

.mainHome .the-tabs ul li {
    display: inline-block;
    text-align: center;
    padding: 12px;
    background-color: #EFF0F5;
    width: 140px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: all .6s ease-in-out;
}

.mainHome .the-tabs ul li a {
    color: #9094B7;
    font-family: alex-bold;
    font-size: 12px;
}

.mainHome .the-tabs ul .active {
    background-color: #F05624;
}

.mainHome .the-tabs ul .active a {
    color: #fff;
}

/*.mainHome .formContent form {
    display: flex;
}*/

.mainHome .formContent #local-calculator-form .custom-select,
.mainHome .formContent #local-calculator-form .weight {
    width: 250px;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    /*width: auto*/
}

.mainHome .formContent #international-calculator-form .custom-select .select2-selection__rendered {
    font-size: 12px;
}

.mainHome .formContent #international-calculator-form .custom-select,
.mainHome .formContent #international-calculator-form .weight {
    width: 175px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    /*width: auto*/
}

.mainHome .formContent #local-calculator-form .custom-select select,
.mainHome .formContent #local-calculator-form .weight input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    padding: 15px 30px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    border-radius: 10px;
}

.mainHome .formContent #local-calculator-form .custom-select input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    padding: 15px 30px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    border-radius: 10px;
}

.mainHome .formContent #international-calculator-form .custom-select input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    padding: 15px 30px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    border-radius: 10px;
}

.mainHome .formContent #international-calculator-form .custom-select select,
.mainHome .formContent #international-calculator-form .weight input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    padding: 15px 30px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    border-radius: 10px;
}

.mainHome .formContent #local-calculator-form .weight span {
    position: absolute;
    left: 15px;
    top: 18px;
    color: #5e5e5e;
    font-family: alex-bold;
    font-size: 10px;
}

.mainHome .formContent #international-calculator-form .weight span {
    position: absolute;
    left: 15px;
    top: 18px;
    color: #5e5e5e;
    font-family: alex-bold;
    font-size: 10px;
}

.mainHome .formContent #local-calculator-form .custom-select select option {
    font-size: 14px;
    border-radius: 0px;
    padding: 12px;
}

.mainHome .formContent #international-calculator-form .custom-select select option {
    font-size: 12px;
    border-radius: 0px;
    padding: 12px;
}

.mainHome .formContent #local-calculator-form .custom-select::before {
    position: absolute;
    content: "\f3c5";
    font: normal normal normal 14px / 1 FontAwesome;
    right: 7px;
    color: #F05624;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

.mainHome .formContent #international-calculator-form .custom-select:nth-child(2n+1)::before {
    position: absolute;
    display: block;
    content: "\f3c5";
    font: normal normal normal 14px / 1 FontAwesome;
    right: 7px;
    color: #F05624;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

.mainHome .formContent #international-calculator-form .custom-select:nth-child(2n)::before {
    position: absolute;
    display: block;
    content: "\f276";
    font: normal normal normal 14px / 1 FontAwesome;
    right: 7px;
    color: #F05624;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

.mainHome .formContent #local-calculator-form .weight::before,
.mainHome .formContent #international-calculator-form .weight::before {
    position: absolute;
    content: "\f290";
    font: normal normal normal 14px / 1 FontAwesome;
    right: 7px;
    color: #F05624;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

/*.mainHome .formContent .custom-select::after {
    position: absolute;
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    left: 12px;
    color: #000000;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}*/

.mainHome .formContent {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 0px 0px 10px 10px;

}

.mainHome .formContent #local-calculator-form button {
    transition: all .6s ease-in-out;
    width: 210px;
    height: 50px;
    background: #FAB818;
    border: none;
    border-radius: 10px;
    float: left;
    color: #0F122C;
    font-family: alex-bold;
    /*margin-right: auto;*/
}

.mainHome .formContent #international-calculator-form button {
    transition: all .6s ease-in-out;
    width: 150px;
    height: 50px;
    background: #FAB818;
    border: none;
    border-radius: 10px;
    float: left;
    color: #0F122C;
    font-family: alex-bold;
    /*margin-right: auto;*/
}

.mainHome .formContent button:hover {
    background-color: #F05624;
    color: #fff;
}

.main-header .moreIcons-mobile {
    display: none;
}

.main-header .moreIcons-mobile ul {
    margin-top: 20px;
    text-align: center;
    float: left;
}

.main-header .moreIcons-mobile ul li {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.main-header .moreIcons-mobile ul .cart {
    position: relative;
}

.main-header .moreIcons-mobile ul .cart span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 150px;
    background-color: #F05624;
    font-size: 9px;
    font-family: alex-bold;
    color: #fff;
    top: -4px;
    right: 0px;
}

.main-header .moreIcons-mobile ul .userInfo {
    transition: all .6s ease-in-out;
    padding: 10px 22px;
    border-radius: 30px;
    background: rgba(144, 148, 183, 0.14);
    float: left;
    margin-top: -10px;
}

.main-header .moreIcons-mobile ul .userInfo:hover {
    background-color: #F05624;
}

.main-header .moreIcons-mobile ul .userInfo img {
    float: right;
}

.main-header .moreIcons-mobile ul .userInfo i {
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}

.aboutUs .content h4 {
    color: #101010;
    font-family: alex-bold;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}

.aboutUs .content h4 img {
    position: absolute;
    left: 55px;
    top: -35px;
}

.aboutUs .content p {
    line-height: 25px;
    font-family: alex-bold;
    position: relative;
    font-size: 14px;
    color: #6D708C;
}

.aboutUs .content a {
    width: 142px;
    height: 44px;
    background: #F05624;
    border-radius: 10px;
    display: block;
    padding: 12px;
    color: #fff;
    text-align: center;
    transition: all .6s ease-in-out;
    margin-bottom: 20px;
    margin-top: 16px;
}

.aboutUs .content a:hover {
    background-color: #2a6496;
}

.aboutUs .icon img {
    width: 75px;
    height: 75px;
    display: block;
    margin-bottom: 10px;
    transition: all .6s ease-in-out;
}

.aboutUs .icon:hover img {
    transform: scale(1.2);
}

.aboutUs .icon h3 {
    font-size: 14px;
    line-height: 25px;
    font-family: alex-bold;
    color: #0F122C;
}

.aboutUs .icon p {
    line-height: 25px;
    font-family: alex-bold;
    position: relative;
    font-size: 12px;
    color: #7B7B7B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.what-jahzha {
    margin-top: 20px;
    background-image: url(../images/map.svg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position-x: left;
}

.what-jahzha .content h3 {
    color: #101010;
    font-family: alex-bold;
    font-size: 20px;
    position: relative;
    line-height: 35px;
}

.what-jahzha .content p {
    line-height: 25px;
    font-family: alex-bold;
    position: relative;
    font-size: 14px;
    color: #6D708C;
    margin-bottom: 20px;
}

.what-jahzha .content ul {
    display: block;
    margin-top: 12px;
    margin-bottom: 30px;
}

.what-jahzha .content ul li {
    display: block;
    margin-top: 15px;
    color: #0F122C;
    font-size: 14px;
}

.what-jahzha .content ul li i {
    color: #38DF98;
    margin-left: 10px;
    font-size: 20px;
}

.howWorking {
    padding: 30px 0px;
    background: linear-gradient(180deg, rgba(144, 148, 183, 0.07) 0%, rgba(64, 65, 81, 0) 100%);
    margin-top: 30px;

}

.howWorking h2 {
    text-align: center;
    color: #0F122C;
    font-family: alex-bold;
    font-size: 20px;
}

.howWorking .icon img {
    /* object-fit: fill !important; */
    width: 100px;
    height: 100px;
    /* border-radius: 250px; */
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 30px;
}

.howWorking .icon p {
    font-family: alex-bold;
    color: #101010;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.howWorking .try {
    display: block;
    margin: 0 auto;
    width: 274px;
    padding: 12px;
    background: #F05624;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    transition: all .6s ease-in-out;
}

.howWorking .try:hover {
    background-color: #2a6496;
}

.howWorking .video {
    width: 75%;
    height: 500px;
    display: block;
    margin: 0 auto;
    object-fit: cover !important;
    margin-top: 50px;
    border-radius: 12px;
}

.our-partners {
    padding: 50px 0px;
}

.our-partners .head-title {
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.our-partners .head-title h2 {
    font-weight: bolder;
    font-size: 22px;
    color: #165FAE;
    margin-bottom: 20px;
}

.our-partners .head-title p {
    color: #5C5F68;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    z-index: 9999999;
    margin-bottom: 30px;
    position: relative;
}

.our-partners .pic {
    padding: 15px;
    margin: 20px 0px;
}

.our-partners .pic img {
    transition: all .6s ease-in-out;
    width: 100%;
    height: 130px;
}

.our-partners .pic img:hover {
    transform: scale(1.1);
}

.our-partners .partners-slider .owl-dots {
    display: table;
    margin: 0px auto;
    position: relative;
    top: 10px;
}

.our-partners .partners-slider .owl-dot {
    border-radius: 150px;
    background-color: #9094B7;
    float: right;
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.our-partners .partners-slider .owl-dot.active {
    background-color: #F05624;
}

.jahzhaMobile {
    margin-top: 100px;
}

.jahzhaMobile .content {
    position: relative;
    padding: 20px;
    float: right;
    width: 100%;
    background: #F05624;
    border-radius: 40px;
}

.jahzhaMobile .content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
}

.jahzhaMobile .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.jahzhaMobile .content h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.jahzhaMobile .content .pic {
    margin-bottom: 30px;
}

.jahzhaMobile .content .mobile {
    position: absolute;
    left: 50px;
    top: -95px;
}

.footer {
    padding-top: 150px;
    padding-bottom: 10px;
    background-color: #0F122C;
    background-image: url("../images/bk.svg");
    margin-top: -120px;
    float: right;
    width: 100%;
}

.footer .content {
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

.footer .content img {
    margin-bottom: 20px;
}

.footer .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* or 171% */
    text-align: center;

    color: #FFFFFF;
}

.footer .content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FAB818;
    margin-top: 14px;
}

.footer .content ul {
    margin-top: 12px;
}

.footer .content ul li {
    display: block;
    margin-top: 15px;
}

.footer .content ul li a {
    transition: all .6s ease-in-out;
    color: #fff;
    font-size: 14px;
}

.footer .content ul li a:hover {
    color: #F05624;
}

.footer .content form {
    position: relative;
    margin-bottom: 30px;
}

.footer .content form label {
    color: #fff;
    font-size: 12px;
}

.footer .content form input {
    background: #FFFFFF;
    border-radius: 45px;
    padding: 14px 10px;
    width: 100%;
    outline: none;
    border: none;
    margin-top: 12px;
}

.footer .content form button {
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none;
    left: 15px;
    color: #F05624;
    top: 50px;
    font-size: 16px;
}

.footer .content .social-media ul li {
    display: inline-block;
    border-radius: 150px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all .6s ease-in-out;
    text-align: center;
    margin-left: 5px;
}

.footer .content .social-media ul li:hover {
    background-color: #F05624;
}

.footer .content .social-media ul li a {
    font-size: 16px;
}

.copyright {
    background-color: #fff;
    padding: 10px 0px;
}

.copyright p {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
    color: #9094B7;
    margin-top: 5px;

}

.copyright ul {
    margin-top: 5px;
    float: left;
}

.copyright ul li {
    display: inline-block;
}

.searchBar {
    position: fixed;
    top: 0px;
    right: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 9999999999;
    height: 175px;
    display: none;
    background-color: #0f122c;
}

.searchBar form input {
    width: 100%;
    padding: 14px;
    outline: none;
    position: relative;
    border-radius: 12px;
}

.searchBar form button {
    position: absolute;
    left: 25px;
    background-color: transparent;
    border: none;
    font-size: 22px;
    top: 8px;
}

.searchBar .closeBtn {
    position: absolute;
    left: -85px;
    top: -40px;
    cursor: pointer;
}

.searchBar .closeBtn i {
    color: #F05624;
    font-size: 30px;
}

.upBar {
    background-color: #FAB818;
    position: relative;
    text-align: center;
}

.upBar h5 {
    font-family: alex-bold;
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    color: #0F122C;
}

.upBar h5 i {
    color: #F05624;
    margin: 0px 8px;
}

.upBar .closeBtn {
    z-index: 999999999;
    position: absolute;
    left: 40px;
    top: 18px;
    cursor: pointer;
}

.upBar .closeBtn i {
    color: #0F122C;
    font-size: 20px;
}

.startModal {
    background-color: red;
    position: fixed;
    top: 200px;
}

#myModal .modal-content {
    float: left;
    padding: 20px 10px;
    width: 100%;
    margin-top: 25%;
}

.modal {
    padding-right: 0px !important;
}

#myModal .modal-content h4 {
    line-height: 30px;
    color: #0F122C;
    font-family: alex-bold;
    font-size: 16px;
}

#myModal .modal-content p {
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 20px;

}

#myModal {
    /*display: flex!important;*/
    justify-content: center;
    align-items: center;
}

#myModal .modal-content .links {
    text-align: center;
    margin-top: 10px;
    display: block;
}

#myModal .modal-content .links a {
    display: inline-block;
    transition: all .6s ease-in-out;
    color: #0F122C;
    padding: 12px;
    border-radius: 12px;
}

#myModal .modal-content .links a:hover {
    background-color: #F05624;
    color: #fff;
}

.footer .content .call {
    padding: 12px;
    line-height: 25px;
    width: 45px;
    height: 45px;
    background: #FAB818;
    text-align: center;
    border-radius: 150px;
    font-size: 20px;
    margin-top: 12px;
    transition: all .6s ease-in-out;
    display: block;
}

.footer .content .call:hover {
    background-color: #F05624;
}

.footer .content .call i {
    color: #fff;
}

.aboutUs-page {
    padding: 80px 0px;
    margin-bottom: 10px;
    background-image: url('../images/layer.svg');
    background-size: auto;
    background-repeat: no-repeat;
}

.aboutUs-page .content h3 {
    color: #F05624;
    font-family: alex-bold;
    font-size: 16px;
    position: relative;
    line-height: 35px;
}

.aboutUs-page .content p {
    line-height: 30px;
    position: relative;
    font-size: 16px;
    color: #7B7B7B;
    margin-bottom: 20px;
}

.aboutUs-page .content h5 {
    font-size: 14px;
    color: #0F122C;
    margin-bottom: 20px;
}

.aboutUs-page .content ul {
    display: block;
    margin-top: 12px;
    margin-bottom: 30px;
}

.aboutUs-page .content ul li {
    display: block;
    margin-top: 15px;
    line-height: 25px;
    color: #0F122C;
    font-size: 14px;
}

.aboutUs-page .content ul li i {
    color: #38DF98;
    margin-left: 10px;
    font-size: 20px;
}

.aboutUs-page .pic {
    text-align: center;
    padding: 30px;
}

.aboutUs-page .pic img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
}

.aboutUs-page .headBar {
    text-align: center;
}

.aboutUs-page .headBar h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 32px;
    line-height: 54px;
    color: #F05624;
}

.whyChooseUs {
    padding: 50px 0px;
    background: #0F122C;
    float: right;
    width: 100%;
    margin-bottom: 50px;
}

.headTitle {
    text-align: center;
}

.headTitle h5 {
    font-size: 16px;
    font-weight: 500;
    color: #F05624;
}

.headTitle h3 {
    font-size: 24px;
    font-family: alex-bold;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.whyChooseUs .one {
    transition: all .6s ease-in-out;
    background: #0F122C;
    border: 1px solid #606487;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    padding: 0px 20px;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.whyChooseUs .one:hover {
    background-color: #F05624;
    border: none;
}

.whyChooseUs .one:hover p {
    color: #fff;
}

.whyChooseUs .one .icon {
    right: 0px;
    left: 0px;
    margin: 0 auto;
    background: #F05624;
    width: 100px;
    text-align: center;
    position: absolute;
    border-radius: 150px;
    height: 100px;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyChooseUs .one .icon img {
    width: 60px;
    height: 60px;
}

.whyChooseUs .one h3 {
    font-size: 20px;
    font-family: alex-bold;
    color: #fff;
}

.whyChooseUs .one p {
    font-size: 16px;
    color: #9094B7;
    overflow: hidden;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.whyShippingWithUs {
    float: right;
    width: 100%;
    margin-bottom: 200px;
}

.headTitle-w {
    text-align: center;
}

.headTitle-w h5 {
    font-size: 16px;
    font-weight: 500;
    color: #F05624;
}

.headTitle-w h3 {
    font-size: 24px;
    font-family: alex-bold;
    color: #0F122C;
    margin-bottom: 50px;
}

.whyShippingWithUs .one {
    transition: all .6s ease-in-out;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    padding: 0px 25px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.whyShippingWithUs .one:hover {
    background: rgba(240, 86, 36, 0.13);
}

.whyShippingWithUs .one .icon {

    background: rgba(240, 86, 36, 0.13);
    margin: 0 auto;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    height: 100px;
}

.whyChooseUs .one .icon img {
    width: 60px;
    height: 60px;
}

.whyShippingWithUs .one h3 {
    font-size: 16px;
    font-family: alex-bold;
    color: #0F122C;
}

.whyShippingWithUs .one p {
    font-size: 16px;
    color: #606487;
    overflow: hidden;
    line-height: 30px;
    height: 100px;

}

.whyShippingWithUs .shippingNow {
    transition: all .6s ease-in-out;
    width: 197px;
    height: 55px;
    background: #F05624;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.whyShippingWithUs .shippingNow:hover {
    background-color: #2a6496;
}

.privacy-policy-page {
    padding: 80px 0px;
    margin-bottom: 10px;
    background-image: url('../images/layer.svg');
    background-size: auto;
    background-repeat: no-repeat;
}

.headBar {
    text-align: center;
    margin-bottom: 100px;
}

.headBar h3 {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-size: 32px;
    line-height: 54px;
    color: #F05624;
}

.headBar p {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    top: 253px;
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    color: #606487;


}

.privacy-policy-page .content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #0F122C;
}

.privacy-policy-page .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-align: right;
    color: #606487;
    margin-bottom: 50px;
}

.footer-sp {
    margin-top: 50px;
    padding-top: 30px;
}

.blog-page {
    padding: 80px 0px;
    margin-bottom: 10px;
    background-image: url('../images/layer.svg');
    background-size: auto;
    background-repeat: no-repeat;
}

.blog-page .all-blogs .one {
    float: right;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E8F3;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.blog-page .all-blogs .one .pic {
    padding: 12px 0px;
}

.blog-page .all-blogs .one .pic img {
    border-radius: 10px;
    width: 162px;
    height: 170px;
    object-fit: cover !important;
}

.blog-page .all-blogs .one .content {
    padding: 12px 20px;
}

.blog-page .all-blogs .one .content h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #6A829B;
    text-align: right;
}

.blog-page .all-blogs .one .content h6 i {
    margin-left: 10px;
    color: #6A829B;
}

.blog-page .all-blogs .one .content a {
    font-family: alex-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.5px;
    color: #0F122C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-page .all-blogs .one .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    color: #55697F;
    margin: 15px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-page .all-blogs .one .content .seeMore {
    color: #F05624;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.blog-page .all-blogs .showMore {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 182px;
    height: 50px;
    justify-content: center;
    text-align: center;
    background: rgba(240, 86, 36, 0.13);
    margin-top: 30px;

    border-radius: 30px;
}

.blog-page .all-blogs .showMore a {
    color: #F05624;
    font-family: alex-bold;
}

.blog-page .all-blogs .one .content .seeMore i {
    color: #A9BED4;
    margin-right: 10px;
}

.blog-page .search {
    margin-top: 10px;
}

.blog-page .search form {
    margin-top: 16px;
}

.blog-page .search form input {
    width: 100%;
    background: #FBFBFC;
    border: 1px solid #E3E8F3;
    padding: 12px;
    outline: none;
    position: relative;
    border-radius: 10px;
}

.blog-page .search form button {
    position: absolute;
    color: #6A829B;
    background-color: transparent;
    border: none;
    left: 25px;
    top: 26px;
    font-size: 18px;
}

.blog-page .categories {
    background: #FBFBFC;
    border: 1px solid #FBFBFC;
    border-radius: 10px;
    padding: 30px 14px;
    margin-top: 15px;
}

.blog-page .categories h3 {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    font-family: alex-bold;
    color: #0F122C;
    margin-bottom: 20px;
}

.blog-page .categories ul {
    margin-top: 14px;
}

.blog-page .categories ul li {
    display: block;
    margin-top: 14px;
}

.blog-page .categories ul li span {
    float: left;
    font-family: alex-bold;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #55697F;
}

.blog-page .mostViewer {
    float: right;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E8F3;
    border-radius: 10px;
    margin-top: 30px;
}

.blog-page .mostViewer h3 {
    padding: 10px;
    font-family: alex-bold;
    font-size: 25px;
}

.blog-page .mostViewer .mini-one {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.blog-page .mostViewer .mini-one .pic img {
    border-radius: 10px;
    width: 88px;
    height: 83px;
}

.blog-page .mostViewer .mini-one .content {
    padding: 0px 10px;
}

.blog-page .mostViewer .mini-one .content h5 {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.5px;
    margin: 0px;
    color: #0F122C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-page .mostViewer .mini-one .content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #55697F;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogDetailsPage {
    padding: 20px 0px;
}

.blogDetailsPage .content h4 {
    font-family: alex-bold;
    line-height: 30px;
    font-size: 22px;
    color: #0F122C;
}

.blogDetailsPage .content h6 {
    font-size: 16px;
    color: #676767;

}

.blogDetailsPage .content h6 i {
    margin-left: 6px;
    color: #F05624;
    font-size: 16px;
}

.blogDetailsPage .content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.blogDetailsPage .content p {
    color: #0F122C;
    line-height: 30px;
    font-size: 16px;
}

.blogDetailsPage .links {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.blogDetailsPage .links a {

    width: 183px;
    padding: 12px;
    background: rgba(240, 86, 36, 0.13);
    border-radius: 50px;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #F05624;
    font-family: alex-bold;
}

.blogDetailsPage .links a i {
    margin: 0px 4px;
}

.blogDetailsPage .links .prev {
    float: left;
}

.blogDetailsPage .mostViewer {
    float: right;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E8F3;
    border-radius: 10px;
    margin-top: 30px;
}

.blogDetailsPage .mostViewer h3 {
    padding: 10px;
    font-family: alex-bold;
    font-size: 25px;
}

.blogDetailsPage .mostViewer .mini-one {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.blogDetailsPage .mostViewer .mini-one .pic img {
    border-radius: 10px;
    width: 88px;
    height: 83px;
}

.blogDetailsPage .mostViewer .mini-one .content {
    padding: 0px 10px;
}

.blogDetailsPage .mostViewer .mini-one .content h5 {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.5px;
    margin: 0px;
    color: #0F122C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blogDetailsPage .mostViewer .mini-one .content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #55697F;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogDetailsPage .mostViewer .showMore {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 182px;
    height: 50px;
    justify-content: center;
    text-align: center;
    background: rgba(240, 86, 36, 0.13);
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.blogDetailsPage .mostViewer .showMore a {
    color: #F05624;
    font-family: alex-bold;
}

.blogDetailsPage .share ul {
    margin-top: 10px;
    background: #FBFBFC;
    border-radius: 20px;
    text-align: center;
}

.blogDetailsPage .share ul li {
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.blogDetailsPage .share ul li a {
    font-size: 16px;
    margin-right: 10px;
}

.blogDetailsPage .share ul li a i {
    color: #0F122C;
}

.blogDetailsPage .share ul li:first-child {
    color: #fff;
    font-family: alex-bold;
    padding: 12px;
    float: right;
    border-top-right-radius: 14px;
    font-size: 12px;
    border-bottom-right-radius: 14px;
    background-color: #F05624;
}

.contactUs-page {
    padding: 80px 0px;
    margin-bottom: 10px;
    background-image: url('../images/layer.svg');
    background-size: auto;
    position: relative;
    background-repeat: no-repeat;
}

.contactUs-page .bk {
    position: absolute;
    right: -60px;
    top: 15%;
}

.contactUs-page .content {

    text-align: center;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.contactUs-page .content img {
    width: auto;
    margin-bottom: 12px;
}

.contactUs-page .content h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #F05624;
}

.contactUs-page .content h3 {
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1E1E1E;
}

.contactUs-page .content p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #606487;
}

.contactUs-page .content form {
    margin-top: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    position: relative;
    z-index: 9999999999;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: right;
}

.contactUs-page .content form label {
    display: block;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #606487;
}

.contactUs-page .content form input,
.contactUs-page .content form select {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(144, 148, 183, 0.24);
    outline: none;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    width: 100%;
}

.contactUs-page .content form textarea {
    resize: none;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(144, 148, 183, 0.24);
    outline: none;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    width: 100%;
}

.contactUs-page .content form button[type='submit'] {
    padding: 10px;
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.coupons-page {
    padding: 80px 0px;
    margin-bottom: 100px;
    background-image: url('../images/layer.svg');
    background-size: auto;
    position: relative;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
}

.coupons-page .one {

    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 20px;
    text-align: center;
    margin: 12px 0px;
    padding: 20px;
}

.coupons-page .one img {
    width: 270px;
    height: 150px;
}

.couponsDetails-page {
    float: right;
    background: linear-gradient(180deg, #FEF2EE 0%, rgba(254, 242, 238, 0) 100%);
    width: 100%;
    padding: 30px 0px
}

.headBar-page {
    padding-top: 20px;
    margin-bottom: 30px;
}

.headBar-page h3 {
    margin: 0px;
    font-size: 16px;
    color: #0F122C;
    font-family: alex-bold;
}

.headBar-page h3 a {
    color: #0F122C;
    margin-left: 12px;
    position: relative;
    top: 5px;
}

.headBar-page h3 a i {
    font-size: 22px;
}

.couponsDetails-page .all {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    padding-left: 30px;
}

.couponsDetails-page .all .discount {
    padding: 30px;
}

.couponsDetails-page .all .discount h3 {
    text-align: center;
    color: #F05624;
    font-size: 30px;
    font-family: alex-bold;
}

.couponsDetails-page .all .discount h3 span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.couponsDetails-page .all .content {
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
}

.couponsDetails-page .all .content h5 {
    font-family: alex-bold;
    color: #0F122C;
    font-size: 14px;
    display: block;
}

.couponsDetails-page .all .content ul {
    display: block;
    margin: 15px 0px;
}

.couponsDetails-page .all .content ul li {
    display: inline-block;
    margin-left: 20px;
    color: #F05624;
    font-family: alex-bold;
}

.couponsDetails-page .all .content ul li img {
    margin-left: 5px;
}

.couponsDetails-page .all .content p {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    padding: 12px;
    float: right;
    width: 100%;
    margin-bottom: 12px;
}

.couponsDetails-page .all .content p i {
    float: left;
    font-size: 22px;
    color: #9094B7;
}

.couponsDetails-page .all .content h2 {
    font-size: 12px;
    color: #606487;
    margin-bottom: 20px;
    font-family: alex-bold;

}

.couponsDetails-page .coupons-brand {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.couponsDetails-page .coupons-brand img {
    width: 100%;
    margin-bottom: 20px;
}

.couponsDetails-page .coupons-brand h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #0F122C;
}

.couponsDetails-page .coupons-brand a {
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 10px;
    width: 100%;
    display: block;
    color: #fff;
    padding: 12px;
    margin: 0 auto;
}

.order-tracking {
    padding: 80px 0px;
    margin-bottom: 10px;
    background-image: url('../images/layer.svg');
    background-size: auto;
    background-repeat: no-repeat;
}

.order-tracking .code-order {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
}

.order-tracking .code-order form input {
    width: 80%;
    background: #EFF0F5;
    border: none;
    padding: 14px;
    outline: none;
    border-radius: 10px;
}

.order-tracking .code-order form button {
    color: #fff;
    margin-right: 10px;
    width: 18%;
    border: none;
    outline: none;
    padding: 12px;
    background: #F05624;
    border-radius: 10px;

}

.order-tracking .details-order-tracking {
    display: block;
    float: right;
    width: 100%;
    padding: 20px 0px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    margin-top: 30px;
}

.order-tracking .details-order-tracking h5 {
    padding-bottom: 20px;
    margin: 0px;
    border-bottom: 1px solid rgba(144, 148, 183, 0.14);
    padding-right: 20px;
    font-weight: bold;
}

.order-tracking .details-order-tracking .order-view {
    float: right;
    width: 100%;
    padding: 10px 20px;
}

.order-tracking .details-order-tracking .order-view h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #606487;
}

.order-tracking .details-order-tracking .list {
    text-align: center;
    margin: 20px 0px;
}

.order-tracking .details-order-tracking .list li {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #F05624;
    width: 86px;
    line-height: 86px;
    height: 86px;
    position: relative;
    border-radius: 150px;
    margin-left: 10%;
    z-index: 999999;
}

.order-tracking .details-order-tracking .list li::after {
    position: absolute;
    width: 69%;
    height: 10px;
    content: "";
    right: 90px;
    top: 50%;
    background-image: url("../images/dots-2.svg");
    background-repeat: no-repeat;
}

.order-tracking .details-order-tracking .list li:last-child::after {
    display: none;
}

.order-tracking .details-order-tracking h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    float: right;
    width: 100%;
    padding: 0px 20px;
    color: #606487;
    text-align: center;
}

.order-tracking .details-order-tracking .trip {
    float: right;
    width: 100%;
    margin: 30px 0px;
}

.order-tracking .details-order-tracking .trip li {
    color: #0F122C;
    font-size: 12px;
    font-family: alex-bold;
    padding: 16px;
    float: right;
    width: 100%;
}

.order-tracking .details-order-tracking .trip li i {
    font-size: 8px;
    margin-left: 10px;
    color: #9094B7;
}

.order-tracking .details-order-tracking .trip .active i {
    color: #F05624;
}

.order-tracking .details-order-tracking .trip li span {
    float: left;
    color: #606487;
}

.order-tracking .details-order-tracking .trip li:nth-child(odd) {
    background: #F7F7F7;
}

.shipping-package {
    padding-top: 50px;
}

.shipping-package .the-tabs ul li {
    display: inline-block;
}

.shipping-package .content {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 0px 0px 10px 10px;
    float: right;
    width: 100%;
}

.shipping-package .content .the-tabs {
    background-color: #EFF0F5;
}

.shipping-package .content .the-tabs .active {
    background-color: #F05624;
}

.shipping-package .content .the-tabs .active {
    color: #fff !important;
}

.shipping-package .content .the-tabs li {
    padding: 14px;
    text-align: center;
    cursor: pointer;
    width: 49.8%;
}

.shipping-package .content .the-tabs li a {
    color: #606487 !important;
}

.shipping-package .content .the-tabs .local {
    border-radius: 0px 10px 0px 0px;
}

.shipping-package .content .the-tabs .national {
    border-radius: 10px 0px 0px 0px;
}

.shipping-package .content .the-tabs li a {
    color: #fff;
}

.shipping-package .local-ship {
    padding: 30px 20px;
}

.shipping-package .local-ship h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #606487;
    text-align: right;
}

.shipping-package .local-ship form label {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    color: #606487;
}

.shipping-package .local-ship form input {
    width: 100%;
    background: #EFF0F5;
    border-radius: 10px;
    padding: 12px;
    outline: none;
    position: relative;
    border: none;
    margin-bottom: 15px;
    margin-top: 5px;
}

.shipping-package .local-ship form span {
    position: absolute;
    left: 35px;
    top: 58px;
    font-family: alex-bold;
    font-size: 12px;
}

.shipping-package .local-ship form select {
    width: 100%;
    background: #EFF0F5;
    border-radius: 10px;
    padding: 13px;
    outline: none;
    margin-bottom: 15px;
    position: relative;
    border: none;
    margin-top: 5px;

}

.shipping-package .local-ship form hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.shipping-package .local-ship form button {
    background: #FAB818;
    border-radius: 10px;
    width: 280px;
    display: block;
    transition: all .6s ease-in-out;
    margin: 0 auto;
    padding: 15px;
    font-family: alex-bold;
    border: none;
    margin-bottom: 50px;
    margin-top: 20px;

}

.shipping-package .local-ship form button:hover {
    background-color: #F05624;
    color: #fff;
}

.jahzhaForCompanies {
    padding-top: 50px;
}

.jahzhaForCompanies form {
    box-sizing: border-box;
    background: #FFFFFF;
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: right;
}

.jahzhaForCompanies form label {
    display: block;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #606487;
}

.jahzhaForCompanies form input {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(144, 148, 183, 0.24);
    outline: none;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    width: 100%;
}

.jahzhaForCompanies form textarea {
    resize: none;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(144, 148, 183, 0.24);
    outline: none;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    width: 100%;
}

.jahzhaForCompanies form button {
    padding: 10px;
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

#doneModal .content {
    text-align: center;
    padding: 30px 0px;
}

#doneModal .content h4 {
    font-size: 18px;
    font-family: alex-bold;
    color: #0F122C;
    margin-top: 10px;
    margin-bottom: 30px;
}

#doneModal .content p {
    font-size: 14px;
    font-family: alex-bold;
    color: #606487;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#doneModal .content a {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #F05624;
    padding: 12px;
    color: #fff;
    text-align: center;
}

.offersAvailable-section {
    /*padding: 30px 0px;*/
}

.headOfOffers {
    text-align: center;
    background: rgba(144, 148, 183, 0.1);
    padding: 20px 0px;
}

.headOfOffers h4 {
    font-family: alex-bold;
    text-align: center;
    font-style: normal;
    line-height: 100px;
    font-size: 20px;
    color: #0F122C;
}

.filterOffers {
    padding-top: 20px;
}

.filterOffers .info ul {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    padding: 12px 0px;

}

.filterOffers .info ul li {
    display: inline-block;
    font-size: 12px;
    border-left: 1px solid #9094B7;
    font-family: alex-bold;
    margin-right: 14px;
    color: #0F122C;
    padding-left: 14px;
}

.filterOffers .info ul li:last-child {
    border-left: none;
}

.filterOffers .info ul li i {
    color: #F05624;
    margin-left: 4px;
}

.filterOffers .byResult select {
    width: 100%;
    background: #EFF0F5;
    padding: 13px;
    border-radius: 10px;
    border: none;
    outline: none;
    text-align: center;
}

.filterOffers .checking {
    display: flex;
    justify-content: space-between;
}

.filterOffers .checking .one {
    line-height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 12px 14px;
    border-radius: 6px;
}

.filterOffers .checking .safe {
    background: #FFE2D8;
    border-radius: 10px;
}

.filterOffers .checking .fast {

    background: #DBECFC;
    border-radius: 10px;
}

.filterOffers .checking .one .oneCheck {
    display: block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #606487;
    -ms-user-select: none;
    user-select: none;
}

.filterOffers .checking .one .oneCheck i {
    margin: 0px 4px;
}

/* Hide the browser's default checkbox */
.filterOffers .checking .one .oneCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.filterOffers .checking .one .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #606487;
}

/* When the checkbox is checked, add a blue background */
.filterOffers .checking .safe .oneCheck input:checked ~ .checkmark {
    background-color: #F05624;
    border: none;
}

.filterOffers .checking .fast .oneCheck input:checked ~ .checkmark {
    background-color: #4e92d2;
    border: none;
}


/* Create the checkmark/indicator (hidden when not checked) */
.filterOffers .checking .one .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filterOffers .checking .one .oneCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filterOffers .checking .one .oneCheck .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filterOffers .oneCard {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 12px;
    float: right;
    align-items: center;
    width: 100%;
    padding: 14px 0px;
    margin-top: 20px;
    padding-bottom: 0px;
}

.filterOffers .oneCard .theCompany {
    display: flex;
    align-items: center;
}

.filterOffers .oneCard .theCompany .logo {
    padding: 10px;
}

.filterOffers .oneCard .theCompany .companyInfo h4 {
    display: inline-block;
    margin: 0px;
    font-family: alex-bold;
    float: right;
    color: #0F122C;
    font-size: 16px;
    margin-left: 20px;
}

.filterOffers .oneCard .theCompany .companyInfo h4 i {
    margin-right: 10px;
    color: #606487;
}

.filterOffers .oneCard .theCompany .statues {
    display: inline-block;
    float: right;
}

.filterOffers .oneCard .theCompany .statues li {
    display: inline-block;
    float: right;
    width: 98px;
    margin-left: 18px;
    padding: 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    margin-top: -8px;
    margin-right: 0px;
    font-family: alex-bold;
}

.filterOffers .oneCard .theCompany .statues li i {
    margin-left: 4px;
}

.filterOffers .oneCard .theCompany .statues .fast {
    background-color: #FFE2D8;
    color: #F05624;
}

.filterOffers .oneCard .theCompany .statues .safe {
    background-color: #DBECFC;
    color: #1583E9;
}

.filterOffers .oneCard .theCompany .statues .new {
    background-color: #FCDBDB;
    color: #E92424;
}

.filterOffers .oneCard .theCompany .print {
    text-align: center;
}

.filterOffers .oneCard .theCompany .print a {
    font-family: alex-bold;
    color: #606487;
    font-size: 12px;
}

.filterOffers .oneCard .theCompany .print a i {
    color: #F05624;
    font-size: 20px;
    margin-left: 10px;
}

.filterOffers .oneCard .theCompany hr {
    float: right;
    width: 100%;
    display: block;
}

.filterOffers hr {
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.filterOffers .oneCard .info {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    float: right;
    width: 100%;
    justify-content: space-between;
}

.filterOffers .oneCard .info .type h5, .filterOffers .oneCard .info .date h5 {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #9094B7;
    margin-bottom: 16px;
}

.filterOffers .oneCard .info .type h3, .filterOffers .oneCard .info .date h3 {
    margin: 0px;
    font-family: alex-bold;
    font-size: 14px;
    text-align: right;
    color: #0F122C;
}

.filterOffers .info .toHome .check {
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #606487;
    -ms-user-select: none;
    user-select: none;
}

.filterOffers .info .toHome .check span {
    color: #F05624;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 3px;
}

.filterOffers .info .toHome .check i {
    margin: 0px 4px;
}

/* Hide the browser's default checkbox */
.filterOffers .info .toHome .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.filterOffers .info .toHome .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #606487;
}

/* When the checkbox is checked, add a blue background */
.filterOffers .info .toHome .check input:checked ~ .checkmark {
    background-color: #F05624;
    border: none;
}

.filterOffers .info .toHome .check input:checked ~ .checkmark {
    background-color: #4e92d2;
    border: none;
}


/* Create the checkmark/indicator (hidden when not checked) */
.filterOffers .info .toHome .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filterOffers .info .toHome .check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filterOffers .info .toHome .check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filterOffers .info .price {
    background: #EFF0F5;
    border-radius: 10px;
    padding: 10px 16px;
}

.filterOffers .info .price .pc {
    float: right;
    display: inline-block;
}

.filterOffers .info .price .pc h6 {
    font-weight: 400;
    font-size: 12px;
    color: #0F122C;
    font-family: alex-bold;
}

.filterOffers .info .price .pc h5 {
    font-size: 20px;
    font-family: alex-bold;
}

.filterOffers .info .price .pc h5 span {
    font-size: 12px;
    margin: 0px 5px;
}

.filterOffers .info .price .button {
    width: 172px;
    float: left;
}

.filterOffers .info .price .button button {
    width: 170px;
    transition: all .6s ease-in-out;
    border-radius: 10px;
    margin: 5px 10px;
    background-color: #F05624;
    color: #Fff;
    border: none;
    padding: 18px;
    display: inline-block;
}

.filterOffers .info .price .button button:hover {
    background-color: #2a6496;
}

.filterOffers .oneCard .more {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    float: right;
    background-color: #F9F9F9;
    width: 100%;
    justify-content: space-between;
}

.filterOffers .more .check {
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #606487;
    -ms-user-select: none;
    user-select: none;
}

.filterOffers .more .check span {
    color: #F05624;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 0px;
}

.filterOffers .more .check i {
    margin: 0px 4px;
}

/* Hide the browser's default checkbox */
.filterOffers .more .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.filterOffers .more .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #606487;
}

/* When the checkbox is checked, add a blue background */
.filterOffers .more .check input:checked ~ .checkmark {
    background-color: #F05624;
    border: none;
}

.filterOffers .more .check input:checked ~ .checkmark {
    background-color: #F05624;
    border: none;
}

.filterOffers .more .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filterOffers .more .check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filterOffers .more .check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filterOffers .more .safety h4 {
    text-align: left;
    font-family: alex-bold;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #606487;
    display: flex;
    align-items: center;
}

.filterOffers .more .safety h4 i {
    margin-left: 10px;
    font-size: 20px;
}


.comparingSection {
    background: #F8F8F8;
    box-shadow: 0px -2px 4px rgba(144, 148, 183, 0.24);
    margin-top: 50px;
    padding: 20px 0px;
}

.comparingSection .head {
    margin-bottom: 20px;
}

.comparingSection .head h3 {
    margin: 0px;
    font-size: 18px;
    color: #0F122C;
    font-family: alex-bold;
}

.comparingSection .all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.comparingSection .all .one {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid #EFF0F5;
    border-radius: 10px;

}

.comparingSection .all .one .content {
    padding: 10px;
    margin-top: 10px;
    border-radius: 12px;
}

.comparingSection .all .one .content h5 {
    margin: 0px;
    font-size: 14px;
    color: #0F122C;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.comparingSection .all .one .content h3 {
    margin-top: 12px;
    color: #0F122C;

}

.comparingSection .all .one .content h3 span {
    font-size: 12px;
    margin-right: 2px;
}

.comparingSection .button {
    display: block;
    margin: 0 auto;
}

.comparingSection .button button[type='button'] {
    width: 197px;
    height: 55px;
    background: #F05624;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
}

.comparingSection-page .head, .cartPage-section .head, .payment-section .head, .myShipment-section .head {
    padding: 20px 0px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.comparingSection-page .head a, .cartPage-section .head a, .payment-section .head a, .myShipment-section .head a {
    color: #0F122C;
    font-family: alex-bold;
    font-size: 18px;
}

.comparingSection-page .head a i, .cartPage-section .head a i, .payment-section .head a i, .myShipment-section .head a i {
    margin-left: 8px;
}

.comparingSection-page .all-data {
    display: flex;
}

.comparingSection-page .all-data .main-table {
    width: 25%;
    padding: 15px 0px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 20px;
    margin-bottom: 30px;
}

.comparingSection-page .all-data .main-table .upper {
    padding: 10px 20px;
}

.comparingSection-page .all-data .main-table .upper img {
    width: 80px;
    height: 44px;
}

.comparingSection-page .all-data .main-table .upper h2 {
    font-size: 20px;
    font-family: alex-bold;
    margin-top: 20px;
    color: #0F122C;
    margin-bottom: 30px;
}

.comparingSection-page .all-data .main-table ul {
    border-top: 1px solid #EFF0F5;
}

.comparingSection-page .all-data .main-table ul li {
    display: flex;
    align-items: center;
    height: 70px;

    padding: 20px;
    font-family: alex-bold;
    font-size: 14px;
}

.comparingSection-page .all-data .main-table ul li:nth-child(even) {
    background-color: #EFF0F5;
}


.comparingSection-page .all-data .oneCompare {
    width: 30%;
    padding: 15px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-right: 12px;

}


.comparingSection-page .all-data .oneCompare .statues {
    text-align: center;
    float: right;
    padding: 0px 10px;

}

.comparingSection-page .all-data .oneCompare .statues li {
    display: inline-block;
    width: 75px;
    padding: 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 10px;
    margin-right: 0px;
    font-family: alex-bold;
}

.comparingSection-page .all-data .oneCompare .statues li i {
    margin-left: 4px;
}

.comparingSection-page .all-data .oneCompare .statues .fast {
    background-color: #FFE2D8;
    color: #F05624;
}

.comparingSection-page .all-data .oneCompare .statues .safe {
    background-color: #DBECFC;
    color: #1583E9;
}

.comparingSection-page .all-data .oneCompare .statues .new {
    background-color: #FCDBDB;
    color: #E92424;
}

.comparingSection-page .all-data .oneCompare .logo {
    padding: 20px 10px;
}

.comparingSection-page .all-data .oneCompare .logo img {
    width: 125px;
    display: block;
    margin: auto;
    height: 50px;
}

.comparingSection-page .all-data .oneCompare .logo h5 {
    font-family: alex-bold;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    color: #0F122C;
}


.comparingSection-page .all-data .oneCompare .data ul {
    border-top: 1px solid #EFF0F5;
    border-bottom: 1px solid #EFF0F5;
    margin-bottom: 20px;
}

.comparingSection-page .all-data .oneCompare .data ul li {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    font-family: alex-bold;
    height: 70px;
    font-size: 10px;
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comparingSection-page .all-data .oneCompare .data li:nth-child(even) {
    background-color: #EFF0F5;
}

.comparingSection-page .all-data .oneCompare .data ul .price {
    color: #F05624;
    font-family: alex-bold;
    font-size: 20px;
}

.comparingSection-page .all-data .oneCompare .data ul .price span {
    font-size: 12px;
    font-family: alex-med;
    margin-right: 5px;
}

.comparingSection-page .all-data .oneCompare .orderNow {
    padding: 20px 0px;
}

.comparingSection-page .all-data .oneCompare .orderNow button {
    outline: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    border: none;
    background-color: #F05624;
    color: #fff;
    padding: 14px;
    transition: all .6s ease-in-out;
    border-radius: 12px;
    text-align: center;
}

.comparingSection-page .all-data .oneCompare .orderNow a:hover {
    background-color: #2a6496;
}

#orderNowModal .modal-body, #orderNowModal .modal-content {
    border-radius: 30px;
}

#orderNowModal .head {
    padding: 24px 15px;
    background-color: #F05624;
    font-size: 14px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    color: #fff;
    font-family: alex-med;
}

#orderNowModal .head h3 {
    margin: 0px;
}

#orderNowModal .head h3 button {
    float: left;
    color: #fff;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    left: 25px;
}

#orderNowModal .modal-body {
    padding: 0px 0px !important;
}

#orderNowModal .content {
    float: right;
    width: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fff;
}

#orderNowModal .content .info {
    float: right;
    width: 100%;
    margin: 30px 0px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 10px 12px;
}

#orderNowModal .content .info .statues {
    display: inline-block;
    float: right;
    padding-top: 5px;
}

#orderNowModal .content .info .statues li {
    display: inline-block;
    float: right;
    width: 98px;
    padding: 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    font-family: alex-bold;
    margin-bottom: 20px;
}

#orderNowModal .content .info .statues li i {
    margin-left: 4px;
}

#orderNowModal .content .info .statues .fast {
    background-color: #FFE2D8;
    color: #F05624;
}

#orderNowModal .content .info .statues .safe {
    background-color: #DBECFC;
    color: #1583E9;
}

#orderNowModal .content .info .statues .new {
    background-color: #FCDBDB;
    color: #E92424;
}

#orderNowModal .content .info .logo {
    margin: 25px 0px;
}

#orderNowModal .content .info .logo img {
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

#orderNowModal .content .info .logo h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    color: #0F122C;
}

#orderNowModal .content .info .logo h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    margin-top: 10px;
    color: #F05624;
}

#orderNowModal .content .info .logo h2 span {
    font-size: 12px;
    margin-right: 5px;
}

#orderNowModal .content .info .con p {
    font-size: 10px;
    margin-bottom: 8px;
    color: #606487;
}

#orderNowModal .content .info .con a {
    display: block;
    width: 80%;
    border: none;
    background-color: #F05624;
    color: #fff;
    padding: 14px;
    transition: all .6s ease-in-out;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

#orderNowModal .content .questions {
    float: right;
    width: 100%;
    margin: 30px 0px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 10px 12px;
}

#orderNowModal .content .questions .one {

}

#orderNowModal .content .questions .one .accordion {
    background-color: #fff;
    color: #0F122C;
    cursor: pointer;
    padding: 18px 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
}

#orderNowModal .content .questions .one .accordion:after {
    content: '\f078';
    color: #777;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

#orderNowModal .content .questions .one .active:after {
    content: "\f077";
}

#orderNowModal .content .questions .one .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: none !important;
}

#orderNowModal .content .questions .one .panel p {
    font-size: 12px;
    line-height: 25px;
    text-align: right;
}

.sending-ship .head {
    margin-bottom: 30px;
    text-align: center;
    padding-top: 30px;
}

.sending-ship .head h4 {
    color: #F05624;
    font-family: alex-med;
    font-size: 22px;
}

.sending-ship .head p {
    color: #606487;
    font-size: 14px;
}

.sending-ship .bar-container {
    padding: 50px 0px;
    float: right;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

.sending-ship .bar-container .one {
    position: relative;
    text-align: center;
    display: flex;
    z-index: 9999;
    padding: 14px;
    width: 276px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
}

.sending-ship .bar-container .one:after {
    position: absolute;
    left: -50px;
    width: 12px;
    height: 12px;
    border-radius: 150px;
    background-color: #EFF0F5;
    content: "";
    top: 22px;
}

.sending-ship .bar-container .one:last-child::after {
    display: none;
}

.sending-ship .bar-container .one span {
    display: inline-block;
    z-index: 999999999999;
    position: relative;
    text-align: center;
}

.sending-ship .bar-container .one span i {
    font-size: 20px;
    color: #606487;
    margin-left: 8px;
}

.sending-ship .bar-container .active {
    background-color: #F05624;
}

.sending-ship .bar-container .active span i, .sending-ship .bar-container .active p {
    color: #fff !important;
}

.sending-ship .bar-container .one p {
    font-weight: bolder;
    font-size: 12px;
    color: #888;
}

.sending-ship .all-data {
    float: right;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E6E8F0;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sending-ship .all-data .tab {
    display: none;
}

.sending-ship .all-data .tab .head {
    text-align: right;
}

.sending-ship .all-data .tab .head h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #0F122C;
}

.sending-ship .all-data .tab .head h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #606487;
}

.sending-ship .all-data .tab label {
    font-weight: 400;
    font-size: 14px;
    font-family: alex-med;
    margin-bottom: 15px;
    color: #606487;
}

.sending-ship .all-data .tab input {
    display: block;
    width: 100%;
    background: #EFF0F5;
    border-radius: 10px;
    border: none;
    height: 55px;
    padding-right: 12px;
    outline: none;
    margin-bottom: 16px;
}

.sending-ship .all-data .tab select {
    display: block;
    width: 100%;
    background: #EFF0F5;
    border-radius: 10px;
    padding-right: 12px;
    height: 55px;
    border: none;
    outline: none;
    margin-bottom: 16px;
}

.sending-ship .all-data .tab .custom-select {
    width: 100%;
    position: relative;
    height: 55px;
    display: inline-block;
    margin-left: 20px;
}

.sending-ship .all-data .tab .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    height: 55px;
    padding-right: 12px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    border-radius: 10px;
}

.sending-ship .all-data .tab .custom-select select option {
    font-size: 14px;
    border-radius: 0px;
    padding: 12px;
}

.sending-ship .all-data .tab .custom-select::after {
    position: absolute;
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    left: 12px;
    color: #000000;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

.sending-ship .all-data .tab .custom-select-mobile {
    width: 130px;
    position: absolute;
    left: 12px;
    top: 35px;
    text-align: center;
}

.sending-ship .all-data .tab .custom-select-mobile select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    text-align: center;
    border-radius: 10px;
}

.sending-ship .all-data .tab .custom-select-mobile select option {
    font-size: 14px;
    border-radius: 0px;
    padding: 12px;
}

.sending-ship .all-data .tab .custom-select-mobile::after {
    position: absolute;
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    left: 12px;
    color: #000000;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

.sending-ship .all-data .tab .actions {
    display: flex;
    float: right;
    width: 100%;
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.sending-ship .all-data .tab .actions a {
    width: 180px;
    background-color: #F05624;
    padding: 12px 0px;
    color: #fff;
    text-align: center;
    border: none;
    display: block;
    border-radius: 12px;
}

.sending-ship .all-data .tab .actions .back {
    background-color: #CACCDE;
    color: #606487;
}

.sending-ship .all-data .tab .actions .back i {
    color: #606487;
}

.sending-ship .all-data .tab .actions a i {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.sending-ship .all-data .tab textarea {
    width: 100%;
    font-size: 16px;
    outline: none;
    border: 1px solid #EFF0F5;
    color: #000;
    cursor: pointer;
    background: #EFF0F5;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 12px;
    height: 120px;
    resize: none;
}

.sending-ship .all-data .tab div.radio-with-Icon {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item {
    display: inline-block;
    border: none;
    width: 30%;
    text-align: center;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item label {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    margin-bottom: 0px !important;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item label img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 12px;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item label::after, .sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item label:after, div.radio-with-Icon p.radioOption-Item label::before, div.radio-with-Icon p.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item label i.fa {
    display: block;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item input[type="radio"]:active ~ label {
    opacity: 1;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 3px solid #F05624;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label img {
    filter: invert(75%) sepia(130%) saturate(7488%) hue-rotate(360deg) brightness(200%) contrast(114%);
}

.sending-ship .all-data .tab .box {
    padding: 40px 0px;
    width: 100%;
}

.sending-ship .all-data .tab .alert-warning {
    background: #FCDBDB;
    padding: 12px;
    border-radius: 10px;
    font-family: alex-med;
    color: #E92424;
    font-size: 14px;
}

.sending-ship .all-data .tab .alert-warning i {
    margin-left: 10px;
    color: #F04F24;
    font-size: 14px;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item .price span {
    display: block;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item .price {

    padding: 30px 0px !important;
    padding-bottom: 10px !important;

}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item .price span {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #0F122C;
}

.sending-ship .all-data .tab div.radio-with-Icon p.radioOption-Item .price .dv {
    font-size: 12px;
    color: #606487;
    margin-top: 20px !important;
}

.cartPage-section .available {
    padding: 10px 0px;
}

.cartPage-section .available h3 {
    margin: 0px;
    font-size: 14px;
    color: #606487;
    font-family: alex-med;
}

.cartPage-section .available h3 span {
    margin-left: 3px;
    font-size: 16px;
}

.cartPage-section .available h3 a {
    transition: all .6s ease-in-out;
    float: left;
    width: 200px;
    background: #FFFFFF;
    border: 1px solid #F04F24;
    text-align: center;
    padding: 12px;
    font-family: alex-med;
    margin-top: -15px;
    color: #F05624;
    border-radius: 10px;
}

.cartPage-section .available h3 a:hover {
    background-color: #F05624;
    color: #fff;
}

.cartPage-section .table-cart {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
}

.cartPage-section .table-cart > thead > tr > th {
    vertical-align: text-top;
    border-bottom: 2px solid #ddd;
    color: #606487;
    padding: 15px 10px;
    font-size: 12px;
    transition: all .6s ease-in-out;

}

.cartPage-section .table-cart tr h5 {
    font-family: alex-bold;
    font-size: 14px;
    color: #0F122C;
}

.cartPage-section .table-cart tr h4 {
    color: #606487;
    font-family: alex-bold;
    font-size: 14px;
}

.cartPage-section .table-cart tr h4 span {
    font-size: 14px;
    font-family: alex-bold;
    margin-left: 5px;
    color: #0F122C;
}

.cartPage-section .table-cart tr h5 button {
    background-color: transparent;
    outline: none;
    border: none;
}

.cartPage-section .table-cart tr h5 img {
    width: 50px;
    margin: 0px 12px;
}

.cartPage-section .table-cart .trash {
    display: block;
    color: #E92424;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    margin: 0 auto;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
!important;
}

#content1 {
    transition: all .6s ease-in-out;
}

.cartPage-section .table-cart .dv-details {
    background: #EFF0F5;
    border-radius: 10px;
    padding: 20px 10px;

}

.cartPage-section .table-cart .dv-details h2 {
    font-size: 14px;
    margin: 0px;
    color: #9094B7;
    margin-bottom: 10px;
    display: block;
}

.cartPage-section .table-cart .dv-details h5 {
    color: #606487;
    font-size: 12px;
}

.cartPage-section .table-cart .dv-details h6 {
    color: #606487;
    font-size: 12px;
}

.cartPage-section .continue button {
    width: 200px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 8px;
    background-color: #F05624;
    padding: 15px;
    text-align: center;
    border: none;
    outline: none;
}

.cartPage-section .all-details {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 10px 0px;
}

.cartPage-section .all-details h4 {
    font-family: alex-bold;
    font-size: 16px;
    color: #1E1E1E;
    padding-right: 20px;
    margin-bottom: 20px;
}

.cartPage-section .all-details p {
    font-size: 14px;
    color: #606487;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.cartPage-section .all-details p span {
    float: left;
}

.cartPage-section .all-details h2 {
    font-size: 16px;
    color: #0F122C;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.cartPage-section .all-details h2 span {
    float: left;
}

.cartPage-section .coupons {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 10px 0px;
    overflow: auto;
}

.cartPage-section .coupons h2 {
    padding-right: 20px;
    font-size: 16px;
    color: #0F122C;
    font-family: alex-bold;
}

.cartPage-section .coupons form {
    padding: 0px 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.cartPage-section .coupons form label {
    color: #606487;
    font-size: 14px;
}

.cartPage-section .coupons form input {
    width: 100%;
    padding: 12px;
    border: none;
    background: #EFF0F5;
    outline: none;
    border-radius: 10px;
    margin-top: 10px;
}

.cartPage-section .coupons form button {
    position: absolute;
    left: 20px;
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 10px;
    width: 100px;
    top: 35px;
    padding: 11px;
    color: #fff;
}

.cartPage-section .alert-code {
    background: rgba(240, 86, 36, 0.13);
    border-radius: 10px;
    font-family: alex-bold;
    margin-top: 20px;
}

.cartPage-section .alert-code a i {
    color: #F05624;
    font-size: 20px;
    float: left;
}

.payment-section .paymentMethod {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 10px 20px;
}

.payment-section .paymentMethod h4 {
    font-family: alex-bold;
    font-size: 16px;
    margin-bottom: 30px;
    color: #606487;
}

.payment-section .paymentMethod form {
    margin-bottom: 20px;
    margin-top: 20px;
}


.payment-section .paymentMethod form .radioPayment {
    width: 48%;
    display: inline-block;
}

.payment-section .paymentMethod .radio-label {
    width: 90%;
    padding: 12px;
    margin-left: 20px;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    margin-bottom: 20px;
    align-items: center;
    border: 1px solid rgba(144, 148, 183, 0.24);
    cursor: pointer;
    border-radius: 10px;

}

.payment-section .paymentMethod .radio-label img {
    float: left;
    height: 25px;
    width: auto;
}

.radioPayment input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radioPayment input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    margin-right: 0px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    padding-right: 0px;
}

.radioPayment input[type=radio]:checked + .radio-label:before {
    background-color: #F05624;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radioPayment input[type=radio]:checked + .radio-label {
    border: 1px solid #F05624;
}

.radioPayment input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #F05624;
}

.radioPayment input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radioPayment input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

.paymentMethod .cardForm {
    margin-top: 20px !important;
}

.paymentMethod .cardForm label {
    display: block;
    text-align: right;
    font-family: alex-bold;
    font-size: 14px;
    color: #606487;
    margin-bottom: 12px;
}

.paymentMethod .cardForm input {
    background: #EFF0F5;
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.paymentMethod button[type='submit'] {
    width: 200px;
    display: block;
    margin-top: 20px;
    color: #fff;
    border-radius: 8px;
    background-color: #F05624;
    padding: 15px;
    text-align: center;
    border: none;
    margin-bottom: 30px;
    outline: none;
}

.payment-section .all-details {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.payment-section .all-details h4 {
    font-family: alex-bold;
    font-size: 16px;
    color: #1E1E1E;
    padding-right: 20px;
    margin-bottom: 20px;
}

.payment-section .all-details p {
    font-size: 14px;
    color: #606487;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;

}

.payment-section .all-details p span {
    float: left;
}

.payment-section .all-details h2 {
    font-size: 16px;
    color: #0F122C;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.payment-section .all-details h2 span {
    float: left;
}

.myShipment-section .orderStatues, .myShipment-section .shipment-details {
    padding: 20px 12px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    float: right;
    width: 100%;
}

.myShipment-section .orderStatues h4 {
    font-size: 16px;
    display: block;
    font-family: alex-bold;
    color: #0F122C;
    margin: 20px 0px;
    margin-bottom: 50px;
}

.myShipment-section .orderStatues .icon {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 150px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.myShipment-section .orderStatues .icon img {
    height: 30px;
}

.myShipment-section .orderStatues .iconActive {
    border: 1px solid #F05624;
}

.myShipment-section .orderStatues h5 {
    font-size: 12px;
    display: block;
    font-family: alex-bold;
    color: #0F122C;
    text-align: center;
    margin: 20px 0px;
}

.myShipment-section .orderStatues .active {
    color: #F05624;
}

.myShipment-section .shipment-details .shipHeader {
    padding-top: 0px;
}

.myShipment-section .shipment-details .shipHeader {
    font-size: 14px;
    font-family: alex-bold;
    background: rgba(144, 148, 183, 0.14);
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.myShipment-section .shipment-details .shipHeader h2 {
    font-size: 16px;
    padding: 12px;
    color: #0F122C;
}

.myShipment-section .shipment-details .shipHeader h2 i {
    float: left;
}

/*-----*/

.myShipment-section .shipment-details .shipHeader2 {
    padding-top: 0px;
}

.myShipment-section .shipment-details .shipHeader2 {
    font-size: 14px;
    font-family: alex-bold;
    background: rgba(144, 148, 183, 0.14);
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
}

.myShipment-section .shipment-details .shipHeader2 h2 {
    font-size: 16px;
    padding: 12px;
    color: #0F122C;
}

.myShipment-section .shipment-details .shipHeader2 h2 i {
    float: left;
}


.myShipment-section .shipment-details .shipDetails2 {
    padding: 20px 0px;
    float: right;
    width: 100%;
    background-color: #fff;
    display: none;
    margin-bottom: 30px;
}

.myShipment-section .shipment-details .shipDetails2 h5 {
    font-family: alex-bold;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #606487;
}

.myShipment-section .shipment-details .shipDetails2 input {
    float: right;
    width: 100%;
    padding: 12px;
    background: #F7F7F7;
    border-radius: 10px;
    margin-top: 14px;
    color: #0F122C;
    margin-bottom: 10px;
    border-inline: none;
    border-block-width: 0;
}

.myShipment-section .shipment-details .shipDetails2 select {
    float: right;
    width: 100%;
    padding: 12px;
    background: #F7F7F7;
    border-radius: 10px;
    margin-top: 14px;
    color: #0F122C;
    margin-bottom: 10px;
    border-inline: none;
    border-block-width: 0;
}

.myShipment-section .shipment-details .shipDetails2 p span {
    float: left;
    color: #606487;
    font-size: 10px;
}

/*-----*/

.myShipment-section .shipment-details .shipDetails {
    padding: 20px 0px;
    float: right;
    width: 100%;
    background-color: #fff;
    display: none;
    margin-bottom: 30px;
}

.myShipment-section .shipment-details .shipDetails h5 {
    font-family: alex-bold;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #606487;
}

.myShipment-section .shipment-details .shipDetails p {
    background: #F7F7F7;
    border-radius: 10px;
    color: #0F122C;
    font-size: 14px;
    padding: 20px 12px;
}

.myShipment-section .shipment-details .shipDetails p span {
    float: left;
    color: #606487;
    font-size: 10px;
}

.myShipment-section .shipment-details .trackingHeader h2 {
    font-size: 16px;
    padding: 12px;
    color: #0F122C;
}

.myShipment-section .shipment-details .trackingHeader {
    font-family: alex-bold;
    color: #0F122C;
    background: rgba(144, 148, 183, 0.14);
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
}

.myShipment-section .shipment-details .trackingHeader h2 i {
    float: left;
}

.myShipment-section .shipment-details .trackingDetails {
    padding-top: 0px;
    float: right;
    width: 100%;
    background-color: #fff;
}

.myShipment-section .shipment-details .trackingDetails h6 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: alex-bold;
    font-size: 12px;
    color: #606487;
}

.myShipment-section .shipment-details .trackingDetails img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.myShipment-section .shipment-details .trackingDetails ul {
    position: relative;
}

.myShipment-section .shipment-details .trackingDetails li {
    padding: 20px;
    margin-bottom: 0px;
    font-family: alex-bold;
    color: #0F122C;
    float: right;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    margin-bottom: 30px;
}

.myShipment-section .shipment-details .trackingDetails .odd {
    background-color: #f7f7f7;
}

.myShipment-section .shipment-details .trackingDetails li i {
    font-size: 6px;
    margin-left: 8px;
    color: #9094B7;
}

.myShipment-section .shipment-details .trackingDetails li .active {
    color: #F05624;
}

.myShipment-section .shipment-details .trackingDetails li span {
    float: left;
    font-size: 12px;
    color: #606487;
}

.myShipment-section .orderId {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 20px;
}

.myShipment-section .orderId .print {
    width: 120px;
    padding: 8px;
    border-radius: 8px;
    outline: none;
    text-align: center;
    margin-top: 12px;
    border: none;
    background-color: #F05624;
    color: #fff;
}

.myShipment-section .orderId .print i {
    margin-left: 5px;
}

.myShipment-section .orderId h5 {
    font-family: alex-bold;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    color: #606487;
}

.myShipment-section .orderId .print:hover {
    background-color: #D84D21; /* Darker shade on hover */
    color: #F0F0F0; /* Slightly lighter text color */
}

.myShipment-section .orderId p {

    float: right;
    width: 100%;
    padding: 12px;
    background: #F7F7F7;
    border-radius: 10px;
    margin-top: 14px;
    color: #0F122C;
    margin-bottom: 15px;
}

.myShipment-section .orderId p i {
    float: left;
    color: #606487;
    font-size: 18px;
    padding-left: 10px;
}

.myShipment-section .orderId .qr {
    width: 100%;
    float: right;
    text-align: center;
    background: #F7F7F7;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.myShipment-section .orderId .qr img {
    width: 100%;
}

.myShipment-section .orderId .restore {
    width: 100%;
    float: right;
    display: block;
    text-align: center;
    padding: 12px;
    background: rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    color: #606487;
    font-family: alex-bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.myShipment-section .orderStatues .x-order img {
    display: block;
    margin: 0 auto;
}

.myShipment-section .orderStatues .x-order h5 {

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #9094B7;
}

.myShipment-section .orderId .pic {
    margin-top: 30px;
    float: right;
    width: 100%;
}

.myShipment-section .orderId .pic img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.myShipment-section .orderId .pic h5 {
    font-size: 12px;
    text-align: center;
}

.dashboard-page {
    padding: 40px 0px;
}

.dashboard-page .mainMenu {
    float: right;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
}

.dashboard-page .mainMenu .info {
    padding: 20px 15px;
}

.dashboard-page .mainMenu .info h4 {
    padding: 0px;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: 34px;
    color: #0F122C;
}

.dashboard-page .mainMenu .info h2 {
    padding: 0px;
    margin: 0px;
    font-family: alex-bold;
    font-size: 16px;
    line-height: 34px;
    color: #606487;
}

.dashboard-page .mainMenu hr {
    margin: 0px;
}

.dashboard-page .mainMenu .menu ul {
    margin: 20px 15px;
}

.dashboard-page .mainMenu .menu ul li {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 12px 10px;
    border-radius: 10px;
}

.dashboard-page .mainMenu .menu ul .active {
    background: rgba(240, 86, 36, 0.13);
}

.dashboard-page .mainMenu .menu ul .active a {
    color: #F05624;
}

.dashboard-page .mainMenu .menu ul .active a i {
    color: #F05624;
}

.dashboard-page .mainMenu .menu ul li a {
    color: #0F122C;
    font-family: alex-bold;
    font-size: 12px;
}

.dashboard-page .mainMenu .menu ul li a i {
    margin-left: 6px;
    color: #0F122C;
    font-size: 12px;
}

.dashboard-page .infoDetails {
    float: right;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    padding: 20px;
}

.dashboard-page .infoDetails h3 {
    margin: 0px;
    font-size: 16px;
    color: #0F122C;
    font-family: alex-bold;
    margin-bottom: 20px;
}

.dashboard-page form .infoDetails label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #606487;
}

.dashboard-page form .infoDetails input {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    padding: 12px;
    direction: ltr;
    text-align: right;
    margin-bottom: 12px;
    width: 100%;
    outline: none;
}

.dashboard-page form .infoDetails input[type="date"] {
    padding: 4px;
}


input[type=date]::-webkit-clear-button, /* blue cross */
input[type=date]::-webkit-inner-spin-button, /* up */
input[type=date]::-webkit-outer-spin-button, /* down */
input[type=date]::-webkit-calendar-picker-indicator /* datepicker*/
{
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
}


.dashboard-page .infoDetails div.radio-with-Icon {
    display: flex;
    margin-bottom: 45px;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item {
    display: inline-block;
    border: none;
    cursor: pointer;
    width: 140px;
    height: 50px;
    text-align: center;
    margin-top: -28px;
    margin-left: 15px;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0px !important;
    border-radius: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    line-height: 25px;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 12px;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label::after, .dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label:after, .dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label::before, .dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item label i.fa {
    display: block;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item input[type="radio"]:active ~ label {
    opacity: 1;
}

.dashboard-page .infoDetails div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 3px solid #F05624;
    color: #F05624;
}

.dashboard-page .infoDetails .custom-select {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.dashboard-page .infoDetails .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    padding: 15px 10px;
    outline: none;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    background: #fff;
}

.dashboard-page .infoDetails .custom-select select option {
    font-size: 14px;
    border-radius: 0px;
    padding: 12px;
}

.dashboard-page .infoDetails .custom-select::after {
    position: absolute;
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    left: 12px;
    color: #000000;
    bottom: 0;
    z-index: 1;
    top: 16px;
    font-size: 16px;
}

.dashboard-page .save {
    margin-top: 30px;
    margin-right: 12px;
}

.dashboard-page .save button {
    background: #F05624;
    border-radius: 10px;
    width: 200px;
    outline: none;
    padding: 12px;
    color: #fff;
    text-align: center;
    border: none;
}

.dashboard-page .infoDetails .statues {
    width: 100%;
    border-bottom: 1px solid rgba(144, 148, 183, 0.24);
    float: right;
}

.dashboard-page .infoDetails .statues ul {
    display: inline-block;

}

.dashboard-page .infoDetails .statues li {
    display: inline-block;
    padding-bottom: 20px;
    margin-left: 30px;
    width: 100px;
    text-align: center;
}

.dashboard-page .infoDetails .statues li a {
    color: #606487;
    font-family: alex-bold;
    font-size: 12px;
}

.dashboard-page .infoDetails .statues .active {
    border-bottom: 2px solid #F05624;
}

.dashboard-page .infoDetails .statues .active a {
    color: #F05624;
}

.dashboard-page .infoDetails .statues form {
    display: inline-block;
    float: left;
    width: 250px;
    margin-top: -10px;
    margin-left: 20px;
}

.dashboard-page .infoDetails .statues form input {
    position: relative;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    padding: 12px;
    direction: ltr;
    text-align: right;
    margin-bottom: 12px;
    width: 100%;
    outline: none;
}

.dashboard-page .infoDetails .statues form button {
    position: absolute;
    left: 45px;
    margin-top: 7px;
    background: transparent;
    border: none;
    outline: none;
}

.dashboard-page .infoDetails .item-one {
    display: flex;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    padding: 20px 20px;
    flex-direction: row;
    margin-top: 30px;

}

.dashboard-page .infoDetails .item-one .pic {
    background: rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    width: 200px;
    display: flex;
    text-align: center;
    height: 160px;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}

.dashboard-page .infoDetails .item-one .pic img {
    width: 160px;
    height: 160px;
}

.dashboard-page .infoDetails .item-one .content h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    margin: 0px;
    color: #0F122C;
}

.dashboard-page .infoDetails .item-one .content h5 span {
    color: #38C67F;
}

.dashboard-page .infoDetails .item-one .content h5 .cancel {
    color: #E92424;
}

.dashboard-page .infoDetails .item-one .content ul li {
    display: block;
    color: #606487;
    font-size: 14px;
    margin-top: 8px;
}

.dashboard-page .infoDetails .item-one .content ul li span {
    margin-right: 12px;
}

.dashboard-page .infoDetails .item-one .content {
    display: flex;
    justify-content: right;
    align-items: start;
    flex-direction: column;
}

.dashboard-page .infoDetails .item-one .clicked {
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-left: 20px;

}

.dashboard-page .infoDetails .item-one .clicked a {
    color: #0F122C;
    font-size: 18px;
}


.dashboard-page .walletContent {
    background: #EFF0F5;

    position: relative;
    background-image: url("../images/wallet-bk.svg");
    float: right;
    width: 100%;
    background-size: cover;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    padding: 20px 0px;

}

.dashboard-page .walletContent .totalWallet .con {
    display: inline-block;
    width: 300px;
    padding: 0px 40px;
    float: right;
}

.dashboard-page .walletContent .totalWallet .con h5 {
    font-family: alex-bold;
    color: #F05624;
    font-size: 18px;
}

.dashboard-page .walletContent .totalWallet .con h3 {
    color: #0F122C;
    font-size: 26px;
}

.dashboard-page .walletContent .totalWallet .con h3 span {
    font-size: 18px;
    margin-right: 6px;
}

.dashboard-page .walletContent .totalWallet {
    display: flex;
    /* justify-content: space-around; */
    width: 100%;
    align-items: center;
}

.dashboard-page .walletContent .totalWallet .withdrawal {
    display: inline-block;
    padding: 0px 40px;
    float: left;
    text-align: left;
    margin-right: auto;
}

.dashboard-page .walletContent .totalWallet .withdrawal a {
    background-color: #F05624;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    align-items: center;
    transition: all .6s ease-in-out;
    font-family: alex-bold;
    display: block;
    text-align: center;
    width: 180px;
}

.dashboard-page .walletContent .totalWallet .withdrawal a:hover {
    background-color: #2a6496;
}

.dashboard-page .recentTransactions {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    margin-top: 20px;
    float: right;
    padding: 20px;
    width: 100%;
}

.dashboard-page .recentTransactions h3 {
    margin: 0px;
    color: #0F122C;
    font-family: alex-bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.dashboard-page .recentTransactions h6 {
    color: #606487;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 25px;
}

.dashboard-page .recentTransactions p {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    padding: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.dashboard-page .recentTransactions p i {
    margin-left: 12px;
}

.dashboard-page .recentTransactions p .down {
    color: #38C67F;
}

.dashboard-page .recentTransactions p .up {
    color: #1583E9;
}

.dashboard-page .recentTransactions p span {
    float: left;
    font-family: alex-bold;
    color: #1E1E1E;
    font-size: 14px;
}

.dashboard-page .recentTransactions .points {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    float: right;
    display: flex;
    width: 100%;
    padding: 10px 30px;
    align-items: center;

}

.dashboard-page .recentTransactions .points .icon {
    margin-left: 20px;
    color: #38C67F;
}

.dashboard-page .recentTransactions .points .pointCount {
    margin-right: auto
}

.dashboard-page .recentTransactions .point-con h3 {
    margin: 0px;
    color: #0F122C;
    font-family: alex-bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.dashboard-page .recentTransactions .point-con h6 {
    margin-bottom: 0px;
}

.dashboard-page .recentTransactions .points .pointCount h2 {
    font-size: 28px;
    color: #1E1E1E;
    font-family: alex-bold;
}

.dashboard-page .recentTransactions .points .pointCount h2 span {
    margin-right: 4px;
    font-size: 12px;
    color: #606487;
}

.dashboard-page .coupons {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 20px 10px;
}

.dashboard-page .coupons h3 {
    margin: 0px;
    font-family: alex-bold;
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.dashboard-page .coupons .couponsContent {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    float: right;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
}

.dashboard-page .coupons .couponsContent h5 {
    font-family: alex-bold;
    color: #0F122C;
    margin-bottom: 15px;
    font-size: 14px;
}

.dashboard-page .coupons .couponsContent h5 span {
    margin-right: 5px;
    font-size: 12px;
}

.dashboard-page .coupons .couponsContent h5 .good {
    color: #38C67F;
}

.dashboard-page .coupons .couponsContent h5 .done {
    color: #9094B7;
}

.dashboard-page .coupons .couponsContent h5 .used {
    color: #F05624;
}

.dashboard-page .coupons .couponsContent h4 {
    color: #606487;
    margin-bottom: 5px;
    font-size: 14px;
}

.dashboard-page .coupons .couponsContent p {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    padding: 8px;
    margin-top: 12px;
    font-size: 18px;
    margin-bottom: 10px;
}

.dashboard-page .coupons .couponsContent .finished {
    background: rgba(144, 148, 183, 0.24);
    border: 1px solid rgba(144, 148, 183, 0.54);
    border-radius: 10px;
    color: #606487;
}

.dashboard-page .coupons .couponsContent p i {
    font-size: 22px;
    margin-left: 3px;
    margin-top: 0px;
    float: left;
    color: #606487;
}

.dashboard-page .addresses {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 10px 20px;
}

.dashboard-page .addresses .head {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    text-align: right;
    color: #0F122C;
    margin-bottom: 20px;
}

.dashboard-page .addresses .address-details {
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 30px;
}

.dashboard-page .addresses .address-details hr {
    margin: 0px;
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 20px;

}

.dashboard-page .addresses .address-details h4 {
    display: block;
    float: right;
    margin: 0px;
    line-height: 50px;
    width: 100%;
}

.dashboard-page .addresses .address-details h4 span {
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
}

.dashboard-page .addresses .address-details h4 span h6 {
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: alex-bold;
}

.dashboard-page .addresses .address-details .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    float: left;
    height: 30px;
    margin-right: 15px;
}

.dashboard-page .addresses .address-details .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dashboard-page .addresses .address-details .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.dashboard-page .addresses .address-details .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.dashboard-page .addresses .address-details input:checked + .slider {
    background-color: #0E6049;
}

.dashboard-page .addresses .address-details input:focus + .slider {
    box-shadow: 0 0 1px #0E6049;
}

.dashboard-page .addresses .address-details input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.dashboard-page .addresses .address-details .slider.round {
    border-radius: 34px;
}

.dashboard-page .addresses .address-details .slider.round:before {
    border-radius: 50%;
}

.dashboard-page .addresses .address-details .data h3 {
    margin: 0px;
    color: #606487;
    margin-bottom: 10px;
    padding: 0px;
    font-family: alex-bold;
    font-size: 14px;
}

.dashboard-page .addresses .address-details .data h5 {
    margin: 0px;
    color: #0F122C;
    margin-top: 5px;
    padding: 0px;
    font-size: 12px;
    margin-bottom: 20px;
}

.dashboard-page .addresses .address-details .links {
    margin-bottom: 20px;
    margin-top: 10px;
}

.dashboard-page .addresses .address-details .links a {
    text-align: center;
    padding: 12px;
    width: 150px;
    background: rgba(21, 131, 233, 0.2);
    border-radius: 100px;
    cursor: pointer;
    font-family: alex-bold;
    transition: all .6s ease-in-out;
    display: inline-block;
    margin-left: 10px;
}

.dashboard-page .addresses .address-details .links .delete {
    background: rgba(240, 86, 36, 0.2);
    border-radius: 100px;
    color: #E92424 !important;
}

.dashboard-page .addresses .address-details .links .delete:hover {
    background-color: #E92424;
    color: #fff !important;
}

[id^="editAddressModal_"] .modal-content {
    float: right;
    width: 100%;
    margin-top: 50px;
    padding: 20px 10px;
}

[id^="editAddressModal_"] .modal-content h5 {
    font-family: alex-bold;
    font-size: 14px;
    margin-bottom: 20px;
    color: #0F122C;
}

[id^="editAddressModal_"] .modal-content form label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 34px;
    color: #606487;
}

[id^="editAddressModal_"] .modal-content form input {
    width: 100%;
    background: rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 12px;
    border: none;
    outline: none;
}

[id^="editAddressModal_"] .modal-content form select {
    width: 100%;
    background: rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 12px;
    border: none;
    outline: none;
}

[id^="editAddressModal_"] .modal-content .saveButtons {
    margin-top: 20px;
    margin-bottom: 30px;
}


[id^="editAddressModal_"] .modal-content .saveButtons button {
    text-align: center;
    padding: 12px;
    width: 150px;
    background-color: #F05624;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: alex-bold;
    transition: all .6s ease-in-out;
    display: inline-block;
    margin-left: 10px;
}

[id^="editAddressModal_"] .modal-content .saveButtons .cancel {
    background-color: #CACCDE;
    color: #606487 !important;
}

.unsubscribe {
    padding: 20px;
    width: 55%;
    display: block;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.24);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.unsubscribe img {
    width: auto;
    margin: 12px 0px;
}

.unsubscribe h4 {
    font-size: 16px;
    font-family: alex-bold;
    margin: 12px 0px;
    color: #0F122C;
}

.unsubscribe p {
    font-size: 14px;
    line-height: 30px;
    color: #606487;
    margin-bo0ttom: 20px;
}

.unsubscribe .buttons a {
    text-align: center;
    padding: 12px;
    width: 150px;
    color: #606487;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .6s ease-in-out;
    display: inline-block;
    margin-left: 10px;
    background: #CACCDE;
    border-radius: 10px;

}

.unsubscribe .buttons .cancel {
    text-align: center;
    padding: 12px;
    width: 150px;
    background-color: #F05624;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: alex-bold;
    transition: all .6s ease-in-out;
    display: inline-block;
    margin-left: 10px;
}

.unsubscribe h5 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #0F122C;
}


.main-header .moreIcons ul li button {
    background-color: transparent;
    border: none;
}

.main-header .moreIcons ul li button .downs {
    margin-right: 3px;
    color: #fff;
}

.main-header .moreIcons ul li .dropdown-menu {
    z-index: 9999;
    padding: 0px 0px;
    border-radius: 8px;
    width: 160px;
    top: 40px;
    left: 150px;
}

.main-header .moreIcons ul li .dropdown-menu li {
    margin: 0px 0px !important;
    width: 100%;
    padding: 6px 0px;
    margin-bottom: 0px !important;
}

.main-header .moreIcons ul li .dropdown-menu li i {
    margin-right: 10px;
}

.main-header .moreIcons ul li .dropdown-menu li a {
    color: #1E1E1E;
    font-weight: 600;
}

.main-header .moreIcons ul li .dropdown-menu:after {
    content: '';
    position: absolute;
    right: 30px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    clear: both;
    transform: rotate(180deg);
}

.blog-viewed {
    text-align: left;
}

.additional-blog {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.registration-response {
    width: 90%;
    margin: 0px auto;
}


.filterOffers .oneCard .theCompany .companyInfo h4 button {
    background-color: transparent;
    border: none;
    text-align: center;
}

[id^="companyInfoModal_"] .modal-lg {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

[id^="companyInfoModal_"] .modal-content {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

[id^="companyInfoModal_"] .modal-header {
    padding: 0px !important;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

[id^="companyInfoModal_"] .modal-title {
    background-color: #F05624;
    padding: 15px;
    color: #fff;
    border-top-right-radius: 15px;
    font-size: 16px;
    border-top-left-radius: 15px;
}

[id^="companyInfoModal_"] .modal-header .close {
    margin-top: 0px !important;
    position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;
    opacity: 1;
}


[id^="companyInfoModal_"] .modal-body {
    float: right;
    width: 100%;
    background-color: #fff;
    padding: 16px 0px;
}

[id^="companyInfoModal_"] .modal-body .info {
    display: block;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 10px;
}

[id^="companyInfoModal_"] .modal-body .info .statues {
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

[id^="companyInfoModal_"] .modal-body .info .statues li {
    display: inline-block;
    float: right;
    width: 98px;
    margin-left: 18px;
    padding: 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 12px;
    /*margin-top: -8px;
    margin-right: 0px;*/
    font-family: alex-bold;
}

[id^="companyInfoModal_"] .modal-body .info .statues li i {
    margin-left: 4px;
}

[id^="companyInfoModal_"] .modal-body .info .statues .fast {
    background-color: #FFE2D8;
    color: #F05624;
}

[id^="companyInfoModal_"] .modal-body .info .statues .safe {
    background-color: #DBECFC;
    color: #1583E9;
}

[id^="companyInfoModal_"] .modal-body .info .statues .new {
    background-color: #FCDBDB;
    color: #E92424;
}

[id^="companyInfoModal_"] .modal-body .info .logo {
    display: block;
    margin: 0 auto;
    width: 250px;
}

[id^="companyInfoModal_"] .modal-body .info .content {
    margin-top: 30px;
}

[id^="companyInfoModal_"] .modal-body .info .content h1 {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

[id^="companyInfoModal_"] .modal-body .info .content h5 {
    font-size: 16px;
    font-weight: bolder;
    color: #E92424;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

[id^="companyInfoModal_"] .modal-body .info .content p {
    color: #606487;
    font-size: 12px;
    text-align: center;
    line-height: 30px;

}

[id^="companyInfoModal_"] .modal-body .info .content a {
    width: 180px;
    padding: 12px;
    background: #F05624;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;

}

[id^="companyInfoModal_"] .modal-body .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}


[id^="companyInfoModal_"] .modal-body .accordion:after {
    content: '\f078';
    color: #777;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    float: left;
    margin-right: 5px;
}

[id^="companyInfoModal_"] .modal-body .active:after {
    content: "\f077";
}

[id^="companyInfoModal_"] .modal-body .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #e9e9e9;
    border-top: none;
    margin-bottom: 15px;
}

[id^="companyInfoModal_"] .modal-body .panel p {
    line-height: 30px;
    font-size: 12px;
    text-align: right;
}

.sending-ship .all-data .tab .aboutIt {
    border: 1px solid #E6E8F0;
    width: 100%;
    float: right;
    border-radius: 12px;
    margin-bottom: 20px;
}

.sending-ship .all-data .tab .aboutIt .one {
    margin: 20px 0px;
    float: right;
    width: 100%;
}

.sending-ship .all-data .tab .add_form_field {
    position: absolute;
    left: 45px;
    padding: 12px 20px;
    color: #fff;
    background-color: #F05624;
    border: none;
    border-radius: 8px;
    outline: none;
    top: 50px;
}

.delete_form_field {
    position: absolute;
    left: 45px;
    padding: 12px 20px;
    color: #fff;
    background-color: rgba(237, 60, 65, 0.91);
    border: none;
    border-radius: 8px;
    outline: none;
    top: 50px;
}

.submit-shipment-form {
    width: 180px;
    background-color: #F05624;
    padding: 12px 0px;
    color: #fff;
    text-align: center;
    border: none;
    display: block;
    border-radius: 12px;
}

.dimensions-container {
    border: 1px solid #E6E8F0;
    width: 100%;
    float: right;
    border-radius: 12px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 21px;
}

.empty-cart-image {
    background: #0f122c;
    padding: 20px;
    border-radius: 0px 25px;
    border: 1px solid #0f122c;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 1px 2px 3px, -1px -2px 3px;
}

.wpwl-form-card {
    min-width: 60% !important;
    min-height: 20% !important;
    margin-top: 60px !important;
    text-align: center !important;
}

.wpwl-button-pay {
    float: none !important;
}

#loginModal {
    z-index: 999999999999;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.item-commodity-code {

    text-align: center;
    color: #f05624;
    font-size: 15px;
    float: left;
}

#commodity_code_modal {
    text-align: center;
}

#commodity_code_modal .modal-body p {
    padding: 20px;
    border: 1px solid;
    border-radius: 5px;
}

#commodity_code_modal .modal-body a {
    display: block;
    color: #f05624;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*#commodity_code_modal .close-commodity-code {*/
/*    float: left;*/
/*}*/

.ui-widget {
    right: 10% !important;
    width: 260px !important;
    border: 2px solid #eff0f5 !important;
    border-radius: 1%;
    font-size: 12px !important;
}

.ui-widget li {
    border-bottom: 2px solid #cacacf !important;
}

.custom-select .select2-container {
    display: block;
    width: 100%;
    background: #EFF0F5;
    border-radius: 10px;
    border: none;
    height: 55px;
    padding-right: 12px;
    outline: none;
    margin-bottom: 16px;
}

/* Optional: Override specific Select2 styles */
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    background: none !important;
    border-radius: 0 !important;
    border: none;
    height: 55px;
    padding-right: 12px;
    outline: none;
    margin-bottom: 16px;
}

/* Adjust width of Select2 component */
.select2-container--default .select2-selection--single {
    width: auto !important; /* or specify a fixed width if needed */
    border: none !important;
    /*height: 0px !important;*/
    /*align-items: center;*/

}

/* Optionally, adjust width for container */
.select2-container--default {
    width: 100% !important; /* or any specific width */
}

.select2-container .select2-selection--single {
    height: 56px !important;
    /*align-content: center;*/
    align-content: center !important;
}

.select2-custom {
    display: block;
    width: 100%;
    background: #EFF0F5;
    border-radius: 10px;
    border: none;
    height: 55px;
    padding-right: 12px;
    outline: none;
    margin-bottom: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    direction: rtl;
}

.error-input {
    border: 1px solid #ff0808; /* Red border for errors */
}

.sending-ship .all-data .tab .conditions input {
    float: right;
    text-align: right;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    margin-top: 4px;
}

.sending-ship .all-data .tab .conditions label {
    padding: 6px;
    width: 88%;
}

.sending-ship .all-data .tab .conditions label a {
    color: #f05624;
}

.aboutUs .icon {
    text-align: center;
}

.aboutUs .icon img {
    margin: 0 auto;
}

.print-pdf {
    font-size: 11px;
    margin-top: 17px;
    background-color: #f05624;
    border-color: #f05624;
}

.print-pdf:hover {
    background-color: #e04d1e; /* Background color on hover */
    border-color: #e04d1e; /* Border color on hover */
}

.modal-footer {
    text-align: left;
}

.all-data .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 20px;
}

.filterOffers .oneCard .info .toHome label {
    margin-bottom: 15px !important;
}

.filterOffers .oneCard .more .point {
    text-align: center;
    color: #F05624;
}

.shipmen-edit-pay {
    padding: 10px;
    margin-top: 10px;
}

.shipmen-edit-pay .pay {
    float: none;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.shipmen-edit-pay .pay a {
    background-color: #F05624;
    /* padding: 12px; */
    color: #fff;
    border-radius: 8px;
    align-items: center;
    transition: all .6s ease-in-out;
    font-family: alex-bold;
    /* display: block; */
    text-align: center;
    padding: 20px 12px;

}

.shipDetails2 input.price {
    box-shadow: 3px 3px #bab8b896;
    width: 60% !important;
    margin-left: 20px;
}


.shipDetails2 .iti {
    display: flex !important;
}

.shipDetails2 #receiver_phone {

    padding-left: 50px; /* Adds space inside the input, moving both text and placeholder */
    box-sizing: border-box; /* Ensures padding is applied correctly */

}


/*.shipDetails2 #receiver_phone::placeholder {*/
/*    text-indent: 35px; !* Specifically adjusts the placeholder position *!*/
/*}*/

.shipDetails2 button.pay {
    background-color: #F05624;
    margin-top: 9px;
    color: #fff;
    border-radius: 8px;
    align-items: center;
    transition: all .6s ease-in-out;
    font-family: alex-bold;
    /* display: block; */
    text-align: center;
    padding: 19px;
    border: none;
    width: 30%;
}

/* Initially hidden */
.shipDetails2, .shipHeader2 {
    display: none; /* Hidden initially */
    padding: 20px;
    border: 1px solid transparent;
    transition: border-color 0.5s ease-in-out;
}

.shipDetails2.active, .shipHeader2.active {
    border-color: #28a745; /* Success green when active */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    animation: glowBorderLoop 2s ease-in-out infinite; /* Loop the glow animation */
}

/* Keyframe animation for glowing success effect (looping) */
@keyframes glowBorderLoop {
    0%, 100% {
        border-color: transparent; /* No border color at the start and end */
        box-shadow: none; /* No shadow */
    }
    50% {
        border-color: #28a745; /* Middle green color for success */
        box-shadow: 0 0 2px #28a745, 0 0 3px #28a745; /* Success green glow */
    }
}

.shipDetails2 .edit-receiver-info {
    width: 120px;
    padding: 8px;
    border-radius: 8px;
    outline: none;
    text-align: center;
    margin-top: 12px;
    border: none;
    background-color: #F05624;
    color: #fff;
}

.is-invalid {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-size: 12px;
}

@keyframes glow {
    0%, 100% {
        border-color: transparent; /* No border color at the start and end */
        box-shadow: none; /* No shadow */
    }
    50% {
        border-color: #28a745; /* Middle green color for success */
        box-shadow: 0 0 2px #28a745, 0 0 3px #28a745; /* Success green glow */
    }
}

.glow-effect {
    animation: glow 2s ease-in-out infinite; /* Animation lasts 2 seconds, repeats 3 times */
}

.warning-taxes-note {
    margin-top: 42px;
    padding: 10px;
    text-align: justify;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.toHome button.btn.btn-primary.k-order {
    transition: all .6s ease-in-out;
    border-radius: 10px;
    background-color: #F05624;
    color: #Fff;
    border: none;
    padding: 8px;
}

.careem-track-map {
    background-color: #F05624;
    /* padding: 12px; */
    color: #fff;
    border-radius: 8px;
    align-items: center;
    transition: all .6s ease-in-out;
    font-family: alex-bold;
    /* display: block; */
    text-align: center;
    padding: 10px 50px;
}

.careem-tack-text {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: alex-bold;
    font-size: 12px;
    color: #606487;
}

.filterOffers .filter-search button {
    transition: all .6s ease-in-out;
    border-radius: 10px;
    margin: 5px 10px;
    background-color: #F05624;
    color: #Fff;
    border: none;
    padding: 10px 25px 10px 25px;
}

.filterOffers .filter-search select {
    width: 14%;
    background: #EFF0F5;
    padding: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 12px;
}

.aboutUs .content h4 img {
    position: absolute;
    left: -10px;
    top: -40px;
}


.cartPage-section .wallet {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(144, 148, 183, 0.14);
    border-radius: 10px;
    padding: 10px 0px;
    overflow: auto;
}

.cartPage-section .wallet h2 {
    padding-right: 20px;
    font-size: 16px;
    color: #0F122C;
    font-family: alex-bold;
}

.cartPage-section .wallet form {
    padding: 0px 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.cartPage-section .wallet form label {
    color: #606487;
    font-size: 14px;
}

.cartPage-section .wallet form input {
    width: 100%;
    padding: 12px;
    border: none;
    background: #EFF0F5;
    outline: none;
    border-radius: 10px;
    margin-top: 10px;
}

.cartPage-section .wallet form button {
    position: absolute;
    left: 20px;
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 10px;
    width: 100px;
    top: 35px;
    padding: 11px;
    color: #fff;
}

.wallet_price_checkout {
    width: 100%;
    padding: 12px;
    border: none;
    background: #EFF0F5;
    outline: none;
    border-radius: 10px;
    margin-top: 10px;
}


.change-receiver-checkout .wallet {
    background: #FFFFFF;
    padding: 10px 0px;
    overflow: auto;
}

.change-receiver-checkout .wallet h2 {
    padding-right: 20px;
    font-size: 16px;
    color: #0F122C;
    font-family: alex-bold;
}

.change-receiver-checkout .wallet form {
    padding: 0px 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.change-receiver-checkout .wallet form label {
    color: #606487;
    font-size: 14px;
}

.change-receiver-checkout .wallet form input {
    width: 100%;
    padding: 12px;
    border: none;
    background: #EFF0F5;
    outline: none;
    border-radius: 10px;
    margin-top: 10px;
}

.change-receiver-checkout .wallet form button {
    position: absolute;
    left: 20px;
    background: #F05624;
    border: 1px solid #F05624;
    border-radius: 10px;
    width: 100px;
    top: 35px;
    padding: 11px;
    color: #fff;
}

.wallet-amount-selection {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.amount-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.amount-btn:hover,
.amount-btn:focus {
    background-color: #ddd;
}

.filterOffers .oneCard .theCompany .statues .cold-shipment {
    background-color: #ecf2f7; /* Frosty Cyan */
    color: #004085; /* Deep Cold Blue */
}

.filterOffers .checking .cooler {
    background: #ecf2f7;
    border-radius: 10px;
}
