﻿/*-Font-*/
@font-face {
  font-family: "Primary";
  src: url("../fonts/Centrano2.eot");
  src: url("../fonts/Centrano2.eot?#iefix") format("embedded-opentype"), url("../fonts/Centrano2.woff") format("woff"), url("../fonts/Centrano2.woff2") format("woff2"), url("../fonts/Centrano2.ttf") format("truetype"), url("../fonts/Centrano2.svg#Centra No2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayFair";
  src: url("../fonts/PlayfairDisplay-BlackItalic.woff");
  src: url("../fonts/PlayfairDisplay-BlackItalic.woff") format("woff"), url("../fonts/PlayfairDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-------Color vars--------*/
/*$mainblue: #00224f;*/
/*------------------*/
html {
  background-color: #f1f2f6;
}

* {
  margin: 0;
  padding: 0;
}

.f-14 {
  font-size: 14px !important;
}

.h6, h6 {
  font-size: 0.9rem !important;
}

hr {
  opacity: 1;
  margin: 10px 0;
  background-color: #dbe1eb;
}

body {
  direction: ltr;
  font-family: "Primary" !important;
  color: #0f294d !important;
  background-color: #fff !important;
}

/*input[type=text] {
    border: none !important;
    border-left: none !important;
    outline: none !important;
    color: $mainblue !important;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
}*/
.clearfix {
  clear: both;
}

.btn-block {
  display: block !important;
  width: 100% !important;
}

.btn {
  border-radius: 0;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

.txt-line {
  text-decoration: line-through;
}

.full-width {
  width: 100%;
  display: block;
}

.f-12 {
  font-size: 12px;
}

.top-bar .dropdown {
  display: inline !important;
}

.top-bar a.dropdown-item {
  font-size: 14px;
  color: #0f294d;
  margin-bottom: 5px;
}

.top-bar .dropdown-item.active, .top-bar .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #dfb25a !important;
}

#topheader .dropdown-item.active, #topheader .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dfb25a !important;
}

.full-height {
  height: 100%;
}

.bg-w {
  background-color: #fff !important;
}

.no-border {
  border: none !important;
}

img.img.img-responsive {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.btn:hover, .btn:focus, .btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.color-white {
  color: #fff !important;
}

.color-blue {
  color: #003377 !important;
}

.color-gold {
  color: #dfb25a !important;
}

.color-gray {
  color: #8f8f8f !important;
}

.color-green {
  color: #009775 !important;
}

.l-blue {
  color: #4b6584 !important;
}

.txt-gray {
  color: #8f8f8f !important;
}

.text-right {
  direction: rtl !important;
}

.c-pointer {
  cursor: pointer !important;
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.fw-bold {
  font-weight: bold;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

ul.dropdown-menu.show {
  z-index: 9999;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

/*--margins--*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/*margin bottom*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.no-mar {
  margin: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

/*----paddings---*/
.no-pad {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

/*padding bottom*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-40 {
  padding: 40px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.prl-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.p-rel {
  position: relative !important;
  z-index: 0 !important;
}

::placeholder {
  color: #999 !important;
  opacity: 1; /* Firefox */
}

.btn-blue {
  background-color: #003377;
  color: #fff;
  border-radius: 0;
}

p {
  text-align: justify;
  line-height: 28px;
}

btn {
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 0 !important;
}

#go-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #go-to-top-btn {
    margin: 30px;
  }
}
.brdr-b-dash {
  border-bottom: dashed 1px #dbe1eb;
}

.brdr-t-dash {
  border-top: dashed 1px #dbe1eb;
}

.brdr-dash {
  border-bottom: dashed 1px #dbe1eb;
  border-top: dashed 1px #dbe1eb;
}

#go-to-top-btn {
  display: inline-block;
  background-color: #b88d5b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#go-to-top-btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 50px;
  color: #fff;
}

a#go-to-top-btn:hover {
  background-color: #003377;
}

@media (max-width: 500px) {
  #go-to-top-btn {
    right: 10px !important;
    bottom: 130px !important;
  }
}
/*--carousle--*/
/*--carousle--*/
section.main-header {
  color: #003377;
  background-image: url(../images/main-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 0 30px 0;
}

h1.main-h1 {
  font-family: "PlayFair";
  font-size: 2.5em;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

section.main-header-in {
  background-color: #003377;
  padding-bottom: 10px;
}

.main-header-in .main-search {
  margin-top: 10px;
  padding: 15px 25px 0px;
}

.search-in {
  position: relative;
}

.search-inCip {
  position: relative;
}

.ul-HotelsSerach {
  width: 100% !important;
  max-height: 180px;
  overflow-y: auto;
  background-color: #f9f9f9;
  z-index: 10000000;
  padding-left: 0px;
  margin-top: 0px;
  display: block;
  margin-right: 0;
  padding-right: 0px;
  border: 1px solid #ddd;
  border-top: none !important;
  border-bottom: none !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  font-size: 14px;
  box-shadow: 0 4px 5px #ccc;
}

ul#autocompleteList {
  box-shadow: 1px 2px 7px rgba(123, 123, 123, 0.5019607843) !important;
  z-index: 1000;
}

li.autocomplete-item i {
  font-size: 11px;
  margin-right: 5px;
}

.ul-HotelsSerach li {
  border-bottom: 1px dashed #ddd;
  padding-right: 12px !important;
  color: #0f294d;
}

li.autocomplete-item:last-child {
  border-bottom: none !important;
}

@media screen and (min-width: 1200px) {
  h1.main-h1 {
    font-family: "PlayFair";
    font-size: 2.5em;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  h1.main-h1 {
    font-size: 2em;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  h1.main-h1 {
    font-size: 2em;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  h1.main-h1 {
    font-size: 1.8em;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  h1.main-h1 {
    font-size: 1.5em;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    letter-spacing: 1px;
  }
}
/*--Start Navbar--*/
.navbar {
  background-color: #fff !important;
  padding: 0.5rem 0.5rem 0 !important;
  box-shadow: -1px 4px 15px rgba(0, 0, 0, 0.431372549);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row-reverse !important;
  }
}
.navbar-toggler {
  width: 48px;
  height: 45px;
  padding: 0 !important;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  border: 1px solid #7a7a7a !important;
  border-radius: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler i.fa.fa-bars {
  font-size: 26px;
  color: #636363;
}

.navbar-toggler:hover {
  text-decoration: none;
  border-color: #dfb25a !important;
}

.navbar-toggler:hover > i.fa.fa-bars {
  color: #dfb25a !important;
}

div#navbarSupportedContent .dropdown-menu {
  border: none;
}

section.main-header a.nav-link, section.main-header-in a.nav-link {
  color: #7a7a7a;
  line-height: 47px;
  border-bottom: solid 5px #fff;
}

section.main-header a.nav-link.active, section.main-header-in a.nav-link.active {
  color: #282828;
  /*border-bottom: solid 5px $goldcolor;*/
}

section.main-header a.nav-link:hover, section.main-header-in a.nav-link:hover {
  color: #282828;
  border-bottom: solid 5px #dfb25a;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-menu[data-bs-popper] {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu {
  border-radius: 0 0 0.25rem 0.25rem !important;
  margin-top: 0px !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 280px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-380px);
    transition: 0.5s ease-in-out;
    display: block;
    flex-grow: 0 !important;
    box-shadow: 0 0 30px #222;
  }
  .navbar-collapse.show {
    transform: translateX(0px);
  }
  .nav-overlay {
    position: absolute;
    background: transparent;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
  section.main-header a.nav-link.active, section.main-header-in a.nav-link.active,
  section.main-header a.nav-link:active, section.main-header-in a.nav-link:active {
    /*border-bottom: solid 2px $goldcolor;*/
  }
  section.main-header a.nav-link, section.main-header-in a.nav-link {
    line-height: 40px;
    /*border-bottom: solid 2px #fff;*/
  }
  section.main-header a.nav-link:hover, section.main-header-in a.nav-link:hover {
    border-bottom: solid 2px #dfb25a;
  }
}
img.logo {
  max-width: 150px;
}

/*--End Navbar--*/
/*--Start Header--*/
.top-bar {
  padding: 15px 0;
}

a.btn-outline {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0;
}

a.btn.btn-outline:hover {
  color: #dfb25a;
  border-color: #dfb25a;
}

/*--End Header--*/
/*--Start Search Sercion--*/
.main-header .container.p-rel {
  position: relative;
  overflow: auto;
  height: 100%;
}

.main-search {
  background-color: #fff;
  padding: 35px 25px 30px;
}

.main-search .form-control {
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  border: solid 1px #d5d5d5 !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #0f294d;
  padding: 0 3px 0px 10px;
}

a.btn.btn-search {
  color: #ffffff;
  border: none !important;
  border-radius: 0;
  height: 50px;
  display: block;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 52px;
  padding: 0;
  letter-spacing: 0.5px;
  background-color: #003377;
}

a.btn.btn-search i {
  font-size: 15px;
  margin-left: 5px;
}

a.btn.btn-search:hover {
  color: #fff;
  background-color: #dfb25a;
}

.search-in label {
  color: #8f8f8f;
  font-size: 13px;
  width: 100%;
}

.search-in label i {
  margin-right: 5px;
}

span.nights {
  float: right;
  color: #003377;
}

span.nights i {
  margin-right: 2px;
}

@media screen and (min-width: 1400px) {
  .main-search {
    margin: 0 auto;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .main-search {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-search {
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .main-search {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-search {
    padding-bottom: 15px !important;
  }
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d5d5d5 !important;
  border-radius: 0 !important;
  height: 50px !important;
  line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #003377;
  line-height: 50px !important;
  font-weight: 600;
}

.main-search button.select2-selection__clear {
  display: none !important;
}

.main-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #003377 !important;
  color: white;
}

.select2-dropdown {
  border: 1px solid #e6e6e6 !important;
  box-shadow: 0 12px 24px 0 rgba(15, 41, 77, 0.27) !important;
}

.select2-search--dropdown .select2-search__field {
  border-bottom: solid 1px #aaaaaa !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #003377 !important;
  border-color: transparent;
  color: #fff;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  height: 36px !important;
  width: 38px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.daterangepicker th.month {
  color: #366db5 !important;
  font-size: 15px !important;
}

.daterangepicker {
  padding: 0px 8px !important;
  box-shadow: 0 12px 24px 0 rgba(15, 41, 77, 0.27) !important;
  font-family: "Primary" !important;
}

.btn-primary {
  color: #fff;
  background-color: #003377 !important;
  border-color: #003377 !important;
  border-radius: 0 !important;
  display: inline-block;
  height: 38px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #dfb25a !important;
  border-color: #dfb25a !important;
}

.main-search button.dropdown-toggle.btn-dropdown {
  width: 100%;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  text-align: left;
  font-weight: 600;
}

.main-search form.dropdown-menu.show {
  margin-left: -12px !important;
  padding: 10px;
  border-radius: 4px !important;
  box-shadow: 0 12px 24px 0 rgba(15, 41, 77, 0.27) !important;
  min-width: 250px;
}

.main-search .dropdown-toggle::after {
  vertical-align: middle;
  float: right;
  margin-top: 25px;
}

.numbers input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none !important;
}

.numbers input:focus, .numbers input:active {
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

span.guest {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

span.info {
  color: #8f8f8f;
  font-size: 12px;
  margin-left: 3px;
}

.numbers {
  display: inline;
  float: right;
  white-space: nowrap;
}

button.btn.btn-plus, button.btn.btn-minus {
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  padding: 0;
  border: solid 1px;
  border-radius: 50%;
  cursor: pointer !important;
}

button.btn.btn-plus:hover, button.btn.btn-minus:hover {
  background-color: #003377;
  color: #fff;
}

/*--End Search Sercion--*/
/*--Start Footer--*/
footer {
  background-color: #f7f7f7;
  padding-top: 55px;
  padding-bottom: 30px;
}

footer h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

footer h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.social-links a {
  display: inline-block;
  width: 32px;
  margin: 15px 8px;
}

.footer-contact img {
  width: 32px;
  vertical-align: bottom;
}

.footer-contact {
  font-weight: 600;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

a.footer-links {
  color: #0f294d;
  padding: 5px 0 !important;
  display: block;
  transition: all 0.2s;
  font-size: 14px;
}

a.footer-links:hover {
  color: #dfb25a;
  transition: all 0.2s;
  margin-left: 5px;
}

span.payment-methods img {
  border: solid 1px #dadfe6;
  margin-right: 3px;
  max-width: 50px;
  background-color: #fff;
  padding: 5px;
}

.row.footer-main-links {
  border-top: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  padding-top: 35px;
  padding-bottom: 35px;
}

form.footer-form input {
  border: none;
  width: 90%;
  font-size: 14px;
}

form.footer-form {
  display: block;
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 3px rgba(102, 102, 102, 0.3607843137);
}

input:focus-visible, input:focus, input:hover {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
}

input:-internal-autofill, input:-internal-autofill-selected {
  background-color: transparent !important;
}

a.btn-send {
  color: #dfb25a;
  transition: all 0.2s;
}

a.btn-send:hover {
  color: #003377;
  transition: all 0.2s;
}

.social-links a img {
  transition: all 0.2s;
}

.social-links a img:hover {
  transform: rotate(-10deg);
  transition: all 0.2s;
}

.footer-filters {
  display: inline-block;
}

.footer-filters a {
  display: inline-block !important;
  width: 100px !important;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  margin-right: 15px;
  box-shadow: 0 2px 5px #bebebe;
  color: #003377;
  transition: all 0.2s;
  margin-bottom: 10px;
}

.footer-filters a:hover {
  background-color: #003377;
  color: #fff;
  transition: all 0.2s;
}

.footer-filters a.active {
  background-color: #003377;
  color: #fff;
  transition: all 0.2s;
}

.footer-hotels {
  background-color: #fff;
  border-radius: 10px;
  margin: 15px 0 40px;
  padding: 15px;
  box-shadow: 0 2px 5px #bebebe;
}

a.footer-hotel-link {
  color: #003377;
  padding: 5px 0;
  display: block;
  transition: all 0.2s;
}

a.footer-hotel-link:hover {
  color: #dfb25a;
  margin-left: 3px;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .newsletter {
    margin-top: 30px !important;
    border-top: solid 1px #e4e4e4;
    padding-top: 25px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .f-logo {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .f-logo {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: solid 1px #e4e4e4;
  }
  .footer-logo img {
    margin: 0 auto !important;
  }
}
/*--footer tabs--*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff !important;
  background-color: #003377 !important;
}

.nav-pills .nav-link {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #003377 !important;
  box-shadow: 0 2px 5px #bebebe;
  min-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

footer .nav .nav-item button.active {
  background-color: transparent;
  color: #fff !important;
}

footer .nav .nav-item button.active::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 0;
}

/*--footer tabs--*/
/*--End Footer--*/
/*--Start CIP Section Index--*/
section.cip-section {
  padding: 50px 0;
}

h2.main-title {
  font-size: 2.3em;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 20px !important;
}

h2.main-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #dfb25a;
  margin-top: 15px;
  margin-bottom: 35px;
}

h2.main-title-center {
  font-size: 2.3em;
  font-weight: 600;
  margin-bottom: 20px !important;
}

h2.main-title-center::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #dfb25a;
  margin-top: 15px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

h2.main-title-center2 {
  font-size: 2em;
  font-weight: 600;
}

h2.main-title-center2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #dfb25a;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  h2.main-title-center2 {
    margin-top: 20px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  h2.main-title-center2 {
    font-size: 1.8em;
    font-weight: 600;
  }
  .Pop-Des-section p {
    margin-bottom: 10PX;
  }
}
@media (max-width: 991px) {
  .cip-section p {
    max-width: 100% !important;
  }
  .cip-section .btn-blue {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h2.main-title, h2.main-title-center, h2.main-title-center2 {
    font-size: 2.2em;
  }
}
h3.secondary-title {
  font-size: 1.7em;
  font-weight: 600;
  padding: 20px 0;
}

section.cip-section p {
  text-align: justify;
  line-height: 28px;
  max-width: 90%;
}

.btn-blue {
  background-color: #003377;
  color: #fff;
  border-radius: 0;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 16px;
}

.btn-blue:hover {
  background-color: #dfb25a;
  color: #fff;
  border-radius: 0;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 16px;
}

.cip-section .bg-top, .about .bg-top {
  width: 175px;
  height: 175px;
  background-color: #dfb25a;
  position: absolute;
  top: -10px;
  right: 2px;
  z-index: -1;
}

.cip-section .bg-bottom, .about .bg-bottom {
  width: 175px;
  height: 175px;
  background-color: #dfb25a;
  position: absolute;
  bottom: -10px;
  left: 2px;
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .cip-section .bg-top, .about .bg-top, .cip-section .bg-bottom, .about .bg-bottom {
    width: 125px;
    height: 125px;
  }
}
/*--End CIP Section Index--*/
/*--Start Featured Hotels Section Index--*/
.Featured-section {
  background-color: #e9ecef;
  padding: 40px 0 30px 0;
}

/*Cards*/
.card {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 10px rgba(223, 223, 223, 0.8509803922);
  margin-bottom: 20px;
  transition: all 0.2s;
}

.card:hover {
  box-shadow: 0 0 20px #a1a0a0;
  transition: all 0.2s;
}

img.card-img-top {
  border-radius: 0 !important;
  border: none !important;
}

h5.card-title {
  color: #0f294d;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
}

h5.card-title:hover {
  color: #dfb25a;
  transition: all 0.2s;
}

h5.card-title a {
  width: 100%;
  display: block;
}

.stars .star, .star {
  color: #ffb400;
  font-size: 10px;
  margin-right: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.stars {
  min-height: 30px;
}

.score-review {
  font-size: 12px;
  /*  margin-left: 10px;*/
}

span.score {
  display: inline-block;
  background-color: #003377;
  color: #fff;
  padding: 3px 4px;
  border-radius: 8px 8px 0 8px;
  line-height: 31px;
  height: 32px;
  font-size: 13px;
}

.score-reviews {
  display: flex;
  align-items: center;
  min-height: 38px;
}

span.review {
  color: #003377;
  margin-left: 10px;
  font-size: 13px;
}

span.review {
  color: #003377;
  margin-left: 10px;
  font-size: 13px;
}

p.important-low {
  color: #8f8f8f;
  font-size: 14px;
  min-height: 28px;
}

span.price {
  display: block;
  width: 100%;
  text-align: right;
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 15px;
}

span.from-price {
  font-size: 20px;
  font-weight: 600;
  color: #0f294d;
}

/*--End Featured Hotels Section Index--*/
/*--Start About Section Index--*/
.About-section {
  padding: 50px 0;
}

.About-section img {
  width: 60px !important;
  margin-bottom: 20px !important;
}

section.About-section h4 {
  font-weight: 600;
  font-size: 20px;
}

/*--End About Section Index--*/
/*--Start Popular destinations Section Index--*/
.Pop-Des-section {
  background-color: #e9ecef;
  padding: 50px 0;
}

.des-cities {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s ease-in;
  border-radius: 25px 0;
}

.des-cities:hover {
  border-radius: 25px 0;
}

.des-cities:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}

.des-cities img {
  position: relative;
  transition: all 0.2s ease-in;
}

.des-cities div {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
}

.des-cities a.btn-cities {
  display: block;
  margin: 10px auto;
  width: fit-content;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.47);
  border-radius: 25px;
  min-width: 150px;
}

a.btn-cities:hover {
  background-color: #dfb25a;
}

@media (max-width: 767px) {
  .des-cities {
    margin-top: 15px;
  }
  .Pop-Des-section .bg-top {
    display: none;
  }
}
.Pop-Des-section .bg-top {
  width: 175px;
  height: 175px;
  background-color: #dfb25a;
  position: absolute;
  top: -10px;
  right: 2px;
  z-index: -1;
}

.Pop-Des-section .bg-bottom {
  width: 175px;
  height: 175px;
  background-color: #dfb25a;
  position: absolute;
  bottom: 0;
  left: 2px;
  z-index: -1;
}

/*--End Popular destinations Section Index--*/
/*--Start Popular Hotels Section Index--*/
.Popular-hotel-section {
  padding: 50px 0;
}

.pop-hotel-img .bg-top {
  width: 175px;
  height: 175px;
  background-color: #dfb25a;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}

.pop-hotel-img .bg-bottom {
  width: 175px;
  height: 175px;
  background-color: #dfb25a;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .pop-hotel-img .bg-bottom {
    bottom: 0;
  }
}
.carousel {
  background-color: #fff;
}

/*
.Popular-hotel-section .carousel {
    padding:10px;
}*/
.carousel-control-next, .carousel-control-prev {
  z-index: 1000 !important;
  width: auto !important;
}

.carousel-control-prev {
  left: -30px !important;
}

.carousel-control-next {
  right: -30px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.8rem !important;
  height: 2.8rem !important;
}

h2.hotle-name-header {
  text-align: left;
  margin-top: 40px;
  font-weight: 600;
  color: #222222;
}

.pop-hotel-data span.stars {
  font-size: 13px;
  margin: 0 3px;
  color: #dfb25a;
}

.pop-hotel-data p {
  color: #4b6584;
  font-size: 18px;
  max-width: 80%;
  margin-top: 20px;
}

.pop-hotel-data {
  padding-left: 50px;
}

span.pop-price span {
  font-weight: 600;
  font-size: 22px;
}

span.pop-price {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #222;
}

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border: solid 1px #dfb25a !important;
  border-radius: 50%;
  background-color: #dfb25a !important;
}

.carousel-indicators {
  bottom: -20px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .pop-hotel-data {
    padding-left: 0;
  }
  h2.hotle-name-header {
    margin-top: 20px;
  }
  .pop-hotel-data p {
    font-size: 16px;
    max-width: 90%;
  }
  span.pop-price {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .carousel-control-next {
    right: -25px !important;
  }
  .carousel-control-prev {
    left: -25px !important;
  }
  .pop-hotel-data span.stars {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pop-hotel-img img {
    max-width: 100%;
  }
  .pop-hotel-data {
    padding-left: 0;
  }
  h2.hotle-name-header {
    margin-top: 0;
    font-size: 26px;
  }
  span.pop-price {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .pop-hotel-data p {
    font-size: 15px;
    max-width: 90%;
    line-height: 24px;
    margin: 0 !important;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem !important;
    height: 2rem !important;
  }
  .carousel-control-next {
    right: -35px !important;
  }
  .carousel-control-prev {
    left: -35px !important;
  }
  .pop-hotel-img .bg-bottom {
    bottom: 0;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .pop-hotel-img .bg-bottom {
    bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .carousel-control-next {
    right: -20px !important;
  }
  .carousel-control-prev {
    left: -20px !important;
  }
  .pop-hotel-data {
    padding-left: 30px;
  }
  .pop-hotel-data p {
    color: #4b6584;
    font-size: 18px;
    max-width: 90%;
    margin-top: 20px;
    font-size: 17px;
  }
  span.pop-price {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .pop-hotel-img .bg-bottom {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .pop-hotel-img .bg-bottom {
    bottom: 0;
  }
  .pop-hotel-data {
    padding-left: 30px;
  }
  h2.hotle-name-header {
    margin-top: 30px;
  }
  .pop-hotel-data p {
    max-width: 94%;
  }
  span.pop-price {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .carousel-control-prev {
    left: -20px !important;
  }
  .carousel-control-next {
    right: -20px !important;
  }
}
/*--End Popular Hotels Section Index--*/
/*--Start Offer Section Index--*/
section.offer-section {
  padding: 30px 0 0;
}

section.offer-section h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

section.offer-section .card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6588235294);
}

section.offer-section .card:hover {
  box-shadow: 0 4px 12px #000000;
}

.offer-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#052454+31,8a73f2+100 */
  background: linear-gradient(135deg, #052454 31%, #8a73f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 30px 30px 0 30px;
  border-radius: 50px 50px 0 50px;
  padding: 40px;
  display: inline-flex;
}

@media (max-width: 991px) {
  .offer-bg {
    display: block;
  }
}
section.offer-section h2 {
  color: #fff;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.5em;
  margin-bottom: 40px;
  margin-top: 25px;
}

img.discount-img {
  width: 75% !important;
}

.offer-left {
  padding: 0 40px 0 30px;
}

@media screen and (min-width: 1200px) {
  section.offer-section h2 {
    color: #fff;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  img.discount-img {
    width: 55% !important;
  }
  .offer-left {
    padding: 0 40px 0 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  section.offer-section h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  img.discount-img {
    width: 60% !important;
  }
  .offer-left {
    padding: 0 20px 0 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.offer-section h2 {
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
  img.discount-img {
    width: 30% !important;
    margin-bottom: 30px !important;
  }
  .offer-left {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  img.discount-img {
    width: 50% !important;
    margin-bottom: 30px !important;
  }
  section.offer-section h2 {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
  }
  .offer-left {
    padding: 0;
  }
}
@media (max-width: 575px) {
  img.discount-img {
    width: 50% !important;
    margin-bottom: 30px !important;
  }
  section.offer-section h2 {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
  }
  .offer-left {
    padding: 0;
  }
}
.offer-bg .owl-dots {
  display: none;
}

.offer-bg .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 40%;
}

.offer-bg button.owl-prev {
  background-color: rgba(255, 255, 255, 0.8784313725) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% 0 0 50% !important;
  padding: 0 !important;
  text-align: center;
  line-height: 46px !important;
  position: absolute;
  right: -5px;
  color: #9d9d9d !important;
  font-size: 20px !important;
}

.offer-bg button.owl-next {
  background-color: rgba(255, 255, 255, 0.8784313725) !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  text-align: center;
  line-height: 46px !important;
  position: absolute;
  left: -5px;
  color: #9d9d9d !important;
  border-radius: 0 50% 50% 0 !important;
  font-size: 20px !important;
}

.offer-section button.owl-next:hover, .offer-section button.owl-next:focus, .offer-section button.owl-next:active, .offer-section button.owl-prev:hover, .offer-section button.owl-prev:focus, .offer-section button.owl-prev:active {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.8784313725);
}

.offer-section .owl-carousel .owl-nav button.owl-next:hover, .offer-section .owl-carousel .owl-nav button.owl-prev:hover, .offer-section .owl-carousel .owl-nav button.owl-next:focus, .offer-section .owl-carousel .owl-nav button.owl-prev:focus, .offer-section .owl-carousel .owl-nav button.owl-next:active, .offer-section .owl-carousel .owl-nav button.owl-prev:active {
  background-color: rgba(0, 34, 79, 0.6588235294) !important;
  color: #fff !important;
}

/*--End Offer Section Index--*/
/*--Start banner Section Index--*/
section.banner-section {
  padding: 30px 0 0;
}

section.banner-section .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 35%;
  color: #9d9d9d;
  width: 100%;
}

section.banner-section .owl-carousel .owl-nav button.owl-next, section.banner-section .owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.8784313725) !important;
  border-radius: 50% 0 0 50%;
  width: 40px;
  height: 40px;
  line-height: 46px !important;
  padding: 0;
  font-size: 20px !important;
}

section.banner-section .owl-carousel .owl-nav button.owl-next:hover, section.banner-section .owl-carousel .owl-nav button.owl-prev:hover,
section.banner-section .owl-carousel .owl-nav button.owl-next:focus, section.banner-section .owl-carousel .owl-nav button.owl-prev:focus,
section.banner-section .owl-carousel .owl-nav button.owl-next:active, section.banner-section .owl-carousel .owl-nav button.owl-prev:active {
  background-color: rgba(0, 34, 79, 0.6588235294) !important;
  color: #fff !important;
}

section.banner-section .owl-dots {
  display: none;
}

section.banner-section button.owl-next {
  position: absolute;
  left: -5px;
  border-radius: 0 50% 50% 0 !important;
}

section.banner-section button.owl-next:hover, section.banner-section button.owl-next:focus, section.banner-section button.owl-next:active,
section.banner-section button.owl-prev:hover, section.banner-section button.owl-prev:focus, section.banner-section button.owl-prev:active {
  color: #003377 !important;
}

section.banner-section button.owl-prev {
  position: absolute;
  right: -5px;
}

/*--End banner Section Index--*/
/*--Main Content--*/
section.main-content {
  background-color: #f1f2f6;
  padding: 20px 0;
}

#TotalRow {
  color: #003377;
  font-size: 20px;
}

.hotel-numbers {
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 50px;
  box-shadow: 0 0 5px #d8dae3;
  height: 50px;
  color: #0f294d;
  font-weight: 600;
}

@media (max-width: 991px) {
  section.main-content {
    margin-bottom: 100px;
  }
}
.hotel-search input[type=text] {
  border: none;
  width: 90%;
}

.hotel-search button {
  border: none;
  background-color: transparent;
  float: right;
  color: #8f8f8f;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.hotel-search button:hover {
  color: #003377;
}

.hotel-search .form-control {
  border-radius: 0;
  margin-top: 5px;
}

.hotel-search label {
  font-weight: 600;
  font-size: 14px;
}

.filter-bar {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 5px #d8dae3;
  color: #0f294d;
}

.filter-bar h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
}

.sort-item {
  display: block;
  background-color: #fff;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #003377;
  box-shadow: 0 0 5px #d8dae3;
  margin-bottom: 15px;
  color: #0f294d;
}

a.sort-item i {
  margin-right: 3px;
}

a.sort-item:hover {
  box-shadow: 0 0 10px #a1a5b7;
}

.filter-bar h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.stars-flex {
  display: flex;
}

.star-filter a {
  background-color: #f6f7fb;
  color: #003377;
  font-size: 14px;
  margin-right: 4px;
  padding: 7px 8px;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer !important;
}

.star-filter .star {
  margin-bottom: 0;
}

.star-filter a:hover {
  background-color: #e6ecff;
  color: #003377;
}

.star-filter a:focus {
  background-color: #003377;
  color: #fff;
}

/*---------Start Price range filter---------*/
a.filter-remove {
  font-size: 12px;
  color: #7b7b7b;
  font-weight: normal;
  cursor: pointer !important;
}

a.filter-remove:hover {
  color: #003377;
}

a.filter-remove i {
  width: 12px;
  height: 12px;
  text-align: center;
  margin-right: 3px;
  font-size: 9px;
  line-height: 12px;
  padding: 0;
  vertical-align: top;
}

.price-filter {
  margin-bottom: 15px;
}

.range_container {
  --_marker-border-clr: #003377 !important;
  --_marker-size: 11px;
  --_track-heigt: 3px;
  --_tooltip-bg-clr: rgba(0, 0, 0, 0.4);
  --_tooltip-txt-clr: var(--_marker-border-clr);
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 65px;
}

.sliders_control {
  position: relative;
}

.slider-tooltip {
  position: absolute;
  top: -3.5rem;
  width: fit-content;
  background-color: rgba(229, 231, 241, 0.9803921569);
  color: #003377;
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-align: center;
  translate: -50% 0;
}

.slider-tooltip::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  translate: -50% 0;
  width: 0.5rem;
  height: 0.5rem;
  rotate: 45deg;
  z-index: -1;
  background-color: inherit;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: var(--_marker-size);
  height: var(--_marker-size);
  background-color: var(--_marker-border-clr);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--_marker-border-clr);
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: var(--_marker-size);
  height: var(--_marker-size);
  background-color: var(--_marker-border-clr);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--_marker-border-clr);
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: var(--_track-heigt);
  width: 100%;
  position: absolute;
  background-color: var(--_marker-border-clr);
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.scale {
  display: flex;
  justify-content: space-between;
  margin-top: 1.7rem;
  position: relative;
  width: calc(100% - var(--_marker-size));
  margin-inline: auto;
  font-size: 0.8rem;
}

.scale div {
  position: absolute;
  translate: -50% 0;
  font-size: 11px;
  color: #7b7b7b;
}

.scale div::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  translate: -50% -125%;
  width: 1px;
  height: 6px;
  background-color: #c5c5c5;
}

/*---------End Price range filter---------*/
.form-check-input:checked {
  background-color: #003377 !important;
  border-color: #003377 !important;
}

.form-check .form-check-input:hover, .form-check .form-check-input:focus {
  border: solid 1px #003377 !important;
}

.rate-filter .form-check, .facility-filter .form-check {
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.form-check-input {
  margin-top: 0.15em !important;
  margin-right: 10px;
}

.filter-btn.btn {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  color: #003377;
}

.filter-btn h3 {
  background-color: #fff;
  height: 50px;
  line-height: 54px;
  padding: 0;
  margin: 0;
  font-size: 22px;
  box-shadow: 0 0 5px #d8dae3;
}

div#sidebar {
  position: relative;
}

@media (max-width: 991px) {
  #sidebar {
    position: absolute !important;
    z-index: 1000000;
    width: 100%;
    left: -1000px;
    transition: all 0.3s;
  }
  .navbar {
    padding: 0.5rem !important;
  }
}
@media (max-width: 991px) {
  #sidebar.active {
    left: 0;
    transition: all 0.3s;
  }
}
.close-filters {
  float: right;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px !important;
  color: #999;
  line-height: 24px;
  padding: 0;
  margin-left: 0 !important;
  cursor: pointer;
}

@media (max-width: 991px) {
  .hn {
    padding-right: 12px !important;
  }
}
@media (max-width: 575px) and (min-width: 401px) {
  .hotel-numbers {
    padding: 0 5px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
  }
  .filter-btn h3 {
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 991px) and (min-width: 455px) {
  .filter-btn h3 {
    font-size: 18px;
    font-weight: 600;
  }
}
.st {
  padding-right: 0;
}

@media (max-width: 400px) {
  .hn {
    width: 100%;
    padding-right: 0 !important;
    text-align: center;
  }
  div#sidebarCollapse {
    width: 100% !important;
  }
  .fil {
    width: 50%;
    padding-left: 0 !important;
  }
  .st {
    width: 50%;
    padding-right: 0;
  }
  .selected.Filter {
    margin-top: 10px;
  }
  .hotel-numbers {
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    text-wrap-mode: wrap;
    height: auto;
  }
  .filter-btn h3 {
    font-size: 19px;
    font-weight: 600;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sort-item {
    padding: 10px 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sort-item {
    margin-bottom: 5px;
    padding: 10px 0;
    font-size: 13px;
  }
  .sorting-section {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  button#sorting-btns:hover, button#sorting-btns:focus, button#sorting-btns:active {
    background-color: #003377;
    color: #fff;
    outline: 0;
    box-shadow: none !important;
  }
}
@media (max-width: 575px) {
  .sorting-section .col {
    padding-right: 3px;
    padding-left: 3px;
  }
  span.display-mode {
    display: none;
  }
}
a.clear-filters {
  color: #003377;
  font-size: 13px;
  background-color: #fff;
  padding: 4px 7px;
  display: inline-block;
  line-height: 1;
  border-radius: 25px;
  border: solid 1px #cacbd1;
  cursor: pointer !important;
  font-weight: normal;
}

a.clear-filters:hover {
  color: #fff;
  background-color: #003377;
  border-color: #003377;
}

a.clear-filters i {
  font-size: 11px;
}

label.selectfilter {
  background-color: rgba(255, 255, 255, 0.8196078431);
  font-size: 14px;
  padding: 0 7px;
  border-radius: 25px;
  line-height: 22px;
  border: solid 1px #cacbd1;
  margin-left: 3px !important;
}

label.selectfilter span {
  color: #003377 !important;
  margin-left: 3px !important;
}

button#sorting-btns {
  background-color: #fff;
  height: 50px;
  line-height: 54px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #003377;
  font-weight: 600;
  box-shadow: 0 0 5px #d8dae3;
  border-radius: 0;
}

button#sorting-btns i {
  vertical-align: middle;
}

.btn-outline-blue {
  border: solid 1px #003377;
  color: #003377;
  border-radius: 0;
  background-color: transparent;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #003377;
}

a.hotel-card {
  display: contents;
  color: #003377;
}

a.hotel-card .stars {
  min-height: 30px;
}

a.hotel-card .score-reviews {
  min-height: 38px;
}

.hz span.price {
  margin-top: 5px !important;
}

.hz a.show-on-map {
  margin-left: 5px;
  font-size: 13px;
  background-color: rgba(241, 242, 246, 0.8);
  padding: 0 9px;
  border-radius: 25px;
  color: #0045ab;
  display: inline-block;
  text-wrap-mode: nowrap;
  border: solid 1px #e7edff;
}

.hz .score-review {
  font-size: 14px;
}

div#Hotel-map-modal .modal-dialog {
  max-width: 70% !important;
}

div#Hotel-map-modal .modal-dialog h4 {
  padding: 10px 15px;
  font-size: 19px;
  font-weight: 600;
  background-color: #f0f2f5;
  margin-top: 5px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  div#Hotel-map-modal .modal-dialog .distances p {
    width: 48%;
    display: inline-block;
    direction: ltr !important;
  }
}
@media screen and (max-width: 767px) {
  div#Hotel-map-modal .modal-dialog {
    max-width: 90% !important;
  }
  div#Hotel-map-modal .modal-dialog .distances p {
    width: 100%;
    display: block;
    direction: ltr !important;
  }
}
.H-list-gallery .carousel-control-next {
  height: fit-content;
  top: 40%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.8;
  padding: 6px;
  right: 0 !important;
  box-shadow: 0 0 3px #666;
}

.H-list-gallery .carousel-control-prev {
  height: fit-content;
  top: 40%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.8;
  padding: 6px;
  left: 0 !important;
  box-shadow: 0 0 3px #666;
}

.H-list-gallery .carousel-control-next-icon, .H-list-gallery .carousel-control-prev-icon {
  width: 1.1rem !important;
  height: 1.15rem !important;
}

.hotel-search a {
  color: #003377;
}

.hotel-search a:hover {
  color: #dfb25a;
}

/*------Start Hotel Details-------*/
section.hotel-main-info {
  background-color: #fff;
  padding: 20px 10px 10px;
}

a.back-to-all {
  color: #003377;
  padding-bottom: 15px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}

a.back-to-all:hover {
  color: #dfb25a;
}

h2.hotel-name {
  font-size: 24px;
  font-weight: 600;
}

.hotel-address {
  /*color: #455873;*/
  color: #4b6584;
  font-size: 14px;
}

a.show-map {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #003377;
  cursor: pointer;
  text-wrap-mode: nowrap;
}

a.show-map:hover {
  color: #dfb25a;
}

.btn-select-room {
  font-size: 20px;
  font-weight: 600;
  background-color: #003377;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}

.btn-select-room:hover {
  background-color: #dfb25a;
  color: #fff;
}

@media (max-width: 767px) {
  a.btn-select-room {
    margin-top: 15px;
  }
}
.each-reply {
  background-color: rgba(237, 242, 250, 0.8784313725);
  border-radius: 10px;
  padding: 15px;
  border: solid 1px #d3e3fd;
}

.hotel-gallery {
  margin: 15px 0;
}

.info-summary {
  background-color: #f5f7fa;
  padding: 15px;
  min-height: 180px;
  position: relative;
  font-size: 14px;
}

.info-summary span.score {
  border-radius: 8px 8px 8px 0;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
}

.discount-offer img {
  width: 48px;
  vertical-align: middle;
  margin-right: 7px;
}

.discount-offer {
  background-color: #fff;
  margin: 10px 0;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 0 10px #d8d8d8;
}

.discount-offer span {
  color: #ec3c77;
}

.facilities-tab {
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px #d5d5d5;
  cursor: pointer;
  transition: all 0.2s;
}

.facilities-tab:hover {
  color: #003377;
  box-shadow: 0 0 10px #b8b8b8;
  transform: translate(0px, -3px);
  transition: all 0.2s;
}

.facilities-tab:hover > a {
  color: #003377;
}

a.btn-hotel-tab {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #4b6584;
  border: none !important;
  display: block;
  width: 100%;
  padding: 10px 0;
}

.hotel-main-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0f294d;
  margin-top: 5px;
}

.carousel-item .score-review {
  display: inline-block;
  float: right;
}

.info-summary .carousel-item p {
  font-size: 14px;
  width: 90%;
  margin: 5px auto;
  line-height: 21px;
  color: #0f294d;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
  overflow: hidden;
}

a.more {
  font-size: 15px;
  color: #003377;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-weight: 600;
}

a.more i {
  margin-left: 5px;
  vertical-align: middle;
  border: solid 1px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0;
  line-height: 15px;
  font-size: 11px;
}

a.more:hover {
  color: #dfb25a;
}

span.user-name-review {
  font-weight: 600;
  font-size: 15px;
  color: #4b6584;
  line-height: normal;
}

.riviews-slider .carousel-item span.score {
  display: inline-block;
  background-color: #003377;
  color: #fff;
  padding: 0 4px;
  border-radius: 8px 8px 8px 0;
  line-height: 29px;
  height: 27px;
  font-size: 14px;
}

.riviews-slider .carousel {
  background-color: transparent;
}

.riviews-slider .carousel-control-next-icon, .riviews-slider .carousel-control-prev-icon {
  width: 16px !important;
  height: 16px !important;
}

.riviews-slider .carousel-indicators {
  display: none;
}

.riviews-slider .carousel-control-next, .riviews-slider .carousel-control-prev {
  top: 40px;
}

.riviews-slider .carousel-item img {
  width: 28px;
  margin-right: 5px;
}

.riviews-slider .carousel-inner {
  min-height: 85px;
  padding-top: 10px;
}

.hotel-desc p {
  font-size: 14px;
  line-height: 21px;
  color: #0f294d;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
}

span.t-amenity i {
  margin-right: 5px;
  font-size: 12px;
}

span.t-amenity {
  display: inline-block;
  min-width: 48%;
  font-size: 14px;
  color: #0f294d;
  padding: 2px 0px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
  }
}
span.desc-info {
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  padding: 3px 10px;
  border-radius: 25px;
  line-height: 28px;
}

.modal-title {
  font-weight: 600;
}

/*--HOTEL GALLERY--*/
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  /* padding: 40px;*/
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  border-radius: 5px;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Fontawesome";
  content: "\f002";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* background-color: rgba(46, 132, 206, 0.7);*/
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

a.lightbox {
  position: relative;
}

span.display-mode button {
  width: 24px;
  height: 24px;
  line-height: 28px;
  border-radius: 5px;
  border: solid 1px #cacbd1;
  padding: 0;
  text-align: center;
  background-color: #fff;
  color: #003377;
  font-size: 15px;
  box-shadow: 1px 2px 3px rgba(0, 51, 119, 0.2509803922);
  margin-right: 5px;
  outline: none;
}

.modal-header .hotel-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}

