/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Spur Redge
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

/* #salesforce-forgot-password-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
} */
:root{
	--primary:#1C345A;
	--darkprimary:#003DA5;
	--lightgrey:#F1F1EF;
	--darktext:#475467;
	--hoverColor:#F89406;
}
h1,h2,h3,h4,h5,h6,p,a,ul,ol{
	font-family: 'inter' !important;
}
div#filter-certificate {
    cursor: pointer;
}
.page-id-2295 section.custom-testimonials-wrapper {
    background-color: #fff!important;
}
.page-id-2348 section.custom-testimonials-wrapper {
    background-color: #fff!important;
}
.page-id-3288 section.custom-testimonials-wrapper {
    background-color: #fff!important;
}
.home section.custom-testimonials-wrapper {
    background-color: #fff!important;
}
.cts-schedule .schedule_list.course-item h2 a {
    color: #000!important;
}

div#filter-bootcamp {
    cursor: pointer;
}
.course-details h4 a {
    color: #1C345B!important;
}
#universal_loader{
	display:flex;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.account-owner {
    display: none; /* Hide menu by default */
}

.private-user .account-owner {
    display: block !important; /* Show only for private users */
}
/* .elementor-footer{
	margin-top:100px;
} */
/* .elementor-132 .elementor-element.elementor-element-7407fcd .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    list-style: none;
    padding-left:0px;
}
.elementor-132 .elementor-element.elementor-element-7407fcd .elementor-icon-list-items.elementor-inline-items li{
    margin-right: 9px!important;
} */
.slider.slick-initialized .slick-dots{
	position:unset;
}
.slider .slick-active button:active,
.slider .slick-active button:hover{
	background:transparent !important;
}
.elementor-element.elementor-element-1f0ce1f.e-con-full.e-flex.e-con.e-child {
    list-style: none!important;
}
.elementor-footer .social_icons ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	list-style:none;
	padding:0;
}
.elementor-footer .social_icons ul li{
	margin-right:10px;
}
.elementor-footer .social_icons ul li i{
	font-size:23px;
}
.elementor-footer .social_icons ul li svg{
	width:25px;
}

.elementor-element.elementor-element-3d3711e.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list ul {
    list-style: none;
    padding-left: 0px;
}
.course_icons{
	display:inline-block;
	margin-left:5px;
}
/* .course_icons img:last-child{
	display:inline-block;
	margin-left:5px;
} */
.active-certificate {
    text-decoration: underline;
    color: #1cbf73;
    cursor: pointer!important;
}
.user_avatar_img{
	width: 20px;
	height: 20px !important;
	border-radius: 50px !important;
	margin-right: 5px;
	object-fit:cover;
}
.active-bootcamp {
    text-decoration: underline;
    color: #003DA5;
    cursor: pointer!important;
}

.menu-divider{
	height:1px;
	background-color:#1C345A;
}
ul.program-posts {
     background: white;
    width: fit-content; 
    padding: 10px 0px!important;
    list-style: none; 
}
button.swal2-confirm.swal2-styled {
    background: black;
    color: white;
    border-color: #fff;
}
#salesforce-forgot-password-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.login_btns{
	background:linear-gradient(#FAD15D, #EB873C);
	padding:10px;
	color:#333366;
	border-radius:5px;
	margin-left:0px;
	font-size:14px;
	min-width: 130px;
	display: block;
	margin: 8px 0px;
}
.login_btns:hover{
	color:#fff;
}
button.btn.btn-danger.cancel-payment {
    background: linear-gradient(#FAD15D, #EB873C)!important;
    color: #000!important;
}
.dashboard_link_topbar{
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	font-size:14px;
	position:relative;
	top:-1px;
}
.dashboard_link_topbar:hover{
	color:var(--hoverColor);
}
.slider .custom-prev, .slider .custom-next{
	top:42%;
}
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
}

.custom-prev {
    left: 280px;
}

.custom-next {
    right: 350px;
}

