<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------- home slder css start ---------------*/

section.book_detail.mt-4 ul li {
    list-style: none !important;
}

#overview ul li,.boot-direction ul li {
    list-style: disc;
}

#contenthere li {
    list-style: none !important;
}

.nabTab-filter .tab-brd-active{
    font-weight: bold !important;
}
.nabTab-filter .tab-brd-2:hover{
    color: #fff;
}
#content img{
    object-fit: contain;
}
.windows_app_download_btn {
    padding: 10px 20px;
    border-radius: 20px;
    background: #FEEC00;
    color: #000;
    box-shadow: 0px 0px 10px #ccc;
}

.windows_app_download_btn:hover {
    color: #000;
}


/*#window_app::after {
    content: unset;
}*/


/*.windows_app_download_btn:hover {
    background-position: -100% 0;
    color: #071e57;
}*/


/*.windows_app_download_btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: hsl(220, 50%, 90%);
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #FEEC00 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}*/


/*.windows_app_download_btn:last-child {
    margin-bottom: 0;
}
*/


/*.windows_app_download_btn img {
    width: 9%;
}*/


/*.windows_app_download_btn:hover img {
    content: url('/assets/images/arrow_icon.png');
}*/


/*#window_app_modal .close {
    color: hsl(220, 50%, 90%);
}*/


/*#window_app_modal .modal-content {
    max-width: 60%;
    margin: auto;
    background: linear-gradient(to right, hsl(210, 30%, 20%), hsl(255, 30%, 25%));
    color: hsl(220, 50%, 90%);
    box-shadow: var(--m-shadow, .4rem .4rem 10.2rem .2rem) hsl(236deg 50% 50% / 14%);
    border: 0;
}*/

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 20px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 30px;
}

#accordion .panel-title a {
    display: block;
    padding: 17px 20px 17px 70px;
    background: #f1f1e6;
    font-size: 16px;
    color: #333;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    color: #333;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&amp;v=3.2.1');
    font-weight: 900;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #FEEC00;
    font-size: 25px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f105";
}

#accordion .panel-body {
    padding: 0px 0 0 0;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

#accordion .panel-body p {
    padding: 10px 20px 10px;
    margin: 0;
    background: #f1f1e6;
    border-radius: 15px;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    padding: 8px 15px 8px 40px;
    background: #fdec82;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    position: relative;
    cursor: pointer;
margin-left:-26px;
padding-left:30px;
}

.breadcrumb li:first-child {
    background: #fdf9cc;
margin-left:0;
padding-left:8px
}

.breadcrumb li:last-child {
    background: #fddc05;
    margin-right: 18px;
}

.breadcrumb li:nth-child(1){
    z-index:10
}
.breadcrumb li:nth-child(2){
    z-index:9
}
.breadcrumb li:nth-child(3){
    z-index:8
}
.breadcrumb li:nth-child(4){
    z-index:7
}
.breadcrumb li:nth-child(5){
    z-index:6
}
.breadcrumb li:before {
    display: none;
}


/*.breadcrumb li:after{
    content: "";
    display: block;
    border-left: 18px solid #fdec82;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
}*/

.breadcrumb li:first-child:after {
    border-left-color: #fdf9cc;
}

.breadcrumb li:last-child:after {
    border-left-color: #fddc05;
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: bold;
    color: #777;
}

.topic_listing {
    padding: 10px;
    width:80px;
    background: #FECC00;
    box-shadow: 0px 0px 6px #ccc;
    text-align: center;
    font-size: 38px;
}
/*
* {
    font-family: 'Inter', sans-serif !important;
}*/
* {
    font-family: 'HKGroteskProRegular',sans-serif  !important;
}

.apicontent p {
    white-space: normal!important;
    word-break: break-word!important;
}

.fa {
    font-family: FontAwesome !important;
}

ul {
    padding-left: 0 !important;
}

ul li {
    list-style: none;
}

#course_combo .unlocked {
    border: 2px solid #efefef;
    padding: 4px;
    cursor: pointer;
    /*height: 100%*/
    overflow: scroll;
    min-height: 10px;
    max-height: 290px;
}

.form-control {
    box-shadow: none !important;
	font-size:14px;
}

.locked {
    position: relative;
    border: 1px solid rgb(209, 209, 209);
    cursor: pointer;
}

.locked img {
    height: 215px;
}

.unlocked img {
/*    height: 260px;*/
    margin: auto;
    display: table;
    border-radius: 5px;
}

.locked .fa-lock {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 54px;
    width: 100%;
    height: 355px;
    background: #bfbcbc9e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locked p,
.locked h6 {
    padding-left: 3px;
}

a:hover {
    text-decoration: none;
}

.login_signup_style .input-group .input-group-text.eysicn .fa-eye,
.login_signup_style .input-group .input-group-text.eysicn .fa-eye-slash {
    cursor: pointer;
}

.login_signup_style .input-group .input-group-text.eysicn .fa-eye-slash {
    display: none;
}
.com-img {
    width: 150px;
}
#home_slider .owl-nav button {
    font-size: 20px;
    width: 60px;
    height: 60px;
    background: #383838d9;
    color: #fff;
    border-radius: 50%;
    position: relative;
    outline: none;
}

.hm_ban a {
    background: transparent;
    transition: .6s;
}

.hm_ban a:hover {
    transform: translateY(-10px);
}

.hm_ban {
    width: 100% !important;
}

.hm_ban img {
    width: 180px !important;
    filter: drop-shadow(0 3px 8px rgba(0, 22, 50, .08));
}

#home_slider .download_app_box {
    width: 80%;
}


/* 
#home_slider .download_app_box a {
    box-shadow: 0 0 4px 0 #90979d;
} */

.fs18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #405461;
margin-bottom:0px;
}

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

#home_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
}

#home_slider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

#home_slider .owl-nav button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #383838;
    border-radius: 50%;
}

#home_slider .owl-nav button.owl-prev:before {
    left: unset;
    right: 0;
}