/*--Room Details--*/
section.hotel-main-info a.review:hover {
  color: #dfb25a;
}

.room-details {
  border: solid 1px #ddd;
  padding: 15px;
  color: #0f294d;
  border-radius: 5px;
}

.each-room {
  background-color: #fff;
  margin-bottom: 15px;
  border: solid 1px #003377;
  padding: 15px;
}

.each-room h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
}

.btn-p-calendar {
  border: solid 1px #009775;
  color: #009775;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 38px;
  height: 38px;
  font-size: 15px;
  border-radius: 0;
}

.btn-p-calendar i {
  font-size: 12px;
}

.btn-p-calendar:hover {
  background-color: #009775;
  color: #fff;
}

.hotel-detail-info p {
  margin-bottom: 0 !important;
}

div#roomGallery .carousel-control-next-icon, div#roomGallery .carousel-control-prev-icon {
  width: 1.1rem !important;
  height: 1.15rem !important;
}

div#roomGallery .carousel-control-next, div#roomGallery .carousel-control-prev {
  height: fit-content;
  top: 40%;
  border-radius: 50%;
  background-color: #fff;
}

div#roomGallery .carousel-control-next {
  height: fit-content;
  top: 40%;
  border-radius: 50% 0 0 50%;
  background-color: #ffffff;
  opacity: 0.8;
  padding: 6px 8px;
  right: -7px !important;
}

