.itineraries .itineraries-container {
  max-width: 80%;
  margin: 0 auto;
}

.itineraries .itineraries-container .destination-row ul {
  list-style-type: none;
}

.itineraries .itineraries-container .destination-row ul li {
  float: left;
  overflow: hidden;
  padding: 5px;
  background: #f8f8f8;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.itineraries .itineraries-container .destination-row ul li.active {
  background: #ebebeb;
}

.itineraries .itineraries-container .tab-con {
  display: none;
}

.itineraries .itineraries-container .tab-con.active {
  display: block;
}

.itineraries .itineraries-container .tab-con .night-selection {
  text-align: center;
}

.itineraries .itineraries-container .tab-con .night-selection ul {
  list-style-type: none;
}

.itineraries .itineraries-container .tab-con .night-selection ul li {
  display: inline-block;
  margin: 15px 30px;
}

.itineraries .itineraries-container .tab-con .night-selection ul li input {
  cursor: pointer;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing {
  display: none;
  margin-top: 20px;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing.active {
  display: block;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing ul {
  list-style-type: none;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing ul:before {
  content: "Day";
  display: inline-block;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding: 0 30px 5px 0px;
  font-weight: 400;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing ul li {
  float: left;
  border-bottom: 1px solid #ccc;
  max-width: 100px;
  display: block;
  margin: 0px;
  padding: 0 50px 5px 50px;
  position: relative;
  cursor: pointer;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing ul li span {
  position: absolute;
  z-index: 1;
  top: 23px;
  width: 70%;
  transform: translateX(-50%);
  display: none;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing ul li.active span {
  border-top: 3px solid #d6742a;
  display: block;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing ul li.active span:before {
  border: solid #d6742a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
  content: " ";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: rotate(225deg) translateY(-50%);
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing .share-component ul:before {
  display: none;
}

.itineraries .itineraries-container .tab-con .night-selection .day-listing .share-component ul li {
  padding: 0px;
  margin-bottom: 3px;
}

.itineraries .itineraries-container .map-sec {
  float: right;
  width: 40%;
  margin-bottom: 15px;
}

.itineraries .itineraries-container .map-sec img {
  max-width: 100%;
}

.itineraries .content-section {
  margin-top: 50px;
}

.itineraries .content-section .day-data-sec {
  float: left;
  width: 60%;
  padding-right: 75px;
  margin-bottom: 15px;
}

.itineraries .content-section .day-data-sec .day-box {
  display: none;
}

.itineraries .content-section .day-data-sec .day-box.active {
  display: block;
}

.itineraries .content-section .day-data-sec .day-box table {
  background: #ebebeb;
}

.itineraries .content-section .day-data-sec .day-box table {
  border-spacing: 1px;
  width: 100%;
}

.itineraries .content-section .day-data-sec .day-box table tr th {
  background: #ebebeb;
  padding: 5px;
  text-align: left;
}

.itineraries .content-section .day-data-sec .day-box table tr td {
  background: #fff;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 0.938em;
  font-weight: 300;
}

.itineraries .content-section .day-data-sec .day-box table tr td a {
  color: #d8741b;
  text-decoration: none;
}

.itineraries .content-section .day-data-sec .day-box table tr td:first-child {
  text-align: left;
  max-width: 166px;
  min-width: 166px;
}

.itineraries .content-section .day-data-sec .day-box table tr:nth-child(odd) td {
  background: #f5f5f5;
}

.itineraries .content-section .bottom-section {
  position: relative;
  display: flex;
  margin-top: 15px;
}

.itineraries .content-section .bottom-section .share-component {
  position: static;
  padding: 0px 15px;
}

.itineraries .content-section .bottom-section .share-component ul:after {
  display: none;
}

.itineraries .content-section .bottom-section .share-component ul li {
  border: none;
}

.itineraries .content-section .bottom-section .download-itineraries {
  padding: 0px 15px;
  border: 2px solid #d8741b;
  border-top: none;
  border-bottom: none;
}

.itineraries .content-section .bottom-section .call-us-toll-free {
  padding: 0px 15px;
}

.itineraries .content-section .bottom-section a {
  color: #d8741b;
  text-decoration: none;
}
.itneriesDes2 .requestReservationForm-container {
    padding: 0;
    margin-bottom: 0 !important;
}

.itineraries .cta-box {
  text-align: right;
}

.itineraries .cta-box a {
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  background: #d8741b;
  display: inline-block;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em;
  font-weight: 300;
}

.itineraries #popup-container {
  position: fixed;
  z-index: 99999;
  max-width: 724px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px 20px 20px 20px;
  display: none;
}

.itineraries #popup-container.active {
  display: block;
}

.itineraries #popup-container .close {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
  font-size: 36px;
  color: #000;
  line-height: 36px;
  cursor: pointer;
}

.itineraries #popup-container #popup-title h2 {
  color: #d8741b;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.itineraries #popup-container img {
  max-width: 100%;
}

.itineraries #popup-text p {
  font-family: "Roboto", sans-serif;
  font-size: 0.938em;
  font-weight: 300;
}

.itineraries .itinerariesPoupOverlay {
  content: "";
  position: fixed;
  height: 100%;
  background: #1e1e1e;
  width: 100%;
  top: 0px;
  z-index: 99992;
  left: 0;
  opacity: 0.9;
  display: none;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.itineraries #itineraries-map {
  width: 100%;
  height: 311px;
  min-width: 320px;
  max-width: 406px;
}

.itineraries .night-message {
  font-family: "Roboto", sans-serif;
  font-size: 0.938em;
  font-weight: 300;
}

/*  new itnerary starts */

.it-des-slider {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.it-des2-main-tabs,
.day-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 0px 0 40px 0;
}

.it-des2-main-tabs::-webkit-scrollbar,
.day-tabs::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}

.it-des2-main-tab, .day-tab {
    padding: 8px 0 8px 0;
    color: #606161;
    cursor: pointer;
    margin-right: 27px;
    flex-shrink: 0;
    min-width: 90px;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-family: 'verdanaN';
}

.day-tab:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 1px;
  top: 50%;
  border-top: 1px dashed #707070;
  right: -27px;
}

.day-tab:last-child:after {
  display: none;
}

.it-des2-main-tab {
    margin-right: 50px;
    text-align: center;
    border-radius: 0;
    font-family: 'verdanaN';
    font-weight: normal;
}

.it-des2-main-tab.active {
 color: #CB7933;
 font-weight: bold; 
}

.day-tab.active {
  background-color: #CB7933;
  color: #fff;
  border: 1px solid #CB7933;
}

.itinerary-content {
  display: none;
  margin-top: 20px;
}

.it-des-2-content {
  display: flex !important;
  align-items: center;
}

.it-des-2-.active,
.itinerary-content.active {
  display: block;
}
.leftAligned > .com_container{
  margin-left: 0;
}

.imgWrapper img {
  max-width: 100%;
  width: 100%;
}

 

.it-des-2-content.slick-slide {
  opacity: .5;
}

.it-des-2-content.slick-slide.slick-active {
  opacity: 1;
}

.it-des-2-content .text-wrapper,
.it-des-2-content.imgWrapper {
  width: 50%;
}
.it-des-2-content .imgWrapper {
    width: 58%;
}
.it-des-2-content .text-wrapper {
  padding: 0 86px;
  width: 40%;
}

.it-des-2-content .text-wrapper h3 {
    font-size: 2.563em;
    font-family: 'optimanormal';
    font-weight: 300;
    margin-bottom: 10px;
    color: #606061;
}

.it-slider .slick-prev {
  width: 45px;
  height: 45px;
  left: -40px;
  z-index: 9;
  top: 50% !important;
  background: none !important;
}

.it-slider .slick-next {
  width: 45px;
  height: 45px;
  right: -40px;
  z-index: 9;
  top: 50% !important;
  background: none !important;
}
.it-slider .slick-prev:before{
	content: '' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.it-slider .slick-next:before{
	color: transparent;
    font-size: 1.7rem;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(135deg);
    -webkit-transform: rotate(136deg);
}


.day-tabs-toggle {
  display: none;
}

.day-tab {
  font-weight: 300;
  border:1px solid #707070 ;
}
.itneriesDes2 {
    width: 100%;
    float: left;
}
.itneriesDes2 .amenities{
  border-bottom: none;
  margin-bottom: 0;
}
.itneriesDes2 .amenities .amenities-content-box{
  width: 100% !important;
  padding: 0;
  margin-top: 0;
}
.itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box ul li{
  width: 33%;
  float: left;
  font-size: 1.188em;
}
.itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box .notificationText {
    margin-top: 50px;
    width: 100%;
    float: left;
    padding: 20px 40px;
    background: #F0F0F0;
    font-family: 'verdanaN';
    font-size: 1.188em;
    color: #606161;
}
.itneriesDes2 .amenities .section-sub-heading {
    font-weight: normal;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 15px 10px 0px;
    cursor: pointer;
    font-family: 'optimanormal';
    font-size: 2.563em;
    pointer-events: none;
}
.itneriesDes2.optionalAmenities .amenities .section-sub-heading {
    font-weight: normal;
    position: relative;
    margin-bottom: 8px;
    padding: 0 15px 0 0px;
    cursor: pointer;
    font-family: "verdanaN";
    font-size: 1.188em;
    pointer-events: none;
    font-weight: bold;
}
.itneriesDes2 .requestReservationForm-container {
    display: block;
}
.itneriesDes2 .requestReservationForm-container #requestForm-box{
	border:none;
}
.itneriesDes2 .request-a-proposal-form-wrap{
	margin-top: 0;
}
.itneriesDes2 .requestReservationForm-container{
	padding: 0;
}
.itneriesDes2 .amenities.amaccordioan .section-sub-heading em {
    font-style: normal;
}
.itneriesDes2 .amenities-content-dtls-box ul, .itneriesDes2 .grey-box-info-dtls.offer-dtlsbox ul{
	padding-left: 20px;
    list-style: disc;
    margin-top: 20px;
}
/*.itneriesDes2 .amenities.amaccordioan .section-sub-heading{
  background: #EFEFEF;
}*/
.itneriesDes2 .amenities.amaccordioan .section-sub-heading:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 40%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: all ease .4s;
    transform: rotate(-135deg);
    display: none;
}
.itneriesDes2 .amenities.amaccordioan .section-sub-heading.acTab:after {
    transform:rotate(45deg);
}
.itneriesDes2 .amenities.inclusionsBx .amenities-content-box .amenities-content-dtls-box ul li {
    width: 100%;
    font-size: 1.188em;
}
.itneriesDes2.inclusionsBx .heading-component {
  padding-bottom: 0;
}
.itneriesDes2 .form-field-main.competing-wrapp{
  margin-top: 0;
}
input[type=tel] {
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-weight: 300;
}
.itneriesDes2 div#dvsuccessfeedback {
    background: #eeeeee;
    width: 100%;
    color: #606161;
    text-align: center;
    padding: 10px 50px;
    font-size: 1.125rem;
    border: 1px solid #b7b7b7;
    font-family: "verdanaN";
}