.custom-prev:hover,
.custom-next:hover,.custom-prev:active,.custom-next:active,.custom-prev:focus,.custom-next:focus {
    background: var(--hoverColor);
}

.contact_form label{
	width:100%;
}
.contact_form input, 
.contact_form textarea{
	border: 1px solid #ddd  !important;
	border-radius:10px !important;
}
.contact_form .wpcf7-submit{
		width:100%;
		background-image:linear-gradient(#FAD15D, #EB873C);
		color:#fff;
		border:0;
		font-weight:600;
}

.contact_form .wpcf7-acceptance a{
    color:#333 !important;
}
.contact_form label span{
	display:inline-block;
	margin-top:10px;
	width:100%;
}
.contact_form .wpcf7-acceptance span{
	margin:0;
	display:inline;
}
.contact_form .wpcf7-acceptance .wpcf7-list-item-label{
	margin-left:5px;
}
#ic_signupform .elcontainer{
	background:transparent !important;
	border: 0 !important;
}
#ic_signupform .elcontainer .fieldtype-input label{
	display:none !important;
}
#ic_signupform .elcontainer .sortables{
	display:flex !important;
}
#ic_signupform .elcontainer .fieldtype-input:first-child input{
	width:100% !important;
	border-radius:5px !important;
}
#ic_signupform .elcontainer .btn-submit{
	border-radius:5px !important;
	background-image:linear-gradient(#FAD15D, #EB873C) !important;
	font-weight:bold !important;
}

.elementor-140 .elementor-element.elementor-element-19a73d5 img {
    width: unset !important;
}
.bootcamp_list a{
	color:#003DA5;
	text-decoration:underline;
}
.program-posts li a{
	color:#000;
	font-size:14px;
	display:inline-block;
	margin:10px 0px;
}
.program-posts li a:hover{
  color:var(--hoverColor);
}
.forgot_pass{
	color:var(--primary);
}
#signupLoginModal .already_account,
#signupLoginModal .already_login{
	display:none;
}
#salesforce-signup-form{
 position:relative;	
}
#loginform input,#salesforce-signup-form input{
    border: 1px solid #d0d5dd;
    border-radius: 8px;
}
#loginform input::placeholder,#salesforce-signup-form input::placeholder{
  font-size:14px;
}
.divider_parent{
 margin: auto !important;	
}
.divider{
	width:2px;
	height:700px;
	background:rgba(0,0,0,0.1);
	margin: 0 auto;
}

.elementor-132 .elementor-element.elementor-element-63b704d img {
    width: unset !important;
    max-width: unset !important;
}
.program-box{
	border-radius:15px;
	border:1px solid rgba(0,0,0,0.1);
	position:relative;
	min-height:490px;
}
.program-box img{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	width:100%;
	height:215px;
	object-fit:cover;
}
.program-link-btn{
	background: orange;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	font-size: 13px;
	display:inline-block;
	margin-top:20px;
	position:absolute;
	bottom:25px;
}
.home_testimonial .elementkit-commentor-details {
	flex-direction:column;
}
.home .schedule_table-wrapper{
	margin-top:0;
}
.home .schedule_table-wrapper table thead tr{
	background:#F9FAFB;
}
.schedule_table-wrapper table th,.schedule_table-wrapper table td,.schedule_table-wrapper table{
	    border:0;
		padding:8px 20px;
		text-align:center;
		padding-bottom:6px;
 }
a.add_crt_btn.add_to_cart{
	background:linear-gradient(#FAD15D, #EB873C);
	border:0;
}
.view-section-details{
	background: linear-gradient(#FAD15D, #EB873C);
	border: 0 !important;
	width: 100% !important;
	color: #333 !important;
	margin-bottom: 5px;
	font-weight: 600 !important;
	padding: 10px 0px !important;
	border-radius: 5px !important;
}
.view-section-details:hover{
  color:#fff !important;
}
#sectionModal .modal-footer button{
	background: linear-gradient(#FAD15D, #EB873C);
	border: 0 !important;
	color: #333 !important;
	border-radius: 5px !important;
}
#sectionModal .modal-footer button:hover{
  color:#fff !important;
}
#sectionModal .btn-close{
	border:0 !important;
}
#sectionModal .btn-close:hover{
  background-color:transparent !important;
  outline:0 !important;
  box-shadow:none !important;
}
#modalSessions tr,#modalSessions tr td, #sectionModal table thead tr, #sectionModal table thead tr th{
	background:#fff !important;
	border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.guaranteed_section_mobile{
	display:none;
}
.schedule_table-wrapper .add_crt_btn{
		color:#000;
		padding: 7px 12px;
		border-radius:10px;
}