div#roomGallery .carousel-control-prev {
  height: fit-content;
  top: 40%;
  border-radius: 0 50% 50% 0;
  background-color: #ffffff;
  opacity: 0.8;
  padding: 6px 8px;
  left: -7px !important;
}

.room-gallery .carousel-inner {
  border-radius: 5px;
}

.room-gallery .photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}

.room-gallery .photos-grid-container .sub {
  display: grid;
  grid-template-columns: 12fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}

.room-gallery .photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}

.info-o {
  border: solid 1px #707f94;
  width: 14px;
  height: 14px;
  font-size: 9px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  color: #707f94;
  vertical-align: top;
}

span.first-price {
  color: #8f8f8f;
  text-decoration: line-through;
  font-size: 15px;
}

span.main-price {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}

span.price-header {
  color: #4b6584;
  font-size: 14px;
}

.selectroom {
  border-left: solid 1px #ddd;
  display: block;
  height: 100%;
}

.rooms label {
  font-size: 13px;
  color: #8f8f8f;
}

.btn-reserve-room {
  background-color: #003377;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  padding: 0 28px;
}

.btn-reserve-room:hover {
  background-color: #dfb25a;
  color: #fff;
}

.rooms .numbers input {
  width: 60px;
}

@media screen and (max-width: 400px) {
  .rooms .numbers input {
    width: 30px;
  }
  .btn-reserve-room {
    padding: 0 15px;
  }
}
.room-facilities {
  /*border: solid 1px #dbe1fa;*/
  margin: 5px 0;
  /* padding: 5px 0;*/
}

