.availableArea, .availableMobileArea {overflow:hidden;height:0px;-webkit-transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
   transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
   transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */	}
.availableArea.open, .availableMobileArea.open {min-height: 300px;height: auto;}
.availableCalendarBtn {cursor: pointer;}
.availableCalendarInput {display: none;}
.my_availableCalendar.flatpickr-calendar {
    box-shadow: none  !important;
    margin-top: 1px !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;}
.my_availableCalendar .flatpickr-day {color: green !important;font-weight: bold}
.my_availableCalendar .flatpickr-disabled {color: rgba(57,57,57,0.3) !important; visibility: hidden;}
.my_availableCalendar .unavailable {color:red !important;}

.my_availableCalendar .flatpickr-innerContainer {position: relative;}
.my_availableCalendar .flatpickr-innerContainer::after{content: ""; position: absolute; top:0; left: 0; width: 100%; height: 100%;}


#lg-share, #lg-actual-size , .lg-fullscreen , #lg-download, .lg-autoplay-button {display: none;}
/* ================= HOTEL DETAIL SECTION =============== */

#HotelDetail {
  font-family: 'Open Sans', sans-serif;
}


#HotelDetail .MainTop {
  background-color: #F8FAFC;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 1%;
}

/* ====== GALLERY ===== */

#HotelDetail #Gallery .Left {
  max-height: 522px;
  padding: 5px 4px;
}

#HotelDetail #Gallery .Left .ImageBox {
  height: 100%;
  width: 100%;
}

#HotelDetail #Gallery .Left .ImageBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}


#HotelDetail #Gallery .RightGroup .ImageTwo{
  max-height: 300px;
  padding: 5px;
}

#HotelDetail #Gallery .RightGroup .ImageTwo .ImageBox {
  height: 100%;
  width: 100%;
}

#HotelDetail #Gallery .RightGroup .ImageTwo .ImageBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

#HotelDetail #Gallery .RightGroup .ImageThree{
  max-height: 300px;
  padding: 5px;
}

#HotelDetail #Gallery .RightGroup .ImageThree .ImageBox {
  height: 100%;
  width: 100%;
}


#HotelDetail #Gallery .RightGroup .ImageThree .ImageBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

#HotelDetail #Gallery .RightGroup .ImageFour {
  padding: 5px;
  max-height: 222px;
}

#HotelDetail #Gallery .RightGroup .ImageFour .ImageBox {
  height: 100%;
  width: 100%;
}

#HotelDetail #Gallery .RightGroup .ImageFour img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* === Link Group === */

#HotelDetail #Gallery .RightGroup .LinkGroup {
  padding: 5px;
}


#HotelDetail #Gallery .RightGroup .GalleryLink {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
}

#HotelDetail #Gallery .RightGroup .GalleryLink button {
  width: 100%;
  height: 100%;
  color: #fff;
  padding:0;
  border: none;
}

#HotelDetail #Gallery .RightGroup .GalleryLink .ImageBox {
  height: 103px;
  width: 100%;
  background: black;
}

#HotelDetail #Gallery .RightGroup .GalleryLink .ImageBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}

#HotelDetail #Gallery .RightGroup .GalleryLink .Content {
  position: absolute;
  top: 15%;
  left: 5%;
}

#HotelDetail #Gallery .RightGroup .GalleryLink .Content h4 {
  text-align: left;
}

#HotelDetail #Gallery .RightGroup .GalleryLink .Content h4 i {
  font-size: 0.9em;
  color: #fff;
}

#HotelDetail #Gallery .RightGroup .MapLink {
  position: relative;
  width: 100%;
}

#HotelDetail #Gallery .RightGroup .MapLink a {
  position: relative;
  text-decoration: none;
  color: #fff;
}

#HotelDetail #Gallery .RightGroup .MapLink .ImageBox {
  height: 106px;
  width: 100%;
  background: black;
}

#HotelDetail #Gallery .RightGroup .MapLink .ImageBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}

#HotelDetail #Gallery .RightGroup .MapLink .Content {
  position: absolute;
  top: 15%;
  left: 5%;
}

#HotelDetail #Gallery .RightGroup .MapLink .Content h4 i {
  font-size: 0.9em;
  color: #fff;
}

/* ======= Hotel Detail Gallery Desktop ======= */

#HotelDetailGalleryDesktop a {
  text-decoration: none;
}

#HotelDetailGalleryDesktop .Box {
  position: relative;
}

#HotelDetailGalleryDesktop .Box .Image {
  background-color: black;
  width: 100%;
  height: 250px;
  border-radius: 6px;
}


#HotelDetailGalleryDesktop .Box .Image img {
  opacity: 1;
  transition: 0.4s ease all;
  border-radius: 6px;
}

#HotelDetailGalleryDesktop .Box:hover .Image img {
  opacity: 0.5;
  transition: 0.4s ease all;
}

#HotelDetailGalleryDesktop .Box i {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8em;
  color: #fff;
  opacity: 0;
  transition: 0.4s ease all;
}

#HotelDetailGalleryDesktop .Box:hover i {
  position: absolute;
  top: 50%;
  opacity: 1;
  transition: 0.4s ease all;
}




/* ====== SUMMARY ===== */

#HotelDetail #Summary {
  padding-top: 0%;
}

#HotelDetail #Summary .Content {
  /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%); */
  background: transparent;
  padding: 0px;
  /* border-radius: 8px; */
}

#HotelDetail #Summary .Content .Title {
  padding-bottom: 5px;
  padding-top: 10px;
}


#HotelDetail #Summary .Content .Title h1 {
  font-size: 1.875rem;
  color: #28374f;
  font-weight: bold;
  line-height: 1.33;
  display: inline-block;
  margin-right: 15px;
}

#HotelDetail #Summary .Content .Title .Icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eaebec;
  background: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#HotelDetail #Summary .Content .Title .Icon i{
  font-size: 20px;
  color: #9ca1ae;
}


#HotelDetail #Summary .Content .Map {
  padding-bottom: 5px;
  padding-top: 3px;
}

#HotelDetail #Summary .Content .Map .Icon {
  display: inline-block;
  margin-right: 5px;
}

#HotelDetail #Summary .Content .Map .Icon i{
  color: #056bfd;
  font-size:1.1em;
}

#HotelDetail #Summary .Content .Map h5 {
  display: inline-block;
  font-size: 1.1em;
  color: #28374f;
  font-weight: 400;
}

#HotelDetail #Summary .Content .Map .mapLinkText {
  display: inline-block;
  font-size: 14px;
  color: #28374f;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  top: -2px;
}

#HotelDetail .addonExtraArea{margin-bottom: 7px;}
#HotelDetail .addonExtra{
  background: #999;
  border: 1px solid #999;
  padding: 2px 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

#HotelDetail #Summary .Content .Features {
  padding-top: 10px;
  padding-bottom: 15px;
}

#HotelDetail #Summary .Content .Features ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

#HotelDetail #Summary .Content .Features ul li {
  position: relative;
   background-color: #fff;
   box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
   width: 100px;
   height: 80px;
   padding:5px;
   border-radius: 8px;
   margin-right: 8px;
   text-align: center;
}

#HotelDetail #Summary .Content .Features ul li i{
  margin-top: 10px;
  font-size: 1.4em;
  padding-bottom: 8px;
  color:#3394de;
}

#HotelDetail #Summary .Content .Features ul li span{
  display: block;
  font-size: 0.85em;
  text-align: center;
  color: #28374f;
  font-weight: 400;
}

#HotelDetail #Summary .Content .Features ul li .Tooltip{
  margin-top:10px;
  padding: 5px;
  background-color: #fff;
  visibility: hidden;
  transition: 0.4s ease all;
  z-index: 999;
}

#HotelDetail #Summary .Content .Features ul li:hover .Tooltip{
  visibility: hidden;
  transition: 0.4s ease all;
}

#HotelDetail #Summary .Content .Campaings {

  background-color:#F1FFF7 ;
  border:1px solid #2FA252;
  border-radius: 8px;
  padding: 10px;
}

#HotelDetail #Summary .Content .Campaings h6{
  margin-bottom: 3px;
}

#HotelDetail #Summary .Content .Campaings span{
  font-size: 0.9em;
}




