/* Login Page Style Here */

.registration-wrapper .form-box,
.registration-wrapper .images-box {
    width: 50%;
    padding: 50px;
}

.registration-wrapper .images-box a {
    display: inline-block;
    max-width: 250px;
    margin-top: 60px;
}

.registration-wrapper .images-box p {
    padding: 10px 0 34px;
}

.registration-wrapper .images-box span {
    display: inline-block;
    max-width: 450px;
}

.registration-wrapper .form-box {
    text-align: center;
    padding: 10px 50px 20px 190px;
}

.select-type-text {
    color: #9f9f9f;
    line-height: 20px;
    padding: 0 0 8px;
}

.registration-wrapper .nav-pills {
    background-color: #edf1ff;
    border-radius: 6px;
    padding: 4px;
    margin: 0 0 12px;
}

.registration-wrapper .nav-pills .nav-item {
    width: 50%;
}

.registration-wrapper .nav-pills .nav-link {
    color: #000000;
    border-radius: 6px;
    font-size: 13px;
    padding: 0 10px;
    line-height: 28px;
}

.registration-wrapper .nav-pills .nav-link.active,
.registration-wrapper .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #4c6fff;
}

.social-login-link {
    padding: 18px 0 0;
}

.social-login-link ul {
    margin: 0;
    padding: 10px 0 0;
}

.social-login-link ul li {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    max-width: 140px;
    width: 100%;
}

.social-login-link ul li a {
    color: #000000;
    font-size: 15px;
    display: block;
}

.social-login-link ul li img {
    max-width: 26px;
    max-height: 26px;
    margin: -2px 8px 0 0;
}

.form-group .toggle-password {
    background-image: url("../images/eye-visible.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 25px;
    width: 35px;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
}

.form-group .toggle-password.fa-eye {
    background-image: url("../images/eye-invisible.svg");
}

.get-otp-text {
    position: absolute;
    top: 12px;
    right: 16px;
}

/* Header Section Style Here */

.header-section {
    padding: 10px 0;
    transition: all 0.2s linear;
}

.header-section.sticky {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #cccccc;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: all 0.2s linear;
}

.header-section .navbar {
    padding: 0;
}

.navbar-brand {
    display: inline-block;
    max-width: 200px;
    padding: 0;
    margin: 0;
    transition: all 0.2s linear;
    outline: none;
}

.header-section.sticky .navbar-brand {
    max-width: 180px;
}

.header-section .navbar-collapse {
    flex-grow: unset;
}

.header-section .nav-item {
    padding-right: 24px;
}

.header-section .navbar-nav .nav-link {
    color: #000000;
    padding: 0 6px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
}

.header-section .navbar-nav .active .nav-link,
.header-section .navbar-nav .nav-link:hover {
    color: #4c6fff;
    border-color: #4c6fff;
}

.head-btn a {
    border-bottom: 2px solid transparent;
    color: #000000;
    font-size: 14px;
    line-height: 36px;
    padding: 0 6px;
    transition: all 0.2s linear;
}

.head-btn a:not(:first-child) {
    margin-left: 14px;
}

.head-btn a:hover,
.head-btn a.active {
    color: #4c6fff;
    border-color: #4c6fff;
}

/* Banner Section Style Here */
.banner-slider .banner-img-container a {
    min-height: 350px;
    width: 100%;
    position: relative;
    display: block;
    color: #ffffff;
}

.banner-slider .banner-img-container a img {
    height: 350px;
    width: 100% !important;
    object-fit: cover;
}

.banner-slider .banner-img-container a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #00000000 0%, #000000 100%);
    z-index: 1;
}

.banner-slider .banner-content {
    position: absolute;
    top: 0;
    width: 50%;
    padding: 20px 70px;
    z-index: 1;
}

.banner-slider .banner-content .tag {
    position: static;
    margin-bottom: 20px;
}

