html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.container {
  max-width: 1210px !important;
  width: 100%;
}

.navy-blue {
  background-color: #23349b;
}

.navy-blue-light {
  background-color: #170baf;
}

.navy-blue-cloud {
  background-color: #1d2a7c;
}

.navy-blue-dark {
  background-color: #111f74;
}


header {
  z-index: 10;
  position: relative;
}
header nav {
  padding: 0 !important;
  border-bottom: solid 1px #e9e9e9;
  border-top: solid 1px #e9e9e9;
  /*height: 5.5rem;*/
  height: 7.5rem;
  z-index: 999;
  position: relative;
}
header nav .navbar-collapse {
  position: static;
}
header nav .collapse.show {
  margin-top: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding-bottom: 2rem;
}
header nav .navbar-toggler {
  background-color: #1d2a7c;
  margin-right: 1rem;
}
header nav .navbar-toggler .navbar-toggler-icon i {
  border: 1px solid #fff;
  display: block;
  width: 31px;
  margin-bottom: 6px;
  margin-top: 6px;
}
header nav .navbar-brand {
  font-family: "Playfair Display", serif;
  color: #1d2a7c;
  font-size: 1.6125rem;
  text-align: center;
  line-height: 1.2;
  padding-left: 15px;
}
header nav .navbar-nav .nav-item {
  margin: 0 1rem;
}
header nav .navbar-nav .nav-item .nav-link {
  color: #1d2a7c;
  font-size: 0.8125rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2.4rem 0 1.3rem;
  letter-spacing: 1px;
  border-bottom: solid 8px transparent;
}
header nav .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: none;
  background: url("../images/icon-arrow-menu.png") right center no-repeat;
  width: 12px;
  height: 12px;
  position: relative;
  top: 4px;
}


