



.sticky_cart_header img{
	width: 120px !important;
	border-radius:5px;
}
div#image_presenter_detail .image_class_text {
    max-height: 400px!important;
	margin-top: 17px;
}
.workshop_detail h1, .home_study_detail h1 {
    font-size: 45px !important;
}
div#sticky-mobile-addtocart {
	background: #0a243bf5;
}
@media only screen and (max-width: 1100px) {
	.sticky_cart_header h3{
		font-size:16px!important;
	}
}
@media (min-width: 767px) and (max-width: 1200px) {
    div#image_presenter_detail .image_class_text {
        height: auto!important; 
    }
}
@media only screen and (max-width: 1024px) {
	.sticky_cart_header img{
		display: none!important;
	}
}
#quantity_lower_section_detail .quantity-input{
	width:3rem!important;
}
#workshop_detail_lower_price h1{
    font-size: 2rem !important;
    font-weight: bold !important;
}
.workshop_detail_save_text{
	font-size: 1.1rem !important;
}
#blog_article_button:hover .text_read_blog {
    color: white!important; 
}
#blog_article_button:hover svg path {
    fill: white; 
    stroke: white; 
}
.blog_article_button:hover {
    background: #1f3889 !important;
}
.text_read_blog{
  color: #162D7A !important;
  font-size:18px!important;
}
.text-apt {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: justified;
	margin-left: 50px;
	margin-top: 10px;
}
div#detail_page_text .title_text {
    font-size: 20px;
}
div#detail_page_text h4 {
    font-size: 28px;
}

div#about_detail_text p {
    font-size: 16px;
}
.text-skills {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: justified;
	margin-left: 50px;
	margin-right: 50px;
}

.section-background {
	margin-top: 40px;
	background-color: #162D7A;
	padding-bottom: 25px;
}

.text-course {
	text-align: center;
	color: #fff;
	padding-top: 20px;
	font-size: 23px;
}

.timer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}


.bg-white.shadow-2.text-center.mt-4.pt-5.p-3.p-md-5.review-card-content {
	min-height: 150px!important;
}

.time {
	text-align: center;
	margin: 0 10px;
	font-size: 30px;
	color: #fff;
}

.center-button {
	text-align: center;
	margin-top: 40px;
}

.button-timer {
	width: 200px;
	height: 50px;
	background-color: #fff;
	color: #162D7A;
	font-weight: 700;
	border-radius: 30px;
	border: none;
}

.sec-text-back {
	background-color: #209CD8;
	padding-top: 40px;
	padding-bottom: 40px;
}

.text-center-div {
	text-align: center;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
}

.text-upon {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
}

.text-display {
	margin-top: 50px;
}


.col-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.recorded_help_section {
	margin-top: 3rem;
}

@media screen and (max-width: 767px) {
	/* .course_test_detail span{
		position: absolute;
		top: 30%!important;
		left: 5%;
	} */
	/* button#course_button_live_webinar_person {
		position: absolute;
		bottom: 17px!important;
		left: 0px!important;
	} */
	/* a.blog_link_single button {
			position: absolute !important;
			bottom: -69px !important;
		} */
	/* .courses_row_detail{
		padding-bottom: 11rem !important;
	} */
	/* #live_in_person_img{
		display: block;
		position: absolute;
		bottom: -161px !important;
	} */
}
@media only screen and (min-width: 600px) {
	/* .workshoplivebannerprice del {
        padding-top: 10px!important;
    } */
	.sec-display {
		display: flex;
		margin-left: 150px;
		margin-right: 200px;
	}

	.text-padd-mar {
		margin-right: 150px;
		font-family: Poppins;
		font-size: 20px;
	}
}

@media only screen and (max-width: 600px) {

	.recorded_help_section {
		margin-top: 1rem;
	}
.schedule.active {
    max-height: 105rem;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: all 0.3s ease-in-out;
}
	.fs-1 {
		font-size: 1.5rem !important;
		margin-left: 0 !important;

	}

	.sec-display {
		display: block;
	}

	.text-padd-mar {
		margin-right: 50px;
		margin-left: 50px;
		font-family: Poppins;
		font-size: 20px;
	}
}

.circular-skill-meter-conatiner.mt-5 {
	position: relative;
}

.half-circle-line {
	top: -4px;
	z-index: 999;
	position: absolute;
	width: 219px;
	height: 110px;
	border-top-left-radius: 130px;
	border-top-right-radius: 130px;
	border: 3px solid #ccc;
	border-bottom: 0;
	left: -9px;
	transform: translateY(-9px);

}

