﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    position: relative;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #1c1d1f;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li {
        font-size: 16px;
        font-weight: 400;
    }

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.blog-move-up {
    transition: all 1s;
    /* lets make it smooth */
}

    .blog-move-up:hover {
        transition: all .5s;
        transform: translateY(-8px);
        background: #fff;
    }

.button-blue {
    background: #134d7d;
    color: #fff;
    border: 1px solid #134d7d;
    padding: 10px 21px;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

    .button-blue:hover {
        background: #0b2664;
        color: #fff;
        border: 1px solid #0b2664;
    }

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: auto;
    height: auto;
}

.latest-course-block-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.swiper {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.latest-section .swiper-container {
    padding-top: 4px;
    padding-bottom: 27px;
}

.latest-course-block {
    box-shadow: 0px 3px 36px #00000014;
    border-radius: 6px;
    min-height: 420px;
    width: 100%;
}

.latest-course-block-img {
    background: #000;
    border: 10px solid #000;
    border-radius: 6px;
    position: relative;
    height: 237px;
    background-size: cover !important;
    background-position: center top !important;
}

.latest-course-block-img-fixed {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 42px;
    overflow: hidden;
}

.latest-course-block-img-fixed-box {
    position: relative;
    margin: 0;
    bottom: 0;
}

.latest-course-block-img h5 {
    font-size: 13px;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    left: 12px;
    right: 12px;
    top: 13px;
}

.fixed-bg-color {
    background: #000;
    position: absolute;
    width: 100%;
    height: 42px;
    opacity: 50%;
}

.latest-course-block-content {
    padding: 15px;
}

    .latest-course-block-content h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: #000000;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        min-height: 54px;
    }

.doctor-details {
    display: flex;
}

