@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.chat_noti {
    position: absolute;
    left: 80%;
    background: #fc5047;
    padding: 15px 7px;
    border-radius: 50%;
    color: #fff;
    top: 2%;
    width: 31px;
    height: 31px;
    text-align: center;
}
li.nav-item .chat_noti{
    left: 75%;
    background: #fc5047;
    padding: 5px 8px;
    width: 24px;
    height: 24px;
    text-align: center;
    position: static;
}
img {
    width: 100%;
}
a:hover {
    text-decoration: none;
}
.choose_chap1 ol.choose_chap.saurabh {
    width: 61%;
}
.school_detail i.fa.fa-chevron-down {
    position: absolute;
    right: 3%;
    z-index: 9;
    top: 25%;
    background: #f3f4f6;
    padding: 3px 3px;
}
.school_detail select {
    -webkit-appearance: none;
}
.dropbtn {
    background-color: #fff;
    color: #1f1f1f;
    /* padding: 16px; */
    /* font-size: 16px; */
    cursor: pointer;
    border: none;
    font-weight: 600;
    margin-left: 2rem;
    display: flex;
}
.menu_pro_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.edit_pro_img,
.usr-pic-new {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 5px solid rgba(255, 255, 255, 1);
}
.fa-pencil.edit_profile {
    color: #fc5047;
    font-size: 18px;
    border: 1px solid #fc5047;
    padding: 0.5rem;
    border-radius: 8px;
}
label.profile-camera {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    left: 25%;
    top: 16%;
}
a.edit_pro_name {
    position: absolute;
    top: -122px;
    background: none;
    color: #f6484c !important;
    right: 27%;
    font-size: 14px;
    border: none;
}
a.dropbtn i.fa-caret-down {
    padding: 0.15rem 0.4rem;
}
ul {
    list-style-type: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #fff;
}

.dropdown-content a:hover {
    background-color: #f8f9fb;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e4100;
}
li.Subject ul.ask-to-subject {
    width: 100%;
    display: block;
    /* overflow-x: scroll; */
    margin: 0 1rem;
}
/* li.Subject ul.ask-to-subject::-webkit-scrollbar {
    width: auto;
    height: 6px;
    background: #87058c;
    border-radius: 1rem;
} */
button.botton_1,
.button_1 {
    background: #87058c;
    color: #fff;
    border: 1px solid #87058c;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
}

.black_color {
    background: #000;
}

.button_std {
    background: #fc5047;
    color: #fff;
    border: 1px solid #fc5047;
}

.button_std:hover,
.button_teac:hover {
    background: #fc5047;
    color: #fff;
    border: 1px solid #fc5047;
}

.button_teac {
    background: #797a7b26;
    color: #000;
    border: 1px solid #797a7b26;
}

.purple {
    color: #87058c;
}

.redish {
    color: #fc5047 !important;
}

span.redish u {
    text-decoration-color: #87058c;
}

.text-black {
    color: #000;
}

.orange {
    color: #e87505;
}

.cyan-blue {
    color: #27c2e3;
}

.login_singup_pup .modal-content {
    border-radius: 15px;
}
/* .purple {
  color: #ac27e3;
} */

.Green {
    color: #6dca13;
}

ul.features-card a:hover,
.practice-card a {
    text-decoration: none;
}
.videos_content i.fa-lock {
    background: red;
    padding: 0.3rem 0.4rem;
    color: #fff;
    border-radius: 50%;
}
/* Login and Signup css */

.log_lgin {
    width: 60px;
    margin: 0 auto 15px;
}

.photo_upload {
    width: 215px;
    margin: auto;
}
#teacher_upload_photo {
    margin-top: -30px;
}
#teacher_upload_photo .modal-body.text-center {
    height: 520px;
    overflow-y: scroll;
}
.upload-photo-btn {
    display: block;
    padding: 10px;
    background: #890a8f;
    color: #fff !important;
    border-radius: 5px;
    width: 90%;
    margin: auto;
}

.login_singup_pup .modal-dialog {
    margin: 4rem auto;
}
.stu_parnt_exp .luck_cr {
    background: red;
    padding: 0.3rem 0.5rem;
    border-radius: 50%;
    color: #fff;
}
.opt_login_screen .modal-dialog {
    margin: 7rem auto;
}

.customized_course_popup .modal-dialog,
.school_detail .modal-dialog {
    margin: 2rem auto;
}

.login_singup_pup .modal-header.custom_heading {
    position: absolute;
    top: -62px;
    width: 100%;
    border: none;
}

.login_singup_pup .modal-header.custom_heading h5 {
    margin: 0 auto;
    color: #fff;
}

.login_singup_pup button.btn.button_1:hover {
    background: #fc5047;
    border-color: #fc5047;
}

.login_singup_pup a:hover {
    text-decoration: none;
}

#signup_lf .form-group.col-auto {
    margin: 0 auto;
}

#signup_lf .form-group.col-auto #inlineFormInputGroup {
    width: 245px;
    background: #f3f4f6;
    border: none;
    outline: none;
}

.otp_img {
    width: 200px;
    margin: 0 auto 15px;
}
.alert.alert-danger.error {
    margin: 0 auto;
}
.custom_course_card {
    border: 1px solid #69e66999;
    padding: 10px;
    border-radius: 15px;
}

.custom_course_card .cc_icon {
    width: 30px;
}

