/** Kaushal **/
@media (min-width:768px) {
    .location-list li {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        background: var(--web-dark);
    }
    
    .highlight-text {
        padding: 10px 15px;
        font-size: 20px !important;
    }
    
    .feature-list li{
        font-size:14px;
        width: 100% !important;
    }
    

    .services{margin-bottom:15px;height: auto;}

    .navbar-toggler .navbar-toggler-icon {
        color: #fff;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path d='M30 0 L0 30 ' stroke='white' stroke-width='5'/><path d='M0 0 L30 30 ' stroke='white' stroke-width='5'/></svg>");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

    .header .navbar .navbar-nav {
        padding-top: 15px
    }

    .header .navbar .navbar-nav li {
        width: 100%;

    }

    .header .navbar .navbar-nav li a.nav-link {
        margin: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    a.head-btn {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .banner-sec h1 {
        font-size: 30px;

    }

    .banner-sec h2 {
        font-size: 22px;
    }

    .banner-sec p {
        font-size: 15px;
    }

    .team-help-sec {
        margin-bottom: 40px
    }

    .team-help-sec p {
        font-size: 15px;
    }

    .cta-dark .cta-img {
        margin-left: 0;
        margin-top: -35px !important;
    }

    .cta-dark {
        margin-left: 0px;
        margin-right: 0px;
    }

    .cta-dark h2 {
        font-size: 27px;
    }

    .cta-dark p,
    .roadmap-sec .info-box .box-content p,
    .cta-red p {
        font-size: 15px;
    }

    .cta-red .img-left {
        height: auto;
    }

    .form-sec {
        margin: 0 10px;
    }

    .caption-over-img {
        margin-top: 30px
    }

    .contact-sec .sec-right {
        padding: 0;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 31px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    .fs-45 {
        font-size: 30px;
    }

    .fs-36 {
        font-size: 26px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .fs-22 {
        font-size: 16px;
    }

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    .owl-dots {
        text-align: center;
        margin-top: 15px;
    }

    footer .foot-logo {
        margin-top: 30px;
    }

    p, li{font-size: 16px !important;}

    .hero-banner, .banner-sec{
        padding: 50px 20px;
    }
    
    .banner-heading {
        font-size: 35px;
    }
    .row .col-lg-4, .row .col-lg-3{
        margin-bottom: 20px;
    }

    .testimonial p, .testimonial .author{font-size: 20px;}
    .testimonial .subtext{font-size: 16px;}
    .footer-bar-right{margin-top: 10px;}
    .btn-main{width: 100%;margin: 5px 0 !important;}
    .enquire-section {
        margin-top: 30px;
    }
    .pro-content .details{flex-wrap: wrap;}
    .pro-content .details li{font-size: 14px !important;}
    .detail-user-img img {
        aspect-ratio: 1;
        width: 175px;
    }




}