@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .menu-section .navbar li a {
        margin: 0px 6px;
    }
    
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .top-contact a i {
        margin-right: 4px;
        color: var(--secondry);
        height: 24px;
        width: 24px;
        line-height: 24px;
        background-color: var(--white);
        border-radius: 50%;
        display: inline-block;
        font-size: 10px;
        /* display: flex; */
        text-align: center;
    }
    a.theme-btn {
        padding: 5px 15px;
    }
    .menu-section .navbar li a {
        font-size: 12px;
        margin: 0px 4px;
    }
    a.header-btn {
         margin-left: 5px; 
    }
    a.theme-btn {
        font-size: 13px;
    }
    .home-slider .item .cover .header-content {
         max-width: 100%; 
    }
    .home-slider .item .cover .header-content h2 {
        font-size: 36px;
        line-height: 40px;
     }
     .home-slider .item .cover .header-content h4 {
         font-size: 18px;
         line-height: 20px;
     }
     .counter-content {
        justify-content: flex-start;
    }
    .why-single-list.right {
        text-align: left;
    }
}

@media screen and (min-width: 992px) { 
    .services-inner-single .row .col-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
      }
}

@media screen and (max-width: 767px) {
.top-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0px;
}
.header-left {
    display: none;
}
.header {
   
     padding: 8px; 
    
}
.top-header {
   display: none;
}
.header-track {
    /* position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    justify-content: center; */
    width: 100%;
}
.header-content h1{
    font-size: 22px;
}
.menu-area {
    /* margin-top: 60px; */
    display: block;
}
button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -35px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.section-layer {
    padding: 40px 0px 30px 0px;
}
.home-slider .item .cover .header-content h2 {
   font-size: 28px;
   line-height: 30px;
}
.home-slider .item .cover .header-content h4 {
    font-size: 14px;
    line-height: 20px;
}
.home-slider .item .cover .header-content {
    max-width: 100%; 
}
.counter-up {
    padding: 30px;
}
.counter-content {
    justify-content: flex-start;
}
.services-list {
    margin-top: 30px;
}
.section-title h2 {
    font-size: 32px;
}
img.side-image {
   display: none;
}
.why-single-list.right {
    text-align: left;
}
.contact-us {
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-bottom-content {
    display: block;
}
a.theme-btn {
    font-size: 13px;
}
.hero_hompage {
    min-height: 400px;
    background-position: center;
}
.logo-section .logo {
    width: 198px;
}
}
@media only screen and (max-width: 991px) and (min-width: 475px) {
    .services-inner-single {
        background: transparent;
    }
    .services-inner-content {
        padding: 40px 0px;
    }
}
@media screen and (max-width: 525px) {
    ul.about-points li {
        font-size: 13px;
    }
    .home-slider .item .cover .header-content {
        display: none;
     }
     
}