.navbar a, .navbar a:focus {
  font-family: Nunito;

}
.navbar a.register-now {
    margin-left: 40px;
}
@media (min-width: 992px){
	.col-lg-9 {
	    width: 70%;
	}
}
.right_block h3 {    
    font-size: 23px;
}
.right_block .date-and-time {
    font-size: 13.4px;
}
.right_block{
	width: 19%;
}
.right_register:hover img {/* 
    filter: brightness(0) invert(1);
    transition: 2s all ease-in-out; */
}
@media (max-width: 768px){
	.register_mobile_details {
	   
	    width: 220px;
	}
}
#banner-videos{
	border-radius:30px;
	width:100%;
	height:360px;
}
.text-left{text-align: left;}
#register_form .btn-get-started:hover{
	background: #c77201; 
	background: linear-gradient(to right,  #c77201 0%,#c77201 100%);
	transition:.3s all ease-in-out;	
	color:#fff;	
}
.show-read-more .more-text{
    display: none;
}
.social_media a img {
    width: 40px;
    height: 40px;
}
body {
  font-family:Nunito;
}
@media (max-width: 768px){
	.text_who {
	   
	    line-height: 33px;
	}
}
.text_who {
    line-height: 33px;
}

img.thumbnails{
	/*width:361px;
	height:auto;*/
	border-radius: 20px 20px 0 0;
	margin-bottom: 8px;
}
@media (max-width: 768px){
	img.thumbnails{
		width:100%;
		margin-bottom: 8px;
	}
}
@media (max-width: 1199px) {
	.video_detail iframe{
		height: 150px !important;
	}
}
.register_tag{
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: Nunito;
    font-weight: 600;
}
@media (max-width: 575px){
	.register_tag {
	     font-size: 38px;
	}
}
@media (max-width: 768px){
	.register_tag {
	    font-size: 25px;
	}
}

@media (max-width: 768px){
	.register_mobile_details {
	    margin: 0 auto 30px auto;
	}
}
@media (max-width: 991px){
	.register_mobile {	    
	    background: #FAF9F6;
	   
	}
}	
@media (max-width: 480px){
	.register_mobile {
	    padding: 15px 17px 6px;
	}
}

@media (max-width: 768px){
	#header .logo img {
	    max-height: 40px;
	    width: 160px;
	}
}
div#more-data {
    display: contents;
}
.faq .accordion-body {
    margin-top: 20px;
}

#registration_closed_form{
background: #e3a54a; 
background: -moz-linear-gradient(-45deg,  #e3a54a 0%, #dfc53b 100%); 
background: -webkit-linear-gradient(-45deg,  #e3a54a 0%,#dfc53b 100%); 
background: linear-gradient(135deg,  #e3a54a 0%,#dfc53b 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3a54a', endColorstr='#dfc53b',GradientType=1 ); 
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
	box-shadow: 0 0 8px #f3f3f3;
}

#registration_closed_form .btn-get-started {  
  font-weight: bold;
  font-size: 17px;
  line-height:20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 3px;
  margin-top: 25px;
  color: #fd9f1a;
  background: #fff;
  border-radius:50px;
  font-family:Nunito;
  width:220px;
  transition:.1s all ease-in-out;	  
  border: none !important;
}
#registration_closed_form .btn-get-started:hover{
	background: #c77201; 
	background: linear-gradient(to right,  #c77201 0%,#c77201 100%);
	transition:.3s all ease-in-out;	
	color:#fff;	
}

#registration_closed_form .btn-get-started:hover img {
 filter: brightness(0) invert(1);
}

@media (max-width: 768px){
	a.btn-get-started.scrollto.right_register {
	    font-size:medium !important;
	}
}
@media (max-width: 375px){
	a.btn-get-started.scrollto.right_register {
	    font-size:12px !important;
	}
	.register_mobile .right_register {
		padding: 5px 23px !important;
	}
}
@media (max-width: 414px){
	a.btn-get-started.scrollto.right_register {
	    font-size:12px !important;
	}
	.register_mobile .right_register {
		padding: 5px 23px !important;
	}
}

@media (max-width: 991px){
	.register_mobile h3 {
	    font-size: 15px !important;
	}
}

