* {
    font-family: Alexandria;
    font-size: 14px;
}
body {
    overflow-x: hidden;
}
.et_pb_row {
    max-width: 66vw;
    padding: 0;
}
.text-center {
    text-align: center;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
.gap-12 {
    gap: 12px;
}

/* css for header */
.global-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    width: 100%;
}
.home-banner {
    margin-top: 90px;
}
.global-header.reduce-padding .row-global-header {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.global-header.reduce-padding .box-select-lang {
    display: none;
}
.global-header .box-select-lang {
    display: flex;
}
.row-global-header {
    max-width: 66vw;
}
.row-global-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 66vw;
    padding-left: 0;
    padding-right: 0;
}
.row-global-header #et-top-navigation {
    flex-grow: 1;
    margin-left: 30px;
}
.box-btn-login {
    flex-grow: 1;
    text-align: right;
}
.box-btn-login a {
    cursor: pointer;
}
.mobile_menu_bar::before, .mobile_menu_bar::after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
    color: #ED3012;
}
#et-top-navigation {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
#et-top-navigation a {
    font-size: 16px;
    font-weight: 300;
    color: #444 ;
}
.et-fixed-header #et-top-navigation {
    margin-left: 0;
}
.et-fixed-header .btn-business-login, .et-fixed-header .btn-business-login:hover {
    padding: 6px 20px 6px 44px !important;
}
.row-global-header .btn-business-login, .row-global-header .btn-business-login:hover {
    line-height: 24px !important;
    padding: 12px 20px 12px 44px;
    border-width: 1px;
    border-color: #000000;
    border-radius: 100px !important;
}
.row-global-header .btn-business-login {
    color: #444444;
    font-size: 16px;
}
.row-global-header .btn-business-login:before {
    opacity: 1;
    display: block;
    height: 24px;
    line-height: 24px;
    content: url('../images/lock.svg');
}
.row-global-header .btn-business-login:after {
    display: none;
}
.row-global-header .et_pb_column.col-logo {
    margin-right: 0;
}
.redbox_switch_language {
    text-align: right;
    width: 50%;
    position: absolute;
    top: 100%;
    right: 0;
}
.redbox_switch_language .box-select-lang {
    float: right;
    width: fit-content;
    padding: 8px 20px;
    background: #D6DEE6;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px 0 rgba(185, 185, 185, 0.25);
}
.box-select-lang {
    display: flex;
}
.box-flag:first-child {
    border-right: 1px solid #C4C4C4;
    padding-right: 20px;
    margin-right: 20px;
    height: 25px;
}
.ic-english, .ic-arabic {
    cursor: pointer;
}
.et_pb_menu__menu ul li [class*="dropdown-menu-container"] {
    top: 25px;
    z-index: 3;
    opacity: 1;
    visibility: unset;
    display: none;
}
.et_pb_menu__menu ul>li:hover [class*="dropdown-menu-container"] {
    display: block;
}
body:not(.et-fb) header .et_pb_row.dropdown-menu-row, body:not(.et-fb) header .et_pb_row.row-bottom-nav, body:not(.et-fb) header .et_pb_row + .et_pb_row.row-top-nav {
    display: none!important;
}
.et_pb_column:has(.box-menu-option) {
    flex-basis: fit-content;
}
.box-menu-option {
    display: flex;
    gap: 30px;
}
.btn-login {
    border-radius: 100px;
    border: 1px solid #D6DEE6;
    background: #FFF;
    height: 50px;
    padding: 13px 20px;
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.rtl .btn-login {
    font-size: 14px;
    gap: 8px;
}
.btn-login:before {
    height: 24px;
    line-height: 24px;
    content: url('../images/lock.svg');
}
.btn-login:hover {
    background-color: rgba(0,0,0,.05);
    cursor: pointer;
}
#language {
    border: none;
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}
.rtl #language {
    font-size: 18px;
}
.box-sel-lang {
    display: flex;
    align-items: center;
    gap: 6px;
}
.rtl .box-sel-lang {
    padding-right: 20px;
}
.box-sel-lang.english:before {
    background-image: url("../images/ic_english.svg");
    background-size: cover;
    display: inline-block;
    width: 28px;
    height: 19px;
    content:"";
}
.box-sel-lang.arabic:before {
    background-image: url("../images/ic_saudi.svg");
    background-size: cover;
    display: inline-block;
    width: 28px;
    height: 19px;
    content:"";
}
.lang-en {
    background-image: url('../images/ic_international.svg');
}
#language option {
    padding: 10px;
}

/* amim spinner */
.box-spinner {
    width: 100%;
    height: 100%;
}

.spinner {
    font-size: 8px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}
@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #f32200, 1.8em -1.8em 0 0em rgba(255,0,0, 0.2), 2.5em 0em 0 0em rgba(255,0,0, 0.2), 1.75em 1.75em 0 0em rgba(255,0,0, 0.2), 0em 2.5em 0 0em rgba(255,0,0, 0.2), -1.8em 1.8em 0 0em rgba(255,0,0, 0.2), -2.6em 0em 0 0em rgba(255,0,0, 0.5), -1.8em -1.8em 0 0em rgba(255,0,0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.7), 1.8em -1.8em 0 0em #f32200, 2.5em 0em 0 0em rgba(255,0,0, 0.2), 1.75em 1.75em 0 0em rgba(255,0,0, 0.2), 0em 2.5em 0 0em rgba(255,0,0, 0.2), -1.8em 1.8em 0 0em rgba(255,0,0, 0.2), -2.6em 0em 0 0em rgba(255,0,0, 0.2), -1.8em -1.8em 0 0em rgba(255,0,0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.5), 1.8em -1.8em 0 0em rgba(255,0,0, 0.7), 2.5em 0em 0 0em #f32200, 1.75em 1.75em 0 0em rgba(255,0,0, 0.2), 0em 2.5em 0 0em rgba(255,0,0, 0.2), -1.8em 1.8em 0 0em rgba(255,0,0, 0.2), -2.6em 0em 0 0em rgba(255,0,0, 0.2), -1.8em -1.8em 0 0em rgba(255,0,0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.2), 1.8em -1.8em 0 0em rgba(255,0,0, 0.5), 2.5em 0em 0 0em rgba(255,0,0, 0.7), 1.75em 1.75em 0 0em #f32200, 0em 2.5em 0 0em rgba(255,0,0, 0.2), -1.8em 1.8em 0 0em rgba(255,0,0, 0.2), -2.6em 0em 0 0em rgba(255,0,0, 0.2), -1.8em -1.8em 0 0em rgba(255,0,0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.2), 1.8em -1.8em 0 0em rgba(255,0,0, 0.2), 2.5em 0em 0 0em rgba(255,0,0, 0.5), 1.75em 1.75em 0 0em rgba(255,0,0, 0.7), 0em 2.5em 0 0em #f32200, -1.8em 1.8em 0 0em rgba(255,0,0, 0.2), -2.6em 0em 0 0em rgba(255,0,0, 0.2), -1.8em -1.8em 0 0em rgba(255,0,0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.2), 1.8em -1.8em 0 0em rgba(255,0,0, 0.2), 2.5em 0em 0 0em rgba(255,0,0, 0.2), 1.75em 1.75em 0 0em rgba(255,0,0, 0.5), 0em 2.5em 0 0em rgba(255,0,0, 0.7), -1.8em 1.8em 0 0em #f32200, -2.6em 0em 0 0em rgba(255,0,0, 0.2), -1.8em -1.8em 0 0em rgba(255,0,0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.2), 1.8em -1.8em 0 0em rgba(255,0,0, 0.2), 2.5em 0em 0 0em rgba(255,0,0, 0.2), 1.75em 1.75em 0 0em rgba(255,0,0, 0.2), 0em 2.5em 0 0em rgba(255,0,0, 0.5), -1.8em 1.8em 0 0em rgba(255,0,0, 0.7), -2.6em 0em 0 0em #f32200, -1.8em -1.8em 0 0em rgba(255,0,0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,0,0, 0.2), 1.8em -1.8em 0 0em rgba(255,0,0, 0.2), 2.5em 0em 0 0em rgba(255,0,0, 0.2), 1.75em 1.75em 0 0em rgba(255,0,0, 0.2), 0em 2.5em 0 0em rgba(255,0,0, 0.2), -1.8em 1.8em 0 0em rgba(255,0,0, 0.5), -2.6em 0em 0 0em rgba(255,0,0, 0.7), -1.8em -1.8em 0 0em #f32200;
    }
}