.owl-dots {
    position: absolute;
    bottom: 100px;
    max-width: 1230px;
    margin: 0 auto;
    left: 15px;
    right: 15px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.owl-dots .owl-dot span {
    background-color: #000000;
    border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
    opacity: 0.4;
}

.owl-dots .owl-dot.active span {
    background-color: #4c6fff;
    opacity: 1;
}

.owl-carousel.banner-slider .owl-nav {
    bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-carousel.banner-slider .owl-nav button {
    margin: 0 12px;
    position: unset;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.owl-carousel .owl-nav button span {
    background-color: #4d4b4b40;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 50px;
    width: 50px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    background-image: url("../images/prev-white-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    font-size: 0px;
}

.owl-carousel.banner-slider .owl-nav button.owl-next span {
    transform: rotate(180deg);
}

/* Features Section Style Here */

.sub-heading {
    padding-bottom: 30px;
}

.sub-heading h3 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

.sub-heading h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.sub-heading p {
    color: #4d4b4b;
    padding: 6px 0 0;
}

.feature-listing,
.join-user-option,
.education-section .container,
.video-section .container,
.event-section .container,
.testimonials-section .container {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
}

.feature-listing .box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 24px;
    margin: 1%;
    width: 31.33%;
    transition: all 0.2s linear;
}

.feature-listing .box:hover {
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border-radius: 10px; */
    box-shadow: 0px 3px 6px #4c6fff8a;
}

.feature-listing .box span {
    display: flex;
    border-radius: 10px;
    padding: 16px;
    height: 90px;
    width: 90px;
    margin: 0 auto;
}

.feature-listing .box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 18px 0 8px;
}

.feature-listing .box p {
    color: #4d4b4b;
}

.see-all-btn {
    background-color: #9bafff75;
    border-radius: 6px;
    display: block;
    line-height: 38px;
    padding: 0 12px;
    max-width: 110px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

/* Join Us Section Style Here */

.join-user-option {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.join-user-option .box {
    width: 33.3%;
    text-align: center;
    padding: 40px;
}

.join-user-option .box:last-child {
    background-color: #fafafa;
    border-radius: 0 10px 10px 0;
}

.join-user-option .box span {
    background-color: #edf1ff;
    border-radius: 50%;
    display: inline-block;
    padding: 20px 0 0;
    height: 130px;
    width: 130px;
}

.join-user-option .box img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: fill;
}

.join-user-option .box p {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0 30px;
}

.join-user-option .box .btn {
    font-size: 16px;
    min-width: 200px;
}

/* Education Section Style Here */

.education-section,
.event-section {
    background-color: #f6f5fa;
}

.education-section .image-box,
.education-section .content-box {
    width: 50%;
}

.education-section .content-box {
    padding-left: 60px;
}

.education-section .sub-heading {
    padding-bottom: 20px;
    padding-top: 10px;
}

.education-section ul {
    padding: 0;
    margin: 0;
}

.education-section li {
    color: #4d4b4b;
    padding-left: 30px;
    position: relative;
    display: block;
    margin-bottom: 16px;
    line-height: 24px;
}

.education-section li::before {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 4px;
}

.education-section .btn {
    margin-top: 30px;
}

/* Video Section Style Here */

.video-icon {
    position: absolute;
    width: 50px;
    height: 36px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -18px auto 0;
}

.video-section .box {
    border-radius: 0px 0px 10px 10px;
    padding: 18px 15px;
    margin-bottom: 20px;
}

.video-section .box p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    word-break: break-word;
    min-height: 60px;
    padding-bottom: 10px;
}

.video-section .owl-carousel .owl-item img {
    display: block;
}

.event-slider .owl-dots {
    bottom: -30px;
    max-width: 100%;
    text-align: center;
}

.owl-carousel.event-slider .owl-nav button {
    /* top: -60px; */
    /* margin-top: 0; */
}

.owl-carousel.event-slider .owl-nav button.owl-prev,
.owl-carousel.testimonials-slider .owl-nav button.owl-prev {
    left: -23px;
}

.owl-carousel.event-slider .owl-nav button.owl-next,
.owl-carousel.testimonials-slider .owl-nav button.owl-next {
    right: -23px;
}

.owl-carousel.event-slider .owl-nav button span,
.testimonials-slider.owl-carousel .owl-nav button span {
    background-color: #ffffff;
    background-size: 12px;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 6px #cccccc;
    color: #ffffff;
    height: 46px;
    width: 46px;
}

.owl-carousel.event-slider .owl-nav button.owl-prev span,
.testimonials-slider.owl-carousel .owl-nav button.owl-prev span {
    background-image: url("../images/left-arrow-icon.svg");
}

.owl-carousel.event-slider .owl-nav button.owl-next span,
.testimonials-slider.owl-carousel .owl-nav button.owl-next span {
    background-image: url("../images/right-arrow-icon.svg");
}

/* Event Section Style Here */

.event-slider .item {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    display: block;
}

.item .images-box {
    background-color: #f6f5fa;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.item .images-box>img {
    height: 250px;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
}

.item:hover .images-box>img {
    transform: scale(1.2);
    border-radius: 10px 10px 0 0;
}

.item .box {
    padding: 20px;
}

.event-section .item p {
    color: #000000;
    min-height: 40px;
    padding-bottom: 12px;
}

.date-text {
    color: var(--light-grey);
    display: block;
    font-size: 13px;
    line-height: 18px;
}

.event-section .item .box .blue-link {
    font-size: 14px;
}

/* Testimonial Section Style Here */

.testimonials-slider .item {
    background-color: #f6f5fa;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin: 50px 0 14px;
    text-align: center;
}

.testimonials-slider .item::before {
    content: "";
    background-image: url("../images/inverted-comma-icon.svg");
    background-repeat: no-repeat;
    background-size: 70px;
    opacity: 0.4;
    position: absolute;
    height: 70px;
    width: 70px;
    left: 9px;
    top: -20px;
}

.testimonials-slider .images-box {
    background-color: #707070;
    border: 5px solid #d8d9dd;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: -70px;
}

.testimonials-slider.owl-carousel .owl-item img {
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-slider p {
    padding: 20px;
    min-height: 110px;
}

.name-text {
    display: block;
    font-size: 14px;
}

.category {
    color: #909090;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.testimonials-slider .owl-stage {
    padding-top: 40px;
}

.owl-item.active.center {
    transform: scale(1.1);
}

.owl-item.active.center .item {
    background-color: #4c6fff;
    margin: 30px 0 14px;
}

.owl-item.active.center .images-box {
    background-color: #f7b443;
    border: 6px solid #fdd592;
    width: 110px;
    height: 110px;
    margin-top: -60px;
}

.owl-item.active.center p {
    color: #ffffff;
    padding-top: 30px;
}

.owl-item.active.center span {
    color: #ffffff;
}

/* .testimonials-slider.owl-carousel .owl-nav button {
    top: auto;
    margin: 0;
}

.testimonials-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.testimonials-slider.owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 60px;
} */

/* Footer Section Style Here */

.wrapper {
    position: relative;
}

.footer-section {
    background-color: #f6f5fa;
    /* border-bottom: 50px solid #4c6fff; */
    padding: 50px 0 0;
}

.footer-section .content-box>a {
    display: block;
    max-width: 200px;
    padding-bottom: 20px;
}

/* .footer-section{
    position: absolute;
    bottom: 0;
    width: 100%;
} */


div#content {
    min-height: calc(100vh - 396px);
}

.footer-section .container {
    max-width: 95%;
}

.social-link a {
    display: inline-block;
    margin-right: 5px;
    max-width: 36px;
    width: 100%;
}

.link-listing .box {
    width: 33.33%;
}

.link-listing .box h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
}

.link-listing .box ul {
    padding: 0;
    margin: 0;
}

.link-listing .box li {
    display: block;
    padding: 0 0 8px;
}

.link-listing .box li a {
    color: #4d4b4b;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.2s linear;
}

.link-listing .box li a:hover {
    color: #4c6fff;
    transform: translateX(8px);
}

/* STUDY MATERIAL PAGE STYLE HERE */

.study-material-section {
    min-height: 500px;
}

.study-material-section .container,
.blog-section .container {
    max-width: 1260px;
}

.study-notes-listing {
    border-right: 1px solid #edf2f7;
    max-width: 250px;
    width: 100%;
    padding: 0;
    position: relative;
    margin-left: -265px;
    transition: ease-in-out 0.5s;
}

.study-notes-listing.open {
    margin-left: 0;
}

.study-notes-listing .sidebarTab {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    float: left;
    background: white;
}

.study-notes-listing .left_sidebar_toggle {
    position: absolute;
    display: block;
    margin: 0;
    right: -36px;
    top: 0;
    z-index: 9;
}

.left_sidebar_toggle {
    background-color: #044ca3;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: -36px;
}

.left_sidebar_toggle img {
    max-width: 26px;
}

.study-notes-listing h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 0 10px;
}

