.page-bg{
    background-image: url(/images/Login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.admin-bg{
    background-image: url(/images/admin-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.card h6{
    color: #BB011F !important;
}







/* salman */
.text-primary{
    color: #141c58;
}
.icon-width-20{
    width: 20px;
    vertical-align: bottom;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow{
    height: auto;
}
.three-cols {
    display: flex;
    flex-wrap: wrap;
}
.three-cols .col {
    width: 33%;
    margin-bottom: 5px;
}
.text-success{
    color: #50cd99;
}
.text-danger{
    color: red;
}
.flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.modal {
    background: rgba(0, 0, 0, 0.25);
}
.modal-body {
    max-width: 600px;
}
.close-modal {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 14px;
    font-weight: bold;
}
.modal-header {
    position: relative;
    padding-right: 50px;
}
.mr-2 {
    margin-right: 10px;
}
input[disabled] {
    border: 1px solid #999 !important;
    color: #000 !important;
}

/* frontend screens */
.header .logo img{
    max-width: 100px;
}

body{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.banner {
   
    min-height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -30vh;
}
.banner.banner-course{
     background-image: url(https://jaato.com/static/img/header-placeholder.jpg);
}

.icon-list li::before {
      content: "\f058";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-right: 10px;
    color: #1e3a8a;
    position: absolute;
    left: 0;
        top: -1px;
}
.icon-list.days-list li::before {
      content: "\f073";
}
.icon-list li {
    position: relative;
    padding-left: 30px;
}
.course-details aside{
    position: sticky;
    top: 100px;
    border: 2px solid #1e3a8a;
}
.course-meta {
    padding: 15px;
}
.course-details-content p{
    margin-bottom: 25px !important;
}
#main-menu .dropdown-menu {
    
    width: 300px;
    max-width: 500px;
    left: 0;
}
#main-menu a{
    text-transform: uppercase;
}
#main-menu .dropdown-menu li a {
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #141c58;
    transition: all 0.3s linear;
    text-transform: uppercase;
}
#main-menu .dropdown-menu li a:hover{
    background: #141c58;
    color: #fff;
}
#main-menu .dropdown-menu li a.active{
     background: #141c58;
    color: #fff;
}
#main-menu .dropdown-menu li:last-child a{
    border: none;
}
#main-menu .dropdown-menu ul {
    padding-top: 0;
    padding-bottom: 15px;
}
.menu-wrapper {
    margin-top: 16px;
}
footer .f-header {
    border-bottom: 2px solid #d52b1e;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
footer li a, footer p {
    opacity: 0.75;
}
.social-btn a {
    display: flex;
    background: #e7e7e7b0;
    padding: 8px 15px;
    border-radius: 7px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
    align-items: center;
    border: 2px solid #141c58;
}
.social-block {
    display: flex
;
    margin-top: 15px;
}
.social-btn a svg {
    width: 20px;
    margin-left: 10px;
}
.course-exam-title {
    min-height: 60px;
}
.footer-certificates{
    padding-bottom: 40px;
}
.footer-certificates .certificate img {
    max-width: 200px;
    display: block;
    margin: auto;
    border-radius: 10px;
}
.login-link {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #003067;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

@media screen and (min-width:320px) and (max-width:767px){
    .banner {
    
    background-position: center 0;
}
.text-5xl{
    font-size: 2rem !important;
}
#mobile-menu .dropdown button {
    width: 100%;
    border-bottom: 1px solid;
    padding: 15px 20px;
}
#mobile-menu .menu-item{
    border-bottom: 1px solid;
    padding: 15px 20px;
}
    .sub-menu ul li a {
        padding: 12px 20px;
        display: block;
    }
    .sub-menu ul {
    background: #f0f0f0;
}
.login-link {
    position: absolute;
    right: 47px;
    top: 12px;
    background: #003067;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
}