.registration_closed_tag {
    color: #fff;
    font-size: 40px;
    margin-bottom: 12px;
    font-family: Nunito;
    font-weight: 600;
}
.subscribe_tag{
	color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Nunito;
    font-weight: 600;
}

@media (max-width: 768px){
	.registration_closed_tag {
	    font-size: 30px;
	}
	.subscribe_tag {
	    font-size: 17px;
	}
}
#footer h3 {
    margin-top: 10px;
}

.footer_column_2 a.contact_us{
  background:#fff;
  padding:10px 40px;
  border-radius:50px;
  margin-left:20px;
  color:#fd9f1a;
  display: inline-block;
  transition:.1s all ease-in-out; 
  box-shadow: 0 10px 10px rgb(221 217 212);
}
@media (max-width: 480px){
	.footer_column_2 a.contact_us {
	    margin-top: 18px;
	}
}

.footer_column_2 a.contact_us:hover{
  background: #fcae36; /* Old browsers */
background: -moz-linear-gradient(left,  #fcae36 0%, #ff9100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fcae36 0%,#ff9100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fcae36 0%,#ff9100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcae36', endColorstr='#ff9100',GradientType=1 ); /* IE6-9 */
  color:#fff;
  transition:.1s all ease-in-out; 
}
@media (max-width: 768px){
	.footer_column_2 {
	    height: 90px !important;
	}
}
@media (max-width: 768px){
	.social_media {
    	margin-left: 38px !important;
	}
}
@media (max-width: 768px){
	.social_media {
	    margin-bottom: 20px;
	}
}

.social_media a img.yt {
   top: 0px !important; 
}

.social_media a img {
   top: 0px !important; 
   
}
div#success_msg {
    color: #fff;
    font-size: 17px;
    font-family: Nunito;
    font-weight: 700;
    margin-top: 30px;
}

.recording-text{
	font-size: 70%;
}
@media (max-width: 480px){
	.recording-text{
		margin-left: 18%;
	}
}
.mob_code {
	margin-top: 5px;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 480px){
	.mob_code {
	    font-size: 12px;
	}
}

div#name_error,div#email_error,div#mob_error,div#city_error,div#live_attend_error,div#time_zone_error,div#phone_error,div#pre_recorded_error,div#time_slot_error{
	/*color: #f00;*/
	color: #fed502;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: left;
	margin-top: 3px;
	font-family: Nunito;
}
.container-fluid.top_banner{
	text-align: center;
	padding:8px 0;
	background:#800020;
}
.top_heading a {
    color: #fff;
    font-size: large;
}

a.btn-get-started.scrollto.right_register_text {
    box-sizing: border-box;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-top: -4px;
    margin-bottom: 0;
    color: #fff;
    border-radius: 50px;
    font-family: Nunito;
    transition: .3s all ease-in-out;
    box-shadow: none!important;
    padding: 5px 23px !important;
    float: right;
    font-size: 12px !important;
}

