@charset "UTF-8";
body{
  line-height: 1.3;
  font-family: "Urbanist", sans-serif;
  color: #201E1B;
}
.title{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.btn-cta{
  padding: 20px 60px;
  font-size: 22px;
  background-color: #2BADE5;
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  max-width: 450px;
  margin: 20px auto 0 auto;
  font-weight: 600;
}
.btn-cta:hover{
  text-decoration: none;
  background-color: #1EC1F2;
  color: #fff !important;
}
.btn-cta img{
  margin-top: -5px;
}
.pink-bg{
  background-color: #f7e7ee;
}
.light-yellow-bg{
  background-color: #fbf1e3;
  /*background-color: #a0e3ef;*/
}
.yellow-bg{
  background-color: #fbdf47;
}
.high-light-txt{
  margin: 0 4px;
}
.pt180{padding-top: 180px;}
.pt150{padding-top: 150px;}
.pt120{padding-top: 120px;}
.pt100{padding-top: 100px;}
.pt80{padding-top: 80px;}
.pt70{padding-top: 70px;}
.pt50{padding-top: 50px;}
.pt40{padding-top: 40px;}
.pt30{padding-top: 30px;}
.pt20{padding-top: 20px;}
.pt10{padding-top: 10px;}
.pt5{padding-top: 5px;}
.pb180{padding-bottom: 180px;}
.pb150{padding-bottom: 150px;}
.pb120{padding-bottom: 120px;}
.pb100{padding-bottom: 100px;}
.pb80{padding-bottom: 80px;}
.pb50{padding-bottom: 50px;}
.pb40{padding-bottom: 40px;}
.pb30{padding-bottom: 30px;}
.pb20{padding-bottom: 20px;}
.pb10{padding-bottom: 10px;}
.sm-block, .sm-block-375{
  display: none;
}
h2{
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding-bottom: 70px;
  color: #201E1B;
}
h3{font-size: 30px;}
h4{font-size: 22px;}
.small-txt{font-size: 14px;}
.block-column-wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -15px 0 -15px;
}
.f18{font-size: 18px;}
img {
  max-width: 100%;
  height: auto;
}
@media(max-width:991px){ 
  h2{
    font-size: 45px;
  }
.pt180{padding-top: 150px;}
.pt150{padding-top: 130px;}
.pt120{padding-top: 100px;}
.pt100{padding-top: 80px;}
.pt80{padding-top: 60px;}
.pt70{padding-top: 55px;}
.pt50{padding-top: 40px;}
.pt40{padding-top: 30px;}
.pt30{padding-top: 20px;}
.pt20{padding-top: 15px;}
.pb180{padding-bottom: 150px;}
.pb150{padding-bottom: 130px;}
.pb120{padding-bottom: 100px;}
.pb100{padding-bottom: 80px;}
.pb80{padding-bottom: 60px;}
.pb50{padding-bottom: 40px;}
.pb40{padding-bottom: 30px;}
.pb30{padding-bottom: 20px;}
.pb20{padding-bottom: 15px;}
}
@media(max-width:1140px){
  .block-column-wrap {
    margin: 0;
  }
}
@media(max-width:991px){
  h2{font-size: 38px; padding-bottom: 50px}
  h3{font-size: 25px;}
  h4{font-size: 20px;}
}
@media(max-width:767px){
  .pt120{padding-top: 80px;}
  .pb120{padding-bottom: 80px;}
  .sm-block{
    display: block;
  }
  .sm-none{
    display: none;
  }
  h2{font-size: 32px; padding-bottom: 40px}
  .block-column-wrap{
    flex-direction: column;
    gap: 30px;
  }
  .btn-cta {
    padding: 16px 60px;
    font-size: 20px;
  }
  .col-md-4, .col-md-6, .col-sm-12{
    padding: 0;
  }
}
@media(max-width:390px){
  .btn-cta img{
    display: none;
  }
}
@media(max-width:375px){
  .sm-block-375{
    display: block;
  }
}
/*-----Banner-----*/
.banner img{
  width: 100%;
  height: auto;
}
/*-----End of Banner-----*/

