/*scrolable bar*/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffac00;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e69900;
}

/* Custom scrollbar for Firefox */
html {
    scrollbar-color: #333a65 #f1f1f1;
    scrollbar-width: medium;
}


.scrollable-content {
    max-height: 50vh;
    overflow-y: auto;

}

/* Custom scrollbar for WebKit browsers */
.scrollable-content::-webkit-scrollbar {
    width: 12px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background-color: #ffac00;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

/* Custom scrollbar for Firefox */
.scrollable-content {
    scrollbar-color: #ffac00 #f1f1f1;
    scrollbar-width: thin;
}

/*scroll end*/
.them-color {
    color: #ffac00 !important;
}
.find-course form select{
    padding: 0px 15px !important;
}
.brocker-set{
    margin-top: 18px !important;
}
.weight-900{
    font-weight: 900 !important;
}
.theme2-btn{
    color: white!important;
    background-color: #333a65 !important;
    border-color: #333a65 !important;
}
.text-dark{
    color: black !important;
}
.logedin-user{
    z-index: 999999999;
    padding: 17px;
    color: black !important;
}
#user_register{
    margin-bottom: 10px;
}
.font-14{
    font-size: 14px!important;
}
section{
    padding-top: 55px!important;
}
#mt_footer{
    margin-top: 100px;
}
.text-white{
    color: white!important;
}
tr.prizes-table{
    background-color: #333a65;
    color: white;
}
.logo h1{
    font-size: 40px !important;
}
.event-details h3{
    font-size: 20px;
}
.scrollable-content h1{
    font-size: 35px !important;
}

.scrollable-content h2{
    font-size: 30px !important;
}
.sscreen{
    display: none;
}
.cards-heading3{
    margin-bottom: 20px;
    color: #2a2f52;
    font-family: poppins, sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 22px;
}
.site-logo{
    width: 385px !important;
    padding: 10px;
}
.points{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 20px;
}

.caption_slide1 .points:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ffac00;
}
.events-date{
    color: white;
    font-size: 22px;
    font-weight: 600;
}
.reg-btn{
    font-size: 19px;
}
.model-heading{
    font-size: 30px;
    font-weight: 800;
    color: #2a2f52;
}.model-heading2{
    color: #ffac00;
}

.translation-Eng{
    font-size: 18px;
}
.register span:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    height: 100%;
    width: 4px;
    background: #ffac00;
}
.customspanheading{
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 20px;
}
#account{
    padding: 10px 0px !important; ;
}

.customspanheading2{
    padding-left: 0px;
    padding-right: 20px;
}
.registerurdu span:before {
    right: 1px;
}
.top-set{
    color: white;
}

@media (max-width: 767px) {
    .inner-heading h2 {
        font-size: 24px !important;
    }
    .inner-heading h3{
        font-size: 17px !important;
    }
    .inner-heading{
        margin-bottom: 0rem!important;
    }
    .event-details h3 {
        font-size: 14px !important;
    }
    #newsletter h2{
        font-size: 36px;
    }
    #mt_footer .follow_us h2 {
        font-size: 39px;
    }
    .topbar-section {
        display: block !important;
    }
}
@media (max-width: 500px) {
    .logo h1{
        font-size: 30px !important;
        margin-top: 22px;
    }
    h2 {
        font-size: 30px;
    }
    .scrollable-content h2{
        font-size: 22px !important;
    }
    .scrollable-content h3 {
        font-size: 17px;
    }
    #newsletter h2 {
        font-size: 30px;
    }
    #mt_footer .follow_us h2 {
        font-size: 32px;
    }
    .envent-h1 {
        font-size: 25px !important;
    }

    section{
        padding: 28px 0 !important;
    }
    .sscreen{
        display: block;
        font-size: 25px;
    }
    .bscreen{
        display: none;
    }
    .site-logo{
        width: 300px !important;
    }
}

