.rbt-overlay-page-wrapper {
    overflow:scroll;
}
.rbt-banner-8.variation-02 {
    padding: 20px 0;
}
.checkout-cart-total ul li {
    color: var(--color-body);
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
}
.checkout-form label, .rbt-default-form label {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-heading);
}
.about-style-1 .thumbnail-wrapper .thumbnail.image-3 img {
    max-height: 400px;
    object-fit: cover;
}

.header-space-betwween {
    padding-left: 20px;
    padding-right: 20px;
}

.bg-color-darker {
background-color:#FFDE59 !important;
}

.rbt-section-gapTop { padding-top: 30px; }


@media only screen and (max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 20px;
    }
}

.rbt-header-top-news .inner .content .news-text {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .rbt-header-top.rbt-header-top-1::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--dark-border) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
        opacity: 0;
       
    }
}

 .dropdown-menu {
        background-color: white;
        z-index:999 !important;
    }

@media only screen and (max-width: 575px) {
    .rbt-banner-6.variation-03 .inner .title {
        font-size: 30px;
    }
}

.rbt-accordion-style .card .card-header button {
    font-size: 22px;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: transparent;
    position: relative;
    font-weight: 600;
}

.rbt-testimonial-content .inner p {
        font-size: 22px; 
        line-height: 32px;
        padding: 0;
    }
    
.bg_image--17 {
    background-image: url(https://www.cleverstudy.org/images/banner1.jpeg);
}

.bg_image--21 {
    background-image: url(https://www.cleverstudy.org/images/banner2.jpeg);
}

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 18px;
}

.rbt-overlay-page-wrapper .breadcrumb-image-container {
    position: relative;
    display: block;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    border-radius: 4px 4px 0 0;
    margin: 200px auto 0;
}

.rbt-header .logo a img {
    max-height: 80px;
    object-fit: cover;
}

h1, .h1{
    font-size: 28px;
    color: #0057B7;
}

h4, .h4 {
    font-size: 18px;
    line-height: 1.7;
}

 


.footer-style-1 .description {
    font-size: 20px;
    line-height: 25px;
}

.footer-widget .ft-link li {
    margin: 0;
    color: var(--color-body);
    font-size: 18px;
    line-height: 25px;
}

.rbt-category a {
    font-size: 17px;
}


.tagcloud a {
    border: 1px solid var(--color-border);
    font-size: 18px;
    color: var(--color-body);
    height: 30px;
    padding: 0 10px;
    margin: 5px;
    display: inline-block;
    line-height: 27px;
    border-radius: 4px;
}

.rbt-section-gap {
    padding: 20px 0;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
    font-weight: 500;
    padding: 10px 20px;
    font-size: 17px;
    display: block;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 3px;
}

.rbt-header .mainmenu-nav .mainmenu > li > a {
    color: var(--color-heading);
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    transition: 0.3s;
}

.rbt-new-badge.rbt-new-badge-one {
    color: var(--color-heading);
    font-size: 20px;
    font-weight: var(--f-medium);
    line-height: 1;
    padding: 19px 24px 21px 20px;
    box-shadow: 0 15px 40px #d2d3e2a1;
    background: #fff;
    border-radius: 4px;
}