.subject-box {
    padding: 0 0 20px;
}

.subject-box p {
    color: #66cb9f;
    font-weight: 600;
    max-width: 89px;
    width: 100%;
}

.subject-box span {
    background-color: #f0fdff;
    border-radius: 6px;
    color: #4c6fff;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0 20px 0 12px;
    min-width: 140px;
}

.subject-box span img {
    max-width: 20px;
    margin: -4px 4px 0 0;
}

.subject-box .search-btn {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
}

.card {
    border: 0;
    border-radius: 6px;
}

.card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: #f0fdff;
    border-bottom: 0;
}

.accordion>.card>.card-header {
    /* border-radius: 6px; */
    margin-bottom: 0;
}

.card-header h2 {
    line-height: 24px;
}

.card-header .btn {
    border: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 24px 0 0;
    line-height: 24px;
    min-width: 100%;
    text-align: left;
}

.card-header .btn::before {
    content: "";
    background-image: url("../images/black-minus-icon.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    height: 24px;
    position: absolute;
    right: 10px;
    width: 24px;
}

.card-header .btn.collapsed::before {
    background-image: url("../images/black-plus-icon.svg");
}

.card-body {
    padding: 10px 0 0;
}

.study-notes-listing ol {
    padding: 0;
    margin: 0;
    counter-reset: item;
}

.study-notes-listing li {
    display: block;
    padding-left: 20px;
}

.study-notes-listing ol>li>span {
    border-radius: 6px;
    display: inline-block;
    padding: 8px;
}

.study-notes-listing ol>li>.topic_active {
    background-color: #f0fdff;
}

.study-notes-listing li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    /* margin-left: -20px; */
    margin-right: 0px;
    padding-top: 12px;
    min-width: 16px;
}

.study-notes-listing ol>li {
    color: #4c6fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    padding: 12px;
    display: flex;
}

.chapter-detail-box {
    margin-left: 20px;
    width: 100%;
    /* max-width: calc(100% - 270px); */
    margin-top: 45px;
}

.chapter-detail-box .mCustomScrollbar {
    max-height: 700px;
}

