@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: #F7B900;
}
.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-color: var(--contrast);
	border-radius: 9999px;
	color:#000;
	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: 15px;
	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: 5px;
	float: left;
	width: 100%;
	box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
	font-family: inherit;
}
.input_box.auto{
	width: auto;
}
textarea.input_box {
	height: 100px;
	resize: none;
}
.important_field {
	color: #ff0000;
}
.checkbox {
	float: left;
	width: 100%;
	font-size: 14px;
}
.card_information {
	border-radius: 4px;
	float: left;
	width: 100%;
}
.card_information .input_field {
	margin-top: 0;
}
.card_information .input_field .input_box {
    margin-top: 4px;
    background: none;
    border-radius: 0;
    background: #F6F7F9;
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
    border-radius: 5px;
}
.card_information .input_field.half {
	width: 49%;
    margin-right: 2%;
}
.card_information .input_field:last-child.half {
    margin-right: 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;
    text-align: center;
    margin-top: 16px;
    position: relative;
}
.pricing_logo {
	float: left;
	width: 15%;
	margin-right: 12px;
	max-width: 100px;
}
.pricing_title_wrap {
    float: left;
    width: 100%;
}
.pricing_for {
	float: left;
	width: 100%;
	color: #6F6C90;
	font-size: 18px;
}
.pricing_plan {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #6c7198;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.pricing_wrapper p {
	color: #6F6C90;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
    padding: 0;
}
.plan_amount_wrap {
	float: left;
	width: 100%;
	/* margin-bottom: 20px; */
    line-height: 20px;
	color: #170F49;
	font-weight: bold;
	font-size: 20px;
}
.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: #6c7198;
}
.white_box.alt .pricing_plan {
	color: #6c7198;
}
.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: #6c7198;
}
.pricing_top_wrap .button_area .btn{	
	box-shadow: 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 8px #fff, 4.8px 4.8px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 6.4px #fff;
}
.pricing_top_wrap .button_area .btn:hover {	
	box-shadow: -2px -2px 6px rgba(255, 255, 255, .6), -2px -2px 4px rgba(255, 255, 255, .4), 2px 2px 2px rgba(255, 255, 255, .05), 2px 2px 4px rgba(0, 0, 0, .1);
}
.pricing_top_wrap .button_area .btn:active{
	box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
}
.white_box.alt .btn {
    color: #56AC61;
    background: #ffffff;
    border: 1px solid transparent;
	box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
}

.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: none;
    display: table;
    margin: 0 auto;
    box-shadow: 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 16px #fff, 4.8px 4.8px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 6.4px #fff;
    background: #f7f7f7;
    border: 0;
}
.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;
    background: transparent;
    box-shadow: none;
}
.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: 0;
	/* border-top: 1px solid #E5E5E8; */