.doctor-details-left {
    width: 100%;
}

    .doctor-details-left h4 {
        font-size: 15px;
        color: #575757;
        font-weight: 500;
        margin-bottom: 4px;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .doctor-details-left h6 {
        font-size: 11px;
        color: #575757;
        font-weight: 300;
        margin-bottom: 10px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.doctor-details-left-line {
    margin: 0;
    border-color: #F3F3F3;
}

.doctor-details-right-img {
    width: 52px;
    height: 52px;
    background: #000 url(../images/images/default-profile.jpg) center top;
    background-color: #000;
    background-size: cover;
    border-radius: 100%;
    margin-left: 15px;
}

.doctor-course-details {
    margin-top: 10px;
}

.rate {
    float: left;
    height: 30px;
    padding: 0;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 26px;
        color: #ccc;
        line-height: 30px;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
            color: #f90000;
        }

    .rate > input:checked ~ label {
        /*color: #ffc700;*/
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
      /*  color: #deb217;*/
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        /*color: #c59b08;*/
    }

.doctor-course-details-left h5 {
    font-size: 20px;
    font-weight: 600;
    color: #575757;
}

.latest-section {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 21px;
    padding-bottom: 27px;
}

.latest-course-left-arrow {
    left: 50px;
}

.category1 .latest-course-block-img,
.category1 .category-block-img {
    background: #D077B9;
    border: 10px solid #D077B9;
}

.category1 .fixed-bg-color {
    background: #D077B9;
}

.category2 .latest-course-block-img,
.category2 .category-block-img {
    background: #A7D28C;
    border: 10px solid #A7D28C;
}

.category2 .fixed-bg-color {
    background: #A7D28C;
}

.category3 .latest-course-block-img,
.category3 .category-block-img {
    background: #DCA405;
    border: 10px solid #DCA405;
}

.category3 .fixed-bg-color {
    background: #DCA405;
}

.category4 .latest-course-block-img,
.category4 .category-block-img {
    background: #8397B0;
    border: 10px solid #8397B0;
}

.category4 .fixed-bg-color {
    background: #8397B0;
}

.category5 .latest-course-block-img,
.category5 .category-block-img {
    background: #7CDFE8;
    border: 10px solid #7CDFE8;
}

.category5 .fixed-bg-color {
    background: #7CDFE8;
}

.category6 .latest-course-block-img,
.category6 .category-block-img {
    background: #F82F7B;
    border: 10px solid #F82F7B;
}

.category6 .fixed-bg-color {
    background: #F82F7B;
}

.category7 .latest-course-block-img,
.category7 .category-block-img {
    background: #DA8075;
    border: 10px solid #DA8075;
}

.category7 .fixed-bg-color {
    background: #DA8075;
}

.category8 .latest-course-block-img,
.category8 .category-block-img {
    background: #007EA9;
    border: 10px solid #007EA9;
}

.category8 .fixed-bg-color {
    background: #007EA9;
}

.category9 .latest-course-block-img,
.category9 .category-block-img {
    background: #83A53D;
    border: 10px solid #83A53D;
}

.category9 .fixed-bg-color {
    background: #83A53D;
}

.category10 .latest-course-block-img,
.category10 .category-block-img {
    background: #FBCA3E;
    border: 10px solid #FBCA3E;
}

.category10 .fixed-bg-color {
    background: #FBCA3E;
}

.category11 .latest-course-block-img,
.category11 .category-block-img {
    background: #FF5EAA;
    border: 10px solid #FF5EAA;
}

.category11 .fixed-bg-color {
    background: #FF5EAA;
}

.category12 .latest-course-block-img,
.category12 .category-block-img {
    background: #AD8BAE;
    border: 10px solid #AD8BAE;
}

.category12 .fixed-bg-color {
    background: #AD8BAE;
}

.latest-section-heading h3 {
    font-size: 28px;
    color: #134D7D;
    margin-bottom: 16px;
}

.latest-section-button {
    background: #0F2C71;
    padding: 14px 30px;
    border-radius: 8px;
    color: #fff;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
    .latest-section-button:hover {
        background: #0d2763;
        color: #fff;
    }
    .category-blog-move-up {
    transition: all 1s;
    /* lets make it smooth */
}

    .category-blog-move-up:hover {
        transition: all .5s;
        transform: translateY(-8px);
    }

.category-section-bg {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #F7F8FB;
}

.category-block {
    box-shadow: 0px 3px 36px #00000014;
    border-radius: 6px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.category-block-img {
    background: #000;
    border: 10px solid #000;
    border-radius: 6px;
    height: 237px;
    background-size: cover !important;
    background-position: center top !important;
}

.tutor-block-img {
    background: #000;
    border: 10px solid #000;
    border-radius: 6px;
    height: 237px;
    background-size: cover !important;
    background-position: center top !important;
}
.category-block-content {
    padding-left: 16px;
    padding-top: 13px;
    padding-bottom: 9px;
}

.tutor-block-content {
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 0px;
}

    .category-block-content h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        color: #000;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 54px;
        text-align: center;
    }

.category-section .swiper-container {
    padding-top: 12px;
    padding-bottom: 0px;
}

.tutor-reg-txt {
    padding: 13px;
    margin: 0px;
}

.treg-div {
    margin-top: 2.5%;
    background: #fff;
    text-align: justify;
    border-radius: 11px;
    height: fit-content;
}

.category-section-heading h3 {
    margin-bottom: 15px;
}

.become-tutor-bg {
    background: #0F2C71 url(../images/images/fnl_trt.jpg) center top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.become-tutor-main {
    background: #fff;
    padding: 60px 110px;
    width: 1255px;
    margin: auto;
    border-radius: 10px;
}

.become-tutor-main-left {
    padding-right: 50px;
}

    .become-tutor-main-left img {
        width: 279px;
    }

.become-tutor-main-right h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: normal;
    color: #134D7D;
    margin-bottom: 10px;
}

.become-tutor-main-right p {
    margin-bottom: 20px;
    line-height: normal;
}

.become-tutor-section-button {
    background: #F9264E;
    padding: 18px 30px;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
    .become-tutor-section-button:hover {
        background: #d81c40;
        color: #fff;
    }
    .become-tutor-section-button:focus {
        background: #d81c40;
        color: #fff;
    }
    .about-hrl-left {
        flex: 0 0 calc(100% - 676px);
        max-width: calc(100% - 676px);
    }


.tutor-img {
    width: 250px;
    height: 210px;
    margin-right: 34px;
}

.about-hrl-right1 {
    flex: 0 0 676px;
    max-width: 676px;
    background: #000 url(../images/images/about-hrl-bg.png) center top;
    background-size: cover;
    height: 564px;
    position: relative;
}

.about-hrl-right1 .about-hrl-right-img {
        position: absolute;
        left: -76px;
        top: 50%;
        transform: translateY(-50%);
    }
.about-hrl-right {
    flex: 0 0 676px;
    max-width: 676px;
    background: #000 url(../images/images/abouthrl.jpg) center top;
    background-size: cover;
    height: 564px;
    position: relative;
}

    .about-hrl-right .about-hrl-right-img {
        position: absolute;
        left: -76px;
        top: 50%;
        transform: translateY(-50%);
    }

.about-hrl-left-inner {
    width: 80%;
    padding-right: 40px;
}

    .about-hrl-left-inner h3 {
        font-size: 43px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 10px;
        color: #134D7D;
    }

.about-hrl-section-button {
    background: #0F2C71;
    padding: 12px 19px;
    border-radius: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
}
    .about-hrl-section-button:hover {
        background: #0d2763;
        
        color: #fff;
        
    }

.home-main-banner-bg {
    background: url(../images/images/mainbannercrop.jpg) no-repeat;
    
    background-size: cover;
    padding-top: 76px;
    padding-bottom: 76px;
}

.main-top-banner-home {
    background: #fff;
    padding: 50px;
    width: 940px;
    border-radius: 6px;
}

    .main-top-banner-home h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        color: #134D7D;
        margin-bottom: 10px;
    }

    .main-top-banner-home h1 {
        font-size: 43px;
        font-weight: 700;
        line-height: 60px;
        color: #134D7D;
        margin-bottom: 20px;
    }

        .main-top-banner-home h1 span {
            font-weight: 400;
        }

.main-top-banner-home-select {
    width: 525px;
}

.main-top-banner-home p {
    width: 670;
}


/* Footer start */

.main-footer-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.main-footer {
    padding-top: 70px;
}

.main-footer-box h4 {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.main-footer-box ul li a {
    color: #B9D2EB;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

    .main-footer-box ul li a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        background: url(../images/footer-anchor-icon.svg) no-repeat;
        width: 11px;
        height: 9px;
    }

.main-footer-box.part4 ul li.address::before {
    left: 0;
    top: 5px;
    background: url(../images/address.svg) no-repeat;
    width: 10px;
    height: 13.56px;
}

.main-footer-box.part4 ul li.email::before {
    left: 0;
    top: 5px;
    background: url(../images/support.svg) no-repeat;
    width: 12.3px;
    height: 9px;
}

.main-footer-box.part4 ul li.contact::before {
    left: 0;
    top: 5px;
    background: url(../images/contact.svg) no-repeat;
    width: 11.47px;
    height: 11.47px;
}

.main-footer-box.part4 ul li {
    color: #B9D2EB;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

    .main-footer-box.part4 ul li::before {
        position: absolute;
        content: "";
    }

    .main-footer-box.part4 ul li a::before {
        display: none;
    }

    .main-footer-box.part4 ul li a {
        color: inherit;
        font-size: inherit;
        margin-bottom: inherit;
        position: inherit;
        padding-left: 0;
        display: inherit;
        font-weight: inherit;
    }

.main-footer-section1 {
    margin-bottom: 60px;
}

.main-footer-box-section2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-footer-box-section2 ul li {
        font-weight: 600;
        color: var(--white);
        margin-right: 20px;
    }

        .main-footer-box-section2 ul li:last-child {
            margin-right: 0;
        }

.main-footer-box-section2 {
    margin-bottom: 70px;
}

.footer-section-end {
    display: flex;
    justify-content: space-between;
}

.footer-section-end-copy p {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

    .footer-section-end-copy p span {
        color: var(--brightblue);
        font-size: 15px;
        font-weight: 700;
    }

.footer-section-end-media ul {
    display: flex;
}

    .footer-section-end-media ul li {
        margin-right: 40px;
    }

        .footer-section-end-media ul li:last-child {
            margin-right: 0;
        }

        .footer-section-end-media ul li a img {
            transition: all 0.2s ease-in-out;
        }

            .footer-section-end-media ul li a img:hover {
                transform: scale(1.3);
            }

.footer-section-end-credits p {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

    .footer-section-end-credits p a {
        font-weight: 600;
    }

        .footer-section-end-credits p a:hover {
            font-weight: 600;
            color: var(--brightblue);
        }

.main-footer-section3 {
    padding-top: 36px;
    padding-bottom: 36px;
    border-top: 1px solid rgb(102 102 102 / 42%);
}


/* Footer end */


/* breadcreambs start */

.inner-page-breadcreambs-bg {
    background: #134d7d;
}

.inner-page-breadcreambs {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-page-breadcreambs-main {
    margin-bottom: 8px;
}

    .inner-page-breadcreambs-main ul {
        display: flex;
    }

        .inner-page-breadcreambs-main ul li {
            margin-right: 33px;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            position: relative;
        }

            .inner-page-breadcreambs-main ul li::after {
                right: -20px;
                top: 6px;
                position: absolute;
                content: "";
                background: url(../images/icon/next.svg) no-repeat;
                width: 6px;
                height: 11px;
            }

            .inner-page-breadcreambs-main ul li:last-child::after {
                display: none;
            }

            .inner-page-breadcreambs-main ul li:last-child {
                margin-right: 0;
                font-weight: 400;
            }

.breadcreambs-inner-title {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}


/* breadcreambs end */

video {
    max-width: 100%;
}

.course-register {
    padding-top: 40px;
    padding-bottom: 0px;
}

.course-register-details h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.course-register-details h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.course-register-details h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.profile-main .nav-tabs-wrapper {
    display: block;
    overflow: hidden;
    /**height: calc(2.3rem + 1rem + 2px);*/
    height: auto;
    /** 1.5 is font-size, 1 is padding top and bottom, 2 is border width top and bottom */
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}

    .profile-main .nav-tabs-wrapper .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        border-bottom: 0;
        overflow-y: hidden;
    }

    .profile-main .nav-tabs-wrapper .nav-item {
        margin-bottom: 0;
        width: 100%;
    }

        .profile-main .nav-tabs-wrapper .nav-item:last-child {
            padding-right: 15px;
        }

    .profile-main .nav-tabs-wrapper .nav-link {
        white-space: nowrap;
        padding: 15px 30px;
        border-radius: 0;
        border-top: 1px solid #dee2e6;
        border-bottom: 3px solid #dee2e6;
        font-size: 18px;
        font-weight: 500;
        color: #202020;
        text-align: center;
    }

    .profile-main .nav-tabs-wrapper .dragscroll:active,
    .profile-main .nav-tabs-wrapper .dragscroll:active a {
        cursor: -webkit-grabbing;
    }

.profile-main .nav-tabs-wrapper-border {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
}

.profile-main .tab-pane {
    padding: 0;
}

.profile-main .nav-tabs .nav-item.show .nav-link,
.profile-main .nav-tabs .nav-link.active {
    border-top: 1px solid #134d7d;
    border-bottom: 4px solid #134d7d;
    background: #134d7d;
    color: #ffffff;
    font-weight: 600;
}

.main-heading {
    padding-top: 30px;
}

.about-our-right-detail {
    margin-bottom: 12px;
}

.about-our-right-detail-box {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    box-shadow: 0px 3px 36px #0000000f;
    padding: 10px 10px 10px 20px;
}

.about-our-right-detail-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 60px;
    border-radius: 50%;
    flex: 0 0 70px;
    max-width: 70px;
    background-color: transparent;
    transition: all 0.3s ease-in 0s;
}

.about-our-right-detail-box-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2px;
    color: #000;
}

.about-our-right-detail-box-content p {
    margin-bottom: 0;
    color: #000;
}

.about-our-right-detail-box-content {
    padding-left: 15px;
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
}

.tab-space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.inner-page-heading-bg {
    background: #134D7D;
}

.inner-page-heading {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .inner-page-heading h1 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
    }

    .inner-page-heading p {
        color: #fff;
    }

.contact-form label {
    font-size: 20px;
}

.contact-form input {
    padding: 28px 28px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 6px 26px #00000014;
}

.contact-form textarea,
.contact-form select {
    min-height: 54px;
    border: 1px solid #ededed;
    border-radius: 15px;
    box-shadow: 0px 6px 26px #00000014;
}

.contact-form input::-webkit-input-placeholder {
    font-size: 17px;
    color: #d5d5d5;
}

.contact-form textarea::-webkit-input-placeholder {
    font-size: 17px;
    color: #d5d5d5;
}

.contact-form input[type="file"] {
    font-size: 17px;
    color: #d5d5d5;
}

.form-control::placeholder {
    color: #d5d5d5;
    opacity: 1;
}

.contact-details {
    background: #f7f7f7;
    padding: 40px;
}

    .contact-details h3 {
        font-size: 26px;
    }

    .contact-details h4 {
        font-size: 22px;
    }

    .contact-details p {
        font-size: 18px;
    }

.contact-page-heading {
    padding-top: 40px;
}

.contact-form .custom-file-label {
    position: relative;
    width: 100%;
    padding: 28px 28px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 6px 26px #00000014;
    line-height: 0;
}

.contact-form textarea,
.contact-form select {
    font-size: 17px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 6px 26px #00000014;
}

.custom-file-label {
    font-size: 17px !important;
    color: #d7d7d7;
    padding: 16px 20px;
}

    .custom-file-label::after {
        padding: 28px 28px;
        border: none;
        border-radius: 0 10px 10px 0;
        box-shadow: none;
        line-height: 0;
        background-color: #b9b9b9;
        color: #fff;
    }

.custom-file {
    border-radius: 20px;
}

.contact-form .form-control.custom-file-input {
    position: absolute;
    top: 0;
}

.file-upload-tdreeb {
    margin-bottom: 0;
}

.file-upload-tdreeb-main {
    margin-bottom: 1rem;
}

.contact-form {
    margin-bottom: 20px;
}

.file-upload-tdreeb-main p {
    font-size: 14px;
}

.registration-page-heading-bg {
    background: #F2F5F8;
}

.registration-page-heading {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .registration-page-heading h1 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #000;
    }

    .registration-page-heading h3 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #44ACEB;
    }

.registration-page-form {
    padding-top: 30px;
    padding-bottom: 3.form-control:focus0px;
}

    .registration-page-form h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #44ACEB;
    }

.floating-label > input + label,
.floating-label > textarea + label {
    padding: calc(0.375rem + 10px) calc(0.75rem + 10px);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #44ACEB;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #44ACEB;
}

.new .form-group {
    display: block;
    margin-bottom: 15px;
}

    .new .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .new .form-group label {
        position: relative;
        cursor: pointer;
        margin-right: 50px;
        font-size: 16px;
    }

        .new .form-group label a {
            color: #44ACEB;
            text-decoration: underline;
        }

        .new .form-group label:before {
            content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7babd;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
        }

    .new .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #44ACEB;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }


/* Thank you page start */

.dummy-positioning {
    width: 100%;
    margin: auto;
    justify-content: center;
}

.success-icon {
    display: inline-block;
    width: 8em;
    height: 8em;
    font-size: 11px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    -webkit-animation: showSuccess 180ms ease-in-out;
    animation: showSuccess 180ms ease-in-out;
    transform: scale(1);
}

.success-icon__tip,
.success-icon__long {
    display: block;
    position: absolute;
    height: 3px;
    background-color: #ffffff;
    border-radius: 10px;
}

.success-icon__tip {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    transform: rotate(45deg);
    -webkit-animation: tipInPlace 300ms ease-in-out;
    animation: tipInPlace 300ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
    visibility: hidden;
}

.success-icon__long {
    width: 4em;
    transform: rotate(-45deg);
    top: 3.7em;
    left: 2.75em;
    -webkit-animation: longInPlace 140ms ease-in-out;
    animation: longInPlace 140ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
    -webkit-animation-delay: 440ms;
    animation-delay: 440ms;
}

@-webkit-keyframes showSuccess {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes showSuccess {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -1.6em;
    }

    to {
        width: 2.4em;
        top: 4.3em;
        left: 1.4em;
        visibility: visible;
    }
}

@keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -1.6em;
    }

    to {
        width: 2.4em;
        top: 4.3em;
        left: 1.4em;
        visibility: visible;
    }
}

