/*Form Start*/

.enqyery_form {
    background: #ececec;
    padding: 19px;
    border-radius: 11px;
}
h4.freeLearning {
    font-size: 17px;
    color: #ef3a3a;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.enqyery_form h5 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 9px;
}

.enqyery_form small {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 15px;
}

#form_top label {
    width: 100%;
    cursor: pointer;
}

.price_box {
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 14px;
    border: 2px solid #efefef;
    width: 100%;
}

.price_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 14px;
    border: 2px solid #efefef;
    width: 100%;
}

.price_box ul {
    float: left;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
}

.price_box ul li {
    float: left;
    width: 33%;
    text-align: right;
}

.price_box span {
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    text-align: right !important;
}

.price_box .first_month {
    font-size: 15px !important;
    color: #4c4c4c !important;
    line-height: 16px !important;
    text-align: left !important;
    padding-top: 5px;
}

.price_box .second_month {
    text-align: left !important;
    font-size: 17px !important;
    line-height: 19px !important;
}

.price_box .discount {
    background-color: rgba(255, 173, 59, 0.12);
    color: rgb(255, 173, 59) !important;
    font-size: 11px !important;
    font-weight: bold;
    padding: 0px 9px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
}

.custom_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 65px;
    top: -5px;
    float: left;
}

.second_days {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: -4px;
}

.per__week {
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}


/* Hide the browser's default radio button */

.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d4fff2;
    border-radius: 50%;
    border: 2px solid #08d296;
    float: left;
}


/* On mouse-over, add a grey background color */

.custom_checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.custom_checkbox input:checked~.checkmark {
    background-color: #00c58b;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom_checkbox input:checked~.checkmark:after {
    display: block;
}

.custom_checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.enquery_btn button {
    background: linear-gradient(94.08deg, #f6430f, #ee9f15);
    color: #fff;
    padding: 9px 60px;
    border-radius: 7px;
    border: none;
    font-size: 20px;
    width: 100%;
    margin: 14px 0;
}

.nineone {
    padding: 10px 4px 9px 6px;
}

textarea.form-control {
    height: 90px;
}

.form-control {
    border-radius: 6px;
}

.enqyery_form select,
.enqyery_form textarea,
.enqyery_form input[type="text"],
.enqyery_form input[type="password"],
.enqyery_form input[type="datetime"],
.enqyery_form input[type="datetime-local"],
.enqyery_form input[type="date"],
.enqyery_form input[type="month"],
.enqyery_form input[type="time"],
.enqyery_form input[type="week"],
.enqyery_form input[type="number"],
.enqyery_form input[type="email"],
.enqyery_form input[type="url"],
.enqyery_form input[type="search"],
.enqyery_form input[type="tel"],
.enqyery_form input[type="color"] {
    border: 1px solid #e6e6e6;
    height: 42px;
    padding: 9px 15px;
    width: 100%;
    color: #555;
    margin-bottom: 0;
}

.enquery_btn {
    width: 100%;
    display: table;
}

.price_box .twelve_price {
    width: calc(100% - 479px);
}

.admission_fee {
    text-align: center;
}


/*Form End*/

.certificate {
    padding: 26px 0 32px;
    display: table;
    width: 100%
}

.inst_list li {
    margin-bottom: 20px;
    color: #353535;
    background: url(/spoken-english/images/courses/spoken-english/check.svg) left 3px;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-weight: 400;
    font-size: 15px;
}

.owl-carousel .owl-stage {
    padding-top: 50px;
}

.testimonial .quote {
    width: 16% !important;
    position: absolute;
    top: -28px;
    transform: translate(-50%, 0px);
    left: 50%;
}


/* Feedback css */

#testimonials {
    padding: 50px 0;
    background: #f1f1f1;
    margin: 30px 0;
    float: left;
    width: 100%
}

.testihead h2 {
    font-size: 30px;
    line-height: 120%;
    color: #464646;
    font-weight: bold;
    margin-top: 1vw;
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    padding: 15px 14px;
}

.testy_box {
    width: 89%;
    margin: 0 auto;
    min-height: 500px;
}

.tm-author {
    position: absolute;
    bottom: 73px;
}