/*    background: url(../images/Line%2029.png) top center no-repeat;*/
    /* background-position: center; */
    text-align: 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';
	display: inline-block;
	float: none;
    vertical-align: middle;
}
.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: 50px;
}
.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: #fdfdfd;
    margin-right: 32px;
    position: fixed;
}
.right_content_bar {
    float: right;
    width: 80%;
    padding: 40px 40px 0 40px;
    background: #fbfbfb;
    border-left: 1px solid #f3f3f3;
}
.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;
    padding-left: 18px;
}
.added_profile ul li {
	float: left;
	width: 30.3%;
	margin: 0 1.5% 3% 1.5%;
	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(--primary);
	font-size: 14px;
}
.left_profile_bar ul li.setting_list ul li.current_menu a {
	background:var(--primary);
	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: 30%;
    /* width: 100%; */
    margin: 1% 20px;
    max-width: 400px;
    box-shadow: 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 16px #fff, 4.8px 4.8px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 6.4px #fff;
    background: #f7f7f7;
    border: 0;
}
.pricing_wrapper p {
	float: left;
}
.plan_wrap {
	float: left;
	width: 100%;
	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: 15px;
    color: #f7b900;
    font-size: 35px;
}
.subscription_details .counting {
    font-size: 17px;
}
.pricing_listing {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #9d9797;
    margin-top: 36px;
}
.pricing_listing ul li {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px;
    color: #b9aeae;
    position: relative;
}
.pricing_listing ul li i {
    font-size: 7px;
    top: 10px;
    position: absolute;
    left: 54px;
}
/*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;
}
/*dashboard*/
.dasboard .white_box {
    float: left;
    box-shadow: 1px 2px 9px #d1d1d1;
    margin-bottom: 20px;
    margin-right: 16px;
    min-height: 180px;
    padding: 19px 23px;
    border: 0;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.community_btn_wrap {
	background: url(../images/share1.png) right 0px no-repeat;
}
.white_box h3 {
	float: left;
	width: 63%;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 0;
}
.community_btn {
	float: left;
	width: 50%;
}
.btn.discort_btn {
	background-image: url(../images/discort.png);
	background-position: 21px center;
	background-repeat: no-repeat;
	padding-left: 65px;
	padding: 18px 40px 18px 72px;
}
.credit_bar {
    float: right;
    width: 48%;
    margin-bottom: 14px;
}
.credit_bar label {
	font-size: 16px;
	font-weight: bold;
	color: #6f6e6e;
	margin-bottom: 6px;
	width: 100%;
	float: left;
}
.credit_container {
    background-color: rgb(243 238 238);
    border-radius: 15px;
    float: left;
    width: 100%;
    /* padding: 10px; */
    transition: .2s ease-in-out;
    border-radius: 50px;
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff, 4.8px 4.8px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 6.4px #fff;
    height: 16px;
    width: 100%;
    background: #e0e5ec;
    border-radius: 20px;
    overflow: hidden;
}
.credit_used {
    background-color: rgb(243 182 0);
    color: white;
    padding: 0;
    text-align: right;
	height:16px;
    font-size: 12px;
    border-radius: 20px;
    float: left;
    width: 80%;
	transition: .2s ease-in-out;
	overflow: hidden;
   box-shadow: inset 3.2px 3.2px 8px #f8b639, inset -3.2px -3.2px 8px #ff4c00, 4.8px 4.8px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 6.4px #fff;
}
.added_profile ul.list_group {
    width: 40%;
    float: left;
}
.added_profile .list_group li.list_group_item {
    width: 100% !important;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
    border-bottom: 0;
}
.added_profile .list_group li.list_group_item:last-child{
	border-bottom:1px solid #ccc;
}
.list_group_num {
    float: right;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
}
.white_box.suggetion_wrap {
    background: var(--contrast);
	background-image:url(../images/suggestion.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.btn.canny_btn {
    background: #fff;
    background-image: url(../images/canny.png);
    background-position: 42px center;
    background-repeat: no-repeat;
    padding-left: 65px;
    padding: 18px 28px 18px 35px;
}
.white_box.suggetion_wrap h3 {
    float: right;
    text-align: right;
}
.white_box.suggetion_wrap .community_btn {
    float: right;
    width: 50%;
}
.plan_expiry {
    position: absolute;
    right: 30px;
    font-size: 12px;
}
.plan_expiry .ex_lable {
    font-weight: bold;
}
.plan_expiry .ex_date {
    color: var(--contrast);
    font-weight: bold;
}
.dashboard .white_box.crome_extention{
	padding:0;
}
.download_btn {
    
    position: absolute;
    right: 0;
    top: 0; 
    text-align: center;
}
.download_btn a {
   color: #939393;
    float: left;
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: bold;
    transition: .2s ease-in-out;
    box-shadow: 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 8px #fff, 4.8px 4.8px 8px rgba(195, 193, 198, 0.9), -3.2px -3.2px 6.4px #fff;
    background: #f7f7f7;
    border-radius: 20px;
}
.extention_logo {
    float: left;
    width: 100%;
}
.extention_logo img{
	max-width: 100px;
}
.download_btn a:active {
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
}
.download_btn a:hover {
	box-shadow: -2px -2px 6px rgba(255, 255, 255, .6), -2px -2px 4px rgba(255, 255, 255, .4), 2px 2px 2px rgba(255, 255, 255, .05), 2px 2px 4px rgba(0, 0, 0, .1);
}
.middle_align.white_box h3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}
a.cancel_sub {
    color: #F44336;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-decoration: underline;
}
a.btn.upgrade {
    float: right;
    width: auto;
    clear: both;
    padding: 10px 20px;
    font-size: 12px;
}
.prompts_wrap h2 {
    font-size: 40px;
    text-align: left;
    line-height: 54px;
}
.prompts li {
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}
.prompts li .label{
	width: calc( 30% - 5px );
	float: left;
	margin-right: 5px;
}
.prompts li .desc{
	width: calc( 70% - 5px );
	float: left;
	margin-left: 5px;
}
.prompts li.heading .label,
.prompts li.heading .desc{
	background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}
span.plan_exp {
    background: #e7413d;
    color: #FFF;
    font-size: 10px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    vertical-align: middle;
}
.field_heading{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.efficiency{
	width: 100%;
    display: flex;
    box-shadow: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 0px 0 20px;
    padding: 12px 8px;
}
.toggle {
    background-color: rgb(221, 221, 222);
    box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px 0px, rgba(0, 0, 0, 0.1) 0px 1px 0px 0px inset;
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    overflow: hidden;
    transition: all 0.25s linear 0s;
    border-radius: 40px;
}
.toggle.on {
    background: rgb(0, 220, 0);
}

.toggle .slide {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px, rgba(255, 255, 255, 0.8) 0px 1px 1px 0px inset;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.43, 1.3, 0.86, 1) 0s;
}
.toggle.on .slide {
    left: 27px;
    color: rgb(0, 209, 0);
}
.toggle .slide::before, .toggle .slide::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.toggle .slide::before {
    right: -22px;
    top: 0px;
    opacity: 0.4;
    background: url(../images/lock.svg) center center / cover no-repeat;
}
.toggle .slide::after {
    left: -22px;
    opacity: 0.4;
    background: url(../images/unlock.svg) center center / cover no-repeat;
}
.efficiency_left {
    width: 80%;
    float: left;
    line-height: 26px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

li.tones .prog_lbl{
	float: right;
    width: 40px;
    text-align: right;
}
li.tones  .prog_lbl.lock {
    position: relative;
    height: 20px;
    width: 20px;
    float: right;
    right: 0;
    top: 0;
}
li.tones  .prog_lbl.lock::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: url(../images/lock.svg) center center / cover no-repeat;
}

li.tones .efficiency_prog {
    height: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: rgb(184, 185, 190) 2px 2px 5px inset, rgb(255, 255, 255) -3px -3px 7px inset;
    display: inline-block;
    position: relative;
    float: right;
    width: 80px;
    margin-top: 8px;
    margin-left: 5px;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: rgb(209, 217, 230);
    border-image: initial;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}
li.tones  .efficiency_prog .progress {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    color: rgb(236, 240, 243);
    text-align: center;
    background-color: rgb(24, 99, 75);
    white-space: nowrap;
    transition: width 0.6s ease 0s;
    border-radius: 5px;
}
/* affliate */
.rf_link_wrap{
	float: left;
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.rf_link{
	background: #f1f1f1;
    border-radius: 30px;
    padding: 15px 80px 15px 20px;
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
    font-size: 14px;
    position: relative;
    color: #888;
    width: 70%;
}
.copy_link {
    position: absolute;
    right: 20px;
    color: #000;
    top: 50%;
    font-size: 18px;
    margin-top: -9px;
}
.rf_share{
	width: 30%;
	text-align: center;
}
.rf_share_link {
   	display: inline-block;
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin: 0 10px;
}
.rf_share_link i{
	 line-height: 50px;
}
.rf_box h2{
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}
.wallet{
	background: #f1f1f1;
    border-radius: 11px;
    padding: 0;
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
    font-size: 16px;
    float: right;
    display: flex;
    overflow: hidden;
}
.wallet .icon{
	background: #eac60b;
    color: #000;
    padding: 6px 15px;
    text-align: center;

}
.wallet .icon i{
	line-height: 36px;
}

.wallet .amount{
	padding: 5px;
	text-align: center;
}
.wallet .amount .wallet_bal {
	font-size: 16px;
	line-height: 18px;
}
.label{
	font-size: 10px;
    float: left;
    width: 100%;
}
.trans_wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.tabs {
   position: relative;
    margin-top: -31px;
    float: left;
    width: 100%;
}
.tabs a {
   background: #000;
    color: #FFF;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 8px 8px 0 0;
    float: left;
    margin-right: 5px;
    border: solid 1px #000;
}
.tabs a.active,
.tabs a:hover {
    background: transparent;
    color: #000;
    border: solid 1px #ccc;
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
}
.tab_contnent_wrap {
    float: left;
    width: 100%;
}
.tab_contnet {
    float: left;
    width: 100%;
    box-shadow: inset 3.2px 3.2px 8px rgba(195, 193, 198, 0.9), inset -3.2px -3.2px 8px #fff;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.has_tabs .tab_contnet{
	border-radius:0 10px 10px 10px;
}

.tab_contnet table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}

.tab_contnet table th{
	color: #000000;
    padding: 5px;
    /* background: #000; */
    border-top: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}
.tab_contnet table td{
	padding: 8px;
    font-size: 12px;
}
.tab_contnet table tr:nth-child(odd) td{
	background: #f1f1f1;
}

.status {
    display: table;
    margin: 0 auto;
    background: #cbffd5;
    padding: 6px 10px;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    color: #0d512b;
}
.status.pending{
	background: #fdd5ae;
    color: #ff6700;
}

.status.rejected{
	background: #fdaeae;
    color: #ff0000;
}
.credit {
    color: green;
}
.debit {
    color: red;
}
/* Lovedeep updates */
.plan-purchased p {
    color: red;
    font-size: 18px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    float: left;
}
.not_found_wrap {
    float: left;
    width: 100%;
    text-align: center;
}

/* Depricated Overlay popup start */
.synclink-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.synclink-popup {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	text-align: center;
	max-width: 400px;
	width: 100%;
}
.synclink-popup h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}
.synclink-popup p {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.synclink-popup .synclink-error {
	color: #d61f1f;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 8px;
}
.synclink-btn {
	display: inline-block;
	padding: 12px 20px;
	background-color: #0077b5;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}
.synclink-btn:hover {
	background-color: #005582;
}
/* Depricated Overlay popup start */
.btn.social_btn.social_btn_gmail {
	height: 66px;
}
.btn.social_btn.social_btn_gmail msg {
	font-size: 12px;
    color: #d61f1f;
    font-weight: bold;
}
.social-login-error {
    color: #d61f1f;
    font-size: 13px;
    font-weight: bold;
}
/* Lovedeep updates */