@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/* css for home page */
.redbox-tracking-box {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    width: fit-content;
    padding: 20px;
    justify-content: space-between;
    column-gap: 20px;
}
.redbox-tracking-box img {
    height: 48px;
}
.tb-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tb-express, .tb-map {
    text-align: center;
    border-left: 1px solid #C4C4C4;
    padding-left: 20px;
    cursor: pointer;
}
.tb-express img, .tb-map img {
    flex: 1;
    width: 54px;
}
.tb-express p, .tb-map p {
    font-weight: 300;
    color: #2A2D47;
    font-size: 16px;
}
.tb-tracking .title {
    display: flex;
    column-gap: 20px;
    margin-bottom: 12px;
    color: #848484;
    font-size: 14px;
}
.tb-tracking .title h3 {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 4px;
}
.tb-tracking .search-box {
    position: relative;
    margin-top: 10px;
    height: 55px;
}
.tb-tracking .search-box input {
    height: 55px;
    padding: 0 100px 0 54px;
    background-color: #ffffff;
    font-size: 16px;
    color: #3D3D4E;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    width: 100%;
    min-width: 400px;
}
.rtl .tb-tracking .search-box input {
    font-size: 22px;
}
.tb-tracking .search-box button {
    border: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ffffff;
    height: 38px;
    padding: 10px;
    border-radius: 4px;
    background: #ED3012;
    box-shadow: 0px 8px 12px 0px rgba(237, 48, 18, 0.25);
    display: flex;
    align-items: center;
}
.home-advantage, .advantage-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
}
.advantage-box .advantage-text {
    color: #444;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    font-weight: 300;
}
.advantage-box p:first-child {
    color: #101010;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 8px;
}
.advantage-box .high-light {
    color: #ED3012;
    font-weight: 500;
}
.home-os-individual .line-os, .home-os-business .line-os {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    display: flex;
    column-gap: 16px;
}
.line-os:before {
    height: 24px;
}
.line-os.delivery:before {
    content: url('../images/os_icon_delivery.svg');
}
.line-os.return:before {
    content: url('../images/os_icon_box.svg');
}
.line-os.express:before {
    content: url('../images/os_icon_express.svg');
}
.line-os.addresses:before {
    content: url('../images/os_icon_location.svg');
}
.line-os.community:before {
    content: url('../images/os_icon_community.svg');
}
.line-os.laas:before {
    content: url('../images/os_icon_locker.svg');
}
.logo-carousel .slick-track {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.app-download-qr .box-download {
    display: flex;
    column-gap: 30px;
}
.app-download-qr .box-download .ios-android{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.redbox-tracking-box img:hover {
    transform: scale(1.5);
}
.ic-english:hover, .ic-arabic:hover {
    transform: scale(1.1);
}
.redbox-tracking-box img {
    transition: transform .2s;
}
.search-box .fa-search {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
/* css for footer */
.row-footer-social {
    display: flex;
    align-items: center;
}
.row-footer-social .et_pb_column {
    width: unset;
}
.row-footer-social .et_pb_column:first-child {
    flex: 1;
}
.row-footer-social .et_pb_column:nth-child(2) {
    margin-right: 20px;
}
.row-footer-social .et_pb_column:last-child ul li {
    margin-bottom: 0;
}
.row-footer-social .et_pb_column:last-child ul li:not(:last-child) a {
    margin-right: 20px;
}
.global-footer .app-download-qr {
    width: 200px;
}
.global-footer .app-download-qr .img-qr {
    height: 72px;
}
.global-footer .app_download_qr {
    float: right;
}

/* css for menu */
.row-global-header ul.sub-menu, .row-global-header ul.sub-menu li, .row-global-header ul.sub-menu li a {
    width: max-content;
}
.row-global-header ul.sub-menu li {
    display: block;
    padding: 0;
    line-height: unset;
    width: 100%;
}
.row-global-header .et_pb_column:nth-child(2) {
    flex-grow: 1;
}
.row-global-header ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.row-global-header ul.sub-menu {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-top: unset;
    padding: 20px !important;
}
.row-global-header ul.sub-menu a {
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 20px;
}
.dropdown-menu-item {
    position: relative;
}
.dropdown-menu-item a {
    padding: 20px 20px 20px 44px !important;
    line-height: 24px;
}
.mi-express a, .mi-locker-to-home a {
    padding: 20px 20px 20px 74px !important;
}
.rtl .dropdown-menu-item a {
    padding: 20px 44px 20px 20px !important;
}
.rtl .mi-express a, .rtl .mi-locker-to-home a {
    padding: 20px 74px 20px 20px !important;
}
.dropdown-menu-item:hover a {
    color: red;
}
.et_pb_menu {
    margin-bottom: 0 !important;
}
.et_pb_menu__menu [class*="dropdown-menu-container"]{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.first-level:after, .droplang:after {
    font-family: "Font Awesome 6 Pro";
    content: '\f107';
    color: #444;
    font-size: 16px;
    font-weight: 300;
    margin-left: 12px;
}
.first-level .dropdown-menu-item:not(:last-child) {
    border-bottom: 1px solid #C4C4C4;
    margin: 0 20px;
}.first-level .dropdown-menu-item:last-child {
    margin: 0 20px;
}
.et_pb_menu .et-menu > li {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dropdown-menu-item:before {
    height: 24px;
    background-color: #444444;
    width: 24px;
    content: '';
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
}
.rtl .dropdown-menu-item:before {
    left: unset;
    right: 0;
}
.dropdown-menu-item:hover {
    cursor: pointer;
}
.dropdown-menu-item:hover:before {
    background-color: red;
}
.dropdown-menu-item:hover {
    color: red;
}
.mi-tracking:before {
    -webkit-mask: url('../images/ic_parcel.svg') no-repeat;
    mask: url('../images/ic_parcel.svg') no-repeat;
}
.mi-find-point:before {
    -webkit-mask: url('../images/ic_map.svg') no-repeat;
    mask: url('../images/ic_map.svg') no-repeat;
}
.mi-storage:before {
    -webkit-mask: url('../images/ic_storage.svg') no-repeat;
    mask: url('../images/ic_storage.svg') no-repeat;
}
.mi-addresses:before {
    -webkit-mask: url('../images/ic_location.svg') no-repeat;
    mask: url('../images/ic_location.svg') no-repeat;
}
.mi-how-to-collect:before {
    -webkit-mask: url('../images/ic_question.svg') no-repeat;
    mask: url('../images/ic_question.svg') no-repeat;
}
.mi-express:before {
    -webkit-mask: url('../images/ic_locker_to_locker.svg') no-repeat;
    mask: url('../images/ic_locker_to_locker.svg') no-repeat;
    width: 62px;
}
.mi-locker-to-home:before {
    -webkit-mask: url('../images/ic_locker_to_home.svg') no-repeat;
    mask: url('../images/ic_locker_to_home.svg') no-repeat;
    width: 62px;
}
.mi-international:before {
    -webkit-mask: url('../images/ic_international.svg') no-repeat;
    mask: url('../images/ic_international.svg') no-repeat;
}
.mi-return:before {
    -webkit-mask: url('../images/ic_return.svg') no-repeat;
    mask: url('../images/ic_return.svg') no-repeat;
    height: 26px;
}
.mi-how-to-send:before {
    -webkit-mask: url('../images/ic_question.svg') no-repeat;
    mask: url('../images/ic_question.svg') no-repeat;
}
.mi-contact-us:before {
    -webkit-mask: url('../images/ic_contact.svg') no-repeat;
    mask: url('../images/ic_contact.svg') no-repeat;
}
.mi-faq:before {
    -webkit-mask: url('../images/ic_question.svg') no-repeat;
    mask: url('../images/ic_question.svg') no-repeat;
}
.mi-delivery:before {
    -webkit-mask: url('../images/ic_delivery.svg') no-repeat;
    mask: url('../images/ic_delivery.svg') no-repeat;
}
.mi-laas:before {
    -webkit-mask: url('../images/ic_locker.svg') no-repeat;
    mask: url('../images/ic_locker.svg') no-repeat;
}
.mi-return:before {
    -webkit-mask: url('../images/ic_return.svg') no-repeat;
    mask: url('../images/ic_return.svg') no-repeat;
    height: 26px;
}
.mi-community:before {
    -webkit-mask: url('../images/ic_community.svg') no-repeat;
    mask: url('../images/ic_community.svg') no-repeat;
}
.mi-host:before {
    -webkit-mask: url('../images/ic_counter.svg') no-repeat;
    mask: url('../images/ic_counter.svg') no-repeat;
}
.mi-about-redbox:before {
    -webkit-mask: url('../images/ic_about.svg?1') no-repeat;
    mask: url('../images/ic_about.svg?1') no-repeat;
}
.mi-redbox-ads:before {
    -webkit-mask: url('../images/ic_ads.svg') no-repeat;
    mask: url('../images/ic_ads.svg') no-repeat;
}
.mi-redbox-partners:before {
    -webkit-mask: url('../images/ic_partner.svg') no-repeat;
    mask: url('../images/ic_partner.svg') no-repeat;
}
.mi-blog:before {
    -webkit-mask: url('../images/ic_blog.svg') no-repeat;
    mask: url('../images/ic_blog.svg') no-repeat;
}
.dtq-carousel .slick-track {
    display: flex;
    align-items: center;
}
/* css for public map */
.public-map {
    padding-bottom: 80px;
    position: relative;
}
.box-control {
    position: absolute;
    top: 20px;
    /*transform: translateY(-50%);*/
    left: calc((100vw - 66vw)/2);
    z-index: 1;
    background: #FFF;
    border-radius: 24px;
    border: 2px solid #ED3012;
    box-shadow: 0 4px 12px 0 rgba(185, 185, 185, 0.25);
    padding: 20px;
    width: 21vw;
    min-width: 411px;
}

.box-control.is-collapsed {
    margin-left: -360px;
}

.toggle-btn {
    /* Vị trí */
    position: absolute;
    top: 50%;
    left: 360px; /* Vị trí ban đầu, bằng với chiều rộng của filter */
    transform: translateY(-50%); /* Căn nút ra giữa theo chiều dọc */
    z-index: 99;

    /* Kiểu dáng */
    width: 28px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: none; /* Bỏ viền trái để liền mạch */
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;

    /* Hiệu ứng chuyển động cho vị trí và icon */
    transition: left 0.4s ease-in-out, transform 0.4s ease;
}

.toggle-btn:hover {
    background-color: #f5f5f5;
}

.box-control.is-collapsed.toggle-btn {
    left: 0;
}

.box-control.is-collapsed.toggle-btn svg {
    transform: rotate(180deg);
}

.box-control select, .address {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D6DEE6;
    background: #FFF;
    height: 55px;
    padding: 0 15px;
    margin-bottom: 20px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}
input.address {
    padding-left: 55px;
}
.box-input-address {
    margin-bottom: 15px;
    position: relative;
}
.box-input-address:before {
    content: url('../images/search.svg');
    position: absolute;
    top: 15px;
    left: 20px;
}
input.address:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.box-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-control p, .box-control .txt-title {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
}
.box-control .txt-title {
    padding-bottom: 1em;
}
.box-control .box-btn {
    gap: 20px;
    margin-bottom: 20px;
}
.box-control .box-btn button {
    border: none;
    background: #FFF;
    width: 100%;
    color: #444444;
    font-size: 16px;
    font-weight: 300;
}
.box-control .box-btn button.active {
    border-bottom: 2px solid #ED3012;
    color: #101010;
    font-weight: 500;
}
.list-card-point {
    max-height: 238px;
    overflow: auto;
}
.list-card-point:has(.wrapper-center) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.cp-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cp-header .title-text {
    align-items: flex-start;
}
.cp-header .ic-car {
    width: .88rem;
}
.card-point {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(185, 185, 185, 0.25);
    margin: 1px 1px 20px 1px;
}
.card-point:hover {
    box-shadow: 1px 1px 4px rgba(185, 185, 185);
}
.card-point .line-text p {
    padding-bottom: 0;
    line-height: 1.4em;
    color: #202020;
    margin-bottom: 0;
}
.card-point .txt-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
}
.card-point .txt-address {
    font-weight: 400;
    font-size: 14px;
}
.card-point .highlight {
    color: #C52600;
}
.card-point .txt-distance {
    color: #202020;
    font-weight: 300;
    margin-bottom: 0;
}
.list-card-point .card-point .txt-distance {
    color: #808285;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.cp-content {
    margin-top: 10px;
}
.cp-content p {
    color: #202020;
    font-size: 16px;
    font-weight: 300;
}
.cp-footer .btn-control img {
    width: 25px;
    height: 25px;
}
.cp-footer .btn-control {
    height: 25px;
}
.cp-footer .btn-control a {
    padding-left: 10px;
    border-left: 1px solid #C4C4C4;
    margin-left: 10px;
}
.line-footer {
    font-size: 16px;
    font-weight: 300;
    color: #2C2D2D;
}
.line-footer .btn-detail, .btn-share {
    color: #7080FF;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    background: none;
    border: none;
}
.box-btn-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-btn-share:before {
    color: #7080FF;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    content: "\f1e0";
    text-decoration-line: unset;
}
.box-share {
    display: flex;
    justify-content: space-evenly;
}
.box-share a {
    text-align: center;
}
.line-footer .opening, .line-footer .open-24h {
    color: #00a54b;
    font-weight: 500;
}
.line-footer .lock-temp , .line-footer .closed {
    color: #d52525;
    font-weight: 500;
}
.lock-temp {
    color: #ABABAB;
}
#mapArea .modal-dialog {
    max-width: 440px;
}
.box-control .card-point.active {
    background-color: #f5f5f5;
    border: 1px solid rgba(185, 185, 185, 0.5);
}
.explore-service {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}
.explore-service .box-info {
    padding: 40px;
    border-radius: 72px;
    background: #F4F4F4;
    width: 50%;
}
.explore-service .title-box {
    color: #101010;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 80px;
}
.item-e-service {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.item-e-service  img {
    height: 100%;
}
.item-e-service .text-item p:first-child {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 16px;
    line-height: 1.4em;
}
.item-send-return {
    margin-bottom: 0;
}
.item-e-service .text-item p:nth-child(2) {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 24px;
}
.item-e-service button {
    color: #ED3012;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: unset;
}
.explore-service .btn-show-all {
    border-radius: 100px;
    border: 1px solid #D6DEE6;
    background: #FFF;
    height: 50px;
    padding: 13px 20px;
    width: 100%;
}

/* css for tracking page */
.box-tracking-result {
    text-align: center;
    border-bottom: 2px solid #C4C4C4;
}
.bt-result-content {
    background: #FFFFFF;
}
.bt-result-content-top {
    display: flex;
    background: #ED3012;
    justify-content: space-between;
    color: white;
    padding: 27px;
    margin-bottom: 40px;
    position: relative;
}
.bt-result-content-top p {
    padding-bottom: 0;
}
.bt-result-content-top .shipment-from {
    text-align: left;
}
.bt-result-content-top .shipment-to {
    text-align: right;
}

#shipment-progress {
    position: relative;
}
.step {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    max-width: 80px;
    gap: 4px;
}
.shipment-progress-status {
    display: flex;
    justify-content: space-between;
}
.shipment-progress-status:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 32px;
    height: 2px;
    background: #C4C4C4;
    z-index: 0;
}
#shipment-progress-bar {
    position: absolute;
    width: 0%;
    top: 32px;
    height: 2px;
    background: #7080FF;
    z-index: 1;
}
.shipment-progress-status .step-icon{
    background: #F4F4F4;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.shipment-progress-status .step-icon:before {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    color: #C4C4C4;
}


.step.active .step-icon{
    border-color: #7080FF;
    background: #FFFFFF;
}
.step.active .step-icon:before {
    color: #7080FF;
}
.step.active .label-status {
    color: #7080FF;
}
.step.complete .step-icon {
    background: #7080FF;
    border-color: #7080FF;
}
.step.done .step-icon {
    background: #05A72D;
    border-color: #05A72D;
}
.step.complete .step-icon:before,
.step.done .step-icon:before
{
    content: "\f00c";
    color: #FFF;
    font-weight: 900;
}
.step.cancel .step-icon, .step.in-transit-ex .step-icon {
    border-color: #E81E1E;
    background: #E81E1E;
}
.step.cancel .step-icon:before, .step.in-transit-ex .step-icon:before {
    color: #FFF;
    content: "\f00d";
}

.label-status {
    color: #C4C4C4;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
}

.step.complete .label-status, .step.expire .label-status,
.step.done .label-status, .step.cancel .label-status,
.step.in-transit-ex .label-status
{
    color: #151515;
}

.delivery-icon-1:before, .canceled-icon-1:before {
    content: "\f3c5";
}
.delivery-icon-2:before {
    content: "\f48b";
}
.delivery-icon-3:before {
    content: "\f467";
}
.delivery-icon-4:before {
    content: "\f47b";
}
.return-icon-1:before {
    content: "\f3c5";
}
.return-icon-2:before {
    content: "\f466";
}
.return-icon-3:before {
    content: "\f48b";
}
.return-icon-4:before {
    content: "\f3c5";
}
.luggage-icon-1:before {
    content: "\f3c5";
}
.luggage-icon-2:before {
    content: "\f48b";
}
.express-icon-1:before {
    content: "\f00c";
}
.express-icon-2:before {
    content: "\f466";
}
.express-icon-3:before {
    content: "\f48b";
}
.express-icon-4:before {
    content: "\f467";
}
.express-icon-5:before {
    content: "\f47b";
}

.label-status {
    height: 75px;
}
.timeline, .activity {
    position: relative;
}
.timeline:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #7080FF;
    top: 0;
    bottom: 3rem;
    left: 15px;
}
.timeline:before {
    width: 10px;
    height: 14px;
    -webkit-mask: url('../images/ic_arrow_up.svg') no-repeat;
    mask: url('../images/ic_arrow_up.svg') no-repeat;
    position: absolute;
    left: 11px;
    top: -14px;
    z-index: 99999;
    background-color: #7080FF;
    content: '';
    -webkit-mask-size: cover;
    mask-size: cover;
}
.timeline.delivered:before {
    background-color: #05A72D;
}
.timeline.canceled:before, .timeline.expire-picked:before , .timeline.notdeposited:before {
    background-color: #E81E1E;
}
.timeline.expired:before {
    background-color: #F39525;
}
.timeline p {
    text-align: left;
    padding: 0;
    font-size: 16px;
}
.activity.delivered p {
    color: #05A72D;
}
.activity.delivered:before {
    background-color: #05A72D;
    border-color: #05A72D;
}
.activity.canceled p {
    color: #E81E1E;
}
.activity.canceled:before {
    background-color: #E81E1E;
    border-color: #E81E1E;
    content: "\f00d";
}
.activity.expired p {
    color: #F39525;
}
.activity.expired:before {
    background-color: #F39525;
    border-color: #F39525;
    content: "\f017";
}
.activity.expire-picked p {
    color: #E81E1E;
}
.activity.expire-picked:before {
    background-color: #E81E1E;
    border-color: #E81E1E;
}
.activity:before {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    content: '\f00c';
    position: absolute;
    color: #FFF;
    border: 1px solid #7080FF;
    background: #7080FF;
    border-radius: 50%;
    left: 0;
    z-index: 1;
}
.activity .content {
    margin: 0 0 30px 47px;
}
.activity-title {
    color: #101010;
    font-weight: 500;
    line-height: 24px;
}
.activity-info {
    color: #444;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.sla-estimate {
    margin-bottom: 10px;
    color: #444;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2e93e6;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
.format-rtl .loader {
    margin-right: calc(50% - 10px);
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}
.tracking-notify {
    font-size: 16px;
    margin-top: 1rem;
    display: block;
    color: red;
}
.label-tracking-result {
    margin-top: 40px;
    margin-bottom: 20px !important;
    padding-bottom: 0;
    color: #101010;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
}
.label-info-tracking {
    margin-bottom: 40px;
    color: #101010;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
}
.from-title:before, .to-title:before {
    content: url('../images/ic_location_white.svg');
    padding-right: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.from-title, .to-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
}
.to-title {
    justify-content: flex-end;
}
.from-address, .to-address {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}
.margin-bot-5 {
    margin-bottom: 5px;
}
.shipment-from, .shipment-to {
    width: 40%;
}
.tracking-number {
    padding: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 4px 12px 0 rgba(185, 185, 185, 0.25);

}
.tracking-number-title {
    display: flex;
    align-items: center;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
.tracking-number-title h3 {
    color: #101010;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 2px;
    line-height: 140%; /* 33.6px */
}
.tracking-number-content {
    padding-left: 15px;
}
.rtl .tracking-number-content {
    padding-left: 0;
    padding-right: 15px;
}
.search-area {
    margin-bottom: 50px;
}
.search-box-wrapper {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 4px 12px 0 rgba(185, 185, 185, 0.25);
    padding: 20px;
    width: 100%;
}
.search-box-wrapper .search-box input {
    background: #FFFFFF;
    box-shadow: none;
}
.tracking-number-box, .search-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.tracking-number-search-box, .search-box {
    position: relative;
    flex: 1;
}
.tracking-number-search-box i, .search-box i {
    position: absolute;
    left: 15px;
    font-size: 24px;
    top: calc(50% - 12px);
}
.tracking-number-search-box input, .search-box input {
    width: 100%;
    display: flex;
    height: 55px;
    padding: 0 10px 0 54px;
    border-radius: 6px;
    border: 1px solid #C4C4C4;
    background: #F4F4F4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.tracking-number-search-box input::placeholder, .search-box input::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #444;
}

.tracking-number-search-btn, .search-box-btn {
    border-radius: 4px;
    border: unset;
    background: #ED3012;
    box-shadow: 0 4px 12px 0 rgba(237, 48, 18, 0.25);
    height: 38px;
    padding: 0 20px;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tracking-number-val {
    color: #ED3012;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}
.redbox-accordion .et_pb_toggle_title:before {
    display: none;
}
.redbox-accordion .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title {
    padding: 0 0 0 28px;
}
.redbox-accordion .et_pb_toggle_close .et_pb_toggle_title:after {
    position: absolute;
    color: #444;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
    left: 0;
    right: unset;
    content: '\f0da';
}
.redbox-accordion .et_pb_toggle_open .et_pb_toggle_title:after {
    content: '\f0d7';
    position: absolute;
    left: 0;
    color: #ED3012;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
}
.btn-learn-more {
    cursor: pointer;
}
/* css for page detail */
.redbox-page, .box-content-infowindow {
    max-width: 66vw;
    margin: auto;
    padding-top: 110px;
    padding-bottom: 40px;
}
.redbox-page h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #101010;
    margin-top: 8px;
    padding-bottom: 0;
}
.breakcrumbs {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    position: relative;
    z-index: 1;
    width: fit-content;
}
.breakcrumbs li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.7em;
    color: #444;
    position: relative;
}
.breakcrumbs li:first-child {
    padding-left: 0;
}
.breakcrumbs li::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -3px;
}
.breakcrumbs li:last-child::after {
    display: none;
}
.breakcrumbs li a {
    font-size: 16px;
    line-height: 20px;
    color: #444;
}
.btn-send-a-parcel {
    width: 100%;
    line-height: 40px !important;
}
.btn-send-see-more:hover {
    background: unset !important;
}
.txt-send-up-to, .txt-send-max {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.txt-send-up-to:before {
    content: url('../images/ic_send_up_to.svg');
    display: flex;
}
.txt-send-max:before {
    content: url('../images/ic_send_max.svg');
    display: flex;
}
.ps-box-intro-service .et_pb_button {
    width: 100%;
    text-align: center;
    line-height: 38px !important;
}
.txt-highlight {
    color: #ED3012;
    font-weight: 500;
}
.box-btn-2-center {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.box-btn-2-center button, .btn-go-to-download {
    padding: 13px 20px;
    color: #444;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid #D6DEE6;
    background: #FFF;
    height: 50px;
    margin-top: 0;
    width: 100%;
}
.box-btn-2-center button:hover, .btn-go-to-download:hover {
    cursor: pointer;
    background: #D6DEE6;
}
.btn-go-to-download {
    text-align: center;
}
.blurb-1 .et_pb_blurb_container {
    vertical-align: middle;
}
.blurb-1 .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 32px;
}
.blurb-right {
    direction: rtl;
}
.btn-learn-more {
    margin-top: 10px;
    font-size: 16px;
    color: #ED3012;
    font-weight: 500;
    display: block;
}
.es-btn-find-point, .es-btn-track-shipment {
    width: 303px;
    text-align: center;
}
.es-btn-find-point:before {
    content: url('../images/ic_location_white.svg');
}
.es-btn-track-shipment:before {
    content: url('../images/ic_tracking_white.svg');
}
.collect-page-section-had-banner .redbox-tracking-box .tb-express {
    display: none;
}
.blurb-carousel {
    direction: ltr;
}
.blurb-carousel .owl-carousel .item {
    display: flex;
    gap: 20px;
}
.blurb-carousel .owl-carousel .owl-item.active {
    width: calc((66vw - 200px)/2) !important;
}
.blurb-carousel .owl-carousel .item img {
    width: 88px;
    height: 74px;
}
.blurb-carousel .owl-prev span, .owl-next span {
    display: none;
}
.blurb-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.blurb-carousel .owl-stage-outer {
    width: calc(100% - 200px);
    margin-left: 100px;
}
.blurb-carousel .owl-prev, .owl-next {
    border-radius: 200px;
    border: 1px solid #D6DEE6 !important;
    background: #FFF !important;
    width: 50px;
    height: 50px
}
.blurb-carousel .owl-prev:hover, .owl-next:hover {
    background: #D6DEE6 !important;
}
.blurb-carousel .owl-prev:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    content: "\f104";
    font-weight: 900;
}
.blurb-carousel .owl-next:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    content: "\f105";
    font-weight: 900;
}
.owl-carousel .owl-item .es-title {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 21px;
}
.owl-carousel .owl-item .es-description {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 21px;
}
.owl-carousel .owl-item .es-more {
    color: #ED3012;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.blurb-no-margin .et_pb_blurb_content {
    margin-right: 0;
    margin-left: 0;
}
.txt-title-blue {
    color: #7080FF;
}
.contact-form-sign-up {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    background: #F4F4F4;
    padding: 0 20px 20px 20px;
}
.contact-form-sign-up input, .contact-form-sign-up textarea, .contact-form-sign-up select {
    background: #FFFFFF !important;
    margin-bottom: 20px !important;
}
.contact-form-sign-up .et_pb_contact_field {
    margin-bottom: 0;
}
.contact-form-sign-up .et_contact_bottom_container {
    margin-top: 0;
}
.collect-page-section-had-banner, .for-business-page-section-had-banner {
    min-height: 500px;
}
.box-circle-percent .et_pb_module_header {
    left: -50%;
    width: 200%;
}
.label-center-full-width {
    background: #E9EACE;
    width: 100vw;
    margin: 0;
    max-width: 100vw;
}
.label-center-full-width p {
    font-size: 24px;
    line-height: 1.4em;
}
.label-center-full-width .et_pb_module {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.btn-hover-no-bgr:hover {
    background: unset !important;
}
.btn-find-point, .btn-return-shipment {
    margin-top: 20px;
    border-radius: 100px;
    border: 1px solid #D6DEE6;
    background: #FFF;
    height: 50px;
    color: #444;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.btn-find-point:hover, .btn-return-shipment:hover {
    cursor: pointer;
    background: #D6DEE6;
}
.ps-box-intro-service .et_pb_column:first-child .et_pb_blurb_content {
    margin-left: 0;
}
.ps-box-intro-service .et_pb_column:last-child .et_pb_blurb_content {
    margin-right: 0;
}
.row-blurb-space-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.row-blurb-space-between .et_pb_column {
    margin: unset;
    width: unset;
}
.row-blurb-space-between .et_pb_column:nth-child(2) {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.row-blurb-space-between .et_pb_blurb_content {
    width: fit-content;
}
.row-box-button-below-carousel-services {
    width: calc(66vw - 200px);
}
.flex-evenly {
    display: flex;
    justify-content: space-evenly;
}
.slick-list {
    padding: 0 !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.hiw-box .et_pb_main_blurb_image, .hiw .et_pb_main_blurb_image {
    margin-bottom: 20px;
}
.hiw {
    color: #444;
}
.hiw .et_pb_module_header {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.box-intro .et_pb_column .et_pb_text_0 {
    font-size: 42px;
}
.box-intro .et_pb_column .et_pb_text_1 {
    font-size: 18px;
}
.contact-working, .contact-whatsapp, .contact-phone, .contact-mail, .contact-question {
    display: flex;
    gap: 12px;
    align-items: center;
}
.contact-working:before {
    content: url('../images/ic_location.svg');;
}
.contact-whatsapp:before {
    content: url('../images/ic_whatsapp.svg');;
}
.contact-phone:before {
    content: url('../images/ic_call.svg');;
}
.contact-mail:before {
    content: url('../images/ic_mail.svg');;
}
.contact-question:before {
    content: url('../images/ic_question.svg');
}
.btn-faq:before {
    -webkit-mask: url('../images/ic_question.svg') no-repeat;
    mask: url('../images/ic_question.svg') no-repeat;
    background-color: #FFFFFF;
    margin-top: 2px;
}
.btn-need-help {
    display: flex;
    height: 50px;
    padding: 13px 80px;
    border-radius: 100px;
    border: unset;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background: #ED3012;
    color: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(237, 48, 18, 0.25);
    cursor: pointer;
}
.btn-need-help:before {
    content: url('../images/ic_messages.svg');
    margin-right: 12px;
}
.et_pb_code_inner:has(.btn-need-help) {
    display: flex;
    justify-content: center;
}
.et_contact_bottom_container {
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 3%;
}
.et_contact_bottom_container button {
    width: 100%;
    flex-grow: 1;
    margin-left: 0;
    font-size: 18px;
    height: 50px;
    padding: 13px 20px;
    border-radius: 100px;
    background: #7080FF;
    box-shadow: 0px 4px 12px 0px rgba(112, 128, 255, 0.25);
}
.et_pb_contact_field[data-type=select]:after {
    top: 40%;
}
.business-box-support {
    display: flex;
    justify-content: space-between;
}
.business-box-support .et_pb_column {
    margin-right: 0;
    flex-grow: 1;
}
.business-box-support .et_pb_column:not(:last-child) {
    margin-right: 20px;
}
.line-247, .line-easy-access, .line-minimum, .line-eletric-supply {
    display: flex;
}
.line-247:before, .line-easy-access:before, .line-minimum:before, .line-eletric-supply:before {
    margin-right: 20px;
}
.line-247:before {
    content: url('../images/ic_clock.svg');
}
.line-easy-access:before {
    content: url('../images/ic_location.svg');
}
.line-minimum:before {
    content: url('../images/ic_ruler.svg');
}
.line-eletric-supply:before {
    content: url('../images/ic_electricity.svg');
}
.blurb-right p, .blurb-right span, .blurb-right .et_pb_blurb_description {
    direction: ltr;
}
.col-logo {
    width: fit-content !important;
    margin-right: 40px !important;
}
.col-logo .et_pb_image_wrap {
    width: fit-content;
    display: inline-block;
}
.et-menu li, .nav li li a  {
    font-weight: 300;
    font-size: 16px;
}
.et_pb_row:has(.dtq-carousel) {
    max-width: 100%;
    width: 100%;
}
.box-btn-banner {
    display: flex;
    gap: 20px;
}
.row-bottom-nav, .row-top-nav {
    display: none;
}
.et_pb_code:has(.select-lang-mobile) {
    display: none;
}
.individual-box-service .et_pb_column:not(:last-child) {
    margin-right: 80px;
}
.col-logo img {
    width: auto;
    max-width: unset;
    height: 38px;
}
.row-center {
    justify-content: center;
}
.results-box {
    position: relative;
}
.results {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    padding: 12px 20px 12px 20px;
    max-height: 300px;
    overflow: auto;
    box-shadow: 1px 1px 4px rgba(185, 185, 185);
    z-index: 999;
}
.result-item, .point-search-item {
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
}
.result-item:not(:last-child), .point-search-item{
    border-bottom: 1px solid #C4C4C4;
}
.result-item:hover, .point-search-item:hover {
    background: #F4F4F4;
}
.address-highlight {
    color: #101010;
    font-weight: 400;
}
.speech {
    min-width: 400px;
    min-height: 200px;
    background: #FFFFFF;
    padding: 16px;
    position: relative;
    margin-top: -20px;
    box-shadow: 0 4px 12px 0 rgba(185, 185, 185, 0.25);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 12px;
    align-content: center;
}
.speech:has(#cpray-box) {
    min-width: 410px;
}
.box-label-prayer.active .prayer-list,
.box-label-prayer.active #cpr-description {
    display: block;
}
.prayer-list, #cpr-description {
    display: none;
}
.box-label-prayer.active {
    border: none;
}
.box-label-prayer span {
    display: inline-block;
}
.speech #cpray-title, .prayer-list .prayer-time {
    font-size: 16px;
    color: #101010;
    font-weight: 300;
}
.speech #cpray-s0 {
    font-weight: 500;
}
.speech #cpray-s2 {
    color: #ED3012;
}
.speech #cpr-description {
    color: #D9373F;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0 12px 0;
}
.prayer-list .prayer-time:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #C4C4C4;
}
.prayer-list .prayer-time .name {
    font-size: 16px;
    color: #101010;
    font-weight: 500;
}
.prayer-list .prayer-time .time {
    font-size: 16px;
    color: #444444;
    font-weight: 300;
}
.rtl .box-label-prayer .flex-space-between {
    flex-direction: row-reverse;
}
.rtl #cpray-title {
    direction: rtl;
}
.rtl #cpray-s1 {
    direction: ltr;
}
.speech::after {
    display: block; width: 0; content: "";
    border: 15px solid transparent;
    position: absolute;
}
.speech.down::after {
    border-top-color: #FFFFFF;
    border-bottom: 0;
    bottom: -14px;
    left: calc(50% - 15px);
}
.speech .cp-header {
    gap: 10px;
}
.speech .card-point:first-child {
    margin-top: 0;
}
.speech .card-point {
    margin: 0;
    box-shadow: unset;
    min-width: calc(400px - 32px);
    padding: 0;
    max-height: 365px;
    overflow: auto;
    border-radius: 0;
}
.speech .cp-content p {
    line-height: 1.4em;
    margin-bottom: 8px;
}
.view-on-map, .box-control.view-all, .btn-close-view-all {
    display: none;
}
#mapArea {
    height: 600px;
}
.txt-status {
    margin-top: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 4px !important;
}
.txt-status.available {
    background: #7080FF;
}
.txt-status.limited-space {
    background: #444444;
}
.txt-status.not-available, .txt-status.no-space, .txt-status.only-community {
    background: #ED3012;
}
.txt-status.only-community {
    padding: 10px !important;
    display: flex;
    justify-content: center;
    line-height: 1.4em;
    gap: 10px;
    align-items: center;
}
.txt-status.only-community:before {
    display: block;
    content: url('../images/lock_white.svg');
    margin-top: 4px;
}
.download div.et_pb_row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.download .app-download-qr .box-download .ios-android {
    flex-direction: row;
    gap: 20px;
}
.download .box-download img, .download .app-download-qr .box-download {
    height: 50px;
}
.download .img-thumb img {
    max-height: 250px;
}
.download .app-download-qr .box-download {
    column-gap: 20px;
}
.dtq-carousel img {
    height: 56px;
}
.dtq-carousel {
    margin-top: 80px;
}
.menu-active {
    border-bottom: 3px solid #ED3012;;
}
button.btn-send-express, a.btn-go-to-download, button.btn-primary {
    background: #7080FF;
    color: #FFFFFF;
}
button.btn-send-express:hover, a.btn-go-to-download:hover, button.btn-primary:hover {
    background: #7080FF;
}
.obs-title {
    min-height: 152px;
}
.host-contact .et_pb_column {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.row-service-individual {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.row-service-individual .et_pb_column {
    margin: 0;
}
.row-service-individual:after {
    display: none;
}
.line-footer.flex-space-between {
    gap: 10px;
}
.box-control p.title-distance, .title-distance.mobile {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wrapper-center {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ads-section {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.title-distance.desktop {
    display: block;
}
.title-distance.mobile {
    display: none;
}
.box-intro.et_pb_section {
    padding: 40px 0;
}
.collect-page-section-had-banner.img-bgr {
    background-image: url('../images/business_logo.jpg') !important;
    margin-bottom: 80px !important;
}
.droplang {
    font-size: 16px;
    border: none;
    background: #FFFFFF;
    color: #444;
    font-weight: 300;
}

.dropdown {
    position: relative;
    display: inline-block;
    font-weight: 300;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-content p {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    line-height: 1em;
    padding: 14px 14px 12px 14px;
    align-items: center;
    gap: 12px;
}
.change-en {
    border-bottom: 1px solid #C4C4C4;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
p.change-ar {
    padding-bottom: 16px !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.dropdown-content p:hover {
    cursor: pointer;
    background: #C4C4C4;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.change-en:before {
    background-image: url("../images/ic_english.svg");
    background-size: cover;
    display: inline-block;
    width: 28px;
    height: 19px;
    content:"";
}
.change-ar:before {
    background-image: url("../images/ic_saudi.svg");
    background-size: cover;
    display: inline-block;
    width: 28px;
    height: 19px;
    content:"";
}
.home-banner {
    background-image: url('../images/en_banner.png?8') !important;
}
.rtl .home-banner {
    background-image: url('../images/ar_banner.png?8') !important;
}
.modal-backdrop {
    opacity: 0.5 !important;
}
.bt-result-content-top.storage {
    display: none;
}
/* CSS for format arabic */
.rtl .et_pb_menu__wrap {
    justify-content: unset !important;
}
.rtl .tb-tracking .search-box input {
    padding: 0 54px 0 10px;
}
.rtl .tb-tracking .search-box button {
    right: unset;
    left: 10px;
}
.rtl .search-box .fa-search {
    left: unset;
    right: 16px;
}
.rtl .row-global-header .et_pb_column:last-child a {
    text-align: left;
}
.rtl .row-global-header .et_pb_column:first-child {
    margin-right: 0;
}
.rtl .et_pb_column .et_pb_module:has(.btn-business-login) {
    text-align: left;
}
.rtl .row-global-header .et_pb_column:nth-child(2) {
    flex-grow: 1;
    margin-right: 0;
}
.rtl .box-ads .et_pb_button_module_wrapper {
    left: 0;
    right: unset;
}
.rtl .et_pb_button:hover,.rtl .et_pb_module .et_pb_button:hover {
    padding: .3em .7em .3em 2em;
}
.rtl .tracking-number-search-box i, .rtl .search-box i {
    left: unset;
    right: 15px;
}
.rtl .tracking-number-search-btn, .rtl .search-box-btn {
    right: unset;
    left: 8px;
}
.rtl .tracking-number-search-box input, .rtl .search-box input {
    padding: 0 54px 0 10px;
}
.rtl .timeline p {
    text-align: right;
}
.rtl .activity .content {
    margin: 0 47px 30px 0;
}
.rtl .timeline:after {
    left: unset;
    right: 15px;
}
.rtl .timeline:before {
    left:unset;
    right: 11px;
}
.rtl .activity::before {
    left: unset;
    right: 0;
}
.rtl .bt-result-content-top img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.rtl .from-title::before, .rtl .to-title::before {
    padding-right: unset;
    padding-left: 12px;
}
.rtl .bt-result-content-top .shipment-from {
    text-align: right;
}
.rtl .bt-result-content-top .shipment-to {
    text-align: left;
}
.rtl #shipment-progress {
    margin-bottom: 20px;
}
.rtl .es-btn-find-point:before,.rtl .es-btn-track-shipment:before {
    margin-right: -1.3em;
}
.rtl .es-btn-find-point,.rtl .es-btn-track-shipment {
    padding-right: 2em !important;
    padding-left: 0.7em !important;
}
.rtl .btn-need-help:before {
    margin-right: unset;
    margin-left: 12px;
}
.rtl .btn-faq:before {
    margin-left: unset;
    margin-right: -1.3em;
}
.rtl .business-box-support .et_pb_column:not(:last-child) {
    margin-right: unset;
    margin-left: 20px;
}
.rtl .box-circle-percent .et_pb_module_header {
    left: unset;
    right: -50%;
    width: 200%;
}
.rtl .line-247:before, .rtl .line-easy-access:before, .rtl .line-minimum:before, .rtl .line-eletric-supply:before {
    margin-right: unset;
    margin-left: 20px;
}
.rtl .blurb-right p, .rtl .blurb-right span {
    direction: rtl;
}
.rtl .col-logo {
    margin-left: 40px !important;
    margin-right: 0 !important;
}
.rtl .blurb-right {
    direction: ltr;
}
.rtl .tb-express, .rtl .tb-map {
    border-left: unset;
    padding-left: unset;
    border-right: 1px solid #C4C4C4;
    padding-right: 20px;
}
.rtl .box-flag:first-child {
    border-right: none;
    border-left: 1px solid #C4C4C4;
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 0;
    margin-right: 0;
}
.rtl .redbox_switch_language .box-select-lang {
    float: left;
}
.rtl .row-global-header .btn-business-login, .rtl .row-global-header .btn-business-login:hover {
    padding: 12px 44px 12px 20px !important;
}
.rtl .row-global-header .btn-business-login::before {
    right: 12px;
}
.rtl .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
    right: 0;
}
.rtl .row-footer-social .et_pb_column:first-child {
    margin-right: 0;
}
.rtl .row-footer-social .et_pb_column:last-child ul li:last-child a {
    margin-right: 20px;
    margin-left: unset;
}
.rtl .et-fixed-header .btn-business-login,.rtl .et-fixed-header .btn-business-login:hover {
    padding: 6px 44px 6px 20px !important;
}
.rtl .first-level:after {
    margin-left: unset;
    margin-right: 12px;
}
.rtl .et_pb_menu__menu [class*="dropdown-menu-container"] {
    left: unset;
    right: 11px;
}
.rtl .redbox_switch_language {
    right: unset;
    left: 0;
}
.rtl .breakcrumbs li:first-child {
    padding-left: 10px;
    padding-right: 0;
}
.rtl .breakcrumbs li::after {
    right: unset;
    left: -3px;
}
.rtl .box-input-address::before {
    left: unset;
    right: 20px;
}
.rtl input.address {
    padding-left: unset;
    padding-right: 55px;
}
.rtl p, .rtl span {
    line-height: 1.4em;
}
.rtl .tracking-number-search-box input, .rtl .search-box input {
    font-size: 22px;
}
.rtl .droplang:after {
    margin-left: unset;
    margin-right: 12px;
}
.rtl .et_pb_circle_counter .percent p {
    padding: 39% 0;
}
.sec-font-alex {
    font-family: Alexandria, serif !important;
}
.rtl .et_pb_button {
    font-family: Alexandria;
}
.dots, .btn-show-hide {
    display: none;
}
.box-intro h1 {
    font-family: Alexandria;
}
.accordion {
    background: #FFFFFF;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    padding: 30px 24px;
}
.rtl .accordion {
    text-align: right;
}
.accordion-box {
    border-bottom: 1px solid #c4c4c4;
}
.accordion-box.active  .accordion {
    color: #ED3012;
    padding-bottom: 20px;
}
.accordion:before {
    position: absolute;
    color: #444;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
    left: 0;
    right: unset;
    content: '\f0da';
}
.rtl .accordion:before {
    left: unset;
    content: '\f0d9';
    right: 0;
}
.accordion-box.active  .accordion::before {
    content: '\f0d7';
    position: absolute;
    left: 0;
    color: #ED3012;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
}

.accordion:hover {
    cursor: pointer;
}
.panel {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    padding: 0 0 30px 0;
    display: none;
    animation: fadeIn 400ms ease-in-out forwards;
}
.accordion-box.active .panel {
    display: block;
}
.accordion-box pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Alexandria;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}
.see-more-faq {
    width: 100%;
    text-align: center;
    color: #ED3012;
    font-family: Alexandria;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    margin-top: 30px;
}
.see-more-faq:after {
    content: '\f0d7';
    color: #ED3012;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    padding: 0 20px;
    font-weight: 900;
}
.box-label-prayer {
    margin-top: 20px;
    padding: 8px 12px;
    border: 1px solid #D6DEE6;
}
.ic-arrow:before {
    font-family: "Font Awesome 6 Pro";
    content: '\f107';
    color: #444;
    font-size: 16px;
    font-weight: 300;
}
.sub-title {
    line-height: 1.4em;
}
.label-check-available {
    margin-top: 16px;
    gap: 8px;
    color: #101010;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
}
.label-check-available .dot {
    height: 16px;
    width: 16px;
    background-color: #FBBC04;
    border-radius: 50%;
    display: inline-block;
}
.box-door-status {
    text-align: center;
}
.box-door-status .size {
    padding-bottom: 0;
    color: #000;
}
.format-rtl .box-door-status .size {
    padding-bottom: 4px;
}
.box-door-status .size.full {
    color: #C5C5C5;
}
.box-door-status .status.s1 {
    color: #7080FF;
}
.box-door-status .status.s2 {
    color: #00AE57;
}
.box-door-status .status.s3 {
    color: #888;
}
.box-door-status:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #c4c4c4;
}
.stars {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}
.stars .full {
    color: gold;
}
.stars .half {
    background: linear-gradient(90deg, gold 50%, lightgray 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stars .empty {
    color: lightgray;
}
.rating-text {
    font-size: 14px;
    margin-left: 0.5rem;
    font-weight: 300;
    color: #101010;
}
.line-payment-type {
    margin-top: 4px;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
}
.rtl .line-payment-type {
    margin-top: 12px;
}
.location-vote-container {
    text-align: center;
}
.location-vote-container h1 {
    color: #101010;
    text-align: center;
    font-size: 56px;
    font-weight: 500;
    padding-bottom: 0;
}
.location-vote-container .description {
    color: #444;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 80px;
}
.location-vote-container table {
    width: 100%;
    margin-top: 20px;
}
.location-vote-container .vote-button,
.location-vote-container .share-button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.location-vote-container .vote-button {
    background-color: #4CAF50;
}
.location-vote-container .share-button {
    background-color: #007BFF;
}
.location-vote-container .dataTables_filter input {
    width: 300px;
}
.location-vote-container .pagination {
    margin-top: 20px;
}
#locationsTable_filter {
    margin-bottom: 20px;
}
.redbox-popup {
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 550px;
    padding: 20px;
}
.redbox-popup .mfp-close {
    color: #BB1E10;
    background-color: #fff;
    border-radius: 0 4px 0 0;
    top: 0;
    right: 10px;
    width: 35px;
    height: 49px;
}
.mfp-bg {
    opacity: 0.8 !important;
}
.text-pls-verify, .text-submit-success {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.text-submit-success {
    margin-bottom: 16px;
}
.popup-content {
    margin-top: 20px;
    margin-bottom: 16px;
}
.popup-footer {
    border-top: 1px solid #C4C4C4;
    padding-top: 20px;
}
.confirm-vote-button, .btn-got-it {
    height: 50px;
    padding: 13px 20px;
    border-radius: 100px;
    background: #7080FF;
    width: 100%;
    box-shadow: 0 4px 12px 0 rgba(112, 128, 255, 0.25);
    border: 1px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
td:has(.text-vote) {
    text-align: center !important;
}
th.text-center {
    text-align: center !important;
}
#locationsTable th, #locationsTable td {
    white-space: nowrap;
}
#locationsTable tbody td {
    padding-top: 12px;
    padding-bottom: 12px;
}
#locationsTable td:first-child {
    width: 50%;
}
#locationsTable td:nth-child(2) {
    width: 30%;
}
#locationsTable td:last-child .box-btn {
    justify-content: right;
    gap: 12px;
}
table.dataTable td, table.dataTable tr {
    background-color: #FFFFFF;
}
#locationsTable .text-address {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 12px;
}
#locationsTable .text-city {
    color: #101010;
    font-size: 16px;
    font-weight: 500;
}
#locationsTable .text-vote {
    color: #101010;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