@-webkit-keyframes longInPlace {
    from {
        width: 0em;
        top: 5.1em;
        left: 3.2em;
    }

    to {
        width: 4em;
        top: 3.7em;
        left: 2.75em;
        visibility: visible;
    }
}

@keyframes longInPlace {
    from {
        width: 0em;
        top: 5.1em;
        left: 3.2em;
    }

    to {
        width: 4em;
        top: 3.7em;
        left: 2.75em;
        visibility: visible;
    }
}

.thankyou-main-top {
    background: #0F2C71;
    padding: 33px 0;
}

.thankyou-main-bottom {
    padding: 25px 40px 40px;
}

.thank-button {
    background: #0F2C71;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #0F2C71;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    padding: 10px 24px;
}

    .thank-button:hover {
        background: #0d2763;
        color: #fff;
    }

.thankyou-main-bottom h3 {
    font-size: 36px;
    font-weight: bold;
    color: #0F2C71;
    margin-bottom: 10px;
}

.thankyou-main-bottom p {
    font-size: 21px;
    margin-bottom: 30px;
}

.thank-bg {
    background: #F2F5F8;
    padding: 55px 0;
}

.thankyou-main-bottom {
    background: #ffffff;
}


/* Thank you page end */

.thankyou-main-otp {
    width: 399px;
    margin: auto;
    padding-top: 15px;
}

    .thankyou-main-otp input {
        text-align: center;
        letter-spacing: 10px;
        border: none;
        background: none;
        font-size: 30px;
    }