.testy_image {
    width: 86px;
    margin: 0 auto;
    margin-top: -20px;
    background: #c5fff6;
    border-radius: 60px;
    padding: 20px;
    box-shadow: -5px -1px 5px rgb(230 230 230);
    position: relative;
}

.testy_box h4 {
    font-size: 20px;
    margin-top: 10px;
}

.testimonial-single {
    background: #fff;
    padding: 40px 30px 55px 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 2px 5px #bbb;
    position: relative;
    overflow: hidden;
}

.testimonial-single p {
    font-style: italic;
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 0;
    height: 390px;
}

.tm-author h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.tm-author-thumb {
    position: absolute;
    bottom: -9px;
    right: -9px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.tm-author-thumb img {
    max-width: 100px;
}

.testimonial-single .tm-icon img {
    width: auto;
}

.owl-carousel .owl-item img {
    display: block;
}

.tm-icon {
    padding-bottom: 10px;
}

.owl-nav {
    display: none;
}

.one_to_one_fee .meet-doctors p {
    margin-bottom: 10px;
}

#mb-onscroll-button {
    display: none;
}

@media (max-width: 768px) {
    #testimonials {
        padding: 0 0 50px 0;
    }
    #mb-onscroll-button {
        position: fixed;
        bottom: -100px;
        z-index: 999!important;
        transition: top .3s;
        background: #2f608f;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 10px;
        text-decoration: none;
        font-weight: 700;
        font-size: 19px;
        display: block
    }
    #mb-onscroll-button span {
        background: #f17812;
        padding: 9px 100px;
        font-size: 18px;
        display: inline-block;
    }
}


/* Feedback css end */

.one_to_one_fee p {
    margin-top: 4px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600 !important;
    text-align: center;
}

.learners {
    /*margin: 10px 0;*/
    min-height: 150px !important;
    text-align: center;
    margin: 10px 0 20px 0;
}

.learners img {
    width: 18%;
    margin-bottom: 10px;
}

.brochure span {
    padding-top: 0px;
    display: inline-block;
    font-size: 22px;
}

.brochure a {
    float: right;
    color: #fff;
    background: #e93f33;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}

.brochure img {
    width: 6%;
}

#download .submit {
    background: #002870;
    color: #fff;
}

#download .close {
    top: -6px;
    position: absolute;
    right: -8px;
    background: #f1f1f1;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 33px;
}

.one_to_one_fee ul {
    margin-left: 0;
    padding: 15px;
    padding-bottom: 1px;
    padding-top: 0px;
}

.one_one_banner h2 {
    font-size: 23px;
    line-height: 40px;
}

.section-content .meet-doctors ul {
    padding-left: 25px;
}

@media screen and (max-width: 2000px) and (min-width:980px) {
    .new-spoke-drop .select-list .select-options-box .option:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 1198px) and (min-width:1000px) {
    .custom_checkbox {
        left: 35px;
    }
}

@media screen and (max-width: 768px) {
    .bank_exams .tab-pane ul {
        margin-left: 0px;
    }
    .enqyery_form {
        margin-bottom: 24px;
    }
    .testimonial-single {
        padding: 16px 15px 28px 15px
    }
    .enqyery_form h5 {
        font-size: 15px;
    }
    .testihead h2 {
        font-size: 20px;
    }
}


/* Form custom Drop Down Banner Start  */


/*Average Salary Start*/

.average_salary .section-content {
    position: relative;
}

.lakhsPerYr {
    width: 23%;
    transform: rotate(-90deg);
    position: absolute;
    left: -109px;
    top: 247px;
    font-size: 24px;
}

#barChart {
    width: 70%;
    height: 400px;
    background: fff;
    margin: 0 auto
}

#barChart .highcharts-background {
    background: "#fff"
}


/*Average Salary End*/

#chartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}


/*Table start*/

.seo_main_div .seo_div {
    padding: 5px;
    background-color: #136ec5;
    color: #fff;
    text-align: center
}

.seo_main_div .rew_ani {
    margin-top: 0
}

.seo_main_div .panel-heading {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 13px 0 30px 0;
}

