@media only screen and (max-width: 600px) {
    .only-desktop{display: none !important;}
    .only-mobile{display: block !important;}  	
    .navbar-brand img{width: 150px;}
	.logo{width: 50%}
	.logo img{width: 100%;}
	.contact-btn{width: 50%;}
	.contact-btn a{float: right;}
	.header-btn{width: 100%;}
	.hero-banner{height: auto;margin-bottom: 30px;padding-bottom: 0px;}
	.hero-content h1{padding-top: 5vh;font-size: 35px;padding-bottom: 5vh;}
	.hero-content h2{padding-top: 5vh;font-size: 30px;padding-bottom: 10vh;}
	.hero-content h1 b{font-size: 20px;}
	.why-it-happens-text{margin-left: 5%;width: 90%;}
	.home-banner-text{margin-left: 0%;width: 100%;font-size: 18px;}
	.why-it-happens-head{font-size: 40px;line-height: 45px;}
	.why-atop-cta-button{width: 100%;margin-left: 0px;}
	.sec-how-we-help-subhead{font-size: 30px;}
	.how-we-help-steps{padding-bottom: 50px;}
	.main-banner-wrapper{margin-top: 20px;}
	.col-right-align{order: 0;}
	.case-studies-head-section{padding-top: 0px;}
	.case-studies-section{padding-bottom: 0px;}
	.home-intro-head{font-size: 40px;line-height: 50px;}
	.home-intro-head{padding-top: 10px;}
	#accordion {  
		.accordion-title{font-size: 20px;}
	}
	.why-works-text{width: 90%;margin-left: 5%;}
	.why-works-head{width: 90%;margin-left: 5%;}
	.why-atop-text-punchline{width: 90%;margin-left: 5%;}
	.services-sub-text-main{font-size: 25px;line-height: 35px;}
	.sec-why-lacks{margin-top: 0px;}
	.why-it-happens-text-bold{font-size: 25pxx;}
	.startup-how-we-will-help-head{font-size: 50px;line-height: 55px;}
	.startup-how-we-will-help-text{margin-top: 30px;}
}
@media only screen and (max-width: 1400px) {
	body{overflow-x: hidden;}
	.main-banner-wrapper{}
	.main-banner-head{font-size: 32px;margin-top: 60px;line-height: 40px;}
	.client-testimonials{float: left;width: 100%;}
	.client-testimonials-item{float: left;width: 100%;background-color: #fff;}
	.client-testimonials-item img{width: 60%;margin-left: 20%;}	
	.why-atop-box{width: 90%;margin-left: 5%;}
	.video-background{width: 50%;}
	.atop-team-img{width: 70%;}
}

@media only screen and (min-width: 1400px) {
	body{font-size: 20px;}
}