@media screen and (max-width: 620px) {
header{
	padding: 10px 0;
}
header nav ul{gap: 5px;}
header nav .logo img{
	height: 50px;
}
header nav ul .email{
	width: 100%;
}
.india_abroad .banner_section{
	flex-direction: column;
}
.india_abroad .banner_section .banner_form,
.india_abroad .banner_section .banner_image,
.india_abroad .banner_section .banner_content{
	width: 100%;
}
.india_abroad .banner_section .banner_content h2{
	font-size: 50px;
}
.india_abroad .banner_section .banner_form{
	padding: 0 20px 40px 20px;
}
.india_abroad .banner_section .banner_content{
	padding-top: 30px;
}
.noida_branch .heading svg{
	height: 70px;
	width: 70px;
}
.noida_branch .heading .head_para h2{
	font-size: 40px!important;
}
.noida_branch .content_box{
	gap: 10px;
}
.noida_branch .heading .head_para p{
	font-size: 16px;
}
.content_box .contect_details .phone_no a,
.content_box .contect_details .email a,
.noida_branch .address_details p{
	font-size: 20px;
}
.our_expert_heads{
	padding: 20px 0px 60px 0px;
}
.awards .heading{
	width: 100%;
}
.awards h1 {

    display: none;
}
.awards .img_box img{
	margin-bottom: 20px;
}
.video_section .content_box h4{
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}
.video_section .content_box{
	margin-top: 40px;
}
.video_section .content_box h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #0b56a4;
}
.video_section .content_box .paragraph-1{
	width: 100%;
	font-size: 16px;
	line-height: normal;
}
.video_section .content_box .paragraph-2{
	width: 100%;
}
.strategically .row .col-md-6 .strategically_heading_first h4{
	font-size: 30px;
}
.strategically .row .col-md-6 .strategically_heading_first p{
	font-size: 16px;
}
.strategically .row .col-md-6 .strategically_heading_first h2{
	font-size: 20px;
}
.swiper_container{
	padding: 0 20px;
}
.noida_branch{
	padding: 40px 0 40px 0;
}
header nav{
	flex-direction: column;
	gap: 10px;
}
.partner_universities a {
    display: inline-block;
    font-size: 20px;
    padding: 5px 5px;
    border-radius: 30px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.partner_universities .university_logo img{
    height: unset;
    padding: 0;
}
.partner_universities .col-4{
	padding: 0 7px;
}
.partner_universities .heading h2{
	margin-bottom: 20px;
}
.awards{
	padding: 40px 0 0px 0;
}
header nav ul .contect a{
	white-space: nowrap;
}
.branch_events .row{
	flex-wrap: nowrap;
	overflow-x: auto;
}
.strategically .row .strategically_boxes .row{
	    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
}
.strategically .row .strategically_boxes .row .col .strategically_boxes_img h4{
	padding: 12px 20px;
}
}