#locationsTable .vote-button {
    border-radius: 100px;
    background: #7080FF;
    box-shadow: 0px 4px 12px 0px rgba(112, 128, 255, 0.25);
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    padding: 13px 20px;
}
#locationsTable .share-button {
    border-radius: 100px;
    border: 1px solid #D6DEE6;
    background: #FFF;
    color: #444;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    padding: 13px 20px;
}
.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3cdc31;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: auto;
}
.location-vote-container .custom-search {
    margin-bottom: 28px;
}
.custom-search {
    position: relative;
    width: fit-content;
}
.custom-search input {
    border-radius: 12px;
    border: 1px solid #D6DEE6;
    height: 55px;
    padding: 0 54px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
}
.custom-search .fa-search {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
.rtl .custom-search .fa-search {
    left: unset;
    right: 16px;
}
#snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 3px 20px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
    transform: translateX(-50%);
    height: fit-content;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

#locationsTable_paginate {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
#locationsTable_wrapper .paginate_button.current, #locationsTable_wrapper .paginate_button:not(.disabled):hover {
    color: #FFF !important;
    text-align: center;
    font-weight: 500;
    border-radius: 12px;
    background: #7080FF;
    border: 1px solid #7080FF;
}
#locationsTable_previous, #locationsTable_next {
    color: #444 !important;
}
#locationsTable_wrapper .paginate_button:active {
    box-shadow: unset;
}
#locationsTable_wrapper .paginate_button {
    margin-left: 8px;
    margin-right: 8px;
}
.rtl #locationsTable_wrapper thead tr th:first-child, .rtl #locationsTable_wrapper tbody tr td:first-child {
    text-align: right;
}
/*.rbpoint_direction {*/
/*    background-image: url('../images/ic_get_direction.svg');*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    background-color: transparent;*/
/*}*/
.noti-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000;
}
.noti-content {
    background: #fff;
    width: 80%;
    max-width: 400px;
    margin: 15% auto;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
#noti-close {
    padding: 10px 20px;
    background-color: #0073aa;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 20px;
    }