#HotelDetail #Summary .Content .helpArea .Contact-Box {
  border:1px solid #3394de;
  border-radius:6px;
  background:#fff;
  text-decoration:none;
  font-family:'Open Sans', sans-serif;
  padding: 20px 10px;
  margin-bottom: 9px;
  font-weight: 700;
  color: #3394de;
}

#HotelDetail #Summary .Content .helpArea .Contact-Box:hover {
  border-color: #3394de;
}

#HotelDetail #Summary .Content .helpArea .Contact-Box a {
  color: #3394de;
  text-decoration: none;
  font-size:0.95em;
  position: relative;
}

#HotelDetail #Summary .Content .helpArea .Contact-Box:hover a{
  color: #3394de;
}

#HotelDetail #Summary .Content .helpArea .Contact-Box img.icon{
  height: 24px;
}

#HotelDetail #Summary .Content .helpArea .Contact-Box small.livechatStatus{
  display: block;
  position: absolute;
  left: 7px;
  bottom: -23px;
  font-size: 10px;
}

#HotelDetail #Summary .Content .helpArea .Contact-Box .livechatArea{
    position: relative;
    top: -5px;
}
#HotelDetail #Summary .Content .helpArea .Contact-Box small.livechatStatus.offline{color: red;}
#HotelDetail #Summary .Content .helpArea .Contact-Box small.livechatStatus.online{color: green;}

#HotelDetail #Summary .Content .helpArea .Contact-Box small.livechatStatus span{font-size: 33px;position: relative;top: 9px;margin-right: 4px;}



.hotelTravelPlanner {padding: 15px;background: #fff;margin-top: 20px;}

.hotelTravelPlannerTop {}
.hotelTravelPlannerChange {font-size: 14px;font-weight: 600;float: right;color: #056bfd;}
.hotelTravelPlannerDate {font-size:16px;font-weight: 600;}
.hotelTravelPlannerNight {font-size: 14px;font-weight: 600;display: block;}
.hotelTravelPlannerPax {font-size: 14px;}

.hotelTravelPlannerBottom {background: #f1f3f7;padding: 5px;border-radius: 4px;display: flex; align-items: center;justify-content: space-between;}

.hotelTravelPlannerPriceAre {}
.hotelTravelPlannerPriceTitle {font-size: 13px;}
.hotelTravelPlannerDiscount {font-size:11px;background: #c00;color: #fff;padding: 1px 4px;font-weight: 700;border-radius: 4px;}
.hotelTravelPlannerPrice {font-size: 22px;display: block;color: #2fa252;font-weight: 700;}
.hotelTravelPlannerPrice del{font-size: 13px;color: #888;font-weight: normal;margin-right: 5px;}
.hotelTravelPlannerPrice small{font-size: 14px;}

.hotelTravelPlannerButton {font-size: 14px;background: #2fa252;color: #fff;font-weight: 600;padding: 15px;border-radius: 5px;}



@media only screen and (max-width: 780px) {

  .nav-tabs-mobile {display: block; white-space: nowrap; overflow-x: auto;}
  .nav-link-mobile {display: inline-block;}
  #HotelDetail #Gallery .RightGroup .GalleryLink {display: none;}
  #HotelDetail #Gallery .RightGroup .MapLink {display: none;}

  #HotelDetail #Summary .Content .Title {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  #HotelDetail #Summary .Content .Title h1 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 10px;
  }

  #HotelDetail #Summary .Content .Title .Icon {
    width: 30px;
    height:30px;
  }

  #HotelDetail #Summary .Content .Title .Icon i{
    font-size: 20px;
  }

  #HotelDetail #Summary .Content .Campaings {
    width: 100%;
    background-color:#F1FFF7 ;
    border:1px solid #2FA252;
    border-radius: 8px;
    padding: 10px;
  }

    #HotelGeneralInfoMobil .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item {
        border-radius: 3px;
        background-color: #eef5fc;
        padding: 5px 10px;
        padding-left: 25px;
        display: inline-block;
        vertical-align: middle;
        color: #3394de;
        font-weight: 600;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #HotelGeneralInfoMobil .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item i {
        position: absolute;
        left: 10px;
        font-size: 16px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #HotelGeneralInfoMobil .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item .title {
        display: table;
        line-height: normal;
        font-weight: 600;
        /*font-size: 12px;*/
    }

    #HotelGeneralInfoMobil .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item .text {
        font-weight: normal;
        color: #666666;
        /*font-size: 12px;*/
    }
}


/* ====== FILTER AREA ===== */

#HotelDetail #FilterArea .Content {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
  background: white;
  border-radius: 8px;
  padding: 7px;

}

/*----------- DATE --------*/

#HotelDetail #FilterArea .Date .Box {
    position: relative;
    height: 100%;
    border-radius: 6px;
    background-color: #f5f8fb;
    border: none;
    margin-right: 10px;
    vertical-align: middle;
    min-width: 190px;
    padding: 6px;
    border: solid 1px #eaeaea;
 }

 #HotelDetail #FilterArea .Date .Box .DateIcon {
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 18px;
  color: #666;
  margin-top: -9px;
  transition: all 150ms ease-in-out;
}

#HotelDetail #FilterArea .Date .Box .ArrowIcon {
    position: absolute;
    left: auto;
    right: 9px;
    top: 50%;
    font-size: 10px;
    margin-top: -4px;
    color: #ddd;
}

#HotelDetail #FilterArea .Date .Box .info {
  padding-left: 30px;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}

#HotelDetail #FilterArea .Date .Box .info .title {
  display: block;
  font-size: .85rem;
  font-weight: normal;
  color: #3394de;
}

#HotelDetail #FilterArea .Date .Box .info .answer {
  display: block;
  font-size: .85rem;
  color: #333333;
  font-weight: 600;
  margin-top: 4px;
  transition: all 150ms ease-in-out;
}



 #HotelDetail #FilterArea .Date .Box .DateTable {
     position: absolute;
     width: 100%;
     height: 100%;
     top:6%;
     left: 0;
     opacity:0;
}

#HotelDetail #FilterArea .Date .Box .DateTable input {
  margin-top: 25px;
}


/*----------- PERSON  --------*/

#HotelDetail #FilterArea .Date .Box .PersonIcon {
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 16x;
  color: #666;
  margin-top: -9px;
  transition: all 150ms ease-in-out;
}


#HotelDetail #FilterArea .Button {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: none;
  margin-right: 10px;
  padding: 2px;
}

#HotelDetail #FilterArea .Button button {
   padding: 10px 20px;
   color:#0065B8;
   font-weight: 600;
   border:1px solid #0065B8;
   background-color: transparent;
   transition: 0.2s ease-in;
}

#HotelDetail #FilterArea .Button button:hover {
  padding: 13px 25px;
  width: 100%;
  color:#fff;
  font-weight: 600;
  border:1px solid #0065B8;
  background-color: #0065B8;
  transition: 0.2s ease-in;
}

/* ====== MOBIL FILTER AREA ===== */

#HotelDetail #MobilFilterArea {
  padding-top: 5%;
  padding-bottom: 0%;
}


#HotelDetail #MobilFilterArea .ReservationDetail {
  font-size: 14px;
  font-size: .875rem;
  border-radius: 10px;
  vertical-align: top;
  width: 95%;
  background: white;
  padding: 12px;
  border: 1px solid #e9ecf2;
  margin-left: auto;
  margin-right: auto;
}

#HotelDetail #MobilFilterArea .ReservationDetail button{
  display: inline-block;
  border: 0;
  background: transparent;
  color: #0065ff;
  padding: 8px 10px;
  float:right;
}

#HotelDetail #MobilFilterArea .ReservationDetail .date{
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  color: #122264;
}

#HotelDetail #MobilFilterArea .ReservationDetail .day-summary{
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #122264;
  padding-top:3px;
}


#HotelDetail #MobilFilterArea .ReservationDetail .person-count{
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #122264;
  padding-top:3px;
}


#HotelDetail #MobilFilterArea .PaymentDetail{
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#HotelDetail #MobilFilterArea .PaymentDetail .Text h4{
  font-weight: 700;
  font-size: 1.2em;
}