/*-----Control-----*/
.control {
  padding: 16px 0 16px 0;
  border-radius: 8px;
}
.control ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.control li a{
	font-size: 18px;
  font-family: 'Urbanist', sans-serif !important;
  color: #201E1B;
}
.control li a:hover{
  color: #ED1F83;
  text-decoration: none;
}
.control li a:after{
  background: url(img/icon-arr-d.svg) no-repeat;
  background-size: 100%;
  content: '';
  width: 20px;
  display: inline-block;
  margin-left: 6px;
  padding-top: 16px;
}
.control li a:hover:after{
  background: url(img/icon-arr-d-hv.svg) no-repeat;
  background-size: 100%;
  content: '';
  width: 20px !important;
  display: inline-block;
  margin-left: 6px;
  padding-top: 16px;
}
@media(max-width:1140px){
	.control li a{
		font-size: 16px;
	}  
}
@media(max-width:991px){
    .control-wrap{
      background-color: #EAFCFF;
    }
  .control{
    margin: 0 auto 0 auto;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .control li{
    width: 33.333%;
    padding: 0px 20px;
    text-align: left;
  }
  .control li a {
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    position: relative;
		/*font-size: 15px;*/
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px;
		top: 10px;
  }
}
@media(max-width:767px){
  .control ul{		    
    justify-content: space-between;
    margin: 0;
    text-align: left;
    width: inherit;
    padding: 0;
	}
  .control li{
    width: 40%;
    padding: 0 20px;
  }	
}
@media(max-width:600px){	
  .control {
    padding-top: 10px;
    width: 100%;
    margin: 0;
	}  
  .control li{
    width: 40%;
    padding: 0;
  }	
}
@media(max-width:480px){	
  .control li{
    width: 45%;
  }	
}
@media(max-width:425px){	
  .control li{
    width: 48%;
  }	
}
@media(max-width:390px){
	.control li{
    width: 100%;
  }
}
/*@media(max-width:425px){	
  .control li{
    width: 48%;
    
  }	
}*/
/*-----End of Control-----*/

/*-----Intro-----*/
.leading-txt{
  /*color: #0391D2;*/
  color: #201E1B;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.intro p{
  text-align: center;
  line-height: 1.5;
}
.sm-block-500{
  display: none;
}
@media(max-width:991px){
  .leading-txt{
    font-size: 38px;
  }
}
@media(max-width:767px){
  .leading-txt{
    font-size: 26px;
  }
	.intro p{
    text-align: left;
  }
  .intro .pb50{
    padding-bottom: 30px;
  }  
}
@media(max-width:500px){
  .sm-block-500{
    display: block;
  }
}
/*-----End of Intro-----*/

/*-----Eligibility-----*/
#eligibility{
  text-align: center;
}
#eligibility h3{
  font-size: 36px;
  color: #201E1B;
  font-weight: 600;
}
.mullet-point-wrap{
  justify-content: center;
  align-items: top;
}

.mullet-point-item{
  text-align: center;
  padding: 0 40px;
}
.wrap-img{
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 5px solid #ED1F83;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  background: #fff;
  margin-bottom: 30px;
}
.mullet-point-wrap .point-title{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media(max-width:1140px){  
  .wrap-img{
    width: 180px;
    height: 180px;
    border: 4px solid #ED1F83;
  }
  .wrap-img img{
    height: 60%;
    width: auto;
  }
}
@media(max-width:991px){
  .wrap-img{
    width: 150px;
    height: 150px;
  }
}
@media(max-width:767px){
  #eligibility h3{
    font-size: 30px;
  }
  #eligibility .mullet-point-wrap{
    flex-wrap: wrap;    
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }
  .mullet-point-item{
    max-width: 46%;
    padding: 0 10px;
  }
  .mullet-point-item:last-child{
    max-width: 90%;
    padding: 0 10px;
  }
}
@media(max-width:600px){
  #eligibility .block-column-wrap{
    flex-direction: row;
  }
  .wrap-img{
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
  }
}

/*-----End of Eligibility-----*/