/*------------------- password check box ----------------*/

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #383838;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}


/*------------------- End password check box ----------------*/


/*------------------- filter box ----------------*/

.filter_select_box {
    border-color: #fff;
    background: transparent;
    color: #fff;
    max-width: 240px;
    border: 0;
    border-left: 2px solid #fff;
    border-radius: 0;
    margin-right: 10px;
}

.filter_section {
    background: #383838;
    padding: 20px;
}

.filter_select_box:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.filter_select_box option {
    color: #383838;
}

.dropdown-menu a:active {
    background-color: #000 !important;
}


/*---------------------------- book card design ----------------------*/

.book_card {
    border: 0;
    /* box-shadow: 0 0 5px 0 #d1d1d1; */
    margin-bottom: 30px;
}

#all .dtl_h4 {
    margin-top: 0px!important;
}

.book-image {
    height: 200px;
}

.book-subject {
    font-weight: 600;
    color: #071e57;
    font-size: 15px;
    margin: 0;
    line-height: 21px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 65px;
}

.book-owner {
    font-weight: 500;
    color: #949090;
    margin-bottom: 0;
}

.book-price {
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: start;
}

.book-price small {
    color: #949090;
    display:flex;
}

.book-price span {
    font-weight: 700;
    color: #383838;
    font-size: 14px;
}

.gst_inc {
    font-size:11px;
    font-weight: bold;
    color: #000 !important;
    margin-top: 5px;
}

.book_validity {
/*    background: #f6e482;*/
    padding: 2px 5px;
    font-size:16px;
    font-weight: 600;
    line-height: 2;
    color: #000;
}

.book_detail {
    color: #949090;
}

.view-book-btn {
    text-transform: uppercase;
    font-size: 12px;
    align-items: center;
    font-weight: 700;
    text-decoration: none !important;
    color: #000;
}

.view_all_book_btn {
    display: inline-block;
    padding: 10px 40px;
    text-transform: capitalize;
    font-weight: 800;
    color: #000;
    background: #e8e8e8;
    border-radius: 5px;
    text-decoration: none !important;
}

.strick {
    color: #000;
}


/*--------------------------- footer -----------------------*/

footer {
    background: linear-gradient( 90deg, #1d232f, #3e4b5b 100%);
    padding: 30px 0;
    margin-top:auto !important;
}

footer .border-light{
margin:0;
}

.footer_heading {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}
h4.footer_heading.mt-3{
border:0;
}
.address-list {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    color: #fff;
}
.address-list strong{
    font-style: italic;
}
.address-list span {
    font-size: 14px;
    font-weight: 500;
}

.address-list i {
    margin-right: 15px;
    min-width: 16px;
}

.footer-links {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 7px;
    display: inline-block;
    transition: .5s;
}

.footer-links:hover {
    border-bottom:2px solid #fff !important;
    font-size:14px;
    color:#fff;
}

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

.test_question_design img {
    width: 150px;
}

.fw-500 {
    font-weight: 500;
}

.footer-social-links li {
    display: inline-block;
}

.footer-social-links li a {
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 7px;
    transition: .5s;
    border-radius: 50%;
    margin-right: 7px;
}

.footer-social-links li a:hover {
    background: #feec00;
    color: #383838;
    box-shadow: 0 0 10px #161616;
    border: 1px solid #feec00;
}

.policy-list li {
    font-size: 14px;
}

.policy-list li a {
    color: #fff;
}

.popup img {
    width: 140px!important;
}

.download_app_box a img {
    width: 100%;
}

.nofound img {
    width: 250px;
    margin-bottom: 20px;
    margin-top: 80px;
}

.nofound p {
    font-weight: bold;
}

.download_app_box a {
    display: inline-block;
    width: 30%;
    margin: 0 4px;
}


/*----------------- flag input ------------------*/

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__flag.iti__us {
    background-position: 0;
    height: 20px;
    width: 20px;
}

.iti__flag {
    box-shadow: none;
    background-image: url(../images/flag.png);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-color: transparent;
    background-position: 20px 0;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05);
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-right: 0;
    width: 100%;
    padding: 10px;
}


/*------------------- book detail page style ---------------------*/

.book-detail-tabs li a {
    margin: 0 5px;
    border-radius: 8px !important;
    padding: 8px 20px;
    color: #383838;
    font-weight: 400;
    display: block;
    font-size:16px !important;
    transition: .5s;
}

.book-detail-tabs li a:hover{
    box-shadow: 0 6px 10px #d9d9d9;
}

.my_cours.book-detail-tabs li a {
    border: none !important;
}

.my_cours.books_tabs li:first-child a {
    border-left: none !important;
    border-top-left-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
}

.my_cours.book-detail-tabs li a.active {
    border-radius: 20px !important;
}

.book-detail-tabs li a.active {
    background: #000 !important;
    color: #fff !important;
}

.theme-blue {
    color: #071e57;
}

#related_course_slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#related_course_slider .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    background: #383838c4;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    top: -30px;
}

#related_course_slider .owl-nav button.owl-next {
    left: unset;
    right: 0;
}

.book_price_validity {
    width: 50%;
}

.payment_box {
    width: 65%;
}

.books_tabs li:first-child a {
    border-left: 2px solid #d1d1d1!important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.books_tabs li:last-child a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.books_tabs li a {
    border-radius: 0 !important;
    margin: 0;
    border-left: 0 !important;
}


/*------------------------------- order summary start --------------------*/

.sort_by_option {
    background: transparent;
    padding: 5px;
    border-radius: 20px;
    width: 100px;
    border: 2px solid #ababab;
    color: #ababab;
    font-weight: 600;
    outline: none;
}

.order-summary-card {
    box-shadow: 0 0 7px #ababab4f;
    padding: 10px 10px;
}

.live-test, .live_test_img {
    margin-right: 15px;
    display: inline;
}

