@media (min-width: 1400px) {
    
}

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

@media(min-width: 992px) and (max-width: 1199.98px) {
   

    /* banner part start */
    
    /* banner part end */

  
}

@media(min-width: 768px) and (max-width: 991.98px) {
    .main-menu ul li a {
        font-size: 16px;
        margin: 0 5px;
    }
    .banner-text {
        padding-top: 110px;
    }
    #banner {
        height: 66vh;
    }
      .banner-text h1 {
          font-size: 24px;
      }
      .card-body h4 {
        font-size: 18px;
    }
    .blog-details h4, .about-text h4 {
        font-size: 25px;
    }
    .about-text p {
        font-size: 13px;
        line-height: 18px;
        padding-top: 7px;
    }
    .card-body p {
        color: var(--subclr);
        opacity: .8;
        font-size: 14px;
    }
    .ico-img img{
        max-width: 100%;
    }
    .customer-inner h4 {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .blog-details p, .customer-inner p {
        padding-top: 8px;
        line-height: 24px;
    }
    .blog-details h4 {
        font-size: 21px;
    }
    .blog-details p, .customer-inner p {
        padding-top: 6px;
        line-height: 21px;
    }
    .blog-icon ul li{
        font-size: 12px;
    }
    .blog-icon ul li i{
        margin: 0 3px;
    }
    .faq-inner {
        margin-top: 16%;
    }
    .contact-map iframe{
        width: auto;
    }
    .single-cta svg {
        font-size: 35px;
    }
    .cta-text span {
        font-size: 10px;
    }
    .cta-text h4 {
        font-size: 18px;
    }
    .mission-text p {
        height: 195px;
        overflow-x: scroll;
    }

}

@media(min-width: 576px) and (max-width: 767.98px) {

  /* menu part start */
  .main-menu {
	background: #00204a;
	text-align: center;
	height: 110px;
}
.navbar-toggler {
    color: #f9b707 !important;
}


.banner-text {
	padding-top: 46px;
}

.card {
    margin-top: 24px;
}
.blog-details h4, .about-text h4 {
	font-size: 43px;
}

.bolg-inner {
    margin-top: 24px;
}
.faq-inner {
    margin-top: 10%;
}
.accordion-button:not(.collapsed) {
    font-size: 25px;
}
.contact-content {
    margin-top: 10%;
}
.contact-form h4 {
    font-size: 35px;
    padding-bottom: 16px;
}
.contact-form p {
    font-size: 14px;
    padding-bottom: 20px;
}
.contact-map iframe{
    width: auto;
}
.cta-text {
    margin-bottom: 34px;
}
.footer-widget{
    margin-top: 24px;
}
#oopss #error-text span {
    font-size: 1.3em;
    margin-bottom: 46px;
}
#oopss #error-text p.p-a {
    font-size: 15px;
}
#oopss #error-text .back {
    font-size: 22px;
}
  
}

@media (max-width: 575.98px) {
    .main-menu {
        background: #00204a;
        text-align: center;
    }

    .navbar-toggler {
        color: #f9b707 !important;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .banner-text {
        padding-top: 84px;
    }
    .common-heading p {
        font-size: 14px;
        padding-top: 10px;
    }
    .card {
        margin-top: 24px;
    }
    .blog-details h4, .about-text h4 {
        font-size: 27px;
        line-height: 38px;
    }
    .about-text p {
        font-size: 15px;
    }
    .ico-img{
        display: none;
    }
    .common-heading h4 {
        font-size: 30px;
    }
    .bolg-inner {
        margin-top: 24px;
    }
    .faq-inner {
        margin-top: 10%;
    }
    .accordion-button:not(.collapsed) {
        font-size: 25px;
    }
    .contact-content {
        margin-top: 10%;
    }
    .contact-form h4 {
        font-size: 35px;
        padding-bottom: 16px;
    }
    .contact-form p {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .contact-map iframe{
        width: auto;
        height: 400px;
    }
    .cta-text {
        margin-bottom: 34px;
    }
    .footer-widget{
        margin-top: 24px;
    }
    .banner-header h2 {
        font-size: 45px;
    }
    .service-card {
        margin-top: 20px;
    }
    .banner-header {
        padding: 100px 0;
    }
    #oopss #error-text span {
        font-size: 1.3em;
        margin-bottom: 46px;
    }
    #oopss #error-text p.p-a {
        font-size: 15px;
    }
    #oopss #error-text .back {
        font-size: 22px;
    }
 
}