.beginning-dot {
	font-size: 12px;
	font-weight: bold;
	color: #17a2b8;
	display: flex;
	align-items: center;
	justiy-content: center;
	flex-direction: column;
	position: absolute;
	bottom: 53px;
	left: -20px;
	transform: rotate(-54deg);
	gap: 0.5rem;
}

.beginning-dot .dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ccc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.intermediate-dot {
	font-size: 12px;
	font-weight: bold;
	color: #007bff;
	display: flex;
	align-items: center;
	justiy-content: center;
	flex-direction: column;
	position: absolute;
	bottom: 102px;
	left: 70px;
	gap: 0.5rem;
}

.intermediate-dot .dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ccc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}


.advanced-dot {
	font-size: 12px;
	font-weight: bold;
	color: #162d7a;
	display: flex;
	align-items: center;
	justiy-content: center;
	flex-direction: column;
	position: absolute;
	bottom: 53px;
	right: -20px;
	transform: rotate(54deg);
	gap: 0.5rem;
}

.advanced-dot .dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ccc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.skill-circle {
	width: 200px;
	height: 100px;
	background-color: #eee;
	border-radius: 100px 100px 0 0;
	position: relative;
	overflow: hidden;
}

.half-cicle-part {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-origin: bottom center;
}

.half-cicle-part:nth-child(1) {
	background-color: #17a2b8;
	transform: rotate(0deg);
	border-bottom: 3px solid #eee;
}

.half-cicle-part:nth-child(2) {
	background-color: #209CD8;
	transform: rotate(60deg);
	border-bottom: 3px solid #eee;
}

.half-cicle-part:nth-child(3) {
	background-color: #162d7a;
	transform: rotate(120deg);
	border-bottom: 3px solid #eee;
}

.s-half-circle {
	position: absolute;
	top: 34%;
	left: 39px;
	height: 66px;
	width: 125px;
	border-radius: 75px 75px 0 0;
	background-color: #eee;
}

.needle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 75px solid black;
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	position: absolute;
	top: 15%;
	right: 47%;
	transform: rotate(-90deg);
	transform-origin: bottom;
	transition: all 5sec ease;
}

.line-skill-meter {
	display: flex;
	align-items: flex-end;
	height: 15px;
	border-radius: 15px;
	background: linear-gradient(to right, #17a2b8 33%, #007bff 33%, #007bff 66%, #162d7a 66%);
	border: 2px solid #ccc;
	width: 200px;
}

.line-skill-meter span {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
}

.clinical {
	color: #17a2b8;
}

.combination {
	color: #007bff;
}

.academic {
	color: #162d7a;
}

.pointer {
	height: 20px;
	background: black;
	width: 5px;
	position: absolute;
	left: 0;
	transform: translateX(25%);
}

.fs-1 {
	font-size: 1.5rem !important;


}


p.text-primary-blue.fw-bold.fs-1 {
	text-align: center;
}

.text-6ce {
	margin-top: 20px;
}

.purchase {
	font-size: 20px;
	font-weight: 700;
	font-family: Poppins;
	margin-left: 80px;
	padding-top: 50px;
}

.text-everybody {
	font-size: 20px;
	font-weight: 700;
	font-family: Poppins;
	text-align: left;
}

.text-creative {
	font-size: 20px;
	font-family: Poppins;
	text-align: start !important;



}

.date {
	font-size: 20px;
	font-weight: 600;
	font-family: Poppins;
	text-align: center;
}

.timer1 {
	display: flex;
	justify-content: center;
	justify-items: center;
}

.time1 {
	text-align: center;
	margin: 0 10px;
	font-size: 1rem;
	color: #000;
}


.del-color {
	color: red;
	font-size: 20px;
}

.number-bold {
	font-weight: 700;
	font-size: 25px;
}

.number-center {
	text-align: center;
}

.save-color {
	color: #209CD8;
	text-align: center;
}

.bgcolor {
	background-color: #F3FCFF;
	padding-bottom: 40px;
	padding-top: 40px!important;
}

@media only screen and (max-width: 600px) {
	#presenter_detail_text_single h4 {
    line-height: normal !important;
}
	div#detail_page_text h4 {
    		font-size: 28px;
    		line-height: normal !important;
	}
	.text-creative {
		/* margin-left: 50px !important;
		margin-right: 50px !important; */
	}

}