.order-summary-card img {
    width: 120px;
    height: 100%;
    border-radius: 5px;
    /* margin-right: 15px; */
}

.order-summary-card img {
    width: 120px;
    height: 100%;
    border-radius: 5px;
    /* margin-right: 15px; */
    object-fit:contain;
}


/* .tab_column {
    align-items: center;
} */

.btm_purchase_card {
    width: 100%;
    align-items: center;
}

.progress_wrapper {
    width: 100%;
    margin-right: 30px;
}

.order-summary-package-card {
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    padding: 15px;
    background-color: #fffae6;
    border: none;
}

.card-head {
    display: flex;
    background: #e5e5e5;
}

.card-image {
    width: 160px;
    height: 100px;
    margin-bottom: 10px;
    /* border-radius: 51px; */
}

.card-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card-content h4 {
    margin-top: 12px;
}

.card-arrow {
    text-align: right;
    margin-top: 20px;
}

.card-arrow .fa {
    font-size: 35px;
}

.card-content p {
    padding-top: 39px;
    font-size: 15px;
}

.progress-main p {
    text-align: left;
    margin-left: 16%;
    margin-bottom: 10px;
    font-size: 17px;
    color: #4a4646;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fdc806;
    transition: width .6s ease;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 10px!important;
}

.progress-content-1 {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    padding-right: 10px;
    font-size: 13px;
}

button.btn.btn-primary.val {
    float: right;
    background-color: #000!important;
    border: none;
    border-radius: 5px;
    padding: 7px 16px;
}

.animated-progress {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    margin: 0;
    background: #e9ecef;
    overflow: hidden;
    position: relative;
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
}

.progress-yellow span {
    background-color: #fdc806;
}


/****** video tab css ********/

.data_list {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.theme-yellow {
    color: #feec00;
}

.purchase_card {
    display: flex;
    align-items: center;
}

.data_list ul li .purchase_card img {
    border-radius: 10px;
    width: 120px;
    height: 100% !important;
    margin-right: 20px;
}

.data_list ul li {
    list-style: none;
    padding: 8px;
    box-shadow: 0 0 7px #ababab4f;
    border-radius: 18px;
    margin-bottom: 21px !important;
}

.data_list ul li img {
    border-radius: 10px;
    width: 100%;
}

.list_content {
    padding: 5px 0 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tym_dur {
    display: flex;
    height: 50%;
    align-items: self-end;
    font-size: 20px;
}

.video_cards .list_content h3 {
    font-size: 25px;
}

.data_list ul li a {
    text-decoration: none !important;
}


/*---------------------------- purchase history --------------------------------*/


/************** Thank pag ***************/

.thank_you {
    width: 100%;
    padding: 40px 0;
}

.thnk_cont {
    box-shadow: 0 0 25px #ebebeb;
    padding: 21px 0 20px;
    border-bottom: 3px solid #071e57;
    position: relative;
}

.thnk_cont .ryt_chk {
    /* position: absolute; */
    /* right: 23%;
    top: 10%; */
    background: #fff;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #28a745;
    font-size: 21px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.thnk_cont h2 {
    font-size: 24px;
}

.ordr_id {
    flex-direction: column;
}

.ths_inr {
    padding: 18px 10px;
    border: 1px solid #d1d1d1;
    width: 50%;
    display: table;
    margin: auto;
    box-shadow: 0 0 10px #d1d1d1;
    border-radius: 10px;
}

.stor_img {
    width: 150px !important;
}

.breadcrumb {
    background-color: #00a9e0!important;
}

.cms_styles {
    box-shadow: 0 0 25px #ebebeb;
    padding: 30px 45px;
    border-bottom: 3px solid #28a745;
}


/* profile */

.profile {
    padding: 20px;
}

.profile_lft {
    position: sticky;
    top: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 25px #0000002e;
}

.mn_ht {
    min-height: 110px;
    background: #000;
    border-radius: 10px;
}

.imagecircle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: -60px auto 0;
    position: relative;
    box-shadow: 0px 11px 16px 0px #cccccca3;
    background-color: #fff;
    padding: 5px;
}

.usr-pic-new {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: -48px;
}

.usr-pic-new&gt;img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.profile_id_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
}

.lft-panel ul li a img {
    width: 20px;
    margin-right: 5px;
}

.link_inn:focus,
.link_inn:hover {
    border-color: none !important;
}

.link_inn {
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid gray;
}

.lft-panel li {
    width: 100%;
}

.lft-panel li a {
    text-transform: capitalize;
    font-size: 16px;
    transition: .5s;
    border-top: 1px solid #000 !important;
    color: #384454;
    border-radius: 0 !important;
    margin: 0 10px;
}

.lft-panel li a.active {
    background: #000 !important;
    color: #fff !important;
    border-radius: 10px!important;
    margin: 0 !important;
}

.lft-panel li a:hover {
    color: #fff !important;
    background: #bcc9cd !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    margin: 0;
    border-radius: 10px!important;
}

.px-30 {
    padding: 0 18px;
}

.profile-content-box {
    box-shadow: 0px 3px 25px #0000002e;
    padding: 10px 12px;
}



.ryt_profile {
    padding: 30px 35px;
}

.profile_id_img {
    box-shadow: 0px 11px 16px 0px #cccccca3;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit_profile .form-group {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    background: #eff6ff;
    justify-content: start;
    padding: 6px 23px;
}

.edit_profile label {
    margin-bottom: 0 !important;
    width: 135px;
}

.edit_profile span {
    padding-left: 4px;
    padding-right: 10px;
}

.reset_pas {
    background: #eff6ff;
    margin-right: 10px;
    padding: 8px 0 8px 30px;
    width: 80%;
    font-weight: 500;
}

.btn-profile {
    background: #000;
    padding: 10px 43px;
    border-radius: 26px;
    color: #fff;
    transition: .5s;
}

.btn-profile:hover {
    color: #fff;
    box-shadow: 0 0 10px gray;
}

.folo_txt h3 {
    font-size: 23px;
}

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

.more-less {
    float: right;
}

.pnl_shado {
    border: 1px solid #c8c8c8;
    border-radius: 7px;
    box-shadow: 0 0 17px #e3e3e3;
}

.drop_dn {
    background-color: transparent !important;
}

.drop_dn img {
    width: 45px;
    border-radius: 50%;
}

.drop_dn .btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.drop_dn .btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
}