.custom_course_card h5 {
    text-align: left;
    padding: 10px 0 0;
    margin: 0;
    font-weight: 600;
    color: #5a6a7a;
}
#tab_video_15 .panel-body-video .heading,
#tab_concept_2 .panel-body-concept .heading, 
#tab_video_16 .panel-body-video .heading{
    padding-top: 2rem;
    border-top: 2px solid #ccc;
}
#tab_video_15 .panel-body-video .col-md-12:first-child,
#tab_concept_2 .panel-body-concept .col-md-12:first-child, 
#tab_video_16 .panel-body-video .col-md-12:first-child {
    border-top: none;
}
.custom_course_card p {
    text-align: left;
    margin: 0;
    color:#5a6a7a;
}
h5.vdo_desc {
    font-weight: 600;
    margin-top: 1rem;
}
ul.class-no li {
    color: #656363;
}

ul.class-no li,
.nursery_class {
    width: 20%;
    display: inline-block;
    background: #f3f4f6;
    margin: 10px;
    padding: 5px 13px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
}
.choose_chap .start_test {
    margin-left: -25px;
}
.nursery_class {
    width: 22%;
}

ul.class-no li a,
.nursery_class a {
    color: #656e77;
}

.login_singup_pup input,
select {
    border: 1px solid #CCC;
    width: 250px;
}
.class-no {
    padding: 0;
}
.edu-otp-form input {
    width: 10%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    background: #f3f4f6;
}

.edu-otp-form #opt_val {
    display: flex;
    width: 270px;
    margin: 10px auto;
}

.inp_wdth {
    width: 344px !important;
}

.school_detail .inp_wdth {
    width: 326px !important;
    background: #f3f4f6;
    border: none;
    height: 50px !important;
}

#signup_lf .phone_no_text {
    margin: 10px auto 30px;
    width: 437px;
}

#signup_lf .phone_no_text #phone121 {
    width: 384px;
    height: 50px;
    border: none;
    background: #f3f4f6;
}

.login_singup_pup form .form-group,
.login_singup_pup form .input-group,
.login_singup_pup .button_std,
.login_singup_pup .button_teac {
    margin-bottom: 22px;
}

form .input-group {
    width: 100%;
}

button.btn.button_std,
button.btn.button_teac,
button.btn.button_1 {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}

button.btn.button_1 {
    margin-top: 2rem;
}

.continue_as_head h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.continue_as_head p {
    color: gray;
    margin-bottom: 2.5rem;
}

.customized_course_popup .continue_as_head h3 {
    font-size: 24px;
}

.customized_course_popup .continue_as_head h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1.5rem;
}

.customized_course_popup .continue_as_head p {
    margin-bottom: 1.5rem;
    font-size: 18px;
}

.customized_course_popup .your_course_inc {
    margin-bottom: 2rem;
    font-size: 13px;
    color: #fc5047;
    font-weight: 600;
}

.customized_course_popup button.btn.button_1 {
    margin-top: 2rem;
}

.modal-dialog form.form-inline {
    padding: 0 40px;
}

#signup_lf .input-group-text,
.school_detail .input-group-text {
    border: none;
    height: 50px;
    background: #f3f4f6;
}

#signup_lf .fa.fa-user-o {
    font-size: 20px;
}

.sign_head {
    margin: 1.3rem 0 2.7rem;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
    display: none;
}

.intl-tel-input .v-hide {
    visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
    width: 385px;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    height: 36px;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
    color: #999;
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
    top: 11px;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
    background: transparent;
    height: 0;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

.intl-tel-input.iti-container:hover {
    cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti-flag {
    width: 20px;
}

.iti-flag.be {
    width: 18px;
}

.iti-flag.ch {
    width: 15px;
}

.iti-flag.mc {
    width: 19px;
}

.iti-flag.ne {
    width: 18px;
}

.iti-flag.np {
    width: 13px;
}

.iti-flag.va {
    width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px;
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px;
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
    }
}

.login_singup_pup .iti-flag.np {
    background-color: transparent;
}

.login_singup_pup .hide {
    display: none;
}

.login_singup_pup pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

 ::-webkit-input-placeholder {
    color: #BBB;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #BBB;
}

#result {
    margin-bottom: 100px;
}


/* Login and Signup css end */

section {
    margin-top: 50px;
}

.lrn_frd_nav .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-nav-login,
.btn-nav-signup:hover {
    border: 2px solid #fc5047;
    color: #fc5047;
    padding: 3px 15px;
    background: transparent;
    border-radius: 10px;
}
li.chapter h6.text-uppercase {
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-nav-signup,
.btn-nav-login:hover {
    border: 2px solid #fc5047;
    background: #fc5047;
    padding: 3px 15px;
    color: #fff;
    border-radius: 10px;
}

.lrn_frd_nav .navbar-nav .nav-link:focus,
.lrn_frd_nav .navbar-nav .nav-link:hover,
.lrn_frd_nav .navbar-nav .active>.nav-link,
.lrn_frd_nav .navbar-nav .nav-link.active,
.lrn_frd_nav .navbar-nav .nav-link.show,
.lrn_frd_nav .navbar-nav .show>.nav-link {
    color: #fc5047;
}

.navbar-brand.logo_link {
    /* height: 100px; */
    width: auto;
}

nav.navbar.navbar-expand-lg.navbar-dark.lrn_frd_nav {
    padding: 1.5rem 0;
}

.navbar-brand.logo_link img {
    height: 100%;
}

.lrn_frd_nav .navbar-nav .nav-item {
    position: relative;
    padding: 8px;
    font-weight: 600;
}

.lrn_frd_nav .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 13px;
    background: #000;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.underline {
    border: 1px solid;
    width: auto;
}

.hding {
    width: fit-content;
    margin: 90px auto;
}

.hding h1 {
    font-weight: 600;
    margin-bottom: 0.8ren;
}