.seo_main_div .panel-body {
    border-bottom: 1px solid #c6c6c6;
    padding: 13px 0 10px 0
}

.seo_main_div .panel-body:last-child {
    border-bottom: none
}

.seo_main_div .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.seo_main_div .panel-default>.panel-heading {
    color: #333;
    background-color: #fafafa;
    border-color: #fafafa;
    padding: 10px 0
}

.services_details .btn-style-four {
    background-image: linear-gradient(to left, #fb6a0d 0, #fd4a1c 100%)!important;
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
    margin-top: 13px;
    display: inline-block;
}

.seo_main_div {
    width: 100%;
    overflow-y: scroll
}

.seo_main_div .panel-group .panel {
    margin-bottom: -10px;
    border-radius: 0
}

.seo_main_div .panel-group .panel+.panel {
    margin-top: 0!important
}

.seo_main_div .panel {
    border: none
}

.seo_main_div .inerbox h3 {
    color: #0f589d;
    font-weight: 600;
    font-size: 27px
}

.seo_main_div .inerbox h5 {
    font-size: 15px
}

.seo_main_div .inerbox span {
    font-size: 14px
}

.seo_main_div .inerbox .panel-title span {
    float: right;
    color: #004586;
    font-weight: 600;
    font-size: 23px;
    cursor: pointer
}

.seo_main_div .inerbox .panel-title {
    position: relative
}

.seo_main_div .inerbox .panel-title a:after {
    content: '-';
    position: absolute;
    right: 0;
    font-size: 24px
}

.seo_main_div .inerbox .panel-title>a.collapsed:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 24px
}

.seo_main_div .inerbox .panel-title {
    font-weight: 600;
    font-size: 15px;
    color: #013e76
}

.seo_main_div .inerbox .panel-title button {
    font-size: 11px;
    padding: 5px 10px;
    height: fit-content;
    border: none;
    border-radius: 20px;
    background-color: #ed6f33;
    color: #fff;
}

.seo_main_div .inerbox .panel-title a {
    display: inline-block;
    width: 100%
}

.seo_main_div .inerbox .btn-danger {
    color: #fff;
    background-color: #fd4a1c;
    border-color: #fd4a1c
}

.seo_main_div .fa-check {
    position: relative;
    display: block;
    width: 100%;
    height: 20px
}

.seo_main_div .fa-check:before {
    content: url(https://www.fastinfoclass.com/images/feestick.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    left: 49%;
    top: -3px;
}

.seo_main_div .fa-times {
    position: relative;
    display: block;
    width: 100%;
    height: 20px
}

.seo_main_div .fa-times:before {
    content: url(../images/cross.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
}

.course_enquiry {
    float: left;
    width: 100%;
    padding: 40px 0 22px 0;
    background: #d8e7ef;
    margin-top: 50px;
}


/*Table end*/


/*Weight-loss Program Start*/

.what_will_gain {
    padding: 0;
    float: left;
    width: 100%;
}

.what_will_gain .title h2 {
    font-weight: bold;
}

.what_will_gain h4 {
    text-align: center;
    font-size: 20px;
    /* color: #0e026b; */
    color: #047be3;
    padding: 8px;
    border-radius: 8px;
    font-weight: 900;
}

.what_will_gain .title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 55px;
}

.what_will_gain .title:after {
    content: '';
    display: block;
    width: 75px;
    height: 6px;
    /* background: #5cb85c; */
    background: #1ea3f7b3;
    border-radius: 3px;
    margin: 14px 0 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    bottom: 0;
}

.what_will_gain ul {
    list-style: none;
    margin-top: 30px;
    margin-left: 30px;
}

.what_will_gain ul li {
    margin-bottom: 10px;
    font-size: 16px;
    background: url(https://www.fastinfoclass.com/images/tick.svg)left 3px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 31px;
}

.what_will_gain img {
    margin-top: -40px;
    width: 360px;
    margin-left: 0px;
}

.enroll_now_btn {
    background: #f0af4d;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 5px;
    width: 310px;
    height: 42px;
    font-size: 19px;
}

.enroll_now_btn:hover {
    background: #e69b41;
    color: #fff;
}

.what_will_gain .desk_view {
    display: block;
}

.what_will_gain .mob_view {
    display: none;
}

.will_gain {
    background: #efedff;
    padding: 18px;
    min-height: 416px;
    border-radius: 20px;
}


/*Weight-loss Program End*/

.courses_highlights {
    float: left;
    width: 100%;
    margin: 46px 0 0;
}


/*our_learners start*/

.our_learners {
    margin-bottom: 43px;
    margin-top: 40px;
    float: left;
    width: 100%;
}

.our_learners img {
    width: 100%;
    margin: 10px 0;
}


/*our_learners end*/

.learners_logo {
    background: #f1f1f1;
    float: left;
    width: 100%;
    margin-bottom: 54px;
}

.learners_logo #our_learners img {
    width: 178px;
    height: auto;
}

.learners_logo .owl-carousel .owl-stage {
    padding: 0;
}

.learners_logo .owl-dots {
    display: none
}

.learners_logo h3 {
    font-size: 24px;
    padding-left: 0px;
    font-weight: 600;
}

.learners_logo h3 span {
    font-size: 33px;
}

.dm_certificates {
    margin-bottom: 43px;
    margin-top: 40px;
    float: left;
    width: 100%
}

.dm_certificates .section-content img {
    margin-bottom: 20px;
    width: 60%
}

.dm_certificates .section-content .view {
    width: 19%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    background: #ef9815;
    text-align: center;
    font-size: 19px;
    color: #fffefe;
    border-radius: 10px;
    box-shadow: 0 2px 5px #ccc;
    font-weight: 500;
    cursor: pointer
}

#view_certicates img {
    width: 100%;
    height: 185px;
}