.view_all.select_course_tab .nav-tabs .nav-link {
    border-radius: 20px !important;
    border: 1px solid #000 !important;
    background: #fff;
    color: #000;
    margin-bottom: 15px;
}

.view_all.select_course_tab .nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
    box-shadow: -1px 1px 12px 2px #c3c3c3;
    border: 3px solid white;
    border-radius: 20px !important;
}

.viwall_tab .book_card {
    /* background: #efefef; */
    border: 2px solid #efefef;
    border-bottom: 2px solid;
    transition: all linear 0.4s;
}

.book-image {
    /* width: 70%; */
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.video_list_btn {
    cursor: pointer;
    position: relative;
    right: -87%;
    top: 66px;
    z-index: 1;
}

.added_video_list_btn {
    right: -91%;
}

.course_card .card-body {
    padding: 5px;
}

.viwall_tab .book_card:hover {
    border-bottom: 2px solid #FEEC00;
    box-shadow: 2px 4px 12px 1px #ddd;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
}

.panel-title&gt;button:before {
    float: right !important;
    font-family: FontAwesome;
    content: "";
    background: url(../images/up_arrow.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.panel-title&gt;button.collapsed:before {
    float: right !important;
    content: "";
    background: url(../images/down_arrow.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.crd_inn {
    background-color: #fff;
}

.crd_inn button {
    width: 100%;
    float: left;
    text-align: left;
    text-decoration: none;
}

.crd_inn button:focus,
.crd_inn button:hover {
    text-decoration: none !important;
}

.shadow-non {
    box-shadow: none !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-22 {
    font-size: 24px;
}

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

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

.ban_had {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500 !important;
}

.sec-head {
    font-size: 35px;
    color: #071e57;
    margin-bottom: 20px;
}

.staf_had {
    font-size: 14px;
    line-height: 20px;
}

.live_test_img img {
    min-width: 150px;
}

.actionLink a {
    font-size: 90%;
}

.vlidtxt h6,
.vlidtxt p {
    font-size: 14px;
    margin: 5px 0 !important;
}

.lft-panel .nav-item a i {
    width: 24px;
    height: 16px;
}

.purchase_card .list_content h4 {
    font-size: 14px;
}

.bas_alin {
    align-items: baseline;
}

.bas_alin a {
    align-items: center;
}

.bas_alin a i {
    padding-left: 4px;
}

.faq_sec .crd_inn {
    border-bottom: 0;
    color: #000 !important;
    padding: 15px 10px !important;
    background: #e5e5e5;
}

.card {
    box-shadow: 0 0 5px 0 #e5e5e5ad;
}

.faq_sec button {
    color: #071e57 !important;
    padding: 0;
}


/* create test page css */

.creat-test {
    background: #f2f2f2;
    box-shadow: 0 2px 10px #dadada;
}

.creat-test ul li {
    width: 25%;
    float: left;
}

.sourse_content {
    padding: 0 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    cursor: pointer;
    margin-bottom:0px !important;
}

.creat-test .nav-tabs .nav-link {
    background-color: #e0e0e0;
    color: #000;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.creat-test .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #000;
    border: 1px solid #0057fe !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


/* .option-list li {
    border: 1px solid #b9b9b9;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
} */

.option-list li label {
    width: 100%;
    border: 1px solid #b9b9b9;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.option-list li p {
    margin-bottom: 0 !important;
    padding-left: 8px;
}

.option_target {
    border-radius: 50%;
    border: 1px solid #000;
    width: 35px;
    display: inline-block;
    text-align: center;
    height: 35px;
    padding-top: 5px;
    color: #000;
    cursor: pointer;
}

.option_select.corct_op label.active .option_target {
    color: #fff;
    background: green;
    border: 1px solid green;
}

.option_select.corct_op label.active {
    border: 1px solid #0c770c;
    background: #c8fabe;
    position: relative;
    z-index: 1;
}

.option_select1.corct_op1 label.active .option_target {
    color: #fff;
    background: green;
    border: 1px solid green;
}

.bk_dtl_codtxt {
    text-align: center;
    padding: 4px 4px;
    background: #f6e482c4;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #000;
}

.option_select1.corct_op1 label.active {
    border: 1px solid #0c770c;
    background: #c8fabe;
    position: relative;
    z-index: 1;
}

.str.active {
    color: #feec00 !important;
}

.clrbtn {
    background-color: #feec00 !important;
    padding: 10px 33px !important;
    border: 1px solid #feec00 !important;
    color: #000;
}

.clrbtn:hover {
    color: #000;
}

.submit_sec {
    border-top: 1px solid #d5d5d5;
}

.sub_but {
    border: 1px solid #c8c8c8;
    background: #fff;
    padding: 10px;
}

.sub_next {
    border: 1px solid #c8c8c8;
    background: #000;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.fs-40 {
    width: 30px;
    height: 20px;
}

.level_dv ul li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
}

.level_dv ul li:last-child {
    border-bottom: none;
}

.border-2 {
    border: 2px solid #dbdbdb;
}

.frm_gp input {
    width: 100%;
    padding: 8px;
    background: #dfdfdf;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.w-lg {
    width: 50px;
    height: 23px;
}

.shadow {
    box-shadow: 0 0 10px lightgray;
}

.test_bok {
    cursor: pointer;
}

.test_bok .card-body {
    padding: .50rem .75rem;
}

.test_bok.active {
    position: relative;
}

.test_bok.active::before {
    display: inline-block;
    content: unset;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #23cb00;
    border-radius: 50%;
    font-size: 44px;
    text-align: center;
    line-height: 50px;
    z-index: 999;
}

.test_bok.active::after {
    position: absolute;
    content: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff9e;
}

.test_bok_check:checked~.active:before {
    content: "\f058";
}

.test_bok_check:checked~.active:after {
    content: '';
}

.score_tbl th,
.score_tbl td {
    border: 1px solid #000;
}

.tbl_dv {
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
    padding-bottom: 10px;
}

.test_bok .book-image {
    width: 100%;
    height: 190px;
    border-radius: 12px;
    overflow: hidden;
}

.level_dv {
    padding-bottom: 0 !important;
}

.serch_bar {
    border: 1px solid #d2d2d2;
    padding: 55px;
    box-shadow: 0 0 10px #d4d4d4;
}

.serch_bar input {
    width: 50%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #e3e3e3;
    padding-left: 5px;
}

.serch_btn {
    border: 1px solid #000;
    background: #000 !important;
    border-bottom: 2px solid;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #00000047;
    z-index: 999;
}

.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.dflt_lvl {
    background: #feec00;
    color: #fff;
    border-radius: 15px;
}

.dflt_lvl h3 {
    color: #000;
}

.lvl_txt_bg {
    background: #fff353;
    border-radius: 15px;
    color: #000;
    box-shadow: 0 0 10px #b0a547a8;
}

.select_option {
    width: 100%;
    padding: 10px;
    background: #dfdfdf;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}


/*-------------------------- single book details ----------------*/

.overview-content p {
    margin: 0px;
    padding: 0px;
    color: #333 !important;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    text-align: justify !important;
    line-height: 1.8;
}

.course-content-heading {
    color: #071e57;
    font-weight: 600;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 4px;
    height: auto
    font-size: 18px;
}

.right-panel {
    margin-left: 15px;
}

.sourse_content .src_icon {
    border-radius: 5px;
    display: inline-block;
}

#course_combo p {
    font-size: 14px;
    font-weight: 400;
    color: #405461;
    max-height: 70px;
    min-height: 70px;
    overflow: auto;
}
#overviewHindi p,
#overviewEnglish p {
    /* font-weight: 600; */
    text-align: justify;
    color: #000;
    font-size: 15px;
}

#overviewHindi p,
#overviewHindi h1,
#overviewHindi h2,
#overviewHindi h3,
#overviewHindi h4,
#overviewHindi h5,
#overviewHindi h6 {
    font-weight: 600;
}

.scl_modal_close {
    font-size: 25px !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-shadow: unset !important;
    opacity: 1 !important;
    outline: 0 !important;
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 99;
    display: none !important
}

.modal {
    padding: 0
}

.school-modal {
    max-width: 800px !important;
}

.school-modal .modal-content {
    background: url(https://online.utkarshapp.com/assets/images/logo.svg), url(https://utkarsh.com/modal_img.e007ad8de8b250134a43.png), url(/assets/images/pop_up_bg.png) !important;
    background-color: #000 !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 93% 25%, 80% 100%, 100% 100% !important;
    background-size: 15% 25%, 29% 52%, 100% 100% !important;
    border: 0 !important;
    min-width: 800px;
    border-radius: 50px;
}

.school-modal .modal-content .modal-body {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 65px 40px !important
}

.school-modal .modal-content .modal-body h3 {
    color: #383838 !important;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    margin-top: 95px;
    padding-left: 10px;
}

.school-modal .modal-content .modal-body .site_switch {
    text-decoration: none !important;
    width: 47%;
    border: 0;
    display: flex;
    color: #000 !important;
    background: #fc0 !important;
    height: 50px !important;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 800;
    margin-top: 35px;
    border-radius: 12px;
    margin-left: 10px;
}

.modal_input_group {
    display: block;
    position: relative;
    width: 200px;
    height: 170px;
    text-align: center;
}

.modal_input_group label {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color .2s ease-in;
    overflow: hidden;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: #333;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: end;
    justify-content: center;
}

.modal_input_group label:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    content: "";
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.modal_input_group label:after {
    width: 20px;
    height: 20px;
    content: "";
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .2s ease-in;
}

.modal_input_group input:checked~label:before {
    border-color: #fc0;
}

.modal_input_group input:checked~label:after {
    background-color: #fc0;
}

.modal_input_group input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden
}

.home-modal-close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    background: #fff;
}

.advanceSearch {
    padding: 0;
    border-radius: 5px;
    margin-left: 15px;
    display: inline-block;
}

.advanceSearch img {
    width: 60px;
}

.home-filter-section {
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 15px;
}


/* .home-filter-section .home-filter-common-div {
    display: inline-block;
    max-width: 235px;
} */

.home-filter-section .search_wrapper input {
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
    padding-left: 30px;
    position: relative;
}

.search_wrapper input::placeholder {
    color: #fff;
}

.home-filter-section .search_wrapper:before {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #fff;
}

.home-filter-section .search_wrapper {
    position: relative;
}

.liv_cls {
    align-items: center;
}

.log_btn:focus-visible,
.log_btn:focus {
    box-shadow: none !important;
}


/* .profile-camera{
    position: relative;
    width: 100%;
}
.profile-camera .fa-camera{
    position: absolute;
    right: 10px;
    bottom: -9px;
} */

.detl_h2 {
    font-size: 16px;
}

.dts_btn {
    background: #f6e482;
    border: 1px solid #f6e482;
    color: #343a40;
}

.dtl_h4 {
    font-size: 18px;
    color: #343a40;
    ;
}

.dtl_desp {
    color: #343a40;
}

.pre_btn:active,
.pre_btn:hover {
    background-color: #000;
}

.pre_btn:focus-visible,
.pre_btn:focus {
    box-shadow: none;
}

.single_pg {
    border: 1px solid #d5d5d5;
    padding: 6px;
}

.stor_img {
    border: 1px solid #bdbdbd;
    border-radius: 6px;
}

.pymnt_img {
    height: auto;
    /* width: 60%; */
    border-radius: 5px;
}

.crc_img{
    height: auto;
}

.paym_dv {
    border: 1px solid whitesmoke;
    padding: 5px;
    border-bottom: 2px solid #f6e482;
}

.paym_dv .card-body {
    padding: 15px 0 0;
}

.progress_wrapper p {
    color: #000;
    word-break: break-all;
}

.tst_gnrtar {
    font-size: 18px;
    color: #071e57;
    font-weight: 600;
}

.login_signup_style .input-group .input-group-text.eysicn::after {
    content: none;
}

.login_signup_style .input-group .input-group-text.eysicn .fa-eye,
.login_signup_style .input-group .input-group-text.eysicn .fa-eye-slash {
    cursor: pointer;
}

.login_signup_style .input-group .input-group-text.eysicn .fa-eye-slash {
    display: none;
}

.accordion .fa-angle-down {
    margin-right: 0.5rem;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    right: 0;
    color: #071e57;
}

.crttst_tb:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 5px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    color: #071e57;
}


/* .crttst_tb.collapsed:before {
    float: right !important;
    content: "-";
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    color: #000;
} */

.policy-list li a:hover {
    border-bottom: 2px solid #fff;
}

.sourse_content h4 {
    color: #071e57 !important;
    margin-top: 28px;
    word-break: break-word;
}

.sourse_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #405461;
    margin-bottom: 0;
}

.book-price .strick,
.paym_dv .book-price strike {
    font-size: 14px;
    color:#949090;
}

.alert-danger {
    margin-bottom: 0 !important;
}

.admin_rply {
    width: 48%;
    padding: 10px;
    border-radius: 10px;
    background: #fcee35;
    border-top-left-radius: 0;
}

.user_reply {
    width: 48%;
    float: right;
    padding: 10px;
    border-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff344bd;
    border-top-right-radius: 0;
    text-align: right;
    margin-bottom: 15px;
}

.back_btn {
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000;
}

.back_btn:hover {
    color: #fff;
    border-color: #000;
}

.back_btn:focus {
    box-shadow: none !important;
}

.back_btn:active {
    color: #fff !important;
}

.locked {
    position: relative;
    border: 1px solid rgb(209, 209, 209);
}

.locked p,
.locked h6 {
    font-size: 16px;
    padding-left: 3px;
}

.bok_p {
    font-size: 14px;
    font-weight: 400;
    color: #405461;
}

.bok_slid_in {
    border: 1px solid rgb(221, 221, 221);
    border-bottom: 2px solid #000;
}

.bok_slid_in p,
.bok_slid_in h6 {
    padding-left: 3px;
}

.bok_slid_in img {
/*    width: 70% !important;*/
/*    height: 200px;*/
    display: table !important;
    margin: auto;
}

.skipd_ans {
    background: #cecece;
}

.skipd_txt {
    color: #cecece;
}

.ans_dv {
    border-right: 1px solid #e6e6e6;
}

.summary_details i {
    font-size: 40px;
}

.ans_dv i {
    font-size: 40px;
}

.ans_dv h5 {
    font-size: 17px;
}

.reply_dot {
    width: 40px;
    height: 40px;
    display: inline-block;
    /* margin: auto; */
    border-radius: 50%;
}

.str_bg {
    color: #FEEC00;
}

.scor_sec h1 {
    font-size: 25px;
}

.fs22 {
    font-size: 22px;
}

.test_lik_pop {
    position: absolute;
    right: 66px;
    bottom: 15px;
}

.srch_dv {
    padding: 10px 23px;
    background: #fff;
    border-radius: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 210px;
}

.srch_icn {
    padding: 13px;
    background: #fff;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.link_cls_btn {
    margin-right: 50px;
    background: #FEEC00 !important;
    border-radius: 50%;
    opacity: 1;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.flip_crd_wdth {
    width: 180px;
    border: 1px solid lightgray;
    box-shadow: 0 0 10px #e3e3e3;
}

.stky_pls_btn {
    position: sticky;
    bottom: 10px;
    margin-right: -45px;
    box-shadow: 0 5px 10px #31313142;
}

.stky_pls_btn:focus-visible,
.stky_pls_btn:focus {
    box-shadow: none;
    border: none;
}

.btn_login,
#dropdownMenuButton {
    border: 1px solid #000;
    background: #000 ;
    /*border: 2px solid #ff9700;*/
}

.btn_login:hover {
    border: 1px solid #6b5f9b45;
    background: none;
}

.btn_login:active {
    border: 1px solid #000 !important;
}

#dropdownMenuButton:focus {
    box-shadow: none;
}