@media only screen and (min-width: 600px) {
	.text-div-everybody {
		width: 50%;
	}

	.dis-flex {
		display: flex;
		margin-left: 80px;
		margin-right: 80px;
		gap: 20px;
	}

	.image-workshop {
		width: 100%;
		height: 250px;
	}

	.text-sale {
		color: #000;
		font-weight: 600;
		text-align: center;
	}

	.sec-time {}

	.margin-left {}
}

.flexcustom {
	display: flex;
	gap: 15px;
	justify-content: space-around;
}

@media only screen and (max-width: 981px) {

	.dis-flex {
		display: flex;
		margin-left: 80px;
		margin-right: 80px;
		gap: 20px;
		flex-direction: column;
	}

}

@media only screen and (max-width: 768px) {
	#course_button_live_webinar_person{
		margin-top: 5rem !important;
	}
	/* .workshoplivebannerprice del{
		padding-top: 10px;	
	} */
	#detail_page_courses .courses_row_detail{
		padding-top: 0rem !important;
	}
	#audience_recorded{
		font-size:15px!important;
	}
	/* date 26march */
    #access_banner {
        padding: 6px !important;
        margin-top: 14px !important;
        margin-bottom: 18px !important;
    }
	#price_text_liveworkshop{
		padding-top: 20px;
		white-space: nowrap;
	}
	#price_text_recorded{
		padding-top: 5px;
		white-space: nowrap;
	}
	#price_text_recorded h3{
		font-size: 17px !important;
	}
	a.blog_link_single button {	
		/* position: absolute !important; */
		width: 100%!important;
	}
	/* .recorded_blog_btn {
        position: absolute !important;
        bottom: -48px !important;
    } */
	#live_workshop_banner_img{
		overflow: hidden;
    	height: 200px;
	}
	/* #text_banner_section_workshop{
		padding-bottom: 135px !important;
	} */
	#homestudy_purchase_button .purchase_record_btn{
		float: left;
	}
	#text_banner_section_recorded_workshop{
		padding-bottom: 85px !important;
	}
    #course_available_button {
        margin-left: 0px !important;
        width: 100% !important;
        margin-top: 22px !important;
    }
	#course_available_button_recorded{
		/* position: absolute !important; */
        bottom: 39px !important;
		margin-left:0px!important;
	}
	#workshop_live_dates_banner{
		margin-bottom: 5px!important;
	}
	.workshoplivebannerprice span {
		font-size: 18px !important;
		padding-top: 10px;
	}
	.workshoplivebannerprice strong {
		font-size: 18px !important;
		padding-top: 10px;
	}
    div#banner_liveworkshop_detail_purchase {
        display: flex !important;
        align-items: center;
        gap: 2rem !important;
        float: left;
        padding: 0px !important;
        margin: 0px !important;
    }
	.workshop_detail h1, .home_study_detail h1 {
		font-size: 25px !important;
	}

	/* end of 26mrach */

	.sdays{
		color:black !important;
		    font-size: 15px;
    font-weight: 500;
	
	}
	.ksa{
	display:none;
	}
.inmeadi {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.kks{

    margin-bottom: 11px;
}
.bg-primary-blue {
    background-color: #209CD8;
    font-size: 12px;
    width: 350px;
}
.textsizeaftersize{
    font-size: 15px !important;
}
	.time1{
	color:white !important;
	}
	span.fw-bold.text-white.text-align-c {
		font-size: 9px;
	}

	.costomWhitcolor {
		color: white !important;
		    font-size: 22px;
	}

button.btn.btn-primary.rounded-pill {
    background: white !important;
    color: #2473BB !important;
    display: flex;
    height: 57px;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
}

	.col-12.col-lg-8.d-flex.flex-column.flex-lg-row.align-items-start.gap-3 {
		padding: 3rem;
	}

	.col-12.col-lg-4.py-5 {
		background: #162D7A;
	}

	h1.f-tnr.title-fs.fw-bold.link-center.text-center-align {
		text-align: center;
	}

	p.text-primary-blue.fw-bold.fs-1 {
		text-align: center;
	}

	section.workshop-presenter-details.bg-white.p-5 {
		padding: 0rem !important;
	}

	.main-primary.d-flex {
		flex-direction: column;
		gap: 15px;
		width: 100%;
		align-items: center;
	}

	.customwidthH {
		min-width: 55%;
	}

	p.fw-bold.fs-2.text-white {
		margin-top: 30px;
	}

	.col-12.col-lg-7.p-5.order-2.order-lg-1 {
padding: 1em 1em 0em 1em !important;
	}

	.w-1000 {
		width: 50% !important;
		height: 50%;
	}

	.flexcustom {
		display: flex;
		gap: 15px;
		justify-content: space-around;
		flex-direction: column;
	}

	.text-div-everybody {
		width: 90%;
		margin: auto;
	}

	.fw-bold {
    text-align: unset ;
	}
}