#view_certicates .modal-dialog {
    width: 62%
}

#view_certicates .modal-content .close {
    position: absolute;
    right: -8px;
    top: -10px;
    background: #f1f1f1;
    width: 37px;
    height: 37px;
    z-index: 9999;
    border-radius: 100px;
    box-shadow: 0 2px 5px #919090;
    font-size: 27px;
    opacity: 1
}

#view_certicates .modal-body {
    height: 500px;
    overflow-y: scroll;
}

.courses_highlights .barGraph-title {
    font-size: 26px;
}

.course_enquiry {
    display: none;
}

.course_specification {
    float: left;
    width: 100%;
    padding: 40px 0 22px 0;
    background: #d8e7ef;
    margin-top: 50px;
}

.course_specification .specify_course {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin: 29px 0 0;
    min-height: 370px;
}

.specify_course h4 {
    font-size: 20px;
}

.course_specification .specify_course a {
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 10px 0;
    border-radius: 0;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}

.course_specification .specify_course a:after {
    content: '-';
    position: absolute;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    right: 10px;
}

.course_specification .specify_course .collapsed:after {
    content: '+';
    position: absolute;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    right: 10px;
}

.well {
    border: 0;
    box-shadow: none;
    background: #fff;
    padding: 0px;
    min-height: auto;
    margin-bottom: 0;
}

.specify_course .well ul {
    padding-left: 20px;
    text-align: left;
    list-style: circle;
    margin-bottom: 0;
}

.specify_course .well ul li {
    margin: 0 0 10px;
    display: block;
    position: relative;
}

.specify_course .well ul li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 4px;
    /* border-left: solid 5px #08456b; */
    border-left: solid 5px #009eff;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
}

.specify_course .well ul .sub {
    padding-left: 20px;
}

.specify_course .well ul .sub li:before {
    border: none;
    height: 2px;
    width: 12px;
    background: #08456b;
    left: -20px;
    top: 9px;
}

.specify_course .enquiry {
    border: none;
    border-radius: 10px !important;
    padding: 10px 31px;
    color: #fff;
    font-weight: 600 !important;
    background: #ef9815;
    margin: 10px 0 !important;
    display: inline-block;
    width: 70% !important;
    text-align: center !important;
    cursor: pointer;
    text-decoration: none;
}

.specify_course .enquiry:after {
    content: "" !important;
}

