.mainmenu-nav .mainmenu > li > a {
    padding: 0px 20px;
}
.banner-style-custom {
    overflow-x: hidden;
}
.banner-style-custom .banner-thumbnail {
    bottom: 20%;
    right: 100px;
}
.banner-style-custom .banner-thumbnail img {
    max-width: 100%;
}
.banner-style-custom .inner .content .pre-title::before {
    left: 0;
    top: 13px;
    width: 50px;
    height: 2px;
    background: var(--color-primary);
    content: "";
    position: absolute;
}
.banner-style-custom .banner-image .banner-main-image{
    margin-right: auto;
    margin-bottom: 0px;
}
.about-style-custom .about-image-gallery::after {
    content: none;
}
.footer-style-default {
    overflow: hidden;
}


@media only screen and (min-width: 992px) and (max-width: 1300px){
    .mainmenu-nav .mainmenu > li > a {
        padding: 0px 16px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
    .banner-style-custom .banner-thumbnail{
        right: -20%;
        position: relative;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .banner-style-custom .banner-thumbnail {
        position: relative;
        margin-top: 0px;
        text-align: center;
        right: auto;
    }
}

/* Background */
.banner-style-2 {
    background-image: url(../images/bg/HomeBG_1.png);
}
.eduvibe-home-five-course {
    background-image: url(../images/bg/HomeBG_2.png);
}
.newsletter-style-3 {
    background-image: url(../images/bg/HomeBG_3.png);
}
.eduvibe-home-two-testimonial {
    background-image: url(../images/bg/HomeBG_4.png);
}
.edu-breadcrumb-area {
    background-image: url(../images/bg/SingleBG.png);
}
.banner-style-2 .banner-bg img.girl-bg {
    display: none;
}