div#price_section_live_detail span {
    font-size: 19px;
}
span.text-free-add-recorded {
	font-size: 19px!important;
}
@media only screen and (max-width: 600px) {
	#course_available_button_recorded {
        margin-left: 0px !important;
        width: 100%;
    }
	#price_text_recorded h3{
		margin: auto;
	}
	.access_recorded_banner{
		margin-bottom: 25px;
		margin-top: 20px;
	}
	span.text-free-add-recorded.text-nowrap.fs-1 {
		margin-top: 10px;
	}
	div#homestudy_purchase_button {
		padding-left: 0px!important;
		padding-right: 0px!important;
		margin-top: 20px;
	}
	#workshopquantity{
		margin-bottom:8px;
		/* justify-content: flex-start!important; */
	}
	#recorded_first_quantity{
        margin: auto;
	}
	.price_fixed_section .red_price_sec{
		margin-bottom: 2px!important;
	}
	#price_section_live_detail{
		/* justify-content: flex-start!important; */
	}
	.add_to_sub_check .add-to-subscription {
		width: 100%;
		display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
	}
	.add_to_sub_check .add-to-cart-single {
		width: 100%;
		display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
	}
	.add_to_sub_check .purchase_record_btn{
		width: 100%;
		display: block;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
	}
	div#banner_liveworkshop_detail_purchase {
        display: block !important;
        align-items: center;
        gap: 2rem !important;
        float: left;
		width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }
	a#access_banner {
		margin-left: 10px;
		margin-top: 15px !important;
	}
	.add-to-cart-single {
		margin-top: -12px!important;
	}
	div#ce_hours_detail_page {
		margin-top: 20px !important;
	} 
	.category_related_courses_live .add-to-cart-single {
        margin-top: 0px !important;
    }
	.fixed_purchase_loader_main_class {
        position: relative;
        margin-left: 5px !important;
        padding: 5px 12px !important;
        margin-top: 5px !important;
    }
	\strong.costomcolorandfont{
	
		color:white !important ;
		font-size:20px;
	}
	
h1.forprice {
    font-size: 51px;
    color: white;
}
span.forpricedanger {
    font-size: 29px;
    display: flex;
}
span.forcostomWhitcolor {
    display: none;
}
	.days1{
	    color: rgb(37, 158, 216) !important;
    font-size: 10px;
    font-weight: 600;
	}
	.hours1{
	    color: rgb(37, 158, 216) !important;
    font-size: 10px;
    font-weight: 600;
	}
	.minutes1{
	    color: rgb(37, 158, 216) !important;
    font-size: 10px;
    font-weight: 600;
	}
	.ttsad{
	
		display:none
	}
	
	.inmeadiasmall{
	    /* display: flex; */
    justify-content: center;
	}
	
.s-left {
    display: unset !important;
    margin-left: 21px;
    margin-top: -17px;
}
.textdangers 
	{
		display: flex;
    color: red !important;
}

.showafterrespoev {
    display: flex !important;
}
.d-flex.align-items-center.gap-3.bg-primary-blue.px-3.py-2.w-fit.aaas {
   flex-direction: column;
    background: white !important;
	padding:0px !important;
}


span.text-white.fw-bold1.kk {
    color: black !important;
	    font-size: 14px;
}
svg.text-white.anothercolor {
    color: rgb(37,158,216) !important;
}
h1.title-fs.f-tnr.fw-bold.text-white.text-center.d-flex.align-items-center.justify-content-center.gap-3 {
    font-size: 20px !important;
} 
.text-6ce {
    margin-left: 10px!important;
    margin-right: 10px !important;
    font-size: 17px;
    font-family: Poppins;
}
.font-bold-m {
    font-size: 1.5rem !important;
    font-family: "Poppins", sans-serif;
    margin-left: 9px;
    margin-top: 70px;
}