.specify_course .weekly_basis {
    text-align: center;
    font-size: 19px;
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.specify_course .weekly_basis span:nth-child(1) {
    padding-top: 8px;
    display: inline-block;
}

.specify_course .weekly_basis .value {
    color: #f45810;
    font-size: 34px;
    font-weight: 600;
}

.specify_course .collapse.in {
    height: auto;
}

.specify_course img {
    height: 70px;
}

.more {
    display: none
}

.moreopen .more {
    display: block !important
}

.morebtn span {
    /* color: #28607e; */
    color: #047be3;
    display: block;
    width: 100%;
    font-size: 15px;
    background: #d8ebf5;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    padding: 7px 40px;
    margin-bottom: 10px;
}

.chart-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.chart-wrap .chart-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.chart-wrap .row {
    position: relative;
    height: 26px;
    margin-bottom: 15px;
}

.chart-wrap .bar-wrap {
    position: relative;
    background: #d7dbde;
    width: 91%;
    height: 100%;
    overflow: hidden;
}

.chart-wrap .bar-wrap .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f37167;
    transition: all 1s;
    transform: translateX(-100%);
}

.chart-wrap .bar-wrap .naukri {
    background: #0D6EB6;
}

.chart-wrap .bar-wrap .times {
    background: #cc1e12;
}

.chart-wrap .bar-wrap .shine {
    background: #1D3C6B;
}

.chart-wrap .bar-wrap .indeed {
    background: #1c5dea;
}

.chart-wrap .bar-wrap .others {
    background: #00a1de;
}

.chart-wrap .bar-wrap .bar.in {
    transform: translateX(0%);
}

.chart-wrap .row:nth-of-type(1) .bar {
    transition: 1s 400ms;
}

.chart-wrap .row:nth-of-type(2) .bar {
    transition: 1s 600ms;
}

.chart-wrap .row:nth-of-type(3) .bar {
    transition: 1s 800ms;
}

.chart-wrap .row:nth-of-type(4) .bar {
    transition: 1s 1000ms;
}

.chart-wrap .row:nth-of-type(5) .bar {
    transition: 1s 1200ms;
}

.chart-wrap .row:nth-of-type(6) .bar {
    transition: 1s 1400ms;
}

.chart-wrap .row:nth-of-type(7) .bar {
    transition: 1s 1600ms;
}

.chart-wrap .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
    color: #f6f2f2;
}

