a,
button {
    transition: 0.3s all ease-in-out;
}

.time_list_col>input:checked~label {
    background-color: #010535;
}

.time_list_col>input:checked~label p {
    color: #fff;
}

.about_hero_section,
.faster_steps_section,
.certified_section,
.promo_video_section,
.worldwide_section,
.pricing_section,
.pricing_section,
.bg_other_hero,
.prowere_by_section,
.numbers_section,
.contact_us_section,
.ger_touch_section {
    padding: 0 !important;
}

.faster_steps_col {
    max-width: calc(33.33% - 20px);
}

.top_section_heading h2,
.top_section_heading h3,
.top_section_heading h4,
.top_section_heading h5,
.pricing_top_col h2,
.pricing_top_col h3,
.pricing_top_col h4,
.hero_heading_col h2,
.hero_heading_col h1,
.hero_heading_col h3,
.prowere_by_section h2,
.rsc_heading h6 {
    font-family: 'Manrope';
}

.quick_track_container {
    max-width: 1722px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.btc_drop_dwon::before {
    content: '';
    width: 1px;
    height: 33.6px;
    background-color: #FFFFFF4D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.rsc_list ul li::before {
    content: '';
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #010535;
    display: block;
    margin: 9px auto;
}

.rsc_heading {
    max-width: 300px;
}

.rsc_bottom p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related_service_col,
.rsc_hide,
.rsc_show {
    transition: 0.3s all ease-in-out;
}

.related_service_col {
    height: auto;
}

.rsc_hide {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.rsc_show {
    height: 100%;
}

.related_service_col:not(.swiper-slide) {
    max-width: calc(25% - 24px);
    width: 100%;
}

.related_service_row:not(.swiper-wrapper) {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.rsc_pagination {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.rsc_pagination span {
    width: 14px;
    height: 14px;
    position: relative;
    background-color: #CFD0D5;
    border-radius: 50%;
    border: 0;
}

.rsc_pagination span::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #010535;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.rsc_pagination span.swiper-pagination-bullet-active {
    background-color: #010535;
}

.rsc_pagination span.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.rsc_col_prev {
    left: 0;
}

.rsc_col_prev,
.rsc_col_next {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #010535;
    z-index: 2;
    background-color: #010535;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    padding: 15px;
}

.rsc_col_next.swiper-button-disabled,
.rsc_col_prev.swiper-button-disabled {
    background-color: #fff;
}

.rsc_col_next.swiper-button-disabled svg path,
.rsc_col_prev.swiper-button-disabled svg path {
    fill: #010535;
}

.rsc_col_next {
    right: 0;
}

.main_rsc_row {
    position: relative;
    padding: 0 80px;
}

.cu_left_col {
    transform: translateX(100px);
}

.main_form_col textarea {
    max-height: 200px;
    min-height: 126px;
}

.main_form_col textarea:focus {
    outline: none;
}

.main_form_col input::placeholder,
.main_form_col textarea::placeholder,
.main_form_col select::placeholder {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.bottom_form_col input::placeholder,
.bottom_form_col textarea::placeholder {
    color: #64656A;
}

.form_col_full {
    max-width: 100%;
}

.form_col_50 {
    max-width: calc(50% - 14px);
}

.form_col_full select:focus {
    border: none;
    outline: none;
}

.icon {
    flex-shrink: 0;
}

@media (min-width: 641px) {
    .related_service_col:hover .rsc_show {
        opacity: 0;
        visibility: hidden;
    }

    .related_service_col:hover .rsc_hide {
        opacity: 1;
        visibility: visible;
    }

    .related_service_col:hover {
        background-color: #010535;
    }
}

@media (max-width: 1023px) {
    .faster_steps_col {
        max-width: calc(33.33% - 10px);
    }

    .quick_track_section {
        padding: 0 !important;
    }

    .rsc_col_prev,
    .rsc_col_next {
        width: 50px;
        height: 50px;
        padding: 12px
    }

    .main_rsc_row {
        padding: 0 60px;
    }

    .form_col_50 {
        max-width: calc(50% - 9px);
    }

    .cu_left_col {
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .logistics_section {
        padding: 60px 0 !important;
    }

    .related_service_col:not(.swiper-slide) {
        max-width: calc(33.33% - 20px);
    }

    .related_service_row:not(.swiper-wrapper) {
        gap: 20px;
    }

    .related_service_col:last-child:not(.swiper-slide) {
        max-width: 100%;
    }

    .related_service_col .rsc_hide {
        width: 100%;
    }

    .related_service_section {
        padding: 60px 0 !important;
    }

    .rsc_pagination {
        gap: 10px;
    }

    .rsc_pagination span {
        width: 10px;
        height: 10px;
    }

    .rsc_pagination span::before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .quote_box {
        padding: 0px 0;
    }

    .related_service_col:not(.swiper-slide),
    .related_service_col:last-child:not(.swiper-slide) {
        max-width: calc(50% - 20px);
    }

    .main_rsc_row {
        padding: 0 16px;
    }

    .rsc_col_prev,
    .rsc_col_next {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
}

@media (max-width: 640px) {
    .faster_steps_col {
        max-width: 100%;
    }

    .logistics_arrow_col:not(.arrow_not_rotate) {
        transform: rotate(90deg);
    }

    .related_service_col:not(.swiper-slide),
    .related_service_col:last-child:not(.swiper-slide) {
        max-width: 100%;
    }

    .rsc_hide {
        position: relative;
        opacity: 1;
        visibility: visible;
        background-color: #010535;
        top: unset;
    }

    .rsc_show {
        height: auto;
        flex: 1;
    }

    .related_service_col {
        display: flex;
        flex-direction: column;
    }

    .related_service_col .rsc_hide {
        flex: 1;
    }
}

@media (max-width: 540px) {
    .logistics_center_arrow_col {
        margin: 0;
    }

    .logistics_col {
        max-width: 100%;
    }

    .logistics_row {
        flex-direction: column;
    }

    .logistics_arrow_col.arrow_not_rotate {
        transform: rotate(90deg);
    }

    .form_col_50 {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .worldwide_map .box {
        position: relative;
        top: 0;
        max-width: 100%;
        left: unset;
    }

    .worldwide_map .box .worldwide_map_img {
        margin: 10px auto 0;
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }

    .worldwide_map {
        height: auto;
    }
}