.schedule_table-wrapper table td:nth-child(2),.schedule_table-wrapper table td:nth-child(3){
	color:#475467;
}
.footer-social svg,.elementor-topbar svg{
	max-width:20px;
}
.day_classes,.night_classes{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}
.day_classes_content,.night_classes_content{
	margin-left:10px;
}
.day_classes_content p,.night_classes_content p{
	font-size:13px;
}
.day_classes h6,.night_classes h6{
	font-weight:700;
	margin:0;
}
.home_sidebar #ic_signupform .elcontainer{
	padding:0px;
}

.home_sidebar #ic_signupform .elcontainer .formEl{
	padding-right:0;
	margin-bottom:0;
	margin-left:-3px;
}
.home_sidebar #ic_signupform .elcontainer .submit-container{
	padding:0;
}
#ic_signupform .elcontainer .submit-container input[type="submit"]{
	padding:12px 25px !important;
}
.home_sidebar #ic_signupform .elcontainer .submit-container input{
   padding:12px 20px !important;
	color:#000 !important;
	font-family: 'Inter' !important;
}
.home_sidebar #ic_signupform .elcontainer .fieldtype-input:first-child input{
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.home_sidebar #icontactSignupFormWrapper211 img{
	display:none;
}
.elementor-footer .footer_logo img{
	max-width:200px;
}
.elementor-footer svg
.dt-search {
	display:flex;
	align-items:center;
}
.slider{
	overflow:hidden;
}
.slider .slick-slide {
    margin: 0 2px; /* Adjust spacing between slides */
}

.slider .slick-list {
    margin: 0 -2px; /* Prevent layout shifting */
}
.home_banner_slider .slick-dots{
	left:-522px;
	bottom:40px;
}
.home_banner_slider .slick-dots li button:before{
	font-size:15px;
}
.home_banner_slider .slick-dots li button:hover,.home_banner_slider .slick-dots li button:active,.home_banner_slider .slick-dots li button:focus{
	background:transparent;
}
.home_banner_slider .slick-dots li.slick-active button:before{
	color:#0542A5;
}
.home_banner_slider .slick-dots li button:before{
	color:#0542A5;
}
.course-row td:first-child a{
	color:#000;
}
.course-row td:nth-child(2){
	text-transform:capitalize;
} 
.course-row .btn{
	width:100%;
	border:0;
}
.course-row .btn:disabled{
	background:#58C074;
}
.update_payment_btn.add_crt_btn{
	padding:10px 60px;
	color:#fff;
	border-radius:5px;
}
.btn-close{
	cursor:pointer;
}
/* .elementor-topbar ul{
	min-width:520px;
	padding:0;
	display:inline-block;
} */
.phone_ul ul li{
   display:inline;
	margin-right:10px;
}
.slider .slick-slide img {
    max-height: 200px;
    width: 100%;
}

.profile_dropdown button{
		border:0;
		color:#fff;
		display:flex;
		align-items:center;
	    padding:0;
	}
	.profile_dropdown button:hover,.profile_dropdown button:focus{
	  background:transparent;
	  color:#fff;
	}
	.profile_dropdown button i{
		color:#fff;
		font-size:30px;
		margin-right:7px;
	}
	.profile_dropdown .dropdown-toggle::after{
		margin-left:.8em;
	}
	.profile_dropdown .dropdown-menu{
		background: #fff;
		border: 0;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
		padding:15px 0px;
	}
	.profile_dropdown .dropdown-menu .dropdown-item{
		padding-right:60px;
		margin-bottom:5px;
		padding-top:10px;
		padding-bottom:10px;
/* 		background:#003DA5; */
	}
	.profile_dropdown .dropdown-menu .dropdown-item:focus,.profile_dropdown .dropdown-menu .dropdown-item:hover,.profile_dropdown .dropdown-menu .dropdown-item.active{
		background:#003DA5;
		color:#fff;
	}