#HotelDetail #MobilFilterArea .PaymentDetail .Text h5{
  color:green;
  font-weight:700;
}

#HotelDetail #MobilFilterArea .PaymentDetail .Text h5 .discount{
  text-decoration:line-through;
   color:grey;
   font-size:0.75em;
   padding-right:5px;
}

#HotelDetail #MobilFilterArea .PaymentDetail a{
  padding:10px 15px;
  background:#2FA252;
  border-color: #2FA252;
  color:#fff;
  font-weight: 600;
  text-decoration: none;
}

/* ========================================  DOWN ============================== */

#HotelDetail #OverlayArea {
  padding-bottom: 3%;
}

#HotelDetail #OverlayArea .Header {
  background: white;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
  border-bottom: 1px solid #ddd;
}

#HotelDetail #OverlayArea .Header .nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  display: block;
}

#HotelDetail #OverlayArea .Header .nav .nav-item {
    display: inline-block;
}

#HotelDetail #OverlayArea .Header .nav .nav-item .nav-link {
  background: transparent;
  padding: 10px 15px 10px 15px;
  margin: 0 20px;
  color: #3394de;
  transition: all 250ms ease-in-out;
}

#HotelDetail #OverlayArea .Header .nav .nav-item .nav-link.active {
  padding: 10px 30px 10px 30px;
  border-bottom: 4px solid #3394de;
  border-radius: 2px;
  transition: all 250ms ease-in-out;
}




#HotelDetail #OverlayArea .Content {

  padding-top: 20px;
}


/* ================= PAGE RIGHT CONTENT ======================= */

#HotelDetail #OverlayArea .Content .TourCard {
  width: 100%;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 8px;
  position: relative;
  text-align: left;
  transition: all 250ms ease-in-out;
  height: auto;
  margin-bottom: 25px;

}

/* -------- Hotel Check Box -----------*/

#HotelDetail #OverlayArea .Content .HotelCheckBox {
  padding-top:2%;
  padding-bottom: 1%;
}

#HotelDetail #OverlayArea .Content .HotelCheckBox .form-check-inline{
  padding:10px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #28374f;
}

/* -------- TOUR CARD INFO -----------*/


#HotelDetail #OverlayArea .Content .TourCard .Info .Top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 10px;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Top:hover {
  cursor: pointer;
}


#HotelDetail #OverlayArea .Content .TourCard .Info .Top .Name {
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #28374f;
}


#HotelDetail #OverlayArea .Content .TourCard .Info .Top .Ultra {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.29;
  /*color: #333333;*/
  margin-top: 8px;
  color: #3394de;
}


#HotelDetail #OverlayArea .Content .TourCard .Info .Top .MinDays {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;

}


#HotelDetail #OverlayArea .Content .TourCard .Info .Top .Cancel {
  display:block;
  margin-top: 6px;
  background: transparent;
  color: #2fa252;
  font-size: 0.95rem;
  font-weight: 600;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Top .Discount {
  display:block;
  font-size: 0.8rem;
  color: #28374f;
  font-weight: 300;
  margin-top: 12px;
  transition: all 0.3s;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Top .Discount i {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #0065b8;
}



#HotelDetail #OverlayArea .Content .TourCard .Info .Bottom {
  text-align: center;
  padding: 10px 15px;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Bottom a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #666;
  font-weight: 700;
  transition: all 0.3s;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Bottom a:hover {
  color: #3394DE;
  transition: all 0.3s;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Bottom a i {
  font-size: 0.8rem;
}

.more-rooms-btn {width: 100%;
  text-align: center;
  border: 1px solid #3394de;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 0;
  background: #fff;
  color: #3394de;
  margin-top: 15px;
  cursor: pointer;}

#Payment {margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #EFEFEF;}
/* -------- FLIGHT SUMMARY -----------*/
.reservation-box .UltraBorder {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px 6px 10px;
  font-size: 12px !important;line-height: 1.14;}

.reservation-box .reservation-col.flight-info .title {
  font-size: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0065B8;
  display: block;
  margin-bottom: 0px;
  position: relative
}

.reservation-box .reservation-col.flight-info .title .icon {
  margin-right: 5px;
  position: absolute;
  left: -22px
}

.reservation-box .reservation-col.flight-info .flight-box {

}

.reservation-box .reservation-col.flight-info .flight-box+.flight-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #EFEFEF
}

.reservation-box .reservation-col.flight-info .flight-box .airline {
  display: block;
  margin-bottom: 0;
  position: relative
}

.reservation-box .reservation-col.flight-info .flight-box .airline img {
  width: 19px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle
}

.reservation-box .reservation-col.flight-info .flight-box .airline .content {
  display: inline-block;
  vertical-align: middle
}

.reservation-box .reservation-col.flight-info .flight-box .airline .content .airline-title .airline-logo {width: 20px;height: 20px;border-radius:50%;margin-right: 5px;}
.reservation-box .reservation-col.flight-info .flight-box .airline .content .airline-title,
.TourDetails .flight-box .airline .content .airline-title{
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.29;
  text-align: left;
  color: #28374f;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.reservation-box .reservation-col.flight-info .flight-box .airline .content .description {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.33;
  text-align: left;
  color: #666
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary {
  display: block;
  margin-bottom: 10px
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary:last-child {
  margin-bottom: 0
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary .info {
  font-size: 12px;
  font-size: .75rem;
  color: #28374f;
  display: inline-block;
  width: 67%;
  line-height: 1.33;
  margin-left: 27px;
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary .info b {
  font-weight: 600
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary .info .icon {
  margin-right: 4px;
  color: #3394de
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary .info.full {
  width: 100% !important
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary .stops-message {
  font-size: 12px;
  font-size: .75rem;
  color: #df3c44;
  margin-top: 10px
}

.reservation-box .reservation-col.flight-info .flight-box .flight-summary .price {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.29;
  text-align: right;
  color: #666;
  display: inline-block;
  width: 33%;
  vertical-align: top
}

.reservation-box .reservation-col.flight-info .flight-box.left-box {
  padding-left: 0
}

.reservation-box .reservation-col.flight-info .flight-box.left-box .title {
  padding-left: 22px
}

.reservation-box .reservation-col.flight-info .flight-box.left-box .title .icon {
  left: 0
}

/* -------- TOUR CARD SUMMARY -----------*/

#HotelDetail #OverlayArea .Content .TourCard .Summary {
  position: relative;
  /*border-right: 1px solid rgba(0, 0, 0, 0.2);*/
  border-left: 1px solid rgba(0, 0, 0, 0.2);

}

#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content {
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  position: relative;
}

#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content .Description {
  position: relative;
  font-size: .85em;
  display: block;
  background-color: transparent;

  color: #333;
}#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content .Description.package-Description {
  color: #3394de;
}

#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content .Discount {
  display: block;
  padding: 5px 6px;
  font-size: 0.75rem;
  color: white;
  background: #DF3C44;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}


#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content .OldPrice {
  display: block;
  font-size: 0.9rem;
  color: #999;
  font-weight: 600;
  text-decoration: line-through;
  margin-top: 5px;
}

#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content .CurrentPrice {
  display: block;
  font-size: 1.4rem;
  color: #28374f;
  margin-top: 5px;
  font-weight: bold;
  white-space: nowrap;
}

#HotelDetail #OverlayArea .Content .TourCard .Summary .Summary-Content .CurrentPrice small{
  font-size: 0.9rem;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Top .Consept {}
#HotelDetail #OverlayArea .Content .TourCard .Info .Top .ConseptArea:first-child {border-top:0}
#HotelDetail #OverlayArea .Content .TourCard .Info .Top .ConseptArea {border-top: 1px solid rgba(0, 0, 0, 0.2);}


#HotelDetail #OverlayArea .Content .TourCard .Info .Top .CircleArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Top .CircleArea .Circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height:37px;
  width:37px;
  border:3px solid #EFEFEF;
  border-radius:50%;
  transition: 0.3s ease-in;
}

/*#HotelDetail #OverlayArea .Content .TourCard:hover .Info .Top .CircleArea .Circle {
  border:3px solid #2FA252;
  transition: 0.3s ease-in;
}*/

#HotelDetail #OverlayArea .Content .TourCard .Info .Top .CircleArea:hover .Circle {
  border:3px solid #2FA252;
  transition: 0.3s ease-in;
}

