/* 1920  */
@media only screen and (min-width: 1600px){
    body, p {
        font-size: 15px;
    }
    .container {
        max-width: 1440px;
    }
    .navbar-brand img {
        height: 75px;
    }
    .navbar-nav li a {
        font-size: 15px;
    }
    .banner-text h1 {
        font-size: 68px;
    }
    .banner-text p {
        font-size: 20px;
    }
    .btn {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }
    .myFooter .navbar-nav li a, .con-box, .con-box a {
        font-size: 16px !important;
    }


    .about-text h6, .section-heading h6, .testimonials h6 {
        font-size: 14px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 42px;
    }
    .service-desc {
        padding: 32px;
    }
    .service-box a.desc {
        font-size: 26px;
    }
    .faq button.btn.btn-link {
        font-size: 16px;
    }
    .whyus-box h5 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .main-footer h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px){
    .container{
        max-width: 86%;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    .banner-text h1 {
        font-size: 46px;
    }
    .banner-text p {
        font-size: 14px;
    }
    .spec-text h5 {
        font-size: 24px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 32px;
    }
    .sec-space {
        padding: 75px 0;
    }

    .inner-banner {
        padding: 86px 0;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    body, p{
        font-size: 13px;
        line-height: 1.4;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 8px 4px;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        padding: 8px 0;
        width: 100%;
        background: var(--blue);
        z-index: 999999;
    }
    .navbar-toggler-icon .bi{
        color: var(--white);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 2rem;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .navbar-nav .nav-item {
        margin: 0 36px;
    }
    .navbar-brand img {
        height: 62px;
    }
    .btn{
        height: 36px;
        line-height: 36px;
        min-width: 120px;
    }
    .banner-img {
        padding-top: 64%;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text {
        max-width: 54%;
    }
    .about-text h2, .section-heading h2 {
        font-size: 26px;
        margin-bottom: 4px;
    }
    .about-text {
        padding: 0 !important;
    }
    .section-heading {
        margin-bottom: 24px;
    }
    .serv-icon {
        height: 54px;
        width: 54px;
        padding: 10px;
    }
    .desc {
        -webkit-line-clamp: 2;
    }
    .sec-space {
        padding: 60px 0;
    }
    .ab-grid .exp {
        padding: 20px;
    }
    .exp h3 {
        font-size: 16px;
    }
    .footer-row {
        padding: 60px 0 40px;
    }
    .whyus-box {
        padding: 16px;
    }
    .why-icon {
        height: 60px;
        width: 60px !important;
        margin-right: 16px;
    }
    .mid-banner p {
        font-size: 13px;
    }
    .footer-logo.navbar-brand img {
        height: 124px;
    }
    .main-footer h3 {
        font-size: 15px;
    }
    .myFooter .row{
        row-gap:  20px;
    }
    .myFooter .border-right{
        border-right: none !important ;
        border-bottom: 1px solid var(--blue);
        padding-bottom: 20px;
    }
    .main-footer h3 {
        margin-bottom: 14px;
    }

    .inner-banner-text h2 {
        font-size: 28px;
    }
    .inner-banner {
        padding: 68px 0;
    }
    .mission-row{
        margin: 0 -8px;
    }
    .mission-row [class*="col-"]{
        padding: 0 8px;
    }
    .contact-form {
        padding: 28px;
    }

    .workflow-icon {
        height: 114px;
        width: 114px;
        padding: 20px;
    }

}

/* 576  */
@media only screen and (max-width: 767px){
    .banner-text {
        max-width: 60%;
    }
    .banner-text h1 {
        font-size: 32px;
    }
    .banner-text p {
        font-size: 13px;
        font-weight: 400;
    }
    .about .row, .whyus .row, .serv-row, .spec-row{
        row-gap: 20px;
    }
    .service-img {
        padding-top: 40%;
    }
    .contact-cms .row{
        row-gap: 20px;
    }
    .form-row{
        row-gap: 0 !important;
    }

    .mission-img {
        height: auto;
        position: relative;
        padding-top: 60%;
    }
    .mission-img img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .mission-row{
        row-gap: 20px;
    }
    .mission-row [class*="col-"]:nth-child(2) .mission-box {
        flex-direction: column !important;
    }
    .about-cms .ab-wrap:not(:last-child) {
        margin-bottom: 60px;
    }

    .workflow-row{
        row-gap: 40px;
    }
    .flow-box h4 {
        margin-top: 14px;
    }
    .workflow-row::before{
        display: none;
    }
    .navbar-toggler-icon {
        font-size: 24px;
    }
}

/* 480  */
@media only screen and (max-width: 575px){
    .myHeader{
        position: static;
    }
    .navbar-toggler {
        font-size: 1.5rem;
    }
    .navbar-nav .nav-item {
        margin: 0 14px;
    }
    .banner-text h1 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .btn {
        height: 36px;
        font-size: 12px;
        padding: 0 12px;
    }
    .exp h3 {
        font-size: 16px;
    }
    .ab-grid .exp {
        padding: 14px;
    }
    .ab-grid .exp p {
        font-size: 12px;
    }
    .footer-logo img {
        height: 96px;
    }
    .section-heading{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .copyright{
        flex-direction: column !important;
        justify-content: center !important;
        row-gap: 8px;
    }

    .inner-banner {
        padding: 50px 0;
    }
    .inner-banner-text h2 {
        font-size: 26px;
    }
    .about-cms .ab-wrap:not(:last-child) {
        margin-bottom: 40px;
    }
    .myHeader .btn{
        display: none;
    }
}

/* 360  */
@media only screen and (max-width: 479px){
    .sec-space {
        padding: 40px 0;
    }
    .footer-row {
        padding: 40px 0 40px;
    }
    .banner-img {
        padding-top: 100%;
        height: 80vh;
    }
    .banner-text{
        max-width: 75%;
    }
    .banner-text h1 {
        font-size: 36px;
    }
    .banner-text p {
        font-size: 13px;
        font-weight: 300;
        padding: 10px 0;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .about-text h6, .section-heading h6 {
        font-size: 12px;
    }
    .whyus-box h5 {
        font-size: 16px;
    }
    .spec-text h5 {
        font-size: 20px;
    }
    .spec-box {
        flex-direction: column;
        text-align: center;
        row-gap: 8px;
    }
    .spec-row .serv-icon{
        margin-right: 0;
    }
    /* .spec-row [class*="col-"]{
        max-width: 100%;
        flex: 0 0 100%;
    } */
    .main-footer h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .footer-logo img {
        height: 68px;
    }
}