#noti-close:hover {
    background-color: #005a87;
}
.box-distance {
    gap: 8px;
    color: #202020;
    font-size: 16px;
}
.rbpoint_direction {
    color: #7080FF;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    background: none;
    border: none;
}
.box-direction:before {
    color: #7080FF;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    content: '\f5eb';
}
.box-time-open {
    align-items: center;
}
#modalSharePoint {
    padding: 0;
}
.rtl #modalSharePoin, .rtl #modalTimeOpen {
    text-align: right;
}
#modalTimeOpen {
    padding: 32px 0 0 0;
}
#modalSharePoint .modal-header p {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 0;
    color: #444;
    font-size: 18px;
    font-weight: 500;
}
#btn-copy-link {
    height: 50px;
    border-radius: 100px;
    background: #7080FF;
    box-shadow: 0px 4px 12px 0px rgba(112, 128, 255, 0.25);
    color: #FFFFFF;
    width: 100%;
    border: unset;
    font-size: 18px;
    font-weight: 500;
}
.txt-link-share {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.box-share {
    width: 100%;
}
.box-share.flex-space-between a {
    color: #444;
    font-size: 16px;
    text-align: center;
    text-decoration: unset;
}
.box-share.flex-space-between a img {
    padding-bottom: 10px;
}
#pointShareURL {
    border: none;
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
    width: 100%;
}
.rtl #pointShareURL {
    font-size: 22px;
}
#btn-copy-link:disabled {
    border-radius: 100px;
    background: #9B9B9B;
    box-shadow: 0px 4px 12px 0px rgba(155, 155, 155, 0.25);
    color: #FFFFFF;
}
.container:has(.et_pb_post) {
    padding-top: 160px !important;
}
.et_pb_menu__menu [class*="dropdown-menu-container"] {
    -webkit-transition: 1ms all cubic-bezier(.4,0,.2,1) !important;
    -moz-transition: 1ms all cubic-bezier(.4,0,.2,1) !important;
    -o-transition: 1ms all cubic-bezier(.4,0,.2,1) !important;
    -ms-transition: 1ms all cubic-bezier(.4,0,.2,1) !important;
    transition: 1ms all cubic-bezier(.4,0,.2,1) !important;
}
.box-login {
    position: relative;
}
.box-item-login {
    display: none;
    position: absolute;
    top: 104%;
    right: 0;
    background-color: #FFF;
    -webkit-box-shadow: 1px 2px 44px 0px rgba(84,81,179,0.36);
    -moz-box-shadow: 1px 2px 44px 0px rgba(84,81,179,0.36);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}