.otp-title {
    font-size: 32px !important;
}

.otp-new {
    font-size: 18px !important;
}

.resent-otp {
    color: #0F2C71;
    font-weight: 600;
    text-decoration: underline;
}

.thankyou-main .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #fff;
}

.star-rating {
    overflow: hidden;
    margin-bottom: 4px;
}

.course-introduction {
    padding-top: 30px;
    text-align: justify;
    padding-bottom: 30px;
}

.course-introduction-bg p {
    margin-bottom: 30px;
}

.course-introduction p span {
    font-weight: 700;
}

.course-introduction h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.course-introduction h4 {
    font-size: 20px;
    margin-bottom: 14px;
}

.course-introduction ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    background: url(../images/icon/tick22.png) no-repeat;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}

.course-introduction ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

    .course-introduction ul li {
        margin-bottom: 12px;
        padding-left: 36px;
        position: relative;
    }

.course-contents {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
}

    .course-contents ul li {
        padding: 22px 40px;
        box-shadow: 0px 3px 36px #0000000f;
        font-weight: 600;
        margin-bottom: 7px;
    }

        .course-contents ul li:last-child {
            border-bottom: none;
        }

.course-register-details-left {
    width: 100%;
}

    .course-register-details-left h4 {
        font-size: 20px;
        color: #575757;
        font-weight: 500;
        margin-bottom: 4px;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .course-register-details-left h6 {
        font-size: 16px;
        color: #575757;
        font-weight: 300;
        margin-bottom: 10px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
.nav-tabs .nav-link {
     border: 2px solid #00000024 !important;
}



    .course-register-details-left-line {
    margin: 0;
    border-color: #F3F3F3;
}

.course-register-details-right-img {
    width: 90px;
    height: 90px;
    background: #000 url(../images/images/default-profile.jpg) center top;
    background-color: #000;
    background-size: cover;
    border-radius: 100%;
    margin-right: 15px;
}

.course-register-details {
    margin-bottom: 30px;
}

.tab-tutor-bio {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-tutor-details-left {
    width: 100%;
    margin-left: 20px;
}

    .tab-tutor-details-left h4 {
        font-size: 20px;
        color: #575757;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 6px;
    }

    .tab-tutor-details-left h6 {
        font-size: 17px;
        color: #575757;
        font-weight: 300;
        margin-bottom: 13px;
        line-height: normal;
    }

.tab-tutor-details-left-line {
    margin: 0;
    border-color: #F3F3F3;
}

.tab-tutor-details-right-img {
    width: 160px;
    height: 160px;
    background: #000 url(../images/images/default-profile.jpg) center top;
    background-color: #000;
    background-size: cover;
    border-radius: 100%;
    margin-right: 15px;
}

.tab-tutor-details {
    margin-bottom: 15px;
}

.tab-tutor-details-left ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    background: url(../images/icon/tick22.png) no-repeat;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}

.tab-tutor-details-left ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .tab-tutor-details-left ul li {
        margin-bottom: 12px;
        padding-left: 36px;
        position: relative;
    }

.tab-tutor-button {
    background: #0F2C71;
    padding: 13px 8px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.latest-section-heading-Tiles {
    margin-bottom: 30px;
}
.latest-section.youmaylike-section {
    padding-top: 25px;
    padding-bottom: 40px;
}

.about-hrl-ul ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    background: url(../images/icon/tick22.png) no-repeat;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}

.about-hrl-ul ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .about-hrl-ul ul li {
        margin-bottom: 12px;
        padding-left: 36px;
        position: relative;
    }

.mission-bg {
    background: #f5f5f5;
}

.mission {
    padding-top: 70px;
    padding-bottom: 70px;
}

.vision-bg {
    background: #fff;
}

.vision {
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-page-heading {
    padding-bottom: 40px;
}

    .contact-page-heading h2 {
        font-size: 34px;
        font-weight: 500;
        color: #000;
        margin-bottom: 20px;
    }

.contact-form-left-details {
    background: #f6f6f6;
    display: flex;
    padding: 40px 40px 40px 40px;
    border-radius: 13px;
    margin-bottom: 20px;
    min-height: 159px;
    align-items: center;
}

.contact-form-left-details-left {
    margin-right: 20px;
}

    .contact-form-left-details-left h4 {
        font-size: 24px;
        font-weight: 600;
    }

    .contact-form-left-details-left p {
        margin-bottom: 0;
    }

.contact-form-details-bg {
    background: #f6f6f6;
}

.contact-form-details {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-form-right h3 {
    font-size: 20px;
    font-weight: 500;
    color: #434747;
    margin-bottom: 20px;
}

.contact-form-right .form-group {
    margin-bottom: 20px;
}

.contact-form-right input {
    padding: 28px 28px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 6px 26px #00000014;
}

.contact-form-right textarea {
    padding: 28px 28px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 6px 26px #00000014;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #134D7D;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(236, 198, 64);
}

.floating-label > input + label,
.floating-label > textarea + label {
    padding: calc(0.375rem + 10px) calc(0.75rem + 10px);
}

.contact-form-right-button {
    background: #f9264e;
    border-radius: 8px;
    height: 40px;
    width: 104px;
    text-align: center;
    border: 1px solid #f9264e;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

    .contact-form-right-button:hover {
        background: #f9264e;
        border: 1px solid #f9264e;
        border: 1px solid #f9264e;
        color: #fff;
    }

.contact-form-heading {
    padding-bottom: 60px;
}

.contact-form-right-1-details h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 4px;
}

.contact-form-right-1-details h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #134d7d;
}

.contact-form-right-1 {
    padding-top: 40px;
}

.about-hrl-bg {
    margin-bottom: 45px;
    margin-top: 45px;
}

.login-bg {
    background: #f2f2f2;
}
.main-login
{
    position:relative;
}

.main-login-bg {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 31px 55px 50px 55px;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
    margin-bottom: 60px;
}

.forgot-password {
    display: flex;
    justify-content: flex-end;
}

    .forgot-password a {
        font-size: 12px;
    text-decoration: underline;
    }

.main-login .form-control {
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 26px #0000000a;
}

.password-sigup a {
    font-weight: 600;
    color: var(--brightblue);
    text-decoration: underline;
}

.main-login-top-bg {
    background: #f8f9fa;
}

.term-condition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
}

    .term-condition a {
        font-size: 12px;
    }

.before-login {
    margin: 0px;
    padding: 0px !important;
    align-items: center;
}

.summary {
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading-summary {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.total-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .total-detail p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .total-detail span {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }

.total-detail-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .total-detail-end p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .total-detail-end span {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
    }

.summary-right {
    box-shadow: 0px 6px 26px #0000000a;
    padding: 30px;
    background: #f6f6f6;
}

.small-text {
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

.terms-summary {
    font-size: 11px;
    font-weight: 400;
}

    .terms-summary a {
        font-size: 11px;
        font-weight: 400;
        color: #134D7D;
        text-decoration: underline;
    }

.summary-button-last a {
    background: #0F2C71;
    padding: 14px 40px;
    border-radius: 7px;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.summary-order-id {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
}

    .summary-order-id span {
        font-weight: 600;
        margin-left: 8px;
        color: #000;
    }

.summary-orderlist {
    display: flex;
    align-items: start;
    border: none;
    border-radius: 15px;
    background: #F6FFF5;
    position: relative;
    margin-bottom: 30px;
}

.summary-orderlist-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    flex: 0 0 200px;
    max-width: 200px;
    background-color: transparent;
    transition: all 0.3s ease-in 0s;
    background: var(--green);
} 

.captcha-border {
    box-shadow: 0px 6px 26px #0000000a;
    border-radius: 10px;
    border: 1px solid #ced4da;
}


.summary-orderlist-content {
    padding-left: 25px;
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
}

.summary-orderlist-box-img img {
    width: 39px;
}

.orderlist-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderlist-content-inner-left {
    width: 350px;
}

    .orderlist-content-inner-left h3 {
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .orderlist-content-inner-left p {
        margin-bottom: 0;
        font-size: 15px;
    }

.orderlist-content-inner-left-dates {
    margin-top: 8px;
}

.orderlist-content-inner-left-dates {
    font-size: 12px;
    margin-right: 30px;
    position: relative;
}

.orderlist-content-inner-right {
    text-align: center;
}

    .orderlist-content-inner-right h4 {
        font-size: 24px;
        font-weight: 600;
        color: var(--brightblue);
        margin-bottom: 7px;
    }

    .orderlist-content-inner-right h5 {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

.wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

#sidebar {
    width: 380px;
    position: fixed;
    /*top: 82px;*/
    right: 0;
    min-height: 300px;
    z-index: 222;
    max-height: 661px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    border-left: 1px solid #f5f5f5;
    overflow: auto;

}

    #sidebar.active {
        margin-right: -380px;
    }


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 380px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

    #content.active {
        width: 100%;
    }

.course-chapter-close {
    display:none;
}

.overlay_content {
    display:none;

}

.nav__logo {
    display: block;
}

.mob_nav {
    display: none;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-right: -380px;
        max-height: 545px;
    }

        #sidebar.active {
            margin-right: 0;
        }

    #content {
        width: 100%;
        z-index: 9;
        top: 3px
    }

        #content.active {
            width: calc(100% - 380px);
        }

    .overlay_content {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 63%);
        z-index: -1;
        display: none;
        position: fixed;
        opacity: 0.2;
        height: 100%;
        width: 100%;
    }

    #sidebarCollapse span {
        display: block;
        font-size: 12px;
        position: absolute;
        top: 172%;
        width: 76px;
        border-radius: 5px;
        padding: 2px 2px 2px 2px;
        color: #fff;
        right: 24%;
        box-shadow: #00000061 1px 1px 4px 1px;
        background: #134d7d;
    }
}

