p {
  font-size: 14px;
}

@media screen and (max-width: 990px) {
  .min__title br {
    display: block;
  }
  .mobile-menu li a {
    font-family: "Poppins", sans-serif !important;
  }
  .loaded .mobile-menu-close {
    display: none;
  }
  .mmenu-active .mobile-menu-close {
    display: flex;
  }
  .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
  }
  .mobile-logo a {
    display: block;
    width: 246px;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    border-radius: 10px;
  }
  .mobile-logo a img {
    width: 100%;
  }
  .header-left {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .mobile-menu-container {
    background-color: #01135f !important;
    overflow-y: unset !important;
  }
  .mobile-menu li {
    border-bottom: 1px solid #fff !important;
  }
  .mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.91) !important;
    opacity: 1 !important;
  }
  .content-block {
    padding-left: 14px;
  }
  .content-block h6 {
    font-size: 1.9vw;
  }
  .content-block h5 {
    font-size: 1.6vw;
  }
  .content-block h4 {
    font-size: 2.9vw;
  }
  .grid-wrapper {
    margin-bottom: 30px;
  }
  .mobile-menu-wrapper {
    padding-top: 0;
  }
  .mobile-menu-close {
    right: -32px !important;
    background-color: #01135f;
    width: 46px;
    height: 46px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 100px;
    font-size: 19px;
  }
  footer {
    margin-bottom: 0 !important;
  }
  .categoryCaption h4 {
    display: none;
  }
  .googlemap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner-slider {
    height: 100vh;
  }
  .banner-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .welcome-paragraph p {
    text-align: justify;
  }
  .nav-tabs a {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  #owl-services .owl-nav button:nth-child(1) {
    left: 0 !important;
  }
  #owl-services .owl-nav button:nth-child(2) {
    right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .mobileBanner {
    display: block;
  }
  .fixed {
    background-color: #fff !important;
  }
  .logo a {
    position: static !important;
    border-radius: 0 !important;
  }
  .header-middle {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    background: rgb(255, 255, 255);
  }
  .mobile-menu-toggler {
    color: #000 !important;
  }
  .grid-wrapper {
    height: auto;
  }
  .content-block {
    padding-left: 40px;
  }
  .content-block h4 {
    font-size: 6.9vw;
  }
  .content-block h5 {
    font-size: 4.6vw;
  }
  .content-block h6 {
    font-size: 3.9vw;
  }
  .welcome-paragraph p {
    text-align: justify;
  }
  .bannerCarousel {
    display: none;
  }
  .mobileBanner {
    width: 100%;
    height: 100vh;
    background-color: #01135f;
    position: relative;
  }
  .mobileBanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobileBanner aside {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(1, 19, 95, 0.41);
    justify-content: flex-end;
    padding-bottom: 24%;
  }
  .mobileBanner aside h5, .mobileBanner aside h3, .mobileBanner aside h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .mobileBanner aside h5 {
    font-size: 5.9vw;
    font-weight: 400;
    margin-bottom: 0;
  }
  .mobileBanner aside h3 {
    font-size: 7.9vw;
    margin-bottom: 0;
  }
  .mobileBanner aside h4 {
    font-size: 5.9vw;
    font-weight: 400;
  }
  .smBtnCover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .smBtnCover a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 11px;
    font-size: 30px;
  }
  .smBtnCover a:nth-child(1) {
    background-color: rgb(255, 255, 255);
    color: #000;
  }
  .smBtnCover a:nth-child(2) {
    background-color: #25D366;
    color: #fff;
  }
  .whatsApp-round {
    display: none !important;
  }
  .category-banner-container {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .content-block h6 {
    left: -28px;
  }
  .about-content h3 {
    font-size: 33px;
    width: 100%;
    text-align: center;
  }
  .about-content h4 {
    font-size: 25px;
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=responsive.css.map */