/*personalize*/

.bg-light-accent {
  background: #f2f6ff;
  color: #333;
}

.text-dark-color {
  color: #9b3539;
}

.text-fb {
  color: #4267B2;
}

.badge_zero {
  background: #409cff;
  color:#fff;
}

.form-container.outer {
  <!--background: rgba(94,136,212,.6);-->
}

.navbar-logo {
  width: 250px;
}
.navbar-name {
  display: none;
}

.tour_search {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.tour_search .row {
  background: #f8f9fa;
  border-radius: 4px;
  overflow:hidden;
  border:1px solid #dee2e6;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.srh_col {
  padding:.25rem;
}

.tour_search .row input{
  height:100%;
  padding:0 .5rem;
  background:transparent;
  color:#333;
  border:0;
  border-radius:0;
}

.srh_button{
  width:100%;
}

.col-que hr {
  display:none;
}

@media (max-width: 567px) {
  .tour_search .row input{
    height:3rem;
  }
  .srh_button{
    width:100%;
    height:40px;
  }
  .tour_search.active .col-que hr {
    display:block;
    width:95%;
    margin:0 auto;
  }
  .tour_search.active .col-que {
    width:100%;
    flex: 0 0 100%;
    max-width:100%;
  }
  .tour_search .col-date {
    display:none;
  }
  .tour_search.active .col-date {
    display:block;
  }
  .tour_search.active .col-srh {
    width:100%;
    flex: 0 0 100%;
    max-width:100%;
  }
  .tour_search.active .srh_button span::before{
    content : "Search";
    margin-left:.5rem;
  }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*html*/

html {
  min-height: 100%; }

body {
  color: #888ea8;
  height: 100%;
  font-size: 0.875rem;
  background: #fafafa;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0.0312rem;
  font-family: 'Quicksand', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #3b3f5c; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quote_form input::placeholder {
  font-style: italic;
  font-size: .85rem;
  color: #888;
}

a:hover {
  text-decoration: none;
}
p {
  white-space:pre-wrap;
}

:focus {
  outline: none; }

.br-0 {
  border-radius: 0 !important; }

.br-4 {
  border-radius: 4px !important; }

.br-6 {
  border-radius: 6px !important; }

.btn {
    padding: 0.4375rem 1.25rem;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.btn-lg {
    padding: .625rem 1.5rem;
    font-size: 16px;
}

.btn svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.section-title {
  color: #24305E;
}

.img-hold {
  background-image: url(https://storage.avel.my/common/holder.png);
  background-position: center;
  background-size: contain;
}


.home-slide {
  height: calc( 100vw / 1 );
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-slide {
    height: calc(100vw / 1.5 );
  }
}
@media (min-width: 992px) {
  .home-slide {
    height: calc(100vw / 2 );
  }
}
@media (min-width: 1200px) {
  .home-slide {
    height: calc(100vw / 2.8 );
  }
}
@media (min-width: 2560px) {
  .home-slide {
    height: calc(100vw / 3.5 );
  }
}
.ops {
  font-family: "Open Sans", sans-serif;
}
.rlw {
  font-family: "Raleway", sans-serif;
}

.navbar-name {
  margin: 0 0 0 1.125rem;
  font-weight: 800;
}
.navbar-nav {
  font-size: 1.125rem;
  margin-right: 3rem;
}
.nav-social-ico {
  height: 1.2rem;
  width: 1.2rem;
  margin: 0 .5rem;
}

.nav-link.active {
  font-weight: 600;
}
a.nav-link {
  display: flex;
  align-items: center;
}

.section-title {
  font-family: "Raleway", sans-serif;
}

#destination .destination-col {
  height: 200px;
  margin-bottom: 15px;
}

#destination .destination-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#destination .destination-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  border-radius: 6px;
}

#destination .destination-item:hover {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

#destination .destination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

#destination .destination-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#destination .destination-item img {
  transition: all ease-in-out 0.4s;
}

#destination .destination-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  #destination .destination-col {
    margin-bottom: 5px;
  }
  #destination .destination-col:nth-child(odd) {
    padding-left: 5px;
    padding-right: 2.5px;
  }
  #destination .destination-col:nth-child(even) {
    padding-left: 2.5px;
    padding-right: 5px;
  }
  #destination .destination-col img {
    height: 100%;
  }
}
@media (min-width: 767px) {
  #destination .destination-item img {
    width: 100%;
  }
}

#destination .destination-item .destination-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

#destination .destination-item:hover .destination-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#destination .destination-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.itin-meta-box {
  display: inline-block;
  padding: .5rem 1rem;
  margin-right: 1rem;
}

.price-card {
  width: 21rem;
  min-height: 380px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}


.cal-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
}
.cal-tr {
  display: flex;

}

.cal-ttl {
  font-size: 1.125rem;
}

.cal-td {
  padding: .2rem;
}

.cal-td-w, .cal-td-i, .cal-td-d, .cal-td-b {
  width: 3.65rem;
  color: #888;
}
.cal-td-w {
  text-align: center;
}
.cal-td-i, .cal-td-d, .cal-td-b {
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  position: relative;
  height: 3.75rem;
  padding: .1rem;
}

.cal-selected {
  background: #e2f2ff;
  color: #000;
}

.cal-date-num {
  color: #888;
  font-weight: 600;
  font-size: 1.125rem;
  margin-left: .25rem;
}
.cal-td-i .cal-date-num {
  color: #666;
}
.cal-td-d .cal-date-num {
  color: #999;
}
.cal-today .cal-date-num {
  color: #304ffe;
}

.cal-date-info {
  position: absolute;
  width: calc(100% - .3rem);
  left: .15rem;
  bottom: .15rem;
  color: #b71c1c;
  text-align: right;
}

.cal-td-i:hover {
  background: #fff;
  border: 1px solid #245A77;
  color: #fff;
  /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
}

.cal-td-i:hover .cal-date-num {
  color: #333;
}

.cal-selected.cal-td-i:hover .cal-date-num {

}

.md-trigger[aria-expanded=false] span:before {
  content: "+ Show ";
}

.md-trigger[aria-expanded=true] span:before {
  content: "- Hide ";
}


@media (max-width: 991px) {
  .itin-meta-box {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding-left: 0;
  }
  .price-card {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {

  .cal-col {
    padding-left: 0;
    padding-right: 0;
  }

  .cal-td-i, .cal-td-w, .cal-td-d, .cal-td-b {
    width: 2.75rem;
    max-width: calc((100vw/7) - .4rem );
    color: #888;
  }

  .cal-td-i {
    height: 3.5rem;
  }

  .navbar-logo {
    /* width: 10vw; */
  }


  .price-card {
    width: 1000%;
    margin-right: 0;
  }
}
