/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/

@media only screen 
and (min-width : 1024px) {
    




}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
    .contact-3-info-item {
        padding: 0;
    }

    .contact-3-maps iframe {
        height: 350px;
    }

    .contact-3-maps {
        margin-bottom: 4rem;
    }

    .services-item-thumb>a>img {
        height: 230px;
    }

    .why-choose-item {
        margin-bottom: 3rem;
    }

    .gallery-box {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .gallery-item>a>img {
        height: 200px;
    }

    .contact-footer-right ul li {
        width: 110px;
    }

    .contact-footer-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .contact-footer-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .contact-footer-right ul li a img {
        width: 45px;
    }

    .contact-footer-left h3 {
        line-height: 1.4;
    }

    .footer-contact {
        margin-bottom: 3rem;
    }

    section.bg-breadcrumb {
        padding: 35px 0;
    }

    h2.header-page-title {
        font-size: 26px;
    }

    .swiper.homeSwiper .swiper-slide img {
        height: auto;
    }
    .questions-ask {
        margin-bottom: 4rem;
    }


}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {

    body {
        font-size: 1.4rem;
    }

    .swiper.homeSwiper .swiper-slide img {
        height: auto;
    }
    
    h2.header-page-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .about-content p {
        font-size: 14px;
    }

    section.bg-breadcrumb {
        padding: 30px 0;
    }

    .contact-3-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-3-info-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .form-contact-3-row-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .form-contact-3-row-top>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .about-image {
        display: none;
    }

    .about-content>h2 {
        font-size: 22px;
    }

    a.about-content-btn {
        padding: 10px 30px;
        font-size: 13px;
    }

    .title-home h2 {
        font-size: 22px;
    }

    .services-item-thumb>a>img {
        height: 235px;
    }

    .services-item-content>a {
        padding: 8px 20px;
        font-size: 13px;
    }

    .services-btn>a {
        padding: 8px 25px;
        font-size: 13px;
    }

    .why-choose-item h4 {
        font-size: 14px;
    }

    .why-choose-item p {
        font-size: 14px;
    }

    .why-choose-item {
        margin-bottom: 3rem;
    }

    section.why-choose .row>div:nth-of-type(3)>div, section.why-choose .row>div:nth-of-type(4)>div {
        margin-bottom: 0;
    }

    .reviews-item {
        padding: 3rem;
    }

    .blogs-item-content h3 {
        font-size: 17px;
    }

    .blogs-item-content>p {
        font-size: 14px;
    }

    .gallery-box {
        -ms-grid-columns: 1fr 5px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .gallery-item>a>img {
        height: 175px;
    }

    .contact-footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact-footer-right ul li {
        width: 32.33%;
    }

    .contact-footer-right ul {
        width: 100%;
    }

    .contact-footer-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 20px;
    }

    .contact-footer-left {
        text-align: center;
    }

    .contact-footer-left h3 {
        font-size: 21px;
    }

    .footer-block.footer-link {
        padding: 0;
    }

    .footer-block {
        margin-top: 3rem;
    }

    .footer-block>h4 {
        font-size: 18px;
    }

    .contact-3-maps iframe {
        height: 300px;
    }

    .contact-3-form {
        padding: 2rem;
        padding-top: 3rem;
    }

    .form-contact-3-row-top input.wpcf7-text {
        margin-bottom: 0;
    }

    .form-contact-3-row-top>div {
        margin-bottom: 8px;
    }

    .contact-3-maps {
        margin-bottom: 3rem;
    }

    footer#footer {
        background: #000;
    }

    h1.v-title-single-post {
        font-size: 21px;
        line-height: 1.4;
    }

    .v-post-related-item-thumb a img {
        height: 220px;
    }

    .wrapper-archive, .wrapper-single {
        padding: 4rem 0;
    }

    .questions-ask {
        margin-bottom: 4rem;
    }
    h2.title-question {
        font-size: 20px;
    }

    div#accordionQA .card .card-header button {
        font-size: 14px;
    }

    .questions-form {
        padding: 3rem 1rem;
    }


}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
    


}

/*=============== END MOBILE < 320px====================*/