.sidebar-header {
    background: #fff;
    padding: 24px 20px;
}

    .sidebar-header h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

.main-content-section {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.content-section1 {
    background: #f7f9fa;
    padding: 20px;
}

.content-section1-heading {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.course-content {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-content-selected {
    background: #dedede;
    padding: 20px;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    flex: 0 0 calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding-right: 15px;
}

.TakeQuiz-selected {
    background: #dedede;
    padding: 20px;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    flex: 0 0 calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding-right: 15px;
}

.TakeQuiz {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

    .course-content:hover {
        background: #dedede;
        border-bottom: 1px solid #dedede;
    }

.TakeQuiz:hover {
    background: #dedede;
    border-bottom: 1px solid #dedede;
}

.course-content.active {
    background: #dedede;
    border-bottom: 1px solid #dedede;
}

.TakeQuiz.active {
    background: #dedede;
    border-bottom: 1px solid #dedede;
}

.course-content-heading {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    flex: 0 0 calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding-right: 15px;
}

.TakeQuiz-heading {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    flex: 0 0 calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding-right: 15px;
}

.TakeQuiz {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    flex: 0 0 calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding-right: 15px;
    text-align:center
}

.course-content-icon {
    flex: 0 0 28px;
    max-width: 28px;
}

.TakeQuiz {
    flex: 0 0 28px;
    max-width: 28px;
}

#sidebarCollapse {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background: #f5f5f5;
    color: #000;
    border: 1px solid #f5f5f5;
    padding: 10px 15px;
    z-index: 666;
    font-size: 25px;
}

.main-content-fixed-end .container {
    max-width: 100% !important;
}

.text-content {
    background: #fff;
    color: #000;
    padding: 20px;
    margin: 20px;
    box-shadow: 0px 3px 36px #0000001c;
    min-height: 300px;
}

    .text-content p span {
        font-weight: 700;
    }



    .text-content h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .text-content h4 {
        font-size: 20px;
        margin-bottom: 14px;
    }



    .text-content ul li:before {
        content: '';
        display: inline-block;
        width: 6px;
        background: url('../images/icon/circle.svg') no-repeat;
        height: 6px;
        position: absolute;
        left: 0;
        top: 6px;
        
    }



    .text-content ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 30px;
    }

        .text-content ul li {
            margin-bottom: 12px;
            padding-left: 36px;
            position: relative;
        }

iframe {
    width: 100%;
    height: 600px;
}
.latest-section-button {
    
}
.latest-section-button-green {
    background: #A7D28C;
    padding: 14px 40px;
    border-radius: 47px;
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.latest-section-button-black {
        background: #1d1b31;
    padding: 9px 9px;
    border-radius: 7px;
    color: #fff;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.latest-section-button-red {
    background: #f9264e;
    padding: 9px 27px;
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
    .latest-section-button-red:hover {
        color: #fff;
        background: #d81c40;
    }

    .latest-section-button-red:focus {
        color: #fff;
        background: #d81c40;
    }

.latest-section-button-quiz {
    background: #0F2C71;
    padding: 14px 40px;
    border-radius: 0px;
    color: #fff;
    /*margin-top: 30px;*/
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .latest-section-button-quiz:hover {
        color: #fff;
        background: #0c255e;
    }

    .latest-section-button-quiz:focus {
        color: #fff;
        background: #0c255e;
    }

.login-logo img {
    width: 112px;
    position: absolute;
    right: 0;
    top: -8px;
}

.course-content.active {
    background: #0f2c71;
    color: #fff;
    border-bottom: 1px solid #dedede;
}

#sidebarCollapse {
    display: none !important;
}

.TakeQuiz.active {
    background: #dedede;
    border-bottom: 1px solid #dedede;
}

.privacy-policy {
    padding-bottom: 60px;
}

.privacy-policy-bg p {
    margin-bottom: 30px;
}



.privacy-policy p span {
    font-weight: 700;
}



.privacy-policy h3 {
    font-size: 22px;
    font-weight: 600;
}

.privacy-policy h4 {
    font-size: 20px;
    margin-bottom: 14px;
}



.privacy-policy ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    background: url(../images/icon/tick22.png) no-repeat;
    /*background-image: url('../images/icon/tick22.png');*/
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}



.privacy-policy ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

    .privacy-policy ul li {
        margin-bottom: 12px;
        padding-left: 36px;
        position: relative;
    }

.privacy-policy {
    padding-top: 50px;
    padding-bottom: 50px;
}


.dropdown-anchor > li {
    width: 100%;
    border: 2px solid #134d7d;
    border-radius: 0px;
}


.dropdown-anchor li .inner-sub {
    width: 100%;
    border: 1px solid #f5f5f5;
}

.Submit-section-button {
    background: #0F2C71;
    padding: 14px 40px;
    border-radius: 20px;
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.column-4 {
    float: left;
    width: 21%;
    padding: 10px;
    margin: 20px;
    height: 400px;

}

.column-5 {
    float: left;
    width: 21%;
    padding: 0px;
    margin: 20px;
    height: 300px;
}
.swiperSaif-containerSaif {
    width: 100%;
    height: 338px;
    margin: 20px auto;
}
.latest-section-heading-Tiles h3 {
    font-size: 32px;
    color: #134D7D;
    margin-bottom: 15px;
    margin-left: 0px;
}

.footer-bg {
    background: #134d7d;
}

.footer-container {
    padding: 7px;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-logo {
    width: 56%;
    margin-bottom: 14px;
}

.footer-ptitle {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    margin-bottom: 7px;
}

.footerp {
    margin-bottom: 4px;
    font-size: 12px;
}

.footer-link {
    font-size: 14px;
    margin: inherit;
    padding-bottom: 3px;
}

.white-txt {

  color: #fff !important;
}

.footer-phone {
    font-size: 19px;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 4px;
}

.footer-endbar {
    display: block;
    background: #0b2664;
    height: 47px;
}

    .footer-endbar p {
        margin-top: 14px;
        margin-bottom: 0px;
    }
    .footer-endright {
        float: right;
        font-size: 13px;
    }


.footer-endleft {
    float: left;
    font-size: 13px;
}

.socialhead {
    position: absolute;
    right: 4%;
    top: 3.6%;
    display: grid;
}

.chaptershd-p {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}

.chapters-p {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    margin-bottom: 7px;
}
.socialicon-f {
    border-radius: 50px;
    background: #3b5998;
    padding-left: 12px;
    padding-top: 8px;
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 25px !important;
    height: 40px;
    width: 40px;
}

.socialicon-l {
    border-radius: 50px;
    background: #007bb6;
    padding-left: 10px;
    padding-top: 8px;
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 25px !important;
    height: 40px;
    width: 40px;
}

.socialicon-i {
    border-radius: 50px;
    background: #3b5998;
    padding-left: 12px;
    padding-top: 8px;
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 25px !important;
    height: 40px;
    width: 40px;
}
.socialicon-c {
    border-radius: 50px;
    background: #134d7d;
    padding-left: 12px;
    padding-top: 8px;
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 25px !important;
    height: 40px;
    width: 40px;
}


.socialicon-wa {
    border-radius: 50px;
    background: #25D366;
    padding-left: 8px;
    padding-top: 7px;
    margin-bottom: 12px;
    color: #ffffff !important;
    font-size: 27px !important;
    height: 40px;
    width: 40px;
}

.userloginbg {
    background-size: cover !important;
    background-position: center;
    background: #fff url(../images/images/lbg.jpg);
}

hr {
    width: 19%;
    border: 0;
    border-top: 1px solid #fff;
    margin: 0px;
    margin-bottom: 16px;
    margin-top: 12px;
}

.tutorloginbg {
    background-size: cover !important;
    background-position: center;
    background: #fff url(../images/images/lbg.jpg);
}


.floating-label {
    margin-top: 25px !important;
}


.course-text-content {
    overflow: auto !important;
    max-height: 551px !important;
}



#sidebar::-webkit-scrollbar {
    width: 6px;
}
 
#sidebar::-webkit-scrollbar-track {
    background-color: #a0e5eda8;
    border-radius: 100px;
}
 
#sidebar::-webkit-scrollbar-thumb {
    background-color: #134d7d;
    border-radius: 100px;
}

.choose-certficate::after {
  border-left-color: #000000 !important;
    margin-top: -5px;
    content: "";
    position: absolute;
    height: 0px;
    color: #000;
    width: 0;
    border: 7px solid transparent;
    top: 58%;
    right: 23px;
    transform: rotate(90deg);
}


.terms-container {
    max-width: 860px !important;
    margin: 0px auto 0;
}

.terms-headingtxt {
    font-size: 18px;
    font-weight: 600;
}

.terms-ul {
        margin-bottom: 12px;
    list-style: lower-alpha;
    margin-left: 31px;
}

.terms-li {
    padding: 2px;
}

.privacy-ul {
        margin-bottom: 12px;
    list-style: none;
    margin-left: 0px;
}

.privacy-headinhtxt {
    font-size: 17px;
    color: #134d7d;
}

.privacy-p {
    line-height: 38px;
    font-size: 15px;
    font-weight: 400;
}

.quizoption-p {
    font-size: 16px;
    margin: 0px;
    line-height: 13px;
}

.quizsuceess-downcertifyp {
        margin-top: 34px;
    font-size: 14px;
    font-weight: 400;
}

.tutname-h4 {
    font-size: 18px !important;
}

.tutname-h6 {
    font-size: 15px !important;
}


.flex-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 21px;

}


.course-register-video .video-content .plyr--video {
    height: 385px !important;
}


.courseview-checkout {
    color: #eb6b6b;
    font-size: 23px;
    font-weight: 600;
}

.thank-button:focus {
    color: #fff !important;
}


.downlaod-txt {
    font-weight: 700;
    color: #0f2c71;
    letter-spacing: 0.6px;
}


.radiobtn {
    background: #0f2c71;
    border-radius: 6px;
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
    color: #fff !important;
}


.radiobtn input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
}