.brd_btm {
    position: relative;
}

h3.brd_btm::after {
    display: inline-block;
    content: "";
    border-top: .4rem solid #fc5047;
    width: 2rem;
    /* margin: -2rem -4.4rem;
    transform: translateY(-1rem); */
    border-radius: 60px;
    position: absolute;
    bottom: -15px;
    left: 0;
}


/* h1::before, */

.hding::after {
    display: inline-block;
    content: "";
    border-top: 1rem solid #87058c;
    width: 4rem;
    margin: 6px 50%;
    transform: translateY(-1rem);
    position: absolute;
    left: 0%;
    border-radius: 50px;
}

.home_banner {
    background-image: url('https://learnforward.in/web_assets/learn-forward/img/banner.png');
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 610px;
    margin-bottom: 8rem;
}

.get_advantages {
    background-image: url('https://learnforward.in/web_assets/learn-forward/img/20.png');
    background-repeat: no-repeat;
    background-position: 104% 75%;
}

.class_banner {
    background-image: url('https://learnforward.in/web_assets/learn-forward/img/456.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 8rem;
    background-size: 100% 100%;
}

.banner_text {
    padding: 10% 0 0;
    text-align: left;
}

.banner_text p {
    font-size: 24px;
    font-weight: 600;
}

.banner_text h1 {
    font-size: 65px;
    font-weight: 600;
}

.about_banner .banner_text h1 {
    font-size: 50px;
}

form.join_input {
    display: flex;
    flex-direction: row;
    padding: 0px 5px;
    margin: 20px 0;
    box-shadow: 0px 5px 10px #ccc;
    background: #fff;
    border-radius: 5px;
    /* width: 90%; */
}
form.join_input .form-group.p-0.border-left {
    width: 87%;
}


.join_input_new .select_1{height:60px;width: 55px;border: none!important; background-color: transparent; z-index:1;}
.cart_icon {
    padding: 30px 20px 2px 0px;
}

.cart_icon img,
.advantage_cart .cart_img img {
    width: auto;
}

.join_input input {
    flex-grow: 2;
    border: none;
    height: 60px;
}

.join_input input:focus {
    outline: none;
}

.advantage_cart {
    box-shadow: 1px 5px 10px #ccc;
    padding: 20px;
    border-radius: 15px;
}

.advantage_cart .cart_img {
    margin: -8rem auto 2rem auto;
}

.avg_sect {
    margin-top: 12rem;
}

.sect_btn {
    margin: 40px;
    text-align: center;
}

.sect_btn a {
    background: #87058c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    font-size: 20px;
    border: 2px solid #87085c;
}

.sect_btn a:hover {
    text-decoration: none;
    background: none;
    color: #87058c;
}

.enhance_sect {
    box-shadow: 0px 7px 12px #cccccc4f;
    padding: 20px;
}

.enhance_sect {
    box-shadow: 0px 7px 12px #cccccc4f;
    padding: 20px;
    background: #fff;
}

.enhance_sect p {
    font-size: 18px;
}

.enhance_img {
    position: absolute;
    left: -116px;
    bottom: 0%;
}

.spacing_section {
    padding: 4rem 0;
}

.enhance_img img {
    width: 100%;
}

.seccond_img2 {
    position: absolute;
    left: -13px;
    bottom: 0%;
    z-index: 9;
}

.enhance_sect h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 1.3rem;
}

.second_2 {
    /* box-shadow: 0px 1px 10px #ccc; */
    padding: 20px 0px 20px 115px;
    background: #fff;
    border-left: 6px solid #87058c;
    margin-left: -115px;
}

.sp_expert {
    background-image: url('https://learnforward.in/web_assets/learn-forward/img/25.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
    border-radius: 40px;
}

.sp_expert .underline {
    border: 1px solid #fff;
}

.stu_parnt_exp {
    background: #fff;
    padding: 40px 15px;
    border-radius: 45px;
}

.stu_parnt_exp h5 {
    font-size: 48px;
    color: #87058c;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 0.5rem;
}

.stu_parnt_exp p {
    font-weight: 600;
    height: 75px;
    overflow: hidden;
}
/* .stu_parnt_exp p:empty{
    display: none;
  }
.stu_parnt_exp.first_sp_card p:nth-child(3) {
    height: 68px;
    overflow: hidden;
} */
.pro_img {
    width: 50px;
    height: 50px;
    border-radius: 60px;
}
.pro_img img {
    border-radius: 60px;
    height: 100%;
}
.name_des {
    margin-left: 10px;
}

.name_des h4 {
    margin: 2px 0;
    font-size: 15px;
    font-weight: 600;
    color: #888189;
}

.name_des p {
    font-weight: 100;
    margin-bottom: 0;
    font-size: 12px;
    color: #8e8c8f;
}

.stu_parnt_exp.first_sp_card {
    padding: 20px 15px 40px;
    border-radius: 45px;
    height: 280px;
}

.boy_in_card {
    position: absolute;
    right: -45px;
    bottom: -25px;
}

.after_card_img {
    display: flex;
    height: 100%;
    align-items: center;
}

.after_card_img img {
    width: auto;
    margin: -12px;
}

.stu_parnt_exp .d-flex {
    margin-top: 2rem;
}

.section_student {
    width: 100px;
    position: absolute;
    right: -25px;
    bottom: -11px;
    z-index: 99;
}

.l_book h5 {
    font-weight: 600;
    margin: 2rem 15px;
}

.l_book h1 {
    font-weight: 800;
    margin-bottom: 30px;
}

.l_book p {
    font-size: 18px;
    font-weight: 600;
}

.store_btn {
    margin-top: 3rem;
    display: flex;
}

.counselling_img {
    position: absolute;
    top: -188px;
    z-index: -1;
    max-width: 300px;
}

.app_available {
    margin-bottom: 8rem;
    background-image: url('https://learnforward.in/web_assets/learn-forward/img/new_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.cart_text p {
    font-size: 14px;
    font-weight: 300;
    height: 60px;
}

.banner_text .store_btn {
    width: 350px;
    padding-top: 2rem;
}

.explore_btn::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #fc5047;
    left: 13%;
    top: 82%;
    position: absolute;
}

.explore_btn::before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fc5047;
    left: 18%;
    position: absolute;
    top: 79%;
}