.btn_login {
    box-shadow: none !important;
}

.bok_dtl_downicn img {
    filter: drop-shadow(0 3px 8px rgba(0, 22, 50, .08));
}

.dropdown-item {
    padding: 3px 8px;
    position: relative;
    margin-bottom: 3px;
    transition: .5s;
}

.dropdown-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    /* border-radius: 10px; */
    transition: .5s;
}

.dropdown-item:hover {
    color: #fff;
    background: rgb(24 107 139 / 39%);
}


}

.dropdown-item:hover:before {
    width: 100%;
}

.dropdown {
    position: relative;
    transition: .5s;
}

.drop_hover {
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 38px;
    border-radius: 2px;
    transition: .5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.dropdown:hover .drop_hover {
    height: auto;
    padding: 5px 2px 1px;
    border: 1px solid #cacaca;
    background: #fff;
}

#dropdownMenuButton {
    min-width: 140px;
}

#navbarSupportedContent .dropdown{
    margin-left:12px;
}

.blk_btn {
    background: #FEEC00 !important;
    color: #000 !important;
    transition: .5s;
    padding:8px 20px !important;
    border-radius:8px !important;
    font-size:16px !important;
}

.blk_btn:hover {
    box-shadow: 0 6px 10px #d9d9d9;
}

.faq_to {
    width: 100%;
    text-align: left;
}

