/*-------------------------------------------------------------
                    responsive start
-------------------------------------------------------------*/

/*tablet landscape start*/
@media screen and (min-width: 768px) and (max-width: 1200px)  {
    .main_menu ul li a {
        font-size: 16px;
    }
    .has_dropdown .arrow-icon {
        right: 5px;
        top: 18px;
        font-size: 16px;
    }
    .main_menu ul li ul li a {
        padding: 5px 15px;
        font-size: 16px;
    }
    .sub_menu li:first-child a {
        padding: 5px 15px;
    }
    .choose-map {
        font-size: 16px;
    }
}
/*tablet landscape end*/

/*tablet landscape start*/
@media screen and (min-width: 1201px) and (max-width: 1400px)  {
    .main_menu ul li a {
        font-size: 12px;
    }
    .has_dropdown .arrow-icon {
        right: 0;
        top: 18px;
        font-size: 12px;
    }
    .main_menu ul li ul li a {
        padding: 10px 15px;
        font-size: 12px;
    }
    .sub_menu li:first-child a {
        padding: 10px 15px;
    }
    .choose-map {
        font-size: 12px;
    }
}
/*tablet landscape end*/

.for-mobile {
    display: none;
}
.for-desktop {
    display: block;
}
@media only screen and (max-width:991px) {
    .for-mobile {
        display: block;
    }
    .for-desktop {
        display: none !important;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    nav {
        padding: 10px 0;
        background: #ffffff;
    }
    .inline-menu {
        width: 100%;
        height: 100%;
    }
    .inline-menu .container {
        align-items: flex-start;
        flex-direction: column;
    }
    .menu-section {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .inline-menu .menu-section:last-child {
        display: none;
    }
    .section-padding {
        padding: 40px 0 40px 0;
    }
    .breadcrumb-pad-top {
        padding-top: 40px;
    }
    .pad-top {
        padding-bottom: 40px;
    }
    .pad-bottom {
        padding-bottom: 40px;
    }
    .main-head {
        font-size: 26px;
        line-height: 30px;
    }
    .hero-section .banner-content {
        width: 100%;
    }
.hero-section .banner-content h1 {
    font-size: 36px;
    line-height: 36px;
}
.banner-btn h3 {
    font-size: 22px;
}
.working-process-one__shape3 {
    display: none;
}
.working-process-one__single {
    padding: 0px 15px 0px;
    margin-bottom: 20px;
}
.why-choose-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.top-deals-section.section-padding {
    padding: 40px 15px;
}
.top-deals-section p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.multi-img-text-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.multi-img img {
    height: auto;
}
.inquiry-section {
    gap: 15px;
    flex-direction: column;
    text-align: center;
}
.inquiry-section.section-padding {
    padding: 40px 15px;
}
.working-process-one__shape4 {
    display: none;
}
.category-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.category-item h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color);
}


}




@media only screen and (max-width:600px) {
.why-choose-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.category-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.category-item img {
    width: 100%;
    height: 80px;
    border-radius: 10px;
}
.category-item h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.category-item {
    border-radius: 10px;
    gap: 5px;
    flex-direction: column;
}
.category-item h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 5px 10px;
}


}


/*-------------------------------------------------------------
                    responsive end
-------------------------------------------------------------*/











