/* CUSTOM RESPONSIVE CLICK IT */

/* BANNER HOME */

@media only screen and (max-width: 600px) {
	.carousel-inner {
	  height: 100% !important;
	}
	
	.banner .w-100 {
		width: 375px !important;
		margin-top: 95px;
	  }
	  
	  .text-absolute-dx {
		width: 100%;
		top: 350px;
		right: 0;
		text-align: center;
	  }
	  
	  .text-absolute-sx {
		width: 100%;
		top: 350px;
		position: absolute;
		left: 0;
		text-align: center;
	  }
	  
	  .title-slide {
		font-size: 47px !important;
		line-height: 47px;
	  }
	  
	  .title-slide2 {
		font-size: 24px !important;
		line-height: 24px;
	  }
	  
	  .claim {
		font-size: 19px !important;
	  }	  
	  
	  .search-area {
		  padding: 0px 18px !important;
	  }
	  
	  .search-section {
			padding: 43px 0px 30px !important;
		}
	  
	  .search-area .search-fields {
		padding: 0px 2px;
	  }
	  
	  .service-info-2 .detail {
		margin-left: 0px;
		margin-top: 140px;
	  }
} 
