@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {
    .header .nav-item .nav-link {
        font-size: 16px;
        padding: 0px 10px !important;
    }

    .header .btn {
        max-width: 100px;
        width: 116px;
        font-size: 14px;
    }
}

@media screen and (min-width:992px) {
    .about_content {
        width: 80%;
    }
}


@media screen and (max-width:991px) {
    .offcanvas-body ul li a {
        font-size: 16px !important;
        display: block !important;
        border-bottom: 1px solid #EEE;
        color: var(--bg-secondary);
        padding: 14px 23px !important;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .offcanvas-body ul li a:hover {
        background: var(--bg-primary);
        color: var(--bg-white);
    }
}



@media screen and (max-width:767px) {
    .header .btn {
        font-size: 0px;
        width: 50px;
    }

    .banner-content h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:575px) {
    .banner-content h4 {
        font-size: 18px;
        padding-bottom: 24px;
    }

    .features_content h4 {
        font-size: 18px;
    }

    .about_content h3 {
        font-size: 25px;
    }

    .about_content p {
        font-size: 16px;
    }

    .about_content ul li {
        font-size: 14px;
    }

    .section-headign h3 {
        font-size: 24px;
    }

    .contact-form {
        padding: 21px;
    }

    .about-service-content h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:500px) {
    .navbar-brand img {
        width: 168px !important;
    }

    .features_content p {
        font-size: 14px;
    }

    .section-headign h3 {
        font-size: 20px;
    }
}

@media screen and (min-width:400px) {
    .d-xs-flex{
        display: flex;
    }
}


@media screen and (max-width:400px) {
    .navbar-brand {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }

    .w_sm_100 {
        width: 100%;
    }

    .package-section .section-headign label {
        margin: 10px 0px;
    }
    .package-section .toggle{
        margin: auto;
    }
}