.exp_2::after {
    left: 12%;
    top: 79%;
}

.exp_2::before {
    left: 17%;
    top: 76%;
}


/* course page */

.fiveth {
    box-shadow: 1px 1px 10px #cccccc70;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.fiveth h1 {
    font-weight: 800;
}

.all_subject {
    background: #f4f5f9;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #cccccc70;
    position: relative;
}

.cart_subject.text-center {
    background: #fff;
    margin: 18px 0px;
    border-radius: 15px;
    height: 170px;
}
.cart_subject.text-center:hover {
    box-shadow: 0 0 10px #afafaf75;
}
.all_subject a:hover {
    text-decoration: none;
}
.cart_subject.text-center .course_img {
    width: 120px;
    margin: 0rem auto;
    padding: 15px;
}

.cart_subject.text-center h4 {
    color: #fa4f47;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all_subject h5,
.crd h5 {
    font-weight: 700;
    font-size: 24px;
}

.course_btom_img {
    position: absolute;
    width: 50px;
    right: -15px;
    bottom: -25px;
}


/* course page end  */


/* Economics page */

.economics_top.d-flex {
    margin: 2rem 0;
}

.icon_eco img {
    width: 92px;
    margin-top: -20px;
    margin-right: 1rem;
}

.text-top-econo p {
    color: #000;
    margin: 0;
}


/* .text-top-econo {
    margin-left: 30px;
} */
.default_screen {
    max-width: 550px;
    min-width: 280px;
    margin: 1rem auto;
}
.default_screen p {
    font-size: 20px;
    color: #696565;
    text-align: center;
    padding-top: 1rem;
}
.text-top-econo h2,
.spacing_tb h2 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    padding: 0.5rem 0;
}
.nav-tabs {
    display: flex;
    justify-content: space-around;
}
.paper_name_time {
    padding-top: 0.8rem;
}

.tab-content {
    color: #000;
}

.nav.nav_style.nav-pills {
    display: block;
    text-align: left;
    box-shadow: 0 0 10px 0 #cac9c9;
    padding: 5px;
    border-radius: 5px;
    margin-top: 3rem;
}

.nav.nav_style .nav-item {
    display: inline-block;
    width: calc(94%/3);
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    margin: 0 0.5rem;
}

.nav.nav_style .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #8a8a8a;
    padding: 1.1rem;
    font-size: 18px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #87058c;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.1rem;
    border-radius: 10px !important;
}

.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin: 2rem 0;
}

.heading a {
    color: #fc5047;
    text-decoration: none;
    background-color: transparent;
    text-decoration: none;
    margin: 2rem 0;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
}

.heading h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.heading h2 span {
    color: #e87505;
    margin-right: 5px;
    font-weight: bold;
}

/* .videos_content {
    position: relative;
}

.videos_content img {
    width: 100%;
    border-radius: 2rem;
} */

.videos_content {
    position: relative;
    border-radius: 19px;
    height: 146px;
    width: 240px;
}


.videos_content img {
    width: 100%;
    border-radius: 1rem;
    height: 100%;
} 


h3 {
    font-size: 20px;
    margin-top: 23px;
    font-weight: 600;
    font-size: 14px;
}
h3.video_name_eco {
    font-size: 17px;
}
.icon i {
    color: #fff;
}