.table-container .dt-search input {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}
.table-container .dt-search label,.table-container .dt-length label{
	opacity:.5;
}
div.dt-container select.dt-input{
	max-width:60px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
	
}
.accordion-button:focus{
	box-shadow:none !important;
}

	.programs_section .accordion-item{
		text-align:left;
	}
	.programs_section .accordion-header{
		margin:0;
	}
	.programs_section .accordion-item .accordion-button{
		background:transparent;
		border:0;
		color:#000;
		width:100%;
		text-align:left;
		position:relative;
	}
	.programs_section .accordion{
		margin-top:50px;
	}
	.programs_section .accordion-button.collapsed:after{
		content: "";
		width: 30px;
		height: 30px;
		background:url("https://dev.workforcecenter.net/wp-content/uploads/2025/02/Icon-wrap.png") no-repeat;
		top: 11px;
		right: 5px;
		position: absolute;
		display: inline-block;
	}
	.programs_section .accordion-button:not(.collapsed)::after{
		content: "";
		width: 30px;
		height: 30px;
		background:url("https://dev.workforcecenter.net/wp-content/uploads/2025/02/minus-3.png") no-repeat;
		top: 5px;
		right: 12px;
		position: absolute;
		display: inline-block;
	}
#download_transcript{
	font-weight:700;
}
#download_transcript,.credit_card_payment_btn{
	background: linear-gradient(#FAD15D, #EB873C);
    border: 0px !important;
    color: #333 !important;
    border-radius: 5px !important;
}
#download_transcript:hover{
	  color:var(--hoverColor);
}
.credit_card_payment_btn{
    width: 100% !important;
	font-weight:600 !important;
}
.featured_certificates .certificat_box h5{
  font-weight:600;	
  margin-top:20px;
  color:#000;
}
.featured_certificates .certificat_box a{
	color:#1C345A;
	font-weight:700;
}
.featured_certificates .certificat_box a:hover{
   color:var(--hoverColor);
}
.schedule_list_details .cart_wrapper .add_crt_btn{
	font-weight:600;
}
.anchor_in_content a{
	color:#000;
}
.schedule_list_details .title li{
	font-weight:700;
}
.certificat_box img{
	height:250px;
}
.table-container{
		padding: 0px 20px;
		border-radius: 15px;
		border: 1px solid rgba(0,0,0,0.1);	
	}
.table-container table th, .table-container table tr,.table-container table td,.table-container table,.table-container table thead{
		border:0 !important;
	}