#background-col {
    border-radius: 32px;
    background-color: #209CD8;
	    white-space: nowrap;
	
}
.rounded-2 {
    border-radius: 0.5rem !important;
    border: 0px;
    background-color: rgb(37, 158, 216) !important;
    color: white !important;
	    width: 47px;
}
.ksl {
    color: rgb(37,158,216);
    margin: 12px;
}
.remove-head{
	text-align:center;
	}
	p.text-primary-blue.fw-bold.fs-1{
	display:none;
	}
	.seconds1 {
	    color: rgb(37, 158, 216) !important;
    font-size: 10px;
    font-weight: 600;
	}
	.box-new *{
	text-align: unset!important
	}
	.fontsizecustomh{
    margin-left: -7px;
    font-size: 12px;
font-weight: 600;	}
.time {
    text-align: center;
    margin: 0 10px;
    font-size: 1rem;
    color: #fff;
}
.box-new .w-fit{
	width: fit-content;
}
.box-new .w-fit {
	margin: unset !important;
}
.box-new .text-primary-blue{
	margin: unset !important;
    text-align: unset !important;
}
	

	.image-workshop {
		width: 100% !important;
		height: 100%;
		padding: 21px;
		
	}
.purchase {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins;
    margin-left: -11px !important;
    padding-top: 50px;
    text-align: center;
}
	.text-everybody {
		text-align: center;
		margin-top: 30px;

	}
.text-white {
    color: #fff!important;
}

	.text-creative {
		text-align: center;
	}

	.text-sale {
		color: #000;
		font-weight: 600;
		text-align: center;
		margin-top: 30px;
	}
/* 
		#course_available_button {
			position: absolute !important;
			bottom: 16px !important;
			margin-left: 0px !important;
		} */
		/* .add-to-cart-single {
			margin-left: -20px!important;
		} */
		/* #course_available_button span {
		  font-size:17px!important;
		} */
		#course_button_live_webinar_person span{
		  font-size:13px!important;
		}
		/* button#course_button_live_webinar_person {
			position: absolute;
			bottom: 77px !important;
			left: 0px !important;
		} */
		/* a.blog_link_single button {
			position: absolute !important;
			bottom: -69px !important;
		}
	 */
	 button#course_button_live_webinar_person {
		width: 100% !important;
		margin-left: 0px !important;
		padding-top: 24px;
	}
		#course_available_button span {
			font-size: 13px !important;
			text-align: center !important;
			align-items: center;
			margin: auto;
		}
		button#course_available_button {
			width: 100%;
			margin-left: 0px !important;
			margin-top: 19px !important;
		}
		#course_button_live_webinar_person span {
			font-size: 13px !important;
			margin: auto;
		}
			/* a.blog_link_single button {
			position: absolute !important;
			bottom: -69px !important;
			width: 100%;
		} */
	
		span.fw-bold.fontsizecustomh.text_read_blog {
			margin: auto;
			font-size: 13px !important;
		}
		/* a.blog_link_single button {
			position: absolute !important;
			bottom: -69px !important;
			width: 91%;
			margin-left: 0rem !important;
		} */
	/* button#course_button_live_webinar_person {
			position: absolute;
			bottom: 77px !important;
			left: 19px !important;
			width: 90%;
		
			margin-left: 0rem !important;
		} */
	
			/* #course_available_button {
			position: absolute !important;
			bottom: 16px !important;
			width: 90%;
			left: 19px;
			} */
			/* .workshoplivebannerprice span {
		color: #000 !important;
	} */
	

	
	.workshoplivebannerprice .course-price-sale {
		color: #fff!important;
	}
	
	.quantity-input {
		-moz-appearance: textfield;
		text-align: center;
		width: 2rem!important;
		height: 2rem!important;
	}

}

html,
body {
	overflow-x: hidden;
}

img.image-workshop.image-workshopska {
    width: 800px !important;
    height: 100%;
    padding: 21px;
}
.text-6ce {
	margin-left: 80px;
	margin-right: 80px;
	font-size: 20px;
	font-family: Poppins;
}

.padd-margin {
	margin-top: 40px;
}

.increase-q {
	padding-top: 4px;

}

.decrease-q {
	padding-top: 4px;
}

.ml-0 {
	text-align: center;
}

#background-col {
	background-color: #209CD8;

}
.customwithaddtocarth{
	    width: 145px;
}