.tab-content .videos_content .icon,
.videos_content .icon {
    position: absolute;
    bottom: -17px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(to right bottom, #ed3956 50%, #87058c);
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-body-concept .icon {
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(to right bottom, #ed3956 50%, #87058c);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    /* right: 15px;
    top: 0; */
}

.horizantal_line {
    border: 1px solid #cccccc24;
    margin: 15px 0;
    width: 50%;
}

/* .scarcity-line {
    width: 80%;
} */

.middle_line {
    width: 100%;
    border: 2px solid #eee;
    margin-top: 3.5rem;
}

.concept_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin: 2rem 0;
}
.bookmark-icon i.fa-bookmark {
    color: #fc5047;
}
.concept_heading h1 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
}

.concept_heading h1 span {
    color: red;
    margin-right: 7px;
}

.concept_heading .concept_line {
    border: 1px solid #ccc;
    width: 77%;
}

.concept_heading a {
    color: red;
    text-transform: uppercase;
}


/* Economics page end */

.practice-card h5.text-uppercase.font-weight-bold {
    font-size: 18px;
    color: #000000c2;
    margin-top: 1rem;
}

.practice-card h5.m-0 {
    font-size: 18px;
    padding-top: 0.5rem;
    color: #464545;
}

.practice-card .d-flex.align-items-center {
    padding-left: 0.8rem;
}


/* Economics Video Detail */

.video_info h2 {
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.video_info h5,
.heading_bold {
    font-weight: 600;
}

.intro_ico {
    /* background: #f4f4f4; */
    padding: 30px 0px;
    margin: 2rem 0;
}

.vdo_sect {
    width: 240px;
    position: relative;
}

.vdo_sect .icon {
    background-image: linear-gradient(to right bottom, #ed3956 50%, #87058c);
    width: 38px;
    height: 38px;
    text-align: center;
    position: absolute;
    padding: 9px;
    color: #fff;
    border-radius: 50%;
    bottom: -8px;
}

h2.vdo_desc {
    padding: 2rem 0;
    font-weight: 600;
    font-size: 28px;
}


/* Economics Video Detail end */


/* concepts page */

.concet-detail {
    border: 3px solid #a09e9e;
    border-radius: 25px;
    padding: 35px;
}

.concet-detail h2 {
    font-weight: 600;
    font-size: 28px;
}


/* concepts page end */


/* learn page */

.learn_inner {
    background: #ffefef;
    padding: 50px 0;
}

.learn_dev {
    background-image: url('https://learnforward.in/web_assets/learn-forward/img/learn-master-bg.png');
    background-size: 93% 100%;
    background-repeat: no-repeat;
    height: 180px;
    position: relative;
    background-position: center;
}

ul.learn-master {
    list-style-type: none;
    padding: 0;
    margin-bottom: 6rem;
}

ul.learn-master li {
    display: inline-block;
}

.learn-item .learn-item-img {
    width: 70px;
    background: #ffd0ce;
    padding: 8px;
    border-radius: 50px;
    margin: 0 auto;
}

.learn-item {
    text-align: center;
}

.learn-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fc5047;
    padding-top: 0.8rem;
}

.learn-item.access {
    position: absolute;
    top: 70%;
    left: 0%;
}

.learn-item.access.practice-access {
    left: -1%;
}

.learn-item.crafted {
    position: absolute;
    top: 4%;
    left: 22%;
}

.learn-item.crafted.practice-crafted {
    top: 0%;
    left: 28%;
}

.learn-item.adaptive.practice-adaptive {
    top: 0%;
    right: 28%;
}

.learn-item.simple {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.learn-item.adaptive {
    position: absolute;
    top: 9%;
    right: 20%;
}

.learn-item.comprehensive {
    position: absolute;
    right: 0;
    top: 70%;
}

.learn-item.comprehensive.practice-comprehensive,
.learn-item.comprehensive.doubt-comprehensive {
    right: -1%;
}

.learn_inner h4.purple {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
}

.learn_inner h5.redish {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.6rem;
}

.spacing-learn {
    margin-top: 8rem;
}

.learn_material .enhance_img {
    left: 0;
}

.learn_material .enhance_sect {
    border-left: 6px solid #87058c;
}

.learn_material .enhance_sect.second_2 {
    border-right: 6px solid #87058c;
}

.mobile_view {
    display: none;
}


/* learn page end */


/* Plans Start */

.pricing-card {
    border: 2px solid #e5e5e5;
    margin: 20px;
    border-top: 0;
}

.price-head {
    background: #87058c;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.price-detail {
    text-align: center;
    padding: 15px;
    background: url(/web_assets/learn-forward/img/price-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.start-detail {
    font-weight: 600;
    color: #87058c;
}

.price-content ul li img {
    width: 25px;
}

.price {
    font-weight: 600;
    color: #fc5047;
    font-size: 4em;
}

.price-content {
    padding: 15px;
}

.price-content ul {
    display: inline-block;
    vertical-align: top;
    width: calc(99%/2);
}

.price-select-btn {
    padding: 10px 30px;
    background: #fe9f9a85;
    border: 2px solid #fe9f9a85;
    color: #767676;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 35px;
    display: inline-block;
    margin: 20px 0;
}

.price-content ul li {
    line-height: 2;
    font-weight: 600;
    font-size: 18px;
}

.price-content ul.first-child li {
    color: #ccc;
}

.price-select-btn:hover {
    background-color: transparent;
    color: #fc50476e;
    text-decoration: none;
}

.price-selected-btn {
    background: #87058c;
    border-color: #87058c;
    color: #fff;
}

.price-selected-btn:hover {
    background: transparent;
    color: #87058c;
    text-decoration: none;
}

.file-upload {
    /* background-color: #ffffff; */
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.image-upload-wrap .file-upload-input {
    width: 100%;
}

.image-dropping,
.image-upload-wrap:hover .drag-text h3 {
    color: #fff;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 2px dashed #fc5047;
    position: relative;
    border-radius: 10px;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #fc5047;
    border: 2px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 600;
    text-transform: capitalize;
    color: #fc5047;
    padding: 30px 0;
    margin: 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
}


/* Plans end */

.concept-card {
    border: 2px solid #ccc;
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 20px;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
}
.panel-body-concept .concept-card {
    padding: 15px;
}
.scarcity-line {
    max-width: 100%;
} 

.concept-heading {
    color: #e87505;
    font-weight: 600;
}

.concept-heading-2 {
    color: #51bbf8;
    font-size: 19px;
}

.concept-heading-3 {
    color: #87058c;
    font-size: 19px;
}

.concept-card p {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}
.concept-card a.text {
    text-decoration: none;
}
.concept-card.position-relative ul li {
    color: #454545;
}


/* About start */

.about_banner {
    background-image: url(https://learnforward.in/web_assets/learn-forward/img/about_banner_new.png);
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    margin-bottom: 0rem;
}

.about_icon_sec ul {
    text-align: center;
}

.about_icon_sec ul li {
    display: inline-block;
    text-align: center;
    padding: 0 2.5rem;
}

.about_icon_sec ul li .about_icon_img {
    width: 200px;
}

.about_icon_sec ul li h5 {
    font-size: 16px;
    font-weight: 600;
    color: #87058c;
}

.lf-tools .tool-img {
    width: 60px;
    display: inline-block;
    padding: 10px;
}

ul.lf-tools {
    list-style-type: none;
    padding: 0;
}

ul.lf-tools li span {
    font-weight: 600;
    color: #87058c;
    font-size: 16px;
}

.why_lf h5 {
    font-weight: 600;
    color: #87058c;
    font-size: 18px;
}

.why_lf p {
    font-weight: 600;
    font-size: 18px;
}

.our-beliefs .hding::after {
    margin: 6px 46%;
}

.our-beliefs .sp_expert .underline {
    margin-top: 1.2rem;
}

.our-beliefs .pro_img {
    width: 80px;
    height: auto;
    border-radius: 60px;
    margin: 0 auto;
}

.our-beliefs h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 2.5rem;
}

.btm_row::after {
    display: inline-block;
    content: "";
    border-top: 0.4rem solid #fc5047;
    width: 1.5rem;
    margin: 5px 47%;
    transform: translateY(-1rem);
    position: absolute;
    left: 0%;
    border-radius: 50px;
}

.btm_row {
    margin: 2rem;
}

.our-beliefs .stu_parnt_exp {
    height: 250px;
}

.sp_expert.our-beliefs .hding h1 {
    font-size: 3rem;
}

.our-beliefs .hding {
    margin: 50px auto 65px;
}

.meet_our_team ul {
    list-style-type: none;
    text-align: center;
}

.team_card .team_profile {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0px;
    overflow: hidden;
}

.team_card .team_profile img {
    height: 100%;
}

.meet_our_team ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.meet_our_team ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    padding: 0 2.5rem;
}

.team_card {
    box-shadow: 0px 1px 25px #e0e0e0bf;
    padding: 3rem 2.5rem;
    border-radius: 15px;
}

.team_card h4 {
    font-weight: 600;
    margin: 1.3rem;
}

.team_card .btm_row::after {
    width: 2.5rem;
}

p.user_post {
    text-transform: uppercase;
    margin: 2.5rem 0 0;
    color: #8e8f90;
    font-size: 15px;
    font-weight: 600;
}

.life-at {
    width: 480px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 2rem 0 0;
}


/* About  End */


/* Scarcity start */

.scarcity-nav .nav-item .nav-link {
    color: #8a8a8a;
    padding: 0.7rem;
    font-size: 18px;
}

.scarcity-nav .nav-item {
    display: inline-block;
    background: #f5f5f5;
    width: calc(95%/6);
    margin: 0 2px;
    border-radius: 10px;
}

.scarcity-nav {
    margin: 3rem 0;
    display: block;
    text-align: center;
}

.scarcity-nav .nav-item .nav-link.active {
    color: #fff;
    border-radius: 10px;
}

.concept-card li::marker {
    font-size: 30px;
    line-height: 0;
}

.bookmark-icon {
    position: absolute;
    color: #000;
    font-size: 20px;
    top: 35px;
    right: 3%;
}
.concept-card.position-relative img,
.concet-detail img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#search-bar {
    box-shadow: 0 0px 16px 0 #cccccc85;
    border: 0;
    border-radius: 5px;
    padding: 20px 15px;
    /* margin: 0 1.5rem 1.5rem; */
    width: 75%;
    margin: 0;
}
#menu2 .tab-content.tab-content1 #search-bar {
    margin: 0 0.5rem 1.5rem;
    width: 99%;
}
#all #search-bar {
    margin: 0 1.5rem 1.5rem;
    width: 98%;
}

.token_book {
    font-size: 18px;
    color: #515151;
    font-weight: 700;
}


/* Scarcity end */


/* Online flip Start */

.online-flip-top-head {
    color: #87058d;
    font-weight: 600;
    position: relative;
    margin: 0px 0rem 1.5rem 1rem;
}

.online-flip-top-head:before {
    content: '';
    position: absolute;
    border: 4px solid #fc5047;
    border-right: 0;
    border-top: 0;
    height: 30px;
    width: 30px;
    top: 0;
    left: -2%;
}

.lets-start-btn {
    display: block;
    background: #87058d;
    border: 1px solid #87058d;
    color: #fff;
    font-weight: 600;
    width: 32%;
    text-align: center;
    padding: 13px 10px;
    border-radius: 36px;
    position: relative;
    font-size: 1.2rem;
    margin: 2rem 0;
}

.lets-start-btn:hover {
    background: transparent;
    color: #87058d;
    text-decoration: none;
}

.lets-start-btn i {
    position: absolute;
    right: -83px;
    color: #fc5047;
    padding: 5px;
    font-size: 10px;
    border-radius: 50%;
    border: 1px solid #0e0e0ecf;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lets-start-btn:before {
    content: '';
    border: 1px solid #0e0e0e80;
    height: 1px;
    position: absolute;
    width: 40%;
    right: -30%;
    top: 50%;
}

.features-card li h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000000bf;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.features-card li img {
    width: 80px;
    margin-bottom: 1rem;
}

.features-card li {
    display: inline-block;
    width: calc(98%/5);
}

.features-card {
    text-align: center;
}

.bottom-border {
    height: 4px;
    background: #fc5047;
    width: 10%;
    margin: 10px auto;
    border-radius: 5px;
}

.join_btn_home .lets-start-btn:before {
    width: 30%;
    right: -17%;
}

.join_btn_home .lets-start-btn i {
    position: absolute;
    right: -78px;
    color: #fc5047;
    padding: 6px 7px;
    font-size: 14px;
}

.join_btn_home .lets-start-btn {
    width: 20%;
    text-align: center;
    padding: 14px 10px;
    margin: 2rem auto;
}

.ofb_heading {
    font-size: 4rem;
    margin-bottom: 2.8rem;
    font-weight: 800;
}

.flip_featurs {
    font-size: 2rem;
    margin: 3rem 0 0;
    font-weight: 700;
}


/* Online flip end */


/* Maths Start */

.goalsprogress {
    height: .5rem;
    background: #e5e5e5;
}

.goals-progress {
    height: .5rem;
    background: #fc5047;
    border-radius: .25rem;
}

.goals-card {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #000 !important;
    margin-bottom: 20px;
}

.goals-serial {
    background: #fae1fb;
    padding: 15px 30px;
    margin-right: 20px;
    border-radius: 20%;
    color: #87058d;
    font-size: 30px;
    font-weight: 700;
}

.goals-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #ababab;
    margin: 4px 5px;
}

.goals-icon {
    font-size: 40px;
    color: #ababab;
}

.goals-btn {
    background: #e5e5e5;
    padding: 5px 25px;
    color: #87058d;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
}


/* Maths end */


/* Basic test generator */

.text-top-econo h2 {
    color: #000;
}

.name-para {
    margin: 0;
    color: #c6c6c6;
    font-weight: 600;
}

.test-generator li {
    height: 100px;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.test-card {
    position: relative;
    padding: 40px 20px 20px;
    box-shadow: 0 0 10px 0 #e5e5e5;
    border-radius: 10px;
    margin-bottom: 70px;
}

.created-box {
    position: absolute;
    top: -35px;
    background: #fc5047;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
}

.created-box h5 {
    font-weight: 600;
}


/* Basic test generator End */


/* Practice Start */

.practice-card {
    text-align: center;
    padding: 0px 20px;
}

.practice-card .goalsprogress {
    flex-grow: 1;
}

.practice-card .goalsprogresspara {
    color: #87058d;
    font-weight: 600;
}

.practice-card .goals-progress {
    background: #87058d;
}

.practice-cards li {
    background: #fff;
    border-radius: 15px;
    margin: 15px;
    padding: 15px;
    width: calc(80%/5);
}

.practice-cards li:hover {
    box-shadow: 0 0 10px #afafaf75;
}

.practice-cards li img {
    width: 150px;
}


/* Practice end */


/* Library Start */

.input_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    height: 100%;
    background: #ccc;
    display: flex;
    align-items: center;
}

.search-input {
    padding: 10px 10px 10px 50px;
    width: 90%;
    background: #efefef;
    border: 0;
    font-weight: 600;
}

input:focus {
    outline: none;
}

.submit-token-btn {
    padding: 15px 45px;
    background: #fc5047;
    border: 1px solid #fc5047;
    color: #fff;
    border-radius: 30px;
}

.add-book-card {
    box-shadow: 1px 1px 8px #cccccc9e;
    padding: 30px;
    border-radius: 10px;
    margin: 2.5rem 0;
}

.submit-token-btn:hover {
    background: transparent;
    color: #fc5047;
    text-decoration: none;
    outline: none;
}

.library-card {
    margin: 20px 0;
}

.library_book_name {
    color: #7f7f7f;
    font-size: 18px;
}

.add-book-card h5 {
    font-size: 26px;
}

.library-card img {
    border: 2px solid #fc5047;
    border-radius: 1rem;
}
.library-card h5 {
    padding-left: 0.5rem;
}
.library-card:hover {
    border-radius: 1rem;
    box-shadow: 1px 1px 7px 0px #ccc;
}
.library-card h5:first {
    color: #000;
}
.library-card h5:last-child {
    padding-bottom: 1rem;
}
/* Library end */
#ques_name, .q_p_data {
    width: 100%;
}