span.facility {
  /* background-color: #f1f2f6;*/
  margin-right: 12px;
  font-size: 13px;
  border-radius: 25px;
  display: inline-block;
  text-wrap: no-wrap !important;
  margin-bottom: 5px;
  line-height: 1;
}

span.facility i {
  font-size: 12px;
}

.alert-light {
  background-color: #f3f3f3 !important;
}

.alert {
  padding: 0.5rem 0.5rem !important;
  margin-bottom: 0 !important;
  z-index: 1000;
}

a.show-img {
  position: absolute;
  width: fit-content;
  text-align: center;
  z-index: 10000;
  bottom: 0;
  left: 10px;
  color: #ffffff;
  height: fit-content;
  font-size: 20px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s;
  transform: rotatey(-180deg);
}

.room-gallery:hover a.show-img {
  opacity: 1;
  transition: all 0.2s;
}

/*--Price Calendar--*/
.each-day.selected-days {
  border: solid 2px #d1ab60;
}

.each-day {
  background-color: #fff;
  padding: 0;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 15px;
  /*min-height: 130px;*/
  border: solid 2px #ddd;
}

.head-day {
  background-color: #f6f6f6;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
}

span.day-date {
  display: block;
  font-size: 13px;
  color: #0f294d;
}

span.discount-day {
  color: #008009;
  font-size: 13px;
  margin: 5px 0 0;
  display: block;
}

span.f-price-date {
  font-weight: 600;
  color: #0f294d;
  display: block;
  font-size: 18px;
  padding-top: 5px;
}

.row.p-calendar {
  background-color: #f1f2f6;
  margin: 0 0 10px 0;
  padding: 15px 15px 0;
  border-radius: 5px;
}

span.day-name {
  font-size: 12px;
  color: #0f294d;
}

.col-cal {
  flex: 0 0 auto;
  width: 10%;
  padding: 0 2px;
}

@media (max-width: 991px) and (min-width: 576px) {
  .col-cal {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .col-cal {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .btn-p-calendar {
    margin-bottom: 10px;
  }
  .r-f-info {
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
  }
  .r-p-info {
    text-align: center !important;
    padding: 0 12px !important;
  }
}
a.activeStar {
  background-color: #003377;
  color: #fff;
}

@media (max-width: 991px) {
  .room-gallery {
    margin-bottom: 10px;
  }
}
/*--Side Pop up--*/
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

@media only screen and (min-width: 1170px) {
  .customization_popup_trigger {
    margin: 6em auto;
  }
}
/* --------------------------------

xpopup

-------------------------------- */
.customization_popup1, .customization_popup2, .customization_popup3 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgba(94, 110, 141, 0.9);*/
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
  z-index: 10000;
}

.customization_popup1.is-visible, .customization_popup2.is-visible, .customization_popup3.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}

.customization_popup_container1, .customization_popup_container2, .customization_popup_container3 {
  position: absolute;
  width: 65%;
  margin: 0 auto;
  right: 0;
  top: 0;
  height: 100vh;
  background: #FFF;
  border-radius: 10px 0 0 10px;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translatex(400px);
  -moz-transform: translatex(400px);
  -ms-transform: translatex(400px);
  -o-transform: translatex(400px);
  transform: translatex(400px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 20px;
  overflow: auto;
}

.customization_popup_container1 h3, .customization_popup_container2 h3, .customization_popup_container3 h3 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}

.customization_popup_container1 h4, .customization_popup_container2 h4, .customization_popup_container3 h4 {
  padding: 10px 15px;
  font-size: 19px;
  font-weight: 600;
  background-color: #f0f2f5;
  margin-top: 5px;
  border-radius: 5px;
}

.customization_popup_container1 h5, .customization_popup_container2 h5, .customization_popup_container3 h5 {
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.customization_popup_container2 span {
  padding: 6px 15px;
  display: block;
  font-size: 14px;
}

.customization_popup_container2 span i {
  margin-right: 5px;
  font-size: 14px;
}

.customization_popup_container1 .customization_popup_buttons:after,
.customization_popup_container2 .customization_popup_buttons:after,
.customization_popup_container3 .customization_popup_buttons:after {
  content: "";
  display: table;
  clear: both;
}

.customization_popup_container1 .customization_popup_buttons li,
.customization_popup_container2 .customization_popup_buttons li,
.customization_popup_container3 .customization_popup_buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.customization_popup_container1 .customization_popup_buttons a,
.customization_popup_container2 .customization_popup_buttons a,
.customization_popup_container3 .customization_popup_buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.customization_popup_container1 .customization_popup_buttons li:first-child a,
.customization_popup_container2 .customization_popup_buttons li:first-child a,
.customization_popup_container3 .customization_popup_buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}

.no-touch .customization_popup_container1 .customization_popup_buttons li:first-child a:hover,
.no-touch .customization_popup_container2 .customization_popup_buttons li:first-child a:hover,
.no-touch .customization_popup_container3 .customization_popup_buttons li:first-child a:hover {
  background-color: #fc8982;
}

.customization_popup_container1 .customization_popup_buttons li:last-child a,
.customization_popup_container2 .customization_popup_buttons li:last-child a,
.customization_popup_container3 .customization_popup_buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}

.no-touch .customization_popup_container1 .customization_popup_buttons li:last-child a:hover,
.no-touch .customization_popup_container2 .customization_popup_buttons li:last-child a:hover,
.no-touch .customization_popup_container3 .customization_popup_buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.customization_popup_container1 .customization_popup_close,
.customization_popup_container2 .customization_popup_close,
.customization_popup_container3 .customization_popup_close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.customization_popup_container1 .customization_popup_close::before, .customization_popup_container1 .customization_popup_close::after,
.customization_popup_container2 .customization_popup_close::before, .customization_popup_container2 .customization_popup_close::after,
.customization_popup_container3 .customization_popup_close::before, .customization_popup_container3 .customization_popup_close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.customization_popup_container1 .customization_popup_close::before,
.customization_popup_container2 .customization_popup_close::before,
.customization_popup_container3 .customization_popup_close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.customization_popup_container1 .customization_popup_close::after,
.customization_popup_container2 .customization_popup_close::after,
.customization_popup_container3 .customization_popup_close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .customization_popup_container1,
.is-visible .customization_popup_container2,
.is-visible .customization_popup_container3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .customization_popup_container {
    /* margin: 8em auto;*/
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .customization_popup_container1, .customization_popup_container2, .customization_popup_container3 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .customization_popup_container1, .customization_popup_container2, .customization_popup_container3 {
    width: 90%;
  }
}
.progress-bar {
  background-color: #003377;
}

.progress {
  height: 8px;
  position: relative;
}

.progress-text {
  position: absolute;
  color: #4b6584;
}

.progress-wrap {
  margin: 15px 0;
}

span.progress-value {
  text-align: right;
  display: block;
  font-size: 12px;
}

.progress-text {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  line-height: 14px;
}

.msg-form input:focus-visible, .msg-form input:focus, .msg-form input:hover, .msg-form textarea:hover, .msg-form textarea:focus, .msg-form textarea:focus-visible {
  border: solid 1px #003377 !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
}

.msg-form label {
  font-size: 14px;
  color: #4b6584;
}

.h-detail-all .score-reviews .score {
  display: inline-block;
  background-color: #003377;
  color: #fff;
  border-radius: 15px 15px 0 15px;
  line-height: 52px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
}

.h-detail-all .score-review {
  font-size: 16px;
  margin-left: 10px;
  font-weight: 600;
}

.h-detail-all span.review {
  font-size: 14px;
  color: #0f294d;
}

.each-review p {
  margin: 30px 0 0 0;
  line-height: 23px;
  font-size: 14px;
}

span.guest-status {
  font-size: 13px;
  width: fit-content;
  text-align: center;
  background-color: #f0f2f5;
  padding: 4px 15px;
  border-radius: 25px;
  margin: 7px 0;
  display: inline-block;
}

.each-review {
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
}

span.guest-rate {
  font-size: 11px;
  color: #dfb25a;
}

span.review-date {
  color: #6c819a;
  font-size: 13px;
}

.rev-guest {
  width: 100%;
  display: inline-block;
}

@media (max-width: 991px) {
  span.guest-status {
    float: right;
  }
  .rev-guest {
    width: fit-content;
  }
}
.hotel-details {
  background-color: #fff;
  padding: 15px;
}

h2.hotel-det-header {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 15px 5px;
  margin-bottom: 0;
}

h3.hotel-det-header {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 20px;
  margin-bottom: 0;
}

.impressions {
  box-shadow: 0 0 15px #c7c3c3;
  padding: 20px;
  height: 100%;
  transition: all 0.2s;
}

.impressions:hover {
  box-shadow: 0 0 25px #bbb;
  transition: all 0.2s;
  transform: translate(0px, -5px);
}

.impressions p {
  max-height: 110px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 23px;
}

.impressions .user-name-review {
  color: #003377;
}

.impressions .review-date {
  font-size: 12px;
}

.hotel-details a.more {
  position: relative !important;
  top: auto;
  bottom: auto;
  margin: 15px 0;
  right: auto;
  left: auto;
}

.total-price {
  background-color: #fff;
  padding: 0 30px;
  border-radius: 30px;
  display: block;
  height: 46px;
  line-height: 46px;
  border: solid 1px rgba(0, 51, 119, 0.3803921569);
  box-shadow: 0 0 6px rgba(0, 51, 119, 0.4705882353);
}

.reserve-btn {
  display: block;
  background-color: #ff5722;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  line-height: 46px;
  padding: 0;
  border: none;
  cursor: pointer !important;
  transition: all 0.2s;
}

