body {
    font-family: "Inter", sans-serif;
}

.main {
    margin: 0 0;
   max-width: 100%;
}

.ship_container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 12px;
}
.shipping_row .shipping_heading{
    position: relative;
}
.shipping_row .shipping_heading .heading_main {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    color:var(--light-grey-color-five);
    padding-bottom: 10px ;
}
.shipping_row .shipping_heading .heading_option {
    font-size: 40px;
    color: var(--grey-color-tone-four);
    margin-top: -12px;
    padding-bottom: 32px;
    display: inline-block;
}
.shipping_row .shipping_heading .heading_option::after{
    position: absolute;
    content: '';
    width: 133px;
    height: 3px;
    background-color: #929497;
    left: 0;
    bottom: 0;
    opacity: 38%;
}
.shipping_desc_wrap .shipping_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1%;
}

.shipping_desc_wrap .shipping_desc span {
    font-weight: 600;
}

.scroll_img {
    text-align: center;
    margin: 30px 0;
    display: block;
    background-image: url(../../images/shipping-page-image/scroll-img.svg);
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.ship_options_section {
    padding: 30px 0;
}

.ship_options_section .section_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ship_title_wrap {
    text-align: center;
}

.ship_title_wrap .title {
    font-size: 34px;
    color: var(--dark-color);
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 15px;
}

.ship_title_wrap .desc {
    color: var(--dark-color);
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.ship_options_section .laptop_image {
    height: 280px;
    margin-top: -56px;
}

.ship_options_section .reserved_order_content {
    padding: 0 30px;
}

.ship_options_section .reserved_order_title {
    color:var(--white-color);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 12px;
}

.ship_options_section .reserved_order_desc {
    text-align: center;
    color:var(--white-color);
    font-weight: 400;
    margin-bottom: 0;
}

.ship_options_section .shipping_options_wrap {
    margin: 60px 0 10px 0;
}
.shipping_options_wrap .option_heading .heading {
    text-align: center;
    padding-top: 40px;
    font-size: 19px;
    line-height: 23px;
    color: black;
    margin-bottom: 30px;
    font-weight: 600;
    border-radius: 10px;
}
.shipping_options_wrap .option_heading .heading p{
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: #6A6A6A;
    padding-top: 25px;
}
.shipping_options_wrap .option_heading .heading .min-heading ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 3px;
    background-color: #000;
}
.shipping_options_wrap .shipping_table{
    padding: 0 20px 20px 20px;
    background-color:var(--white-color);
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.shipping_table .shipping_table_head, .shipping_table .shipping_table_data{
    display: flex;
    gap: 1%;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
}
.shipping_table .shipping_table_data{
    background: #F6F6F6;
    margin: 10px 0;
    border-radius: 10px;
}
.shipping_table_head .table_heading {
    color: #000;
    font-weight: 600;
    font-size: 15px
}
.time_heading{
    width: 300px;
    display: block;
    text-align: center;
}
.sub_heading, .sub_data{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}
.sub_heading p, .sub_data .cutoff_time_wrap{
    width: 46%;
    text-align: center;
    margin: 0;
}
.table_heading:first-child, .table_data:first-child{
    width: 29%;
}
.table_heading:nth-child(2), .table_data:nth-child(2){
    width: 20%;
    text-align: center;
}
.table_heading:nth-child(3), .table_data:nth-child(3){
    width: 19%;
    text-align: center;
}
.table_heading:last-child, .table_data:last-child{
    width: 35%;
}
.table_data .service_detail_wrap{
    display: flex;
    align-items: center;
    max-width: 100%;
}
.table_data .method_desc{
    margin-left: 10px;
    color: #474747;
    font-weight: 600;
}
.table_data .sub-data .cutoff_time_wrap{
    display: flex;
}
.time_wrap_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.time_wrap_center .clock_img {
    margin-left: 15px;
    margin-right: 15px;
}
.sub_data .cutoff_time_wrap {
    display: flex;
    align-items: center;
}
.sub_data .cutoff_time_wrap p{
    margin: 0;
}
.clock_img{
    background-image: url(../../images/shipping-page-image/clock-image.svg);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.cutoff_time_wrap .clock_img{
    width: 24px;
    margin-right: 15px;
}
.sub_data .border_right_light {
    border-right: 2px solid #DFDFDF;
}
.shipping_table_wrap .table_body_ground, .shipping_table_wrap .table_body_overnight, .shipping_table_wrap .table_body_2day,
.shipping_table_wrap .table_body_saturday, .shipping_table_wrap .table_body_store, .shipping_table_wrap .table_body_economy, .shipping_table_wrap .table_body_priority{
    margin-bottom: 30px;
}
.table_data .service_detail_wrap .table-image{
    width: 46px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 30px;
}
.table_data .service_detail_wrap .table-usps-image{
    background-image: url(../../images/shipping-page-image/usps-color-icon.svg);
    height: 18.77px;
    width: 31px;
}
.table_data .service_detail_wrap .table-fedex-image{
    background-image: url(../../images/shipping-page-image/fedex-color-icon.svg);
    height: 14px;
    width: 41px;
}
.table_data .service_detail_wrap .table-ups-image{
    background-image: url(../../images/shipping-page-image/ups-color-icon.svg);
    height: 23px;
    width: 19px;
}
.table_data .service_detail_wrap .table-reserve-order-image{
    background-image: url(../../images/shipping-page-image/reserve-order-icon.svg);
    height: 22px;
    width: 20px;
}
.table_data .service_detail_wrap .table-store-pickup-image{
    background-image: url(../../images/shipping-page-image/store-pickup-icon.svg);
    height: 20px;
    width: 24px;
}
.table_data .service_detail_wrap .table-amazon-image{
    background-image: url(../../images/shipping-page-image/amazon-color-icon.svg);
    width: 39px;
    height: 25px;
}
.table_data .service_detail_wrap .table-postnl-image{
    background-image: url(../../images/shipping-page-image/postnl-color.svg);
    width: 40px;
    height: 28px;
}
.table_data .service_detail_wrap .tooltip-icon {
    height: 14px;
    width: 14px;
    background-image: url(../../images/shipping-page-image/tooltip-icon.svg) ;
    padding: 0;
}
.table_data .service_detail_wrap .table-royal-mail{
    background-image: url(../../images/shipping-page-image/royalmail-img-new.svg);
    width: 39px;
    height: 25px;
}
.table_data .service_detail_wrap .table-dhl-image{
    background-image: url(../../images/shipping-page-image/dhl-new.svg);
    width: 40px;
    height: 25px;
}
.tooltip-container {
    position: relative;
    display: flex;
    margin-left: auto;
}

  .tooltip-icon {
    font-size: 20px;
    cursor: pointer;
  }

  .tooltip-text {
    visibility: hidden;
    background-color:var(--white-color);
    color: #000;
    text-align: left;
    padding: 8px 15px 15px 8px;
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip-text {
    width: 292px;
    height: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 1.07px 8.54px 0px #00000024;
    font-size: 10px;
    line-height: 15px;
    color: #414141;
  }
  .tooltip-text .tooltip-text-small {
    width: 198px;
  }

  .tooltip-text p{
    font-weight: 400;
    line-height: 15px;
    color: #414141;
  }
  .tooltip-text span {
    font-weight: 600;
    line-height: 15px;
  }
  .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
  }

  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
.International_shipping .internal_shipping_text, .existing_schedule_text{
    margin: 24px auto 10px auto;
    max-width: 890px;
    text-align: center;
    font-weight: 400;
}
.existing_schedule_text{
    margin-bottom: 30px;
}
.fedex_image_wrap{
    display: inline-block;
    padding: 12px 36px;
    background:var(--white-color);
    box-shadow: 0px 0px 5.40323px rgb(0 0 0 / 12%);
    border-radius: 20px 20px 0 0;
    position: relative;
    top: 13px;
    min-width: 170px;
    text-align: center;
}
.fedex_image{
    width: 67px;
    background-image: url(../../images/shipping-page-image/fedex.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-bottom: 4px;
}
.ups_image{
    width: 27px;
    height: 33px;
    margin-bottom: 6px;
    background-image: url(../../images/shipping-page-image/ups.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
.calendar_col .calendar_info_wrap{
    background:var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    border-radius: 20px 20px 20px 20px;
    padding: 20px 0;
    position: relative;
    flex: 1;
}
.calendar_info_wrap .month_heading{
    position: relative;
    font-weight: 600;
    color: #000;
}
.month_heading_wrap{
    padding: 0 20px;
    position: relative;
    margin-bottom: 14px;
}
.calendar_info .month_info_wrap{
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
    gap: 1%;
}
.month_info_wrap .month_info{
    background: #F9F9F9;
    border-radius: 6px;
}
.month_info_wrap .month_info .month_desc{
    margin: 0;
    padding: 0 6px;
    font-weight: 400;
    font-size: 12px;
}
.month_info_wrap .month_info:first-child{
    width: 20%;
}
.month_info_wrap .month_info:nth-child(2){
    width: 40%;
}
.month_info_wrap .month_info:last-child{
    width: 40%;
}
.calendar_info_wrap .divider, .month_info_divider{
    width: 160px;
    height: 1px;
    background: #929497;
    display: inline-block;
    margin: 20px;
}
.month_info_divider{
    width: 100%;
    margin: 20px 0;
}

.down_arrow_img{
    transform: rotate(0deg);
}
.top_arrow_img{
    transform: rotate(180deg);
}
.shipping_options_wrap .option_heading .domestic_down_angle_img,
.shipping_options_wrap .option_heading .international_down_angle_img,
.shipping_options_wrap .option_heading .existing_down_angle_img{
    vertical-align: middle;
    margin-right: 12px;
}
.internal_shipping_text{
    text-align: center;
    max-width: 880px;
    margin: auto;
    margin-top: 18px;
}
.month_info .closed_status{
    color: var(--error-color);
}
.shipping_heading_wrap.col_left {
    width: 65%;
}
.shipping_heading_wrap.col_left {
    width: 65%;
}

.need_help_section {
    width: 32%;
    display: flex;
    justify-content: space-between;
    background-color: #F8F8F8;
    height: 59px;
    padding-right: 30px;
    padding-left: 30px;
    align-items: center;
    width: 278px;
    border-radius: 12px;
}
.need_help_section .left-part {
    border-right: 2px solid #DFDFDF;
    padding-right: 30px;
    height: 37px;
    padding-top: 9px;
}
.col_right {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}
.need_help_section .chat_icon{
    display: flex;
    justify-content: center;
}
.need_help_section span{
    color: #A0A0A0;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1%;
}
.need_help_section p{
    color:var(--light-grey-color-five);
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1%;
}
.shipping_row {
    display: flex;
}
.shipping_banner .banner_heading {
    padding: 36px 505px 36px 45px;
    background-color: #EEF3F6;
    border-radius: 22px;
    position: relative;
    width: 100%;
    display: block;
}
.shipping_banner .banner_heading::after {
    content: "";
    background-image: url(../../images/shipping-page-image/shipping-new-banner.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 482px;
    height: 248px;
    right: 40px;
    top: -30px;
    background-size: cover;
}
.shipping_banner .banner_heading .available_now_btn {
    width: 192px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
}

.shipping_banner .banner_heading .available_now_btn span {
    color: var(--white-color);
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    padding-left: 5px;
}
.shipping_banner .banner-text {
    display: flex;
    position: relative;
    left: 15px;
}
.shipping_banner .banner-text p {
    padding: 0 10px;
    font-weight: 400;
    font-size: 25.72px;
    line-height: 40.6px;
    letter-spacing: 0%;
}
section.shipping_section {
    margin-bottom: 60px;
}
section.shipping_banner {
    margin-bottom: 50px;
    margin-top: 50px;
}
.sub_data p {
    margin-bottom: 0px;
}
.tab-content .heading .min-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    top: 75px;
    border-radius: 4px;
    left: calc(50% - 25px);
}
section.frequently_asked_questions_section {
    margin-top: 50px;
}
.ship_container .moto-faq-page h1 {
    font-weight: 600;
    font-size: 29px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--dark-color);
    padding-bottom: 10px;
}

.ship_container .moto-faq-page h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0%;
    text-align: center;
    color: #6A6A6A;
    padding-bottom: 35px;
}
.ship_container .accordion-wrap {
    padding: 50px;
    box-shadow: 0px 0px 7px 0px #00000033;
    border-radius: 17px;
}
.ship_container .accordion ul li{
    box-shadow: 0px 0px 11.36px 0px #0000001F;
    border-radius: 9px;
    padding: 15px 30px;
    margin: 0 0 20px;
}
.ship_container .accordion ul li h5{
    font-weight: 500;
    color: #050505;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    cursor: pointer;
}
.ship_container .moto-faq-page .accordion ul li .inner{
    background-color: var(--grey-color-tone-eleven);
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 9px;
    width: 98%;
    margin: 14px 0px;
    padding: 10px 20px 5px;
}
.ship_container .accordion ul li h5.plus:before {
    transform: rotate(135deg);
    top: 7px;
}
.tooltip-container.tooltip-block-one .tooltip-text {
    width: 198px;
}
.tab-content{
    position: relative;
    display: none;
    top: 7px;
}
.tab-content.current{
    display: inherit;
}
.tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs-container nav, .tabs-container nav ul {
    display: flex;
    flex-wrap: wrap;
}
.tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 7px;
}
.tabs-container nav ul li.active {
    background-color: var(--primary-color);
    color:var(--white-color);
    font-weight: 600;
}
.tabs-container nav ul li {
    width: 165px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 7px 10px;
    margin: 0 10px;
    cursor: pointer;
}

/* new mobile design changes  */

.tooltip-heading {
    display: none;
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    pointer-events: all;
    touch-action: none;
  }

.tooltip-container {
    position: relative;
}

.shipping_table .table_head_mobile {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: none;
}

.service_detail_wrap .tooltip-text-mobile {
    display: none;
}

.cutoff_time_wrap.justify-center {
    justify-content: center;
    width: 100%;
}
.cutoff_time_wrap.justify-center .friday-span {
    margin: 0 10px 0 0;
}
.cutoff_time_wrap.justify-center .clock_img_wrap .clock_img {
    margin-right: 10px;
}

@media(min-width:992px){
    .shipping_options_wrap .option_heading .domestic_down_angle_img,
    .shipping_options_wrap .option_heading .international_down_angle_img,
    .shipping_options_wrap .option_heading .existing_down_angle_img,
    .mobile_banner_image{
        display: none;
    }
    .shipping_options_wrap .table_red_border{
        text-align: center;
        display: block;
        max-width: 300px;
        margin: auto;
        border-radius: 0 0 12px 12px;
        padding: 6px;
        background: var(--shipping-primary-color);
        margin-bottom: 30px;
    }
    .mobile_table_heading, .day_heading, .mobile_cutoff_heading_wrap{
        display: none;
    }
}
@media (max-width: 1199.98px){
    .shipping_section .shipping_row{
        padding-top: 0;
    }
    .shipping_section .shipping_row .col_left{
        width: 60%;
        margin: auto;
    }
    .shipping_section .shipping_row .col_right{
        width: 40%;
        margin: auto
    }
    .ship_options_section .laptop_image{
        height: 200px;
        margin-top: 0;
    }
    .ship_options_section .reserved_order_title{
        font-size: 28px;
    }
    .shipping_banner .banner-text{
        left: 0;
        align-items: center;
    }
    .shipping_banner .banner_heading::after{
        width: 380px;
        height: 182px;
        right: 0px;
        top: 0px;
        background-size: 100%;
    }
    .shipping_banner .banner-text p{
        font-size: 20px;
        margin: 0;
    }
    .shipping_banner .banner_heading .available_now_btn{
        height: 30px;
        align-items: center;
        padding: 0px 10px;
        width: auto;
        flex-wrap: nowrap;
    }
    .shipping_banner .banner_heading .available_now_btn span{
        font-size: 20px;
    }
}
@media (max-width: 992px){
    .shipping_table .shipping_table_head{
        display: none;
    }
    .mobile_table_heading, .mobile_cutoff_heading{
        font-size: 14px;
        font-weight: 600;
        color: var(--dark-color);
    }
    .shipping_table .shipping_table_head, .shipping_table .shipping_table_data{
        flex-direction: column;
        align-items: flex-start;
    }
    .table_data .service_detail_wrap{
        width: 100%;
        max-width: 100%;
    }
    .table_heading:first-child, .table_data:first-child{
        width: 100%;
    }
    .table_data .method_desc{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
        padding: 5px 0px;
    }
    .table_heading:nth-child(2), .table_data:nth-child(2),
    .table_heading:last-child, .table_data:last-child, .table_heading:nth-child(3),
    .table_data:nth-child(3){
        width: 100%;
    }
    .table_data .service_detail_wrap .table-image{
        padding: 0;
        margin-right: 15px;
    }
    .table_data .service_detail_wrap .tooltip-icon{
        margin-right: 0;
        margin-left: 10px;
    }
    .table_data .method_desc{
        color: #818181;
    }
    .mobile_clock_img{
        display: none;
    }
    .time_data {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sub_heading, .sub_data {
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        flex-direction: column;
    }
    .sub_data .border_right_light{
        border-right: 0;
        margin: 8px 0;
    }
    .sub_heading p, .sub_data .cutoff_time_wrap{
        width: 100%;
        align-items: center;
    }
    .cutoff_time_wrap .clock_img{
        margin-right: 5px;
    }
    .day_heading {
        padding-right: 6px;
        color: #818181;
        font-weight: 600;
    }
    .tooltip-text{
        top: 30px;
        left: inherit;
        transform: inherit;
        right: -13px;
    }
    .tooltip-text::after{
        left: inherit;
        right: 15px;
        margin-left: 0;
    }
    .ship_container{
        padding: 0;
    }
    .mobile_table_heading, .day_heading, .mobile_cutoff_heading_wrap {
        display: block;
    }
}
@media (max-width: 1024px){
    .shipping_banner .banner_heading{
        padding: 36px 30px 36px 45px;
    }
    .shipping_banner .banner_heading{
        padding: 25px 30px 25px 25px;
    }
    .shipping_banner .banner_heading .available_now_btn{
        height: 25px;
    }
    .shipping_banner .banner-text p,.shipping_banner .banner_heading .available_now_btn span{
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 768px){
    .shipping_heading_wrap .col_left{
        width: 84%;
        gap: 50px;
        margin-top: 20px;
        align-items: center;
    }
    .shipping_row .shipping_heading .heading_main{
        font-size: 36px;
    }
    .shipping_row .shipping_heading .heading_option{
        font-size: 26px;
        margin-top: -4px;
    }
    .shipping_desc_wrap .shipping_desc{
        font-size: 17px;
    }
    .ship_options_section .laptop_image {
        height: 160px;
        margin-top: -120px;
    }
    .ship_options_section .reserved_order_content {
        padding: 0 20px;
        margin-top: 18px;
    }
    .ship_options_section .reserved_order_title {
        font-size: 20px;
        text-align: center;
    }
    .ship_options_section .reserved_order_desc{
        line-height: 1.3;
    }
    .ship_options_section .shipping_options_wrap{
        margin: 0 0 10px 0;
    }
    .ship_title_wrap .title {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .ship_title_wrap .desc{
        font-size: 15px;
        margin: 15px 0 20px;
    }
    .shipping_section .shipping_row{
        display: block;
    }
    .shipping_section .shipping_row .col_left {
        flex-wrap: wrap;
        width: 100%;
    }
    .shipping_section .shipping_row .col_right{
        width: 100%;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .shipping_section .shipping_row .col_left .shipping_heading,
    .shipping_section .shipping_row .col_left .shipping_desc_wrap{
        width: 100%;
    }
    .ship_container .accordion-wrap{
        padding: 30px;
    }
    .banner_heading img {
        width: 30%;
    }
    .shipping_banner .banner-text p{
        font-size: 15px;
    }
    .shipping_banner .banner_heading .available_now_btn span{
        font-size: 15px;
    }
    .time_wrap_center .day_heading {
        margin: 0 15px;
        font-size: 12px;
    }
    .time_wrap_center p {
        font-size: 12px;
    }
    .shipping_banner .banner_heading::after{
        width: 290px;
        height: 152px;
        right: 0px;
        top: 0px;
        background-size: 100%;
    }

}
@media (max-width: 671px) {
    .banner_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .shipping_banner .banner_heading {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
        height: 220px;
        align-items: center;
    }
    .banner_heading img{
        width: auto;
    }
    .shipping_banner .banner_heading::after {
        width: 270px;
        height: 152px;
        right: inherit;
        bottom: -58px;
        background-size: 294px;
        top: inherit;
        left: calc(50% - 145px);
    }
    .tabs-container nav, .tabs-container nav ul{
        width: 100%;
    }
    .tabs-container nav ul {
        max-width: 380px;
        margin: 0 auto;
        justify-content: space-evenly;
    }
    .tabs-container nav ul li{
        width: auto;
        margin: 0;
    }
    .ship_container .accordion ul li h5:before{
        right: 0;
    }
    .ship_container .accordion ul li h5{
        padding-right: 30px;
    }
    .ship_container .accordion ul li{
        padding: 15px;
    }
    .ship_container .accordion-wrap{
        padding: 15px;
    }
}
@media (max-width: 575.98px){
    .shipping_section .shipping_row .col_left{
        margin-top: 20px;
        width: 100%;
        gap: 40px;
        align-items: center;
        padding: 0 12px;
    }
    .shipping_row .shipping_heading .heading_main{
        font-size: 30px;
        padding-bottom: 0px;
    }
    .shipping_row .shipping_heading .heading_option {
        font-size: 20px;
    }
    .shipping_desc_wrap .shipping_desc{
        margin-top: 0;
        font-size: 15px;
    }
    .ship_options_section .reserved_order_desc{
        font-size: 13px;
        padding: 0 8px;
        font-weight: 400;
    }
    .fedex_tag .fedex_down_angle_img,
    .fedex_tag .udp_down_angle_img{
        margin-right: 30px;
        vertical-align: middle;
    }
    .calendar_col .calendar_info_wrap{
        display: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .fedex_image_wrap{
        border-radius: 15px;
        padding: 10px 84px 10px 36px;
        position: relative;
        margin-bottom: 30px;
        min-width: 240px;
        text-align: left;
    }
    .calendar_col .fedex_tag{
        text-align: left;
    }
    .fedex_image_wrap::after{
        content: " ";
        position: absolute;
        background: var(--default-color);
        width: 5px;
        height: 22px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 12px 0 0 12px;
    }
    .fedex_image, .ups_image{
        margin-bottom: 0;
    }
    .fedex_image{
        width: 56px;
    }
    .ups_image{
        width: 27px;
        margin-left: 12px;
    }
    .fedex_open, .udp_open{
        border-radius: 15px 15px 15px 4px;
        padding: 14px 84px 24px 36px;
        margin-bottom: 0;
    }
    .month_heading_wrap{
        background-color:var(--white-color);
        padding: 12px 18px;
        border-radius: 10px;
        box-shadow: 0px 0px 8.58443px rgb(0 0 0 / 12%);
    }
    .calendar_info_wrap .divider{
        display: none;
    }
    .month_info_wrap .month_info{
        background:var(--white-color);
    }
    .calendar_info .month_info_wrap{
        display: block;
    }
    .month_info_wrap .month_info .month_desc{
        margin-bottom: 12px;
    }
    .option_heading .heading .min-heading{
        font-size: 16px;
        width: 250px;
        text-align: center;
    }
    .tab-content .heading .min-heading:after {
        left: 45%;
    }
    .table_data .method_desc span{
        min-width: 0px;
    }
    .table_data .method_desc span,
    .time_data .sub_data .cutoff_time_wrap p,
    .mobile_table_heading,
    .time_data .sub_data .cutoff_time_wrap .day_heading{
        font-size: 12px;
    }
    .table_data .sub_data .cutoff_time_wrap{
        width: 100%;
        justify-content: flex-start;
    }
    .shipping_table .shipping_table_data{
        padding: 10px 12px;
    }
    .month_info_wrap .month_info:first-child,
    .month_info_wrap .month_info:nth-child(2),
    .month_info_wrap .month_info:last-child{
        width: 100%;
    }
    .shipping_options_wrap .heading_red_border{
        max-width: 224px;
        padding: 4px;
    }
    .shipping_row .shipping_heading .heading_option::after{
        width: 134px;
    }
    .shipping_section .ship_container{
        padding: 0;
    }
    .shipping_section .shipping_row .col_right{
        width: 100%;
    }
    .shipping_table_wrap .table_body_ups .internal_shipping_text{
        font-size: 11px;
        line-height: 1.3;
        font-weight: 400;
    }
    .existing_schedule_heading .existing_text_bold{
        margin-top: 16px;
        display: inline-block;
    }
    .existing_schedule .existing_schedule_text{
        padding: 0 30px;
    }
    .ship_title_wrap .desc {
        margin-top: 0;
        padding-bottom: 15px;
    }
    .mobile_table_heading, .mobile_cutoff_heading{
        font-size: 13px;
    }
    .time_data{
        align-items: baseline;
    }
    .shipping_table_wrap .table_body_ground, .shipping_table_wrap .table_body_overnight, .shipping_table_wrap .table_body_2day, .shipping_table_wrap .table_body_saturday, .shipping_table_wrap .table_body_store, .shipping_table_wrap .table_body_economy, .shipping_table_wrap .table_body_priority{
        margin-bottom: 0;
    }
}

/* new responsive design at 480 px */
@media (max-width: 480px){

    section.shipping_section {
        margin-bottom: 10px;
    }

    .ship_options_section {
        padding-top: 0px;
    }

    .shipping_section .shipping_row .col_left {
        padding: 0;
    }

    .shipping_section .shipping_row .col_right {
        display: none;
    }

    .shipping_row .shipping_heading .heading_main {
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .ship_title_wrap .desc {
        text-align: left;
        padding-bottom: 0px;
    }

    .shipping_desc_wrap .shipping_desc,
    .ship_title_wrap .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #454545;
    }

    .shipping_desc_wrap .shipping_desc span{
        color: var(--dark-color);
    }

    .ship_title_wrap .title{
        display: none;
    }

    .option_heading .heading .min-heading{
        display: none;
    }

    .canada-shipping-section .shipping_options_wrap .tabs-container nav ul {
        justify-content: space-around;
    }

    .shipping_table .table_head_mobile{
        display: block;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .shipping_options_wrap .shipping_table{
        box-shadow: none;
        padding: 0;
    }

    .shipping_table .shipping_table_data{
        background-color: transparent;
        border: 0.5px solid #D2D2D2;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .shipping_options_wrap .option_heading .heading {
        padding-top: 0;
    }

    .shipping_options_wrap .option_heading .heading p{
        font-size: 14px;
        text-align: left;
        padding-top: 0;
        margin-top: 20px;
    }

    .shipping_options_wrap .tabs-container nav ul li {
        box-shadow: none;
        font-size: 15px;
        font-weight: 500;
    }

    .shipping_options_wrap .tabs-container nav ul li.active{
        background-color: var(--white-color);
        color:var(--primary-color);
        font-weight: 600;
        position: relative;
    }

    .shipping_options_wrap .tabs-container nav ul {
        max-width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .shipping_options_wrap .tabs-container nav ul li::after{
        height: 4px;
        display: block;
        border-radius: 100px;
        width: 100%;
        top: 35px;
        background: #E4E4E4;
        text-align: center;
        content: '';
        position: absolute;
        left: 0;
    }

    .shipping_options_wrap .tabs-container nav ul li.active:after {
        height: 4px;
        display: block;
        border-radius: 100px;
        width: 100%;
        top: 35px;
        background: var(--primary-color);
        text-align: center;
        content: '';
        position: absolute;
        left: 0;
        z-index: 2;
    }

    .table_data .service_detail_wrap {
        width: 100%;
        max-width: 100%;
    }

    .table_data .service_detail_wrap .table-image{
        margin-right: 10px;
    }

    .table_data:first-child {
        padding: 14px 20px;
        border-bottom: 0.5px solid #D2D2D2;
    }

    .table_data:nth-child(2),
    .table_data:nth-child(4),
    .existing_schedule_shipping_table .table_data:nth-child(3) {
        padding: 10px 20px;
    }

    .domestic_shipping_table .table_data:nth-child(3),
    .international_shipping_table .table_data:nth-child(3) {
        padding: 10px 20px 10px 0;
    }

    .domestic_shipping_table .table_data:nth-child(2),
    .domestic_shipping_table .table_data:nth-child(3),
    .international_shipping_table .table_data:nth-child(2),
    .international_shipping_table .table_data:nth-child(3) {
        float: left;
        min-width: auto;
        max-width: 100%;
        margin: 0;
    }

    .domestic_shipping_table .table_data:nth-child(2),
    .international_shipping_table .table_data:nth-child(2) {
        width: 65%;
        padding-right: 10px;
        padding-top: 0;
    }

    .domestic_shipping_table .table_data:nth-child(2) .method_desc,
    .international_shipping_table .table_data:nth-child(2) .method_desc {
        padding-left: 10px;
        padding-right: 0;
    }

    .domestic_shipping_table .table_data:nth-child(3),
    .international_shipping_table .table_data:nth-child(3) {
        width: 35%;
        padding-top: 0;
    }

    .domestic_shipping_table .table_data:nth-child(2) .method_desc,
    .domestic_shipping_table .table_data:nth-child(3) .method_desc,
    .international_shipping_table .table_data:nth-child(2) .method_desc,
    .international_shipping_table .table_data:nth-child(3) .method_desc,
    .existing_schedule_shipping_table .table_data:nth-child(2) .method_desc {
        margin-top: 5px;
    }

    .existing_schedule_shipping_table .table_data:nth-child(2){
        padding-bottom: 0;
        padding-top: 0;
    }

    .domestic_shipping_table .table_data:nth-child(2) .method_desc span,
    .domestic_shipping_table .table_data:nth-child(3) .method_desc span,
    .international_shipping_table .table_data:nth-child(2) .method_desc span,
    .international_shipping_table .table_data:nth-child(3) .method_desc span,
    .existing_schedule_shipping_table .table_data:nth-child(2) .method_desc span {
        color: var(--dark-color);
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
    }

    .table_data .method_desc .service_name{
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
        color: #474747;
    }

    .method_desc .mobile_table_heading.min_width_heading {
        font-weight: 400;
        font-size: 12px;
        color: #5E5E5E;
    }

    .time_data {
        align-items: baseline;
        background: #F6F6F6;
        padding: 10px 10px;
        border-radius: 10px;
        flex-direction: column;
    }

    .table_data .method_desc {
        color: #818181;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
    }

    .method_desc .mobile_table_heading.heading_bold{
        display: none;
    }

    .table_data .sub_data .cutoff_time_wrap {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 0;
        gap: 2px;
    }

    .clock_img_wrap {
        display: none;
    }

    .shipping_table  .table_data .sub_heading,
    .shipping_table  .table_data .sub_data {
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        flex-direction: row;
        width: 100%;
    }

    .time_data .mobile_cutoff_heading {
        font-size: 12px;
        line-height: 118%;
        font-weight: 500;
        color: #474747;
        margin-bottom: 6px;
    }

    .time_data .sub_data .cutoff_time_wrap .friday-span {
        padding-right: 6px;
        font-size: 12px;
        line-height: 118%;
        font-weight: 400;
        color: #5E5E5E;
    }

    .time_data .sub_data .cutoff_time_wrap .day_heading {
        font-size: 12px;
        line-height: 118%;
        font-weight: 400;
        color: #5E5E5E;
    }

    .table_body_saturday .sub_data .cutoff_time_wrap .day_heading {
        display: none;
    }

    .time_data .sub_data .cutoff_time_wrap p {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        color: var(--dark-color);
    }

    .service_detail_wrap .tooltip-container {
        margin-left: 0;
        margin-top: -3px;
    }

    .service_detail_wrap .tooltip-container .tooltip-text {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: auto;
        width: 100% !important;
        border-radius: 20px 20px 0 0;
        margin: 0;
        padding: 15px 16px 35px 16px;
        box-shadow: 0px -4px 14px 0px #00000026;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        background: white;
        z-index: 101;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }

      .service_detail_wrap .tooltip-container.active .tooltip-text {
        display: block;
      }

      .service_detail_wrap .tooltip-heading {
        display: block;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        color: #050505;
        margin-bottom: 20px;
        margin-left: auto;
      }

      .service_detail_wrap .tooltip-text::before {
        content: '';
        display: block;
        height: 5px;
        border-radius: 40px;
        width: 90px;
        background-color: #EBEBEB;
        margin: 10px auto 15px auto;
        position: relative;
        top: -10px;
      }

      .service_detail_wrap .tooltip-text::after{
        display: none;
      }

      .service_detail_wrap .tooltip-text .close-btn {
        width: 15px;
        height: 15px;
        background-image: url(../../images/shipping-page-image/cross-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        display: block;
        float: right;
        position: relative;
        top: -10px;
      }

      .service_detail_wrap .tooltip-text-inner {
        display: none;
      }
      .service_detail_wrap .tooltip-text-mobile {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
      }

      section.frequently_asked_questions_section{
        margin-top: 0;
      }

      .ship_container .moto-faq-page h1 {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        line-height: 119%;
        padding-bottom: 0;
        margin-bottom: 35px;
    }

    .ship_container .moto-faq-page h4 {
        display: none;
    }
    .ship_container .moto-faq-page .accordion-wrap {
        padding: 0;
        box-shadow: none;
    }

    .ship_container .moto-faq-page .accordion ul li {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #E8E8E8;
        border-radius: 0;
    }

    .ship_container .moto-faq-page .accordion ul li h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        margin-bottom: 18px;
    }

    .ship_container .moto-faq-page .accordion ul li P {
        color: #949393;
    }

    .ship_container .moto-faq-page .accordion ul li .inner {
        background-color: transparent;
        padding-left: 0;
    }

    .ship_container .moto-faq-page .accordion ul li h5:after{
        top: calc(50% - 0px);
        border-top: solid 2px var(--dark-color);
        border-right: solid 2px var(--dark-color);
    }

    .ship_container .moto-faq-page .accordion ul li h5.plus:after{
        top: calc(50% - 12px);
    }
}

@media (max-width: 426px){
    .shipping_banner .banner_heading{
        padding: 15px 25px 15px 15px;
    }
    .tabs-container nav ul {
        z-index: 1;
        position: relative;
        background-color: var(--white-color);
    }
    .table_data .service_detail_wrap .table-image {
        padding: 0;
    }
    .tab-content .heading .min-heading:after {
        left: 40%;
    }
    /* .tab-content{
        z-index: 1;
    } */
    .tabs-container nav ul li{
        padding: 5px 7px;
    }
    .shipping_options_wrap .shipping_table{
        border-radius: 10px;
    }
    .tabs-container nav ul{
        max-width: 320px;
    }
}
@media (max-width: 374.98px){
    .shipping_section .shipping_row .col_left{
        width: 100%;
    }
    .shipping_row .shipping_heading .heading_option {
        font-size: 18px;
        padding-bottom: 22px;
    }
    .shipping_desc_wrap .shipping_desc {
        font-size: 14px;
        margin: 0;
    }
    .shipping_section .shipping_row .col_right{
        width: 100%;
    }
    .ship_title_wrap .title{
        font-size: 20px;
        margin-bottom: 12px;
        padding-bottom: 0;
    }
    .shipping_options_wrap .tabs-container nav ul li{
        font-size: 13px;
    }
    .existing_schedule .existing_schedule_text{
        padding: 0;
    }
    .ship_container .accordion-wrap{
        padding: 15px;
    }

    .table_data .service_detail_wrap .table-image{
        transform: scale(1);
    }
}