/* test paper */

.test_select_chapter {
    background: #f3f4f6;
    margin: 1.5rem 0;
    height: 50px;
    border: none;
    border-radius: 0;
    border-right: 12px solid #cd700000;
}

.test-ques h4,
.test-ques-2 h4 {
    font-weight: 600;
}

.test_paper_q select.form-control.class_name {
    border-right: 12px solid #f3f4f6;
}
/* test paper end */


/* ask doubts */

.ask-doubts input[type="button"] {
    margin-top: 20px;
}

.node {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    transition: all 1000ms ease;
}

.activated {
    box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
    height: 109px;
    width: 3px;
    margin-left: 8px;
    transition: all 800ms ease;
    margin-top: -124px;
}
.chat_btn {
    margin-top: -2rem;
}

.ask-doubts ul li p,
.ask-doubts ul li h5 {
    display: inline-block;
    margin-left: 25px;
    margin-top: 1rem;
}

.ask-doubts ul li h5 {
    font-weight: 600;
    font-size: 28px;
}

.ask-doubts ul li .goals-content h5 {
    display: block;
}

.ask-doubts .ask-q {
    margin-left: 25px;
}

.ask-doubts .goals-serial {
    background: transparent;
    padding: 0;
}

.ask-doubts ul li {
    list-style: none;
    line-height: 1px;
}
.practice_subject li.chapter {
    box-shadow: 0 0 10px #afafaf75;
}
.ask-doubts .goals-icon {
    font-size: 20px;
}
.submit-token-btn1,
.submit-token-btn2 {
    padding: 13px 30px !important;
}
.submit-token-btn2:hover {
    text-decoration: none;
}
.ask-doubts h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.ask-doubts {
    padding: 1rem 0;
}