.chapter-content {
    background-color: #f0fdff;
    padding: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.goto-class a {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
    margin: 0 0 0 12px;
}

.count>span {
    color: #425466;
    display: inline-block;
    line-height: 30px;
}

.prev-next-btn {
    /* border: 1px solid #4C6FFF; */
    border-radius: 50px;
    width: 80px;
    height: 30px;
    margin-left: 12px;
}

.prev-next-btn a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    width: 50%;
}

.prev-next-btn a:first-child {
    background-image: url("../images/prev-arrow.svg");
    border-radius: 40px 0 0 40px;
    border: 1px solid #4c6fff;
    border-right: 0px;
}

.prev-next-btn a:last-child {
    background-image: url("../images/next-arrow.svg");
    border-radius: 0 40px 40px 0;
    border: 1px solid #4c6fff;
    border-left: 0px;
}

.prev-next-btn a.active:first-child {
    background-image: url("../images/prev-white-arrow.svg");
    background-color: #4c6fff;
}

.prev-next-btn a.active:last-child {
    background-image: url("../images/next-white-arrow.svg");
    background-color: #4c6fff;
}

.chapter-content .content-box h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 0 4px;
}

.chapter-content .content-box strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.chapter-content .content-box>p {
    padding: 14px 0 0;
    background-color: transparent !important;
}

.remember p {
    border-left: 5px solid #4c6fff;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    line-height: 28px;
    margin: 10px 0;
}

.video-lecture-list {
    padding: 30px 0 0;
}

.video-lecture-list h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px;
}

.video-lecture-list .item {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px;
    width: 31%;
    margin: 0 1% 16px;
}

.video-lecture-list .video {
    position: relative;
}

.video-lecture-list .video .images-box {
    width: 100%;
    display: block;
}

.video-lecture-list .video .images-box img {
    border-radius: 10px;
}

.video-lecture-list .item .content {
    padding: 20px;
}

.video-lecture-list .item .content strong {
    color: #4c6fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.video-lecture-list .item .content span {
    background-image: url("../images/clock-icon.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
    color: #66cb9f;
    display: block;
    font-size: 14px;
    padding-left: 22px;
}

.video-lecture-list .event-slider .owl-dots {
    display: none;
}

/* BLOG PAGE STYLE HERE */

.inner-banner-section {
    background-color: #f0fdff;
    padding: 30px 0;
}

.inner-banner-section .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 8px 0;
}

.banner-content a {
    color: #fff;
}

.select-sub-form {
    margin-bottom: -45px;
    /* max-width: 680px; */
    max-width: 833px;
    width: 100%;
}

.select-sub-form .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #edf2f7;
    box-shadow: 0px 0px 5px #edf2f7;
    height: 44px;
    padding: 10px 16px;
    font-size: 14px;
    color: #000000;
    border-radius: 6px;
    outline: none !important;
}

.select-sub-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 24px;
    padding-left: 0px;
}

.select-sub-form .form-group {
    width: 100%;
    max-width: 180px;
    margin: 0 6px;
    position: relative;
}

.select-sub-form .form-control,
.select-sub-form .form-control:focus {
    padding-left: 10px;
    padding-right: 35px;
    height: 44px;
}

.select-sub-form .form-group.search-btn {
    max-width: 300px;
}

.search-btn .form-control {
    padding-right: 110px;
}

.search-btn .btn {
    min-width: 100px;
    line-height: 30px;
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 0;
}

.blog-section .nav-tabs {
    border: 0;
    padding-right: 230px;
}

.blog-section .nav-tabs .nav-item {
    margin-right: 12px;
    margin-bottom: 10px;
}

.blog-section .nav-tabs .nav-link {
    background-color: #d2d2d2;
    margin: 0;
    border: 0;
    border-radius: 26px;
    color: #4d4b4b;
    font-size: 14px;
    min-width: 120px;
    text-align: center;
}

.blog-section .nav-tabs .nav-item.show .nav-link,
.blog-section .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #4c6fff;
    border-color: transparent;
}

.blog-listing .item {
    border: 1px solid #dbdbdb;
    border-radius: var(--border-radius);
    width: 23%;
    margin: 26px 1% 0px;
}

.blog-detail-section .content-box {}

.blog-detail-section .content-box .image-box {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    background-color: #ebebeb;
}

.blog-detail-section .content-box .image-box img {
    max-height: 400px;
    object-fit: contain;
    width: 100%;
    object-position: center;
    border-radius: 10px;
}

.blog-detail-section .content-box h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 120px 10px 0;
}

.blog-detail-section .content-box .date-text {
    font-size: 16px;
    line-height: 24px;
}

.blog-detail-section .tags {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    /* width: 100%; */
}

.tags {
    background-color: #4c6fff;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 10px;
    line-height: 36px;
    min-width: 100px;
    /* max-width: 100px; */
    text-align: center;
}

.blog-detail-section .content-box p {
    padding-top: 20px;
}

/* PLAN PAGE STYLE HERE */

.plan-category .box {
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin: 0 12px;
    transition: all 0.2s linear;
}

.plan-category .box:hover {}

