@media only screen and (max-width: 1199px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 10px;
    }
    .btn_theme {
        padding: 14px 20px;
        font-size: 14px;
        line-height: 14px;
        min-width: inherit;
    }
    .header-info .hf-item p{
        font-size: 16px;
    }
    .header-info .hf-item i {
        width: 35px;
        height: 35px;
        padding-top: 10px;
    }
    .banner .carousel-caption .caption2, .inner_banner_text{
        font-size: 44px;
    }
    .section-title h3{
        font-size: 37px;
    }
    .inner_banner{
        height: 300px;
    }
}
@media only screen and (max-width: 991px){
    .navbar-light .navbar-brand{
        width: 200px;
    }
    .banner .carousel-caption .caption2, .inner_banner_text{
        font-size: 40px;
    }
    .banner, .banner .carousel, .banner .carousel-inner, .banner .carousel-item{
        height: 450px;
    }
    .section-title h3{
        font-size: 35px;
    }
    .inner_banner{
        height: 250px;
    }
}
@media only screen and (max-width: 768px){
    .navbar-light .navbar-brand{
        width: 62px;
    }
    .header-info .hf-item{
        margin-right: 0;
    }
    .banner .carousel-caption .caption2, .inner_banner_text{
        font-size: 36px;
    }
    .section-title h3{
        font-size: 32px;
    }
    .navbar-light .navbar-nav .nav-link{
        color: #000;
    }
    #navbarSupportedContent{
    background: #fff;
}

}
@media only screen and (max-width: 767px){
    .header-info .hf-item i{
        margin: 0;
    }
    .banner .carousel-caption .caption2, .inner_banner_text{
        font-size: 32px;
    }
    p, .banner .carousel-caption p, .home_content p, .list_item li, .sidebar_content_div ul li a, .inner_content p{
        font-size: 15px;
    }
    .banner .carousel-caption .caption{
        font-size: 18px;
    }
    .banner .carousel, .banner .carousel-inner, .banner .carousel-item, .banner{
        height: 380px;
    }
    .home_content, section{
        padding: 50px 0;
    }
    .home_content .section-title{
        margin-top: 30px;
    }
    .section-title h3{
        font-size: 29px;
    }
    .sidebar_content_div ul li a{
        padding: 6px 15px 6px 30px;
    }
    .sidebar_content_div ul li:before{
        top: 5px;
    }
    .services_item{
        min-height: inherit;
    }
    .bottom_link li{
        display: block;
    }
    .bottom_link li a{
        padding: 5px 0;
        display: block;
    }
    .inner_banner{
        height: 200px;
    }
    .media-hero-image{
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
    .header-new{
    position: relative;
    background-color: #272c49;
}
.slider-fade .item.bg-img{
    background-image: none !important;

}
.slider-fade .container{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
}
.section.full-screen{
    min-height: inherit !important;
}
.section.full-screen .slider-fade .container .min-vh-100,
.section.full-screen .slider-fade.min-vh-100{
    min-height: inherit !important;
}
.section.full-screen .slider-fade .container .mb-1-9, .section.full-screen .slider-fade .container .my-1-9 {
  margin-bottom: 0;
}
.section.full-screen .slider-fade .container .py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.banner-subtitle {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0px;
}
.slider-fade h1 {
  font-size: 1.4rem;
  margin-bottom: 10px !important;
}
.slider-fade .owl-dots{
    display: none !important;
}
.insurance-box{
    width: 126px !important;
}
.insurance-box p{
    font-size:12px !important ;
}
footer p{
    word-break: break-all;
}
.details-contact-information{
    word-break: break-all;
}
.leadership-box img{
    width: 100%;
    margin-bottom: 20px;
}


}
@media only screen and (max-width: 575px){
    .banner .carousel-indicators{
        margin-left: 5%;
    }
}