ul.ask-to-subject li {
    display: inline-block;
    margin: 1rem;
}

ul.ask-to-subject li .stu_parnt_exp {
    position: relative;
    border-radius: 10px;
    width: auto;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 8px #ccc;
}

ul.ask-to-subject li .stu_parnt_exp:hover,
ul.ask-to-subject li.active {
    box-shadow: 0px 0px 8px #f44336;
    border-radius: 5%;
}

ul.ask-to-subject li .pro_img {
    margin: 0 auto;
    width: auto;
    height: auto;
}

ul.ask-to-subject li h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2.5rem;
    text-align: center;
    color: #414141;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 115px;
}

.bar_tool .alink {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.ask-doubts input[type="text"],
.ask-doubts button {
    padding: 4px 2rem;
    border: 0;
    outline: 0;
    height: 60px;
    background: #f8f8f8;
    margin: 1rem 0;
    border-radius: 60px;
}

.ask-doubts button {
    background-color: #f8f8f8;
    cursor: pointer;
    margin-left: -3rem;
    color: #9a9a9a;
    font-size: 1.8rem;
}

.ask-doubts button:hover i {
    color: #79c7c5;
    transform: scale(1.2);
}

.ask-doubts .chat_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 1rem 3rem;
    background: #f8f8f8;
}

