@media (min-width: 1400px){
	body{
		padding-top: 0px;
	}

	.tb_caption h1{
		font-size: 36px;
		line-height: 44px;
		text-shadow:5px 5px 5px rgba(43,43,43,0.2);

	}

	.logo{
		margin-left: 15px;
	}

	.top-banner{
		background: url(../images/banner-2.jpg) no-repeat bottom center;
		background-size: cover ;
		min-height: 100vh;
		margin: auto;
	}

	.tb_container{
		min-height: auto;
		height: 100vh;
	}

	.tb_servey{
		top:65px;
		right: auto;
		left: -10px;

	}

	.tb_caption{
		top: 80px;
	}

}

@media (max-width: 1310px){
	.menu-bar ul li a{
		font-size: 14px;
	}

	.login-btn a{
		padding: 10px;

	}

	.login-btn{
		margin-left: 10px;
	}

	.logo{
		margin-top: 15px;
	}

	.logo img{
		width: 250px;
	}

	.tb_caption h1{
		font-size: 30px;
	}
	.top-banner{
		background: url(../images/banner.jpg) no-repeat center center;


	}
}


@media (max-width: 1200px){
	.s2Slide h2 br{
		display: none;
	}

	.sec_2_holder{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.sec_2_img img{
		left: 0;
		right: 0;
		margin: auto;
	}

	.slide_text{
		min-height: 280px;
	}

	.sec_2_holder.s3Slider h2{
		margin-bottom: 20px;
		margin-top: 0;
	}
}

@media (max-width: 1180px){
	.menu_area{		
		position: absolute;
		background: #fff;
		top: 69px;
		left: -100%;
		width: 100%;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
	}

	.menu_area.open{
		left: 0;
	}

	.menu-bar{
		float: none;
	}

	.menu-bar ul li{
		display: block;
	}

	.menu-bar ul li a{
		padding: 10px;
	}

	.login-btn{
		float: none;
		margin-left: 0;
		padding: 0 20px 20px;

	}

	.menu-bar ul li a:hover, .menu-bar ul li a.active{
		background: #3b5999;
		color: #ffffff;
	}

	.mob_nav{
		display: block;
		float: right;
	}

	.mob_nav a img{
		width: 50px;
	}

	.mob_nav a {
		margin-left: 10px;
	}

	.logo{
		margin-top: 0px;
	}

	.header{
		padding: 10px 20px;
	}

	.top-banner{
		background: url(../images/banner.jpg) no-repeat center center;
		
	}


	.tb_caption{
		display: block;
		position: relative;
		width: 100%;
		top: 50px;
	}
	.tb_caption h1{
		font-size: 28px;
		line-height: 38px;
		font-weight: bold;
		text-align: center;

	}



}


@media (max-width: 1070px){
	.tb_servey,.tb_caption{
		position: relative;

	}	

	.tb_servey{
		margin: auto;
		width: 100%;
		max-width: 350px;
		margin-top: -40px;
	}

	.tb_servey iframe#survey{
		height: 95vh !important;
	}

	.top-banner{
		height: auto;
		padding: 20px 15px;
	}

	.tb_container{
		height: auto;
	}

	.tb_social_holder{
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.top-banner{
		background:url(../images/mobile-bg.jpg) no-repeat bottom center;
		background-size: cover;
		
	}

	.tb_caption h1{
		margin-bottom: -10px;
	}


}

@media (max-width: 992px){
	.slide_text,.slide_text_2{
		min-height: auto;
	}

	.s3ImgSlider_holder{
		margin-bottom: 30px;
	}

	.s3ImgSlider_holder img{
		width: 100%;
	}

	.sec_steps   img{
		width: 100%;
	}

	.footer-bottom p{
		text-align: center;
	}

	.youTubeVideo{
		margin-top: 20px;
	}
}


@media (max-width: 700px){
	.tb_caption h1{
		font-size: 26px;
	}



	.logo img{
		width: 220px;
	}

	.page_break h2{
		font-size: 22px;
	}

}

@media (max-width: 480px){
	.bt_btn span{
		font-size: 20px;
	}

	.bt_btn img{
		right: 0;
	}

	.bt_btn > a{
		display: block;
		margin-bottom: 10px;
	}

	.page_break h2{
		font-size: 18px;
		padding-top: 25px;
	}
	.logo img{
		width: 200px;
	}

	.s2Slide h2{
		font-size: 30px;
	}

	.s2Slide strong{
		font-size: 20px;
		line-height: 28px;
	}

	.sec_2_holder.s3Slider h2{
		font-size: 24px;
	}

	.sec_2_holder.s3Slider p{
		font-size: 14px;
		line-height: 22px;
	}


}


@media (max-width: 480px){
	.page_break h2{
		font-size: 15px;
		padding-top: 25px;
	}


	.tb_caption h1{
		font-size: 22px;
		line-height: 34px;
		font-weight: bold;
		text-align: center;

	}
}