#HotelDetail #OverlayArea .Content .TourCard.select .Info .Top{
  background-color:#f1fff7;
  transition: 0.3s ease-in;
}

#HotelDetail #OverlayArea .Content .TourCard.select .Info {
  border:2px solid #2FA252;
  border-radius: 6px;
  transition: 0.3s ease-in;
}

#HotelDetail #OverlayArea .Content .TourCard .Info .Top .CircleArea .Circle i{
  color:#2FA252;
  font-size: 32px;
  text-align: center;
  visibility: hidden;
}

/*#HotelDetail #OverlayArea .Content .TourCard.select .Info .Top .CircleArea .Circle i{
  visibility: visible;
  transition: 0.3s ease-in;
}*/
#HotelDetail #OverlayArea .Content .TourCard.select .Info .Top .CircleArea.select .Circle i{
  visibility: visible;
  transition: 0.3s ease-in;
}

/* my_fixed_panel */
.PencilArea:hover .Pencil {
    border: 1px solid #EFEFEF;
    transition: 0.3s ease-in;
    padding: 5px;
}

.PencilArea .Pencil i{
    color:#DF3C44;
    font-size: 20px;
    text-align: center;
    transition: 0.3s ease-in;
    border: 3px solid #EFEFEF;
    padding: 5px;
}

/* -------- PAYMENT AREA  -----------*/

#HotelDetail #OverlayArea .Content .PaymentArea {
  width: 100%;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 6px;
  position: relative;
  text-align: left;
  transition: all 250ms ease-in-out;
  height: auto;
  margin-top: 25px;
  padding-bottom: 10px;
  height: auto;
  width: 100%;
}


