@font-face{
    font-family: myFontR;
    src: url('../Metropolis-Regular.otf');
    font-display: swap;
}
@font-face{
    font-family: myFontB;
    src: url('../Metropolis-Bold.otf');
    font-display: swap;
}
@font-face{
    font-family: InterFont;
    src: url('../Inter-ExtraBold.ttf');
    font-display: swap;
}
button, input, select{
    outline: none !important;
    box-shadow: none !important;
}
header{
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    width: 100%;
    z-index: 9999;
    position: relative;
}
header .row{
    align-items: center;
    position: relative;
}
header img{
    max-width: 200px;
}
header ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
header ul li{
    display: inline-block;
    padding: 0 10px;
}
header ul li a{
    color: #111;
    position: relative;
    font-weight: 600;
    letter-spacing: .4px;
    font-family: myFontR;
    font-size: 13px;
}
header ul li a:hover{
    color: #1e3f9a;
}
header button.action-btn{
    background-color: #f23e36 !important;
    border-color: #f23e36 !important;
    letter-spacing: 0.5px;
    padding: 7px 32px;
    font-size: 16px;
}
header a span{
    color: #1e3f9a;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}
.banner-div{
    background-color: rgb(11 11 11 / 80%) !important;
    background-blend-mode: multiply;
    height: 470px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.banner-div h1{
    font-size: 2.7rem;
    line-height: 0.9;
    /* text-align: center; */
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 40px;
    font-family: InterFont;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    min-height: 46px;
}
.banner-div a{
    text-decoration: none;
}
.banner-div button{
    background-color: #f23e36 !important;
    border-color: #f23e36 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.8rem !important;
    border-radius: 5px !important;
    border: 2px solid transparent !important;
    text-decoration: none !important;
    transition: all .15s ease-in-out;
    letter-spacing: 0.4px;
    max-width: max-content;
    margin: 0;
    height: auto;
    padding: 0.8rem 1.8rem !important;
}
.resources{
    background: #f0e9f8;
    border-radius: 10px;
    border: 1px solid #ddd;
    /* margin-top: -60px; */
    padding: 30px 40px;
    width: 70%;
    margin: -40px auto 20px auto;
}
.inner-resources{

}
.inner-resources h2{
    font-family: myFontB;
    text-align: center;
    margin-bottom: 20px;
}
.inner-resources ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex: 1;
    width: 86%;
    margin: 0 auto;
}
.inner-resources ul li{
    flex: 0.4;
    text-align: center;
    border: 1px solid #7277843b;
    padding: 16px 5px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.inner-resources ul li a{
    color: #000;
    text-decoration: none;
}
.inner-resources ul li:nth-child(2){
    margin: 0 15px;
}
.inner-resources ul li img{
    max-width: 50px;
}
.inner-resources ul li span{
    display: block;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600;
}
.psy-assessments, .p-50{
    padding-top: 35px;
    padding-bottom: 35px;
}
.psy-assessments h2{
    font-family: myFontB;
    text-align: center;
    margin-bottom: 20px;
}
.psy-assessments .p-box{
    background: #f0e9f8;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 15px;
}
.psy-assessments .p-box i{
    font-size: 30px;
    color: #1e3f9a;
}
.psy-assessments .p-box h5{
    margin: 16px 0;
    line-height: 1.4;
    min-height: 56px;
}
.psy-assessments .p-box p{
    font-size: 15px;
    margin-bottom: 16px;
    min-height: 90px;
}
.psy-assessments .p-box button{
    /* background: #1e3f9a !important;
    border-color: #1e3f9a !important; */
    border-radius: 2px;
}
.card-booster{
    background: #fff;
    padding: 20px;
    border: 1px solid #cacad3;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
    margin-bottom: 20px;
}
.card-booster img{
    max-width: 120px;
    display: inline;
}
.card-booster h4{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.card-booster h4 a{
    color: #000;
    text-decoration: none;
}
.card-booster .read-more{
    display: block;
    margin: 7px 0;
    font-weight: 600;
    color: #1e3f9a;
    letter-spacing: 0.4px;
}
.card-booster .tag{
    border: 1px solid #e0e0e1;
    margin-right: 4px;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    user-select: none;
    padding: 7px 14px;
    background: #f5f3f3;
    border-radius: 4px;
    text-transform: uppercase;
    color: #4d4d4d;
    display: inline-block;
}
.card-booster .tag a, .tag a{
    color: #4d4d4d !important;
}
.card-booster .action p, .action p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}
.card-booster .action button, .action button{
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    background: #138006 !important;
    border-color: #138006 !important;
}
.explore-all{
    background: #1e3f9a !important;
    border-color: #1e3f9a !important;
    font-size: 18px;
    border-radius: 4px;
}
.box-lib{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border: 0px solid #f5f5f5;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.box-lib img{
    width: 100%;
}
.box-lib p{
    font-weight: 600;
    color: #484848;
    line-height: normal;
    position: relative;
    font-size: 15px;
    margin-top: 8px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
    min-height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger{
    display: none;
    border: 1px solid #6f6f6f;
}
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}
.sidenav a{
    padding: 15px 20px;
    /* text-decoration: none; */
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.sidenav .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
}
.sidenav a:first-child{
    padding: 15px 10px 0 0;
}
.sidenav a:first-child, .sidenav a:last-child{
    border-bottom: none;
}
/* .footer-img{
    padding: 0px 0px;
    background: url(/login/images/bg-image.png);
    background-size: contain;
    min-height: calc(50vh - 10px);
    background-position: bottom;
    background-repeat: no-repeat;
} */
.footer-img img{
    width: 100%;
    height: auto;
    display: block;
}
.header_top{
    background: #000;
}
.header_top .col-md-12{
    text-align: right;
}
.header_top ul{
    padding: 12px 0;
    margin: 0;
    list-style: none;
    text-align: right;
    display: inline-block;
    border-right: 1px solid #444444;
}
.header_top ul:last-child{
    border: none;
}
.header_top ul li{
    display: inline-block;
    padding: 0 16px;
}
.header_top ul li a{
    color: goldenrod;
    position: relative;
    font-weight: 600;
    letter-spacing: .4px;
    font-family: myFontR;
    font-size: 16px;
}
.footer-static-tap{
    display: none;
    background-color: #f7fafe;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    border-top: .5px solid rgba(0, 0, 0, .15);
}
.footer-static-tap .inner-tap{
    padding: 10px 0;
    text-align: center;
}
.footer-static-tap .inner-tap button{
    background-color: #f23e36 !important;
    border-color: #f23e36 !important;
    letter-spacing: 0.5px;
    padding: 7px 32px;
    font-size: 14px;
}
@media only screen and (max-width: 600px){
    header img{
        max-width: 150px;
    }
    .hamburger{
        display: block;
    }
    header .col-md-6{
        display: flex;
        justify-content: end;
    }
    header .col-md-6 ul, header .col-md-3.col-sm-12, .card-booster .tag, .footer-img{
        display: none;
    }
    .banner-div{
        height: 400px;
    }
    .banner-div h1{
        font-size: 21px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .banner-div button{
        font-size: 14px !important;
        padding: 12px 10px !important;
        max-width: 100% !important;
        width: 90% !important;
        margin: 0 0 10px 0 !important;
    }
    .resources{
        width: 90%;
        padding: 30px 20px;
    }
    .inner-resources h2, .psy-assessments h2{
        font-size: 18px;
    }
    .inner-resources ul{
        width: 100%;
    }
    .inner-resources ul li{
        padding: 12px 5px;
    }
    .inner-resources ul li img{
        max-width: 25px;
    }
    .inner-resources ul li span{
        margin: 7px 0;
        font-size: 10px;
    }
    .psy-assessments, .p-50{
        padding-top: 12px;
        padding-bottom: 25px;
    }
    #about_us .col-md-12 h2, #services .col-md-12 h2, #about_counseller .col-md-12 h2, #testimonials .col-md-12 h2, .in-boosters h2, #career-library h2{
        font-size: 18px !important;
    }
    #about_us .col-md-12 div, #services .col-md-12 div, #about_counseller .col-md-12 div{
        padding: 0 18px !important;
    }
    #testimonials .reviewContent{
        padding: 0 10px !important;
    }
    .explore-all{
        font-size: 15px !important;
    }
    .in-boosters .col-md-6{
        text-align: center;
        margin-bottom: 15px;
    }
    .card-booster h4{
        margin: 15px 0;
    }
    #footer h4{
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .inner-resources ul li:nth-child(2){
        margin: 0 7px;
    }
    .header_top .col-md-12{
        text-align: center;
    }
    .header_top ul{
        text-align: center;
        border: none;
        display: block;
    }
    .header_top ul:first-child{
        padding-bottom: 0;
    }
    .header_top ul li{
        padding: 0 5px;
    }
    .header_top ul li a{
        letter-spacing: .3px;
        font-size: 12px;
    }
    .footer-static-tap{
        display: block;
    }

}