.plan-category .header {
    border-bottom: 1px solid #dbdbdb;
    padding: 40px 0px 30px;
    margin: 0 40px;
}

.plan-category .box:hover .header {
    background-color: #4c6fff;
    border-color: transparent;
    border-radius: 10px;
    color: #ffffff;
    padding: 40px 40px 30px;
    margin: 0;
}

.plan-category .header h2 {
    font-size: 49px;
    font-weight: 500;
    line-height: 60px;
}

.plan-category .header h2 span {
    color: #4d4b4b;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-left: -10px;
}

.plan-category .box:hover .header h2 span,
.plan-category .box:hover .header p {
    color: #ffffff;
}

.plan-category .header h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
}

.plan-category .header p {
    color: #4d4b4b;
}

.plan-category .middle {
    padding: 30px 40px;
}

.plan-category .middle ul {
    padding: 0;
    margin: 0;
}

.plan-category .middle ul li {
    display: block;
    font-size: 16px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 12px;
}

.plan-category .middle ul li::before {
    content: "*";
    color: #011180;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 0;
}

.plan-category .footer {
    padding: 30px 40px 40px;
    text-align: center;
}

.plan-category .footer .btn {
    border: 1px solid #4c6fff;
    background-color: #ffffff;
    color: #4c6fff;
    min-width: 180px;
}

.plan-category .box:hover .footer .btn {
    border: 1px solid #4c6fff;
    background-color: #4c6fff;
    color: #ffffff;
}

/* Plan Page New Style Here */

.plan-section {
    padding: 34px 0;
}

.plan_tabs {
    padding-bottom: 20px;
}

.plan_tabs p {
    color: #9f9f9f;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 8px;
}

.plan_tabs .nav-tabs {
    background-color: #edf1ff;
    border: 0;
    border-radius: 8px;
    max-width: 450px;
    margin: 0 auto;
    padding: 6px;
    width: 100%;
}

.plan_tabs .nav-tabs .nav-item {
    width: 50%;
}

.plan_tabs .nav-tabs .nav-link {
    background-color: transparent;
    color: #000000;
    margin: 0;
    border: 0;
    border-radius: 4px;
    line-height: 38px;
    padding: 0 12px;
    min-width: 100%;
    text-align: center;
}

.plan_tabs .nav-tabs .nav-item.show .nav-link,
.plan_tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #4c6fff;
    border: 0;
}

.plan_wrapper {
    border: 1px solid #c2ceff;
    border-radius: 10px;
    background-color: #fcfdff;
}

.plan_head {
    background-color: #4c6fff;
    border-radius: 10px 10px 0 0;
}

.plan_head [class*="plan_"] {
    background-color: #4c6fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 10px;
    text-transform: uppercase;
}

.plan_head [class*="plan_"]:first-child {
    border-top-left-radius: 10px;
}

.plan_head [class*="plan_"]:last-child {
    border-top-right-radius: 10px;
}

.plan_detail {
    width: 52%;
    padding-left: 54px;
}

.plan_student_wrapper .plan_detail {
    width: 60%;
}

.plan_free,
.plan_basic,
.plan_standard,
.plan_pro {
    width: 12%;
}

.plan_student_wrapper .plan_detail {
    width: 60%;
}

.plan_student_wrapper .plan_free,
.plan_student_wrapper .plan_paid {
    width: 20%;
}

.plan_sub_head .plan_listing [class*="plan_"] {
    padding: 12px 15px;
}

.plan_detail h3 {
    color: #4c6fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.plan_sub_head .plan_listing div img {
    max-width: 50px;
    max-height: 50px;
}

.plan_sub_wrapper {
    border-top: 1px solid #afbfff;
    counter-increment: list-number;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.plan_sub_wrapper::before {
    content: counter(list-number, upper-alpha) ". ";
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    left: 18px;
}

.plan_detail strong {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding: 0 0 12px;
}

.plan_detail p {
    color: #718096;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
}

.plan_listing [class*="plan_"] img {
    max-width: 20px;
}

.plan_footer [class*="plan_"] {
    padding: 15px;
}

.plan_footer .btn {
    line-height: 38px;
    border-radius: 50px;
    color: #4c6fff;
    background-color: #ffffff;
    min-width: 100px;
}

.plan_footer .btn:hover {
    color: #ffffff;
    background-color: #4c6fff;
}

.plan_future,
.plan_none,
.plan_gb {
    background-color: #e8edff;
    border-radius: 30px;
    color: #4c6fff;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    min-width: 90px;
    padding: 0 12px;
}

.plan_future,
.plan_none,
.plan_gb {
    border-radius: 30px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    min-width: 90px;
    padding: 0 12px;
}

.plan_future {
    background-color: #e8edff;
    color: #4c6fff;
}

.plan_none {
    background-color: #ffdbdb;
    color: #e21c3d;
}

.plan_gb {
    background-color: #d5ffd6;
    color: #4bba6c;
}

/* CONTACT PAGE STYLE HERE */

.contact-section {
    position: relative;
}

.contact-section::before {
    content: "";
    background-color: #f0fdff;
    position: absolute;
    width: 100%;
    min-height: 450px;
    top: 0;
    z-index: -1;
}

.contact-box {
    background-color: #ffffff;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 40px 0;
}

.contact-box .images-box {
    width: 55%;
}

.form-box {
    width: 45%;
    padding: 40px 50px;
}

.form-group {
    margin-bottom: 12px;
    margin-left: 10px;
}

.form-control,
.form-control:focus {
    background-color: #ffffff;
    border: 1px solid #edf2f7;
    box-shadow: 0px 0px 5px #edf2f7;
    height: 40px;
    padding: 10px 16px;
    font-size: 13px;
    color: #000000;
    border-radius: 6px;
    outline: none !important;
}

#otp .form-control,
#otp .form-control:focus {
    border: 1px solid #cee3f9;
}

