@media screen and (max-width: 1720px) {

    .testimoials-slider .item {
        margin-right: 25px;
    }

    .text-p {
        padding: 2rem;
    }

    .revies-images img:nth-child(1) {
        left: 8%;
    }

    .revies-images img:nth-child(2) {
        left: 30%;
        top: 0%;
        right: 0;
    }

    .revies-images img:nth-child(3) {
        top: 42%;
        left: 12%;
    }

    .revies-images img:nth-child(4) {
        left: 0%;
        top: 22%;
        right: 0;
    }

    .revies-images img:nth-child(5) {
        right: 5%;
        top: 25%;
    }

    .revies-images img:nth-child(6) {
        bottom: 31%;
        left: -28%;
        right: 0;
    }

    .revies-images img:nth-child(7) {
        bottom: 38%;
        left: 5%;
        right: 0;
    }

    .revies-images img:nth-child(8) {
        bottom: 2%;
        left: -42%;
        right: 0;
    }

    .revies-images img:nth-child(9) {
        bottom: 8%;
        right: 28%;
    }

    .packages-sec,
    .footer-sec {
        padding: 5rem 0;
    }

    .stories-box {
        padding: 2rem 1.5rem;
    }
    .content-wrp {
    padding-right: 0;
}
}

@media (max-width: 1440px) {
    .nav-buttons a {
        width: clamp(7.5rem, 20vw, 8rem);
        height: clamp(2.5rem, 6vw, 3rem);
    }

    .main-header .nav-links a,
    .nav-buttons a:first-child {
        padding: 7px 3px;
    }

    .container-fluid {
        padding: 0 1rem;
    }

    .select-your-sec .tab-content {
        padding: 2rem 1rem;
    }

    .testimonials-sec .owl-carousel .owl-stage-outer {
        transform: translate(-22.5%, 10px) !important;
    }

    .testimoials-slider::before,
    .testimoials-slider::after {
        width: 13%;
    }

    .text-p {
        margin-left: 0;
    }

    .main-banner .towbuttons {
        margin: 2rem 0;
    }

    .total-reviews .container {
        max-width: 1100px;
    }

    .star-text h3 {
        padding-left: 0;
    }

}

@media (max-width: 1360px) {

    .testimoials-slider::before,
    .testimoials-slider::after {
        width: 13%;
    }

    .testimonials-sec .owl-carousel .owl-stage-outer {
        transform: translate(-22.5%, 10px) !important;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1400px
    }
}

@media (max-width: 1280px) {
    .main-header .nav-links {
        gap: 15px;
    }

    .testimoials-slider::before,
    .testimoials-slider::after {
        width: 13%;
    }

    .testimonials-sec .owl-carousel .owl-stage-outer {
        transform: translate(-22.5%, 10px) !important;
    }

   
}

@media (max-width: 1120px) {
    .revies-images {
        height: 400px;
    }

    .revies-images img:nth-child(1) {
        left: 20%;
        width: 17%;
    }

    .revies-images img:nth-child(2) {
        left: 5%;
    }

    .revies-images img:nth-child(4) {
        left: 0;
        top: 22%;
        width: 15%;
    }

    .revies-images img:nth-child(3) {
        top: 30%;
        left: 13%;
    }

    .revies-images img:nth-child(5) {
        width: 17%;
        top: 11%;
        right: 20%;
    }

    .revies-images img:nth-child(6) {
        bottom: 42%;
        left: -31%;
        width: 12%;
    }

    .revies-images img:nth-child(7) {
        bottom: 35%;
        width: 12%;
    }

    .revies-images img:nth-child(8) {
        bottom: 15%;
        left: -50%;
        width: 15%;
    }

    .revies-images img:nth-child(9) {
        right: 40%;
        width: 15%;
    }

    html {
        font-size: 11px;
    }

    :is(.trusted-sec, .points-boxes-sec) .owl-carousel .owl-item img {
        width: auto !important;
        margin: auto !important;
    }

    .stories-box {
        margin: 1rem;
    }

    .success-stories-sec .owl-carousel .owl-item img {
        width: auto !important;
    }

    .trusted-sec .owl-carousel .owl-item img {
        object-fit: cover;
        height: 60px;
    }

    .testimoials-slider::before,
    .testimoials-slider::after {
        width: 11%;
    }

    .testimonials-sec .owl-prev {
        margin-left: 1rem !important;
    }

    .testimonials-sec .owl-next {
        margin-right: 1rem !important;
    }

    .testimonials-sec .owl-carousel .owl-stage-outer {
        transform: translate(11.5%, 10px) !important;
    }

    .success-stories-sec .owl-theme .owl-dots .owl-dot.active span,
    .success-stories-sec .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #fff;
    }
}