#HotelDetail #OverlayArea .Content .PaymentArea .Head {
  padding: 15px;
  background-color: #F5F8FB;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 6px 6px 0 0;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Head h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #28374f;
  margin-bottom: 0 !important;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Date {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 6px 6px 0 0;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Date .Card {
  display: inline-block;
  padding: 0 5px;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Date .Card h6 {
    font-weight: 600;
    color: #0065B8;
    display: block;
    position: relative;
  margin-bottom: 0 !important;
  font-size: 1rem;
  line-height: 1.29;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Date .Card div {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.29;
  color: #28374f;
  margin-top: 3px;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room {
  padding: 15px;

}


#HotelDetail #OverlayArea .Content .PaymentArea .Room .Name {
  font-size: 1.2rem;
  color: #28374f;
  display: block;
  /*margin-top: 9px;*/
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Ultra {
  display: block;
  font-size: 0.9em;
  line-height: 1.14;
  color: #333333;
  margin: 8px 0;
}


#HotelDetail #OverlayArea .Content .PaymentArea .Room .Cancel {
  position: relative;
  /*display: block;*/
  color: #2fa252;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.14;
  margin-top: 12px;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Cancel .Notification {
  background-color: #333;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  visibility: hidden;
  position: absolute;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Cancel:hover .Notification {
  background-color: #333;
  padding: 10px;
  margin-top: 10px;
  visibility: visible;
  position: absolute;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Cancel .Notification h6 {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4em;
}


/*#HotelDetail #OverlayArea .Content .PaymentArea .Room .Price {*/
/*  font-size: 0.9rem;*/
/*  line-height: 1.14;*/
/*  color: #333333;*/
/*  margin-top: 12px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  padding-bottom: 20px;*/
/*  border-bottom: 1px solid rgba(217, 217, 217, 0.6);*/
/*}*/
#HotelDetail #OverlayArea .Content .PaymentArea .Room .Night {
    color: #DF3C44;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.14;
    margin: 8px 0;
    padding-bottom: 20px;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Payment .Discount {
  display: flex;
  justify-content: end;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Payment .Discount span {
  padding: 5px 10px;
  font-size: 12px;
  font-size: .75rem;
  color: white;
  background: #DF3C44;
  border-radius: 8px;
  font-weight: 700;
  margin-top: 10px;
  width: 30%;
  text-align: center;

}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Payment .OldPrice {
  font-size: 0.95rem;
  line-height: 1.14;
  color: #333333;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Payment .TotalDiscount {
  font-size: 0.95rem;
  line-height: 1.14;
  color: #333333;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Payment .Total {
  font-size: 1.1rem;
  line-height: 1.14;
  color: black;
  font-weight: 700;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .ReservationButton {
  margin-top: 30px;
}
#HotelDetail #OverlayArea .Content .PaymentArea .Room .Alternatives {
    margin-top: 10px;
    text-align: center;
}
#HotelDetail #OverlayArea .Content .PaymentArea .Room i{
    min-width: 18px;
}

#HotelDetail #OverlayArea .Content .PaymentArea .Room .Alternatives button{
    background-color: #f1fff7;
    border-color: #2FA252;
    font-size: .8rem;
    color: #0065B8;
    font-weight: 600;
}
#HotelDetail #OverlayArea .Content .PaymentArea .Room .ReservationButton a,
#HotelDetailFlightChange .ReservationButton a {
  background-color: #2FA252;
  border-color: #2FA252;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
}


/* =========================================================================================== */
/* =============== GENERAL INFORMATION > NEW TAB GeneralInfoArea  ================ */

#HotelDetail #OverlayArea #GeneralInfoArea .nav .nav-link {
  /* background: transparent; */
  padding: 10px 15px 10px 15px;
  margin: 0 20px;
  color: #E01C1F;
  transition: all 250ms ease-in-out;
}

#HotelDetail #OverlayArea #GeneralInfoArea .nav .nav-link.active {
  background:#fff;
  padding: 10px 30px 10px 30px;
  border-bottom: 2px solid #E01C1F;
  border-radius: 2px;
  transition: all 250ms ease-in-out;
}




/* ------ HOTEL PROPERTIES ------------  */

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 8px;

}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty header {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty header .title {
  font-size: 1.3rem;
  color: #28374f;
  font-weight: 400;
  display: block;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .content {
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .content .detail-list {
  list-style: none;
  margin: 0;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .content .detail-list li small.PaidLabel{margin-left:4px; border-radius: 3px; background-color: #ebf1fa;padding: 3px 5px;color: #61656e;font-size: 12px;}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .content .detail-list li {
  margin-top: 5px;
  display: inline-block;
  width: 19%;
  font-size: 0.8rem;
  color: #666;
  height: 25px;
  transition: all 150ms ease-in-out;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .content .detail-list li:hover {
  color: #3394de;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}


/* ------ GENERAL INFORMATION ------------  */

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box header {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box header .title {
  font-size: 1.3rem;
  color: #28374f;
  font-weight: 400;
  display: block;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text {
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-bottom: 5px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item {
  border-radius: 3px;
  background-color: #eef5fc;
  padding: 5px 10px;
  padding-left: 36px;
  display: inline-block;
  vertical-align: middle;
  color: #3394de;
  font-weight: 600;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item i {
  position: absolute;
  left: 10px;
  font-size: 16px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item .title {
  display: table;
  line-height: normal;
  font-weight: 600;
  font-size: 12px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item .text {
  font-weight: normal;
  color: #666666;
  font-size: 12px;
}


#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text p,
#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .Box p {
  width: 100%;
  color: #666;
  font-size: .90rem;
  line-height: 20px;
  margin: 15px 0;
}


#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .CheckTime {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .CheckTime .item {
  position: relative;
  display: inline-block;
  width: 50%;
  border-right: 1px solid #efefef;
  padding-left: 45px;
}


#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .CheckTime i {
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 35px;
  color: #3394de;
  vertical-align: middle;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .CheckTime .title {
  font-size: 12px;
  line-height: normal;
  color: #28374f;
  margin-top: 0;
  margin-left: 15px;
  display: block;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .CheckTime .text {
  font-size: 18px;
  font-weight: 600;
  color: #28374f;
  margin-left: 15px;
  display: block;
}


#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool .header i {
  font-size: 1.8rem;
  color: #3394de;
  vertical-align: middle;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool .header {
    margin-bottom: 20px;
}
#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool .title {
  display: inline-block;
  font-size: 1.2rem;
  color: #28374f;
  vertical-align: middle;
  margin-left: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool p {
  display: block;
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool .ListedItems .title {
    color: #28374f;
    margin-left: 1px;
    font-size: 12px;
    vertical-align: unset;
}
#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool .ListedItems .Item {
    padding: 5px 10px;
    vertical-align: middle;
    color: #3394de;
    font-size: 12px;
    font-weight: 600;
    /*position: relative;*/
    margin-right: 10px;
    margin-left: 15px;
}
#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Beach-Pool .ListedItems .Item .warn {
    color: #E01C1F;
}
#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelProperty .content .detail-list li .warn {
    color: #E01C1F;
}
#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table {
    border:1px solid rgba(0, 0, 0, 0.2);
    background:#fff;
}

#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table>thead{
    vertical-align: middle !important;
}

#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table tbody{
    border-top:1px solid rgba(0, 0, 0, 0.2);
}

#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table th,td {
    border:1px solid rgba(0, 0, 0, 0.2);
}


#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table tr>th {
    font-size: 13px;
    font-weight: 700;
    color: #0065B8;
    padding: 15px;
}


#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table tr>td {
    color: #666;
    font-size: 11px;
    vertical-align: middle;
    padding: 8px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .HotelGeneralInfo table td:first-child {
    font-weight: 700;
    font-size:12px;
}




#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
  padding: 20px 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location i {
  font-size: 1.8rem;
  color: #3394de;
  vertical-align: middle;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location .mainTitle {
  display: inline-block;
  font-size: 1.2rem;
  color: #28374f;
  vertical-align: middle;
  margin-left: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location .item {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location .item .title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #28374f;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location .item .info {
  color: #666;
  font-size: 0.8rem;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  border: 1px solid #0065B8;
  background: transparent;
  background: white;
  color: #0065B8;
  font-size: .875rem;
  border-radius: 6px;
  font-weight: bold;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Right .Location a:hover {
  background: #0065B8;
  color: #fff;
  transition: all 150ms ease-in-out;
}


#HotelDetail #SaleConditionArea .Card,
#MainDownMobilPages .MenuContent .Content {
    width: 100%;
    background: white;
    margin-top: 20px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
    border-radius: 2px;
    padding: 15px;
}
/* ------ IMPORTANT INFORMATION ------------  */

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
  border: 1px solid #ef6c00;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box header {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box header .title {
  font-size: 1.3rem;
  color: #ef6c00;
  font-weight: 500;
  display: block;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box .Text {
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box .Text .tag-list {
  display: inline-block;
  width: auto;
  font-size: 0;
  margin-bottom: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box .Text .tag-list .tag-item {
  border-radius: 100px;
  background-color: rgba(223, 60, 68, 0.05);
  border: solid 1px #df3c44;
  padding: 5px 10px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box .Text .tag-list .tag-item i {
  color: #df3c44;
  font-size: 12px;
  margin-right: 10px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box .Text .tag-list .tag-item .text {
  color: #df3c44;
  font-weight: normal;
  font-size: 12px;
}


#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Left .Box .Text p {
  width: 100%;
  color: #666;
  font-size: .75rem;
  line-height: 20px;
  margin: 15px 0;
}


#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Right .Box {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Right .Box i {
  font-size: 1.8rem;
  color: #3394de;
  vertical-align: middle;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Right .Box .title {
  display: inline-block;
  font-size: 1.2rem;
  color: #28374f;
  vertical-align: middle;
  margin-left: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .ImportantInfo .Right .Box p {
  display: block;
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}


/* ------ HOTEL CONCEPT  ------------  */

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box header {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box header .title {
  font-size: 1.3rem;
  color: #0065B8;
  font-weight: 400;
  display: block;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text {
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .head-title {
  font-size: 0.85rem;
  font-weight: 600;
  text-align: left;
  color: #28374f;
  display: block;
  margin-bottom: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .head-title i {
  font-size: 1.1rem;
  color: #3394de;
  vertical-align: middle;
  margin-right: 10px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .tag-list {
  /*display: inline-block;*/
  width: 100%;
  font-size: 0;
  margin-bottom: 5px;
  padding-left: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .tag-list .tag-item {
  border-radius: 3px;
  background-color: #eef5fc;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  color: #3394de;
  font-weight: 600;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .tag-list .tag-item .title {
  display: table;
  line-height: normal;
  font-weight: 600;
  font-size: 12px;
}
#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .tag-list .tag-item .title.alacarte{
    color: #ef6c00;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text .tag-list .tag-item .text {
  font-weight: normal;
  color: #666666;
  font-size: 12px;
}




#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelConcept .Box .Text p {
  display: block;
  margin-top: 12px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

/* Hotel concept for mobile*/
#HotelConceptMobil .HotelConcept .Box header .title {
    font-size: 18px;
}

#HotelConceptMobil .HotelConcept .Box .Text .head-title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #28374f;
    display: block;
    margin-bottom: 15px;
}

#HotelConceptMobil .HotelConcept .Box .Text .head-title i {
    font-size: 1.1rem;
    color: #3394de;
    vertical-align: middle;
    margin-right: 10px;
}

#HotelConceptMobil .HotelConcept .Box .Text .tag-list {
    /*display: inline-block;*/
    /*width: 100%;*/
    /*font-size: 0;*/
    margin-bottom: 5px;
    /*padding-left: 5px;*/
}

#HotelConceptMobil .HotelConcept .Box .Text .tag-list .tag-item {
    border-radius: 3px;
    background-color: #eef5fc;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    color: #3394de;
    font-weight: 600;
    position: relative;
    margin: 10px;
}

#HotelConceptMobil .HotelConcept .Box .Text .tag-list .tag-item .title {
    display: table;
    line-height: normal;
    font-weight: 600;
    /*font-size: 14px;*/
}
#HotelConceptMobil .HotelConcept .Box .Text .tag-list .tag-item .title.alacarte{
    color: #ef6c00;
}

#HotelConceptMobil .HotelConcept .Box .Text .tag-list .tag-item .text {
    font-weight: normal;
    color: #666666;
    /*font-size: 14px;*/
}
#HotelConceptMobil .HotelConcept .Box .Text p {
    display: block;
    margin-top: 12px;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

/* ------ HOTEL ACTIVITIES  ------------  */

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelActivities .Box {
  width: 100%;
  background: white;
  margin-top: 20px;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 2px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelActivities .Box header {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelActivities .Box header .title {
  font-size: 1.3rem;
  color: #28374f;
  font-weight: 400;
  display: block;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelActivities .Box .Text {
  padding: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelActivities .Box .Text p {
  display: block;
  margin-top: 12px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

/* =========================================================================================== */
/* =============== PAYMENT OPTIONS ================ */

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box {
  padding: 15px 20px;
}

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box a{
  text-decoration: none;
}

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box .Card{
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
  border: 1px solid #EFEFEF;
  cursor: pointer;
}

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box .Card .Left .Image {
  height:110px;
  width: auto;
  padding-right: 10px;
}

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box .Card .Left .Image img{
  height:100%;
  width: 100%;
}

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box .Card .Right h1{
  padding-top:4%;
  color:#354862;
  font-weight: 700;
  font-size: 1em;
}

#HotelDetail #OverlayArea #PaymentOptionArea .Card-Box .Card .Right h3{
  color: #3394de;
  font-size: .85rem;
  margin-top: 10px;
}

/* =========================================================================================== */
/* =============== CAMPAIGN AREAS ================ */

#HotelDetail #OverlayArea #CampaignArea table {
  border:1px solid rgba(0, 0, 0, 0.2);
  background:#fff;
}

#HotelDetail #OverlayArea #CampaignArea table>thead{
  vertical-align: middle !important;
}

#HotelDetail #OverlayArea #CampaignArea table tbody{
  border-top:1px solid rgba(0, 0, 0, 0.2);
}

#HotelDetail #OverlayArea #CampaignArea table th,td {
  border:1px solid rgba(0, 0, 0, 0.2);
}


#HotelDetail #OverlayArea #CampaignArea table tr>th {
  font-size: .9rem;
  font-weight: 700;
  color: #0065B8;
  padding: 15px;
}


#HotelDetail #OverlayArea #CampaignArea table tr>td {
  color: #666;
  font-size: .85rem;
  vertical-align: middle;
  padding: 30px;
}

#HotelDetail #OverlayArea #CampaignArea table td:first-child {
  font-weight: 700;
  font-size:0.9em;
}

#HotelDetail #OverlayArea #CampaignArea table thead .Orange{
 background: #fff7e8;
 color:orange;
}

#HotelDetail #OverlayArea #CampaignArea table tbody .Orange{
  background: #fff7e8;
 }


#HotelDetail #OverlayArea #CampaignArea table tbody .Orange strong{
  display: block;
  color: red;
  font-size: .75rem;
  padding-top:15px;
}


#HotelDetail #OverlayArea #CampaignArea .Card-Box {
  padding: 15px 20px;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box a{
  text-decoration: none;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card{
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
  border: 1px solid #EFEFEF;
  cursor: pointer;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card .Left .Image {
  height:170px;
  width: auto;
  padding-right: 30px;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card .Left .Image img{
  height:100%;
  width: 100%;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card .Right h1{
  padding: 2% 0 0 0;
  color:#354862;
  font-weight: 700;
  font-size: 1em;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card .Right p{
  color:#354862;
  font-weight: 400;
  font-size: 0.9em;
  padding-bottom: 10px;
}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card .Right a{
  border: 1px solid #0065B8;
  color:#0065B8;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 700;
  padding: 10px 18px;
  transition: 0.4s ease all;

}

#HotelDetail #OverlayArea #CampaignArea .Card-Box .Card .Right a:hover{
  background:#0065B8;
  color:#fff;
  transition: 0.4s ease all;
}


/* ------ Pop-up Hotel Detail Room Properties  ------------  */

#HotelDetailRoomProperty .modal-body {
  padding:15px;
}


#HotelDetailRoomProperty .modal-body .Slider .Image {
  height: 450px;
  width: 100%;
}


#HotelDetailRoomProperty .modal-body .Slider .Image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


#HotelDetailRoomProperty .modal-body h3 {
  padding-top: 20px;
  padding-bottom: 15px;
   font-size: 1.2rem;
   color:#28374f;
   font-weight: 500;
}

#HotelDetailRoomProperty .modal-body ul {
    list-style: none;
    padding-left: 0.75rem;
}

#HotelDetailRoomProperty .modal-body ul li {
  float: none;
  width: 50%;
  font-size: 0.8rem;
  color:#28374f;
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
}

/* ------ Pop-up Hotel Detail Room Date  ------------  */

@media only screen and (max-width: 780px) {
  #HotelDetailRoomDate {
      z-index: 9999;
  }

  #HotelDetailRoomProperty .modal-body .Slider .Image {
    height: 230px;
  }
}