.faq_to:hover {
    text-decoration: none;
    color: #071e57;
}

.faq_to:focus {
    text-decoration: none;
}

.faq_to::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 5px;
    font-size: 22px;
    font-weight: bold;
    margin-top: -3px;
    color: #071e57;
}

.faq_hd {
    padding: 0;
}

.tropy_img {
    width: 60px;
    height: 60px;
}


/* .backURL {
    background: #000;
    color: #fff;
    border: 1px solid !important;
}
.backURL:hover{
    background: #000;
    color: #fff;
    border: 1px solid !important;
}

.backURL:focus{
    box-shadow: none;
    background: #000;
    color: #fff;

} */

.bk_dtl_codtxt {
    text-align: center;
    padding: 4px 4px;
    background: #f6e482;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #000;
}

.bok_pop a {
    color: #000;
}

#canvas_container {
    background: #f0f0f0;
    text-align: center;
    width: auto;
    display: table;
    padding: 7px 0;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #e3e3e3;
/*    display: flex;*/
/*    justify-content: center;*/
}

#pdf_renderer {
    /* height: 500px;
    width: 100%; */
    padding: 0 10px;
    width: auto;
    max-width: 100%;
}

.by_utk {
    color: #405461 !important;
}

.input-group input:focus {
    box-shadow: none !important;
}

