@media (max-width:991px){
.mission-quote .hl::after{
    content: none;
}
.navbar {
    padding: 0;
}
.spk-img-col {
        display: none
    }
    .spk-right-slide {
        grid-template-columns: 1fr;
    }
    .subscribe-warea {
    margin-left: 0;
}
}
@media (min-width:1200px) and (max-width:1399px) {
    .navbar-nav .nav-link {
    font-size: 12px;
    }
    
}
@media (min-width:992px) and (max-width:1199px) {
.navbar-nav .nav-link {
    font-size: 11px;
    padding: .25rem 0.3rem !important;
}
.h-img-abs-left {
    left: 4%;
    width: 200px;
    height: 200px;
   }
   .h-circ {
    left: 0;
        width: 80px;
    height: 80px;
}
.yellow-blob {
    right: 0;
}
.h-img-abs-right {
    right: 10%;
}
.r-h-circ {
    right: 50px;
}
}
@media (min-width:768px) and (max-width:991px) {
.mission-section {
    padding: 0px 0;
}
.h-circ {
    left: 0;
        width: 65px;
    height: 65px;
}
.h-img-abs-left {
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid var(--tborder);
    width: 180px;
    height: 180px;
}
.r-h-circ {
    right: 17px;
}
.hero-right-arc {
    right: 80px;
}
.hero-section h1 {
    font-size: 30px !important;
}
.h-img-abs-right {
    right: 20px;
}
}
@media(max-width:767px) {
.hero-section {
    padding: 40px 0 0;
}
.h-img-abs-left {
    top: 100px;
    left: 10px;
    width: 170px;
    height: 170px;
}
h1.hero-section{
    padding-top:0;
    margin-bottom: 0;
}
.h-img-abs-right {
    right: 0;    
    top: 130px;
    width: 100px;
    height: 100px;
}
.hero-right-arc {
    position: absolute;
    right: 110px;
    top: 29%;
}
.mission-section {
    padding: 40px 0 0;
}
.logo-container {
    max-width: 200px;
}
.disc-tab-btn {
    font-size: 13px;
}
.mission-body p {
    font-size: 14px;
}
.exp-sec {
    padding: 0 0 40px !important;
}
.disc-section{
    padding-bottom: 0 !important;
}

.sec-sub {
    font-size: 14px;
}
}