header nav .navbar-nav .nav-item.dropdown .dropdown-menu {
  background: url(../images/MegaNavBG.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  text-align: center;
  color: white;
  padding: 1rem 3.5rem 1.5rem;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .swiper-slide:hover {
  background: white;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu a {
  display: inline-block;
  padding: 10px;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  text-decoration: none;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu a:hover h5,
header nav .navbar-nav .nav-item.dropdown .dropdown-menu a:hover p {
  font-weight: bold;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu h3 {
  font-weight: 300;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu h5 {
  font-family: "Raleway";
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1.5rem;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu p {
  font-size: 12px;
  color: white;
  line-height: 22px;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu img {
  display: inline-block;
  width: 100%;
}
header nav .navbar-nav .nav-item.active .nav-link {
  border-bottom: solid 8px #1d2a7c;
}
header nav .navbar-nav .nav-item.dropdown {
  position: static !important;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu {
  margin-top: 0px;
  border-radius: 0px;
  border-color: #1d2a7c;
  width: 100%;
}
header nav .navbar-collapse .form-actions .form-control {
  margin-right: 1rem;
  border-color: #38438b;
  border-radius: 0;
  color: #1d2a7c;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 2.75rem;
  background: url(../images/icon-search.png) 0.7rem center no-repeat;
  padding-left: 2.2125rem;
}
header nav .navbar-collapse .form-actions .btn-searh {
  border-color: #38438b;
  border-radius: 0;
  color: #1d2a7c;
  background-color: white;
  height: 2.75rem;
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.9375rem;
  text-align: center;
  width: 153px;
  max-width:153px;
  line-height: 2.3;
}
header nav .navbar-collapse .form-actions .btn-searh:hover {
  color: white;
  background-color: #1d2a7c;
}
header nav .navbar-collapse .form-actions a {
  background-color: #1d2a7c;
  width: 2.125rem;
  height: 2.125rem;
  display: inline-block;
  padding: 0.3125rem;
  text-align: center;
  margin-left: 0.5rem;
}

.search-box {
  border: solid 14px rgba(255, 255, 255, 0.5);
  max-width: 900px;
  border-radius: 0px;
  margin: auto;
  margin-top: 3.75rem;
}
.search-box .search-box-form {
  background-color: white;
  border: solid 1px #ebebeb;
}
.search-box .search-box-form .ui-selectmenu-button {
  width: 100%;
  height: 2.75rem;
  line-height: 1.6;
  padding: 0.75rem 1rem;
  background-color: white;
  border-radius: 0px;
  border: none;
  outline: 0;
  font-weight: 600;
  border-right: solid 1px #ebebeb;
}
.search-box .search-box-form .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") right 4px no-repeat;
}
.search-box .search-box-form .ui-selectmenu-button .ui-selectmenu-text {
  font-size: 0.8125rem;
  color: #1d2a7c;
}
.search-box .search-box-form .ui-selectmenu-button.ui-selectmenu-button-open {
  background-color: #1d2a7c;
  color: #fff;
  outline: none;
}
.search-box .search-box-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu-white.png") right 4px no-repeat;
}
.search-box .search-box-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text {
  font-size: 0.8125rem;
  color: white;
  letter-spacing: 1px;
}
.icon-calender{
   
    color:red !important;
}

.modal-content.inquiry-page #inquiry_rates{
    padding:0px;
    display:block;
}


.search-box .search-box-form .input-group.date-range .form-control {
  border: none;
  height: 2.75rem;
  line-height: 1.6;
  padding: 0.75rem 0.5rem;
  outline: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #1d2a7c;
  border-right: solid 1px #ebebeb;
  font-weight: 600;
  background: url("../images/icon-calendar.png") 90% center no-repeat;
  font-family: "Raleway", sans-serif;
}
.search-box .search-box-form .input-group.date-range .form-control:focus {
  box-shadow: none;
}
.search-box .search-box-form .btn-take-me {
  border-radius: 0;
  width: 100%;
  background-color: #1d2a7c;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 2.75rem;
  line-height: 1.6;
}

main .welcome {
  background-size: cover;
  padding-top: 11em;
  height: 640px;
  /*overflow: hidden;*/
}
main .welcome img {
  width: 100%;
  object-fit: cover;
}
main .welcome .welcome-warm-section {
  text-align: center;
}
main .welcome .welcome-warm-section h2 {
  color: #464f9c;
  font-size: 0.875rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
main .welcome .welcome-warm-section h3 {
  color: #1a367e;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}

section.promos-wrapper .promos {
  position: relative;
  border: 1px solid #fff;
  border-right: none;
}
section.promos-wrapper .promos img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
section.promos-wrapper .promos .promo-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: auto;
  margin-right: 1rem;
  margin-left: 1rem;
}
section.promos-wrapper .promos .promo-text h3 {
  margin: 0;
  display: block;
  height: 3.75rem;
  line-height: 3.75rem;
  font-weight: normal;
  color: #1d2a7c;
  font-size: 1.375rem;
  overflow: hidden;
}
section.promos-wrapper .promos .promo-text h3 span {
  position: relative;
  z-index: 1;
}
section.promos-wrapper .promos .promo-text h3 span a {
  color: #1d2a7c;
}
section.promos-wrapper .promos .promo-text h3 span a:hover {
  text-decoration: none;
}
section.promos-wrapper .promos .promo-text span:before,
section.promos-wrapper .promos .promo-text span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #1d2a7c;
  top: 40%;
  width: 40px;
}
section.promos-wrapper .promos .promo-text span:before {
  right: 100%;
  margin-right: 15px;
}
section.promos-wrapper .promos .promo-text span:after {
  left: 100%;
  margin-left: 15px;
}
section.destinations {
  background: #fff url("../images/backgroundPattern.png") left top repeat-x;
  padding-top: 9.1875rem;
  padding-bottom: 9.1875rem;
}
section.destinations .destination-content h2 {
  color: #1d2a7c;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1.875rem;
}
section.destinations .destination-content p {
  color: #888897;
  font-size: 0.875rem;
  line-height: 2.5;
}
section.destinations .destination-content .destination-content-action h3 {
  font-size: 1.375rem;
  color: #1d2a7c;
  font-weight: normal;
  margin-top: 2rem;
}
section.destinations .destination-content .destination-content-action .destination-action-links {
  margin-top: 2rem;
}

.zabuto-calendar.table.clickable>tbody td:hover {
    color: #000;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul {
  margin: 0px;
  padding: 0px;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul.social-icons li {
  float: left;
  list-style: none;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.75em 0 0;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 18px;
  text-align: center;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul.social-icons li a:hover i {
  opacity: 1;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul.social-icons li a i {
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li {
  display: inline-block;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a {
  display: block;
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  padding: 1.8rem;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.car {
  background: url("../images/icon-car.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.car:hover {
  background: #1d2a7c url("../images/icon-car-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.departures {
  background: url("../images/icon-departures.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.departures:hover {
  background: #1d2a7c url("../images/icon-departures-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.sailboat {
  background: url("../images/icon-sailboat.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.sailboat:hover {
  background: #1d2a7c url("../images/icon-sailboat-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.passport {
  background: url("../images/icon-passport.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.passport:hover {
  background: #1d2a7c url("../images/icon-passport-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.family {
  background: url("../images/icon-family.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.family:hover {
  background: #1d2a7c url("../images/icon-family-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.cocktail {
  background: url("../images/icon-cocktail.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.cocktail:hover {
  background: #1d2a7c url("../images/icon-cocktail-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.shopping-bag {
  background: url("../images/icon-shopping-bag.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li a.shopping-bag:hover {
  background: #1d2a7c url("../images/icon-shopping-bag-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-links h4 {
  font-size: 1rem;
  color: #1d2a7c;
  letter-spacing: 2px;
  font-weight: 400;
  border-bottom: solid 1px #6c6e79;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section.destinations .destination-content .destination-content-links ul {
  margin: 0px;
  padding: 0px;
}
section.destinations .destination-content .destination-content-links ul li {
  list-style: none;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
section.destinations .destination-content .destination-content-links ul li a {
  color: #6c6e79;
  font-size: 0.875rem;
}
section.destinations .destination-boxes img {
  width: 100%;
  max-width: none;
  object-fit: cover;
  height: 301px;
}
section.destinations .destination-boxes > .row {
  min-height: 18rem;
}
section.destinations .destination-boxes .destination-box-content > .row {
  min-height: 9.4rem;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-text {
  text-align: center;
  height: 100%;
  padding: 0.6rem 1rem;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-text h3 {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-text p {
  color: white;
  font-size: 0.6875rem;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img {
  overflow: hidden;
  position: relative;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img img {
  width: 100%;
  height: 9.4rem;
  object-fit: cover;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img .display-destination-text {
  display: none;
  background-color: #23349b;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: -500px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img .display-destination-text a {
  padding: 0.6rem 1rem;
  color: #fff;
  text-decoration: none;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img .display-destination-text a h4 {
  font-size: 3rem;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img:hover .display-destination-text {
  bottom: 0px;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img.active .display-destination-text {
  bottom: 0px;
}
section.destinations .destination-content-form-wrap {
  background-color: #1d2a7c;
  position: relative;
  overflow: hidden;
}
section.destinations .destination-content-form-wrap .vg-tag {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 158px;
  height: 158px;
  background-color: #23349b;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  background: url("../images/vg-pin.png") left top no-repeat;
}
section.destinations .destination-content-form-wrap .vg-tag h4 {
  font-size: 2.6rem;
  color: #1d2a7c;
  margin-right: 0.9rem;
  margin-top: 0.8rem;
}
section.destinations .destination-content-form-wrap .destination-content-form {
  padding: 6rem 1rem 6rem 1rem;
  color: white;
  text-align: center;
}
section.destinations .destination-content-form-wrap .destination-content-form span {
  text-align: center;
  font-size: 1.125rem;
  text-transform: uppercase;
}
section.destinations .destination-content-form-wrap .destination-content-form h3 {
  font-size: 1.875rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
section.destinations .destination-content-form-wrap .destination-content-form .br-b {
  border-bottom: solid 1px #6c6e79;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group {
  margin-bottom: 0px;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group textarea.form-control {
  height: 144px;
  resize: none;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group .form-control {
  background-color: transparent;
  border: none;
  border-top: solid 1px #6c6e79;
  border-radius: 0;
  padding: 1rem 0.5rem;
  text-transform: uppercase;
  color: white;
  font-size: 0.625rem;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group .form-control:focus {
  box-shadow: none;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions {
  padding-top: 2rem;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .btn-primary {
  border-color: #FFF;
  border-radius: 0;
  color: #1d2a7c;
  background-color: white;
  height: 2.75rem;
  padding: 0px 3.125rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.9375rem;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .btn-primary:hover {
  color: white;
  background-color: #1d2a7c;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control {
  text-align: left;
  font-size: 1.1875rem;
  font-family: "Playfair Display", serif;
  margin-top: 0.5rem;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control:focus {
  outline: 0;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control label:focus {
  outline: 0;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control label.custom-control-label {
  padding-left: 10px;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control label.custom-control-label::before {
  top: 0.35rem;
  border-radius: 50px;
  border: solid 1px #6c6e79;
  background-color: transparent;
  width: 1.3rem;
  height: 1.3rem;
}
section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control label.custom-control-label:after {
  top: 0.52rem;
  left: 2px;
}
section.location-banner {
  min-height: 582px;
}
section.location-banner .location-slider .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
}
section.location-banner .location-slider .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper {
  position: absolute;
  /*top: 10%;*/
  width: 100%;
  left: 1%;
  top: 50%;
    width: 100%;
    left: 1%;
    transform: translateY(-50%);
}
section.location-banner .location-slider .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
section.location-banner .location-slider .owl-dots {
  max-width: 100%;
  margin: auto;
  position: relative;
}
section.location-banner .location-slider .owl-dots .owl-dot {
  width: 20%;
  position: relative;
  float: left;
}
section.location-banner .location-slider .owl-dots .owl-dot h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 1.25rem;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  margin: auto;
  height: 29px;
  text-align: center;
}
section.location-banner .location-slider .owl-dots .owl-dot img {
  width: 100%;
  height: 87px;
  object-fit: cover;
}

.welcome-banner {
  position: relative;
}
.welcome-banner img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper {
  position: absolute;
  width: 100%;
  left: 1%;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption a {
  margin-right: 0.5rem;
  display: inline-block;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption a img {
  width: auto;
  height: auto;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption h2 {
  margin: 2rem 0;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 1px;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption h4 {
  margin: 2rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.welcome-banner .owl-stage-outer .owl-stage .owl-item .item .item-caption-wrapper .item-caption p {
  font-size: 1rem;
  line-height: 1.5;
}
.welcome-banner .owl-nav {
  position: absolute;
  top: 38%;
  width: 100%;
}
.welcome-banner .owl-nav .owl-prev {
  float: left;
  margin-left: 5%;
  text-indent: -9999px;
  background: url(../images/arrow-slider-left.png) left top no-repeat;
  width: 40px;
  height: 74px;
  display: block;
}
.welcome-banner .owl-nav .owl-next {
  float: right;
  margin-right: 5%;
  text-indent: -9999px;
  background: url(../images/arrow-slider-right.png) left top no-repeat;
  width: 40px;
  height: 74px;
  display: block;
}

footer {
  background-color: #070c3d;
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  color: #fff;
}
footer p {
  font-size: 0.775rem;
  letter-spacing: 1px;
  line-height: 60px;
}
footer ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer ul.social-icons li {
  float: left;
  list-style: none;
}
footer ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.75em;
  width: 60px;
  height: 60px;
  line-height: 62px !important;
  font-size: 16px;
  text-align: center;
}
footer ul.social-icons li a:hover i {
  opacity: 1;
}
footer ul.social-icons li a i {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.ui-selectmenu-menu {
  z-index: 999;
}

.ui-selectmenu-open {
  z-index: 999999999;
}
.ui-selectmenu-open .ui-menu {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 0.65rem;
}
.ui-selectmenu-open .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  font-size: 0.8125rem;
  color: #1d2a7c;
  border: none;
  letter-spacing: 1px;
}
.ui-selectmenu-open .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  color: white;
  background-color: #1d2a7c;
  padding-left: 0.4rem;
  font-size: 0.8125rem;
}
.ui-selectmenu-open .help_dlg_city-menu,
.ui-selectmenu-open .help_dlg_bedrooms-menu,
.ui-selectmenu-open .help_dlg_priceRange-menu,
.ui-selectmenu-open .help_dlg_people-menu {
  z-index: 999999999999;
}

.ui-datepicker {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
}
.ui-datepicker .ui-widget-header {
  border: none;
  border-radius: 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #1d2a7c;
  font-weight: normal;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url("../images/icon-arrow-right.png") right 3px no-repeat;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
  border: none;
  background: none;
  box-shadow: none;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url("../images/icon-arrow-left.png") right 3px no-repeat;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: none;
  left: 2px;
  top: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar td alkl {
  background: #1d2a7c;
}

.top-destination-form {
  display: none;
  position: absolute;
  right: 35%;
  top: 0px;
}
.top-destination-form.show {
  display: block;
}
.top-destination-form .search-box {
  margin-top: 0.45rem;
  border: solid 14px rgba(255, 255, 255, 0);
}
.top-destination-form .search-box .search-box-form {
  background-color: #ebebeb;
}
.top-destination-form .search-box .search-box-form .input-group.date-range .form-control {
  border-right: solid 1px #fff;
}
.top-destination-form .search-box .search-box-form .ui-selectmenu-button {
  background-color: #ebebeb;
  border-right: solid 1px #fff;
}
.top-destination-form .search-box .search-box-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") right 4px no-repeat;
}
.top-destination-form .search-box .search-box-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text {
  color: #1d2a7c;
  letter-spacing: 0px;
}

@media (max-width: 1199.98px) {
  header nav .navbar-nav .nav-item .nav-link {
    padding: 0.85rem 0;
  }
  header nav .navbar-collapse .form-actions {
    text-align: center;
    display: inherit;
  }
  .navbar-nav {
    text-align: center;
  }
  section.location-banner {
    min-height: auto;
  }
  .top-destination-form {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .top-destination-form {
    position: static;
  }
  .top-destination-form .search-box .search-box-form .ui-selectmenu-button {
    background-color: #ebebeb;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  main .welcome .welcome-warm-section .search-box .search-box-form .ui-selectmenu-button {
    border-bottom: solid 1px #ebebeb;
  }
  main .welcome {
    padding-top: 4em;
    height: 540px;
  }
  main .welcome .welcome-warm-section .search-box {
    margin-top: 2.75rem;
  }
  section.destinations {
    padding-top: 7.1875rem;
    padding-bottom: 1.1875rem;
  }
  section.location-banner .location-slider .owl-dots .owl-dot h2 {
    font-size: 1rem;
  }
  section.location-banner {
    min-height: auto;
    margin-bottom: 1rem;
  }
  section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .top-destination-form {
    position: static;
  }
  .top-destination-form .search-box .search-box-form .ui-selectmenu-button {
    background-color: #ebebeb;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  .top-destination-form .search-box .search-box-form .input-group.date-range .form-control {
    border-bottom: solid 1px #fff;
  }
  section.destinations .destination-content-form-wrap .destination-content-form .destination-content-form-actions .custom-control {
    margin-bottom: 2rem;
  }
  section.destinations {
    padding-top: 7.1875rem;
    padding-bottom: 1.1875rem;
  }
  main .welcome .welcome-warm-section .search-box .search-box-form .ui-selectmenu-button {
    border-top: solid 1px #ebebeb;
  }
  header nav .navbar-collapse {
    padding-bottom: 1rem;
  }
  header nav .navbar-collapse .form-actions {
    padding: 1rem;
  }
  header nav .navbar-collapse .form-actions .btn-searh {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0px;
  }
  header nav .navbar-collapse .form-actions .form-control {
    margin-bottom: 1rem;
  }
  footer ul.social-icons li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 639.98px) {
  .owl-dots {
    display: none;
  }
  main .welcome {
    height: 630px;
  }
}
#page-banner {
  min-height: 300px;
  padding: 0 !important;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
ul#page-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000005e;
}
#page-banner li {
  list-style: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#page-banner li img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 575px) {
    #page-banner {
        height: auto;
    }
}
.filterBar {
  background: #f1f1f1;
  padding: 1rem 1.5rem;
  margin-bottom: 3px;
  width: 100%;
  display: inline-block;
}
.filterBar h3 {
  color: #1d2a7c;
  font-weight: 300;
  line-height: 2.5rem;
  margin: 0 !important;
}
.filterBar .ui-selectmenu-button {
  width: 100%;
  text-align: center;
  height: 2.75rem;
  line-height: 1.6;
  padding: 0.75rem 1rem;
  background-color: transparent !important;
  border-radius: 0px;
  border: none;
  outline: 0;
  font-weight: 600;
  border-right: solid 1px #ebebeb;
}
.filterBar .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") right 4px no-repeat;
}
.filterBar .ui-selectmenu-button .ui-selectmenu-text {
  font-size: 0.8125rem;
  color: #9fa2bc;
}
.filterBar .ui-selectmenu-button.ui-selectmenu-button-open {
  background-color: #1d2a7c;
  color: #1d2a7c;
  outline: none;
}
.filterBar .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") right 4px no-repeat;
}
.filterBar .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text {
  font-size: 0.8125rem;
  color: #1d2a7c;
}

.filterBarRooms {
    width: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.filterBarRooms form {
    width: 100%;
}
.filterBarRooms .ui-selectmenu-text:before {
  content: "BEDROOMS ";
  color: #1d2a7c;
}

.filterBarPricing {
  width: 190px;
}
.filterBarPricing .ui-selectmenu-text:before {
  content: "PRICE ";
  color: #1d2a7c;
}

.pro-wrapper .pro-box {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}
.pro-wrapper .pro-box .pro-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 20rem;
  height: 20rem;
}
.pro-wrapper .pro-box .pro-header img {
  width: 100%;
}
.pro-wrapper .pro-box .pro-header i {
  position: absolute;
  color: white;
  top: 1rem;
  right: 1rem;
}
.pro-wrapper .pro-box .pro-header i:before:hover {
  color: #1d2a7c;
}
.pro-wrapper .pro-box .pro-header .pro-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 0 1.5rem;
  line-height: 60px;
  background: rgba(241, 241, 241, 0.9);
  color: #1d2a7c;
  font-weight: bold;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-name {
  color: #1d2a7c;
  float: left;
  margin-right: 2rem;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-price {
  float: left;
  color: #1d2a7c;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details {
  float: left;
  line-height: 0;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  min-width: 60px;
  text-align: right;
  padding-right: 5px;
  line-height: 60px;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details ul li:before {
  content: "";
  background-size: 26px;
  width: 40px;
  height: 60px;
  float: left;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details ul li:first-child:before {
  background: url(../images/icon-persons.png) 90% center no-repeat;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details ul li:nth-child(2):before {
  background: url(../images/icon-beds.png) 90% center no-repeat;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-details ul li:last-child:before {
  background: url(../images/icon-bathroom.png) 90% center no-repeat;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-buttons {
  float: right;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-buttons a {
  float: right;
  min-width: 125px;
  padding: 0 1.5rem;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-buttons a:first-child {
  background: #1d2a7c;
  color: white;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-buttons a:last-child {
  background: white;
  color: #1d2a7c;
}
.pro-wrapper .pro-box .pro-header .pro-content .pro-buttons a:hover {
  text-decoration: none;
}
.pro-wrapper .pro-box .pro-footer {
  background: #1d2a7c;
}
.pro-wrapper .pro-box .pro-footer p {
  margin: 0;
  color: white;
  font-size: 0.8rem;
  padding: 1rem;
}
.pro-wrapper .card-row {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .pro-wrapper .card-row {
    padding-left: 0px;
  }
}
.pro-wrapper .card-column {
  height: 741px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 1px rgba(69, 65, 78, 0.2);
  padding: 0;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
margin-bottom: 20px;    
}
@media (max-width: 1400px) {
  .pro-wrapper .card-column {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .pro-wrapper .card-column {
    margin-bottom: 20px;
  }
}
.pro-wrapper .card-column .card-additional-details {
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7f7f7;
  width: 100%;
  padding: 16px 24px;
}
@media (max-width: 1199px) {
  .pro-wrapper .card-column .card-additional-details {
    padding: 16px 20px;
  }
}
.pro-wrapper .card-column .card-additional-details p {
  margin-bottom: 0px;
  color: #999;
  font-size: 13px;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .pro-wrapper .card-column .card-additional-details p {
    font-size: 10px;
    margin-left: 10px;
  }
}
.pro-wrapper .card-column .card-additional-details .details-heading {
  width: 30%;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pro-wrapper .card-column .card-additional-details .details-heading {
    justify-content: unset;
    align-items: center;
  }
}
.pro-wrapper .card-column .card-additional-details .details-heading .img-wrapper {
  display: flex;
  align-items: center;
}
.pro-wrapper .card-column .card-additional-details svg {
  width: 22px;
}
.pro-wrapper .card-column .card-additional-details svg path {
  stroke: #9d9d9d;
}
.pro-wrapper .card-column .card-content {
  padding: 19px 24px;
}
.pro-wrapper .card-column .card-content p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}
.pro-wrapper .card-column .info-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 10px;
}
.pro-wrapper .card-column .info-buttons .btn-wrapper {
  width: 49%;
}
.pro-wrapper .card-column .info-buttons .btn-wrapper a {
  display: block;
  color: #fff;
  background-color: #070c3d;
  border-color: #070c3d;
  border-radius: 0px;
}
.pro-wrapper .card-column .card-column__block {
  position: relative;
}
.pro-wrapper .card-column .card-column__block .img-wrapper-heart {
  border-radius: 38px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 18px;
}
.pro-wrapper .card-column .card-column__block .img-wrapper-heart a {
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 21px;
}
.pro-wrapper .card-column .card-column__block .img-wrapper-heart a svg {
  width: 20px;
}
.pro-wrapper .card-column .card-column__block .img-wrapper-heart a svg path {
  fill: #9d9d9d;
}
.pro-wrapper .card-column .card__block .img-wrapper {
  position: relative;
}
.pro-wrapper .card-column .card__block .img-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .pro-wrapper .card-column .card__block .img-wrapper img {
    height: 290px;
  }
}
.pro-wrapper .card-column .card__block .img-wrapper .content {
  position: absolute;
  left: 36px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.4117647059);
  padding: 10px 25px;
}
.pro-wrapper .card-column .card__block .img-wrapper .content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.7;
}
.pro-wrapper .card-column .card__block .img-wrapper .content h3 {
  color: #fff;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}
.pro-wrapper .card-column .best-rate {
  color: #28a745 !important;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
}
.pro-wrapper .card-column .rate {
  font-size: 14px;
  font-weight: 500;
}
.pro-wrapper .card-column .total-rate {
  font-size: 14px;
  font-weight: 700;
}
.pro-wrapper .card-column .card-img-slider-1,
.pro-wrapper .card-column .card-img-slider-2 {
  position: relative;
}
.pro-wrapper .card-column .card-img-slider-1 .owl-next svg,
.pro-wrapper .card-column .card-img-slider-1 .owl-prev svg,
.pro-wrapper .card-column .card-img-slider-2 .owl-next svg,
.pro-wrapper .card-column .card-img-slider-2 .owl-prev svg {
  width: 50px;
  height: 35px;
}
.pro-wrapper .card-column .card-img-slider-1 .owl-next svg path,
.pro-wrapper .card-column .card-img-slider-1 .owl-prev svg path,
.pro-wrapper .card-column .card-img-slider-2 .owl-next svg path,
.pro-wrapper .card-column .card-img-slider-2 .owl-prev svg path {
  fill: rgba(255, 255, 255, 0.747);
}
.pro-wrapper .card-column .card-img-slider-1 .owl-prev,
.pro-wrapper .card-column .card-img-slider-2 .owl-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-wrapper .card-column .card-img-slider-1 .owl-next,
.pro-wrapper .card-column .card-img-slider-2 .owl-next {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.filterSidebar .header {
  background: #1d2a7c;
  margin-bottom: 10px;
}
/*.filterSidebar .header */
.input-group.date-range .form-control {
  text-align: center;
  border: none;
  /*height: 4.76rem;*/
  line-height: 1.6;
  /*padding: 0.75rem 1rem;*/
  outline: 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #1d2a7c;
  font-weight: 600;
  background: url("../images/icon-calendar.png") 100% center no-repeat;
  font-family: "Raleway", sans-serif;
}
.form-control:focus {
    box-shadow: unset;
}
.filterSidebar .header .input-group.date-range .form-control:focus {
  box-shadow: none;
}
.filterSidebar .filterOpt a {
  display: inline-block;
  width: 100%;
  line-height: 3.5rem;
  padding: 0 1rem;
  border-bottom: #e4e4e4;
  color: #1d2a7c;
  font-weight: bold;
  text-transform: uppercase;
}
.filterSidebar .filterOpt a:hover {
  text-decoration: none;
}
.filterSidebar .filterOpt .alpha-acc-link {
    background: #efefef;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filterSidebar .filterOpt .alpha-acc-link:after {
  content: "+";
  float: right;
  font-size: 2rem;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-link {
  color: #363636;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-link .collapsed:not {
  background: #efefef;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-link:after {
  content: "";
  background: url(../images/icon-arrow-right.png) 90% center no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 1.25rem 0;
  transform: rotate(90deg);
}
.filterSidebar .filterOpt .filterRegions .sub-acc-link.collapsed:after {
  transform: rotate(0deg);
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body {
  background: #efefef;
  padding: 1rem;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control {
  text-align: left;
  margin-top: 0.5rem;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control:focus {
  outline: 0;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control .custom-control-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 30px;
  z-index: 1;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control label {
  color: #767676;
  font-weight: bold;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control label:focus {
  outline: 0;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control label.custom-control-label {
  padding-left: 10px;
  line-height: 30px;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control label.custom-control-label::before {
  border: solid 1px #767676;
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body .custom-control label.custom-control-label:after {
  top: 0.4rem;
  left: 2.5px;
}

.sidebar-nav .top {
  padding: 0;
}
.sidebar-nav .top li {
  list-style: none;
  position: relative;
  padding: 1em 0;
  height: 100px;
  text-align: center;
  line-height: 3;
}
.sidebar-nav .top li a {
  font-family: "Playfair Display";
  color: white;
  font-size: 1.5em;
  position: relative;
  z-index: 99;
  text-decoration: none;
}
.sidebar-nav .top li:before {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.sidebar-nav .bottom {
  padding: 0;
}
.sidebar-nav .bottom li {
  list-style: none;
  margin: 0.25em 0;
}
.sidebar-nav .bottom li .collapsable {
  background: #23349b;
  padding: 0.25em;
  display: inline-block;
  width: 100%;
  line-height: 4em;
  color: white;
}
.sidebar-nav .bottom li .collapsable.collapsed {
  background: #e3e3e3;
  color: #23349b;
}
.sidebar-nav .bottom li .collapsable .img-wrap {
  width: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
.sidebar-nav .bottom li .collapsable .img-wrap img {
  width: 60px;
}
.sidebar-nav .bottom li .collapsable h3 {
  float: left;
  font-size: 1rem;
  font-family: "Raleway";
  margin: 0;
  line-height: 4em;
  width: 65%;
  text-align: center;
}
.sidebar-nav .bottom li .collapsable-body {
  background: #f2f2f2;
}
.sidebar-nav .bottom li .collapsable-body .form-group .form-control {
  background: white;
  height: 2.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #23349b;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  outline: 0;
}
.sidebar-nav .bottom li .collapsable-body .form-group .form-control:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
  border: 1px solid #cbcfd2 !important;
}
.sidebar-nav .bottom li .collapsable-body .form-group textarea.form-control {
  height: 144px;
  resize: none;
}
.sidebar-nav .bottom li .collapsable-body .form-group .btn {
  width: 100%;
  height: 3em;
  color: white;
  border-radius: 0;
  line-height: 2em;
  margin-bottom: 1em;
  background: #23349b;
}

.team-members .col-lg-5,
.team-members .col-lg-2 {
  text-align: center;
}
.team-members .col-lg-5 .img-wrap,
.team-members .col-lg-2 .img-wrap {
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #1d2a7c;
  max-width: 280px;
  height: 280px;
  margin-bottom: 1rem;
  margin: 0 auto;
}
.team-members .col-lg-5 .img-wrap img,
.team-members .col-lg-2 .img-wrap img {
  width: 250px;
  overflow: hidden;
  transition: transform 0.2s;
}
.team-members .col-lg-5 h4,
.team-members .col-lg-2 h4 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.team-members .col-lg-5 ul,
.team-members .col-lg-2 ul {
  display: inline-block;
  padding: 0;
}
.team-members .col-lg-5 ul.social-icons li,
.team-members .col-lg-2 ul.social-icons li {
  float: left;
  list-style: none;
}
.team-members .col-lg-5 ul.social-icons li a,
.team-members .col-lg-2 ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.77em;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 22px;
  text-align: center;
}
.team-members .col-lg-5 ul.social-icons li a:hover i,
.team-members .col-lg-2 ul.social-icons li a:hover i {
  opacity: 1;
}
.team-members .col-lg-5 ul.social-icons li a i,
.team-members .col-lg-2 ul.social-icons li a i {
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.team-members .col-lg-5 {
  color: #1d2a7c;
}
.team-members .col-lg-5:hover .img-wrap img {
  transform: scale(1.5);
}
.team-members .col-lg-2 {
  font-size: 5em;
  font-family: "Playfair Display";
  color: #1d2a7c;
  padding: 5rem 0;
}

/* DESTINATION PAGE CSS START HERE */
.dest-info-bar {
  display: inline-block;
  width: 100%;
  padding: 7px 15px 0px;
  background: #fbfbfb;
}
.dest-info-bar h4.page-title {
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: #23349b;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 56px;
  text-align: center;
}
.dest-info-bar .next-villa a {
  float: right;
  margin: 0;
  line-height: 56px;
  color: #23349b;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
.dest-info-bar .next-villa a img {
  margin: -3px 25px 0;
}

.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
.breadcrumb .breadcrumb-item {
  color: #23349b;
  font-weight: bold;
  font-size: 13px;
}
.breadcrumb .breadcrumb-item a {
  color: #23349b;
  font-weight: bold;
  font-size: 13px;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-item::before {
  content: "|" !important;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel img {
  height: 580px;
  width: 100%;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  background: rgba(255, 255, 255, 0.3);
  width: 25%;
}
.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}
.multi-item-carousel .carousel-inner .item.next,
.multi-item-carousel .carousel-inner .item.active.right {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}
.multi-item-carousel .carousel-inner .item.prev,
.multi-item-carousel .carousel-inner .item.active.left {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}
.multi-item-carousel .carousel-inner .item__third {
  float: left;
  width: 33.33333333%;
}

.dest-detail-bar {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background: #23349b;
}
.dest-detail-bar .dest-icon-wrap {
  float: left;
}
.dest-detail-bar .dest-icon-wrap ul {
  float: left;
  margin: 0;
  padding: 0;
}
.dest-detail-bar .dest-icon-wrap ul li {
  float: left;
  list-style: none;
  margin: 0 20px 0 0;
}
.dest-detail-bar .dest-icon-wrap ul li span {
  color: white;
}
.dest-detail-bar .price-range {
  color: white;
}
.dest-detail-bar .price-range .price-low,
.dest-detail-bar .price-range .price-high {
  display: inline-block;
  margin: 0 15px;
  line-height: 30px;
}
.dest-detail-bar .price-range .price-low .price,
.dest-detail-bar .price-range .price-high .price {
  font-size: 1.25em;
}
.dest-detail-bar .price-range .price-low .currency,
.dest-detail-bar .price-range .price-high .currency {
  font-size: 0.5em;
  left: -3px;
}

.dest-owner-info {
  float: right;
}
.dest-owner-info ul {
  padding: 0;
  margin: 0;
}
.dest-owner-info ul li {
  float: left;
  overflow: hidden;
  list-style: none;
  background: white;
  border-radius: 50%;
  margin: 0 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.dest-owner-info ul li:hover i {
  color: gray;
}
.dest-owner-info ul li .fa-heart:hover {
  font-weight: bold;
}
.dest-owner-info ul li a i {
  line-height: 40px;
  font-size: 20px;
  color: #23349b;
}
.dest-owner-info ul li a i .fa-share-alt {
  font-weight: bold;
}
.dest-owner-info ul li a img {
  max-width: 40px;
}

.dest-detail {
  margin: 5em 0;
}
.dest-detail .left-aside h2 {
  color: #23349b;
}
.dest-detail .left-aside p {
  color: #888897;
  line-height: 36px;
  height: 100px;
  overflow: hidden;
  margin: 2em 0;
}
.dest-detail .left-aside a {
  color: #212e7e;
}
.dest-detail .left-aside .dest-keypoint {
  float: left;
  width: 100%;
  margin: 0.5em 0;
}
.dest-detail .left-aside .dest-keypoint p {
  line-height: 24px;
  height: auto;
  margin: 0;
}
.dest-detail .right-aside .calendar-img-box {
  background: #eaeaea;
}
.dest-detail .right-aside .calendar-img-box .img-wrap {
  height: 303.8px;
  overflow: hidden;
}
.dest-detail .right-aside .calendar-img-box .img-wrap img {
  width: 100%;
}
.dest-detail .right-aside .calendar-img-box .checkInOut {
  padding: 1em 1em 0 0;
}
.dest-detail .right-aside .calendar-img-box .checkInOut h5 {
  color: #23349b;
}
.dest-detail .right-aside .calendar-img-box .checkInOut a {
  width: 100%;
  height: 3em;
  color: white;
  border-radius: 0;
  line-height: 2em;
  margin-bottom: 1em;
}
.dest-detail .right-aside .calendar-img-box .checkInOut .btn.bookNow {
    /*background-color: #23349b !important;*/
    color: white;
    background-color: #28a745 !important;
    border-color: #28a745;
}
.dest-detail .right-aside .calendar-img-box .checkInOut .btn.enquire {
  background-color: #111f74;
  color: white;
  margin: 20px 0;
}
.enquire-form-field {
    margin-bottom: 15px;
}
.dest-detail .right-aside .calendar-img-box .checkInOut .date-range .form-control {
  line-height: 1.6;
  height: 3.5em;
  padding: 0.75rem 1rem 0.75em 5em;
  outline: 0;
  font-size: 0.875rem;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  text-transform: uppercase;
  color: #91919f;
  font-weight: 600;
  background: white;
  font-family: "Raleway", sans-serif;
}
.dest-detail .right-aside .calendar-img-box .checkInOut .date-range:focus {
  box-shadow: none;
}
.dest-detail .right-aside .calendar-img-box .checkInOut .checkIn,
.dest-detail .right-aside .calendar-img-box .checkInOut .checkOut {
  position: relative;
  width: 100%;
  height: 3em;
  margin-bottom: 15px;
  overflow: hidden;
  float: left;
}
.dest-detail .right-aside .calendar-img-box .checkInOut .checkIn::before,
.dest-detail .right-aside .calendar-img-box .checkInOut .checkOut::before {
  background: url("../images/icon-calendar.png") 50% center no-repeat;
  content: "";
  background-color: #f3f3f3;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.dest-detail .right-aside .dest-bookingPerson {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  background: white;
  border: 3px solid #e1e1e1;
}
.dest-detail .right-aside .dest-bookingPerson .dest-avatar {
  overflow: hidden;
  width: 250px;
  height: 250px;
  float: left;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -50px;
  top: -50px !important;
}
.dest-detail .right-aside .dest-bookingPerson .dest-avatar .img-wrap {
  position: relative;
  top: 50px;
  left: 25px;
}
.dest-detail .right-aside .dest-bookingPerson .dest-avatar .img-wrap img {
  width: 100%;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail {
  margin: 2em 1em 0 0;
  position: relative;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail h6 {
  color: #23349b;
  font-weight: lighter;
  margin-bottom: 1em;
  float: left;
  width: 60%;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail p {
  color: #888897;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  height: 55px;
  overflow: hidden;
  width: 100%;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul {
  position: absolute;
  right: 0;
  top: -5px;
  min-width: 175px;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li {
  float: left;
  list-style: none;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.1em;
  width: 30px;
  height: 30px;
  line-height: 32px !important;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li a:hover i {
  opacity: 1;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li a i {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.dest-destinations-sec {
  padding: 0 0 3em 0;
  background: #f6f6f6;
}
.dest-destinations-sec .dest-top-menu {
  width: 100%;
  border-bottom: 1px solid #cbcdde;
  margin-bottom: 3em;
}
.dest-destinations-sec .dest-top-menu .title h4 {
  font-size: 1.8em;
  line-height: 3em;
  color: #23349b;
  font-weight: normal;
}
.dest-destinations-sec .dest-top-menu ul {
  padding: 2em 0;
  border: 0;
  width: 100%;
}
.dest-destinations-sec .dest-top-menu ul li {
  display: flex;
  flex: 1 1 auto;
  line-height: 1.75em;
  margin-right: 1.5em;
}
.dest-destinations-sec .dest-top-menu ul li a {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #23349b;
  text-decoration: none;
}
.dest-destinations-sec .dest-top-menu ul li a.active {
  font-weight: bold;
  font-size: 1em;
}
.dest-destinations-sec .dest-top-menu ul li a sup {
  left: -5px;
  top: -15px;
}
.dest-destinations-sec .destination-content {
  padding-top: 5rem;
}
.dest-destinations-sec .destination-content h2 {
  color: #888897;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1.875rem;
}
.dest-destinations-sec .destination-content p {
  color: #888897;
  font-size: 0.875rem;
  line-height: 2.5;
}
.dest-destinations-sec .destination-content .destination-content-action h4 {
  font-size: 1rem;
  color: #1d2a7c;
  text-transform: uppercase;
  font-family: inherit;
  margin-top: 2rem;
}
.dest-destinations-sec .destination-content .destination-content-action h3 {
  font-size: 1rem;
  color: #1d2a7c;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 2rem;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links {
  margin-top: 2rem;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul {
  margin: 0px;
  padding: 0px;
  border: 0;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li {
  display: inline-block;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a {
  display: block;
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  padding: 1.8rem;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.car {
  background: url("../images/icon-car.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.car:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.car.active {
  background: #1d2a7c url("../images/icon-car-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.departures {
  background: url("../images/icon-departures.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.departures:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.departures.active {
  background: #1d2a7c url("../images/icon-departures-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.sailboat {
  background: url("../images/icon-sailboat.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.sailboat:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.sailboat.active {
  background: #1d2a7c url("../images/icon-sailboat-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.passport {
  background: url("../images/icon-passport.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.passport:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.passport.active {
  background: #1d2a7c url("../images/icon-passport-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.family {
  background: url("../images/icon-family.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.family:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.family.active {
  background: #1d2a7c url("../images/icon-family-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.cocktail {
  background: url("../images/icon-cocktail.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.cocktail:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.cocktail.active {
  background: #1d2a7c url("../images/icon-cocktail-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.shopping-bag {
  background: url("../images/icon-shopping-bag.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.shopping-bag:hover, .dest-destinations-sec .destination-content .destination-content-action .destination-action-links ul li a.shopping-bag.active {
  background: #1d2a7c url("../images/icon-shopping-bag-white.png") center center no-repeat;
}
.dest-destinations-sec .destination-content .destination-content-action .destination-action-links .tab-pane h3 {
  font-size: 1.375em;
}
.dest-destinations-sec .destination-content .destination-content-links h4 {
  font-size: 1rem;
  color: #1d2a7c;
  letter-spacing: 2px;
  font-weight: 400;
  border-bottom: solid 1px #6c6e79;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.dest-destinations-sec .destination-content .destination-content-links ul {
  margin: 0px;
  padding: 0px;
}
.dest-destinations-sec .destination-content .destination-content-links ul li {
  list-style: none;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
.dest-destinations-sec .destination-content .destination-content-links ul li a {
  color: #6c6e79;
  font-size: 0.875rem;
}
.dest-destinations-sec .right-aside .img-wrap img {
  width: auto;
}

.dest-similar-sec {
  margin: 5em 0;
}
.dest-similar-sec h2 {
  color: #23349b;
  font-weight: lighter;
  margin-bottom: 1.5em;
  display: inline-block;
}
.dest-similar-sec .similar {
  position: relative;
  width: 100%;
  display: inline-block;
}
.dest-similar-sec .similar img {
  width: 100%;
}
.dest-similar-sec .similar .dest-similar-infoBar {
  padding: 0.5em 1em;
  width: 90%;
  background: rgba(239, 237, 235, 0.75);
  position: absolute;
  bottom: 1.5em;
  left: 18px;
}
.dest-similar-sec .similar .dest-similar-infoBar .img-wrap {
  width: 60px;
}
.dest-similar-sec .similar .dest-similar-infoBar .img-wrap span {
  color: #23349b;
  float: right;
}
.dest-similar-sec .similar .dest-similar-infoBar .img-wrap .dest-similar-beds {
  width: 50px;
  padding-left: 35px;
  line-height: 30px;
  background: url(../images/icon-beds.png) 0% center no-repeat;
}
.dest-similar-sec .similar .dest-similar-infoBar .img-wrap .dest-similar-baths {
  width: 50px;
  padding-left: 35px;
  line-height: 30px;
  background: url(../images/icon-bathroom.png) 0% center no-repeat;
}
.dest-similar-sec .similar .dest-similar-infoBar .img-wrap .dest-similar-people {
  width: 50px;
  padding-left: 35px;
  line-height: 30px;
  background: url('/wp-content/uploads/2023/04/people.png') 0% center no-repeat;
}
.dest-similar-sec .similar .dest-similar-infoBar .img-wrap .dest-similar-moon {
  width: 50px;
  padding-left: 35px;
  line-height: 30px;
  background: url('../images/icon-moon-blue.png') 0% center no-repeat;
}
.dest-similar-sec .similar .dest-similar-infoBar .dest-similar-villaName {
  width: 100%;
  display: inline-block;
  line-height: 2em;
  text-align: center;
  color: #23349b;
  font-weight: bold;
}

/*====================================================================
/* MEDIA QUERIES START HERE 
======================================================================*/
@media screen and (max-width: 1199px) {
  .dest-detail-bar .dest-icon-wrap {
    margin-left: 15px;
  }
  .dest-detail,
  .dest-destinations-sec {
    padding: 0 30px;
  }
  .breadcrumb .breadcrumb-item::before {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  footer ul.social-icons li a {
    margin: 0px 0.45em;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    line-height: 1.875rem;
  }
  body {
    overflow-x: hidden;
  }
  .dest-detail-bar {
    padding-left: 15px;
  }
  .dest-detail-bar .dest-icon-wrap {
    float: none;
    text-align: center;
  }
  .dest-detail-bar .dest-icon-wrap ul {
    float: none;
    display: inline-block;
  }
  .dest-detail-bar .price-range {
    text-align: center;
    margin: 1em 0;
  }
  .dest-detail-bar .dest-owner-info {
    float: none;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .dest-detail-bar .dest-owner-info ul {
    display: inline-block;
  }
  .dest-similar-sec .similar .dest-similar-infoBar {
    width: 96%;
  }
}
@media screen and (max-width: 769px) {
  .dest-similar-sec {
    margin: 1em 0;
  }
  .dest-similar-sec .similar {
    margin-bottom: 1rem;
  }
  .dest-destinations-sec .destination-content {
    padding-top: 1rem;
  }
  .dest-detail .right-aside .calendar-img-box .checkInOut {
    padding: 1em;
  }
  .dest-info-bar .next-villa a img {
    margin: -3px 2px 0;
  }
  .dest-destinations-sec .dest-top-menu ul {
    padding: 1em 0;
  }
  .dest-destinations-sec .dest-top-menu ul li {
    line-height: 2.75em;
  }
}
@media screen and (max-width: 575px) {
  footer {
    padding: 2.5rem 1rem 2rem;
  }
  footer ul.social-icons li a {
    margin: 0px 0.45em;
    width: 40px;
    height: 40px;
    line-height: 43px !important;
  }
  .dest-detail {
    margin: 2em 0;
  }
  .dest-detail .right-aside .dest-bookingPerson {
    min-height: auto;
    max-height: inherit;
  }
  .dest-detail .right-aside .dest-bookingPerson .dest-avatar {
    width: 220px;
  }
  .dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail {
    padding: 0 15px;
    margin: 10em 0 0 0;
  }
  .dest-info-bar h4 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
/* CONTACT PAGE CSS START HERE */
#contact-page .contact-info-bar {
  display: inline-block;
  width: 100%;
  padding: 7px 15px 0px;
  background: #fbfbfb;
}
#contact-page .contact-info-bar h4.page-title {
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: #23349b;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 56px;
  text-align: center;
}
#contact-page .contact-info-bar .next-villa a {
  float: right;
  margin: 0;
  line-height: 56px;
  color: #23349b;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
#contact-page .contact-info-bar .next-villa a img {
  margin: -3px 25px 0;
}
#contact-page #page-banner {
  max-height: 350px;
  margin: 0;
}
#contact-page #page-banner img {
  width: 100%;
  object-fit: cover;
}

.welcome-banner-inner img {
  width: 100%;
  object-fit: cover;
  height: 315px;
}

.contact-sec {
  padding: 0 0 3em 0;
  background: #fff;
}
.contact-sec .contact-tabs {
  width: 100%;
  border-bottom: 1px solid #cbcdde;
  margin-bottom: 3em;
}
.contact-sec .contact-tabs ul {
  padding-top: 2em;
  border: 0;
  width: 100%;
}
.contact-sec .contact-tabs ul li {
  float: left;
  width: 200px;
  text-align: center;
}
.contact-sec .contact-tabs ul li:first-child {
  text-align: left;
}
.contact-sec .contact-tabs ul li a {
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #212e7e;
  font-family: "Playfair Display";
}
.contact-sec .contact-tabs ul li a::after {
  transform: scale(1);
}
.contact-sec .contact-tabs ul li a:hover {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  outline: none;
  text-decoration: none;
}
.contact-sec .contact-tabs ul li a:hover::after {
  content: "";
  background: #23349b;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.contact-sec .contact-tabs ul li a.active {
  padding-top: 0.15em;
  outline: none;
  border: 0;
  color: #23349b;
  border-bottom: 2px solid #23349b;
  font-size: 1.625rem;
}
.contact-sec .contact-info h2 {
  color: #23349b;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.contact-sec .contact-info ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 1.2rem;
  font-size: 1.125rem;
  line-height: 28px;
  color: #888897;
  font-family: "Myriad Pro";
}
.contact-sec .contact-info ul li::before {
  content: "";
  background: url(../images/icon-diamond-blue.png) 0% center no-repeat;
  width: 30px;
  height: 25px;
  float: left;
  margin-right: 15px;
}
.contact-sec .contact-info p {
  color: #888897;
  font-size: 0.875rem;
  line-height: 2.5;
}
.contact-sec .contact-info .contact-rep {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background: white;
  border: 3px solid #e1e1e1;
  margin-top: 2em;
}
.contact-sec .contact-info .contact-rep .contact-rep-avatar {
  overflow: hidden;
  width: 260px;
  height: 260px;
  float: left;
  border-radius: 100%;
  position: absolute;
  left: -50px;
  top: -20px !important;
}
.contact-sec .contact-info .contact-rep .contact-rep-avatar .img-wrap {
  position: relative;
  top: 20px;
  left: 25px;
}
.contact-sec .contact-info .contact-rep .contact-rep-avatar .img-wrap img {
  width: 400px;
  position: absolute;
  left: -100px;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail {
  margin: 1.5em 1em 1.5em 0;
  position: relative;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail h5 {
  font-size: 1.875rem;
  font-weight: lighter;
  color: #23349b;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail h6 {
  font-weight: lighter;
  font-size: 1rem;
  color: #23349b;
  margin-bottom: 0.5em;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail p {
  color: #888897;
  font-size: 0.8125rem;
  font-family: "Myriad Pro";
  font-weight: normal;
  line-height: 26px;
  height: 75px;
  overflow: hidden;
  width: 100%;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail ul {
  width: 100%;
  float: left;
  padding: 0;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail ul.social-icons li {
  float: left;
  width: auto;
  list-style: none;
  margin: 0;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail ul.social-icons li::before {
  display: none;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.1em;
  width: 30px;
  height: 30px;
  line-height: 35px !important;
  font-size: 12px;
  text-align: center;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail ul.social-icons li a:hover i {
  opacity: 1;
}
.contact-sec .contact-info .contact-rep .contact-rep-detail ul.social-icons li a i {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.contact-sec .contact-form {
  background: #eaeaea;
  padding: 3rem;
  margin-top: -1rem;
  font-family: "Raleway";
}
.contact-sec .contact-form h2 {
  color: #23349b;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Playfair Display";
  margin-bottom: 3rem;
}
.contact-sec .contact-form .form-group {
  border: 1px solid #e1e1e1;
}
.contact-sec .contact-form .form-group label {
  background: #f3f3f3;
  color: #23349b;
  height: 2.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-sec .contact-form .form-group div {
  float: right;
}
.contact-sec .contact-form .form-group .form-control {
  background: white;
  height: 2.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  outline: 0;
}
.contact-sec .contact-form .form-group .form-control:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
  border: 1px solid #cbcfd2 !important;
}
.contact-sec .contact-form .form-group textarea.form-control {
  min-height: 140px;
  resize: none;
  color: #91919f;
}
.contact-sec .contact-form .form-group .ui-selectmenu-button {
  width: 100%;
  height: 2.75rem;
  line-height: 1.6;
  padding: 0.75rem 1rem;
  border-radius: 0px;
  border: none;
  outline: 0;
  font-weight: bold;
  border-right: solid 1px #ebebeb;
}
.contact-sec .contact-form .form-group .ui-selectmenu-button .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") right 4px no-repeat;
}
.contact-sec .contact-form .form-group .ui-selectmenu-button .ui-selectmenu-text {
  font-size: 0.9375rem;
  color: #23349b;
}
.contact-sec .contact-form .form-group .ui-selectmenu-button.ui-selectmenu-button-open {
  background-color: #1d2a7c;
  color: #fff;
  outline: none;
}
.contact-sec .contact-form .form-group .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") right 4px no-repeat;
}
.contact-sec .contact-form .form-group .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text {
  font-size: 0.9375rem;
  color: #fff;
}
.contact-sec .contact-form .btn-primary {
  border-color: #1d2a7c;
  border-radius: 0;
  color: #fff;
  background-color: #1d2a7c;
  height: 2.75rem;
  padding: 0px 3.125rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.9375rem;
}
.contact-sec .contact-form .btn-primary:hover {
  color: white;
  background-color: #1d2a7c;
}
.contact-sec .contact-form .custom-checkbox {
  position: absolute;
  opacity: 0;
}
.contact-sec .contact-form .custom-checkbox + label {
  text-align: left;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Raleway";
  line-height: 2em;
  margin-top: 0.5rem;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #91919f;
  text-transform: uppercase;
}
.contact-sec .contact-form .custom-checkbox + label:before {
  content: "";
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  position: relative;
  top: -5px;
}
.contact-sec .contact-form .custom-checkbox:hover + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #23349b;
}
.contact-sec .contact-form .custom-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.contact-sec .contact-form .custom-checkbox:checked + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #23349b;
}
.contact-sec .contact-form .custom-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.contact-sec .contact-form .custom-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.contact-sec .contact-form .custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 0.45em;
  top: 0.83em;
  background: navy;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 navy, 4px 0 0 navy, 4px -2px 0 navy, 4px -4px 0 navy, 4px -6px 0 navy, 4px -8px 0 navy;
  transform: rotate(45deg);
}

@media screen and (max-width: 1199px) {
  .contact-sec,
  .contact-tabs {
    padding: 0 1em;
  }
  .contact-sec .contact-form,
  .contact-tabs .contact-form {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 1025px) {
  .contact-sec .contact-info .contact-rep {
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  .contact-sec .contact-tabs ul {
    padding: 0;
    margin: 1em 0;
  }
  .contact-sec .contact-tabs ul li {
    width: 50%;
    line-height: 3em;
    float: left;
    margin: 1em 0 0;
  }
  .contact-sec .contact-tabs ul li a {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 2.5em;
    line-height: 2.74em;
    text-align: center;
  }
  .contact-sec .contact-tabs ul li a:hover {
    border: 0;
  }
  .contact-sec .contact-tabs ul li a.active {
    background: #23349b;
    color: white;
    height: 2.5em;
    line-height: 2em;
    font-size: 1.375rem;
    padding: 0.25em 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .contact-sec {
    padding: 0 1em;
  }
  .contact-sec .contact-info .contact-rep .contact-rep-avatar {
    position: relative;
    top: -30px !important;
  }
  .contact-sec .contact-info .contact-rep .contact-rep-detail {
    margin: 0 1em;
  }
  .contact-sec .contact-form {
    padding: 1.5em;
  }
  .contact-sec .contact-form .form-group textarea.form-control {
    margin-top: 3rem;
  }
  .contact-sec .contact-form .btn-primary {
    margin-top: 1em;
  }
}
/* EXPERIENCES PAGE START HERE */
#experiences-page #page-banner {
  height: 425px;
  margin: 0;
  padding: 0 !important;
  max-width: 100%;
  overflow: hidden;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .image {
  background: #23349b;
  overflow: hidden;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .image .img-wrap img {
  object-fit: cover;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .text {
  font-family: "Raleway";
  padding: 6em 5em;
  display: inline-block;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .text .title h3 {
  color: #23349b;
  font-family: "Raleway";
  font-size: 1.125rem;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .text .detail {
  max-height: 300px;
  overflow: hidden;
  float: left;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .text .detail p {
  font-size: 0.875rem;
  line-height: 2em;
  color: #666666;
}
#experiences-page .exprencies-sec .exprencies-box-wrap .box .text.bg-grey {
  background: #e6e6e6;
}

@media screen and (max-width: 992px) {
  #experiences-page .exprencies-sec .exprencies-box-wrap .box {
    margin-bottom: 3rem;
  }
  #experiences-page .exprencies-sec .exprencies-box-wrap .box .image .img-wrap img {
    object-fit: cover;
    width: 100%;
  }
  #experiences-page .exprencies-sec .exprencies-box-wrap .box .text {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #experiences-page .exprencies-sec .exprencies-box-wrap .box .text {
    padding: 4em 2em;
  }
}
/* DIALOG CSS START HERE */
.dialog-help .modal-dialog,
.dialog-after-something .modal-dialog {
  max-width: 1024px;
}
.dialog-help .modal-dialog .modal-content,
.dialog-after-something .modal-dialog .modal-content {
  border-radius: 0;
}
.dialog-help .modal-dialog .modal-content .close,
.dialog-after-something .modal-dialog .modal-content .close {
  font-family: "Playfair";
  font-size: 3em;
  font-weight: normal;
  color: #23349b;
  padding: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  height: 5rem;
  opacity: 1;
  outline: none;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .dialog-help .modal-dialog .modal-content .close,
  .dialog-after-something .modal-dialog .modal-content .close {
    right: 0;
    top: 0;
  }
}
.dialog-help .modal-dialog .modal-content.bg-grey,
.dialog-after-something .modal-dialog .modal-content.bg-grey {
  background: #e6e6e6;
}
.dialog-help .dialog-inner,
.dialog-after-something .dialog-inner {
  padding: 3em;
}
.dialog-help .dialog-inner.how-can-help .contact-rep,
.dialog-after-something .dialog-inner.how-can-help .contact-rep {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  background: white;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-avatar,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 15.9375rem;
  height: 15.9375rem;
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-avatar,
  .dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-avatar {
    width: 100%;
    border-radius: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-avatar .img-wrap img,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-avatar .img-wrap img {
  height: 15.9375rem;
  width: 15.9375rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-avatar .img-wrap img,
  .dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-avatar .img-wrap img {
    width: 100%;
  }
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail {
  position: relative;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail h5,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail h5 {
  font-size: 3rem;
  font-weight: lighter;
  font-family: "Playfair Display";
  color: #23349b;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail p,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail p {
  color: #888897;
  font-size: 1.034375rem;
  font-family: "Myriad Pro";
  font-weight: normal;
  line-height: 30px;
  height: 60px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  overflow: hidden;
  width: 100%;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul {
  width: 100%;
  float: left;
  padding: 0;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li {
  float: left;
  width: auto;
  list-style: none;
  margin: 0;
  margin-right: 0.5rem;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li::before,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li::before {
  display: none;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li a,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.1em;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  font-size: 14px;
  text-align: center;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li a:hover i,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li a:hover i {
  opacity: 1;
}
.dialog-help .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li a i,
.dialog-after-something .dialog-inner.how-can-help .contact-rep .contact-rep-detail ul.social-icons li a i {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.dialog-help .dialog-inner.after-something .detail-wrap .title,
.dialog-after-something .dialog-inner.after-something .detail-wrap .title {
  font-size: 3rem;
  font-weight: lighter;
  font-family: "Playfair Display";
  color: #23349b;
  text-align: center;
}
.dialog-help .dialog-inner.after-something .detail-wrap .detail,
.dialog-after-something .dialog-inner.after-something .detail-wrap .detail {
  text-align: center;
  color: #23349b;
  font-size: 0.875rem;
  font-family: "Myriad Pro";
  font-weight: normal;
  line-height: 30px;
  height: 60px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  overflow: hidden;
  width: 100%;
}
.dialog-help .dialog-inner .contact-form,
.dialog-after-something .dialog-inner .contact-form {
  font-family: "Raleway";
}
.dialog-help .dialog-inner .contact-form .form-control,
.dialog-after-something .dialog-inner .contact-form .form-control {
  border: 1px solid #e1e1e1;
  background: white;
  color: #23349b !important;
  height: 3rem;
  padding: 0.75rem 1rem;
  margin-bottom: 2em !important;
  font-size: 0.875rem !important;
  line-height: 2;
  border-radius: 0;
  outline: 0;
}
.dialog-help .dialog-inner .contact-form .form-control:focus,
.dialog-after-something .dialog-inner .contact-form .form-control:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
  border: 1px solid #cbcfd2 !important;
}
.dialog-help .dialog-inner .contact-form .form-control::-webkit-input-placeholder,
.dialog-after-something .dialog-inner .contact-form .form-control::-webkit-input-placeholder {
  color: #23349b;
}
.dialog-help .dialog-inner .contact-form .form-control::-moz-placeholder,
.dialog-after-something .dialog-inner .contact-form .form-control::-moz-placeholder {
  color: #23349b;
}
.dialog-help .dialog-inner .contact-form .form-control::-ms-input-placeholder,
.dialog-after-something .dialog-inner .contact-form .form-control::-ms-input-placeholder {
  color: #23349b;
}
.dialog-help .dialog-inner .contact-form textarea.form-control,
.dialog-after-something .dialog-inner .contact-form textarea.form-control {
  min-height: 125px;
  resize: none;
  color: #23349b;
}
.dialog-help .dialog-inner .contact-form .ui-selectmenu-button,
.dialog-after-something .dialog-inner .contact-form .ui-selectmenu-button {
  width: 100%;
  border: 1px solid #e1e1e1;
  background: white;
  color: #23349b !important;
  height: 3rem;
  padding: 0.75rem 1rem;
  margin-bottom: 2em !important;
  font-size: 0.875rem !important;
  line-height: 2;
  border-radius: 0;
  outline: 0;
  overflow: hidden;
}
.dialog-help .dialog-inner .contact-form .ui-selectmenu-button .ui-selectmenu-icon,
.dialog-after-something .dialog-inner .contact-form .ui-selectmenu-button .ui-selectmenu-icon {
  background: url(../images/icon-arrow-menu.png) 19px 17px no-repeat;
  background-color: #f7f7f7;
  width: 3.4em;
  height: 3.4em;
  position: absolute;
  right: 0;
  top: 0;
}
.dialog-help .dialog-inner .contact-form .ui-selectmenu-button .ui-selectmenu-text,
.dialog-after-something .dialog-inner .contact-form .ui-selectmenu-button .ui-selectmenu-text {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #23349b;
}
.dialog-help .dialog-inner .contact-form .ui-selectmenu-button.ui-selectmenu-button-open,
.dialog-after-something .dialog-inner .contact-form .ui-selectmenu-button.ui-selectmenu-button-open {
  background-color: #f7f7f7;
  color: #23349b;
  outline: none;
}
.dialog-help .dialog-inner .contact-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.dialog-after-something .dialog-inner .contact-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background: url("../images/icon-arrow-menu.png") 19px 17px no-repeat;
}
.dialog-help .dialog-inner .contact-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text,
.dialog-after-something .dialog-inner .contact-form .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text {
  color: #23349b;
}
.dialog-help .dialog-inner .contact-form .date-range .help-dlg-arrival,
.dialog-help .dialog-inner .contact-form .date-range .help-dlg-departure,
.dialog-after-something .dialog-inner .contact-form .date-range .help-dlg-arrival,
.dialog-after-something .dialog-inner .contact-form .date-range .help-dlg-departure {
  position: relative;
  width: 100%;
  height: 3em;
  margin-bottom: 15px;
  overflow: hidden;
  float: left;
}
.dialog-help .dialog-inner .contact-form .date-range .help-dlg-arrival::before,
.dialog-help .dialog-inner .contact-form .date-range .help-dlg-departure::before,
.dialog-after-something .dialog-inner .contact-form .date-range .help-dlg-arrival::before,
.dialog-after-something .dialog-inner .contact-form .date-range .help-dlg-departure::before {
  background: url("../images/icon-calendar.png") 50% center no-repeat;
  content: "";
  background-color: #f3f3f3;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.dialog-help .dialog-inner .contact-form .btn-wrap,
.dialog-after-something .dialog-inner .contact-form .btn-wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.dialog-help .dialog-inner .contact-form .btn-wrap button,
.dialog-after-something .dialog-inner .contact-form .btn-wrap button {
  background: none;
  outline: 0;
  border: 0;
  color: #23349b;
  padding: 1rem 3.125rem;
  font-family: "Playfair Display";
  font-size: 3rem;
}
.dialog-help .dialog-inner .contact-form .btn-wrap button:hover,
.dialog-after-something .dialog-inner .contact-form .btn-wrap button:hover {
  cursor: pointer;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox {
  position: absolute;
  opacity: 0;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox + label,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox + label {
  text-align: left;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Raleway";
  line-height: 2em;
  margin-top: 0.5rem;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #91919f;
  text-transform: uppercase;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox + label:before,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox + label:before {
  content: "";
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  position: relative;
  top: -5px;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox:hover + label:before,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox:hover + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #23349b;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox:focus + label:before,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.dialog-help .dialog-inner .contact-form .custom-checkbox:checked + label:before,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox:checked + label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #23349b;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox:disabled + label,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox:disabled + label:before,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.dialog-help .dialog-inner .contact-form .custom-checkbox:checked + label:after,
.dialog-after-something .dialog-inner .contact-form .custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 0.45em;
  top: 0.83em;
  background: navy;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 navy, 4px 0 0 navy, 4px -2px 0 navy, 4px -4px 0 navy, 4px -6px 0 navy, 4px -8px 0 navy;
  transform: rotate(45deg);
}

.swiper-container {
  max-width: 1600px;
}

.swiper-slide {
  width: 278px;
}

.static-page {
  margin: 5em 0;
}
.static-page .left-aside h2 {
  color: #23349b;
}
.static-page .left-aside h3 {
  color: #23349b;
  margin: 2rem 0;
}
.static-page .left-aside h4 {
  color: #23349b;
  margin: 2rem 0;
}
.static-page .left-aside p {
  color: #888897;
  line-height: 30px;
  margin: 2em 0;
}
.static-page .left-aside a {
  color: #212e7e;
}
.static-page .left-aside .dest-keypoint {
  float: left;
  width: 100%;
  margin: 0.5em 0;
}
.static-page .left-aside .dest-keypoint p {
  line-height: 24px;
  height: auto;
  margin: 0;
}
.static-page .left-aside ul {
  margin-top: 2em;
  margin-left: -12px;
  list-style-type: disclosure-closed;
}
.static-page .left-aside ul li {
  color: #888897;
  line-height: 30px;
}
.static-page .right-aside .calendar-img-box {
  background: #eaeaea;
}
.static-page .right-aside .calendar-img-box .img-wrap {
  height: 303.8px;
  overflow: hidden;
}
.static-page .right-aside .calendar-img-box .img-wrap img {
  width: 100%;
}
.static-page .right-aside .calendar-img-box .checkInOut {
  padding: 1em 1em 0 0;
}
.static-page .right-aside .calendar-img-box .checkInOut h5 {
  color: #23349b;
}
.static-page .right-aside .calendar-img-box .checkInOut a {
  width: 100%;
  height: 3em;
  color: white;
  border-radius: 0;
  line-height: 2em;
  margin-bottom: 1em;
}
.static-page .right-aside .calendar-img-box .checkInOut a.btn.bookNow {
    /*background-color: #23349b !important;*/
    color: white;
    background-color: #28a745 !important;
    border-color: #28a745;
  
}
.static-page .right-aside .calendar-img-box .checkInOut a.btn.enquire {
  background-color: #111f74;
}
.static-page .right-aside .calendar-img-box .checkInOut .date-range .form-control {
  line-height: 1.6;
  height: 3.5em;
  padding: 0.75rem 1rem 0.75em 5em;
  outline: 0;
  font-size: 0.875rem;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  text-transform: uppercase;
  color: #91919f;
  font-weight: 600;
  background: white;
  font-family: "Raleway", sans-serif;
}
.static-page .right-aside .calendar-img-box .checkInOut .date-range:focus {
  box-shadow: none;
}
.static-page .right-aside .calendar-img-box .checkInOut .checkIn,
.static-page .right-aside .calendar-img-box .checkInOut .checkOut {
  position: relative;
  width: 100%;
  height: 3em;
  margin-bottom: 15px;
  overflow: hidden;
  float: left;
}
.static-page .right-aside .calendar-img-box .checkInOut .checkIn::before,
.static-page .right-aside .calendar-img-box .checkInOut .checkOut::before {
  background: url("../images/icon-calendar.png") 50% center no-repeat;
  content: "";
  background-color: #f3f3f3;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.static-page .right-aside .dest-bookingPerson {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  background: white;
  border: 3px solid #e1e1e1;
}
.static-page .right-aside .dest-bookingPerson .dest-avatar {
  overflow: hidden;
  width: 250px;
  height: 250px;
  float: left;
  border-radius: 0 50% 50% 0;
  position: absolute;
  left: -50px;
  top: -50px !important;
}
.static-page .right-aside .dest-bookingPerson .dest-avatar .img-wrap {
  position: relative;
  top: 50px;
  left: 25px;
}
.static-page .right-aside .dest-bookingPerson .dest-avatar .img-wrap img {
  width: 100%;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail {
  margin: 2em 1em 0 0;
  position: relative;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail h6 {
  color: #23349b;
  font-weight: lighter;
  margin-bottom: 1em;
  float: left;
  width: 60%;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail p {
  color: #888897;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  height: 55px;
  overflow: hidden;
  width: 100%;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul {
  position: absolute;
  right: 0;
  top: -5px;
  min-width: 175px;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li {
  float: left;
  list-style: none;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li a {
  display: inline-block;
  border-radius: 50%;
  background-color: #23349b;
  color: white;
  margin: 0 0.1em;
  width: 30px;
  height: 30px;
  line-height: 32px !important;
  font-size: 12px;
  text-align: center;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li a:hover i {
  opacity: 1;
}
.static-page .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li a i {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.locations ul li P {
  margin-left: 45px !important;
  font-size: 18px !important;
  line-height: 2 !important;
}

.destination-menu ul.multi-column-dropdown {
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.destination-menu ul.multi-column-dropdown li {
  list-style-type: none !important;
  text-align: left !important;
  line-height: 1 !important;
}
.destination-menu ul.multi-column-dropdown li a {
  padding: 0 !important;
  color: #FFF !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.destination-menu ul.multi-column-dropdown li ul {
  margin-left: 0 !important;
  padding-left: 20px !important;
}
.destination-menu ul.multi-column-dropdown li ul li {
  list-style-type: none !important;
  text-align: left !important;
  line-height: 1 !important;
}
.destination-menu ul.multi-column-dropdown li ul li a {
  padding-top: 5px !important;
  color: #FFF !important;
  font-weight: 100 !important;
  font-size: 12px !important;
}

h4.page-title {
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: #23349b;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 56px;
  text-align: center;
}

h3.menu-heading {
  margin-bottom: 30px;
}

.newsletter-section {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.newsletter-section h4 {
  margin-bottom: 1rem !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Arial,Helvetica,sans-serif;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
    background: white;
    border: 0;
    font-size: 0.8125rem;
    color: #1d2a7c;
    width: 100%;
    height: 2.75rem;
    line-height: 1.6;
    padding: 0.75rem 1rem;
}
.dropdown-toggle::after {
display: inline-block !important;
    width: 15px !important;
    height: 21px !important;
    margin-left: 0 !important;
    vertical-align: unset !important;
    content: "";
    border: 0 !important;
    background: url(../images/icon-arrow-menu.png) right 4px no-repeat;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 0.8125rem;
    color: #1d2a7c;
    font-weight: 600;
}

.show.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner-inner {
    color: white;
}
.show.bootstrap-select .dropdown-toggle .filter-option {
    background: #1d2a7c;
}
.dropup.show .dropdown-toggle::after {
    filter: brightness(4000);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus-within {
    outline: none !important;
}

.dest-detail-bar .dest-icon-wrap {
    float: none;
    text-align: center;
}

.dest-detail-bar .dest-icon-wrap ul {
    float: left;
    margin: 0;
    padding: 0;
}

.dest-detail-bar .dest-icon-wrap ul, .dest-detail-bar .dest-icon-wrap ul li {
    float: none;
}

.dest-detail-bar .dest-icon-wrap ul li {
    float: left;
    list-style: none;
    margin: 0 20px 0 0;
}

.dest-detail-bar .dest-icon-wrap ul, .dest-detail-bar .dest-icon-wrap ul li {
    float: none;
}

.dest-detail-bar .dest-icon-wrap ul li {
    display: inline-block;
}

.dest-icon-wrap img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.dest-detail-bar .dest-icon-wrap ul li span {
    color: white;
}

.dest-detail-bar .villa-name {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    line-height: 40px;
}

.dest-destinations-sec .destination-content {
    padding-top: 0;
}

.amenities-action-links {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.amenities-action-links > a {
    padding: 0 2em;
    color: #a0a9e6 !important;
    text-align: center;
    flex: 1;
    text-decoration: none;
    background-color: transparent;
}

.amenities-action-links a > img {
    height: 64px;
    margin: auto;
    display: block;
}
#property-image-gallery .gallery {
    background: #000;
}
#property-image-gallery .gallery .hero {
    height: 550px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.tab-content.contact-content.locations {
    display: flex;
}
#property-image-gallery .gallery .hero.slick-center {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (min-width: 1333px){
  #property-image-gallery .gallery .hero {
      height: 600px;
  }
}

#property-image-gallery .gallery .slick-prev {
    left: 50px;
    background: url(../images/prev_white.png) no-repeat !important;
}
#property-image-gallery .gallery .slick-next {
    right: 50px;
    background: url(../images/next_white.png) no-repeat !important;
}
#property-image-gallery .gallery .slick-prev, #property-image-gallery .gallery .slick-next {
    height: 60px;
    line-height: 50px;
    margin: 2% 0 0 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 30px;
    z-index: 500;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.slick-prev {
    font-size: 60px;
    background: url(../images/prev_blue.png) no-repeat;
}
@media (max-width: 480px) {
    #property-image-gallery .gallery .slick-prev {
      left: 10px;
      background: url(../images/prev_white.png) no-repeat !important;
    }
    #property-image-gallery .gallery .slick-next {
      right: 10px;
      background: url(../images/next_white.png) no-repeat !important;
    }
}
@media only screen and (min-width: 765px) {
    .count-box {
        width: auto;
        text-align: right;
    }
}
.count-box {
    width: 100%;
    text-align: center;
    float: right;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 1em;
    color: var(--primary);
}
.count-box:before {
    font-family: FontAwesome;
    content: '\f030';
    margin: 0 10px 0 0;
}
.amenities-action-links > a:hover, .amenities-action-links > a:focus {
    text-decoration: none;
    color: #1d2a7c !important;
}
.rates {
    width: 100%;
}

.rates-header {
    display: block;
    padding: 8px 15px;
    background-color: #efefef;
    color: #23349b;
    font-weight: bold;
    margin-bottom: 5px;
}
.rates-table-wrapper {
    padding: 15px;
}
.rates-table {
    width: 100%;
}
.rates-table>tbody>tr>td {
    padding: 4px 8px;
    border-bottom: 1px solid #d3d7f3;
    font-size: 12px;
}
.rates-table>tbody>tr>td .btn {
    padding: 4px 28px;
    font-size: 12px;
    background-color: #23349b;
}
.dest-detail .right-aside .calendar-img-box {
    background: #eaeaea;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}
td.fc-day-top {
    text-align: center;
}
.fc .fc-basic-view td.fc-day-number, .fc .fc-day-number {
    padding: 8px 12px 4px;
    line-height: 1;
    font-size: 10px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none !important;
}
.fc-toolbar h2 {
    font-size: .9em;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: bold;
}
.fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1em;
}
.fc-button-primary {
    color: #abb3e4;
    background-color: transparent;
    border-color: transparent;
    padding: 0.2em 0.65em;
}
td.fc-head-container.fc-widget-header {
    border: none;
}
.fc th {
    text-align: center;
    font-size: 10px;
    height: 24px;
    border: none;
}
.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active, .fc-button-primary:hover {
    color: #23349b;
    background-color: transparent;
    border-color: transparent;
}
.fc-dayGrid-view .fc-body .fc-row {
    min-height: 1.4em;
}
.calendar-img-box h5.availability {
    color: #fff;
    margin:0px 5px 20px 5px;
}
.navbar-brand > img {
    /*width: 200px;*/
    width: 290px;
    height: auto;
}
.dest-detail .left-aside>p:first-child {
    margin-top: 0;
}
.dest-detail .left-aside.single-villa p, .dest-detail .left-aside.single-villa span{
    margin-bottom: 0.5em;
    height: auto;
    line-height: 2;
    margin-top: 0;
    color: #888897;
    display: block;
}
.read-more-single {
    background: #14359a;
    color: white;
    border: 1px solid #14359a;
}
.dest-detail .left-aside.single-villa li{
    margin-bottom: 0.5em;
    height: auto;
    line-height: 1.3;
    margin-top: 0;
    color: #888897;
}
.dest-detail .left-aside.single-villa h3{
    color: #23349b;
}

#search_villa_id {
    margin-right: 0;
    max-width: 152px;
}
@media (max-width: 639.98px) {
    #search_villa_id {
        max-width: unset;
    }
}
.search_villa_button {
    border-color: #38438b;
    border-radius: 0;
    color: #1d2a7c;
    background-color: white;
    height: 2.75rem;
    padding: 10px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.9375rem;
    text-align: center;
    width: auto;
    line-height: 2.3;
}
.rounded-circle {
    position: relative;
}
.fav-counter {
    border-radius: 50%!important;
    position: absolute;
    background: #ff0000;
    width: 20px;
    height: 20px;
    font-size: 70%;
    line-height: 1.5;
    color: #fff;
    top: -5px;
    right: -5px;
    display: none;
}
.count-box {
    color: #23349b;
}
.dest-similar-sec .similar img {
    height: 250px;
}
.favorite.villa_fav {
    background: #f55d8b !important;
}
.favorite.villa_fav a i {
    color: white !important;
}
.favorite.villa_fav a svg path {
    fill: white !important;
}
.dest-detail .right-aside .dest-bookingPerson {
    max-height: 180px;
    margin-top: 30px;
}
.dest-detail .right-aside .dest-bookingPerson .dest-avatar .img-wrap img {
    max-width: 100%;
}
.dest-detail .right-aside .dest-bookingPerson .dest-avatar .img-wrap {
    position: unset;
}
.dest-detail .right-aside .dest-bookingPerson .dest-avatar {
    overflow: hidden;
    width: unset;
    height: unset;
    position: unset;
    max-width: 175px;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail p {
    overflow: unset;
    display: flex;
}
#map {
  height: 100%;
  height: 500px;
}
.dest-owner-info ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail ul.social-icons li {
    float: right;
    list-style: none;
}
.dest-detail .right-aside .dest-bookingPerson .dest-bookingPerson-detail {
    margin: 1em 1em 0 0;
}
.priority {
    border-radius: 38px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    width: 98%;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 30px;
}
.pagination a {
    display: block;
    color: #fff;
    background-color: #070c3d;
    border-color: #070c3d;
    border-radius: 0px;
    padding: 10px;
    text-decoration: none;
}
.pagination a.disable-btn {
    opacity: .5;
    pointer-events: none;
}
span.wpcf7-not-valid-tip {
    font-size: 11px !important;
    float: left;
}
.higly-recom {
    color: #23349b !important;
}
.dest-owner-info svg path {
    fill: #9d9d9d;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.filterBar .ui-selectmenu-button .ui-selectmenu-text {
    font-size: 0.8125rem;
    color: #1d2a7c;
}
.search-box {
    max-width: 1070px;
}
.filterBarRooms #filterPriceRecommended-button .ui-selectmenu-text:before {
    display: none;
}
#filter-by-bedrooms {
    display: flex;
}
@media screen and (min-width: 576px) {
    .form-inline .input-group {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .rates-table>tbody>tr {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
    }
    .rates-table>tbody>tr>td:nth-child(1) {
        font-weight: bold;
    }
    .rates-table>tbody>tr>td:last-child {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    table>tbody>tr>td:not(:last-child) {
        border: none !important;
    }
    .rates-table>tbody>tr>td:last-child {
        width: 100%;
        /*display: none !important;*/
    }
    .villa-name {
        text-align: center;
        padding-bottom: 10px;
    }
    .dest-icon-wrap {
        padding-bottom: 20px;
    }
    .dest-icon-wrap img, .dest-owner-info ul li {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px;
    }
    .dest-owner-info ul li a i {
        line-height: 30px;
        font-size: 15px;
    }
    .dest-detail, .dest-destinations-sec {
        padding: 0 15px !important;
    }
}

@media(max-width: 575px) {
    #map {
      height: 250px;
    }
}

.pro-wrapper .card-column .card-column__block .img-wrapper-star {
    border-radius: 38px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 18px;
}
.pro-wrapper .card-column .card-column__block .img-wrapper-star a {
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-width: 21px;
    bottom: -8px;
    left: 2px;
}
.pro-wrapper .card-column .card-column__block .img-wrapper-star a svg {
    width: 20px;
}

.pro-wrapper .card-column .card-column__block .img-star {
    position: absolute;
    z-index: 2;
    left: 31px;
    top: 80px;
}.pro-wrapper .card-column .card-column__block .img-star svg {
    width: 20px;
}
.pro-wrapper .card-column .card-column__block .img-heart {
    position: absolute;
    z-index: 2;
    right: 31px;
    top: 80px;
}
.pro-wrapper .card-column .card-column__block .img-heart svg {
    width: 20px;
}

.hidden-xs img {
    width: 100%;
}


#inquiry_form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    display: flex;
}

#inquiry_form .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

#inquiry_form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

#inquiry_form .input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

#inquiry_form .input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

#inquiry_form .input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

#inquiry_form .input-group-addon {
    padding: 7px 12px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 42px;
    height: 34px;
}

#inquiry_form .input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#inquiry_form .input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

#inquiry_form .input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

#inquiry_form .input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#inquiry_form .input-group-addon:first-child {
    border-right: 0
}

#inquiry_form .input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#inquiry_form .input-group-addon:last-child {
    border-left: 0
}

#inquiry_form .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

#inquiry_form .input-group-btn>.btn {
    position: relative
}

#inquiry_form .input-group-btn>.btn+.btn {
    margin-left: -1px
}

#inquiry_form .input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

#inquiry_form .input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

#inquiry_form .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

#inquiry_form .without-left-padding {
    padding-left: 0 !important
}

#inquiry_form .without-right-padding {
    padding-right: 0 !important
}

#main-content .modal-content h1,#main-content .modal-content h2,#main-content .modal-content h3,#main-content .modal-content h4,#main-content .modal-content h5,#main-content .modal-content h6,#main-content .modal-content p,#main-content .modal-content li {
    color: #666
}

#main-content .modal-content h1,#main-content .modal-content h2,#main-content .modal-content h3,#main-content .modal-content h4 {
    font-weight: 500
}
#inquiry_form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: white;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#inquiry_form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: calc(100% - 42px);
    margin-bottom: 0;
}
.daterangepicker .ranges {
    display: none !important
}
.bootstrap-select.white {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.combobox-container:not(.combobox-selected) .glyphicon-remove {
    display: none;
}
#country .dropdown-toggle::after {
    display: none;
}
#inquiry_form .col-md-6 {
    display: flex;
    flex-wrap: wrap;
}
#inquiry_form .form-group {
    width: 100%;
}
.combobox-container {
    width: 100%;
}
.btn-light {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.filterRegions ul {
    list-style: none;
    padding: 0;
}
.filterRegions ul {
    list-style: none;
    padding: 0;
}
.filterSidebar .filterOpt .filterRegions .sub-acc-body {
    padding: 0;
}
.filterSidebar .filterRegions a {
    color: white;
    background: #1d2a7c;
    margin-bottom: 2px;
}
.ui-datepicker.ui-widget.ui-widget-content {
    z-index: 11 !important;
}
.rates-block {
    display: flex;
    flex-wrap: wrap;
}
.rates-block span {
    width: 50%;
    padding: 10px 0;
    border-bottom:1px solid white;
}
/*.rates-block span:last-child {*/
/*    width: 100%;*/
/*}*/
.rates-block span:nth-child(odd) {
    float: right;
}
#inquiry_form .date-range.input-group {
    margin-top: 25px;
}
.date-range.input-group {
    margin-top: 0px;
}
.gallery video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.gallery iframe {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
}
.top-destination-form.show {
    display: block;
    width: 967px;
    right: 29%;
}
@media(max-width: 991px) {
    .top-destination-form.show {
        width: 100%;
    }
}
#inquiry_rates {
    padding: 40px;
}
.hidden-xs img {
    margin-bottom: 20px;
}
.checkbox {
    margin: 15px 0;
}
.inquiry-page p {
    color: rgba(0, 0, 0, 0.7);
}
.inquiry-page h4, .inquiry-page h3 {
    color: #888892;
    margin: 0;
}
.inquiry-page p .glyphicon {
    color: #888892;
}
.checkbox {
    margin: 0;
    margin-top: 8px;
}
.checkbox label {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .gallery video, .gallery iframe {
        height: 540px !important;
    }
   
}
@media(max-width: 767px) {
    #Referrals .col-md-10 {
        display: block;
    }
}
@media (max-width: 575px) {
    .gallery video, .gallery iframe, #property-image-gallery .gallery .hero {
        height: 280px !important;
    }
    
}
/*.gallery video {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  width: auto;*/
/*  height: auto;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
/*@-webkit-keyframes slideIn {*/
/*  from {*/
/*    filter: blur(15px);*/
/*  }*/
/*  to {*/
/*    filter: blur(0);*/
/*  }*/
/*}*/

/*@keyframes slideIn {*/
/*  from {*/
/*    filter: blur(15px);*/
/*  }*/
/*  to {*/
/*    filter: blur(0);*/
/*  }*/
/*}*/
/*@-webkit-keyframes slideOut {*/
/*  from {*/
/*    filter: blur(0);*/
/*  }*/
/*  to {*/
/*    filter: blur(15px);*/
/*  }*/
/*}*/
/*@keyframes slideOut {*/
/*  from {*/
/*    filter: blur(0);*/
/*  }*/
/*  to {*/
/*    filter: blur(15px);*/
/*  }*/
/*}*/
@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

.villa-floor-plans .card-img-slider-1 .owl-prev, 
.villa-floor-plans .card-img-slider-2 .owl-prev {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.villa-floor-plans .card-img-slider-1 .owl-next svg, 
.villa-floor-plans .card-img-slider-1 .owl-prev svg, 
.villa-floor-plans .card-img-slider-2 .owl-next svg, 
.villa-floor-plans .card-img-slider-2 .owl-prev svg {
    width: 50px;
    height: 35px;
}
.villa-floor-plans .card-img-slider-1 .owl-next, 
.villa-floor-plans .card-img-slider-2 .owl-next {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.no-villa-found {
    
}
.no-villa-found h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.destinations .destination-content .destination-content-action .destination-action-links ul li span {
  display: block;
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  padding: 1.8rem;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.car {
  background: url("../images/icon-car.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.car:hover {
  background: #1d2a7c url("../images/icon-car-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.departures {
  background: url("../images/icon-departures.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.departures:hover {
  background: #1d2a7c url("../images/icon-departures-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.sailboat {
  background: url("../images/icon-sailboat.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.sailboat:hover {
  background: #1d2a7c url("../images/icon-sailboat-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.passport {
  background: url("../images/icon-passport.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.passport:hover {
  background: #1d2a7c url("../images/icon-passport-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.family {
  background: url("../images/icon-family.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.family:hover {
  background: #1d2a7c url("../images/icon-family-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.cocktail {
  background: url("../images/icon-cocktail.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.cocktail:hover {
  background: #1d2a7c url("../images/icon-cocktail-white.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.shopping-bag {
  background: url("../images/icon-shopping-bag.png") center center no-repeat;
}
section.destinations .destination-content .destination-content-action .destination-action-links ul li span.shopping-bag:hover {
  background: #1d2a7c url("../images/icon-shopping-bag-white.png") center center no-repeat;
}

section.destinations .destination-boxes .destination-box-content .destination-boxes-img .display-destination-text span {
    padding: 0.6rem 1rem;
    color: #fff;
    text-decoration: none;
}
section.destinations .destination-boxes .destination-box-content .destination-boxes-img .display-destination-text span h4 {
    font-size: 3rem;
}

.team-member {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 50px;
}
.team-member h4 {
    margin-top: 0 !important;
}
.team-member .country-based {
    margin-top: 0 !important;
}
@media(max-width: 991px) {
    .team-member .image {
        margin: 0 auto;
        text-align: center;
    }
    .team-member .title {
        padding: 0 40px;
    }
    .team-member .info {
        padding: 0 40px;
    }
}
.enquire-form-select-field {
    padding: 0.75rem 1rem 0.75em  !important;
}

.sidebar-nav .top li {
    z-index: 0 !important;
}
.enquire-form-select-wrapper {
    width: 100%;
}
@media(max-width: 767px) {
    .dest-detail .right-aside .dest-bookingPerson {
      max-height: 260px;
      margin-top: 30px;
      padding-bottom: 20px;
    }
}
.no-padding {
    padding: 0;
}
.location-slider a {
    color: #FFF;
    text-decoration: none;
}
.location-slider a h4 {
    color: #FFF;
    font-size: 30px !important;
    text-decoration: none;
}
.location-slider a:hover {
    color: #FFF;
    text-decoration: none;
}
#single-villa-des {
  max-height: 650px;
  overflow: hidden;
  padding: 20px 0;
}

#single-villa-des.show-full {
  max-height: none;
}

.read-more-single {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
.position-relative {
    position: relative!important;
    z-index: 2;
}
.rate {
    color: white;
    margin-bottom: 0;
}

.dest-owner-info {
    position: relative;
}
div#sharePopup {
    position: absolute;
    bottom: -69px;
    left: 0;
    right: 0;
    /*text-align: center;*/
    padding: 14px 20px;
}
div#sharePopup svg path{
    fill: #23349b;
}
.dest-owner-info .whatup-share svg path{
    fill: #23349b;
}
@media(max-width: 767px) {
    #filter-by-bedrooms {
        display: flex;
        flex-wrap: wrap;
    }
    .input-group.date-range .form-control {
        background: url(../images/icon-calendar.png) 95% center no-repeat;
    }
}

@media(max-width: 575px) {
    .filterBar {
        padding: 1rem 5px;
    }
    .filterBar .ui-selectmenu-button, 
    .input-group.date-range .form-control{
        width: 49%;
        text-align: left; 
        padding: 9px 5px;
    }
    
}

.dest-detail .right-aside .calendar-img-box .checkInOut .date-range .checkIn .form-control,
.dest-detail .right-aside .calendar-img-box .checkInOut .date-range .checkOut .form-control{
    width: 100%;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    overflow: auto;
}

.popup-content {
    background-color: #fff;
    width: 750px;
    /*height: 200px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.close {
    float: right;
    cursor: pointer;
}
.popup .glyphicon {
    top: -3px !important;
    left: -1px !important;
}
.popup .caret {
    display: none !important;
}
.dropdown-toggle::after {
    margin-left: -7px !important;
}
.modal-header {
    padding: 7px 16px;
}
.close {
    font-size: 3.5rem;
    line-height: 0;
}
.modal-header .close {
    padding: 0;
    margin: 9px;
}
#reservation3_from {background: url('/images/red_star.png') no-repeat 69px 11px}
#reservation3_to {background: url('/images/red_star.png') no-repeat 82px 11px}
#yourEmail {background: url('/images/red_star.png') no-repeat 82px 11px}
#fname {background: url('/images/red_star.png') no-repeat 81px 11px}
#lname {background: url('/images/red_star.png') no-repeat 79px 11px}
#phone {background: url('/images/red_star.png') no-repeat 87px 11px}
#cardNumber {background: url('/images/red_star.png') no-repeat 98px 11px}
#nameOnCard {background: url('/images/red_star.png') no-repeat 102px 11px}
#expiry {background: url('/images/red_star.png') no-repeat 63px 11px}
#cvc {background: url('/images/red_star.png') no-repeat 43px 11px}
.country {background: url('/images/red_star.png') no-repeat 65px 11px}
#inquiry_form .filled {background: none; background: #fff;}
.container-book-now table, .container-book-now table tr, .container-book-now table td, .container-book-now p, .container-book-now #paymentDep, .container-book-now #paymentDep .glyphicon, .container-book-now #terms-container a  {color: #fff;}
.container-book-now .modal-header .close {display: none;}
.select-guests-2_inquiry .dropdown-menu {
    min-width: 10rem !important;
}
@media(max-width: 767px) {
    .popup-content {
        max-width: 640px;
    }
    
}
@media(max-width: 575px) {
    .popup-content {
        max-width: 440px;
    }
    
}
@media(max-width: 450px) {
    .popup-content {
        max-width: 300px;
    }
    
}

@media(min-width: 768px) {
    .destop-button {
        display: block;
    }
    .mobile-button {
        display: none;
    }
}
@media(max-width: 767px) {
    .destop-button {
        display: none;
    }

    .mobile-button {
        display: block;
    }
}
input::-webkit-input-placeholder { 
   font-family: Arial,Helvetica,sans-serif;
}
input::-moz-placeholder { 
   font-family: Arial,Helvetica,sans-serif;
}
input::-ms-input-placeholder {
   font-family: Arial,Helvetica,sans-serif;
}
#inquiry_form .checkbox {
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
.inqiry-check-out.form-group, .inqiry-check-in.form-group {
    margin-bottom: 5px;
}
#inquiry_form_submit {
    background-color: #28a745 !important;
}
#destination-form select {
    padding: 0 0.5rem !important;  
    background: #1d2a7c !important;
}
#destination-form span.error-message {
    font-size: 12px !IMPORTANT;
    text-transform: initial !important;
}
.dest-detail-bar h1 {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.filterBar h1 {
    font-size: 1.75rem;
    color: #1d2a7c;
    font-weight: 300;
    line-height: 2.5rem;
    margin: 0 !important;
    text-transform: uppercase;
}
/*.banner-title {*/
/*    position : absolute;*/
/*    color: white;*/
/*    left: 1%;*/
/*    top: 27px;*/
/*    text-transform: uppercase;*/
/*}*/
.banner-description {
    color: white;
    padding: 40px;
    position: relative;
}
.banner-description p:not(:first-of-type) {
    display: none;
}
.special-requirements {
    height: 75px !important;
}
.banner-description p span {
    font-size: inherit !important;
    font-family: inherit !important;
    color: white !important;
    background-color: transparent !important;
}
.combobox-container .dropdown-menu {
    height: 200px;
    overflow: auto;
}
#destination-form .show {
    display: block !important;
}
#destination-form .hide {
    display: none !important;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group textarea.form-control {
    text-transform: initial;
}
section.destinations .destination-content-form-wrap .destination-content-form .form-group textarea.form-control::-webkit-input-placeholder { 
   text-transform: uppercase;
}
#inquiry_form .bootstrap-select .dropdown-menu {
    transform: unset !important;
    will-change: unset !important;
}