@media (max-width: 1620px) {
    button.custom-prev.slick-prev.slick-arrow {
        left: 5px;
    }

    button.custom-next.slick-next.slick-arrow {
        right: 5px;
    }

}

@media (max-width: 1440px) {
    button.custom-prev.slick-prev.slick-arrow {
        display: none;
    }

    button.custom-next.slick-next.slick-arrow {
        display: none;
    }
}

@media (max-width:1199px) {

    .offered-new-slider {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .service-slider .slider1 {
        width: 100vw;
    }

    .service-slider .slider1 .slide1 .child-element {
        max-width: 250px;
    }

    .service-slider .slider1 .slide1 {
        padding: 0;
    }

    .service-slider .slick-center .slider-img {
        width: 123px;
        height: 123px;
    }

    .service-slider .slick-center h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .service-slider .slick-center p {
        margin-bottom: 24px;
    }

    .service-slider .slider1 .slide1.slick-center .child-element {
        min-height: unset;
    }

    .slick-prev {
        top: 62%;
        left: 2px;
    }

    .slick-next {
        top: 62%;
        right: 2px;
    }

    .services-offered {
        padding: 290px 0 135px !important;
    }

    .use-cases-section .swiper-button-prev,
    .use-cases-section .swiper-button-next {
        display: none !important;
    }

    .service-slider .custom-swiper-nav {
        display: none;
    }
}

@media (max-width:991px) {
    .reviews-section .reviews-slider {
        width: 100%;
        margin: auto;
    }

    .reviews-section .reviews-slider .revies-slide-ring {
        max-width: 444px;
        max-height: 444px;
        width: 100%;
        height: 100%;
        aspect-ratio: 1;
    }

    .custom-swiper-nav button {
        display: none;
    }

    .services-offered-container .swiper-button-next,
    .services-offered-container .swiper-button-prev {
        display: block !important;
    }

    .services-offered-container .service-slider .slider1 .slide1 {
        padding: 0 60px;
    }

    .services-offered {
        padding: 262px 0 120px;
        position: relative;
        margin-top: 24px !important;
    }

    .services-offered::after {
        top: -35px;
    }

    .services-offered-container {
        margin-top: 20px;
    }

    .service-slider .slider1 {
        max-width: 700px;
        padding: 0;
    }

    .custome-section .home-dec-1 {
        left: -2% !important;
    }

    .transfer-number-block {
        right: 3% !important;
    }

    .custome-section .home-dec-2 {
        right: 1% !important;
    }

    .result-waiting-content {
        position: relative;
        right: unset;
        bottom: unset;
        margin-top: 20px;
    }

    .result-waiting-content .title {
        text-align: center;
        font-size: 36px;
    }

    .home-subscription .result-waiting-content .title::after {
        top: -135px;
        left: 319px;
        transform: rotateZ(183deg) rotateX(184deg);
        rotate: 13deg;
    }

    .home-subscription .result-waiting-content {
        position: relative;
        inset: 0;
        margin: auto;
    }

    .reviews-section {
        padding-bottom: 300px;
    }
}

@media (max-width:767px) {
    .main-search {
        border-radius: 12px !important;
        padding: 12px;
    }

    .main-search .choos-code .dropdown-component .input-arrow {
        left: unset !important;
        right: 5px;
    }

    .hero-section .hero-text {
        margin-bottom: 0;
    }

    .offered-points-section .offered-points {
        margin-bottom: 100px;
    }

    .slider-heading {
        font-size: 26px !important;
        line-height: unset !important;
    }

    .slider-sub-heading {
        font-size: 16px;
        line-height: unset;
    }

    .title {
        font-size: 32px;
    }

    .services-offered-container .service-slider .slider1 .slide1 {
        padding: 0 36px;
    }

    .numbers-card-slider-section {
        padding: 142px 0 0 0 !important;
    }

    .reviews-section .custom-swiper-nav .swiper-button-prev {
        left: 0 !important;
        top: 55% !important;
    }

    .reviews-section .custom-swiper-nav .swiper-button-next {
        right: 0 !important;
        top: 55% !important;
    }
}


@media (max-width: 575px) {
    .reviews-section .reviews-slider .customer-review-comma {
        width: 42px;
        height: 30px;
        margin-bottom: 17px;
    }

    .reviews-section .reviews-slider .revies-slide-bg {
        padding: 0;
    }

    .reviews-section .reviews-slider .revies-slide-ring {
        max-width: 370px;
        max-height: 370px;
    }

    .reviews-section .reviews-slider .new-review-text {
        font-size: 12px;
        margin-bottom: 38px !important;
        font-weight: 300;
        line-height: 18px;
        max-width: 245px;
        min-height: fit-content;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .reviews-section .swiper-pagination {
        display: none;
    }

    .reviews-section .reviews-slider .review-name {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        margin-bottom: 5px !important;
        color: #fff;
    }

    .service-slider .slider-card {
        padding: 20px;
        /* border: 1px solid red; */
    }

    .service-slider .slider1 .slide1.slick-center .child-element {
        max-height: unset;
        min-height: unset;
        height: 100%;
    }

    .customer-rating-starts img {
        width: 22px;
        height: 22px;
    }

    .customer-rating-starts {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .main-search .choos-code .dropdown-component .input-arrow {
        left: unset !important;
        right: -2px;
    }

    .reviews-section .reviews-slider .revies-slide-ring {
        height: 90% !important;
    }

    .use-cases-section .use-case-dec {
        z-index: 0;
    }

    .home-title {
        font-size: 32px;
    }

    .home-subscription .result-waiting-content .title::after {
        left: 50%;
        right: 50%;
        top: -85px;
        max-height: 72px;
    }

    .numbers-card-slider-section {
        padding: 32px 0 !important;
    }

    .billboard-content {
        padding: 32px 0;
    }

    .offered-new-slider {
        flex-direction: column;
        gap: 72px;
    }

    .services-offered-container {
        margin-top: -356px;
    }

    .offered-new-slider .slider-sub-heading {
        margin-bottom: -36px;
    }

    .services-offered .swiper-pagination {
        display: none;
    }

    .offered-points-section .offered-points {
        margin-bottom: 32px;
    }

    .offered-points::after {
        display: none;
    }

    .buy-featured-new {
        margin-top: 12px;
        padding: 32px 0;
    }

    .slider-heading {
        font-size: 24px !important;
    }

    .buy-featured-new .why-buy-totals div img {
        max-width: 42px;
    }

    .buy-featured-new .buy-transitions,
    .buy-featured-new .buy-numbers {
        padding: 0;
    }

    .service-slider .slick-center h3 {
        font-size: 20px;
        line-height: 100%;
    }

    .service-slider .slick-center p {
        font-size: 16px;
        line-height: 110%;
    }

    .map-section {
        padding: 32px 0;
    }

    .map-section .chart-map-section #us-map {
        margin: auto;
        width: 125%;
        position: relative;
        left: -36px;
    }

    .numbers-card-slider-section .heading-section {
        align-items: center;
        margin: 0 0 32px 0;
    }

    .numbers-card-slider-section .slick-next,
    .numbers-card-slider-section .slick-prev {
        display: block !important;
        border: none;
        width: 8px;
        height: 16px;
    }

    .slick-prev:before {
        border-left: 2px solid #4260CB40;
        border-bottom: 2px solid #4260CB40;
    }

    .slick-next::before {
        border-right: 2px solid #4260CB40;
        border-top: 2px solid #4260CB40;
    }

    button.custom-next.slick-next.slick-arrow,
    button.custom-prev.slick-prev.slick-arrow {
        top: 525px;
    }

    .why-waiting-section .round-10,
    .why-waiting-section .round-11,
    .why-waiting-section .round-12 {
        display: none !important;
    }

    .reviews-section .custom-swiper-nav {
        margin-bottom: 32px;
    }

    .reviews-section {
        padding-bottom: 250px;
        background-position: 55%;
    }

    .result-waiting-content .title {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 112%;
    }

    .contactus-section {
        width: 100%;
        text-align: center;
        margin: 50px 0 170px 0;
    }

    .contactus-section input {
        width: 100%;
        max-width: 100%;
        padding: 0 0 14px 0;
        margin: 0 0 24px 0;
    }

    .round-1 {
        right: -1px;
    }

    .round-3 {
        width: 100%;
        aspect-ratio: 1/1;
        inset: 0;
        top: 640px;
        margin: auto;
    }

    .round-2 {
        display: none;
    }

    .why-buy-section .why-cs-position {
        overflow: hidden;
    }

    .why-buy-section .why-cs-position .why-buy-dec1 {
        bottom: 19%;
        left: -20%;
    }


    .why-buy-section .why-cs-position .why-buy-dec2 {
        bottom: -4%;
        right: -9%;
    }

    .reviews-section .round-8 {
        top: 0;
        left: 0;
    }

    .numbers-card-slider-section .swiper-wrapper {
        row-gap: 18px;
    }

    .service-slider .slick-center .slider-img {
        width: 100px;
        height: 100px;
    }

    .numbers-card-slider-section .mcard {
        gap: 29.63px;
    }

    .home-subscription .result-waiting-content {
        width: 100%;
    }
    .home-subscription .result-waiting-content .result-waiting-btns .btn {
        width: 100% !important;
        flex: 1;
    }
}

@media (max-width:439px) {
    .result-waiting-content .title {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 24px;
    }

    button.custom-next.slick-next.slick-arrow,
    button.custom-prev.slick-prev.slick-arrow {
        top: 479px;
    }

    .mcard {
        padding: 24px 12px 12px;
    }
}

@media (max-width: 320px) {

    button.custom-next.slick-next.slick-arrow,
    button.custom-prev.slick-prev.slick-arrow {
        top: 500px;
    }
}