.rtl .box-item-login {
    right: unset;
    left: 0;
}
.login-section:hover .box-item-login {
    display: block;
}
.box-item-login .item-login {
    border-bottom: 1px solid #C4C4C4;
    margin: 0 20px;
    padding: 20px 20px 20px 36px !important;
    line-height: 24px;
    position: relative;
    min-width: 212px;
    text-align: left;
}
.box-item-login .item-login:last-child {
    border-bottom: none;
}
.box-item-login .item-login a {
    color: #444;
    font-weight: 300;
}
.box-item-login .item-login::before {
    height: 24px;
    background-color: #444444;
    width: 24px;
    content: '';
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
}
.rtl .box-item-login .item-login {
    text-align: right;
    padding: 20px 36px 20px 20px !important;
}
.rtl .box-item-login .item-login::before {
    left: unset;
    right: 0;
}
.box-item-login .item-login:hover::before {
    background-color: red;
}
.box-item-login .item-login:hover a {
    color: red;
}
.box-item-login .item-login.login-business::before {
    -webkit-mask: url('../images/ic_business.svg') no-repeat;
    mask: url('../images/ic_business.svg') no-repeat;
}
.box-item-login .item-login.login-merchant::before {
    -webkit-mask: url('../images/ic_merchant.svg') no-repeat;
    mask: url('../images/ic_merchant.svg') no-repeat;
}
.box-item-login .item-login.login-host::before {
    -webkit-mask: url('../images/ic_counter.svg') no-repeat;
    mask: url('../images/ic_counter.svg') no-repeat;
}
.box-item-login .item-login.login-customer::before {
    -webkit-mask: url('../images/ic_contact.svg') no-repeat;
    mask: url('../images/ic_contact.svg') no-repeat;
}
.widget_search:has(.wp-block-search), .widget_block:has(.wp-block-latest-comments) {
    display: none;
}
.row-text-banner {
    visibility: hidden;
}
@media (min-width: 980px) {
    .btn-login-mobile {
        display: none;
    }
    .et_pb_row.et_pb_row_1_tb_header.row-top-nav:has(.btn-login-mobile) {
        display: none;
    }

    .global-header:has(.btn-login-mobile) {
        padding: 0;
    }
}
@media only screen and (max-width: 1550px) and (min-width: 1440px) {
    .et_pb_row {
        max-width: 76vw;
    }
    .row-global-header {
        max-width: 76vw;
    }
    .box-control {
        left: calc((100vw - 76vw)/2);
    }
    .redbox-page, .box-content-infowindow {
        max-width: 76vw;
    }
    .blurb-carousel .owl-carousel .owl-item.active {
        width: calc((76vw - 200px)/2) !important;
    }
    .row-box-button-below-carousel-services {
        width: calc(76vw - 200px);
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1280px) {
    .et_pb_section_0.et_pb_section {
        padding: 10px 0;
    }
    .et_pb_section_1.et_pb_section {
        padding-top: 40px !important;
        padding-bottom: 0;
    }
    .et_pb_section_2.et_pb_section {
        padding-top: 80px !important;
        padding-bottom: 0;
    }
    /*.et_pb_section_0 {*/
    /*    min-height: 400px !important;*/
    /*}*/
    .et_pb_row {
        max-width: 78vw;
    }
    .row-global-header {
        max-width: 78vw;
    }
    .box-control {
        left: calc((100vw - 78vw)/2);
    }
    .redbox-page, .box-content-infowindow {
        max-width: 78vw;
    }
    .blurb-carousel .owl-carousel .owl-item.active {
        width: calc((78vw - 200px)/2) !important;
    }
    .row-box-button-below-carousel-services {
        width: calc(78vw - 200px);
    }
}
@media only screen and (max-width: 1280px) and (min-width: 980px) {
    .et_pb_row {
        max-width: 86vw;
    }
    .row-global-header {
        max-width: 86vw;
    }
    .box-control {
        left: calc((100vw - 86vw)/2);
    }
    .redbox-page, .box-content-infowindow {
        max-width: 86vw;
    }
    .blurb-carousel .owl-carousel .owl-item.active {
        width: calc((86vw - 200px)/2) !important;
    }
    .row-box-button-below-carousel-services {
        width: calc(86vw - 200px);
    }
    .et_pb_menu .et-menu > li {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .row-global-header .et_pb_column:nth-child(2) {
        margin-right: 20px;
    }
    .col-logo {
        margin-right: 20px !important;
    }
}
@media (max-width: 1024px) {
    .et_pb_row:has(.redbox-tracking-box) {
        position: absolute;
        bottom: 10px;
        transform: translateX(-50%);
        left: 50%;
    }
    .redbox-tracking-box {
        width: 100%;
    }
}
@media only screen and (max-width: 980px) and (min-width: 480px) {
    .home-banner .et_pb_row_0 .et_pb_text_0{
        max-width: 80%;
    }
    .et_pb_row:has(.redbox-tracking-box) {
        top: 460px;
    }
    .home-banner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tb-tracking .search-box button {
        margin-bottom: 20px;
    }
    .tb-tracking {
        flex-grow: 1;
    }
    .tb-express, .tb-map {
        border-left: unset;
    }
    .box-btn-banner {
        flex-direction: column;
         gap: 20px;
        justify-content: space-between;
    }
    .tb-express img, .tb-map img {
        height: 50px;
        width: auto;
        margin-right: unset;
    }
    .redbox-tracking-box {
        gap: 0;
    }
    .et_pb_blurb_content {
        margin-right: 0;
        margin-left: 0;
    }
    div.et_pb_section.et_pb_section_0.home-banner {
        background-image: url('../images/en_banner_mobile.png?8') !important;
        display: flex;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 271px;
        padding: 0;
        margin-top: 79px;
    }
}

@media (max-width: 980px) {
    .et_pb_column:has(.btn-business-login) {
        display: none;
    }
    .row-global-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row-global-header .et_pb_column {
        margin-bottom: 0 !important;
    }
    .row-service-individual {
        flex-direction: column;
    }
    .et_pb_column:has(.box-menu-option) {
        display: none;
    }
    .et_mobile_menu, .et_mobile_menu li a {
        font-size: 16px;
        font-weight: 300;
        color: #444;
    }
    .et_mobile_menu li a {
        border-bottom: 1px solid #C4C4C4;
    }
    .et_mobile_menu [class*="dropdown-menu-container"] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .et_mobile_menu li > a {
        padding: 10px 0;
    }
    .et_pb_menu .et_mobile_menu {
        padding: 0;
    }
    .et_pb_menu .et_mobile_menu .first-level, .et_pb_menu .et_mobile_menu .contact-us {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .et_pb_menu .et_mobile_menu .first-level {
        padding: 0;
    }
    #fc_frame, #fc_frame.fc-widget-normal {
        bottom: 80px !important;
    }
    #mobile_menu1.et_mobile_menu {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
    }
    .rtl .et_mobile_menu {
        right: unset !important;
        left: -16px !important;
    }
    .rtl .btn-menu-close-mobile {
        margin-right: unset;
        margin-left: 16px;
    }
    .rtl .et_mobile_menu .first-level > a::after {
        right: unset;
        left: 0;
    }
    .rtl .btn-login-mobile {
        margin-left: unset;
        margin-right: 16px;
        font-size: 14px !important;
    }
    .first-level::after {
        display: none;
    }
    .et_pb_row {
        max-width: unset;
        width: 90%;
    }
    .menu-active {
        border-bottom: unset;
    }
    .redbox-tracking-box {
        background: rgba(255, 255, 255);
    }
    .tb-tracking .search-box {
        height: unset;
    }
    .search-box .fa-search {
        top: 27px;
    }
    .tracking-number-search-box i {
        top: 15px;
    }
    .tb-tracking .search-box button, .tracking-number-search-btn {
        position: relative;
        width: 100%;
        right: 0;
        top: 16px;
        transform: none;
        justify-content: center;
        border-radius: 4px;
        background: #ED3012;
        box-shadow: 0px 4px 12px 0px rgba(237, 48, 18, 0.25);
        height: 50px;
    }
    .box-btn-banner {
        flex-direction: column;
        gap: 0;
        margin-top: 16px;
    }
    .box-advantage {
        margin-top: 248px;
        padding-top: 0 !important;
    }
    .tracking-notify {
        font-size: 16px;
        margin-top: 32px;
    }
    .rtl .tracking-number-search-btn, .rtl .tb-tracking .search-box button {
        left: unset;
    }
    .rtl .tb-express, .rtl .tb-map {
        border-left: unset;
        padding-left: unset;
        border-right: none;
        padding-right: unset;
    }
    .tb-express img, .tb-map img {
        margin-right: 0;
    }
    .tb-express img, .tb-map img {
        height: 30px;
        flex: unset;
        width: 33px;
        margin-right: 20px;
    }
    .rtl .tb-express p, .rtl .tb-map p {
        text-align: right;
    }
    .title-distance.desktop {
        display: none;
    }
    .title-distance.mobile {
        margin: 16px;
        display: block;
    }
    .list-card-point-mobile {
        max-height: 300px;
        overflow: auto;
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 60px;
    }
    .list-card-point-mobile:has(.wrapper-center) {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    div.et_pb_section.et_pb_with_background.ads-section {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    div.et_pb_section.et_pb_with_background.ads-section .et_pb_text_0 {
        font-size: 32px;
    }
    .speech, .speech .card-point {
        width: calc(100vw - 30px);
    }
    .speech {
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
        min-width: unset !important;
    }
    .speech .card-point {
        padding: 16px;
    }
    #page-container{
        overflow-x: hidden;
    }
    .box-item-login .item-login {
        min-width: 226px;
    }
    .box-item-login {
        right: unset;
        left: 16px;
    }
    .rtl .box-item-login {
        right: 16px;
        left: unset;
    }
    .rtl .box-item-login .item-login {
        font-size: 14px;
    }
    .et_pb_section.global-header {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .home-advantage {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    body:has(.mobile_nav.opened) {
        overflow: hidden;
    }
    body:has(.mobile_nav.opened) .view-on-map {
        display: none;
    }
    body:has(.mobile_nav.closed) {
        overflow: auto;
    }
    body:has(.mobile_nav.closed) .view-on-map {
        display: block;
    }
    .box-control {
        position: relative;
        top: 0;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        width: calc( 100% - 32px);
        left: 16px;
        right: 16px;
        min-width: unset;
    }
    .box-control .txt-title {
        display: none;
    }
    .box-control select {
        margin-bottom: 16px;
    }
    .box-control.is-collapsed {
        margin-top: -360px;
    }
    .view-on-map {
        display: block;
        position: absolute;
        top: calc(400px + 120px);
        z-index: 2;
        width: calc( 100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
    .view-on-map button {
        height: 50px;
        padding: 13px 20px;
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        border-radius: 100px;
        background: #7080FF;
        box-shadow: 0 4px 12px 0 rgba(112, 128, 255, 0.25);
        width: 100%;
        border: unset;
    }
    #mapArea {
        height: calc(400px + 190px);
    }
    #mapArea .mk-map-view {
        height: 400px;
    }
    #mapArea.fixed .mk-map-view {
        position: fixed !important;
        top: 0;
        z-index: 2;
        height: 100%;
    }
    .mk-top-right-controls-container {
        right: unset;
        left: 9px;
    }
    #mapArea.fixed .box-control.view-all {
        position: fixed;
        bottom: 0;
        z-index: 3;
        display: block;
        top: unset;
        background: #FFFFFF;
        width: 100%;
        border: none;
        border-radius: 0;
        left: 0;
        padding: 16px;
    }
    #results-view-all {
        top: -60px;
        transform: translateY(-100%);
    }
    #mapArea.fixed .btn-close-view-all {
        top: 16px;
        left: 16px;
        display: block;
        z-index: 3;
        position: fixed;
    }
    .rtl #mapArea.fixed .btn-close-view-all {
        left: 16px;
        right: 16px;
        display: block;
        z-index: 3;
        position: fixed;
    }
    .rtl #mapArea.fixed .box-control.view-all {
        left: unset;
        right: 0;
    }
    #mapArea.fixed .btn-close-view-all:before {
        font-family: "Font Awesome 6 Pro";
        content: '\f057';
        font-size: 24px;
        color: #444444;
        background: #FFFFFF;
        border-radius: 50%;
        font-weight: 300;
    }
    .box-control .box-btn {
        gap: 16px;
        margin-bottom: 16px;
    }
    .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
        color: #444444 !important;
    }
    .et_pb_code:has(.select-lang-mobile) {
        position: absolute;
        display: flex;
        height: 36px;
        align-items: center;
        margin-bottom: 0;
        top: 0;
        right: 72px;
    }
    .rtl .et_pb_code:has(.select-lang-mobile) {
        right: unset;
        left: 72px;
    }
    .m_change_arabic, .m_change_english {
        color: #1C94F1;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }
    .m_change_arabic {
        display: block;
    }
    .m_change_english {
        display: none;
    }
    .rtl .m_change_arabic {
        display: none;
    }
    .rtl .m_change_english {
        display: block;
    }
    .redbox_switch_language {
        display: none;
    }
    .rtl .et_pb_menu__wrap {
        justify-content: flex-end !important;
    }
    .et_pb_with_background.et_pb_section_0 {
        min-height: 270px !important;
    }
    .redbox-tracking-box {
        display: block;
    }
    .tb-express, .tb-map {
        display: inline-block;
        margin: 5px;
        padding: 20px 0 0 0;
        border-left: unset;
        width: calc(49% - 10px);
    }
    .redbox-tracking-box img:hover {
        transform: scale(1.25);
    }
    .home-banner {
        margin-top: 70px;
    }
    .redbox-page, .box-content-infowindow {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .et_pb_row,  .redbox-page, .box-content-infowindow  {
        max-width: unset;
        width: calc( 100% - 32px);
    }
    .dropdown-menu-item {
        gap: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .dropdown-menu-item:before {
        margin-right: 20px;
    }
    .rtl .dropdown-menu-item::before {
        margin-right: unset;
        margin-left: 20px;
    }
    .et_pb_row:has(.redbox-tracking-box) {
        bottom: 0;
        transform: translateX(-50%);
        left: 50%;
        margin: 0;
        padding: 0;
        top: 100%;
        z-index: 1;
        margin-top: -20px;
    }
    .tb-tracking .search-box input {
        min-width: unset;
    }
    .redbox-tracking-box {
        padding: 16px;
    }
    .rtl .tb-express img, .rtl .tb-map img {
        margin-left: 20px;
    }
    .tb-express, .tb-map {
        display: flex;
        flex-direction: row;
        margin: 0;
        width: 100%;
        padding: 16px 0 0 0;
        text-align: left;
    }
    .tb-map {
        border-left: unset;
        border-top: 1px solid #C4C4C4;
        margin-top: 16px;
    }
    .tb-express p, .tb-map p {
        flex-grow: 1;
    }
    div.et_pb_section.et_pb_section_0.home-banner {
        background-image: url('../images/en_banner_mobile.png?8') !important;
        display: flex;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 271px;
        padding: 0;
        margin-top: 79px;
    }
    .rtl div.et_pb_section.et_pb_section_0.home-banner {
        background-image: url('../images/ar_banner_mobile.png?8') !important;
        display: flex;
    }
    .home-banner .et_pb_row_0 .et_pb_text {
        font-size: 30px;
        line-height: 1.2em;
        max-width: 66%;
    }
    .box-btn-banner {
        flex-direction: column;
        gap: 0;
    }
    .box-advantage {
        margin-top: 333px;
        padding-top: 0 !important;
    }
    .tb-tracking .search-box input {
        font-size: 14px;
    }
    .global-footer .app_download_qr {
        float: left;
    }
    .rtl .global-footer .app_download_qr {
        float: right;
    }
    .first-level::after {
        display: none;
    }
    .et_pb_menu .et_mobile_nav_menu {
        margin: 0;
    }
    .btn-login-mobile {
        margin-left: 16px;
        height: 50px;
        border-radius: 100px;
        background: #ED3012;
        box-shadow: 0 4px 12px 0 rgba(237, 48, 18, 0.25);
        font-size: 18px;
        border: unset;
        color: #FFFFFF;
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-left: 12px;
        padding-right: 12px;
    }
    .btn-menu-close-mobile {
        margin-right: 16px;
        display: flex;
        gap: 4px;
        justify-content: end;
        align-items: center;
        cursor: pointer;
    }
    .btn-menu-close-mobile:before {
        content: url('../images/ic_close.svg');
        display: flex;
    }
    .row-top-nav, .row-bottom-nav {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #FFF;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
        display: block;
    }
    .row-bottom-nav {
        box-shadow: unset;
        margin-bottom: 16px;
        left: 16px;
        margin-right: 16px;
        position: absolute;
        bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: calc(100vw - 32px);
    }
    .row-bottom-nav .txt-download {
        color: #2A2D47;
        font-size: 14px;
        text-decoration-line: underline;
        padding-bottom: 0;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.847px;
    }
    .row-bottom-nav .txt-my-redbox-app {
        color: #D9373F;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.615px;
        padding-bottom: 0;
    }
    .row-bottom-nav .line-download {
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid #C4C4C4;
        margin-bottom: 20px !important;
        justify-content: space-evenly;
        line-height: 1em;
    }
    .row-bottom-nav .line-text-footer {
        text-align: center;
        color: #444;
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
        margin-bottom: 0;
        opacity: 0.8;
        padding-bottom: 20px;
    }
    .line-social {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 16px;
        align-items: center;
    }
    .global-footer .et_pb_text_inner, ul.et_pb_social_media_follow {
        text-align: left !important;
    }
    .rtl .global-footer .et_pb_text_inner, .rtl ul.et_pb_social_media_follow {
        text-align: right !important;
    }
    .bt-result-content-top {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .shipment-from, .shipment-to {
        width: 100%;
        text-align: center;
    }
    .shipment-from p, .shipment-to p {
        text-align: center;
    }
    .to-title, .from-title {
        justify-content: center;
    }
    div.et_pb_section.et_pb_with_background.ads-section {
        /*background-image: url('../images/ads_banner_mobile.jpg') !important;*/
        background-size: cover;
        min-height: 240px;
    }
    .row-blurb-space-between {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .row-blurb-space-between .et_pb_blurb_content {
        margin-left: 0;
        margin-right: 0;
    }
    .row-blurb-space-between .et_pb_column:nth-child(2) {
        justify-content: flex-start;
    }
    .zz-sec .et_pb_main_blurb_image, .zz-sec img {
        width: 140px !important;
    }
    .zz-sec .et_pb_main_blurb_image .et_pb_only_image_mode_wrap {
        border-radius: 20px !important;
    }
    .zz-sec .et_pb_blurb_content {
        display: flex;
    }
    .zz-sec .blurb-right .et_pb_blurb_content {
        text-align: right;
    }
    .zz-sec .et_pb_module_header {
        font-size: 24px !important;
        padding-bottom: 20px !important;
        line-height: 1.4em !important;
    }
    .zz-sec .et_pb_blurb_description {
        font-size: 16px !important;
    }
    .ads-section .et_pb_button_module_wrapper {
        position: relative !important;
        margin-top: 20px;
    }
    .ads-section .et_pb_button_0_wrapper a {
        transform: unset;
    }
    .ads-section .et_pb_button_module_wrapper .et_pb_button {
        width: fit-content;
    }
    .ads-section .et_pb_module:first-child .et_pb_text_inner p {
        color: #444444;
        font-weight: 500;
    }
    .redbox-accordion .et_pb_toggle_open .et_pb_toggle_title::after,
    .redbox-accordion .et_pb_toggle_close .et_pb_toggle_title::after {
        top: 0;
    }
    .redbox-accordion .et_pb_toggle_title {
        line-height: 1.4em;
    }
    .explore-service {
        flex-direction: column;
    }
    .explore-service .box-info {
        width: 100%;
        padding: 40px 16px;
    }
    .explore-service .title-box {
        line-height: 1.2em;
    }
    .item-e-service img {
        width: 78px;
    }
    .explore-service .box-info .text-item p {
        line-height: 1.4em;
    }
    .owl-carousel {
        display: block !important;
    }
    .owl-carousel .item {
        margin-bottom: 40px;
    }
    .owl-carousel .item:last-child {
        margin-bottom: 0;
    }
    .owl-carousel .es-title {
        color:  #101010;
        font-size: 24px;
        font-weight: 500;
        line-height: 140%;
    }
    .owl-carousel .es-description {
        color: #444;
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
    }
    .owl-carousel .es-more {
        color: #ED3012;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
    }
    .row-box-button-below-carousel-services .et_pb_column, .row-box-button-below-carousel-services .et_pb_column .et_pb_button_module_wrapper {
        text-align: center;
    }
    .box-advantage .et_pb_column {
        margin-bottom: 40px;
    }
    .download .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .download .img-thumb {
        max-width: 56%;
    }
    .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .collect-page-section-had-banner .et_pb_row:has(.redbox-tracking-box) {
        padding: 0;
        z-index: 1;
        top: 106px;
    }
    .collect-page-section-had-banner .et_pb_module:first-child .et_pb_text_inner {
        font-size: 32px;
        margin-bottom: 100px;
    }
    .hiw .et_pb_blurb_content {
        display: flex;
        gap: 20px;
    }
    .hiw .et_pb_blurb_content .et_pb_blurb_container h4, .hiw .et_pb_blurb_content .et_pb_blurb_container p,
    .hiw .et_pb_blurb_description {
       text-align: left !important;
    }
    .hiw .et_pb_main_blurb_image {
        width: 81px !important;
    }
    .hiw .et_pb_blurb .et_pb_image_wrap {
        margin: 0;
        width: 81px !important;
    }
    .hiw img {
        width: 81px;
        border-radius: 28px;
    }
    .sec-collect-tracking {
        min-height: unset !important;
    }
    .sec-intro .et_pb_column:has(img), .box-intro .et_pb_column:has(img) {
        margin-bottom: 40px;
    }
    .row-blurb-space-between:after {
        content: none;
    }
    .et_pb_section:has(.row-blurb-space-between) {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        margin-bottom: 0 !important;
    }
    .zz-sec .et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 20px;
    }
    .zz-sec .et_pb_blurb_position_left.blurb-right .et_pb_blurb_container {
        padding-left: 0;
        padding-right: 20px;
    }
    .row-blurb-space-between.et_pb_row_1.et_pb_row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .box-btn-2-center button, .btn-go-to-download {
        padding-left: unset !important;
        padding-right: unset !important;
    }
    .sec-advantage .et_pb_module_header span {
        font-size: 24px;
    }
    .sec-advantage .et_pb_blurb_description p {
        font-size: 16px;
    }
    .sec-advantage .et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 20px;
    }
    .sec-send .et_pb_row_0 .et_pb_column {
        padding: 16px;
        margin-bottom: 16px;
    }
    .sec-send .et_pb_button_module_wrapper {
        width: 50%;
        display: inline-block;
    }
    .contact-form-sign-up {
        padding: 0 16px 16px 16px;
    }
    .col-contact-form {
        margin-bottom: 40px;
    }
    .row-form .et_pb_blurb {
        margin-bottom: 0;
    }
    .sec-benefit .et_pb_blurb_content {
        display: flex;
        column-gap: 20px;
        align-items: center;
    }
    .sec-benefit .et_pb_main_blurb_image {
        width: 80px !important;
        margin-bottom: 0 !important;
    }
    .sec-benefit .et_pb_blurb_description {
        text-align: left !important;
    }
    .sec-benefit .et_pb_blurb_content span {
        width: 80px !important;
    }
    .business-box-support {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .business-box-support .et_pb_column {
        padding-left: 16px;
        padding-right: 16px;
    }
    .public-map {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .explore-service .title-box {
        margin-bottom: 60px;
    }
    .explore-service {
        gap: 40px;
    }
    .et_pb_section.map-page-download.download {
        padding-top: 0 !important;
    }
    .rtl .download .et_pb_column:first-child {
        margin-bottom: 40px;
    }
    .rtl .hiw .et_pb_blurb_content .et_pb_blurb_container h4, .rtl .hiw .et_pb_blurb_content .et_pb_blurb_container p,
    .rtl .hiw .et_pb_blurb_description {
        text-align: right !important;
    }
    .rtl .zz-sec .et_pb_main_blurb_image span {
        width: 140px !important;
    }
    .rtl .blurb-carousel {
        direction: unset;
    }
    .rtl .hiw .et_pb_row:not(:first-child) {
        display: flex;
        flex-direction: column-reverse;
    }
    .rtl .hiw .et_pb_row:not(:first-child) .et_pb_column {
        margin-bottom: 40px;
    }
    .rtl .box-intro .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .rtl .blurb-right .et_pb_blurb_container {
        padding-right: 0;
        padding-left: 15px;
    }
    #how-to-send {
        padding-top: 60px !important;
    }
    .dropdown-menu-container-1 {
        max-height: calc( 100vh - 100px - 47px - 166px );
        overflow: auto;
    }
    .dropdown-menu-container-2 {
        max-height: calc( 100vh - 100px - 2*47px - 166px );
        overflow: auto;
    }
    .dropdown-menu-container-3 {
        max-height: calc( 100vh - 100px - 3*47px - 166px );
        overflow: auto;
    }
    .dropdown-menu-container-4 {
        max-height: calc( 100vh - 100px - 4*47px - 166px );
        overflow: auto;
    }
    .dtq-carousel img {
        height: 30px;
    }
    .dtq-carousel {
        margin-top: 60px;
    }
    .obs-title {
        min-height: unset;
    }
    .download div.et_pb_row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .btn-contact-signup {
        width: 100%;
        text-align: center;
    }
    li.page-name {
        display: inline;
    }
    div.et_pb_row.row-form {
        padding-bottom: 0 !important;
    }
    .collect-page-section-had-banner.img-bgr {
        background-image: url('../images/business_logo_mobile.jpg') !important;
        margin-bottom: 60px !important;
        max-height: 270px;
    }
    .collect-page-section-had-banner.img-bgr .et_pb_row.et_pb_row_0 {
        margin-top: 2em !important;
    }
    .btn-show-hide {
        display: inline-block;
        color: #7080FF;
        background: none;
        border: none;
        padding: 0;
        font-size: 16px;
    }
    .dots {
        display: inline;
    }
    .more {
        display: none;
    }
    #locationsTable_wrapper thead,  #locationsTable_wrapper tbody {
        width: 100%;
        display: inline-block;
    }
    #locationsTable_wrapper thead {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3)
    }
    #locationsTable_wrapper thead > tr > th {
        border-bottom: unset;
    }
    #locationsTable_wrapper thead tr th:first-child, #locationsTable_wrapper tbody tr td:first-child {
        max-width: 30vw !important;
        width: 30vw !important;
    }
    #locationsTable_wrapper thead tr th:nth-child(2), #locationsTable_wrapper tbody tr td:nth-child(2) {
        max-width: 30vw !important;
        width: 30vw !important;
    }
    #locationsTable_wrapper thead tr th:nth-child(3), #locationsTable_wrapper tbody tr td:nth-child(3) {
        max-width: 30vw !important;
        width: 30vw !important;
    }
    #locationsTable .vote-button, #locationsTable .share-button {
        height: 30px;
        padding: 4px 8px;
    }
    #locationsTable .text-city, #locationsTable .text-address {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #locationsTable .vote-button, #locationsTable .share-button {
        border-radius: 32px;
        font-size: 14px;
    }
}
@media (max-width: 420px) {
    .box-btn-2-center {
        gap: 10px;
    }
    .box-btn-2-center button, .btn-go-to-download {
        font-size: 15px;
    }
}