.reserve-btn:hover, .reserve-btn:focus, .reserve-btn:active, .reserve-btn:focus-visible {
  background-color: #003377 !important;
  color: #fff !important;
  transition: all 0.2s;
}

.btn-danger.can-res {
  display: block;
  font-size: 20px;
  border-radius: 50px;
  line-height: 46px;
  padding: 0;
  border: none;
  cursor: pointer !important;
}

.can-res:hover {
  background-color: #b90000 !important;
}

.font-22 {
  font-size: 22px;
}

.font-16 {
  font-size: 16px !important;
}

.hotel-map {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 5px;
  height: 100%;
}

.distances p:before {
  content: "\f276";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 7px;
  color: #003377;
  font-size: 12px;
}

.locations {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 5px;
  height: 100%;
}

.distances p {
  margin-bottom: 0;
  font-size: 14px;
}

.locations a.more {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
}

@media screen and (min-width: 992px) {
  .customization_popup_container3 .distances p {
    width: 48%;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .customization_popup_container3 .distances p {
    width: 100%;
    display: block;
  }
}
/*--Star rating--*/
#half-stars-example {
  display: inline-block;
  line-height: 50px;
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 16px;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -20px;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: #ffb400;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: #ffb400;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

.hotel-details div#captcha-container {
  float: right;
}

@media screen and (max-width: 767px) {
  div#captcha-container {
    float: none;
    margin: 10px auto;
    display: block;
    width: fit-content;
  }
}
.comment h3.hotel-det-header {
  padding: 20px 0 10px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item .accordion-button {
  border-radius: 0;
  font-weight: 600;
  color: #0f294d !important;
}

/*--Related hotels carousel--*/
.related .owl-dots {
  display: none;
}

.related .owl-carousel .owl-nav button.owl-next, .related .owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.8784313725) !important;
  border-radius: 50% 0 0 50%;
  width: 40px;
  height: 40px;
  line-height: 46px !important;
  padding: 0;
  font-size: 20px !important;
}

.related button.owl-next {
  position: absolute;
  left: -5px;
  border-radius: 0 50% 50% 0 !important;
}

.related button.owl-prev {
  position: absolute;
  right: -5px;
}

.related .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 35%;
  color: #9d9d9d;
  width: 100%;
}

.related .owl-carousel .owl-nav button.owl-next:hover, .related .owl-carousel .owl-nav button.owl-prev:hover, .related .owl-carousel .owl-nav button.owl-next:focus, .related .owl-carousel .owl-nav button.owl-prev:focus, .related .owl-carousel .owl-nav button.owl-next:active, .related .owl-carousel .owl-nav button.owl-prev:active {
  background-color: rgba(0, 34, 79, 0.6588235294) !important;
  color: #fff !important;
  outline: none;
}

/*--Hotel Gallery--*/
.photos-grid-container {
  height: 100%;
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}
@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
  }
}
.photos-grid-container .img-box {
  border: 1px solid #ffffff;
  position: relative;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
  border-radius: 5px;
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 17px;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}
/*--Room Gallery--*/
/*------End Hotel Details-------*/
/*-----Start Login------*/
a.btn-google img {
  max-width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

div#login-modal .modal-dialog {
  max-width: 500px !important;
  top: 15%;
}

div#login-modal .modal-content {
  padding: 40px;
  color: #0f294d;
}

div#login-modal .modal-header {
  padding: 0;
  border: none !important;
}

div#login-modal h2 {
  font-size: 22px;
  font-weight: 600;
}

.btn-google {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: solid 1px #003377;
  border-radius: 0;
  font-weight: 600;
  color: #003377;
}

.btn-google:hover, .btn-google:focus {
  color: #fff;
  background-color: #003377;
}

div#login-modal input.form-control {
  height: 50px;
  margin-bottom: 10px;
  border-radius: 0;
  line-height: 50px;
}

div#login-modal input.form-control:hover, div#login-modal input.form-control:focus {
  border: solid 1px #003377 !important;
}

div#login-modal label {
  color: #8f8f8f;
  font-size: 13px;
}

div#login-modal .other_title {
  align-items: center;
  color: #8592a6;
  display: flex;
  flex-direction: row;
  font-size: 20px;
  line-height: 18px;
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  margin-top: 17px;
}

div#login-modal .other_title .left-line {
  margin-right: 8px;
}

div#login-modal .other_title .left-line, div#login-modal .other_title .right-line {
  border-bottom: 1px solid #dadfe6;
  color: #ebf1fa;
  flex: 1;
}

div#login-modal .other_title .right-line {
  margin-left: 8px;
}

div#login-modal .other_title .left-line, div#login-modal .other_title .right-line {
  border-bottom: 1px solid #dadfe6;
  color: #ebf1fa;
  flex: 1;
}

.btn-login {
  background-color: #003377;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: none !important;
  display: block;
  width: 100%;
  border-radius: 0;
}

.btn-login:hover, .btn-login:focus {
  background-color: #dfb25a !important;
  color: #fff;
  border: none !important;
}

div#login-modal span {
  font-size: 13px;
  color: #8f8f8f;
}

.input-group-wrapper {
  align-items: center;
  border: none !important;
  box-sizing: border-box;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

input.v-code {
  background-color: #fff;
  border: 1px solid #dadfe6;
  border-radius: 4px;
  box-sizing: border-box;
  caret-color: #ced2d9;
  color: #0f294d;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: 700;
  max-width: 15%;
  outline: 0;
  padding: 0;
  text-align: center;
  width: 56px;
  height: 100%;
}

.btn-back {
  border: none !important;
  background-color: transparent;
  font-size: 22px;
  line-height: 0;
  color: #7f7f7f;
}

/*--OTP--*/
.otp-form .otp-field, .otp-field {
  display: inline-block;
  width: 60px;
  height: 61px;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  border: solid 1px #bbb;
  outline: none;
  color: #292929;
  border-radius: 3px;
}

input.otp-field:hover, input.otp-field:focus {
  border: solid 1px #003377 !important;
  background-color: #fff !important;
}

.otp-form .otp-field:focus {
  border-bottom-color: var(--bs-dark);
}

form.otp-form {
  text-align: center;
}

span.resend {
  color: #003377 !important;
  text-decoration: underline;
  cursor: pointer;
}

span.resend:hover {
  color: #dfb25a !important;
}

/*-----End Login------*/
/*---Procedure Bar---*/
.reserve-progress {
  /*Progressbar*/
  /*progressbar connectors*/
}
.reserve-progress #form-id {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.reserve-progress #form-id fieldset {
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: relative;
}
.reserve-progress #form-id fieldset:not(:first-of-type) {
  display: none;
}
.reserve-progress #form-id input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px;
  color: #2C3E50;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-size: 13px;
  box-sizing: border-box;
  width: 100%;
}
.reserve-progress #form-id .custom-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
}
.reserve-progress #form-id .custom-button:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #27AE60;
}
.reserve-progress .title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #2C3E50;
  text-transform: uppercase;
}
.reserve-progress .sub-title {
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #666;
}
.reserve-progress .progress {
  overflow: hidden;
  counter-reset: step;
  height: auto;
  background-color: #f1f2f6;
  padding: 0;
}
.reserve-progress .progress li {
  list-style-type: none;
  color: #003377;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative !important;
  text-align: center;
}
.reserve-progress .progress li:before {
  content: counter(step);
  counter-increment: step;
  width: 26px;
  line-height: 29px;
  display: block;
  height: 26px;
  font-size: 13px;
  color: #003377;
  background-color: #dbe1eb;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  z-index: 100;
  position: relative;
  text-align: center;
}
.reserve-progress .progress li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #dbe1eb;
  position: absolute !important;
  left: -50%;
  top: 11px;
  z-index: 2 !important;
}
.reserve-progress .progress li:first-child:after {
  content: none;
}
.reserve-progress .progress li.active:before, .reserve-progress .progress li.active:after {
  background-color: #003377 !important;
  color: white;
  position: relative;
  z-index: 3;
  text-align: center;
}

/*--Reservation--*/
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: transparent !important;
}

.res-room i {
  font-size: 12px;
  margin-right: 3px;
}

span.labels {
  display: block;
  font-size: 14px;
  color: #666;
}

span.confirm-info {
  display: block;
  font-weight: 600;
  padding: 8px;
  background-color: #f5f5f5;
  min-height: 40px;
}

#sticky-side {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  border-radius: 15px;
  width: 100%;
  right: 0;
}

.reservation-col-left {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.rooms-and-prices {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(201, 201, 201, 0.4509803922);
  padding: 15px;
  border-radius: 10px;
}

.rooms-and-prices h5 {
  font-size: 18px;
  font-weight: 600;
}

.rooms-and-prices span.review {
  margin-top: 3px !important;
  font-weight: normal !important;
}

.img.reserve-form-img {
  width: 120px;
  margin-right: 10px;
  border-radius: 4px;
}

.rooms-and-prices label {
  font-size: 12px;
  color: #8f8f8f;
}

.reserved-date .date {
  width: 100%;
  display: inline-block;
  padding: 2px 0;
  font-weight: 600;
}

span.reserved-night, span.reserved-room {
  padding: 4px 10px;
  display: inline-block;
  width: 100%;
  border-radius: 25px;
  font-size: 14px;
}

.br-t-b {
  border-top: solid 1px #dbe1eb;
  border-bottom: solid 1px #dbe1eb;
}

.br-t {
  border-top: solid 1px #dbe1eb;
}

.br-b {
  border-bottom: solid 1px #dbe1eb;
}

.badge.text-bg-warning {
  background-color: #ff6100;
  font-size: 12px;
  font-weight: normal;
}

.res-room {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #dbe1eb;
  margin-top: 10px;
  font-size: 14px;
}

span.final-price {
  font-size: 26px;
  font-weight: 600;
  color: #008300;
}

.reservation-col-left h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 15px;
}

.reservation-col-left h3 span {
  font-size: 13px;
  font-weight: normal;
  color: #8f8f8f;
}

.res-form {
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.guests-info {
  border-bottom: solid 1px #dbe1eb;
  padding-bottom: 10px;
}

.guests-info .form-group {
  position: relative;
}

.guests-info label {
  position: absolute;
  top: -8px;
  left: 6px;
  z-index: 10;
  font-size: 12px;
  background-color: #fff;
  padding: 0 4px;
}

input.form-control.res-form:hover, input.form-control.res-form:focus, input.form-control.res-form:active {
  border: solid 1px #003377 !important;
  background-color: #fff !important;
}

input.form-control.res-form:hover > label, input.form-control.res-form:focus > label, input.form-control.res-form:active > label {
  color: #003377 !important;
}

.verification .btn {
  height: 50px;
  font-size: 20px;
}

.verification .resend {
  color: #0054c5;
  font-size: 14px;
}

.verification .resend:hover {
  color: #003377;
}

.verification .otp-form .otp-field, .otp-field {
  height: 50px !important;
}

.verification #LoginPass {
  height: 50px !important;
}

.verification #LoginPass:focus, .verification #LoginPass:hover {
  border: solid 1px #003377 !important;
  background-color: #fff !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .verification .otp-form .otp-field, .otp-field {
    width: 50px !important;
  }
}
@media (max-width: 767px) {
  .verification .otp-form .otp-field, .otp-field {
    margin-bottom: 10px;
  }
  .verification .otp-form {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .verification #LoginPass {
    margin-bottom: 10px;
  }
}
.iti {
  width: 100%;
}

span#signInPasswordReserve a, span#resendVerificationCodeReserve a, div#SignInVerificationReserve a {
  color: #0054c5;
  font-size: 14px;
  text-decoration: underline !important;
}

span#signInPasswordReserve a {
  margin-right: 10px;
}

span#signInPasswordReserve a:hover, span#resendVerificationCodeReserve a:hover, div#SignInVerificationReserve a:hover {
  color: #003377;
}

input#LoginPassReserve {
  height: 50px;
  border-radius: 0;
  line-height: 50px;
}

input#LoginPassReserve:hover, input#LoginPassReserve:focus {
  border: solid 1px #003377 !important;
  background-color: #fff !important;
}

/*--Captcha--*/
.box {
  width: 100%;
  margin: auto;
}

.box-CAPTCHA, .box-done {
  transition: all 0.5s ease-in-out;
}

