@charset "UTF-8";

.hidden {
  display: hidden;
}

html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #181818;
}

p {
  line-height: 1.75;
}

.tooltip-inner {
  max-width: 300px;
  /* max-width: 100%; */
}

.no-radius {
  border-radius: 0;
}

.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.simpack-section {
  padding: 3rem 0;
}
.simpack-section h2.section-heading, .simpack-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.simpack-section h3.section-subheading, .simpack-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

/** MAIN NAVIGATION */
#mainNav {
  transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffc800;
}
#mainNav .navbar-brand {
  transition: font-size 0.3s ease-in-out;
}
#mainNav .navbar-brand img {
  height: 4.3125rem;
  width: auto;
  transition: height 0.3s ease-in-out;
}
#mainNav .navbar-toggler {
  font-size: 0.85rem;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#mainNav .navbar-nav .nav-item {
  margin-right: 1rem;
}
.lang-icon {
  width: 20px;
  height: 20px;
}
.lang-btn {
  font-size: 0.85rem;
}
/** MAIN NAVIGATION SHRINK */

#mainNav.navdark {
  background-color: #252525;
}

#mainNav.navbar-shrink {
  background-color: #252525;
}
#mainNav.navbar-shrink .navbar-brand {
  font-size: 1.25em;
}
#mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
  height: 2.5rem;
}