a.btn-get-started.scrollto,.pagination_block .page-link.active,a.btn-get-started.scrollto.right_register,div#register_form,#registration_closed_form,.countdown_mobile  {
        background: linear-gradient(to right,#ee964c 0,#b85631 100%)!important;
}
a.nav-link.scrollto.register-now:hover {
    /* color: #fff !important;
    background: linear-gradient(to right,#ee964c 0,#b85631 100%)!important; */
	background: #fff!important;
}
a.nav-link.scrollto:hover,a.nav-link.scrollto.register-now ,.see_more,.load_more,#hero h1,.brown_heading ,.review ,.review_detail a,.detail  a.show_hide,.right_block h3,.counter_digit,.video_name,button#pay_button,.register_mobile_heading h3,a.top_menu_register.scrollto,#registration_closed_form .btn-get-started {
  color: #8d4024 !important; 
}
.fulldate{
	color: #818184!important;
}
.see_more {
    border: 2px solid #b85631 !important;
}
a.top_menu_register.scrollto {
    border: 2px solid #ee964c !important;
}
#register_form .btn-get-started:hover,#registration_closed_form .btn-get-started:hover  {
  background: linear-gradient(to right,#473652 0,#8d4024 100%)!important;
  color:#fff !important;
}
.radio-container .form-check-input{
	background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
}
.radio-container .form-check-input:checked{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.radio-container .form-check-label{
	font-size: 14px;
}
@media (max-width: 991px){
    .radio-container .form-check-label{
        margin-top: 0px;
    }
}
div.learn_side {
    background: #f8f8f8 !important; 
    border-radius: 20px !important;
}
.curr_left{
	float:left !important;
}
@media (max-width: 480px){
	.curr_left, .curr_right {
	    height: 135px;
	}
}
@media (max-width: 768px){
	.text_who {
	    line-height: 25px !important;
	}
	#hero .btn-get-started {
	    width: 190px;
	    padding: 15px 0;
	    font-size: medium;
	}
	.include_details_bg {
	    padding: 20px 25px !important;
	}
	.counter_block_text {
		color: #fff !important;
	}
	.container.d-flex.align-items-center.justify-content-between.mt-3 {
    	padding: 0 15px;
	}
	.brown_heading {
	    font-size: 29px !important;
	    margin: 20px 0 !important;
	    
	}
	.faq .brown_heading {
		margin: 15px 0 !important;
	}
	.include_details h4 {
    	font-size: 22px !important;
    }
	.faq .accordion-button {
    	font-size: 20px !important;
    }
    .faq .accordion-body {
	    font-size: 16px !important;
	    line-height: 24px !important;
    }
    button.page-link {
	    padding: 12px 20px !important;
	    border-radius: 8px !important;
	    font-size: 15px !important;
	}
	div#faq {
    	padding: 0px 0px 20px 0px !important;
	}
	img#faq_image {
	    width: fit-content;
	}
	div#accordionExample {
	    padding: 10px !important;
	}
	.main_video{
		padding-right: 20px !important;
		padding-left: 30px !important;
	}
	.fulldate{
		font-size: 18px !important;
	}
	.whats_head{
		margin: 50px 0 25px !important;
	}
	.load_more {
		margin-top: 0px !important;
		margin-bottom: 22px !important;
	}
	.aboput_text {
	    line-height: 24px !important;
	}
	.white_text {
	    font-size: 16px !important;
	}
	.white_heading {
	    font-size: 30px !important;
	}	
	.yellow_heading {
	    font-size: 17px !important;
	}
	#people > h3,#who > h3,#testimonials > h3,#curriculum > h3 {
	    margin: 5px 0 25px !important;
	}
	.top_menu_register {
	    font-size: 14px !important;
	    padding: 5px 30px !important;
	}
	section {
	    padding: 0px 0 30px !important;
	}
	.stdate{
		margin-bottom: 3px !important;
	    color: #44557c !important;
	    font-size: 16px !important;
	}
	.date_time_block .item {
	    padding: 11px 25px!important;
	}
	.date_time img {
	    width: 42px !important;
	}
	.brown_heading .gray {
	    font-size: 17px !important;
	}
	h1.logo.d-flex {
		vertical-align: middle;
    	margin: 0 !important;
	}
	#header .logo img{
		max-height: unset !important;
    	height: auto !important;
    	width: 160px !important;
	}
	.grid {
	    row-gap: 12px !important;
	}
}

.testimonial_video .video_detail {
    border-radius: 20px  !important;
}
#hero h1 {
    text-transform: none !important;
}
.accordion-item,.testimonial_video{
	display:none;
}
#hero h1 {
    white-space: pre-line;
}
.people_joined {
	margin-top: 8px !important;
}
picture#thumb_1_pic source{
	border-radius: 30px; 
	width:100%; 
	cursor:pointer; 
	text-align: center;
}
picture#thumb_1_pic img{
	border-radius: 30px; 
	width:100%; 
	cursor:pointer; 
	text-align: center;
    }
.phone {
	border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
	border-left-width: 0px!important;
}
#country_selector{
	border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
