@media only screen and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
}


@media only screen and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }

    .header-logo {
        width: 300px;
    }

    .banner-content span {
        font-size: 16px;
    }

    .banner-content h1 {
        font-size: 60px;
    }

    .banner-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-img img{
        margin-bottom: 30px;
    }
    .caecad-img-box {
        margin-bottom: 30px;
    }

    ul.dropdown-menu.show {
        margin-top: -9px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px;
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: inherit;

    }

    .dropdown-menu {
        border: none;
        padding-left: 30px;
    }

    .banner-content span {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .banner-content h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner-content p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .hero-btn {
        padding: 15px;
    }

    .all-starups-area {
        display: revert;
    }

    .all-starups-area .starups {
        width: 100%;
        height: 500px;
    }

    .all-starups-area .starups-img {
        width: 100%;
        height: 400px;
    }

    header.navbar {
        padding: 20px;
    }

    .footer__social {
        text-align: left;
    }

    .footer__copyright p {
        text-align: left !important;

    }

    .footer-copyright-text {
        margin-bottom: 20px;
    }

    .footer__copyright {
        padding: 15px 0;
    }

    .about-back-img {
        position: revert;
    }

    .about-back-img img {
        width: 100%;
    }

    .about-sec {
        margin-bottom: 50px;
    }


}

@media only screen and (max-width: 767px) {

    .contact-img {
        max-height: revert;
        overflow-y: revert;
        border-radius: 5px;
    }
    .banner-content span::before {
        width: 50px !important;
        padding-left: 65px !important;
    }

    .hero-btn {
        padding: 12px;
    }

    .banner-content span {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .banner-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .banner-content p {
        font-size: 12px;
        margin-bottom: 15px;
    }



    a.btn.hero-btn {
        font-size: 14px;
    }

    .gallery-small-img {
        height: revert;
    }

    .gallery-small-img {
        height: revert;
    }

    .gallery-big-img {
        height: revert;
    }

    .ser-left-content {

        padding: 20px;
    }


    .about-sec h2 {
        font-size: 25px;

    }

    .footer__address ul li {

        margin-bottom: 25px;
    }

    .footer__address.pd-left {
        padding-left: 0px !important;
    }

    .footer__social {
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .contact__content{
        padding: 40px 0;
    }
    .outer-box{
        height: revert;
    }
    .nvh-sec .table>:not(caption)>*>* {
        padding: 1.rem 0.5rem;
    }
    .nvh-sec table td {
        font-size: 14px;
    }

    .nvh-sec table thead th {
        font-size: 17px;
    }

    .caecad-sec {
        margin-bottom: 50px;
    }

    .testimonial-area {
        margin-bottom: 50px;
    }

    .logo-sec {
        margin-bottom: 50px;
    }

    .service-sec {
        padding: 50px 0;
    }

    .ourgallary-sec {
        margin-bottom: 50px;
    }

    .section-tittle .common-heading span {
        font-size: 16px;
        margin-bottom: 27px;
    }

    .common-heading h2 {
        font-size: 22px !important;
    }

    .hero-btn {
        padding: 10px;
    }

    .banner-content span {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .banner-content h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .banner-content p {
        font-size: 10px;
        margin-bottom: 15px;
    }

    /* .testimonial-caption {
        padding: 0px 73px;
    } */

    .all-starups-area .starups {
        width: 100%;
        height: 400px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        padding: 15px 15px;
        margin-bottom: 15px;
        width: 140px;
    }

    .service-sec .nav-link {
        padding: 15px 15px;
        margin-bottom: 15px;
        width: 140px;
    }

    .service-sec ul li p {
        font-size: 14px;
    }

    .header-logo {
        width: 270px;
    }

    .pd-left {
        padding-left: 0px;
    }

    .common-heading {
        margin-bottom: 30px;
    }

    .service-sec {
        margin-bottom: 50px !important;
    }
}


@media only screen and (max-width: 420px) {

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        padding: 15px 15px;
        margin-bottom: 15px;
        width: 120px;
    }

    .service-sec .nav-link {
        padding: 15px 15px;
        margin-bottom: 15px;
        width: 130px;
    }

    .service-sec ul li p {
        font-size: 13px;
    }
}