.CAPTCHA {
  width: auto;
  padding: 0 20px;
  height: 100%;
  background: linear-gradient(to left, #e4e4e4, #f9f9f9, #ececec);
  color: #089;
  font-size: 22px;
  border-radius: 25px;
  pointer-events: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  min-width: 150px;
  line-height: 46px;
}

.reload {
  text-align: right;
  width: 25px;
  height: 25px;
  outline: none;
  border: none;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  color: #aaaaaa;
  float: right;
}

.reload i {
  font-size: 20px;
  margin-left: -4px;
  font-weight: bold;
  transform: rotateY(180deg);
}

.reload i:hover {
  color: #003377;
  transition: all 0.2s;
}

/*
input#input {
    outline: none;
    width: 325px;
    height: 30px;
    background: #F2F2F2;
    margin: 10px 10px;
    color: #444;
    line-height: 30px;
    border: 2px solid #888;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}*/
.guests-info .submit {
  cursor: pointer !important;
  background: transparent;
  color: #003377;
  font-weight: bold;
  border: 1px solid #003377;
  transition: all 0.2s ease-in-out;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.guests-info .submit:hover, .submit:active, .submit:focus {
  background: #003377;
  color: #fff !important;
}

.box-done h1 {
  position: absolute;
  color: #444;
  margin: 110px 90px;
  font-size: 50px;
}

.box-done h1 i {
  font-size: 42px;
  background: #080;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  font-weight: bold;
}

.back {
  outline: none;
  border: none;
  width: 120px;
  height: 40px;
  bottom: 10px;
  margin: 220px 120px;
  cursor: pointer;
  background: #3792e2;
  color: #FFF;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #444;
  transition: all 0.5s ease-in-out;
}

.back:hover {
  background: #1b7ed6;
}

.back:active {
  background: #0d4779;
}

span.fr.l-blue.c-poiner i {
  border: solid 1px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  border-radius: 50%;
  margin-right: 3px;
}

@media screen and (max-width: 991px) {
  .reserve-details {
    padding: 0 !important;
  }
}
.add-extra-guest {
  background-color: #f7f7f7;
  padding: 20px 15px 15px;
  border-radius: 5px;
  height: auto;
  overflow: auto;
}

.add-extra-guest span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  background-color: transparent;
}

.guests-numbers {
  display: inline-block;
  margin-left: 10px;
}

.guests-numbers input {
  border: none;
  max-width: 30px;
  text-align: center;
  background-color: transparent;
}

span.extra-price {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.add-extra-guest label {
  background-color: transparent;
  top: -15px;
  left: 0;
}

.ext-guest-names {
  border-top: dashed 1px #dbe1eb;
  padding-top: 15px;
}

.early-checkin input[type=checkbox] {
  width: 40px;
  height: 22px;
}

.early-checkin label {
  font-weight: 600;
}

.early-checkin label span {
  font-weight: normal;
  font-size: 13px;
}

.early-checkin .form-check {
  padding-bottom: 8px;
}

.br-r {
  border-right: solid 1px #dbe1eb;
}

@media screen and (max-width: 767px) {
  .br-r {
    border-right: none;
  }
}
@media screen and (max-width: 350px) {
  .early-checkin label span {
    display: block;
  }
}
span.e-ch-p {
  padding-left: 50px;
  font-size: 15px;
  color: #003377;
}

.accept-rules {
  margin: 15px 0;
  /*    padding: 15px;
     background-color: #fff;
     border-radius: 10px;
     box-shadow: 0 0 15px rgba(201, 201, 201, 0.4509803922);*/
}

.card-body {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}

.card:hover img {
  transform: scale(1.1);
  overflow: hidden;
  z-index: 100;
  transition: all 0.2s ease-in;
}

.card {
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.card img {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

/*----Room Gallery-----*/
.room-gallery div#gallery {
  display: block;
}

.room-gallery .photos-grid-container img {
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  background-color: #ccc;
}

/*-------Start CIP-------*/
.cip-maintxt {
  padding: 25px 15px;
}

.cip-form {
  min-height: 350px;
  padding: 25px 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px #d1d7e1;
}

.cip-prices {
  background-image: url("../images/cip.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 350px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px #d1d7e1;
}

.cip-form .form-group label {
  position: absolute;
  top: -10px;
  left: 5px;
  background-color: #fff;
  font-size: 13px;
  padding: 0 3px;
}

.cip-form h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0 20px;
}

.cip-prices ul {
  background-color: rgba(0, 0, 0, 0.7215686275);
  color: #fff;
  padding: 20px;
  min-height: 350px;
  list-style-type: none;
}

.cip-prices ul li {
  display: flex;
  justify-content: space-around;
}

li.cip-price-header {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1490196078);
  padding: 10px 0;
  font-size: 20px;
  margin-bottom: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3098039216);
}

span.service-name {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  margin-bottom: 2px;
  font-size: 18px;
  border: solid 1px rgba(255, 255, 255, 0.3098039216);
}

span.service-price {
  width: 49.5%;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  margin-bottom: 2px;
  font-size: 18px;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.3098039216);
  float: right;
}

@media screen and (max-width: 400px) {
  span.service-name {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.each-passenger {
  padding: 20px 15px;
  box-shadow: 0 0 10px #d1d7e1;
  margin-bottom: 15px;
}

span.add-pass {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  direction: ltr;
  font-weight: normal;
  background-color: #003377;
  margin-left: 7px;
}

span.add-pass:hover {
  color: #fff;
  background-color: #dfb25a;
}

.passenger-header h4 {
  font-size: 20px;
  font-weight: 600;
}

.passenger-header {
  border-bottom: solid 1px #dbe1eb;
  padding-bottom: 10px;
}

span.remove-passenger {
  text-align: center;
  display: inline-block;
  color: #ec3a45;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  direction: ltr;
}

span.remove-passenger:hover {
  color: #fff;
  background-color: #ad0000;
}

.pass-form label {
  position: absolute;
  top: -10px;
  left: 5px;
  background-color: #fff;
  font-size: 13px;
  padding: 0 3px;
}

/*--Input file--*/
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  transition: 0.2s;
  border: solid 1px #ced4da;
  height: 50px;
  line-height: 50px;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgb(0, 51, 119);
  border-radius: 3px;
  padding: 0;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

.pass-form label.form-check-label {
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 0;
}

.ticket-accompany .head {
  padding: 0px 0 13px;
  margin-bottom: 22px;
}

.add-accompany, .add-ticket {
  color: #ffffff;
  background-color: #003377;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer !important;
}

.add-accompany:hover, .add-ticket:hover, .add-accompany:focus, .add-ticket:focus {
  background-color: #dfb25a;
}

span.note {
  color: #ec3a45;
  font-size: 13px;
  position: absolute;
  bottom: -22px;
}

span.remove {
  position: absolute;
  top: -7px;
  right: -4px;
  background-color: red;
  width: 15px;
  height: 15px;
  line-height: 19px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  color: #fff;
  padding: 0;
}

.ticket-accompany .form-group {
  position: relative !important;
}

.ticket-accompany .form-group label {
  position: absolute !important;
  top: -10px;
  left: 5px;
  background-color: #fff;
  font-size: 13px;
  padding: 0 3px;
  z-index: 10;
}

.transfer {
  padding: 25px 15px;
}

.transfer h4 {
  border-bottom: solid 1px #dbe1eb;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.transfer-list ul {
  padding: 0;
  list-style-type: none;
}

.transfer-list ul li {
  line-height: 28px;
}

.transfer-form {
  margin-top: 20px;
}

.transfer-form .form-group {
  position: relative !important;
}

.transfer-form label {
  position: absolute !important;
  top: -10px;
  left: 5px;
  background-color: #fff;
  font-size: 13px;
  padding: 0 3px;
  z-index: 10;
}

/*--Time picker--*/
.mdtp__wrapper,
body[mdtimepicker-display=on] {
  overflow: hidden;
}

.mdtimepicker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  background-color: rgba(10, 10, 10, 0.7);
  transition: background-color 0.28s ease;
  z-index: 100001;
}

.mdtimepicker.hidden {
  display: none;
}

.mdtimepicker.animate {
  background-color: transparent;
}

.mdtp__wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 100px;
  min-width: 280px;
  opacity: 1;
  user-select: none;
  border-radius: 2px;
  transform: translateX(-50%) scale(1);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.mdtp__wrapper.animate {
  transform: translateX(-50%) scale(1.05);
  opacity: 0;
}

.mdtp__time_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  padding: 20px 24px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: #1565c0;
}

.mdtp__time_holder > span {
  display: inline-block;
  line-height: 48px;
  cursor: default;
}

.mdtp__time_holder > span:not(.mdtp__timedots):not(.mdtp__ampm) {
  cursor: pointer;
  margin: 0 4px;
}

.mdtp__time_holder .mdtp__time_h.active,
.mdtp__time_holder .mdtp__time_m.active {
  color: #fafafa;
}

.mdtp__time_holder .mdtp__ampm {
  font-size: 18px;
}

.mdtp__clock_holder {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.mdtp__clock_holder .mdtp__clock {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #eee;
}

.mdtp__clock .mdtp__am,
.mdtp__clock .mdtp__pm {
  display: block;
  position: absolute;
  bottom: -8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, color 0.2s;
  z-index: 3;
}

.mdtp__clock .mdtp__am {
  left: -8px;
}

.mdtp__clock .mdtp__pm {
  right: -8px;
}

.mdtp__clock .mdtp__am:hover,
.mdtp__clock .mdtp__pm:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mdtp__clock .mdtp__am.active,
.mdtp__clock .mdtp__pm.active {
  color: #fafafa;
  background-color: #1565c0;
}

.mdtp__clock .mdtp__clock_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  background-color: #1565c0;
  border-radius: 50%;
}

.mdtp__clock .mdtp__hour_holder,
.mdtp__clock .mdtp__minute_holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
  overflow: hidden;
}

.mdtp__clock .mdtp__hour_holder.animate {
  transform: scale(1.2);
  opacity: 0;
}

.mdtp__clock .mdtp__minute_holder.animate {
  transform: scale(0.8);
  opacity: 0;
}

.mdtp__clock .mdtp__hour_holder.hidden,
.mdtp__clock .mdtp__minute_holder.hidden {
  display: none;
}

.mdtp__clock .mdtp__digit {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  margin-top: -16px;
  transform-origin: right center;
  z-index: 1;
}

.mdtp__clock .mdtp__digit span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.28s, color 0.14s;
}

.mdtp__clock .mdtp__digit span:hover,
.mdtp__digit.active span {
  background-color: #1565c0 !important;
  color: #fff;
  z-index: 2;
}

.mdtp__button,
.mdtp__wrapper[data-theme=blue] .mdtp__button {
  color: #1565c0;
}

