.texteditorStyle ul li{
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #3f3f3f;
}
.hide-section{
    display: none;
}
.unhide-section{
    display: block;
}
.loadingGif, .footerGif{
    display: flex;
}
.loadingGif img{
    margin: auto;
    width: auto;
    height: 45px;
    padding: 10px 0;
}
.aboutLoading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.galleryLoad{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testiLoader{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerGif img{
    margin: auto;
    width: auto;
    height: 60px;
    padding: 10px 0;
}
.courseLoad{
    display: flex;
    justify-content: center;
    align-items: center;
}
.coaching-bottom{
    margin-bottom: 118px;
}
.coaching-bottom .coaching-img{
    height: 100% !important;
    margin: 0 !important;
}
.bottom-enquire{
    margin-bottom: 118px;
}
.choose-oetsection.leftFlex {
    display: flex;
    flex-direction: row-reverse;
}
.leftFlex .choose-oetleft {
    padding: 0 43px 0 0px;
}
.choose-oetrightimg.leftImage img {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
.choose-oetsection .choose-oetright .choose-oetrightimg img {
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}
.additionalSec{
    margin-top:150px;
    margin-bottom: 100px;
}
.coaching-space{
    margin-top:20px;
}
.fullwidthText{
    font-size: 52px !important;
}
.additionaLheight{
    height:350px !important;
}
.testimonial-section .testimonial-wrapper .testimonial-swiperbox .swiper .testimonial-nav .test-prev:hover {
    background-color: #2e2b70;
}
.testimonial-section .testimonial-wrapper .testimonial-swiperbox .swiper .testimonial-nav .test-prev:hover img {
    filter: brightness(0) invert(1);
}
.testimonial-section .testimonial-wrapper .testimonial-swiperbox .swiper .testimonial-nav .test-next:hover{
    background-color: #2e2b70;
}
.testimonial-section .testimonial-wrapper .testimonial-swiperbox .swiper .testimonial-nav .test-next:hover img {
    filter: brightness(0) invert(1);
}
@media(max-width:769px){
        .choose-oetsection.leftFlex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 34px;
        margin-top: 54px;
    }
    .leftImage{
        padding-left: 0px !important;
    }
    .fullwidthText{
        font-size: 24px !important;
        line-height: 40.67px !important;
    }
    .choose-oetsection .mobile-oetright{
        padding-left: 0 !important;
        padding-right: 16px !important;
    }
    .choose-oetsection .mobile-oetleft{
        padding-left: 16px !important;
        padding-right: 0px !important;
    }
}
@media(max-width:428px){
    .landingDetail{
        margin-top: 110px !important;
    }
    .bottom-enquire {
        margin-bottom: 50px;
    }
    .coaching-bottom {
        margin-bottom: 50px;
    }
    .mobile-oetsection{
        margin-top: 10px !important;
    }
}