@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1620px) {

}

@media screen and (max-width: 1480px) {
    body {
        font-size: 16px;
    }
    .container {
        max-width: 1180px !important;
        width: 95%;
    }
}

@media screen and (max-width: 1380px) {
    .cta-man img {
        margin-top: -10rem;
    }
    .form-box h3 {
        font-size: 30px;
    }
    .custom-btn {
        font-size: 16px;
    }
    .custom-btn svg {
        width: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .form-col h2 span {
        font-size: 32px;
    }
    .service-section h2, .whychoose-sec h2, .gallery-sec h2, .review-sec h2, .faqs-section h2, .cta-content h3 {
        font-size: 32px;
    }
    .service-section h4, .whychoose-sec h4, .gallery-sec h4, .review-sec h4 {
        font-size: 22px;
    }
    .cta-content p {
        font-size: 20px;
    }
    .cta-content .custom-btn, .service-section .custom-btn {
        padding: 5px 20px;
    }
    .whychoose-sec, .gallery-sec, .faqs-section {
        padding: 50px 20px;
    }
    .cta-man img {
        margin-top: 0rem;
    }
    .cta-wrapper .row {
        align-items: center;
    }
    .container {
        max-width: 1080px !important;
    }
    header .container:before, header .container:after {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .whychoose-sec, .gallery-sec, .service-section {
        padding: 40px 20px;
    }
    .form-col {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .cta-man {
        display: none;
    }
    .cta-content h3, .cta-content p {
        text-align: center;
    }
    .cta-wrapper .btn-col {
        justify-content: center;
    }
    .service-box .s-content h4 {
        font-size: 16px;
    }
    .form-box {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 15px;
    }
    .reverse-row > div:last-child {
        order: -1;
    }
    ul.footer-info { 
        margin: 10px 0;
    }
    .form-col {
        margin-top: 25px;
    }
    .whychoose-sec .row>div:first-child, .review-sec .row>div:first-child {
        margin-bottom: 30px;
    } 
    .service-row>div {
        margin-bottom: 30px;
    }
    .cta-content p {
        font-size: 16px;
    }
    .cta-wrapper .btn-col {
        margin-bottom: 0;
    }
    .cta-content {
        padding: 40px 0;
    }
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
    header .container {
        padding: 15px 25px;
    }
    ul.footer-info {
        justify-content: flex-start;
    }
    header .row>div {
        text-align: center;
    }
    a.h-logo {
        margin-bottom: 20px;
        display: inline-block;
    }
    ul.header-info {
        margin: 0 auto;
        justify-content: center;
    }
    .form-col {
        order: -1;
        margin-bottom: 40px;
    }
    .welcome-section {
        padding: 50px 0;
    }
    .welcome-section .row>div:first-child {
        margin-bottom: 30px;
    }
    .welcome-section .counter-row>div:first-child {
        margin-bottom: 0px;
    }
    ul.footer-info br {
        display: none;
    }
    .banner-section {
        padding-bottom: 40px;
    }
    .counter-box h5 {
        font-size: 30px;
    }
    .counter-box p {
        font-size: 14px;
    }
    .main-accordion {
        margin-top: 20px;
    }
    .service-section .btn-col {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .service-section h2, .whychoose-sec h2, .gallery-sec h2, .review-sec h2, .faqs-section h2, .cta-content h3 {
        font-size: 24px;
    }
    .cta-wrapper {
        padding: 0 20px;
    }
    .btn-col {
        gap: 10px;
    }
    .form-box form.wpcf7-form span.wpcf7-form-control-wrap[data-name="y-email"], .form-box form.wpcf7-form span.wpcf7-form-control-wrap[data-name="y-phone"] {
        width: 100%;
    }
    .form-col h2 span {
        font-size: 22px;
    }
    .form-col h2, .welcome-section h2 {
        font-size: 24px;
    }
    .b_img1 {
        max-width: 100%;
    }
    .b_img2, .b_img3 {
        display: none;
    }
    .welcome-section .btn-col .ddark-btn, .whychoose-sec .btn-col .ddark-btn {
        padding: 5px 20px;
    }
    .welcome-section {
        padding-top: 20px;
    }
    .custom-btn {
        padding: 5px 20px;
    }
    .counter-row>div:nth-child(2) {
        border-right: 0;
    }
    .counter-row>div {
        margin: 10px 0 !important;
    }
    .wc-item {
        width: 100%;
    }
    .gallery-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery-row .g-item {
        width: 47%;
        height: auto;
    }
    .faqs-section {
        padding-top: 10px;
    }
    .whychoose-sec, .gallery-sec, .service-section, .faqs-section {
        padding: 35px 10px;
    }
    .review-sec .img-col {
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .copyright-txt {
        font-size: 14px;
    }
    .main-accordion .accord-item h3 {
        font-size: 16px;
        padding: 12px 45px 12px 15px;
    }
    .main-accordion .accord-item .accord-content {
        padding: 0 15px 15px 15px;
    }
    .main-accordion .accord-item .accord-content p {
        font-size: 14px;
    }
    .cta-content p {
        font-size: 15px;
    }
    .service-section h4, .whychoose-sec h4, .gallery-sec h4, .review-sec h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {

}
