.banner-type-3 {
   height: 400px;
  min-height: 0;
}

.banner {
  position: relative;
  overflow: hidden;
}


.info-section {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  text-align: center;
}

.travel-banner .overlay {
  background: rgba(0,0,0,0.5);
}

.travel-enjoy {
  position: absolute;
  width: 200px;
  color: #fff;
  font-family: "Comic";
  font-size: 12px;
  top: -28px;
  left: -100px;
  text-align: center;
}

.travel-banner .title-header {
  padding-top: calc(100px + 4vw);
}



.slide-title {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}


#discountbanner {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #22b24c;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 40px;
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 20;

	-webkit-transition: none;
	transition: none;
}

#discountbanner_p {
  width: 100%;
  /*height: 200px;*/
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.t-gray-section {
  background: #faf8f5;
}
.section-border {
  border-bottom: 1px solid #f2f2f2;
}


.rounded-icon {
	display: inline-block; 
	padding:20px; 
	border: 1px solid #dfdfdf; 
	border-radius: 50px; 
	color: gray;

}



.counter-box h3 {
  font-size: 2.8rem;
  color: #292929;
  padding-bottom: 0;
  display: inline-block;
}

.counter-box div {
  color: #909396;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.info-section .container {
  z-index: 1;
  position: relative;
}

.info-section a {color: white}



@media (max-width: 1199px) { /* lg */


	#discountbanner {
	  padding-top: 50px;
	  padding-bottom: 50px;
	  font-size: 30px;
	  line-height: 40px;
	}


}



@media (max-width: 1024px) { 
	.counter-box h3 {
	  font-size: 2.2rem;
	}

}



@media (max-width: 991px) { /* md */
	.banner-type-3 {  height: auto; min-height:370px;}
	.slide-title {font-size: calc(1.375rem + 0.4vw)}
	.travel-banner .title-header { padding-top: calc(70px + 4vw);}

	#discountbanner {
	  padding-top: 30px;
	  padding-bottom: 30px;
	  font-size: 26px;
	  line-height: 34px;
	}



}



@media (max-width: 767px) { /* sm */

}


@media (max-width: 640px) { 
	.banner-type-3 {  height: auto; min-height:300px;}
}


@media (max-width: 575px) { /* xs */
	.counter-box h3 {font-size:2rem}
	.counter-box div {font-size: 0.7rem}


	#discountbanner {
	  padding: 20px 20px;
	  font-size: 24px;
	  line-height: 32px;
	}


}


@media (max-width: 479px) {
	.banner-type-3 {  height: auto; min-height:200px;}
	.travel-banner .title-header { padding-top: 10px; padding-bottom:30px;}
	.travel-enjoy {display:none}

	#discountbanner {
		font-size: 20px;
		line-height: 26px;
		padding: 15px 10px;
	}

}

@media (max-width: 375px) {
	.counter-box h3 {font-size:1.7rem}
}
