*, ::after, ::before {
	box-sizing: border-box;
}
.pagination li {
	margin: 0px !important;
	float: left;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width:100% !important;
}
.phone_number_validation_step_1.number.error {
	margin-top: 0px !important;
}

.wpforms-field-radio ul {
	display: flex !important;
}
.cd-dashboard .nav-tabs > li > a {
	color: #8c6b36; 
	font-weight:normal;
}
.cd-dashboard  .alert.alert-danger {
	font-weight: normal;
	font-size: 16px;
}
.cd-dashboard  .nav-tabs > li > a:hover {
	border-color: #8c6b36;
	background:#8c6b36;
	color:#FFF;
}
.cd-dashboard   .nav-tabs > li > a {
	border: 1px solid transparent;
	font-size: 14px;
	text-transform: uppercase;
}
.row.cd-dashboard-section {
	margin: 0px;
	padding: 0px;
	border: 1px solid #8c6b36;
	background: #f5f5f5;
	border-radius: 5px;
	margin-top:10px;
}

.dashboard-right .form-group .form-control {
	border: none;
	font-weight: bolder;
	font-size: 14px;
}
.dashboard-right {
	padding-top: 15px;
	padding-bottom: 15px;
}
.cd-dashboard-section  .control-label,#userModal .label-control{
	font-weight: normal;
	font-size: 14px;
	color: #8c6b36;
}
#userModal .form-control{font-size: 14px !important;
  font-weight: bolder;}
#userModal  .cdtogglePassword {
	top: 42px;
}
#userModal  .modal-footer .btn,#userModal .modal-footer .btn:hover{
	font-size: 14px;
	background: #000;
	border-radius: 3px;
	border: 0px;
	color:#FFF;
}
.select2-results__option {margin: 0px;}
.cd-dashboard-section  div.wpforms-container-full input[type="radio"]:checked::after {
	background-color: #8c6b36;
}
.cd-dashboard-section div.wpforms-container-full input[type="checkbox"]:focus::before,.cd-dashboard-section  div.wpforms-container-full input[type="radio"]:focus::before {
	border: 1px solid #8c6b36;
	box-shadow: 0 0 0 1px #8c6b36,0px 1px 2px rgba(0,0,0,0.15);
	
}
.cd-dashboard-section div.wpforms-container-full {
	margin: 0 10px !important;
}
.dashboard-left{
	background: url(../images/register.jpg) rgba(0, 0, 0, 0.6);
	background-position: center top;
	background-size: cover;
	background-blend-mode: multiply;
	min-height:350px;
}
.cd-dashboard .nav-tabs > li.active > a,.cd-dashboard  .nav-tabs > li.active > a:focus,.cd-dashboard  .nav-tabs > li.active > a:hover { background:#8c6b36 !important; color:#fff !important;}
.headingTitle {
	text-align: center;
	padding-bottom: 18px;
	color: #8c6b36;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 29px;
	font-family: "Playfair Display";
}
.already-account {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}

#userModal .modal-title {
	font-family: "Source Sans Pro" !important;
	text-transform: uppercase;
}

.btn-add-new-user,.btn-add-new-user:hover {
	background: #8c6b36;
	text-decoration:none !important;
	border-radius: 4px;
	padding: 8px 25px;
	margin-bottom: 24px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}