.courses_table a{
	color:#000;
}
.courses_table th{
	font-size:28px;
}
.bootcamp_container h2{
	color:var(--darkprimary);
	font-weight:600;
}
span.course-code {
	background-color: #6D6D6D;
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	padding:10px 15px;
	border-radius:5px;
}
	.schedule_list{
		border-top: 1px solid #000;
		margin-top:13px;
	}
	.schedule_list h2{
		font-size:16px;
		font-weight:700;
		margin-top:15px;
	}
	.schedule_list_details .code{
		text-align:center;
	}
	.schedule_list_details .code hr{
		margin:0;
	}
	.single_program .accordion-header button{
		font-size:22px;
		font-weight:700;
	}
	.schedule_list_details{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.schedule_list_details ul{
		list-style:none;
		padding:0;
	}
	.schedule_list_details .cart_wrapper{
		width:16rem;
	}
	.schedule_list_details .price{
		font-weight:500;
		font-size:25px;
		min-width:100px;
		text-align:left;
	}
	.schedule_list_details .cart_wrapper .add_crt_btn{
		padding:10px 12px;
		text-align:center;
		display:block;
		width:100%;
		border-radius:6px;
	}
.schedule_list_details .venue_box{
	display:flex;
	justify-content:flex-start;
	min-width:510px;
}
.schedule_list_details .venue_box ul:first-child{
	padding-right:160px;
}
.header_tabs a,.textarea_content_color a{
	color:#000;
}
.textarea_content_color a{
	color:#000;
	text-decoration:underline;
}
.header_tabs a:hover{
	color:var(--hoverColor);
}
.testimonial_template{
	background:var(--lightgrey);
}
.footer-social ul{
	padding:0;
}
.home_banner_slider .slick-dots{
	z-index: 1 !important;
}

.tuition_assistance_tables table thead tr{
	background-color:var(--darkprimary) !important;
	color:#fff !important;
}
#ic_signupform .elcontainer{
	padding:0 !important;
}
#icontactSignupFormWrapper211 #ic_signupform:nth-child(2){
	display:none !important;
}
.custom-prev img, .custom-next img{
	width:70%;
}
.tuition_assistance_tables td,.tuition_assistance_tables tbody > tr:nth-child(odd) > td{
	background:#F1F1EF;
}
.slider {
	max-width:1920px;
	margin:0 auto;
}
.featured_certificates .sub-heading{
	padding:0px 40px;
}
.header_schedule_btn:hover,.add_crt_btn.add_to_cart:hover{
	color:#fff !important
}
#private-course-list_wrapper .dt-search{
	display:flex;
	align-items:center;
}
.phone_ul .elementor-icon-list-icon svg, .email_ul .elementor-icon-list-icon svg,.footer-social .elementor-icon-list-icon svg{
	width:15px;
	height:15px;
}
.phone_ul .elementor-icon-list-items,.email_ul .elementor-icon-list-items{
	padding:0;
}
.team_link{
	color:rgba(0,0,0,.5);
}
.anchor_in_content a:hover,.textarea_content_color a:hover{
	color:var(--hoverColor);
}
#site-course-searchform div{
	display:flex;
	align-items:center;
	position:relative;
}
#site-course-searchform div input{
  border:1px solid rgba(0,0,0,0.1);
  border-radius:8px;
  width:260px;
  font-size:13px;
}
#site-course-searchform div img{
	width:16px;
	cursor:pointer;
}

.daterangepicker {
  z-index: 99999 !important;
  font-family: Arial, sans-serif !important;
}

.daterangepicker .calendar-table {
  border-collapse: separate !important;
}

.daterangepicker td,
.daterangepicker th {
  padding: 6px 8px !important;
  font-size: 14px !important;
}

.daterangepicker .ranges li {
  padding: 5px 10px !important;
}
#site-course-searchform button{
	background: none;
	border: none;
	padding: 0;
	position:absolute;
	right:10px;
}
.linkedin_profile_cont .eapps-widget{
	overflow:hidden;
} 
.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color: var(--primary) !important;
}
.daterangepicker .ranges li.active {
    background-color: var(--primary) !important;
    padding: 12px !important;
}
.daterangepicker .applyBtn{
	background-color: var(--primary) !important;
	border:0;
	color:#fff !important;
}

.daterangepicker .cancelBtn{
	background-color: var(--hoverColor) !important;
	border:0;
	color:#fff !important;
}



