@media only screen and (max-width:1200px){
.nav-link{
	margin-right: 1rem;
}
.phone_btn{
	margin-right: 0rem!important;
	padding:.7rem 1.5rem!important;
}
.feature_card{
	height: 30rem;
}
}


@media only screen and (max-width: 992px){
	html{
	font-size: 55.5%;
	}
	.my_menu{
	display: block;
	text-align: center;
	margin-top: 4rem;
}
.nav-link{
	margin:0;
	padding:0;
	margin-bottom:1rem;
	font-size: 2.2rem;
}
.download_btn{
	width:100%;
	margin-top:5rem;
}
.forspace{
	display: none;
}
.offcanvas-header{
	margin-right: 2rem;
}
.menu_icon{
	font-size:2.5rem;
	cursor: pointer;
}

	.nav_mobile_right{
		display: flex;
		flex-direction: row-reverse;
	}

.hero_section{
	height: 50rem;
}
.hero_heading{
	font-size: 4rem;
}
.hero_desc{
	font-size: 2.4rem;
}
.feature_desc{
	font-size: 2rem;
}
}





@media only screen and (max-width: 768px){
	html{
	font-size: 47.5%;
	}
.offcanvas.show{
	max-width: 45rem;
}
.navbar{
	padding:1.5rem 1rem;
}
.menu_icon{
	font-size: 3rem;
}
.navbar-nav .nav-link{
	font-size: 2.2rem;
}
.hero_section{
	height: 40rem;
}
.hero_heading{
	font-size:3.4rem;
}
.hero_desc{
	font-size: 2.4rem;
}
.hero_contents{
	width:90%;
	margin:0 auto;
}
.learning_base_right,.learning_base_left{
	background: #f2f2f2;
	margin-bottom: 2rem;
}
.feature_card{height: auto}
.contact_info_section .card{margin-bottom: 2rem}
.contact_main form input, .contact_main form select, textarea{margin-bottom: 2rem}
.copyright_text{
	margin-bottom: 1rem;
	font-size: 2rem;
}
.phone_btn{

    display: inline-block;
    height: 5rem;
    margin:0 auto;
    width:70%;
    line-height: 3.5rem;
}
}




@media only screen and (max-width: 576px){
	
	.hero_section{
	height: auto;
	padding:6rem 0;
}
.hero_heading{
	font-size:3rem;
}
.hero_desc{
	font-size: 2.4rem;
	line-height: 3rem;
}
.hero_contents{
	width:90%;
	margin:0 auto;
}
.helping_text, .about_no{
	text-align: center;
	display: block;
}
.gen_p, .feature_desc, .contact_info_section .card a, .gen_p{
	font-size: 2.2rem;
}
.cta_btn, .cta_btn2{
	width:22rem;
}
.contact_info_section .card{
	margin-bottom: 2rem;
}
.contact_main form input, .contact_main form select{
	margin-bottom: 1rem;
}
.px_2{
	padding:0 1.5rem;
}
.mt_5{
	margin-top:4rem;
}
.feature_text_sm{
	font-size: 1.8rem;
}
.feature_icon{
	margin-right: 1.5rem;
}
}