.chart-wrap .number {
    position: absolute;
    top: 0;
    right: 40px;
    width: 30px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    text-align: right;
    z-index: 10;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    display: none
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 705px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* border-radius: 6px;*/
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    /*  padding: 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 427px;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.popupclose-btn {
    position: absolute;
    right: 13px;
    top: 4px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #1d1b1b;
}

.pop-up-content-wrap {
    display: flex;
}

.pop-up-content-wrap .popup_text {
    padding: 27px 21px 0 26px;
    display: block;
}

.pop-up-content-wrap .popup_text h2 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}

.pop-up-content-wrap .popup_text h2 span {
    font-family: 'Playfair Display SC', serif;
    color: #e93f33;
    font-size: 36px;
    line-height: 27px;
}

.pop-up-content-wrap .popup_text .req span {
    font-family: 'Playfair Display SC', serif;
    font-size: 58px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.pop-up-content-wrap .popup_text h2 .req:after {
    content: "\a";
    white-space: pre;
}

.pop-up-content-wrap img {
    width: 339px;
    min-height: 425px;
    object-fit: cover;
}

.pop-up-content-wrap a {
    font-size: 18px;
    background: #e93f33;
    color: #fff;
    padding: 10px 62px;
}

.pop-up-content-wrap button {
    font-size: 18px;
    background: #e93f33;
    color: #fff;
    padding: 10px 62px;
    margin-bottom: 20px;
}

.pop-up-content-wrap a:hover {
    background: #000;
    color: #fff
}

.pop-up-content-wrap button:hover {
    background: #000;
    color: #fff
}

.pop-up-content-wrap p {
    font-size: 20px;
    margin-left: 0px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 55px;
}

.pop-up-content-wrap input,
.pop-up-content-wrap select {
    margin-bottom: 0;
}

.prf_designer {
    border: 1px solid #666666;
    padding: 10px;
    position: relative;
    margin: 16px 12px 7px 16px;
}

.prf_designer .head {
    text-transform: capitalize;
    color: #fdfdfd;
    background: #00d14a;
    text-align: left;
    position: absolute;
    left: 22%;
    top: -17px;
    padding: 5px 10px;
    font-size: 19px;
    font-weight: 600;
}

.prf_designer .list {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin: 24px 20px 10px;
}

.prf_designer .list p:nth-child(1) {
    padding: 10px;
    background: #314bc9;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 22px;
    width: 149px;
    margin-right: 10px
}

.prf_designer .list p:nth-child(2) {
    padding: 10px;
    background: #e36b16;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 22px;
    width: 149px;
    margin-right: 10px
}

.prf_designer .list p:nth-child(3) {
    padding: 10px;
    background: #838383;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 22px;
    width: 149px;
    margin-right: 10px
}

.prf_designer .list p span:before {
    content: "\a";
    white-space: pre
}

.prf_designer .list p span {
    font-size: 15px;
}

.call_us {
    text-align: center
}

.call_us a {
    background: #05af70;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 7px;
    box-shadow: 0 2px 5px #626262;
}

@media screen and (max-width: 767px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
    .pop-up-content-wrap img {
        display: none;
    }
    .pop-up-content-wrap .popup_text {
        padding: 43px 20px 0 24px;
    }
    .pop-up-content-wrap .popup_text h2 {
        font-size: 30px;
    }
    .pop-up-content-wrap .popup_text .req span {
        font-size: 35px;
    }
    .pop-up-content-wrap p {
        font-size: 18px;
    }
    .pop-up-content-wrap a {
        padding: 10px 48px;
    }
    .certificate_logo {
        text-align: center
    }
    .certificate_logo img {
        width: 63%;
    }
    .dm_certificates .section-content .view {
        width: 100%
    }
    #view_certicates .modal-dialog {
        width: 100%;
    }
    #view_certicates .modal-content .close {
        right: 0px;
        top: -10px;
    }
    #view_certicates img {
        height: auto;
    }
    .learners_logo h3 {
        font-size: 24px;
        text-align: center;
    }
    .learners_logo h3 span {
        font-size: 24px;
    }
    .learners_logo #our_learners img {
        width: 148px;
    }
}

@media screen and (max-width: 768px) {
    .chart-wrap .bar-wrap {
        width: 100%;
    }
    .dm_certificates .section-content img {
        margin-bottom: 20px;
        width: 39%;
    }
    .prf_designer .head {
        left: -3%;
        transform: translate(10%, -2%);
        font-size: 15px
    }
    .prf_designer .list p:nth-child(1),
    .prf_designer .list p:nth-child(2),
    .prf_designer .list p:nth-child(3) {
        width: 45%;
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 17px;
    }
    .prf_designer .list {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin: 24px 4px 10px;
        flex-wrap: wrap;
    }
    .prf_designer .list p span {
        font-size: 10px;
    }
    .prf_designer {
        margin: 52px 12px 7px 16px
    }
}

@media screen and (max-width: 767px) {
    .our_learners img {
        width: 100%;
        margin: 14px 0;
    }
    #barChart {
        width: 100%;
    }
    .weight_loss_prg .title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .pop-up-content-wrap img {
        display: none;
    }
    .pop-up-content-wrap .popup_text {
        padding: 43px 20px 0 24px;
    }
    .pop-up-content-wrap .popup_text h2 {
        font-size: 30px;
    }
    .pop-up-content-wrap .popup_text .req span {
        font-size: 35px;
    }
    .pop-up-content-wrap p {
        font-size: 18px;
    }
    .pop-up-content-wrap a {
        padding: 10px 48px;
    }
    .bank_exams .nav-tabs {
        width: 100% !important;
        text-align: center;
        display: table;
    }
    .bank_exams .nav-tabs>li {
        display: inline-block;
        float: none;
    }
    .bank_exams h2 {
        font-size: 21px;
    }
    .specify_course .well .weekly_basis {
        position: relative;
        bottom: 0;
    }
    .specify_course .collapse.in {
        height: auto;
    }
}

.inst_list li {
    margin-bottom: 20px;
    color: #353535;
    background: url(/spoken-english/images/courses/spoken-english/check.svg) left 3px;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-weight: 400;
    font-size: 18px;
}

.course_highlight {
    font-size: 21px;
    margin-left: 12px;
    text-align: center;
}

.average_salary {
    float: left;
    width: 100%;
}

.brochure {
    padding: 25px;
    background: #f1f1f1;
    width: 72%;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
}


/*barchart css start*/

path.highcharts-button-symbol {
    display: none;
}

text.highcharts-credits {
    display: none;
}

g.highcharts-legend.highcharts-no-tooltip {
    display: none;
}


/*barchart css end*/


/*form rightside css start (digita marketing)*/

.image_r {
    position: relative;
    background: #f4f3f3;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 100px;
    box-shadow: 0 4px 5px #c9c7c7;
    margin-bottom: 9px;
}

.image_r img {
    position: absolute;
    width: 100%;
    padding: 18px;
    left: 0;
    object-fit: cover;
}

.material-icon {
    font-size: 21px;
    color: red;
    margin-top: 12px;
    animation: blink 0.7s linear infinite;
}

.material-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@keyframes blink {
    0% {
        color: #FB0202;
    }
    49% {
        color: #FB0202;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #EB0A0A;
    }
}


/*form rightside css end (digita marketing)*/

.benefits {
    margin: 0 auto;
    display: table;
}

.benefits h5,
.benefits_head h5 {
    font-size: 28px;
    text-align: center;
}

.benefits_head h5:after {
    content: "";
    display: block;
    position: absolute;
    /* background: #5cb85c; */
    background: #1ea3f7b3;
    height: 6px;
    width: 75px;
    border-radius: 33px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
}

section.reason-advncd {
    margin: 20px 0 0 0;
    padding: 10px 0;
    float: left;
    width: 100%
}

.inst_list {
    list-style: none;
    padding-left: 12px;
    display: table;
    margin: 0 auto;
    margin-top: 43px;
}

@media (max-width: 375px) {
    .inst_list {
        padding-left: 9px;
    }
}

@media (max-width: 1024px) {
    .will_gain {
        min-height: 586px;
        margin-bottom: 20px;
    }
    .testy_box {
        min-height: 465px;
    }
}

@media (max-width: 991px) {
    .testy_box {
        min-height: 602px;
    }
}

@media screen and (max-width: 768px) {
    .seo_main_div .seo-top {
        white-space: nowrap;
    }
    .testy_box {
        min-height: 490px;
    }
    .what_will_gain ul {
        margin-left: 0;
    }
    .bank_exams h2,
    .section-content h2 {
        font-size: 22px !important;
    }
    .seo_main_div .panel-default>.panel-heading {
        padding: 15px 0;
    }
    .brochure {
        width: 100%;
        text-align: center;
    }
    .brochure img {
        width: 9%;
    }
    .brochure span {
        font-size: 22px;
    }
    .brochure a {
        display: flex;
        float: none;
        justify-content: center;
        width: 50%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .seo_main_div .acro {
        display: inline-block;
        width: 245px;
    }
    .seo_main_div .panel-group {
        white-space: nowrap;
        display: inline-grid;
    }
    .seo_main_div .seo_div h4 {
        font-size: 15px;
    }
    .seo_main_div .inerbox {
        width: 245px;
        display: inline-block;
    }
    .learners {
        min-height: 155px;
    }
    .brochure {
        padding: 15px;
    }
    .will_gain {
        margin-bottom: 20px;
        min-height: auto;
    }
    .testimonial-single p {
        line-height: 24px;
        height: 497px;
    }
    .tm-author h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .services_details .btn-style-four {
        margin-top: 16px;
    }
    .course_highlight {
        margin-left: 0;
    }
    .benefits h5 {
        font-size: 22px !important;
    }
}

.bank_exams h2,
.section-content h2 {
    font-size: 28px;
}

.enquery_btn a {
    padding: 9px 9px !important;
}

.one_one_banner .meet-doctors p {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 34px;
}

@media (max-width: 550px) {
    .joinlive_class {
        background: #ee9c15;
        padding: 10px 0px 0px 0px;
    }
    .joinlive_class .joinclass_title h2 span {
        font-size: 28px;
    }
    .joinlive_class .joinclass_title h2 {
        font-size: 26px;
    }
    .joinclass_title i {
        font-size: 21px;
    }
    .one_one_banner h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .material-icon {
        color: red;
        margin-top: 0;
    }
    .ielts-right-ul ul li {
        font-size: 15px;
    }
    .brochure {
        width: 100%;
    }
    .brochure span {
        font-size: 16px;
        padding-top: 0;
    }
    .brochure a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .title h2 {
        font-size: 20px;
    }
    .owl-carousel .owl-stage {
        padding-top: 0;
    }
    .testihead h2 {
        font-size: 20px;
    }
    .image_r {
        width: 70px;
        height: 70px;
    }
    .learners {
        margin: 10px 0 0px 0;
    }
    .price_box {
        padding: 13px 5px;
    }
    .price_box ul {
        float: none;
        display: flex;
    }
    .price_box ul li {
        float: none;
        width: 24%;
        text-align: left;
    }
    .price_box .second_month {
        font-size: 13px !important;
        line-height: 11px !important;
    }
    .custom_checkbox input {
        position: absolute;
        left: 0;
    }
    .checkmark {
        position: absolute;
        height: 19px;
        width: 19px;
        left: -6vw;
    }
    .second_days {
        font-size: 13px;
    }
    .per__week {
        font-size: 12px;
    }
    .custom_checkbox {
        float: none;
        left: 0;
        margin-bottom: -3px;
    }
    .custom_checkbox .checkmark:after {
        left: 4px;
        top: 0px;
    }
    .inst_list li {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .learners_logo h3 {
        font-size: 21px;
        padding-left: 0px;
        font-weight: 600;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .testimonial-single {
        padding: 15px;
    }
    .testimonial-single p {
        font-style: italic;
        font-size: 14px;
        line-height: 22px;
    }
    .tm-author h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 2px;
    }
    .testy_image {
        width: 71px;
    }
    .div-w-h {
        margin-top: 11px;
        margin-bottom: 10px;
    }
    .learners {
        min-height: 150px;
        padding: 24px 11px 11px 11px;
        margin: 0;
    }
    .learners img {
        /*width: 22%;*/
        margin-bottom: 10px;
    }
    .one_to_one_fee p {
        font-size: 12px;
    }
    .bank_exams h2,
    .section-content h2 {
        font-size: 19px;
    }
    .testihead h2 {
        font-size: 18px;
    }
    .image_r {
        width: 55px;
        height: 55px;
    }
    .image_r img {
        padding: 14px;
    }
    .price_box {
        padding: 13px 5px;
    }
    .price_box ul {
        float: none;
        display: flex;
    }
    .price_box ul li {
        float: none;
    }
    .price_box .second_month {
        font-size: 13px !important;
        line-height: 11px !important;
    }
    .custom_checkbox input {
        position: absolute;
        left: 0;
    }
    .checkmark {
        position: absolute;
        height: 19px;
        width: 19px;
        left: -10vw;
    }
    .second_days {
        font-size: 13px;
    }
    .per__week {
        font-size: 12px;
    }
    .custom_checkbox {
        float: none;
        left: 11px;
        margin-bottom: -3px;
    }
    .custom_checkbox .checkmark:after {
        left: 4px;
        top: 0px;
    }
}

@media (max-width: 320px) {
    .learners {
        min-height: 210px !important;
    }
    .process_section {
        height: 109px;
        min-height: 150px;
    }
}


/* Course Benefit End */

#course2 .well ul li {
    margin-bottom: 11px !important;
}

a.web_enroll {
    font-size: 20px;
    display: table;
    padding: 8px 25px;
    margin: 30px auto 0;
    color: #fff;
    background: #ef6906;
    border-radius: 5px;
}

a.web_enroll:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.spk_faq2 ul li::after {
    background-color: #009eff !important;
}
.specify_course a {
    color: #047be3 !important;
}