:root {
    --fontSize: 16px;
    --transition: .5s;
    --main-color: #1bbf72;
    --optional-color: #7360ff;
    --footerBG: #404756;
    --paragraph-color: #6a6f73;
    --whiteColor: #ffffff;
    --bg-light: #F4F9FF;
    --blackColor: #333;
    --font-family: "Roboto", sans-serif;
    --HeadingColor: #05122d;
    --borderRadius: 4px;
    --boxShadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    --bg-dark: #0085A1;
    --bg-button-secondary:#f0f0f0;
}

body {
    background-color: #f4f4f4;
}

.bg-orange{
    background: #ffa522 !important;
}

.bg-green{
    background: #309255 !important;
}

.bg-gray{
    background: #343a40 !important;
}

body, #mainNav, 
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: 'Inter', sans-serif;
}

.bg-dark{
    background-color: var(--bg-dark)!important;
}

.nav-link {
    font-weight: 600;
}

nav.navbar {
    border-top: 5px solid var(--bg-dark);
    border-bottom: 1px solid #FFF;
}

header{
    padding-top: 120px;
}

h1.page-heading {
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

h1.page-heading.front {
    font-size: 36px;
    font-weight: 600;
    margin-top: 50px;
}

.btn-secondary {
    background-color: var(--bg-button-secondary);
    color: var(--blackColor);
}

.btn-secondary:hover {
    background-color: var(--main-color);
    color: var(--whiteColor);
}

.offcanvas-end {
    width: 250px;
}

p {
    color: var(--paragraph-color) !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.navbar-brand {
    width: 250px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    border-radius: 5px;
}

.navbar-brand img{
    width: 100%;
}

nav#mainNav {
    background: #FFF;
    border-bottom: 1px solid rgba(221,229,234,.5);
    box-shadow: var(--boxShadow);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link{
    color: #333;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover{
    color: #0c66b5;
}

/* Header CSS */
header.masthead {
    padding-top: 10rem;
    padding-bottom: 2rem;
}
    
header.masthead.home {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

header.masthead.page {
    padding-bottom: 5rem;
}

header.masthead .page-heading h1,
header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1,
header.masthead .post-heading h1,
header.masthead .post-heading .h1 {
    font-size: 36px;
}
header.masthead .post-heading .subheading {
    font-size: 1.875rem;
}

header.masthead.dashboard .site-heading {
    text-align: left;
}

header.masthead.dashboard .site-heading h1 {
    font-size: 2.5rem;
}

header.masthead.dashboard {
    padding-top: 8rem;
    padding-bottom: 2rem;
}

/* Header CSS End*/
h2 {
    font-size: 2.5rem;
}

.post-preview > a > .post-title {
    font-size: 1.6rem;
}

.prev-nav span, .next-nav span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #0085A1;
    text-transform:uppercase;
}

.text-right {
    text-align: right;
}

footer {
    background: var(--bg-dark);
    color: #FFF;
}

a {
    color: #0085A1;
}

.mnu-login {
    border-radius: 4px;
    border-width: 2px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px;
}

label {
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 4px;
}

.form-control {border-radius: 4px;padding: 12px;}

button.btn {
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
}

.noisy {
    background-image: url('data:image/png;base64,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') !important;
} 

/* Floating Input custom style */
.form-floating > .form-control {
    border-radius: 2px;
    border: 1px solid #0085A1;
    margin-top: 15px;
    height: auto;
    padding: 15px;
}

.form-floating label {
    color: #6c757d;
    padding: 10px 15px;
    height: auto;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:invalid,
.form-floating > .form-control:not(:placeholder-shown) {
    height: auto;
    padding: 15px;
    margin-top: 20px;
}

.form-floating > .form-control:focus ~ label {
    background: #FFF;
    opacity: 1;
    top: -12px;
    left: 10px;
    font-size: 24px;
    color: #0085A1;
    font-weight: unset;
}

span.badge.badge-info {
    background: #3BBCA7;
    border-radius: 4px;
    margin-bottom: 3px;
    font-size: 12px;
}


.top-description {
    border: 1px solid #D5D5D5;
    background: #F8F8F8;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 4px;
}


/* Homepage Sections */
.section-padding {
    padding-bottom: 90px;
}

.exam-notification-preview {
    display: flex;
}

.exam-notification-preview a {
    display: inline-block;
    width: 700px;
    margin: 4px auto;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: #F5F5F5;
}

.exam-notification-preview a:hover {
    background: #F0F0F0;
    color: #333;
}

.exam-notification-preview h3.post-title {
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
}

.blog-box {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 20px 15px;
    background: #FFF;
    margin: 10px 0;
    min-height: 170px;
}

.blog-box.notes {
    border-bottom: 5px solid #2E9CCA;
}

.blog-box.exam_info {
    border-bottom: 5px solid #464866;
}

.blog-box.blog {
    border-bottom: 5px solid #29648A;
}

.blog-box h3.post-title {
    font-size: 18px;
    color: #072f60;
    font-weight: bold;
    line-height: 22px;
}

.blog-box.notes h3.post-title{
    color: #2E9CCA;
}

.blog-box.exam_info h3.post-title{
    color: #464866;
}

.blog-box.blog h3.post-title{
    color: #29648A;
}

.blog-box p {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

form.form-search-banner {
    position: relative;
    max-width: 500px;
    margin: 40px auto;
}

.form-search-banner .form-control {
    height: 70px;
    font-size: 18px;
    border: 1px solid #555;
    padding-left: 20px;
    padding-right: 120px;
    /* position: relative; */
}

.form-search-banner .btn.btn-main {
    position: absolute;
    right: 0;
    top: 0;
}

.form-search-banner .btn.btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    margin: 9px 10px;
}

.rapid-question {
    border-radius: 4px;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.08);
    margin-bottom: 10px;
}

.rapid-question h2 {
    font-size: 24px;
    font-weight: bold;
}

.rapid-question .question {
    font-weight: 600;
    color: #8c43ff;
    font-size: 20px;
}

.rapid-question .answer {
    color: #2d86eb!important;
    font-weight: bold;
    font-size: 18px;
    margin: 6px 0;
}

.rapid-question .answer span {
    display: inline-block;
    padding: 4px 10px;
    border-right: 2px solid #2d86eb;
    width: 40px;
    text-align: center;
    margin-right: 15px;
    border-radius: 2px;
}

.rapid-question .answer.active span {
    background: #2d86eb;
    color: #FFF;
}


.flashcard.rapid-question {
    border-radius: 10px;
}

.flashcard.rapid-question .question {
    background: #8c43ff;
    color: #FFF;
}

.btn-2 {
    border-radius: 4px;
    padding: 10px 40px;
}

/* Homepage Feature Section */
.single-feature {
    position: relative;
    padding-left: 90px;
    padding-right: 32px;
}

.single-feature img {
    margin-bottom: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    width: 60px;
}

.single-feature h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.single-feature span {
    font-size: 16px;
    line-height: 1.7;
    color: var(--paragraph-color);
}
/* Homepage features Section end */

header.bg-dark.posts\.view {
    background-color: #40bbec !important;
}

h1.post-heading {
    color: #1c5d83;
    font-size: 32px;
    margin: 50px 0 70px;
}

article {
    padding: 15px 0;
}

@media only screen and (max-width: 600px) {
    header.masthead .page-heading h1, header.masthead .page-heading .h1, header.masthead .site-heading h1, header.masthead .site-heading .h1{
       font-size: 1.6rem;
    }

    header.masthead.home {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }

    .section-padding { padding-top: 40px; padding-bottom: 40px; }

    h2{
        font-size: 1.5rem;
    }
}