/* // Button  */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2a2d37;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:hover {
  text-decoration: none; }

.btn:focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.button:disabled,
.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  pointer-events: none; }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
  min-height: 38px; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2a2d37;
    border-color: #2a2d37; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-yellow,
.btn-warning {
  color: #fff;
  background-color: #efa603;
  border-color: #efa603;
  min-height: 38px; }
  .btn-yellow:hover,
  .btn-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-yellow:focus, .btn-yellow.focus,
  .btn-warning:focus,
  .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 203, 16, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled,
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.btn-none {
  padding: 0;
  line-height: 2.4;
  color: #000;
  background-color: none;
  border-color: none;
  text-decoration: underline; }
  .btn-none:hover {
    color: #efa603;
    background-color: none;
    border-color: none;
    text-decoration: underline; }
  .btn-none:focus, .btn-none.focus {
    color: #efa603;
    box-shadow: none; }

.btn-twoway {
  padding: 0.125rem 0;
  color: #000;
  background-color: none;
  border-color: none;
  border-bottom: solid 0.125rem transparent; }
  .btn-twoway:hover {
    border-bottom: solid 0.125rem #000; }
  .btn-twoway:focus, .btn-twoway.focus {
    color: #000;
    box-shadow: none;
    font-weight: 900;
    border-bottom: solid 0.125rem #000; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  min-height: 38px; }
  .btn-white:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.9); }
  .btn-white.disabled, .btn-white:disabled {
    color: #000;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-forgot {
  color: #efa603;
  background-color: transparent;
  border-color: transparent;
  border: 0; }
  .btn-forgot:hover {
    text-decoration: underline; }
  .btn-forgot:focus, .btn-forgot.focus {
    box-shadow: none; }

.btn-srh-wid {
  width: 13.75rem; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%; }

.card-title {
  margin-bottom: 0.75rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.usp-card,
.card.review,
.card.testimonial {
  text-align: center;
  padding: 0.6rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1); }

.usp-card img {
  height: 4.063rem; }

.card.review {
  padding: 1.5rem 0.6rem; }
  .card.review:first-child div:first-child img {
    height: 100%; }
  .card.review div:first-child {
    height: 1.875rem;
    text-align: center; }
  .card.review div:last-child a {
    font-size: 1.25rem;
    font-weight: 300;
    color: #2a2d37;
    text-decoration: none; }
    .card.review div:last-child a:hover {
      color: #000; }
  .card.review div:last-child img {
    margin-top: -0.125rem;
    width: 0.9375rem;
    transform: rotate(-90deg);
    filter: grayscale(1) brightness(0.2); }

.trip-ad img {
  height: auto !important; }

.card.testimonial .d-flex {
  justify-content: space-evenly; }

.card.testimonial h6,
.card.testimonial h6 + p {
  font-size: 1.125rem;
  line-height: 1.11; }

.card.testimonial h6 {
  color: #efa603;
  font-weight: 700; }

.card.testimonial p {
  margin-bottom: 0.5rem; }

.so-card {
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .so-card img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .so-card .card-title {
    font-size: 1rem; }
  .so-card .card-text {
    font-size: 0.813rem; }
  .so-card .card-cnt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .so-card a,
  .so-card button {
    font-size: 1rem;
    font-weight: 900;
    color: #faa821; }
  .so-card button {
    background-color: transparent;
    border: none; }
    .so-card button:hover {
      text-decoration: underline; }
    .so-card button:focus {
      outline: 0;
      box-shadow: none; }

.so-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.tr-card {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .tr-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .tr-card img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem; }
  .tr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #5e5e5e; }
  .tr-card div.d-flex {
    gap: 30%;
    align-items: flex-end; }
    .tr-card div.d-flex p {
      margin-bottom: 0; }

.nu-card img {
  margin-right: 0.5rem;
  width: 3.8rem;
  height: 3.8rem; }

.nu-card h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.75; }

.nu-card .card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5e5e5e;
  margin-bottom: 1rem; }

.ptr-card {
  flex-direction: row !important;
  min-height: 5rem;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1; }
  .ptr-card img {
    width: 5rem;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  .ptr-card div {
    width: calc(100% - 6rem); }
    @media (max-width: 500px) {
      .ptr-card div {
        width: calc(100% - 5rem); } }
  .ptr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000; }
  .ptr-card p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 0; }
  .ptr-card .t-ryt {
    width: 100%; }
    .ptr-card .t-ryt a {
      font-size: 0.75rem;
      font-weight: 600;
      color: #faa821; }

.blog-card {
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .blog-card img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .blog-card .card-title {
    font-size: 1rem; }
  .blog-card .card-text {
    font-size: 0.813rem; }
  .blog-card .card-cnt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-card a,
  .blog-card button {
    font-size: 0.9rem;
    font-weight: 900;
    color: #faa821; }
  .blog-card button {
    background-color: transparent;
    border: none; }
    .blog-card button:hover {
      text-decoration: underline; }
    .blog-card button:focus {
      outline: 0;
      box-shadow: none; }

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.ba-card img {
  width: 100%;
  max-height: 12rem;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem; }

.ba-card .card-title,
.ba-card .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.ba-card .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  min-height: 3.15rem;
  margin-bottom: 0.25rem;
  -webkit-line-clamp: 2; }

.ba-card .card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  -webkit-line-clamp: 5; }

.rar-card {
  border-radius: 2px;
  cursor: pointer; }
  .rar-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .rar-card div:nth-child(1) {
    min-height: 3.2rem; }
  .rar-card div:nth-child(2) img {
    margin-right: 0.5rem; }
  .rar-card div.d-flex div {
    min-height: 1rem !important; }
    .rar-card div.d-flex div span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #000; }
      .rar-card div.d-flex div span:nth-child(1) {
        margin-right: 0.5rem; }
  .rar-card div.d-flex div + span a {
    font-size: 0.75rem;
    font-weight: 400;
    color: #faa821; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #caced3;
  border-radius: 0 !important;
  -webkit-appearance: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464646;
    background-color: #fff;
    border-color: #efa603;
    outline: 0;
    box-shadow: none; }
    .form-control:focus ::placeholder {
      opacity: 0; }
  .form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control::-moz-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control:-ms-input-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control::-ms-input-placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control::placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-weight: 500; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ebee;
    opacity: 1;
    font-weight: 500; }