.available-services-container {
    display: flex;
    gap: 11px;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.available-service-box {
    border-radius: 12px;
    padding: 1px 8px;
}

.services-express {
  color: #388e3c;
  border: 1px solid #388e3c;
  background-color: transparent;
}

.services-express.disabled {
    color: #888;
    border-color: #888;
    background-color: transparent;
}

.services-all {
    color: #d32f2f;
    border: 1px solid #d32f2f;
    background-color: transparent;
}

.services-all.disabled {
    color: #888;
    border-color: #888;
    background-color: transparent;
}

.services-return {
  color: #d32f2f;
  border: 1px solid #d32f2f;
  background-color: transparent;
}

.services-return.disabled {
    color: #888;
    border-color: #888;
    background-color: transparent;
}

.services-merchant-dropoff {
  color: #3f51b5;
  border: 1px solid #3f51b5;
  background-color: transparent;
}

.services-merchant-dropoff.disabled {
    color: #888;
    border-color: #888;
    background-color: transparent;
}

.arrow-down {
    animation: bounce-arrow 1.5s ease-in-out infinite;
    content: url('../images/scroll.svg');
    display: flex;
}


@keyframes bounce-arrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px); /* Mũi tên sẽ di chuyển xuống 6px */
  }
}

.filter-options-container {
    /* Container for the dropdown */
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

.door-size-select {
    /* Main select element */
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none; /* Remove default arrow on Webkit browsers */
    -moz-appearance: none;    /* Remove default arrow on Firefox */
    appearance: none;         /* Remove default arrow */
    font-weight: 250;
}

.services-select {
    /* Main select element */
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none; /* Remove default arrow on Webkit browsers */
    -moz-appearance: none;    /* Remove default arrow on Firefox */
    appearance: none;         /* Remove default arrow */
    font-weight: 250;
}

.door-size-select:focus {
    /* Style on focus */
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.services-select:focus {
    /* Style on focus */
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.door-size-options {
    /* Container for the list of options */
    position: absolute;
    top: calc(100% + 5px); /* Position it below the select box */
    left: 0;
    width: 100%;
    max-height: 200px; /* Limit height and add a scrollbar */
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Initially hidden */
}

.services-options {
    /* Container for the list of options */
    position: absolute;
    top: calc(100% + 5px); /* Position it below the select box */
    left: 0;
    width: 100%;
    max-height: 200px; /* Limit height and add a scrollbar */
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Initially hidden */
}

.door-size-options.show {
    position: absolute;
    display: block; /* Show when active */
}

.services-options.show {
    position: absolute;
    display: block; /* Show when active */
}

.door-size-option {
    /* Individual option item */
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
    color: #555;
}

.door-size-option:last-child {
    border-bottom: none; /* No border for the last item */

}

.door-size-option:hover,
.door-size-option.selected {
    /* Style on hover and for the selected item */
    background-color: #f0f0f0;
    font-weight: bold; /* Make selected option text bold */
}

.option-size-name {
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 15px;
    margin-right: 6px;
}

.option-dimensions {
    font-size: 14px;
    color: #777;
}

.filter-title {
    font-size: 16px;
    color: #333;
    font-weight: 100;
    margin-bottom: 2px;
    margin-left: 5px;
}

.find-point-services {
    cursor: pointer;
    user-select: none;
}

.find-point-services.disabled {
    color: #888;
    border-color: #888;
    background-color: transparent;
}

.map-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ED3012;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    background: transparent;
}
@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

.door-size-input-container {
    display: none;
    align-items: center; /* This vertically centers the items */
    border: 1px solid #ccc;
    border-radius: 8px; /* For the rounded corners */
    padding: 10px;
    background-color: #f7f7f7;
    font-family: sans-serif;
    justify-content: space-around;
}

.door-size-input-field {
    border: none; /* Removes the default input border */
    outline: none; /* Removes the outline when focused */
    background: #fff;
    text-align: center;
    width: 60px; /* Adjust as needed */
    color: #333;
}

.separator, .units {
    color: #999;
    margin: 0 5px; /* Adds space around the 'x' and '(cm)' */
}

.door-size-input-apply-button {
    background-color: #fff;
    border: 1px solid #ccc; /* A subtle border for the button */
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
    color: #666;
    margin-left: 10px;
    transition: background-color 0.3s; /* Smooth transition on hover */
}

.door-size-input-apply-button:hover {
    background-color: #e6e6e6;
    color: #388e3c;
}

.filter-title-door-input {
    font-size: 16px;
    color: #333;
    font-weight: 100;
    margin-bottom: 2px;
    margin-left: 5px;
    display: none;
}

.door-size-input-field::placeholder {
    color: #aaa;
    font-style: italic;
}

.option-arrow {
    /*content: url('../images/ic_arrow_down.svg');*/
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.option-arrow.rtl {
    left: 12px;
    right: unset;
}

/* Main button styling */
.show-details-btn {
  background-color: transparent; /* Removes background */
  border: none; /* Removes border */
  color: #007bff; /* A nice blue color */
  cursor: pointer; /* Changes mouse to a pointer on hover */
  padding: 0;
  display: inline-flex; /* Aligns text and arrow nicely */
  align-items: center;
}

/* Add an underline on hover for better UX */
.show-details-btn:hover {
  text-decoration: underline;
}

/* Arrow styling */
.show-details-btn .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #007bff; /* Creates the triangle */
  margin-left: 8px; /* Space between text and arrow */
  transition: transform 0.3s ease; /* Smooth animation for flipping */
}

/* Style for when the details are shown (add this class with JS) */
.show-details-btn.up .arrow {
    transform: rotate(180deg); /* Flips the arrow upside down */
}

.estimate-delivery-wrapper {
    margin-top: 20px;
    border: 1px;
    border-radius: 20px;
    padding: 15px;
    background-color: #f4f4f4;
    display: grid;
    place-items: center;
    text-align: center;
}

.estimate-delivery-create-new-shipment-button {
    border-radius: 25px;
    background: aquamarine;
    background-color: #7080FF;
    color: white;
}

/* The main container for the estimate box */
.shipping-estimate-container {
    border-top: 2px solid #ccc;
    padding: 25px 40px;
    text-align: center;
    width: 100%;
}

/* The main title */
.shipping-estimate-container h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

/* The subtitle with the date */
.shipping-estimate-container .subtitle {
    font-size: 16px;
    color: #666;
    margin: 0 0 30px 0;
}

.shipping-estimate-container .estimate-dropoff-date {
    padding-bottom: unset !important;
    font-size: large;
}

.estimate-details-wrapper {
    display: flex;
    justify-content: center; /* Center the items */
    gap: 60px; /* Space between the two columns */
    align-items: center;
}

.estimate-detail-item {
    text-align: justify;
}

.estimate-from-to {
    padding-bottom: 1em !important;
}

.estimate-detail-item .label {
    font-size: 12px;
    font-weight: 500;
    color: #888;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding-bottom: unset;
}

.estimate-detail-item .value {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.estimate-detail-item .estimate-pickup-date {
    font-size: x-large;
    padding-bottom: unset;
}

.estimate-detail-item .value.cost {
    color: #f36f21; /* Orange color for the cost */
}

@media (max-width: 480px) {
    .estimate-details-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    .estimate-detail-item {
        text-align: center;
        margin-bottom: 12px;
    }
    .estimate-detail-item .label {
        font-size: 14px;
    }
    .estimate-detail-item .value {
        font-size: 22px;
    }
    .estimate-detail-item .estimate-pickup-date {
        font-size: 16px;
    }
}

.et_pb_contact_form_label {
    display: block;
    text-align: justify;
}

.view-all-drag {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: 200px;
    z-index: 10;
}