@media only screen and (max-width: 1500px){
	.footer_border{
		width: 90%;
	}
	#baner{
		height: 300px;
	}
	.Course_booking{
		width: 380px;
		height: 690px;
		background-size: 380px 300px;
	}
	.form{
		margin-top: 190px;
	}
	.dropdown_Cont{
		width: 325px;
		height: 40px;
		padding: 5px;
	}
	.phone select {
		width: 90px;
		height: 40px;
		padding: 0;
	}
	.phone input {
		width: 70%;
	}
	.phone {
		align-items: end;
	}
	.custom-select-wrapper.country_code {
		width: 30%;
	}
	.custom-select-wrapper.country_code > div {
		margin: 0;
	}
	.Course_booking_button{
		width: 320px;
		margin-top: 30px;
	}
	.fa-window-close{
		right: 6px;
		top: 3px;
	}
}
@media only screen and (max-width: 850px){
	.menu_image_rgba_logo{
		margin: 50px auto;
	}
	.menu_image_rgba>ul{
		width: 300px;
		margin: auto;
		margin-top: -20px;
		border: 1px solid rgba(255,255,255,0.1)
	}
	.menu_image_rgba>ul>li{
		margin: 5px 0px;
		width: 100%;
	}
	.slide{
		display: none !important;
	}
	.star_1{
		display: block !important;
	}
	.menu_image{
		height: 500px;
	}
	footer{
		height: 250px;
	}
}
@media only screen and (max-width: 720px) {
	.right-side-bottom {
		font-size: 18px;
		padding: 15px 35px;
	}
	.Course_booking{
		width: 380px;
		height: 690px;
		background-size: 380px 300px;
	}
	.form{
		margin-top: 190px;
	}
	.dropdown_Cont{
		width: 325px;
		height: 40px;
		padding: 5px;
	}
	.Course_booking_button{
		width: 320px;
	}
	.fa-window-close{
		right: 7px !important;
		top: 3px !important;
		z-index: 999999 !important;
	}
}
@media only screen and (max-width: 700px){
	#logo{
		width: 180px;
		margin-top: 15px;
		margin-left: 15px;
	}
	.Feedback{
		margin-top: -45px;
		right: 100px;

	}
	.menu{
		margin-top: 5px;
	}
	.menu_image_rgba_logo{
		width: 220px;
	}



}
@media only screen and (max-width: 510px){
	footer{
		height: 320px;
	}
}
@media only screen and (max-width: 500px){
	.right-side-bottom {
		font-size: 16px;
		padding: 15px 40px;
		white-space: nowrap;
	}

	.leng{
		top: 110px
	}
	.Program_title{
		width: 140px;
		text-align: left;
		font-size: 16px !important;
	}
	.Feedback{
		margin-top: 40px;
		width: 90px;
		height: 40px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 21px;
		right: 5px;
	}
	.Feedback>.fa-mobile-alt{
		margin-top: -25px;
		left: 36px;
	}
	.menu{
		margin-top: 5px;
	}
	.menu_image_rgba_logo{
		width: 220px;
	}


}		