/******** min 768 ********/
@media (min-width: 768px) {


}



/******** min 992 ********/
@media (min-width: 992px) {


}



/******** min 1200 ********/
@media (min-width: 1200px) {


}



/******** max 767 ********/
@media (max-width: 767px) {


}



/******** min 768 & max 991 ********/
@media (min-width: 768px) and (max-width: 991px) {

	.courses_teachers_heading_item_box .box_teachers .each-item,
	.home-contact-form{
		width: 100%;
	}
	.courses_teachers_item_box .each-item {
		width: 48%;
	}



}



/******** min 992 & max 1199 ********/
@media (min-width: 992px) and (max-width: 1199px) {


}

/******** max 1400 ********/
@media (max-width: 1400px) {



}


/******** max 1199 ********/
@media (max-width: 1199px) {


}



/******** max 1024 ********/
@media (max-width: 1024px) {


}



/******** max 900 ********/
@media screen and (max-width: 900px) {


}



/******** max 767 ********/
@media screen and (max-width: 767px) {

	.difference-this-course-box .each-item,
	.why-this-course-box,
	.contact-page-form .gform-body,
	.courses_teachers_heading_item_box .box_teachers .each-item,
	.home-contact-form,
	.home-bottom-slider-form input[type="tel"], 
	.home-bottom-slider-form input[type="text"],
	.courses_teachers_item_box .each-item,
	.footer-form .gfield--type-email {
		width: 100% !important;
	}
	.footer-form #field_submit{
		left: 0;
		position: absolute;
	}
	.home-top-banner .elementor-swiper-button {
		width: 28px;
		height: 28px;
	}
	.home-bottom-slider-form {
		height: max-content;
		width: 100%;
	}
	.home-bottom-slider-form .gform_fields{
		row-gap: 12px;
	}
	.home-bottom-slider-form #field_submit input[type="submit"] {
		height: 46px;
		font-size: 17px;
	}
	.licenses-carusel-about .elementor-swiper-button.elementor-swiper-button-prev {
		right: 0 !important;
	}
	.licenses-carusel-about .elementor-swiper-button.elementor-swiper-button-next {
		left: 0 !important;
	}
	.pld-like-dislike-wrap {
		display: block;
	}
	.pld-like-dislike-wrap .pld-dislike-wrap,
	.pld-like-dislike-wrap .pld-like-wrap {
		width: 100%;
		margin: 0 0 14px 0;
	}
	.pld-like-dislike-wrap a.pld-dislike-trigger,
	.pld-like-dislike-wrap a.pld-like-trigger {
		width: 100%;
	}
	.courses_teachers_heading_item_box .each-item-1 .each-item-2.phone-display{
		display: block;
	}
	.courses_teachers_heading_item_box .each-item-1 .each-item-2, 
	.courses_heading_item_box .each-item-1 {
		height: fit-content;
		margin: 19px 0 25px 0;
	}
	.courses_teachers_heading_item_box .each-item-1 {
		height: fit-content;
		margin: 0 0 50px 0;
	}
	.why-this-course-box .each-item span{
		width: 85%;
	}
	.home-counter-section .e-con-full{
    	border-left: 1px solid #E4E7EC;
	}
	.home-counter-section .e-con-full:nth-child(2),
	.home-counter-section .e-con-full:nth-child(6){
		border: none;
	}
	.short-content {
		font-size: 14px;
	}





}



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


}



/******** max 480 ********/
@media screen and (max-width: 480px) {


}