@font-face {
    font-family: 'proza_libresemibold';
    src: url('../font/prozalibre-semibold-webfont.eot');
    src: url('../fonts/prozalibre-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-semibold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-semibold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-semibold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-semibold-webfont.svg#proza_libresemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proza_librebold';
    src: url('../fonts/prozalibre-bold-webfont.eot');
    src: url('../fonts/prozalibre-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-bold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-bold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-bold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-bold-webfont.svg#proza_librebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'intermedium';
    src: url('../fonts/inter-medium-webfont.eot');
    src: url('../fonts/inter-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inter-medium-webfont.woff2') format('woff2'),
         url('../fonts/inter-medium-webfont.woff') format('woff'),
         url('../fonts/inter-medium-webfont.ttf') format('truetype'),
         url('../fonts/inter-medium-webfont.svg#intermedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff'),
         url('../fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter-regular-webfont.eot');
    src: url('../fonts/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inter-regular-webfont.woff2') format('woff2'),
         url('../fonts/inter-regular-webfont.woff') format('woff'),
         url('../fonts/inter-regular-webfont.ttf') format('truetype'),
         url('../fonts/inter-regular-webfont.svg#interregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/dmsans-regular-webfont.eot');
    src: url('../fonts/dmsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dmsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-regular-webfont.woff') format('woff'),
         url('../fonts/dmsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/dmsans-regular-webfont.svg#dm_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
    max-width:100%;
    height:auto;
}
body{
    margin:0;
    padding:0;
    font-size:18px;
    font-family: 'noto_sansregular';
    color:#000;
}
*{
    box-sizing:border-box;
}
ul{
    padding:0;
    margin:0;
    list-style-type:none;
}
a{
    text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
    color:#a7a7a7 !important;
    font-size:12px;
    vertical-align:middle;
    font-family: 'noto_sansregular';
}
textarea::-webkit-input-placeholder{
     color: #6B6F80;
     font-family: 'noto_sansregular';
     font-size: 16px;
     line-height: 24px;
}
.field-error {
    float: left;
    color: #F00;
    width: 100%;
}
:root {
  --primary: #000;
  --contrast: #2F913B;
}
.container {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}
p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.btn {
    float: left;
    width: auto;
    justify-content: center;
    border:0;
    padding: 16px 20px;
    width: 100%;
    background: var(--contrast);
    border-radius: 9999px;
    color:#fff;
    font-family: 'intermedium';
    font-size:16px;
    text-align: center;
    cursor: pointer;
    border: solid 1px var(--contrast);
}
.btn:hover{
   
    color: var(--contrast);
    background: #FFF;
}

.main_wrap h2 {
    font-family: 'proza_librebold';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.04em;
    
    margin-bottom: 48px;
        margin-top: 0;
}
.color_text{
        color: var(--contrast);
}
.content {
    width: 100%;
    float: left;
    background: #f7f8ff9e;
    font-size: 14px;
    position: relative;
}
/*header*/
.header {
    float: left;
    width: 100%;
    padding: 24px 0px;
}
/*main-wrap*/
.main_wrap {
    float: left;
    width: 100%;
}
.video_wrapper {
    float: left;
    width: 48%;
    text-align: center;
}
.video_wrap {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.video_wrap iframe{
    width: 100%;
}
.video_content {
    float: left;
    width: 100%;
}
.video_title {
    font-family: 'proza_libresemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 150%;
    
}
.video_content_list {
    float: left;
    width: 100%;
}
.video_content_list ul li {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
    /* float: left; */
    /* width: 100%; */
    font-family: 'intermedium';
    margin-top: 30px;
    font-weight: bold;
    color: #333;
    background: url(../images/Checkboxes.png) 0 center no-repeat;
    display: table;
    text-align: left;
    margin: 30px auto 0;
    padding-left: 30px;
}
.white_box {
    float: right;
    width: 48%;
    /* border: 1px solid #ccc; */
    border: 1px solid #D0D0D2;
    border-radius: 16px;
    padding: 40px 40px;
}
.white_box h4 {
    font-family: 'proza_libresemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #202020;
    margin: 0;
}
.input_field {
    float: left;
    width: 100%;
    margin-top: 24px;
    position: relative;
}
.input_field.half {
    width: 46%;
    margin-right: 2%;
}
.input_field.half.right {
    margin-right: 0;
    float: right;
}
label.form_label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #141519;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}
.input_box {
    padding: 12px 16px;
    border: 0;
    width: 218px;
    height: 48px;
    background: #F6F7F9;
    border-radius: 4px;
    
    float: left;
    width: 100%;
}
textarea.input_box{
    height: 100px;
    resize: none; 
}
.important_field {
    color: #ff0000;
}
.checkbox {
    float: left;
    width: 100%;
    font-size: 14px;
}
.card_information {
    background: #F6F7F9;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.card_information .input_field{
    margin-top: 0;
}
.card_information .input_field .input_box{
    margin-top: 0;
    background: none;
    border-radius: 0;
}
.card_information .input_field.half{
    width: 50%;
    margin: 0;
}

/*footer*/
.footer {
    padding: 20px 0px;
    background: #F6F7FA;
    float: left;
    width: 100%;
    margin-top: 80px;
}
.footer_section {
    float: left;
    width: 25%;
    font-family: 'intermedium';
}
.footer_section p {
    font-size: 32px;
    line-height: 140%;
    color: #212121;
    font-weight: bold;
    letter-spacing: 0.25px;
}
.footer_section.about_us {
    width: 50%;
}
.footer_section h3 {
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    margin-bottom: 15px;
    float: left;
    font-family: 'intermedium';
    width: 100%;
    margin-top: 0;
}
.footer_section ul li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.footer_section ul li a{
    font-family: 'interregular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #424242;
}
.copyright_text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #424242;
    font-family: 'interregular';
}
/*pricing page*/
.main_wrap.small_width {
    width: 900px;
    margin: 0 auto;
    float: none;
}
.pricing_page{
    font-family: 'dm_sansregular';
}
.pricing_page .white_box {
    float: right;
}
.white_box.alt {
    float: left;
    background: #58AD63;
    color: #fff;
}
.pricing_wrapper {
    float: left;
    width: 100%;
}
.pricing_top_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.pricing_logo {
    float: left;
    width: 28%;
    margin-right: 12px;
}
.pricing_title_wrap {
    float: left;
    width: 67%;
}
.pricing_for {
    float: left;
    width: 100%;
    color: #6F6C90;
    font-size: 18px;
}
.pricing_plan {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #170F49;
    font-weight: bold;
}
.pricing_wrapper p {
    color: #6F6C90;
    font-size: 18px;
    line-height: 30px;
}
.plan_amount_wrap {
    float: left;
    width: 100%;
    /* margin-bottom: 20px; */
    line-height: 58px;
    color: #170F49;
    font-weight: bold;
    font-size: 54px;
}
.plan_amount_wrap .grey_text {
    font-size: 20px;
    color: #6F6C90;
    font-weight: normal;
}
.plan_includes {
    float: left;
    width: 100%;
}
.plan_includes {
    float: left;
    width: 100%;
}
.plan_includes h3 {
    font-size: 18px;
    color: #170F49;
    line-height: 20px;
}
.plan_includes ul li {
    float: left;
    color: #170F49;
    width: 100%;
    font-size: 18px;
    margin-bottom: 12px;
    background: url(../images/Check%20Circle%20Icon.png) left top no-repeat;
    padding: 2px 0 2px 38px;
}
.button_area {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.white_box.alt .pricing_for {
    color: #fff;
}
.white_box.alt .pricing_plan {
    color: #fff;
}
.white_box.alt .pricing_wrapper p {
    color: #D9DBE9;
}
.line_trough {
    color: #CCFEB4;
    font-size: 20px;
    text-decoration: line-through;
    padding-right: 6px;
}
.white_box.alt .plan_amount_wrap .grey_text {
    color: #ffffff;
}
.white_box.alt .plan_includes ul li {
    color: #fff;
    background:url(../images/Check%20Circle%20white.png) left top no-repeat;
}
.white_box.alt .plan_amount_wrap {
    color: #ffffff;
}
.white_box.alt .btn {
    color: #56AC61;
    background: #ffffff;
}
.white_box.alt .plan_includes h3 {
    color: #ffffff;
}
/*pricing_checkout_page*/
.pricing_checkout_page{
    font-family: 'dm_sansregular';
}
.pricing_checkout_page .header{
    opacity:0;
}
.pricing_checkout_page .white_box {
    float: left;
    min-height: 580px;
}
.subscription_box {
    float: left;
    width: 100%;
}
.subscription_top_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.subscription_top_wrap .logo_wrap {
    float: left;
    width: auto;
}
.previous_btn {
    float: right;
    padding: 12px 0 0;
}
.previous_btn a{
    float:left
    width:100%;
    font-size: 14px;
    color: #6F6C90;
}
.subtitle {
    float: left;
    color: #6F6C90;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
}
.pricing_plan_name {
    color: #170F49;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.offer_text {
    color: #6F6C90;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.pricing_calculation {
    float: left;
    width: 100%;
}
.pricing_calculation ul li {
    float: left;
    width: 100%;
    color: #6F6C90;
    padding:12px 0;
}
.pricing_calculation ul li:last-child {
    border-top: 1px solid #BDBDBD;
}
.pricing_calculation ul li .pricing_lable {
    float: left;
    width: auto;
    color: #333;
    font-weight: bold;
}
.pricing_calculation .grey_text {
    font-weight: normal;
    color: #828282;
}
.pricing_calculation ul li .pricing_amount {
    float: right;
    width: auto;
}
.pricing_checkout_page .white_box.payment_box {
    float: right;
    padding: 0;
    border: 0;
}
.button_area.apple_pay_btn {
    margin-top: 0;
}
.button_area.apple_pay_btn .btn {
    background: #000;
    margin-bottom: 30px;
}
.divider {
    text-align: center;
    width: 100%;
    float: left;
}
.thankyou_wrap{
    text-align: center;
}
/*login page*/

.top_logo_wrap {
    text-align: center;
    font-family: 'proza_libresemibold';
    margin-bottom:24px;
}
.top_logo_wrap a {
    float: left;
    width: 100%;
}
.top_logo_wrap h3 {
    /* font-family: 'Proza Libre'; */
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #202020;
    float: left;
    width: 100%;
}
.white_box.middle_align {
    float: none;
    border: 0;
    border-radius: 0;
    margin: 10% auto;
    width: 500px;
    padding: 0;
    display: table;
}
.social_media_login {
    float: left;
    width: 100%;
    padding-top: 32px;
    margin-top: 32px;
    /* border-top: 1px solid #E5E5E8; */
    background: url(../images/Line%2029.png) top center no-repeat;
    /* background-position: center; */
}
.btn.social_btn {
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 217px;
    height: 48px;
    color: #141519;
    border: 1px solid #DCDEE6;
    border-radius: 999px;
    font-family: 'noto_sansregular';
}
.btn.social_btn .social_icon {
    float: left;
    width: auto;
    padding-right: 6px;
}
.middle_txt {
    float: left;
    width: auto;
    padding: 12px;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}
.sign_up_wrap {
    float: left;
    width: 100%;
    margin-top: 32px;
    text-align: center;
    color: #616161;
    font-size: 16px;
}
.sign_up_wrap a.color_text {
    font-weight: bold;
}
.login_page .main_wrap.small_width {
    margin: 10% auto 10%;
    float: none;
    /* padding-bottom: 20px; */
    display: table;
}
span.visibility_btn {
    position: absolute;
    right: 12px;
    top: 45px;
    font-size: 14px;
    cursor: pointer;
}
/*manage-profile-page*/
.header .logo_wrap {
    float: left;
    width: auto;
}
.right_btn_wrap {
    float: right;
}
.right_btn_wrap ul li {
    float: left;
    width: auto;
    margin-left: 12px;
    padding: 10px 0 0;
}
.right_btn_wrap.header_right ul li:last-child {
    padding: 0;
    width: 42%;
    /* margin-left: 0; */
    float: right;
}
.btn.header_btn {
    padding: 12.5px 18px;
    font-size: 12px;
}
.header_btn_icon {
    float: left;
    width: auto;
    padding-right: 10px;
}
.btn.border_btn {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 1000px;
    color: #0E315F;
}
.btn.border_btn:hover{
    background: var( --primary);
    border: 1px solid var( --primary);
    color: #FFF;
}
.btn.header_btn.border_btn {
   
}
.profile_wrap {
    float: left;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 5px 12px;
    display: flex;
    cursor: pointer;
}
.profile_img {
    float: left;
    width: 40px;
    margin-right: 8px;
}
.profile_img img{
    border-radius: 50%;
}
.ac_type.premium {
   
    padding: 3px 8px;
    text-transform: uppercase;
    /* width: 50px; */
    /* height: 14px; */
    background: #EAC60C;
    border-radius: 13px;
    font-size: 7px;
    line-height: 8px;
    color: #444444;
    float: left;
}
.profile_name {
    font-size: 12px;
    line-height: 15px;
    color: #0E315F;
    float: left;
    margin: 5px 0;
    /* position: relative; */
}
.pname{
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.arrow_icon {
    font-size: 14px;
}
.arrow_icon i{
    line-height: 42px;
}
.arrow_icon i.fa-chevron-up{
    display: none;
}
.dashboard .header {
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 32px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 9999;
}
.left_profile_bar {
    padding: 40px 16px 96px;
    gap: 46px;
    float: left;
    width: 20%;
    height: 960px;
    left: 0px;
    top: 78px;
    background: #EDF4F1;
    margin-right: 32px;
    position: fixed;
}
.right_content_bar {
    float: right;
    width: 72%;
    margin: 32px 32px 2px 0;
}
.left_profile_bar ul li{
    float: left;
    width: 100%;
    background: #EDF4F1;
    padding: 12px 10px;
    background: #BDE4C2;
    border-radius: 9px;
    margin-bottom: 12px;
    position: relative;
}
.left_profile_bar ul li.member_dd ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFF;
    padding: 10px;
    border: 1px solid #C9E3C9;
    box-shadow: 0px 3px 12px rgba(17, 28, 18, 0.15);
    border-radius: 9px;
    z-index: 999;
    display: none;
}
.left_profile_bar ul li.member_dd:hover ul{
    display: block;
}
.left_profile_bar ul li.member_dd ul li {
        background: none;
    padding: 10px 5px;
    border-bottom: solid 1px #CCC;
    border-radius: 0;
    margin-bottom: 0;
}
.left_profile_bar ul li.member_dd ul li:hover{
    background: #BDE4C2;
    border-radius: 9px;
}
.left_profile_bar ul li.member_dd ul li:last-child{
    border: none;
    margin: 0;
}
.left_profile_bar ul li.member_dd ul li a{
    line-height: 40px;
    color: #17351B;
    display: flex;
}
.select_profile_img {
    float: left;
    width: auto;
    padding-right: 10px;
    width: 50px;
}
.select_profile_img img{
    border-radius:50%;
}
.select_profile_drop_down {
    float: left;
    width: auto;
    font-size: 16px;
    padding: 9px 0 0;
}
.select_profile_drop_down  .fas.fa-angle-down {
    color: #44B063;
    padding-left: 5px;
}
.right_content_bar .breadcrums {
    float: left;
    width: 100%;
}
.right_content_bar .breadcrums ul li {
    float: left;
    width: auto;
    padding-right: 12px;
    font-size: 14px;
}
.breadcrums ul li:before {
    padding: 8px 8px 0 0;
    color: #1C5723;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.right_content_bar .breadcrums ul li:first-child:before{
    display:none;
}
.added_profile {
    float: left;
    width: 100%;
    position: relative;
}
.added_profile h2 {
    font-size: 40px;
    text-align: left;
    line-height: 54px;
}
.added_profile ul {
    margin-left: -1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.added_profile ul li {
    float: left;
    width: 30.3%;
    margin: 0 1.5% 3% 1.5%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 32px;
    position: relative;
}
.added_profile ul li .student_picture {
    margin-bottom: 14px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #30913b;
    color: #FFF;
    margin: 0 auto 15px;
    font-size: 43px;
    line-height: 80px;
    text-align: center;
}
.added_profile ul li .student_picture i{
    line-height: 70px;
}
.added_profile ul li .student_picture img{
    border-radius: 50%;
}
.student_name {
    font-family: 'proza_libresemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #212121;
    float:left;
    width:100%;
    margin-bottom: 4px;
}
.student_age {
    font-size: 14px;
    color: #757575;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.student_active_timing {
    font-size: 14px;
    color: #757575;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.btn.view_profile_btn {
    margin-top: 28px;
    text-align: center;
}
.three_dots {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 32px;
    top: 20px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 1000px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.add_profile_btn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40% 0;
    color: #2F913B;
}
.added_profile ul li.add_profile_box {
    border: 1px solid #2F913B;
    width: 30.3%;
}
/*home page*/
.tag_line {
    padding: 10px 20px;
    float: left;
    width: auto;
    height: 40px;
    background: rgba(66, 134, 237, 0.1);
    border-radius: 27px;
    font-size: 14px;
    text-align: center;
    color: #4286ED;
    text-transform: uppercase;
}
.main_wrap .section h2 {
    font-size: 38px;
    color: #202020;
    float: left;
    width: 100%;
    text-align: left;
    margin: 32px 0;
}
.section.faq_sec {
    margin-bottom: 40px;
}
.faq_left_wrap {
    width: 41.666667%;
    float: left;
}
.Accordions {
    width: 58.333333%;
    float: right;
}
.Accordion_item {
    width: 100%;
    height: auto;
    margin: 5px 0;
    border-bottom: 1px solid rgba(32, 41, 76, 0.08);
}
.Accordion_item:first-child {
    margin-top: 50px;
}
.Accordion_item .title_tab {
    width: 100%;
    color: #000000;
    padding: 24px 0;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
    border-radius: 0;
    position: relative;
}

.Accordion_item .title_tab .title {
    font-size: 20px;
    color: #212121;
    margin: 0;
}
.Accordion_item .title_tab .title .icon {
    float: right;
    font-size: 14px;
    padding: 5px 0;
}
.Accordion_item .title_tab .fa-minus{
       display: none;
}
.Accordion_item .title_tab.active .fa-minus{
    display: block;

}
.Accordion_item .title_tab.active .fa-plus{
    display: none;

}
.inner_content {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
}
.inner_content p{
    font-size: 16px;
    color: #616161;
}
.section {
    float: left;
    width: 100%;
    margin: 120px 0;
}
.section.discover_meadow {
    background: #FFF5ED;
    margin: 0;
}
.discover_meadow .small_width {
    text-align: center;
    width: 800px;
    float: none;
    margin: 0 auto;
    padding: 120px 0;
}
.section .btn {
    padding: 12px 30px;
    /* padding: 10px 20px; */
    /* gap: 10px; */
    width: 180px;
    /* height: 42px; */
}
.section.discover_meadow .right_btn_wrap {
    float: none;
    margin: 0 auto;
    width: 400px;
    display: table;
}
.main_wrap .section.discover_meadow h2 {
    text-align: center;
    margin: 0 0 32px 0;
}
.section.how_it_work {
    text-align: center;
}
.section.how_it_work h2 {
    text-align: center;
}
.section.acivement {
    margin-bottom: 0;
}
.section.acivement h2 {
    margin-bottom: 46px;
}
.section .half_section {
    float: left;
    width: 48%;
    margin-right: 2%;
    position: relative;
}
.half_section.right {
    float: right;
    margin-right: 0;
}
.half_section ul li {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}
.section.acivement .half_section ul li {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 24px 32px;
    border-radius: ;
}
.offering_content {
    display: none;
        float: left;
    margin-top: 10px;
    color: #616161;
}
.half_section ul li h4 i {
    float: right;
    line-height: 30px;
}
.half_section ul li h4 i.fa-minus{
    display: none;

}
.half_section ul li.open h4 i.fa-minus{
    display: block;
}
.half_section ul li.open h4 i.fa-plus{
    display: none;
}

.half_section ul li h4 {
    font-size: 20px;
    /* line-height: 150%; */
    color: #212121;
    margin-bottom: 0px;
    margin-top: 0;
    cursor: pointer;
}
.half_section ul li p {
    margin: 0;
    color: #616161;
    font-size: 18px;
}
.section.why_meadow {
    background: #F6F7FA;
    padding: 120px 0;
    margin:0;
}
.section.why_meadow .half_section ul li {
    margin-bottom: 48px;
}
.section.why_meadow .half_section ul li .green_icon {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.section.why_meadow .half_section ul li h4 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 16px;
}
.section.why_meadow .half_section ul li p {
    font-size: 20px;
    line-height: 150%;
}
.two_section {
    float: left;
    width: 100%;
    position:relative;
}
.two_section.parent_section {
    margin-bottom: 80px;
}
.two_section ul li {
    color: #444444;
    font-size: 20px;
    margin-bottom:16px;
    position: relative;
    padding-left: 20px;
}
.two_section ul li:before {
    content: " ";
    background: #4286ED;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.two_section.parent_section .half_section.right {
    width: 38%;
}
.youtube_btn {
    position: absolute;
    width: 100%;
    right: -21px;
    bottom: -34px;
}
.banner {
    padding: 120px 0;
    float: left;
    width: 100%;
    background: url(../images/Group%202608654.png) right top no-repeat;
    background-position: 100% -63px;
    background-size: 648px 660px;
}
.banner_text {
    float: left;
    width: 50%;
}
.banner_text h2 {
    text-align: left;
    margin-bottom: 38px;
}
.banner_text .right_btn_wrap ul li {
    margin-left: 0;
    margin-right: 14px;
}
.home_page .right_btn_wrap ul li {
    padding-top: 0;
}
.banner_text .right_btn_wrap {
    width: 100%;
}
.home_page .btn.header_btn {
    width: 140px;
    text-align: center;
    padding: 12px 0;
}
.home_page .right_btn_wrap {
    width: auto;
}
.banner_text .right_btn_wrap {
    float: left;
}
.banner_img {
    float: right;
    width: 40%;
    border-radius: 8px;
    overflow: hidden;
}
.banner_img video{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.home_page .header {
    margin-bottom:0px;
}
.right_btn_wrap.dekstop_hide {
        display: none;
    }
    .right_btn_wrap.mobile_hide {
        display: block;
    }
/*home page end*/
/*onboarding*/
.background_img {
    background: url(../images/bg.png) left top no-repeat;
    background-size: cover;
}
.onbording_page {
    padding: 75px 0;
    float: left;
    width: 100%;
}
.onbording_page .steps {
    width: 100%;
    max-width: 845px;
    display: table;
    margin: 0 auto;
    display: none;
}
.onbording_page .steps.active{
    display: block;
}
.onbording_page .steps.mid_box{
    max-width: 500px;
}
.sub_steps{
    display: none;
}
.sub_steps.active{
    display: block;
}
.onbording_page .logo_wrap {
    text-align: center;
    margin-bottom: 80px;
}
.onbording_page h2 {
    font-size: 40px;
    margin-bottom: 8px;
    text-align: left;
    line-height: 48px;
    margin-top: 0;
}
.onbording_page h2.center_align{
    text-align:center;
}
.onbording_page .title_description {
    width: 560px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #757575;
}
.three_white_box {
    float: left;
    width: 100%;
    margin-top: 32px;
}
.three_white_box ul{
    margin-right:-3%;
}
.three_white_box ul li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 4%;
    align-items: center;
    padding: 24px 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(182, 185, 207, 0.25);
    min-height: 175px;
    border-radius: 8px;
}
.onbording_page p {
    font-size: 16px;
    color: #616161;
    margin: 0 0;
}
.three_white_box  .big_text {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #212121;
    margin: 8px 0;
    width: 100%;
    float: left;
}
.onbording_page .btn_wrap {
    width: 500px;
    float: none;
    display: table;
    margin: 0 auto;
}
/*onboarding-page-first*/
.page_numbering {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 12px;
}
.onbording_page .checkbox {
    padding: 16px;
    /* gap: 10px; */
    font-size: 16px;
    height: 54px;
    background: #F6F7F9;
    border-radius: 9999px;
}
.step_form {
    float: left;
    width: 100%;
    /* text-align: center; */
}
/*onboarding-page-second*/
.step_form ul li.add_profile_box.center_align {
    border: 1px solid #2F913B;
    /* width: 100%; */
    width: 260px;
    min-height: 150px;
    background: #FFFFFF;
    border: 1px solid #2F913B;
    border-radius: 8px;
    padding: 0;
    margin: 8% auto;
    display: table;
    float: none;
}
.btn.disable {
    opacity: 0.4;
}
.onbording_page  .white_box.middle_align {
    float: none;
    border: 0;
    border-radius: 0;
    margin: 10% auto;
    width: 500px;
    padding: 0;
    display: table;
}
/*onboarding thank you*/
span.tick_icon {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.step_form .right_btn_wrap {
    float: left;
    width: 100%;
}
.step_form .right_btn_wrap ul {
    margin-left:-12px;
}
.step_form .right_btn_wrap ul li {
    width: 47.5%;
    text-align: center;
}
/*onboarding 5*/
.onbording_page .added_profile ul{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.onbording_page .added_profile ul li {
    width: 47%;
    min-height: 150px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 10px 1.5%;
}
.onbording_page .added_profile ul li.add_profile_box {
    padding: 30px 32px;
}
/*slider*/
.slider_control_wrap{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.slider_controls {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.control {
    float: left;
    margin: 0 15px;
}
.control.nav{
    color: #30913b;
    width: 30px;
    height: 30px;
    border: solid 1px #30913b;
    border-radius: 50%;
}
.control.nav a{
    width: 100%;
    float: left;
     color: #30913b;
}
.control.nav i{
    line-height: 30px;
}
.control .bx-pager.bx-default-pager{
    display: table;
    height: 30px;

}
.bx-pager-item {
    display: table-cell;
    vertical-align: middle;
}
.banner_img .paly_button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/play-and-pause-button.png) no-repeat center center rgba(0, 0, 0, 0.5);
    z-index: 9999;
    left: 0;
    top: 0;
}
.banner_img li{
    display: block;
}
.vid_popup_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000061;
    top: 0;
    left: 0;
    z-index: 9999999;
    padding: 10px;
    display: none;

}
.vid_popup_wrap.open{
    display: table;
}
.vid_popup_col {
    display: table-cell;
    vertical-align: middle;
}
.vid_popup {
    width: 90%;
    max-width: 712px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.vid_popup_close {
    position: absolute;
    right: 0;
    top: 0;
    background: #30913b;
    padding: 6px 11px;
    /* width: 40px; */
    /* height: 40px; */
    color: #FFF;
        z-index: 999999;
}
.acivement .desc {
    float: left;
    margin-bottom: 46px;
}
.work_video{
    float: left;
    width: 100%;
}
.work_video iframe{
   border-radius: 8px;
    width: 90%;
    max-width: 800px;
    height: 400px;
}
body.dashboard {
    padding-top: 76px;
}

.dashboard .header .right_btn_wrap ul{
    display: table;
}
.dashboard .header .right_btn_wrap ul li{
    float: none;
    width: auto;
    padding: 0px 0 0 12px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.dashboard .header .right_btn_wrap ul ul {
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #C9E3C9;
    box-shadow: 0px 3px 12px rgba(17, 28, 18, 0.15);
    border-radius: 9px;
    top: 100%;
    width: calc( 100% - 12px );
    font-size: 16px;
    /* left: 0; */
    padding: 10px;
    display: none;
}
.dashboard .header .right_btn_wrap ul li ul li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #7F877F80;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.dashboard .header .right_btn_wrap ul li ul li:last-child{
    border: none;
    padding: 0;
    margin: 0;
}
.dashboard .header .right_btn_wrap ul li ul li  a{
    line-height: 19px;
    color: #17351B;
}
.dashboard .header .right_btn_wrap ul li ul li  a:hover{
    color: var(--contrast)
}

.dashboard .header .right_btn_wrap ul li:hover ul{
    display: block;
}
.dashboard .header .right_btn_wrap ul li:hover .arrow_icon i.fa-chevron-up{
    display: block;
}
.dashboard .header .right_btn_wrap ul li:hover .arrow_icon i.fa-chevron-down{
    display: none;
}
/*break-configure-page-1*/
.break_configure .header {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0;
}
.break_configure_wrap{
    float: left;
    width: 100%;
    position: relative;
}
.small_popup {
    /* float: right; */
    width: 300px;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-shadow: 0px 4px 16px rgba(172, 180, 182, 0.25);
    border-radius: 8px;
    position: absolute;
    right: 0;
    top:0;
    padding: 8px;
}
.close_btn {
    top: 6px;
    right: 7px;
    position: absolute;
    font-size: 12px;
    margin: 0px 8px;
    background: transparent;
    cursor: pointer;
    border: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--contrast);
    color: #FFF;
    border-radius: 50%;
}
.close_btn i{
    line-height: inherit;
}
.popup_video {
    float: left;
    width: 24%;
    /* margin-right: 12px; */
}
.popup_content {
    float: right;
    width: 71%;
}
.popup_content h4 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 7px;
}
.popup_content p {
    font-size: 12px;
    line-height: 15px;
    color: #606060;
    margin: 4px 0 6px;
}
.popup_video_timing {
    font-size: 12px;
    line-height: 15px;
    color: #606060;
    float: left;
    width: 100%;
}
.tab {
    float: left;
    width: auto;
}
.tab ul{
    background: #F6F7F9;
    display: table;
    border-radius: 33px;
}
.break_configure_wrap h2 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 36px;
}
.tab ul li {
    float: left;
    width: auto;
    
    font-size: 15px;
}
.tab ul li a {
    padding: 12px 35px;
    align-items: center;
    background: #F6F7F9;
    color: var(--contrast);
    border-radius: 33px;
    float: left;
    /* width: 100%; */
}
.tab ul li.selected a{ 
    background: var(--contrast);
    color: #FEFEFE;
}
.break_configure_wrap .white_box {
    float: left;
    width: 100%;
    padding: 32px; 
    margin: 32px 0;
}
.break_solution_box {
    float: left;
    width: 100%;
    margin-bottom:32px;
}
.break_configure_wrap  h3 {
    font-size: 22px;
    line-height: 30px;
    color: #212121;
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
    font-family: 'proza_libresemibold';
}
.two_tabs {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.two_tabs ul li {
    float: left;
    width: auto;
    margin-right: 25px;
}
.two_tabs ul li a{
    float: left;
    width: auto;
    color: #757575;
    padding-bottom:15px;
    font-size: 16px;
}
.two_tabs ul li.selected a{
    color:var(--contrast);
    border-bottom:2px solid  #2F913B;
}
.selected_item {
    float: right;
    width: auto;
    font-size: 16px;
}
.video_list {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: none;
}
.video_list.selected{
    display: block;
}
.video_list ul {
    margin-right: -2%;
}
.video_list > ul{
    display: flex;
    flex-wrap: wrap;
}
.video_list ul li {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 4%;
}
.video_list ul li .select_box {
    float: left;
    width: 4%;
    margin-right: 2%;
}
.feed_video_wrap ul li img {
    width: 100%;
    border-radius: 8px;
}
.feed_video_wrap {
    float: left;
    width: 88%;
    margin-left: 2%;
}
.feed_video_wrap ul li {
    width: 100%;
    float: left;
    /* margin-right: 5%; */
}
.feed_video_title {
    float: left;
    width: 70%;
    font-weight: bold;
    font-size: 14px;
    /* padding-top: 5px; */
    line-height: 17px;
}
.youtube_channel_name_wrap {
    float: left;
    width: 100%;
}
.youtube_channel_name_wrap .channel_name {
    float: left;
    width: auto;
    padding: 8px 0 0;
    font-size: 14px;
    /* padding-left: 45px; */
}
.feed_video_title .channle_logo {
    float: left;
    width: 20%;
    margin-right: 4%;
}
.feed_video_wrap ul li .channle_logo {
   float: left;
    width: auto;
    margin-right: 10px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #CCC;
    height: 40px;
}
.like_to_have_wrap {
    float: left;
    width: 100%;
}
.left_profile_bar ul li.video_timing {
    background: transparent;
    border: 1px solid #38AE47;
}
.left_profile_bar ul li .clock_icon {
    float: left;
    width: auto;
}
.left_profile_bar ul li .play_icon {
    float: right;
    padding:2px 0;
}
.list_content span {
    font-size: 23px;
    line-height: 31px;
}
.list_content {
    width: 80%;
    float: left;
    padding-left: 5px;
}
.left_profile_bar ul li .clock_icon span {
    padding-left: 10px;
    font-size: 30px;
}
.left_profile_bar ul li.setting_list {
    background: transparent;
    padding: 0;
    margin: 0;
}
.left_profile_bar ul li.setting_list ul li{
    background: transparent;
    padding: 0;
    margin: 0;
}
.left_profile_bar ul li.setting_list ul li {
   padding: 0;
    margin: 0;
}
.left_profile_bar ul li.setting_list ul li a {
    float: left;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 12px;
    color:var(--contrast);
    font-size: 14px;
}
.left_profile_bar ul li.setting_list ul li.current_menu a{
    background:var(--contrast);
    color:#fff;
    border-radius:9px;
}
.left_profile_bar ul li.setting_list ul li .list_icon {
    background: url(../images/break-list-icon.png) left top no-repeat;
    width: 28px;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 0px 5px 0;
}
.left_profile_bar ul li.setting_list ul li .list_icon.brc {
    background-position: -12px -8px;
}
.left_profile_bar ul li.setting_list ul li .list_icon.vr {
    background-position: -49px -8px;
}
.left_profile_bar ul li.setting_list ul li .list_icon.yhs{
    background-position: -85px -8px;
}
.left_profile_bar ul li.setting_list ul li .list_icon.at {
    background-position: -121px -8px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.brc {
    background-position: -12px -35px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.vr {
    background-position: -49px -35px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.yhs{
    background-position: -85px -35px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.at {
    background-position: -121px -35px;
}
.popup_wrap {
    background: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 99999;
   display: none;
}
.popup_row{
     display: table;
     width: 100%;
     margin: 0;
     height: 100%;
}
.popup_col{
    display: table-cell;
    vertical-align: middle;
}
.pop {
    width: 96%;
    max-width: 450px;
    position: relative;
    padding: 40px;
    background: #fff;
    margin: 0 auto;
    display: table;
}
.pop .popup_content {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom:0;
}
.pop .popup_content h4 {
    font-size: 24px;
    margin: 0 0 19px;
    line-height: 31px;
}
.pop .popup_content p {
    font-size: 16px;
    line-height: 23px;
    margin: 5px 0 8px;
}
.pop .popup_video {
    width: 100%;
}
.pop .popup_video iframe{
    width: 100%;
    border-radius: 10px;
}
.pop .right_btn_wrap {
    float: none;
    display: table;
    margin: 0% auto;
}
.pop  .right_btn_wrap ul li {
    padding: 15px 0 0;
    width: 158px;
    text-align: center;
}
.close_button {
    font-size: 12px;
    margin: 0px 8px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    border: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--contrast);
    color: #FFF;
    border-radius: 50%;
}
.close_button  i{
    line-height: inherit;
}
.like_to_have_wrap .btn {
    width: auto;
    padding: 12px 35px;
    float: right;
}
/*on demand break*/
.video_playing_bar {
    float: left;
    width: 100%;
    background: #dedede;
    padding: 5px;
    border-radius: 10px;
    position:relative;
}
.video_playing_bar .video_play {
    width: 33%;
    background: #2f913b;
    position: absolute;
    left: 0;
    padding: 5px;
    top: 0;
    border-radius: 10px;
}
.video_timing_for_bar {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
}
.video_details {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.video_details h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'intermedium';
}
.channel_details_wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.channel_logo {
    float: left;
    width: 12%;
    margin-right: 12px;
}
.channel_details {
    float: left;
    width: 84%;
    margin-top: 3px;
}
.channel_name {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
}
.channle_description {
    float: left;
    width: 100%;
    font-size: 14px;
}
.full_width_btn_wrap {
    float: left;
    width: 100%;
}
.full_width_btn_wrap ul{
    margin-right:-2%;
}
.full_width_btn_wrap ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    text-align: center;
}
/*video recomandation*/
.replacement_percentage_wrap {
    float: left;
    width: 100%;
}
.replacement_percentage_video {
    float: left;
    width: 20%;
    margin-right: 20px;
}
.replacement_percentage_progressbar_wrap {
    float: right;
    width: 75%;
}
.replacement_percentage_progressbar_wrap .video_playing_bar {
    margin-top: 20px;
    margin-bottom: 20px;
}
.percentage_showing_wrap {
    float: left;
    width: 100%;
}
.percentage_showing_wrap .showing_percentage {
    float: left;
    width: 70px;
    padding: 12px;
    background: #2f913b;
    color: #fff;
    border-radius: 10px;
    margin-right: 12px;
    text-align: center;
}
.why_showing {
    float: left;
    width: calc(100% - 85px);
}
.why_showing h5 {
    margin: 0;
    font-size: 16px;
}
.why_showing p{
    margin: 0;
}
.blue_text {
    color: #2F80ED;
}
.meadow_feeds_wrap {
    float: left;
    width: 100%;
    background: #EDF4F1;
    border-radius: 12px;
    padding: 24px 32px;
    position: relative;
}
.meadow_feeds_wrap h5 {
    margin: 0 0 14px 0;
}
.meadow_feeds_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
}
.feed_btn_wrap {
    position: absolute;
    right: 15px;
    top: 15px;
}
.video_list.half_width ul {
    margin-right: -2%;
    display: flex;
    flex-wrap: wrap;
    min-height: 137px;
}
.video_list.half_width ul li {
    width: 48%;
    margin-right: 2%;
}
.feed_video_wrap {
    float: left;
    width: 78%;
}
.video_list.half_width .feed_video_wrap ul li {
    width: 37%;
    float: left;
    margin-right: 3%;
}
.video_list.half_width .feed_video_wrap ul li:last-child {
    width: 60%;
    margin-right: 0;
}
.video_list.half_width .youtube_channel_name_wrap {
    padding-left: 0;
    padding-top: 8px;
}
.video_list.half_width ul li .views_click_wrap {
    float: left;
    width: 13%;
    background: #EDF4F1;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    /* margin-bottom: 5px; */
}
.grey_box {
    float: left;
    width: 100%;
    text-align: center;
    color: var(--contrast);
    margin:5px 0;
    font-weight: bold;
}
.grey_box .count {
    float: left;
    font-size: 22px;
    width: 100%;    
    margin-bottom: 4px;
}
.grey_box .grey_box_text {
    font-size: 8px;
}
/*block harmful content*/
.add_more_video_wrap {
    float: left;
    width: 100%;
    text-align: center;
    border: 2px dashed #2f913b;
    padding: 12px 0;
}
.add_more_video_wrap a{
    color:var(--contrast);
    width:100%;
    float:left;
}
.video_list.full_width ul li {
    width: 100%;
    margin-right: 0;
    position: relative;
}
.video_list.full_width ul {
    margin-right: 0;
}
.video_url_wrap {
    float: left;
    width: 96%;
    background: #F6F7F9;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 12px 16px;
    font-size: 16px;
    position: relative;
}
.video_list.full_width .feed_video_wrap {
    float: left;
    width: 96%;
    background: #EDF4F1;
    border-radius: 4px;
    margin: 0;
    padding: 16px;
}
.video_list.full_width .feed_video_wrap ul li .feed_video_title {
    width: 100%;
}
.video_url_list {
    float: left;
    width: 100%;
}
.video_url_list a {
    color: #141519;
    font-size:16px;
}
.delete_icon {
    position: absolute;
    right: 0;
    text-align: center;
    width: 4%;
    top: 10px;
}
.video_list.full_width .feed_video_wrap ul li {
    width: 48%;
    margin-right:2%;
}
.video_list.full_width .feed_video_wrap ul li:first-child {
    width: 20%;
}
.video_list.full_width .youtube_channel_name_wrap {
    padding-left: 0;
    margin-top: 6px;
}
.video_list.full_width .feed_video_wrap ul li.choose_action_wrap {
    width: 28%;
    margin-right:0;
}
.video_list.full_width .feed_video_wrap ul li.choose_action_wrap ul li {
    width: 100%;
    font-size: 16px;
    margin-right:0;
}
.choose_action_wrap h5 {
    margin-top: 0;
    margin-bottom: 13px;
}
.video_list ul li .choose_action_wrap .select_box {
    width: auto;
}
.video_list.full_width .feed_video_wrap ul li.choose_action_wrap ul li .form_label {
    width: auto;
}
/*youtube settings*/
.youtube_customization {
    float: left;
    width: 100%;
}
.youtube_customization  .input_field .select_box {
    float: left;
    width: 100%;
    margin-top: 8px;
}
.btn.red_btn {
    background: #E24545;
}
.pop .right_btn_wrap .btn.border_btn {
    border: 1px solid #54995e;
    color: #52975c;
}
/*Subscription*/
.subscription_details {
    float: left;
    width: 100%;
}
.subscription_details .white_box {
    float: left;
    width: 100%;
    margin: 1% 10px;
    max-width: 400px;
}

.pricing_wrapper p {
    float: left;
}

.plan_wrap{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
.pricing_wrapper .btn.border_btn {
    border-color: var(--contrast);
    color: var(--contrast);
}
.subscription_details h2{
    text-align:left;
}
.subscription_details .plan_amount_wrap {
    margin-top: 20px;
}

/*range slider*/
.slider_wrap {
    float: left;
    width: 100%;
    margin: 45px 0 20px;
}
.ui-slider-horizontal {
    position: relative;
    text-align: left;
    height: 10px;
    background: #dedede;
    border-radius: 10px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    background: rgb(48 145 59);
    height: 10px;
    border-radius: 10px;
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    /* border: 1px solid #ffffff; */
    background: #3636361c;
    /* font-weight: normal; */
    /* color: #454545; */
    top: -15px;
    margin-left: -20px;
    border-radius: 50%;
        outline: none;
}
.ui-slider-handle:before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #30913b;
    /* z-index: 1; */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
        outline: none;
}
.ui-slider-handle .tooltip {
    background: url(../images/pin.png) 0 center no-repeat;
    position: absolute;
    bottom: 100%;
    width: 28px;
    height: 34px;
    left: 50%;
    margin-left: -14px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
}
/*generate new meadow feed*/
.back_btn_wrap {
    position: absolute;
    top: 45px;
    width: 150px;
    float: right;
    right: 0px;
}
.generate_meadow_wrap {
    float: left;
    width: 100%;
    position: relative;
}
.generate_meadow_wrap .input_field {
    font-size: 16px;
}
.generate_meadow_wrap .right_btn_wrap {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.generate_meadow_wrap .right_btn_wrap ul li {
    width: 150px;
    margin-left: 0;
    margin-right: 12px;
}
.radio_field_wrap {
    float: left;
    width: 100%;
}
.radio_field_wrap ul{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.radio_field_wrap ul li {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.radio_field_wrap ul li .input_field.half {
    margin-top: 0;
}
.radio_field_wrap ul li .input_field.half.right {
    float: left;
}
.radio_field_wrap ul li  .delete_icon {
    position: relative;
    float: right;
}
.generate_meadow_wrap h3 {
    width: 80%;
}
.generate_meadow_wrap p {
    width: 80%;
}
.pre_seheduled_setting_wrap {
    position: relative;
    float: left;
    width: 100%;
}
/*about-us*/
.screen_time {
    padding: 120px 0px;
    width: 100%;
    background: #F6F7FA;
    margin: 0;
}
.section.screen_time h2 {
    margin-bottom:64px;
}
.screen_time ul{
    margin-right:-2%;
}
.screen_time ul li {
    width: 31%;
    float: left;
    background: #fff;
    margin-right: 2%;
    padding: 24px 32px;
    min-height: 480px;
}
.section.thank_you_wrap {
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 750px;
    float: none;
    background: url(../images/thank-you-bg.png) center center no-repeat;
    padding: 60px 0;
}
.section.thank_you_wrap h2 {
    margin-top: 0;
    text-align: center;
}
/*faq*/
.faq_page .header {
    background: #F8F8F8;
}
.faq_page .header_btn {
    width: 140px;
    text-align: center;
    padding: 12px 0;
}
/*contact*/
.step_form .btn.reg_btn {
    width: 100%;
    padding: 15px;
}
/*settings*/
.white_box.setting_wrap {
    background: url(../images/setting-top-bg.png) top center no-repeat;
    background-size: 100% 20%;
    /* height: 200px; */
}
.settting_top_wrap {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(127, 135, 127, 0.5);
    position: relative;
}
.setting_bottom_wrap {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.settting_top_wrap .student_picture {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}
.settting_top_wrap .student_picture img{
    border-radius: 50%;

}
.settting_top_wrap .student_name {
    margin-bottom: 14px;
}
.settting_top_wrap .ac_num {
    color: #757575;
    font-size: 16px;
}
.setting_wrap .right_btn_wrap.header_right {
    position: absolute;
    top: 95px;
    right: 20px;
}
.settting_top_wrap .right_btn_wrap {
    float: right;
    position: absolute;
    top: 100px;
    right: 0;
}
.setting_bottom_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 12px; 
    font-size: 16px;
}
.setting_bottom_wrap ul li .profile_lable {
    float: left;
    width: 12%;
    padding-right: 20px;   
    font-weight: bold;
}
.setting_bottom_wrap ul li .profile_text {
    float: left;
}
.setting_bottom_wrap ul li .varified_icon {
    color: var(--contrast);
    padding-left: 5px;
}
.setting_bottom_wrap ul li .varified_icon.warning{
    color: orange;
}
.setting_bottom_wrap ul li  a{
   color: var(--contrast);
    /* text-decoration: underline; */
    font-size: 12px;
    margin-left: 8px;
}
.white_box.setting_wrap::before {
    content: "";
    background: #edf4f1;
    height: 90px;
    position: absolute;
    top: 142px;
    width: 99.8%;
    left: 1px;
    border-radius: 20px 20px 0 0;
}
/*setting-page-popup*/
.pop .popup_content h5 {
    font-size: 24px;
    text-align: left;
    font-family: 'proza_libresemibold';
    margin-bottom: 0;
    margin-top: 0;
}
.popup_content.profile_setting {
    text-align: left;
}
.change_img_wrap {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.change_img_wrap .img_change_icon {
    background: var(--contrast);
    color: #fff;
    font-size: 12px;
    padding: 6px 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 36%;
}
.change_img_wrap img {
    border-radius: 50%;
    width: 85px;
}
.disabled{
    color: #777;
}
.feed_type_content{
    display: none;
}
.html_template{
    display: none;
}
ul.dropdown_menu {
   margin: 0;
    display: block;
    right: 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #C9E3C9;
    box-shadow: 0px 3px 12px rgba(17, 28, 18, 0.15);
    border-radius: 9px;
    top: 100%;
    font-size: 16px;
    padding: 10px;
    width: 209px;
    display: none;
}
ul.dropdown_menu.open{
    display: block;
}
ul.dropdown_menu li{
    width: 100%;
    padding: 12px 0;
    border: navajowhite;
    border-bottom: solid 1px #CCC;
    border-radius: 0;
    text-align: left;
    margin: 0;
}
ul.dropdown_menu li:last-child{
    border-bottom: 0;
}
ul.dropdown_menu li a{
    color: #17351B;;
    float: left;
    width: 100%;
}
ul.dropdown_menu li a.delete{
    color:  #FA1616;
}
body.popup_opened{
    overflow: hidden;
}
.profile_image_uploader{
    opacity: 0;
    width: 0;
    height: 0;
    float: left;
}
/* Confrim box */

.confirm_box {
    display: block;
}
.confirm_box .pop{
    max-width: 500px;
}
.confirm_box .pop .popup_content{
    margin-bottom: 0;
}
.confirm_box .pop .popup_content p{
    text-align: left;
}

.confirm_box .confirm_btn_wrap{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.confirm_box .confirm_btn_wrap .btn{
   min-width: 40%;
   padding: 10px 15px;
   margin: 0 5px;
   width: auto;
   cursor: pointer;
   float: none;
}

.meadow_feed.invisible{
    display: none;
}
.load_more{
    color: var(--contrast);
    margin-top: 10px;
}
.pop.guide{
    max-width: 700px;
}
.current_plan.settting_top_wrap{
    float: left;
    width: 60%;
    border: none;
    padding: 0;
}
.current_plan .student_name span {
    margin-left: 100px;
}