
/*----------------------------- Global Font -------------------------*/

/*body{
    font-family: europa,sans-serif;
    font-style: normal;
    color: #324755;
    font-display:swap;
}*/

h1,h2,h3,h4,h5,h6,p{
    font-family: europa,sans-serif;
    font-style: normal;
}
h2.com-size-two,
h4.com-size-two {
    font-size: 2rem;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-32 {
    font-size: 32px !important;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.lh-normal {line-height: normal;}
.lh-inherit {
    line-height: inherit;
}
.lh-1 {line-height: 1;}
.font-24 {
    font-size: 24px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-europa{
    font-family: europa,sans-serif;
    font-style: normal;
    font-display:swap;
}
.w-70 {
    width:70px;
}
.font-rift{
    font-family: rift-soft,sans-serif;
    font-style: normal;
    font-display:swap;
}

.table .thead-light th {
    color: #A3A6B4;
    background-color: #F5F6FA;
    border: 0 solid #F5F6FA;
}
.overflow-auto {
    overflow: auto;
}
.overflow-auto::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.dashboard-menu ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.learn-h {min-height: 34.33px;margin-right: 7px !Important;}
.subscription-diplo {background-color: #0072ED;}
.subscription-diplo .subscription-in {background-color: #2B81DE;}
.overflow-auto::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.dashboard-menu ul::-webkit-scrollbar-track {
    background: transparent;
}
.overflow-auto::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.dashboard-menu ul::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}
.btn-q-select{
    background: #324755 !important;
    color: #fff !important;
}
.card-term h5{
    font-weight: bold;
    color: #324755;
}
.study-faq .accordion {max-width: 836px;}
.study-faq .accordion .card-header {background-color: #DFE8F1;}
.study-faq .accordion .fa {transition: transform 0.3s;}
.trusted-platform .how-it-work .card-img{width:53px;height:53px;object-fit: contain;}
.blog-banner-section.test-banner .blog-banner.data-flow {
    /*background-image: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/exam-test-right.webp);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    background-color: #DFE8F1;
    background-image:inherit;
}

.about-card {
    border-radius: 4px;
    font-weight: 500;
    min-height: 120px;
    padding: 20px;
}

.datepicker {
    font-size: 13px;
}

input#phonee_no {
    padding-left: 90px !important;
}

.border-20 {
    border-radius: 20px;
}
.bg-facebook {
    background-color: #3b5998 !important;
}
button.owl-dot:focus {
    outline: 0 !important;
}
/* custom checkbox*/
.custom-admin-checkbox {
    display: list-item;
    list-style: none;
    position: relative;
   /*padding-left: 5px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-admin-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}
.custom-admin-checkbox input:checked ~ .checkmark {
    background-color: rgba(248, 249, 246, 0.3);
    border: 1px solid black;
}
.custom-admin-checkbox .checkmark {
    position: absolute;
    top: 9px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.custom-admin-checkbox .popup-top {
    top: 0px !important;
}
#display-haad{
    display: none;
}
#display-haad .form-check-label{
    padding-left:31px;
}
.custom-admin-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-admin-checkbox .checkmark:after {
    left: 7px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.indi-email {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: rgba(240, 248, 255, 0.2);
}

/* Rounded switch */

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    top: 6px;
    left: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.tagator_input,
.form-control{
    font-size: 14px;
    border-radius: 20px;
}
.form-control::placeholder {
    color: #9d9d9d;
}

.form-control:-ms-input-placeholder {
    color: #9d9d9d;
}

.form-control::-ms-input-placeholder {
    color: #9d9d9d;
}
select.form-control{
    color: #9d9d9d;
    font-size: 14px;
    border-radius: 20px;
    background-image: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/Vector.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px; /* adjust the padding to make space for the icon */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* hide the default arrow icon */
}
.mock-bg{
        background-color:#314755;
        border-radius: 10px;
    }
    .mock-txt{
        color: #DCDCDC;
        font-size:28px;
        font-weight:400;
        line-height:38px;
    }
    .text-white-mock{
        font-size:28px;
        color:#ffffff;
        font-weight:600;
        line-height:38px;
    }
    .mock-btn{
        box-shadow: 0px 1px 11px -2px rgba(0, 123, 255, 0.24) !important;
        border-radius: 200px !important;
        padding:10px 30px !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 132.9% !important;
        letter-spacing: 0.015em !important;
        color: #FFFFFF !important;
        letter-spacing: 0.015em;
    }

/* Rounded switch End */

/*-------------custom radio button ends--------------------*/
.custom-radio {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.overview-expaination{
    overflow: hidden;
    position: relative;
    z-index: 20;
}
.overview-expaination .wm-background{
    position: absolute;
    z-index: -1;
    top: -36%;
    right: -5%;
    left: -30%;
    bottom: -5%;
    user-select: none;
    transform: rotate(-55deg);
}
.overview-expaination .wm-image{
    position: absolute;
    z-index: -1;
    filter: grayscale(1);
    opacity: .09;
}
.overview-expaination .wm-image .col-6{
   padding-top:100px;
    padding-bottom:100px;
}
.overview-expaination .wm-background p{
    display: inline-block;
    color: #e1e1e1;
    font-size: 16px;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 7px;
    opacity: 0.7;
}
/*admin explain*/
.admin-explain{
    overflow: hidden;
    position: relative;
    z-index: 20;
}
.admin-explain .wm-background{
    position: absolute;
    z-index: -1;
    top: -86%;
    right: -5%;
    left: -30%;
    bottom: -5%;
    user-select: none;
    transform: rotate(-55deg);
}
.admin-explain .wm-image{
    position: absolute;
    z-index: -1;
    filter: grayscale(1);
    opacity: .09;
}
.admin-explain .wm-image .col-6{
    padding-top:100px;
    padding-bottom:100px;
}
.admin-explain .wm-background p{
    display: inline-block;
    color: #eee;
    font-size: 16px;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 7px;
    opacity: 0.6;
}
/*end of admin expain*/
.opacity-button{
    opacity:.6;
}
.overview-expaination .wm-image  img{
    opacity: .9;
    filter: grayscale(100%);
}
/*-------------custom radio button--------------------*/

/*----------------------------- Global Font End -------------------------*/


/*-----------------------------HOMEPAGE SECTION STARTS-------------------------*/
.header-section-covid p {
    font-size: 14px;
}
.take-me {
    font-size: 14px;
    border-radius: 30px;
}
.take-me:hover {
    background-color: #0062cc !important;
    border-color: #007bff !important;
    color: #FFFFFF !important;
    transition: all 0.5s;
}
.forum-banner-section .forum-banner {
    display: table;
    width: 100%;
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/forum-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 250px;
    position: relative;
}
.bg-post-qstn {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 6px 18px 6px 13px;
}
.bg-groups-switch {
    border-radius: 8px;
    background: linear-gradient(121deg, #0097D9 1.96%, #3AB9EE 68.83%);
    padding: 15px 18px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.bg-groups-switch .switch {
    width: 46px;
    height: 24px;
    top: 2px;
    left: 5px;
}
.bg-groups-switch .slider,
.bg-groups-switch input:checked+.slider {
    background-color: rgba(255,255,255,0.3);
}
.bg-groups-switch .slider:before {
    height: 16px;
    width: 16px;
    left: 5px;
    bottom: 4px;
}
.bg-groups-switch input:checked+.slider:before {
    transform: translateX(21px);
}
.bg-forumsearch {
    border-radius: 4px;
    background-color: rgba(57, 185, 238, 0.1);
}
.bg-post-qstn .btn {
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.bg-forumsearch .nav-tabs .nav-link,
.forum-group-card-tabs.nav-tabs .nav-link {
    color: #000;
    font-size: 15px;
    border: none;
    font-weight: 400;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}
.bg-forumsearch .nav-tabs .nav-link.active,
.forum-group-card-tabs.nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 0 !important;
    font-size: 15px;
    font-weight: 500;
}
.bg-forumsearch .nav-tabs .nav-link.active::after,
.forum-group-card-tabs.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #007BFF;
    width: 21px;
    margin: 0 auto;
}
.bg-forumsearch .input-group-text {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    background-color: #F3F4F5;
    border: 0;
}
.bg-forumsearch .input-group-text .material-icons{
    color: rgba(187, 187, 187, 1);
    font-size: 18px;
    display: inline-block;
    margin-top: 4px;
}
.bg-forumsearch .form-control {
    background-color: #F3F4F5 !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bg-forumsearch .form-control:focus {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.general-forum-group .bg-latest-post {
    background-color: #F4F4F4;
    border-radius: 5px;
}
.general-forum-group .bg-latest-post h6 {
    color: #004895;
}
.general-forum-card .card,
.private-group {
    border-radius: 5px !important;
}
.general-forum-card .card-header,
.private-group .card-header {
    background-color: #D3ECFF !important;
}
.general-forum-group .exam-cat p {
    color: #484848;
}
.general-forum-group {
    border-bottom: 2px solid #F3F4F5!important;
}
.bg-latest-post .post-time {
    color: #878787;
    font-size: 12px;
    font-weight: 300;
}
.dha-bg {
    background-color: #1A4F92;
}
.orthodontics-bg {
    background-color: #505EA7;
}
.exam-booking-bg {
    background-color: #E5A230;
}
.card.exam-prep-card {
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
}
.card.exam-prep-card h2 {
    color: #181818;
}
.card.exam-prep-card p {
    color: #535353;
}
.card.exam-prep-card p.text-black {
    color: #282829;
}
.exam-prep-card .card-body p.border-bottom:last-child {
    border-bottom: 0 !important;
}
.exam-prep-card .hot-topics .post-time {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
}
.exam-prep-card .hot-topics:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
.bg-badge {
    border-radius: 35px;
    padding: 2px 12px;
    display: inline-block;
    font-size: 11px;
    margin-right: 6px;
}
/* p.anchor-text:hover {
    color: #007bff !important;
} */
.general-forum-card a:hover p, p.no-anchor {
    cursor: auto;
}
.header-section-covid .fa-times, p.anchor-text {
    cursor: pointer !important;
}
.main-top-fixed{
    padding-top: 0;
}
.covid-exam {
    position: fixed;
    top: 145px;
    z-index: 9999;
    left: -1000px;
    transition: all 1s;
}
.covid-exam.active {
    left: 0;
    transition: all 1s;
}
.take-test {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
}
.covid-exam p {
    font-size: 18px;
    font-weight: 600;
}
.covid-exam .modal-content {
    background-image: url("https://edental.s3.us-east-2.amazonaws.com/assets/img/bg-popup-img.jpg");
    object-fit: cover;
    background-size: cover;
    height: 400px;
}
.covid-icon img {
    position: fixed;
    left: 0px;
    top: 32%;
    height: 50px;
    cursor: pointer;
    z-index: 1;
}
.covid-exam .close {
    position: absolute;
    right: -20px;
    top: 16px;
    opacity: 1;
    background-color: #DDDDDD !important;
    font-size: 18px;
    color: #324755;
}
.covid-exam .close:focus {
    outline: 0;
}
.covid-exam.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(-60%,0)scale(1);
    transform: translate(-60%,0)scale(1);
}
.covid-exam.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.sidebar-admin-dash a.sidebar-brand {
    background-color: #314755;
}
.sidebar-admin-dash a.collapse-item.nav-link {
    width: 92%;
    white-space: normal !important;
}
.modal-confirm .modal-body {
    padding: 20px 25px;
}
.img-form-wid {
    width: 150px;
}
.upload-display {
    display: none;
}
.visa-width {
    width: 100px;
}
.topic-error {
    display: none;
}
.topic-primary {
    margin: 0 3px;
}
.is-checked {
    display: none;
}
.is-notify {
    padding: 0px 22px;
}
.banner-section .modal-login .modal-dialog {
    max-width: 1000px;
}
.user-soc-pop.modal-login .modal-dialog {
    max-width: 1000px;
}
.banner-section .modal-login .modal-dialog .sign-up-mod {
    padding-top: 25px;
}
.banner-section .modal-login .modal-dialog .free-trial-div {
    padding-top:30px;
}
.mainClose .fa-bars{
    display: none;
}
.menu .fa-times{
    display: none;
}
.nav-social{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 26px;
    padding: 4px 11px !important;
}
div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    bottom:0;
    margin:0;
    z-index: 9;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 20.7% 0;
    overflow: hidden;
}
.social-media .nav-social {padding: 4px 2px !important;}
.data-flow-detail .btn-outline-primary{background-color: #FFFFFF;}
.data-flow-detail .btn-outline-primary:hover{background-color: #007bff;}
.data-detail-content {max-width: 860px;margin: 15px auto 25px;}
.blog-banner-section.test-banner .blog-banner.data-flow.data-flow-detail{background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/banner_diploma_of_primary_care_dentistry_exam%201.webp')}
.nav-fb {
    border: 1px solid #7586ba;
    background: #dddddd;
}

.nav-fb {
    border: 1px solid #007bff;
    background: #007bff;
    color: #FFFFFF !important;
}

.nav-tw {
    border: 1px solid #007bff;
    background: #007bff;
    color: #FFFFFF !important;
}

.nav-ln {
    border: 1px solid #007bff;
    background: #007bff;
    color: #FFFFFF !important;
}

li.nav-item.dropdown.resources-drop .dropdown-menu a {
    font-size: 14px;
}
li.nav-item.dropdown.resources-drop .dropdown-menu {
    left: -28px;
}
/*li.nav-item.dropdown.resources-drop .dropdown-menu {*/
    /*position: relative;*/
    /*background: #ffffff;*/
    /*border: 2px solid #000000;*/
/*}*/
li.nav-item.dropdown.resources-drop .dropdown-menu:after, li.nav-item.dropdown.resources-drop .dropdown-menu:before {
    bottom: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
li.nav-item.dropdown.resources-drop .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
}
li.nav-item.dropdown.resources-drop .dropdown-menu:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0,0,0,0.5);
    border-width: 9px;
    margin-left: -9px;
}
/*li.nav-item.dropdown.resources-drop .dropdown-menu:before {*/
    /*content: '';*/
    /*border-left: 11px solid transparent;*/
    /*border-right: 11px solid transparent;*/
    /*border-bottom: 13px solid #00000024;*/
    /*position: absolute;*/
    /*top: -11px;*/
    /*right: 20px;*/
/*}*/
.dropdown-toggle::after {
    margin-left: .450em;
}
li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    top: 15px;
    border-right: 1px solid rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5);
}
/* Rating */
.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

/* Rating End */
#userfeedbackmodal .feedback-popup .modal-content, .popup-modal .modal-content,
.banner-section .feedback-popup .modal-content {
    border-top: 5px solid #0083ff;
}

#userfeedbackmodal .feedback-popup .close .material-icons,
#login_model .close .material-icons,
#specialist_plan_error_model .close .material-icons,
.popup-modal .close .material-icons,
.banner-section .feedback-popup .close .material-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #cccaca;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    padding: 8px 8px;
}
#userfeedbackmodal .modal-body,
.popup-modal .modal-body,
.banner-section .modal-body {
    padding: 70px;
}
#userfeedbackmodal .modal-dialog.feedback-popup,
.popup-modal .modal-dialog.feedback-popup,
.banner-section .modal-dialog.feedback-popup{
    max-width: 650px;
}
#userfeedbackmodal .modal-dialog .btn-primary,
.popup-modal .modal-dialog .btn-primary,
.banner-section .modal-dialog .btn-primary{
    padding-left: 40px;
    padding-right: 40px;
}
.popup-modal .modal-dialog{ max-width: 325px; margin: auto;}
.banner-section .navbar-custom .navbar-brand{
    position: absolute;
}

.banner-section .navbar-light .navbar-nav .nav-link .mobile-icon{
    display: none;
}
.banner-section .navbar-light .navbar-nav .nav-link .user-icon{
    display: none;
}
.banner-section  .dropdown-menu-right:after{
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -15px;
    right: 43px;
}
.banner-section  .dropdown-menu-right:before{
    content: '';
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 16px solid #00000024;
    position: absolute;
    top: -16px;
    right: 42px;
}
.banner-section  .dropdown-menu-right{
    border: 0;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.43);
    box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.43);
    top: 50px;
    right: -140px!important;
    width: 250px;
}
.banner-section  .dropdown-menu-right.after-login {
     right: -19px!important;
 }
.banner-section  .dropdown-menu-right a{
    padding: 15px 20px;
    font-size: 20px;
    border-bottom: 1px solid #efefef;
    display: flex;
    color: #8c8c8c;
}
.banner-section  .dropdown-menu-right a:active .material-icons,
.banner-section  .dropdown-item.active,
.banner-section  .dropdown-item:active{
    color: #8c8c8c !important;
}

.banner-section  .dropdown-menu-right a .material-icons{
    color: #8c8c8c;
    padding-right: 10px;
    padding-top: 4px;
}

.banner-section .menu .dropdown-menu-right {
    width: auto;
    right: -174px !important;
    background: #f8f9fa;
    height:26.5rem;
}
.banner-section .menu .dropdown-menu-right.after-login {
    right: 0 !important;
    height: auto;
}
.banner-section .menu .dropdown-menu-right.after-login a {
    justify-content: left;
}
.banner-section .menu .dropdown-menu-right a {
    font-size: 13px;
    padding: 6px 10px;
}
.menu .dropdown-item:focus,.menu .dropdown-item:hover {
    background-color: #ececec;
}
.banner-section .menu .dropdown-menu-right:before { display:none }
.banner-section .menu .dropdown-menu-right:after {
    left: 43px;
    right: auto;
    border-bottom-color: #f8f9fa;
}
.lange { width:130px }
.lange .dropdown-toggle::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    top: 15px;
    border-right: 1px solid rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.btn-lg-login{
    border-radius: 30px;
    border: 1px solid #324755;
}

.btn-lg-login:hover{
    color: #ffffff !important;
    background: #007bff !important;
    border-color: #007bff !important;
}

.img-login-ioc{
    width: 16px;
}

.img-login-ioc:hover {
    content: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/login-ico-white.svg');
    width: 16px;
}

.img-login-ioc:active,
.img-login-ioc:focus,
.img-login-ioc:hover{
    content: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/login-ico-white.svg');
    width: 16px;
}

a:active .img-login-ioc,
a:focus .img-login-ioc,
a:hover .img-login-ioc{
    content: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/login-ico-white.svg');
    width: 16px;
}

.login-dropdwon{
    margin-top: 35px;
}

.notification .dropdown-menu{
    margin-top: 35px;
    left: -310px;
    padding: 10px;
    width: 400px;
}

.notification ul.dropdown-menu li a{
    text-decoration: none;
    color:#868686;
}

.notification ul.dropdown-menu li a{
    text-decoration: none;
    color:#868686;
}

.notification .dropdown-toggle::after{
    display: none;
}
.notification .dropdown-menu::before{
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -15px;
    right: 40px;
}
.notification .btn-default-outline{
    background: transparent;
    border: 1px solid #484848;
    font-weight: 600;
    display: block;
    color: #484848;
}

.notification ul.dropdown-menu li a.all-notification{
    color: #007bff;
    display: block;
    text-align: center;
}
.login-dropdwon.dropdown-menu::before{
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -15px;
    right: 40px;
}
.navbar-custom{
    height: 80px;
    box-shadow: 0 0 1px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,.05);
    background: #ffffff;
    z-index: 999;
    width: 100%;
    position: relative;
}

/*!*.fixed .navbar  */
.fixed-custom{
    position: fixed;
    top: 0;
}

.nav-link-img{
    padding-top: 4px;
    padding-bottom: 4px;
}

/*  Start  User Notification */

.user-notification {
    font-size: 8px;
    position: absolute;
    left: 29px;
    top: 11px;
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.nav-user-notification .dropdown {
    position: static;
}

.nav-user-notification .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
}

.nav-user-notification .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}

.nav-user-notification .dropdown-list .dropdown-header {
    background-color: #324755;
    border: 1px solid #324755;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.nav-user-notification .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.nav-user-notification .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.nav-user-notification .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.nav-user-notification .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
}

.nav-user-notification .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.nav-user-notification .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}

.nav-user-notification .dropdown-menu-right .text-notification{
    color: #000000;
    font-size:14px;
}

.nav-user-notification .dropdown-menu-right .text-gray-500{
    font-size: 80%;
    font-weight: 400;
}
.nav-user-notification .view-all-text{
    font-size: 70%!important;
}

.notifications-wrapper .panel-group button:focus{
    outline: 0px auto -webkit-focus-ring-color;
}

.notifications-wrapper .panel-group .dropdown-item:active{
    color: #304a62;
    text-decoration: none;
    background-color: #e4e4e4;
}