.ask-doubts .chat_box>* {
    padding: 16px 0 0;
}

.head {
    display: flex;
    align-items: center;
}

.head .user {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.head .user .avatar {
    margin-right: 8px;
}

.head .user .avatar img {
    display: block;
    border-radius: 50%;
}

.head .bar_tool {
    display: flex;
}

.head .bar_tool i {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body {
    flex-grow: 1;
    background-color: #f8f8f8;
}

.body .bubble {
    display: flow-root;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
}

.body .bubble p {
    color: #f9fbff;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.body .incoming {
    text-align: left;
    width: 48%;
}

.body .incoming .bubble {
    background-color: #87058c;
}

.body .outgoing {
    text-align: right;
    width: 48%;
    float: right;
}

.body .outgoing .bubble {
    background-color: #fc5047;
}

.foot {
    display: flex;
    box-shadow: 0px 5px 25px #cccccc5e;
    background: #fff;
    padding: 1rem;
}

.foot .msg {
    flex-grow: 1;
}

@keyframes bounce {
    50% {
        transform: translate(0, 5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.ellipsis {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b7b7b7;
}

.dot_1 {
    animation: bounce 0.8s linear 0.1s infinite;
}

.dot_2 {
    animation: bounce 0.8s linear 0.2s infinite;
}

.dot_3 {
    animation: bounce 0.8s linear 0.3s infinite;
}


/* ask doubts end */


/* Test Question Paper */

.accordion,
.test_paper_q {
    max-width: 600px;
    margin: 30px auto 0;
}

.accordion__item {
    margin-bottom: 5px;
}

.accordion__title {
    background: #f3f4f6;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #87058c;
}

.accordion__title::after {
    font-family: "Font Awesome 5 Free";
    content: "\25BA";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    height: 1em;
    transition: transform 0.3s ease-in;
    transform: rotate(90deg);
}

.is-open .accordion__title::after {
    transform: rotate(268deg);
}

.accordion__body {
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.accordion__content {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 5px;
}

.new_q {
    border-bottom: 1px solid #ccc;
    margin: 1.5rem 0;
}

.new_q .form-group {
    display: block;
    margin-bottom: 15px;
}

.new_q .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.new_q .form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

/* .new_q .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a0a0a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
} */

.new_q .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fc5047;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.test-ques:after {
    content: '';
    border-right: 1px solid #e5e5e5;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.in_input_img {
    width: 25px;
    position: absolute;
    margin: 0.8rem 1rem;
}

.test_paper_q .form-control {
    padding: .375rem 3rem;
    background-color: #f3f4f6;
    border: 0px solid #ced4da;
    height: 50px;
}

.test_total.new_mark {
    background: #fff3f3;
    padding: 1rem 5px;
}

.test_total label {
    font-weight: 600;
    font-size: 17px;
}

.test_total input.form-control {
    border-radius: 13px;
    border-color: #fc5047;
}

.test-ques-2 {
    padding: 0 0.5rem;
}

.test-ques-2 .delete_q_p {
    text-align: center;
    font-size: 28px;
    padding: 7px 0;
}

.test-ques-2 .q_p_data h5 {
    font-weight: 600;
}

.test-ques-2 .q_p_data p {
    color: #797979;
}


/* Test Question paper end */


/* content */

.content_cart {
    padding: 2rem 2rem;
    border: 2px solid #87058d69;
}

.content_cart .cc_icon {
    width: 50px;
}

.content_cart p {
    margin: 2rem 0 0;
    font-size: 20px;
}
.custom_course_card.content_cart a:hover {
    text-decoration: none;
}
.test_total {
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.rounded-circle.upload-image {
    width: 109px;
}
/* Content end */


/* Footer */

footer.black_color {
    padding: 5rem 0;
    position: relative;
}

footer .lf_girl {
    width: 60px;
    position: absolute;
    top: -85px;
    left: 50px;
}

footer h2,
footer ul li a,
footer ul li {
    color: #fff;
    line-height: 2;
}

footer ul li a:hover {
    color: #fc5047;
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0px;
    font-size: 15px;
}

footer ul li span,
footer ul li .add_loc {
    font-size: 17px;
    padding: 5px;
}

ul.bottom_footer {
    margin: 3rem auto 0;
    text-align: center;
    border-top: 2px solid #fff;
    padding: 1rem 0 0;
}

ul.bottom_footer li {
    display: contents;
}

.footer_app_stor {
    width: 150px;
    margin: 40% auto;
}

footer form.form-inline ul li span {
    font-size: 14px;
    padding: 8px;
    color: #000;
}


/* Footer end */