@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Poppins";
    font-size: 16px;
}

h3 {
    font-weight: 600;
    font-size: 28px;
    color: #3c4852;
}

a.link-color {
    color: #ffb307;
}

.form-group.d-flex.align-items-center.poppins-regular {
    font-family: "Poppins";
}

a,
a:hover,
a:focus {
    outline: none;
    box-shadow: none !important;
}

button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus,
select,
select:hover,
select:focus,
.form-control,
.form-control:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #7e7e7e;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

/* 
*::-webkit-scrollbar {
    width: 10px;
}


/* *::-webkit-scrollbar-track {
    background: orange;
} *

*::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* border-radius: 20px; *
} */

div::-webkit-scrollbar {
    width: 6px;
}

.scroll1::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.scroll1::-webkit-scrollbar-track {
    background: #ddd;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #666;
}

.simplebar-content-wrapper::-webkit-scrollbar {
    width: 6px;
}

.simplebar-content-wrapper::-webkit-scrollbar-track {
    background: #eee;
}

.simplebar-content-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* border-radius: 20px; */
}

.form-check-input {
    margin-top: 0.45em;
}

.modal-open .screen-darken.active {
    z-index: 9999;
}

.modal {
    z-index: 9999;
}

.OpenSans-Regular {
    font-family: "Poppins";
}

a {
    color: #2e3d64;
    text-decoration: none;
}

a:hover {
    color: #ffb307;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 16px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-26 {
    font-size: 26px;
}

.pr-60 {
    padding-right: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pt-25 {
    padding-top: 25px;
}

.ml-100 {
    margin-left: 100px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-210 {
    margin-top: -210px;
}

.mt--80 {
    margin-top: -80px;
}

.ml-270 {
    margin-left: 270px;
}

/*.twitter {
    color: #1590e7;
}

.facebook {
    color: #4267B2;
}

.linkedin {
    color: #0077b5;
}

.youtube {
    color: #FF0000;
}*/

.modal .btn-close {
    background-size: 12px;
}

.blue-color {
    color: #3c4852;
}

.btn-outline-primary {
    color: #3c4852;
    border-color: #3c4852;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #3c4852;
    border-color: #3c4852;
}

input,
select {
    font-size: 14px !important;
    height: 50px;
}

body.offcanvas-active {
    overflow: hidden;
}

.mobile-offcanvas .navbar-brand {
    padding: 5px 0px 0px 0px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background: #ffffffe5;
    padding: 0;
    top: -80px;
    transform: translateY(80px);
    transition: transform 0.9s;
}

.header-container {
    max-width: 1600px;
}

.offcanvas-header {
    display: none;
}

.mobile-offcanvas {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
    padding: 0px;
}

.nav-link.dropdown-toggle {
    padding-right: 25px !important;
}

.navbar-nav li a {
    font-size: 16px;
    color: #405461;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 26px 20px !important;
    font-weight: 600;
}

.navbar-nav li a:hover {
    color: #ffb307;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li a:after {
    display: none;
}

.navbar-nav li a svg {
    max-width: 14px;
    max-height: 14px;
    float: right;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 60px;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 1050;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.navbar .megamenu {
    padding: 1rem;
}

.col-megamenu .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
    position: relative;
}

.col-megamenu .title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    content: "";
    width: 63px;
    background: #ffb307;
}

.col-megamenu ul li {
    margin-bottom: 10px;
}

/* .col-megamenu ul li a {
    color: #405461;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all .3s ease-in-out;
} */

.col-megamenu ul li a {
    color: #405461;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 4px 0px !important;
}

.col-megamenu ul li a:hover {
    color: #ffb307;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li a.signup-btn {
    background: #20a8ff;
    color: #fff !important;
    padding: 6px 20px !important;
    line-height: 30px;
    border-radius: 6px;
}

.navbar-nav li a.signup-btn:hover {
    background: #ffb307;
    color: #fff !important;
}

.mobile-neader-bar {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
    background: #ffffffe6;
}

.navbar .has-megamenu {
    position: static !important;
}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    max-width: 1170px;
    margin: 0 auto;
    border: none;
    border-top: solid 2px #ffb307;
    border-radius: 0px;
    box-shadow: 0 10px 40px 0 rgba(0, 22, 50, 0.05);
    transition: all 0.3s ease-in-out;
}

.fixed-top + .inner-banner {
    margin-top: 70px;
}

.account-dropdown .dropdown-menu li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.account-dropdown .dropdown-menu li a:hover {
    background: #fff;
}

.iphoneBack {
    background: url(../images/mobile-frame.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 310px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.iphoneBack .screen {
    padding: 0 0px 0px;
    height: 530px;
    overflow: hidden;
    width: 240px;
    margin: 0 auto 0;
    position: relative;
    top: 48px;
}

.swiper-container {
    width: 200px;
    overflow: hidden;
    border-radius: 15px;
}

.swiper-slide img {
    max-width: 100%;
}

.swiper-pagination-bullet {
    border: 2px solid white;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-color: transparent;
    background: #fe5800;
}

.hero-part {
    width: 100%;
    height: auto;
    float: left;
    /* background: url('../fonts/images/banner-bg.png'), url('../fonts/images/banner-left-bg.png');
    background-color: #fff !important;
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 0, 0 100%;
    background-size: 50% 50%, 110% 80%; */
    padding-bottom: 100px;
}

.hero-content .main-img {
    max-width: 1100px;
    width: 100%;
}

.hero-content-position {
    width: 100%;
    height: auto;
    float: left;
}

.hero-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0px 100px 0px;
}

.hero-content h1 {
    font-size: 32px;
    line-height: 42px;
    color: #2e3d62;
}

.hero-content h6 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2e3d62;
}

.hero-content-position ul {
    list-style-type: none;
    padding: 0px;
}

.hero-content-position ul li {
    display: inline-block;
}

.hero-content-position ul li:first-child {
    margin-right: 15px;
}

.hero-content-position ul li a img {
    width: auto;
    max-width: 155px;
}

