/*****************************ABOUT US****************************************/


.aboutus-vission .aboutus-vission-flexx
.overview-vission p{
    margin-bottom: 20px !important;
}

body .overview-vission{
    background: none !important;
}
.aboutus-overview{
    padding: 80px 5%;
}
/* .aboutus-overview div {
    font-size: 1.8rem;
} */
section.aboutus-overview-banner-new {
    padding: 0;
    /* background-size: cover;
    background-repeat: no-repeat; */
}
.aboutus-banner-heading h1 {
    color: white;
    padding-top: 12%;
    padding-bottom: 7%;
}
section.aboutus-overview {
    background-color: #54191E;
    padding: 0;
}
.aboutus-overview-inner {
    padding: 60px 5%;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 172px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.about-o-title {
    width: 35%;
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
span.under-line {
    width: 80px;
    padding: 1px;
    background: white;
    height: 0px;
    margin-top: 10px;
}
.about-o-content-box {
    width: 65%;
    background: white;
    padding: 40px;
    border-radius: 16px;
}
.extra-hide{
    display: none;
}
.read-more-btn {
    font-weight: 700;
    color: #C4161C;
}
.about-o-content-box-inner {
    height: 300px;
    overflow-y: scroll;
}
.about-o-content-box-inner {
    height: 383px;
    padding-right: 2rem;
    overflow-y: scroll;
}
@media screen and (max-width: 1500px){
    .about-o-content-box-inner {
        height: 314px;
    }
}
@media screen and (max-width: 1400px){
    .about-o-content-box {
        padding: 25px;
    }    
    .aboutus-overview-inner {
        padding-bottom: 153px;
    }
    .about-o-title{
        font-size: 3rem;
    }
}
@media screen and (max-width: 1200px){
    .about-o-content-box-inner p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1024px){
    .aboutus-overview-inner {
        padding: 47px 5%;
        padding-bottom: 144px;
    }
    .about-o-content-box-inner p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 999px){
    .about-o-title {
        width: 100%;
    }
    .about-o-content-box{
        width: 100%;
    }
    .aboutus-overview .aboutus-overview-inner {
        background-size: 100% auto;
        flex-wrap: wrap;

    }
    .aboutus-overview .aboutus-overview-inner .about-o-content-box {
        margin-top: 40%;
    }

    .about-o-content-box {
        width: 100%;
    }

    .aboutus-overview-inner {
        padding-bottom: 180px;
    }
    .aboutus-overview .aboutus-overview-inner .about-o-content-box {
        margin-top: 8%;
    }
    .about-o-content-box-inner {
        height: 460px;
    }
}
@media screen and (max-width: 700px){
    .aboutus-overview-inner {
        padding: 47px 5%;
        padding-bottom: 60px;
    }
    .aboutus-vission .overview-vission .d-flex img{
        display: none !important;
    }
}
@media screen and (max-width: 500px){

    .about-o-title {
        font-size: 2rem;
    }
    .about-o-content-box-inner p {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 400px){
    .about-o-content-box-inner p {
        font-size: 1rem;
        padding-right: 0rem;
    }
}
/*****************************END ABOUT US****************************************/ 