.radiobtn label, .radiobtn input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff !important;
}

.mb-50 {
    margin-bottom: 50px;
}


.savemodelhdtxt {
    font-size: 21px;
    margin-left: 11px;
    margin-top: 3px;
}

.savemodelclsbtn {
    font-size: 27px;
    margin-right: 6px;
    margin-top: 3px;

}

.savemodelsvbtn {
    background: #673ab7;
    color: #fff;
    border-radius: 7px;
}

.savemodelsvbtn:hover {
     color: #fff !important;
}

.couponcodebtn {
    background: #0f2c71;
    color: #fff;
    border-radius: 6px;
    margin-left: 46px;
}

.couponcodebtn:hover {
    color: #fff !important;
}

.tutorpatterns {
    background-repeat: repeat;
    background-image: url(../images/images/pattern.jpg);
    background-size: 30%;
}

.checkout-btn {
    background: #0F2C71;
    padding: 14px 40px;
    border-radius: 7px;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
}

/*------------ whatsapp call ----------*/

.pulse1, .pulse2, .pulse3, .pulse4 {
    width: 101px;
    height: 101px;
    background: rgb(24 179 92 / 33%);
    border-radius: 50%;
    z-index: -1;
    text-align: center;
    position: absolute;
    transform: scale(0.1,.1);
    left: -33%;
    top: -33%;
}