.learning-experience-section {
    width: 100%;
    height: auto;
    float: left;
}

.learning-experience-box {
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 18px 51px 0 rgba(48, 52, 51, 0.08);
    padding: 60px 60px 30px;
    background: #fff;
}

.box-title {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #20a8ff;
    text-transform: uppercase;
}

.box-heading {
    font-size: 32px;
    color: #071e57;
    margin-bottom: 20px;
    font-family: "Poppins";
}

.learning-experience-section .tutoring-box {
    margin: 30px 0;
}

.tutoring-box .experience-icon {
    width: 90px;
    height: 90px;
    display: block;
    border: solid 3px #ddf2ff6e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tutoring-box .experience-icon img {
    margin-bottom: 8px;
    max-width: 50px;
    max-height: 50px;
    height: auto;
}

.tutoring-box h3 {
    font-weight: 600;
    font-size: 22px;
    color: #3c4852;
    margin: 15px 0;
    text-transform: capitalize;
}
.tutoring-box p {
    font-size: 16px;
    line-height: 150%;
    color: #3c4852;
    font-weight: 400;
    width: 95%;
}

.service-section {
    width: 100%;
    height: auto;
    float: left;
}

.service-section.bg-1 {
    background: #f4fbff;
}

.service-content h6 {
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #20a8ff;
    text-transform: uppercase;
}

.service-img {
    width: 100%;
    height: auto;
    float: left;
}

.service-img img {
    max-width: 100%;
    max-height: 100%;
}

.service-content h3 {
    margin-bottom: 10px;
}
.service-content ul li {
    padding-bottom: 6px;
}
.service-content p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.main-heading {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 100px;
    margin-bottom: 80px;
}

.blue-text {
    color: #5271ff;
}

.main-heading h2 {
    font-size: 62px;
    margin-bottom: 30px;
}

.main-heading p {
    font-size: 20px;
    margin-bottom: 18px;
    color: #666;
}

.achievments-secction {
    width: 100%;
    height: auto;
    float: left;
    background: #fff !important;
}

.achievments-block {
    margin-top: 30px;
    background-image: url("../images/dots.png"),
        url("../images/lines-circle.png");
    background-position: 0 100%, 100% 0;
    background-repeat: no-repeat, no-repeat;
}

.achievments-block h5 {
    font-size: 18px;
    letter-spacing: 0;
    color: #405461;
    font-weight: bold;
    margin-bottom: 10px;
}

.achievments-block p {
    font-size: 35px;
    letter-spacing: 0;
    color: #071e57;
    font-weight: bold;
}

.achievments-block p span {
    color: #ffb307;
}

.achievments-block .download-block {
    background-image: url("../images/download-bg.png");
}

.achievments-block .download-block,
.achievments-block .rating-block {
    padding: 25px;
    min-height: 155px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(0 3px 27px rgba(0, 22, 50, 0.08));
    filter: drop-shadow(0 3px 27px rgba(0, 22, 50, 0.08));
    background-color: #fff;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.achievments-block .rating-block {
    background-image: url("../images/app-rating.png");
}

.achievments-block .cities-block {
    background-image: url("../images/cities-bg.png");
}

.achievments-block .cities-block,
.achievments-block .times-block {
    padding: 25px;
    min-height: 155px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(0 3px 27px rgba(0, 22, 50, 0.08));
    filter: drop-shadow(0 3px 27px rgba(0, 22, 50, 0.08));
    background-color: #fff;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.achievments-block .times-block {
    background-image: url("../images/times-bg.png");
    background-size: contain;
    background-position: right bottom -60px;
}

.call-to-action-area {
    background: linear-gradient(90deg, #4785ec 0%, #3366c1 100%);
    width: 100%;
    height: auto;
    float: left;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-position: top;
}

.call-to-action-inner {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 80px 0px 0;
}

.call-to-action-inner .call-to-action-content {
    padding: 80px 0;
}

.call-to-action-inner .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #071e57;
}

.call-to-action-inner .subtitle {
    color: #071e57;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    line-height: 24px;
}

.call-to-action-inner .apps-download {
    display: flex;
    margin-top: 30px;
}

.call-to-action-inner .apps-download .download-img.style-01 {
    margin-left: 10px;
}

.download-img a img {
    max-width: 150px;
}

.features-section.achievments-secction .features-block {
    padding-left: 50px;
}

.features-p {
    font-size: 16px;
    line-height: 28px;
}

.footer-part {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.footer-logo {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 140px;
    height: auto;
    max-height: 80px;
}

.footer-contact-info {
    width: 100%;
    height: auto;
    float: left;
}

.footer-contact-info a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.footer-contact-info a:hover {
    color: #ffb307;
}

.footer-contact-info address {
    color: #666;
    font-size: 16px;
}

.footer-part h3 {
    color: #2e3d64;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-part ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-part ul li {
    display: block;
    margin-bottom: 15px;
}

.footer-part ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.footer-part ul li a:hover {
    color: #ffb307;
}

.footer-part ul.social-sites li {
    display: inline-block;
}

.footer-part ul.social-sites li {
    display: inline-block;
    padding-right: 10px;
}

.footer-part ul.social-sites li a {
    line-height: 36px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    display: grid;
    align-items: center;
    text-align: center;
    border: solid 2px #eee;
    border-radius: 50px;
}

.footer-part ul.social-sites li a:hover {
    color: #fff;
    border: solid 2px #ffb307;
    background: #ffb307;
}

.footer-part .download-app li {
    display: inline-block;
}

.download-app li a img {
    max-width: 100px;
}

.copyright-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
}

.copyright-section p {
    font-size: 13px;
    line-height: 23px;
    color: #405461;
    font-weight: 500;
    margin-bottom: 0px;
}

.copyright-section p span {
    color: #20a8ff;
}

.terms ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
    text-align: right;
}

.terms ul li {
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
}

.terms ul li:first-child {
    padding-left: 0px;
}

.terms ul li a {
    color: #405461;
    text-decoration: none;
    font-size: 13px;
}