div#mob_error,div#time_slot_error{
	position: absolute!important;
	margin-top: 44px !important;
}
@media (max-width: 480px){
	div#mob_error,div#time_slot_error{
		margin-top: 42px;
	}
	div.city_div{
		padding-top: 10px !important;
	}
}
@media (max-width: 480px){
	div.city_div{
		padding-top: 10px !important;
	}
}
#header {
	padding: 10px 0!important;
}
#hero .btn-get-started {
	width: auto;
}
@media only screen and (max-width: 767px){
	#hero .btn-get-started {
		width: 190px!important;
	} 
}
#register_form .btn-get-started {
	border: 2px solid #fff!important;
}
#register_form .btn-get-started:hover {
	background: linear-gradient(to right,#ee964c 0,#b85631 100%)!important;
	color: #fff !important;
    border: 2px solid #fff!important;
}
.people_joined span {
    font-weight: 900!important;
}
@media (max-width: 991px){
	#footer {
    	padding: 30px 0 0px!important;
	}
	.register_mobile {
    	background: #FCEADA;
	} 
}
@media only screen and (max-width: 767px){
	iframe#mobile-banner-videos {
    	height: 211px!important;
	}
}
div#thumb_0 {
    height: 358px;
    width: 636px;
    float: right;
	background: #000;
}
@media (max-width: 768px){
	div#thumb_0 {
	    height: 211px!important;
	    width: 100%!important;
	    margin-bottom: 29px;
	}
	.video_container {
		border-radius: 20px!important;
	}
}
.video_container {
    border-radius: 38px;
    text-align: center;
}
div#phone_error{
	position: absolute;
	margin-top: 44px;
}
.people .person {
	width: 80px!important;
	height: 80px!important;
}
.review_img {
	width: 100px!important;
	height: 100px!important;
}
@media (max-width: 411px){
	.curr_left::after {
    	margin: -65px 0 0 55px!important;
	}
}
@media (max-width: 575px){
.curr_left::after {
    margin: -56px 0 0 65px;
}
.heading_who {
    margin-top: 0.25rem!important;
}
}
.custom-autocomplete{	
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	width: 51% !important;
	padding-right: 0 !important;
	background: transparent !important;
	color: white;
	border:2px solid white;
	padding-left: 4px;
	text-align: center;
}
.custom-autocomplete option {
    color: black;
    font-size:11px;
}
select:focus-visible {
    border:2px solid white;
    outline: none;
}
.custom-autocomplete::focus-visible {
    border:2px solid white;
}
@media (max-width: 768px) {
	.register_mobile_details .date-and-time {
		word-spacing: -1px;
	}
}
input.loading {
    background: url("../img/loading.gif") no-repeat right center!important;
	background-size: 25px!important;
}
#hero {
    padding-bottom: 0px!important;
}
#hero .container {
    padding-top: 55px!important;
}
@media screen and (min-width: 1024px){
	.gtc-lg-4 {
    	grid-template-columns: 1fr 2fr 1fr;
	}
	#who,#not_who{
		padding: 40px 120px;
	}
}
#program_details_bck_img{
	width: fit-content;
	width: -webkit-fill-available;
}
.program_block h3 {
	font-size: 39px;
}
.include_details h4 {
	color: #8d4024!important;
	font-weight: 700;
}
.heading_cur1,.curr_right>.heading_cur2, .aboput_text, .counter_digit_block .block span,.stdate,.heading_who{
	color: #8d4024!important;
}
.stdate,.fulldate{
	font-weight: 700;
}
.for_terms>a{
	color: #fff;
	text-decoration: underline;
}
.session_timings{
	padding: 0 14px;/* 0 24px; */
}
.session_timings:not(:last-child):after{
	content: "";
	position: absolute;
    background-color: #818184;
    height: 20px;
    width: 1px;
    margin: -40px 0 0 60px;
    opacity: 0.75;
}
.session_time{
	font-size: 12px;
    padding-top: 3px;
}
#curriculum{
	padding: 30px 60px!important;
}
.heading_cur1 {
	font-weight: 600;
}
#benefits{
	padding: 0px!important;
}
.not_for{
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.not_for h3{
	font-size: 16px;
	font-weight: 700;
	padding-left: 14px;
}
.people_block .name {
	color: #8d4024!important;
}
.people_block .person {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.testimonial .detail {
    color: #57575b;
    font-size: 16px;
    font-family: Nunito;
    margin-bottom: 30px;
    padding-left: 20px;
}
.faq .accordion-button,.faq .accordion-body {
	color: #8d4024!important;
}
.aboput_text{
	font-size: 16px;
    line-height: 33px;
}
.program_block_body img{
	width: 100%;
}
#about h3{
	font-size: 30px!important;
}
.new_register_now_btn{
	width: 200px;
	padding: 30px 0;
    font-size: medium;
	margin-top: 15px;
	font-weight: 700;
	line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
	color: #fff;
    border-radius: 50px;
    font-family: Nunito;
	box-shadow: 0 10px 10px #f1e4d2;
	background: linear-gradient(to right,#ee964c 0,#8d4024 100%)!important;
}
.who_note{
	color: #ee964c;
}
#time_slot_div,#country_code_div{
	position: relative;
}
#not_who h4{
	color: #8d4024 !important;
	margin-bottom: 30px;
}

