/*
Theme Name: Ecoo Holidays Theme
Author: Aazim
Description: Custom WordPress Theme
Version: 1.0
*/


.tour-header-area h1 {
	font-size: 35px;
}

.tour-details-page h3 {
	font-size: 26px;
}


@media only screen and (max-width: 767px) {
  .tour-header-area h1 {
  	font-size: 22px;
  	margin-top: 12px;
  }

  .tour-details-page h3 {
  	font-size: 20px;
  }
}