#ddl_countryCode_err{
  width: 100%;
}
.information-wrapper .form-field-outer-wrapper .form-field-inner .form-field-main select {
    padding-left: 5px;
}
.booking-engine.layout2 .offerMsgWrap{
  bottom: 10px;
}
.itneriesDes2 #outputMobCode{
  top: 22px;
}

/*  new itnerary ends */
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 {
    display: flex;
    align-items: center;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .img-col{
width: 58%;
margin-right: 5% !important;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .description-col{
	width: 33%;
}
.itneriesDes2 .page-top-margin {
    margin-top: 100px !important;
}
.featuresOfferSlider .slick-prev, .featuresOfferSlider .slick-next {
    top: 130px !important;
    background: none !important;
} 
.featuresOfferSlider .slick-prev:before{
  content: '' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.featuresOfferSlider .slick-next:before{
    color: transparent;
    font-size: 1.7rem;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(135deg);
    -webkit-transform: rotate(136deg);
}
 .itneriesDes2Form form#diningForm {
    padding-left: 0;
    padding-bottom: 0;
}
.page-top-margin.itneriesDes2 {
    margin-top: 100px !important;
}
.itneriesDes2.optionalAmenities {
    padding-top: 50px;
}
.itneriesDes2 .select-box-wrap {
    width: 70%;
}
.upcomingHotelsWrapper .global-wellness-day-wrapper, .wfh-common-page.upcomingHotelsWrapper {
    margin: 0;
}
.templateGenericSeopagemultiimage .upcomingHotelsWrapper .image-text-component-style1{
  margin: 0;
}
.upcomingHotelsWrapper .global-wellness-day-wrapper .image-text-component-style1 .text-colm {
    width: 50%;
    padding: 0px 2% 30px 3.75rem;
    padding-bottom: 1px !important;
}
.templateGenericSeopagemultiimage .upcomingHotelsWrapper .global-wellness-day-wrapper .image-text-component-style1 .text-colm h1 {
    font-family: optimanormal;
    font-size: 2.563em;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 100%;
    margin-top: -5px;
}
@media only screen and (max-width: 1599px){

.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .img-col {
    width: 55%;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .description-col {
    width: 37%;
}
.page-top-margin.itneriesDes2 {
    margin-top: 80px !important;
}
.itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box .notificationText {
    font-size: 0.937em;
}
.itneriesDes2 .page-top-margin {
    margin-top: 80px !important;
}
.it-des-2-content .text-wrapper h3 {
    font-size: 1.875em;
    line-height: 120%;
}
.itneriesDes2 .amenities .section-sub-heading{
    font-size: 1.875em;
}
.itneriesDes2.optionalAmenities .amenities .section-sub-heading{
    font-size: 0.937em;
}


}

@media only screen and (max-width: 1400px){

  .it-des-2-content .text-wrapper h3 {
        font-size: 1.5em !important;
  }
}


@media only screen and (max-width: 1280px){
.it-des-2-content .imgWrapper {
    width: 55%;
}
.it-des-2-content .text-wrapper {
    padding: 0 70px;
    width: 50%;
}

}


@media only screen and (min-width: 768px) and (max-width: 1024px){

  .featuresOfferSlider .slick-prev:before{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;   
  }
  .featuresOfferSlider .slick-next:before{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;    
  }
  .featuresOfferSlider .slick-prev, .featuresOfferSlider .slick-next{
    top: 100px !important;
  }
  .featuresOfferSlider .slick-prev{
    left: 10px;
  }
  .featuresOfferSlider .slick-next{
    right: 15px;
  }

	.itneriesDes2 .image-and-description-with-legend-attributes-option-2{
    display: block;
    align-items: center;
}
.page-top-margin.itneriesDes2.noSpacetop {
    margin-top: 0 !important;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .img-col,
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .description-col{
	width: 100%;
	margin-bottom: 20px;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .img-col img{
	width: 100%;
}
.it-des-2-content {
    display: block !important;
    
}
.it-des-2-content .text-wrapper, .it-des-2-content .imgWrapper {
    width: 100%;
    padding: 20px;
}

  .it-des-2-content .imgWrapper img {
      width: 100%;
}

.it-slider .slick-next, .it-slider .slick-prev{
	top: 235px !important;
}  
   
  .it-slider .slick-list {
    padding: 0;
}
.itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box ul li{
  width:50%
}
.itneriesDes2 .information-wrapper .form-field-outer-wrapper.padg-b-20 .form-field-inner.salutation-box{margin-top: 0;}
.itneriesDes2 .form-field-inner.name-field{width:37.5% !important}
.information-wrapper .form-field-outer-wrapper .form-field-inner.salutation-box.mbField {
    width: 17%;
}
.itneriesDes2 .information-wrapper .form-field-outer-wrapper.padg-b-20 .form-field-inner.email-field{
  margin-top: 0;
}
.itneriesDes2 .form-field-outer-wrapper.padg-b-20 .form-field-inner.phnone-b{
  padding: 20px 0;
  width: 20% !important;
}
.itneriesDes2 .captcha-image {
    width: 20% !important;
    float: left !important;
}
.itneriesDes2 .form-field-container.captcha-container .form-field .reload-captcha {
    padding-right: 23px;
    width: auto;
    text-align: right;
    margin-top: 0px;
}
}
@media only screen and (max-width: 1024px) {
  .itineraries .itineraries-container {
    max-width: 100%;
  }

  .itineraries .itineraries-container .tab-con .night-selection ul li {
    margin: 15px 8px;
  }

  .itineraries .itineraries-container .mobile-scroll {
    overflow-x: scroll;
    padding-left: 57px;
  }

  .itineraries .itineraries-container .mobile-scroll:before {
    content: "Day";
    display: inline-block;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding: 0 30px 5px 0px;
    font-weight: 400;
    position: absolute;
    left: 15px;
    background: #fff;
    z-index: 1;
  }

  .itineraries .itineraries-container .mobile-scroll ul:before {
    display: none !important;
    content: "";
  }

  .itineraries .itineraries-container .content-section .day-data-sec {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .itineraries .itineraries-container .content-section .map-sec {
    width: 100%;
    margin-bottom: 15px;
  }

  .itineraries .itineraries-container .content-section .map-sec img {
    max-width: 100%;
  }

  .itineraries #itineraries-map {
    max-width: 100% !important;
    width: 100% !important;
  }

  .itineraries #itineraries-map img {
    width: 100%;
  }

  .itineraries .itineraries-container .map-sec {
    width: 100%;
  }

  .itineraries .share-list {
    left: 0px;
    top: 25px;
  }

  .itineraries .share-component {
    z-index: 996;
  }

  #popup-container {
    width: 100%;
  }

  .itineraries .itineraries-container .mobile-scroll {
    padding-bottom: 25px;
    overflow-y: hidden;
  }


  .it-des2-main-tab {
    font-size: 1.188em;
  }

  .day-tab {
    min-width: 85px;
    font-size: 1.188em;
    padding: 8px 15px;
  }
  .upcomingHotelsWrapper .global-wellness-day-wrapper .image-text-component-style1 .text-colm {
    width: 100%;
    padding: 0px;
}
.templateGenericSeopagemultiimage .upcomingHotelsWrapper .global-wellness-day-wrapper .image-text-component-style1 .text-colm h1{
  font-size: 1.5em;
}
}

@media only screen and (max-width: 767px) {

.itneriesDes2 .share-component {
    top: -30px !important;
}

.page-top-margin.itneriesDes2 {
    margin-top: 60px !important;
}
.itneriesDes2 .page-top-margin {
    margin-top: 60px !important;
}

  .section.glblofferpageTitle {
    margin-top: 20px !important;
}
  .featuresOfferSlider .slick-prev:before{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;   
  }
  .featuresOfferSlider .slick-next:before{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;    
  }
  .featuresOfferSlider .slick-prev, .featuresOfferSlider .slick-next{
    top: 100px !important;
  }
  .featuresOfferSlider .slick-prev{
    left: 0;
  }
  .featuresOfferSlider .slick-next{
    right: 0;
  }
	.it-slider .slick-prev, .it-slider .slick-next{
		top: 115px !important;
	}
	.itneriesDes2 .image-and-description-with-legend-attributes-option-2 {
    display: block;
    align-items: center;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .img-col, .itneriesDes2 .image-and-description-with-legend-attributes-option-2 .description-col {
    width: 100%;
    margin-top: 10px;
}
.itneriesDes2 .image-and-description-with-legend-attributes-option-2 .description-col{
  margin-top: 20px;
}
.itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box .notificationText {
    margin-top: 30px;
    padding: 20px 20px;
  }
  .it-des-2-content .imgWrapper {
        width: 100%;
    }
  .itineraries .itineraries-container .map-sec {
    width: 100%;
  }
.itneriesDes2 .requestReservationForm-container #requestForm-box form{
	padding: 0px 0px 25px 0px;
}
  .itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box {
    display: block;
  }

  .it-slider .slick-list {
    padding: 0;
  }

  .day-tabs {
    position: absolute;
    background: white;
    width: 125px;
    border-radius: 0px;
    z-index: 10;
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }

  .day-tabs-toggle {
    display: block;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #CB7933;
    cursor: pointer;
    position: relative;
    max-width: 125px;
    font-weight: 300;
  }

  .day-tabs-toggle .arrow {
    float: right;
    color: #000;
    width: 10px;
  }

  .day-tabs-toggle .arrow:after {
    content: '';
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    right: 15px;
    top: 12px;
  }

  .it-slider {
    margin-top: 20px;
    overflow: hidden;
  }

  .day-tabs-toggle:hover {
    background: #fff;
  }

  .day-tabs.hiddenTb {
    display: none;
  }


  .day-tab {
    display: block;
    padding: 8px 10px;
    font-size: 0.937em;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .day-tab.active {
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .day-tab:after {
    display: none;
  }
  .page-top-margin.itneriesDes2 {
    margin: 60px 0 0 !important;
}
.page-top-margin.section.it-des-slider {
    margin-bottom: 0;
}
  .day-tab:hover {
    background: #ddd;
  }

  .it-des-2-content {
    display: block !important;
  }

  .it-des-2-content .text-wrapper,
  .it-des-2-content.imgWrapper {
    width: 100%;
  }

  .itneriesDes2 .amenities .section-sub-heading {
        font-size: 1.5em;
        margin-bottom: 10px;
        padding: 0;
    }
.page-top-margin.itneriesDes2 .heading-component h2 {
    margin-top: 0;
}
  .itneriesDes2 .amenities .amenities-content {
    max-height: fit-content;
  }

  .itneriesDes2 .amenities {
    border: none;
  }
  .it-des2-main-tab {
        width: 100%;
        margin-right: 0;
        font-size: 15px;
        padding: 10px 0;
        text-align: left;
  }
  .it-des-2-content .text-wrapper h3 {
        font-size: 1.5em;
        line-height: 120%;
    }
  .itinerary-content .com_container {
    padding: 0;
  }
  .it-des-2-content .text-wrapper {
    padding: 20px 0;
  }
  .itneriesDes2 .amenities .amenities-content-box .amenities-content-dtls-box ul li {
    width: 100%;
}
.bodyWrapMobile .heading-component h1{
  font-size: 1.8rem;
}
.itneriesDes2 .heading-component h1, .itneriesDes2 .heading-component h2 {
        line-height: 120%;
        padding-right: 0 !important;
}
.it-des2-main-tabs, .day-tabs {
    margin: 0px 0 30px 0;
}
.upcomingHotelsWrapper .image-text-component-style1-slider{
  margin-top: 0;
}

.templateGenericSeopagemultiimage .upcomingHotelsWrapper .global-wellness-day-wrapper .image-text-component-style1 .text-colm h1,
.templateGenericSeopagemultiimage .upcomingHotelsWrapper .global-wellness-day-wrapper .image-text-component-style1 .text-colm h2 {
    font-size: 1.5em;
}


}

@media only screen and (max-width: 480px) {
  .itineraries .content-section .bottom-section .call-us-toll-free {
    white-space: nowrap;
  }

  .itineraries .content-section .bottom-section .call-us-toll-free span {
    display: block;
  }

  
}

/*# sourceMappingURL=itineries.css.map */