.already-account  a{ color:#8c6b36; text-decoration:none;text-transform: uppercase;}
.containerRadio {
  display: inline-block;
  margin-right:15px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bolder;
  color: #8c6b36;
  font-size: 15px;	
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkRadio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border:1px solid #8c6b36;
}

.containerRadio:hover input ~ .checkmarkRadio {
  background-color: #fff;
}

.containerRadio input:checked ~ .checkmarkRadio {
  background-color: #8c6b36;
}

.checkmarkRadio:after {
  content: "";
  position: absolute;
  display: none;
}

.containerRadio input:checked ~ .checkmarkRadio:after {
  display: block;
}
.containerRadio .checkmarkRadio::after {
	top: 4px;
	left: 4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
}


#resend_otp {
  background: transparent;
  color: #8c6b36;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid;
  padding: 10px 36px;
}
#cdOtpForm {
  padding: 15px 0px;
  min-height: 400px;
  padding-top:150px;
}
#resend_otp {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.btn-shadow{ box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
.register-section .form-group{ overflow:hidden;}
.register-section{ border:1px solid #8c6b36; border-radius:5px; overflow:hidden;}
.register-section .control-label{ font-weight:normal; font-size:14px;  color: #8c6b36;}

.register-section .register-left.login-left {
	min-height:350px;
}
.register-section.login-section .registrationScreen {
	padding-top: 50px !important;
}

.register-section .register-left {
	background: url(../images/register.jpg) rgba(0, 0, 0, 0.6);
	background-position: center top;
	background-size: cover;
	background-blend-mode: multiply;
}
.register-section .form-group .form-control{border:none; font-weight:bolder; font-size:14px;}
.register-section .form-group .form-control:focus{border:1px solid #8c6b36; }
.registrationScreen {
  padding-top: 15px;
  padding-bottom: 15px;
}


.submit-register .btn.btn-primary{
  padding: 0px;
  background: #8c6b36;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 53px;
}
.row.register-section {
  overflow: hidden;
   background: #f5f5f5;
}

.dashboard-left .lets-connect-bottom {
	position: initial;
	display: flex;
	align-items: center;
	height: 100%;
}
.col-md-8.dashboard-right {
	display: flex;
	align-content: center;
	align-items: center;
}
.cd-dashboard .nav-tabs > li {
	margin-left: 5px;
}
.cd-dashboard  .pagination > .active > a,.cd-dashboard   .pagination > .active > a:focus,.cd-dashboard   .pagination > .active > a:hover,.cd-dashboard   .pagination > .active > span,.cd-dashboard   .pagination > .active > span:focus,.cd-dashboard   .pagination > .active > span:hover {
	background-color: #8c6b36 !important;
	border-color: #8c6b36 !important;
}

.cd-dashboard  div.wpforms-container-full input[type="submit"]:focus::after,.cd-dashboard   div.wpforms-container-full button[type="submit"]:focus::after,.cd-dashboard   div.wpforms-container-full .wpforms-page-button:focus::after {
	border:none !important;
}
.cd-dashboard .wpforms-submit-container  .wpforms-submit,
.cd-dashboard  .wpforms-submit-container  .wpforms-submit:focus
{
	background: #8c6b36 !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	padding: 13px 56px !important;
	border:0px !important;
	margin: 0 auto;
	text-align: center;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
	text-transform: uppercase;
	height: auto !important;
}
.dashboard-right table.table-bordered.dataTable th,.dashboard-right table.table-bordered.dataTable td { font-weight:normal; font-size:14px;}
#cd_table_listing_info {
	font-size: 14px;
	font-weight: normal;
}
.dashboard-right  .pagination > li > a,.dashboard-right  .pagination > li > span {
	font-size: 14px;
	font-weight: normal;
}
.lets-connect-bottom {
  position: absolute;
  bottom: 52px;
  color: #fff;
  text-align: center;
  padding-right: 15px;
}
.lets-connect {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  width:100%;
  text-align:center;
}
.lets-connect-paragraph {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #ccc;
}




.d-block{ display:block !important;}
.cd-white-bg{ background:#fff;}
/* .cd-grey-bg{ background:#213984;} */
.cd-grey-bg{background-image: url(../images/cd_rego_page_300dpi.png);background-size: cover;background-color:#C8E9F6;/*! justify-content: center; *//*! display: flex; */margin: 0 auto;text-align: center;}
.cd-form { float:left; width:100%;}
.cd-wrapper input { padding: 0 8px; width:100%; font-size: 14px; }
.cd-wrapper .cd-width33{ width:32.3%; vertical-align:top;}
.cd-wrapper .cd-width3-column{ width:33%; vertical-align:top;display:inline-block; }
.cd-checkbox-custome input#cd_tc {width: 18px;height: 18px;margin-right: 5px;margin-top: 6px;}

.cd-wrapper .cd-tab { display: none; }
.cd-wrapper button,.cd-wrapper button:hover,.cd-wrapper button:focus,.cd-wrapper button:active,
.cd-wrapper input[type='submit'],.cd-wrapper input[type='submit']:hover,.cd-wrapper input[type='submit']:focus,.cd-wrapper input[type='submit']:active {text-transform:uppercase; padding: 8px 16px; font-size: 14px;  cursor: pointer; border-radius: 6px;border: 1px solid rgba(255,220,0, 1);opacity: 1;background-color: rgba(255,220,0, 1);color: #192F7C;font-weight: 700;
}

.cd-white-bg {
	background: #fff;
	float: none;
	margin: 0 auto;
	vertical-align: middle;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 48px;
}
.cd-circle {
	border-radius: 50%;
	flex-direction: column;
	display: flex;
	/*! height: 100px; */
	/*justify-items: center;*/
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 450px;
	height:450px;
	align-self: center;
}
.lw-load-more-block {
    margin-top: 30px;
    clear: both;
    text-align: center;
    display: block;
}

.lw-load-more-block #lw-load-more {
    padding: 10px 20px;
    background-color: #fff;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.lw-load-more-block .disabled-load-more {
    pointer-events: none;
    cursor: default;
    background-image: url(../images/loader.gif) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 45px !important;
}

.no_videos {
    clear: both;
    color: red;
    font-size: 15px;
}
.th_videos ul li .lw_play_icon {
	background: url(../images/play.png);
	position: absolute;
	height: 60px;
	width: 60px;
	top: 26%;
	left: 40%;
	z-index: 1000;
	background-size: 100% 100%;
	/* background-color: red; */
}
.th_videos {
	clear: both;
	margin-top: 16px;
	margin-bottom: 30px;
	overflow: hidden;
}
.th_videos ul {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	gap: 30px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.th_videos ul li {
	position: relative;
	box-shadow: 0px 0px 15px -2px #cfcfcf;
	/* border: 1px solid #cfcfcf; */
	border-radius: 10px;
	
}
.th_videos ul li img {
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #ccc;
	/* box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2); */
	/* opacity: 0.6; */
	cursor: pointer;
	width:100%;
}
.youtube_meta {
	padding: 15px 15px 30px 15px;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-radius: 0px 0px 10px 10px;
}
.youtube_meta h4 {
	color: #8c6b36;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0px;
	font-family: "Source Sans Pro" !important;
}.th_video_desc {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cd-width50.cd-grey-bg{ display:flex;} 
.display-register-link {color: #000 !important;display: block;margin-bottom: 12px; text-align:center;}
.display-register-link a {color: #000;}

.cd-wrapper button:hover { opacity: 1; }
.cd-wrapper .step { height: 16px; width: 16px; margin: 0 2px; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.5; }
.cd-wrapper .step.active { opacity: 1; }
.cd-wrapper .step.finish { background-color: #04AA6D; }
.cd-np-btn{ display:block;float:left; width:100%; margin:40px auto 0; text-align:center;}
.cd-tab h2{ font-size:18px; font-weight:bold; margin-bottom:16px;}

.cd-form-group{ position:relative; display:block; float:left; width:100%; margin-bottom:16px;}
.cd-form-group label{ font-size:13px; font-weight:600; margin-bottom:3px; display:block;line-height: 17px;}

.cd-form-group input,.cd-form-group input:focus{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: .25rem;
	font-size:13px;

}
.select2-container, .select2-drop, .select2-search, .select2-search input {
	max-width: 100%;
	width: 100% !important;
	font-size: 14px;
	font-weight:normal;
}
.cd-form-group input#cd_generate_link, .cd-form-group input#cd_generate_link:focus {display: inline-block;height: 20px !important;width: 20px !important;font-size: 6px !important;margin-right: 5px;border-radius: 0px !important;}

.cd-form-group textarea,.cd-form-group textarea{ resize:none; width:100%; height: 100px;  border-radius: 6px; border: 1px solid rgba(214,217,221, 1);background-color: rgba(255,255,255, 1);color: #000; padding: 8px; font-size:14px;}
.cd-form-group select,.cd-form-group select:focus{border-radius: 6px; border: 1px solid rgba(214,217,221, 1);background-color: rgba(255,255,255, 1);}
.cd-checkbox-custome{ display:block; }

.cd-checkbox-custome.cd-checkbox-custome-tc{ display:flex;}
.cd-checkbox-custome h2{ font-size:14px; font-weight:bold; margin-bottom:8px;}
.cd-checkbox-custome label{ display: inline-block; vertical-align: middle; font-weight: normal;}
.cd-checkbox-custome input{ height:20px; width:20px; display: inline-block; vertical-align: middle; margin-bottom:8px;}
.cd-checkbox-custome a{ color:#000; font-weight:bold; text-decoration: underline;}
.cd-widthinline{ display:inline-block; min-width:100px;}

/* livewire block css */
.cd-livewire-wrapper { padding: 20%;}
.cd-livewire-logo{ float:left; width:75%;}
.cd-livewire-links{ margin-bottom:24px; float:left; width:100%;}
.cd-livewire-content p { color:#192f7c; line-height:1.5; margin:0;}
.cd-livewire-content p.welcome{font-weight: bold;} 
.cd_tabcontent { display: none; float:left; width:100%;}
.cd-np-btn1{ float:left; width:100%; }
.cd-tab2{ display:block; float:left; width:100%; margin-bottom:32px;}
.cd-tab2 .cd_tablinks{ display: inline-block; padding-right:8%;}
.cd-tab2 .cd_tablinks h2{ font-size:14px; line-height:1.5; color:#ccc; margin:0;}
.cd-tab2 .cd_tablinks span{ font-size:16px; line-height:1.5; color:#ccc; padding-bottom:8px;}
.cd-tab2 .cd_tablinks.active span{ color:#000; position:relative;}
.cd-tab2 .cd_tablinks.active span::after {background: url(../images/selected_step.png);content: "";position: absolute;width: 100%;height: 15px;background-repeat: no-repeat;background-size: 100% 100%;left: 0;top: 25px;}
.cd-tab2 .cd_tablinks.active h2{color:#000;}
.cd-tooltip { cursor:pointer; position: relative; display: inline-block; background-color: #ccc; padding: 2px 4px; border-radius: 50%; color: #fff; line-height: 0.8; font-weight:normal;}
.cd-tooltip .cd-tooltiptext {visibility: hidden;width: 300px;background-color: #595999;color: #fff;text-align: center;border-radius: 6px;padding: 4px 8px;position: absolute;left: 0;z-index: 1;line-height: 1.2;font-size: 10px;font-weight: bold;max-width: 400px;}
.cd-tooltip:hover .cd-tooltiptext { visibility: visible; }

/* custom radio button */
.cd-customcheck { display: inline-block; position: relative; padding: 0px 16px 4px 32px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.cd-customcheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { position: absolute; top: 3px; left: 0; height: 22px; width: 22px; border: 1px solid rgba(214,217,221, 1);background-color: rgba(255,255,255, 1);}
.cd-customcheck:hover input ~ .checkmark { background-color: #2196F3; }
.cd-customcheck input:checked ~ .checkmark { background-color: #2196F3; }
.checkmark:after {  content: ""; position: absolute; display: none; }
.cd-customcheck input:checked ~ .checkmark:after {  display: block; }
.cd-customcheck .checkmark:after { left: 9px; top: 4px; width: 5px; height: 11px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.cd-widthinline{ display:inline-block; min-width:100px;}
.cd-form-group input[type="submit"]{ max-width:300px; margin: 20px auto 0; cursor: pointer; background-color: #2196F3; color: #fff;}
.cd-form-frame { float: left; width: 100%; display: block; }
.cd-form-frame-inner { padding: 30px; background:#FFF; float:left; display:block; width:100%;border-radius: 10px;}
.not_access{ color:#000;}
.cd_required_label{ color:#F00; font-weight:bold; margin-left:5px;margin-right:5px;}
.cd-np-btn.yp-mt-0{ margin-top:0px;}
.cd-np-btn button{ margin-left: 30px;}
.cd-np-btn button.disabled{ background-color: grey; color: white; border: transparent;}
.tc-top.cd-checkbox-custome-tc label{ margin-top:5px;}
.yp-text-right{ /*! text-align:right; */ display:block;color:#192f7c;}
.cd-livewire-links a,.cd-livewire-links a:hover{ text-decoration:none; color:white; text-decoration:underline;}
.cd-livewire-links a.active-livewire-link{ font-size:20px; font-weight:bold; color:#fff;text-decoration:none;}
.cd_fogot-paassowd-block{ margin-bottom:0px;}

.cd_fogot-paassowd-block a, .cd_fogot-paassowd-block a:hover {
	color: #8c6b36;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.cd_birthday-age-error {background: #5a5a5a;padding: 5px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600; display:none;}

h1.cd-title{ font-size:28px; font-weight:700; margin:12px 0;}
h2.cd-title{ font-size:20px; font-weight:700;}
h3.cd-title{ font-size:16px; font-weight:700; text-transform:uppercase;}


	.cd-welcome-wrapper{ float:left; width:100%; display:block;}
	.cd-welcome-notice{ float:left; width:100%; display:block; background-color:#fff; border:1px solid #e8eaec; margin-bottom:24px; border-radius: 10px;margin-top: 24px;}
	.cd-welcome-notice-icon { display: inline-block; vertical-align: middle; background-color: #fedb00; padding: 24px 20px; font-size:28px; border-radius:10px 0 0 10px;}
	.cd-welcome-notice-description { display: inline-block; vertical-align: middle; padding: 12px 12px; }
	.cd-welcome-notice-icon img { width: 40px; }
	.cd-welcome-notice-description span { font-size: 16px; font-weight: 600;  color:#676767;}
	.cd-welcome-notice-description .description { margin: 0; line-height: 1.4; color:#979797;}
	
	.cd-welcome-inner{ float:left; display:block; position:relative;}
	.cd-title-inner{background-color: #e8eaf2 !important; position: relative; padding: 40px; border-radius: 8px; margin-right: 8%;  background: url(../images/star-bg.png);  background: url(../images/welcome-experience-left@2x.WEBP);  background-size: 60px; background-repeat: no-repeat; background-position: 0px 0px;}
	.cd-title-inner::after { content: ''; position: absolute; background: url(../images/welcome-experience-right@2x.WEBP);  background-size: 50px; background-repeat: no-repeat; background-position: 0px 10px; right: 0px; bottom: 5px; height: 50px; width: 50px;}
	
	.cd-welcome-inner .description {font-size:16px; font-weight:400; margin:0; line-height:1.4; margin-bottom:16px;}
	.cd-welcome-inner .description img { width: 20px; height: auto;  padding: 0 4px; display: inline-block; vertical-align: middle;}
	.cd-welcome-inner .description a{ color: #344ca7; text-decoration: none; padding: 0 4px; font-weight: bold;}
	.cd-welcome-linkbox{ float:left; width:100%; margin-bottom:12px; border-radius:8px; position:relative;}
	.cd-welcome-linkbox-inner{ padding:12px 32px; }
	.cd-welcome-linkbox a{ font-size:16px; font-weight:bold; text-decoration:none; line-height:1.4; color:#344ca7;}
	.cd-welcome-linkbox p{ font-size:14px; font-weight:500; line-height:1.4; margin:0; color:#050505; display:inline-block;}
	.cd-welcome-linkbox p span{ font-weight:700; }
	.cd-welcome-linkbox p a{ font-weight:600; font-size:16px;}

.cd-welcome-linkbox span {
	position: absolute;
	top: 10px;
	left: -20px;
	width: 40px;
	height: auto;
	font-size: 30px;
}
	.cd-welcome-linkbox h4{ margin: 0; font-size: 18px; color: #344ca7; font-weight: bold; line-height: 1.4;}
	.cd-welcome-close span{ font-size:18px; cursor: pointer; color:#616161; float: right; margin-bottom: 24px;}
	
	.bg-pink{ background-color:#fde8ec;}
	.bg-yellow{ background-color:#fcf6a9;}
	.bg-sky{ background-color:#c6e8f6;}
	

.cd-welcome-close span{    font-size:16px; cursor:pointer;font-weight: bold;}
#cd_area_code,#cd_emergency_area_code{position: absolute;border-radius: 0px;border: 1px solid rgba(214,217,221, 1);background-color: rgba(255,255,255, 1);height: 40px;}
.cd_mobilephone input{ padding-left:90px;}
.cd_emergency_phone_number{ padding-left:85px !important;}
.cdtogglePassword {position: absolute;right: 20px;top: 10px; font-size:16px; cursor:pointer;}
.cd-checkbox-custome label.error {display: block;position: absolute;top: 20px;font-weight: 600;font-size: 13px;}

.cd-form-group.cd-checkbox-custome.cd-checkbox-custome-tc label {margin-top: 5px !important;}
#LwInvitationForm .cd-form-group.cd-checkbox-custome.cd-checkbox-custome-tc label {margin-top: 0px !important;}
.cdPackageBody {background: #ffffff none repeat scroll 0 0;border: 1px solid #cccccc;border-radius: 10px;box-shadow: 2px 2px 5px #cccccc;padding: 15px;overflow: hidden;}
.cdPackageBody .cdPackageHeadingTitle {border-bottom: 1px solid #cccccc;font-size: 15px;font-weight: bold;margin-bottom: 20px;margin-top: 0;padding-bottom: 10px;padding-top: 0;}
.cdTitleHead {font-size: 26px;font-weight: bold;margin-bottom: 20px;margin-top: 20px;}
#CdSmsTempateForm label.error, #CdSmsTempateImport label.error{color:#F00; font-weight:bold; font-size:12px;}

.usersTabs {
  border-radius: 5px;
  overflow: hidden;
}
.usersTabs ul li {
  list-style: none;
}
.usersTabs ul li a {
  padding: 13px 20px;
  display: block;
  background: #444;
  color: #fff;
  /*! margin-bottom: 0.9px; */
  border-bottom: 1px solid #e3e8eb;
  text-decoration:none;
}
.usersTabs ul {
  padding: 0px;
  margin: 0px;
}
.usersTabs ul li a:hover,.activetab {
  background: #333 !important;
  text-decoration: none;
}

@media(max-width:767px)
{
	.cd-wrapper{ display:block;}
	.cd-width50{ width:100%;}
	.cd-width33{ width:100%; margin-bottom:8px;}
	.cd-width33 select{ display:table; width:99%;}
	.cd-form-group{ margin-bottom:0;}
	.cd-form-group input, .cd-form-group textarea{ margin-bottom:8px;}
	.cd-checkbox-custome .cd-width50{ margin-bottom:0;}
	.cd-livewire-wrapper { padding: 8% 32px;}
	.cd-livewire-links .cd-width50{ display: inline-block; float: none; width: auto; padding-right: 16px;}
	.cd-tab2 .cd_tablinks span{ font-size:14px;}

	.cd-form-group input, .cd-form-group textarea{ width:100%;}
	.cd-form-group input[type="radio"]{ width:auto;}
	.cd-wrapper .cd-width33{ width:96%;}
	.cd-width33 select{ margin-bottom:0px;}
	.cd-form-frame-inner{ padding:8%;}
	.cd-welcome-notice-icon{ width:12%;}
	.cd-welcome-notice-description{ width:72%;}

	.cd-circle {
		width: 350px;
		height:350px;
	}
	.cd-title-inner { padding: 24px; margin-right: 0; margin-bottom: 24px;}
		.cd-welcome-inner{ padding:0;}	
		.cd-welcome-linkbox img{ left:10px;}
		.cd-welcome-linkbox-inner { padding: 12px 12px 12px 40px; }
		.cd-welcome-linkbox span{left: -4px;
    top: -15px;}
	.cd-welcome-linkbox{ margin-bottom:25px;}
	.cd-welcome-close-mobile{ display:block;}
	.cd-welcome-close{ display:none;}

}

@media(max-width:575px)
{
	.cd-form-frame-inner{ padding:30px;}
	
	
		.cd-welcome-notice-icon{ min-height:170px;}
		.cd-welcome-notice-icon img { margin-top: 150%;}
		.cd-welcome-notice-description{ width:68%;}
		.cd-welcome-notice-icon span{ margin-top:70px; display: flex;}
}

@media(max-width:480px)
{
	.cd-tab2 .cd_tablinks{ padding-right:2%;}
	.cd-tab2 .cd_tablinks span{ font-size:12px;}
	.cd-tooltip .cd-tooltiptext {width: 100px;}


}



#cd_loader { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000000; background-color: rgba(255,255,255,0.8); text-align: center }
#cd_loader #cd_loader_container { display: table; height: 100%; vertical-align: middle; width: 100% }
#cd_loader #cd_loader_container_inner { display: table-cell; height: 100%; vertical-align: middle; width: 100% }
#cd_loader #cd_css_loader { border: 14px solid #bbb; border-radius: 50%; border-top: 14px solid #030303; width: 50px; height:50px; -webkit-animation: spin 1s linear infinite; /* Safari */ animation: spin 1s linear infinite; margin: 0 auto }
.form-group label.error {
	color: #F00;
	font-weight: initial;
	font-size: 13px;
}
/* Safari */
@-webkit-keyframes spin {  0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {  0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
#cd_css_loader_text { font-size: 16px; font-weight: bold; margin-top: 15px; color: #000; }
#cd_loader_data, #cd_loader_info_data { position:relative; background: #fff; padding: 25px 50px; max-width: 500px; margin: 0 auto; border-radius: 10px; border: 1px solid #ccc; display: inline-block; box-shadow: 5px 5px 2px #ddd; width: auto }
#cd_loader_info_data{display: block; width: 90%; margin: auto; max-width: 500px;}
#cd_loader_info_data .cdFailedPopup .fa {font-size: 30px;text-align: center;background: #bf3a3a;color: #fff;border-radius: 100%;width: 50px;height: 50px;line-height: 52px;}
#cd_loader_info_data .cdSuccessPopup .fa {font-size: 30px;text-align: center;background: #129e1a;color: #fff;border-radius: 100%;width: 50px;height: 50px;line-height: 52px;}
#cd_loader_info_data .fa.success { color: green }
#cd_loader_info_data .fa.failed { color: #990000 }
#cd_loader_info_data_text { font-size: 16px; margin-top: 10px; color: #000; font-weight:normal;}
.cdFailedPopup #cd_loader_info_data_text{ color:#bf3a3a;}
.cdSuccessPopup #cd_loader_info_data_text{ color:#129e1a;}

.cdFailedPopup .fa.fa-times.cd-close-popup { cursor:pointer; position: absolute;top: -10px;right: -10px;width: 25px !important;height: 25px !important;line-height: 25px !important;font-size: 16px !important;background: #000 !important;}
.error-cd_sibling_spent_time{font-size: 13px;font-weight: 600;margin-bottom: 3px;line-height: 17px;}
.cd-np-btn.yp-mt-0{ margin-top:40px;}
.cd-np-btn.yp-mt-0 input{ margin-left:30px; width: auto}
	/* bin added css for bug fix  */
		.cd-forma-wrapper .cd-form .cd_tabcontent .cd-form-group label.error {
			margin-top: 8px;
		}

		.cd-registration-left .cd-livewire-content p . {
			display: inline-block;
			font-weight: 600;
		}
		
.cdreceivemessages span{ font-size:12px;}
.cdreceivemessages label{ display:inline-block;}
.cdreceivemessages input,.cdreceivemessages input:focus{width: auto !important;display: inline-block;height: auto;}

/* HTML: <div class="ribbon">Your text content</div> */
.activeVideo  .ribbon {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.activeVideo .ribbon {
  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: red; /* the main color  */
}