.notifications-wrapper .panel-group .dropdown-item .notif-date{
    margin: -20px 0px 0px 6px;
}
.minHgt_new {
    min-height: 415px;
}
.trial-desc p, .trial-coach p {color: #707070;}
.trial-desc {background-color: #f8f8f8;}
.object-cover {object-fit: cover;}
.overflow-hidden {overflow: hidden;}
.trial-coach .card {border: 1px solid rgba(112, 112, 112, 0.15);min-height: 386px;}
.trial-coach .card img {min-height: 446px;}
.trial-start {background-color: #DEEBEE;}
.trial-start.card img {
    max-height: 145px;
    min-height: inherit;
}
.trial-start h4 {max-width: 500px;}
.trial-start.card {
    min-height: inherit;
}
.trial-card {background-color: #f6f5fc;}
.trial-card input, .trial-card button, .trial-card .btn-social, .trial-card select {height: 45px;border-radius: 32px;}
.trial-card .btn-social {line-height: 27px;}
.trial-card .question-trail-card .card-question-line .card-circle {
    background: #f6f5fc;
    border-radius: 0;
    font-size: 21px;
    color: #324755;
    text-transform: uppercase;
    padding: 0 25px;
    letter-spacing: 2px;
}
.trial-card .question-trail-card .card-question-line {height: 40px;}
.trial-card .question-trail-card {height: 450px;}
.trial-card img {max-height: 482px;}
.mouse {
    width: 30px;
    z-index: 10;
    height: 50px;
    border: 3px solid #007bff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .3s ease-in;
    background-color: #007bff;
}
.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top: 10px;
    margin-left: -2.5px;
    transition: all .3s ease-in;
    -webkit-animation-name: rotateplane;
    -webkit-animation-duration: 1.5s;
    animation-name: rotateplane;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.mh-inherit {min-height: inherit !important;}
.img-shape::after {
    position: absolute;
    content: '';
    border-left: 70px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 205px solid #deebee;
    bottom: 0;
    right: -40px;
}
.start-btn {
    padding: 9px 40px !important;
    font-size: 16px !important;
}

#nav-paytabs-tab {
    padding: 9px;
}
.blog-title {
    color: #007BFF;
    font-size: 18px;
    font-weight: bold;
}
.sticky-card {
    position: sticky;
    top: 110px;
}
#startfreetrial .modal-content:before,
.sticky-card .before:before {
    content: '';
    position: absolute;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    background: #476FF5;
}
#startfreetrial .modal-content:before { height: 100px; }
#startfreetrial .close { opacity: 1; }
#startfreetrial .close .material-icons{
    background-color: #6285f7;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.trial-link {
    color: #007bff;
}
li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
    left: 85px;
}
.blog-detail table td {
    padding-left: 10px;
}
.sign-in label.custom-admin {
    margin-right: 15px;
}
.sign-in .form-check-input {
    margin-left: 0;
}
.lang-tabs .nav-tabs a {background-color: #324755;color: #fff;}
.lang-tabs .nav-tabs a.active {
    background-color: #007bff;
    color: #fff;
}
 .address-bar img {
   width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-top: -1px;
 }
 .address-bar p {
    color: #ffffffb5;
    font-size: 13px;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .mock-txt{
        font-size:22px !important;
        line-height:28px;
    }
    .text-white-mock{
        font-size:22px !important;
        line-height:28px;
    }
    .submenu ul li {
        padding: 10px 15px !important;
    }
}
@-webkit-keyframes rotateplane{0%{top:10px}25%{top:14px}50%{top:19px}75%{top:24px}100%{top:28px}}
@-moz-keyframes rotateplane{0%{top:10px}25%{top:14px}50%{top:19px}75%{top:24px}100%{top:28px}}
@-o-keyframes rotateplane{0%{top:10px}25%{top:14px}50%{top:19px}75%{top:24px}100%{top:28px}}
@media (min-width: 576px) {
    .nav-user-notification .dropdown {
        position: relative;
    }
    .nav-user-notification .dropdown .dropdown-menu {
        width: auto;
        right: 0;
    }
    .nav-user-notification .dropdown-list {
        width: 20rem !important;
    }
    .nav-user-notification .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}

/*  End User Notification */

.nav-user .nav-user-link{
    border-left: 2px solid #EBEBF2;
    font-size: 16px !important;
    color: #43425D !important;
    padding-left: 20px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.nav-user .fa{
    color: #A4AFB7;
}

.nav-user .dropdown-toggle::after {
    display: none;
}

.img-profile {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
@media (min-width: 992px){
    .navbar-custom .navbar-nav .nav-link{
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    li.nav-item.dropdown.resources-drop:hover>.dropdown-menu {
        display: block !important;
        transition: all 0.5s ease;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    .covid-icon img {
        top: 150px;
    }
    .landing-video .modal-lg {
        max-width: 900px;
    }
    .landing-video.modal {
        background: rgba(0,0,0,0.9);
    }
    .banner-section .dropdown-item.active {
        background-color: #ececec;
        color: #16181b;
    }
}

.owl-one.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 560px;
}

.blue-top-card{
    position: absolute;
    /*background: #ffffff;*/
    /*padding: 35px 35px;*/
    top: 28%;
    left: 11%;
    width: 575px;
    height: 260px;
}

/*.blue-top-card h3{*/
    /*text-transform: uppercase;*/
    /*font-size: 22px;*/
    /*margin-bottom: 0;*/
    /*font-weight: bold;*/
    /*letter-spacing: 0.08rem;*/
/*}*/

.blue-top-card h1,
.blue-top-card h2,
.blue-top-card h3,
.blue-top-card h4,
.blue-top-card h5 {
    text-transform: capitalize;
    font-size: 44px;
    font-weight: bold;
    line-height: 60px;
}

.blue-top-card p {
    text-transform: inherit;
    font-size: 23px;
    /*font-weight: bold;*/
    letter-spacing: 0.03rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.blue-top-card .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    margin-top: 10px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
.br0{
    border-radius:0;
    font-size: 20px;
    font-weight: 800;
}

.owl-one .owl-dots{
    position: absolute;
    right: 0;
    left: 48%;
    bottom: 30px;
}

.owl-one .owl-dot.active{
    background: #0080ff !important
}

.owl-one .owl-dot:focus {
    outline: 0;
}
.owl-one .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #5273ff !important;
    background: #ffffff !important;
    margin-right: 10px;
    display: inline-block;
    opacity: .8;
}


/* ----- start trial ---- */

.start-trail {
    padding-bottom: 20px;
    background: #EBEBEB;
}

.trail-wrapper{
    padding: 10px 0 5px;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.start-trail h3{
    color: #324755;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 38px;
}

.start-trail .form-control{
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #ddd;
}

.start-trail  .select-wrapper{
    border-radius:36px;
    display:inline-block;
    overflow:hidden;
    background:#ffffff;
    border:1px solid #ddd;
    width: 100%;
    text-align: center;
}
.start-trail .form-control-select{
    border:0;
    outline:none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.start-trail .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
.img-block-trial{
    overflow: hidden;
}
.img-block-trial img{
    width: 100%;
    display: initial;
    height: 680px;
    object-fit: cover;
}

.question-trail-card{
    width: 100%;
    height: 680px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.question-trail-card::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ffffff;
    width: 10px;
}

.question-trail-card::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff;
    margin-right: 5px;
}

.question-trail-card::-webkit-scrollbar-thumb {
    background-color: #606060;
    width: 10px;
}

.seo-trial p{
    font-size: 13px;
}


/* ----- start-trail End ---- */

/*----  POP-UP ----*/

.modal-free-trail{
    max-width: 700px !important;
}

.md-trail-fb{
    background: #4267b2;
    color: #fff;
    border: thin solid #888;
}

.md-trail-google{
    background: white;
    color: #444;
    border: thin solid #888;
}

.md-cl-white{
    color:white;
}

.verify-email{
    padding: 12px 60px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}

.verify-bd-email{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.side-card{
    position: absolute;
    border-top: 5px solid #0083ff;
    left: 55%;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: white;
    border-radius: 5px;
    padding: 15px 35px 15px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,.05);
}

.side-card-close{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: black;
    font-size: 28px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.side-card-close:focus{
    outline:none;
}

.side-card .header{
    margin-top: 30px;
    margin-bottom: 30px;
}

.side-card .header-welcome-back {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
}

.side-card .start-trail-now {
    margin-top: 20px;
    margin-bottom: 30px;
}

.side-card .footer-text{
    font-size: 13px;
}

.side-card.sign-up-pt .form-group{
    margin-bottom: 9px;
}

.side-card.sign-up-pt .form-control,.side-card.free-trail-div .form-control{
    font-size: 14px;
    border-radius: 20px;
}

.side-card.sign-up-pt .form-control::placeholder {
    color: #9d9d9d;
}

.side-card.sign-up-pt .form-control:-ms-input-placeholder {
    color: #9d9d9d;
}

.side-card.sign-up-pt .form-control::-ms-input-placeholder {
    color: #9d9d9d;
}

.side-card.free-trail-div{
    text-align: left;
}

.side-card.free-trail-div .btn-social{
    width: 100%;
}

.side-card.free-trail-div .sm-text {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
}

.side-card.free-trail-div .select-wrapper select {
    border-radius: 20px;
}

.side-card .btn-social{
    display: inline-block;
    background: #f1f2fa;
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
    border-radius: 20px;
    text-align: left;
    padding-left: 15%;
    font-size: 15px;
    width: 85%;
}

.btn-social{
    display: inline-block;
    background: #f1f2fa;
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
    border-radius: 20px;
    text-align: left;
    padding-left: 15%;
    font-size: 15px;
    width: 100%;
}
.rounded{
    border-radius:20px!important;
}
.rounded-4 {
    border-radius: 4px !important;
}
.c-pointer {
    cursor: pointer;
}


.side-card .btn-social:hover{
    /*background: #0083ff !important;*/
    /*color: white !important;*/
    border: 1px solid #ddd;
}

.side-card .btn-social img{
    margin-right: 5px;
    margin-left: 5px;
}

.side-card .btn-submit{
    background: #06c0f7;
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 1px;
}

.side-card .side-card-text{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.side-card .side-card-textsm{
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.side-card .sign-up{
    font-size: 12px;
}

.side-card .sign-up .custom-admin{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.side-card .sign-up .custom-admin .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #efefef;
    border-radius: 4px;
    border: 1px solid;
}

.side-card .sign-up .custom-admin .checkmark.rem{
    top: -3px;
}
.loginSignupModal .modal-content.bg-container{
    min-height: 615px;
}

.modal-content.bg-container{
    background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/slide-banner.jpg');
    min-height: 615px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover; border-radius: 0
}
#modal-3 .modal-content.bg-container {
    min-height: 675px;
}
.side-card .sign-up .custom-admin input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.side-card .sign-up .custom-admin .checkmark:after{
    left: 5px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-card .sign-up .custom-admin input:checked ~ .checkmark:after{
    display: block;
}

.side-card .sign-up .custom-admin input:checked ~ .checkmark {
    background-color: rgba(248, 249, 246, 0.3);
    border: 1px solid black;
}

.side-card .forgot-password{
    font-size:12px;
}

#user-social-popup.modal-open .modal{
    overflow-y: hidden;
}

/*study mode*/

.study-mode-table .list-group-horizontal{
    flex-direction:row;
}

/*.study-mode-table .list-group-horizontal .list-group-item{*/
    /*flex:2;*/
/*}*/

.study-mode-table .list-group-horizontal .sub-name{
    position:relative;
}

.study-mode-table .list-group-horizontal .list-group-item:nth-child(1){
    width:30%;
}

.study-mode-table .list-group-horizontal .list-group-item:nth-child(2){
    width:10%;
}

.study-mode-table .list-group-horizontal .list-group-item:nth-child(3){
    width:20%;
}

.study-mode-table .list-group-horizontal .list-group-item:nth-child(4){
    width:20%;
}

.study-mode-table .list-group-horizontal .list-group-item:nth-child(5){
    width:20%;
}

/*.study-mode-table .question-wrap .list-group-horizontal .sub-name .btn{*/
    /*color: grey;*/
    /*font-weight: 600;*/
/*}*/

/*.study-mode-table .question-wrap .list-group-horizontal .sub-name:before {*/
    /*position: absolute;*/
    /*font-family: FontAwesome;*/
    /*content: "\f107";*/
    /*right: 10px;*/
    /*top: 16px;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: rgba(0, 0, 0, 0.1);*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*color: black;*/
    /*border-radius: 50%;*/
/*}*/

.study-mode-table .sub-name .change-accordion{
    position: absolute;
    right: 9px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 50%;
    cursor: pointer;
}

/*.study-mode-table .question-wrap.collapsed .list-group-horizontal .sub-name:before {*/
    /*position: absolute;*/
    /*font-family: FontAwesome;*/
    /*content: "\f105";*/
    /*right: 10px;*/
    /*top: 16px;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: rgba(0, 0, 0, 0.1);*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*color: black;*/
    /*border-radius: 50%;*/
/*}*/

/*.study-mode-table .list-group-horizontal .sub-name .btn{*/
    /*color: grey;*/
    /*font-weight: 400;*/
/*}*/
.study-mode-table thead{
    background: white !important;
}
/*.question-trail-card .login-in{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.question-trail-card .login-in .login-wrap{
    justify-content: space-evenly;
}*/
.question-trail-card .form-control{
    border-radius: 20px;
}
.question-trail-card .login-in .login-wrap a{
    border: 1px solid #e9e4e4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.question-trail-card .login-in .login-wrap a:hover{
    background: #f1f2fa;
}
.question-trail-card .card-question-line {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 20px;

}
.question-trail-card .card-question-line .card-straight{
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 25px;
}
.question-trail-card .card-question-line  .card-circle{
    width: 26px;
    height: 26px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    z-index: 9;
}
.question-trail-card .question-trail-img{
    height: 350px;
}
.question-trail-card .label-bold{
    font-size: 12px;
    font-weight: 300;
}
.study-mode-table .list-group-item:last-child{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: -1px;
}
.study-mode-table .list-group-horizontal:hover .sub-name .btn{
    font-weight: 600;
}

.study-mode-table .list-group-horizontal .p-flex{
    flex:1;
}

.study-mode-table .question-wrap .list-group .list-group-item{
    background-image: linear-gradient(rgba(255, 255, 255, 0.3),rgba(0, 0, 0, 0.02));
}

.study-mode-table .question-wrap .list-group .arrow-header:after{
    position: absolute;
    content: '';
    border-bottom:10px solid rgba(255, 255, 255, 0.7);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 10px;
    bottom: 0;
}

.study-mode-table  .list-group .list-group-item{
    padding: 8px 10px;
    transition:all .9s;
}

.study-mode-table .subject-div .list-group  .list-group-item{
    padding: 3px 10px 3px 10px;
    transition:all .9s;
}

.study-mode-table .subject-div .list-group:hover{
    border-left: 3px solid #007bff;
}

.study-mode-table .subject-div .list-group:hover .list-group-item{
    background: #ddd;
}

.study-mode-table .list-group-item  span{
    justify-content: center;
    flex: 1;
    display: flex;
}

.study-mode-table #mytable{
    margin-bottom:0;
}

.card-diagnosis .button-diagnosis {
    display: flex;
    border: 1px solid gray;
    background: white;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: grey;
}

.card-diagnosis .card-body{
    padding: 1rem;
}

.card-diagnosis .diag-card-right{
    display: flex;
    justify-content: flex-end;
}

.diagnosis-image{
    width:100px;
    height:100px;
}

/*----  POP-UP ----*/

/*-------------------------------about    section -------------*/

.how-it-work {
    padding: 60px 0;
    background:  #f3f4f5;;
}

.how-it-work h2{
    font-size: 42px;
    font-weight: bold;
    color: #324755;
}

.how-it-work .work-detail {
    padding: 20px 0 40px;
}

.how-it-work .work-detail p{
    color: #324755;
    font-size: 18px;
    font-weight: 400;
}

.how-it-work .card{
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,.05);
    height: 100%;
}

.how-it-work .card-img {
    width: 80px;
    height: 80px;
    margin: 25px auto 10px;
    object-fit: cover;
}
.how-it-work .card-body .title{
    font-weight: bold;
    font-size: 18px;
    color: #324755;
}

.how-it-work .card-body .content{
    /*height: 70px;
    overflow: hidden;*/
    color: #324755;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}

/*-------------------------------about   section ends----------*/

/*------------------------------- Video Section ------------------*/
.video-section-home {
    /*padding: 60px 0 100px;*/
    background:  #f3f4f5;;
}
.video-section-home video:focus {
    outline: 0;
}
.video-section-home img,
.video-section-home video {
    height: 433px;
}
/*------------------------------- Video Section Ends ------------------*/

/*-------------------------------App Detail------------------*/
.app-detail{
    padding: 50px 0;
    background: #f3f4f5;
}

.app-detail h2,
.app-detail h5 {
    font-size: 32px;
    font-weight: bold;
    color: #324755;
}

.app-detail p{
    font-size: 18px;
    font-weight: 400;
    color: #324755;
}

.app-detail .app-image{
    padding: 0 50px;
}

/*-------------------------------App Detail ends----------------*/


/*-------------------------------plan section------------------*/
.plan-section{
    padding: 50px 0 90px 0;
}

.carousel-section{
    position: relative;
}

.pricing-head{
    padding: 20px 0;
}

.pricing-head h4{
    font-size: 42px;
    color: #324755;
}
.pricing-head h2{
    font-size: 42px;
    color: #324755;
}

.pricing-head p {
    padding: 20px 0 30px;
    color: #324755;
    font-size: 18px;
    font-weight: 400;
}

.plan-table {
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 20px 0;
}

.shadow-table{
    box-shadow: 0 0 20px rgba(59, 62, 63, 0.1);
}

.plan-table .plan {
    margin: 0;
    width: 275px;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.plan-table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plan-table header {
    position: relative;
}

.plan-table .plan-title {
    position: relative;
    padding: 25px 10px 0;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
}

.plan-table .plan-cost {
    padding: 5px 10px;
    height: 120px;
    overflow: hidden;
    background: #324755;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.plan-table .plan-main-price .plan-info{
    line-height: 125px;
    font-weight: bold;
    color: #324755;
    font-size: 32px;
}

.plan-table .plan-main-price{
    background: #F4F7FB
}

.plan-table .plan-price {
  font-weight: 600;
  font-size: 2.4em;
}

.plan-table .plan-type {
    opacity: 0.8;
    font-size: 20px;
    font-weight: 600;
}

.plan-table .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}

.plan-table .select-subject{
    position: absolute;
    left: -28px;
    top: 30px;
    transform: rotate(-45deg);
    background: #0083FF;
    padding: 0 20px;
    font-size: 14px;
}

.plan-table .plan-features li {
    padding: 10px 40px;
    height: 60px;
    line-height: normal;
    color: #324755;
    font-weight: 300;
    font-size: 14px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.plan-custom .plan-features li {
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}

.plan-table .plan-features li:nth-child(even) {
  background: #F4F7FB;
}

.plan-table .plan-features i {
    color: #0082ff;
    font-size: 20px;
}

.plan-table .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
  height: 125px;
}

.plan-table .featured {
    z-index: 99;
}

.plan-table .featured .plan-cost {
  padding: 10px 10px 20px;
  background: #0083FF;
}

.plan-table .btn-outline-primary{
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    margin-top: 20px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.plan-table .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    margin-top: 20px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.plan_cost_mob {
    font-size: 20px;
}


@media only screen and (max-width: 767px) {
  .plan-table .plan {
    width: 50%;
  }
  .test-height img {height: auto;}
  .sub-border {border: 0 none !important;}
  .plan-table .plan-cost,
  .plan-table .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .plan-table .plan-select,
  .plan-table .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .plan-table .featured {
    margin-top: 0;
  }
    .covid-exam .modal-content {
        height: 310px;
    }
    .covid-exam h3 {
        font-size: 20px;
    }
    .covid-exam p {
        font-size: 15px;
    }
    .take-test {
        font-size: 14px !important;
    }
    .covid-exam .close {
        right: inherit !important;
        bottom: -33px;
        padding: 8px 10px;
        font-size: 15px;
        left: 50%;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        top: inherit !important;
    }
    /*.social-media .nav-social {
        margin-bottom: 10px;
    }*/
    .covid-exam {
        max-width: 85%;
        top: 225px;
    }
    .img-shape::after {display: none;}
}
@media (max-width: 767.98px){
    .test-mock-img img{
        /* max-height: 300px; */
        height: 100%;
    }
    .owl-one .owl-dots{
        left: 43%;
    }
    .forum-banner-section .forum-banner {
        height: 350px;
    }
    .general-forum-group h6 {
        font-size: 15px;
    }
    .general-forum-group p,
    .general-forum-group .bg-latest-post h6 {
        font-size: 13px;
    }
    .bg-latest-post p.bg-badge,
    .bg-latest-post .post-time {
        font-size: 11px;
    }
    .general-forum-group .exam-cat img {
        height: 48px;
        width: 48px;
    }
    .general-forum-group img.rounded-circle,
    .dashboard-wrap .card.form-card img {
        display: block;
    }
    .bg-latest-post img {
        height: 38px;
        width: 38px;
    }
    .private-group .card-body p {
        font-size: 14px;
    }
    .card.exam-prep-card h2 {
        font-size: 1.15rem;
    }
    .create-group-modal h6 {
        font-size: 15px;
    }
    .add-member-popup .custom-control-label::after,
    .create-group-modal .group-comm-type .custom-control-label::after {
        top: 0.65rem;
        left: -1.64rem;
    }
    .bg-forumsearch .input-group-text,
    .bg-forumsearch .form-control {
        margin-top: 15px;
    }
    .dashboard-wrap .card.form-card .card-body {
        padding: 13px;
    }
    .form-feed-question {
        font-size: 13px!important;
    }
    .add-member-popup .copy-btn {
        font-size: 12px!important;
    }
    .title-group-ans img {
        width: 38px;
        height: 38px;
    }
    .form-card .answer-latest,
    .form-card .comment-desc {
        font-size: 14px;
    }
    .success-modal img.rounded-circle {
        display: block;
        margin: 0 auto;
    }
    .forum-mobile-nav {
        max-width: 500px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .bg-forumsearch .nav-tabs {
        flex-wrap: nowrap;
    }
    .bg-forumsearch .nav-tabs .nav-link {
        white-space: nowrap;
    }
}

/*----------------------------plan section ends---------------*/

/*-------------------------------featured section -------------*/

.featured-section{
    margin-top: 80px;
    margin-bottom: 80px;
}

.featured-section h5{
    color: #324755;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
}

.featured-section h2{
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
    color: #324755;
}

.featured-section .btn-outline-primary{
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.featured-section .img-card{
    position: relative;
}

.featured-section .featured-batch{
    padding: 2px 6px;
    position: absolute;
    background: #0083FF;
    color: #ffffff;
    bottom: -12px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: rift-soft,sans-serif;
}

.featured-section .featured-time{
    font-weight: 300;
    color: #324755;
    font-size: 18px;
    line-height: 34px;
}

.featured-section .featured-time img{
    width: 16px;
    margin-top: -3px;
    margin-right: 3px;
}

.featured-section h3{
    font-weight: bold;
    font-size: 21px;
    color: #324755;
}

.featured-section p{
    font-size: 16px;
    color: #324755;
    font-weight: 300;
}

.featured-icon{
    width: 14px;
    margin-top: -5px;
}

.featured-section .card{
    box-shadow: 0 0 1px rgba(0,0,0,.05), 0 0 3px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,.05);
    border: 0;
    border-radius: 0;
}

.featured-section .card-img-top{
    border-radius: 0;
}

.featured-section .card-body{
    padding: 30px 15px 15px;
}

.featured-section .card-footer{
    background: #ffffff;
    border-radius: 0;
}
.featured-section .card-footer h6{
    font-size: 14px;
    color: #6E8CA0;
    font-weight: 300;
    margin: 0;
}
/*-------------------------------featured section ends-------------*/

/*-------------------------------Social Media Section starts---------*/
section.social-media, .social-btn-toggle-open {
    position: fixed;
    right: -500px;
    top: 55%;
    transform: translate(0,-50%);
    z-index: 1000;
    width: 60px;
}
section.social-media div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
}
section.social-media div ul li {
    margin-bottom: 5px;
}
section.social-media div ul li a:not(.no-hover):hover {
    background-color: #0062cc;
    color: #FFFFFF !important;
}
section.social-media .btn-rotate90 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
section.social-media .feedback-btn {
    display: flex;
    align-items: center;
    margin-right: -48px;
    margin-bottom: 70px;
}
/*-------------------------------Social Media Section ends---------*/

/*-------------------------------accomplishment section -------------*/
.accomplishment{
    background-color: #314755;
    padding: 50px 0;
}

.accomplishment .title{
    color: #B4C7D5;
    font-size: 1rem;
}

/*-------------------------------accomplishment section ends-------------*/

/*-------------------------------rating section -------------*/

.rating-section{
    background: #f3f4f5;
    padding: 70px 0;
}
.owl-carousel .owl-stage {
    display: flex;
}

.rating-section h2,
.rating-section h4 {
    font-size: 42px;
    font-weight: bold;
    color: #324755;
}

.rating-section p {
    padding: 10px 0 0;
    color: #324755;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.5;
}

.rating-section .card{
    box-shadow: 0 0 5px rgba(40, 30, 90, 0.10);
    border: 0;
    border-radius: 0;
    margin: 10px;
    transition: transform .8s,box-shadow .8s;
}
.rating-section .card:hover {
    transform: perspective(1px) scale(1.05);
}

.rating-section .card h3{
    color: #324755;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rating-section .card h4,
.rating-section .card h5 {
    color: #324755;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rating-section .card p{
    color: #324755;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    overflow: hidden;
    margin-bottom: 0;
}

.rating-section .fa{
    color: #606060;
}

.rating-section .fa.active{
    color: #0081ff;
}
.rating-section .no-gutters .ml-3 { margin-right:0 !important;}

.owl-two .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-two .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #5273ff !important;
    background: #ffffff !important;
    margin-right: 10px;
    display: inline-block;
}

.owl-two .owl-dot.active{
    background: #0080ff !important
}

.owl-two .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border: 3px solid #0082ff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.owl-two .owl-dot.active{
    background: #5374ff !important;
    border-color: #5374ff !important;
}

/*-------------------------------rating section -------------*/

/*-------------------------------Blog section -------------*/

.blog-section{
    padding: 80px 0;
    color: #324755;
    background: #f3f4f5;
}

.blog-section .owl-blog .blog-shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #f9f9f9;
    border-radius: 0;
    margin-bottom: 15px;
}

.blog-shadow .btn-blog .btn-outline-primary{
    margin: 0;
}

.blog-section .blog-head{
    padding: 30px 0;
}

.blog-section .blog-head h2,
.blog-section .blog-head h5 {
    font-size: 42px;
    font-weight: bold;
    color:#324755;
}

.blog-section .blog-date{
    position: absolute;
    color: #ffffff;
    background: #0080ff;
    padding: 2px 10px;
}

.blog-img-card{
    max-height: 230px;
    object-fit: cover;
}

.blog-img-card .card-img-top{
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    min-height: 230px;
    max-height: 230px;
}

.blog-section .blog-date h3 {
    font-weight: bold;
    font-size: 24px;
}

.blog-section .blog-date h3 small {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
}

.blog-section p{
    font-size: 16px;
}

.blog-section .btn-outline-primary{
    padding-left: 20px;
    padding-right:  20px;
    border-radius: 20px;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.blog-section .card{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
}
.blog-section .card-body h4 {
    font-weight: bold;
    font-size: 20px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 48px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section .card-body h4 a {
    color: #324755;
    text-transform: none;
    text-decoration: none;
}


.blog-section .card-body h5 {
    margin-bottom: 0;
    font-size: 12px;
}

.blog-section .card-body h5 .author {
    color: #6F7172;
    font-weight: 300;
}

.blog-section .card-body h5 .author-name {
    color: #324755;
    font-weight: 400;
}

.blog-section .card-body h5 .comment {
    color: #324755;
    font-weight: 300;
}

.blog-section .blog-line{
    border: 1px solid #0080ff;
    width: 72px;
    margin: 10px 0;
}

.blog-section .card-body p{
    color: #6F7172;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 72px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-banner-section .blog-banner{
    display: table;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url('https://edental.s3.us-east-2.amazonaws.com/assets/img/blog-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 300px;
    position: relative;
}
.blog-banner-section .blog-banner.data-flow{
    display: table;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url('https://edental.s3.us-east-2.amazonaws.com/assets-doctor/cover-picture/exam-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 300px;
    position: relative;
}
.blog-banner-section .blog-banner .blog-header h1{
    color: #ffffffb5;
    font-size: 45px;
    font-weight: 600;
    font-family: europa,sans-serif;
    font-style: normal;
    margin-top: 8rem;
}

.blog-section .blog-categories ul li{
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}
.blog-section ul li a{
    text-decoration: none;
    color: #484848;
}
.blog-categories .sticky-blog-categories {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.blog-detail{
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #696868;
    font-weight: 400;
    letter-spacing: .8px;
    padding: 0;
}
.breadcrumb{
    padding-left: 0;
    background: transparent;
}
.blog-list-head{
    font-weight: 600;
    color: #324755;
}
.blog-list-card{
    border-bottom: 1px dashed #324755;
    padding: 15px 15px;
}

/*-------------------------------Blog section -------------*/


/*-------------------------------Quick link section -------------*/

.quick-link{
    background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/link-banner.jpg');
    background-repeat:no-repeat;
    height: 320px;
}

.quick-link::before{
    background-color: rgba(0, 123, 255, 0.75);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}

.quick-link .text-wrapper{
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    padding-bottom: 40px;
}

.quick-link h2{
    padding: 30px 0;
    font-size: 46px;
    font-weight: bold;
    color: #324755;
}

.exam-guide{
    background: #ffffff;
    padding: 7px 10px;
    margin-bottom: 15px;
}

.exam-guide a{
    color: #324755;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.quick-link-section {
    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url('https://edental.s3.us-east-2.amazonaws.com/assets/img/dental-check.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.quick-link-section h1,
.quick-link-section h2,
.quick-link-section h3 {
    font-weight: 600;
    font-size: 1.75rem;
}

.quick-link-section h3,
.quick-link-section h4 {
    font-weight: 600;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quick-link-section P{
    font-size: 18px;
}

.quick-link-section .card{
    background: rgba(255, 255, 255, 0.25);
    min-height: 283px;
    position: relative;
}

.quick-link-section .card-img{
    width: 40px;
}
.quick-link-section .card-body p{
    font-size: 16px;
    margin-bottom: 10px;
}
.quick-link-section .link{
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    float: left;
    font-weight: 300;
}

.quick-link-section .btn-blog .btn{
    margin: 0;
}

/*-------------------------------Quick link section End -------------*/

/*-------------------------------FAQ's section -------------*/
.faq-section{
    background: #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq-section a{
    margin-bottom: 40px;
    border-radius: 24px;
    width: 100%;
    font-size: 12px;
    padding: 12px;

}

 .faq-section .color-digit{
     color: #4a96de;;
     font-weight: 600;
 }

.custom-card-header ul{
    margin-bottom: 0;
 }

.bg-dental{
    background: #1986EF;
}

.bg-dental .left-rounded{
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}

.bg-dental h2,.faq_text{
    color: #ffffff;
}

.bg-dental .input-group{
    width: 40%! important;
}

.panel-group .card{
    background: #d9ebeb;
    margin-bottom: 12px;
}
/*-------------------------------FAQ's section End -------------*/

/*------------------------------- Footer section -------------*/

.footer{
    background-color: #314755;
    padding: 50px 0;
}

.footer .white-logo{
    margin-bottom: 5px;
    margin-top: -20px;
}

.social-icon{
    /*padding-left: 8px;*/
    opacity: .7;
    margin-left: -8px;
}

ul.social-icon li {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: .5rem;
}


.footer ul.social-icon li:hover {
    background-color: #8ea0ab;
    border-radius: 17px;
    position: relative;
    top: 1px;
    left: 1px;
}

ul.social-icon li .fa-facebook{
    padding: 6px 9px
}

ul.social-icon li .fa-twitter{
    padding: 6px 8px
}

ul.social-icon li .fa-linkedin{
    padding: 5px 8px
}

.footer ul li:first-child{
    color: #ffffff;
}

.footer ul li:not(:first-child) {
    color: #ffffffb5;
}
.footer ul li:not(:last-child) {
    margin-right: 0;
}
.footer ul li a{
    color: #ffffffb5;
    text-decoration: none;
    font-size: 14px;
}

.footer .input-group{
    background: #000000;
    border-radius: 20px;
    border: 0;
    margin-top: 15px;
}

.footer .form-control{
    background: #000000;
    border-radius: 20px;
    border: 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.70);
}

.footer .input-group .btn-outline-primary{
    border: 0;
    border-radius: 50%;
    background: #097cec;
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 3px;
    padding: 3px 9px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.copyright p{
    color: #606060;
    padding: 15px 0;
    font-size: 16px;
    margin: 0;
}

.copyright .list-inline{
    margin: 0;
}

.copyright .list-inline .list-inline-item{
    padding: 10px 15px;
    color: #606060;
}

.pay_contain .pt-logo{
    height: 42px;
    margin-top: 7px;
}
.pay_contain .copy-reserve{
    color: #ffffffb5;
    margin-left: 10px;
}
.footer ul > li > h2 {
    font-size: 1.25rem;
}
/*------------------------------- Footer section End -------------*/

/*------------------------HOMEPAGE SECTION ENDS------------------------------------*/

/*------------------------DASHBOARD HOMESPAGE--------------------------------------*/
.dashboard-container{
    background: #e4e4e4;
}

.dashboard-wrap{
    min-height: 400px;
}
.dashboard-wrap .card-dashboard .card-body{
    min-height: 405px;
}
.dashboard-wrap .graph-text{
    position: absolute;
    top: 72px;
    left: 100px;
    text-align: center;
}
.dashboard-wrap .performance-view{
    width: 60%;
}

.dashboard-wrap .graph-text h2{
    padding: 0;
}
.dashboard-wrap .graph-text span{
    color: #656565;
}
.dashboard-menu{
    background: #324755;
}

.dashboard-menu ul{
    background: #324755;
    margin-bottom: 0;
    justify-content: space-around;
    display: flex;
    white-space: nowrap;
    /*overflow-x: auto;*/
}

.dashboard-menu ul li {
    padding: 10px;
    background: #324755;
    width: auto;
    margin-right: 0 !important;
    text-align: center;
}

.dashboard-menu ul li .material-icons{
    color: rgba(255, 255, 255, 0.7);
    vertical-align: sub;
}

.dashboard-menu ul li:after{
    border-right: 1px solid #ddd;
    height: 10px;
}

.dashboard-menu ul li.active{
    background: #2D404C;
    border-bottom: 4px solid #0083FF;
}

.dashboard-menu ul li.active .material-icons{
    color: #0083FF;
}
.dashboard-menu ul li .material-icons:hover,
.dashboard-menu ul li .material-icons:focus,
.dashboard-menu ul li .material-icons:active{
    color: #0083FF;
}

.dashboard-menu ul li.active a{
    opacity: 1;
}

.iti{
    width:100%;
}
.dashboard-menu ul li a{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    opacity: .7;
}
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a:focus,
.dashboard-menu ul li a:active{
    opacity: 1;
}

.dashboard-menu ul li a:hover i,
.dashboard-menu ul li a:focus i,
.dashboard-menu ul li a:active i{
    color: #0083FF;
}
.dashboard-wrap h1{
    margin: 0;
    padding: 20px 0;
    color: #324755;
    font-size: 2rem;
}

.dashboard-wrap h2{
    margin: 0;
    padding: 15px 0;
    color: #324755;
}
.dashboard-wrap .book-exam-tabs li a {
    color: #9DA5AC !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.dashboard-wrap .book-exam-tabs li a.active {
    color: #384856 !important;
    border-bottom: 2px solid #384856 !important;
}
.dashboard-wrap .book-exam-tabs-con {
    background-color: #ffffff;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con span.material-icons.text-success {
    font-size: 45px;
    color: #18CC3D !important;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con span.text-success {
    color: #109A2D !important;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .subject-details label {
    color: #324755;
    font-weight: 500;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .subject-details span {
    color: #314655;
    font-size: 16px;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .subject-details .progress {
    display: flex;
    height: 12px;
    background-color: #BED2F3;
    border-radius: 50px;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .subject-details .sub-inf-card {
    height: 80px;
    background-color: #f9f9f9 !important;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .subject-details .progress-bar.bg-info {
    background-color: #2D71F0 !important;
    border-radius: 50px;
    width: 45%;
}
.rounded-15 {
    border-radius: 15px;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .suc-circle {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con h5 {
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 600;
}
.dashboard-wrap .tabs-refer .book-exam-tabs-con h2 {
    color: #384856;
    /*font-size: 20px;*/
    /*font-weight: 600;*/
}
.dashboard-wrap .tabs-documents .book-exam-tabs-con h6 {
    color: #384856;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con label.exam-type,
.dashboard-wrap .tabs-refer .book-exam-tabs-con label.exam-type {
    color: #707070;
    font-weight: 500;
    font-size: 15px;
}
.dashboard-wrap .tabs-refer .book-exam-tabs-con .invite-link {
    color: #707070;
    font-weight: bold;
    font-size: 18px;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con span.exam-price {
    color: #707070;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 1;
}
.dashboard-wrap .tabs-book .book-exam-tabs-con .slider:before {
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
}
.form-group.soc-refer-share a img {
    transition: all .2s ease-in-out;
}
.form-group.soc-refer-share a img:hover {
    transform: translateY(-5px);
}
/*.how-it-works-sec h3 {*/
    /*color: #707070;*/
/*}*/
.how-it-works-sec .img-how img {
    max-height: 150px;
    object-fit: cover;
}
.how-it-works-sec h4 {
    color: #324755;
    font-size: 24px;
}
.card.avail-card {
    border-radius: 15px !important;
    border: 1px solid #E6E6E6 !important;
}
.avail-card h6,
.avail-card h3,
.tabs-earn h5 {
    color: #384856;
}
.avail-card h3 span {
    font-size: 19px;
}
.card.email-info-card h6 {
    color: #8C9899;
    font-weight: 600;
    font-size: 15px;
}
.card.email-info-card h2 {
    line-height: 55px;
    color: #DAB040;
}
.card.email-info-card .na-del {
    color: #E3DE41;
}
.card.email-info-card .na-open {
    color: #4C919D;
}
.card.email-info-card .na-click {
    color: #9CCAD1;
}
.card.email-info-card .na-bounce {
    color: #C96FC6;
}
.card.email-info-card .na-spam {
    color: #E66C5D;
}
.dashboard-wrap .card{
    border-width: 0;
    border-radius: 0;
}

.dashboard-wrap .card-header{
    background: #ffffff;
}

.dashboard-wrap .card-header h4{
    margin-bottom: 0;
}

.search-icon {
    width: 25px;
    height: 25px;
    border-radius: 40px;
    border: 2px solid #9e9e9e;
    display: block;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 20px;
}

.search-icon:before {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 18px;
    display: block;
    background-color: #c5c5c5;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

.item-border{
    border-right: 1px solid #b1b1b1;
    height: 25px;
    margin-top: 6px;
}

.user-img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    object-fit: cover;
}

.view-report{
    display: flex;
    justify-content: center;
}

#subject-chart {
    width: 100%;
    max-height: 600px;
    height: 100vh;
}
.donut-graph{
    width: 265px;
    max-height: 240px;
    min-height: 240px;
    margin: 0 auto;
}

/*.question-progress .progress-wrapper{*/
    /*position: relative;*/
/*}*/

/*.question-progress .progress-heading-txt{*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/

/*.question-progress .progress{*/
    /*height: 5px;*/
    /*margin-top: 40px;*/
/*}*/

/*.question-progress .progress .progress-bar{*/
    /*width:40%;*/
    /*height:10px*/
/*}*/
/*.question-progress .progress .progress-value {*/
    /*display: block;*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*color: #333;*/
    /*position: absolute;*/
    /*top: -21px;*/
    /*right: 1px;*/
/*}*/

/*.question-progress .progress .progress-bar:after{*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*border-radius: 50%;*/
    /*background: #f3f3f3;*/
    /*border: 1px solid #cecece;*/
    /*position: absolute;*/
    /*top: -7px;*/
    /*bottom: -10px;*/
    /*z-index: 1;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*left: 120px;*/
/*}*/

/*------------------------DASHBOARD HOMESPAGE ENDS------------------------------------*/


/*------------------------SETTING---------------------------------------------*/
.submenu{
    -webkit-box-shadow: inset -45px -1px 7px -43px rgba(0,0,0,0.38);
    -moz-box-shadow: inset -45px -1px 7px -43px rgba(0,0,0,0.38);
    box-shadow: inset -45px -1px 7px -43px rgba(0,0,0,0.38);
    height: 100%;
}
.submenu  ul li a{
    color: #484848;
    display: table;
    text-decoration: none;
    }
.submenu  ul li a .material-icons{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.submenu  ul li.active{
    background: #e1eefb;
    width: 100%;

}
.submenu  ul li{
    padding: 20px 30px;
    font-size: 20px;
    width: 100%;
}
.submenu .title{
    font-size: 30px;
    color: #484848;
    padding: 10px 20px;
}
.submenu .nav-tabs{
    border-bottom: none;
}
.profile-wrapper{
    padding: 20px 30px;
    /*min-height: 56vh;*/
    /*box-shadow: -10px -7px 5px -8px #ccc;*/
    /*-webkit-box-shadow: -10px -7px 5px -8px #ccc;*/
}
.profile-wrapper .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-family: rift-soft,sans-serif;
    letter-spacing: .2rem;
    font-weight: 600;
}

.profile-wrapper a{
    text-decoration: none;
}
.profile-setting thead {
    background: #f5f6fa;
    color: #a3a6b4;
}
.profile-setting .table th {
    border-top: 0 solid #fff;
    border-bottom: 0px solid #ffffff;
}
/*----------------custom checkbox-------------------------*/
.privacy .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.privacy .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.privacy .checkmark {
    position: absolute;
    top: 0;
    left: -20px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0;
}

.privacy .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.privacy .custom-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.privacy .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.privacy .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.privacy .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*----------------custom checkbox ends-------------------------*/

/*------------------------SETTING ENDS------------------------------*/


/*------------------------LOGIN SIGN UP-----------------------------*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid #2678d9 !important;
    font-size: 20px;
    font-weight: bold;
}

.login-signup .nav-tabs{
    border-bottom:none;
    -webkit-box-shadow: 0 10px 14px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 14px -5px rgba(0,0,0,0.5);
    box-shadow: 0 10px 14px -5px rgba(0,0,0,0.5);
}

.nav-tabs .nav-link {
    color: #eee;
    font-size: 20px;
    border: none;
}

/* .banner-section .modal-dialog{
    max-width: 1200px;
} */

.banner-section .signup-img{
    object-fit: cover;
    width: 100%;
    height: 746px;
}
.landing-video .close {
    top: -45px;
    right: 0;
    color: #fff;
    opacity: 1;
}
.landing-video .close i {
    top: -24px;
    right: 0;
    background: #cccaca;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    padding: 8px 8px;
}
.landing-video.modal .modal-body:focus,
.landing-video.modal .modal-dialog:focus,
.landing-video.modal .modal-body video:focus,
.landing-video.modal .close:focus {
    outline: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.thumb-img-vid img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.popup-gallery {
    left: 0;
    right: 0;
    top: 50%;
}
.popup-gallery .video-play-button {
    display: none;
}
.popup-gallery {
    display: inline-block;
    position: absolute;
    margin-top: 0;
    padding-left: 0;
}
.video-play-button {
    background: #007bff;
    position: absolute;
    top: 50%;
}
.video-play-button:before,
.video-play-button:hover:after,
.video-play-button:after {
    background: #007bff;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    border-left: 15px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    top: -8px;
    left: -5px;
}
/* Safari 9+ */
@supports (-webkit-hyphens:none) {
    .video-play-button:before {
        top: 11px;
    }
    .video-play-button:after {
        top: 11px !important;
    }
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.watch-text{
    padding-left: 40px;
    text-shadow: 1px 1px 4px #908e8e;
    font-size: 18px;
    color: #484848;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*.banner-section .button i.play-ioc {*/
    /*background: rgba(57,101,221,10);*/
    /*border-radius: 100%;*/
    /*display: inline-block;*/
    /*margin-right: 10px;*/
    /*position: relative;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*vertical-align: top;*/
/*}*/
/*.banner-section .button i.play-ioc:before {*/
    /*background: #3965dd;*/
    /*border-radius: 100%;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*transition: all .4s cubic-bezier(.77,0,.175,1);*/
    /*content: "";*/
/*}*/
/*.banner-section .button i.play-ioc::after {*/
    /*background: transparent url(../image/play-icon.png) no-repeat 50%/cover;*/
    /*width: 15px;*/
    /*height: 15px;*/
    /*transform: translateX(2px);*/
    /*transition: all .4s ease-in-out;*/
    /*content: "";*/
    /*display: inline-block;*/
/*}*/

.login-signup{
    background: #334856;
    height: 630px;
}
.social-login{
    width: 100%;
    display: initial;
    height: 630px;
    object-fit: cover;
}
.user-register{
    width: 100%;
    display: initial;
    height: 630px;
    object-fit: cover;
}
.img-block-user img{
    width: 100%;
    display: initial;
    height: 680px;
    object-fit: cover;
}

.iti--separate-dial-code .iti__selected-flag {
    border-radius: 25px 0px 0px 25px;
    outline: 0;
}

.banner-section .login-signup .login-signup-img{
    width: 220px;
    padding: 50px 0;
}

.login-signup .close{
    background: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 42px;
}

.login-signup a.forgot-pwd{
    float: right;
    color: #ffffff;
}

.login-signup a.forgot-pwd:hover{
    text-decoration: none;
}

.login-signup .question{
    width: 300px;
    margin: 50px auto;
    color: #89959d;
}

.login-signup ul.social-icon li {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 3px 10px;
    background: #ffffff;
    color: #484848;
}

.social-icon-wrapper {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}

.social-icon-wrapper .fa{
    color: #ffffff;
}

.sign-up label{
    color: #8f9ba2;
    font-size: 12px;
}
.sign-in label{
    color: #8f9ba2;
}

.sign-in input.form-control{
   width: 100% !important;
}

.login-signup input.form-control {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #2678d9;
    background: transparent;
    width: auto;
    color:#ffffff;
    border-radius: 0;
    padding-left: 0;
}

.login-signup input.form-control:focus {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #2678d9;
    background: transparent;
    color:#ffffff;
    box-shadow: none;
}

.login-signup input:-webkit-autofill,
.login-signup input:-webkit-autofill:hover,
.login-signup input:-webkit-autofill:focus,
.login-signup textarea:-webkit-autofill,
.login-signup textarea:-webkit-autofill:hover,
.login-signup textarea:-webkit-autofill:focus,
.login-signup select:-webkit-autofill,
.login-signup select:-webkit-autofill:hover,
.login-signup select:-webkit-autofill:focus {
    /*border: 1px solid #0083FF;*/
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #334856 inset;
    /*transition: background-color 5000s ease-in-out 0s;*/
    padding-left: 0;
}

ul.social-icon-login li{
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px 7px;
}
.sign-up .form-group select{
    background: transparent;
    color: #ffffff;
    border-top: 1px solid #334856;
    border-right: 1px solid #334856;
    border-left: 1px solid #334856;
    border-bottom: 1px solid #2678d9;
}
.sign-up .form-group select:focus{
    outline: 0;
    border-width: 0 0 2px;
    border-color: #2678d9;
    background: transparent;
    box-shadow: none;
}
.sign-up .form-group select option{
    background: #334856c9;
    border: 1px solid #2678d9;
    color: #ffffff;
}

/*----------------custom checkbox-------------------------*/
.sign-up .custom-checkbox {
    display: inline;
    position: relative;
    /*padding-left: 35px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.sign-up .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sign-up .checkmark {
    position: absolute;
    top: 13px;
    left: -7px;
    height: 16px;
    width: 16px;
    background-color: #efefef;
    border-radius: 4px;
}

.sign-up .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.sign-up .custom-checkbox input:checked ~ .checkmark {
    background-color: #ffffff;
}

.sign-up .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sign-up .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.sign-up .custom-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid #484848;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*----------------custom checkbox ends-------------------------*/

/*--------------- Custom checkbox----------------------*/

.round-check {
    position: relative;
    display: inline;
    margin-right: 5px;
}

.round-check label {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 30%;
    cursor: pointer;
    height: 15px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 15px;
}

.round-check label:after {
    border: 2px solid #484848;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 12px;
}

.round-check input[type="checkbox"] {
    visibility: hidden;
}
.round-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/*---------------custom checkbox ends----------------------*/

/*------------------------LOGIN SIGN UP ENDS-----------------------------*/


/*------------------------TEST QUSETION-------------------*/

.trail-test-head .card-body{
    padding: 10px 15px;
}
.trail-test-head h4{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.test_answers .one_answer{
    display: flex;
    padding: 10px 0;
}
.trail-test-section .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    letter-spacing: 0.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.trail-test-section .page-item{
    margin-left: 3px;
    margin-right: 3px;
}
.trail-test-section .page-item a{
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.trail-test-section .switch {
    top: 0px;
    left: 0px;
    margin-left: 15px;
}

.test-result{
    width: 150px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.page-item.active .page-link:hover{
    color: #ffffff;
}

.page-item.active .page-link span{
    color: #ffffff;
}

.flag-scroll .page-item{
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0;
}

.flag-scroll .page-item .flag{
    position: absolute;
    right: 40px;
    top: 5px;
    color: red;
}

.flag-scroll .page-item .check{
    position: absolute;
    right: 15px;
    top: 5px;
    color: #007bff;
}

.btn-primary,
.btn-warning,
.btn-success,
.btn-danger,
.btn-secondary,
.btn-outline-primary,
.btn-outline-warning,
.btn-outline-success,
.btn-outline-secondary,
.btn-outline-danger{
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}


.btn-primary,
.btn-outline-primary{
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);

}

.btn-success,
.btn-outline-success{
    box-shadow: 0 6px 6px rgba(40, 167, 69, 0.2);
}

.btn-danger,
.btn-outline-danger{
    box-shadow: 0 6px 6px rgba(226, 52, 47, 0.2);

}

.btn-warning,
.btn-outline-warning{
    box-shadow: 0 6px 6px rgba(255, 237, 74, 0.3);
}

.btn-secondary,
.btn-outline-secondary{
    box-shadow: 0 6px 6px rgba(108, 117, 125, 0.2);
}

.bg-color,
.bg-gray{
    background: #f3f4f5;
}

.submit-answer{
    position: sticky;
    bottom: 0;
    z-index: 20;
}

.trail-section .qtn-table{
    background: #eee;
    border-radius: 20px;
}
.trail-section .qtn-table tr{
   border-bottom: 2px solid #f5f6fa;
}
.trail-section tr td{
    width: 200px;
    padding: 10px;
}

.white-btn{
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 60px;
    -webkit-box-shadow: 0 17px 28px -8px rgba(0,0,0,0.69);
    -moz-box-shadow: 0 17px 28px -8px rgba(0,0,0,0.69);
    box-shadow: 0 17px 28px -8px rgba(0,0,0,0.69);
    color: #2678d9;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.study-mode .qtn-table{
    border-radius: 20px;
    background: #eee;
    width: 400px;
}

.study-mode .qtn-table tbody tr{
    border-bottom: 1px solid #ffffff;
}

.study-mode .qtn-table tbody tr td{
    padding: 10px 0 0 15px;
}
.trail-section .trail-test-section input[type="radio"]{
    opacity: 0;
}
/*.trail-section .quiz .custom-bg-default,
.custom-bg-success,
.custom-bg-danger{
    text-align: left;
    padding-left: 0px !important;
    height: 40px;
    padding-top: 8px !important;
    font-size: 16px;
}*/
.trail-test-head .quiz label.btn{
    white-space: unset;
    align-items: center;
}
.trail-test-head .quiz label.custom-bg-default,.custom-bg-success{
    padding:0 20px !important;
}
.trail-test-head .quiz label.custom-bg-danger{
    padding:0 20px !important;
}
.trail-test-head .answer_notification .custom-bg-success,.custom-bg-danger{
    padding:6px 20px !important;
}
.trail-test-head .answer_explanation .custom-bg-success,.custom-bg-danger{
    padding:5px 20px !important;
}
.trail-section .btn.focus {
    background: #b9b7b7;
    color: #ffffff;
}

.trail-section .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-family: rift-soft,sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
.unlock-question h2{
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
.unlock-question h4{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.custom-bg-danger{
    background: #ff7777;
    border-radius: 20px;
    padding: 5px 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.custom-bg-success{
    background: #5ccd82;
    border-radius: 20px;
    padding: 5px 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.custom-bg-default{
    background: #D6D9DE;
    border-radius: 20px;
    padding: 5px 20px;
    color: #324755;
    margin-bottom: 10px;
}

.option-text{
    border-right: 2px solid #ffffff;
    padding: 5px 15px 5px 10px;
}

.knowledge-bg{
    background: #eff2f3;
    height: 90px;
    margin-bottom: 5px;
    text-align: center;
    padding: 35px 0;
}

.form-textarea{
    border: none;
    box-shadow: none;
    background-color: #EBEBEB;
    width: 100%;
    padding: 10px 15px;
    outline: none;
}

.avatar img{
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
    border: 2px solid #007bff;
    padding: 3px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}

/*-----------------  TEST QUSETION ENDS--------------------*/

/*  */
.e-gallery .card-img-top{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.e_desc p {
    font-size: 13px;
    height: 106px;
    overflow: auto;
    line-height: 1.2;
}
.e_desc a:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    border: 1px solid #aaa;
    color: #999;
    border-radius: 50%;
    padding: 1px 3px;
    line-height: 15px;
    width: 20px;
    height: 20px;
}
.e_desc a.collapsed:after {
    content: "\f107";
}
/*  */
/*-----------------  FAQ----------- --------------------*/

.dashboard-wrap .faq h3{
    border-top: 1px dashed;
    margin-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    color: #324755;
}
.dashboard-wrap .notifi .fa,
.dashboard-wrap .faq .fa{
    margin-right: 10px;
}

.dashboard-wrap .faq .btn-link{
    text-decoration: none;
    margin-right: 10px;
    color: #484848;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 10px;
    border-top: 1px dashed #324755;
    border-radius: 0;
}

.dashboard-wrap .faq .btn-link:hover{
    text-decoration: none;
}

.dashboard-wrap .faq .fa-plus:before {
    content: "+";
    font-size: 30px;
}
.dashboard-wrap .faq .btn.btn-link.btn-block:not(.collapsed) .fa-plus::before {
    content: "\f068";
    font-size: 20px;
}
.dashboard-wrap .faq .card-body {
    padding-left: 90px;
    padding-right: 30px;
    padding-top: 10px;
}

.dashboard-wrap .faq .col-faq {
    height: 34px;
    line-height: 34px;
}

/*-----------------  FAQ ENDS-------------------------------------*/


/*-----------------  STUDY MODE ------------------------------*/

.has-search .form-control {
    padding-left: 2.375rem;
    min-width: 350px;
}

.has-search .form-control-search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
}
.study-mode .page-item {
    margin-left: 5px;
    margin-right: 5px;
}

.subject-table .btn-link{
    text-decoration: none;
    font-weight: bold;
}

/* Work Progress table */

.study-mode .table th{
    border-top: 0 solid #fff;
    border-bottom: 0px solid #ffffff;
}
.study-mode .table td{
    border-top: 0 solid #fff;
    border-bottom: 1px solid #EBEBEB;
}

.study-mode .table td a{
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
}

.study-mode-table-heading{
    padding: 20px 0 20px 10px;
    margin-bottom: 0;
    font-weight: 600;
}
.study-mode .progress{
    border-radius: 20px;
}
.study-mode .progress-bar{
    padding-right: 10px;
    border-radius: 20px;
}
.study-mode .progress-bar span{
    text-align: right !important;
}
.study-mode .btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
.study-mode thead {
    background: #f5f6fa;
    color: #a3a6b4;
}
.study-mode tbody tr :first-child{
    text-align: left;
}
.study-mode tbody tr td{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}
.modal.modal-fullscreen .modal-content {
    height: 100vh;
    border-radius: 0;
    border: none;
}
.modal.modal-fullscreen .modal-content .text-danger {
    color: #F5435E !important;
}
/*.modal.modal-fullscreen .modal-body {*/
    /*overflow-y: auto;*/
/*}*/
.exam-launch-modal .modal-dialog.modal-xl .modal-content {
    background-color: #F2F4F8;
}
.exam-launch-modal .modal-dialog.modal-xl .modal-content h4 {
    color: #3F3F3F;
}
.exam-launch-modal .modal-dialog.modal-xl .modal-content .btn-group.btn-group-toggle .btn {
    border-color: #3373E5;
    background-color: #ffffff;
    color: #3373E5;
    text-transform: unset !important;
    margin-right: 20px;
    border-radius: 50px;
}
.exam-launch-modal .modal-dialog.modal-xl .modal-content .btn-group.btn-group-toggle .btn.active,
.exam-launch-modal .modal-dialog.modal-xl .modal-content .btn-group.btn-group-toggle .btn:hover {
    border-color: #3373E5;
    background-color: #3373E5;
    color: #ffffff;
}
.exam-launch-modal .modal-dialog.modal-xl .modal-content .btn-group.btn-group-toggle .btn:focus {
    box-shadow: none;
}
.exam-launch-modal {
    background-color: #f2f4f8;
}

/*-----------------  STUDY MODE ENDS----------- --------------------*/

/*-----------------  SCHEDULE EXAM POPUP----------- --------------------*/
.schedule-exam-popup{
    max-width: 650px;
}
.schedule-exam-popup .modal-content{
    border-top: 5px solid #0083ff;
}
.schedule-exam-popup .modal-body{
    padding: 70px;
}
.schedule-exam-popup .close .material-icons{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #cccaca;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    padding: 8px 8px;
}

.schedule-exam-popup select{
    background: transparent;
    border-radius: 4px;
    padding: 2px 11px;
    color: #b1b1b1;
}
.schedule-exam-popup .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 6px 6px rgba(100, 185, 255, 0.3);
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
.upload-docs.attachment-div label:after {
    border: 1px solid #0062cc;
    background-color: #0062cc;
    color: #fff;
    border-radius: 50px;
    top: 5px;
    left: 5px;
}
/*-----------------  SCHEDULE EXAM POPUP ENDS----------- --------------------*/


/*-----------------  TEST SUMMARY----------- --------------------*/
/*.result-summary ul li{
    padding: 20px;
}*/
.result-summary .card-header{
    background: #ffffff;
    color: #324755;
    padding: 20px;
}
.result-summary .card-header h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.result-summary .result-graph{
    height: 240px;
    margin-top: 10px;
}
.result-summary thead {
    background: #f5f6fa;
    color: #a3a6b4;
}
.result-summary .table th,
.result-summary .table td {
    border-top: 0;
    border-bottom: 0;
}
.advantage-img{
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 20px;
}
.result-summary .addthis_toolbox{
    margin: 0 auto;
}
/*-----------------  TEST SUMMARY ENDS----------- --------------------*/


/*-----------------  Payment Process ----------- --------------------*/

.payment-success-ioc{
    background: #E3F4FF;
    color: #0083FF;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px auto;
    text-align: center;
}

.payment-success-ioc .material-icons{
    font-size: 40px;
    line-height: 80px;
}

.payment-success h4{
    color: #324755;
}

.payment-success p{
    color: #324755;
    font-weight: 300;
    margin: 10px 0;
}

.test-result-img{
    padding: 30px;
    margin-top: 30%;
}
.payment-page .nav-tabs{
    border-bottom: 1px solid #556080;
}
#promocode {
    border-radius: 20px 0 0 20px;
}
#promoBtn {
    border-radius: 0 20px 20px 0;
}
/*-----------------  Payment Process ENDS----------- --------------------*/


/*-----------------  error page----------- --------------------*/
.error .error-content{
    background: #eeeeee;
    padding: 100px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index:-1;
    height: 330px;
}
.error .error-img{
    margin-top: 10%;
}

/*-----------------  error page ends----------- --------------------*/

.image-upload-user>input {
    display: none;
}
.image-upload-user img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 20px auto;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    border: 4px solid #007bff;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
}
.image-upload-wrap img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 20px auto;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    z-index: 2;
}
.image-upload-wrap .img-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    opacity: 0;
    margin: 20px auto;
    padding: 5px;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.63);
    border-radius: 50%;
    cursor: pointer;
}

.image-upload-wrap:hover .img-overlay {
    opacity: 1;
}

.image-upload-wrap .icon {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    color: #999;
}

.image-upload-wrap .fa-camera:hover {
    color: #999;
}
.phone-no{
    padding-left: 80px!important;
}
.pay_contain {
    background-color: #243f50;
}
.op_light {
    opacity: 0.9;
}
.submit-answer .qpagination .custom-bg-default {
    opacity: 0.5;
    cursor: not-allowed;
}
.submit-answer .qpagination .custom-bg-default.page-num {
    opacity: 1;
    cursor: pointer;
}
.custom-radio .checkmark {top: 6px;}
.studymode .custom-bg-success {
    padding: 5px 20px !important;
}
#register-form.sign-up .form-group select, #register-form.sign-up .form-group select:focus {
    border: 1px solid #ced4da;
}
#register-form-updated.sign-up .form-group select, #register-form-updated.sign-up .form-group select:focus {
    border: 1px solid #ced4da;
}
.profile-wrapper label.error {
    color: red;
    font-size: 12px;
    position: absolute;
}
.e_desc p {
    font-size: 13px;
    height: 106px;
    overflow: auto;
    line-height: 1.2;
}
.e_desc a:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    border: 1px solid #aaa;
    color: #999;
    border-radius: 50%;
    padding: 1px 3px;
    line-height: normal;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
}
.e_desc a.collapsed:after {
    content: "\f107";
    line-height: 16px;
}
.st_video p.st_small {
    font-size: 13px;
    line-height: 1.3;
    max-height: 50px;
    overflow: hidden;
}
.st_video .st_stream .stream-wrap {float: left;}
.st_video .stream-card-video {
    min-height: 275px;
}
.st_video .stream-card {
    background: inherit;
}
.st_video button {
    border-radius: 20px;
}
.st_video img {
    max-height: 192px;
    height: 100%;
}
.st_video i.fa.fa-play {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 70px;
    font-size: 25px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    right: 0;
    background: rgba(0,0,0,0.6);
    margin: 0 auto;
    top: 21%;
    cursor: pointer;
}
.st_video .stream-wrap a {
    cursor: default;
}
.st_stream .carousel-control-prev, .st_stream .carousel-control-next {
    width: auto;
    bottom: inherit;
    top: 38%;
}
.st_stream .carousel-control-prev {
    left: -35px;
}
.st_stream .carousel-control-next {
    right: -35px;
}
.exam_pop .close {
    position: absolute;
    right: -10px;
    opacity: 1;
    line-height: 1;
    z-index: 1;
    top: -17px;
    width: 32px;
    height: 32px;
}
.exam_pop .modal-content {
    background-color: inherit;
}
.exam_pop .close span {
    margin-top: -4px;
}
.login-wrap a, .login-wrap a:hover, .loginSignupModal a, .loginSignupModal a:hover {
    text-decoration: none;
}

/* Start Webinar Page */
.stream-wrap {
    overflow: hidden;
    height: 200px;
    background: #ffffff;
    padding: 15px 10px
}
.stream-wrap h4{
    font-size: 18px;
}
.stream-wrap img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.stream-wrap a{
    text-decoration: none;
}

.stream-card{
    margin: 10px 0;
    background: #157fe1;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    min-height: 165px;
    position: relative;
}
.stream-card-video{
    margin: 10px 0;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    min-height: 165px;
    position: relative;
}
.stream-card-video video {
    max-height: 100px;
}
.stream-card-content{
    background: #157fe1;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
.stream-card h4 {
    font-size: 18px;
}
.stream-card p {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.stream-wrap .btn-outline-primary{
    border-radius: 0;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.stream-card-content {
    height: auto;
    background: inherit;
}

.owl-webinar .owl-nav .owl-next .fa{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 25px;
    padding: 7px;
    font-weight: 600;
    color: #484848;
    position: absolute;
    top: 65px;
    right: -45px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
.owl-webinar .owl-nav .owl-prev .fa{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 25px;
    padding: 7px;
    font-weight: 600;
    color: #484848;
    position: absolute;
    top: 65px;
    left: -45px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
/* End Webinar Page */
.saveloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255,255,255,0.5);
    height: 100%;
    z-index: 2;
}
.saveloader img {
    position: absolute;
    top: 50%;
    max-width: 50px !important;
}
button.close.position-relative {
    z-index: 7;
}
.dashboard-menu.mobile-menu .mobile-menu-wrapper{
    position: relative;
    z-index: 1;
}
.table-responsive { position: relative; z-index: 1;}
.at-icon-wrapper.at-share-btn {
    padding: 0 5px !important;
}
.at-icon-wrapper.at-share-btn span.at-icon-wrapper {
    width: 20px !important;
}
.at-icon-wrapper.at-share-btn svg.at-icon {
    width: 20px !important;
    height: 20px !important;
}
.ar-trail { display: none; }
.reply.border-left { border-right: 0 !important; }

/**Switch Button**/
.langButton .knobs, .langButton .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.langButton
{
    position: relative;
    top: 50%;
    width: 80px;
    height: 28px;
    overflow: hidden;
}
.langButton.r, .langButton.r .layer
{
    border-radius: 100px;
}
.checkLang
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.langButton .knobs
{
    z-index: 2;
}
.langButton .layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}
.langButton .knobs:before
{
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    /*border:1px solid #fff;
    background-color:#;
    border-radius: 50%;*/
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    background-image:url(https://edental.s3.us-east-2.amazonaws.com/assets/img/en-flag.webp);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}
.langButton .knobs:after {
    content: 'English';
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
.langButton .checkLang:checked + .knobs:before
{
    content: '';
    background-image:url(https://edental.s3.us-east-2.amazonaws.com/assets/img/uae-flag.webp);
    left: 54px;
}
.langButton .checkLang:checked + .knobs:after {
    content: 'Arabic';
    top: 5px;
    left: 10px;
}
.langButton .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}

.langButton .knobs, .langButton .knobs:before, .langButton .layer
{
    transition: 0.3s ease all;
}

.langButton2 {
    position: relative;
    width: 117px;
    border: 1px solid #ddd;
    border-radius: 50px;
    line-height: 0;
    background: #dddddd;
}
.checkLang2{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.langButton2 span{
    font-size: 10px;
    padding: 7px;
    color: #444;
}
.langButton2 .are {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #6e6e6e;
}
.langButton2 .checkLang2:checked+div .eng {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #6e6e6e;
}
.langButton2 .checkLang2:checked+div .ara {
    background-color: inherit;
    border-radius: 50px;
    box-shadow: none;
}

.w-250 {
    width: 250px;
}

#langModal .close .material-icons, #login_model .close .material-icons,
#specialist_plan_error_model .close .material-icons {
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 20px;
}

/*Mock Test*/
.mock-detail {
    background: #EEF2F8;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    color: #194795;
    font-weight: 700;
}
.mock-detail img{
    margin-right: 10px;
}
.owl-mock .owl-item .mock-detail img {
    display: inline-block;
    width: auto;
}
.title-des{
    color: #324755;
    font-size: 24px;
    font-weight: bold;
}
p.text-cont{
    color: #707070;
    font-size: 16px;
    font-weight: 200;
}
.mock-banner{
    right: 0;
    left: inherit;
}
.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 120px solid #007BFF;
  border-right: 120px solid transparent;
  position: absolute;
}
.triangle-topleft span{
    position: absolute;
    width: 110px;
    transform: rotate(315deg);
    top: -85px;
    left: -10px;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
}
.triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 120px solid #007BFF;
  border-left: 120px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.triangle-bottomright span{
    position: absolute;
    width: 110px;
    transform: rotate(315deg);
    bottom: -85px;
    right: -10px;
    color: #000;
    font-weight: 700;
    font-size: 22px;
}
.owl-mock .owl-nav button.owl-prev span{
    position: absolute;
   top: 50%;
   left: -25px;
   transform: translate(-50%);
   background: #007BFF;
   width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.owl-mock .owl-nav button.owl-next span{
    position: absolute;
   top: 50%;
   right: -50px;
   transform: translate(-50%);
   background: #007BFF;
   width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.owl-mock .owl-nav button.disabled span{
    opacity: .2;
}
.font-weight-100 { font-weight: 100; }
.mock-impression-title{
    font-size: 32px;
}
.mock-img0{
    background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/impression.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mock-img1{
    background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/questions-and-disciplines.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mock-img2{
    background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/mock-test-time.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mock-img3{
    background-image: url('https://edental.s3.us-east-2.amazonaws.com/assets/img/mock-test-score.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-cover {
    object-fit: cover;
}

.mh-85 {
    min-height: 85px;
}

.mock-img0 img {
    object-fit: cover;
    max-height: 300px;
}
.scroll-ul a {
    color: #41464B;
    border-bottom: 2px solid transparent;
}
.scroll-ul .active a {
    border-bottom: 2px solid #007BFF;
    font-weight: 600;
}
.mock-test-link {
    color: inherit;
}
.mock-test-link:hover {
    color: #007bff;
    text-decoration: underline;
}
.mock-test-details .blog-banner-section .blog-banner .blog-header h1, .mock-test-details .blog-banner-section .blog-banner .blog-header p {
    color: #ffffff;
    margin-top: 0;
}
.mock-test-details .blog-banner-section .blog-banner .blog-header h1::after {
    position: absolute;
    content: "";
    border-bottom: 6px solid #007bff;
    width: 92px;
    left: 3px;
    bottom: 0;
}
.close-tips {
    right: 7px;
    top: 0;
}

.quick-link-ombs-image {
    margin:auto;
    display:table;
    width:500px !important;
    max-width:500px !important;
}
.font-weight-500 {font-weight: 500;}
.gutter-custom {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-custom > div {
    padding-right: 5px;
    padding-left: 5px;
}
.feedback-check span.checkmark {left: 0;border: 1px solid #aaaaaa;top: 7px;}


/*------------------------------MEDIA QUERY--------------------------------*/
/*--------------------------------mobile-----------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
        font-size: 15px;
    }
    .blog-detail table {
        width: auto!important;
    }
    .nav-user .nav-user-link {
        font-size: 15px !important;;
        padding-left: 5px !important;
    }
    .owl-mock .owl-nav button.owl-prev span {
        left: 8px
    }
    .owl-mock .owl-nav button.owl-next span {
        right: -20px;
    }
    .blog-section .owl-nav .owl-next .fa {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 200px;
        right: -10px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .blog-section .owl-nav .owl-prev .fa {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 200px;
        left: -10px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }
    .blue-top-card{
        width: 450px;
    }
}

@media (max-width: 991.98px) {
    .enroll-page h2, .enroll-page h1 {font-size: 25px !important;}
    .mock-txt{
        font-size:24px;
    }
    .text-white-mock{
        font-size:24px;
    }
    .banner-section .navbar-nav .dropdown-menu.notify-drop {
        display: none;
    }

    .study-mode-table .list-group .list-group-item {
        font-size: 14px !important;
    }

    .banner-section .dropdown-menu-right a .material-icons {
        color: #8c8c8c;
        padding-right: 10px;
        padding-top: 5px;
        vertical-align: sub;
    }

    .banner-section .menu .nav-user .dropdown-menu-right a {
        padding: 17px 0;
        border-bottom: 1px solid #0083ff;
        text-align: center;
        font-size: 18px;
        background-color: #0083ff;
        color: #fff;
    }

    .banner-section .menu .dropdown-menu-right.after-login a {
        border-bottom: 1px solid #c2c2c2;
    }

    .lange {
        width: auto;
    }

    li.nav-item.dropdown.lange .dropdown-menu {
        box-shadow: unset !important;
        margin-left: 22px;
        background-color: transparent;
        border-left: 1px solid #fff !important;
        border-bottom: 0px;
    }

    li.nav-item.dropdown.lange .dropdown-menu a {
        color: #fff;
        font-size: 14px;
    }

    .blog-detail table {
        width: auto !important;
    }

    .img-block-user img {
        width: 100%;
        display: initial;
        height: 350px;
        object-fit: cover;
        object-position: 2px 25%;
    }

    .question-trail-card .text-left.sign-up {
        padding-left: 40px;
    }

    .exam-launch-modal.modal {
        z-index: 9999999999;
    }

    li.nav-item.dropdown.resources-drop .dropdown-menu:after,
    li.nav-item.dropdown.resources-drop .dropdown-menu:before {
        display: none;
    }

    .banner-section .dropdown-menu-right {
        width: 100%;
        background: transparent;
        box-shadow: none;
    }

    .banner-section .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        color: #ffffff;
        display: flex;
    }

    .btn-lg-login {
        border: 0;
    }

    .nav-user .nav-link .fa {
        color: #ffffff;
        padding-top: 10px;
        padding-right: 5px;
    }

    .banner-section .navbar-light .navbar-nav .nav-link .mobile-icon {
        margin-right: 10px;
        display: block;
    }

    .banner-section .navbar-light .navbar-nav .nav-link .mob-icon {
        margin-right: 10px;
        display: block;
    }

    /*.banner-section .dropdown-menu-right a{
               /*color: #ffffff;*
               padding: 17px 0;
               border-bottom: 1px solid #3176b7;
           }*/
    .banner-section .dropdown-menu-right a .material-icons {
        color: #ffffff;
    }

    .banner-section .dropdown-menu-right:after {
        display: none;
    }

    .banner-section .dropdown-menu-right:before {
        display: none;
    }

    .banner-section .navbar-nav .dropdown-menu {
        position: relative;
        top: auto;
        right: auto !important;
        box-shadow: none !important;
        padding: 0;
        margin: 0;
        width: 100% !important;
        left: auto;
        display: block;
    }

    li.nav-item.dropdown.resources-drop .dropdown-menu {
        display: none;
    }

    li.nav-item.dropdown.resources-drop .dropdown-menu {
        box-shadow: unset !important;
        margin-left: 50px;
        background-color: transparent;
        height: 110px;
        border-left: 1px solid #ffffff !important;
    }

    li.nav-item.dropdown.resources-drop .dropdown-menu a {
        color: #FFFFFF;
    }

    .banner-section .dropdown-menu-right a:active .material-icons,
    .banner-section .dropdown-item.active,
    .banner-section .dropdown-item:active {
        color: #fff !important;
    }

    li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
        top: 27px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        left: 120px;
    }

    li.nav-item.dropdown.resources-drop .dropdown-toggle.rotate::after {
        transform: rotate(225deg);
        top: 31px;
    }

    .banner-section .navbar-custom .navbar-collapse {
        z-index: 2;
        background: #fff;
        padding: 10px 20px;
        margin-top: 20px;
        -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    }

    .banner-section .navbar-custom .navbar-collapse ul {
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .banner-section .nav-user .nav-user-link {
        border-left: 0;
        padding-left: 0 !important;
    }

    .banner-section .signup-img {
        display: none;
    }

    .banner-section .navbar {
        padding-bottom: 0;
    }

    .banner-section button:focus {
        outline: 0;
    }

    .banner-section .feedback-popup .btn-secondary {
        float: left;
        margin-top: 10px;
    }

    .login-signup {
        min-height: 680px;
    }

    .login-signup input.form-control {
        width: 100%;
    }

    .blue-card {
        left: 3%;
    }

    .blue-top-card {
        top: 25%;
        left: 3%;
        width: 52%;
        height: 150px;
        background: linear-gradient(45deg, rgba(36, 134, 252, 0.09), transparent);
    }

    .mock-banner {
        left: auto;
        right: 0;
        width: 50%;
    }

    .blue-top-card h3 {
        font-size: 15px;
    }

    .blue-top-card h1,
    .blue-top-card h2,
    .blue-top-card h3,
    .blue-top-card h4,
    .blue-top-card h5 {
        font-size: 24px;
        line-height: 28px;
    }

    .blue-top-card p {
        font-size: 10px;
    }

    .how-it-work {
        padding: 10px 0 50px;
    }

    .how-it-work .card-img {
        width: 60px;
        height: 60px;
        margin: 10px auto;
        object-fit: cover;
    }

    .how-it-work .card-body {
        padding: 20px 10px;
    }

    /* .how-it-work .col-6{
               margin-bottom: 10px;
               padding: 7px;
           }*/
    .plan-section {
        padding: 10px 0 10px 0;
    }

    .pricing-head p {
        padding: 10px 0 10px;
    }

    .pricing-head h4 {
        font-size: 22px;
    }

    .pricing-head h2 {
        font-size: 22px;
    }

    .plan-table .plan {
        width: 250px;
    }

    .plan-section .carousel-section {
        position: relative;
    }

    .plan-section .owl-nav .owl-next .fa {
        position: absolute;
        right: -12px;
        top: 400px;
        bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 7px;
        font-size: 25px;
        font-weight: 600;
        color: #484848;
        cursor: pointer;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .plan-section .owl-nav .owl-prev .fa {
        position: absolute;
        left: -12px;
        top: 400px;
        bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 7px;
        font-size: 25px;
        font-weight: 600;
        color: #484848;
        cursor: pointer;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .rating-section .owl-carousel .owl-item img {
        width: 70px;
        height: 70px;
    }

    .blog-section {
        padding: 30px 0;
    }

    .blog-section .owl-four {
        position: relative;
    }

    .blog-section .owl-nav .owl-next .fa {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 200px;
        right: -10px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .blog-section .owl-nav .owl-prev .fa {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 200px;
        left: -10px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .rating-section {
        padding: 30px 0;
    }

    .rating-section h2,
    .quick-link-section h2 {
        font-size: 22px;
    }

    .rating-section p {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rating-section .item {
        padding-bottom: 25px;
    }

    .rating-section .card p {
        min-height: fit-content;
        max-height: fit-content;
        padding: 0;
        margin: 0;
    }

    .owl-two .owl-dots {
        display: none;
    }

    .rating-section .owl-nav .owl-next .fa {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 155px;
        right: -15px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .rating-section .owl-nav .owl-prev .fa {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 155px;
        left: -15px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .footer .row .col-md-3 {
        text-align: center;
    }

    .accordion .custom-card-header h3 .btn {
        white-space: unset;
    }

    .dashboard-wrap .faq h3 {
        padding-left: 0;
        text-align: left;
    }

    .dashboard-wrap .faq h3 ul {
        text-align: left;
    }

    .mobile-menu {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mobile-menu ul {
        white-space: nowrap;
        overflow: auto;
    }

    .mobile-menu ul li {
        padding: 10px;
        width: auto;
    }
    .dashboard-menu ul {
        justify-content: flex-start;
    }

    .dashboard-wrap .graph-text {
        position: relative;
        text-align: center;
        top: auto;
        left: auto;
    }

    .submenu ul {
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        position: relative;
        z-index: 1;
    }

    .submenu .nav {
        flex-wrap: unset;
    }

    .submenu ul li {
        width: auto !important;
    }

    .faq .custom-card-header .btn {
        white-space: unset;
    }

    .custom-bg-danger,
    .trail-test-head .answer_explanation .custom-bg-success {
        padding: 0 20px !important;
    }

    /*----------------menu------------------*/
    .menu {
        width: 0px;
        transition: all 0.3s;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        background-color: #0083ff;
        padding-top: 30px;
        color: white;

    }

    .menu i.clear {
        margin: 5px 0px;
        top: 0px;
        right: 10px;
        position: absolute;
        font-size: 30px;

    }

    .fa.fa-bars {
        margin: 5px 0px;
        right: 10px;
        font-size: 30px;
        color: #0083ff;
        z-index: 1;
    }
    a.social-btn-toggle-open > i {
        color: #fff !important;
    }

    .menu li {
        list-style: none;
        font-size: 20px;
        padding: 10px 0px;
        margin-right: 20px !important;
        font-weight: 600;
        border-bottom: 1px solid #c2c2c2;
        ;
    }

    .menu li.nav-user a .fa-chevron-down,
    .rounded-circle {
        display: none;
    }
    .general-forum-group img.rounded-circle,
    .dashboard-wrap .card.form-card img {
        display: block;
    }
    .success-modal img.rounded-circle {
        display: block;
        margin: 0 auto;
    }

    .menu ul {
        padding-top: 20px;
        padding-left: 30px;
    }

    .menuOpen {
        width: 90%;
        background-color: #0083ff;
        transition: all 0.3s;
        z-index: 2;
    }

    .menuClose {
        background-color: #0083ff;
        transition: all 0.3s;
        padding-left: 0px !important;
        transition: all 0.3s;
    }

    .mainOpen {
        transition: all 0.3s;
        margin-left: 410px;
        transition: all 0.3s;
    }

    .mainClose {
        transition: all 0.3s;
        transition: all 0.3s;
    }

    .mainClose .fa-bars {
        display: block;
    }

    .menu .fa-times {
        display: block;
    }

    .banner-section .navbar-light .navbar-nav .nav-link .user-icon {
        display: block;
        font-size: 30px;
    }

    .banner-section .navbar-custom .navbar-brand {
        position: relative;
        right: 0;
    }

    .trail-test-section label.btn {
        white-space: unset;
        display: flex;
        padding-bottom: 0;
        padding-top: 0;
        align-items: center;
    }

    .trail-test-section .pagination-mobile {
        justify-content: center;
        display: flex;
    }

    /*.trail-test-section .custom-bg-default,
           .custom-bg-danger,.custom-bg-success{
               padding:0;
           }*/
    .trail-test-section .option-text {
        flex-direction: column;
        border-right: 2px solid #ffffff;
        line-height: 15px;
        padding: 10px 10px 10px 15px;
    }

    .trail-test-section .page-item {
        margin-left: 2px;
        margin-right: 3px;
    }

    .trail-test-head .card-body {
        height: auto !important;
    }

    .trail-test-head .switch {
        display: inline-block;
        margin: 0;
        line-height: 18px;
        top: 0;
        left: 0;
        margin-top: 5px;
    }

    .lh-20 {
        line-height: 20px;
    }

    .trail-test-head .card-body.p-12-ar {
        padding: 10px 15px;
        font-size: 15px;
    }

    .lange .dropdown-menu,
    .nav-user-notification {
        display: none;
    }

    /*----------------menu ends------------------*/
    .donut-graph {
        max-height: 330px;
        /*min-height: 330px;*/
        width: 210px;
        margin: 0 auto;
    }

    .submit-answer {
        position: unset;
    }

    .feedback-option .option-list {
        display: flex;
        padding: 5px 0;
    }

    nav.mobile-breadcrum {
        white-space: nowrap;
        overflow: hidden;
    }

    nav.mobile-breadcrum .breadcrumb {
        width: max-content;
    }

    .study-mode tbody tr :first-child {
        white-space: nowrap;
    }

    .study-mode-table #mytable {
        width: max-content;
    }

    .footer .input-group {
        width: 300px;
        justify-content: center;
        margin: 15px 0;
    }

    .footer .mobile-subscribe {
        margin-bottom: 0;
    }

    .dashboard-wrap .faq .col-faq {
        height: auto;
        line-height: 1.5;
    }

    .custom-admin-checkbox {
        margin-right: 20px;
    }

    #userfeedbackmodal .modal-body,
    .popup-modal .modal-body,
    .banner-section .modal-body {
        padding: 30px;
    }

    .side-card {
        left: 0;
        width: 100%;
        top: 0;
        height: 100vh;
    }

    .side-card-close {
        right: 0;
        top: 0;
        z-index: 9;
    }

    .study-mode-table .list-group-horizontal .list-group-item:nth-child(1) {
        min-width: 300px;
    }

    .study-mode-table .rs-table1 {
        min-width: 300px;
    }

    .study-mode-table .list-group-horizontal .list-group-item:nth-child(2) {
        min-width: 100px;
    }

    .study-mode-table .rs-table2 {
        min-width: 100px;
    }

    .img-block-trial {
        display: none;
    }

    .question-trail-card {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .question-trail-card .question-trail-img {
        height: 210px;
    }

    .owl-one.owl-carousel .owl-item img {
        height: 300px;
    }

    .blue-top-card .btn-primary {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .owl-one .owl-dots {
        bottom: 10px;
    }

    .schedule-exam-popup .modal-body {
        padding: 20px;
    }

    #display-haad .form-check-label {
        padding-left: 15px;
    }

    .overview-expaination .wm-background {
        top: -165%;
        right: -115%;
        left: -140%;
        bottom: -165%;
    }
    .covid-icon img {
        top: 210px;
    }

    .covid-exam {
        top: 210px;
    }

    .trial-start h4 {
        font-size: 16px;
    }

    .mouse {
        display: none;
    }

    .start-btn {
        padding: 9px 20px !important;
        font-size: 12px !important;
    }

    li.nav-item.dropdown.lange .dropdown-menu {
        display: none;
    }

    .lange .dropdown-toggle::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        left: 22px;
        top: 18px;
    }

    li.nav-item.dropdown.lange .dropdown-toggle.rotate::after {
        transform: rotate(225deg);
        top: 22px;
    }

    .banner-section .dropdown-menu-right a {
        border-bottom: 0px;
    }

    .dashboard-wrap h2 {
        font-size: 1.6rem;
    }
    .card.exam-prep-card h2 {
        font-size: 1.15rem;
    }

    .flag-scroll .page-item .flag {
        left: 15px;
        right: inherit;
    }

    .img-block-user {
        display: none;
    }

    .phone-sticky {
        position: fixed;
        top: 82%;
        transform: translateY(-50%);
        z-index: 10;
        right: 12px;
        /*transition: all 0.6s ease;
               -webkit-transition: all 0.6s ease;
               -moz-transition: all 0.6s ease;
               -o-transition: all 0.6s ease;*/
    }

    .hexa-img {
        right: 225px;
        position: absolute;
        bottom: -215px;
        cursor: pointer;
        min-width: 40px;
        /*   height: 35px;
               background: #007bff;
               border-radius: 50%;
               line-height: 35px;
               text-align: center;*/
    }

    .phone-sticky.active {
        right: 0px;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    }

    .phone-sticky .bg-color-request {
        background-color: #f6a019;
        color: #fff;
        padding: 0;
        right: 0;
        position: absolute;
        bottom: -221px;
        width: 214px;
        font-size: 14px;
    }

    .user-soc-pop.modal-login .modal-dialog {
        max-width: 450px;
        margin: 20px auto;
    }

    .submenu {
        border-bottom: 1px solid #ddd;
        box-shadow: none;
    }

    .langButton2 {
        line-height: 1.5;
    }

    .container-view-md {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 720px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .owl-one .owl-dots{
        left: 45%;
    }
    .mock-banner{
        left: auto;
        right: 0;
        width: 45%;
    }
    .answered .forum-mobile-nav {
        max-width: 500px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .answered .forum-mobile-nav ul#pills-tab {
        flex-wrap: nowrap;
    }
    .answered .forum-mobile-nav .nav-pills .nav-link {
        white-space: nowrap;
    }
    .rating-new {
        flex-wrap: nowrap !important;
    }
    .forum-css img.rounded-circle:not(.img-profile) {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .banner-section .navbar-nav .dropdown-menu.notify-drop {
        display: none;
    }
      .study-mode-table .list-group .list-group-item {
        font-size: 14px !important;
    }
  .banner-section .dropdown-menu-right a .material-icons {
        color: #8c8c8c;
        padding-right: 10px;
        padding-top: 5px;
        vertical-align: sub;
    }
    .banner-section .menu .nav-user .dropdown-menu-right a {
        padding: 17px 0;
        border-bottom: 1px solid #0083ff;
        text-align: center;
        font-size: 18px;
        background-color: #0083ff;
        color: #fff;
    }
    .banner-section .menu .dropdown-menu-right.after-login a {
        border-bottom: 1px solid #c2c2c2;
    }
    .lange {
        width: auto;
    }
    li.nav-item.dropdown.lange .dropdown-menu {
        box-shadow: unset!important;
        margin-left: 22px;
        background-color: transparent;
        border-left: 1px solid #fff!important;
        border-bottom: 0px;
    }
    li.nav-item.dropdown.lange .dropdown-menu a {
        color: #fff;
        font-size: 14px;
    }
    .blog-detail table {
        width: auto !important;
    }
    .img-block-user img {
        width: 100%;
        display: initial;
        height: 350px;
        object-fit: cover;
        object-position: 2px 25%;
    }
    .question-trail-card .text-left.sign-up {
        padding-left: 40px;
    }
    .exam-launch-modal.modal {
        z-index: 9999999999;
    }
    li.nav-item.dropdown.resources-drop .dropdown-menu:after,
    li.nav-item.dropdown.resources-drop .dropdown-menu:before {
        display: none;
    }
    .banner-section .dropdown-menu-right{
        width: 100%;
        background: transparent;
        box-shadow: none;
    }
    .banner-section .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
        color: #ffffff;
        display: flex;
    }
    .btn-lg-login{
        border: 0;
    }
    .nav-user .nav-link .fa{
        color: #ffffff;
        padding-top: 10px;
        padding-right: 5px;
    }
    .banner-section .navbar-light .navbar-nav .nav-link .mobile-icon{
        margin-right: 10px;
        display: block;
    }
    .banner-section .navbar-light .navbar-nav .nav-link .mob-icon{
        margin-right: 10px;
        display: block;
    }
    /*.banner-section .dropdown-menu-right a{
        /*color: #ffffff;*
        padding: 17px 0;
        border-bottom: 1px solid #3176b7;
    }*/
    .banner-section .dropdown-menu-right a .material-icons{
        color: #ffffff;
    }
    .banner-section .dropdown-menu-right:after{
        display: none;
    }
    .banner-section .dropdown-menu-right:before{
        display: none;
    }
    .banner-section .navbar-nav .dropdown-menu{
        position: relative;
        top: auto;
        right: auto !important;
        box-shadow: none!important;
        padding: 0;
        margin: 0;
        width: 100% !important;
        left: auto;
        display: block;
    }
    li.nav-item.dropdown.resources-drop .dropdown-menu {
        display: none;
    }
    li.nav-item.dropdown.resources-drop .dropdown-menu {
        box-shadow: unset !important;
        margin-left: 50px;
        background-color: transparent;
        height: 110px;
        border-left: 1px solid #ffffff !important;
    }
    li.nav-item.dropdown.resources-drop .dropdown-menu a {
       color: #FFFFFF;
    }
    .banner-section .dropdown-menu-right a:active .material-icons,
    .banner-section .dropdown-item.active,
    .banner-section .dropdown-item:active {
        color: #fff !important;
    }
    li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
        top: 27px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        left: 120px;
    }
    li.nav-item.dropdown.resources-drop .dropdown-toggle.rotate::after {
        transform: rotate(225deg);
        top: 31px;
    }
    .banner-section .navbar-custom .navbar-collapse{
        z-index: 2;
        background: #fff;
        padding: 10px 20px;
        margin-top: 20px;
        -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    }
    .banner-section .navbar-custom .navbar-collapse ul{
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .banner-section  .nav-user .nav-user-link{
        border-left: 0;
        padding-left: 0 !important;
    }
    .banner-section .signup-img{
        display: none;
    }
    .banner-section .navbar{
        padding-bottom: 0;
    }
    .banner-section button:focus {
        outline:0;
    }
    .banner-section .feedback-popup .btn-secondary{
        float: left;
        margin-top: 10px;
    }
    .login-signup{
        min-height: 680px;
    }
    .login-signup input.form-control{
        width: 100%;
    }
    .blue-card {
        left: 3%;
    }

    .blue-top-card{
        top: 25%;
        left: 3%;
        width: 52%;
        height: 150px;
        background: linear-gradient(45deg, rgba(36, 134, 252, 0.09), transparent);
    }
    .mock-banner{
        left: auto;
        right: 0;
        width: 45%;
    }
    .blue-top-card h3{
        font-size: 15px;
    }
    .blue-top-card h1,
    .blue-top-card h2,
    .blue-top-card h3,
    .blue-top-card h4,
    .blue-top-card h5 {
        font-size: 24px;
        line-height: 28px;
    }
    .blue-top-card p {
        font-size: 10px;
    }
    .how-it-work{
        padding: 30px 0 50px;
    }
    .how-it-work .card-img {
        width: 60px;
        height: 60px;
        margin: 10px auto;
        object-fit: cover;
    }
    .how-it-work .card-body{
        padding: 20px 10px;
    }
   /* .how-it-work .col-6{
        margin-bottom: 10px;
        padding: 7px;
    }*/
    .plan-section {
        padding: 10px 0 10px 0;
    }
    .pricing-head p{
        padding: 10px 0 10px;
    }
    .pricing-head h4{
        font-size: 22px;
    }
    .pricing-head h2 {
        font-size: 22px;
    }
    .plan-table .plan {
        width: 250px;
    }
    .plan-section .carousel-section{
        position: relative;
    }
    .plan-section .owl-nav .owl-next .fa{
        position: absolute;
        right: -12px;
        top: 400px;
        bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 7px;
        font-size: 25px;
        font-weight: 600;
        color: #484848;
        cursor: pointer;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    }
    .plan-section .owl-nav .owl-prev .fa{
        position: absolute;
        left: -12px;
        top: 400px;
        bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 7px;
        font-size: 25px;
        font-weight: 600;
        color: #484848;
        cursor: pointer;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    }
    .rating-section .owl-carousel .owl-item img{
        width: 70px;
        height: 70px;
    }
    .blog-section {
        padding: 30px 0;
    }
    .blog-section .owl-four{
        position: relative;
    }
    .blog-section .owl-nav .owl-next .fa{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 200px;
        right: -10px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    }
    .blog-section .owl-nav .owl-prev .fa{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 200px;
        left: -10px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    }
    .rating-section {
        padding: 30px 0;
    }
    .rating-section h2,
    .quick-link-section h2 {
        font-size: 22px;
    }
    .rating-section p{
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rating-section .item {
        padding-bottom: 25px;
    }
    .rating-section .card p{
        min-height: fit-content;
        max-height: fit-content;
        padding: 0;
        margin: 0;
    }
    .owl-two .owl-dots{
        display: none;
    }
    .rating-section .owl-nav .owl-next .fa{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 155px;
        right: -15px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    }
    .rating-section .owl-nav .owl-prev .fa{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 25px;
        padding: 7px;
        font-weight: 600;
        color: #484848;
        position: absolute;
        top: 155px;
        left: -15px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .footer .row .col-md-3 {
        text-align: center;
    }
    .accordion .custom-card-header h3 .btn{
        white-space: unset;
    }
    .dashboard-wrap .faq h3{
        padding-left: 0;
        text-align: left;
    }
    .dashboard-wrap .faq h3 ul{
        text-align: left;
    }
    .mobile-menu{
        margin-left: -15px;
        margin-right: -15px;
    }
    .mobile-menu ul{
        white-space: nowrap;
        overflow: auto;
    }
    .mobile-menu ul li{
        padding: 10px;
        width: auto;
    }
    .dashboard-menu ul{
        justify-content: flex-start;
    }
    .dashboard-wrap .graph-text{
        position: relative;
        text-align: center;
        top: auto;
        left: auto;
    }
    .submenu ul{
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        position: relative;
        z-index: 1;
    }
    .submenu .nav{
        flex-wrap: unset;
    }
    .submenu ul li{
        width: auto !important;
    }
    .faq .custom-card-header .btn{
        white-space: unset;
    }
    .custom-bg-danger,
    .trail-test-head .answer_explanation .custom-bg-success{
        padding: 0 20px!important;
    }

    /*----------------menu------------------*/
    .menu{
        width: 0px;
        transition:all 0.3s;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        background-color: #0083ff;
        padding-top: 30px;
        color:white;

    }
    .menu i.clear{
        margin:5px 0px;
        top: 0px;
        right: 10px;
        position: absolute;
        font-size: 30px;

    }
    .fa.fa-bars{
        margin:5px 0px;
        right: 10px;
        font-size: 30px;
        color:#0083ff;
        z-index: 1;
    }
    a.social-btn-toggle-open > i {
        color: #fff !important;
    }
    .menu li{
        list-style: none;
        font-size: 20px;
        padding: 10px 0px;
        margin-right: 20px !important;
        font-weight: 600;
        border-bottom: 1px solid #c2c2c2;;
    }
    .menu li.nav-user a .fa-chevron-down,.rounded-circle{
        display: none;
    }
    .general-forum-group img.rounded-circle,
    .dashboard-wrap .card.form-card img {
        display: block;
    }
    .success-modal img.rounded-circle {
        display: block;
        margin: 0 auto;
    }
    .menu ul{
        padding-top: 20px;
        padding-left: 30px;
    }

    .menuOpen{
        width: 90%;
        background-color: #0083ff;
        transition:all 0.3s;
        z-index: 2;
    }

    .menuClose{
        background-color: #0083ff;
        transition:all 0.3s;
        padding-left: 0px!important;
        transition:all 0.3s;
    }
    .mainOpen{
        transition:all 0.3s;
        margin-left:410px;
        transition:all 0.3s;
    }

    .mainClose{
        transition:all 0.3s;
        transition:all 0.3s;
    }
    .mainClose .fa-bars{
        display: block;
    }
    .menu .fa-times{
        display: block;
    }
    .banner-section .navbar-light .navbar-nav .nav-link .user-icon{
        display: block;
        font-size: 30px;
    }
    .banner-section .navbar-custom .mainClose{
        order: 2;
    }
    .banner-section .navbar-custom .navbar-brand{
        position: relative;
        right: 0;
        order: 1;
        margin: 0;
    }
    .trail-test-section label.btn{
        white-space: unset;
        display: flex;
        padding-bottom: 0;
        padding-top: 0;
        align-items: center;
    }
    .trail-test-section .pagination-mobile{
        justify-content: center;
        display: flex;
    }
    /*.trail-test-section .custom-bg-default,
    .custom-bg-danger,.custom-bg-success{
        padding:0;
    }*/
    .trail-test-section .option-text{
        flex-direction: column;
        border-right: 2px solid #ffffff;
        line-height: 15px;
        padding: 10px 10px 10px 15px;
    }
    .trail-test-section .page-item{
        margin-left: 2px;
        margin-right: 3px;
    }
    .trail-test-head .card-body{
        height: auto !important;
    }
    .trail-test-head .switch{
        display: inline-block;
        margin: 0;
        line-height: 18px;
        top: 0;
        left: 0;
        margin-top: 5px;
    }
    .lh-20 {
        line-height: 20px;
    }
    .trail-test-head .card-body.p-12-ar {
        padding: 10px 15px;
        font-size: 15px;
    }
    .lange .dropdown-menu,
    .nav-user-notification { display: none; }
    /*----------------menu ends------------------*/
    .donut-graph{
        max-height: 330px;
        /*min-height: 330px;*/
        width: 210px;
        margin: 0 auto;
    }
    .submit-answer{
        position: unset;
    }
    .feedback-option .option-list{
        display: flex;
        padding: 5px 0;
    }
    nav.mobile-breadcrum{
        white-space: nowrap;
        overflow: hidden;
    }
    nav.mobile-breadcrum .breadcrumb{
        width: max-content;
    }
    .study-mode tbody tr :first-child{
        white-space: nowrap;
    }
    .study-mode-table #mytable {
        width: max-content;
    }
    .footer .input-group{
        width: 300px;
        justify-content: center;
        margin: 15px 0;
    }
    .footer .mobile-subscribe{
        margin-bottom: 0;
    }
    .dashboard-wrap .faq .col-faq{
        height: auto;
        line-height: 1.5;
    }
    .custom-admin-checkbox {
        margin-right: 20px;
    }
    #userfeedbackmodal .modal-body,
    .popup-modal .modal-body,
    .banner-section .modal-body {
        padding: 30px;
    }
    .side-card{
        left: 0;
        width: 100%;
        top: 0;
        height: 100vh;
    }
    .side-card-close{
        right: 0;
        top: 0;
        z-index: 9;
    }
    .study-mode-table .list-group-horizontal .list-group-item:nth-child(1){
        min-width:300px;
    }
    .study-mode-table .rs-table1{
        min-width:300px;
    }
    .study-mode-table .list-group-horizontal .list-group-item:nth-child(2){
        min-width:100px;
    }
    .study-mode-table .rs-table2{
        min-width:100px;
    }
    .img-block-trial{
        display: none;
    }
    .question-trail-card{
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .question-trail-card .question-trail-img{
        height: 210px;
    }
    .owl-one.owl-carousel .owl-item img{
        height: 300px;
    }
    .blue-top-card .btn-primary{
        padding-left:10px;
        padding-right:10px;
        font-size: 14px;
    }
    .owl-one .owl-dots{
        bottom:10px;
    }
    .schedule-exam-popup .modal-body{
        padding:20px;
    }
    #display-haad .form-check-label{
        padding-left:15px;
    }
    .overview-expaination .wm-background{
        top: -165%;
        right: -115%;
        left: -140%;
        bottom: -165%;
    }
    .covid-icon img {
        top: 210px;
    }
    .covid-exam {
        top: 210px;
    }
    .trial-start h4 {
        font-size: 16px;
    }
    .mouse {display: none;}
    .start-btn {
        padding: 9px 20px !important;
        font-size: 12px !important;
    }
    li.nav-item.dropdown.lange .dropdown-menu { display:none; }
    .lange .dropdown-toggle::after{
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        left: 22px;
        top: 18px;
    }
    li.nav-item.dropdown.lange .dropdown-toggle.rotate::after {
        transform: rotate(225deg);
        top: 22px;
    }
    .banner-section .dropdown-menu-right a {
        border-bottom: 0px;
    }
    .dashboard-wrap h2 {
        font-size: 1.6rem;
    }
    .card.exam-prep-card h2 {
        font-size: 1.15rem;
    }
    .flag-scroll .page-item .flag {
        left: 15px;
        right: inherit;
    }
    .img-block-user { display: none; }
    .phone-sticky {
        position: fixed;
        top: 82%;
        transform: translateY(-50%);
        z-index: 10;
        right: 12px;
        /*transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;*/
    }
    .hexa-img {
        right: 225px;
        position: absolute;
        bottom: -215px;
        cursor: pointer;
        min-width: 40px;
     /*   height: 35px;
        background: #007bff;
        border-radius: 50%;
        line-height: 35px;
        text-align: center;*/
    }
    .phone-sticky.active {
        right: 0px;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    }
    .phone-sticky .bg-color-request {
        background-color: #f6a019;
        color: #fff;
        padding: 0;
        right: 0;
        position: absolute;
        bottom: -221px;
        width: 214px;
        font-size: 14px;
    }
    .user-soc-pop.modal-login .modal-dialog {
        max-width: 450px;
        margin: 20px auto;
    }
    .submenu {
        border-bottom: 1px solid #ddd;
        box-shadow: none;
    }
    .langButton2 {
        line-height: 1.5;
    }
    .container-view-md {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 720px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .side-card { padding: 15px 0px 15px; }
    .trail-test-head select.custom-select{
        border: 1px solid #d0d0d0;
    }
    .payment-success-ioc {
        width: 60px;
        height: 60px;
    }
    .payment-success-ioc .material-icons {
        font-size: 35px;
        line-height: 60px;
    }
    .trail-test-head .card-body.p-12-ar {
        padding: 10px 15px;
        font-size: 15px;
    }
    .dashboard-wrap h2 {
        font-size: 1.3rem;
    }
    .dashboard-wrap .h3,
    .dashboard-wrap h3 {
        font-size: 1.2rem;
    }
    .dashboard-wrap .h4,
    .dashboard-wrap h4 {
        font-size: 1.15rem;
    }
    .dashboard-wrap .h5,
    .dashboard-wrap h5 {
        font-size: 1.1rem;
    }
    .dashboard-wrap .faq .col-faq {
        font-size: 15px;
    }
    .dashboard-wrap .faq .fa-plus:before {
        content: "+";
        font-size: 25px;
    }
    .dashboard-wrap .faq .btn.btn-link.btn-block:not(.collapsed) .fa-plus::before {
        content: "\f068";
        font-size: 16px;
    }
    .dashboard-wrap .faq .btn-link {
        padding: 10px 17px;
    }
    .profile-setting .submenu ul li a {
        font-size: 14px;
    }
    .notifications-wrapper .panel-group .dropdown-item .notif-date {
        display: block !important;
        position: absolute;
        right: 0;
        top: 22px;
    }
    .sign-up label{
        padding-left: 25px;
    }
    .sign-up label .form-check-input {
        margin-top: 0.15rem;
    }
     .blog-banner-section .blog-banner .blog-header h1 {
        font-size: 36px;
        margin-top: 4rem;
    }
    .dashboard-wrap .tabs-refer .book-exam-tabs-con .invite-link {
        font-size: 13px;
    }
    .dashboard-wrap .tabs-refer .book-exam-tabs-con h2,
    .how-it-works-sec h3 {
        font-size: 20px;
    }
    .how-it-works-sec p {
        font-size: 11px;
    }
    .soc-refer-share a img {
        width: 22px;
    }
    .how-it-works-sec h4 {
        font-size: 14px;
    }
    .how-it-works-sec span {
        font-size: 12px;
    }
    .avail-card h3,
    .avail-card h6 {
        font-size: 15px;
    }
    .card.avail-card .card-body {
        padding: 15px !important;
    }
    .exam-launch-modal .modal-dialog.modal-xl .modal-content h4 {
        font-size: 16px !important;
    }
    .exam-launch-modal .modal-dialog.modal-xl .modal-content p {
        font-size: 14px !important;
    }
    .exam-launch-modal .modal-dialog.modal-xl .modal-content button {
        font-size: 12px !important;
    }
    .exam-launch-modal .side-card-close {
        right: 25px;
        width: 30px;
        height: 30px;
    }
    .trail-test-section .switch {
        top: 0;
    }
    .disagree-msg h5 {
        font-size: 16px !important;
    }
    .video-play-button:before,
    .video-play-button:after {
        width: 25px;
        height: 25px;
    }
    .video-section-home img,
    .video-section-home video {
        object-fit: contain;
        height: auto;
    }
    .popup-gallery .btn {
        font-size: 12px;
        padding: 4px 16px;
    }
    .video-play-button span {
        border-left: 10px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 6px solid transparent;
        top: 5px;
        left: -4px;
    }
    .watch-text {
        padding-left: 22px;
        font-size: 12px;
    }
    .banner-section .navbar-nav .dropdown-menu{
        position: relative;
        top: auto;
        right: auto !important;
        box-shadow: none!important;
        padding: 0;
        margin: 0;
        width: 100% !important;
        left: auto;
    }
    .banner-section .dropdown-item:focus,
    .banner-section .dropdown-item:hover{
        background-color: #0083ff!important;
    }
    .dashboard-wrap .faq .card-body{
        padding-left: 55px;
        padding-right: 15px;
        padding-top: 0;
    }
    .blog-banner-section .blog-banner{
        height: 200px;
        background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url('https://edental.s3.us-east-2.amazonaws.com/assets/img/blog-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    .blog-section .blog-head{
        padding: 20px 0 20px;
    }
    .blog-list-card{
        padding: 15px 15px;
    }
    .blog-list-card img{
        margin-bottom: 10px;
    }
    .dashboard-wrap h1{
        font-size: 1.5rem;
    }
    .flag-scroll .page-item{
        width: 30%;
    }
    .flag-scroll .page-item .check {
        top: 5px;
        right: 10px;
    }
    .flag-scroll .page-item .flag{
        right: auto;
        top: 5px;
        left: 5px;
    }
    .mob_plans.nav-tabs .nav-link.active {
        background-color: #0083FF;
        border: 0 none !important;
    }
    .mob_plans.nav-tabs .nav-link {
        font-size: 14px;
        background-color: inherit;
    }
    .plan-table .mob_plans .plan-title {
        font-size: 9px;
    }
    .plan-table .mob_plans .plan-type {
        font-size: 12px;
    }
    .plan-table .mob_plans .plan-price {
        font-size: 16px;
    }
    .plan-table .mob_plans .plan-cost {
        background: inherit;
        height: auto;
        display: block;
    }
    .plan-table .plan-cost {
        display: none;
    }
    .plan-table .plan-cost.plan_cost_mob {
        display: block;
    }
    .plan-table.mob_table .plan-features li {
        font-size: 13px;
        padding: 10px 10px;
    }
    .plan-table.mob_row .plan {
        width: 100%;
        box-shadow: none;
    }
    .plan-table .mob_table {
        max-width: 285px;
    }
    .plan-table .mob_plans .active .plan-title {
        color: #fff !important;
    }
    .plan-table.mob_row .plan-features li {
        font-size: 10px;
        line-height: normal;
        display: block;
    }
    .plan-table.mob_row .plan-select {
        height: 100px;
    }
    .how-it-work .card-body .content{
        height: 82px;
        overflow: hidden;
    }
    .switch {
        display: block;
    }
    .trail-test-head .switch{
        display: inline-block;
        margin: 0;
        line-height: 18px;
    }
    .quick-link-section h3,
    .quick-link-section h4 {
        font-weight: 600;
        font-size: 18px;
    }
    .custom-bg-danger,
    .trail-test-head .answer_explanation .custom-bg-success{
        padding: 0 20px!important;
    }
    .covid-icon img {
        top: 225px;
    }
    .trial-coach .card img {
        min-height: inherit;
    }
    .trial-card .img-block-trial img {
        height: inherit;
    }
    .blog-detail p img{
        width: 100% !important;
        height: auto !important;
    }
    .how-it-work {
        padding: 10px 0 15px;
    }
    .owl-mock .owl-nav button.owl-prev span {
        left: 8px
    }
    .owl-mock .owl-nav button.owl-next span {
        right: -20px;
    }
    .container-view-md {
        max-width: 540px;
    }
}

@media (max-width: 575px){
    .trial-justify {justify-content: inherit !important;display: block !important;}

    .blog-banner-section .blog-banner.data-flow { height: 350px; }
    .blog-banner-section .blog-banner .blog-header h1 {
        font-size: 30px;
    }
    .blog-detail.ar-right{ padding-right: 15px; padding-left: 15px;}
   /* section.social-media { display: none }*/
    .blog-detail { max-width: 100%; max-height: auto; }
    .title-des {
        font-size: 24px;
    }
    p.text-cont {
        font-size: 16px;
    }
    .mock-impression-title {
        font-size: 20px;
    }
    .test-mock-img img{
        max-height: 300px;
        height: 100%;
    }
    .owl-one .owl-dots{
        left: 36%;
    }

}

@media screen and (max-width: 480px) {
    .footer{
        text-align: center;
    }
    #userfeedbackmodal .modal-body,
    .popup-modal .modal-body,
    .banner-section .modal-body {
        padding: 20px;
    }
    .dashboard-wrap .trial-card h1 {font-size: 25px !important;}
    .notifications-wrapper .panel-group.notifi .dropdown-item .notif-date {
        float: none !important;
        position: static !important;
        margin: 0 !important;
    }
    .no-hover img{ max-width: 60px; }
    .pl-1x { padding-left: 8px; }
    .pr-1x { padding-right: 8px; }
    .profile-wrapper .btn-primary {
        padding-left: 25px;
        padding-right: 25px;
    }
    .how-it-works-sec .img-how img {
        max-height: 80px;
        margin-right: 10px;
    }
    .font-xs-12 {
        font-size: 12px;
    }
    .footer .input-group { margin: 15px auto; width: 280px; }

    .mock-banner{
        width: 60%;
    }
}
@media print {
    body {display: none;}
}
@media screen and (min-width: 768px){
    .mob_table {
        display: none;
    }
    .sidebar.toggled .sidebar-brand .sidebar-brand-text{
        display: inline;
    }
    #register-form-updated .col-md-6.pr-md-1 { padding-left: 15px !important; }
    #register-form-updated .col-md-6.pl-md-1 { padding-right: 15px !important; }
}
@media screen and (min-width: 992px) {
    .l-content {
        padding: 50px 40px 50px 0px;
    }
    .r-content {
        padding: 50px 0px 50px 40px;
    }
    .lw-content{
        max-width: 420px;
        margin-left: auto;
    }
    .rw-content{
        max-width: 420px;
    }
    /*.container-view-md {
        max-width: 960px;
    }  */
}
@media screen and (min-width: 1200px) {
    .l-content {
        padding: 50px 40px 50px 0px;
    }
    .r-content {
        padding: 50px 40px 50px 40px;
    }
    .lw-content{
        max-width: 510px;
        margin-left: auto;
    }
    .rw-content{
        max-width: 510px;
    }
}
@media screen and (min-width: 1460px) {
    .owl-one.owl-carousel .owl-item img {
        height: 750px;
    }
    .container-view-md {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width:1199.98px){
    .langButton2 span {
        padding: 7px;
    }
    .container {
        max-width: 1140px;
    }
}
@media (max-width:1199px) {
    .how-it-work h2,
    .app-detail h2,
    .app-detail h5,
    .blog-section .blog-head h2,
    .blog-section .blog-head h5 {
        font-size: 30px;
    }

    h2.com-size-two {
        font-size: 1.7rem;
    }
}
@media (max-width:991px) {
    .how-it-work h2,
    .app-detail h2,
    .app-detail h5,
    .blog-section .blog-head h2,
    .blog-section .blog-head h5 {
        font-size: 26px;
    }
    .how-it-work .work-detail p,
    .pricing-head p,
    .quick-link-section P,
    .quick-link-section .card-body p,
    .app-detail p{
        font-size: 16px;
    }
    section.social-media {
        top: 80%;
    }
}
@media (max-width:767px) {
    h2.com-size-two{
        font-size: 1.5rem;
    }

}
@media (max-width:575px) {
    .how-it-work h2,
    .app-detail h2,
    .app-detail h5{
        font-size: 24px;
    }
    .how-it-work .work-detail p,
    .pricing-head p,
    .quick-link-section P,
    .quick-link-section .card-body p,
    .app-detail p{
        font-size: 14px;
    }
}
@media  only screen and (max-width:575.98px){
    .app-detail .app-image{
        height:350px !important;
        width: auto;
        object-fit: contain;
    }
    /* .social-media{
        top: 61% !important;
    } */
}
/*------------------------------MEDIA QUERY ENDS--------------------------------*/
.heading-bar {
    background-color: #fff;
    padding: 5px 20px;
}
.heading-bar h2 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 17px;
}
.group-box img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 10px;
}
.title-group-ans img{
    width: 46px ;
    height: 46px;
    margin-right: 10px;
}

.group-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.group-box .group-box-title h3 {
    font-size: 15px;
    color: #000;
    font-weight: 100;
    line-height: 17px;
    margin-bottom: 0;
}
.group-box-title h3{
    font-size: 16.262px;
    line-height: 28.349px;
}
.user-icon-img {
    width: 36px;
    height: 36px;
    background-color: #4D7DF9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ask-icon-img {
     width: 55px;
    height: 55px;
    background-color: #4D7DF9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.user-icon-img h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
}

.input-box {
    border: 1px solid rgb(200 200 200 / 30%);
    padding: 10px 20px;
    border-radius: 18px;
    background-color: #F4F4F4;
    line-height: 16px;
    max-width: 100%;
}

.input-box span {
    line-height: 15px;
    font-size: 13px;
    color: #BBB;
    font-weight: 400;
}
.inner-title {
    color: #324755;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.forum-data-user {
    display: flex;
    flex-direction: column;
}
.forum-data-user h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #282829;
    margin-bottom: 0;
}
.highlight {
    background-color: yellow;
}
.forum-data-user.notif-time h5 {
    color: rgba(0,0,0,.2);
    font-weight: 400;
}
.forum-data-user p {
    margin-bottom: 0;
}
.forum-data-user p span {
    color: #636466;
    font-size: 11px;
}
.forum-data-user p span:last-child {
    font-size: 14px;
}
.forum-icon-img,.reply-user-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
}
.forum-icon-img img,
.reply-user-icon img,
.nested-reply-user-icon img {
    border-radius: 50%;
}
.forum-analytics-div:hover {
    background-color: rgba(0, 123, 255, 0.2);
}
.forum-icon-img img {
    min-height: 35px;
    width: 35px;
    max-height: 35px;
}
.nested-reply-user-icon {
    width: 23px;
    height: 23px;
}
.more-link {
    color: #A4A4A4;
    font-size: 15px;
}
.form-feed-question {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
    color: #282829;
}
/* .form-feed-data {
    margin-bottom: 15px;
} */
.form-feed-data span {
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    line-height: 1;
}
i.bookmark{
    font-size: 20px !important;
    width: 20px;
    height: 20px;
}
.form-action {
    margin-right: 25px;
}
.form-action a {
    color: #636466;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-action a img {
    width: auto;
    height: auto;
    margin-right: 4px;
}
.br-4 {
    border-radius: 4px;
}
.lh-24 {
    line-height: 24px;
}
.form-action a:hover {
    text-decoration: none;
}
.dashboard-wrap .card.form-card {
    border-radius: 5px;
    margin-bottom: 15px;
}
.form-card .user-designation {
    color: #616161;
}
.form-card .user-name {
    color: #282829;
}
.form-card .answer-latest {
    color: #484848;
}
.form-card .comment-desc {
    color: #1E1E1E;
}
.modal-header .close,
.modal-header .close:focus {
    outline: 0;
}
.comment-scroll{
    overflow-y: scroll;
    height: 382px;
    overflow-x: hidden;
}
.suggested-groups-scroll{
    overflow-y: scroll;
    max-height: 150px;
    overflow-x: hidden;
}
.comment-scroll::-webkit-scrollbar,
.suggested-groups-scroll::-webkit-scrollbar,
.search-scroller::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.comment-scroll::-webkit-scrollbar-track,
.search-scroller::-webkit-scrollbar-track,
.suggested-groups-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
}
.comment-scroll::-webkit-scrollbar-thumb,
.search-scroller::-webkit-scrollbar-thumb,
.suggested-groups-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0083FF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.comment-reply .form-control {
    background-color: #F3F4F5 !important;
    border: 0;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.comment-reply .input-group-text {
    color: #fff;
    background-color: #4D7DF9;
    border: 0;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    cursor: pointer;
}
.comment-reply .input-group-text span.material-icons {
    font-size: 20px;
}
.flex-1 {
    flex: 1;
}
.answer-card {
    background-color: #EFEFEF;
    margin-top: -15px;
}
.answer-card .form-control {
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    color: #000;
    border-color: transparent;
    height: 32px;
    line-height: 32px;
}
.reply-submit-card .form-control {
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
    color: #000;
    border-color: transparent;
    height: 32px;
    line-height: 32px;
}
.answer-card .form-control::placeholder {
    color: rgba(0, 0, 0, 0.40);
}
.reply-submit-card .form-control::placeholder {
    color: #000;
}
.answer-card button, .reply-submit-card button {
    border-radius: 20px;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    background-color: #007BFF;
    height: 32px;
    box-shadow: none;
}
.reply-user-data {
    font-size: 14px;
    font-weight: 400;
}
.reply-user-data strong {
    color: #282829;
    font-weight: 700;
}
.reply-user-data span {
    color: #636466;
}
a.reply-btn {
    font-size: 12px;
    font-weight: 600;
    color: #636466;
}

a.reply-btn:hover {
    text-decoration: none;
}
.reply-msg p {
    font-weight: 100;
    font-size: 15px;
    color: #000000;
}
.cmt-det img {
    width: 12px;
    height: 9px;
    margin-right: 2px;
}

.cmt-det {
    color: rgba(0, 0, 0, 0.40);
    font-weight: 400;
    font-size: 12px;
}
.group-box-title p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 187px;
    height: 20px;
}

.group-box span.time-period {
    position: absolute;
    right: 0;
    color: rgba(0, 0, 0, 0.20);
    font-size: 12px;
    top: 19px;
}
.tips-box {
    background-color: #EBF0FF;
    padding: 10px 20px;
    border-radius: 4px;
}
.tips-box h6 {
    color: #2E69FF;
    font-weight: 600;
    font-size: 14px;
}
.tips-box ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.tips-box ul li {
    font-size: 12px;
    font-weight: 400;
    color: #2E69FF;
}
.success-modal h5 {
    font-size: 32px;
    font-weight: 600;
    color: #0C0C0C;
}
.success-modal p {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.success-mod {
    width: 100%;
    max-width: 360px;
}
a:hover {
    text-decoration: none;
}
.group-box-active {
    background-color: rgba(112, 109, 109, 0.13);
}
.pad-10 {
    padding: 10px 20px;
}
.follow-count {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
    background-color: #D8D8D8;
    border-radius: 20px;
    padding: 10px 20px;
}
.more-link::after,.dropleft .dropdown-toggle::before {
    display: none;
}
.dropdown-menu.share-drop {
    font-size: 12px;
    min-width: 7rem;
    top: 15px !important;
    left: 15px !important;
    z-index: 7;
}
.dropdown-menu.share-drop .dropdown-item {
    padding: 0.25rem 1rem;;
}
.create-group-modal h5,
.add-member-popup h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0A0A0A;
    margin-bottom: 5px;
}
.va-middle {
    vertical-align: middle;
}
.create-group-modal p,
.add-member-popup p {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
}
.create-group-modal input.w-25 {
    width: 20% !important;
    border-radius: 8px;
}
.add-member-popup .suggest-group:hover {
    cursor: pointer;
    border-radius: 4px;
    background: #D3ECFF;
}
.add-member-popup .suggest-group .group-icon {
    height: 28px;
    width: 28px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top;
}
.add-member-popup .suggest-group .main_use_icon,
.add-member-popup .suggested-ppl .main_use_icon {
    width: 28px;
    height: 28px;
    font-size: 14px!important;
}
.add-member-popup .input-group-text {
    color: #BBBBBB;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.add-member-popup .input-group-text span {
    color: #BBBBBB;
    font-size: 20px;
}
.add-member-popup .input-group .form-control {
    color: #ACACAC;
    border: 1px solid #EAEAEA;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.add-member-popup .copy-btn {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    color: #000;
    border-radius: 4px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.add-ppl-btn{
    color: #777;
    background-color: #fff;
    border-color: #E6E6E6;
    border-radius: 20px !important;
}
.add-member-popup .invite-link {
    height: initial;
    font-size: 12px;
    font-weight: 400;
}
.add-member-popup .input-group .form-control:focus {
    outline: 0 !important;
}
.add-member-popup h4 {
    font-size: 16px;
    font-weight: 500;
    color: #7D7D7D;
}
.profile-card .tab-content h5 {
    font-size: 15px;
}
.create-group-modal p.small-text {
    color: #8A8A8A;
    font-size: 12px;
    font-weight: 300;
}
.create-group-modal .group-comm-type i.fa {
    color: #343434;
    font-size: 23px;
}
.create-group-modal .group-comm-type span {
    color: #343434;
}
.create-group-modal .group-comm-type .custom-radio {
    margin-bottom: 0px;
}
.create-group-modal .group-comm-type .custom-control-label::before,
.add-member-popup .custom-control-label::before {
    top: 0.5rem;
    left: -1.5rem;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background-color: #fff;
    border: 1px solid #A6A6A6;
}
.create-group-modal .group-comm-type .custom-control-label::after,
.add-member-popup .custom-control-label::after {
    top: .68rem;
    left: -1.61rem;
    width: 1.55rem;
    height: 1rem;
    background-size: 68% 73%;
}
.custom-tooltip {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000 !important;
    border-radius: 8px !important;
    background: #FFF !important;
    border: 0 !important;
    box-shadow: 0px 3.614px 10.841px 0px rgba(0, 0, 0, 0.12) !important;
    max-width: 200px;
    width: auto !important;
    padding: 10px !important;
}
.create-group-modal h6 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}
.create-group-modal .form-control {
    border-radius: 8px;
}
.forum-profile-img {
    width: 80px;
    height: 80px;
    background-color: #ef6c00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.forum-profile-img span {
    color: #fff;
    font-size: 60px;
}
.profile-card h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 43px;
    color: #282829;
}
.profile-card p {
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    color: #939598;
    margin-bottom: 10px;
}
.custom-tabs.nav-tabs .nav-link {
    color: #939598;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}
.custom-tabs.nav-tabs .nav-link.active {
    color: #B92B27;
    border-bottom: 4px solid #B92B27 !important;
    border-radius: 2px;
}
.profile-card .tab-content h5 {
    font-size: 15px;
}
.create-group-btn-outline{
    font-weight: 400;
    font-size: 12px;
    /* line-height: 17px; */
    width: 36px;
    height: 21px;
    border-radius: 10px;
    display: flex;
    background: #fff;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    color: #324755;
}
.leaderboard-icon{
width: 26px;
height: 26px;
display: flex;
align-items: center;
    justify-content: center;
background: rgba(255, 255, 255, 0.22);
border-radius: 50%;
}
.radio-input{
accent-color: #646464;
}
.fw-500{font-weight: 500;}
.like-group{
/*width: 73px;
height: 28px;*/
    align-items: center;
    justify-content: center;
    display: flex;
background: #EEEEEE;
border-radius: 18px;
}
.search i{
    position: absolute;
    /* left: 0%; */
    right: 10px;
    top: 11px;
    font-weight: 400;
    bottom: 0%;
    color: #324755;
}
.search input::placeholder{
font-weight: 400;
font-size: 12px;
line-height: 17px;
}
.text-lgrey{
color: #D1D1D1;
}
.add-logo{
    border: 1px dashed #C4C4C4;
    border-radius: 8px;
    height: 50px;
    width: 50px;
}
.add-logo img{
    filter: contrast(0.5);
}
.group-modal h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}
.group-modal p{
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #AAAAAA;

}
.container-check {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*right: -30px;*/
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -10px;
    left: 38px;
    height: 20px;
    width: 20px;
    background-color: transparent;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rounded-8{
border-radius:8px;
}
.breadcrumb-item+.breadcrumb-item::before{
padding-right: 0.5rem;
    color: #282829;
    content: "/";
}
.breadcrumb .breadcrumb-item a{
 color: #282829;
font-weight: 700;
font-size: 12px;
}
.breadcrumb .breadcrumb-item{
padding-left:0;
}
.breadcrumb .breadcrumb-item.active{
 color: #646464;
font-weight: 600;
font-size: 12px;
}
.ques-card hr{
margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before{
padding-right: 0.5rem;
    color: #282829;
    content: "/";
}
.breadcrumb .breadcrumb-item a{
 color: #282829;
font-weight: 700;
font-size: 12px;
}
.breadcrumb .breadcrumb-item{
padding-left:0;
}
.breadcrumb .breadcrumb-item.active{
    color: #646464;
    font-weight: 600;
    font-size: 12px;
}
.ques-card hr{
    margin: 0;
}
.ans-para{
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.ans-badge{
    width: fit-content;
    /* height: 23px; */
    font-size: 12px;
    padding: 2px 15px;
    background: #D9D9D9;
    border-radius: 14px;
}
.text-nowrap{
    white-space: initial;
    max-width: 100%;
}
.cursor-pointer{
    cursor:pointer;
}
.text-editor > div {
    width: 100% !important;
    /* height: 150px; */
}
.text-editor .nicEdit-main {
    min-width: 100%;
    height: 180px;
    margin: 0;
    outline: none;
    font-size: 14px;
}
/* .text-editor .nicEdit-main > div {
    text-align: left !important;
} */
.ans-tag{
    padding:8px;
    background: #EEF4FB;
    border-radius: 8px;
}
.container-check img
{
    height: 50px;
    border-radius: 8px;
    width: 50px;
}
.group-box-title p.hed-para{
    white-space: initial;
    max-width: 100%;
    }
.topicKnowModal .bootstrap-tagsinput{
    width: 100%;
    border: none;
    box-shadow: none;
    order: 2;
    display: flex;
    flex-direction: column;
}
.topicKnowModal .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: auto;
    cursor: pointer;
}
       .topicKnowModal .bootstrap-tagsinput input:focus,
        .topicKnowModal .bootstrap-tagsinput input{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    display: flex;
    order: -1;
    margin-bottom: 25px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
        .topicKnowModal .bootstrap-tagsinput .label-info{
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    color:  #495057;
}
.like-group a span{
    line-height: 15px;
    font-size: 14px;
    height: 17px;
    color:#d1d1d1;
}
.text-black{
    color: #282829;
}
a.text-black:hover{
    color: #282829;
    text-decoration: underline;
}
.text-gray{
color:#787878;
}
.plus{
width: 23px;
height: 23px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #007BFF;
}
.plus img{
    max-height: 12px;
    max-width: 12px;
}

@media (max-width: 767px){
    .group-overlay-card .group-img{position: relative;}
  .form-feed-question,
    h4.group-overlay-title{
        font-size: 14px !important;
    }
    .group-box .group-box-title h3{
        font-size: 12px;
    }
}

@media (max-width: 575px){
    .btn{
        font-size: 12px;
    }
}

/*custom-tag-input*/
.custom-taginputs .tagator_element {
    border: none;
    width: 99% !important;
}
.custom-taginputs .tagator_element input.tagator_input {
    width: 100% !important;
    border: 1px solid #dbdbdb;
    display: block;
    margin: 0 !important;
    padding: 6px 9px;
    line-height: 18px;
    font-family: europa,sans-serif;
    font-size: 14px;
}
.custom-taginputs .tagator_tag {
    background-color: #ddd;
    border-radius: 50px;
    padding: 5px 10px;
    height: initial;
    padding-right: 25px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-left: 14px;
}
.custom-taginputs .tagator_tag .tagator_tag_remove {
    right: 5px;
    top: 3px;
    color: #000;
}
.custom-taginputs .tagator_tags {
    display: block;
    margin-bottom: 12px;
}
.custom-taginputs .tagator_tag .tagator_tag_remove:hover{
    background-color: transparent;
}
.custom-taginputs .tagator_option {
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
    font-family: europa,sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.custom-taginputs .tagator_option.active {
    background-color: #007bff;
    color: #fff;
}
.custom-taginputs .tagator_options {
    font-family: europa,sans-serif;
    margin-top: 4px;
    border: 1px solid #dbdbdb;
}
.custom-taginputs .form-check {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    padding: 0;
    width: 24px;
    left: 3px;
}
.custom-taginputs .form-check input {
    top: 0;
    left: 0;
    right: 0;
}
i.material-icons.font-17 {
    font-size: 16px;
}
.tagator_element .tagator_options{
    display: none !important;
}
.font-46 {font-size: 46px;}
.tf-bg {background-color: #E5F1FD;}
.r-course-set {min-height: 145px;}
.r-course, .r-course img, .r-course .r-course-in p {border-radius: 15px;}
.r-course h2 {top:15px;left:15px;}
.r-course .r-course-in p {bottom:0;right:0;}
.pass-bg{background-color: #C5E2FF;}
/* .rating-new .active .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} */
i.material-icons.active{
    color: #007bff;
}
.rating-new .active i,
.like.active span.text-dark,
.dislike.active span,
.like:hover span.text-dark,
.dislike:hover span,
.like:hover i,
.dislike:hover i {
    color: #ffffff !important;
}
.rating-new .bookmark.active i {
    color: #0083FF !important;
    font-family: 'Material Icons';
}
.rating-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 3px 6px; */
}
.rating-new button {
    background: transparent;
    border: none;
    display: flex;
    vertical-align: top;
    width: auto;
    border-radius: 30px 0 0 30px;
    padding: 7px 11px;
    align-items: center;
}
.rating-new button.like,
.rating-new button.dislike {
    height: 31px;
}
.rating-new button.like.active,
.rating-new button.like:hover {
    background: #4D7DF9;
}
.rating-new button.dislike.active,
.rating-new button.dislike:hover {
    background: #4D7DF9;
    border-radius: 0 30px 30px 0;
    color: #fff;
}
button.like{
    border-right: 0.5px solid #d1d1d1;
}
.rating-new i {
    font-size: 16px;
    color: #636466;
}
.rating-new button:focus {
    outline: none;
}
.rating-new.rating2 i{
    font-size: 18px;
}
.rating-new i.material-symbols-outlined{
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}
.textsms,
.eyes-view{
    font-size: 18px;
    color: #636466;
}
.form-feed-data{
    display: flex;
    align-items: center;
}
/* .rating-new i.thumb_up{
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/thumb_up.svg);
}
.rating-new .active i.thumb_up{
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/thumb_up_active.svg);
}
.rating-new i.thumb_down{
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/thumb_down.svg);
}
.rating-new .active i.thumb_down{
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/thumb_down_active.svg);
} */
/* .rating-new i.bookmark {
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/bookmark.svg);
}
.rating-new .active i.bookmark{
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/bookmark_active.svg);
} */
.mxh-850 {
    max-height: 850px;
}
.pe-none{
    pointer-events: none;
}
.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}
.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.exam-btn label span{
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 8px 25px;
    text-align: center;
    font-size: 14px;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
}
.exam-btn input{
    display: none;
}
.exam-btn input:checked + span {
    color: #ffffff;
    background: #007bff;
    border-color: #007bff;
}
/*---------------- Forum New Design Start -------------------------------------*/
.forum-top-bar{
    background: #324755;
    /* height: 53px; */
    padding: 11px 0;
}
img[width="35"][height="35"] {
    height: 35px;
    width: 35px;
    object-fit: cover;
}
img[width="33"][height="33"] {
    height: 33px;
    width: 33px;
    object-fit: cover;
}
img[width="38"][height="38"] {
    height: 38px;
    width: 38px;
    object-fit: cover;
}
img[width="41"][height="41"] {
    height: 41px;
    width: 41px;
    object-fit: cover;
}
img.people-prof {
    height: 30px;
    width: 30px;
    object-fit: cover;
    display: inline-block;
}
.suggest-srch .dropdown-menu {
    right: 0;
    left: inherit;
    z-index: 10;
    min-width: 22rem;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.11);
}
.suggest-srch .dropdown-menu .dropdown-item {
    padding: 0.6rem 0.6rem;
    font-weight: 400;
    color: #323232;
    font-size: 14px;
    border-bottom: 1px solid rgba(216, 216, 216,0.5);
    border-radius: 0;
    max-width: 352px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.suggest-srch .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 123, 255, 0.1);
}
.suggest-srch .dropdown-menu .dropdown-item:hover:last-child {
    border-radius: 0 0 4px 4px;
}
.suggest-srch .dropdown-menu .dropdown-item:last-child {
    border: 0;
}
.suggest-srch .dropdown-header {
    background-color: rgba(50, 71, 85, 0.1);
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 0.7rem 0.6rem;
    border-bottom: 1px solid rgba(216, 216, 216,0.5);
}
.typed-text, .font-weight-600 {
    font-weight: 600 !important;
}
.text-white-light {color: #ECEEEF99;}
.note-editor .note-toolbar {
    background: hsla(0,0%,50.2%,.11);
}
.forum-css select.form-control,
.forum-css .form-control,
.forum-css .form-select {
    border-radius: 8px;
}
.forum-css .nicEdit-panelContain {
    border-radius: 8px 8px 0 0;
}
.forum-css .nicEdit-panel,
.forum-css .text-editor>div:nth-child(2) {
    border-radius: 0 0 8px 8px;
}
.forum-css .btn {
    text-transform: none;
    font-family: europa,sans-serif;
    letter-spacing: initial;
    box-shadow: none;
}
.forum-css .btn-outline-secondary {
    color: #222;
    border-color: #CCCCCC;
}
.box-mouse-dragger {
    width: auto;
    white-space: nowrap;
}
.forum-css .btn-outline-secondary:hover {
    color: #fff !important;
}
.create-group-modal.modal-lg,
.add-member-popup .modal-lg {
    max-width: 500px;
}
.forum-css .exam-btn label span {
    border-radius: 8px;
}
.forum-css.modal-open .modal {
    padding-right: 0 !important;
}
.forum-css .close {
    outline: 0;
}
.bg-post-qstn .btn:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.header-title{
    color: #324755;
}
.general-forum-card{
    border-radius: 5px !important;
}
.general-forum-group:last-child{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.general-forum-group:last-child .group-in-div {
    margin-bottom: 0 !important;
}
.forum-user-box{
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: #4d7df9;
    padding: 4px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
}
.forum-user-box span{
    color: #fff;
}
.online-span{
    width: 8px;
    height: 8px;
    background: #07AA17;
    border-radius: 50px;
    vertical-align: middle;
}
.welcome-p-content{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.welcome-p-content-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forum-analytics-div{
    background: #EDEDED;
    border-radius: 4px;
    padding: 10px 15px;
}
.forum-analytics-div p i{
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.13);
    padding: 8px;
    border-radius: 50px;
    text-align: center;
    vertical-align: inherit;
    margin-right: 6px;
}
.forum-analytics-div:last-child{
    margin-bottom: 0 !important;
}
.forum-group-details-card .categoryGroup.active{
    background: #007ED2;
    color: #fff;
}
.forum-group-details-card .categoryGroup{
    background: #fff;
    border-radius: 4px;
    box-shadow: none;
    color: #324755;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid rgba(197, 197, 197, 0.50);
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}
.group-box .categoryGroup:last-child {
    margin-right: 0 !important;
}
.ask-edit-btn .text-secondary{
    background: #F4F4F4;
    border-radius: 4px;
}
.main_use_icon{
    width: 38px;
    height: 38px;
    font-size: 15px!important;
    font-weight: 600;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.forum-group-card-tabs{
    border-bottom: 1px solid #f3f4f5;
}


.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin-bottom: 0;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
    height: calc(2.25rem + -7px);
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 25px 25px 25px 25px;
}
.search-form .form-group:active,
.search-form .form-group.active {
    width: 100%;
    border-radius: 25px 25px 25px 25px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: 13px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #324755;
    left: initial;
    font-size: 14px;
}
.shareInviteinput{
    border-radius: 6px 0 0 6px !important;
}
.shareInvitesuccess{
    color:#fff;
    background-color:#324755;
    border-color:#324755;
    padding: 6px 10px;
    border-radius: 0 6px 6px 0;
}
.shareInvitesuccess:hover{
    background-color: #007bff;
    border-color: #007bff;
}
.add-member{
    border-radius:6px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
}
.bootstrap-tagsinput {
    min-width: 100%;
    min-height: 37px;
}
#emailInputContainer{
    border: solid 1px;
    background-color: #fff;
    border: 1px solid #ced4da;
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 24px;
    cursor: text;
    width: 100%;
    height:37px;
}

.tag{
    padding: 2px 5px;
    margin-right: 5px;
    background:#324755;
    color: white;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight:normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.search-box {
    font-size: 16px;
    padding: 8px 18px;
    border: 0;
    background-color: #F3F4F5;
    width: 50%;
    border-radius: 40px;
    transition: .2s;
    height: 45px;
}
.search-myans{
    border: 0;
    vertical-align: 6px;
    background: #F3F4F5;
}
.title-group-ans{
    border-radius: 3.614px 3.614px 0px 0px !important;
    background: #D3ECFF !important;
    border: 0 !important;
}
.search-myans:focus-visible{
    outline: 0;
}
.search-box:hover {
    border-color: #AAAAAA;
}
.tempinput{
    border: none;
    outline: none;
}

.tag > .remove{
    margin-left: 8px;
    cursor: pointer;
}

.tag > .remove::after{
    content: "x";
    padding: 0px 0px;
}

#addbtn{
    position: absolute;
    right: 3px;
    bottom: 3px;
}
.folder-btn{
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}
.folder-name-span{
    margin-bottom: 10px;
}
#dynamicfolder{
    max-height: 300px;
    overflow: auto;
    flex-wrap: wrap;
    padding-top: 8px;
}
#dynamicfolder > div{
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
}
#dynamicfolder .folder-select{
    /* background: whitesmoke; */
    background: rgb(108 117 125 / 30%);
}
.close-btn i{
    position: absolute;
    right: -5px;
    top: -5px;
    background: white;
    border-radius: 50px;
}

#faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background:#EFEFEF;
    color: #222;
    padding:13px 18px;
    border:1px solid #DBDBDB;
}

#faq .card .card-header .btn-header-link:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: 900;
    float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
    background:#EFEFEF;
    color: #000;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    font-family: 'FontAwesome';
    content: "\f107";
}

#faq .card .collapsing {
    background: transparent;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}
#faq .card .collapse.show {
    background:#fff;
    line-height: 30px;
    color: #222;
    border: 1px solid #f3f3f3;
    border-top: 0;
}
#faq .card-header .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}
.profile-title{
    background: rgba(50, 71, 85, 0.05);
    border-radius: 4px;
    padding: 10px;
    height: 120px;
}
.recent-activity{
    background:#f3f5fb;
    border-radius: 6px;
}
.text-filter {
    color: #5D5D5D;
}
select.form-control.filter {
    color: #6B6B6B;
    font-size: 13px;
    font-weight: normal;
    height: 2.2rem;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin-bottom: 10px;}
.pagination .page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
}
.pagination .page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
}
.pagination .page-link {
    height: 37px;
    box-shadow: none;
}
.forum-css .pagination .page-item:last-child .page-link,
.forum-css .pagination .page-item:first-child .page-link {
    font-size: 30px;
    line-height: 12px;
}
.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-item.active .page-link,
.pagination .page-item.active:focus .page-link {
    z-index: initial;
}
/*---------------- Forum New Design End -------------------------------------*/
.dropdown-item:focus, .dropdown-item:hover {
    border-radius: 0.25rem;
}
.forum-top-bar {
    position: sticky;
    top: 80px;
    z-index: 11;
    border-bottom: 1px solid #eee;
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
}
.forum-css .navbar-custom {
    border-bottom: 2px solid #eee;
    box-shadow: none;
}
.nicEdit-panelContain {
    padding: 5px 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.text-editor > div:nth-child(2),
.nicEdit-panel {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.text-white-70 {
    color:rgb(255 255 255 / 75%);
}
.text-hover-underline:hover {
    text-decoration: underline;
    color: #282829;
}
.forums-alert-danger,
.forums-alert-success {
    background-color: #137542;
    max-width:1110px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    border-radius: 0;
    margin: auto;
    top:140px;
}
.forums-alert-danger {
    background-color: #e76f51;
}
.forums-alert-danger .close,
.forums-alert-success .close {
    left: auto;
}
.mt--4 {
    margin-top: -4px;
}
/* user-dashboard */
.font-text-col{
    color: #324755;
}
.text-lit-gray{
    color: #999;
}
.fw-600{
    font-weight: 600;
}
.number-circle{
    background-image: url(https://exalogic-store.s3.us-east-2.amazonaws.com/e-dental/img/number.svg);
    color: #fff;
    height: 56px;
    padding: 6px;
    width: 95px;
    font-weight: 600;
    display: block;
    background-repeat:no-repeat;
    align-items: center;
    display: flex;
    text-align: end;
    justify-content: end;
    padding-right: 25px;
    margin-left: auto;
}
 /* Progress Bars */
 .text-theme-blue{
    color: #007bff;
 }
 .text-theme-grey{
    color: #324755;
 }
progress, progress[role] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-size: auto;
  height: 35px;
  width: 70%;
}

 /* The unordered list */
.skill-list {
  list-style: none;
  margin: 0;
  padding: 1em;
}

 /* The list item */
.skill {
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.skill-list h3 {
    line-height: 1;
    font-size: 15px;
    padding: 10px 15px;
    background: #324755;
    color: #fff;
  }
  .skill-list h3.skill-2 {
    background: #007bff;
  }

/* Style the bar colors */
.skill-1::-webkit-progress-value {
  background: #324755;
}

.skill-1::-moz-progress-bar {
  background: #324755;
}

.skill-2::-webkit-progress-value {
  background: #007bff;
}

.skill-2::-moz-progress-bar {
  background: #007bff;
}
progress::-webkit-progress-bar {
    background: #fff;
}
progress::-moz-progress-bar {
    background: #fff;
}

.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.grid-match>*>:not([class*=w-]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
/* notification scroll */
/* scrollbar */
.noti-scroll{
    overflow-y: scroll;
    height: 335px;
}

.noti-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

.noti-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.noti-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

.noti-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }
  #General,#Forum{
    position:relative;
    display:inline-block;
  }
  .notify-badge-1 {
    position: absolute;
    right: 30px;
    top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #007bff;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}
.notify-badge-2 {
    position: absolute;
    right: 23px;
    top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #007bff;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

 /* Animation Keyframes */
@-webkit-keyframes bar-fill {
  0% { width: 0; }
}

@keyframes bar-fill {
  0% { width: 0; }
}
/* end of progress bar */

/* performance chart */
.chart-select {
    max-width: 120px;
    height: 35px;
    font-size: 13px;
    background-color: #324755;
    color: #fff;
    outline: none;
}
.chart-in-select{
    max-width: 142px;
    height: 35px;
    font-size: 13px;
    outline: none;
    border: 0;
}
.form-control, .form-select {
    border-color: #DBDBDB;
    padding: 7px 17px;
}
.line-chart-js,
.arrow-key{
    height: 400px;
}
.doughnut-chart-js{
    height: 250px;
}
.count-percentage {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, 5%);
}
.rank-percentage{
    position: absolute;
    top: 80%;
    left: 80%;
    transform: translate(70%, 40%);
}
.arrow-up-position{
    position: absolute;
    top: 33%;
    left: 1%;
    transform: translate(-50%, 5%);
}
.arrow-down-position{
    position: absolute;
    bottom: 0%;
    left: 67%;
    transform: translate(-50%, 15%);
}
.label-1{
    border-left: 3px solid #306fff;
}
.label-2{
    border-left: 3px solid #30c9c9;
}
.label-3{
    border-left: 3px solid #f7c034;
}
.label-4{
    border-left: 3px solid #e2341e;
}
.custom-tooltip-perform {
    /* position: absolute;
    top: 0; */
    background-color: #465966;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    /* left: 0; */
}
.custom-tooltip-perform h6 {
    font-size: 12px !important;
    font-weight: 400;
}
.custom-tooltip-perform .user-name,
.custom-tooltip-perform .score,
.custom-tooltip-perform .percentage {
    font-weight: 600;
}
.test-mock-img1{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/dha-mock-test-questions-on-edental-portal.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.test-mock-img2{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/take-dha-mock-test-for-dental-prometric.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.test-mock-img3{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/dha-mock-exam-score-for-prometric-dental-exam.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.test-mock-img4{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/answers-to-dha-mock-text-questions-for-dentists.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.test-mock-img5{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/repetition-of-questions-in-dental-dha-mock-exam.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.test-mock-img6{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/purchase-of-dha-mock-test-for-dentist-exam.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-banner-section .blog-banner.new{
    background: url(https://edental.s3.us-east-2.amazonaws.com/assets/img/edental-dha-mock-test-for-dentists.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.trial_dha{
    background: url("https://edental.s3.us-east-2.amazonaws.com/assets/img/mock-dha-7.webp");
    min-height: 238px;
    background-size: cover;
    background-repeat: no-repeat;
}
.trial_dha h2{
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
}
.trial_dha .dha-row{
    min-height: 238px;
}
/* end of performance */
/* media */
@media (max-width: 1199.98px) {
    .trial_dha h2{
        font-size: 2.25rem;
        line-height: 2.8rem;
    }
    .trial_dha .dha-row,
    .trial_dha{
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
        .trial_dha h2{
            font-size: 2rem;
            line-height: 2.4rem;
        }
}
@media (max-width: 575.98px) {
    .skill h3{
        font-size: 11px;
        margin-bottom: 0px;
        line-height: 15px;
    }
    .skill p{
        font-size: 15px;
        align-self: center;
    }
    progress, progress[role]{
        width: 85%;
    }
    .rank-percentage {
        top: 77%;
        left: 74%;
        transform: translate(0%,40%);
    }
    .rank-percentage p span{
        font-size: 12px;
    }
    .arrow-down-position{
        left: 86%;
    }
    .pad-right{
        padding-right: 0px;
    }

    .trial_dha h2{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .forum-banner h1 {
        font-size: 18px !important;
    }
    .forum-banner p,
    .forum-banner h6,
    .bg-post-qstn .btn {
        font-size: 14px;
    }
    .bg-post-qstn p,
    .bg-post-qstn span {
        font-size: 13px;
        white-space: nowrap;
    }
}
.nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    padding: 6px;
    font-size: 14px;
    border-bottom: 5px solid #2a4855;
    border-radius: unset;
    font-weight: 600;
}
.answered .nav-pills .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 0!important;
    font-weight: 500;
}
.answered .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #007bff;
    width: 21px;
    margin: 0 auto;
}
.answered .nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    font-size: 13px;
    padding: 6px;
    font-weight: 400;
    position: relative;
}
.answered ul#pills-tab {
    border-bottom: 1px solid #c5bebe;
}
.question{
    font-size: 12px;
    font-weight: 500;
    color:#000;

}
.question:hover{
    font-size: 12px;
    font-weight: 500;
    color:#000;
    text-decoration: underline;

}
.notify-drop a.dropdown-item.no-data {
    min-height: 338px;
    display: flex;
    align-items: center;
}
.social-media > a {
    top: -65px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 50%;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 19px;
    z-index: 1;
    left: -8px;
}
.social-media>a.social-btn-toggle-open {
    background-color: #0083ff;
    right: -560px !important;
    top: 0;
    position: fixed;
    z-index: 1;
    color: #fff;
}
a.social-btn-toggle-open {
    right: 0;
    background-color: #007bff;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 5px;
    top: 22%;
}
a.social-btn-toggle-open > i {
    display: block !important;
    line-height: 2;
    color: #fff !important;
    font-size: initial !important;
    margin: 0 !important;
}
.social-div.enabled a.social-btn-toggle-open {
    display : none;
}
.social-div.enabled .social-media {
    right: 0;
}
.cssmincssssss {
    display: none;
}
.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner{
    min-width: 7rem;
}
.sidebar.toggled .nav-item .collapse{
    z-index: 2;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text img{
    width: 80px;
    object-fit: contain;
}
.scroll-to-top.rounded{
    z-index: 1 !important;
}
