/* You can add global styles to this file, and also import other style files */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,800,700&display=swap");
body {
    background-color: #f6f8f9 !important;
}

header .top-header {
    background: #000;
}
header .top-header .top-menu-left {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .top-header .top-menu-left li {
    font-family: "nunito", sans-serif;
    display: inline-block;
}
header .top-header .top-menu-left li a {
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    font-size: 13px;
    border-right: 1px solid #dfe4e8;
    display: inline-block;
}
header .top-header .top-menu-left li:last-child a {
    border: none;
}
header .top-header .top-menu-right {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
header .top-header .top-menu-right li {
    font-family: "nunito", sans-serif;
    display: inline-block;
}
header .top-header .top-menu-right li a {
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    font-size: 13px;
    border-right: 1px solid #dfe4e8;
    display: inline-block;
}
header .top-header .top-menu-right li a span.badge-new {
    background: linear-gradient(160deg, #3e3c3c 0, #333 30%);
    color: #fff;
    padding: 2px 7px;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
header .top-header .top-menu-right li:last-child a {
    border: none;
}
header .logo-header {
    padding: 10px 0 15px 0;
    background: #fff;
}
header .middle-header {
    background: #f4f4f4;
    border-bottom: 1px solid #3333;
}
header .middle-header .navbar .mid-nav .navbar-l li {
    font-family: "nunito", sans-serif;
}
header .middle-header .navbar .mid-nav .navbar-l li a {
    color: #6a6a6a;
    padding: 10px;
    font-family: "Muli";
    font-weight: 600;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    .dropdown
    .dropdown-toggle::after {
    font-family: "simple-line-icons";
    content: "\e604";
    padding-left: 5px;
    margin: 0;
    border: none;
    font-size: 13px;
    /*vertical-align: middle;*/
}
header .middle-header .navbar .mid-nav .form-inline .input-group {
    border: 1px solid #dfe4e8;
    border-radius: 5px;
}
header .middle-header .navbar .mid-nav .form-inline .input-group input {
    border: none;
}
header .middle-header .navbar .mid-nav .form-inline .input-group input:focus {
    outline: none;
    box-shadow: none;
}
header
    .middle-header
    .navbar
    .mid-nav
    .form-inline
    .input-group
    .input-group-append
    button {
    background: transparent;
    color: #86a1ae;
    box-shadow: none;
    border: none;
}
header .middle-header .navbar .mid-nav .navbar-r .user_login_re a {
    background: linear-gradient(45deg, #333, #3e3c3c);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 7px 20px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 500;
}
header .middle-header .navbar .mid-nav .navbar-r .user_login_re a:last-child {
    margin-right: 0;
    color: #333;
    background: #fff;
    border: 1px solid #333;
}
header .middle-header .navbar .mid-nav .navbar-r .dropdown .dropdown-menu {
    padding: 0;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-r
    .dropdown
    .dropdown-menu
    .dropdown-item {
    font-size: 15px;
    padding: 6px 13px;
    border-bottom: 1px solid #f1f4f6 !important;
}
header .middle-header .navbar .mid-nav .navbar-r .btn-userpro {
    border: 1px solid #dfe4e8;
    background: transparent;
    border-radius: 5px;
    padding: 3px 10px;
}
header .middle-header .navbar .mid-nav .navbar-r .btn-userpro img {
    height: 33px;
    border-radius: 50%;
}
header .middle-header .navbar .mid-nav .navbar-r .btn-userpro span {
    padding-left: 5px;
    font-family: "nunito", sans-serif;
    font-weight: 600;
    color: #333;
}

.modal-userlogin.modal-dialog {
    max-width: 450px;
}
.modal-userlogin .modal-content {
    position: relative;
    border-radius: 0;
}
.modal-userlogin .modal-content .top-design {
    position: absolute;
    top: 0;
    right: 0;
}
.modal-userlogin .modal-content .top-design img {
    max-width: 100%;
    height: 120px;
}
.modal-userlogin .modal-content .modal-close {
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 9999;
}
.modal-userlogin .modal-content .modal-body {
    padding: 10px 40px;
}
.modal-userlogin .modal-content .modal-body form .text-material {
    border: none;
    border-bottom: 1px solid #f1f4f6;
    width: 100%;
    padding: 5px 7px;
    color: #143066;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}
.modal-userlogin .modal-content .modal-body form .text-material:focus {
    outline: none;
    box-shadow: none;
}
.modal-userlogin .modal-content .modal-body form .select-material {
    border: none;
    border-bottom: 1px solid #f1f4f6;
    width: 100%;
    padding: 5px 3px;
    color: #787878;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}
.modal-userlogin .modal-content .modal-body form .select-material:focus {
    outline: none;
    box-shadow: none;
}
.modal-userlogin .modal-content .modal-body .remember-label {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    user-select: none;
}
.modal-userlogin .modal-content .modal-body .login-heads {
    padding: 60px 0 25px 0;
}
.modal-userlogin .modal-content .modal-body .login-heads .heads-login {
    font-family: "nunito", sans-serif;
    margin-bottom: 8px;
    color: #333;
    font-size: 23px;
    font-weight: 600;
}
.modal-userlogin .modal-content .modal-body .login-heads .allrequired {
    font-family: "Roboto", sans-serif;
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
}
.modal-userlogin .modal-content .modal-body .forgot-pass {
    text-align: center;
    width: 100%;
    display: block;
    color: #143066;
    margin-top: 5px;
    font-family: "nunito", sans-serif;
    font-weight: 600;
}
.modal-userlogin .modal-content .modal-body .btn-login {
    background: linear-gradient(45deg, #333, #000);
    width: 100%;
    color: #fff;
    padding: 8px 6px;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.modal-userlogin .modal-content .modal-body .btn-login:hover {
    background: #000;
}
.modal-userlogin .modal-content .modal-foo .btn-joinnow {
    width: 100%;
    padding: 10px;
    color: #4671c3;
    font-weight: 500;
    background: #f1f4f6;
    border: none;
}
.modal-userlogin .modal-content .modal-foo .btn-joinnow:focus {
    box-shadow: none;
    outline: none;
}

@media screen and (min-width: 768px) {
    .mt-lg-50 {
        margin-top: 50px;
    }
}
.modal {
    backdrop-filter: blur(2px);
    background-color: #01223770;
}

.breadcrumb-section {
    padding: 16px 0;
    background: #3e3c3c;
}
.breadcrumb-section h3 {
    text-align: center;
    color: #fff;
    float: left;
    margin: 0;
    font-size: 1.4em;
    font-family: "Poppins", sans-serif;
}
.breadcrumb-section .breadcrumb {
    background: #f1f4f6;
    padding: 1px 20px;
    float: right;
    margin: 0 auto;
}
.breadcrumb-section .breadcrumb li a {
    color: #143066;
}
.breadcrumb-section .breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb-section .breadcrumb li.active {
    color: #143066;
    font-weight: 500;
}

/**About Us**/
.about-section {
    padding: 60px 0;
    background: #fff;
}
.about-section .left-content-w {
    border-right: 4px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-section .left-content-w .left-content-w-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-section .left-content-w .left-content-w-i .left-content {
    display: inline-block;
    padding-right: 30px;
}
.about-section .left-content-w .left-content-w-i .left-content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    font-family: "Poppins", sans-serif;
}
.about-section .left-content-w .left-content-w-i .left-content .pill-about a {
    font-weight: 600;
    background: rgba(114, 128, 255, 0.06);
    color: #646f79;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.about-section
    .left-content-w
    .left-content-w-i
    .left-content
    .pill-about
    a.active {
    background: #4671c3;
    color: #fff;
}
.about-section .tab-content .about-right {
    font-family: "Poppins", sans-serif;
}

/**Contact Us**/
.contact-section {
    background: #fff;
}
.contact-section .contact-01 {
    padding: 2em 0;
}
.contact-section .contact-01 .contact-left {
    text-align: center;
}
.contact-section .contact-01 .contact-right {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px #0001;
    padding: 2em;
}
.contact-section .contact-01 .contact-right h3 {
    text-align: center;
    font-family: "nunito", sans-serif;
}
.contact-section .contact-01 .contact-right .label-control {
    font-family: "nunito", sans-serif;
    margin: 0 0 3px 0;
    display: block;
}
.contact-section .contact-01 .contact-right .text-control {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: "Poppins", sans-serif;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-section .contact-01 .contact-right .btn-submit {
    background: #0ebf6d;
    border-radius: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.contact-section .contact-01 .contact-right .btn-submit:hover,
.contact-section .contact-01 .contact-right .btn-submit:focus {
    outline: none;
}
.contact-section .contact-02 {
    padding: 2em 0;
}
.contact-section .contact-02 .contact-head-connect {
    text-align: center;
}
.contact-section .contact-02 .contact-head-connect h3 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.contact-section .contact-02 .contact-head-connect p {
    margin-bottom: 18px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    color: #86a1ae;
}
.contact-section .contact-02 .social-div {
    margin-top: 2em;
    padding: 1em;
    text-align: center;
}
.contact-section .contact-02 .social-div.featured-soci {
    background: #fff;
    box-shadow: 1px 1px 20px 3px #0001;
    border-radius: 10px;
}
.contact-section .contact-02 .social-div h3 {
    font-family: "nunito", sans-serif;
    margin-bottom: 2em;
    font-size: 1.3em;
}
.contact-section .contact-02 .social-div ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.contact-section .contact-02 .social-div ul.style1-sd li {
    padding: 6px 10px;
    border-radius: 20px;
    margin-bottom: 1em;
    font-weight: 500;
}
.contact-section .contact-02 .social-div ul.style1-sd li:first-child {
    background: #e6ecfe;
    color: #145be2;
}
.contact-section .contact-02 .social-div ul.style1-sd li:last-child {
    color: #424b6b;
    background: #eaecf1;
}
.contact-section .contact-02 .social-div ul.style2-sd li {
    padding: 6px 10px;
    border-radius: 20px;
    margin-bottom: 1em;
    font-weight: 500;
}
.contact-section .contact-02 .social-div ul.style2-sd li:first-child {
    background: #f7eae8;
    color: #ad3222;
}
.contact-section .contact-02 .social-div ul.style2-sd li:last-child {
    background: #e6ecfe;
    color: #145be2;
}
.contact-section .contact-02 .social-div ul.style3-sd li {
    padding: 6px 10px;
    border-radius: 20px;
    margin-bottom: 1em;
    font-weight: 500;
}
.contact-section .contact-02 .social-div ul.style3-sd li:first-child {
    color: #424b6b;
    background: #eaecf1;
}
.contact-section .contact-02 .social-div ul.style3-sd li:last-child {
    color: #1da1f2;
    background: #d9eefd;
}

/**Blog**/
.blog-section {
    padding: 50px 0;
}
.blog-section .card a h5 {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    font-size: 18px;
    -webkit-box-orient: vertical;
}
.blog-section .card a p {
    color: #000;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-transform: capitalize;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-section .card a:hover {
    text-decoration: none;
}
.blog-section .pagination {
    margin-bottom: 0;
    margin-top: 30px;
    justify-content: center;
}
.blog-section .pagination li.first-item {
    display: none;
}
.blog-section .pagination li.last-item {
    display: none;
}
.blog-section .pagination li.active a {
    color: #fff;
    background-color: #143066;
    border-radius: 5px;
    border: transparent;
    text-align: center;
    font-weight: 600;
}
.blog-section .pagination li.previous-item {
    margin-right: 10px;
}
.blog-section .pagination li.previous-item a {
    width: auto;
}
.blog-section .pagination li.previous-item.disabled a {
    background: transparent;
}
.blog-section .pagination li.next-item {
    margin-left: 10px;
}
.blog-section .pagination li.next-item a {
    width: auto;
}
.blog-section .pagination li.next-item.disabled a {
    background: transparent;
}
.blog-section .pagination li a {
    padding: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    line-height: 30px;
    font-size: 17px;
    background: transparent;
    border: transparent;
}

/**Blog detail **/
.blog-detail {
    padding: 40px 0;
}
.blog-detail .blog-left img {
    margin-bottom: 20px;
}
.blog-detail .blog-left h3 {
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.blog-detail .blog-left p {
    font-family: "nunito", sans-serif;
}
.blog-detail .blog-right > h4 {
    border-bottom: 3px solid #4797cd;
    display: inline-block;
}
.blog-detail .blog-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-detail .blog-right ul li {
    border-bottom: 1px solid #dfe4e8;
    padding: 10px 0;
}
.blog-detail .blog-right ul li .media a h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    margin: 0;
    color: #333;
    font-size: 16px;
    -webkit-box-orient: vertical;
}
.blog-detail .blog-right ul li .media a:hover {
    text-decoration: none;
}
.blog-detail .blog-right ul li:last-child {
    border-bottom: 0px solid #f1f4f6;
}

/**Refer and earn**/
.refer-earn .refer-image {
    text-align: center;
    background: linear-gradient(0deg, #143066, #0ebf6d);
    padding: 50px 0 60px 0;
}
.refer-earn .refer-image .img-refer {
    height: 300px;
}
.refer-earn .refer-invite .invite-whitish {
    padding: 30px;
    background: #fff;
    text-align: center;
    margin-top: -40px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: -3px 3px 14px 1px #33333308;
}
.refer-earn .refer-invite .invite-whitish h3 {
    margin: 10px 0;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}
.refer-earn .refer-invite .invite-whitish h3 span {
    font-weight: 600;
    color: #143066;
}
.refer-earn .refer-invite .invite-whitish h3 span i {
    font-size: 18px;
}
.refer-earn .refer-invite .invite-whitish .unique-link {
    margin-bottom: 10px;
    padding: 12px;
    background: #f1f4f6;
    border-radius: 7px;
}
.refer-earn .refer-invite .invite-whitish .unique-link .unique-label {
    line-height: 35px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-right: 10px;
}
.refer-earn .refer-invite .invite-whitish .unique-link .btn-copylink {
    background: #333;
    color: #fff;
    font-weight: 500;
}
.refer-earn .refer-invite .invite-whitish .unique-link .btn-copylink:focus,
.refer-earn .refer-invite .invite-whitish .unique-link .btn-copylink:hover {
    box-shadow: none;
    background: #000;
    color: #fff;
    outline: none;
}
.refer-earn .refer-invite .invite-whitish .refer-wal {
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #dfe4e8;
}
.refer-earn .refer-invite .invite-whitish .refer-wal h4 {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.refer-earn .refer-invite .invite-whitish .refer-wal h4 span {
    font-size: 40px;
    display: block;
    color: #0ebf6d;
    font-weight: 700;
    font-family: "nunito", sans-serif;
}
.refer-earn .refer-invite .invite-whitish .refer-wal h4 span i {
    font-size: 20px;
    margin-right: -5px;
}
.refer-earn .refer-invite .invite-whitish .refer-btn {
    padding: 20px 0;
}
.refer-earn .refer-invite .invite-whitish .refer-btn button {
    padding: 6px 10px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-right: 10px;
}
.refer-earn .refer-invite .invite-whitish .refer-btn button:first-child {
    background: #333;
    color: #fff;
}
.refer-earn .refer-invite .invite-whitish .refer-btn button:last-child {
    background: #0ebf6d;
    color: #fff;
}
.refer-earn .refer-works .works-whitish {
    padding: 20px;
    background: #fff;
    margin: 30px 0;
    text-align: center;
    box-shadow: -3px 3px 14px 1px #33333308;
}
.refer-earn .refer-works .works-whitish h3 {
    margin: 10px 0;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}
.refer-earn .refer-works .works-whitish h3 span {
    font-weight: 600;
    color: #143066;
}
.refer-earn .refer-works .works-whitish h3 span i {
    font-size: 18px;
}
.refer-earn .refer-works .works-whitish .refer-steps i {
    font-size: 23px;
    border: 1px dashed #fff;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    color: #fff;
    margin-bottom: 10px;
    width: 60px;
    line-height: 60px;
    background: #333;
}
.refer-earn .refer-works .works-whitish .refer-steps h4 {
    font-size: 21px;
    margin: 0;
}
.refer-earn .refer-works .works-whitish .refer-steps p {
    margin: 0;
}

/**FAQ**/
.faq-breadcrumb {
    padding: 30px 0;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 5px 4px 4px 1px #3333330d;
}
.faq-breadcrumb h3 {
    font-family: "Poppins", sans-serif;
    font-size: 33px;
}
.faq-breadcrumb p {
    font-family: "nunito", sans-serif;
    color: #646f79;
}
.faq-breadcrumb .btn-down-arrow {
    background: #4671c3;
    color: #fff;
    height: 33px;
    width: 33px;
    display: inline-block;
    position: absolute;
    bottom: -47px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
}

.faq-questions {
    padding: 40px 0;
}
.faq-questions .accordion .card {
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #dfe4e8 !important;
}
.faq-questions .accordion .card:last-child {
    border-bottom: transparent !important;
}
.faq-questions .accordion .card .card-header {
    border: transparent;
    background: transparent;
}
.faq-questions .accordion .card .card-header h5 {
    text-decoration: none;
}
.faq-questions .accordion .card .card-header h5 .btn-link {
    text-decoration: none;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    color: #000;
    font-family: "Quicksand", sans-serif;
}
.faq-questions .accordion .card .card-header h5 .btn-link:hover {
    text-decoration: none;
}
.faq-questions .accordion .card .card-header h5 .btn-link.collapsed {
    color: #646f79;
}
.faq-questions .accordion .card .card-body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #333;
}

.faq-asked {
    background: #4671c3;
    text-align: center;
    padding: 40px 0;
}
.faq-asked h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: #fff;
}
.faq-asked p {
    font-family: "nunito", sans-serif;
    color: #fff;
    margin: 0;
}
.faq-asked p a {
    font-weight: 700;
    color: #fff;
}

/**Policy Page**/
.policy-section {
    padding: 40px 0;
}
.policy-section h2 {
    display: inline-block;
    border-bottom: 3px solid #333;
    border-color: #0ebf6d;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
}

/**Not found**/
.not-found {
    padding: 0px 0 40px 0;
    text-align: center;
    background: #fff;
}
.not-found .not404 {
    position: relative;
}
.not-found .not404 .not-con {
    width: 100%;
}
.not-found .not404 .not-con.abs-top {
    position: absolute;
    top: 12%;
    font-size: 25px;
}
.not-found .not404 .not-con.abs-top h2 {
    margin: 0;
    font-size: 4em;
}
.not-found .not404 .not-con.abs-bot {
    position: absolute;
    bottom: 0;
    font-size: 25px;
}
.not-found .not404 .not-con.abs-bot h3 {
    margin: 0;
    font-size: 30px;
}
.not-found .not404 .not-con.abs-bot p {
    font-size: 20px;
    margin: 0;
}
.not-found .not404 .not-con.abs-bot .link_404 {
    color: #fff;
    padding: 10px 20px;
    background: #0ebf6d;
    font-size: 14px;
    margin: 20px 0;
    display: inline-block;
    font-family: "nunito", sans-serif;
    font-weight: 600;
}
.not-found .not404 .not-con.abs-bot .link_404:hover {
    text-decoration: none;
    background: #12a501;
    color: #fff;
}

.slider-section {
    position: relative;
}
.slider-section .owl-nav {
    width: 100%;
}
.slider-section .hero-wrap {
    margin: 0 auto;
}
.slider-section .hero-wrap .hero-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 3.15rem;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Muli", sans-serif;
}
.slider-section .hero-wrap p {
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.slider-section .hero-wrap .typewrite {
    padding-top: 40px;
    color: #fff;
    height: 60px;
}
.slider-section .slider-carou .slider-item {
    position: relative;
}
.slider-section .slider-carou .slider-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.slider-section .slider-carou .slider-item .cover {
    padding: 75px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}
.slider-section .slider-carou .owl-nav .owl-prev {
    top: 40%;
    position: absolute;
    left: 20px;
}
.slider-section .slider-carou .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    right: 20px;
}
.slider-section .slider-carou .owl-nav button i {
    border-radius: 50%;
    background: #fff;
    height: 35px;
    color: #333;
    width: 35px;
    border: 1px solid #333;
    font-size: 17px;
    line-height: 35px;
}
.owl-stage-outer {
    overflow: visible;
}

.courses-slides {
    padding: 2em 0;
    background: #f6f8f9;
}
.courses-slides .courses-inner {
    border-radius: 4px;
    z-index: 1;
    /* background: #fff; */
    /* padding: 2em; */
    /* -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
}
.courses-slides .course-card {
    margin: 10px;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    box-shadow: -1px 1px 4px 0 rgb(117 138 172 / 12%);
    padding: 10px;
}
.courses-slides .course-card .course-img img {
    max-width: 100%;
    height: 52px;
    width: auto;
    margin: 0 auto;
}
.courses-slides .course-card .course-con h3 {
    display: block;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.courses-slides .course-card .course-con h3 a {
    color: #000;
    font-size: 15px;
    font-family: "Nunito";
    font-weight: 700;
}
.courses-slides .owl-nav .owl-prev {
    background: transparent !important;
    color: #fff;
    position: absolute;
    font-size: 30px !important;
    top: 21px;
    left: -53px;
}
.courses-slides .owl-nav .owl-next {
    background: transparent !important;
    color: #fff;
    position: absolute;
    font-size: 30px !important;
    top: 21px;
    right: -53px;
}

.courses-slides .course-card .total-subs {
    background: #e7e7e7;
    color: #000;
    padding: 2px 7px;
    display: inline-block;
    font-size: 11px;
    border-radius: 4px;
    font-family: "Poppins";
    font-weight: 500;
}

.popular-test-series {
    padding: 50px 0;
}
.popular-test-series .popular-heading {
    padding-bottom: 5px;
}
.popular-test-series .popular-heading.popular-badge h4 {
    font-weight: 600;
    font-family: "nunito", sans-serif;
}
.popular-test-series .popular-heading.popular-badge h4 i {
    color: red;
    font-size: 19px;
    vertical-align: middle;
}
.popular-test-series .popular-heading.popular-badge h4 a {
    float: right;
    color: #143066;
    cursor: pointer;
    font-size: 15px;
    line-height: 33px;
}
.popular-test-series .popular-heading.popular-badge h4 a i {
    font-size: 15px;
    color: #143066;
}
.popular-test-series .test-pop-carous .test-ui-card {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, 0.12);
    border-radius: 4px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-logo img {
    max-width: 100%;
    width: 100%;
    height: 130px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-h {
    border-bottom: 1px solid #f1f4f6;
    padding: 9px 10px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-h h4 {
    margin: 0 0 8px 0;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-h h5 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 13px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-h h5 .freetest {
    color: #0ebf6d;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-ul p {
    margin: 0;
    font-size: 13px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-ul {
    padding: 10px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-ul ul {
    padding: 0;
    font-size: 13px;
    list-style: none;
    margin-bottom: 0;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-ul ul li {
    color: #646f79;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-btn {
    padding: 0px 10px 10px 10px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-btn button {
    width: 100%;
    background: linear-gradient(45deg, #4671c3, #143066);
    color: #fff;
    border: none;
    padding: 7px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    border-radius: 3px;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-btn
    button:hover {
    background: #143066;
}

.home-packages {
    padding: 50px 0;
    background: #f1f4f6;
}
.home-packages .owl-nav div {
    padding: 0px 6px !important;
}
.home-packages .owl-nav .owl-prev {
    background: #ea5050 !important;
    color: #fff;
    position: absolute;
    font-size: 27px !important;
    top: 40%;
    left: -53px;
}
.home-packages .owl-nav .owl-next {
    background: #ea5050 !important;
    color: #fff;
    position: absolute;
    font-size: 27px !important;
    top: 40%;
    right: -53px;
}
.home-packages .package-heading {
    padding-bottom: 5px;
}
.home-packages .package-heading.blue-badge h4 {
    font-weight: 600;
    font-family: "nunito", sans-serif;
}
.home-packages .package-heading.blue-badge h4 i {
    color: #4797cd;
    font-size: 19px;
    vertical-align: middle;
}
.home-packages .package-heading.blue-badge h4 a {
    float: right;
    color: #143066;
    cursor: pointer;
    font-size: 15px;
    line-height: 33px;
}
.home-packages .package-heading.blue-badge h4 a i {
    font-size: 15px;
    color: #143066;
}
.home-packages .package-card {
    height: 100%;
    box-shadow: 0 1px 3px 0 rgba(122, 123, 160, 0.12);
    border: none;
    position: relative;
}
.home-packages .package-card.color-1 .card-head {
    background: #4671c3;
}
.home-packages .package-card.color-2 .card-head {
    background: #2196f3;
}
.home-packages .package-card.color-3 .card-head {
    background: #009688;
}
.home-packages .package-card.color-4 .card-head {
    background: #ff9800;
}
.home-packages .package-card .card-head {
    border-radius: 5px 5px;
    background-size: 100% !important;
    padding: 16px 10px;
}
.home-packages .package-card .card-head .recommend {
    background: linear-gradient(to right, #ffd279, #ffd075, #ffde9c);
    padding: 4px 7px;
    position: absolute;
    box-shadow: 1px 2px 3px 0px #33333314;
    right: 13px;
    font-family: "Montserrat", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.home-packages .package-card .card-head .media i {
    font-size: 19px;
    height: 52px;
    width: 52px;
    text-align: center;
    color: #fff;
    line-height: 52px;
    border-radius: 50%;
}
.home-packages .package-card .card-head .media.pack2 i {
    background: #08bd80;
}
.home-packages .package-card .card-head .media.pack4 i {
    background: #143066;
}
.home-packages .package-card .card-head .media.pack3 i {
    background: red;
}
.home-packages .package-card .card-head .media.pack1 i {
    background: #4797cd;
}
.home-packages .package-card .card-head .media .media-body {
    padding-top: 2px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
}
.home-packages .package-card .card-head .media .media-body h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.home-packages .package-card .card-head .media .media-body p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.home-packages .package-card .package-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-packages .package-card .package-body ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #646f79;
    font-family: "nunito", sans-serif;
    cursor: pointer;
}
.home-packages .package-card .package-body ul li i {
    color: #646f79;
    font-size: 11px;
    vertical-align: unset;
}
.home-packages .package-card .package-body ul li:hover {
    color: #143066;
}
.home-packages .package-card .package-body .price-info {
    text-align: center;
    font-family: "Roboto", sans-serif;
}
.home-packages .package-card .package-body .price-info span {
    color: #143066;
    font-size: 20px;
    font-weight: 500;
}
.home-packages .package-card .package-body .price-info span i {
    position: relative;
    left: 3px;
    font-size: 16px;
}
.home-packages .package-card .package-body .price-info .muted-price {
    color: #86a1ae;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
    padding-left: 6px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.home-packages .package-card .package-body .btn-package {
    margin-top: 10px;
}
.home-packages .package-card .package-body .btn-package .btn-buynow {
    width: 100%;
    background: linear-gradient(to right, #333, #000);
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 4px;
    text-transform: uppercase;
    font-family: "Quicksand";
    font-weight: 600;
}
.home-packages .package-card .package-body .btn-package .btn-buynow:hover {
    transform: scale(1.05);
    transition: 0.4s;
    filter: blur(0px) !important;
}
.home-packages .package-card:hover {
    box-shadow: 5px 8px 20px 0 rgba(117, 138, 172, 0.07) !important;
}

.download-app {
    padding: 3em 0 0 0;
}
.download-app .mobile-app-content h3 {
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.download-app .mobile-app-content p {
    font-family: "nunito", sans-serif;
    color: #fff;
    text-align: justify;
}
.download-app .mobile-app-content .img-android {
    height: 45px;
}
.download-app .mobile-app-content .mobile-input .form-control {
    outline: none;
    box-shadow: none;
    height: 44px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.download-app .mobile-app-content .mobile-input .btn-getlink {
    background: #08bd80;
    color: #fff;
    font-weight: 700;
    font-family: "nunito", sans-serif;
}
.download-app .mobile-app-content .mobile-input .btn-getlink:hover {
    background: #12a501;
}
.download-app .mobile-app-content .mobile-input .btn-getlink:focus {
    box-shadow: none;
}

.coaching-centre {
    padding: 50px 0;
    background: #fff;
}
.coaching-centre .centre-content {
    font-family: "nunito", sans-serif;
}
.coaching-centre .centre-content h3 {
    font-size: 32px;
    font-weight: 700;
}
.coaching-centre .centre-content .centre-main .centre-box {
    padding-bottom: 10px;
}
.coaching-centre .centre-content .centre-main .centre-box span {
    font-size: 20px;
    padding-left: 10px;
}
.coaching-centre .centre-content .centre-main .centre-box:last-child {
    padding-bottom: 0;
}
.coaching-centre .centre-content .centre-btn .btn-knowmore {
    background: #333;
    padding: 7px 20px;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    border: none;
    transition: 2s;
    border-radius: 5px;
}
.coaching-centre .centre-content .centre-btn .btn-knowmore:hover {
    background: #143066;
}

.home-preparation {
    padding: 25px 0;
    background: #fff;
}
.home-preparation .prep-l {
    text-align: center;
    padding: 30px 0;
}
.home-preparation .prep-l h2 {
    font-family: "Poppins", sans-serif;
}
.home-preparation .prep-l p {
    margin-bottom: 18px;
    font-family: "Roboto", sans-serif;
    color: #86a1ae;
}
.home-preparation .prep-l a {
    display: inline-block;
    background: #12a501;
    cursor: pointer;
    color: #fff;
    border: none;
    padding: 7px 10px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    border-radius: 3px;
}
.home-preparation .prep-l a:hover {
    background: #0ebf6d;
    color: #fff;
}
.home-preparation .prep-l .vect-main {
    margin-top: 20px;
}
.home-preparation .prep-l .vect-main .vect-box {
    text-align: center;
}
.home-preparation .prep-l .vect-main .vect-box img {
    height: 85px;
    margin-bottom: 5px;
}
.home-preparation .prep-l .vect-main .vect-box span {
    display: block;
    color: #86a1ae;
}

.testimonial-section {
    padding: 50px 0;
    background: #f1f4f6;
}
.testimonial-section .testi-headings {
    text-align: center;
    margin-bottom: 35px;
}
.testimonial-section .testi-headings h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-family: "nunito", sans-serif;
    font-weight: 700;
    margin: 0;
}
.testimonial-section .testi-headings h3 span {
    color: #0ebf6d;
}
.testimonial-section .testi-headings p {
    margin: 0;
    color: #143066;
    font-family: "Roboto", sans-serif;
    border-bottom: 3px solid #143066;
    display: inline-block;
}
.testimonial-section .testi-main {
    box-shadow: 2px 2px 6px 0 rgba(122, 123, 160, 0.12);
    border: none;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
}
.testimonial-section .testi-main .testi-head {
    padding-bottom: 20px;
}
.testimonial-section .testi-main .testi-head .testi-h {
    position: relative;
    z-index: 99;
}
.testimonial-section .testi-main .testi-head .testi-h:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ad";
    position: absolute;
    z-index: 0;
    font-size: 40px;
    top: 0;
    opacity: 0.1;
    right: 0px;
}
.testimonial-section .testi-main .testi-head .testi-h .media-bot {
    display: flex;
}
.testimonial-section .testi-main .testi-head .testi-h .media-bot img {
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #fff;
    box-shadow: 1px 1px 6px 1px #3333;
}
.testimonial-section .testi-main .testi-head .testi-h .media-bot .media-body {
    font-family: "Quicksand", sans-serif;
    margin-left: 1em;
    align-self: center;
    padding-top: 5px;
}
.testimonial-section
    .testi-main
    .testi-head
    .testi-h
    .media-bot
    .media-body
    h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.testimonial-section .testi-main .testi-head .testi-h .media-bot .media-body p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.testimonial-section .testi-main .testi-desc {
    margin: 20px 0;
}
.testimonial-section .testi-main .testi-desc p {
    text-align: justify;
    position: relative;
    color: #646f79;
    margin: 0;
    font-family: "nunito", sans-serif;
}

.dashboard-section {
    padding: 50px 0;
}
.dashboard-section .sidebar-section .pro-user {
    position: relative;
    border-bottom: 0;
    z-index: 9;
    text-align: center;
}
.dashboard-section .sidebar-section .pro-user img {
    width: 100%;
    border: 4px solid #fff;
    height: 210px;
}
.dashboard-section .sidebar-section .pro-user .p-image {
    position: absolute;
    bottom: 15px;
    right: 9%;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dashboard-section .sidebar-section .pro-user .p-image i {
    cursor: pointer;
}
.dashboard-section .sidebar-section .pro-user .upload-button {
    font-size: 15px;
}
.dashboard-section .sidebar-section .pro-user .file-upload {
    display: none;
}
.dashboard-section .sidebar-section .p-details {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #f1f4f6;
}
.dashboard-section .sidebar-section .p-details h4 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.dashboard-section .sidebar-section .p-details p {
    margin: 0;
    font-size: 14px;
}
.dashboard-section .sidebar-section .sidebar-menu .navbar-sd-sidebar {
    padding: 0;
}
.dashboard-section
    .sidebar-section
    .sidebar-menu
    .navbar-sd-sidebar
    .nav-side
    ul {
    display: block;
    width: 100%;
}
.dashboard-section
    .sidebar-section
    .sidebar-menu
    .navbar-sd-sidebar
    .nav-side
    ul
    li
    a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-left: 3px solid #f1f4f6;
    padding: 10px 15px;
    font-family: "Montserrat", sans-serif;
}
.dashboard-section
    .sidebar-section
    .sidebar-menu
    .navbar-sd-sidebar
    .nav-side
    ul
    li
    a.active {
    background: #fff;
    color: #0ebf6d;
    border-left: 3px solid #0ebf6d;
}
.dashboard-section .sidebar-section .other-st-detail {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    -webkit-box-shadow: 2px 2px 16px -9px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 2px 16px -9px rgba(0, 0, 0, 0.13);
}
.dashboard-section .sidebar-section .other-st-detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dashboard-section .sidebar-section .other-st-detail ul li {
    border-bottom: 1px solid #f1f4f6;
    padding: 6px 5px;
}
.dashboard-section .sidebar-section .other-st-detail ul li label {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.dashboard-section .sidebar-section .other-st-detail ul li span {
    font-family: "nunito", sans-serif;
    font-size: 14px;
    color: #646f79;
}
.dashboard-section .sidebar-section .other-st-detail ul li:last-child {
    border-bottom: none;
}
.dashboard-section .main-area-dash .head-tit {
    border-bottom: 1px solid #dfe4e8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "nunito", sans-serif;
}
.dashboard-section .main-area-dash .dashboard-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 5px 18px -11px rgba(150, 150, 150, 0.39);
    border: 1px solid #f1f4f6;
}
.dashboard-section .main-area-dash .dashboard-area .notice-main h4 {
    font-family: "nunito", sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    background: #4671c3;
}
.dashboard-section .main-area-dash .dashboard-area .notice-main p {
    padding: 10px;
    background: #f1f4f6;
    font-family: "nunito", sans-serif;
    border-radius: 0px 0px 10px 10px;
    text-align: justify;
}
.dashboard-section .main-area-dash .dashboard-area .form-group .label-profile {
    font-family: "nunito", sans-serif;
    margin: 0;
    color: #3e3c3c;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .form-group
    .profile-control {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "nunito", sans-serif;
    padding: 5px 0px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .form-group
    .profile-control:focus {
    box-shadow: none;
    outline: none;
}
.dashboard-section .main-area-dash .dashboard-area .form-action {
    margin-top: 10px;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .form-action
    .btn-update-std {
    background: #0ebf6d;
    color: #fff;
    text-transform: uppercase;
    font-family: "nunito", sans-serif;
    font-weight: 600;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .form-action
    .btn-update-std:hover {
    background: #12a501;
    color: #fff;
}
.dashboard-section .main-area-dash .profile-tabs ul {
    margin-bottom: 10px;
    border: none;
}
.dashboard-section .main-area-dash .profile-tabs ul li {
    margin-right: 10px;
}
.dashboard-section .main-area-dash .profile-tabs ul li a {
    padding: 10px;
    display: inline-block;
    color: #646f79;
    font-weight: 500;
    border-bottom: 2px solid #dfe4e8;
}
.dashboard-section .main-area-dash .profile-tabs ul li a:hover {
    text-decoration: none;
}
.dashboard-section .main-area-dash .profile-tabs ul li a.active {
    color: #0ebf6d;
    border-bottom: 2px solid #0ebf6d;
}

/** Register Package **/
.package-stud-section {
    padding: 3em 0;
}
.package-stud-section .top-pack-stud {
    text-align: center;
    margin-bottom: 3em;
}
.package-stud-section .top-pack-stud h3 {
    margin: 0;
    font-family: "nunito", sans-serif;
}
.package-stud-section .top-pack-stud p {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 13px;
}
.package-stud-section .tab-stud-pack .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 2em;
}
.package-stud-section .tab-stud-pack .nav-tabs li a {
    border-radius: 4px;
    padding: 4px 15px;
    color: #333;
    font-family: "Poppins", sans-serif;
    border: 1px solid #2196f3;
    background: #f1f4f6;
}
.package-stud-section .tab-stud-pack .nav-tabs li a.active {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}
.package-stud-section .tab-stud-pack .nav-tabs li:first-child a {
    border-radius: 7px 0px 0px 7px;
}
.package-stud-section .tab-stud-pack .nav-tabs li:last-child a {
    border-radius: 0px 7px 7px 0px;
}
.package-stud-section .package-card {
    box-shadow: 0 1px 3px 0 rgba(122, 123, 160, 0.12);
    border: none;
    position: relative;
}
.package-stud-section .package-card.color-1 .card-head {
    background: #4671c3;
}
.package-stud-section .package-card.color-2 .card-head {
    background: #2196f3;
}
.package-stud-section .package-card.color-3 .card-head {
    background: #009688;
}
.package-stud-section .package-card.color-4 .card-head {
    background: #ff9800;
}
.package-stud-section .package-card .card-head {
    border-radius: 5px 5px;
    background: #333;
    background-size: 100% !important;
    padding: 16px 10px;
}
.package-stud-section .package-card .card-head .recommend {
    background: linear-gradient(to right, #ffd279, #ffd075, #ffde9c);
    padding: 4px 7px;
    position: absolute;
    box-shadow: 1px 2px 3px 0px #33333314;
    right: 13px;
    font-family: "Montserrat", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.package-stud-section .package-card .card-head .media i {
    font-size: 19px;
    height: 52px;
    width: 52px;
    text-align: center;
    color: #fff;
    line-height: 52px;
    border-radius: 50%;
}
.package-stud-section .package-card .card-head .media.pack2 i {
    background: #08bd80;
}
.package-stud-section .package-card .card-head .media.pack4 i {
    background: #143066;
}
.package-stud-section .package-card .card-head .media.pack3 i {
    background: red;
}
.package-stud-section .package-card .card-head .media.pack1 i {
    background: #4797cd;
}
.package-stud-section .package-card .card-head .media .media-body {
    padding-top: 2px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
}
.package-stud-section .package-card .card-head .media .media-body h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.package-stud-section .package-card .card-head .media .media-body p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.package-stud-section .package-card .package-body {
    font-family: "nunito", sans-serif;
}
.package-stud-section .package-card .package-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.package-stud-section .package-card .package-body ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #646f79;
    font-family: "nunito", sans-serif;
    cursor: pointer;
}
.package-stud-section .package-card .package-body ul li i {
    color: #646f79;
    font-size: 11px;
    vertical-align: unset;
}
.package-stud-section .package-card .package-body ul li:hover {
    color: #143066;
}
.package-stud-section .package-card .package-body .price-info {
    text-align: center;
    font-family: "Roboto", sans-serif;
}
.package-stud-section .package-card .package-body .price-info span {
    color: #143066;
    font-size: 20px;
    font-weight: 500;
}
.package-stud-section .package-card .package-body .price-info span i {
    position: relative;
    left: 3px;
    font-size: 16px;
}
.package-stud-section .package-card .package-body .price-info .muted-price {
    color: #86a1ae;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
    padding-left: 6px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.package-stud-section .package-card .package-body .btn-package {
    margin-top: 10px;
}
.package-stud-section .package-card .package-body .btn-package .btn-buynow {
    width: 100%;
    background: linear-gradient(to right, #333, #000);
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 4px;
    text-transform: uppercase;
    font-family: "Quicksand";
    font-weight: 600;
}
.package-stud-section
    .package-card
    .package-body
    .btn-package
    .btn-buynow:hover {
    transform: scale(1.05);
    transition: 0.4s;
    filter: blur(0px) !important;
}
.package-stud-section .package-card:hover {
    box-shadow: 5px 8px 20px 0 rgba(117, 138, 172, 0.07) !important;
}

/** Thank You Package **/
.thank-you-package {
    padding: 5em 0;
}
.thank-you-package .thank-you-page {
    text-align: center;
}
.thank-you-package .thank-you-page > i {
    background: #0ebf6d;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 1.8em;
    border-radius: 50%;
    color: #fff;
}
.thank-you-package .thank-you-page h3 {
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
}
.thank-you-package .thank-you-page p {
    font-size: 16px;
    font-family: "nunito", sans-serif;
}
.thank-you-package .thank-you-page a {
    background: #4671c3;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}
.thank-you-package .thank-you-page a:hover {
    text-decoration: none;
}

.failure-package {
    padding: 5em 0;
}
.failure-package .failure-page {
    text-align: center;
}
.failure-package .failure-page > i {
    background: red;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 1.8em;
    border-radius: 50%;
    color: #fff;
}
.failure-package .failure-page h3 {
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
}
.failure-package .failure-page p {
    font-size: 16px;
    font-family: "nunito", sans-serif;
}
.failure-package .failure-page a {
    background: #dc3545;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}
.failure-package .failure-page a:hover {
    text-decoration: none;
}

.start-test-section .questn-head {
    background: linear-gradient(45deg, #f1f4f6, #dfe4e8);
    color: #333;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
}
.start-test-section .online-test-start .question-section-st {
    padding: 2em 1em;
}
.start-test-section .online-test-start .question-section-st .questnhead h3 {
    font-family: "nunito", sans-serif;
    font-size: 1.2em;
    color: #000;
    border-bottom: 1px solid #dfe4e8;
    padding-bottom: 0.5em;
}
.start-test-section .online-test-start .question-section-st .questnhead p {
    margin: 0 0 1em 0;
    font-family: "Muli", sans-serif;
    text-align: justify;
}
.start-test-section
    .online-test-start
    .question-section-st
    .answrhead
    .answrul
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.start-test-section
    .online-test-start
    .question-section-st
    .answrhead
    .answrul
    ul
    li {
    padding: 0.2em 0;
}
.start-test-section
    .online-test-start
    .question-section-st
    .answrhead
    .answrul
    ul
    li
    label {
    font-family: "Muli", sans-serif;
    font-weight: 600;
}
.start-test-section .online-test-start .question-section-st .question-foo {
    text-align: right;
    margin-top: -1.6em;
    float: right;
}
.start-test-section
    .online-test-start
    .question-section-st
    .question-foo
    .btn-testsubmt {
    background: #333;
    color: #fff;
    padding: 4px 15px;
    font-family: "Muli", sans-serif;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav {
    margin-top: 1em;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    .owl-prev {
    padding: 4px 15px !important;
    background: #4671c3;
    color: #fff;
    border-radius: 10px 3px 3px 10px;
    margin-right: 5px;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    .owl-prev.disabled {
    display: none;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    .owl-next {
    padding: 4px 15px !important;
    background: #4671c3;
    color: #fff;
    border-radius: 3px 10px 10px 3px;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    .owl-next.disabled {
    display: none;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    button {
    font-family: "Muli", sans-serif;
}
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    button:hover,
.start-test-section
    .online-test-start
    .question-section-st
    .test-carou
    .owl-nav
    button:focus {
    outline: none;
}
.start-test-section .online-test-sb .timecounter-1 .time-counter-st {
    text-align: center;
}
.start-test-section .online-test-sb .timecounter-1 .time-counter-st ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.start-test-section .online-test-sb .timecounter-1 .time-counter-st ul li {
    display: inline-block;
    font-size: 2em;
    margin: 0;
    padding: 0.3em 0.3em;
    font-family: "Muli", sans-serif;
}
.start-test-section .online-test-sb .timecounter-1 .time-counter-st ul li span {
    display: block;
    color: #646f79;
    font-size: 15px;
}
.start-test-section .online-test-sb .timequestions-2 {
    margin-top: 2em;
}
.start-test-section .online-test-sb .timequestions-2 .time-questiona-st {
    text-align: center;
}
.start-test-section .online-test-sb .timequestions-2 .time-questiona-st ul {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    column-count: 5;
    list-style: none;
}
.start-test-section .online-test-sb .timequestions-2 .time-questiona-st ul li {
    border-radius: 10px 0px 0px 0px;
    padding: 6px;
    background: #dfe4e8;
    font-family: "Muli", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}
.start-test-section
    .online-test-sb
    .timequestions-2
    .time-questiona-st
    ul
    li.active {
    background: #0ebf6d;
    color: #fff;
}

.footer_area {
    padding: 3em 0 0 0;
    position: relative;
    z-index: 1;
}
.footer_area .leaf {
    right: 60px;
    bottom: 0;
    width: 180px;
    z-index: -1;
}
.footer_area .f_man {
    right: 280px;
    bottom: 40px;
}
.footer_area .f_man_two {
    bottom: 60px;
    left: 125px;
}
.footer_area .f_cloud {
    bottom: 410px;
    left: 150px;
}
.footer_area .f_email {
    left: 75px;
    bottom: 290px;
}
.footer_area .p_absolute {
    position: absolute;
}
.footer_area .f_email_two {
    bottom: 200px;
    left: 250px;
}

.footer_p_top {
    padding-top: 225px;
}

.footer_top .border_bottom {
    margin-top: 50px;
}

.border_bottom {
    width: 100%;
    height: 1px;
    background: #e8f0f1;
}

.f_widget .f_title {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}
.f_widget.subscribe_widget {
    padding-right: 40px;
}
.f_widget.subscribe_widget .f_logo {
    display: inline-block;
    margin-bottom: 32px;
}
.f_widget.subscribe_widget h4 {
    font-family: "Roboto", sans-serif;
    margin-bottom: 34px;
}
.f_widget.link_widget .link_list {
    margin-bottom: 0;
}
.f_widget.link_widget .link_list li a {
    font-family: "Roboto", sans-serif;
    color: #646f79;
    font-size: 16px;
}
.f_widget.link_widget .link_list li a:hover {
    color: #4671c3;
    text-decoration: none;
}
.f_widget.link_widget .link_list li + li {
    margin-top: 15px;
}

.footer_subscribe_form {
    position: relative;
}
.footer_subscribe_form .form-control {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.08);
    height: 56px;
    border: 1px solid transparent;
    color: #333;
    padding-left: 25px;
    position: relative;
    transition: all 0.2s linear;
}
.footer_subscribe_form .form-control:focus {
    outline: none;
}
.footer_subscribe_form .s_btn {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background: #4671c3;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
    padding: 7px 22px;
}

.f_social_icon {
    padding-top: 40px;
}
.f_social_icon li {
    display: inline-block;
}
.f_social_icon li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    background: #4671c3;
    text-align: center;
    display: block;
    color: #fff;
    margin-right: 6px;
}
.f_social_icon li a:hover {
    background: #4797cd;
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    color: #fff;
}

.footer_bottom {
    padding: 1em 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.footer_bottom p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
.footer_bottom p a {
    color: #4671c3;
}

.pl_30 {
    padding-left: 30px;
}

.pl_70 {
    padding-left: 70px;
}

.simple_footer {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: #1d2746;
}
.simple_footer .row {
    align-items: center;
}
.simple_footer .leaf_right {
    position: absolute;
    right: 170px;
    bottom: 0;
    z-index: -1;
}
.simple_footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: #a4a8b4;
}
.simple_footer p a {
    color: #4671c3;
}
.simple_footer .f_social_icon {
    margin-bottom: 0;
    padding-top: 0;
}
.simple_footer .f_social_icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8d93a4;
    border-color: #8d93a4;
}
.simple_footer .f_social_icon li a:hover {
    background: #4671c3;
    border-color: #4671c3;
    color: #fff;
}
header .top-header .top-menu-left li .img-wp {
    height: 20px;
}
header .middle-header .navbar {
    padding: 0;
}
header .middle-header .navbar-brand {
    margin-right: 0.5em;
    padding: 0;
}
header .middle-header .navbar .mid-nav .form-inline .input-group input {
    width: 170px;
    border: none;
}
header .middle-header .navbar-brand img {
    height: 28px;
}
header .middle-header .mid-nav {
    align-items: center;
}
header .middle-header .navbar .mid-nav .navbar-l li a:hover,
header .middle-header .navbar .mid-nav .navbar-l li a.active {
    color: #000;
    background: #eeeeee;
}
.sticky-container .sticky {
    padding: 0;
    margin: 0;
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -171px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}
.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}
.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 11px;
}
.sticky li:hover {
    margin-left: -90px;
}
header .marquee-section {
    margin: 0.5em 0;
}

header .marquee-section .latest-home {
    display: flex;
    align-items: center;
}

header .marquee-section .latest-home marquee ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

header .marquee-section .latest-home marquee ul li {
    display: inline-block;
    border-right: 1px solid #3333;
}

header .marquee-section .latest-home marquee ul li a:hover {
    text-decoration: none;
    color: #000;
}
header .marquee-section .latest-home marquee ul li a {
    color: #333;
    font-size: 14px;
    padding: 0 25px;
}
header .logo-header .logo-main-cu a img {
    height: 28px;
    max-width: 100%;
}
header .logo-header .search-inputs .form-control {
    height: 36px;
    border-radius: 0;
    border-right: 0;
}
header .logo-header .search-inputs .btn {
    border: 1px solid #e2e5ec;
    height: 36px;
    line-height: 32px;
    padding: 0 10px;
    color: #353535;
    border-radius: 0;
    background: #fff;
    border-left: 0;
}
header .logo-header .mid-right-main .navbar-r .user_login_re a {
    background: linear-gradient(45deg, #333, #3e3c3c);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 7px 15px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 500;
}
header .logo-header .mid-right-main .navbar-r .user_login_re a.bords {
    margin-right: 0;
    color: #333;
    background: #fff;
    border: 1px solid #333;
}
header .logo-header .mid-right-main .navbar-r .user_login_re a.cart-head {
    background: #fff;
    color: #333;
    margin: 0;
    padding: 8px 15px;
    border: 1px solid #3333;
}
.text-material {
    border: none;
    border-bottom: 1px solid #f1f4f6;
    width: 100%;
    padding: 5px 7px;
    color: #143066;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}
.select-material {
    border: none;
    border-bottom: 1px solid #f1f4f6;
    width: 100%;
    padding: 5px 3px;
    color: #333;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}
header
    .logo-header
    .mid-right-main
    .navbar-r
    .user_login_re
    a.cart-head
    .ico-main
    i {
    font-size: 18px;
}

header
    .logo-header
    .mid-right-main
    .navbar-r
    .user_login_re
    a.cart-head
    .ico-main
    span {
    font-size: 16px;
}
header .marquee-section .latest-home span {
    width: 11%;
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(74deg, #009688 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    padding: 3px 11px;
    border-radius: 0px 4px 4px 0px;
}
header .marquee-section .latest-home marquee ul li:last-child {
    border: none;
}
.slider-section .slider-carou .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #33333373;
    opacity: 0.7;
}
.slider-section .slider-carou .slider-item {
    position: relative;
}

.hr-culture-section {
    padding-top: 3em;
    background: #3f51b5;
}
.hr-culture-section .culture-content h2 {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 3em;
    color: #fff;
}
.hr-culture-section .culture-content p {
    font-family: "Poppins";
    color: #fff;
}
.hr-culture-section .culture-content .learn-more:hover {
    background: #fff;
    color: #333;
}
.hr-culture-section .culture-content .learn-more {
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.top-talent-section {
    background: #fff;
    padding: 3em 0;
    text-align: center;
}

.top-talent-section .talent-content h2 {
    font-size: 2em;
    font-family: "Poppins";
    margin-bottom: 1em;
}
.top-talent-section .talent-content p {
    font-family: "Muli";
}
.top-talent-section .talent-content .talent-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-talent-section .talent-content .talent-btn ul li {
    display: inline-block;
    margin-right: 10px;
}

.top-talent-section .talent-content .talent-btn ul li a {
    padding: 5px 10px;
    display: inline-block;
}

.top-talent-section .talent-content .talent-btn ul li a:hover {
    text-decoration: none;
}
.top-talent-section .talent-content .talent-btn ul li a {
    border: 2px solid #333;
    font-family: "Poppins";
    border-radius: 4px;
}

.top-talent-section .talent-content .talent-btn ul li a.btnlight:hover {
    background: #333;
    color: #fff;
}
.top-talent-section .talent-content .talent-btn ul li a.btnlight {
    border: 2px solid #333;
    color: #333;
}

.top-talent-section .talent-content .talent-btn ul li:last-child {
    margin: 0;
}

.top-talent-section .talent-content .talent-btn ul li a.btndark:hover {
    background: #1ba721;
    border-color: #1ba721;
}
.top-talent-section .talent-content .talent-btn ul li a.btndark {
    background: #4caf50;
    border: 2px solid #4caf50;
    color: #fff;
}

.subscribe-section {
    padding: 2em 0;
    text-align: center;
}
.subscribe-section p {
    margin-bottom: 1em;
    font-family: "Muli";
    color: #888;
}
.subscribe-section h2 {
    font-family: "Poppins";
    font-size: 1.5em;
    margin: 0;
}
.subscribe-section img {
    height: 80px;
}
.subscribe-section .footer_subscribe_form {
    width: 80%;
    margin: 0 auto;
}

.download-app .download-app-inner {
    background: #3f51b5;
    border-radius: 35px;
}
.download-app .download-app-inner .mobile-app-content {
    padding: 0 1.5em;
}

.download-app .download-app-inner .mobile-app-screens {
    padding-top: 1.5em;
    padding-right: 1.5em;
}

.footer_area .footer_top {
    padding: 2em 0 0 0;
}
.footer_area .footer_top .f_widget .foo-logo {
    margin-bottom: 2em;
}
.footer_area .footer_top .f_widget .foo-p p {
    margin: 0;
    color: #888;
    font-size: 13px;
}

.footer_area .footer_top .f_widget .foo-p ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_area .footer_top .f_widget .foo-p ul li a {
    color: #888;
    font-size: 12px;
}

.footer_area .footer_top .f_widget .foo-p ul li {
    padding-right: 8px;
    border-right: 1px solid #8888;
    display: inline-block;
}

.footer_area .footer_top .f_widget .f_title {
    font-size: 17px;
    font-family: "Nunito";
    font-weight: 600;
    margin-bottom: 1em;
}
.footer_area .footer_top .f_widget ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_area .footer_top .f_widget ul li a {
    color: #777;
    font-size: 14px;
    display: inline-block;
}
.footer_area .footer_top .f_widget ul li a:hover {
    color: #888;
    text-decoration: none;
}
.footer_area .footer_top .f_widget .get-p p {
    color: #888;
}
.footer_area .footer_top .f_widget .social-foo ul li {
    display: inline-block;
}
.footer_area .footer_top .f_widget .social-foo ul li a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    margin-right: 15px;
}
.footer_area .footer_top .f_widget .social-foo ul li:last-child a {
    margin-right: 0;
}
.footer_area .footer_top .f_widget .social-foo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_area .footer_top .f_widget .foo-p ul li:last-child {
    border: none;
}
.footer_area .footer_bottom h2 {
    font-size: 17px;
    font-family: "Nunito";
    font-weight: 600;
    margin-bottom: 1em;
}
.footer_area .footer_bottom .awards-img li img {
    height: 50px;
}
.footer_area .footer_bottom .awards-img li:last-child {
    margin: 0;
}
.footer_area .footer_bottom .awards-img li {
    display: inline-block;
    margin-right: 10px;
}
.footer_area .footer_bottom .awards-img {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_area .footer_top_cat .top_cat_h h3 {
    font-size: 17px;
    font-family: "Nunito";
    font-weight: 600;
    color: #fff;
}

.footer_area .footer_top_cat .top_cat_h .cat_ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_area .footer_top_cat .top_cat_h .cat_ul li a {
    color: #86a1ae;
    font-size: 14px;
    display: inline-block;
}
.footer_area .footer_top_cat .top_cat_h .cat_ul li {
    margin-bottom: 4px;
}
.footer_area .footer_top_cat .top_d {
    background: #2e2e2e !important;
}
.footer_area .footer_top_cat .top_cat_h {
    background: #333;
    padding: 2em 0;
}
.footer_area .footer_top_cat .top_cat_h .cat_ul {
    padding: 0;
    list-style: none;
    margin: 0;
    column-count: 6;
}
.footer_area .footer_bottom .apps-img li:last-child {
    margin: 0;
}
.footer_area .footer_bottom .apps-img li a {
    color: #333;
    font-size: 19px;
}
.footer_area .footer_bottom .apps-img li {
    display: inline-block;
    margin-right: 10px;
}
.footer_area .footer_top_cat .top_f_contact {
    padding: 1em 0;
    background: #222;
}
.footer_area .footer_top_cat .top_f_contact .top_f_p a span i {
    padding-right: 5px;
}
.footer_area .footer_top_cat .top_f_contact .top_f_p a:hover {
    text-decoration: none;
}
.footer_area .footer_top_cat .top_f_contact .top_f_p a {
    color: #fff;
    font-family: "Muli";
}
.footer_area .footer_bottom .apps-img li img {
    height: 45px;
}
.footer_area .footer_bottom .apps-img {
    padding: 0;
    margin: 0;
    list-style: none;
}
.daily-updates {
    background: #f2f2f2;
    padding: 2em 0;
}

.daily-updates .daily-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 1px 1px 2px 1px #33333324;
}

.daily-updates .daily-box img {
    height: 51px;
}

.daily-updates .daily-box h3 {
    color: #3f51b5;
    margin: 3px 0;
    font-size: 20px;
    font-family: "Muli";
    font-weight: 700;
}

.daily-updates .daily-box p {
    margin: 0;
    font-family: "Nunito";
}
.popular-exams {
    background: #fff;
    padding: 2em 0;
}

.popular-exams .popular-heading {
    padding-bottom: 5px;
}
.popular-exams .popular-heading.popular-badge h4 {
    font-family: "nunito", sans-serif;
    font-weight: 600;
}
.popular-exams .popular-heading.popular-badge h4 i {
    color: red;
    font-size: 19px;
    vertical-align: middle;
}
.popular-exams .exam-box {
    background: #fff;
    padding: 10px;
    height: 100%;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 2px 5px 6px 2px #33333312;
}

.popular-exams .exam-box img {
    height: 48px;
}
.popular-exams .exam-box h3 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 10px;
    font-family: "Nunito";
    font-weight: 600;
}
.popular-exams .exam-box a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

/** Tab panel**/
.popular-exams .tab-panel-examhome nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.popular-exams .tab-panel-examhome nav .nav-tabs .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}
.popular-exams .tab-panel-examhome nav .nav-tabs {
    margin-bottom: 1em;
    border: none;
    flex-wrap: initial;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.popular-exams .tab-panel-examhome nav .nav-tabs .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.popular-exams .popular-heading.popular-badge h4 a {
    float: right;
    color: #143066;
    cursor: pointer;
    font-size: 15px;
    line-height: 33px;
}

/**News **/
.news-details {
    padding: 3em 0;
}
.news-details .news-main {
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
    background: #fff;
    margin-bottom: 2.5em;
}

.news-details .news-main .news-img img {
    border-radius: 10px;
}

.news-details .news-main .news-det h3 a:hover {
    text-decoration: none;
}
.news-details .news-main .news-det h3 a {
    color: #333;
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
    font-family: "Muli";
    font-weight: 700;
}

.news-details .news-main .news-det h3 {
    margin: 0;
}

.news-details .news-main .news-det {
    padding: 10px;
}
.news-details .news-main .news-det p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    text-align: justify;
    color: #5f5f5f;
}
.news-details .news-main .news-det .btn-news {
    text-align: right;
}

.news-details .news-main .news-det .btn-news a {
    display: block;
    color: #333;
}

.news-details .pagination {
    justify-content: center;
    margin: 1em 0 0 0;
}
.news-details .pagination li .page-link {
    color: #333;
}
.news-details .pagination li.active .page-link {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

/**Current Affair**/
.current-affair-page {
    padding: 3em 0;
}
.current-affair-page .ca-main {
    display: flex;
    background: #fff;
    margin-bottom: 1.5em;
    align-items: center;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
    border-radius: 6px;
}
.current-affair-page .ca-main .ca-det h3 a {
    color: #333;
    font-size: 19px;
    display: block;
    margin: 0 0 6px 0;
    font-family: "Muli";
    font-weight: 700;
}

.current-affair-page .ca-main .ca-det {
    padding: 13px;
}

.current-affair-page .ca-main p {
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
    color: #5f5f5f;
}

.current-affair-page .pagination {
    justify-content: center;
    margin: 1em 0 0 0;
}

.current-affair-page .pagination li .page-link {
    color: #333;
}
.current-affair-page .pagination li.active .page-link {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

/** News Details **/
.news-detail-page {
    padding: 3em 0;
}

.news-detail-page .news-d-img img {
    border-radius: 5px;
}
.news-detail-page .news-heading h1 {
    color: #333;
    display: block;
    margin: 0 0 10px 0;
    font-family: "Muli";
    font-weight: 700;
    font-size: 2em;
    text-align: justify;
}
.news-detail-page .news-heading h4 {
    font-size: 12px;
    float: right;
    display: block;
    margin-bottom: 1em;
    background: #ededed;
    color: #333;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: "Nunito";
    font-weight: 700;
}
.news-detail-page .news-content p {
    font-family: "Muli";
    text-align: justify;
}
.news-detail-page .news-content {
    margin: 1em 0;
}
.news-detail-page .related-news-de {
    background: #fff;
    box-shadow: 1px 3px 2px 1px rgb(58 58 58 / 27%);
    border-radius: 6px;
    margin-bottom: 2em;
}
.news-detail-page .related-news-de h2 {
    font-size: 19px;
    font-family: "Muli";
    background: #3f51b5;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px 6px 0px 0px;
}
.news-detail-page .related-news-de .news-s-main .news-img-s img {
    width: 370px;
}
.news-detail-page .related-news-de .news-s-main {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 1em;
}
.news-detail-page .related-news-de .news-s-main {
    display: flex;
    align-items: flex-start;
}
.news-detail-page .related-news-exams .rel-exams-ul li .exam-boxx p,
.affair-detail-page .related-affair-exams .rel-exams-ul li .exam-boxx p {
    color: #646464;
    font-size: 11px;
    margin-bottom: 3px;
}
.news-detail-page .related-news-exams .rel-exams-ul li .exam-boxx h3,
.affair-detail-page .related-affair-exams .rel-exams-ul li .exam-boxx h3 {
    font-size: 17px;
}
.news-detail-page .related-news-exams .rel-exams-ul li .exam-boxx,
.affair-detail-page .related-affair-exams .rel-exams-ul li .exam-boxx {
    padding: 10px;
}
.news-detail-page .related-news-exams .rel-exams-ul,
.affair-detail-page .related-affair-exams .rel-exams-ul {
    background: #fff;
}
.news-detail-page .related-news-exams .rel-exams-ul ul,
.affair-detail-page .related-affair-exams .rel-exams-ul ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.news-detail-page .related-news-de .news-s-main .news-det-s h3 a {
    color: #333;
    font-size: 15px;
    display: block;
    font-family: "Muli";
    font-weight: 700;
}
.news-detail-page .related-news-de .news-s-main .news-det-s {
    padding: 0 10px;
}
.news-detail-page .related-news-exams .rel-exams-ul li .exam-boxx h3 .ex-date,
.affair-detail-page
    .related-affair-exams
    .rel-exams-ul
    li
    .exam-boxx
    h3
    .ex-date {
    font-size: 11px;
    float: right;
    font-family: "Poppins";
    font-weight: 500;
    color: #2a2a2a;
}
.news-detail-page .related-news-exams .rel-exams-ul li .exam-boxx a,
.affair-detail-page .related-affair-exams .rel-exams-ul li .exam-boxx a {
    color: #333;
    font-size: 14px;
    display: block;
    text-align: right;
}
.news-detail-page .related-news-de .news-s-main .news-det-s h3 {
    margin: 0 0 7px 0;
}
.news-detail-page .related-news-de .news-s-main:last-child {
    border: none;
}
.news-detail-page .related-news-de .news-s-main {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #3333;
}
.news-detail-page .related-news-de .news-s-main .news-det-s p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    text-align: justify;
    color: #5f5f5f;
}

/** Current Affair Details **/
.affair-detail-page {
    padding: 3em 0;
}

.affair-detail-page .affair-d-img img {
    border-radius: 5px;
}
.affair-detail-page .affair-heading h1 {
    color: #333;
    display: block;
    margin: 0 0 10px 0;
    font-family: "Muli";
    font-weight: 700;
    font-size: 2em;
    text-align: justify;
}
.affair-detail-page .affair-heading h4 {
    font-size: 12px;
    float: right;
    display: block;
    margin-bottom: 1em;
    background: #ededed;
    color: #333;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: "Nunito";
    font-weight: 700;
}
.affair-detail-page .affair-content p {
    font-family: "Muli";
    text-align: justify;
}
.affair-detail-page .affair-content {
    margin: 1em 0;
}
.affair-detail-page .related-affair-de {
    background: #fff;
    box-shadow: 1px 3px 2px 1px rgb(58 58 58 / 27%);
    border-radius: 6px;
}
.affair-detail-page .related-affair-de h2 {
    font-size: 19px;
    font-family: "Muli";
    background: #3f51b5;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px 6px 0px 0px;
}
.affair-detail-page .related-affair-de .affair-s-main .affair-img-s img {
    width: 370px;
}
.affair-detail-page .related-affair-de .affair-s-main {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 1em;
}
.affair-detail-page .related-affair-de .affair-s-main {
    display: flex;
    align-items: flex-start;
}
.affair-detail-page .related-affair-de .affair-s-main .affair-det-s h3 a {
    color: #333;
    font-size: 15px;
    display: block;
    font-family: "Muli";
    font-weight: 700;
}
.affair-detail-page .related-affair-de .affair-s-main .affair-det-s {
    padding: 0 10px;
}
.affair-detail-page .related-affair-de .affair-s-main .affair-det-s h3 {
    margin: 0 0 7px 0;
}
.affair-detail-page .related-affair-de .affair-s-main:last-child {
    border: none;
}
.affair-detail-page .related-affair-de .affair-s-main {
    border-bottom: 1px solid #3333;
}
.affair-detail-page .related-news-de .affair-s-main .affair-det-s p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    text-align: justify;
    color: #5f5f5f;
}

header .middle-header .navbar .mid-nav .navbar-l li.megamenu-li {
    position: static;
}
header .middle-header .navbar .mid-nav .navbar-l li.megamenu-li .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-sub
    ul {
    padding: 0 8px;
    list-style: none;
    margin: 0;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-sub
    ul
    .cat-title {
    margin-bottom: 1em;
    margin-top: 3px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #3333;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-sub
    ul
    li {
    margin-bottom: 3px;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-sub
    ul
    li
    a {
    padding: 0;
    font-size: 13px;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-sub.odd {
    background: #f9f9f9;
}

/**Tabs**/
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .nav-tabs
    li {
    display: block;
    width: 100%;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .nav-tabs {
    background: #f4f4f4;
    padding: 10px 0;
    max-height: 300px;
    overflow-x: auto;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .nav-tabs
    li
    a {
    padding: 4px 10px;
    font-size: 12px;
    border-right: none;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .tab-content
    .mega-in-sub
    ul
    .cat-title {
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-content
    p {
    font-size: 15px;
    text-align: justify;
    color: #6e6e6e;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-content
    .btn-con
    a {
    display: inline-block;
    background: #3f51b5;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 3px;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .mega-in-content
    h3 {
    font-size: 22px;
    font-weight: 600;
    color: #673ab7;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .tab-content
    .mega-in-sub
    ul
    li
    .dropdown-item:hover,
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .tab-content
    .mega-in-sub
    ul
    li
    .dropdown-item:active {
    outline: none;
    background: #f4f4f4;
    color: #333;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .tab-content
    .mega-in-sub
    ul
    li
    .dropdown-item {
    padding: 2px 0;
    white-space: inherit;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .tab-content
    .mega-in-sub
    ul {
    column-count: 3;
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .tab-content {
    padding: 15px;
}
.affair-detail-page .affair-heading .affair-short {
    color: #747474;
    text-align: justify;
}
.news-detail-page .news-heading .news-short {
    color: #747474;
    text-align: justify;
}
.news-detail-page .related-news-cats,
.affair-detail-page .related-affair-cats {
    background: #fff;
    box-shadow: 1px 3px 2px 1px rgb(58 58 58 / 27%);
    border-radius: 6px;
    margin-bottom: 2em;
}
.news-detail-page .related-news-cats h2,
.affair-detail-page .related-affair-cats h2 {
    font-size: 19px;
    font-family: "Muli";
    background: #3f51b5;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px 6px 0px 0px;
}
.news-detail-page .related-news-cats .rel-cat-ul ul li .exam-box,
.affair-detail-page .related-affair-cats .rel-cat-ul ul li .exam-box {
    background: #fff;
    padding: 6px 10px;
    margin-bottom: 1em;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 2px 5px 6px 2px #33333312;
}
.news-detail-page .related-news-cats .rel-cat-ul ul li .exam-box a,
.affair-detail-page .related-affair-cats .rel-cat-ul ul li .exam-box a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.news-detail-page .related-news-cats .rel-cat-ul ul li .exam-box img,
.affair-detail-page .related-affair-cats .rel-cat-ul ul li .exam-box img {
    height: 48px;
}
.news-detail-page .related-news-cats .rel-cat-ul ul li .exam-box h3,
.affair-detail-page .related-affair-cats .rel-cat-ul ul li .exam-box h3 {
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
    font-family: "Nunito";
    font-weight: 600;
}
.news-detail-page .related-news-cats .rel-cat-ul ul,
.affair-detail-page .related-affair-cats .rel-cat-ul ul {
    padding: 0;
    list-style: none;
    margin: 10px;
    column-count: 2;
}
.news-detail-page .related-news-cats .rel-cat-ul ul li,
.affair-detail-page .related-affair-cats .rel-cat-ul ul li {
    display: block;
}
.news-detail-page .related-news-cats h2 a,
.affair-detail-page .related-affair-cats h2 a {
    font-size: 14px;
    color: #fff;
    float: right;
    display: inline-block;
    line-height: 22px;
}

/** **/
.news-detail-page .related-news-exams h2,
.affair-detail-page .related-affair-exams h2 {
    font-size: 19px;
    font-family: "Muli";
    background: #3f51b5;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
    border-radius: 6px 6px 0px 0px;
}

.news-detail-page .related-news-exams h2 a,
.affair-detail-page .related-affair-exams h2 a {
    font-size: 14px;
    color: #fff;
    float: right;
    margin: 0;
    display: inline-block;
    line-height: 22px;
}

.news-detail-page .related-news-exams .rel-exams-ul li .exam-boxx h3 a,
.affair-detail-page .related-affair-exams .rel-exams-ul li .exam-boxx h3 a {
    text-align: left;
    display: inline-block;
    font-size: 15px;
}
.news-detail-page .related-news-exams .rel-exams-ul ul li,
.affair-detail-page .related-affair-exams .rel-exams-ul ul li {
    border-bottom: 1px solid #3333;
}
.news-detail-page .related-news-exams .rel-exams-ul ul li:last-child,
.affair-detail-page .related-affair-exams .rel-exams-ul ul li:last-child {
    border-bottom: none;
}

/** Upcoming Exams **/
.upcoming-exams-page {
    background: #fff;
    padding: 2em 0;
}

.upcoming-exams-page .tab-panel-examhome nav .nav-tabs {
    margin-bottom: 1em;
    border: none;
    flex-wrap: initial;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.upcoming-exams-page .tab-panel-examhome nav .nav-tabs .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.upcoming-exams-page .tab-panel-examhome nav .nav-tabs .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}
.upcoming-exams-page
    .tab-panel-examhome
    .div-table-upcoming
    .table
    thead
    tr
    th {
    background: #f4f4f4;
    font-family: "Nunito";
    padding: 8px;
}
.upcoming-exams-page
    .tab-panel-examhome
    .div-table-upcoming
    .table
    tbody
    tr
    td {
    font-family: "Nunito";
    padding: 8px;
}
.upcoming-exams-page
    .tab-panel-examhome
    .div-table-upcoming
    .filtering-subcat
    .label-control {
    font-family: "Muli";
    margin-bottom: 3px;
    font-weight: 600;
}
.upcoming-exams-page
    .tab-panel-examhome
    .div-table-upcoming
    .table
    tbody
    tr
    td
    .upcom-link {
    font-weight: 600;
    color: #004bd3;
}
.upcoming-exams-page
    .tab-panel-examhome
    .div-table-upcoming
    .filtering-subcat
    .form-control:focus {
    box-shadow: none;
}
.upcoming-exams-page
    .tab-panel-examhome
    .div-table-upcoming
    .filtering-subcat
    .form-control {
    font-family: "Muli";
    font-weight: 600;
    border-radius: 0;
}

/** Exam Category Page **/
.exam-category-page {
    background: #fff;
    padding: 2em 0;
}

.exam-category-page .category-left-exams .nav-pills .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}
.exam-category-page .category-left-exams .nav-pills .nav-link.active {
    background: #3f51b5;
    color: #fff;
}

.exam-category-page .exam-box {
    background: #fff;
    padding: 10px;
    margin-bottom: 1em;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 2px 5px 6px 2px #33333312;
    position: relative;
}
.exam-category-page .exam-box a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.exam-category-page .exam-box .badge {
    position: absolute;
    right: 6px;
    top: -9px;
    font-weight: 500;
}
.exam-category-page .exam-box img {
    height: 48px;
    height: 48px;
}
.exam-category-page .exam-box h3 {
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
    font-family: "Nunito";
    font-weight: 600;
    text-align: left;
}
.exam-category-page .category-left-exams .nav-pills .nav-link span {
    vertical-align: middle;
    padding-left: 5px;
}
.exam-category-page .category-left-exams .nav-pills .nav-link img {
    height: 32px;
    border-radius: 50%;
}
.exam-category-page .category-left-exams {
    max-height: 400px;
    overflow-x: auto;
}
.exam-category-page .category-left-exams::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.exam-category-page .category-left-exams::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.exam-category-page .category-left-exams::-webkit-scrollbar-thumb {
    background-color: #000000;
}
/** Exam Sub Category **/
.exam-subcategory-bycats {
    padding: 2em 0;
    background: #fff;
}
.exam-subcategory-bycats .category-left-exams .nav-pills .nav-link {
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 3px;
}
.exam-subcategory-bycats .category-left-exams .nav-pills .nav-link.active {
    color: #333;
    background: #e9e9e9;
}
.exam-subcategory-bycats .category-left-exams .nav-pills .nav-link img {
    height: 43px;
    width: 43px;
}
.exam-subcategory-bycats .category-left-exams .cat-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    font-family: "Muli";
}
.exam-subcategory-bycats .category-left-exams .nav-pills .nav-link span {
    padding-left: 7px;
    font-family: "Muli";
    font-size: 13px;
}
.actions {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

.actions li {
    display: inline-block;
    margin-right: 2px !important;
}
.table-modal-tabs tbody tr th {
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
}
.table-modal-tabs tbody tr td {
    padding: 6px;
    font-size: 12px;
    font-weight: 400;
}
.actions li a {
    font-size: 11px !important;
    border-radius: 50%;
    display: inline-block;
    padding: 0px !important;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border: none;
    background: rgb(35 149 40) !important;
    text-align: center !important;
    color: #fff !important;
}
.exam-subcategory-bycats .category-left-exams .nav-pills .nav-link:hover {
    background: #f4f4f4;
}
.exam-subcategory-bycats .category-left-exams .cat-max-300 {
    max-height: 300px;
    overflow-x: auto;
}
.exam-subcategory-bycats
    .category-left-exams
    .cat-max-300::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.exam-subcategory-bycats .category-left-exams .cat-max-300::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.exam-subcategory-bycats
    .category-left-exams
    .cat-max-300::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7a7a7ac7;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_ul {
    padding: 0;
    list-style: none;
    margin: 0;
    column-count: 5;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_ul li {
    margin-bottom: 3px;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_box_c {
    margin-bottom: 10px;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_h {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.3em;
    font-family: "Muli";
    border-bottom: 1px solid #3333;
    padding-bottom: 8px;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_ul li a {
    color: #4f4f4f;
    font-size: 14px;
    display: inline-block;
}
.exam-subcategory-page {
    padding: 2em 0;
    background: #fff;
}
.exam-subcategory-why {
    padding: 2em 0;
    background: #fff;
}
.exam-subcategory-why .popular-heading {
    padding-bottom: 5px;
}
.exam-subcategory-why .popular-heading.popular-badge h4 {
    font-family: "nunito", sans-serif;
}
.exam-subcategory-why .popular-heading.popular-badge h4 i {
    color: red;
    font-size: 19px;
    vertical-align: middle;
}
.exam-subcategory-why .subcat-testseri-box {
    padding: 30px;
    height: calc(100% - 30px);
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #3333;
}
.exam-subcategory-why .subcat-testseri-box img {
    height: 90px;
    margin-bottom: 10px;
}
.exam-subcategory-why .subcat-testseri-box h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.exam-subcategory-why .subcat-testseri-box p {
    margin: 0;
    font-size: 13px;
    color: #646f79;
}

.exam-subcategory-reviews {
    padding: 2em 0;
    background: #f6f6f6;
}

.exam-subcategory-reviews .popular-heading {
    padding-bottom: 5px;
}
.exam-subcategory-reviews .popular-heading.popular-badge h4 {
    font-family: "nunito", sans-serif;
}
.exam-subcategory-reviews .popular-heading.popular-badge h4 i {
    color: red;
    font-size: 19px;
    vertical-align: middle;
}
.exam-subcategory-reviews
    .owl-review-subcat
    .subcat-review-box
    .box
    .description {
    font-size: 15px;
    margin-bottom: 0;
}
.exam-subcategory-reviews .owl-review-subcat .subcat-review-box .box:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}
.exam-subcategory-reviews .owl-review-subcat .subcat-review-box .author {
    margin-top: 28px;
    padding-left: 25px;
}
.exam-subcategory-reviews .owl-review-subcat .subcat-review-box .author img {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}
.exam-subcategory-reviews .owl-review-subcat .subcat-review-box .author .name {
    margin-bottom: 2px;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
}
.exam-subcategory-reviews .owl-review-subcat .subcat-review-box .author .title {
    font-size: 13px;
    color: #596064;
}
.exam-subcategory-reviews .owl-review-subcat .subcat-review-box .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}
.carousel-arrow .owl-nav {
    width: 100%;
    text-align: center;
}
.carousel-arrow .owl-nav button {
    border-radius: 50%;
    background: #fff !important;
    height: 35px;
    color: #828282 !important;
    width: 35px;
    border: 1px solid #9b9b9b !important;
}
.carousel-arrow .owl-nav button i {
    font-size: 17px;
    line-height: 35px;
}
.carousel-arrow .owl-nav button:hover {
    background: #f4f4f4 !important;
    color: #333 !important;
}
.carousel-arrow .owl-nav button:hover,
.carousel-arrow .owl-nav button:focus {
    outline: none;
}
.carousel-arrow .owl-nav button:first-child {
    margin-right: 10px;
}

/** Detail Test Series **/
.testseries-detail-upcoming {
    padding: 2em 0;
    background: #f6f6f6;
}
.testseries-detail-upcoming .unusual-heading {
    padding-bottom: 5px;
}
.testseries-detail-upcoming .unusual-heading h4 {
    font-family: "nunito", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 19px;
}
.testseries-detail-upcoming .unusual-heading h4 a i {
    color: #2196f3;
}
.testseries-detail-upcoming .unusual-heading h4 a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    float: right;
    color: #2196f3;
}

.testseries-detail-upcoming .exam-box {
    background: #fff;
    padding: 10px;
    margin-bottom: 1em;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 2px 5px 6px 2px #33333312;
}
.testseries-detail-upcoming .exam-box img {
    height: 48px;
}
.testseries-detail-upcoming .exam-box:hover {
    border: 1px solid #3f51b5;
}
.testseries-detail-upcoming .exam-box h3 {
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
    font-family: "Nunito";
    font-weight: 600;
}
.testseries-detail-upcoming .exam-box a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.popular-test-series .test-pop-carous .test-ui-card .card-testpap-ul ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: "Muli";
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-testpap-ul
    ul
    li
    span:last-child {
    float: right;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-testpap-ul
    ul
    li
    span:first-child {
    text-align: left;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-btn.btn-outline-test
    button:hover {
    background: #3f51b5;
    color: #fff;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-btn.btn-outline-test
    button {
    border: 1px solid #3f51b5;
    color: #3f51b5;
    width: 100%;
    background: #fff;
    font-size: 15px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-testpap-ul ul {
    padding: 10px;
    margin: 0;
    list-style: none;
}
.testseries-detail-upcoming .unusual-heading p {
    margin: 0;
    font-size: 13px;
    color: #333;
    font-family: "Muli";
}
.padding-20 {
    padding: 10px 0 !important;
}

.mockuptestseries-sec {
    background: #ebf6f4;
}
s-sec .mock-uptest-left ul li {
    margin-bottom: 4px;
}
.mockuptestseries-sec .mock-uptest-left ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin: 0;
    font-family: "Roboto";
}
.mockuptestseries-sec .mock-uptest-left p {
    text-align: justify;
    font-family: "Roboto";
}
.mockuptestseries-sec .mock-uptest-left h2 {
    font-family: "Poppins";
    font-size: 1.7em;
}
.mockuptestseries-sec .mock-uptest-left ul li i {
    margin-right: 3px;
    color: #4caf50;
}
.mockuptestseries-sec .mock-uptest-left .subj-h {
    font-size: 16px;
    text-decoration: underline;
}
.mockuptestseries-sec .mock-uptest-left .subjectlist li {
    margin-bottom: 4px;
}
.mockuptestseries-sec .mock-uptest-left .subjectlist {
    column-count: 2;
}
.popular-test-series .tab-panel-pop nav .nav-tabs {
    margin-bottom: 1em;
    border: none;
    flex-wrap: initial;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.bg-silver {
    background-color: #f4f4f4 !important;
}
.popular-test-series .test-pop-carous .test-ui-card {
    position: relative;
}
.popular-test-series .test-pop-carous .test-ui-card .new-added {
    padding: 3px 7px;
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 10px;
    background: #14bc1b;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}
.popular-test-series .test-pop-carous .test-ui-card .trending-tag {
    padding: 3px 7px;
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 10px;
    background: rgb(221, 3, 3);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}
.popular-test-series .test-pop-carous .test-ui-card.bor-1 {
    border: 1px solid #3333;
}
.popular-test-series .tab-panel-pop nav .nav-tabs .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}

.mockuptestseries-sec .test-pop-carous .test-ui-singlepap .card-test-h h4 {
    font-size: 1.2em;
    font-family: "Muli";
    font-weight: 600;
    margin-bottom: 10px;
}
.popular-test-series .tab-panel-pop nav .nav-tabs .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.popular-test-series .tab-panel-pop nav .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.testseries-hot-deals {
    padding: 3em 0;
    background: #fff;
}

.testseries-hot-deals .leftside-deals .leftside-innerdea {
    display: flex;
}

.testseries-hot-deals .leftside-deals .leftside-innerdea img {
    height: 120px;
}

.testseries-hot-deals .leftside-deals .leftside-innerdea img {
}

.testseries-hot-deals .leftside-deals .leftside-innerdea .deal-content-ls {
    margin-left: 1em;
}
.testseries-hot-deals
    .leftside-deals
    .leftside-innerdea
    .deal-content-ls
    ul
    li {
    color: #898989;
    font-family: "Nunito";
}
.testseries-hot-deals .leftside-deals .leftside-innerdea .deal-content-ls h2 {
    font: normal 800 2em / normal "Muli";
}
.testseries-hot-deals .leftside-deals .leftside-innerdea .deal-content-ls ul {
    padding: 0 0 0 16px;
    list-style: disc;
    margin: 0;
}
.testseries-hot-deals .rightside-deals {
    border-radius: 8px;
    box-shadow: 1px 0px 3px 1px #3333333d;
    padding: 10px;
}

.testseries-hot-deals .rightside-deals .deal-top-ban {
    display: flex;
    align-items: center;
}

.testseries-hot-deals .rightside-deals .deal-top-ban .img-logo-deal img {
    height: 42px;
}

.testseries-hot-deals .rightside-deals .deal-top-ban .deal-content-rs {
    margin-left: 10px;
    width: 100%;
}
.about-test-series {
    background: #fff;
    padding: 3em 0;
}

.about-test-series .about-testseries-con h3 {
    font-family: "Poppins";
}
.about-test-series .about-testseries-con p {
    text-align: justify;
    font-size: 15px;
    font-family: "Muli";
    color: #494949;
}
.testseries-hot-deals .rightside-deals .deal-top-ban .deal-content-rs h3 {
    font-size: 16px;
    margin-bottom: 1px;
}

.testseries-hot-deals .rightside-deals .deal-top-ban .deal-content-rs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-test-series .about-testseries-con ul {
    padding: 0 0 0 17px;
    color: #494949;
    font-family: "Muli";
}
.testseries-hot-deals .rightside-deals .deal-top-ban .deal-content-rs ul li {
    display: inline-block;
    font-size: 12px;
    color: #7a7a7a;
    margin-right: 10px;
}
.testseries-hot-deals .rightside-deals .deal-bottom-ban {
    margin-top: 2em;
}

.testseries-hot-deals .rightside-deals .deal-bottom-ban .deal-countdown > span {
    display: block;
    color: red;
    margin-bottom: 6px;
}

.testseries-hot-deals .rightside-deals .deal-bottom-ban .deal-countdown ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.testseries-hot-deals .rightside-deals .deal-bottom-ban .deal-countdown ul li {
    display: inline-block;
    width: 28%;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 1px #3333332e;
}

.testseries-hot-deals
    .rightside-deals
    .deal-bottom-ban
    .deal-countdown
    ul
    li
    span {
    display: block;
    font-family: "Nunito";
    text-align: center;
}

.testseries-hot-deals
    .rightside-deals
    .deal-bottom-ban
    .deal-countdown
    ul
    li
    span:first-child {
    font-size: 2em;
    font-weight: 600;
}

.testseries-hot-deals
    .rightside-deals
    .deal-bottom-ban
    .deal-countdown
    ul
    li
    span:last-child {
    font-size: 11px;
    margin-bottom: 3px;
}
.testseries-hot-deals .rightside-deals .deal-bottom-ban .deal-count-r a:hover {
    background: #333;
    text-decoration: none;
}
.testseries-hot-deals .rightside-deals .deal-bottom-ban .deal-count-r a {
    display: block;
    width: 100%;
    background: #3f51b5;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.testseries-hot-deals .rightside-deals .deal-bottom-ban .deal-count-r span {
    color: #f10;
    font-family: "Nunito";
    font-size: 14px;
}

.testseries-con-img {
    padding: 3em 0;
    background: #fff;
}
.testseries-con-img .testseries-con h2 {
    font: normal 600 2em / normal "Poppins";
}
.testseries-con-img .testseries-con h3 {
    font-size: 17px;
    background: #2842d7;
    color: #fff;
    padding: 5px 11px;
    border-radius: 2px;
    display: inline-block;
}
.testseries-con-img .testseries-con p {
    text-align: justify;
    font-family: "Roboto";
    font-size: 16px;
    margin-bottom: 1.5em;
}
.testseries-detail-upcoming table thead tr th {
    background: #e7e7e7;
    font-family: "Nunito";
    font-weight: 600;
    padding: 7px;
    border: 1px solid #3333;
}
.testseries-detail-upcoming table tbody tr td {
    background: #fff;
    font-family: "Nunito";
    padding: 7px;
    border: 1px solid #3333;
}

/** Right Nav**/
nav#slide-menu {
    position: fixed;
    top: 0;
    z-index: 999999999;
    right: -300px;
    bottom: 0;
    display: block;
    float: left;
    background: #fff;
    width: 100%;
    max-width: 300px;
    height: 100%;
    overflow-y: auto;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.class-det-slide .slide-body {
    padding: 10px;
}
.class-det-slide .slide-body .slide-class-det h2 {
    font-size: 17px;
    font-family: "Poppins";
}

.class-det-slide .slide-body .slide-class-det p {
    font-size: 13px;
    text-align: justify;
    color: #888;
}
.class-det-slide .slide-body .slide-class-det .subj-list {
    padding: 0;
    list-style: none;
    margin: 0;
    column-count: 2;
}
.class-det-slide .slide-body .slide-class-det .slide-vid {
    margin-top: 1.5em;
}
.class-det-slide .slide-body .slide-class-det .subj-list li i {
    margin-right: 3px;
    color: #4caf50;
}
nav#slide-menu > ul {
    display: block;
    padding: 0;
    list-style: none;
    opacity: 0.5;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
nav#slide-menu > ul.inner-user-sidebar li {
    border: none;
}
nav#slide-menu > ul.inner-user-sidebar li:hover {
    border: none;
}
nav#slide-menu > ul li:not(:last-child) {
    border-bottom: 1px solid #33333314;
}
nav#slide-menu > ul li {
    color: #000;
    cursor: pointer;
}
nav#slide-menu > ul li.no-border .sm-head {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    margin: 0;
    color: #6f7284;
}
nav#slide-menu > ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
nav#slide-menu > ul li a div span {
    padding-left: 3px;
    font-size: 15px;
    font-family: "Nunito";
}

nav#slide-menu > ul li a div img {
    height: 50px;
}
nav#slide-menu > ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}
nav#slide-menu > ul li button {
    padding: 0;
    color: #000;
}
nav#slide-menu > ul li button:hover {
    text-decoration: none;
    color: #f39200;
}
nav#slide-menu > ul li a:hover {
    background: #f4f4f4;
}
body.menu-active nav#slide-menu .side-men-head {
    padding: 10px;
    border-bottom: 1px solid #3333;
}

body.menu-active nav#slide-menu .side-men-head .btn-close {
    background: transparent;
    border: none;
    font-size: 17px;
}

body.menu-active nav#slide-menu .side-men-head span {
    font-family: "Muli";
    font-weight: bolder;
}
nav#slide-menu > ul li.sep {
    margin-top: 7px;
    padding-top: 14px;
    border-top: 1px solid #6b7b8d;
}

body.menu-active nav#slide-menu {
    right: 0;
    box-shadow: 1px 1px 6px 1px #3333;
}
body.menu-active nav#slide-menu ul {
    right: 0;
    opacity: 1;
}
body.menu-active::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1111;
    display: block;
    background: #333333b8;
    width: 100%;
    height: 100%;
}
body.menu-active {
    position: relative;
}
.courses-slides .popular-heading {
    padding-bottom: 5px;
}
.courses-slides .popular-heading h4 a {
    float: right;
    color: #143066;
    cursor: pointer;
    font-size: 15px;
    line-height: 33px;
}
.courses-slides .popular-heading h4 {
    font-family: "nunito", sans-serif;
    font-weight: 600;
}

/** Cart Item**/
.cart-section {
    padding: 3em 0;
}
.cart-left .item-title {
    font-size: 1.1em;
    font-family: "Lato", sans-serif;
}
.cart-left .cart-list-all {
    margin-bottom: 1em;
}
.cart-checkout .btn-checkout:hover {
    background: #02766c;
}
.cart-checkout .btn-checkout {
    background: #009688;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    font-weight: 500;
}
.cart-left .cart-list-all .cart-list {
    border-bottom: 1px solid #bdbfce;
}
.cart-left .cart-list {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 2px;
    padding: 1em;
}
.cart-left .cart-list .cart-name {
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Montserrat";
}

.cart-left .cart-list .cart-size {
    color: #6f7284;
    font-weight: 600;
    font-size: 0.9em;
}
.text-right {
    text-align: right !important;
}

.cart-left .cart-list .cart-price i {
    font-size: 80%;
    padding-right: 2px;
}
.cart-left .cart-list .cart-price {
    font-size: 1.2em;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat";
}
.remove-item {
    margin-top: 10px;
}
.cart-left .cart-list .cart-mrp,
.cart-left .cart-list .cart-actual,
.cart-left .cart-list .cart-dis {
    color: #6f7284;
    font-weight: 600;
    font-size: 0.9em;
}
.cart-left .cart-list .cart-actual i {
    padding-right: 2px;
}
.cart-left .cart-list .cart-dis {
    color: green;
}
.cart-left .cart-list .cart-des ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.cart-left .cart-list .cart-des ul li {
    display: block;
    font-size: 12px;
    color: #6c6c6c;
}

.cart-left .cart-list .cart-des ul li span {
    font-weight: 600;
    color: #333;
}
.cart-left .cart-list-all .cart-list .cart-relates .cart-img {
    padding-right: 1em;
}
.cart-left .cart-list .cart-name .badge {
    font-weight: 500;
    padding: 5px 8px;
    font-size: 10px;
    margin-left: 10px;
}
.cart-left .cart-list-all .cart-list .cart-relates .cart-img img {
    height: 95px;
    width: 95px;
}
.cart-left .cart-list-all .cart-list .cart-relates {
    display: flex;
    align-items: center;
}
.cart-left .cart-list .cart-actual {
    text-decoration: line-through;
}

.cart-left .cart-list .remove-item a {
    color: #6f7284;
}
.cart-summary-pack {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 2px;
    padding: 1em;
}
.cart-summary-pack .cart-sum ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.cart-summary-pack .cart-sum ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #3333;
}
.cart-summary-pack .cart-sum ul li .li-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-summary-pack .cart-sum ul li .li-cart .cart-info h2 {
    font-size: 18px;
    margin: 0;
    font-family: "Lato";
}

.cart-summary-pack .cart-sum ul li .li-cart .cart-info p {
    margin: 0;
    font-size: 11px;
    color: #595959;
}
.cart-summary-pack .cart-sum ul li .li-cart .cart-price {
    font-family: "Lato";
    white-space: nowrap;
}
.cart-summary-pack .cart-sum ul li .li-cart .cart-price i {
    font-size: 90%;
    padding-right: 3px;
}
.cart-summary-pack .cart-sum ul li:last-child {
    display: block;
    padding: 10px 0 0 0;
    border-bottom: none;
}
.cart-summary-pack .cart-sum ul li .total-price span {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    font-family: "Lato";
}
.cart-summary-pack .cart-sum ul li .total-price span i {
    padding-left: 10px;
    font-size: 90%;
    padding-right: 3px;
}

/** payment section**/
.payment-section {
    padding: 3em 0;
}
.form-section {
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: 600;
    display: block;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
}
.card-block,
.card-footer,
.card-header {
    padding: 1em;
}
.paymentmethods-pay label:first-child {
    padding-left: 0;
}
.paymentmethods-pay label {
    padding: 2px 9px;
    font-family: "Inter";
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 600;
}
.paymethod-div ul {
    padding: 0;
    list-style: none;
    column-count: 3;
    margin: 0;
}

.paymethod-div ul li label {
    background: #fff;
    border: 2px solid #95959573;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between;
    border-radius: 4px;
}
.paymethod-div ul li label .py-inp input {
    margin-right: 7px;
    height: 17px;
    width: 17px;
}
.paymethod-div ul li label .py-inp span {
    font-size: 16px;
    font-family: "Poppins";
    vertical-align: text-bottom;
}
.paymethod-div ul li label .py-logo img {
    height: 20px;
}
.paymentnow-pay {
    background: #30c076;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    border: none;
    font-family: "Inter";
    font-size: 15px;
}
.form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

/** Invoice **/
.invoice-section .logo-invoice {
    height: 25px;
    max-width: 100%;
}
.invoice-section .invoice-container {
    font-family: "Poppins";
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.invoice-section .invoice-container i {
    font-size: 80%;
    padding-right: 2px;
}

@media (max-width: 767px) {
    .invoice-section .invoice-container {
        padding: 35px 20px 70px 20px;
        margin-top: 0px;
        border: none;
        border-radius: 0px;
    }
}

.invoice-section .applied-cou {
    display: block;
    font-size: 10px;
}
.invoice-section .text-bold {
    font-weight: 600;
}
.invoice-section .inv-ord {
    padding: 0;
    margin: 0;
    list-style: none;
}

.course-tabs .course-card {
    margin: 10px;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    box-shadow: -1px 1px 4px 0 rgb(117 138 172 / 12%);
    padding: 10px;
}
.course-tabs .course-card .course-img img {
    max-width: 100%;
    height: 52px;
    width: auto;
    margin: 0 auto;
}
.course-tabs .course-card .course-con h3 {
    display: block;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.course-tabs .course-card .course-con h3 a {
    color: #000;
    font-size: 15px;
    font-family: "Nunito";
    font-weight: 700;
}
.course-tabs {
    padding: 2em 0;
    background: #f6f8f9;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_ul_c li {
    color: #4f4f4f;
    font-size: 13px;
    display: block;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_ul_c {
    padding: 0;
    list-style: none;
    margin: 0;
}
.exam-subcategory-bycats
    .category-right-exams
    .tab-content
    .cat_ul_c
    li
    a:hover {
    text-decoration: none;
}
.tble-single tbody tr td .add-to {
    border: none;
    background: #27932c;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.tble-single tbody tr td .remove-to {
    border: none;
    background: red;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.tble-single tbody tr td .badge {
    font-weight: 400;
}
.tble-single thead tr th {
    background: #333;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito";
}
.tble-single tfoot tr td {
    text-align: center;
    font-size: 16px;
}
.tble-single tfoot tr td a {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.tble-single thead tr th {
    background: #333;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito";
}
.tble-single thead tr th,
.tble-single tbody tr td,
.tble-single tfoot tr td {
    padding: 4px 7px;
    font-size: 15px;
}
.tble-single {
    background: #fff;
}

.mockuptestseries-sec .test-pop-carous .filtering-singlepap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
    align-items: center;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-2btn
    button:last-child {
    background: crimson;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-2btn {
    text-align: center;
    padding-bottom: 10px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-2btn button {
    background: #009688;
    color: #fff;
    border: none;
    padding: 3px 11px;
    border-radius: 3px;
    font-size: 14px;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-2btn
    button:last-child {
    background: #3f51b5;
    color: #fff;
}
.popular-test-series .test-pop-carous .test-ui-white {
    margin: 0;
    background: #fff;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-2btn {
    text-align: center;
    padding-bottom: 10px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-2btn button {
    border: 2px solid #3f51b5;
    color: #3f51b5;
    /* border: none; */
    padding: 3px 11px;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
}
.mockuptestseries-sec .test-pop-carous .filtering-singlepap .filter-label {
    font-family: "Muli";
    font-weight: 600;
    margin-right: 10px;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-price {
    padding: 10px;
    text-align: center;
}

.popular-test-series .test-pop-carous .test-ui-card .card-test-price span {
    font-size: 1.1rem;
    font-family: "Poppins";
}

.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-price
    .price-h-m {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}

.popular-test-series .test-pop-carous .test-ui-card .card-test-price span i {
    font-size: 80%;
    padding-right: 3px;
}

.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-price
    .price-h-c {
    text-decoration: line-through;
    color: #979797;
    padding-left: 5px;
    font-size: 95%;
}

.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-price
    .price-h-d {
    color: #09ac63;
    font-size: 80%;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-price {
    padding: 10px;
    text-align: center;
}
.mockuptestseries-sec
    .test-pop-carous
    .filtering-singlepap
    .filter-subs
    select {
    background: #fff;
    border-radius: 4px;
    padding: 3px 9px;
    margin-right: 10px;
    font-family: "Poppins";
    font-size: 13px;
}
.topschoolclg-stream {
    padding: 3em 0;
    background-color: #fff;
}
.topschoolclg-stream.bg-over {
    padding: 3em 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f1f3f8;
    background: url("../images/online-classes.jpg");
    background-position: center;
    position: relative;
}
.topschoolclg-stream.bg-over::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.topschoolclg-stream.bg-over .popular-heading.popular-badge h4 {
    font-weight: 600;
    font-family: "nunito", sans-serif;
    color: #fff;
}
.topschoolclg-stream .popular-heading.popular-badge h4 {
    font-weight: 600;
    font-family: "nunito", sans-serif;
    color: #333;
}
.topschoolclg-stream .ask-experts h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 2.2em;
    color: #fff;
}
.topschoolclg-stream .ask-experts p {
    color: #ececec;
}
.topschoolclg-stream.bg-over .popular-heading.popular-badge h4 i {
    color: red;
}

.topschoolclg-stream .ask-experts h4 span {
    background: #3f51b5;
    color: #fff;
    margin-bottom: 7px;
    padding: 1px 10px;
    border-radius: 6px;
    display: inline-block;
}
.topschoolclg-stream .ask-experts .ask-inner span {
    font-weight: 500;
    font-family: "Poppins";
    font-size: 21px;
}
.topschoolclg-stream .ask-experts .ask-inner img {
    height: 85px;
    margin-right: 10px;
}
.topschoolclg-stream .ask-experts .ask-inner {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.topschoolclg-stream .ask-experts h4 {
    font-size: 18px;
}
.faq-testi-section {
    padding: 2em 0;
    background: #f4f4f4;
}
.faq-testi-section .accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    float: right;
}
.faq-testi-section .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.faq-testi-section .popular-heading {
    padding-bottom: 5px;
}
.faq-testi-section .popular-heading.popular-badge h4 {
    font-family: "nunito", sans-serif;
}
.faq-testi-section .popular-heading.popular-badge h4 i {
    color: black;
    font-size: 19px;
    vertical-align: unset;
}

.faq-testi-section .accordion .card .card-header a {
    font-weight: 600;
    font-family: "Roboto";
    color: #333;
    font-size: 15px;
    cursor: pointer;
}
.faq-testi-section .accordion .card .card-header {
    background: #fff;
    padding: 9px 10px;
}

.faq-testi-section .accordion .card .card-body p {
    margin: 0;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .box .description {
    font-size: 15px;
    margin-bottom: 0;
}
.morecontent span {
    display: none;
}
span.morecontent .morelink {
    color: #3f51b5;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .box:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .author {
    margin-top: 28px;
    padding-left: 25px;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .author img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .author .name {
    margin-bottom: 2px;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .author .title {
    font-size: 13px;
    color: #596064;
}
.faq-testi-section .owl-review-subcat .subcat-review-box .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}
.bg-f1 {
    background: #f1f1f1 !important;
}
.mockuptestseries-sec .test-pop-carous .tableview-singlepapers .tab-rows {
    margin-bottom: 1em;
    background: #fff;
    border: 1px solid #3333;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 1px #33333314;
    padding: 10px;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .remove-to {
    background: red;
    color: #fff;
    font-size: 13px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    font-family: "Poppins";
    box-shadow: 1px 1px 4px 1px #3333333b;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .remove-to:hover {
    text-decoration: none;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .add-to {
    font-size: 13px;
    background: #333;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: "Poppins";
    box-shadow: 1px 1px 4px 1px #3333333b;
    border: none;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .add-to:hover {
    text-decoration: none;
}
.mockuptestseries-sec .test-pop-carous .tableview-singlepapers .tab-rows h4 {
    font-size: 15px;
    text-align: left;
    font-family: "Poppins";
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .el-price
    .price-h-m {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .el-price
    .price-h-c {
    text-decoration: line-through;
    color: #979797;
    padding-left: 5px;
    font-size: 95%;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .el-price
    .price-h-d {
    color: #09ac63;
    font-size: 80%;
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .el-price
    span {
    font-size: 1.1rem;
    font-family: "Poppins";
}
.mockuptestseries-sec
    .test-pop-carous
    .tableview-singlepapers
    .tab-rows
    .el-price
    span
    span
    i {
    font-size: 80%;
    padding-right: 3px;
}
.topschoolclg-stream .school-liscard .tab-rows {
    margin-bottom: 1em;
    background: #fff;
    border: 1px solid #3333;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 1px #33333314;
    padding: 10px;
    font-family: "Poppins";
    font-size: 12px;
}
.live-counselling-packages .livecoun-pack-liscard .tab-heads {
    background: #323232;
    color: #fff;
    margin-bottom: 1em;
    font-family: "Poppins";
    text-align: center;
    padding: 7px 8px;
    border-radius: 4px;
    font-size: 13px;
}
.checked-feature i {
    font-size: 19px;
    color: green;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows {
    text-align: center;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows {
    margin-bottom: 1em;
    background: #fff;
    border: 1px solid #3333;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 1px #33333314;
    padding: 10px;
    font-family: "Poppins";
    font-size: 14px;
}
.live-counselling-packages .livecoun-pack-liscard {
    margin: 2em 0;
}
.topschoolclg-stream .school-liscard .tab-rows .school-main img {
    height: 59px;
    margin-right: 10px;
}
.topschoolclg-stream .school-liscard .tab-heads {
    background: #323232;
    color: #fff;
    margin-bottom: 1em;
    font-family: "Poppins";
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.topschoolclg-stream .school-liscard .tab-heads .col-sm-2 {
    border-right: 1px solid #cacaca33;
}
.faq-testi-section .accordion .card .card-body p {
    color: #666;
    font-family: "Roboto";
    font-size: 15px;
}
.faq-testi-section .accordion .card .card-body {
    padding: 10px;
}
.slide-close .sidebartest1 {
    padding: 6px 10px;
    display: block;
    border-bottom: 1px solid #d7d7d7;
    font-family: "Nunito";
    text-align: right;
    cursor: pointer;
    color: #474747;
}
.sidebartest1 {
    cursor: pointer;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-btn-tw form {
    width: 100%;
    margin-right: 8px;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-btn-tw
    .btn-viewd {
    width: 100%;
    background: #fff;
    border: 2px solid #4671c3;
    color: #4671c3;
    padding: 5px;
    font-size: 15px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
}
.popular-test-series .test-pop-carous .test-ui-card .card-test-btn-tw {
    display: flex;
    padding: 0 10px 10px 10px;
}
.topschoolclg-stream.univ-tble .tab-rows {
    text-align: center;
}
.topschoolclg-stream .school-liscard .tab-rows .school-main span {
    margin-top: 6px;
    display: inline-block;
}
.topschoolclg-stream.univ-tble .school-main img {
    display: block;
}
.topschoolclg-stream.univ-tble .school-main img {
    height: 59px;
    margin: 0 auto !important;
}
.popular-test-series
    .test-pop-carous
    .test-ui-card
    .card-test-btn-tw
    .btn-addto {
    width: 100%;
    background: linear-gradient(45deg, #4671c3, #143066);
    color: #fff;
    border: none;
    margin-right: 6px;
    padding: 7px;
    font-size: 15px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
}
.popular-test-series .test-pop-carous .test-ui-card .board-info {
    text-align: left;
    padding: 4px;
}
.popular-test-series .test-pop-carous .test-ui-card .board-info span {
    display: inline-block;
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 0 0.25rem;
    border: 1px solid transparent;
    line-height: 1.4;
    font-weight: 500;
    background-color: rgba(134, 161, 174, 0.1);
    color: #454545;
    text-transform: capitalize;
}
.popular-test-series .test-pop-carous .test-ui-card .card-padlow {
    padding: 5px 10px;
}
.class-det-slide .slide-body .slide-class-det .board-info {
    text-align: left;
    padding: 4px 0;
    margin-bottom: 10px;
}
.class-det-slide .slide-body .slide-class-det .subject-de table {
    margin-bottom: 10px;
}
.class-det-slide .slide-body .slide-class-det .subject-de table tr td.full-lev {
    background: #818080;
    color: #fff;
}
.class-det-slide .slide-body .slide-class-det .subject-de table tr td {
    padding: 4px;
    font-size: 12px;
    font-family: "Muli";
    vertical-align: middle;
}

.class-det-slide .slide-body .slide-class-det .board-info span {
    display: inline-block;
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 0 0.25rem;
    border: 1px solid transparent;
    line-height: 1.4;
    font-weight: 500;
    background-color: rgba(134, 161, 174, 0.1);
    color: #454545;
    text-transform: capitalize;
}
.class-det-slide .slide-body .slide-class-det .slide-tot-info h5 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
}
.class-det-slide .slide-body .slide-class-det .slide-tot-info h5 .freetest {
    color: #0ebf6d;
}
.test-series-car .test-ui-card {
    margin: 10px;
}
.carousel-arrow-si .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    right: -19px;
}
.carousel-arrow-si .owl-nav {
    width: 100%;
}
.carousel-arrow-si .owl-nav .owl-prev {
    top: 40%;
    position: absolute;
    left: -10px;
}
.carousel-arrow-si .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    right: -10px;
}
.carousel-arrow-si .owl-nav button i {
    border-radius: 50%;
    background: #fff;
    height: 35px;
    color: #828282;
    width: 35px;
    border: 1px solid #9b9b9b;
    font-size: 17px;
    line-height: 35px;
}
.allclasses-section {
    padding: 2em 0;
}
.allclasses-section .nav-pills .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}

.allclasses-section .nav-pills .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.allclasses-section .exam-box {
    background: #fff;
    padding: 10px;
    height: 100%;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 2px 5px 6px 2px #33333312;
}
.allclasses-section .exam-box a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.allclasses-section .exam-box img {
    height: 48px;
}
.allclasses-section .exam-box h3 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 10px;
    font-family: "Nunito";
    font-weight: 600;
}

.allcourses-section {
    padding: 2em 0;
}
.allcourses-section .nav-pills .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}

.allcourses-section .nav-pills .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.allcourses-section .exam-box {
    background: #fff;
    padding: 10px;
    height: 100%;
    border: 1px solid #3333;
    text-align: center;
    box-shadow: 2px 5px 6px 2px #33333312;
}
.allcourses-section .exam-box a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}
.allcourses-section .exam-box img {
    height: 35px;
    width: 35px;
}
.exam-subcategory-bycats .category-right-exams .tab-content .cat_h a {
    color: #333;
    font-size: 16px;
    display: block;
}
.allcourses-section .exam-box h3 {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    margin-left: 10px;
    font-family: "Nunito";
    text-align: left;
    font-weight: 600;
}
.popular-head-ce .heading-title {
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Roboto";
}
.popular-head-ce {
    margin-bottom: 1em;
    text-align: center;
}
.popular-head-ce a {
    background: #3f51b5;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 17px;
    font-family: "Roboto";
}
.popular-head-ce a:hover {
    text-decoration: none;
}
.padding-30 {
    padding: 30px 0 !important;
}
.liner-bottom {
    position: relative;
}
.liner-bottom:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 5px;
    background: #3f51b5;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
header
    .middle-header
    .navbar
    .mid-nav
    .navbar-l
    li.megamenu-li
    .megamenu
    .custom-tab-cats
    .cat-menu-sid {
    height: 100%;
    background: #f4f4f4;
}
.resourcesfree-section {
    padding: 3em 0;
}
.resourcesfree-section .nav-pills .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}

.resourcesfree-section .nav-pills .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.resourcesfree-section .test-ui-card {
    position: relative;
}
.resourcesfree-section .test-ui-card {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: -1px 1px 4px 0 rgb(117 138 172 / 12%);
    border-radius: 4px;
}
.resourcesfree-section .test-ui-card .card-test-logo img {
    max-width: 100%;
    width: 100%;
    height: 130px;
}
.resourcesfree-section .test-ui-card .card-test-h {
    border-bottom: 1px solid #f1f4f6;
    padding: 9px 10px;
}
.resourcesfree-section .test-ui-card .card-test-h h4 {
    margin: 0 0 8px 0;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}
.resourcesfree-section .test-ui-card .card-testpap-ul ul {
    padding: 10px;
    margin: 0;
    list-style: none;
}
.resourcesfree-section .test-ui-card .card-testpap-ul ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: "Muli";
}
.resourcesfree-section .test-ui-card .card-testpap-ul ul li span:first-child {
    text-align: left;
}
.resourcesfree-section .test-ui-card .card-testpap-ul ul li span:last-child {
    float: right;
}
.resourcesfree-section .test-ui-card .card-test-btn {
    padding: 0px 10px 10px 10px;
}
.resourcesfree-section .test-ui-card .card-test-btn.btn-outline-test button {
    border: 1px solid #3f51b5;
    color: #3f51b5;
    width: 100%;
    background: #fff;
    font-size: 15px;
}

.trainingprog-section {
    padding: 3em 0;
}
.trainingprog-section .nav-pills .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}

.trainingprog-section .nav-pills .nav-link.active {
    background: #333;
    color: #fff;
}
.trainingprog-section .tab-panel-examhome nav .nav-tabs {
    margin-bottom: 1em;
    border: none;
    flex-wrap: initial;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.trainingprog-section .tab-panel-examhome nav .nav-tabs .nav-link.active {
    background: #3f51b5;
    color: #fff;
}
.trainingprog-section .tab-panel-examhome nav .nav-tabs .nav-link {
    background: #93939333;
    border-radius: 5px;
    padding: 5px 16px;
    margin-bottom: 10px;
    color: #333;
    font-family: "Nunito";
    font-weight: 600;
    margin-right: 10px;
}
.trainingprog-section table thead tr th {
    background: #e7e7e7;
    font-family: "Nunito";
    font-weight: 600;
    padding: 7px;
    border: 1px solid #3333;
}
.trainingprog-section table tbody tr td {
    background: #fff;
    font-family: "Nunito";
    padding: 7px;
    border: 1px solid #3333;
}
.trainingprog-section .video-yt h3 {
    font-size: 17px;
    font-family: "Muli";
    font-weight: 700;
    text-align: center;
}
.top-all-heads {
    padding-top: 2em;
    text-align: center;
}
.testseries-con table tbody tr th {
    background: #e7e7e7;
    font-family: "Nunito";
    font-weight: 600;
    padding: 7px;
    border: 1px solid #3333;
}
.testseries-con table tbody tr td {
    background: #fff;
    font-family: "Nunito";
    padding: 6px;
    border: 1px solid #3333;
    font-size: 12px;
}
.dashboard-section .main-area-dash .table-orders thead tr th {
    background: #333;
    color: #fff;
    font-family: "Poppins";
    padding: 6px;
    font-size: 12px;
}
.dashboard-section .main-area-dash .table-orders tbody tr td {
    font-family: "Poppins";
    background: #fff;
    padding: 6px;
    font-size: 12px;
}
.dashboard-section .main-area-dash .table-orders tbody tr td .btn-viewtest {
    background: green;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
}
.thankyou-result .result-div {
    text-align: center;
    padding: 2em 0;
}

.thankyou-result .result-div img {
    height: 56px;
    margin-bottom: 10px;
}

.thankyou-result .result-div h2 {
    font-family: "Roboto";
}

.thankyou-result .result-div p {
    font-family: "Roboto";
}

.thankyou-result .result-div .btn-all {
    text-align: center;
}

.thankyou-result .result-div .btn-all a:hover {
    text-decoration: none;
}
.thankyou-result .result-div .btn-all a {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 3px 12px;
    border-radius: 3px;
}
.thankyou-result .result-div .btn-all a:last-child {
    background: #009688;
    color: #fff;
}
.result-page-main {
    padding: 3em 0;
}

.result-page-main .invoice {
    background: #fff;
    padding: 20px;
}
.result-page-main .invoice-content .table-invoice thead tr th {
    padding: 5px;
    background: #009688;
    color: #fff;
    font-family: "Nunito";
}
.result-page-main .invoice-content .table-question tbody tr td {
    padding: 5px;
    font-family: "Nunito";
    background: #fff;
}
.result-page-main .invoice-content .table-question tbody tr td .qustn-div {
    font-weight: 600;
}
.result-page-main .invoice-content .table-question thead tr th {
    padding: 5px;
    background: #009688;
    color: #fff;
    font-family: "Nunito";
}
.result-page-main .invoice-content .table-invoice tbody tr td {
    padding: 5px;
    font-family: "Nunito";
}
.result-page-main .invoice-company {
    font-size: 20px;
}
.result-page-main .table-invoice {
    background: #fff;
}
.result-page-main .invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px;
}
.result-page-main .invoice-summary .box-column-inv {
    background: #fff;
    padding: 7px;
    height: 100%;
    text-align: center;
    border-radius: 10px;
}

.result-page-main .invoice-summary .box-column-inv.style-1 i {
    background-color: #e4174f;
}
.result-page-main .invoice-summary .box-column-inv.style-2 i {
    background-color: #8942e5;
}
.result-page-main .invoice-summary .box-column-inv.style-3 i {
    background-color: #0ad0f4;
}
.result-page-main .invoice-summary .box-column-inv.style-4 i {
    background-color: #0ece6d;
}
.result-page-main .invoice-summary .box-column-inv.style-5 i {
    background-color: #6c62f9;
}
.result-page-main .invoice-summary .box-column-inv.style-6 i {
    background-color: #009688;
}
.result-page-main .invoice-summary .box-column-inv span {
    font-size: 12px;
    display: block;
}
.result-page-main .invoice-summary .box-column-inv i {
    font-size: 1em;
    color: #fff;
    background: #333;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
}
.result-page-main .invoice-summary .box-column-inv h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
}
.result-page-main .invoice-date,
.result-page-main .invoice-from,
.result-page-main .invoice-to {
    display: table-cell;
    width: 1%;
}

.result-page-main .invoice-from,
.result-page-main .invoice-to {
    padding-right: 20px;
}
.result-page-main .invoice-content .table-invoice tbody tr td span {
    font-weight: 600;
    font-size: 17px;
}
.result-page-main .invoice-date .date,
.result-page-main .invoice-from strong,
.result-page-main .invoice-to strong {
    font-size: 16px;
}

.result-page-main .invoice-date {
    text-align: right;
    padding-left: 20px;
}

.result-page-main .invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%;
}
.result-page-main .invoice-content h3 {
    font-size: 16px;
    font-family: "Muli";
    font-weight: 800;
}
.result-page-main .invoice-summary h3 {
    font-size: 16px;
    font-family: "Muli";
    font-weight: 800;
}
.result-page-main .invoice-price .invoice-price-left,
.result-page-main .invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle;
}
.pull-right {
    float: right;
}
.result-page-main .invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.result-page-main .invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.result-page-main .invoice-price .invoice-price-row {
    display: table;
    float: left;
}

.result-page-main .invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300;
}

.result-page-main .invoice-price .invoice-price-right small {
    display: block;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.result-page-main .invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px;
}

.result-page-main .invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%;
}
.result-page-main .invoice-header address {
    font-size: 13px;
    font-weight: 600;
    font-family: "Muli";
}
.result-page-main .invoice-header address span {
    font-weight: 400;
}
.result-page-main .invoice > div:not(.invoice-footer) {
    margin-bottom: 20px;
}

.result-page-main .btn.btn-white,
.result-page-main .btn.btn-white.disabled,
.result-page-main .btn.btn-white.disabled:focus,
.result-page-main .btn.btn-white.disabled:hover,
.result-page-main .btn.btn-white[disabled],
.result-page-main .btn.btn-white[disabled]:focus,
.result-page-main .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .mywallet-main
    .mywallet-balance {
    margin-bottom: 1em;
    background: #3f51b5;
    padding: 1em;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .mywallet-main
    .balc-h {
    color: #ffffff;
    font-size: 2em;
    margin: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .mywallet-main
    .balc-h
    i {
    font-size: 80%;
    padding-right: 2px;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .mywallet-main
    .mywallet-balance
    .wallet-bal
    span {
    font-family: "Lato", sans-serif;
    color: #f4f4f4;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .mywallet-main
    .mywallet-balance
    .wallet-btn
    a {
    color: #3f51b5;
    background: #fff;
    padding: 7px 11px;
    font-family: "Poppins", sans-serif;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .mywallet-main
    .mywallet-balance
    .wallet-btn
    a:hover {
    text-decoration: none;
}
.dashboard-section .mywallet-section .heading-acc {
    margin-bottom: 1em;
}
.dashboard-section .mywallet-section .heading-acc span {
    font-size: 18px;
    font-weight: 500;
    padding-right: 24px;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    thead
    th:first-child {
    border-radius: 10px 0px 0px 10px;
}
.dashboard-section .mywallet-section .table-transactions table thead th {
    font-weight: 400;
    background: #6f7191;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.dashboard-section .mywallet-section .table-transactions table tbody tr td {
    color: #6f7284;
    font-family: "Lato", sans-serif;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans
    h3 {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    margin: 0;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans
    .trans-id {
    color: #bdbfce;
    font-size: 12px;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans
    .added-info
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans
    .added-info
    ul
    li {
    font-size: 12px;
    display: inline-block;
    color: #bdbfce;
    border-right: 1px solid #ededed;
    padding-right: 10px;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status {
    text-align: center;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status
    .succes-info {
    color: #1aab2a;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status
    .succes-info
    i {
    font-size: 2em;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status
    .succes-info
    h3 {
    margin: 0;
    font-size: 15px;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status
    .decline-info {
    color: #f80c0c;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status
    .decline-info
    i {
    font-size: 2em;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    tbody
    tr
    td
    .info-trans-status
    .decline-info
    h3 {
    margin: 0;
    font-size: 15px;
}
.dashboard-section
    .mywallet-section
    .table-transactions
    table
    thead
    th:last-child {
    border-radius: 0px 10px 10px 0px;
    text-align: center;
}
.modal .modal-content .btn-continue {
    background: #3f51b5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-family: "Nunito", sans-serif;
}
.dashboard-section .main-area-dash .dashboard-area .mywallet-section {
    padding: 3em 0;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-check {
    text-align: center;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-check
    i {
    font-size: 3em;
    color: #4caf50;
    margin-bottom: 10px;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-check
    h3 {
    font-family: "Poppins";
    margin: 0;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-check
    p {
    color: #5e5e5e;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-times {
    text-align: center;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-times
    i {
    font-size: 3em;
    color: red;
    margin-bottom: 10px;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-times
    h3 {
    font-family: "Poppins";
    margin: 0;
}

.dashboard-section
    .main-area-dash
    .dashboard-area
    .mywallet-section
    .wallet-times
    p {
    color: #5e5e5e;
}

.modal-livecounselling .examtype-div > h3 {
    text-align: center;
    font-size: 22px;
    font-family: "Nunito";
    font-weight: 600;
    margin-bottom: 3px;
}
.modal-livecounselling .examtype-choose input {
    display: none;
}
.modal-livecounselling .examtype-choose .examtype-box {
    border: 2px solid #dfdfdf;
    border-radius: 10px;
    margin: 0;
    padding: 1em;
}

.modal-livecounselling .examtype-choose .examtype-box h3 {
    font-size: 1.1em;
    font-family: "Muli";
    font-weight: 600;
    margin: 0;
}
.modal-livecounselling .examtype-choose {
    margin-top: 1.5em;
}
.modal-livecounselling .examtype-choose .examtype-box:hover {
    cursor: pointer;
    border: 2px solid #0ebf6d;
}
.modal-livecounselling .examtype-choose .examtype-box p {
    font-size: 11px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888;
    margin: 0;
}

.modal-livecounselling .examtype-choose .examtype-box {
    position: relative;
    width: 100%;
}

.modal-livecounselling .examtype-choose .examtype-box .knowmore-tag {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 11px;
    color: #fff;
}
.modal-livecounselling .examtype-div p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    color: #888;
}
.modal-livecounselling .examtype-choose .examtype-box.style1 {
    background: #17a2b8;
    color: #fff;
    border: 2px solid #127c8d;
}
.modal-livecounselling .examtype-div {
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.modal-livecounselling .examtype-choose .examtype-box.style2 {
    background: var(--red);
    color: #fff;
    border: 2px solid #b41221;
}
.modal-livecounselling .examtype-pills .nav-pills a {
    font-family: "Nunito";
    color: #333;
    display: block;
    border: 1px solid #acacac;
    margin-bottom: 7px;
    padding: 5px 10px;
}
.modal-livecounselling .examtype-pills {
    margin-top: 20px;
}
.modal-livecounselling .examtype-pills .examtype-sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 3;
}

.modal-livecounselling .examtype-pills .examtype-sub ul li a {
    color: #333;
    font-size: 15px;
    font-family: "Muli";
}

.modal-livecounselling .examtype-pills .examtype-sub ul li {
    margin-bottom: 6px;
}
.modal-livecounselling .examtype-pills .nav-pills a.active {
    background: #333;
    color: #fff;
}
.live-counselling-packages {
    padding: 3em 0;
}

.live-counselling-packages .lc-heading {
    text-align: center;
}

.live-counselling-packages .lc-heading h3 {
    font-family: "Poppins";
}

.live-counselling-packages .lc-heading .breadcrumb-selection ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.live-counselling-packages .lc-heading .breadcrumb-selection ul li {
    display: inline-block;
}
.live-counselling-packages
    .lc-heading
    .breadcrumb-selection
    ul
    li
    span.cat-sec1 {
    background: #009688;
    color: #fff !important;
}
.live-counselling-packages
    .lc-heading
    .breadcrumb-selection
    ul
    li
    span.cat-sec1,
.live-counselling-packages
    .lc-heading
    .breadcrumb-selection
    ul
    li
    span.cat-sec2,
.live-counselling-packages
    .lc-heading
    .breadcrumb-selection
    ul
    li
    span.cat-sec3 {
    font-size: 15px;
    display: inline-block;
    border: 2px solid #70707033;
    padding: 6px 10px;
    border-radius: 5px;
    color: #888;
}

.live-counselling-packages .lc-heading .breadcrumb-selection ul li {
    font-family: "Muli";
    margin-right: 20px;
    position: relative;
}

.live-counselling-packages
    .lc-heading
    .breadcrumb-selection
    ul
    li:first-child:after,
.live-counselling-packages
    .lc-heading
    .breadcrumb-selection
    ul
    li:nth-child(2):after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: -18px;
    position: absolute;
    top: 8px;
    color: #888;
}
.live-counselling-packages .lc-heading .breadcrumb-selection ul li:last-child {
    margin: 0;
}
.live-counselling-packages .lc-heading .breadcrumb-selection ul li button {
    background: #3f51b5;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #333;
    padding: 4px 10px;
    display: inline-block;
}
.liner-bottom:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 115px;
    height: 5px;
    background: #3f51b5;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-livecounselling .examtype-choose .examtype-box.style3 {
    background: var(--orange);
    color: #fff;
    border: 2px solid #be5f0f;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows .live-stream-main {
    text-align: left;
}

.live-counselling-packages
    .livecoun-pack-liscard
    .tab-rows
    .live-stream-main
    > h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows .rupee {
    font-size: 90%;
}
.rupee-f90 {
    font-size: 80%;
    padding-right: 2px;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows .btn-buynow {
    background: #009688;
    width: 100%;
    border: 1px solid #045c53;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    display: block;
}
.live-counselling-packages
    .livecoun-pack-liscard
    .tab-rows
    .live-stream-main
    ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-counselling-packages
    .livecoun-pack-liscard
    .tab-rows
    .live-stream-main
    ul
    > span {
    font-weight: 500;
    font-size: 11px;
}

.live-counselling-packages
    .livecoun-pack-liscard
    .tab-rows
    .live-stream-main
    ul
    li {
    font-size: 12px;
    color: #888;
}
.paymentconfirmation-section {
    padding: 2em 0;
}

.paymentconfirmation-section .mypayment-section {
    text-align: center;
}
.paymentconfirmation-section .mypayment-section .mypayment-times i {
    font-size: 3em;
    color: red;
    margin-bottom: 10px;
}
.paymentconfirmation-section .mypayment-section .mypayment-check i {
    font-size: 3em;
    color: rgb(3, 150, 3);
    margin-bottom: 10px;
}
.paymentconfirmation-section .mypayment-section .mypayment-times h3,
.paymentconfirmation-section .mypayment-section .mypayment-check h3 {
    font-family: "Poppins";
    margin: 0;
}
.paymentconfirmation-section .mypayment-section .mypayment-times p,
.paymentconfirmation-section .mypayment-section .mypayment-check p {
    color: #5e5e5e;
}

/** ORder Details **/
.dashboard-section .dashboard-area .order-details-main {
    margin-bottom: 1em;
    background: #fff;
}
.dashboard-section .dashboard-area .order-details-main .order-div-heads h3 {
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #ededed;
    padding: 6px 0;
}
.dashboard-section .dashboard-area .order-details-main .order-div-heads ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.dashboard-section .dashboard-area .order-details-main .order-div-heads ul li {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .order-div-heads
    ul
    li
    span {
    font-weight: 600;
}
.dashboard-section .dashboard-area .order-details-main .tab-order-user {
    margin: 2em 0;
}
.dashboard-section .dashboard-area .order-details-main .cart-relates {
    display: flex;
    align-items: center;
}

.dashboard-section .dashboard-area .order-details-main .cart-relates .cart-img {
    padding-right: 1em;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .cart-relates
    .cart-img
    img {
    height: 70px;
    width: 70px;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .cart-left
    .cart-list
    .cart-name {
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Montserrat";
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .cart-relates
    .cart-d
    .cart-name {
    font-size: 1em;
    font-weight: 600;
    font-family: "Montserrat";
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .cart-relates
    .cart-d
    .cart-des
    ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .cart-relates
    .cart-d
    .cart-des
    ul
    li {
    display: block;
    font-size: 12px;
    color: #6c6c6c;
}
.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .total-amount {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .total-price {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .total-price
    i {
    padding-right: 2px;
    font-size: 87%;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    tr
    td
    .fa-rupee-sign {
    font-size: 87%;
    padding-right: 1px;
}
.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    tbody
    tr
    td,
.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    thead
    tr
    th {
    padding: 8px;
}
.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .price-tag {
    color: #000;
    font-weight: 600;
}
.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .subtotal-price {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .coupon-tag {
    font-weight: 600;
    color: #4caf50;
    font-size: 14px;
}

.dashboard-section
    .dashboard-area
    .order-details-main
    .tab-order-user
    .gst-price {
    font-weight: 600;
    color: red;
    font-size: 14px;
}

.live-counselling-packages .livecoun-pack-liscard .tab-rows .btn-golive {
    background: #0055c5;
    border: 1px solid #045c53;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows .star-ratings i {
    color: #ffd700;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows .teacher-main span {
    color: #888;
    font-size: 12px;
}
.live-counselling-packages .livecoun-pack-liscard .tab-rows .teacher-main > h3 {
    margin-bottom: 0;
    font-size: 15px;
}
.toast-boot {
    top: 15px;
    position: fixed;
    right: 25px;
    z-index: 9999;
    background: #fff;
}
.toast-boot {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0.25rem;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #fff;
    background-color: #009688;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.live-stream-section {
    padding: 30px 0;
    background: #4355b8;
}

.live-stream-section .live-stream-left-video img {
    border-radius: 15px;
}
.live-stream-section .live-stream-right .top-guest-host {
    border-radius: 10px;
    color: #fff;
    padding: 1em;
    background: #4073aca6;
}

.live-stream-section .live-stream-right .top-guest-host .heading-tag-tgh h2 {
    font-family: "Poppins";
    font-size: 1.2em;
}

.live-stream-section .live-stream-right .top-guest-host .body-tag-tgh {
    margin-top: 1em;
}

.live-stream-section
    .live-stream-right
    .top-guest-host
    .body-tag-tgh
    .team-tag-tgh {
    display: flex;
    align-items: center;
}

.top-guest-host .body-tag-tgh .team-tag-tgh img {
    height: 50px;
    border-radius: 50%;
    width: 50px;
    margin-right: 0.4em;
}

.top-guest-host .body-tag-tgh .team-tag-tgh .team-tag-cont h3 {
    font-size: 0.8em;
    margin: 0;
}

.top-guest-host .body-tag-tgh .team-tag-tgh .team-tag-cont span {
    font-size: 10px;
    background: #fff;
    color: #333;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 500;
}
.live-stream-section .live-stream-right .live-stream-chats {
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    margin-top: 1em;
}

.live-stream-section
    .live-stream-right
    .live-stream-chats
    .livestream-chat-tgh
    h2 {
    font-size: 1.3em;
    font-family: "Muli";
    font-weight: 700;
    border-bottom: 1px solid #3333;
    padding-bottom: 0.5em;
}

.live-stream-section
    .live-stream-right
    .live-stream-chats
    .livestream-chat-body
    .ticket-max-over {
    max-height: 370px;
    overflow-y: auto;
    min-height: 370px;
}
.live-stream-section blockquote {
    border-left: transparent;
}
.live-stream-section p.me {
    float: right;
    background-color: #c7e3da;
    color: #000;
    font-family: "Nunito";
    font-weight: 600;
    font-size: 12px;
}
.live-stream-section p.them:after {
    content: " ";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-right-color: #d4d4d4;
    position: absolute;
    bottom: 11px;
    left: -15px;
}
.live-stream-section p.me:after {
    content: " ";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-left-color: #c7e3da;
    position: absolute;
    bottom: 11px;
    right: -15px;
}
.live-stream-section blockquote p {
    margin: 0 15px 0.5em;
    border-radius: 3px;
    color: #000;
    font-family: "Nunito";
    font-weight: 600;
    font-size: 12px;
    padding: 0.5em 1em;
    background: #d4d4d4;
    max-width: 75%;
    clear: both;
    position: relative;
}
.live-stream-section blockquote p .ticket_msg {
    display: block;
}
.live-stream-section blockquote p .ticket_by_r {
    font-weight: 300;
    color: #787878;
    text-align: right;
    display: block;
    font-size: 11px;
}
.live-stream-chats
    .livestream-chat-send
    .livestream-chat-form
    .input-group
    .form-control {
    border: none;
    color: #333;
    font-family: "Nunito";
    padding: 2px 0;
}
.live-stream-chats
    .livestream-chat-send
    .livestream-chat-form
    .input-group
    .form-control::placeholder {
    color: #9f9f9f;
}
.live-stream-chats
    .livestream-chat-send
    .livestream-chat-form
    .input-group
    .input-group-append
    .btn-send {
    background: #4355b8;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    margin-left: 10px;
    display: inline-block;
}
.live-stream-chats .livestream-chat-send .livestream-chat-form .input-group {
    align-items: center;
}
.live-stream-section
    .live-stream-right
    .live-stream-chats
    .livestream-chat-send {
    border-top: 1px solid #3333;
    padding: 10px 0 0 0;
}
.live-stream-chats .livestream-chat-send .livestream-chat-form .browse-uls ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.live-stream-chats
    .livestream-chat-send
    .livestream-chat-form
    .browse-uls
    ul
    li {
    display: inline-block;
}

.live-stream-chats
    .livestream-chat-send
    .livestream-chat-form
    .browse-uls
    ul
    li
    label {
    color: #acacac;
    cursor: pointer;
}
.modal-stream-sum .stream-order-receipt > h3 {
    font-size: 1.2em;
    font-family: "Nunito";
    font-weight: 600;
    color: black;
}
.modal-stream-sum .stream-order-receipt .stream-order-table table thead tr th {
    background: #f3f5f7;
    font-family: "Muli";
    color: #747070;
    padding: 3px 6px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
    font-size: 14px;
}
.modal-stream-sum .stream-order-receipt .stream-order-table table {
    border: 1px solid #3333;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td
    span
    i {
    text-transform: uppercase;
    font-size: 12px;
    font-style: inherit;
    padding-left: 4px;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td:last-child
    > i {
    font-size: 12px;
    padding-right: 3px;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td:last-child {
    text-align: right;
    color: #595959;
    font-family: "Poppins";
    font-weight: 600;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td
    .pck-div
    .pack-dr {
    font-size: 13px;
    font-family: "Muli";
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td
    .pck-div
    > h3 {
    font-size: 16px;
    margin: 0;
    font-family: "Nunito";
    font-weight: 600;
}
.modal-stream-sum .stream-order-receipt .stream-order-table table tbody tr td {
    padding: 8px 5px;
    font-family: "Muli";
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td:first-child
    span {
    color: #595959;
    font-family: "Poppins";
    font-weight: 600;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tbody
    tr
    td:first-child
    span
    i {
    text-transform: uppercase;
    font-size: 12px;
    font-style: inherit;
    padding-left: 4px;
}
.modal-stream-sum .stream-order-receipt .stream-order-table table tfoot tr th {
    background: #f3f5f7;
    font-family: "Muli";
    color: #747070;
    padding: 3px 6px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: none;
    font-size: 14px;
    text-align: right;
}
.modal-stream-sum .stream-order-receipt .stream-order-table table tfoot tr td {
    text-align: right;
    color: #595959;
    font-family: "Poppins";
    font-weight: 600;
    padding: 3px 6px;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tfoot
    tr
    td
    > i {
    font-size: 12px;
    padding-right: 3px;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tfoot
    tr
    th
    .gsttax {
    display: block;
    font-size: 10px;
}
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tfoot
    .fin-total
    th,
.modal-stream-sum
    .stream-order-receipt
    .stream-order-table
    table
    tfoot
    .fin-total
    td {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.bord-right {
    border-right: 1px solid #3333;
}
.modal-stream-sum .stream-right {
    text-align: center;
}

.modal-stream-sum .stream-right > h3 {
    font-size: 1.4em;
    font-family: "Nunito";
    font-weight: 600;
    margin-bottom: 0.5em;
    color: black;
    text-decoration: underline;
    text-decoration-color: #3f51b5;
}

.modal-stream-sum .stream-right .continue-extra-min > h4 {
    font-size: 16px;
    font-family: "Muli";
    font-weight: 600;
    margin-bottom: 0.5em;
}

.modal-stream-sum .stream-right .continue-extra-min .quantitybox {
    justify-content: center;
}

.modal-stream-sum
    .stream-right
    .continue-extra-min
    .quantitybox
    .input-group-btn
    .btn-number {
    border-radius: 50%;
    background: #2196f3;
    border: 1px solid #2196f3;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    padding: 0;
}

.modal-stream-sum .stream-right .continue-extra-min .quantitybox .input-number {
    width: 50px;
    border: none;
    text-align: center;
}
.modal-stream-sum .stream-right .proceed-extra .btn-proceed {
    padding: 4px 10px;
    background: #3f51b5;
    color: #fff;
    display: inline-block;
    font-family: "Nunito";
    font-size: 14px;
}

.modal-stream-sum .stream-right .continue-extra-min {
    margin-bottom: 1em;
}
.modal-stream-sum
    .stream-right
    .continue-extra-min
    .quantityamount
    .actualtotal
    i {
    font-size: 75%;
    padding-right: 3px;
}
.modal-stream-sum .stream-right .continue-extra-min .quantityamount {
    margin: 10px 0;
}
.modal-stream-sum
    .stream-right
    .continue-extra-min
    .quantityamount
    .actualtotal {
    font-family: "Poppins";
    display: block;
    font-size: 1.2em;
}
.modal-stream-sum .stream-right .proceed-extra .btn-proceed:hover {
    color: #fff;
    background: #253ab2;
}
.modal-stream-sum .stream-right .proceed-extra {
    text-align: center;
}
.modal-stream-sum .stream-right .proceed-extra span {
    display: block;
    margin: 5px 0;
}
.modal-stream-sum .stream-right .proceed-extra .btn-nodone {
    padding: 4px 10px;
    background: #333;
    color: #fff;
    display: inline-block;
    font-family: "Nunito";
    font-size: 14px;
}
.modal-stream-sum .stream-right .proceed-extra .btn-nodone:hover {
    color: #fff;
    background: #000;
}
.modal-stream-sum
    .stream-right
    .continue-extra-min
    .quantityamount
    .permin-bifercation
    i {
    font-size: 75%;
    padding-right: 1px;
}
.modal-stream-sum
    .stream-right
    .continue-extra-min
    .quantityamount
    .permin-bifercation {
    font-family: "Muli";
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.modal-stream-sum .stream-right .btn-share-feed {
    margin-bottom: 1em;
    background: #009688;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    border: 1px solid #007066;
    font-family: "Poppins";
    font-size: 13px;
}

/****** Style Star Rating Widget *****/

.star-stream-rates .rating {
    border: none;
    float: left;
}

.star-stream-rates .rating > input {
    display: none;
}
.star-stream-rates .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    content: "\f005";
}

.star-stream-rates .rating > .half:before {
    content: "\f089";
    position: absolute;
}

.star-stream-rates .rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.star-stream-rates .rating > input:checked ~ label, /* show gold star when clicked */
.star-stream-rates .rating:not(:checked) > label:hover, /* hover current star */
.star-stream-rates .rating:not(:checked) > label:hover ~ label {
    color: #ffd700;
} /* hover previous stars in list */

.star-stream-rates .rating > input:checked + label:hover, /* hover current star when changing rating */
.star-stream-rates .rating > input:checked ~ label:hover,
.star-stream-rates .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.star-stream-rates .rating > input:checked ~ label:hover ~ label {
    color: #ffed85;
}
.modal-feeback-stream .modal-title {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Muli";
    font-weight: 600;
}
.modal-feeback-stream .label-control {
    margin: 0;
    font-family: "Muli";
    font-weight: 600;
}
.modal-feeback-stream label {
    margin: 0;
}
.modal-feeback-stream .form-control {
    border: 1px solid #3333;
    font-family: "Muli";
}
.btn-sendfeedback {
    background: #333;
    color: #fff;
    border: 1px solid #333;
    padding: 5px 15px;
    border-radius: 4px;
    font-family: "Nunito";
}
.btn-sendfeedback:hover {
    background: #000;
    color: #fff;
}
.modal-packdetails .live-stream-main {
    text-align: left;
}
.modal-packdetails .live-stream-main > h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.modal-packdetails .live-stream-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal-packdetails .live-stream-main ul li {
    font-size: 12px;
    color: #888;
}
.modal-packdetails table tbody tr th,
.modal-packdetails table tbody tr td {
    padding: 7px;
    font-family: "Muli";
    font-size: 13px;
}
.generate-btn {
    margin-bottom: 0.9em;
    text-align: right;
}
.generate-btn button {
    background: #10a64a;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    font-family: "Poppins";
}
.generate-btn button:hover {
    background: #17991c;
    color: #fff;
}
.th-head tr th,
.th-head tr td {
    font-size: 15px;
    padding: 6px 10px;
}
.th-head tr th {
    background: darkcyan;
    color: #fff;
}

blockquote {
    border-left: transparent;
}
blockquote {
    margin: 0 auto;
}
p.them {
    float: left;
    color: #fff;
}
blockquote p {
    margin: 0 0 0.5em;
    border-radius: 3px;
    padding: 0.5em 1em;
    background: #527088;
    max-width: 75%;
    clear: both;
    position: relative;
}
.ticket_by-r {
    font-size: 11px;
    display: block;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}
.text-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe4e8;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
p.me {
    float: right;
    background-color: #02426e;
    color: white;
}
p.me:after {
    content: " ";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-left-color: #004378;
    position: absolute;
    bottom: 11px;
    right: -14px;
}
.contact-page-section {
    padding: 3em 0;
}
.contact-page-section .contact-page-left .contact-page-heading > span {
    color: #2196f3;
    font-family: "Poppins";
    font-weight: 500;
}
.contact-page-section .contact-page-left .contact-page-heading > h1 {
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 1em;
}
.contact-page-section .contact-page-left .contact-page-heading ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.contact-page-section .contact-page-left .contact-page-heading ul li {
    display: flex;
    margin-bottom: 1.5em;
    align-items: center;
}
.contact-page-section
    .contact-page-left
    .contact-page-heading
    ul
    li.style2
    .ico
    i {
    background: #ffa100;
}
.contact-page-section
    .contact-page-left
    .contact-page-heading
    ul
    li.style3
    .ico
    i {
    background: #1dc295;
}
.contact-page-section .contact-page-left .contact-page-heading ul li .ico {
    margin-right: 1em;
}
.contact-page-section
    .contact-page-left
    .contact-page-heading
    ul
    li
    .contact-d
    span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito";
}
.contact-page-section
    .contact-page-left
    .contact-page-heading
    ul
    li
    .contact-d
    span:last-child {
    color: #656565;
}
.contact-page-section .contact-page-left .contact-page-heading ul li .ico i {
    background: #2196f3;
    color: #fff;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
}
.contact-page-section .contact-page-right {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 6%);
    padding: 10px;
}

.contact-branch-section .heading-branch h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1.5em;
    font-family: "Poppins";
    text-decoration: underline;
}
.contact-branch-section .branch-main-box {
    display: block;
    background: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #3333;
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 8px 1px #c4c3c30d;
}
.contact-branch-section .branch-main-box h1 {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.contact-branch-section .branch-main-box img {
    margin-bottom: 10px;
}

.contact-branch-section .branch-main-box p {
    font-size: 0.875rem;
    color: #6b747c;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    text-align: left;
    font-family: "Roboto";
}

.contact-branch-section .branch-main-box ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin: 0;
}

.contact-branch-section .branch-main-box ul li i {
    color: #6b747c;
}

.contact-branch-section .branch-main-box ul li a {
    color: #6b747c;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
}

.contact-branch-section .branch-main-box ul li {
    margin-bottom: 6px;
}
header .logo-header .mid-right-main .navbar-r .user-drop .btn img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 7px;
}

header .logo-header .mid-right-main .navbar-r .user-drop .btn {
    background: #fff;
    color: #333;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #3333;
}

header .logo-header .mid-right-main .navbar-r .user-drop .btn span {
    font-family: "Roboto", ui-sans-serif;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

header .logo-header .mid-right-main .navbar-r {
    display: flex;
    flex-direction: row;
    width: 100%;
}
header .logo-header .mid-right-main .navbar-r li:not(:last-child) {
    margin-right: 12px;
}
header .logo-header .mid-right-main .navbar-r .user-drop .btn:focus {
    box-shadow: none;
}

.dashboard-section .main-area-dash .user-dash-referral .referral-banner img {
    width: 100%;
}

.dashboard-section .main-area-dash .user-dash-referral .referral-heading {
    text-align: center;
    margin: 2em 0 2em 0;
}

.dashboard-section .main-area-dash .user-dash-referral .referral-heading h3 {
    margin: 0;
    font-size: 22px;
    font-family: "Roboto";
    letter-spacing: 0;
}

.dashboard-section .main-area-dash .user-dash-referral .referral-heading p {
    margin: 0;
    font-family: "Lato";
}

.dashboard-section
    .main-area-dash
    .user-dash-referral
    .referral-sum
    .label-control {
    margin: 0;
    font-family: "Roboto";
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.dashboard-section
    .main-area-dash
    .user-dash-referral
    .referral-sum
    .form-control {
    padding: 7px;
    height: 35px;
    border: 2px solid #000;
}

.dashboard-section .main-area-dash .user-dash-referral .referral-sum .btn-copy {
    height: 35px;
    line-height: 35px;
    background: #333;
    border: none;
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px 5px 5px 0px;
}

.dashboard-section
    .main-area-dash
    .user-dash-referral
    .referral-sum
    .bord-text {
    border-radius: 3px;
    background: #f4f4f4;
    border: 1px solid #3333;
    padding: 8px 10px;
    text-align: center;
    font-family: "Roboto";
    font-weight: 500;
}

.dashboard-section .main-area-dash .user-dash-referral .referral-dash-history {
    margin: 1em 0;
}

.dashboard-section
    .main-area-dash
    .user-dash-referral
    .referral-dash-history
    h3 {
    margin: 0;
    font-size: 20px;
    font-family: "Roboto";
    margin-bottom: 5px;
    letter-spacing: 0;
}

.dashboard-section
    .main-area-dash
    .user-dash-referral
    .referral-dash-history
    table
    thead
    tr
    th {
    background-color: #607d8b;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 8px;
    font-family: "Quicksand", sans-serif;
}

.dashboard-section
    .main-area-dash
    .user-dash-referral
    .referral-dash-history
    table
    tbody
    tr
    td {
    text-align: center;
    padding: 8px;
    font-family: "Quicksand", sans-serif;
    background: #fff;
}
.our-team-section {
    padding: 2em 0;
}

.our-team-section .team-heading {
    margin-bottom: 2em;
    text-align: center;
}

.our-team-section .team-heading h1 {
    font-size: 1.5em;
    font-family: "Muli";
    font-weight: 600;
    margin: 0;
}

.our-team-section .team-heading p {
    margin: 0;
    color: #888;
}

.our-team-section .team-main-people {
    padding: 10px;
    background: #fff;
    margin-bottom: 1em;
    border: 1px solid #3333;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #c6c6c633;
}

.our-team-section .team-main-people img {
    height: 210px;
    width: 100%;
}

.our-team-section .team-main-people .team-main-inner {
    padding: 10px 0;
}

.our-team-section .team-main-people .team-main-inner h1 {
    font-size: 21px;
    margin: 0;
    font-family: "Muli";
    font-weight: 700;
}

.our-team-section .team-main-people .team-main-inner span {
    color: #888;
    font-size: 14px;
    display: inline-block;
}

/* Dots Loading Animation */
.dots-loading {
    margin: 0 auto;
    text-align: center;
}

.dots-loading::before,
.dots-loading::after {
    content: " ";
}

.dots-loading div,
.dots-loading::before,
.dots-loading::after {
    margin: 35px 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #c4c4c4;
    opacity: 0;
}

.dots-loading::before {
    -moz-animation: opacitychange 1s ease-in-out infinite;
    -webkit-animation: opacitychange 1s ease-in-out infinite;
    -o-animation: opacitychange 1s ease-in-out infinite;
    animation: opacitychange 1s ease-in-out infinite;
}

.dots-loading div {
    -moz-animation: opacitychange 1s ease-in-out 0.33s infinite;
    -webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;
    -o-animation: opacitychange 1s ease-in-out 0.33s infinite;
    animation: opacitychange 1s ease-in-out 0.33s infinite;
    -webkit-animation-fill-mode: infinite;
    animation-fill-mode: infinite;
}

.dots-loading::after {
    -moz-animation: opacitychange 1s ease-in-out 0.66s infinite;
    -webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;
    -o-animation: opacitychange 1s ease-in-out 0.66s infinite;
    animation: opacitychange 1s ease-in-out 0.66s infinite;
    -webkit-animation-fill-mode: infinite;
    animation-fill-mode: infinite;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

@-webkit-keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}
.join-team-section {
    padding: 2em 0;
}

.join-team-section .team-right {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px #0001;
    padding: 2em;
}

.join-team-section .team-right h2 {
    text-align: center;
    font-size: 2em;
    font-family: "Muli";
    letter-spacing: 0;
}

.join-team-section .team-right p {
    text-align: center;
    color: #888;
}

.join-team-section .team-right form label {
    margin: 0 0 3px 0;
    font-family: "Muli";
    font-size: 14px;
}

.join-team-section .team-right form .form-control {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: "Poppins", sans-serif;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.join-team-section .team-right form .btn-apply {
    background: #0ebf6d;
    border-radius: 20px;
    padding: 7px ​30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#video-container {
    width: 700px;
    height: 500px;
    max-width: 90vw;
    max-height: 50vh;
    margin: 0 auto;
    border: 1px solid #099dfd;
    position: relative;
    box-shadow: 1px 1px 11px #9e9e9e;
    background-color: #fff;
  }
  
  #local-video {
    width: 30%;
    height: 30%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    z-index: 2;
    cursor: pointer;
  }
.book-demo-section {
    padding: 3em 0;
    background: linear-gradient(-45deg, #4576c3, #5547bf, #9045c0, #be47b2);
}

.book-demo-section .text-demo h1 {
    font-size: 3em;
    text-shadow: 2px 2px rgb(0 0 0 / 25%);
    color: #fff;
    font-family: "Nunito";
    font-weight: 600;
}

.book-demo-section .text-demo p {
    margin: 0;
    color: #e9e9e9;
    font-family: "Nunito";
}

.book-demo-section .form-demo {
    padding: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px 5px;
}

.book-demo-section .form-demo h1 {
    margin-bottom: 5px;
    font-size: 2em;
    color: #071e55;
    font-family: "Roboto", sans-serif;
}

.book-demo-section .form-demo p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #7c8595;
}

.book-demo-section .form-demo form .control-label {
    margin-bottom: 2px;
    font-family: "Muli";
    font-size: 15px;
}

.book-demo-section .form-demo form .form-control {
    background: #f1f1f1;
    color: #6e6e6e;
    font-family: "Muli";
    font-size: 15px;
}

.book-demo-section .form-demo form .form-control::placeholder {
    color: #979797;
}

.book-demo-section .form-demo form .btn-bookdemo {
    background: #009688;
    padding: 7px 23px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.demo-what-we-do {
    padding: 3em 0;
    background: #fff;
}

.demo-what-we-do .what-heading {
    text-align: center;
}

.demo-what-we-do .what-heading h1 {
    font-family: "Muli";
    font-weight: 600;
    margin: 0;
}

.demo-what-we-do .what-heading p {
    color: #888;
}

.demo-what-we-do .what-serv {
    text-align: center;
}

.demo-what-we-do .what-serv i {
    font-size: 1.6em;
    background: bisque;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.demo-what-we-do .what-serv h3 {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 21px;
}

.demo-what-we-do .what-serv p {
    color: #888;
    font-size: 14px;
}
.discover-now-demo {
    padding: 3em 0;
}
.discover-now-demo .discover-text {
    
}

.discover-now-demo .discover-text h1 {
    font-family: "Roboto";
    font-weight: 500;
}

.discover-now-demo .discover-text h3 {
    font-size: 18px;
    text-align: justify;
    color: #888;
    font-weight: 500;
}

.discover-now-demo .discover-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.discover-now-demo .discover-text ul li {
    margin-bottom: 8px;
}

.discover-now-demo .discover-text ul li i {
    color: #009688;
}

.blog-section .blog-post-main.card img {
    height: 160px;
    object-fit: cover;
}
.blog-section .blog-post-main.card .blog-post-con {
    padding: 10px;
}

.blog-section .blog-post-main.card .blog-post-con h3 a {
    font-size: 18px;
    display: block;
    color: #000;
    text-transform: capitalize;
}

.blog-section .blog-post-main.card .blog-post-con p {
    margin-bottom: 5px;
}

.blog-section .blog-post-main.card .blog-post-con h3 a {
    display: block;
    text-align: left;
}
.topschoolclg-stream.univ-tble .tab-rows .school-row {
    padding: 1em 0;
    border-bottom: 2px solid #f1f1f1;
}
.blog-details {
    padding: 3em 0;
}
.blog-details .blog-d-img {
    margin-bottom: 0.8em;
}
.blog-details .blog-heading h4 {
    padding: 6px;
    display: inline-block;
    font-size: 13px;
    font-family: "Poppins";
}

.blog-details .blog-heading i {
    margin-right: 5px;
}
.blog-content.short_des {
    color: #626262;
}
.blog-details .blog-heading h1 {
    font-family: "Muli";
    text-transform: capitalize;
    font-weight: 700;
}

.blog-details .blog-content {
    margin-bottom: 1em;
}
.blog-section .blog-post-main.card .blog-post-con a {
    color: #333;
    display: block;
    text-align: right;
}

/*Custom Mega Menu*/

.custom-megamenu-blk .nav-tabs {
    border: none;
}
.custom-megamenu-blk .nav-tabs .nav-link {
    font-size: 15px !important;
    border: none !important;
    padding: 12px 16px !important;
    position: relative;
}
.custom-megamenu-blk .nav-tabs .nav-link::before {
    font-family: "simple-line-icons";
    content: "\e606";
    font-size: 13px;
    position: absolute;
    right: 10px;
}
.mega-in-sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-in-sub-menu ul li a {
    padding: 5px 10px !important;
    display: block;
    font-size: 14px;
}
.mega-in-sub-menu ul li a:hover {
    background: none !important;
    text-decoration: none;
}
.mega-in-sub-menu ul li.submain-menu a {
    font-weight: bold !important;
    color: #000 !important;
    font-size: 16px !important;
}

/*Category page Css*/
.category-side-bar-block {
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
}
.nested-category-block .mb-0 > a{
  display:block;
  position: relative;
    color: #000;
    font-weight: 600;
}
.nested-category-block .mb-0 > a:hover {
  text-decoration:none;
  color: #3e3c3c;
}

.nested-category-block .mb-0 > a:after,.nested-category-block .mb-0 > label:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 2px;
  color: #b0afaf;
}
.nested-category-block .mb-0 > a[aria-expanded="true"]:after,.nested-category-block .mb-0 > label[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.nested-category-block .card {
    border: none;
}
.nested-category-block .card-header {
    background: transparent;
    border: none;
    padding: 6px 0;
}
.nested-category-block .card-header h5 {
    font-size: 15px;
}
.nested-category-block .card-body {
    padding: 0 0 0 10px;
}
.category-nestlist-block {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-nestlist-block li a {
    font-size: 15px;
    font-weight: 600;
    color: #808080;
    padding: 6px 0;
    display: block;
}
.category-nestlist-block li a:hover {
    text-decoration: none;
    color: #000;
}
.category-content-blockmain {
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
}
.category-contentlist-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 6px 0;
}
.category-contentlist-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.category-contentlist-block ul a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 6px 0;
}
.category-contentlist-block ul a:hover {
    text-decoration: none;
}
.category-contentlist-block {
    margin: 0 0 10px;
}