@media (max-width: 768px){
	.people_block{
		text-align: left;
	}
	.not_for {
		display: block;
		text-align: center;
	}
	.not_for h3{
		padding-left: 0px;
		padding-top: 7px;
	}
	#whats_included{
		background-color: unset;
	}
	.session_timings{
		padding: 0 9px;
	}
	.session_timings:first-child{
		padding-left: 0px;
	}
	.session_timings:last-child{
		padding-right: 0px;
	}
	.session_timings:not(:last-child):after{
		height: 40px;
		width: 1px;
    	margin: -40px 0 0 49px;
    	opacity: 0.75;
	}
	.date_time_block{
		padding: 20px 15px;
	}
	.countdown_mobile{
		margin: 0px;
	}
	#benefits {
		padding: 0px!important;
	}
	#curriculum{
		padding: 20px 10px!important;
	}
	.program_block_mobile_header{
		margin: 0!important;
	}
	#about h3{
		font-size: 29px!important;
	}
	#who .brown_heading{
		font-size: 25px!important;
	}
	.testimonial .detail, .people_block {
		margin-top: 20px;
	}
	.person {
		width: 80px!important;
		height: 80px!important;
	}
	.detail{
		padding-left: 0px!important;
	}
}
@media (max-width: 575px){
	.curr_left, .curr_right {
    	padding: 14px 0!important;
	}
	.curr_left {
		width: 25%;
		padding-left: 14px!important;
	}
	.curr_right {
		width: 75%;
		padding-right: 10px!important;
	}
	.curr_right .heading_cur2{
		font-size: 12px;
	}
	.program_block_mobile_header{
		margin: 0!important;
	}
	#title_7_day{
		font-size: 25px;
	}
}
#hero h1 {
	font-size: 55px;
}
.reasons_div_content img:hover {
    transform: scale(1.1);
    transition: .3s all ease-in-out;
}
#thank_you {
    width: 500px;
}
#thank_you h1 {
    font-size: 35px!important;
    font-weight: 600!important;
}
#thank_you h1, #thank_you h5 {
    color: rgb(94, 53, 34)!important;
}
.step {
    padding: 0 10px 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
}
.v-stepper {
    position: relative;
}
.step.completed .circle {
    visibility: visible;
    background-color: #C19A6B;
    border-color: #C19A6B;
}
.step .circle {
    background-color: white;
    border: 2px solid #C19A6B;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: 700;
}
.step .line {
    top: 20px;
    left: 12px;
    height: 220%;
    position: absolute;
    border-left: 1px solid #C19A6B;
}
.step .first {
    height: 40px;
    top: -20px!important;
    z-index: -1;
}
.line.second {
    height: 170px;
}
.access_dashboard, .contact_form, .update_details_form {
    border-radius: 20px;
    border: 1.5px solid rgb(233, 205, 184);
    color: rgb(94, 53, 34);
}
.access_dashboard, .contact_form, .update_details_form {
    margin-left: 40px;
}
.welcome_video {
    width: min-content;
    border-radius: 20px;
    border: 1.5px solid rgb(233, 205, 184);
    color: rgb(94, 53, 34);
}
.welcome_video {
    width: auto;
    margin-left: 40px;
}
@media (max-width: 768px) {
#thank_you {
    width: auto!important;
}
}
.thankyou_countdown > div {
    background: rgb(193, 151, 121);
    border-radius: 20px;
}
.thankyou_counter_block_text {
    color: #fff;
    font-weight: 700;
}
#clockdiv_thankyou {
    color: #fff;
    font-size: 40px;
    padding: 5px 0px;
}
.contact_form_btn a, .contact_form_btn a:hover {
    background: rgb(94, 154, 137);
    border-color: rgb(94, 154, 137);
    border-radius: 10px;
}
.session_timings:nth-child(2):after{
	margin-top: -41px!important;
	margin-left: 73px!important;
}
@media (max-width: 768px){
	.session_timings:nth-child(2):after{
		margin-top: -58px!important;
		margin-left: 50px!important;
	}
}
/*whatsapp icon */
.sticky-button {
	position: fixed;
	background-color: #25d366;
	bottom: 20px;
	right: 20px;
	border-radius: 50px;
	z-index: 20;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	cursor: pointer;
}
.sticky-button img {
	margin: auto;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
@media (max-width: 768px){
	.sticky-button {
		bottom: 110px;
	}
}
.time_slot_table {
	display: table;
}
.time_slot_table .cell_one {
	padding-right: 12.5px;
}
.time_slot_table_cell {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.selecter {
	padding: 10px 24px !important;
}
.selecter {
	cursor: pointer;
	border: 1px solid white !important;
	padding: var(--padding-lgi) var(--padding-base);
	background-color: transparent !important;
	flex: 1;
	border-radius: var(--br-xs);
	box-shadow: var(--box-shadow);
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	color: white !important;
	border-radius: 22px;
}
.am2, .choose-your-time1 {
	font-size: var(--font-size-base);
	font-weight: 600;
	font-family: var(--font-nunito);
	/* color: var(--black); */
	text-align: left;
}
.am2 {
	font-size: 16px;
	line-height: 24px;
}
.component-3:hover, .component-4:hover, .selecter:hover {
/* background-color: var(--color-gainsboro-100); */
	background:white !important;
	border: 1px solid lightgray;
	box-sizing: border-box;
	color: #3a5999 !important;
}
.radio-input:checked + .selecter .am2 {
	color: #3a5999 !important;
}
.radio-input:checked + .selecter {
	background: white !important; /* Change to your desired background color */
	border-color: white !important;
	color:  #3a5999 !important; /* Optional: change text color when selected */
}

@media (max-width: 768px){
	/*.selecter {
		padding: 4px 8px !important;
	}*/
	.am2 {
		font-size: 15px;
	}
	.time_slot_table_cell {
		display: inline-block;
	}
}

.pl-0{
	padding-left: 0 !important;
}

@media (min-width: 768px){
	.recording-text-2 {
	    font-size: 12px;
	    color: #6d7da0;
	}
}
@media (max-width: 480px){
	.recording-text-2 {
	    color: #6d7da0;
	}
}
#hero .page_title {
    margin: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 56px;
    color: #8d4024;
    text-transform: uppercase;
    font-family: Nunito;
}
#hero h1 {
    color: #636366 !important;
    margin: 10px 0 15px 0;
    font-size: 20px;
    font-family: Nunito;
}
#hero h1 {    
    line-height: 24px;
}
#hero .page_title {
    white-space: pre-line;
}
#hero .page_title {
    text-transform: none !important;
}
.mob-width{
	width: 25%;
}
.thumnail_img{
	border-radius: 30px;
	cursor: pointer;
	width: 636px;
	text-align: center;
}
@media (max-width: 768px) {
    #hero .page_title {
        white-space: unset !important;
    }
	#hero .page_title {
        font-size: 44px;
    }
	#hero .page_title {
		text-transform: none !important;
	}
	#hero h1 {
        font-size: 15px;
		line-height: 24px;    
    }
	.mob-width{
		width: 100%;
	}
	.thumnail_img{
		border-radius: 16px; 
		width:100%; 
		cursor:pointer; 
		text-align: center;
	}
}
@media (max-width: 375px) {
	#hero h1 {
        font-size: 13px;		
    }
}