.select-sub-form .custom-dropdown::after {
    content: "";
    background-color: #ffffff;
    background-image: url(../images/down-grey-arrow.svg);
}

textarea.form-control,
textarea.form-control:focus {
    height: 100px;
}

.form-control:focus {
    border-color: #4c6fff;
}

.form-box .btn {
    margin-top: 14px;
}

.select-type-text {
    /* padding-top: 16px; */
}

.select-type-text a {
    max-width: 40px;
    display: inline-block;
    margin-left: 10px;
}

/* Placeholder Color Style Here */

.form-control::-webkit-input-placeholder {
    color: var(--blue);
}

.form-control:-moz-placeholder {
    color: var(--blue);
}

.bs-example {
    margin: 20px;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}

video,
iframe {
    width: 100%;
}

.video-section-new .listing .item {
    width: 33.33%;
    padding: 0 10px;
}

/* Video Page Style Here */

.video-page-section .row {
    margin: 0 -8px;
}

.video-page-section .row [class*="col-"] {
    padding: 0 8px;
}

.video-box>img {
    height: 600px;
    object-fit: cover;
}

.video-text {
    padding: 14px 0;
}

.video-text .head h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 8px;
}

.video-text .head span {
    color: #bababa;
    display: block;
}

.video-text .like p {
    color: #bababa;
    line-height: 36px;
}

.video-text .like p img {
    max-width: 36px;
    margin: 0 8px 0 0;
}

.content-box.mCustomScrollbar {
    max-height: 400px;
}

.video-listing,
.comment-listing {
    box-shadow: 0px 0px 3px #00000029;
    padding: 16px 10px 16px 20px;
    margin-bottom: 24px;
}

.video-listing ul {
    max-height: 532px;
}

.video-listing h3,
.comment-listing h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 10px;
}

.video-listing ul,
.comment-listing ul {
    padding: 0;
    margin: 0;
}

.video-listing ul li {
    border: 1px solid #bababa;
    border-radius: 6px;
    padding: 4px 4px 4px 22px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.video-listing ul li.select-video {
    border-color: #4c6fff;
    background-color: #f0fdff;
}

.video-listing .icon {
    max-width: 10px;
    position: absolute;
    height: 10px;
    top: 50%;
    left: 6px;
    margin-top: -5px;
}

.video-listing .icon img {
    vertical-align: top;
}

.video-listing .image {
    width: 100%;
    max-width: 100px;
    display: block;
}

.video-listing .image img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.video-listing ul li>div {
    padding-left: 10px;
}

.video-listing strong {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.video-listing p {
    font-size: 14px;
    line-height: 18px;
}

.comment-listing ul {
    max-height: 400px;
}

.comment-listing li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 18px;
}

.comment-listing li .image {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
}

.comment-listing li:not(:first-child) .image {
    top: 6px;
}

.comment-listing li .image img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.comment-listing li .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding: 0;
}

.comment-listing li .box p {
    font-size: 15px;
    line-height: 20px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #f2f2f2;
    background-color: #f2f2f2;
}

.mCSB_scrollTools {
    position: absolute;
    width: 12px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    filter: "alpha(opacity=1)";
    -ms-filter: "alpha(opacity=1)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #b4b4b4;
    background-color: #b4b4b4;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.static-content-section {
    min-height: 300px;
}

/* responsive sidebar */

.class_sub_box {
    display: flex;
    width: 100%;
    max-width: 460px;
}

.sub_info,
.class_info {
    display: flex;
    align-items: center;
    width: 100%;
}

.sub_info span {
    display: flex;
}

@media screen and (max-width: 991px) {
    .subject-box {
        flex-wrap: wrap-reverse;
    }

    .class_sub_box {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .class_sub_box {
        flex-wrap: wrap;
    }

    .class_sub_box span {
        width: 100% !important;
    }

    .sub_info,
    .class_info {
        margin-right: 15px;
    }
}

/* banner download button */
section.banner-section {
    position: relative;
}

.app-icon {
    display: flex;
    margin-top: 40px;
}

.banner-section .app-icon {
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: 1;
}

.app-icon a.play-icon {
    margin-right: 15px;
}

footer#footer .app-icon {
    margin-top: 10px;
}

footer#footer .app-icon a {
    max-width: 150px;
}