/* Media queries begins */
@media only screen and (min-width:1280px){
	.elementor-topbar .phone_ul .elementor-icon-list-items{
		min-width:315px;
	}
	.elementor-topbar .email_ul .elementor-icon-list-items{
		min-width:270px;
	}
}
@media only screen and (max-width:1746px){
	.custom-prev{
		left: 190px;
	}
	.custom-next {
		right: 255px;
	}
	.slider .slick-slide img {
		height: 174px;
	}
	.slider .inner h3 {
		font-size: 22px !important;
		padding-right: 10px;
	}
	.search_results{
		left:310px !important;
	}
	.troubleshoot_section .live_online{
		padding-left:300px;
	}
	.troubleshoot_section .troubleshoot_inner{
		padding-right:300px;
	}
}
@media only screen and (max-width:1537px){
	.custom-prev{
		left: 80px;
	}
	.custom-next {
		right: 145px;
	}
	.slider .slick-slide img {
		height: 155px;
	}
	.slider .inner h3 {
		font-size: 20px !important;
		padding-right: 10px;
	}
	.search_results{
		left:205px !important;
	}
	.troubleshoot_section .live_online{
		padding-left:195px;
	}
	.troubleshoot_section .troubleshoot_inner{
		padding-right:195px;
	}
}
@media only screen and (max-width:1280px){
	.custom-prev{
		left: 10px;
	}
	.custom-next {
		right: 10px;
	}
	.slider .inner h3{
		word-break:break-word;
	}
	.check_class_home h2{
		font-size:17px !important;
		line-height:18px !important;
	}
	.check_class_home a{
	    padding: 5px 10px 6px 10px !important;
		font-size:10px !important;
	}
	.check_class_home .first_btn a{
	    padding: 5px 21px 6px 21px !important;
	}
	.check_class_home .second_btn .elementor-widget-container{
		margin-top:0px !important;
	}
	.slider .slick-slide img {
		height: 135px;
	}
	.slider .inner h3 {
		font-size: 16px !important;
		line-height:18px !important;
	}
	.search_results ul li a,.search_results p{
		font-size:14px;
	}
	.search_results{
		left:80px !important;
	}
	tr.course-item a{
		font-size:13px;
	}
	.troubleshoot_section .live_online{
		padding-left:65px;
	}
	.troubleshoot_section .troubleshoot_inner{
		padding-right:65px;
	}
}
@media only screen and (max-width:1024px){
	.slider .custom-prev,.slider .custom-next{
		display:block !important;
	}
/* 	.slider .slick-track{
		   transform: translate3d(0px, 0px, 0px) !important;
	} */
	.slick-slide {
    margin: 0 10px; /* Adjust spacing here */
}

.slick-track {
    margin-left: -10px; /* Negative margin to compensate for slide spacing */
    margin-right: -10px;
}

	.add_to_cart_box {
		display: none!important;
	}

	.dashboard_link_topbar{
		font-size:10px;
	}

	.home_banner_slider .custom-prev,.home_banner_slider .custom-next{
		display:none !important;
	}
	.search_results {
		left: 29px !important;
		bottom: -160px !important;
		width:43% !important
	}
	.home_banner_slider .slick-dots{
		left:-444px;
	}
	.elementskit-menu-offcanvas-elements .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
		color: #fff !important;
		fill: #fff !important;
	}
	.troubleshoot_section .live_online{
		padding-left:10px;
	}
	.troubleshoot_section .troubleshoot_inner{
		padding-right:10px;
	}
}