.mdtp__digit.active:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  width: calc(100% - 40px);
  background-color: #1565c0;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit {
  font-size: 13px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) {
  margin-top: -6px;
  height: 12px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker).active:before {
  width: calc(100% - 26px);
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 14px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker {
  margin-top: -12px;
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker.active:before {
  width: calc(100% - 34px);
}

.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}

.mdtp__digit.rotate-6 {
  transform: rotate(6deg);
}

.mdtp__digit.rotate-6 span {
  transform: rotate(-6deg);
}

.mdtp__digit.rotate-12 {
  transform: rotate(12deg);
}

.mdtp__digit.rotate-12 span {
  transform: rotate(-12deg);
}

.mdtp__digit.rotate-18 {
  transform: rotate(18deg);
}

.mdtp__digit.rotate-18 span {
  transform: rotate(-18deg);
}

.mdtp__digit.rotate-24 {
  transform: rotate(24deg);
}

.mdtp__digit.rotate-24 span {
  transform: rotate(-24deg);
}

.mdtp__digit.rotate-30 {
  transform: rotate(30deg);
}

.mdtp__digit.rotate-30 span {
  transform: rotate(-30deg);
}

.mdtp__digit.rotate-36 {
  transform: rotate(36deg);
}

.mdtp__digit.rotate-36 span {
  transform: rotate(-36deg);
}

.mdtp__digit.rotate-42 {
  transform: rotate(42deg);
}

.mdtp__digit.rotate-42 span {
  transform: rotate(-42deg);
}

.mdtp__digit.rotate-48 {
  transform: rotate(48deg);
}

.mdtp__digit.rotate-48 span {
  transform: rotate(-48deg);
}

.mdtp__digit.rotate-54 {
  transform: rotate(54deg);
}

.mdtp__digit.rotate-54 span {
  transform: rotate(-54deg);
}

.mdtp__digit.rotate-60 {
  transform: rotate(60deg);
}

.mdtp__digit.rotate-60 span {
  transform: rotate(-60deg);
}

.mdtp__digit.rotate-66 {
  transform: rotate(66deg);
}

.mdtp__digit.rotate-66 span {
  transform: rotate(-66deg);
}

.mdtp__digit.rotate-72 {
  transform: rotate(72deg);
}

.mdtp__digit.rotate-72 span {
  transform: rotate(-72deg);
}

.mdtp__digit.rotate-78 {
  transform: rotate(78deg);
}

.mdtp__digit.rotate-78 span {
  transform: rotate(-78deg);
}

.mdtp__digit.rotate-84 {
  transform: rotate(84deg);
}

.mdtp__digit.rotate-84 span {
  transform: rotate(-84deg);
}

.mdtp__digit.rotate-90 {
  transform: rotate(90deg);
}

.mdtp__digit.rotate-90 span {
  transform: rotate(-90deg);
}

.mdtp__digit.rotate-96 {
  transform: rotate(96deg);
}

.mdtp__digit.rotate-96 span {
  transform: rotate(-96deg);
}

.mdtp__digit.rotate-102 {
  transform: rotate(102deg);
}

.mdtp__digit.rotate-102 span {
  transform: rotate(-102deg);
}

.mdtp__digit.rotate-108 {
  transform: rotate(108deg);
}

.mdtp__digit.rotate-108 span {
  transform: rotate(-108deg);
}

.mdtp__digit.rotate-114 {
  transform: rotate(114deg);
}

.mdtp__digit.rotate-114 span {
  transform: rotate(-114deg);
}

.mdtp__digit.rotate-120 {
  transform: rotate(120deg);
}

.mdtp__digit.rotate-120 span {
  transform: rotate(-120deg);
}

.mdtp__digit.rotate-126 {
  transform: rotate(126deg);
}

.mdtp__digit.rotate-126 span {
  transform: rotate(-126deg);
}

.mdtp__digit.rotate-132 {
  transform: rotate(132deg);
}

.mdtp__digit.rotate-132 span {
  transform: rotate(-132deg);
}

.mdtp__digit.rotate-138 {
  transform: rotate(138deg);
}

.mdtp__digit.rotate-138 span {
  transform: rotate(-138deg);
}

.mdtp__digit.rotate-144 {
  transform: rotate(144deg);
}

.mdtp__digit.rotate-144 span {
  transform: rotate(-144deg);
}

.mdtp__digit.rotate-150 {
  transform: rotate(150deg);
}

.mdtp__digit.rotate-150 span {
  transform: rotate(-150deg);
}

.mdtp__digit.rotate-156 {
  transform: rotate(156deg);
}

.mdtp__digit.rotate-156 span {
  transform: rotate(-156deg);
}

.mdtp__digit.rotate-162 {
  transform: rotate(162deg);
}

.mdtp__digit.rotate-162 span {
  transform: rotate(-162deg);
}

.mdtp__digit.rotate-168 {
  transform: rotate(168deg);
}

.mdtp__digit.rotate-168 span {
  transform: rotate(-168deg);
}

.mdtp__digit.rotate-174 {
  transform: rotate(174deg);
}

.mdtp__digit.rotate-174 span {
  transform: rotate(-174deg);
}

.mdtp__digit.rotate-180 {
  transform: rotate(180deg);
}

.mdtp__digit.rotate-180 span {
  transform: rotate(-180deg);
}

.mdtp__digit.rotate-186 {
  transform: rotate(186deg);
}

.mdtp__digit.rotate-186 span {
  transform: rotate(-186deg);
}

.mdtp__digit.rotate-192 {
  transform: rotate(192deg);
}

.mdtp__digit.rotate-192 span {
  transform: rotate(-192deg);
}

.mdtp__digit.rotate-198 {
  transform: rotate(198deg);
}

.mdtp__digit.rotate-198 span {
  transform: rotate(-198deg);
}

.mdtp__digit.rotate-204 {
  transform: rotate(204deg);
}

.mdtp__digit.rotate-204 span {
  transform: rotate(-204deg);
}

.mdtp__digit.rotate-210 {
  transform: rotate(210deg);
}

.mdtp__digit.rotate-210 span {
  transform: rotate(-210deg);
}

.mdtp__digit.rotate-216 {
  transform: rotate(216deg);
}

.mdtp__digit.rotate-216 span {
  transform: rotate(-216deg);
}

.mdtp__digit.rotate-222 {
  transform: rotate(222deg);
}

.mdtp__digit.rotate-222 span {
  transform: rotate(-222deg);
}

.mdtp__digit.rotate-228 {
  transform: rotate(228deg);
}

.mdtp__digit.rotate-228 span {
  transform: rotate(-228deg);
}

.mdtp__digit.rotate-234 {
  transform: rotate(234deg);
}

.mdtp__digit.rotate-234 span {
  transform: rotate(-234deg);
}

.mdtp__digit.rotate-240 {
  transform: rotate(240deg);
}

.mdtp__digit.rotate-240 span {
  transform: rotate(-240deg);
}

.mdtp__digit.rotate-246 {
  transform: rotate(246deg);
}

.mdtp__digit.rotate-246 span {
  transform: rotate(-246deg);
}

.mdtp__digit.rotate-252 {
  transform: rotate(252deg);
}

.mdtp__digit.rotate-252 span {
  transform: rotate(-252deg);
}

.mdtp__digit.rotate-258 {
  transform: rotate(258deg);
}

.mdtp__digit.rotate-258 span {
  transform: rotate(-258deg);
}

.mdtp__digit.rotate-264 {
  transform: rotate(264deg);
}

.mdtp__digit.rotate-264 span {
  transform: rotate(-264deg);
}

.mdtp__digit.rotate-270 {
  transform: rotate(270deg);
}

.mdtp__digit.rotate-270 span {
  transform: rotate(-270deg);
}

.mdtp__digit.rotate-276 {
  transform: rotate(276deg);
}

.mdtp__digit.rotate-276 span {
  transform: rotate(-276deg);
}

.mdtp__digit.rotate-282 {
  transform: rotate(282deg);
}

.mdtp__digit.rotate-282 span {
  transform: rotate(-282deg);
}

.mdtp__digit.rotate-288 {
  transform: rotate(288deg);
}

.mdtp__digit.rotate-288 span {
  transform: rotate(-288deg);
}

.mdtp__digit.rotate-294 {
  transform: rotate(294deg);
}

.mdtp__digit.rotate-294 span {
  transform: rotate(-294deg);
}

.mdtp__digit.rotate-300 {
  transform: rotate(300deg);
}

.mdtp__digit.rotate-300 span {
  transform: rotate(-300deg);
}

.mdtp__digit.rotate-306 {
  transform: rotate(306deg);
}

.mdtp__digit.rotate-306 span {
  transform: rotate(-306deg);
}

.mdtp__digit.rotate-312 {
  transform: rotate(312deg);
}

.mdtp__digit.rotate-312 span {
  transform: rotate(-312deg);
}

.mdtp__digit.rotate-318 {
  transform: rotate(318deg);
}

.mdtp__digit.rotate-318 span {
  transform: rotate(-318deg);
}

.mdtp__digit.rotate-324 {
  transform: rotate(324deg);
}

.mdtp__digit.rotate-324 span {
  transform: rotate(-324deg);
}

.mdtp__digit.rotate-330 {
  transform: rotate(330deg);
}

.mdtp__digit.rotate-330 span {
  transform: rotate(-330deg);
}

.mdtp__digit.rotate-336 {
  transform: rotate(336deg);
}

.mdtp__digit.rotate-336 span {
  transform: rotate(-336deg);
}

.mdtp__digit.rotate-342 {
  transform: rotate(342deg);
}

.mdtp__digit.rotate-342 span {
  transform: rotate(-342deg);
}

.mdtp__digit.rotate-348 {
  transform: rotate(348deg);
}

.mdtp__digit.rotate-348 span {
  transform: rotate(-348deg);
}

.mdtp__digit.rotate-354 {
  transform: rotate(354deg);
}

.mdtp__digit.rotate-354 span {
  transform: rotate(-354deg);
}

.mdtp__digit.rotate-360 {
  transform: rotate(360deg);
}

.mdtp__digit.rotate-360 span {
  transform: rotate(-360deg);
}

.mdtp__buttons {
  margin: 0 -10px -10px;
  text-align: right;
}

.mdtp__button {
  display: inline-block;
  padding: 0 16px;
  min-width: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}

.mdtp__button:hover {
  background-color: #e0e0e0;
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=blue] .mdtp__time_holder {
  background-color: #1565c0;
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme=blue] .mdtp__digit.active span {
  background-color: #1565c0 !important;
}

.mdtp__wrapper[data-theme=blue] .mdtp__digit.active:before {
  background-color: #1565c0;
}

.mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=red] .mdtp__time_holder {
  background-color: #c62828;
}

.mdtp__wrapper[data-theme=red] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme=red] .mdtp__digit.active span {
  background-color: #c62828 !important;
}

.mdtp__wrapper[data-theme=red] .mdtp__digit.active:before {
  background-color: #c62828;
}

.mdtp__wrapper[data-theme=red] .mdtp__button {
  color: #c62828;
}

.mdtp__wrapper[data-theme=purple] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=purple] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=purple] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=purple] .mdtp__time_holder {
  background-color: #6a1b9a;
}

.mdtp__wrapper[data-theme=purple] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme=purple] .mdtp__digit.active span {
  background-color: #6a1b9a !important;
}

.mdtp__wrapper[data-theme=purple] .mdtp__digit.active:before {
  background-color: #6a1b9a;
}

.mdtp__wrapper[data-theme=purple] .mdtp__button {
  color: #6a1b9a;
}

.mdtp__wrapper[data-theme=indigo] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=indigo] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=indigo] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=indigo] .mdtp__time_holder {
  background-color: #283593;
}

.mdtp__wrapper[data-theme=indigo] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme=indigo] .mdtp__digit.active span {
  background-color: #283593 !important;
}

.mdtp__wrapper[data-theme=indigo] .mdtp__digit.active:before {
  background-color: #283593;
}

.mdtp__wrapper[data-theme=indigo] .mdtp__button {
  color: #283593;
}

.mdtp__wrapper[data-theme=teal] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=teal] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=teal] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=teal] .mdtp__time_holder {
  background-color: #00695c;
}

.mdtp__wrapper[data-theme=teal] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme=teal] .mdtp__digit.active span {
  background-color: #00695c !important;
}

.mdtp__wrapper[data-theme=teal] .mdtp__digit.active:before {
  background-color: #00695c;
}

.mdtp__wrapper[data-theme=teal] .mdtp__button {
  color: #00695c;
}

.mdtp__wrapper[data-theme=green] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=green] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=green] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=green] .mdtp__time_holder {
  background-color: #2e7d32;
}

.mdtp__wrapper[data-theme=green] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme=green] .mdtp__digit.active span {
  background-color: #2e7d32 !important;
}

.mdtp__wrapper[data-theme=green] .mdtp__digit.active:before {
  background-color: #2e7d32;
}

.mdtp__wrapper[data-theme=green] .mdtp__button {
  color: #2e7d32;
}

@media (max-height: 360px) {
  .mdtp__wrapper {
    flex-direction: row;
    bottom: 8px;
  }
  .mdtp__time_holder {
    width: 160px;
    padding: 20px;
  }
  .mdtp__clock_holder {
    padding: 16px;
  }
  .mdtp__clock .mdtp__am,
  .mdtp__clock .mdtp__pm {
    bottom: -4px;
  }
  .mdtp__clock .mdtp__am {
    left: -4px;
  }
  .mdtp__clock .mdtp__pm {
    right: -4px;
  }
}
@media (max-height: 320px) {
  .mdtp__wrapper {
    bottom: 0;
  }
}
input.form-control.timepicker {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff !important;
  opacity: 1;
}

input.form-control.timepicker:focus, input.form-control.timepicker:hover {
  border: solid 1px #003377 !important;
}

/*--*/
.res-holder {
  padding: 15px;
}

.res-holder h4 {
  border-bottom: solid 1px #dbe1eb;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}

.res-holder .form-group {
  position: relative;
}

.res-holder label {
  position: absolute;
  top: -10px;
  left: 5px;
  background-color: #fff;
  font-size: 13px;
  padding: 0 3px;
  z-index: 10;
}

section.fix-bottom-bar {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 10px 0 20px 0;
  border-top: solid 4px #dfb25a;
  box-shadow: 0 -2px 15px rgba(41, 41, 41, 0.47);
}

span.cip-t-price {
  font-size: 28px;
  font-weight: 600;
  color: #ff5722;
  display: inline-block;
  padding: 0;
}

a.btn.btn-payment {
  background-color: #ff5722;
  color: #fff;
  font-size: 20px;
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
}

a.btn.btn-payment:hover, a.btn.btn-payment:focus {
  background-color: #003377;
  color: #fff;
}

.btn.btnpaymentCip {
  background-color: #ff5722;
  color: #fff;
  font-size: 20px;
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  border: none !important;
}

.btn.btnpaymentCip:hover, .btn.btnpaymentCip:focus {
  background-color: #1565c0 !important;
  color: #fff;
}

.p-label {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  display: inline-block;
}

.pay-cip.text-center {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 15px #ddd;
}

/*-------End CIP-------*/
/*--RECAPTCA--*/
.g-recaptcha .rc-anchor-normal {
  height: 50px !important;
  width: 260px !important;
  float: right !important;
}

.g-recaptcha .rc-anchor-normal-footer {
  height: 50px !important;
  vertical-align: top;
  width: auto !important;
}

.g-recaptcha .rc-anchor-normal .rc-anchor-checkbox-label {
  width: 152px;
  height: 50px !important;
  line-height: 50px !important;
}

.g-recaptcha .rc-anchor-logo-portrait {
  margin: 10px 0 0 0 !important;
  width: 50px !important;
}

.g-recaptcha .rc-anchor-normal .rc-anchor-pt {
  display: none !important;
}

.g-recaptcha .rc-anchor-logo-text {
  display: none !important;
}

/*--Contact us--*/
.contact-detail {
  background-color: rgba(234, 237, 245, 0.4392156863);
  padding: 20px;
  height: 100%;
}

.contactus h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.contactus h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #dfb25a;
  margin-top: 15px;
  margin-bottom: 35px;
}

.contact-form {
  height: 100%;
  background-color: #edeef5;
  padding: 20px;
}

.contact-location {
  height: 100%;
  background-color: #edeef5;
}

/*-----Articles----*/
input.form-control.search-art {
  border-bottom: solid 1px #003377 !important;
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.art-search {
  box-shadow: 0 0 15px rgba(0, 51, 119, 0.1882352941);
  padding: 20px 40px;
  border-radius: 25px;
  background-color: #fff;
  position: relative;
}

h6.card-title {
  color: #0f294d;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
}

span.news-date {
  font-size: 13px;
}

.arrow-link {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  color: #dfb25a;
}

.arrow-link:hover {
  color: #003377;
}

@media screen and (max-width: 575px) {
  .search-art {
    margin-bottom: 10px;
  }
}
.article-list h2.main-title-center::after {
  margin-bottom: 15px !important;
}

.navbar-expand-lg ul.dropdown-menu.show {
  border: solid 1px #ddd !important;
  border-top: none !important;
  box-shadow: 0 5px 10px rgba(191, 191, 191, 0.4509803922);
}

.main-art {
  padding: 25px;
}

.main-art h2 {
  font-size: 1.7rem !important;
  font-weight: 600;
  padding: 10px 0 22px;
  border-bottom: solid 4px #dfb25a;
  margin-bottom: 15px;
}

.gold-sq {
  width: 20px;
  height: 20px;
  background-color: #dfb25a;
  margin-right: 5px;
  display: inline-block;
}

.art-search span.bg-top {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #dfb25a;
  top: 8px;
  z-index: -1 !important;
}

.art-search input:focus-visible, .art-search input:focus, .art-search input:hover {
  background-color: #fff !important;
}

.article-txt {
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
  border-bottom: solid 4px #dfb25a;
  padding-bottom: 20px;
}

a.share_icons {
  display: inline-block;
  width: 26px;
  margin: 10px 1px;
  transition: all 0.2s;
}

a.share_icons img {
  width: 26px;
  border-radius: 7px;
  transition: all 0.2s;
}

.share-news a img:hover {
  transform: rotate(-10deg);
  transition: all 0.2s;
}

.btn-back-to-all {
  height: 50px;
  line-height: 50px;
  color: #003377;
  font-weight: 600;
  padding: 0;
}

.btn-back-to-all:hover {
  color: #dfb25a;
}

h2.art-header .news-date {
  font-weight: normal;
  margin: 8px 0 0 0;
}

.latest-art {
  padding: 20px 20px;
  margin-top: 40px;
}

.latest-art h4 {
  font-size: 22px !important;
  font-weight: 600;
  padding: 10px 0px 10px;
  border-bottom: solid 4px #dfb25a;
  margin-bottom: 20px;
  margin-top: 10px;
}

.each-art {
  padding-bottom: 10px !important;
  margin-bottom: 30px !important;
}

.each-art img {
  border-radius: 4px;
}

.latest-art h6 {
  font-weight: 600;
}

.latest-art a h6 {
  color: #0f294d !important;
}

.latest-art a {
  cursor: pointer;
}

.latest-art a h6:hover {
  color: #003377 !important;
}

@media screen and (max-width: 991px) {
  .latest-art {
    padding: 0 20px;
    margin-top: 0;
  }
  .main-art {
    padding: 25px 25px 0 25px;
  }
}
div#baguetteBox-overlay {
  display: none;
}