/*-----Benefits-----*/
/*#benefits h2{
  color: #074861;
}*/
#benefits .coupon-wrap{
  position: relative;
  padding-bottom: 50px;
}
#benefits .coupon-info{
  width: 60%;
  position: absolute;
  top: 40px;
  left: 400px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#benefits .coupon-info .coupon-title{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-shadow: 0 4px 2px rgb(0 0 0 / 20%);
  line-height: 1;
}
#benefits .coupon-info .coupon-title-small{  
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 0 4px 2px rgb(0 0 0 / 20%);
  line-height: 1;
  padding-bottom: 30px;
}
#benefits .coupon-info .coupon-content{  
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 20px; 
}
.coupon-info .btn-wrap{
  display: inline-grid;
}
.coupon-info .btn-wrap p{
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #d51083;
}
.coupon-info .btn-wrap p .high-light-txt{
  color: #d51083;
  text-shadow: 1px 1px 1px #fff;
  padding: 6px 10px;
  margin: 0;
}
.benefits-item{
  border: 1px solid #f3e4b4;
  box-shadow: 0px 2px 6px #dccfa7;
  background-color: #fff;
  height: 100%;
}
.benefits-info{
  margin: 30px;  
}
.benefits-info .title{
  margin-bottom: 20px;
}
.social-media-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 50px;
  text-align: center;
}
.social-media-wrap a img{
  padding-bottom: 5px;
}
.social-media-wrap a:hover p{
  color: #0391D2;
  text-decoration: underline;
}
.sm-block-600{
  display: none;
}
@media(max-width:1200px){
  .btn-cta {
    padding: 14px 60px;
  }
}
@media(max-width:1080px){
  #benefits .coupon-info {
    width: 63%;
    top: 30px;
    left: 350px;
  }
  #benefits .coupon-info .coupon-title {
    font-size: 45px;
  }
  #benefits .coupon-info .coupon-content {
    padding-bottom: 30px;
  }  
}
@media(max-width:1023px){
  #benefits .coupon-wrap{
    background-image: url(img/coupon-mb-bg.png);
    background-size: cover;
    margin-bottom: 30px;
    padding: 0;
    position: inherit;
    display: flex;
    flex-direction: column;
  }
  #benefits .coupon-info {
    width: 100%;
    position: inherit;
    margin-top: -80px;
    padding: 0 15px 50px 15px;
  }
  #benefits .coupon-wrap .sm-none{
    display: none;    
  }
  #benefits .coupon-wrap .sm-block{
    display: block;    
  }
  #benefits .coupon-wrap .coupon-title{
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  #benefits .coupon-info .coupon-content {
    line-height: 1.5;
    padding-bottom: 20px;
  }
}
@media(max-width:991px){
  #benefits .coupon-info {
    margin-top: -80px;
  }
  .coupon-info .btn-wrap p {
    font-size: 22px;
  }
  #benefits .coupon-info .coupon-title-small{
    padding-bottom: 30px;
    font-size: 35px;
  }
}
@media(max-width:767px){  
  .benefits-info{
    margin: 20px 20px 30px 20px;  
  }
  .benefits-item img{
    width: 100%;
  }
  .social-media-wrap{
    margin-top: 10px;
  }
  .social-media-wrap a img{
    width: 50px;
    height: auto;
  }
  .coupon-info .btn-wrap p{
    line-height: 2;
  }
  .sm-block-600{
    display: block;
  }
}
@media(max-width:600px){
  #benefits .coupon-wrap .coupon-title{
    width: 100%;
  }
  #benefits .coupon-info {
    margin-top: -100px;
  }
  #benefits .coupon-info .coupon-content{
    text-align: left;
    padding: 0 0 20px 0;
  }  
  .btn-cta {
    padding: 14px 30px;
  }
}
@media(max-width:500px){
  #benefits .coupon-info {
    margin-top: -80px;
  }
  #benefits .coupon-info .coupon-title-small {
    font-size: 30px;
  }
}
@media(max-width:425px){
  #benefits .coupon-info {
    margin-top: -70px;
  }
  #benefits .coupon-info .coupon-title-small {
    font-size: 28px;
  }
}
@media(max-width:380px){
    .coupon-info .btn-wrap p {
      font-size: 20px;
    }
}

/*-----End of Benefits-----*/