/* ------ Pop-up Hotel Detail Payment Option  ------------  */

@media only screen and (max-width: 780px) {
  #HotelDetailPaymentOption {
      z-index: 9999;
  }
}

/* ------ Pop-up Hotel Detail Room Property  ------------  */

@media only screen and (max-width: 780px) {
  #HotelDetailRoomProperty {
      z-index: 9999;
  }
}






/* =========================================================================================== */
/* =========================================================================================== */
/* =============== MAIN DOWN MOBIL HOTEL FEATURE ================ */

#HotelDetail .MainDownMobil {
  background: #f8fafc;
  padding-top: 3%;
  padding-bottom: 4%;
}


#HotelDetail .MainDownMobil .MenuList {
  width: 100%;
  background: white;
  padding: 5px 10px;
  border-top: 1px solid #e9ecf2;
}


#HotelDetail .MainDownMobil .MenuList ul{
    width: 100%;
    background: white;
    list-style: none;
    padding-left: 0 !important;
}

#HotelDetail .MainDownMobil .MenuList ul li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


#HotelDetail .MainDownMobil .MenuList ul li a{
    width: 100%;
    padding: 15px 0;
    font-size: 1.15rem;
    font-weight: 500;
    color: #122264;
    text-decoration: none;
    display: flex;
    justify-content: space-between;

}


/* ============== MOBIL DOWN PAGES ==================== */

#MainDownMobilPages {
  position:fixed;
  top:0;
  left: 0;
  background-color: #f1f3f7;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y:scroll;
  z-index: 9999;
  transform: translate3d(0px, 0px, 0px);
  opacity:0;
  display: none;
  transition: 200ms ease all;
}

#MainDownMobilPages.show {
  opacity:1;
  display: block;
  transition: 200ms ease all;
}

#MainDownMobilPages .HeadContainer {
  width: 100%;
  background: white;
  border-bottom: 2px solid #e9ecf2;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 15px 20px;
  font-family: 'Roboto', sans-serif;
}

#MainDownMobilPages .HeadContainer a{
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}

#MainDownMobilPages .HeadContainer i
{
  color: #0065ff;
  font-size: 1.4rem;
}

#MainDownMobilPages .HeadContainer span
{
  padding-left: 15px;
  color: #122264;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  font-size: 1.25rem;
}


/* ============= Room Detail Area ============= */

#MainDownMobilPages.RoomDetailArea .MenuContent{
  position: relative;
}

/* ---- Filter ---- */

#MainDownMobilPages.RoomDetailArea .MenuContent .Filter {
  background-color: #fff;
  padding: 8px 10px;
  margin:8px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 #MainDownMobilPages.RoomDetailArea .MenuContent .Filter span.PlaceName {
  display: block;
  color:#0065ff;
  font-size: 1.1em;
  font-weight: 400;
  }

  #MainDownMobilPages.RoomDetailArea .MenuContent .Filter .summary-info time,em{
   color:#505162;
   font-size: 0.9em;
   font-weight: 500;
   line-height: 1em;
   }

   #MainDownMobilPages.RoomDetailArea .MenuContent .Filter i {
     color:#0065ff;
     font-size: 1.25em;
     }

     #MainDownMobilPages.RoomDetailArea .MenuContent .Filter .summary-info i {
       color:#999;
       font-size: 0.65em;
       opacity: 0.6;
       }

/* ---- Room Card ---- */

#MainDownMobilPages.RoomDetailArea .MenuContent .Card {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  background: white;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  border-radius: 6px;
  border: 1px solid #d5d7e7;
  transition: all 150ms ease-in-out;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card.Selected {
  background: #f9fffc;
  border: 1px solid #32d764;
  transition: all 150ms ease-in-out;
}



#MainDownMobilPages.RoomDetailArea .MenuContent .Card a{
 text-decoration: none;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Top{
  border-bottom: 1px solid #e9ecf2;
  padding:10px;
  display: flex;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Top img{
  height: 55px;
  width: 60px;
  border-radius: 6px;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Top h1{
 font-size: 1.1em;
 padding-left: 10px;
 color: #122264;
 display: inline-block;
 padding-top: 5px;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Top .SelectButton{
  position: absolute;
  top: 16px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 }


 #MainDownMobilPages.RoomDetailArea .MenuContent .Card .Top .SelectButton span{
   color:rgb(150, 150, 180);
   font-size: 0.75em;
   font-weight: 400;
 }

 #MainDownMobilPages.RoomDetailArea .MenuContent .Card.Selected .Top .SelectButton span{
  display: none;
}

 #MainDownMobilPages.RoomDetailArea .MenuContent .Card .Top .SelectButton i{
  font-size:2.2em;
  display: none;
  z-index: 99;
  color: #2FA252;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card.Selected .Top .SelectButton i{
  display: block;
}


#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Middle{
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Middle span {
  display: block;
  font-size: 1em;
  margin-top: 5px;
  cursor: pointer;
  color: #1f1c1c;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Middle span i{
  color:#9696b4;
  font-size: 1.1em;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Bottom {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept {}
#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .Consept-item {
    display: flex;
    background: #eee;
    padding: 10px;
    color: #333;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .Consept-item del{
    color: #999;
    font-size: 14px;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .Consept-item span.price{
    color: #2fa252;
    font-weight: 700;
    font-size: 22px;
    margin: 0 5px;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .Consept-item small{font-size:12px;}


#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .SelectButton{
  width: 36px;
  height: 36px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 }


 #MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .SelectButton span{
   color:rgb(150, 150, 180);
   font-size: 0.75em;
   font-weight: 400;
 }

 #MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .Consept-item.Selected .SelectButton span{
  display: none;
}

 #MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .SelectButton i{
  font-size:2.2em;
  display: none;
  /*z-index: 99;*/
  color: #2FA252;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Consept .Consept-item.Selected .SelectButton i{
  display: block;
}