/** HOME HEADER */
header.masthead {
  text-align: left;
  color: #fff;
  /* background-image: url("../assets/img/header-bg.jpg"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 750px;
}
header.masthead .masthead-heading {
  font-size: 6.3rem!important;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  font-family: Arial, sans-serif;
}
header.masthead-accommodation {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../assets/img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead-accommodation .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: Arial, sans-serif;
}
header.masthead-accommodation .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem!important;
  line-height: 140%;
  margin-bottom: 25px;
  font-family: Arial, sans-serif;
}

/** ABOUT US HEADER */
header.abouthead {
  text-align: center;
  color: #fff;
  background-image: url("../assets/img/about-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 650px;
}
header.abouthead .abouthead-heading {
  font-size: 4rem!important;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

/** STUDENT SURVIVAL KIT HEADER */
header.survivalkithead {
  text-align: center;
  color: #fff;
  /* background-image: url("../assets/img/survival-kit-bg.jpg"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 650px;
}
header.survivalkithead .survivalkithead-heading {
  font-size: 4rem!important;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.reveal:focus {
  outline: none;
  box-shadow: none;
}


#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.img-brand {
  height: 2.75rem;
}

section#contact {
  background-color: #212529;
  background-image: url("../assets/img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm .form-control:focus {
  border-color: #ffc800;
  box-shadow: none;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #ced4da;
}

/** INTRO SECTION */
.intro {
  padding: 5rem 0 3rem 0;
}
.intro h1 {
  color: #424446;
}

/** SERVICES SECTION */
.services {
  position: relative;
  margin-bottom: -140px;
}

.services-title {
  background-color: #fff;
  position: relative;
  top: -35px;
}
.services-title h5 {
  font-size: 1rem;
  margin-bottom: 0!important;
}

/** STUDENT KIT SECTION */
.studentkit {
  background-image: url("../assets/img/student-kit-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 700px;
  padding: 15rem 0 7rem 0;
}
.studentkit h1 {
  color: #424446;
}

/** PREPAID SIMPACK */
header.prepaidhead {
  text-align: center;
  color: #fff;
  /* background-image: url("../assets/img/prepaid-simpack-bg.jpg"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 650px;
}
header.prepaidhead .prepaidhead-heading {
  font-size: 4rem!important;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.telcolist {
  background-color: #f2f2f2;
  padding: 7rem 0 7rem 0;
}
.telcolist h1 {
  color: #373737;
}
.prepaid-image {
  background-color: #fff;
  padding: 4rem 2rem;
  margin-bottom: 1.1rem;
}
.owl-carousel h4 {
  text-align: left;
  font-size: 1.4rem;
}

/* OWL CAROUSEL ARROWS */
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -40px;
}
.owl-carousel .owl-next {
  right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #000!important;
  background: transparent!important;
  border-radius: 0px!important;
  font-size: 2rem!important;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.howitworks {
  padding: 5rem 0 3rem 0;
}
.howitworks h1 {
  color: #424446;
}
.hiw-box {
  background-color: #fff2f0;
}
.step-box {
  background-color: #cd3921;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.btn-purchase {
  background-color: #cd3921;
}

.grid-set {
  display: grid;
  grid-template-columns: 1fr 9fr;
  gap: 2rem;
  align-items: center;
  font-weight: bold;
}

.grid-set p:nth-child(2){
  margin-right: 2rem;
}

/** TRANSPORTATION PAGE */
header.transportationhead {
  text-align: center;
  color: #fff;
  /* background-image: url("../assets/img/transportation-bg.jpg"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 650px;
}
header.transportationhead .transportationhead-heading {
  font-size: 4rem!important;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.howitworkstranspo {
  padding: 5rem 0;
  background-color: #f2f2f2;
}
.howitworkstranspo h1 {
  color: #424446;
}
.hiwtranspo-box {
  min-height: 310px;
  font-size: 1.2rem;
}
.transpobox {
  background-color: #fff;
  height: 100%;
}
.steptranspo-box {
  background-color: #cd3921;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: -5px;
  position: relative;
}
.transtext {
  color: #0090ff;
}
.vehiclelist {
  padding: 5rem 0;
  background-color: #fff;
}
.trannsporate {
  padding: 5rem 0;
  background-color: #fff;
}
.trannspofaq {
  padding: 5rem 0;
  background-color: #fff;
}
.item-transpo {
  padding-left: 2rem;
  padding-right: 2rem;
}
.owl-transpo h4 {
  text-align: center;
  color: #003094;
  font-weight: bold;
}
.car-image {
  background-color: #fff;
  padding: 2rem 2rem;
}
.cardesc {
  font-size: 1.2rem;
  color: #545454;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
}
.passenger {
  font-size: 1.2rem;
  font-weight: bold;
}
.rate-table th {
  background-color: #eff3ff;
}
/** INQUIRY SECTION */
.inquiry {
  color: #2d2d2d;
  font-size: 0.85rem;
  padding: 5rem 0;
}
.inquiry-desc {
  position: relative;
}
.inquiry-desc a{
  color: #2d2d2d;
  text-decoration: none;
}
.sns-list {
  font-size: 1.5rem;
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
}
.sns-list a {
  color:#003094;
}
.sns-list a:hover {
  color:#2d2d2d;
}
.sns-item {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.inquiry-email a{
  border-bottom: 3px solid #2d2d2d;
}
.inquiry .address {
  line-height: 170%;
}

/** ACCOMODATION PAGE */
header.accomodationhead {
  text-align: center;
  color: #fff;
  background-image: url("../assets/img/accomodation-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 650px;
}
header.accomodationhead .accomodationhead-heading {
  font-size: 4rem!important;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
.howitworksacc {
  padding: 2rem 0 3rem 0;
}
.howitworksacc h1 {
  color: #424446;
}

/** FOOTER SECTION */
.footer {
  background-color: #252525;
  color: #cacaca;
  font-size: 0.75rem;
  font-family: Arial, sans-serif;
  padding: 90px 0;
}
.footer a {
  color:#fff;
  text-decoration: none;
}

/** LOGIN SECTION */
.link-password {
  text-decoration: none;
  font-weight: bold;
}
.remember-me {
  color: #505050;
}
.btn-login {
  background-color: #003094;
}
.btn-back {
  background-color: #c5c5c5;
  border: 1px solid #c5c5c5;
}
.btn-order {
  font-size: 0.9rem!important;
}

/** SUBPAGE SECTION */
.subpage {
  padding: 5rem 0 3rem 0;
  color:#373737;
}
.subpage-secondrow {
  padding: 0rem;
  color:#373737;
}
.about-stats h1{
  font-size: 4rem;
}

/** STUDENT KIT PAGE */
.kit-grid {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-pdf:hover {
  background: #bd2346!important;
  color: #fff!important;
}

/** REGISTRATION PAGE */
#registration {
  margin-top: 5rem;
}

.selected-label{
  width: 100%;
	height: auto;
	position: relative;
}
.selected-label input{
	display: none;
}
.selected-label .icon{
  width: 25px;
  height: 25px;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: .3s ease-in-out all;
  transform: scale(1);
  z-index: 1;
}
.selected-label .icon:before{
	content: "\f00c";
	position: absolute;
  left: 0px;
	width: 100%;
	height: 100%;
  font-family: FontAwesome;
	font-weight: 900;
	font-size: 16px;
	color: #000;
	text-align: center;
	opacity: 0;
	transition: .2s ease-in-out all;
	transform: scale(5);
}
.selected-label input:checked + .icon{
	background: #01b9ff;
	border-color: #01b9ff;
	transform: scale(1.2);
}
.selected-label input:checked + .icon:before{
	color: #fff;
	opacity: 1;
	transform: scale(.8);
}
.selected-label input ~ .card{
  border: solid 3px transparent;
}
.selected-label input:checked ~ .card{
  border: solid 3px #0105ff;
}
.selected-label input:checked ~ .card > .signup-card{
  background-color: rgba(0, 0, 0, 0.7);
}

.card-img-overlay {
  background: rgba(0, 0, 0, 0.3);
}

/** USER DASHBOARD PAGE */
.userdashboard {
  margin-top: 150px;
}
.dashbline {
  margin-top: 0px;
  margin-bottom: 0px;
}

/** ACCOMMODATION PAGE */
#accomm_search {
  margin-top: 6rem;
}
#accomm_search h1 {
  font-size: 3.4rem;
  font-weight: bold;
}
.accomm_ft h5 {
  color: #1076de;
}
.accomm_popular {
  margin-top: 6rem;
  padding: 5rem 0;
  background-color: #f2f2f2;
}
.accomm_popular h2 {
  font-size: 2.2rem;
}
.accom-input {
  border-radius: 40px;
  height: 80px;
  font-size: 2rem;
  padding-left:50px;
}
.btn-accomm {
  border-radius: 40px;
  width: 100px;
}
.gallery-thumb {
  width: 100%;
}

.btn-packagepdf {
  background: #fa9f1b!important;
  color: #fff!important;
  border:1px solid red!important;
}

/* MOBILE */

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #mainNav {
    background-color: #252525;
  }

  header .container {
    display: flex;
    flex-flow: column nowrap;
  }

  header.masthead {
    min-height: auto;
    margin-top: 6rem;
    padding: 2rem;
  }

  header.masthead .masthead-heading {
    font-size: 4rem!important;
  }

  header.accomodationhead .accomodationhead-heading, header.abouthead .abouthead-heading, header.prepaidhead .prepaidhead-heading,header.transportationhead .transportationhead-heading, header.survivalkithead .survivalkithead-heading {
    font-size: 2.5rem!important;
  }

  .inquiry-box {
    display: flex;
    flex-flow: column nowrap;
  }

  .inquiry-desc {
    position: block;
  }

  .inquiry-desc h2{
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .sns-list {
    position: block;
    margin-top: 2rem;
    margin-bottom: auto;
    bottom: auto;
  }

  .corp-box {
    width: 100%;
    margin-top: 8rem;
    padding-left: 1rem!important;
  }

  .footer-box {
    display: flex;
    flex-flow: column nowrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-box > .col-1 {
    padding: 0 2rem 2rem 2rem;
    width: 100%;
    text-align: center;
  }

  .footer-box > .col-11 {
    padding-left: 0rem!important;
    width: 100%;
    text-align: center;
  }

  .nav-link {
    /* padding-left: 0; */
  }





}