.terms ul li a:hover {
    color: #ffb307;
}

.download-img a:hover,
.hero-content-position ul li a:hover,
.footer-part .download-app a:hover {
    box-shadow: 0px 5px 10px #323f473b;
    display: block;
}

/****** Blog Page ******/

.inner-banner {
    text-align: center;
    padding: 60px 0px;
    background-size: cover;
}

.inner-banner .page-title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.38px;
    color: #2e3d64;
    margin-bottom: 15px;
}

.inner-banner .page-list {
    margin: 0;
    padding: 0;
}

.inner-banner .page-list li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.32px;
    color: #5b6880;
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.inner-banner .page-list li a {
    color: #2e3d64;
    text-decoration: none;
}

.inner-banner .page-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
    font-family: "fontawesome";
}

.inner-banner .page-list li:first-child {
    padding-left: 0;
}

.inner-banner .page-list li:first-child:after {
    display: none;
}

.blog-list-section {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.blog-card {
    background: rgb(255, 255, 255);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.8s ease 0s;
}

.blog-card:hover {
    background: #f4fbff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease 0s;
}

.blog-card .card-title {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.stats {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999;
}

.stats ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stats ul li {
    display: inline-block;
    padding-right: 10px;
}

.stats ul li:last-child {
    padding-right: 0px;
}

.blog-card .card-text {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-area {
    padding: 25px 20px 0;
    border: 1px solid #ddd;
}

.widget_search .search-form {
    position: relative;
    background: #f5f5f5;
    border-radius: 4px;
}

.widget_search .search-form input {
    letter-spacing: 0.3px;
    color: #5b6880;
    width: 100%;
    font-weight: 400;
    border: 0;
    background: transparent;
    padding: 0 60px 0 24px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

.widget_search .search-form button {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    padding: 0 23px;
    height: 52px;
    line-height: 52px;
    top: 0;
    right: 0;
}

.widget_search .search-form button i {
    color: #5b6880;
}

.widget_search .search-form button:active,
.widget_search .search-form button:focus {
    box-shadow: none;
    outline: 0;
}

.widget-title {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.28;
    color: #2e3d64;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #e4e7eb;
}

.widget-recent-post ul li .media {
    margin-bottom: 20px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.widget-recent-post ul li .media img {
    width: 90px;
}

.widget-recent-post .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
}

.widget-recent-post ul li .media .media-body .title {
    margin-bottom: 0px;
    line-height: 14px;
}

.widget-recent-post ul li .media .media-body .title a {
    font-size: 16px;
    text-decoration: none;
}

.widget-recent-post ul li .media .media-body .post-date {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #97a1b2;
}

.widget_categories ul li {
    margin-bottom: 10px;
}

.widget_categories ul {
    list-style-type: circle;
    padding-left: 15px;
}

.widget_categories ul li a {
    font-size: 16px;
    text-decoration: none;
    line-height: 32px;
}

.pagination {
    width: 100%;
    height: auto;
    float: left;
}

.pagination ul {
    padding-left: 0;
    margin-bottom: 0;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li .page-numbers {
    width: 36px;
    height: 36px;
    border: 1px solid #97a1b3;
    border-radius: 50%;
    text-align: center;
    display: grid;
    font-size: 15px;
    color: #97a1b3;
    transition: all 0.3s ease-in;
    cursor: pointer;
    margin: 0 3px;
    text-decoration: none;
    align-items: center;
}

.pagination ul li .page-numbers.prev,
.pagination ul li .page-numbers.next {
    border: none;
}

.pagination ul li .page-numbers:hover,
.pagination ul li .page-numbers.current {
    background: #ffb307;
    color: #fff;
    border: 1px solid #ffb307;
}

.pagination ul li .page-numbers.prev:hover,
.pagination ul li .page-numbers.next:hover {
    background: none;
    color: #ffb307;
    border: none;
}

/**** Blog Detail ****/

.single-blog-content {
    border: 0;
    margin-bottom: 40px;
}

.single-blog-content .thumb {
    margin-bottom: 30px;
}

.single-blog-content .thumb img {
    max-width: 100%;
}

.single-blog-content .single-blog-details .post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-blog-content .single-blog-details .post-meta li {
    font-size: var(--body-font-size);
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #97a1b3;
    margin-right: 3px;
    margin-bottom: 9px;
    display: inline-block;
}

.single-blog-content .single-blog-details .post-meta li i {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.single-blog-content .single-blog-details .post-meta li.admin {
    letter-spacing: 0.45px;
    color: #dfe5ef;
    background: #2e3d64;
    border-radius: 2px;
    height: 23px;
    line-height: 24px;
    padding: 0 15px;
    margin-right: 17px;
}

.single-blog-content .single-blog-details h5 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.72px;
    color: #2e3d64;
    margin-bottom: 21px;
    display: block;
}

.single-blog-content .single-blog-details h5 {
    margin-top: 12px;
}

.single-blog-content .single-blog-details h5 a {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: #2e3d64;
    display: block;
}

.single-blog-content .single-blog-details p {
    font-size: 16px;
    line-height: 27px;
    color: #5b6880;
    margin-bottom: 16px;
}

.single-blog-content.style-two .thumb img {
    width: 100%;
}

.single-blog-content.style-two .single-blog-details h5 a {
    font-size: 26px;
    line-height: 32px;
}

.rq-blockquote {
    padding: 30px 30px 30px 30px;
    position: relative;
    background: #f1f2f6;
}

.rq-blockquote p {
    font-size: 16px !important;
    font-style: Italic;
    color: #515d73;
}

/**** Comments ****/

.comments-area {
    margin-top: 45px;
}

.comments-area .comments-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 40px;
    color: #2e3d64;
}

.comments-area .comments-title span {
    font-size: 18px;
    line-height: 24px;
    color: #97a1b3;
}

.comments-area .comment-list .comment-respond {
    margin-bottom: 30px;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 20px;
}

.comments-area .comment-list li {
    margin-bottom: 55px;
}

.comments-area .comment-list li:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.comments-area .comment-list li ul {
    list-style: none;
}

.comments-area .comment-list li ul.children li {
    margin-left: 50px;
    list-style-type: none;
    list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
    display: flex;
    align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 35px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
    border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area
    .comments-area
    .comment-list
    li
    .single-comment-wrap
    .time {
    display: block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.14px;
    margin-bottom: 10px;
    color: #97a1b2;
}

.comments-area .comment-list li .single-comment-wrap .content {
    flex: 1;
    position: relative;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.22px;
    color: #2e3d64;
    margin-bottom: 6px;
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
    max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    color: #5b6880;
    word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #97a1b3;
    transition: 0.4s;
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
    color: #2e3d64;
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-area .form-submit {
    margin-bottom: 0;
}

.comment-form .form-group .textarea.form-control {
    min-height: 160px;
    resize: none;
    line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
    outline: none;
    box-shadow: none;
}

.comment-form .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    font-size: 16px;
}

.single-input-wrap .form-control.textarea {
    min-height: 134px;
    height: auto;
}

.form-check label {
    cursor: pointer;
    font-size: 16px;
    color: #5b6880;
}

.btn1 {
    background: #68c721;
    color: #fff !important;
    padding: 6px 20px !important;
    line-height: 30px;
    border-radius: 36px;
    border: none;
    overflow: hidden;
    position: relative;
}

.btn1:hover {
    background: #005d86;
    color: #fff !important;
}

.btn2 {
    background: #20a8ff;
    color: #fff !important;
    padding: 6px 20px !important;
    line-height: 30px;
    border-radius: 36px;
    border: none;
}

.btn2:hover {
    background: #005d86;
    color: #fff !important;
}

/**** Course Detail Page ****/

.course-detail-section {
    width: 100%;
    height: auto;
    float: left;
    background: #f4fbff;
}

.course-detail-section .card-title {
    font-size: 24px;
    font-weight: 600;
}

.course-detail-section p.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.priceing h5 {
    font-size: 18px;
}

.priceing .price {
    font-size: 22px;
}

.priceing .discount-price {
    font-size: 18px;
    margin-bottom: 20px;
}

.priceing .discount-price,
.index-price {
    color: #9a9a9a;
}

.priceing .discount-price span,
.index-price {
    text-decoration: line-through;
}

.cardBodyIndex p,
.cardBodyIndex .course-price {
    color: #000;
}

.card-content {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 30px;
}

.course-detail-section .card .priceing .btn1 {
    min-width: 140px;
}

.card-img-left {
    max-width: 335px;
    max-height: 335px;
    object-fit: cover;
}

.course-modeinfo-section {
    width: 100%;
    height: auto;
    float: left;
}

.content-box {
    -webkit-filter: drop-shadow(0 3px 10px rgba(0, 22, 50, 0.06));
    filter: drop-shadow(0 3px 10px rgba(0, 22, 50, 0.06));
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    margin-bottom: 30px;
}

.content-box h4 {
    padding-top: 20px;
    display: block;
    font-weight: bold;
}

.content-box h5 {
    font-weight: bold;
}
.know-more-section svg {
    max-width: 100%;
    max-height: 320px;
}

.counter-reset {
    counter-reset: my-sec-counter;
}

.course-modeinfo-section .counter-reset .content-box::after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 72px;
    color: #f4fbff;
    z-index: -1;
}

.know-more-section {
    width: 100%;
    height: auto;
    float: left;
}

.know-more-section .content-box label {
    font-size: 16px;
    margin-bottom: 8px;
}

/* .know-more-section .content-box input, .know-more-section .content-box select{
    font-size: 16px; height: 40px;
} */

.know-more-section .content-box {
    position: relative;
}

/** Login Page start **/

.login-inner-form .input-group-prepend .input-group-text {
    height: 50px;
    border-radius: 0.25rem 0px 0px 0.25rem;
    background: #fff;
    border: 1px solid #7e7e7e;
}

.account-modal .modal-dialog {
    max-width: 950px;
}

.login-page {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .login-page {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
} */

.login-page .bg-color-16 {
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #fff;
}

.login-page .form-section {
    margin: 0 auto;
    width: 100%;
}

.login-page .form-box {
    width: 100%;
    text-align: center;
}

.login-page .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-page .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-page .login-inner-form .form-box input {
    float: left;
    width: 100%;
    padding: 11px 45px 11px 20px;
    border-radius: 50px;
}

.login-page .login-inner-form label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-page .login-inner-form .forgot {
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right;
}

.login-page .bg-img {
    padding: 0;
    border-radius: 10px 0 0 10px;
    background: rgba(0, 0, 0, 0.04) url(../images/img-2.jpg) center repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.login-page .login-box {
    background: #fff;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.login-page .info {
    min-height: 500px;
    position: relative;
}

.login-page .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 30px 9px 30px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    border-radius: 50px;
    color: #d6d6d6;
}

.login-page .login-inner-form input[type="checkbox"],
input[type="radio"] {
    margin-right: 3px;
}

.login-page .login-inner-form p {
    margin: 0;
    color: #616161;
}

.login-page .login-inner-form p a {
    color: #616161;
}

.login-page .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-page .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login-page .login-inner-form .btn-theme {
    background: #ff214f;
    border: none;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-page .login-inner-form .btn-theme:hover {
    background: #ea1945;
}

.login-page .logo {
    height: 30px;
    text-align: left;
    margin: 20px;
}

.login-page .logo img {
    height: 75px;
}

.login-page .logo-2 {
    margin-bottom: 15px;
    display: none;
}

.login-page .logo-2 img {
    height: 30px;
}

.login-page .nav-pills li {
    display: inline-block;
}

.login-page .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 16px;
}

.login-page .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-page .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-page .btn-section {
    float: right;
    display: inline-block;
}

.login-page .btn-section {
    top: 20%;
    position: absolute;
    right: 0;
    margin-bottom: 0;
}

.login-page .btn-section .link-btn {
    font-size: 12px;
    float: left;
    background: transparent;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-decoration: blink;
}

.login-page .btn-section .default-bg {
    background: #fff;
    color: #505050;
}

.login-page .btn-section .btn-1 {
    line-height: 45px;
    text-align: center;
    width: 100px;
    text-transform: uppercase;
    border-radius: 50px 0 0 50px;
    width: 100px;
    height: 36px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.login-page .login-inner-form input[type="checkbox"],
input[type="radio"] {
    margin-top: 4px;
}

.login-page .login-inner-form .checkbox a {
    font-size: 16px;
    color: #616161;
    float: right;
    margin-left: 3px;
}

.login-page .text {
    display: none;
}

.login-page .form-section h3 {
    font-size: 25px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #20a8ff;
}

.loginbtn,
.signUpBtn {
    color: #20a8ff;
    cursor: pointer;
}

.login-page .login-inner-form p a.blue-color {
    color: #20a8ff;
}

.reset-password .info {
    min-height: 350px;
}

/**** Privacy Plolicy ***/

.privacy-policy-section {
    width: 100%;
    height: auto;
    float: left;
}

.privacy-policy-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #20a8ff;
    display: inline-block;
}

.privacy-policy-section h6 {
    font-size: 18px;
    color: #20a8ff;
    margin-bottom: 10px;
    margin-top: 20px;
}

.privacy-policy-section p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-bottom: 15px;
}

.privacy-policy-section p strong {
    color: #000;
}

/**** Contact Us Page ****/

.contact-info {
    display: flex;
    text-align: left;
    align-items: center;
    min-height: 130px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-info .icon-part {
    margin-right: 15px;
}

.contact-info .icon-part i {
    color: #20a8ff;
    width: 50px;
    height: 50px;
    display: grid;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    font-size: 22px;
    background: transparent;
    border: 2px solid #20a8ff33;
}

.contact-info .content-part .info-subtitle {
    font-size: 16px;
    color: #1b1b1b;
    margin: 0 0 5px;
}

.contact-info .content-part .info-title {
    font-size: 15px;
    color: #585858;
    margin: 0;
    padding-top: 0px;
    font-weight: normal;
}

/** MEDIA **/

@media (max-width: 992px) {
    .login-page .none-992 {
        display: none;
    }
    .login-page .login-box {
        max-width: 400px;
        margin: 0 auto;
    }
    .login-page .form-section h3 {
        font-size: 20px;
    }
    .login-page .logo-2 {
        display: block;
    }
    .login-page .text {
        display: block;
    }
    .login-page .info {
        min-height: 100px;
        position: relative;
    }
    .login-page .bg-img {
        border-radius: 10px 10px 0 0px;
    }
}

@media (max-width: 768px) {
    .login-page .bg-color-16 {
        padding: 30px;
    }
}

/** Login Page end **/

.btn-1 span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: transform 1.2s;
}

.btn-1 span.m--up {
    transform: translateY(-72px);
}

.login-box.active .btn-1 span.m--up {
    transform: translateY(0);
}

.login-box.active .btn-1 span.m--in {
    transform: translateY(72px);
}

.login-box.active .loginform,
.login-box .registerform {
    display: block;
}

.login-box.active .registerform,
.login-box .loginform {
    display: none;
}

/****** Dashboard *****/

.leftpannel {
    top: 100px;
}

.leftpannel ul li {
    margin-bottom: 10px;
}

.leftpannel ul li a {
    font-size: 16px;
    text-align: center;
}

.leftpannel ul li a i {
    display: block;
    margin: 0 auto;
    font-size: 28px;
}

.title {
    font-size: 24px;
}

.lift:hover {
    transform: translateY(-0.3333333333rem);
}

.search-bar {
    width: 100%;
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search-bar input {
    height: 52px;
    text-indent: 25px;
    border: 1px solid #d6d4d4;
}

.search-bar input:focus {
    box-shadow: none;
    border: 2px solid #20a8ff;
}

.search-bar i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
    color: #fff;
}

.search-bar button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 42px;
    width: 40px;
    background: #20a8ff;
    border: 2px solid #20a8ff;
}

.search-bar button:hover {
    background: #ffb307;
    border: 2px solid #ffb307;
}

.testbook-content a h6 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 8px;
}

.testbook-content .price {
    font-size: 16px;
    color: #20a8ff;
    font-weight: bold;
}

.testbook-content .price .discount {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.form-group label {
    font-size: 16px;
    margin-bottom: 10px;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border-color: transparent;
    padding: 1em 0.8575em 0.8em 0.8575em;
    text-align: center;
    min-width: 72px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link:focus {
    border-bottom-width: 2px;
    background-color: transparent;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-link.active:hover {
    background-color: transparent;
}

.tabs,
.scrtabs-tab-container,
.scrtabs-tabs-fixed-container,
.scrtabs-tab-scroll-arrow {
    height: 48.016px;
}

/* tabs component jQuery scroller */

.scrtabs-tab-scroll-arrow {
    padding: 0;
    border: none;
    line-height: 2;
}

.scrtabs-tab-scroll-arrow:hover {
    background-color: transparent;
}

.scrtabs-tab-scroll-arrow button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.scrtabs-disable i {
    color: transparent;
}

.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 60px;
    padding-right: 6px;
}

.scrtabs-tab-scroll-arrow-right {
    width: 48px;
    padding-left: 6px;
}

.scrtabs-arrow-btn {
    background-color: transparent;
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 24px;
    line-height: 12px;
    border: 0;
}

.md-elevation-4dp {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.tab--wrapper-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tab--wrapper-container .content .tab-nav {
    position: relative;
    height: 70px;
    overflow-y: hidden;
}

.tab--wrapper-container .content .tab-nav .tab-selection {
    position: relative;
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 90px;
}

.tab--wrapper-container .content .tab-nav .tab-selection > div {
    display: inline-block;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
}

.tab--wrapper-container .content .tab-nav .tab-selection > div ul {
    padding: 0;
    overflow: auto;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab--wrapper-container .content .tab-nav .tab-selection > div ul li {
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    width: min-content;
    text-align: center;
}

.tab--wrapper-container .content .tab-nav .tab-selection > div ul li span {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
}

/* .tab--wrapper-container .content .tab-nav .tab-selection>div ul .slide-cntrl {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
} */

.tab--wrapper-container .content .tab-nav .tab-selection > div ul .slide-cntrl {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    height: 1px;
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div
    ul
    .slide-cntrl.overall-gradient-float {
    background: linear-gradient(
        to right,
        white 0%,
        white 4%,
        rgba(255, 255, 255, 0) 25%,
        rgba(255, 255, 255, 0) 49%,
        rgba(255, 255, 255, 0) 77%,
        white 96%,
        white 100%
    );
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div
    ul
    .slide-cntrl.left-gradient-float {
    background: linear-gradient(
        to right,
        white 0%,
        white 5%,
        rgba(255, 255, 255, 0) 26%,
        rgba(255, 255, 255, 0) 49%,
        rgba(255, 255, 255, 0) 100%
    );
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div
    ul
    .slide-cntrl.right-gradient-float {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 49%,
        rgba(255, 255, 255, 0) 77%,
        white 96%,
        white 100%
    );
}

/* .tab--wrapper-container .content .tab-nav .tab-selection>div ul .slide-cntrl .slide-cntrl-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 0px;
    height: 30px;
    width: 30px;
} */

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div
    ul
    .slide-cntrl
    .slide-cntrl-btn {
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 0px;
    height: 30px;
    width: 30px;
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div
    ul
    .slide-cntrl
    .slide-cntrl-btn.btn-prev {
    display: none;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.16667L1.21082%200L6.40002%205L1.21082%2010L0%208.83333L3.97839%205L0%201.16667Z%22%20transform%3D%22translate%286.3999%2010%29%20rotate%28180%29%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A")
        center no-repeat #ffb307;
    left: 0px;
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div
    ul
    .slide-cntrl
    .slide-cntrl-btn.btn-next {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.16667L1.21082%200L6.40002%205L1.21082%2010L0%208.83333L3.97839%205L0%201.16667Z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A")
        center no-repeat #ffb307;
    right: 0px;
}

.tab--wrapper-container .content .tab-nav .tab-selection > div.underline-item {
    overflow: visible;
    position: absolute;
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div.underline-item
    ul
    li {
    margin-bottom: -2px;
}

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div.underline-item
    ul
    li
    span {
    color: #777;
}

/* .tab--wrapper-container .content .tab-nav .tab-selection>div.underline-item ul li.active span {
    border-bottom: 2px #20a8ff solid;
    color: #20a8ff;
} */

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div.underline-item
    ul
    li.active
    span {
    position: relative;
    color: #20a8ff;
}

/* .tab--wrapper-container .content .tab-nav .tab-selection>div.underline-item ul li.active span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #20a8ff;
    color: #20a8ff;
} */

.tab--wrapper-container
    .content
    .tab-nav
    .tab-selection
    > div.underline-item
    ul
    li:hover
    span {
    position: relative;
    color: #20a8ff;
}

/* .tab--wrapper-container .content .tab-nav .tab-selection>div.underline-item ul li:hover span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #20a8ff;
    color: #20a8ff;
} */

.tab--wrapper-container .content .tabbed-content {
    position: relative;
    top: 50px;
    transition: top 0.5s ease;
    display: none;
}

.tab--wrapper-container .content .tabbed-content.active-tab {
    animation-name: contentMove;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in;
    display: block;
}

@keyframes contentMove {
    from {
        top: 50px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.tab--wrapper-container .content .nav--tab {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    padding: 5px 0;
    height: 50px;
    border-bottom: solid 2px #eee;
}

.tab--wrapper-container .content .nav--tab::-webkit-scrollbar {
    width: 0;
}

.tab--wrapper-container .content .nav--tab ul {
    text-align: justify;
    list-style-type: none;
    padding: 0;
}

.content-box .list-group-disc {
    list-style-type: circle;
    padding-left: 15px;
    font-size: 16px;
}

.content-box .list-group-disc li {
    line-height: 20px;
    margin-bottom: 10px;
}

.profile-card-img-left {
    /* min-width: 150px;
    max-width: 250px;
    max-height: 160px;
    object-fit: cover; */
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 3px #fff;
    box-shadow: 0px 0px 5px #ccc;
}

/**** Exam Dashboard Page ****/

.exam-dashboard-section {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
}

.questions-leftsidebar {
    min-width: 320px;
    max-width: 320px;
    height: calc(100vh - 84px);
    background-color: #f5f7fb;
}

.exam-questions-list {
    height: calc(100vh - 225px);
    overflow: auto;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important;
}

.user-exam {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.avatar-xs {
    height: 2.2rem;
    width: 2.2rem;
}

.exam-conversation {
    height: calc(100vh - 210px);
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: thin;
    padding: 0 !important;
}

.simplebar-content::after,
.simplebar-content::before {
    content: " ";
    display: table;
}

.circle {
    height: 15px;
    width: 15px;
    border-radius: 35px;
    display: inline-block;
    margin-right: 5px;
}
.submitTest .circle {
    height: 35px;
    width: 35px;
    border-radius: 35px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
}

.answered.circle {
    background: #20a8ff;
    border: 1px solid #20a8ff;
}

.unanswered.circle {
    background: #fff;
    border: 1px solid #444444;
}

.marked-review.circle {
    background: #ffb307;
    border: 1px solid #ffb307;
}

.answer-types li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
}

.simplebar-content-wrapper ul.questions-number-list li {
    display: inline-block;
}

.simplebar-content-wrapper ul.questions-number-list li a {
    width: 35px;
    height: 35px;
    display: grid;
    background: #fff;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    margin-right: 9px;
    margin-bottom: 15px;
    border: solid 2px #ddd;
    font-size: 12px;
}

.simplebar-content-wrapper ul.questions-number-list li a:hover {
    background: #ddd;
    color: #000;
}

.question-list-title::after {
    position: absolute;
    bottom: -1px;
    left: 1rem;
    height: 2px;
    content: "";
    width: 63px;
    background: #ffb307;
    z-index: 1;
}

.question-list-title::before {
    position: absolute;
    bottom: -1px;
    left: 1rem;
    height: 1px;
    content: "";
    width: calc(100% - 1rem);
    background: #ddd;
}

ul.questions-number-list li a.answared,
ul.questions-number-list li a.answared:hover {
    background: #20a8ff;
    border-color: #20a8ff;
    color: #fff;
}

ul.questions-number-list li a.marked,
ul.questions-number-list li a.marked:hover {
    background: #ffb307;
    border-color: #ffb307;
    color: #000;
}

.submit-test-btn {
    line-height: 20px;
    padding: 8px 15px !important;
}

.plyaicon {
    cursor: pointer;
}

.question-wrapper {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}

.question-header {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.simplebar-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 20px;
}

.question-info-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.question-info-section .question-no {
    width: 100%;
    font-size: 16px;
}

.question-info-section .question-info {
    width: 100%;
    text-align: right;
}

.question-info-section .question-info span {
    padding: 0px 5px;
    font-size: 18px;
    cursor: pointer;
}

.question-info-section .question-info span:hover,
.question-info-section .question-info .bookmark.marked {
    color: #ffb307;
}

.question-text {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
}

.question-options {
    width: 100%;
    height: auto;
    float: left;
    counter-reset: my-sec-counter;
}

.question-options ul li {
    font-size: 16px;
    display: block;
    padding: 12px 0px 12px 45px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

.question-options ul li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, upper-alpha);
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 20px;
    line-height: 25px;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.question-options ul li.active,
.question-options ul li:hover {
    background: #20a8ff29;
}

.question-options ul li.active::before,
.question-options ul li.active:hover::before,
.question-options ul li:hover::before {
    background: #20a8ff;
    color: #fff;
}

.hidenumbers {
    display: none;
}

.form-check-input:checked {
    background-color: #20a8ff;
    border-color: #20a8ff;
}

#submit-test .modal-dialog {
    max-width: 350px;
}

#submit-test .modal-dialog .circle {
    width: 40px;
    height: 40px;
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 16px;
}

.testsummer {
    background: #f2faff;
}

.testsummer p {
    font-size: 16px;
    margin: 0px;
}

.testsummer span {
    font-size: 16px;
    color: #666;
}

/*********** About us Page **************/

.about_thumb-wrapper {
    position: relative;
}

.about_review {
    position: absolute;
    left: -25px;
    top: 100px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about_review h5 {
    font-size: 16px;
    font-weight: 400;
    color: #6d6e75;
    margin-bottom: 0;
}

.about_review h5 span {
    color: #0e1133;
}

.about_thumb img {
    width: 370px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.about_banner {
    margin-top: -210px;
}

.about_banner img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 240px;
}

.about_student {
    margin-left: 270px;
    margin-top: -80px;
}

.about_student img {
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 5, 52, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 5, 52, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 5, 52, 0.1);
}

.about_student img + img {
    margin-left: -12px;
}

.about_student p {
    margin-top: 4px;
    margin-bottom: 0;
}

.about_student p span {
    color: #2e3d64;
}

.about_content h2 {
    font-size: 40px;
    color: #2e3d64;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.about_list ul li {
    font-size: 16px;
    font-weight: 500;
    color: #2e3d64;
    margin-bottom: 5px;
}

.about_list ul li i {
    font-size: 16px;
    color: #30a820;
    padding-right: 9px;
}

.teacher_item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
}

.teacher_item:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.teacher_content {
    padding-top: 25px;
}

.teacher_content h3 {
    color: #2e3d64;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 5px;
}

.teacher_content span {
    font-size: 16px;
    color: #53545b;
}

.teacher_social ul li {
    display: inline-block;
    margin: 0 5px;
}

.teacher_social ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    border: 2px solid #d7d9e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #2e3d64;
}

.teacher_social ul li a:hover {
    background: #ffb307;
    color: #ffffff;
    border-color: #ffb307;
}

.teacher_thumb {
    overflow: hidden;
}

.teacher_thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.teacher_item:hover .teacher_thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-members-section h2 {
    font-size: 40px;
    color: #2e3d64;
    text-transform: capitalize;
    margin-bottom: 3px;
}

/** Profile Page **/

.profileImg {
    width: 150px;
    height: 150px;
    border: solid 3px #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.profileImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\ea77";
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 165px;
    height: 165px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/** My Orders **/

.my-orders-section .card-img-left {
    width: 150px;
    max-height: 150px;
    object-fit: contain;
}

/**** Test Result Page ****/

.answer-summary {
    width: 100%;
    height: auto;
    float: left;
}

.answer-summary .summary-heading {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #444444;
}

.answer-summary .short-heading {
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    color: #444444;
    margin-top: 3px;
}

.answer-summary .score-summary .correct-answers {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    background: #20a8ff;
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.answer-summary .score-summary .wrong-answers {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    background: #bf3e35;
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.answer-summary .score-summary .skipped-answers {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(68, 68, 68, 0.72);
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 18px;
    color: #000;
}

.answer-summary .accuracy-summary .time-taken {
    background: url("../images/clock.svg") center center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 26px;
    height: 26px;
    padding: 34px 0 36px 0;
}

.answer-summary .accuracy-summary .answer-accuracy {
    background: url("../images/accuracy.svg") center center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 26px;
    height: 26px;
    padding: 34px 0 36px 0;
}

.answer-summary .accuracy-summary .total-hours {
    background: url("../images/hour.svg") center center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 26px;
    height: 26px;
    padding: 34px 0 36px 0;
}

.test-result-page .question-options ul li.active.wrong {
    background: #ffdede;
}

.question-options ul li.active.correct:hover {
    background: #20a8ff29;
    color: #000;
}

.question-options ul li.active.correct:hover::before {
    background: #20a8ff;
    color: #fff;
}

.question-options ul li.active.wrong:hover::before,
.question-options ul li.active.wrong::before {
    background: #d43737;
    color: #fff;
}

.test-result-page .question-options ul li:hover {
    background: unset;
}

.question-options ul li:hover::before {
    background: #eee;
    color: #000;
}

.wrongans {
    font-size: 9px;
    color: #d43737;
    margin-bottom: 0px;
    margin-top: -13px;
}

.correctans {
    font-size: 9px;
    color: #0c7cc4;
    margin-bottom: 0px;
    margin-top: -13px;
}

.answer-explanation-row {
    width: 100%;
    height: auto;
    float: left;
}

/***** FAQ'S Sart *****/

.faq-section {
    width: 100%;
    height: auto;
    float: left;
}

.faq-section p {
    font-size: 16px;
    color: #666;
}

.accordion-button:not(.collapsed) {
    color: #20a8ff;
    background-color: #f3faff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/***** FAQ'S End *****/

/****** Student Support ******/

.student-support-img svg {
    max-width: 100%;
    max-height: 400px;
}

/******** Offline Admission **********/

.offline-admission-section iframe {
    width: 100%;
    height: 350px;
    padding: 0px !important;
}

.offline-admission-section h3 {
    font-size: 24px;
    font-weight: 900;
}

.offline-admission-section ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.offline-admission-section ul li i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0px;
    line-height: 20px;
    color: #20a8ff;
}

/***/

.subject-name-section {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 0px;
    background: #fff;
    box-shadow: 0px 6px 10px #eee;
    position: relative;
}

.subject-name-section h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #666;
}

.syllabus-info-section .content-box {
    height: calc(100vh - 158px);
    overflow: auto;
    margin-bottom: 0px;
    scrollbar-width: thin;
    counter-reset: my-sec-counter;
}

.subject-chapters ul li {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 15px;
}

.subject-chapters ul li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #999;
}

.subject-chapters ul li a {
    font-size: 15px;
}

.subject-chapters ul li.locked a {
    cursor: not-allowed;
    pointer-events: none;
    color: #999;
}

.subject-chapters h5 {
    /* position: sticky;
    top: 0px;
    left: 0px; */
    background: #fff;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    z-index: 1;
    font-size: 18px;
    color: #666;
}

.syllabus-info-section .add-btn {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    margin: 15px 0px 25px 0px;
    position: sticky;
    top: 20px;
    right: 0;
    z-index: 1;
}

.syllabus-info-section .add-btn .btn {
    min-width: 130px;
}

.content-data-box {
    width: 100%;
    height: auto;
    float: left;
    -webkit-filter: drop-shadow(0 3px 10px rgba(0, 22, 50, 0.06));
    filter: drop-shadow(0 3px 10px rgba(0, 22, 50, 0.06));
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.content-data-box .srNo {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.content-data-icon {
    width: 50px;
    height: 50px;
    float: left;
    background: #20a8ff;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    border-radius: 50px;
}

.content-data-info {
    width: calc(100% - 50px);
    height: auto;
    float: left;
    padding-left: 20px;
}

.content-data-info h6 {
    font-size: 14px;
    color: #999;
}

.content-data-info h4 {
    font-size: 18px;
    padding-top: 0px;
}

.content-data-info .d-flex.align-items-center a {
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.content-data-info .d-flex.align-items-center a:hover {
    text-decoration: underline;
}

.leftpannel ul {
    display: flex;
    justify-content: space-around;
}

/* custom css start */
.carousel-wrap {
    position: relative;
}
.carousel-wrap {
    /* box-shadow: inset -94px 0 63px -71px #f3f3f37d */
}
/* To disable arrows on first and last slide */
.disabled {
    display: none;
}

/* fix blank or flashing items on carousel */

/* end fix */
.owl-nav > div {
    margin-top: -26px !important;
    position: absolute;
    top: 50% !important;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 20px;
}

.carousel-wrap .owl-nav .owl-prev {
    position: absolute;
    left: -50px !important;
    background-color: #fff !important;
    border-radius: 8px;
    height: 32px;
    width: 32px;
    padding: 0px;
    position: absolute;
    transition: visibility 0s linear 300ms, opacity 300ms ease 0s;
    box-shadow: 0px 0px 29px 0px #e1dcdc !important;
}

.carousel-wrap .owl-nav .owl-next {
    position: absolute;
    right: -50px !important;
    background-color: #fff !important;
    border-radius: 8px;
    height: 32px;
    width: 32px;
    padding: 0px;
    position: absolute;
    transition: visibility 0s linear 300ms, opacity 300ms ease 0s;
    box-shadow: 0px 0px 29px 0px #e1dcdc !important;
}
.owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
}

section.top-education {
    width: 100%;
    float: left;
}
.block-text {
    border-radius: 7px;
    box-shadow: 0px 16px 32px 0px #f7f7f7;
    margin: 20px;
    padding: 20px;
    padding-left: 160px;
}
section.top-education .img-round {
    width: 130px;
    height: 140px;
    max-width: 130px;
    max-height: 140px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px;
    position: absolute;
    left: 35px;
}
section.top-education .img-round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-plus {
    width: 100%;
}
.about-plus .dot {
    max-width: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
}
section.top-education h4 {
    font-weight: bold;
    font-size: 20px;
}
.about-plus .item {
    position: relative;
}
.about-plus .item .img-round {
    margin-top: 4% !important;
}
.about-plus .owl-nav {
    top: 45% !important;
}
ul.d-flex.star li {
    color: #f5e416;
    font-size: 19px;
    line-height: 1;
}
.about-plus .item h3 {
    font-weight: bold;
    font-size: 20px;
}
/* custom css end */
.bottom-line p {
    margin: 0;
    font-size: 12px;
}

.courseDetailBtnSection {
    display: flex;
    gap: 8px;
}

.n_o_c_p_p {
    user-select: none;
}
