
    @media (max-width: 1366px) {
        .searchbar {
            display: none;
        }

        .contact .info-box i {
            font-size:16px;
            width: 35px;
            height: 35px;
        }
        .contact .info-box h3 {
            margin: 10px 0 10px 45px;
            line-height: 15px;
        }
        .contact .info-box p {
            padding: 0;
            line-height: 18px;
            margin:10px 0 0 45px;
            font-size: 13px;
        }
        .contact .info-box {
            padding: 10px;
        }
    }

    @media (max-width:1199px) {
        .why-us .icon-boxes .icon-box{margin-top:0!important;}
    }


    @media (max-width: 1024px) {
/*        #hero {
            height: 25vh;
        }*/

        .searchbar:hover > .search_input {
            width: 200px;
        }

        .section-title h1 {
            font-size: 18px;
        }

            .section-title h1:before {
                width: 90px;
                top: 10px;
                left: -105px;
            }

            .section-title h1:after {
                top: 10px;
                right: -105px;
                width: 90px;
            }
    }

    @media (max-width:991px) {
        html body {
            margin-bottom: 160px;
        }
        p {
            font-size: 14px;
        }

        #topbar {
            position: fixed;
            width: 100%;
            z-index: 999;
        }

        .is-sticky #header {
            position: inherit !important;
        }

        .main-header {
            padding-top: 55px;
        }

        .section-title {
            padding-bottom: 20px;
        }

            .section-title h1:before, .section-title h1:after {
                display: none
            }


        .mt-5, .my-5 {
            margin-top: 2rem !important;
        }

        html body {
            margin-bottom: 0 !important;
        }

        html #footer {
            height: auto;
            position: inherit;
        }

        .why-us .icon-boxes .icon-box {
            margin-bottom: 0;
        }
        .why-us .question-box .icon-box {
            margin-bottom: 30px;
        }
        section {
            padding: 15px 0;
            overflow: hidden;
        }
     

    }



@media (max-width: 768px) {
    .header-logo {
        max-height: 40px;
        width: auto;
    }

    h2 {
        font-size: 18px;
    }

    h6 {
        font-size: 13px;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    body {
        margin: 0;
    }

    .second-heading .section-title h1 {
        font-size: 20px;
        line-height: 1.2;
    }

    .toggleswitch {
        margin-left: 10px;
    }

    .btn-anchor, a.btn-anchor, button[type="submit"], input[type="submit"], input[type="file"] {
        background: #563180;
        border: 0;
        padding: 6px 10px;
        color: #fff;
        transition: 0.4s;
        border-radius: 25px;
        font-size: 14px;
    }

    .copyright p {
        font-size: 12px;
    }

    #hero {
        margin-bottom: 20px;
    }

    @media (max-width:575px) {
        .searchbar:hover > .search_input {
            width: 120px;
        }

        .contact .info-box {
            height: auto;
        }

        #topbar .cta a {
            padding: 12px 7px;
            font-size: 14px;
        }

        .modal-title {
            font-size: 14px !important;
            color: #563180;
        }

        .why-us .icon-boxes .icon-box {
            margin-bottom: 10px !important;
        }

        #hero {
            margin-bottom: 10px;
        }

        .why-us .icon-boxes .icon-box i {
            font-size: 50px;
        }

        .why-us .icon-boxes .icon-box h4 {
            font-size: 18px;
        }

        .why-us .icon-boxes .icon-box {
            height: auto;
        }

            .why-us .icon-boxes .icon-box p {
                font-size: 12px;
            }
    }
}




/* Mobile responsive css start nilesh*/

@media (max-width:991px) {
    .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center:not(:first-child) img {
        width: 50px;
    }

    .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center:last-child img {
        width: 60px;
    }
}

@media (max-width:767px) {
    .main-header {
        padding-top: 10px;
    }

    .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center:not(:first-child) {
        width: calc(100%/2);
    }

        .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center:not(:first-child) img {
            width: 80px;
            padding: 10px 0 0 0;
        }

    .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12.text-center:last-child img {
        width: 90px;
    }

    span.badge.rounded-pill.bg-warning.text-black-50 {
        text-wrap: wrap;
        line-height: 1.5;
        border-radius: 5px !important;
        font-size: 18px !important;
    }
}