#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Bottom .Days{
  font-size: 1em;
  color: #122264;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Bottom .Price {
  color: #2fa252;
  font-weight: 700;
  font-size: 1.15em;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Bottom .Price small{
  font-size: 0.8em;
  color: #9696b4;
  padding-right: 3px;
  text-decoration: line-through;
}


#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Link {
  border-top: 1px solid #e9ecf2;
  padding: 10px 5px;
  text-align: center;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .Link a{
  font-size:0.85em;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .Card .LinkTop {
  border-top: 0;
  padding: 0 10px;
  text-align: left;
  margin-top: -7.5px;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .Card .LinkTop span{
  font-size: 12px;
}


/* --- Reservation Button --- */

#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton{
  position: sticky;
  bottom: 0;
  background: white;
  width: 100%;
  /*box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);*/
  box-shadow: 0 -2px 10px 0 #2fa252;
  padding: 10px 8px 10px 10px;
  justify-content:space-between;
  align-items: center;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton .alt{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton .Price h4{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  font-size: 0.9em;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton .Price span{
    display: block;
    margin-top: 0px;
    color: #2fa252;
    font-size: 1.15em;
    font-weight: bold;
}

#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton a.book {
    font-family: 'Roboto', sans-serif;
    background-color: #2fa252;
    color: white;
    width: 55%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    font-size: 1.05em;
    border-radius: 6px;
    text-decoration: none;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton a.recipeMobileBtn {
    font-family: 'Roboto', sans-serif;
    width: 55%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    font-size: 1.05em;
    border-radius: 6px;
    text-decoration: none;
}
#MainDownMobilPages.RoomDetailArea .MenuContent .ReservationButton a.recipeMobileBtn i{
    margin-right: 5px;
    margin-left: 5px;
}
/* ============= General Info Area ============= */

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .nav,
#MainDownMobilPages.TourAreaMobile .MenuContent .nav{
  flex-wrap: nowrap;
  /*overflow-x: scroll;*/
  margin-bottom: 0px !important;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .nav .nav-item button,
#MainDownMobilPages.TourAreaMobile .MenuContent .nav button{
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0,101,255,0.5);
    padding: 10px 10px 16px 10px;
    position: relative;
    border-bottom: 2px solid #e9ecf2;
    background: #fff;
    width: 140px;
    transition: all 150ms ease-in-out;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .nav .nav-item button.active,
#MainDownMobilPages.TourAreaMobile .MenuContent .nav button.active{
  background: #fff;
  color:#0065ff;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .nav .nav-item .active,
#MainDownMobilPages.TourAreaMobile .MenuContent .nav .active{
  border-bottom: 2px solid #0065ff;
  border-radius: 0 !important;
}

#MainDownMobilPages.TourAreaMobile .MenuContent .nav-tabs .nav-link {
    margin-bottom: 0;
}
/* ------ Hotel Properties Mobil ------- */

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelPropertiesMobil{
 padding: 10px;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelPropertiesMobil ul {
  padding-left: 20px;
  list-style:none;
 }

 #MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelPropertiesMobil ul li{
  margin-top: 15px;
  font-size: 1em;
  font-weight: 500;
  color: #1f1c1c;
 }

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelPropertiesMobil ul li i{
  border: 1px solid #9696b4;
  border-radius: 100%;
  padding: 2px 3px;
  font-size: 0.70em;
  color: #fff;
  background: #9696b4;
 }

 /* ------ Hotel General Info Mobil ------- */

 #MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelGeneralInfoMobil{
  padding: 10px;
 }

 #MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelGeneralInfoMobil .CheckTime {
  width: 80%;
  background: white;
  margin-top: 20px;

  border-radius: 2px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelGeneralInfoMobil .CheckTime .item {
  position: relative;
  display: inline-block;
  width: 50%;
  border-right: 1px solid #efefef;
  padding-left: 45px;
}


#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelGeneralInfoMobil .CheckTime i {
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #3394de;
  vertical-align: middle;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelGeneralInfoMobil .CheckTime .title {
  font-size: 0.8em;
  line-height: normal;
  color: #28374f;
  margin-top: 0;
  margin-left: 8px;
  display: block;
}

#MainDownMobilPages.GeneralInfoAreaMobile .MenuContent .tab-content #HotelGeneralInfoMobil .CheckTime .text {
  font-size: 1em;
  font-weight: 600;
  color: #28374f;
  margin-left: 8px;
  display: block;
}



/* ============= Payment Area ============= */

#MainDownMobilPages.PaymentArea .MenuContent {
  padding: 10px;
}

#MainDownMobilPages.PaymentArea .MenuContent .Card{
  margin-top: 11px;
  position: relative;
  background: white;
  border: 1px solid #e9ecf2;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

#MainDownMobilPages.PaymentArea .MenuContent .Card a{
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#MainDownMobilPages.PaymentArea .MenuContent .Card .Image{
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 60px;
}

#MainDownMobilPages.PaymentArea .MenuContent .Card .Image img{
  width: 100%;
  height: 100%;
}

#MainDownMobilPages.PaymentArea .MenuContent .Card .Text{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left:82px;
  padding-right: 25px;
}


#MainDownMobilPages.PaymentArea .MenuContent .Card .Text h1{
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.3em;
  color: #122264;
  text-transform: uppercase;
}

#MainDownMobilPages.PaymentArea .MenuContent .Card img {
    position: absolute;
    right: 4px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ============= Campaign Area ============= */

#MainDownMobilPages.CampaignArea .MenuContent {
  padding: 10px 10px 100px 10px;
}


#MainDownMobilPages.CampaignArea .MenuContent .Content{
  margin-top: 10px;
  background-color: #fff;
}

#MainDownMobilPages.CampaignArea .MenuContent .Content .Top{
  background: #0065ff;
  color: white;
  padding: 10px;
}


#MainDownMobilPages.CampaignArea .MenuContent .Content .Top h1{
 font-size: 1em;
}

#MainDownMobilPages.CampaignArea .MenuContent .Content .Down{
 padding: 10px;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Content .Down .Text{
  padding: 12px 0;
  border-top: 1px solid #e9ecf2;
 }

#MainDownMobilPages.CampaignArea .MenuContent .Content .Down .Text h1{
  display: block;
  font-weight: 600;
  font-size: 0.9em;
  color: #122264;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Content .Down .Text h1.Description{
  color: #ef6c00;
  font-size: 1em;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Content .Down .Text span{
  display: block;
  margin-top: 8px;
  line-height: 1.2em;
  font-size: 0.8em;
 }

 /* --- Card ---- */

 #MainDownMobilPages.CampaignArea .MenuContent .Card {
  border: solid 1px #c9d4dd;
  background-color: #fff;
  margin-top: 20px;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Card a{
  text-decoration:none;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Card .Image{
  height: 100px;
  width: 100%;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Card .Image img{
  height:100%;
  width: 100%;
  object-fit: cover;
 }



 #MainDownMobilPages.CampaignArea .MenuContent .Card .Text{
  padding: 10px;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Card .Text h1{
  font-weight: 600;
  color: #122264;
  margin-top: 8px;
  font-size: 1em;
 }

 #MainDownMobilPages.CampaignArea .MenuContent .Card .Text p{
  margin-top: 13px;
  color: #3394de;
  font-size: 0.9em;
  line-height: 1.3em;
 }

/* mobil general info*/
#MainDownMobilPages .GeneralInfoArea .MenuContent {
    padding: 10px 10px 100px 10px;
}


#MainDownMobilPages .GeneralInfoArea .MenuContent .Content{
    margin-top: 10px;
    background-color: #fff;
}

#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down{
    padding: 10px;
}

#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down .Text{
    padding: 12px 0;
    border-top: 1px solid #e9ecf2;
}

