:root {
  --f-title: "Plus Jakarta Sans", sans-serif;
  --blue: #0C7AF0;
  --orange: #FDE7CB;
  --yellow: #FDD000;
  --jade-green: #10AF9E;
  --black: #141414;
  --text-5xl: 54px;    
}
body{
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
.pt100{ padding-top: 100px;}
.pt80{ padding-top: 80px;}
.pb100{ padding-bottom: 100px;}
.pt140{ padding-top: 140px;}
.pb140{ padding-bottom: 140px;}
.mt60{margin-top: 60px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.mt8{margin-top: 8px;}
.mt4{margin-top: 4px;}
.text-link{text-decoration: underline;}
.text-bold{font-weight: bold;}
.btn-cm{
  width: 340px;
  max-width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  
}
button.btn-cm{
  outline: none;
}
.btn-yellow{ 
  color: var(--black);
  background: var(--yellow);
  border: none;
  font-weight: bold;
}
.btn-cm:hover{
  text-decoration: none;    
}
.btn-yellow:hover{
  background: #FFDE43;  
}
.btn-yellow-outline{
  border: 2px solid var(--yellow);
  color: var(--black);
  background: #fff;
  font-weight: normal;
}
.btn-yellow-outline:hover{
  /*background: #FEF1C7;*/
  background: #fff9dd;
}
.bg-yellow1{
  background-color: #F5F2E2;
}
.bg-yellow2{
  background-color: #FAF9F3;
}
.bg-yellow3{
  background-color: #E9E5D3;
}
h1{
  margin: 0;
  padding: 0;
  line-height: 0;
}
h2, h3, h4, h5, .title-small{
  font-family: var(--f-title);
  font-weight: 800;
}
h2{
  font-size: var(--text-5xl);
  font-weight: 800;
  text-align: center;  
  margin-bottom: 30px;
}
h3, h4, h5{
  font-weight: 700;
}
h4{font-size: 24px;}
h5{font-size: 20px;}
.title-small{
  color: var(--yellow);
  font-size: 18px;  
  text-align: center;
  font-weight: 300 !important;
}
.text-uppercase{
  text-transform: uppercase;
}
.sub-title{
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
}
.emphasised-txt{
  font-weight: bold;
}
.text-white{
  color: #fff;
}
.text-red{
  color: #D40404;
}
.text-link{
  color: var(--blue);
}
.text-link:hover{
  color: var(--black);
  cursor: pointer;
}
.icon-front::before {
  background-size: 100%;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.icon-after::before {
  background-size: 100%;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.small-text{
  font-size: 14px;
}
@media (max-width: 991px) {
  h2{font-size: 45px;}
  h5{font-size: 18px;}
}
@media (max-width:767px) {  
  .hidden-767{
    display: none !important;
  }
  .pt140{ padding-top: 100px;}
  .pb140{ padding-bottom: 100px;}
  .pt80{ padding-top: 60px;}
  .pt100{ padding-top: 80px;}
  .pb100{ padding-bottom: 80px;}
  .pb150{ padding-bottom: 120px;}
  .mt60{margin-top: 40px;}
  .btn-cm{padding: 12px;}  
  h4{font-size: 20px;}  
  .sub-title{font-size: 18px;}
}
@media(min-width:575px){
  .block-575{
    display: none;
  }
}
@media(min-width:767px){
  .block-767{
    display: none !important;
  }
}
@media(min-width:991px){
  .block-991{
    display: none !important;
  }  
}
@media(max-width:991px){
  .hidden-991{
    display: none !important;
  }
  .btn-cm{width: 300px;}
}
@media(max-width:575px){
  .hidden-575{
    display: none;
  }
}
@media(max-width:375px){
  .btn-cm{width: 250px;}
}

/*-----Breadcrumbs----*/
.breadcrumbs-wrap{
  background-color: #FAF9F3;
}
/*-----End Breadcrumbs----*/

/*----- Banner -----*/
.banner{
  position: relative;
}
.banner .fixed-position{
  position: absolute;
  top: 0.3vw;
  left: 10vw;
}
img.fixed-position{
  width: 37vw;
  height: auto;
}
@media(max-width:767px){
  .banner .fixed-position {
    position: absolute;
    top: 0;
    left: 0;
  }
  img.fixed-position {
    width: 100%;
    height: auto;
  }
}
/*----- End Banner -----*/

/*----- Control -----*/
.control {
  padding: 13px;
}
.control ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.control li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #fff;
  line-height: 36px;
}
.control li:last-child {
  border-right: none;
}
.control li a {
  font-weight: bold;
  color: var(--black);
}
.control li a:hover {
  color: #000;
  text-decoration: underline;
}
@media(max-width:767px){
  .control {
    padding: 0;
  }
  .control ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
  .control li {
    flex: none;
    width: calc(50%);
    padding: 0 15px;
    box-sizing: border-box;
    border: none;
  }
  .control li:nth-child(1), .control li:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
  .control li:nth-child(1), .control li:nth-child(3) {
    border-right: 1px solid #fff;
  }
  .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    position: relative;
  }
}
@media(max-width:385px){
  .control li {
    padding: 0 5px;
  }
}

/*----- End Control -----*/

/*----- Intro TeburaGO -----*/
.intro-content{
  display: grid;
  gap: 40px;
}
.service-describe{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.intro-content .emphasised-txt{
  font-size: 28px;
  text-align: center;
}
.intro-list{
  grid-template-columns: repeat(3, minmax(0, 340px));
}
.intro-list  .intro-item img{
  width: 100%;
  height: auto;
}
.grid-3 {
  display: grid;
  gap: 24px;
  justify-content: center;
}
.intro-list  .intro-item{
  border: 1px solid #e2d9af;
  border-radius: 8px;
  padding: 24px 24px 40px 24px;
  display: inline-grid;
  align-items: start;
  align-content: start;
  gap: 20px;
}
.intro-list .intro-card-content{
  display: grid;
  gap: 20px;
}
h5.feature-title{
  position: relative;
  padding-left: 65px;
  margin: 5px 0;
}
.intro-card-content .feature-text .note{
  margin-top: 5px;
  display: block;
}
.intro-item .icon-front::before{
  width: 54px;
  height: 42px;
  margin-right: 10px;
  margin-top: -4px;
  display: block;
  position: absolute;
  left: 0;
}
.intro-item .service01::before{
  background: url(../img/icon-service-num01.svg) no-repeat;
}
.intro-item .service02::before{
  background: url(../img/icon-service-num02.svg) no-repeat;
}
.intro-item .service03::before{
  background: url(../img/icon-service-num03.svg) no-repeat;
}
.special-notice{
  background-color: #E0F8F5;
  padding: 5px 10px;
  border-radius: 4px;
}
.special-notice p{
  text-align: center;
}
.intro-list .btn-cm{
  width: 100%;
}
@media (max-width:991px) {
  .intro-list  .intro-item{
    padding: 20px 15px 30px 15px;
  }
  .service-describe {
    font-size: 18px;
  }
  .intro-list{
    gap: 24px 15px;
  }
  .intro-list .btn-cm{
    font-size: 16px;
  }
}
@media (max-width:767px) {  
  /*.service-describe {
    text-align: left;
  }*/
  h5.feature-title{
    font-size: 20px;
  }
  .intro-list {
    grid-template-columns: repeat(1, minmax(0, 100%));
    gap: 24px 8px;
  }
  .intro-list  .intro-item{
    padding: 20px 15px 30px 15px;
  }
  .intro-list h3{
    margin-bottom: 10px;
  } 
}
@media (max-width:575px) and (min-width:374px) {
  .intro-list .btn-cm{
    font-size: 14px;
    padding: 7px 10px;
    text-align: left;
    margin-top: 20px;
  }
  .intro-list .btn-cm::after{
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);    
  }
  .intro-list h3{
    font-size: 20px;
  }
}
@media (max-width:424px) and (min-width:374px) {
  .intro-list h3 span {
    font-size: 20px;
  }
  .intro-list .btn-cm{
    font-size: 13px;
    padding: 7px;
  }
  .intro-list .btn-cm::after{
    font-size: 10px;
    right:5px;
    top: 9px;
  }
}
@media (max-width:374px) {
  .intro-list{
    grid-template-columns: 1fr;
  }
}
/*----- End Intro TeburaGO -----*/

/*----- Delivery Area section -----*/
.delivery-section{
  background: url("../img/bg-delivery-area-pc.jpg") no-repeat top center #141414;
  background-size: cover;
  text-align: center;
}
.delivery-section .map-wrap{
  position: relative;
  margin: 30px 0 20px;
}
.p-delivery-area__map-wrap {
  padding: 1.25rem 1.25rem 1.5rem;
  background-color: #fff;
}
.delivery-section .map-wrap .btn-expand{
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: rgba(0,0,0,0.7);
  padding: 5px 15px;
  border-radius: 50px;
  border: 1px solid #fff;  
}
.delivery-section .map-wrap .btn-expand a{
  color: #fff;
  text-decoration: none;
}
.delivery-section .map-wrap .btn-expand a:hover{
  color: #fff;
}
.delivery-section .text-note a{
  color: white;
}
.delivery-section .text-note a:hover{
  color: var(--yellow);
}
.delivery-section .icon-front{
  position: relative;
  padding-left: 25px;  
}
.delivery-section .icon-front::before{
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
}
.delivery-section .icon-front::before{
  background: url(../img/icon-zoom.svg) no-repeat;
}
@media (max-width:767px) {
  .p-delivery-area__map-wrap {
    display: none;
    padding: 1.25rem;    
  }
}
@media (max-width: 330px) {
	.p-delivery-area__map-wrap {
		padding: 0;
		font-size: 1rem;
	}
}
/*---List Hotel---*/
#map-modal .modal-dialog {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.map-modal {
  padding: 0 54px;
  overflow: hidden;
}
.map-modal .modal-header {
  /*border-bottom: 1px solid #ADADAD;*/
  padding: 0;
}
.map-modal .modal-title {
  font-size: 40px;
  font-family: var(--f-title);
  font-weight: bold;
  line-height: 60px;
  color: #333;
  text-align: center;
  margin: 20px 0 15px;
  flex: 1;
  padding-top: 15px;
}
.map-modal .modal-body {
  padding: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.map-wrapper{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.map-wrapper img {
  display: block;
  width: 610px;
  max-width: none;
  height: auto;
}
.map-modal-label {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 30px 0 20px;
  text-align: center;
}
.map-modal .modal-footer {
  border: 0;
  padding: 46px 0 52px 0;
  justify-content: center;
}
.map-modal .btn-close-modal {
  background: #E8E8E8;
  color: #333;
  font-size: 16px;
  padding: 10px 70px;
  border-radius: 27px;
}
.modal {
  padding: 0 15px !important;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  top: 20px;
  opacity: 1;
}
.modal-header .close img{
  width: 16px;
}
.modal-header .close:focus {
  outline: none;
}
.p-delivery-area__map-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 3rem;
}
.p-delivery-area__map-list {
	counter-reset: map-item;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-delivery-area__map-list li {
	counter-increment: map-item;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--color-text-base);
	font-size: 0.9375rem;
	font-weight: bold;
	margin-top: 0.5rem;
}
.p-delivery-area__map-list li .num {
	content: counter(map-item);
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: bold;
}
.p-delivery-area__map-inner > .p-delivery-area__map-list.hotel-list li .num {
	width: 1.375rem;
	height: 1.75rem;
	background: url("../img/icon-hotel-pin.svg") no-repeat center center/ contain;
	padding-block-end: 0.25rem;
}

.p-delivery-area__map-inner > .p-delivery-area__map-list.station-list li .num {
	border-radius: 2px;
	background-color: var(--black);
}
@media (min-width: 768px) and (max-width: 1100px) {
  .p-delivery-area__map-inner {
      gap: 0;
  }
  .p-delivery-area__map-inner .hotel-list{
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .p-delivery-area__map-wrap {
    padding: 20px 10px;
  }
  .p-delivery-area__map-list li {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .delivery-section {
    background-size: cover;
    background-position-x: -450px;
  }
  .map-modal .modal-title {
      font-size: 25px;
      margin: 16px 0;
  }
  .p-delivery-area__map-inner {
    margin-top: 20px;
  }
  .map-modal {
      padding: 0 15px;
      margin: 15px 0;
  }
  .modal-header .close {
      right: 22px;
  }
  .map-modal-label{
    font-size: 16px;
  }
  .p-delivery-area__map-list li {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .map-modal .modal-title {
      font-size: 6vw;
      line-height: 1.2;
  }
  .map-modal-label {
      font-size: 5vw;
      margin: 20px 0 10px;
  }  
}
/*----- End Delivery Area section -----*/

/*----- Plans section -----*/
.plans-list{
  grid-template-columns: repeat(2, minmax(0, 544px));
}
.grid-3{
  display: grid;
  place-items: center;
  gap: 30px;
  justify-content: center;
}
.plans-list .plan-item {
  display: inline-grid;
  align-items: start;
  align-content: start;
  height: 100%;
  border: 1px solid #e2d9af;
  border-radius: 8px; 
  background-color: #fff;
}
.plans-list .plan-item.justify-center{
  grid-column: 1 / -1;
  width: 50% !important;
  justify-self: center;
  width: fit-content;
}
.plans-list .plan-title-wrap{
  width: 100%;
  padding: 20px;
  background-color: var(--jade-green);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; 
  color: #fff;
}
.plans-list .plan-detail{
  padding: 30px 20px 40px 20px;
  background-color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; 
  display: inline-grid;
  align-items: start;
  gap: 20px;
  height: 100%;
}
.plan-detail .plan-des-wrap .plan-highlight{
  margin-bottom: 20px;
}
.plans-list .plan-detail div{
  min-width: 0;
}
.plans-list .plan-detail .plan-highlight{
  background-color: #E1F8F5;
  border: 1px solid var(--jade-green);
  border-radius: 4px;
  padding: 12px 16px;
}
.plan-detail .plan-highlight p{
  font-size: 20px;
  font-weight: 600;
}
.plan-detail .plan-feature{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;  
}
.plan-detail .plan-feature .icon-front{
  position: relative;
  padding-left: 25px;
}
.plan-detail .plan-feature .icon-front::before{
  background: url(../img/icon-check.svg) no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  margin-top: 4px;
  display: block;
  position: absolute;
}
.plans-list{
  margin-top: 40px;
}
.plans-list .plan-detail .plan-price-wrap{  
  background: #FFFCE8;
  border-radius: 4px;
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  align-self: stretch;
}
.plans-list .plan-detail .price{
  color: var(--jade-green);
  font-family: var(--f-title);
  font-weight: 700;
  font-size: 20px;
  margin-left: 10px;
}
.plans-list .plan-detail .price .price-num{
  font-size: 32px;
}
.plans-list .plan-detail .price a, .plans-list .plan-detail .price a:hover{
  color: var(--jade-green) !important;
}
.plans-list .plan-booking-wrap{
  display: grid;
  place-items: center;
  gap: 15px;
}
@media (max-width:991px){
  .plan-title-wrap h4{font-size: 22px;}
  .plan-detail .plan-highlight p {
    font-size: 18px;
  }
}
@media (max-width:767px){
  .plans-list {
    grid-template-columns: repeat(1, minmax(0, 100%));
  }
  .plans-list .plan-item.justify-center{
    width: 100% !important;
  }
  .plan-detail .plan-highlight p {
    font-size: 18px;
  }
  .plan-title-wrap h4{font-size: 22px;}
}
/*----- End Plans section -----*/

/*----- How to Use section -----*/
.guide-wrap{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.guide-wrap .dropdown {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #CEC28B;
  margin-bottom: 20px;
  border-radius: 6px;
}
.guide-wrap .matter-title {
  background-color: #F7F0CF;
  padding: 15px 45px 15px 20px;
  position: relative;
  cursor: pointer;
  font-family: var(--f-title);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
.guide-wrap .dropdown .matter-title:hover{
  background: #FBF2E6;
}
.guide-wrap .dropdownSub {
  padding: 20px 20px 40px 20px;
  border-top: 1px solid #E6E6E6;
  display: grid;
  gap: 30px;
  color: #626059!important;
}
.guide-wrap .location-wrap{
  background-color: #FAF9F3;
  padding: 15px;
  border-radius: 6px;
  display: grid;
  gap: 10px;
}
.guide-wrap .location-wrap .icon-front{
  position: relative;
  padding-left: 20px;
}
.guide-wrap .location-wrap .icon-front::before{ 
  content: '\f3c5';
  font-family: "Font Awesome 5 Free";
  color: #626059;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
  font-size: 16px;
  font-weight: bold;
}
.guide-wrap .icon-after{
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.guide-wrap .icon-after::before{ 
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  color: var(--blue);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
  font-size: 16px;
  font-weight: bold;
}
.guide-wrap .matter-title:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/icon-expand.svg") no-repeat center center;
  position: absolute;
  right: 18px;
  top: 18px;
}
.guide-wrap .text-link:hover::before {
  color: var(--black);
}
.guide-wrap .dropdown_toggle .matter-title:after {
  background: url("../img/icon-narrow.svg") no-repeat center center;
}
.guide-wrap .dropdown__inner.dropdown_toggle .matter-title {
  background: #F7F0CF;
}
.guide-wrap .dropdown__inner.dropdown_toggle .dropdownSub {
  border-top: none !important;
}
.guide-wrap .how-work-wrap{
  display: grid;
  gap: 15px;
  margin-top: 10px;
}
.guide-wrap .how-work-wrap .list-num{
  display: grid;
  gap: 10px;
}
.guide-wrap .button-wrap{
  text-align: center;
}
.how-work-wrap p.icon-question{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e2d9af;
  padding-bottom: 10px;
}
#how-to-use .text-uppercase{
  font-weight: 600;
}
.how-work-wrap .icon-front{
  position: relative;
  padding-left: 40px;
  min-height: 30px;
  line-height: 30px;
}
.how-work-wrap .icon-front::before{
  width: 30px;
  height: 30px;
  left: 0;
  display: block;
  position: absolute;
}
.how-work-wrap .icon-front.icon-question::before{
  background: url("../img/icon-question.svg") no-repeat top left;
}
.how-work-wrap .icon-front.icon-num01::before{
  background: url("../img/icon-num01.svg") no-repeat top left;
}
.how-work-wrap .icon-front.icon-num02::before{
  background: url("../img/icon-num02.svg") no-repeat top left;
}
.how-work-wrap .icon-front.icon-num03::before{
  background: url("../img/icon-num03.svg") no-repeat top left;
}
.how-work-wrap .icon-front.icon-num04::before{
  background: url("../img/icon-num04.svg") no-repeat top left;
}
.how-work-wrap .icon-front.icon-num05::before{
  background: url("../img/icon-num05.svg") no-repeat top left;
}
.guide-wrap .list-dot li {
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.guide-wrap .list-dot li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 0;
	top: 9px;
}
.guide-wrap .list-dot li.text-red:before {	
	background: #D40404;
}
.guide-wrap .button-wrap{
  display: grid;
  place-items: center;
  gap: 15px;
}
@media (max-width:991px) {
  .guide-wrap{
    width: 100%;
  }
}
@media (max-width:767px) {
  .guide-wrap .dropdownSub {
    padding: 16px 15px 25px;
  }
  .guide-wrap .matter-title {
    padding: 15px 55px 15px 15px;
  }
  .guide-wrap .matter-title:after {
    right: 12px;
    top: 15px;
  }
  .how-work-wrap .icon-front::before {
    top: -4px;
  }
  .how-work-wrap .icon-front {
    line-height: 1.5;
  }
}
/*----- End How to Use section -----*/

/*---Modal Eligible Hotels ---*/

#hotel-modal .modal-dialog {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.hotel-modal {
  padding: 0 54px;
  overflow: hidden;
}
.hotel-modal .modal-header {
  border-bottom: none;
  padding: 0;
}
.hotel-modal .modal-title {
  font-size: 40px;
  font-family: var(--f-title);
  font-weight: bold;
  line-height: 60px;
  color: #333;
  text-align: center;
  margin: 20px 0 30px;
  flex: 1;
  padding-top: 15px;
}
.hotel-modal .modal-body {
  padding: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #CEC28B;
  border-radius: 6px;
}
.hotel-list-wrapper{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.hotel-list-wrapper:first-child{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hotel-list-wrapper:last-child{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.hotel-modal-label {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 30px 0 20px;
  text-align: center;
}
.hotel-modal .modal-footer {
  border: 0;
  padding: 46px 0 52px 0;
  justify-content: center;
}
.hotel-modal .btn-close-modal {
  background: #E8E8E8;
  color: #333;
  font-size: 16px;
  padding: 10px 70px;
  border-radius: 27px;
}
.modal {
  padding: 0 15px !important;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  top: 20px;
  opacity: 1;
}
.modal-header .close img{
  width: 16px;
}
.modal-header .close:focus {
  outline: none;
}
.hotel-modal .hotel-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 20px;
}
.hotel-modal .hotel-wrap:nth-child(even){
  background-color: #FAF9F3;
}
.hotel-modal .hotel-info{
  width: 80%;
  padding-right: 10px;
}
.hotel-modal .hotel-info .hotel-name{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.hotel-modal .hotel-info .hotel-add{
  color: #626059;
}
.hotel-modal .hotel-location{
  width: 15%;
  min-width: 50px;
  text-align: center;
}
.hotel-modal .btn-map{
  position: relative;
  padding-left: 20px;
}
.hotel-modal .btn-map::before{  
  content: '\f3c5';
  font-family: "Font Awesome 5 Free";
  color: #0C7AF0;
  font-weight: bold;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.hotel-modal .text-link{
  /*text-decoration: none;*/
  font-size: 14px;
}
.hotel-modal .text-link:hover{
  text-decoration: underline;
}
@media (max-width:767px) {
  .delivery-section {
    background-size: cover;
    background-position-x: -450px;
  }
  .hotel-modal .modal-title {
      font-size: 25px;
      margin: 16px 0;
  }
  .hotel-modal {
      padding: 0 15px;
      margin: 15px 0;
  }
  .modal-header .close {
      right: 22px;
  }
  .hotel-modal-label{
    font-size: 16px;
  }
  .hotel-modal .hotel-info .hotel-name{
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .hotel-modal .modal-title {
      font-size: 6vw;
      line-height: 1.2;
  }
  .hotel-modal-label {
      font-size: 5vw;
      margin: 20px 0 10px;
  }  
}
/*---End Modal Eligible Hotels ---*/