/*------About us page------*/
.about {
  padding: 40px 25px;
}

.about-text {
  line-height: 30px;
  text-align: justify;
  max-width: 90%;
}

.about .p-rel img {
  border-radius: 25px 0 25px 0;
}

section.cip-section img {
  border-radius: 25px 0 35px 0;
}

.des-cities img {
  border-radius: 25px 0;
}

.pop-hotel-img img {
  border-radius: 0 35px;
}

.feature {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  position: relative;
}

.feature img {
  position: absolute;
  width: 70px !important;
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
  top: -30px;
  /*box-shadow: 0 2px 5px #00337785;*/
  right: 30px;
  border: solid 1px rgba(0, 51, 119, 0.3490196078);
}

/*---CountDown Timer---*/
.countdown-label {
  color: #222;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 9px;
  font-weight: bold;
  font-size: 19px;
  background-color: #ffecb8;
  padding: 5px 7px;
  border-radius: 3px;
}

#countdown {
  width: auto;
  height: auto;
  text-align: center;
  border-radius: 5px;
  margin: auto;
}

#countdown #tiles {
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 48px;
  display: block;
  margin: 30px auto 10px;
  width: 200px;
}

.color-full {
  background: #003377;
}

.color-half {
  background: #ffb400;
}

.color-empty {
  background: #ff0c00;
}

#countdown #tiles > span {
  width: 70px;
  max-width: 70px;
  padding: 18px 0;
  position: relative;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

#countdown .labels li {
  width: 102px;
  font: bold 15px "Droid Sans", Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .reservation-col-left {
    margin-bottom: 20px;
  }
}
/*----USER ACCOUNT----*/
.left-col {
  box-shadow: 0 0 15px rgba(209, 210, 213, 0.4196078431);
  padding: 15px 15px;
}

.right-col {
  min-height: 400px;
  /*box-shadow: 0 0 15px #d1d2d56b;
     padding: 15px 15px;*/
}

.user-profile img {
  margin-right: 6px;
}

.user-profile {
  border-bottom: solid 1px rgba(0, 51, 119, 0.5215686275);
  padding-bottom: 10px;
  color: #003377;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul.user-menu {
  list-style-type: none;
}

ul.user-menu li {
  color: #0f294d;
  display: block;
  line-height: 40px;
  padding-left: 5px;
  transition: all 0.2s;
  border-left: solid 3px #fff;
}

ul.user-menu li a {
  color: #0f294d;
  width: 100%;
  display: block;
}

ul.user-menu li:hover, ul.user-menu li:focus, ul.user-menu li:active {
  padding-left: 10px;
  transition: all 0.2s;
  color: #003377;
  background-color: #eef5ff;
  border-left: solid 3px #003377;
}

ul.user-menu li.active {
  padding-left: 10px;
  transition: all 0.2s;
  color: #003377;
  background-color: #eef5ff;
  border-left: solid 3px #003377;
}

ul.user-menu li a i {
  font-size: 14px;
  margin-right: 13px;
}

.btn-b-outline {
  border: solid 1px #003377;
  color: #003377;
}

.btn-b-outline:hover, .btn-b-outline:focus {
  color: #fff !important;
  background-color: #003377;
  border-radius: 0 !important;
}

.right-col .card {
  border: solid 1px #d5d5d5 !important;
  border-radius: 5px !important;
}

.rounded-pill {
  border-radius: 35px !important;
}

.bg-primary-subtle {
  background-color: #cfe2ff !important;
}

.text-primary-emphasis {
  color: #052c65 !important;
}

.border-primary-subtle {
  border-color: #9ec5fe !important;
}

.bg-secondary-subtle {
  background-color: #e2e3e5 !important;
}

.text-secondary-emphasis {
  color: #2b2f32 !important;
}

.border-secondary-subtle {
  border-color: #c4c8cb !important;
}

.bg-success-subtle {
  background-color: #d1e7dd !important;
}

.text-success-emphasis {
  color: #0a3622 !important;
}

.border-success-subtle {
  border-color: #a3cfbb !important;
}

.bg-danger-subtle {
  background-color: #f8d7da !important;
}

.text-danger-emphasis {
  color: #58151c !important;
}

.border-danger-subtle {
  border-color: #f1aeb5 !important;
}

.bg-warning-subtle {
  background-color: #fff3cd !important;
}

.text-warning-emphasis {
  color: #664d03 !important;
}

.border-warning-subtle {
  border-color: #ffe69c !important;
}

.bg-info-subtle {
  background-color: #cff4fc !important;
}

.text-info-emphasis {
  color: #055160 !important;
}

.border-info-subtle {
  border-color: #9eeaf9 !important;
}

span.res-date.d-block {
  font-size: 15px;
  padding: 10px 0;
  color: #003377;
}

.res-details {
  background-color: #f7f7f7;
  padding: 5px 0 !important;
  margin-top: 10px !important;
}

.res-details span.labels {
  display: inline-block;
  font-size: 13px;
  color: #666;
  margin-right: 5px;
  margin-top: 7px;
}

@media screen and (max-width: 991px) {
  .right-col {
    margin-top: 15px !important;
  }
}
.right-col .card-footer {
  background-color: #fff !important;
}

.right-col .card-footer i {
  font-size: 12px;
  margin-right: 5px;
}

.right-col .card-header {
  padding: 0.7rem 1rem !important;
}

.right-col .card:hover img {
  transform: none !important;
}

.right-col .card-footer .btn {
  padding: 6px 0 !important;
  color: #003377;
  border: solid 1px #003377;
  border-radius: 0;
  background-color: #fff !important;
}

.right-col .card-footer .btn:hover, .right-col .card-footer .btn:focus, .right-col .card-footer .btn:active {
  padding: 6px 0 !important;
  color: #fff !important;
  border-radius: 0;
  background-color: #003377 !important;
  border: solid 1px #003377 !important;
}

@media screen and (max-width: 767px) {
  .right-col .card-footer .btn {
    margin-bottom: 5px !important;
  }
}
.res-history {
  font-size: 14px;
  color: #003377;
  background-color: rgba(237, 241, 245, 0.6392156863);
  padding: 0;
  display: inline-block;
  border-radius: 30px;
  outline: none;
  border: solid 1px #d1e4ff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}

/*--*/
.article-head {
  position: relative;
}

.article-head .content-width {
  display: inline-block;
}

.content-class {
  display: block;
}

.btn-res-details {
  font-size: 14px;
  color: #003377;
  background-color: rgba(237, 241, 245, 0.6392156863);
  padding: 5px 8px 1px;
  display: inline-block;
  border-radius: 30px;
  outline: none;
  border: solid 1px #bbcee9;
}

.f-13 {
  font-size: 13px !important;
}

@media screen and (max-width: 400px) {
  .right-col .card-body img {
    display: none;
  }
}
.prof-filters .form-group label {
  padding: 0 2px;
  position: absolute;
  top: -8px;
  font-size: 12px;
  background-color: #fff;
  left: 4px;
}

.prof-filters .form-group {
  position: relative;
}

.prof-filters .form-group input,
.prof-filters .form-group select {
  border-radius: 0 !important;
}

.prof-filters .form-group input:hover, .prof-filters .form-group input:focus,
.prof-filters .form-group selest:hover, .prof-filters .form-group select:focus {
  border: solid 1px #003377 !important;
}

.card-footer {
  border-top: 1px solid #d8d8d8 !important;
}

.profile .form-group input:hover, .profile .form-group input:focus, .profile .form-group select:hover, .profile .form-group select:focus {
  border: solid 1px #003377 !important;
}

.profile .form-group input, .profile .form-group select {
  border-radius: 0 !important;
}

.profile input.form-check-input {
  border-radius: 50% !important;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.profile label {
  position: absolute;
  top: -7px;
  font-size: 12px;
  background-color: #fff;
  left: 4px;
  padding: 0 3px;
  line-height: normal;
}

.profile label.form-check-label {
  position: relative;
  top: 0;
  font-size: 14px;
  background-color: transparent;
  left: 0;
  padding: 0;
  line-height: normal;
}

/*--Recaptcha Styles--*/
.pass-recaptcha {
  width: 100%;
  display: block !important;
}

.pass-recaptcha #captcha-container {
  float: none !important;
}

.pass-recaptcha #captcha-container .rc-anchor-light.rc-anchor-normal, .pass-recaptcha #captcha-container .rc-anchor-light.rc-anchor-compact {
  border: none !important;
  box-shadow: none !important;
}

.pass-recaptcha .rc-anchor-normal {
  height: 74px;
  width: 100% !important;
}

/*.pass-recaptcha {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;

    .rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
        border: none !important;
        width: 100% !important;
    }

    div#captcha-container {
        float: none !important;
        width: 100% !important;
    }

    div#captcha-container > div {
        width: 100% !important;
    }

    div#captcha-container iframe {
        width: 100% !important;
        display: block !important;
        border: solid 1px #d3d3d3 !important;
    }

}

.pass-recaptcha .rc-anchor-light.rc-anchor-normal, .pass-recaptcha .rc-anchor-light.rc-anchor-compact {
    border: none !important;
}*/
span.cip-icons {
  display: inline-block;
  width: fit-content;
  margin-right: 7px;
  font-size: 14px;
  margin-left: 7px;
  line-height: 28px;
  text-align: center;
}

span.cip-icons i {
  margin-right: 5px;
}

.cip-passenger {
  background-color: #ffffff;
  padding: 2px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
  border: solid 1px #d8d8d8;
  height: auto;
  overflow: auto;
}

.card.scores h5.card-title {
  font-size: 20px;
  color: #1d89e4;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
  display: block;
  border-bottom: dashed 1px #b0dbff;
  padding: 7px 20px;
  width: 100%;
  margin: 0 auto 15px;
}

.card.scores .badge {
  font-size: 14px !important;
  line-height: initial;
}

.card.scores {
  font-size: 14px;
}

span.total-score {
  width: 100%;
  display: block;
  color: #003377;
  background-color: #fff;
  padding: 10px 10px 6px;
  margin-bottom: 15px;
  border-radius: 30px;
  box-shadow: 0 0 5px #c0c0c0;
  font-size: 18px;
}

.popover {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f5f5f5 !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  box-shadow: 4px 4px 10px rgba(67, 67, 67, 0.2509803922) !important;
}

.popover-header {
  border-bottom: none !important;
  background-color: #f5f5f5 !important;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #f5f5f5 !important;
}

.accordion-item {
  border: solid 1px #d5e1f3 !important;
  border-radius: 5px;
}

button.accordion-button {
  border-radius: 4px 4px 0 0 !important;
  background-color: transparent;
}

/*--Tracking--*/
.tracking {
  padding: 50px;
  background-color: #fff;
  min-height: 300px;
}

@media screen and (max-width: 767px) {
  .tracking {
    padding: 20px;
    min-height: 250px;
  }
}
.tracking .form-control {
  font-weight: bold;
  color: #003377 !important;
  font-size: 22px;
  border: solid 1px #003377 !important;
  height: 50px;
  letter-spacing: 3px;
  padding-top: 13px;
}

.tracking .form-control:hover, .tracking .form-control:focus {
  border: solid 1px #003377 !important;
}

footer.res-foot {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000000;
}

@media screen and (max-width: 400px) {
  .tracking {
    padding: 50px 5px;
  }
}
@media screen and (max-width: 991px) {
  #sticky-side {
    /*margin-bottom: 90px;*/
  }
  .accept-rules {
    margin: 0;
    padding: 10px;
  }
}
pop-notify:not(:defined) {
  display: none;
}

.alert-danger {
  background-color: #f90000;
  color: #fff;
  border-color: #f90000;
}

@media screen and (max-width: 575px) {
  .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify-move.ui-pnotify-in.ui-pnotify-fade-in {
    width: auto !important;
    min-width: auto;
  }
}
.tooltip.show {
  position: absolute;
  transform: translate3d(549px, 988px, 0px);
  top: 0px !important;
  left: 0px;
  will-change: transform;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip {
  display: block !important;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

span#tooltip-container {
  display: inline-block;
  /*width: max-content !important;*/
  position: relative !important;
}

.tooltip {
  position: absolute !important;
  /*	top: -40px !important;
  */
}

.tooltip-inner {
  background-color: #5d5d5d !important;
  width: max-content !important;
  opacity: 1;
  z-index: 1000000;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: -2px !important;
  border-top-color: #5d5d5d !important;
  right: auto !important;
  left: 0 !important;
}

/*== start of code for tooltips ==*/
.tool {
  cursor: help;
  position: relative;
}

.cip-tool {
  display: inline-block !important;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}

/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  /*border-width: 1em 0.75em 0 0.75em;*/
  border-width: 12px 10px;
  border-color: #13396d transparent transparent transparent;
  content: "";
  margin-left: -0.5em;
  transition: all 0.3s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.3s 0.5s;
  transform: scale(0.6) translateY(-90%);
  top: -18px;
  /* right: 10px;*/
}

.tool:hover::before,
.tool:focus::before {
  transition: all 0.3s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.1s;
}