@media (max-width: 991px) {

    .main-header .navbar,
    .main-header .nav-buttons {
        display: none;
    }

    .main-header .menu-toggle {
        display: block;
    }

    .main-header .nav-wrapper {
        justify-content: space-between;
    }

    .main-header .logo {
        margin-left: 10px;
    }

    .mobile-menu .towbuttons {
        display: inline-grid;
        gap: 30px;
    }

    :is(.success-slider, .points-boxes-sec) .col-md-4 {
        width: 100%;
        flex: 100%;
    }

    .bnr-img {
        right: 0;
    }

    .select-your-sec .nav-tabs .nav-link {
        height: 80px;
    }

    .select-your-sec .nav-tabs {
        gap: 15px;
    }

    .testimonials-sec .owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px;
    }

    .packages-sec .col-md-3 {
        width: 100%;
        flex: 100%;
    }

    .packages-sec .owl-carousel .owl-stage-outer {
        padding: 3rem 0;
    }

    .features-list li {
        font-size: 12px;
    }

    .plan-info span {
        width: 40px;
    }

    .pricingbnrimg {
        margin-left: 0;
    }
    .pop-form-new-popp.ta-center-new-pop{
            width: 350px;
    }
    .pop-box-2-new-pop img{
        left: 5px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .contact-wrapper {
flex-direction: column;
}
.contact-info, .contact-form {
width: 100%;
}
    .pop-box-2-new-pop img{
         display: none;
    }
    .pop-form-new-popp.ta-center-new-pop {
        width: 93%;
        border-radius: 23px;
    }
    .bnr-img,
    .pricingbnrimg {
        width: 100%;
        height: 100%;
        margin-top: 3rem;
    }

    .tab-box {
        margin-top: 1rem;
    }

    .testimoials-slider::before,
    .testimoials-slider::after {
        display: none;
    }

    .testimonials-sec .owl-carousel .owl-stage-outer {
        transform: translate(0, 10px) !important;
        overflow: hidden;
    }

    .testimonials-sec .container-fluid {
        padding: 0 2rem;
    }

    :is(.cta-sec, .main-banner, .writer-sec) .towbuttons a {
        height: 36px;
        font-size: 13px;
        width: 170px !important;
    }

    .services-link {
        margin-top: 1.5rem;
    }

    .services-link {
        display: block;
    }

    .form-img {
        top: -100%;
    }

    .services-link li h5 {
        font-size: 16px;
    }

    .services-link li a {
        padding-bottom: 10px;
    }
    .content-wrp{
        margin-right: 0;
          margin-top: 3rem;
    }
    .testimonials-sec .owl-carousel .owl-stage-outer{
        margin-top: 0;
    }
    .text-p{
        margin-top: 3rem;
    }
    .banner-images{
        margin-top: 3rem;
    }
}

@media (max-width: 575px) {
        .testimoials-slider .item {
        margin-right: 0;
    }
    .star-image img{
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 414px) {
    .revies-images {
        height: 270px;
    }

    :is(.cta-sec, .main-banner, .writer-sec) .towbuttons a {
        font-size: 12px;
        width: 155px !important;
    }

    .plan-info p,
    .price-div strong,
    .plan-info span,
    .price-div p {
        font-size: 14px;
    }

    .plan-info span {
        width: 25px;
    }

    .price-div strong {
        margin: 0 5px;
    }

    :is(.form-text, .star-text) h3 {
        font-size: 3rem;
    }
}


@media screen and (max-width: 375px) {
    :is(.cta-sec, .main-banner, .writer-sec) .towbuttons a {
        font-size: 10px;
        width: 136px !important;
    }
        .revies-images {
        height: 220px;
    }

}