@media only screen and (max-width:992px){
	.schedule_list h2{
		font-size:16px;
	}
	.schedule_list_details .cart_wrapper{
		width:9rem;
	}
	.check_class_home h2 {
		font-size: 20px !important;
		line-height: 30px !important;
		text-align: right;
		padding-left: 100px;
	}
	.home_banner_slider .slick-dots{
		display:none !important;
	}
	.search_form .form-group:first-child {
		width: 63% !important;
	}
	.search_results {
		bottom: -189px !important;
		width: 40% !important;
	}
	.slider .slick-list{
		padding:0 !important;
	}
	.slider .slick-slide img {
		height: 200px;
	}
}

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

	.search_form .form-group:first-child {
		width: 100% !important;
	}
	.search_form .form-group{
		width: 100% !important;
	}
	.search_form .search_btn{
		width:100% !important;
		margin-left:0px !important;
		border:1px solid !important;
		border-radius: 8px !important;
		margin-top:10px;
	}
	.search_field{
		border: 1px solid rgba(0, 0, 0, 0.1) !important;
		border-radius: 8px !important;
	}
	.schedule_list_details .venue_box ul:first-child {
		padding-right: 50px;
	}
	.search_results {
		bottom: 342px !important;
		width: 89% !important;
	}
	
}
@media only screen and (max-width: 767px) {
	.slider .slick-list{
		padding:0px !important;
	}
}
@media only screen and (max-width:768px){
	.row1{
		margin-bottom:0px !important;
	}   
	.custom-dropdown,#schedule_filter_form input#filter_search,#schedule_filter_form input#filter_submit{
		width:100% !important;
		max-width:100% !important;
	}
	.custom-dropdown,#schedule_filter_form input#filter_search{
		margin-bottom:10px;
	}
	.search_filter_header .custom-dropdown{
		width:auto !important;
	}
	.heading_box .heading_icons {
		justify-content: space-between !important;
	}
	.heading_box1 h2{
		font-size:25px !important;
	}
	.schedule_list h2{
		font-size:14px;
	}
	h2.course_off{
		text-align:center;
	}
	.schedule_table-wrapper{
		margin-bottom:10px !important;
	}
	.search_results {
        bottom: -162px !important;
        width: 44% !important;
    }
	
}

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

@media only screen and (max-width:767px) and (min-width:543px){}

@media only screen and (max-width:600px){
	.schedule_page.desktop{
		display:none;
	}
	.guaranteed_section_mobile{
		display:block;
	}
	.guaranteed_section_mobile .single_section h5 a{
		color:#000;
	}
	.guaranteed_section_mobile .single_section h5 a:hover{
	  color:var(--hoverColor);
	}
	.guaranteed_section_mobile .single_section{
		border-radius:10px;
		padding:20px;
		border:1px solid rgba(0,0,0,0.1);
	}
	.guaranteed_section_mobile a.add_to_cart{
		display:block;
		padding:10px 0px;
		text-align:center;
	}
	.schedule_list h2 {
		display: flex;
		flex-direction: column;
	}
	span.code_icons_box{
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		align-items:center;
	}
	.schedule_list_details {
		align-items: stretch;
		flex-direction: column;
	}
	.schedule_list_details .price {
		text-align: center;
		margin-top: 30px;
		
	}
	.schedule_list_details .cart_wrapper {
		width: 100%;
		margin-top: 30px;
	}
	.programs_in_sidebar .schedule_list_details{
		display:inline !important;
	}
	.programs_in_sidebar .schedule_list_details .cart_wrapper{
		width:auto !important;
	}
	.footer-social ul,.social_icons ul{
		padding:0;
	}
	.elementor-footer .social_icons ul{
		justify-content:center;
	}
	.header_schedule_btn{
		width:100%;
		display:flex !important;
		justify-content:space-between;
	}
	.featured_certificates .sub-heading{
		padding:0px;
	}
	.search_results {
        bottom: 346px !important;
        width: 80% !important;
    }
	#site-course-searchform .form-group input{
		width:240px;
	}
	
	.guaranteed{
		width:60%;
		flex-direction:column;
	}
	.guaranteed .custom-dropdown{
		margin:0;
	}
	
	.about_us_megatabs .elementkit-tab-wraper.vertical .elementkit-tab-nav{
		flex-basis:90% !important;
	}
	.program-container{
	   gap:40px !important;	
	}
	
}
@media only screen and (max-width:430px){
	.search_results {
        bottom:237px !important;
    }
}
@media only screen and (max-width:414px){
	.search_results {
        bottom:222px !important;
    }
}
@media only screen and (max-width:412px){
	.search_results {
        bottom:220px !important;
    }
}
@media only screen and (max-width:375px){
	.search_results {
        bottom:182px !important;
    }
}
@media only screen and (max-width:360px){
	.search_results {
        bottom:200px !important;
    }
}
@media only screen and (max-width:360px){
	.search_results {
        bottom:166px !important;
    }
}
@media only screen and (max-width:320px){
	.search_results {
        bottom:128px !important;
    }
}
