.contact-section .form-group textarea.form-control {
    height: 120px;
    resize: vertical;
}
.contact-section-wrapper {
    background-color: #f9f9f9;
    padding-bottom: 0;
}

@media (max-width:1366px) {
    
}
@media (max-width:1192px) {

    header nav .navbar-nav .nav-item .nav-link {
   
    font-size: 15px;
    padding: 10px 10px;
}
    header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.common-btn {
    padding: 15px 20px;
}
.product-ad-section .product-items-row .product-item h4{
    font-size: 17px;
}

}
@media (max-width:1024px) {
    
}
@media (max-width:992px) {

    .dark-services-section .dark-service-grid {
    grid-template-columns: repeat(2, 1fr);
}

    .hero-section .dark-service-grid {
    grid-template-columns: repeat(2, 1fr);
    
}

header nav .navbar-nav {
    flex-direction: column;
}
.about-section .section-subtitle {
    margin-top: 30px;
}
header .nav-call {
    display: none;
}
header .common-btn {
       display: none;
    }

    .banner-home .banner-content .img-bann img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.about-us .ab-img{
    height: 70vh;
    width: 100%;
}

.about-us .ab-img img{
width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-company-section img{
    width: 100%;
    margin-bottom: 20px;
}

  .gallery-item {
    height: 330px;
}
.blog-sidebar {
    padding-left: 0px;
}

    header .mobile-search {
        display: block;
        position: absolute;
        right: 92px;
        top: 19px;
    }

    .search-popup .close-btn {
    position: absolute;
    top: 0;
    right: 25px;
}

}
@media (max-width:576px) {

    .banner-home .banner-content .common-heading {
    font-size: 24px;
    margin-bottom: -20px;
}
 .dark-services-section .dark-service-grid {
    grid-template-columns: repeat(1, 1fr);
}

    .hero-section .dark-service-grid {
    grid-template-columns: repeat(1, 1fr);
    
}
    .top-bar {
  display: none;
}
.banner-home .bg-1 {
    width: 100%;
}

.banner-home .row {
    flex-direction: column-reverse;
}

    .banner-home .banner-content .img-bann img {
    max-width:320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.banner-home .banner-content {
 
    height: 82vh;
}

    footer .footer-top .footer-col {
        text-align: left;
        margin-bottom: 20px;
    }
    footer .footer-top .footer-col .footer-heading::after {
        left: 0;
        transform: translateX(0);
    }
    footer .footer-top .footer-col .footer-logo, footer .footer-top .footer-col .social-icons {
        justify-content: flex-start;
    }
    .common-heading {
    margin-bottom: 14px;
    font-size: 29px;
}
    .about-us .ab-img {
        height:92vh;
        width: 100%;
    }
    .about-us .content-wrapper {
    padding-top: 5px;
}
.breadcrumb-section .common-box h2 {
    font-size: 30px;
}

    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .gallery-item {
        height: 320px;
    }
  .clients-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .ab-det {
  padding-top:0rem;
}
.product-detail-wrapper .main-product-img img{
    width: 100%;
}
.contact-section {
    padding-top: 0;
}

.banner-home .banner-content .banner-cont h2::before {
 display: none;
}
.breadcrumb-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 87px;
    pointer-events: none;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(img/atisbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.breadcrumb-section {
    background-color: #f9f9f9;
    padding: 150px 0 70px;
    position: relative;
}

}
@media (max-width:375px) {
    
}