.blk_btn:focus {
    box-shadow: none !important;
}

.ovr_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #405461 !important;
}

.pre_generator {
    width: 60%;
    margin: auto;
}


/* .breadcumURL:active,
.breadcumURL:focus,
.breadcumURL:hover{
    background: #000 !important;
    color: #fff  !important;
    box-shadow: none !important;
} */

.titleBack:active,
.titleBack:focus,
.titleBack:hover {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.vdo_serch {
    position: relative;
    padding: 20px 0;
    box-shadow: 0 3px 10px #dcd8d8b8;
    border-bottom: 2px solid #787878;
    padding-right: 45px;
}

.srch_inr_c {
    width: 50%;
    padding: 10px;
    border-radius: 26px;
    border: 1px solid gray;
    background: #f0f0f0;
}

.vdo_serch button {
    border-radius: 50%;
    position: absolute;
    top: 19px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.bk_txt {
    font-size: 24px;
}

#notfound {
    position: relative;
    height: 70vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.notfound .notfound-404 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.notfound .notfound-404 h1 {
    color: #ececec;
    font-weight: 900;
    font-size: 300px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-size: 46px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0
}

.notfound p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px
}

.notfound a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #feec00;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #000;
    font-weight: 600;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.notfound a:hover {
    background-color: #fff;
    border-color: #feec00;
    color: #000;
}

.paymnt_tab #select-box{
    width: 141px;
    border: 1px solid #d7d7d7;
    padding: 5px 5px;
}
.paymnt_tab select:focus-visible{
    outline: unset !important;
}
.paymnt_tab .tab-navigation{
    padding: 0 4px;
}
.paymnt_tab .order-summary{
    margin-top: 20px;
    border-radius: 5px;
    border: 2px solid #ccc;
}
.paymnt_tab {
    padding: 0 20px;
}
.paymnt_tab .need_help {
    text-align: center;
    padding: 20px;
    margin-top: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-bottom: 16px;
}
.paymnt_tab .need_help h4{
    font-size: 18px;
}
.pdf_btn{
    background: #eab8b8 !important;
    border: 1px solid #eab8b8 !important;
    color: #000 !important;
}

.btgeet button.font-weight-bold.theme-blue {
    color: #fff !important;
}

/*.row.boot-direction img ,.course_tab.changeContent p img{
    height: auto !important;
    width: 100% !important;
}*/

.actionLink a.badge.btn{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    user-select: none;
    border:0;
    margin-bottom:5px;
}

.libry-new-img img{
    object-fit:contain;
}












@media only screen and (max-width:480px) {
    .notfound .notfound-404 h1 {
        font-size: 130px;
    }
    .notfound h2 {
        font-size: 26px
    }
}

.breadcrumb-item {
    cursor: pointer;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    padding: 8px 18px 8px 55px ;
    background: #fdec82;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /* border: 1px solid #000; */
    border-right: 0;
    border-left: 0;
    position: relative;
    /* clip-path: polygon(0 0%, 85% 0%, 100% 50%, 85% 100%, 0 100%);*/
}
.breadcrumb li:after{
content: '';
}
.arrow_shape {
    position: absolute;
    width: 22px;
    height: 42px;
    background: #000;
    top: -2px;
    right: -21px;
    z-index: 9;
}

.arrow_shape:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    left: 0px;
    top: 1px;
}