.pulse1 {
    animation: ring-1 5s .5s ease-out infinite;
}

.pulse2 {
    animation: ring-1 5s 1s ease-out infinite;
}

.pulse3 {
    animation: ring-1 5s 1.5s ease-out infinite;
}

.pulse4 {
    animation: ring-1 5s 2s ease-out infinite;
}

.wa-float i {
    position: relative;
    width: 62px;
    height: 62px;
    background-color: #18b35c;
    color: #fff;
    border-radius: 50px;
    font-size: 37px;
    justify-content: center;
    align-items: center;
    z-index: 5;
    display: flex;
}

.wa-float .wa-float-icon {
    color: #fff;
}

.wa-float {
    position: fixed;
    bottom: 85px;
    left: 85px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.wa-float {
    z-index: 100;
    display: flex;
    transition: all .3s ease-in-out;
}

.wa-floatp {
    z-index: 100;
    display: flex;
    transition: all .3s ease-in-out;
}

    .wa-floatp i {
        position: relative;
        width: 62px;
        height: 62px;
        background-color: #18b35c;
        color: #fff;
        border-radius: 50px;
        font-size: 31px;
        justify-content: center;
        align-items: center;
        z-index: 5;
        display: flex;
    }

    .wa-floatp .wa-float-icon {
        color: #fff;
    }

.wa-floatp {
    position: fixed;
    bottom: 10px;
    right: 6px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}



.wa-floatp {
    z-index: 100;
    display: flex;
    transition: all .3s ease-in-out;
}

@keyframes ring-1 {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

.wa-floatp {
    display: none;
}
/*------------ end whatsapp call ----------*/

.ldcontainer {
    width: 100%;
    position: fixed;
    top: 0%;
    margin: 0px;
    padding: 0px;
    z-index: 99999;
    background: #ffffffad;
    box-shadow: #f5e0e0cc 2px 2px 14px 1px;
    height: 100%;
    text-align: -webkit-center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadbox {
    width: 300px;
    height: 300px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadcontainer .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #134d7d;
    animation: move 500ms linear 0ms infinite;
    margin-right: 30px;
}

    .loadcontainer .circle:first-child {
        /*position: absolute;
        top: 0;
        left: 0;
        animation: grow 500ms linear 0ms infinite;
    }*/
    }

    .loadcontainer .circle:last-child {
        /*position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;*/
        animation: grow 500ms linear 0s infinite reverse;
    }

@keyframes grow {
    from {
        transform: scale(0, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes move {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(45px);
    }
}



/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

*[dir="rtl"] .metismenu .arrow {
    float: left;
}

/*
   * Require Bootstrap 3.x
   * https://github.com/twbs/bootstrap
  */

.metismenu .glyphicon.arrow:before {
    content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\e114";
}

/*
   * Require Font-Awesome
   * http://fortawesome.github.io/Font-Awesome/
  */

.metismenu .fa.arrow:before {
    content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
    content: "\f107";
}

/*
   * Require Ionicons
   * http://ionicons.com/
  */

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .mm-active > a > .ion.arrow:before {
    content: "\f3d0";
}

.metismenu .plus-times {
    float: right;
}

*[dir="rtl"] .metismenu .plus-times {
    float: left;
}

.metismenu .fa.plus-times:before {
    content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
    transform: rotate(45deg);
}

.metismenu .plus-minus {
    float: right;
}

*[dir="rtl"] .metismenu .plus-minus {
    float: left;
}

.metismenu .fa.plus-minus:before {
    content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
}

.metismenu .has-arrow {
    position: relative;
}

    .metismenu .has-arrow::after {
        position: absolute;
        content: '';
        width: .5em;
        height: .5em;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: currentColor;
        border-color: initial;
        right: 1em;
        transform: rotate(128deg) translate(0, -50%);
        transform-origin: top;
        top: 50%;
        transition: all .3s ease-out;
    }

*[dir="rtl"] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(0, -50%);
}

/* custom code */
.hamburger-menu {
    display: inline-block;
}

    .hamburger-menu a {
        display: inline-block;
    }

.body-overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

    .body-overlay.active {
        opacity: .5;
        visibility: visible;
    }

.navside-toggle {
    display: block;
    background-color: transparent;
    width: 40px;
    cursor: pointer;
    padding: 4px;
}

.navside-toggle span.mrg {
    margin-top: 5px;
}

.navside-toggle span {
    position: relative;
    display: block;
    height: 4px;
    border-radius: 35px;
    width: 100%;
    margin-top: 0;
    background-color: #134d7d;
    transition: all .25s;
}

.side-mobile-menu ul li a {
    text-align: left;
    padding: 0px 0;
    padding-top: 5px;
    display: block;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    font-size: 15px;
    color: #0f2c71;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.headericons-f {
    border-radius: 50px;
    background: #3b5998;
    padding-left: 10.2px;
    padding-top: 8px;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 33px;
    width: 33px;
    /*margin-left: 7px;*/
}

.tutor-reg-hd {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #134d7d;
    margin: 0px;
    margin-top: 21px;
    padding-bottom: 1px;
}

.headericons-l {
    border-radius: 50px;
    background: #007bb6;
    padding-left: 8.2px;
    padding-top: 6px;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 33px;
    width: 33px;
    margin-left: 7px;
}

.headericons-i {
    border-radius: 50px;
    background: #bc2a8d;
    padding-left: 10px;
    padding-top: 8px;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 33px;
    width: 33px;
    margin-left: 7px;
}

:root {
    --size: 50vmin;
    --white: #fff;
    --blue: #3051f1;
    --purple: #c92bb7;
    --red: #f73344;
    --orange: #fa8e37;
    --yellow: #fcdf8f;
    --yellow_to: #fbd377;
}

.instagram {
    font-size: var(--size);
    aspect-ratio: 1;
    background: radial-gradient(circle farthest-corner at 28% 100%, var(--yellow) 0%, var(--yellow_to) 10%, var(--orange) 22%, var(--red) 35%, transparent 65%), linear-gradient(145deg, var(--blue) 10%, var(--purple) 70%);
    position: relative;
    display: grid !important;
    place-items: center;
}

    .instagram:before, .instagram:after {
        content: "";
        color: var(--white);
        position: absolute;
        border-radius: 5px;
        aspect-ratio: 1;
    }

    .instagram:before {
        border: 0.05em solid;
        width: 58%;
    }

    .instagram:after {
        border-radius: 50%;
        border: 0.04em solid;
        width: 27%;
        box-shadow: 0.22em -0.22em 0 -0.18em;
    }

.headericons-c {
    border-radius: 50px;
    background: #134d7d;
    padding-left: 10px;
    padding-top: 8px;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 33px;
    width: 33px;
    margin-left: 7px;
}

.headericons-cc {
    border-radius: 50px;
    background: #ffffff;
    padding-left: 10px;
    padding-top: 8px;
    color: #134d7d !important;
    font-size: 20px !important;
    height: 33px;
    width: 33px;
    margin-left: 7px;
}

.headericons-wa {
    border-radius: 50px;
    background: #25D366;
    padding-left: 6.2px;
    padding-top: 5.5px;
    color: #ffffff !important;
    font-size: 26px !important;
    height: 35px;
    width: 35px;
    margin-left: 7px;
}

.paymethods {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    margin-left: 12px;
    margin-right: 44px;
}
    .side-mobile-menu ul li a[aria-expanded="true"] {
        color: #0f2c71;
    }

    .side-mobile-menu ul li a:hover {
        color: #0f2c71;
        /*padding-left: 5px;*/
    }

.side-mobile-menu ul li ul li:hover > a {
    color: #0f2c71;
    /*padding-left: 20px;*/
}

    .side-mobile-menu ul li ul li:hover > a::before {
        background: #0f2c71;
        border-color: #0f2c71;
    }

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*margin-top: 5px;*/
}

.side-mobile-menu {
    display: none;
}

.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -387px;
    width: 0%;
    padding: 25px 13px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    z-index: 1020;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    padding-top: 19px;
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    .slide-bar.show {
        right: 0;
        width: 100%;
        transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }



.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 8px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 16px;
}

.side-mobile-menu ul li.dropdown > a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
    transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
}

.side-mobile-menu ul li.dropdown a[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}


.side-mobile-menu ul li ul li a {
    text-transform: capitalize;
    font-size: 14px;
     color: #0f2c71;
}

.close-mobile-menu a {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: 10px;
    left: 0px;
    display: block;
}

    .close-mobile-menu a:hover {
        color: #fff;
    }

.close-mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #0F2C71;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.header-mobile-search input {
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 0 18px;
    padding-right: 40px;
    font-size: 14px;
    border: 1px solid #ececec;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .header-mobile-search input:focus {
        border-color: #0f2c71;
    }

.header-mobile-search {
    margin-bottom: 15px;
    position: relative;
    display: block;
}

    .header-mobile-search button {
        position: absolute;
        width: 50px;
        height: 100%;
        right: 0;
        line-height: 100%;
        padding: 0;
        border: none;
        background-color: initial;
        background-image: none;
        color: #3a505f;
        top: 0;
        cursor: pointer;
    }

.sidebar-info {
    padding-top: 20px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .side-mobile-menu {
        display: block;
        margin-top: 24px;
    }

    .cart_sidebar {
        display: none;
    }
}


.body-overlay.active {
    opacity: .5;
    visibility: visible;
}
#CEMail {
    height: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0px !important;
    border: none !important;
}