@media only screen and (min-width:1900px){

}

@media only screen and (min-width:1024px) and (max-width:1200px){

}

@media only screen and (min-width:992px) and (max-width:1200px){
   .nav-pills .nav-link.active, .nav-pills .nav-link{font-size: 15px;}
   .card-body {min-height: 440px;}
    }

@media only screen and (min-width:768px) and (max-width:991px){
   .card-body { min-height: 605px;}
   
  }

@media only screen and (max-width:768px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 23px;
    }

    .banner p {
        font-size: 18px;
    }

    section {
        padding: 30px 0;
    }

    .testimonial-slider {
        padding: 0;
    }

    .banner {
        padding-top: 125px;
        padding-bottom: 56px;
    }

    .navbar ul li .nav-link:after {
        bottom: 0;
    }

    .mobile-nav-toggle {
        display: block;
    }

    footer p {
        font-size: 13px;
    }

    .accordion-button {
        font-size: 18px;
    }

    .fs-sm-23 {
        font-size: 23px;
    }

    .fs-sm-20 {
        font-size: 20px;
    }

    .navbar-mobile .active {
        color: #000;
    }

    .logo img {
        width: 150px;
    }

    .fs-20px {
        font-size: 20px;
    }
    .banner{padding-top: 110px;padding-bottom: 34px;}
    .testimonial-slider {
        padding: 10px 10px 15px 10px !important;
    }

}
@media only screen and (max-width:767px)
{
    .col-md-6.border-end{border-right: 0 !important;}
     .contact-us{border-right: none;}
}

@media (min-width: 576px) {
    .carousel-item {  margin-right: 0;flex: 0 0 50%; display: block;}
  .carousel-inner { display: flex;  }
}
@media (min-width: 768px) {
  .carousel-inner {padding: 1em;}
  .carousel-control-prev, .carousel-control-next { opacity: 1; position: absolute; left: 1em; top: 90%;transform: translateY(-50%); }
  .carousel-control-next {  left: 5em;  }
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
    .d-none-1366px{display: none !important;}
}