/*-----Why Choose the Bus-----*/
.choose-bus-item{
  border: 1px solid #E894B8;
  box-shadow: 0px 2px 6px #E1E1E1;
  background-color: #fff;
  height: 100%;
}
.choose-bus-info{
  margin: 20px;  
}
.choose-bus-info .title{
  margin-bottom: 20px;
}
.fare-wrap{
}
.fare-wrap .title{
  text-align: center;
}
.fare-table{
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border:1px solid #EDB6D0;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.fare-table th,
.fare-table td{    
  padding: 16px 8px;
  vertical-align: middle;
}
.fare-table th{
  background: #F9DCEA;
  border-right: 1px solid #EDB6D0;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
.fare-table th:last-child{
  background: #f4bed7;
}
.icon-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.icon-tick {
    width: 24px;
    height: 24px;
    background: url(img/icon-tick.svg) no-repeat center / contain;
    flex-shrink: 0;
}
.fare-table td{
  border-top: 1px solid #EDB6D0;
  border-right: 1px solid #EDB6D0;
  padding-left: 30px;
}
.fare-table td:last-child{
  background-color: #FFF4F9;
}
.fare-table tr > td:last-child,
.fare-table tr > th:last-child{
  border-right:none;
}
.fare-table .text-pink,
.fare-table tr > td:first-child{
  font-weight: 600;
}
.small-txt{
  text-align: center;
  padding-top: 10px;
}
.w-price{
  color: #ED1F83;
}
.sm-block-480{
    display: none;
  }
@media(min-width:950px){
  .fare-table tr{
    display: grid;
    grid-template-columns: 0.75fr 1fr 1fr;
  }  
}
@media(max-width:950px){
  .fare-table{
    width: 100%;
    overflow: hidden;    
  }
  .fare-table td{
    padding: 16px 8px;
  }
}
@media(max-width:767px){
  .choose-bus-info{
    margin: 20px;  
  }
  .choose-bus-item img{
    width: 100%;
  }
  .small-txt{
    text-align: left;
  }  
  .choose-bus-info .title {
    margin-bottom: 10px;
  }
  .fare-wrap .sm-w-40{
    width: 40%;
  }
}
@media(max-width:480px){
.sm-block-480{
    display: block;
  }
}
@media(max-width:424px){
  .fare-table .sm-block-375{
    display: block;
  }
}
/*-----End of Why Choose the Bus-----*/

/*-----Booking System-----*/
.reliable-system-wrap h4{
  text-align: center;
}
.reliable-system-wrap .title{
  padding: 15px 0;  
}
.reliable-system-wrap .col-md-4{
  padding: 0 30px;
}
.reliable-system-wrap .small-txt {
    text-align: left;
}
.medium-txt{
  font-weight: 600;
}
@media(max-width:1140px){
  .reliable-system-wrap img{
    width: 250px;
    height: auto;
  } 
}
@media(max-width:991px){
 .reliable-system-wrap .col-md-4{
    padding: 0 15px;
  } 
}
@media(max-width:767px){
  .reliable-system-wrap{
    text-align: center;
  }
  .reliable-system-wrap .col-sm-12{
    padding-bottom: 20px;
    text-align: left;
  }
  .reliable-system-wrap .title {
    padding: 10px 0 10px 0;
  }
  .reliable-system-wrap img{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    display: block;
  } 
}
@media(max-width:500px){
  .reliable-system-wrap img{
    width: 60%;
  } 
}
/*-----End of Booking System-----*/

/*-----FAQ-----*/
.faq-wrap{
  width: 850px;
  margin: 0 auto;
}

.faq-title {
    font-size: 50px;
    font-weight: bold;
    color: #00717A;
    text-align: center;
    line-height: 60px;
    margin-bottom: 32px;
}
.img-fluid {
  border: 1px solid #BCBCBC;
  margin-bottom: 8px;
}
.faq-list {  
  background: #fff;
  overflow: hidden;
  margin-top: 16px;
}
.dropdown {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #B0AEAC;
  margin-bottom: 10px;
  border-radius: 6px;
}
.question {
  padding: 18px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #202020;
  padding-right: 42px;
}
.dropdownSub {
  padding: 18px 50px 18px 18px;
  display: none;
  border-top: 1px solid #E6E6E6;
}
.question:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url("img/icon-plus.svg") no-repeat center center;
  position: absolute;
  right: 18px;
  top: 18px;
}
.dropdown_toggle .question:after {
  background: url("img/icon-minus.svg") no-repeat center center;
}
.faq-box {
  padding: 40px 0px 120px;
}
.faq-content {
  padding-top: 40px;
}
.faq-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.dropdown__inner.dropdown_toggle .question {
  background: #FFF4F9;
  color: #D4477B;
}
.dropdown__inner.dropdown_toggle .dropdownSub {
  border-top: none !important;
}
@media (max-width:991px) {
  .faq-wrap{
    width: 100%;
  }
}
@media (max-width:767px) {
  .faq {
    padding-bottom: 120px;
  }
  .dropdownSub {
    padding: 16px 15px 25px;
  }
  .question {
    padding: 15px 55px 15px 15px;
  }
  .question:after {
    right: 12px;
    top: 15px;
  }
  .faq-box {
    padding: 32px 0px 64px;
  }
  .faq-content {
    padding-top: 32px;
  }
}
/*-----End of FAQ-----*/

/*-----Purchase btn sticky-----*/
#purchase-btn {
    position: relative;
    bottom: 0;
    z-index: 9;
    padding: 15px 0;
    /*background: #f1b5cd;*/
    background: #f9dcea;
    display: none;
}
.sticky {
    position: sticky !important;
}
#purchase-btn .btn-cta{
  margin: 0 auto;
}
#purchase-btn .box__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
@media (max-width: 767px) {
    #purchase-btn .box__wrap {
        gap: 0px;
    }
}
@media (max-width: 400px) {
    #purchase-btn .box__wrap img {
        display: none;
    }
}
