@media (max-width:767px){
	.hero-bg{
		left:0%;
		width:100%;
	}
	.home-hero-bg{
		width:100%; 
	}
	.centerDiv {
		width:100%;
	}
	.home-page .GSA-common-page .mobile-view .logo-section a{
		width: 50px;
		padding: 8px;
	}
	.home-page .GSA-common-page .desktop-view .container-fluid{
		max-width: inherit;
	}
	.home-page .GSA-common-page .mobile-view .logo-section{
		position: absolute;
		/* top: 15px; */
		right: 5px;
	}
	.GSA-common-page .inner-hero-img .content {
		padding: 5% 0;
	}
	.GSA-common-page .info-section img {
		border-radius:15px;
		padding: 0;
	}
	.GSA-common-page .info-section2 p {
		font-size: 8px;
	}
	.GSA-common-page .info-section2{
		border-radius:15px;
		margin: 0px 0 10px;
	}
	.GSA-common-page .logo-section .logo a {
		padding:5px;
		width:30px;
	}
	.GSA-common-page .info-section {
		padding-top:10px;
	}
	.GSA-common-page .inner-hero-img h1 {
		font-size: 25px;
	}
	.GSA-common-page .indoor-img {
		margin: 10px 0;
	}
	.GSA-common-page .inner-info-section {
		padding: 10px 0;
	}
	.GSA-common-page .inner-info-section img {
		border-radius: 10px 10px 0 0;
		margin-bottom: 5px;
	}
	.GSA-common-page .inner-info-section a {
		padding: 5px;
		border-radius: 10px;	
		margin:0px;
	}
	.GSA-common-page .inner-info-section a h6 {
		font-size: 10px;
		margin: 0 0 5px;
	}
	.GSA-common-page .desktop-view{
		display:none;
	}
	.GSA-common-page .mobile-view{
		display:block;
	}
	.GSA-common-page .logo-section {
		background-color: transparent;
	}
	.main-section-area{
        width:100%;
    }
}
 
@media (min-width:768px) and (max-width:991px){ 
	.hero-bg{
		left:30%;
		width:40%;
	}
	.home-hero-bg{
		width:40%;  
	}
	.centerDiv {
		width:40%;
	}
	.GSA-common-page .info-section2 p {
		font-size: 10px;
	}
	.GSA-common-page .inner-info-section a{
		margin: 5px;
	}
	.main-section-area{
        width:40%;
    }
	 
} 


@media (min-width:992px) and (max-width:1199px){
	.hero-bg{
		left:35%;
		width:30%;
	}
	.home-hero-bg{
		width:40%; 
	}
	.centerDiv {
		width:40%;
	}
	.GSA-common-page .inner-info-section a h6 {
		font-size: 12px;
	}
	.GSA-common-page .inner-info-section a{
		padding: 10px;
		border-radius: 15px;
		margin: 8px 4px;
	}
	.GSA-common-page .inner-info-section img {
		border-radius: 15px 15px 0 0;
		margin-bottom: 15px;
	}
	.main-section-area{
        width:40%;
    }
} 