@media(min-width: 2200px) and (max-width: 4000px){
	.banner-left-inner{
		top: 90%;
		transform: translateY(-90%);
	}
}
@media(min-width: 767.01px) and (max-width: 992px){
.header-section .top-header .logo img{max-width: 250px;}	
.top-header .top-right a {margin-left: 15px;}
.main-header .main-nav .navbar li a{font-size: 14px;}
.header-section .container{max-width: 100%;}
.banner-section{padding-top: 170px;}
.global-heading.font-md{font-size: 30px;}

.story-section .story-box p:last-child{margin-bottom: 15px;}
.global-heading{font-size: 42px;}
}
@media(max-width: 767px){
.top-header .top-right{display: none;}
.top-header .header_nav_button{display: block;position: relative;z-index: 99;}
.header-section .top-header .logo img{max-width: 200px;}
.banner-section .banner-left{margin-right: 0;max-width: 100%;}
.header-section{position: static;}
.header-section .col-sm-6.text-left,.header-section .col-sm-6.text-right{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.header-section .col-sm-6.text-left img,.header-section .col-sm-6.text-right img{max-width: 100%;}
.main-header .main-nav .navbar li{margin: 0 0px;}
.main-header .top-right .check-status{font-size: 12px;}
.banner-section{min-height: auto;}
.banner-section .container{position: static;transform: none;}
.register-wrap .register-link{margin-bottom: 20px;}
.process_list li{line-height: 14px;}
.process_list li a{font-size: 12px;}

}
@media(min-width: 576.01px) and (max-width: 767px){

}
@media(max-width: 576px){

}