#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down .Text h1{
    display: block;
    font-weight: 600;
    font-size: 0.9em;
    color: #122264;
}

#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down .Text h1.Description{
    color: #ef6c00;
    font-size: 1em;
}

#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down .Text span{
    display: block;
    margin-top: 8px;
    line-height: 1.2em;
    /*font-size: 0.8em;*/
    margin-left: 10px;
}
#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down .Text .span-row span{
    display: inline-flex;
    margin-top: 8px;
    line-height: 1.2em;
    /*font-size: 0.8em;*/
}
#MainDownMobilPages .GeneralInfoArea .MenuContent .Content .Down .Text .span-row span.value{
    font-weight: 600;
}

 /* Alternative Flights*/
.alternative-box.option {
    border: 1px solid #122264;
    border-radius: calc(.3rem - 1px);
    padding: 5px;
}
.alternative-box .reservation-col.flight-info .title {
    font-size: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #0065B8;
    display: block;
    margin-bottom: 0px;
    position: relative
}

.alternative-box .reservation-col.flight-info .title .icon {
    margin-right: 5px;
    position: absolute;
    left: -22px
}

.alternative-box .reservation-col.flight-info .flight-box {

}

.alternative-box .reservation-col.flight-info .flight-box .airline {
    display: block;
    margin-bottom: 0;
    position: relative
}

.alternative-box .reservation-col.flight-info .flight-box .airline img {
    width: 19px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle
}

.alternative-box .reservation-col.flight-info .flight-box .airline .content {
    display: inline-block;
    vertical-align: middle
}

.alternative-box .reservation-col.flight-info .flight-box .airline .content .airline-title .airline-logo {width: 20px;height: 20px;border-radius:50%;margin-right: 5px;}
.alternative-box .reservation-col.flight-info .flight-box .airline .content .airline-title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.29;
    text-align: left;
    color: #28374f;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.alternative-box .reservation-col.flight-info .flight-box .airline .content .description {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33;
    text-align: left;
    color: #666
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary {
    display: block;
    margin-bottom: 10px
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary:last-child {
    margin-bottom: 0
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary .info {
    font-size: 12px;
    font-size: .75rem;
    color: #28374f;
    display: inline-block;
    width: 67%;
    line-height: 1.33;
    /*margin-left: 10px;*/
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary .info b {
    font-weight: 600
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary .info .icon {
    margin-right: 4px;
    color: #3394de
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary .info.full {
    width: 100% !important
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary .stops-message {
    font-size: 12px;
    font-size: .75rem;
    color: #df3c44;
    margin-top: 10px
}

.alternative-box .reservation-col.flight-info .flight-box .flight-summary .price {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.29;
    text-align: right;
    color: #666;
    display: inline-block;
    width: 33%;
    vertical-align: top
}

.alternative-box .reservation-col.flight-info .flight-box.left-box {
    padding-left: 0
}

.alternative-box .reservation-col.flight-info .flight-box.left-box .title {
    padding-left: 22px
}

.alternative-box .reservation-col.flight-info .flight-box.left-box .title .icon {
    left: 0
}
.alternative-box .CircleArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alternative-box .CurrentPrice {
    margin-bottom: 5px;
    font-size: 1.1rem;
    color: #28374f;
    font-weight: bold;
    white-space: nowrap;
    padding: 0px 15px;
}
.alternative-box .DiffPrice {
    margin-bottom: 5px;
    font-size: .8rem;
    /*color: #ef6c00;*/
    /*font-weight: bold;*/
    white-space: nowrap;

    display: block;
    padding: 5px 15px;
    color: white;
    background: #ef6c00;
    border-radius: 15px;
    font-weight: 700;
    margin-top: 10px;
}
.alternative-box .CircleArea .Circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    width:50px;
    min-width: 50px;
    border:3px solid #a6bdac;
    border-radius:50%;
    transition: 0.3s ease-in;
}

.alternative-box .CircleArea:hover .Circle {
    border:3px solid #2FA252;
    transition: 0.3s ease-in;
}

.alternative-box.option.select{
    background-color:#f1fff7;
    transition: 0.3s ease-in;
}

.alternative-box .option.select {
    border:2px solid #2FA252;
    border-radius: 6px;
    transition: 0.3s ease-in;
}

.alternative-box .CircleArea .Circle i{
    color:#2FA252;
    font-size: 32px;
    text-align: center;
    /*visibility: hidden;*/
    display: none;
}

.alternative-box.option.select .CircleArea.select .Circle i{
    /*visibility: visible;*/
    display: unset;
    transition: 0.3s ease-in;
}
.alternative-box .CircleArea .Circle .choose{
    font-size: .7rem;
    color:#2FA252;
    text-align: center;
    display: unset;
}

.alternative-box.option.select .CircleArea.select .Circle .choose{
    display: none;
    transition: 0.3s ease-in;
}
.alternative-box.option.select {
    border:2px solid #2FA252;
    border-radius: 6px;
    transition: 0.3s ease-in;
}
.alternative-box .takeoff-landing-label
{
    margin-right: 10px;
    color: #0065B8;
}
.alternative-box .DateArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alternative-box .DateArea .Date {
    display: none;
}
.alternative-box .DateArea .DiffDays {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #ef6c00;
    font-weight: bold;
    white-space: nowrap;
}
.alternative-box .reservation-col.flight-info .flight-box .airline .content .Date {
    font-weight: 600;
    line-height: 1.29;
    text-align: left;
    color: #28374f;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.alternative-box .reservation-col.flight-info .flight-box .airline .content .DiffDate {
    color: #ef6c00;
}
.TourDetails {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

.TourDetails.open {
    display: block;
    max-height: 1000px; /* Tahmini bir yüksekliği büyükçe bir değer olarak belirliyoruz */
    transition: max-height 0.5s ease-in;

    padding: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 6px;
    border-top: 1px solid #d5d7e7;
    border-left: 1px solid #d5d7e7;
    border-right: 1px solid #d5d7e7;
}
.TourDetails .flight-box .title {
    font-weight: 600;
    color: #0065B8;
    display: block;
    margin-bottom: 0px;
    position: relative
}
.alternative-box .PriceColumn,
.TourDetails .PencilArea {     /*verticaly center*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.TourDetails .PencilArea .change {
    margin-bottom: 5px;
    font-weight: 600;
    color: #0065B8;
}
#HotelDetailFlightChange .modal-footer {
    position: sticky;
    bottom: 0;
    background: white;
    width: 100%;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    padding: 10px 8px 10px 10px;
}
@media only screen and (max-width: 780px) {
    .alternative-box .PriceColumn {
        /*background: #d4fadf;*/
        padding: 10px 0;
    }
    .alternative-box .PriceColumn .PriceMainArea,
    .alternative-box .PriceColumn .CircleArea {     /*horizontaly center*/
        margin: auto;
        width: 50%;
    }

    .alternative-box .PriceColumn .CircleArea {
        /*display: contents;*/
        flex-direction: row;
    }
    .alternative-box .PriceColumn .CircleArea .DiffPrice,
    .alternative-box .PriceColumn .CircleArea .CurrentPrice{
        margin-right: 20px;
    }

    .alternative-box .PriceColumn .CircleArea .Circle span {
        color: rgb(150, 150, 180);
        font-size: 0.75em;
        font-weight: 400;
    }
    .alternative-box .CurrentPrice {
        margin-bottom: 0;
    }
}
#HotelDetail .reservation-box .next-day-arrive {
    color: #DF3C44;
    font-weight: 600;
    /*font-size: 0.9rem;*/
    /*line-height: 1.14;*/
    /*margin: 8px 0;*/
    /*padding-bottom: 20px;*/
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item {
    border-radius: 3px;
    background-color: #eef5fc;
    padding: 5px 10px;
    padding-left: 36px;
    display: inline-block;
    vertical-align: middle;
    color: #3394de;
    font-weight: 600;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item i {
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item .title {
    display: table;
    line-height: normal;
    font-weight: 600;
    font-size: 12px;
}

#HotelDetail #OverlayArea #GeneralInfoArea .tab-content .HotelGeneralInfo .Left .Box .Text .tag-list .tag-item .text {
    font-weight: normal;
    color: #666666;
    font-size: 12px;
}