/* custom css batches css */

#batches_set .box {
    margin-bottom: 35px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#batches_set .content h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 10px;
}

#batches_set .content p strong {
    margin-top: 10px;
    padding-left: 10px;
}

#batches_set p.time-text {
    padding-left: 10px;
    padding-bottom: 20px;
}

#batches_set .content {
    min-height: 132px;
}

.video-box {
    position: relative;
    margin-bottom: 10px;
}

#batches_set .caption-text p img {
    width: 30px;
}

#batches_set .video-box img {
    /* margin-bottom: 15px; */
    /* max-width: 20px; */
    margin-right: 6px;
    margin-top: -3px;
}

#batches_set .video-box p img {
    max-height: 15px;
}

#batches_set .caption-text.d-flex.align-items-center.justify-content-between {
    position: absolute;
    background: gray;
    color: white;
    width: 100%;
    border-radius: 0 0 15px 15px;
    bottom: 0px;
    padding: 10px;
}

#batches_set .content p:nth-child(3) {
    display: inline !important;
    float: right;
    font-size: 15px;
    padding-right: 10px;
}

#batches_set .content strong {
    color: gray;
}

.video-box {
    position: relative;
}

.batch-card-img {
    height: 300px;
}

.batch-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    /* object-fit: cover; */
}

/* course css  */
#batches_set .caption-text p img {
    width: 25px;
    margin-right: 7px;
}

#batches_set .caption-text.d-flex.align-items-center.justify-content-between {
    padding: 15px;
}

#batches_set .video-box,
img {
    /* margin-bottom: 15px; */
}

.layout-top-nav p.d-flex.flex-wrap {
    font-weight: 600;
    font-size: 18px;
}

/* Satish CSS/////////////////////////////////////////////////////// */
@media (max-width: 425px) {
    .ios-none {
        -webkit-transform: scale(0);
        display: none;
        -moz-transform: scale(0);
    }
}

.owl-item.active.center .item {
    box-shadow: 0px 3px 16px #00000066;
}

.testimonials-slider .item {
    height: 335px;
}

.event-box-item p {
    height: 60px;
}

/* Help and Support section */
/* Help and Support */

img,
video {
    vertical-align: middle;
}

.wrapper {
    max-width: 1440px;
    width: 100%;
    font-family: "Poppins";
    margin: 0 auto;
}

.wrapper .help-and-support {
    background-color: #f5f9fc;
    padding: 0;
}