.arrow_shape,
.arrow_shape:before {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.breadcrumb li:last-child .arrow_shape:before {
    background: #fddc05;
    border-left: 1px solid #fddc05;
}

.breadcrumb li:nth-child(1) {
    background: #000;
}

.breadcrumb li:nth-child(1):after {
    background: #000;
}

.breadcrumb li:nth-child(1) .arrow_shape:before {
    background: #000;
    border-left: 1px solid #000;
}

.breadcrumb li:nth-child(2) {
    background: #fff7c8;
}

.breadcrumb li:nth-child(2):after {
    background: #fff7c8;
}

.breadcrumb li:nth-child(2) .arrow_shape:before {
    background: #fff7c8;
    border-left: 1px solid #fff7c8;
}

.breadcrumb li:nth-child(3) {
    background: #fef5b4;
}

.breadcrumb li:nth-child(3):after {
    background: #fef5b4;
}

.breadcrumb li:nth-child(3) .arrow_shape:before {
    background: #fef5b4;
    border-left: 1px solid #fef5b4;
}

.breadcrumb li:nth-child(4) {
    background: #fef2a1;
}

.breadcrumb li:nth-child(4) .arrow_shape:before {
    background: #fef2a1;
    border-left: 1px solid #fef2a1;
}

.breadcrumb li:nth-child(4):after {
    background: #fef2a1;
}

.breadcrumb li:nth-child(5) {
    background: #feef8d;
}

.breadcrumb li:nth-child(5) .arrow_shape:before {
    background: #feef8d;
    border-left: 1px solid #feef8d;
}

.breadcrumb li:nth-child(5):after {
    background: #feef8d;
}

.breadcrumb li:nth-child(6) {
    background: #feec7a;
}

.breadcrumb li:nth-child(6) .arrow_shape:before {
    background: #feec7a;
    border-left: 1px solid #feec7a;
}

.breadcrumb li:nth-child(6):after {
    background: #feec7a;
}

.breadcrumb li:nth-child(7) {
    background: #feea66;
}


/* .breadcrumb li:nth-child(7) .arrow_shape:before {
    background: #feea66;
    border-left: 1px solid #feea66;
} */

.breadcrumb li:nth-child(7):after {
    background: #feea66;
}

.breadcrumb li:nth-child(8) {
    background: #fee753;
}


/* .breadcrumb li:nth-child(8) .arrow_shape:before {
    background: #fee753;
    border-left: 1px solid #fee753;
} */

.breadcrumb li:nth-child(8):after {
    background: #fee753;
}

.breadcrumb li:nth-child(9) {
    background: #fde43f;
}


/* .breadcrumb li:nth-child(9) .arrow_shape:before {
    background: #fde43f;
    border-left: 1px solid #fde43f;
} */

.breadcrumb li:nth-child(9):after {
    background: #fde43f;
}

.breadcrumb li:last-child {
    background: #fddc05;
    padding: 8px 18px 8px 55px;
}


/* .breadcrumb li:last-child .arrow_shape:before {
    background: #fddc05;
    border-left: 1px solid #fddc05;
} */

.breadcrumb li:last-child:after {
    background: #00a9e0;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:after {
    /*content: "";*/
    display: block;
/*    width: 20px;*/
    height: 100%;
    background: #fdec82;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    border: 1px solid #000;
    position: absolute;
    top: 0;
    border: 0;
    right: -29px;
    transform: translate(-50%, 0);
    z-index: 1;
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: bold;
    color: #777;
}
.hm_2 a{
    color: #fff !important;
}

.cpn-image {
    width: 120px;
    height: 153px;
    background: #000;
}
.cpn_im_dv{
    min-height: 153px;
}
.cp_txt{
  width: 100%;
  padding-left: 10px;
    padding-top: 6px;
}
.cupn_dv {
    list-style: none;
    padding: 8px;
    box-shadow: 0 0 7px #ababab4f;
    border-radius: 18px;
    margin-bottom: 21px !important;
}
.bg-black{
  background: #000;
  border: 1px solid #000;
  border-radius: 8px;
  margin-top: 77px;
  color: #fff;
}
.bg-black:focus{
    box-shadow: none;
}
.bg-black:hover{
    color: #fff;
}
.elegbl_btn{
    margin-top: 102px;
    padding: 9px 19px;
}
.rdme_btn{
  margin-top: 34px;
  background: #feec00;
  border: 1px solid #feec00;
  color: #000;
}
.rdme_btn:hover{
    color: #000;
}
.elg_head{
    background: #feec00;
    padding: 11px 0;
    border-bottom: 2px solid #000;
    box-shadow: 0 6px 7px lightgrey;
}
.ivoc_bdr{
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.btn_invo{
    display: table;
    margin-top: 31px !important;
    /* padding: 7px 73px; */
    background: #000000;
    color: #fff;
}
.btn_invo:focus{
    box-shadow: none;
}

.rdo_list{
    border: 1px solid #dbdbdb;
    padding: 10px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px #d7d7d7;
    align-items: center;
    margin-bottom: 14px;
    justify-content: unset !important;
    cursor: pointer;
    transition: .5s;
}
.rdo_list:hover{
    background: #fff7c8;
}
.rdo_list.atv:hover{
    background: #FEEC00;
}  
.pay_lbl{
    display: flex !important;
    align-items: center;
    margin-left: 25px;
}
.pay_bd{
    border: none;
    box-shadow: none;
}
.pa_rdo_bt{
    width: 20px;
    height: 20px;
}
.atv{
    background: #FEEC00;
}

.cop_in_btn{
    width: 100px;
    padding: 6px 0;
    margin: 0 6px;
}

.ft_18{
    font-size: 18px;
}

.minimize .more,
.minimize .less{
    /* display: flex;
    flex-direction: column; */
    display: block;
    color: #071e57;
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px;
    /* text-align: right; */
}

/*course fotm css */
.frm_inpt{
    flex-direction: column;
}
.frm_inpt select,
.frm_inpt input{
    width: 100% !important;
}
.enr_btn{
    display: table;
    margin: auto;
    border-radius: 20px;
    width: 135px;
    height: 40px;
}

.enr_btn:hover{
    background: #fff !important;
    border: 1px solid #fdc806 !important;
    box-shadow: none !important;
}
/* .main_sdo{
    border-bottom: 2px solid #9c9c9c;
} */
.txt_rey textarea{
    height: 125px;
}
.enrl_num {
    position: relative;
}
.num_inp {
    position: absolute;
    top: 0;
    background: #e5e5e55c;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.num_pl{
    padding-left: 50px;
}



.video-model .modal-dialog {
    max-width: unset;
}

.video-model .close {
    right: 3px;
    top: -10px;
    z-index: 9;
}

.sourse_content_btns {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #405461;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    left: 9.5%;
}
/* @media only screen and (min-width: 768px) {
    #footer_window {
        margin-top: -0px;
    }
} */

@media only screen and (max-width: 567px) {
    .breadcrumb li {
        /* padding: 8px 17px 8px 15px; */
        margin-bottom: 15px;
    }
    .data_list ul li .purchase_card img {
        width: 35% !important;
        height: auto !important;
    }
    .data_list ul li {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

}




</pre></body></html>