.form-label {
  font-size: 0.875rem;
  color: #2a2d37;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5; }

.address {
  padding: 0.375rem 0.75rem 0.375rem 2.5rem;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  font-weight: 600; }
  .address + img {
    position: absolute;
    top: 2.6rem;
    left: 0.625rem;
    pointer-events: none; }

.date-time {
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0.375rem 1.7rem 0.375rem 2.5rem;
  border: 1px solid #f6f6f6;
  color: transparent;
  text-shadow: 0 0 0 #000;
  font-weight: 900;
  background: url(/assets/images/chevron.svg) 90% no-repeat #f6f6f6; }

.date-time:focus {
  color: transparent !important;
  background: url(/assets/images/chev-up.png) 90% no-repeat #fff; }

.password .form-control {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem; }

.password .eye {
  position: absolute;
  right: 1.25rem;
  top: 2.813rem;
  width: 19px;
  height: 17px;
  cursor: pointer; }
  .password .eye:hover {
    filter: contrast(1.2); }

.count-dd {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .count-dd ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

.count-btn {
  color: #2a2d37;
  border: 1px solid #f6f6f6;
  font-weight: 900;
  width: 100%;
  text-align: left;
  height: 35px;
  cursor: pointer;
  background: url("/assets/images/chevron.svg") 90% no-repeat #f6f6f6; }
  .count-btn:focus {
    outline: 0px; }

.count-value {
  position: absolute !important;
  text-align: center;
  width: 70%;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  cursor: pointer; }
  .count-value li {
    height: 26px;
    padding: 3px; }
  .count-value li:hover {
    background-color: #f2f2f2; }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }

@media (min-width: 577px) {
  .address-pad {
    padding: 0.375rem 2.2rem 0.375rem 2.5rem; } }

@media (max-width: 576px) {
  .address-pad {
    padding: 0.375rem 2.2rem 0.375rem 1rem; } }

/** */
.common-dd {
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 180px; }
  .common-dd ul {
    margin: 2px;
    list-style-type: none; }

.common-btn {
  color: #2a2d37;
  border: 1px solid #f6f6f6;
  font-weight: 900;
  width: 100%;
  text-align: left;
  height: 35px;
  cursor: pointer;
  background: url("/assets/images/chevron.svg") 90% no-repeat #f6f6f6; }
  .common-btn:focus {
    outline: 0px; }

.common-value {
  position: absolute !important;
  text-align: center;
  width: 70%;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  max-width: 11rem;
  margin-left: 2px;
  padding: 10px 0 10px 0; }
  .common-value li {
    height: 26px;
    padding: 3px;
    cursor: pointer; }
  .common-value li:hover {
    background-color: #f2f2f2;
    cursor: pointer; }