.wrapper .help-and-support .row {
    max-width: 1200px;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.help-and-support .row .content-help {
    display: inline-block;
    max-width: 760px;
    padding-right: 50px;
}

.help-and-support .row .content-help h2 {
    font-size: 32px;
    color: #000000;
    padding-bottom: 22.5px;
    padding-top: 60px;
}

.help-and-support .row .content-help p {
    color: #425466;
    font-size: 18px;
}

.help-and-support .row .slide-control {
    position: relative;
}

.slide-control .helpSlide .slide-content {
    max-width: 435px;
    display: inline-block;
    box-shadow: 0px 3px 6px #00000039;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
}

.slide-control .helpSlide .slide-content video {
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.help-and-support .row .slide-control .prev-slide {
    position: absolute;
    top: 50%;
    left: -15px;
    background-color: #ffffff;
    transform: translateY(-50%);
    width: 40px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #cccccc;
}

.help-and-support .row .slide-control .next-slide {
    position: absolute;
    width: 40px;
    top: 50%;
    background-color: #ffffff;
    transform: translateY(-50%);
    border-radius: 50%;
    right: -15px;
    padding: 10px;
    box-shadow: 0px 3px 6px #cccccc;
}

.help-and-support .row .slide-control .next-slide:hover,
.help-and-support .row .slide-control .prev-slide:hover {
    cursor: pointer;
    background-color: #e4d8d8;
}

.help-and-support .row .slide-control .play-button {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper section.faq {
    padding-top: 0;
}

.wrapper section.faq .container {
    max-width: 1200px;
    width: 100%;
    padding-right: 0;
}

.wrapper section.faq .container h2 {
    font-size: 32px;
    padding-top: 10px;
}

section.faq .container .accordion-menu .inner .menu-option {
    border: 1px solid #707070;
    border-radius: 18px;
    color: #425466;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
    max-width: 280px;
    width: 100%;
    padding: 10px;
    transition: 0.3s;
}

section.faq .container .accordion-menu {
    padding: 25px 0;
    margin-right: -30px;
}

section.faq .container .tab-content {
    display: none;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background-color: #f5fafd;
    padding-left: 50px;
    margin-right: 30px;
}

section.faq .container .accordion-menu .inner .menu-option.active {
    background-color: #4c6fff;
    color: #ffffff;
}

/*--------- Accordion CSS---------- */
section.faq .container .tab-content .student-accordion {
    background-color: #eee;
    color: #000000;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid #a8e7fc;
    font-size: 18px;
    padding-right: 75px;
}

section.faq .container .tab-content .student-panel {
    height: 0;
    overflow: hidden;
    background-color: transparent;
    transition: 0.25s;
}

section.faq .container .tab-content .student-panel p {
    padding-right: 75px;
}

section.faq .container .tab-content .student-accordion.active+.student-panel {
    height: auto;
    overflow: auto;
    padding-top: 18px;
    padding-bottom: 18px;
}

section.faq .container .tab-content .student-accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    color: #4c6fff;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transition: 0.35s;
}

section.faq .container .tab-content .student-accordion.active::after {
    transform: rotate(180deg);
}

section.faq .container .tab-content .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #a8e7fc;
    background-color: #f5fafd;
}

.tab-content .accordion .accordion-item .accordion-button {
    background-color: #f5fafd;
    padding-left: 0;
    border-color: #ffffff;
}

.tab-content .accordion .accordion-item .accordion-body {
    padding-left: 0;
}

section.faq .container .accordion-menu {
    overflow-x: auto;
}

section.faq .container .accordion-menu .inner {
    display: flex;
    flex-wrap: nowrap;
}

.accordion-button:focus {
    box-shadow: none;
}

section.faq .container .accordion-menu .inner button {
    min-width: 240px;
}

/* ----Modal CSS------ */
.help-and-support button.close {
    position: absolute;
    top: -10px;
    right: -56px;
    border: none;
    font-size: 35px;
    filter: contrast(3.5);
    color: #ffffff;
}

.modal-body {
    /* height: 400px; */
}

.modal-body video {
    width: 100%;
    /* height: 100%; */
}

.modal-dialog-centered {
    padding: 0 30px;
}

.help-section-model video {
    max-height: 80vh;
}

.help-and-support .row .slide-control {
    border: 6px;
    box-shadow: 0px 3px 6px #00000039;
    background-color: #ffffff;
}

/* -------For Student Help and Support page------------- */
.accordion-menu .s-inner .s-menu-option {
    border: 1px solid #707070;
    border-radius: 18px;
    color: #425466;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
    max-width: 200px;
    width: 100%;
    padding: 10px;
    transition: 0.3s;
}

.accordion-menu .s-inner .s-menu-option.active {
    background-color: #4c6fff;
    color: #ffffff;
}

.accordion-menu .s-inner {
    display: flex;
    flex-wrap: nowrap;
}

.accordion-menu .s-inner button {
    min-width: 180px;
}

section.blog-detail-section a img {
    width: 100%;
    height: auto;
}

.event-section .owl-carousel .owl-stage-outer {
    padding: 10px
}

.event-section .container {
    max-width: 1065px;

}

.copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #4c6fff;
    ;
    padding: 15px 50px;
    color: #ffffff96;
    margin-top: 20px;
}

.batch-owner-text {

    font-size: 15px;
    padding-left: 10px;
}


/* Marketing section : - Test Css */
.test-listing .repeat-box {
    background-color: #f0fdff;
    border-radius: 4px;
    padding: 20px 230px 20px 20px;
    margin-top: 14px;
    position: relative;
    border: 0;
}

.test-listing .repeat-box h3 {
    color: #425466;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 6px;
}

.test-listing .repeat-box h3>span {
    background-color: #c1ffe4;
    border-radius: 40px;
    color: #66cb9f;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    min-width: 140px;
    padding: 0 10px;
    text-align: center;
}

.test-listing .repeat-box h3>span.student_rating {
    background-color: #1b8eed;
    color: #ffffff;
    min-width: 70px;
}


.student_rating img {
    max-width: 20px;
    margin: -3px 2px 0 0;
}

.test-listing .repeat-box p {
    color: #718096;
}

.day-text {
    padding: 0 0 0 26px;
    position: relative;
    margin: 0;
}

.day-text {
    background-image: url("../images/grey-calendar-icon.svg");
    background-repeat: no-repeat;
}

.test-listing .repeat-box .day-text {
    color: #425466;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 16px;
    /* padding-left: 5px; */
}

.toggle-box {
    position: absolute;
    top: 20px;
    right: 15px;
}

.toggle-box .toggle-click {
    display: block;
    text-align: right;
}

.toggle-box .toggle-click img {
    max-width: 24px;
}

.toggle-box .toggle-dropdown {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #00000029;
    min-width: 100px;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    margin: 6px 0 0;
    padding: 0px;
    z-index: 2;
}

.toggle-box .toggle-dropdown li {
    display: block;
    padding: 10px;
}

.toggle-box .toggle-dropdown li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.toggle-box .toggle-dropdown li a {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 28px;
}

.edit-icon {
    background-image: url("../images/edit-blue-icon.svg");
}

.delete-icon {
    background-image: url("../images/delete-blue-icon.svg");
}

.share-icon {
    background-image: url("../images/share-icon.svg");
}

.test-listing .btn_box {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -21px;
}

.btn_box .btn {
    padding: 0 12px;
    font-size: 14px;
    min-width: 120px;
    margin-left: 10px;
}

/* Marketing section : - Test Css End */

.goto-class {
    margin-bottom: 10px;
    text-align: right;
}