/* subbanner modification  */
#bvs-subbanner{
    padding-top: 27%;
}

@media screen and (max-width: 765px) {
    #bvs-subbanner {
        padding-top: 50% !important;
        padding-bottom: 0;
    }
}


.button-primary{
    background: #feac59;
    padding: 5px 15px;
    color: #91121b;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.5s ease
}
.button-primary:hover {
    box-shadow: inset 15rem 0 0 0 #91121b !important;
    color: #fff
}

@media screen and (max-width: 772px) {
    .academic-details {
        height:unset;
    }}

/* start beyond academics  */
.beyond-desc .owl-stage{
    padding-left: 0px !important;
}

.beyond-block .beyond-desc{
    padding: 30px;
}


/* end beyond academics  */

/* start plus 2 testimonials  */
@media screen and (min-width:1024px) {
    .parent-block .text-content {
        height: 140px;
        overflow-y: auto;
    }
}
.students-parents-testimonials-carousel img {
    width: 60px !important;
}
.students-parents-testimonials-carousel .owl-nav{
    position: absolute;
    width: 120px;
    height: 60px;
    top: 0;
    right: -11px;
    display: flex;
    z-index: 1;
}
.students-parents-testimonials-carousel .owl-nav button.owl-prev {
    padding: 10px 20px !important;
    background: #dedede !important;
}
.students-parents-testimonials-carousel .owl-nav button.owl-next {
    padding: 10px 20px !important;
    background: #b4b4b4 !important;
}
/* end plus 2 testimonials  */


/* Start contact page   */
.form-control {
    color: #333;
}
/* EBD contact page   */