@charset "UTF-8";
:root {
  --main-color: #3b71fe;
  --body-color: #232323;
  --link-color: #1A2B48;
  --link-color-hover: rgba(59,113,254,0.9);
  --grey-color: #5E6D77;
  --heading-color: #232323;
  --light-grey-color: #EAEEF3;
  --orange-color: #FA5636;
}

body {
  font-family: "DM Sans" !important;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

@media (min-width: 1290px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1290px !important;
  }
}
.bravo_topbar {
  background: var(--heading-color);
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .bravo_topbar {
    display: none;
  }
}
.bravo_topbar a {
  color: rgba(255, 255, 255, 0.8);
}
.bravo_topbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bravo_topbar .content .socials {
  display: inline-block;
}
.bravo_topbar .content .socials a {
  padding-right: 18px;
  color: #D1D4DA;
  font-size: 14px;
  text-decoration: none;
}
.bravo_topbar .content .socials a:first-child {
  padding-left: 0;
}
.bravo_topbar .content .socials a:last-child {
  padding-right: 0;
}
.bravo_topbar .content .dropdown-menu .divider {
  margin: 0px 0;
  background-color: #31414a;
}
.bravo_topbar .content .topbar-items {
  display: inline-block;
  margin: 0;
}
.bravo_topbar .content .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bravo_topbar .content .topbar-items li a {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.bravo_topbar .content .topbar-items li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.bravo_topbar .content .topbar-left {
  font-size: 14px;
  color: #fff;
}
.bravo_topbar .content .topbar-left a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.bravo_topbar .content .topbar-left .line {
  min-width: 1px;
  display: inline-block;
  position: relative;
  min-height: 1px;
  margin: 0 10px;
}
.bravo_topbar .content .topbar-left .line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  height: 20px;
  border-right: solid 1px #5f7190;
}
.bravo_topbar .content .topbar-right {
  font-size: 14px;
}
.bravo_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
  left: 0 !important;
}
.bravo_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 15px !important;
  border-radius: 0;
}
.bravo_topbar .content .topbar-right .dropdown-menu.width-auto {
  min-width: 0px;
}
.bravo_topbar .content .topbar-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bravo_topbar .content .dropdown-menu {
  min-width: auto;
  background: #1A2B48;
}
.bravo_topbar .content .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bravo_topbar .content .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bravo_topbar .content .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bravo_topbar .content .dropdown-menu li a:hover {
  text-decoration: none;
}
.bravo_topbar .content .dropdown-menu li a:hover {
  background: #233448;
}

.bravo_header {
  border-bottom: 1px solid #EAEEF3;
  background: rgba(35, 35, 35, 0.6);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
}
.bravo_header .content {
  display: flex;
  align-items: center;
}
.bravo_header .content .header-left {
  position: relative;
  height: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bravo_header .content .header-left {
    width: 90%;
  }
}
.bravo_header .content .header-left .bravo-menu {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .bravo_header .content .header-left .bravo-menu {
    display: none;
  }
}
.bravo_header .content .header-left .bravo-menu a {
  text-decoration: none;
}
.bravo_header .content .header-left .bravo-menu ul {
  list-style: none;
}
.bravo_header .content .header-left .bravo-menu ul li {
  display: inline-block;
  position: relative;
}
.bravo_header .content .header-left .bravo-menu ul li a {
  padding: 35px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1A2B48;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 35px 12px;
  }
}
@media (max-width: 1024px) {
  .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 35px 10px;
  }
}
.bravo_header .content .header-left .bravo-menu ul li.active {
  color: #5191FA;
}
.bravo_header .content .header-left .bravo-menu ul li > .fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 120%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 250px;
  background: #FFF;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 15px 10px;
}
.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li a {
  padding: 15px 0;
  display: block;
}
.bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li .menu-dropdown {
  top: 0px;
  left: 100%;
}
.bravo_header .content .header-left .bravo-menu ul li:hover > .menu-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.bravo_header .content .header-left .bravo-menu ul li:hover > a {
  color: #5191FA;
}
.bravo_header .content .header-left .bravo-menu ul li:hover > .fa {
  color: #5191FA;
}
.bravo_header .content .header-left .bravo-menu > ul > li > a {
  color: #fff;
}
.bravo_header .content .header-right {
  position: relative;
  height: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  .bravo_header .content .header-right {
    width: 10%;
  }
}
.bravo_header .content .header-right .bravo-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0px 10px;
  float: right;
  display: none;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bravo_header .content .header-right .bravo-more-menu {
    display: block;
    float: right;
  }
}
.bravo_header .content .header-right .bravo-more-menu.active {
  background: #1a2b48;
  color: #fff;
  border-radius: 5px;
}
.bravo_header .content .header-right .topbar-items {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 990px) {
  .bravo_header .content .header-right .topbar-items {
    display: none;
  }
}
.bravo_header .content .header-right .topbar-items li {
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}
.bravo_header .content .header-right .topbar-items li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.bravo_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bravo_header .content .header-right .topbar-items .login-item > .is_login {
  padding-right: 50px;
  display: block;
}
.bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar, .bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 50%;
  top: -12px;
}
.bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
  align-items: center;
  background: #1A2B48;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  display: flex;
}
.bravo_header .content .header-right .topbar-items li:last-child {
  padding-right: 0px;
}
.bravo_header .content .header-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 52px !important;
  border-radius: 0;
  transform: none !important;
  background: #1A2B48;
}
.bravo_header .content .header-right .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bravo_header .content .header-right .dropdown-menu li.menu-hr {
  border-top: 1px solid #31414a;
}
.bravo_header .content .header-right .dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #FFF;
}
.bravo_header .content .header-right .dropdown-menu li a:hover {
  text-decoration: none;
}
.bravo_header .content .header-right .dropdown-menu li a:hover {
  background: #233448;
}
.bravo_header .bravo-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%, 0);
  transition: all 0.3s;
  z-index: 20;
  border-right: solid 1px #1a2b48;
}
@media (max-width: 1023px) {
  .bravo_header .bravo-menu-mobile {
    display: block !important;
  }
}
.bravo_header .bravo-menu-mobile.active {
  transform: translate(0);
}
.bravo_header .bravo-menu-mobile .user-profile {
  border-bottom: solid 1px #e6e6e6;
}
.bravo_header .bravo-menu-mobile .user-profile .b-close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  line-height: 40px;
}
.bravo_header .bravo-menu-mobile .user-profile .avatar {
  background: #1a2b48;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bravo_header .bravo-menu-mobile .user-profile .avatar i {
  font-size: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 15px 17px;
  display: inline-block;
}
.bravo_header .bravo-menu-mobile .user-profile .avatar img {
  max-width: 80px;
  border-radius: 50%;
}
.bravo_header .bravo-menu-mobile .user-profile ul {
  padding: 20px;
  list-style: none;
}
.bravo_header .bravo-menu-mobile .user-profile ul li {
  margin-bottom: 10px;
}
.bravo_header .bravo-menu-mobile .user-profile ul li a {
  color: #1a2b48;
  text-decoration: none;
}
.bravo_header .bravo-menu-mobile .user-profile ul li a i {
  min-width: 15px;
  display: inline-block;
}
.bravo_header .bravo-menu-mobile .user-profile ul li:last-child {
  margin-bottom: 0;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang {
  padding: 0;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li {
  padding: 15px 20px;
  border-top: solid 1px #e6e6e6;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li a i {
  float: right;
  position: relative;
  top: 2px;
  text-align: center;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li a i:before {
  content: "\f104";
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
  content: "\f107";
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
  position: relative !important;
  width: 100%;
  float: none;
  border: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  transform: none !important;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
  font-size: 14px;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
  color: #383838;
}
.bravo_header .bravo-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
  border: solid 1px #adadad;
}
.bravo_header .bravo-menu-mobile .g-menu {
  overflow-x: scroll;
  width: 100%;
}
.bravo_header .bravo-menu-mobile .g-menu > ul {
  padding: 10px 20px;
  list-style: none;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li a {
  color: #1a2b48;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px 0;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li a .caret {
  float: right;
  padding: 8px 15px 9px 15px;
  margin-top: -5px;
  margin-right: -10px;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li a .caret:before {
  content: "\f104";
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li a:hover {
  border-bottom: solid 1px #1a2b48;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu {
  display: none;
  list-style: none;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li a {
  padding-left: 15px;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
  display: none;
  list-style: none;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
  padding-left: 30px;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > a {
  border-bottom: dashed 1px #1a2b48;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > a > .caret:before {
  content: "\f107";
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu {
  display: block;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
  display: block;
}
.bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
  content: "\f107";
}

.banner {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  padding-top: 151px;
  padding-bottom: 35px;
  border-bottom: 0;
  z-index: 0;
}
.banner .container {
  max-width: 100%;
  padding: 0 20px;
}
.banner .banner-content {
  z-index: 4;
  position: relative;
}
.banner .banner-content .title {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0;
}
.banner .banner-content .breadcrumb-list {
  border: none;
  padding: 20px 0;
}
.banner .banner-content .breadcrumb-list .container {
  padding: 0;
}
.banner .banner-content .breadcrumb-list ul {
  background: transparent;
  position: relative;
  z-index: 9;
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
.banner .banner-content .breadcrumb-list ul li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 0;
}
.banner .banner-content .breadcrumb-list ul li:first-child {
  padding-left: 0;
}
.banner .banner-content .breadcrumb-list ul li:first-child a {
  color: #FFF;
}
.banner .banner-content .breadcrumb-list ul li:not(:last-child):after {
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 50%;
  right: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: var(--light-grey-color, #EAEEF3);
  z-index: 1;
}
.banner .banner-content .breadcrumb-list ul li.active {
  color: rgba(255, 255, 255, 0.6);
}

.py-140 {
  padding: 140px 0 140px 0 !important;
}
@media (max-width: 992px) {
  .py-140 {
    padding: 80px 0 80px 0 !important;
  }
}

.bc-video {
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .bc-video {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.bc-video .container {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .bc-video .container {
    max-width: 100%;
  }
}
.bc-video .container .wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 190px 0px 190px 0px;
  border-radius: 20px 20px 20px 20px;
}
@media (max-width: 992px) {
  .bc-video .container .wrap {
    padding: 80px 0px 80px 0px;
  }
}
.bc-video .container .wrap .watch-box {
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
@media (min-width: 768px) {
  .bc-video .container .wrap .watch-box .watch-box-title {
    width: 66.6666666667%;
  }
}
.bc-video .container .wrap .watch-box .watch-box-title h2 {
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: "DM Sans", Sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .bc-video .container .wrap .watch-box .watch-box-title h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.bc-video .container .wrap .watch-box .btn-watch {
  background-color: #fff;
  border: none;
  outline: 0;
  border-radius: 50%;
  padding: 30px;
  line-height: 1;
  height: 78px;
  width: 78px;
  position: relative;
}
@media (max-width: 768px) {
  .bc-video .container .wrap .watch-box .btn-watch {
    height: 50px;
    width: 50px;
    padding: 15px;
  }
}
.bc-video .container .wrap .watch-box .btn-watch .mod-icon-play {
  color: var(--main-color, #3B71FE);
  line-height: 15px;
  zoom: 1.3;
}

#watchModal .modal-content {
  background: none;
  border: none;
}
#watchModal .modal-content .watch_embed_video {
  width: 100%;
  height: 100%;
}

.has-title {
  margin-top: 90px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .has-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .has-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.bc-about {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .bc-about {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .bc-about .wrap .about-header {
    padding: 12px 0px;
  }
}
@media (min-width: 992px) {
  .bc-about .wrap {
    padding: 10px 100px 0px 100px;
  }
}
.bc-about .list-about {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .bc-about .list-about {
    margin-top: 40px;
  }
}
.bc-about h2 {
  font-size: 1rem;
  color: #727272;
  font-weight: 400;
  line-height: 26px;
  font-family: "DM Sans", Sans-serif;
  margin: 0;
}
.bc-about h2.title,
.bc-about .item .item-title {
  color: #232323;
  font-weight: 700;
}
.bc-about h2.title {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .bc-about .item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .bc-about .item:last-child {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.bc-about .item .item-title {
  font-size: 18px;
}

.bc-testimonial {
  background-color: #F7F8FA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 0px 40px 0px;
}
@media (min-width: 992px) {
  .bc-testimonial {
    padding: 80px 0px 80px 0px;
  }
}
.bc-testimonial .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bc-testimonial .main-title {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  .bc-testimonial .main-title {
    margin: 0px 0px 70px 0px;
  }
}
.bc-testimonial .main-title .title {
  color: #232323;
  margin: 0px 0px 20px 0px;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .bc-testimonial .main-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
  }
}
.bc-testimonial .list-testimonials .owl-stage-outer {
  padding-bottom: 10px;
}
.bc-testimonial .list-testimonials .item {
  padding: 20px 20px 20px 20px;
}
.bc-testimonial .list-testimonials .item .item-content {
  margin-top: 30px;
}
.bc-testimonial .list-testimonials .item .item-content .text {
  font-size: 14px;
  color: #768092;
  margin-bottom: 0;
  font-family: "Roboto", Sans-Serif;
  line-height: 26px;
}
.bc-testimonial .list-testimonials .item .item-content .author-meta {
  margin-top: 20px;
}
.bc-testimonial .list-testimonials .item .item-content .author-meta .name {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 36px;
}
.bc-testimonial .list-testimonials .item .item-content .author-meta .rate i {
  color: #ffdc00;
  font-size: 1rem;
  margin-right: 2px;
}
.bc-testimonial .owl-carousel .owl-dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.bc-testimonial .owl-carousel .owl-dots .owl-dot {
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bc-testimonial .owl-carousel .owl-dots .owl-dot span {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #eee;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-right: 5px;
  margin-left: 5px;
  box-sizing: content-box;
  opacity: 1;
}
.bc-testimonial .owl-carousel .owl-dots .owl-dot.active span {
  border: 2px solid #3b71fe;
}
@media (max-width: 768px) {
  .bc-testimonial .owl-carousel .owl-nav {
    display: none;
  }
}
.bc-testimonial .owl-carousel .owl-nav .owl-prev, .bc-testimonial .owl-carousel .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bc-testimonial .owl-carousel .owl-nav .owl-prev {
  right: 100%;
}
.bc-testimonial .owl-carousel .owl-nav .owl-prev span {
  background: url(/themes/modmix/images/arow_left.png) center center no-repeat;
}
.bc-testimonial .owl-carousel .owl-nav .owl-next {
  left: 100%;
}
.bc-testimonial .owl-carousel .owl-nav .owl-next span {
  background: url(/themes/modmix/images/arrow_right.png) center center no-repeat;
}
.bc-testimonial .owl-carousel .owl-nav .owl-prev span,
.bc-testimonial .owl-carousel .owl-nav .owl-next span {
  width: 36px;
  height: 36px;
  display: block;
  background-size: 100% auto;
  color: transparent;
}

.bc-team {
  padding: 40px 0px 0px 0px;
}
@media (min-width: 992px) {
  .bc-team {
    padding: 70px 0px 70px 0px;
  }
}
.bc-team .bc-team_wrapper h2 {
  color: #232323;
  font-family: "DM Sans", Sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}
.bc-team .bc-team_wrapper .bc-team_heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .bc-team .bc-team_wrapper .bc-team_heading {
    width: 50%;
  }
}
.bc-team .bc-team_wrapper .bc-team_heading .bc-team_title {
  margin: 0px 0px 20px 0px;
}
.bc-team .bc-team_wrapper .bc-team_heading .bc-team_title h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .bc-team .bc-team_wrapper .bc-team_heading .bc-team_title h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.bc-team .bc-team_wrapper .team {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .bc-team .bc-team_wrapper .team {
    align-items: center;
  }
}
.bc-team .bc-team_wrapper .team-avatar {
  overflow: hidden;
}
.bc-team .bc-team_wrapper .team-avatar, .bc-team .bc-team_wrapper .team-avatar img {
  border-radius: 20px 20px 20px 20px;
  aspect-ratio: auto 300/350;
  -o-object-fit: cover;
     object-fit: cover;
}
.bc-team .bc-team_wrapper .team-avatar img {
  width: 100%;
  transition-duration: 0.3s;
  transition-property: transform;
}
@media (max-width: 768px) {
  .bc-team .bc-team_wrapper .team-avatar img {
    width: 300px;
    height: 350px;
  }
}
.bc-team .bc-team_wrapper .team-avatar img:hover {
  transform: scale(1.1);
}
.bc-team .bc-team_wrapper .team-info h2 {
  text-wrap: nowrap;
}
.bc-team .bc-team_wrapper .team-info_name {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
  margin: 30px 0px 4px 0px;
}
.bc-team .bc-team_wrapper .team-info_name h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.bc-team .bc-team_wrapper .team-info_text h2 {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bc-team-style-2 {
  background-color: #F7F8FA;
}
@media (max-width: 992px) {
  .bc-team-style-2 .bc-team_wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.bc-team-style-2 .bc-team_wrapper .bc-team_heading .bc-team_desc h2 {
  color: #727272;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.bc-team-style-2 .bc-team_wrapper .list-team {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .bc-team-style-2 .bc-team_wrapper .list-team {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 0px 40px 0px;
  }
}
.bc-team-style-2 .bc-team_wrapper .list-team .team-avatar, .bc-team-style-2 .bc-team_wrapper .list-team .team-avatar img {
  border-radius: 50%;
  aspect-ratio: auto 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bc-team-style-2 .bc-team_wrapper .list-team .team-avatar img {
    width: 250px;
    height: 250px;
  }
}

.iconbox-style1 {
  font-family: "DM Sans", Sans-serif;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .iconbox-style1 .container {
    max-width: 100%;
  }
}
.iconbox-style1 .container .iconbox-title {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.iconbox-style1 .container .iconbox-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #232323;
  padding: 0;
  margin: 0;
}
.iconbox-style1 .container .iconbox-list {
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .iconbox-style1 .container .iconbox-list {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.iconbox-style1 .container .iconbox-list .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.iconbox-style1 .container .iconbox-list .item .iconbox-item {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 30px 20px;
  border-radius: 20px 20px 20px 20px;
}
.iconbox-style1 .container .iconbox-list .item .iconbox-item_icon {
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: unset;
}
.iconbox-style1 .container .iconbox-list .item .iconbox-item_icon .icon-index {
  height: 50px;
  width: 50px;
  background-color: #E9EFFF;
  border-radius: 50%;
  margin: 10px;
}
.iconbox-style1 .container .iconbox-list .item .iconbox-item_icon .icon-index span {
  color: #3B71FE;
  font-size: 1.5rem;
  font-weight: 700;
}
.iconbox-style1 .container .iconbox-list .item .iconbox-item_content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #232323;
}
.iconbox-style1 .container .iconbox-list .item .iconbox-item_content p {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.iconbox-style1 .container .iconbox-btn {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .iconbox-style1 .container .iconbox-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.iconbox-style1 .container .iconbox-btn .btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #3B71FE;
  border-radius: 50px 50px 50px 50px;
  padding: 20px 20px 20px 20px;
}

.bc-list-locations .row {
  padding: 0 -10px;
}
.bc-list-locations .row .col-md-4, .bc-list-locations .row .col-md-8 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .bc-list-locations .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bc-list-locations .row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bc-list-locations .list-item .destination-item {
  margin-bottom: 20px;
  min-height: 383px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 766px) {
  .bc-list-locations .list-item .destination-item {
    min-height: 200px;
  }
}
.bc-list-locations .list-item .destination-item.no-image {
  background: #ccc;
}
.bc-list-locations .list-item .destination-item .image {
  position: relative;
  overflow: hidden;
  min-height: 383px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 766px) {
  .bc-list-locations .list-item .destination-item .image {
    min-height: 200px;
  }
}
.bc-list-locations .list-item .destination-item .image .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
}
.bc-list-locations .list-item .destination-item .image .content .title {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
}
@media (max-width: 766px) {
  .bc-list-locations .list-item .destination-item .image .content .title {
    font-size: 22px;
  }
}
.bc-list-locations .list-item .destination-item:hover .image img {
  transform: scale(1.1);
}
.bc-list-locations .list-item .destination-item:hover .effect {
  opacity: 0;
}
.bc-list-locations.style_1 {
  margin: 30px 0 30px;
}
@media (max-width: 1023px) {
  .bc-list-locations.style_1 {
    margin: 30px 0 0;
  }
}
.bc-list-locations.style_1 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 766px) {
  .bc-list-locations.style_1 .title {
    font-size: 24px;
  }
}
.bc-list-locations.style_1 .list-item .destination-item {
  border-radius: 5px;
  min-height: 320px;
  margin-bottom: 30px;
  position: relative;
}
.bc-list-locations.style_1 .list-item .destination-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}
.bc-list-locations.style_1 .list-item .destination-item .content .title {
  font-size: 34px;
  padding: 5px 25px;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.bc-list-locations.style_1 .list-item .destination-item .content .desc {
  text-align: center;
  transition: all 0.3s;
  background: none !important;
}
.bc-list-locations.style_1 .list-item .destination-item .content .desc a, .bc-list-locations.style_1 .list-item .destination-item .content .desc span {
  color: #fff;
  font-size: 16px;
}
.bc-list-locations.style_1 .list-item .destination-item .content .desc a:after, .bc-list-locations.style_1 .list-item .destination-item .content .desc span:after {
  content: "";
  height: 5px;
  width: 5px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.bc-list-locations.style_1 .list-item .destination-item .content .desc a:last-child:after, .bc-list-locations.style_1 .list-item .destination-item .content .desc span:last-child:after {
  display: none;
}
.bc-list-locations.style_1 .list-item .destination-item .image {
  min-height: 320px;
}

.bc-list-news {
  margin-bottom: 50px;
}
.bc-list-news .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
}
.bc-list-news .list-item .item-news {
  background: #fff;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.bc-list-news .list-item .item-news .caption {
  padding: 15px;
}
.bc-list-news .list-item .item-news .item-date ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.bc-list-news .list-item .item-news .item-date ul li {
  background: rgb(1, 115, 44);
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  align-self: center;
}
.bc-list-news .list-item .item-news .item-date ul li a {
  color: #fff;
}
.bc-list-news .list-item .item-news .item-date ul li.date, .bc-list-news .list-item .item-news .item-date ul li.dot {
  background: none;
  color: #000;
  margin-right: 0;
  padding: 0;
}
.bc-list-news .list-item .item-news .item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.bc-list-news .list-item .item-news .item-title a {
  color: #000;
}
.bc-list-news .list-item .item-news .item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #727272;
}
.bc-list-news .list-item .owl-nav {
  display: flex;
  justify-content: center;
}
.bc-list-news .list-item .owl-next, .bc-list-news .list-item .owl-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: var(--heading-color) !important;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 1px #000 !important;
  border-radius: 50%;
  margin: 0 5px;
}
.bc-list-news .list-item .owl-next span, .bc-list-news .list-item .owl-prev span {
  font-size: 24px !important;
}

.bc-subscribe {
  margin-bottom: 100px;
}
.bc-subscribe .bc-subscribe-form .fa-spinner {
  display: none;
}
.bc-subscribe .bc-subscribe-form.loading .fa-spinner {
  display: inline-block;
}
.bc-subscribe .image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .bc-subscribe .image {
    padding-top: 56.25%;
  }
}
.bc-subscribe .effect {
  background: #fcfcfc;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #DEDEDE;
}
.bc-subscribe .context {
  text-align: center;
  padding: 50px;
}
@media (max-width: 767px) {
  .bc-subscribe .context {
    padding: 50px 10px;
  }
}
.bc-subscribe .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 5px;
}
.bc-subscribe .desc {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.bc-subscribe .subcribe-form {
  position: relative;
}
.bc-subscribe .subcribe-form input[type=email] {
  border: 1px solid #DEDEDE;
  border-radius: 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #83929D;
  padding: 17px 30px;
  width: 100%;
}
.bc-subscribe .subcribe-form [type=submit] {
  background: var(--main-color, #3B71FE);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
  outline: none;
}

.bc-list-all-service {
  background: #f7f8fa;
  padding: 80px 0;
  margin-bottom: 50px;
}
.bc-list-all-service .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 30px;
  text-align: center;
}
.bc-list-all-service .nav .nav-item .nav-link {
  border-radius: 10px;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 16px;
  margin: 0 5px;
  color: #232323;
}
.bc-list-all-service .nav .nav-item .nav-link.active {
  color: #fff;
  background: var(--main-color, #5191FA);
}

.bc-faq {
  font-family: "DM Sans", Sans-serif;
  padding: 60px 0px 60px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
@media (max-width: 992px) {
  .bc-faq {
    padding: 40px 0px 40px 0px;
  }
}
.bc-faq .container .faq-wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #232323;
  margin: 0;
  padding: 0;
}
.bc-faq .container .faq-wrapper .faq-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bc-faq .container .faq-wrapper .faq-heading .faq-heading_title {
  margin: 0px 0px 20px 0px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .bc-faq .container .faq-wrapper .faq-heading .faq-heading_title {
    width: 50%;
  }
}
.bc-faq .container .faq-wrapper .faq-heading .faq-heading_title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.bc-faq .container .faq-wrapper .faq-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .bc-faq .container .faq-wrapper .faq-content {
    padding-bottom: 0px;
  }
}
.bc-faq .container .faq-wrapper .faq-content .faq-list {
  padding-bottom: 10px;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item {
  margin: 0px 0px 12px 0px;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item {
  border: none;
  margin-bottom: 30px;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 16px 24px 16px 24px;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: var(--heading-color);
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 button {
  text-decoration: none;
  outline: none;
  text-transform: none;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #232323;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 .accordion-button::after {
  content: "-";
  background: #3b71fe;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  background-image: none !important;
  border-radius: 30px;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 .accordion-button.collapsed::after {
  font-family: "FontAwesome" !important;
  content: "\f067";
  background: none;
  color: #232323;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 13px;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-header h2 .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-body {
  padding: 10px 10px 0px 10px;
}
.bc-faq .container .faq-wrapper .faq-content .faq-list .faq-item .item-body.faq-answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #727272;
}

@media (min-width: 768px) {
  .bc-offer {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .bc-offer .item {
    margin-bottom: 15px;
  }
}

.bc-checkbox {
  margin-bottom: 15px;
}
.bc-checkbox input {
  margin-right: 5px;
}
.bc-checkbox label {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 25px;
  color: #5E6D77;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.bc-checkbox input[type=checkbox] {
  display: none;
}
.bc-checkbox .checkmark {
  display: inline-block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
  border: solid 1px #A0A9B2;
  border-radius: 2px;
  background: #fff;
}
.bc-checkbox input[type=checkbox] + .checkmark {
  background-repeat: no-repeat !important;
  background-position: center;
}
.bc-checkbox input[type=checkbox]:checked + .checkmark {
  background-repeat: no-repeat !important;
  background-position: center;
}
.bc-checkbox input[type=checkbox]:checked + .checkmark:after {
  content: "";
  position: absolute;
  background-color: transparent;
  border-radius: 0;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #5191FA;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.bc-checkbox .fa-star {
  color: #f09e00;
  font-size: 15px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

body .daterangepicker {
  min-width: 300px;
  min-height: 100px;
  border-color: #dfdfdf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175) !important;
  border-radius: 15px;
  padding: 10px 20px 10px 20px;
  margin-top: 5px;
  font-family: inherit;
}
@media (max-width: 767px) {
  body .daterangepicker {
    padding: 0 10px;
  }
  body .daterangepicker .ranges {
    margin: 0 !important;
  }
  body .daterangepicker .drp-calendar {
    padding: 0 !important;
  }
  body .daterangepicker:before, body .daterangepicker:after {
    display: none;
  }
}
body .daterangepicker.loading:before {
  display: block !important;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0.7;
  content: "";
}
body .daterangepicker.loading:after {
  content: "\f110";
  display: block !important;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  text-align: center;
  width: 42px;
  height: 42px;
  color: #5191fa;
  font-size: 42px;
  animation: fa-spin 2s infinite linear;
  margin-left: -21px;
  margin-top: -21px;
}
body .daterangepicker .drp-calendar {
  max-width: none;
}
@media (min-width: 768px) {
  body .daterangepicker .drp-calendar.left .next.available {
    display: none;
  }
  body .daterangepicker .drp-calendar.single.left .next.available {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  body .daterangepicker .drp-calendar.left {
    width: 100% !important;
  }
  body .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0 !important;
  }
  body .daterangepicker .drp-calendar.right {
    display: none;
  }
}
body .daterangepicker .drp-calendar .calendar-table table {
  border-collapse: inherit;
}
body .daterangepicker .drp-calendar .calendar-table .prev span, body .daterangepicker .drp-calendar .calendar-table .next span {
  transform: none;
  border: none;
  border-radius: 0px;
}
body .daterangepicker .drp-calendar .calendar-table .prev:hover, body .daterangepicker .drp-calendar .calendar-table .next:hover {
  background-color: transparent;
}
body .daterangepicker .drp-calendar .calendar-table .prev {
  background: url(../images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table .next {
  background: url(../images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table thead {
  font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
  padding: 10px 0px;
  border-bottom: 1px solid #D7DCE3;
  border-radius: 0px;
  margin: 0px;
}
body .daterangepicker .drp-calendar .calendar-table thead .month {
  color: #1A2B48;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ADB2BD;
  text-align: center;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
  width: 35px;
  height: 30px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #1A2B48;
  border-radius: 0px;
  border: 1px solid transparent;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
  color: #FA5535;
  border-color: #FA5535;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date, body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  background: rgba(81, 145, 250, 0.2);
  border-top: none;
  border-bottom: none;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
  border-left: solid 2px #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  border-right: solid 2px #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
  color: #D7DCE3;
  text-decoration: none;
}
body .daterangepicker:before, body .daterangepicker:after {
  content: "";
  position: static;
  border: none;
  background: none;
  width: 0;
  height: 0;
}
body .daterangepicker:not(.single) .calendar.left .next {
  display: none;
}
body .daterangepicker .calendar {
  position: relative;
  max-width: 100% !important;
}
body .daterangepicker .table-header {
  position: relative;
  padding-bottom: 20px;
}
body .daterangepicker .table-header:after {
  content: "";
  display: table;
  clear: both;
}
body .daterangepicker .table-header .month {
  text-align: center;
}
body .daterangepicker .table-header .prev {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 48px;
  height: 48px;
  background: url(../images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat left center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-header .next {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  width: 48px;
  height: 48px;
  background: url(../images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat right center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-sub-header {
  border-top: 1px solid #D7DCE3;
}
body .daterangepicker .table-sub-header:after {
  content: "";
  display: table;
  clear: both;
}
body .daterangepicker .table-sub-header .day-off-week {
  width: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ADB2BD;
  float: left;
  text-align: center;
}
body .daterangepicker .table-condensed .td-date {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
}
body .daterangepicker .table-condensed .td-date .date {
  width: 36px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #1A2B48;
}
body .daterangepicker .table-condensed .td-date.disabled {
  text-decoration: none;
}
body .daterangepicker .table-condensed .td-date.disabled .date {
  color: #D7DCE3;
}
body .daterangepicker .table-condensed .td-date.today .date {
  color: #FA5535;
}
body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date, body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date {
  color: #FA5535;
  border: 1px solid #FA5535;
}
body .daterangepicker .table-condensed .td-date.start-group {
  background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.in-group, body .daterangepicker .table-condensed .td-date.end-group {
  background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.in-group .date, body .daterangepicker .table-condensed .td-date.end-group .date {
  color: #767676;
}
body .daterangepicker .table-condensed .td-date:hover {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.start-date {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.start-date:not(.end-date) {
  box-shadow: -3px 0 0 #5191FA;
}
body .daterangepicker .table-condensed .td-date.start-date.today .date {
  border: none;
}
body .daterangepicker .table-condensed .td-date.in-range {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.in-range.today .date {
  border: none;
}
body .daterangepicker .table-condensed .td-date.end-date {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.end-date:not(.start-date) {
  box-shadow: 3px 0 0 #5191FA;
}
body .daterangepicker .table-condensed .td-date.end-date.today .date {
  border: none;
}
body .daterangepicker .table-condensed .td-date.td-no-show {
  visibility: hidden;
}
body .daterangepicker .table-condensed .td-date.has-tooltip {
  position: relative;
}
body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  display: none;
}
body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap {
  display: block;
}
body .daterangepicker.respon-single .calendar.right {
  display: none;
}
body .daterangepicker.respon-single .calendar.left .next {
  display: block;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
  position: relative;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip {
  opacity: 0.9;
  visibility: visible;
}
body .daterangepicker .tooltip {
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  margin: 0;
  width: auto;
  float: none;
  visibility: hidden;
}
body .daterangepicker .tooltip .arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
body .daterangepicker .tooltip .tooltip-inner {
  white-space: nowrap;
}
body .daterangepicker .is-half-end {
  overflow: hidden;
}
body .daterangepicker .is-half-end:before {
  content: "";
  background: #ededed;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -27px;
  right: -27px;
  transform: rotate(45deg);
  opacity: 0.5;
}
body .daterangepicker .is-half-end.start-date, body .daterangepicker .is-half-end.end-date, body .daterangepicker .is-half-end.in-range, body .daterangepicker .is-half-end:hover {
  overflow: visible;
}
body .daterangepicker .is-half-end.start-date:before, body .daterangepicker .is-half-end.end-date:before, body .daterangepicker .is-half-end.in-range:before, body .daterangepicker .is-half-end:hover:before {
  display: none;
}
body .daterangepicker .is-half-start {
  overflow: hidden;
}
body .daterangepicker .is-half-start:before {
  content: "";
  background: #ededed;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -27px;
  left: -27px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
body .daterangepicker .is-half-start.start-date, body .daterangepicker .is-half-start.end-date, body .daterangepicker .is-half-start.in-range, body .daterangepicker .is-half-start:hover {
  overflow: visible;
}
body .daterangepicker .is-half-start.start-date:before, body .daterangepicker .is-half-start.end-date:before, body .daterangepicker .is-half-start.in-range:before, body .daterangepicker .is-half-start:hover:before {
  display: none;
}
body .daterangepicker .full-book-event {
  overflow: hidden;
  color: #1A2B48 !important;
}
body .daterangepicker .full-book-event:before {
  content: "";
  background: #ededed;
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bc-footer {
  background-color: #F7F8FA;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .bc-footer .main-footer .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bc-footer .main-footer .nav-footer .title {
  margin-bottom: 20px;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.bc-footer .main-footer .nav-footer .context a {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.bc-footer .main-footer .nav-footer .context ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bc-footer .main-footer .nav-footer .context ul li {
  margin-bottom: 5px;
}
.bc-footer .main-footer .nav-footer .context ul.social-list {
  display: flex;
  gap: 12px;
}
.bc-footer .main-footer .nav-footer .context ul.social-list li {
  margin-bottom: 0;
}
.bc-footer .copy-right .context {
  border-top: solid 1px #ccc;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  color: #727272;
}
.bc-footer .copy-right .context p {
  margin-bottom: 0;
}

.booking_cookie_agreement {
  background-color: #645862;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  z-index: 999999 !important;
  font-family: var(--title-font-family);
}
.booking_cookie_agreement p {
  color: #ffffff;
}
.booking_cookie_agreement a {
  color: var(--main-color);
}
.booking_cookie_agreement .content-cookie {
  flex: 1 1;
}
.booking_cookie_agreement .save-cookie {
  background-color: #f1d700;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  border: 1px solid var(--headings-color);
  color: initial;
}

.bc_form {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .bc_form {
    border-radius: 20px;
  }
}
.bc_form .g-field-search {
  flex: 0 0 75%;
  padding: 0 15px;
  flex-grow: 1;
}
.bc_form .g-field-search .select-guests-dropdown, .bc_form .g-field-search .select-seat-type-dropdown {
  background: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  min-width: 320px;
  margin-top: 10px !important;
}
.bc_form .g-field-search .select-guests-dropdown .dropdown-item-row, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bc_form .g-field-search .select-guests-dropdown .dropdown-item-row:not(:last-child), .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row:not(:last-child) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 19px;
  margin-bottom: 19px !important;
}
.bc_form .g-field-search .select-guests-dropdown .dropdown-item-row .val, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row .val {
  display: flex;
  align-items: center;
}
.bc_form .g-field-search .select-guests-dropdown .dropdown-item-row .val .btn-minus, .bc_form .g-field-search .select-guests-dropdown .dropdown-item-row .val .btn-add, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row .val .btn-minus, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row .val .btn-add {
  min-width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid var(--grey-color, #5E6D77);
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.bc_form .g-field-search .select-guests-dropdown .dropdown-item-row .val .count-display input, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row .val .count-display input {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  color: var(--heading-color);
  margin-left: 0;
  margin-right: 0;
  width: 35px;
  padding: 0;
}
.bc_form .g-field-search .select-guests-dropdown .dropdown-item-row .val .count-display input::-webkit-inner-spin-button, .bc_form .g-field-search .select-guests-dropdown .dropdown-item-row .val .count-display input::-webkit-outer-spin-button, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row .val .count-display input::-webkit-inner-spin-button, .bc_form .g-field-search .select-seat-type-dropdown .dropdown-item-row .val .count-display input::-webkit-outer-spin-button {
  display: none;
}
.bc_form .g-field-search .bravo-autocomplete {
  background: #fff;
  border: 1px solid #dedede !important;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px !important;
  min-height: 400px !important;
  padding: 30px 15px 30px 10px !important;
  min-width: 360px;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .bc_form .g-field-search .bravo-autocomplete {
    margin-top: 16px !important;
  }
}
@media (max-width: 768px) {
  .bc_form .g-field-search .bravo-autocomplete {
    margin-top: 5px !important;
    left: -45px !important;
    right: -25px !important;
  }
}
.bc_form .g-field-search .bravo-autocomplete .list-item {
  overflow-y: scroll;
  max-height: 338px;
}
.bc_form .g-field-search .bravo-autocomplete .list-item::-webkit-scrollbar {
  width: 4px;
}
.bc_form .g-field-search .bravo-autocomplete .list-item::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.bc_form .g-field-search .bravo-autocomplete .list-item::-webkit-scrollbar-thumb {
  background: #D3CBCB;
}
.bc_form .g-field-search .bravo-autocomplete .list-item::-webkit-scrollbar-thumb:hover {
  background: #D3CBCB;
}
@media (max-width: 767px) {
  .bc_form .g-field-search .row > div:not(:last-child) {
    border-bottom: 1px solid #dedede !important;
  }
}
.bc_form .g-button-submit {
  flex: 1;
  flex-grow: 1;
  position: relative;
  text-align: right;
  padding: 10px;
}
@media (max-width: 1023px) {
  .bc_form .g-button-submit {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .bc_form .g-button-submit {
    padding: 0;
  }
}
.bc_form .g-button-submit button {
  background: var(--main-color);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 70px;
  height: 60px;
  transition: all 0.2s;
  padding: 15px 35px;
}
@media (max-width: 767px) {
  .bc_form .g-button-submit button {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
.bc_form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.bc_form .border-right {
  border: none !important;
  position: relative;
}
.bc_form .border-right:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: -5px;
  border-right: 1px solid #D7DCE3;
}
@media (max-width: 1023px) {
  .bc_form .border-right:after {
    border-right: none !important;
  }
}
.bc_form .border-right:last-child:after {
  display: none;
}
.bc_form .field-icon {
  font-size: 20px;
  top: 5px;
  position: relative;
}
.bc_form .field-icon.mod-icon-in {
  top: 0;
}
.bc_form .dropdown-toggle:after {
  display: none;
}
.bc_form .form-content {
  position: relative;
  padding: 15px 10px 5px;
  transition: all 0.3s;
  width: 100%;
}
.bc_form .form-content label {
  font-weight: 500;
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 5px;
}
.bc_form .form-content .form-date-search .check-in-out, .bc_form .form-content .form-date-search-hotel .check-in-out {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1023px) {
  .bc_form .form-content .date-wrapper .check-in-wrapper {
    max-height: 45px;
  }
}
.bc_form .form-content .date-wrapper .check-in-wrapper .check-in-render, .bc_form .form-content .date-wrapper .check-in-wrapper .check-out-render {
  display: inline-block;
  width: auto;
}
.bc_form .form-content .date-wrapper .check-in-wrapper span {
  color: #5E6D77;
  position: relative;
  top: -7px;
}
.bc_form .form-content .date-wrapper .check-in-wrapper label {
  display: block;
}
.bc_form .form-content .date-wrapper .check-in-out {
  position: absolute;
  left: -15px;
  bottom: 1px;
  z-index: -1;
  opacity: 0;
}
.bc_form .form-content .date-wrapper .wrapper-more label {
  display: block;
}
.bc_form .form-content .dropdown .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  color: #5191FA;
  position: relative;
  left: -5px;
  height: 25px !important;
}
@media (max-width: 766px) {
  .bc_form .form-content .dropdown .form-control {
    font-size: 14px;
  }
}
.bc_form .form-content .dropdown .form-control option {
  color: #000;
}
.bc_form .form-content .render {
  font-size: 14px;
  color: var(--grey-color, #5E6D77);
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 766px) {
  .bc_form .form-content .render {
    font-size: 14px;
  }
}
.bc_form .smart-search, .bc_form .input-search {
  position: relative;
}
.bc_form .smart-search:after, .bc_form .input-search:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--grey-color, #5E6D77);
  border-top: 0.4em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.bc_form .smart-search:not(.normal-control) .parent_text, .bc_form .smart-search:not(.normal-control) .form-control, .bc_form .input-search:not(.normal-control) .parent_text, .bc_form .input-search:not(.normal-control) .form-control {
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: var(--grey-color, #5E6D77);
  position: relative;
  left: 0 !important;
  padding: 0 !important;
  height: 20px;
  background: transparent;
}
.bc_form .smart-search:not(.normal-control) .parent_text::-moz-placeholder, .bc_form .smart-search:not(.normal-control) .form-control::-moz-placeholder, .bc_form .input-search:not(.normal-control) .parent_text::-moz-placeholder, .bc_form .input-search:not(.normal-control) .form-control::-moz-placeholder {
  color: var(--grey-color, #5E6D77);
  opacity: 1;
}
.bc_form .smart-search:not(.normal-control) .parent_text::placeholder, .bc_form .smart-search:not(.normal-control) .form-control::placeholder, .bc_form .input-search:not(.normal-control) .parent_text::placeholder, .bc_form .input-search:not(.normal-control) .form-control::placeholder {
  color: var(--grey-color, #5E6D77);
  opacity: 1;
}
.bc_form .smart-search:not(.normal-control) .parent_text[readonly], .bc_form .smart-search:not(.normal-control) .form-control[readonly], .bc_form .input-search:not(.normal-control) .parent_text[readonly], .bc_form .input-search:not(.normal-control) .form-control[readonly] {
  cursor: pointer;
}
.bc_form .smart-search .bravo-autocomplete, .bc_form .input-search .bravo-autocomplete {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  background: #fff;
  padding: 0;
  top: 100%;
  margin-top: 15px;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #dee2e6;
  z-index: 20;
  max-height: 300px;
  overflow-y: auto;
  right: -15px;
}
.bc_form .smart-search .bravo-autocomplete.show, .bc_form .input-search .bravo-autocomplete.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .bc_form .smart-search .bravo-autocomplete, .bc_form .input-search .bravo-autocomplete {
    margin-top: 10px;
    border-radius: 0;
    right: 0;
    left: -55px;
    background: #f1f1f1;
  }
}
.bc_form .smart-search .bravo-autocomplete .item, .bc_form .input-search .bravo-autocomplete .item {
  cursor: pointer;
  padding: 10px 15px;
}
.bc_form .smart-search .bravo-autocomplete .item:nth-child(2n), .bc_form .input-search .bravo-autocomplete .item:nth-child(2n) {
  background: #fff;
}
.bc_form .smart-search .bravo-autocomplete .item:last-child, .bc_form .input-search .bravo-autocomplete .item:last-child {
  margin-bottom: 0;
}
.bc_form .smart-search .bravo-autocomplete .item .h-line, .bc_form .input-search .bravo-autocomplete .item .h-line {
  font-weight: 500;
}
.bc_form .smart-search .bravo-autocomplete .item i, .bc_form .input-search .bravo-autocomplete .item i {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: 1px;
  color: var(--grey-color, #5E6D77);
}
.bc_form .smart-search .bravo-autocomplete .item:hover, .bc_form .input-search .bravo-autocomplete .item:hover {
  background: #f5f4f7;
}
.bc_form .smart-search .bravo-autocomplete .message, .bc_form .input-search .bravo-autocomplete .message {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--grey-color, #5E6D77);
}
.bc_form .smart-search .bravo-autocomplete.on-message .list-item, .bc_form .input-search .bravo-autocomplete.on-message .list-item {
  display: none;
}
.bc_form .smart-search .bravo-autocomplete.on-message .message, .bc_form .input-search .bravo-autocomplete.on-message .message {
  display: block;
}
.bc_form .smart-search.normal-control .form-control, .bc_form .input-search.normal-control .form-control {
  padding-right: 25px;
}
.bc_form .smart-search.normal-control .bravo-autocomplete, .bc_form .input-search.normal-control .bravo-autocomplete {
  margin-top: 0px;
}
.bc_form .smart-search.normal-control:after, .bc_form .input-search.normal-control:after {
  color: #4b4b4b;
  top: 23px;
  right: 15px;
}
.bc_form .input-search:after {
  display: none;
}

.bc-form-search-all {
  padding: 200px 0 0;
  margin-bottom: 50px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 766px) {
  .bc-form-search-all {
    padding: 120px 0 15px;
  }
}
.bc-form-search-all .text-heading {
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 766px) {
  .bc-form-search-all .text-heading {
    font-size: 28px;
  }
}
.bc-form-search-all .sub-heading {
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 766px) {
  .bc-form-search-all .sub-heading {
    font-size: 14px;
  }
}
.bc-form-search-all .g-form-control {
  margin: 50px 0 -40px;
}
@media (max-width: 990px) {
  .bc-form-search-all .g-form-control {
    padding: 0;
  }
}
@media (max-width: 766px) {
  .bc-form-search-all .g-form-control {
    margin: 20px 0 0;
  }
}
.bc-form-search-all .g-form-control .nav-tabs {
  border: none;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.bc-form-search-all .g-form-control .nav-tabs li a {
  color: #fff;
  padding: 7px 0px;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  display: block;
}
.bc-form-search-all .g-form-control .nav-tabs li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  line-height: 16px;
  margin-right: 2px;
}
.bc-form-search-all .g-form-control .nav-tabs li a.active {
  border-bottom: solid 1px #fff;
}
.bc-form-search-all .g-form-control .tab-content {
  position: relative;
}
.bc-form-search-all .g-form-control .tab-content .tab-pane {
  margin: auto;
  max-width: 1100px;
}

.bc-pagination {
  text-align: center;
  display: block;
  margin: 30px 0;
}
.bc-pagination ul {
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.bc-pagination ul li {
  list-style: none;
  font-size: 16px;
  color: #768090;
  float: left;
  margin-right: 10px;
}
.bc-pagination ul li a, .bc-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #5E6D77;
  float: none;
  padding: 0;
  border: none;
  border-radius: 10px !important;
  cursor: pointer;
}
.bc-pagination ul li a.current, .bc-pagination ul li span.current {
  border: 1px solid var(--main-color) !important;
  border-radius: 3px;
  background: var(--main-color) !important;
  color: #fff !important;
}
.bc-pagination ul li.active a, .bc-pagination ul li.active span {
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;
  color: #fff !important;
}
.bc-pagination .count-string {
  font-size: 14px;
  color: #768090;
  margin-top: 5px;
  display: inline-block;
}

.has-search-map .bc-search-service .bravo_filter .bc_filter {
  margin-bottom: 0;
}

.bc-search-service .bc_filter {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bc-search-service .bc_filter .g-filter-item {
  padding: 30px 20px;
  background: #f7f8fa;
  border-radius: 20px;
  margin-bottom: 30px;
  border: none;
}
@media (max-width: 766px) {
  .bc-search-service .bc_filter .g-filter-item {
    padding: 15px 20px;
  }
}
.bc-search-service .bc_filter .g-filter-item .hide {
  display: none;
}
.bc-search-service .bc_filter .g-filter-item .item-title {
  cursor: pointer;
  position: relative;
}
.bc-search-service .bc_filter .g-filter-item .item-title .fa {
  font-size: 22px;
  color: var(--heading-color);
  right: 0;
  top: 2px;
  position: absolute;
}
.bc-search-service .bc_filter .g-filter-item .item-title h4, .bc-search-service .bc_filter .g-filter-item .item-title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
}
.bc-search-service .bc_filter .g-filter-item .item-content {
  margin-top: 20px;
}
@media (max-width: 990px) {
  .bc-search-service .bc_filter .g-filter-item .item-content {
    display: none;
  }
}
.bc-search-service .bc_filter .g-filter-item .item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bc-search-service .bc_filter .g-filter-item .item-content .btn-more-item {
  font-size: 14px;
  color: #5191FA;
  padding: 0;
  text-decoration: none;
}
.bc-search-service .bc_filter .g-filter-item .item-content .btn-apply-price-range {
  font-size: 14px;
  color: #5191FA;
  margin-top: 20px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  outline: none;
}
.bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from, .bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to, .bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single {
  font-size: 11px;
  background-color: #5191FA;
}
.bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #5191FA;
}
.bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle > i:first-child {
  background-color: #5191FA;
}
.bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from:before, .bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to:before, .bc-search-service .bc_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single:before {
  border-top-color: #5191FA;
}
.bc-search-service .bc_filter .g-filter-item .item-title.e-close .fa {
  transform: rotate(180deg) !important;
}
.bc-search-service .bc-list-item {
  margin-top: 30px;
}
.bc-search-service .bc-list-item .topbar-search {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .bc-search-service .bc-list-item .topbar-search {
    flex-wrap: wrap;
  }
  .bc-search-service .bc-list-item .topbar-search .text {
    flex: 0 0 100% !important;
  }
  .bc-search-service .bc-list-item .topbar-search .control {
    flex: 0 0 100% !important;
    flex-wrap: wrap;
  }
  .bc-search-service .bc-list-item .topbar-search .control .item {
    margin-bottom: 10px;
    margin-top: 10px;
    flex: 0 0 100% !important;
  }
}
.bc-search-service .bc-list-item .topbar-search .control {
  flex: 1 1 55%;
  color: #1A2B48;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-color);
}
.bc-search-service .bc-list-item .topbar-search .control a {
  color: #1A2B48;
  text-decoration: none;
  cursor: pointer;
}
.bc-search-service .bc-list-item .topbar-search .control .item {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
}
.bc-search-service .bc-list-item .topbar-search .control .item:first-child {
  border: none;
}
.bc-search-service .bc-list-item .topbar-search .control .item .item-title {
  line-height: normal;
}
.bc-search-service .bc-list-item .topbar-search .control .item .dropdown .dropdown-toggle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-color);
  border-bottom: 1px solid #83929d;
  border-radius: 0;
  padding: 4px 0;
}
.bc-search-service .bc-list-item .topbar-search .control .item .dropdown .dropdown-item {
  color: #000;
  font-size: 14px;
}
.bc-search-service .bc-list-item .topbar-search .control .item .dropdown-toggle::after {
  top: 2px;
  position: relative;
}
.bc-search-service .bc-list-item .result-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color);
}
.bc-search-service .top-filter {
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
  margin-top: 0;
}
.bc-search-service .top-filter > ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.bc-search-service .top-filter > ul li {
  margin: 0 5px;
}
.bc-search-service .top-filter > ul li button {
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}
.bc-search-service .top-filter .dropdown-menu {
  min-width: 300px;
  padding: 20px;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-top: 10px !important;
  max-height: 500px;
  overflow: auto;
}
.bc-search-service .top-filter .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bc-search-service .top-filter .dropdown-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.bc-search-service .bc_search_map {
  display: flex;
  flex-grow: 1;
  min-height: 0px;
  background: #fff;
  direction: ltr;
}
@media (max-width: 990px) {
  .bc-search-service .bc_search_map {
    display: block;
  }
}
.bc-search-service .bc_search_map .results_map {
  flex-shrink: 0;
  width: 40%;
  left: 0;
  border-right: solid 1px #e0e0e0;
  position: relative;
  order: 1;
}
@media (max-width: 990px) {
  .bc-search-service .bc_search_map .results_map {
    width: 100%;
    height: 300px;
    padding: 15px;
    border-right: none;
    background: #fff;
  }
}
.bc-search-service .bc_search_map .results_map .map_loading {
  display: none;
}
.bc-search-service .bc_search_map .results_map .results_map_inner {
  height: 100%;
  z-index: 1;
}
.bc-search-service .bc_search_map .results_item {
  flex-grow: 1;
  position: relative;
  order: 2;
  background: #fff;
}
.bc-search-service .bc_search_map .results_item .listing_items {
  height: 100vh;
  overflow-y: auto;
}
.bc-search-service .bc_search_map .results_item .listing_items .bc-list-item {
  height: 100%;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .bc-search-service .bc_search_map .results_item .listing_items .bc-list-item {
    height: auto;
  }
}
@media (max-width: 766px) {
  .bc-search-service .bc_search_map .results_item .listing_items .bc-list-item {
    padding: 0 15px;
  }
}
.bc-search-service .bc_search_map .results_item .listing_items .bc-list-item.not-found {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
@media (max-width: 1280px) {
  .bc-search-service .bc_search_map .results_item .listing_items .bc-list-item .list-item .row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 766px) {
  .bc-search-service .bc_search_map .results_item .listing_items .bc-list-item .list-item .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bc-search-service .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour {
  background: white;
}
.bc-search-service .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour .thumb-image {
  max-height: 170px;
}
@media (max-width: 766px) {
  .bc-search-service .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour .thumb-image {
    max-height: 180px;
  }
}
.bc-search-service .bc_search_map.map_right .results_map {
  order: 2;
}
.bc-search-service .bc_search_map.map_right .results_item {
  order: 1;
}
.bc-search-service .bc_search_map .bc-list-item {
  padding: 30px;
}
.bc-search-service .bc_search_map .bc-pagination {
  padding-bottom: 30px;
}

.bc_service_banner {
  padding: 200px 0px 100px;
  background-size: cover;
  background-position: center;
}

.bc-service-loop {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.bc-service-loop a {
  text-decoration: none;
  transition: all 0.3s;
}
.bc-service-loop .item-badge {
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
.bc-service-loop .sale_info {
  z-index: 1;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  background: #c03;
  margin-top: 5px;
  display: inline-block;
}
.bc-service-loop .featured {
  z-index: 1;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px;
  background: #5191fa;
  margin-top: 5px;
  display: inline-block;
}
.bc-service-loop .thumb-image {
  overflow: hidden;
  background: #ccc;
  position: relative;
}
.bc-service-loop .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.bc-service-loop .thumb-image a:hover img {
  transform: scale(1.1);
}
.bc-service-loop .thumb-image .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.bc-service-loop .thumb-image .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.bc-service-loop .thumb-image .service-wishlist:hover svg path, .bc-service-loop .thumb-image .service-wishlist.loading svg path {
  fill: #ff9290;
  fill-opacity: 0.6;
}
.bc-service-loop .thumb-image .service-wishlist.active svg path {
  fill: #c03;
  fill-opacity: 1;
}
.bc-service-loop .location {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-color, #5E6D77);
  margin: 15px 15px 10px;
}
.bc-service-loop .service-review {
  margin: 10px 15px 15px;
}
.bc-service-loop .service-review.v2 {
  border-top: 1px solid #dedede;
  margin-top: 15px;
  padding-top: 15px;
}
.bc-service-loop .service-review .box {
  border: solid 1px #ccc;
  padding: 2px 5px 0px;
  border-radius: 5px;
  margin-right: 10px;
}
.bc-service-loop .service-review .fa {
  font-size: 15px;
  color: #FFB21D;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.bc-service-loop .service-review span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--link-color);
  margin-right: 5px;
}
.bc-service-loop .service-review .summary {
  font-weight: 400;
  font-size: 14px;
  color: var(--grey-color, #5E6D77);
}
.bc-service-loop .item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 0 15px 0;
}
@media (max-width: 766px) {
  .bc-service-loop .item-title {
    min-height: auto;
  }
}
.bc-service-loop .item-title a {
  color: #1A2B50;
}
.bc-service-loop .info {
  margin: 0 15px 0;
  display: flex;
  border-top: 1px solid #dedede;
  padding: 20px 0 5px;
}
.bc-service-loop .info.border-0 {
  padding: 0;
}
.bc-service-loop .info .duration {
  flex: auto;
  align-items: center;
  color: #5E6D77;
  position: relative;
  top: 5px;
}
.bc-service-loop .info .duration i {
  position: relative;
  font-size: 17px;
}
.bc-service-loop .info .g-price {
  flex: auto;
  text-align: right;
}
.bc-service-loop .info .g-price.v2 {
  text-align: left;
}
.bc-service-loop .info .g-price .prefix {
  color: #5E6D77;
  display: inline-block;
}
.bc-service-loop .info .g-price .prefix i {
  font-size: 16px;
  color: #ffc107;
}
.bc-service-loop .info .g-price .price {
  position: relative;
  display: inline-block;
}
.bc-service-loop .info .g-price .price .text-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--link-color);
}
.bc-service-loop .info .g-price .price .onsale {
  position: absolute;
  right: 0;
  top: -15px;
  text-decoration: line-through;
  font-size: 14px;
  color: #b1bac1 !important;
  font-weight: 500;
}
.bc-service-loop .info .g-price .price .onsale.v2 {
  position: relative;
  top: 0;
}
.bc-service-loop .amenities {
  margin: 10px 15px;
  display: flex;
  justify-content: space-between;
  color: var(--grey-color, #5E6D77);
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.bc-service-loop .amenities .amenity {
  align-items: center;
}
.bc-service-loop .amenities .amenity .input-icon {
  margin-right: 5px;
  font-size: 20px;
  color: var(--grey-color, #5E6D77);
  position: relative;
  top: 3px;
}
.bc-service-loop .amenities .ico {
  width: 44px;
  height: 44px;
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.bc-service-loop .amenities .ico i {
  font-size: 18px;
  color: var(--grey-color, #5E6D77);
}
.bc-service-loop .star-rate {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 15px 15px 5px;
}
.bc-service-loop .star-rate .fa {
  margin-right: 5px;
  color: #FA5636;
}
.bc-service-loop .airport-heading {
  margin: 15px;
}
.bc-service-loop .airport-heading .airport-price {
  text-align: right;
}
.bc-service-loop .airport-heading .airport-price span {
  font-size: 13px;
}
.bc-service-loop .airport-take-off, .bc-service-loop .airport-landing {
  margin: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.bc-service-loop .airport-take-off i, .bc-service-loop .airport-landing i {
  font-size: 30px;
}
.bc-service-loop.flight-loop .thumb-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-service-loop.flight-loop .thumb-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bc-service-loop .start-time {
  margin: 0 15px 15px 15px;
}

.blog-style3 .article {
  margin-bottom: 40px;
}
.blog-style3 .article .header {
  position: relative;
  padding: 0;
  border: none;
}
.blog-style3 .article .header .cate {
  position: absolute;
  top: 30px;
  left: 30px;
  overflow: hidden;
}
.blog-style3 .article .header .cate ul {
  padding: 0;
  margin: 0;
}
.blog-style3 .article .header .cate ul a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.blog-style3 .article .header .cate ul ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}
.blog-style3 .round {
  border-radius: 50%;
}
.blog-style3 .bc-blog {
  padding: 60px 0 0;
}
.blog-style3 .bc-blog .pagination {
  margin-top: 40px !important;
}
.blog-style3 .bc-blog .pagination .navigation {
  width: 100%;
}
.blog-style3 .bc-blog .pagination .navigation .fa-angle-left {
  margin-right: 10px;
}
.blog-style3 .bc-blog .pagination .navigation .fa-angle-right {
  margin-left: 10px;
}
.blog-style3 .bc-blog .pagination .screen-reader-text {
  display: none;
}
.blog-style3 .bc-blog .pagination .nav-previous {
  float: left;
}
.blog-style3 .bc-blog .pagination .nav-previous a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--link-color, #1A2B48);
}
.blog-style3 .bc-blog .pagination .nav-next {
  float: right;
}
.blog-style3 .bc-blog .pagination .nav-next a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--link-color, #1A2B48);
}
.blog-style3 .bc-blog .author-info {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #d7dce3;
}
.blog-style3 .bc-blog .author-info .media-body {
  display: table-cell;
  vertical-align: top;
}
.blog-style3 .bc-blog .author-info .media-body .media-heading {
  font-size: 14px;
  color: var(--link-color, #1A2B48);
  font-weight: 500;
}
.blog-style3 .bc-blog .author-info .media-left, .blog-style3 .bc-blog .author-info .media-right {
  display: table-cell;
  vertical-align: top;
}
.blog-style3 .bc-blog .author-info .media-left {
  padding-right: 30px;
  max-width: 100px;
}
.blog-style3 .bc-blog .author-info .media-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blog-style3 .bc-blog .author-info .media-left .avatar {
  border-radius: 50%;
}
.blog-style3 .bc-blog .tags-share {
  margin-top: 30px;
}
.blog-style3 .bc-blog .tags-share .share {
  font-size: 14px;
  color: var(--link-color, #1A2B48);
}
.blog-style3 .bc-blog .tags-share .share .share-item {
  margin-left: 8px;
  margin-right: 8px;
  color: var(--grey-color, #5E6D77);
}
.blog-style3 .bc-blog .tags-share .share .share-item .fa, .blog-style3 .bc-blog .tags-share .share .share-item .far {
  font-weight: 400;
}
.blog-style3 .bc-blog .tags-share .tag-item {
  color: var(--link-color, #1A2B48);
  font-size: 11px;
  padding: 8px 20px;
  background: #f7f6f6;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-style3 .bc-blog .post-content {
  margin-top: 30px;
  font-size: 15px;
}
.blog-style3 .bc-blog .post-content p {
  font-size: 16px;
  line-height: 26px;
}
.blog-style3 .bc-blog .post-info {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-style3 .bc-blog .post-info .count-comment {
  color: var(--link-color, #1A2B48);
}
.blog-style3 .bc-blog .post-info .date {
  position: relative;
  color: var(--grey-color, #5E6D77);
  margin-right: 30px;
}
.blog-style3 .bc-blog .title, .blog-style3 .bc-blog .post-title {
  line-height: 1.3;
  font-weight: 500;
  margin-top: 30px;
  color: var(--link-color, #1A2B48);
  font-size: 28px;
}
.blog-style3 .bc-blog {
  padding: 60px 0 0;
}
.blog-style3 .bc-blog .article-style3 {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 40px 0;
}
.blog-style3 .bc-blog .article-style3 .header {
  padding: 0;
  position: relative;
  border: none;
}
.blog-style3 .bc-blog .article-style3 .header img {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.blog-style3 .bc-blog .article-style3 .header .cate.category-color {
  position: relative;
  top: 0;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
  left: 30px;
}
.blog-style3 .bc-blog .article-style3 .header .cate.category-color ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-style3 .bc-blog .article-style3 .header .cate.category-color ul li {
  float: left;
  margin-right: 10px;
  position: relative;
  border-radius: 30px;
}
.blog-style3 .bc-blog .article-style3 .header .cate.category-color ul li a {
  font-family: dm sans;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
  padding-left: 24px;
  color: #1A2B48;
  display: block;
  text-decoration: none;
}
.blog-style3 .bc-blog .article-style3 .header .cate.category-color ul li a::before {
  content: ".";
  font-family: "font awesome 5 free";
  font-size: 35px;
  position: absolute;
  top: 17%;
  left: 9px;
  transform: translate(0, -50%);
}
.blog-style3 .bc-blog .article-style3 .header .post-header {
  border-color: #5191FA !important;
}
.blog-style3 .bc-blog .article-style3 .post-inner {
  padding: 0 30px;
  padding-bottom: 50px;
}
.blog-style3 .bc-blog .article-style3 .post-inner .post-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-style3 .bc-blog .article-style3 .post-inner .post-title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #232323;
}
.blog-style3 .bc-blog .article-style3 .post-inner .post-title a {
  margin-top: 0;
  font-family: dm sans;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #1A2B48;
  margin-bottom: 20px;
}
.blog-style3 .bc-blog .article-style3 .post-inner .post-desciption {
  font-family: dm sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
}
.blog-style3 .bc-blog .article-style3 .post-inner .post-desciption p {
  word-wrap: break-word;
}
.blog-style3 .bc-blog .article-style3 .post-inner .meta {
  margin-top: 35px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}
.blog-style3 .bc-blog .article-style3 .post-inner .meta ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.blog-style3 .bc-blog .article-style3 .post-inner .meta ul .meta-list {
  font-family: dm sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5E6D77;
  text-transform: capitalize;
  list-style: none;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.blog-style3 .bc-blog .article-style3 .post-inner .meta ul .meta-list::after {
  content: "";
  width: 1px;
  height: 11px;
  background: var(--grey-color, #5E6D77);
  margin-left: 10px;
  border-radius: 0;
}
.blog-style3 .bc-blog .article-style3 .post-inner .meta ul .meta-list:last-child::after {
  display: none;
}
.blog-style3 .bc-blog .article-style3 .post-inner .meta ul .meta-list a {
  text-transform: capitalize;
  font-family: dm sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #1A2B48;
  text-decoration: none;
}
.blog-style3 .bc-blog .article-style3:first-child {
  margin-top: 0;
}
.blog-style3 .bc-blog .sticky-top {
  z-index: 3;
  position: sticky;
  top: 0;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget {
  background: #f7f8fa;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.bc_list_post_new .thumb-list-item-content {
  font-family: dm sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #23292d;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.bc_categories_new ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.bc_categories_new ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.bc_categories_new ul li span {
  font-family: dm sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: var(--heading-color, #1A2B48);
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.bc_categories_new ul li a {
  padding: 6px 15px 6px 24px;
  border-radius: 30px;
  color: #1A2B48;
  position: relative;
  font-family: dm sans;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.bc_categories_new ul li a::before {
  content: ".";
  font-family: "font awesome 5 free";
  font-size: 35px;
  position: absolute;
  top: 17%;
  left: 9px;
  transform: translate(0px, -50%);
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.widget_block:last-child {
  margin-bottom: 0;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.widget_block .wp-block-group {
  box-sizing: border-box;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.widget_block .wp-block-group h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #232323;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.widget_block .wp-block-group .wp-block-tag-cloud {
  box-sizing: border-box;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget.widget_block .wp-block-group .wp-block-tag-cloud a {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 12px 20px;
  font-family: dm sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 20px;
  color: #1a2b48;
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 5px;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #232323;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .h4 {
  font-family: dm sans;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #1A2B48;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 16px;
  width: 100%;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .bc-list-post {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post img {
  max-width: 100%;
  height: auto;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post .thumb-list-item-meta {
  font-family: dm sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5e6d77;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post .thumb-list-item-title {
  margin-bottom: 6px;
  line-height: 0.2;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post .thumb-list-item-title a {
  font-family: dm sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post .thumb-list-item-title a:hover {
  color: #0B7BFF;
}
@media (min-width: 1200px) {
  .blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post .h3, .blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post .h4, .blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post h4 {
    font-size: 1.5rem;
  }
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .list-post > a {
  margin-bottom: 20px;
  max-width: 90px;
  margin-right: 20px;
  float: left;
  min-height: 90px;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group {
  box-sizing: border-box;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group label {
  font-family: dm sans;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--heading-color, #1A2B48);
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 16px;
  width: 100%;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 80px;
  border: 0;
  padding: 18px 6px 18px 30px;
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__input {
  background: 0 0;
  height: 26px;
  font-family: dm sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
  padding: 0;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  text-decoration: unset !important;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0;
  background: #3b71fe;
  border-radius: 50px;
  top: 6px;
  right: 6px;
  font-size: 0;
  line-height: 50px;
  border: none;
  text-align: center;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__button .search-icon {
  display: none;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: currentColor;
  min-height: 24px;
  min-width: 24px;
  vertical-align: text-bottom;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__button::after {
  content: "\e995";
  font-family: mod-icon;
  font-size: 14px;
  color: #fff;
}
.blog-style3 .bc-blog .sticky-top .sidebar-widget .wp-block-group .wp-block-search__inside-wrapper [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
@media screen and (max-width: 1024px) {
  .blog-style3 .bc-blog .bc-blog .sidebar-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .blog-style3 .bc-blog .post-inner .meta {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .blog-style3 .bc-blog .post-inner .meta {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .blog-style3 .bc-blog .container-md, .blog-style3 .bc-blog .container-sm, .blog-style3 .bc-blog .container, .blog-style3 .bc-blog .container-fluid {
    max-width: 100%;
    padding: 0 20px;
  }
}

.bravo-contact-block .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.bravo-contact-block .factor-top-section {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .bravo-contact-block .factor-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bravo-contact-block .factor-column {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .bravo-contact-block .factor-container {
    flex-wrap: wrap;
  }
}
.bravo-contact-block .factor-style.factor-content > .factor-container {
  max-width: 1140px;
}
.bravo-contact-block .factor-style.factor-content > .factor-widget-container {
  margin: 0 0 30px;
}
.bravo-contact-block .factor-style.factor-content > .factor-widget-container.factor-heading-title {
  color: #727272;
  font-family: dm sans, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
  margin: 0;
}
.bravo-contact-block .factor-style.factor-content > .factor-widget-container.factor-size-default {
  color: #727272;
  font-family: dm sans, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.bravo-contact-block .factor-style.factor-content .factor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style {
  --widgets-spacing: 0px;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-title h2 {
  color: #232323;
  font-family: dm sans, Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-sub-title h2 {
  color: #727272;
  font-family: dm sans, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content {
  margin-bottom: 0;
  --icon-box-icon-margin: 10px;
  width: 100%;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container {
  margin: 0 0 14px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container .factor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container .factor-widget-icon-box.factor-vertical-align-middle .factor-icon-box-wrapper {
    align-items: center;
  }
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container .factor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-left: 0;
  margin-bottom: unset;
  display: inline-flex;
  flex: 0 0 auto;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container .factor-icon-box-icon .factor-icon {
  fill: #232323;
  color: #232323;
  border-color: #232323;
  padding: 10px;
  font-size: 20px;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container .factor-icon-box-icon .factor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-widget-container .factor-icon-box-content {
  flex-grow: 1;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-content .factor-icon-box-title {
  font-family: dm sans, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #232323;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-line-border {
  --divider-border-style: solid;
  --divider-color: #DEDEDE;
  --divider-border-width: 1px;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-style .factor-line-border .factor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  width: 325px;
  display: flex;
  margin: 0;
  direction: ltr;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-column .factor-widget-container {
  margin: 0 0 16px;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-column > .factor-widget-wrap {
  align-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-column > .factor-widget-wrap > .factor-widget:not(.factor-widget__width-auto):not(.factor-widget__width-initial):not(:last-child):not(.factor-absolute) {
  margin-bottom: 0;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-column > .factor-widget-wrap > .factor-style {
  width: 100%;
}
.bravo-contact-block .factor-style.factor-content .factor-container .factor-sub-title .factor-widget-container {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .bravo-contact-block .factor-style.factor-content .factor-container .factor-column.factor-col-50, .bravo-contact-block .factor-style.factor-content .factor-container .factor-column[data-col="50"] {
    width: 50%;
  }
}
.bravo-contact-block .factor-style.factor-top {
  margin-top: 0;
  margin-bottom: 0;
  --widgets-spacing: 0px;
}
.bravo-contact-block .factor-style.factor-top .factor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.bravo-contact-block .factor-style.factor-top .factor-container .factor:not(.factor-bc-flex-widget) .factor-widget-wrap {
  display: flex;
}
.bravo-contact-block .factor-style.factor-top .factor-container .factor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.bravo-contact-block .factor-style.factor-top .factor-container .factor-widget-wrap > .factor-style {
  width: 100%;
}
.bravo-contact-block .factor-style.factor-top .factor-container .factor-widget-wrap .factor-widget-container {
  overflow: hidden;
}
.bravo-contact-block .factor-style.factor-top .factor-container .factor-widget-wrap .factor-custom-embed {
  line-height: 0;
}
.bravo-contact-block .factor-style.factor-top .factor-container .factor-widget-wrap iframe {
  height: 600px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.bravo-contact-block .bc-contact-form.bc-border-new {
  background: #FFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
}
.bravo-contact-block .bc-contact-form.bc-border-new .mt30 {
  margin-top: 30px;
}
.bravo-contact-block .bc-contact-form.bc-border-new h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--heading-color);
}
.bravo-contact-block .bc-contact-form.bc-border-new .form-group {
  padding-bottom: calc(var(--bs-gutter-x));
  margin-bottom: 0;
}
.bravo-contact-block .bc-contact-form.bc-border-new .form-group input {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 22px;
  padding-left: 10px;
}
.bravo-contact-block .bc-contact-form.bc-border-new .form-group textarea {
  height: 160px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: none;
  color: var(--grey-color, #5E6D77);
  padding: 10px;
  margin-bottom: 24px;
}
.bravo-contact-block .bc-contact-form.bc-border-new .bc-button-subbmit::after {
  font-family: "mod-icon";
  content: "\e967";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFF;
}
.bravo-contact-block .bc-contact-form.bc-border-new button[type=submit] {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all 0.2s;
}
.bravo-contact-block .bc-contact-form.bc-border-new button[type=submit] i {
  margin-left: 10px;
}
.bravo-contact-block .bravo-contact-block-form.loading .fa-spinner {
  display: block;
}
.bravo-contact-block .bravo-contact-block-form.loading .mod-icon-arrow-right-1 {
  display: none;
}
.bravo-contact-block .bravo-contact-block-form .fa-spinner {
  display: none;
}
.bravo-contact-block .bravo-contact-block-form .fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
.bravo-contact-block .bravo-contact-block-form .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.bravo-contact-block .bravo-contact-block-form .text-danger {
  border: 1px solid #dc3545;
  border-radius: 5px;
  display: block;
  padding: 10px;
}
.bravo-contact-block .bravo-contact-block-form .text-success {
  border: 1px solid #28a745;
  border-radius: 5px;
  display: block;
  padding: 10px;
}

.bc-page-default.bc-location .location-title {
  color: rgb(33, 37, 41);
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-block-end: 20px;
  margin-block-start: 0px;
  margin-bottom: 20px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-top: 0px;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bc-page-default.bc-location .location-content {
  color: rgb(114, 114, 114);
  font-size: 16px;
  font-weight: 400;
  height: 130px;
  line-height: 26px;
  margin-block-end: 20px;
  margin-block-start: 0px;
  margin-bottom: 60px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-top: 0px;
  text-align: left;
}
.bc-page-default.bc-location #map_content {
  min-height: 300px;
}
.bc-page-default.bc-location .section-tabs-content .heading-title {
  color: rgb(35, 35, 35);
  font-size: 36px;
  font-weight: 700;
  height: 46px;
  line-height: 46px;
  margin: 0px;
  margin-top: 150px;
  margin-bottom: 50px;
  padding: 0px;
  text-align: center;
}
.bc-page-default.bc-location .section-detail {
  margin-top: 70px;
}
.bc-page-default.bc-location .list-tab {
  color: rgb(33, 37, 41);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  height: auto;
}
.bc-page-default.bc-location .list-tab .tab-pane .amenities {
  justify-content: unset;
}
.bc-page-default.bc-location .list-tab .tab-pane .amenities > * {
  margin-right: 22px;
}
.bc-page-default.bc-location .list-tab .tab-pane .thumb-image {
  height: unset;
}
.bc-page-default.bc-location .list-tab .text-center.view-more {
  margin: 30px;
}
@media (max-width: 992px) {
  .bc-page-default.bc-location .list-tab .text-center.view-more {
    margin-bottom: 60px;
  }
}
.bc-page-default.bc-location .list-tab .btn-search {
  outline: 0;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: visible;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 22px;
  transition: all 0.3s;
}
.bc-page-default.bc-location .list-tab .btn-search:hover {
  background: rgba(45, 44, 44, 0.02);
}
.bc-page-default.bc-location .list-tab nav ul {
  border-bottom-style: none;
  box-sizing: border-box;
  color: rgb(33, 37, 41);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
  margin-bottom: 50px;
  margin-top: 0px;
}
.bc-page-default.bc-location .list-tab nav ul li {
  margin-top: 30px;
}
.bc-page-default.bc-location .list-tab nav ul li a {
  padding: 10px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 15px;
}
.bc-page-default.bc-location .list-tab nav ul li a.active {
  color: #FFF;
  background: var(--main-color, #5191FA);
}
.bc-page-default.bc-location .section-trip-idea {
  background-color: #F7F8FA;
}
.bc-page-default.bc-location .section-trip-idea .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas {
  margin-top: 40px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button {
  background: 0 0;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #DEDEDE !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  top: -60px;
}
@media (max-width: 767px) {
  .bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-prev, .bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-next {
    display: none !important;
  }
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-prev {
  right: 50px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-prev span {
  font-family: mod-icon !important;
  color: transparent !important;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-prev span:before {
  color: #232323;
  content: "\e966";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-next span {
  font-family: mod-icon !important;
  color: transparent !important;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-nav button.owl-next span:before {
  color: #232323;
  content: "\e968";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-dots {
  bottom: -40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #DEDEDE;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 5px;
  margin-left: 5px;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-dots .owl-dot.disabled {
  display: block !important;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #3b71fe;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 5px;
  margin-left: 5px;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 10px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item {
  background: #FFF;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .featured-image {
  position: relative;
  overflow: initial;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .featured-image a {
  display: block;
  overflow: hidden;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .featured-image a img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0;
  border-radius: 0;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .featured-image a img:hover {
  transform: scale(1.1);
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item {
  position: relative;
  padding: 20px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--heading-color, #1A2B48);
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .excerpt-wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #727272;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .category-color {
  position: relative;
  top: unset;
  left: unset;
  margin-top: 5px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .category-color ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .category-color ul li {
  padding: 6px 15px 6px 10px;
  float: left;
  margin-right: 10px;
  position: relative;
  border-radius: 30px;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .category-color ul li a {
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-left: 15px;
  text-transform: uppercase;
}
.bc-page-default.bc-location .section-trip-idea .container .bc-list-trip-ideas .owl-carousel .owl-item .item-factor .item .content-item .category-color ul li a::before {
  content: ".";
  font-size: 45px;
  position: absolute;
  left: 9px;
  top: 3px;
  transform: translate(0, -50%);
}
.bc-page-default.bc-location .section-trip-idea .heading-title .h2 {
  color: rgb(35, 35, 35);
  display: block;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
@media (max-width: 992px) {
  .bc-page-default.bc-location .section-trip-idea .heading-title .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bc-page-default.bc-location .section-subscribe {
  margin-top: 80px;
  margin-bottom: -60px;
}
.bc-page-default.bc-location .section-subscribe .context {
  padding: 80px 100px 80px 100px;
}
.bc-page-default.bc-location .section-subscribe .image {
  min-height: 300px;
}
.bc-page-default.bc-location .mb100 {
  margin-bottom: 100px;
}
.bc-page-default.bc-location .pb50 {
  padding-bottom: 50px;
}
@media (max-width: 1366px) {
  .bc-page-default.bc-location .section-subscribe .context {
    padding: 50px 50px 50px 50px;
  }
  .bc-page-default.bc-location .section-subscribe .context .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 992px) {
  .bc-page-default.bc-location .container {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    max-width: 100% !important;
  }
  .bc-page-default.bc-location .container.section-detail {
    padding-right: 35px;
    padding-left: 35px;
  }
  .bc-page-default.bc-location .container.section-tabs-content .heading-title {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .bc-page-default.bc-location .container.section-tabs-content .list-tab ul {
    margin-bottom: 40px;
  }
  .bc-page-default.bc-location .container.section-subscribe .context {
    padding: 50px 15px 50px 15px;
  }
}

.bc-map-box {
  width: 100%;
  height: 450px;
}
.bc-map-box #map_content {
  height: 100%;
}
.bc-map-box .google-map-mapbox {
  height: 100%;
}

.map-view-popup.style-2 {
  background: rgba(0, 0, 0, 0.4);
  padding: 60px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.map-view-popup.style-2 .close {
  width: 56px;
  height: 56px;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: absolute;
  right: 32px;
  top: 32px;
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: center;
  cursor: pointer;
}
.map-view-popup.style-2 .close span {
  font-size: 13px;
  color: var(--heading-color);
}

.map-view {
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
  line-height: unset;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  min-height: 100px;
  width: 100%;
  color: var(--link-color, #1A2B48);
  background-size: cover;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.map-view .mod-icon-marker {
  font-size: 29px;
  color: #DA3838;
  display: block;
  margin-bottom: 60px;
}

.map-view-button {
  padding: 12px 22px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--main-color, #3B71FE);
  display: inline-flex;
  align-items: center;
}
.map-view-button:hover {
  background-color: #0B7BFF;
  color: #FFF;
}

.modal {
  z-index: 999999;
}

.page-template-content .modal .close {
  position: absolute;
  right: 5px;
}
.page-template-content .modal .close i:before {
  color: white;
}
.page-template-content .modal-dialog {
  margin: auto;
  width: 300px;
}
.page-template-content .modal-dialog .watch_embed_video {
  width: 100%;
  height: 150px;
}

.modal-dialog {
  max-width: 570px !important;
  transform: none;
}
.modal-dialog .bc-link {
  color: #5191FA;
  text-decoration: none;
}
.modal-dialog .btsm i {
  font-size: 16px;
  margin-left: 10px;
  transform: rotate(-45deg);
}
.modal-dialog .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 90%;
  color: #dc3545;
}
.modal-dialog .invalid-feedback.error-term {
  font-size: 100%;
}
.modal-dialog .modal-content.register-form {
  border-radius: 5px;
  padding: 20px 30px 30px;
}
.modal-dialog .modal-content.register-form .form-submit {
  height: 45px;
  width: 100%;
  background: #5191FA;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  -webkit-appearance: unset;
  font-family: unset;
  cursor: pointer;
}
.modal-dialog .modal-content.register-form .message-wrapper {
  margin-top: 15px;
  width: 100%;
  margin-left: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.modal-dialog .modal-content.register-form .modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-dialog .modal-content.register-form .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-dialog .modal-content.register-form .modal-header [type=button] {
  -webkit-appearance: unset;
  font-family: unset;
  cursor: pointer;
}
.modal-dialog .modal-content.register-form .modal-header button {
  background: 0 0;
  border: none;
}
.modal-dialog .modal-content.register-form .modal-header button .bc-border-radius {
  border-radius: 8px;
}
.modal-dialog .modal-content.register-form .modal-header button .fa, .modal-dialog .modal-content.register-form .modal-header button .far, .modal-dialog .modal-content.register-form .modal-header button .fas {
  font-family: "Font Awesome 5 Free";
}
.modal-dialog .modal-content.register-form .modal-header button .fa, .modal-dialog .modal-content.register-form .modal-header button .fab, .modal-dialog .modal-content.register-form .modal-header button .fad, .modal-dialog .modal-content.register-form .modal-header button .fal, .modal-dialog .modal-content.register-form .modal-header button .far, .modal-dialog .modal-content.register-form .modal-header button .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.modal-dialog .modal-content.register-form .modal-body {
  padding: 0;
  position: relative;
  flex: 1 1 auto;
}
.modal-dialog .modal-content.register-form .modal-body .bc-icheck-item {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.modal-dialog .modal-content.register-form .modal-body .bc-icheck-item label {
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
}
.modal-dialog .modal-content.register-form .modal-body .bc-icheck-item label .checkmark.fcheckbox {
  border-radius: 2px;
}
.modal-dialog .modal-content.register-form .modal-body .bc-icheck-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.modal-dialog .modal-content.register-form .modal-body .bc-icheck-item label input:checked ~ .checkmark:after {
  display: block;
  top: 1px;
  left: 4.5px;
  width: 5px;
  height: 9px;
  border-color: #3b71fe;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: solid #3b71fe;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
.modal-dialog .modal-content.register-form .modal-body .bc-icheck-item label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a0a9b2;
}
.modal-dialog .modal-content.register-form .modal-body .form-group {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.modal-dialog .modal-content.register-form .modal-body .form-group .form-control {
  height: 45px;
  box-shadow: none;
  border: 1px solid #dae1e7;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
  color: #5E6D77;
}
.modal-dialog .modal-content.register-form .modal-body .form-group .input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 20px;
  transform: translateY(-50%);
  color: #acb5be;
  line-height: 0;
}
.modal-dialog .modal-content.login-form {
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px 0;
}
.modal-dialog .modal-content.login-form .loader-wrapper {
  border-radius: 20px;
}
.modal-dialog .modal-content.login-form .modal-header {
  border-bottom: 1px solid #dedede;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding: 0;
}
.modal-dialog .modal-content.login-form .modal-header .close {
  font-size: 13px;
  color: #000;
  top: 50%;
  margin-top: -32px;
}
.modal-dialog .modal-content.login-form .modal-header .close span {
  font-size: 16px;
}
.modal-dialog .modal-content.login-form .modal-header .close span:before {
  color: #5E6D77;
}
.modal-dialog .modal-content.login-form .modal-header .account-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 25px;
  width: 100%;
  list-style: none;
}
.modal-dialog .modal-content.login-form .modal-header .account-tabs li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
  list-style: none;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.modal-dialog .modal-content.login-form .modal-header .account-tabs li.active {
  color: #3B71FE;
  text-decoration: underline;
}
.modal-dialog .modal-content.login-form .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #232323;
  margin-bottom: 30px;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group {
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3B71FE;
  padding: 10px 16px;
  height: 45px;
  box-shadow: none;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group.field-password {
  position: relative;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group.field-password .mod-icon {
  position: absolute;
  top: 22.5px;
  margin-top: -8px;
  right: 16px;
  font-size: 16px;
  color: #5E6D77;
  cursor: pointer;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group.field-password .mod-icon.mod-icon-eye {
  color: #3B71FE;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group.field-password .mod-icon.ic-view {
  display: block;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group.field-password .mod-icon.ic-hide {
  display: none;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper form .form-group button[type=submit] {
  background: #3B71FE;
  border-radius: 50px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-transform: unset;
  -webkit-appearance: unset;
  font-family: unset;
  height: 45px;
  width: 100%;
  cursor: pointer;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .message-wrapper {
  padding: 0;
  margin-top: 15px;
  width: 100%;
  margin-left: 0;
  position: relative;
  margin-bottom: 15px;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck .open-loss-password {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #232323;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck .bc-icheck-item {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck .bc-icheck-item label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
  margin-bottom: 0;
  cursor: pointer;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck .bc-icheck-item label .checkmark {
  border: 1px solid #5E6D77;
  box-sizing: border-box;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #fff;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck .bc-icheck-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  box-shadow: none;
  border: 1px solid #dae1e7;
  border-radius: 3px;
  font-size: 14px;
  color: #5E6D77;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-icheck .bc-icheck-item label input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-color: #3b71fe;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: solid #3b71fe;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .create-account-action {
  text-align: center;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .create-account-action .open-signup {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #3B71FE;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .space-between {
  justify-content: space-between;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper .bc-flex {
  align-items: center;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper {
  display: none;
}
.modal-dialog .modal-content.login-form .modal-body .login-form-wrapper.active {
  display: block;
}

.bravo-login-form-page {
  margin-bottom: 40px !important;
  margin-top: 100px;
}
.bravo-login-form-page .form-title {
  text-align: center !important;
  margin-bottom: 25px;
}
.bravo-login-form-page .col-md-5 {
  box-shadow: 0 1px 4px rgba(24, 26, 32, 0.07);
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  padding: 40px 30px 40px 30px !important;
  margin-top: 50px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bravo-login-form-page .form-title {
  font-size: 30px;
}

form.bravo-form-login .bc-link, .bravo-form-register .bc-link {
  color: #5191FA;
  text-decoration: none;
}
form.bravo-form-login .bc-icheck, .bravo-form-register .bc-icheck {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
form.bravo-form-login .bc-icheck .open-loss-password, .bravo-form-register .bc-icheck .open-loss-password {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration-line: underline;
  color: #232323;
}
form.bravo-form-login .bc-icheck .bc-icheck-item, .bravo-form-register .bc-icheck .bc-icheck-item {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 21px;
  display: flex;
  align-items: center;
}
form.bravo-form-login .bc-icheck .bc-icheck-item label, .bravo-form-register .bc-icheck .bc-icheck-item label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
  margin-bottom: 0;
  cursor: pointer;
}
form.bravo-form-login .bc-icheck .bc-icheck-item label .checkmark, .bravo-form-register .bc-icheck .bc-icheck-item label .checkmark {
  border: 1px solid #5E6D77;
  box-sizing: border-box;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #fff;
}
form.bravo-form-login .bc-icheck .bc-icheck-item label input, .bravo-form-register .bc-icheck .bc-icheck-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  box-shadow: none;
  border: 1px solid #dae1e7;
  border-radius: 3px;
  font-size: 14px;
  color: #5E6D77;
}
form.bravo-form-login .bc-icheck .bc-icheck-item label input:checked ~ .checkmark:after, .bravo-form-register .bc-icheck .bc-icheck-item label input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-color: #3b71fe;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: solid #3b71fe;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
form.bravo-form-login .create-account-action, .bravo-form-register .create-account-action {
  text-align: center;
}
form.bravo-form-login .create-account-action .open-signup, .bravo-form-register .create-account-action .open-signup {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #3B71FE;
}
form.bravo-form-login .space-between, .bravo-form-register .space-between {
  justify-content: space-between;
}
form.bravo-form-login .bc-flex, .bravo-form-register .bc-flex {
  align-items: center;
}
form.bravo-form-login .login-form-wrapper, .bravo-form-register .login-form-wrapper {
  display: none;
}
form.bravo-form-login .login-form-wrapper.active, .bravo-form-register .login-form-wrapper.active {
  display: block;
}
form.bravo-form-login .form-group, .bravo-form-register .form-group {
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
}
form.bravo-form-login .form-group input, .bravo-form-register .form-group input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3B71FE;
  padding: 10px 16px;
  height: 45px;
  box-shadow: none;
}
form.bravo-form-login .form-group.field-password, .bravo-form-register .form-group.field-password {
  position: relative;
}
form.bravo-form-login .form-group.field-password .mod-icon, .bravo-form-register .form-group.field-password .mod-icon {
  position: absolute;
  top: 22.5px;
  margin-top: -8px;
  right: 16px;
  font-size: 16px;
  color: #5E6D77;
  cursor: pointer;
}
form.bravo-form-login .form-group.field-password .mod-icon.mod-icon-eye, .bravo-form-register .form-group.field-password .mod-icon.mod-icon-eye {
  color: #3B71FE;
}
form.bravo-form-login .form-group.field-password .mod-icon.ic-view, .bravo-form-register .form-group.field-password .mod-icon.ic-view {
  display: block;
}
form.bravo-form-login .form-group.field-password .mod-icon.ic-hide, .bravo-form-register .form-group.field-password .mod-icon.ic-hide {
  display: none;
}
form.bravo-form-login .form-group button[type=submit], .bravo-form-register .form-group button[type=submit] {
  background: #3B71FE;
  border-radius: 50px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-transform: unset;
  -webkit-appearance: unset;
  font-family: unset;
  height: 45px;
  width: 100%;
  cursor: pointer;
}
form.bravo-form-login .form-group .message-wrapper, .bravo-form-register .form-group .message-wrapper {
  padding: 0;
  margin-top: 15px;
  width: 100%;
  margin-left: 0;
  position: relative;
  margin-bottom: 15px;
}

#bc-content-wrapper {
  padding-bottom: 100px;
}
#bc-content-wrapper .bc-section-single .bc-heading-section {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 20px;
  margin-top: 20px;
}
#bc-content-wrapper .bc-section-single .bc-heading-section .bc-list-rooms {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
#bc-content-wrapper .bc-section-single .bc-heading-section .fetch .item {
  margin-bottom: 30px;
  border: 1px solid #d7dce3;
  overflow: hidden;
}
#bc-content-wrapper .bc-section-single .bc-heading-section .fetch .item .image {
  height: 100%;
}
#bc-content-wrapper .bc-section-single .bc-heading-section .fetch .item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bc-content-wrapper .bc-properties td {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
  border: none;
  color: var(--grey-color, #5E6D77);
}
#bc-content-wrapper .bc-attributes:last-child {
  border-bottom: transparent;
  padding-bottom: 0;
  margin-bottom: 40px;
}
#bc-content-wrapper .bc-single-service-content {
  margin-top: 50px;
}
#bc-content-wrapper .form-extra-field.dropdown.dropdown-toggle:after {
  display: none !important;
}
@media screen and (min-width: 991px) {
  #bc-content-wrapper .field-guest {
    border-left: 0;
    padding-left: 15px;
  }
}
#bc-content-wrapper .bc-highlight ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #bc-content-wrapper .form-search-row > div {
    border-bottom: 1px solid #d7dce3;
  }
}
#bc-content-wrapper .searchMenu-guests__field.-is-active {
  pointer-events: auto;
  opacity: 1;
  box-shadow: 0px 10px 35px 0px rgba(5, 16, 54, 0.1019607843);
}
#bc-content-wrapper .searchMenu-guests__field.-is-active .button {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  width: 38px !important;
  height: 38px !important;
  margin: unset;
  background: #fff !important;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  color: #5191FA !important;
  border: 1px solid #5191FA !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#bc-content-wrapper .searchMenu-guests__field.-is-active .button:hover {
  background-color: #5191FA !important;
  border-color: transparent !important;
  color: white !important;
}
#bc-content-wrapper .searchMenu-guests__field.-is-active .input input {
  max-width: 50px;
  text-align: center;
}
#bc-content-wrapper .searchMenu-guests__field.-is-active .size-38 {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}
@media (max-width: 575px) {
  #bc-content-wrapper .searchMenu-guests__field {
    left: -35px;
    right: -35px;
  }
}
#bc-content-wrapper #hotel-rooms .form-search-rooms {
  border-bottom-color: #5191fa;
  border: 1px solid #d7dce3;
  margin-bottom: 25px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown {
  margin-left: -15px;
  margin-right: -16px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 4px 14px 4px 24px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .btn-add2 {
  cursor: pointer;
  padding: 0 5px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .btn-add2 i {
  font-size: 25px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .btn-add2 i:before {
  display: inline-block;
  content: "+";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .count-display {
  color: #5191fa;
  min-width: 25px;
  text-align: center;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .count-display input {
  background: none;
  border: none;
  color: #5191fa;
  margin-left: 15px;
  text-align: center;
  width: 35px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .val {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .val .btn-minus2 {
  cursor: pointer;
  padding: 0 5px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .val .btn-minus2 i {
  font-size: 25px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-group .select-guests-dropdown .dropdown-item-row .val .btn-minus2 i:before {
  display: inline-block;
  content: "-";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1023px) {
  #bc-content-wrapper #hotel-rooms .form-search-rooms .select-guests-dropdown {
    transform: translateY(-1px) !important;
    border-color: #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    right: 0;
    top: 100% !important;
  }
}
@media (max-width: 768px) {
  #bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row {
    flex-wrap: wrap;
  }
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row .g-button-submit {
  display: flex;
  height: 100%;
  width: 100%;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row .g-button-submit .btn {
  border-radius: 0px;
  flex-grow: 1;
  font-size: 16px;
  margin-right: -1px;
  text-transform: uppercase;
  background-color: #5191fa;
}
@media (max-width: 768px) {
  #bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row .g-button-submit .btn {
    border-radius: 22px;
  }
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div {
  border-right: 1px solid #d7dce3;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .select-guests-dropdown.show {
  width: 75%;
  margin: auto;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div.col-btn {
  flex-grow: 1;
  padding: 0;
}
@media (max-width: 767px) {
  #bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div.col-btn .g-button-submit {
    padding: 20px;
  }
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div:last-child {
  border-right: 0;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .form-group {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .form-group .start_date {
  bottom: -5px;
  left: -15px;
  position: absolute;
  right: -15px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .form-group .form-content {
  padding: 15px 5px;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .form-group .form-content:after {
  display: none;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .form-label {
  color: #5e6d77;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .render {
  font-size: 14px;
  font-weight: 400;
  color: #5e6d77;
}
#bc-content-wrapper #hotel-rooms .form-search-rooms .form-search-row > div .arrow {
  color: #a0a9b2;
  font-size: 22px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: -1;
}
#bc-content-wrapper #hotel-rooms .nav-enquiry {
  background: #f9f9f9;
  border: 1px solid #d7dce3;
  display: flex;
  padding: 20px;
  border-bottom: none;
}
#bc-content-wrapper #hotel-rooms .nav-enquiry .enquiry-item {
  flex: 0 0 50%;
  text-align: center;
}
#bc-content-wrapper #hotel-rooms .nav-enquiry .enquiry-item.active span {
  border-bottom: 1px solid #5191fa;
  color: #5191fa;
}
#bc-content-wrapper #hotel-rooms .nav-enquiry .enquiry-item span {
  border-bottom: 1px solid transparent;
  color: #1a2b4e;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#bc-content-wrapper #hotel-rooms .heading-section {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #bc-content-wrapper #hotel-rooms .heading-section {
    margin-left: 15px;
    margin-top: 15px;
  }
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item {
  border: 1px solid #d7dce3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .col-price {
  padding: 20px 10px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .col-price .price {
  display: block;
  margin-bottom: 10px;
  color: #1a2b48;
  font-size: 18px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .col-price .price span {
  color: #5e6d77;
  font-size: 14px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .room-attribute-item {
  padding-left: 0;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .room-attribute-item ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .room-attribute-item ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 7px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .room-attribute-item ul li i {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 6px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .room-attribute-item ul li i::before {
  font-size: 22px;
  line-height: 1;
  display: block;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .image {
  height: 100%;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .image .count-gallery {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -ms-filter: none;
  filter: none;
  font-size: 13px;
  line-height: 1em;
  opacity: 1;
  padding: 10px 7px;
  position: absolute;
  right: 15px;
  transition: 0.2s;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .image .count-gallery i {
  margin-right: 3px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .image .st-hover-grow {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info {
  padding-top: 20px;
  padding-left: 15px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  padding-left: 0;
  margin-bottom: 20px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-meta {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-meta li {
  display: inline-block;
  padding-right: 10px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-meta li .item {
  color: #5e6d77;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-meta li .item .field-icon {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 6px;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-meta li .item .field-icon::before {
  font-size: 22px;
  line-height: 1;
  display: block;
}
#bc-content-wrapper #hotel-rooms .hotel_list_rooms .room-item .hotel-info .room-meta li .item span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--grey-color, #5E6D77);
}
#bc-content-wrapper #hotel-rooms .list-attributes {
  margin-top: 30px;
}
#bc-content-wrapper #hotel-rooms .list-attributes .attribute-item {
  margin-bottom: 20px;
}
#bc-content-wrapper #hotel-rooms .list-attributes .attribute-item .title {
  font-size: 18px;
  margin-bottom: 10px;
}
#bc-content-wrapper #hotel-rooms .list-attributes .attribute-item ul {
  -moz-column-count: 3;
       column-count: 3;
  list-style: none;
  padding-left: 0;
}
#bc-content-wrapper #hotel-rooms .list-attributes .attribute-item ul li {
  margin-bottom: 5px;
  margin-right: 15px;
}
#bc-content-wrapper #hotel-rooms .list-attributes .attribute-item ul li i {
  margin-right: 5px;
}
#bc-content-wrapper #enquiry_form_modal {
  z-index: 9999;
}
#bc-content-wrapper #enquiry_form_modal .modal-dialog {
  z-index: 9999;
}
#bc-content-wrapper #enquiry_form_modal .form-control {
  height: 40px;
  border: 1px solid #dae1e7;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
}
#bc-content-wrapper #enquiry_form_modal:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
}

.btn-v2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all 0.2s;
}

.btn-primary {
  border-color: var(--main-color, #5191FA) !important;
}

.btn-v2.btn-primary {
  background: var(--main-color, #3B71FE);
  color: #fff !important;
}

.wistlist-single {
  margin-left: 12px;
}

.wistlist-single .service-wishlist {
  position: unset;
  color: unset;
  top: auto;
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
}
.wistlist-single .service-wishlist.active .mod-icon {
  color: #c03;
}
.wistlist-single .service-wishlist.active .mod-icon:before {
  content: "\e980";
}

.bc-dot {
  height: 3px;
  width: 3px;
  background-color: #C4C4C4;
  border-radius: 50%;
  display: inline-block;
}

.bc-review-score .left .head-rating {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
}

.bc-review-score .left .text-rating {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}

.button_reserve {
  margin-left: 12px;
  cursor: pointer;
  color: var(--main-color, #3B71FE) !important;
}

.bc-service-header2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc-service-header2 .right .shares {
  color: var(--heading-color);
}
.bc-service-header2 .right .shares .share-wrapper {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  z-index: 9;
  display: none;
}
.bc-service-header2 .right .shares .share-item {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
}
.bc-service-header2 .right .shares .share-item .mod-icon {
  font-size: 18px;
  color: var(--heading-color);
}
.bc-service-header2 .bc-video-header {
  margin-right: 12px;
}
.bc-service-header2 .bc-video-header a {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  position: relative;
}
.bc-service-header2 .bc-video-header a .mod-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--heading-color);
}
.bc-service-header2 .reviews span.rate {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
}
.bc-service-header2 .reviews span.summary {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}
.bc-service-header2 .reviews i {
  color: #FFB21D;
}
.bc-service-header2 .bc-address {
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}
.bc-service-header2 .right .shares {
  color: var(--heading-color);
}
.bc-service-header2 .right .shares .share-wrapper {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  z-index: 9;
  display: none;
}
.bc-service-header2 .right .shares .share-wrapper li {
  list-style: none;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  margin-top: 5px;
  background: #fff;
}
.bc-service-header2 .right .shares .share-item {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
}
.bc-service-header2 .right .shares .share-item .mod-icon {
  font-size: 18px;
  color: var(--heading-color);
}
.bc-service-header2 .right .mod-icon {
  font-size: 18px;
  color: var(--heading-color);
}
.bc-service-header2 .bc-stars {
  line-height: 1;
  font-size: 16px;
}
.bc-service-header2 .bc-stars i {
  color: #FA5636;
  font-size: 13px;
  cursor: pointer;
}
.bc-service-header2 .bc-review-score {
  margin-right: 10px;
}
.bc-service-header2 .bc-review-score .score {
  background: #F9FBFF;
  border: 1px solid #B8CCFF;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--main-color, #3B71FE);
  margin-right: 12px;
}

.lds-dual-ring {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}

a:hover {
  text-decoration: none;
}

.bc-review-booking-form i {
  color: #FFB21D;
}

.bc-review-booking-form .review-score {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  margin-left: 4px;
  margin-right: 4px;
}

.tab-content > .active {
  display: block;
}

.message-wrapper {
  margin-top: 15px;
  width: 100%;
  margin-left: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

@media screen and (max-width: 991px) {
  #hotel-rooms .close-icon {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    display: block !important;
    z-index: 2;
    cursor: pointer;
    top: 10px;
    right: 25px;
  }
  #hotel-rooms .close-icon .input-icon {
    zoom: 0.6;
  }
}
#hotel-rooms .hotel_room_book_status {
  border: 1px solid #d7dce3;
  margin-top: 20px;
  padding: 15px;
  position: relative;
}
#hotel-rooms .hotel_room_book_status.sticky {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -2px 10px 0 #b5b5b5;
  position: fixed;
  transform: translateY(100%);
  z-index: 10;
}
#hotel-rooms .hotel_room_book_status.sticky.active {
  transform: translate(0);
  transition: all 0.3s;
}
#hotel-rooms .hotel_room_book_status .row_extra_service {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#hotel-rooms .hotel_room_book_status .row_extra_service .extra-item {
  margin-bottom: 5px;
}
#hotel-rooms .hotel_room_book_status .row_extra_service .extra-item label input {
  width: auto;
}
#hotel-rooms .hotel_room_book_status .row_total_price .col-md-6 {
  min-height: 70px;
  position: static;
}
#hotel-rooms .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
  border-left: 1px solid #ccc;
}
#hotel-rooms .hotel_room_book_status .row_total_price .col-md-6 .control-book {
  text-align: right;
}
#hotel-rooms .hotel_room_book_status .row_total_price .col-md-6 .control-book .total-room-price {
  color: #ff3f19;
  font-size: 23px;
  font-weight: 700;
}
#hotel-rooms .hotel_room_book_status .row_total_price .col-md-6 .control-book .total-room-price span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.bravo_single_book_wrap {
  padding: 0 0 30px;
}

.bravo_single_book_wrap {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.bravo_single_book_wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bravo_single_book_wrap .form-head small {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-color, #5E6D77);
  white-space: nowrap;
}
.bravo_single_book_wrap .input-number-group .form-control {
  -webkit-appearance: none;
}
.bravo_single_book_wrap .input-number-group .input {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  color: #232323;
  margin-left: 0;
  margin-right: 0;
  width: 35px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent !important;
}
.bravo_single_book_wrap .input-number-group .input input {
  text-align: center;
}
.bravo_single_book_wrap .input-number-group i {
  min-width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid var(--grey-color, #5E6D77);
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  line-height: 33px;
}
.bravo_single_book_wrap .input-number-group i::before {
  margin-left: 8px;
  color: #999797;
  margin-top: 15px;
}
.bravo_single_book_wrap #bravo_tour_book_app {
  padding-top: 10px;
}
.bravo_single_book_wrap #bravo_space_book_app, .bravo_single_book_wrap #bravo_car_book_app {
  padding-top: 10px;
}
.bravo_single_book_wrap #bravo_space_book_app .form-guest-search.form-group, .bravo_single_book_wrap #bravo_car_book_app .form-guest-search.form-group {
  padding-top: 20px;
  margin-bottom: 20px;
}
.bravo_single_book_wrap #bravo_space_book_app .form-group-padding label:first-child, .bravo_single_book_wrap #bravo_car_book_app .form-group-padding label:first-child {
  margin-bottom: 10px;
}
.bravo_single_book_wrap .mod-icon-star {
  color: #ffb21d;
  margin-right: 3px;
}
.bravo_single_book_wrap .summary {
  font-style: normal;
  margin-left: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
}
.bravo_single_book_wrap .right .rate {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 26px;
  color: #232323;
}
.bravo_single_book_wrap .form-head .label {
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5E6D77;
  align-self: flex-end !important;
}
.bravo_single_book_wrap .form-head .text-lg {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #232323;
}
.bravo_single_book_wrap .form-section-total li {
  padding: 25px;
  padding-bottom: 0;
}
.bravo_single_book_wrap .form-section-total li label, .bravo_single_book_wrap .form-section-total li span {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #232323;
}
.bravo_single_book_wrap.form-space .form-group.clearfix {
  display: none;
}
.bravo_single_book_wrap .submit-group {
  padding: 0 24px;
  margin-top: 25px;
}
.bravo_single_book_wrap .submit-group .alert-text {
  margin-top: 10px;
  color: #e3342f;
}
.bravo_single_book_wrap .submit-group .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  padding: 15px;
  transition: all 0.2s;
  background: #3B71FE;
  color: #fff !important;
  cursor: pointer;
}
.bravo_single_book_wrap .submit-group .btn:hover {
  background: #5d84ea;
}
.bravo_single_book_wrap .submit-group a {
  width: 100%;
  border: none;
  display: block;
}
.bravo_single_book_wrap .form-content {
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 20px;
  margin-left: 24px;
  margin-right: 24px;
}
.bravo_single_book_wrap .form-content .form-group-padding {
  padding: 20px !important;
}
.bravo_single_book_wrap .form-content .form-section-group {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.bravo_single_book_wrap .form-content .form-section-group label {
  color: #1a2b48;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 0;
}
.bravo_single_book_wrap .form-content .form-section-group label input {
  width: unset;
  margin-right: 5px;
}
.bravo_single_book_wrap .form-content .form-section-group .form-section-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #232323;
}
.bravo_single_book_wrap .form-content label {
  margin-bottom: 0;
}
.bravo_single_book_wrap .form-content .border-top {
  border-top: 1px solid #dedede;
}
.bravo_single_book_wrap .form-content .form-guest-search {
  padding: 0;
  padding-top: 10px;
}
.bravo_single_book_wrap .form-content .form-guest-search .extra-price-wrap:first-child {
  margin-bottom: 10px;
}
.bravo_single_book_wrap .form-content .form-guest-search .guest-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.bravo_single_book_wrap .form-content .form-guest-search .select-wrapper .input {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  color: #232323;
  margin-left: 0;
  margin-right: 0;
  width: 35px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent !important;
}
.bravo_single_book_wrap .form-content .form-guest-search .select-wrapper .input input {
  text-align: center;
}
.bravo_single_book_wrap .form-content .form-guest-search .select-wrapper .input-number-group i {
  min-width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid var(--grey-color, #5E6D77);
  box-sizing: border-box;
  border-radius: 50px;
  display: block;
  line-height: 33px;
}
.bravo_single_book_wrap .form-content .form-guest-search .select-wrapper .input-number-group i::before {
  margin-left: 8px;
  color: #999797;
  margin-top: 15px;
}
.bravo_single_book_wrap .form-content .form-guest-search .check-in-wrapper {
  position: relative;
}
.bravo_single_book_wrap .form-content .form-guest-search .check-in-wrapper label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #232323;
}
.bravo_single_book_wrap .form-content .form-guest-search .check-in-wrapper .render {
  color: #5E6D77;
}
.bravo_single_book_wrap .form-content .form-date-field {
  padding: 20px;
  position: relative;
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: -10px;
}
.bravo_single_book_wrap .form-content .form-date-field .check-in-wrapper {
  width: 100%;
}
.bravo_single_book_wrap .form-content .form-date-field .check-in-wrapper .render {
  color: #5E6D77;
}
.bravo_single_book_wrap .form-content .form-date-field .check-in-wrapper label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #232323;
}
.bravo_single_book_wrap .nav-enquiry {
  background: #f6f9fe;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #dedede;
}
.bravo_single_book_wrap .nav-enquiry .enquiry-item {
  flex: 0 0 50%;
  text-align: center;
}
.bravo_single_book_wrap .nav-enquiry .enquiry-item span {
  border-bottom: 1px solid transparent;
  color: #1a2b4e;
  cursor: pointer;
  display: inline-block;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 16px !important;
}
.bravo_single_book_wrap .nav-enquiry .enquiry-item.active span {
  border-color: #5191FA;
  color: #5191FA;
  border-bottom: 1px solid #5191FA;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.tab-pane .bc-form-head-book {
  margin-top: 25px;
}

.bc-form-head-book {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5E6D77;
  margin-bottom: 25px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.bc-form-book-wrapper {
  padding: 30px 0;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.bc-form-book-wrapper .nav-tabs {
  border: none;
}
.bc-form-book-wrapper .inquiry-v2 .bc-sent-mail-customer .bc_send-mail-form .form-group input {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}
.bc-form-book-wrapper .bc-price-origin {
  text-transform: capitalize;
  align-items: center;
}
.bc-form-book-wrapper .bc-price-origin .unit {
  text-transform: lowercase;
}
.bc-form-book-wrapper .bc-price-origin .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
}
.bc-form-book-wrapper .nav-tabs {
  border: none;
}
.bc-form-book-wrapper .nav-tabs li:first-child {
  padding-right: 5px;
}
.bc-form-book-wrapper .nav-tabs li {
  width: 50%;
  cursor: pointer;
}
.bc-form-book-wrapper .nav-tabs li a {
  background: #F7F8FA;
  border-radius: 50px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--heading-color);
}
.bc-form-book-wrapper .nav-tabs li a.active {
  background: var(--main-color, #3B71FE);
  color: #FFF;
}
.bc-form-book-wrapper .nav {
  padding-left: 24px;
  padding-right: 24px;
}

.inquiry-v2 {
  margin-top: 0;
}
.inquiry-v2 .bc-sent-mail-customer {
  padding: 25px 25px 0 25px;
  border: none;
  position: relative;
  border-top: 1px solid #d7dce3;
  background-color: #fff;
}
.inquiry-v2 .bc-sent-mail-customer .form-wrapper .btn-primary {
  width: 100%;
  border: none !important;
  display: block;
  color: #FFF !important;
  border-radius: 50px !important;
  background: var(--main-color, #3B71FE);
  box-shadow: inset 0 1px 1px transparent;
}
.inquiry-v2 .bc-sent-mail-customer .bc_send-mail-form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px;
  border-top: none !important;
  padding: 0 !important;
}
.inquiry-v2 .bc-sent-mail-customer .bc_send-mail-form .form-group textarea {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  height: 80px;
  border-bottom: 1px solid #d7dce3;
  box-shadow: inset 0 1px 1px transparent;
}

.bc-breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}
.bc-breadcrumb ul {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  background: #fff;
}
.bc-breadcrumb ul li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 0;
}
.bc-breadcrumb ul li a {
  display: block;
  font-weight: 500;
  color: var(--link-color, #1A2B48);
  text-decoration: none;
  line-height: 21px;
}
.bc-breadcrumb ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  right: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: var(--light-grey-color, #EAEEF3);
  z-index: 1;
}

.bc-bg-feature {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  padding-top: 155px;
  padding-bottom: 35px;
  border-bottom: 0;
}
@media screen and (max-width: 1025px) {
  .bc-bg-feature {
    padding-top: 205px;
  }
}
.bc-bg-feature::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.bc-bg-feature .bc-banner-search-form {
  z-index: 2;
  position: relative;
}
.bc-bg-feature .bc-banner-search-form__title {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .bc-bg-feature .bc-banner-search-form__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.bc-bg-feature .bc-breadcrumb {
  border: none;
}
.bc-bg-feature .bc-breadcrumb .container {
  padding-left: 0;
  padding-right: 0;
}
.bc-bg-feature .bc-breadcrumb ul {
  background: transparent;
  position: relative;
  z-index: 9;
}
.bc-bg-feature .bc-breadcrumb ul li a {
  color: #FFF;
}
.bc-bg-feature .bc-breadcrumb ul li:first-child {
  padding-left: 0;
}
.bc-bg-feature .bc-breadcrumb ul li:not(:last-child):after {
  border-radius: 50%;
}
.bc-bg-feature .bc-breadcrumb ul li.active {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 991px) {
  .bc-bg-feature .bc-breadcrumb {
    padding-top: 10px;
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  #bc-content-wrapper .bc-bg-feature {
    padding-top: 220px;
    padding-bottom: 0;
  }
}
.review_upload_file {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.review_upload_btn {
  margin-bottom: 20px;
}

#write-review a.toggle-section {
  background: var(--main-color, #3B71FE);
  border-radius: 50px;
  color: #FFF !important;
  padding: 15px 20px;
  font-size: 16px !important;
}

.review-box {
  background: #FCFCFC;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
  color: var(--link-color, #1A2B48);
  font-weight: 500;
}

.owner-info .media {
  display: block !important;
}
.owner-info .media .media-body {
  display: block;
  vertical-align: top;
}
.owner-info .media .media-body h4 {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: var(--heading-color);
}
.owner-info .media .media-body h4 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--heading-color);
}
.owner-info .media .media-left {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.owner-info .media .media-left a {
  display: inline-block;
  border-radius: 50%;
}
.owner-info .media .media-left a img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90px;
  height: 90px;
}

.owner-info .media {
  display: block !important;
}

.owner-info h4.heading {
  display: none;
}

.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-body .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--grey-color, #5E6D77);
}
.media-body .media-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin: 0;
}

@media screen and (min-width: 992px) {
  .review-box {
    display: flex;
  }
}
.review-list {
  margin-top: 30px;
}
.review-list .comment-item-body {
  margin-top: 18px;
}
.review-list .comment-item-body .detail {
  margin-top: 12px;
  color: #74818a;
}
.review-list .comment-item-body .detail span {
  display: flex;
  cursor: pointer;
  color: #5191FA;
}
.review-list .comment-item-body .detail span i {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.review-list .comment-item-body .detail .comment {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}
.review-list .comment-item-body .detail .bc-description {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 26px;
  margin-bottom: 10px !important;
  position: relative;
}
.review-list .comment-item-body ul {
  padding: 0;
}
.review-list .comment-item-body ul.review-star {
  display: flex;
  margin-bottom: 17px;
}
.review-list .comment-item-body ul.review-star li {
  line-height: 1;
  margin-right: 6px;
}
.review-list .comment-item-body ul.review-star .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.review-list .comment-item-body ul.review-star i {
  color: #FFB21D;
}
.review-list .comment-item {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid var(--light-grey-color, #EAEEF3);
  font-size: 14px;
}
.review-list .comment-item .like {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: var(--heading-color);
}
.review-list .comment-item .like .bc-like-review {
  color: #3B71FE;
}
.review-list .comment-item .media-left {
  padding-right: 16px;
}
.review-list .comment-item .media-left img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.review-list .comment-item .media {
  margin-right: 100px;
}

.review-pagination .summary {
  margin-top: 30px;
  color: #5E6D77;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #bc-content-wrapper.bc-style-4 .review-box {
    padding: 45px 20px;
  }
}
.review-box .bc-summany .text-end {
  text-align: right !important;
}
.review-box .bc-summany .item {
  width: 50%;
  margin-top: 15px;
}
.review-box .bc-summany .item .percent {
  height: 4px;
  background: #4CBB7F;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.review-box .bc-summany .item .progress {
  height: 4px;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: none;
  background: #eee;
  margin-bottom: 0;
  overflow: inherit;
  display: flex;
}
.review-box .bc-summany .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin: 0;
  min-width: 60px;
  position: relative;
  display: block;
  padding-left: 0;
  text-align: left;
  width: 140px !important;
}
.review-box .bc-summany .label .number {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 15px;
  color: var(--body-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (min-width: 992px) {
  .single-st_tours #bc-content-wrapper.bc-style-factor.bc-single-tour-8 .bc-reviews .review-box .bc-summany .item .label {
    width: 130px;
  }
}
.information-review .review-box {
  background: #FCFCFC;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px;
  color: #1A2B48;
  font-weight: 500;
}
.information-review .review-box .bc-summany .item {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 0;
}
.information-review .review-box .bc-summany .item .number {
  width: 25px;
  color: #1A2B48;
  font-weight: 500;
}
.information-review .review-box .bc-summany .item .text-end {
  text-align: right !important;
}
.information-review .review-box .bc-summany .item .percent {
  height: 4px;
  background: #4CBB7F;
  position: absolute;
  top: 0;
  left: 0;
}
.information-review .review-box .bc-summany .item .progress {
  margin-left: 20px;
  margin-right: 15px;
  height: 4px;
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: none;
  background: #eee;
  margin-bottom: 0;
  overflow: inherit;
  display: flex;
  font-size: 0.75rem;
}
.information-review .review-box .bc-summany .item .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  margin: 0;
  min-width: 60px;
}
@media screen and (min-width: 992px) {
  .information-review .review-box .bc-summany {
    width: 59.42%;
    padding-left: 70px;
  }
  .information-review .review-box .bc-summany .item .label {
    width: 130px;
  }
}
@media screen and (min-width: 992px) {
  .information-review .review-box .bc-review-box-top {
    width: 40.58%;
    padding-right: 70px;
    border-right: 1px solid #DEDEDE;
    margin-bottom: 0;
  }
}
.information-review .review-box .bc-review-box-top {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #232323;
}
.information-review .review-box .bc-review-box-top .review-score-base {
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
}
.information-review .review-box .bc-review-box-top .infor-avg-wrapper {
  padding-top: 30px;
}
.information-review .review-box .bc-review-box-top .infor-avg-wrapper .review-score-text {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 8px;
}
.information-review .review-box .bc-review-box-top .infor-avg-wrapper .review-score {
  color: #3B71FE;
  font-size: 30px;
  line-height: 40px;
  margin-left: 8px;
}
.information-review .review-box .bc-review-box-top .infor-avg-wrapper i.mod-icon-star {
  font-size: 20px;
  color: #FFB21D;
}

.review-box {
  background: #FCFCFC;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 20px;
}
.review-box .bc-review-box-top {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--heading-color);
}
.review-box .bc-review-box-top i.mod-icon-star {
  font-size: 20px;
  color: #FFB21D;
}
.review-box .bc-review-box-top .review-score {
  margin-left: 8px;
}
.review-box .bc-review-box-top .review-score-text {
  margin-left: 8px;
}
.review-box .bc-review-box-top .review-score-base {
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}

@media screen and (max-width: 767px) {
  .review-box .bc-summany .item {
    width: 100%;
    justify-content: flex-start !important;
  }
}
#bc-reviews {
  padding-top: 40px;
}
#bc-reviews h2.bc-heading-section {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  margin-top: 20px;
}
#bc-reviews .toggle-section a {
  color: #007bff;
  text-decoration: none;
}
#bc-reviews .toggle-section a:hover {
  text-decoration: underline;
}

#write-review #respond {
  padding: 0;
  border: none;
  background: transparent;
  margin-top: 30px;
  border-radius: 8px;
}
#write-review #respond .form-submit .submit {
  margin: 0;
  background: var(--main-color, #3B71FE);
  border-radius: 50px;
  color: #FFF !important;
  padding: 15px 20px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#write-review #respond .comment-form .form-group {
  margin-bottom: calc(var(--bs-gutter-x));
  display: inline-block;
  width: 100%;
}
#write-review #respond .comment-form .form-group textarea {
  min-height: 185px;
}
#write-review #respond .comment-form .form-group.review-items {
  border-radius: 10px;
  padding: 20px 15px 10px 15px;
  margin-top: 0px !important;
  border: 1px solid #eee;
}
#write-review #respond .comment-form .form-group.review-items .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#write-review #respond .comment-form .form-group.review-items .item label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  width: 40%;
  margin-bottom: 0;
}
#write-review #respond .comment-form .form-group.review-items .item .rates {
  position: relative;
}
#write-review #respond .comment-form .form-group.review-items .item .rates i {
  color: #A1ABB3 !important;
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer;
}
#write-review #respond .comment-form .form-group.review-items .item .rates i.selected, #write-review #respond .comment-form .form-group.review-items .item .rates i.hovered {
  color: #FFB21D !important;
}
#write-review #respond .comment-form .form-group .form-control {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #83929D;
  height: unset;
  margin-top: 0;
  box-shadow: none;
}
#write-review #respond p.comment-notes {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  margin-top: 10px;
  margin-bottom: 30px;
}
#write-review #respond .comment-reply-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  text-transform: none;
  margin: 0;
}

.details-service .facilities p.item {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  border: none;
  padding-right: 10px;
  display: inline-block;
  padding-bottom: 0;
}
.details-service .facilities p.item .item-box {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 16px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 6px;
}
.details-service .facilities p.item i {
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
.details-service .facilities p.item .infor {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--grey-color, #5E6D77);
}
.details-service h2.heading a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.details-service .fetch .item {
  margin-bottom: 30px;
  border: 1px solid #d7dce3;
  overflow: hidden;
}
.details-service .fetch .item .item-infor {
  padding-top: 30px;
  padding-bottom: 30px;
}
.details-service .fetch .item .item-infor h2.heading {
  line-height: 1;
  margin-bottom: 50px;
  font-size: 18px;
  color: var(--link-color, #1A2B48);
  font-weight: 500;
}
.details-service .fetch .item.bc-border-radius {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .details-service .bc-border-right {
    border-right: 1px solid #DEDEDE;
  }
}
.details-service .btn-show-price {
  background: var(--main-color, #3B71FE);
  border-radius: 55px;
  padding: 13px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  float: right;
  display: block;
  margin-right: 30px;
}
.details-service .bc-heading-section {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.details-service .bc-section-single .item-attribute {
  margin-bottom: -20px;
}
.details-service .bc-section-single .item-attribute img {
  margin-right: 10px;
  height: 24px;
}
.details-service .bc-section-single .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  padding-bottom: 20px;
}
.details-service .bc-section-single .item i {
  margin-right: 10px;
}
.details-service .bc-section-single .item i.mod-icon-check {
  border-radius: 50%;
  width: 20px !important;
  height: 20px;
  background: #CEF2E5;
  color: #10AC58;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  padding-top: 5px;
  font-weight: 400;
}
.details-service .bc-description {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.details-service .bc-description p {
  font-size: 16px;
  line-height: 26px;
}
.details-service .bc-description h4, .details-service .bc-description .h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.details-service .bc-description ul li {
  margin-bottom: 10px;
}
.details-service .bc-properties th {
  padding: 10px 0;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  width: 33.3333%;
}

.skeleton-loading.item-loop-wrap .has-skeleton {
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.skeleton-loading.item-loop-wrap .has-skeleton:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dddbdd;
  z-index: 3;
}
.skeleton-loading.item-loop-wrap .has-skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 3;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
#bc-content-wrapper {
  padding-bottom: 100px;
}
#bc-content-wrapper .bc-service-feature {
  margin-bottom: 30px;
}
#bc-content-wrapper .bc-service-feature + .bc-hr {
  margin: 0;
  margin-bottom: 30px;
}
#bc-content-wrapper .bc-service-feature .item {
  margin-bottom: 10px;
}
#bc-content-wrapper .bc-service-feature .item .info .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
}
#bc-content-wrapper .bc-service-feature .item .info .value {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-color, #5E6D77);
  margin: 0;
}
#bc-content-wrapper .bc-service-feature .item .icon {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
#bc-content-wrapper .bc-service-feature .item .icon i {
  font-size: 21px;
  color: var(--grey-color, #5E6D77);
}
#bc-content-wrapper .bc-heading-section {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
#bc-content-wrapper .bc-heading-section .mod-icon-check {
  background: #CEF2E5;
  color: #10AC58;
  border-radius: 50%;
  font-size: 10px;
  width: 20px !important;
  height: 20px;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin-right: 10px;
}
#bc-content-wrapper .bc-description {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
#bc-content-wrapper .bc-description ul {
  list-style: none;
  padding-left: 0;
}
#bc-content-wrapper .bc-description p {
  font-size: 18px;
  line-height: 26px;
}
#bc-content-wrapper .bc-description li {
  font-size: 18px;
  font-weight: 400;
}
#bc-content-wrapper .bc-description li::before {
  font-family: mod-icon !important;
  content: "\e974";
  border-radius: 50%;
  width: 20px !important;
  height: 20px;
  text-align: center;
  padding-top: 3px;
  margin-right: 10px;
  font-weight: 400;
  background: #CEF2E5;
  color: #10AC58;
  display: inline-block;
  font-size: 10px;
}
#bc-content-wrapper .bc-highlight ul {
  padding: 0;
  margin: 0;
}
#bc-content-wrapper .bc-highlight ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  margin-bottom: 16px;
}
#bc-content-wrapper .bc-highlight ul li i {
  border-radius: 50%;
  font-size: 10px;
  width: 16px !important;
  height: 16px;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin-right: 10px;
}
#bc-content-wrapper .bc-highlight ul li i:last-child {
  margin-bottom: 0;
}
#bc-content-wrapper .bc-inexclude .include, #bc-content-wrapper .bc-inexclude ul {
  padding: 0;
  margin: 0;
}
#bc-content-wrapper .bc-inexclude .include li, #bc-content-wrapper .bc-inexclude ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  margin-bottom: 16px;
}
#bc-content-wrapper .bc-inexclude .include li i, #bc-content-wrapper .bc-inexclude ul li i {
  border-radius: 50%;
  width: 20px !important;
  height: 20px;
  text-align: center;
  line-height: 12px;
  padding-top: 5px;
  margin-right: 10px;
  font-weight: 400;
}
#bc-content-wrapper .bc-inexclude .include li i.mod-icon-check, #bc-content-wrapper .bc-inexclude ul li i.mod-icon-check {
  background: #CEF2E5;
  color: #10AC58;
  font-size: 10px;
}
#bc-content-wrapper .bc-inexclude .include li i.mod-icon-close, #bc-content-wrapper .bc-inexclude ul li i.mod-icon-close {
  background: #FAD6D6;
  color: #DA3838;
  font-size: 10px;
}
#bc-content-wrapper .bc-program-list .bc-program {
  background: #FCFCFC;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
#bc-content-wrapper .accordion-body {
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: var(--body-color, #5E6D77);
  margin-right: 18px;
  font-weight: 400;
  padding: 20px 0 0 0px !important;
}
#bc-content-wrapper .accordion-body .content-itinerary {
  margin-bottom: 0;
  margin-top: 10px;
}
#bc-content-wrapper .accordion-body p {
  margin-bottom: 0;
}
#bc-content-wrapper .accordion-header {
  margin-bottom: 0;
}
#bc-content-wrapper .accordion-header button {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--link-color);
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#bc-content-wrapper .accordion-header button span {
  background: #FFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--link-color, #3B71FE);
  margin-right: 18px;
}
@media (prefers-reduced-motion: reduce) {
  #bc-content-wrapper .accordion-button::after {
    transition: none;
  }
}
#bc-content-wrapper .accordion-item {
  background: #FCFCFC;
  border: none;
}
#bc-content-wrapper .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
#bc-content-wrapper .accordion-item .accordion-button .mod-icon-question {
  margin-right: 13px;
  font-size: 20px;
}
#bc-content-wrapper .accordion-item .collapse:not(.show) {
  display: none;
}
#bc-content-wrapper .accordion-item .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#bc-content-wrapper .accordion-item .accordion-button {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#bc-content-wrapper .accordion-item .accordion-button:focus {
  outline: unset;
}
#bc-content-wrapper .accordion-item .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
}
#bc-content-wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  border: 1px solid var(--body-color, #5E6D77);
  color: var(--body-color, #5E6D77);
  content: "-";
  background: var(--main-color, #1A2B48);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  background-image: none !important;
  border-radius: 30px;
  flex-shrink: 0;
  margin-left: auto;
}
#bc-content-wrapper .accordion-item .accordion-button.collapsed::after {
  border: 1px solid #5E6D77;
  content: "+";
  background: none;
  color: #5E6D77;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  border-radius: 30px;
  flex-shrink: 0;
}
#bc-content-wrapper #bc-attributes .bc-section-single .item-attribute {
  margin-bottom: -20px;
}
#bc-content-wrapper #bc-attributes .bc-section-single .item-attribute img {
  width: 24px !important;
  height: 24px;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  font-weight: 400;
}
#bc-content-wrapper #bc-attributes .bc-section-single .item-attribute i {
  border-radius: 50%;
  width: 20px !important;
  height: 20px;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
  margin-right: 10px;
  font-weight: 400;
}
#bc-content-wrapper #bc-attributes .bc-section-single .item-attribute i.mod-icon-check {
  background: #CEF2E5;
  color: #10AC58;
  font-size: 10px;
}
#bc-content-wrapper #bc-attributes .bc-section-single .item-attribute i.mod-icon-close {
  background: #FAD6D6;
  color: #DA3838;
  font-size: 6px;
}
#bc-content-wrapper #bc-attributes .bc-section-single .item-attribute .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  padding-bottom: 20px;
}
#bc-content-wrapper #bc-attributes .bc-attributes + .bc-attributes {
  margin-top: 30px;
}
#bc-content-wrapper .bc-faq-list .accordion {
  background: #FCFCFC;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
#bc-content-wrapper .bc-faq-list .accordion .accordion-item {
  background: #FCFCFC;
  border: none;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box {
  width: 100%;
  height: 450px;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 450px;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-canary {
  background-color: salmon;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan {
  touch-action: none;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan canvas {
  touch-action: none;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  float: right;
}
#bc-content-wrapper .bc-map-wrapper .bc-map-box .google-map-mapbox #st-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
#bc-content-wrapper .bc-map-wrapper .bc-heading-section + .c-grey {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}
#bc-content-wrapper .bc-map-wrapper .bc-heading-section + .c-grey i {
  margin-right: 8px;
}
#bc-content-wrapper .bc-map-wrapper .bc-flex.space-between {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.bc-tour-relate-content .bc-owl-slider .owl-dots {
  bottom: -40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bc-tour-relate-content .bc-owl-slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #DEDEDE;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 5px;
  margin-left: 5px;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bc-tour-relate-content .bc-owl-slider .owl-dots .owl-dot.disabled {
  display: block !important;
}
.bc-tour-relate-content .bc-owl-slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #3b71fe;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 5px;
  margin-left: 5px;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bc-tour-relate-content .row.service-list-wrapper {
  margin-right: 0;
  margin-left: -3px;
}
.bc-tour-relate-content .row.service-list-wrapper .service-wishlist {
  padding: 0;
}
.bc-tour-relate-content .owl-nav.disabled {
  display: block !important;
}
.bc-tour-relate-content .owl-nav button {
  background: 0 0;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #DEDEDE !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  top: -60px;
}
.bc-tour-relate-content .owl-nav button.owl-prev {
  right: 50px;
}
.bc-tour-relate-content .owl-nav button.owl-prev span {
  font-family: mod-icon !important;
  color: transparent !important;
}
.bc-tour-relate-content .owl-nav button.owl-prev span:before {
  color: #232323;
  content: "\e966";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc-tour-relate-content .owl-nav button.owl-next {
  right: 0px;
}
.bc-tour-relate-content .owl-nav button.owl-next span {
  font-family: mod-icon !important;
  color: transparent !important;
}
.bc-tour-relate-content .owl-nav button.owl-next span:before {
  color: #232323;
  content: "\e968";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc-tour-relate-content .bc-heading-section {
  padding-top: 40px;
  font-size: 36px !important;
  line-height: 46px !important;
  margin-bottom: 70px !important;
}
.bc-tour-relate-content .service-wishlist {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 21px;
  z-index: 1;
  cursor: pointer;
}
.bc-tour-relate-content .owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.bc-tour-relate-content .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bc-tour-relate-content .owl-carousel .owl-prev, .bc-tour-relate-content .owl-carousel .owl-next, .bc-tour-relate-content .owl-carousel .owl-prev, .bc-tour-relate-content .owl-carousel .owl-next {
    display: none !important;
  }
}
.bc-tour-relate-content .owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.bc-tour-relate-content .owl-carousel .owl-stage .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bc-hotel-content {
    display: block !important;
  }
  #bc-content-wrapper .hotel-target-book-mobile {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 10px 15px;
    border-top: 1px solid var(--light-grey-color, #EAEEF3);
    z-index: 10;
  }
  #bc-content-wrapper .hotel-target-book-mobile .price-wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--grey-color, #5E6D77);
  }
  #bc-content-wrapper .hotel-target-book-mobile .price-wrapper #mobile-price {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
  }
  #bc-content-wrapper .hotel-target-book-mobile .price-wrapper .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--heading-color, #1A2B48);
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 991px) {
  .close-icon {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    display: block !important;
    z-index: 2;
    cursor: pointer;
    top: 10px;
    right: 25px;
  }
  .close-icon .input-icon {
    zoom: 0.6;
  }
}
@media screen and (max-width: 991px) {
  .hotel-target-book-mobile .price-wrapper #mobile-price {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
  }
  .hotel-target-book-mobile .price-wrapper #mobile-price .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--heading-color, #1A2B48);
    margin-left: 4px;
    margin-right: 4px;
  }
  .hotel-target-book-mobile .price-wrapper #mobile-price .price small {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--grey-color, #5E6D77);
    white-space: nowrap;
  }
}
.bc-review-booking-form i {
  color: #FFB21D;
}
.bc-review-booking-form .review-score {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  margin-left: 4px;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  #bc-content-wrapper.bc-style-factor .bc-form-head-book.bc-service-header2 {
    display: flex !important;
  }
  .bc-fixed-form-booking {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .bc-service-header2 {
    display: block !important;
  }
  .bc-service-header2 .right {
    margin-top: 24px;
  }
  .bc-service-header2 .sub-heading .bc-dot {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #bc-content-wrapper .fixed-on-mobile {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    width: 100% !important;
    bottom: 0;
    background: #fff;
    z-index: 1055;
    display: none;
    overflow: scroll;
  }
  #bc-content-wrapper .fixed-on-mobile .form-booking-price {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  #bc-content-wrapper .fixed-on-mobile .form-booking-price .bc-form-head-book {
    padding-top: 30px;
  }
  #bc-content-wrapper .fixed-on-mobile .bc-form-book-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
.text-light-1 {
  color: #697488;
}

.line-through {
  text-decoration: line-through;
}

.text-red-1 {
  color: #d93025;
}

.text-dark-1 {
  color: #051036;
}

.text-white {
  color: #ffffff;
}

.text-green-2 {
  color: #008009;
}

.text-12 {
  font-size: 12px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-30 {
  font-size: 30px;
}

.text-right {
  text-align: right;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.items-center {
  align-items: center !important;
}

.fw-500 {
  font-weight: 500;
}

#bc-content-wrapper.bc-single-space .details-service {
  margin-top: -20px;
}
#bc-content-wrapper.bc-single-space .bc-attributes .item-attribute img {
  margin-right: 10px;
  font-size: 24px;
  height: 24px;
}
#bc-content-wrapper.bc-single-space .widget-box.bc-information-contact {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #d7dce3;
  margin-top: 30px;
}
#bc-content-wrapper.bc-single-space .widget-box.bc-information-contact .media {
  display: block;
}
#bc-content-wrapper.bc-single-space .widget-box.bc-information-contact .media h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  margin-top: 16px;
}
#bc-content-wrapper.bc-single-space .widget-box.bc-information-contact .media h5 + p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5E6D77;
  margin-top: 4px;
  margin-bottom: 0;
  line-break: anywhere;
}
#bc-content-wrapper.bc-single-space .widget-box.bc-information-contact h4.heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #232323;
  margin-bottom: 4px;
}
#bc-content-wrapper.bc-single-space .room-featured-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #bc-content-wrapper.bc-single-space .room-featured-items .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#bc-content-wrapper.bc-single-space .room-featured-items .item:not(:last-child) {
  margin-right: 40px;
}
#bc-content-wrapper.bc-single-space .room-featured-items .item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5E6D77;
}
#bc-content-wrapper.bc-single-space .room-featured-items .item .fa {
  margin-right: 10px;
  width: 44px;
  height: 44px;
  border: 1px solid #dedede;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#bc-content-wrapper.bc-single-boat .bc-service-feature .item .info p {
  margin-bottom: 0;
}
#bc-content-wrapper.bc-single-boat .g-specs {
  margin-bottom: 30px;
}
#bc-content-wrapper.bc-single-boat .g-specs .list-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 20px 5px 15px;
}
#bc-content-wrapper.bc-single-boat .g-specs .list-item .item {
  flex: 0 0 50%;
  margin-bottom: 15px;
  padding: 0 15px;
}
#bc-content-wrapper.bc-single-boat .g-specs .list-item .item .text {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
#bc-content-wrapper.bc-single-boat .g-specs .list-item .item .fa {
  color: #f35d68;
  margin-right: 5px;
}

#bc-content-wrapper.bc-single-car .details-service {
  margin-top: 0px;
}
#bc-content-wrapper.bc-single-car .details-service .bc-attributes .item-attribute img {
  margin-right: 10px;
  font-size: 24px;
  height: 24px;
}
#bc-content-wrapper.bc-single-car .details-service .bc-section-single .item-attribute .item i {
  border-radius: 50%;
  width: unset !important;
  height: unset !important;
  text-align: center;
  line-height: unset !important;
  padding-top: unset !important;
  margin-right: 15px !important;
  font-weight: 400;
  font-size: 24px;
}

.bc-gallery-car {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.bc-gallery-car .fotorama__nav:after, .bc-gallery-car .fotorama__nav:before {
  display: none;
}
.bc-gallery-car .fotorama__arr {
  background: unset;
}
.bc-gallery-car .fotorama__arr.fotorama__arr--next {
  right: 20px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: rgba(35, 35, 35, 0.4);
}
.bc-gallery-car .fotorama__arr.fotorama__arr--next::after {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: unset;
  width: 27px;
  line-height: 50px;
  text-align: center;
  content: "\e968";
  background: 0 0;
  font-family: mod-icon !important;
  color: #fff;
}
.bc-gallery-car .fotorama__arr.fotorama__arr--prev {
  left: 20px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: rgba(35, 35, 35, 0.4);
}
.bc-gallery-car .fotorama__arr.fotorama__arr--prev::after {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: unset;
  width: 27px;
  line-height: 50px;
  text-align: center;
  content: "\e966";
  background: 0 0;
  font-family: mod-icon !important;
  color: #fff;
}
.bc-gallery-car .fotorama__fullscreen-icon {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  transform: translate3d(32px, -32px, 0);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  z-index: 20;
  position: absolute;
  cursor: pointer;
  background: unset;
}
.bc-gallery-car .fotorama__fullscreen-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.4);
  border-radius: 50px;
}
.bc-gallery-car .fotorama__fullscreen-icon:before {
  background: unset !important;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: unset;
  width: 27px;
  line-height: 50px;
  text-align: center;
  content: "\e995";
  background: 0 0;
  font-family: mod-icon !important;
  color: #fff;
  opacity: 1;
  z-index: 1;
}
.bc-gallery-car .fotorama__thumb-border {
  border-radius: 20px;
  border-width: 1px !important;
  color: #5191FA;
  width: 149px !important;
  height: 99px !important;
}
.bc-gallery-car .fotorama__thumb {
  border-radius: 20px;
}
.bc-gallery-car .fotorama__stage__frame {
  border-radius: 20px;
}
.bc-gallery-car .fotorama {
  min-width: 1px;
  overflow: hidden;
}

.bc-gallery.style-masonry {
  margin-top: 40px;
  clear: both;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.bc-gallery.style-masonry:not(.style-location) .owl-stage-outer {
  border-radius: 20px;
}
.bc-gallery.style-masonry .owl-carousel {
  margin-top: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  top: 50%;
  margin-top: -25px;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  right: auto;
  background: rgba(35, 35, 35, 0.8);
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #fff;
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-prev:hover > span:before {
  color: rgba(35, 35, 35, 0.8);
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-prev > span {
  font-family: "mod-icon" !important;
  color: transparent !important;
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-prev > span:before {
  color: #fff;
  content: "\e966";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
  background: rgba(35, 35, 35, 0.8);
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff;
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-next:hover > span:before {
  color: rgba(35, 35, 35, 0.8);
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-next > span {
  font-family: "mod-icon" !important;
  color: transparent !important;
}
.bc-gallery.style-masonry .owl-carousel .owl-nav button.owl-next > span:before {
  color: #fff;
  content: "\e968";
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bc-gallery.style-masonry .owl-carousel .item-gallery {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bc-gallery.style-masonry .shares.dropdown {
    bottom: 20px !important;
    right: 20px !important;
    top: auto !important;
  }
}
.bc-gallery.style-masonry .item-gallery:nth-child(1) {
  height: 630px;
  padding-left: 0;
  padding-top: 0;
}
.bc-gallery.style-masonry .item-gallery {
  width: 33.3333%;
  float: left;
  height: 315px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .bc-gallery.style-masonry .item-gallery {
    padding: 0;
    width: 100%;
    height: auto !important;
  }
  .bc-gallery.style-masonry .item-gallery:not(:nth-child(1)) {
    display: none;
  }
}
.bc-gallery.style-masonry img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.bc-gallery.style-masonry .shares.dropdown {
  top: auto !important;
  bottom: 30px;
}
.bc-gallery.style-masonry .shares.dropdown .btn-group a.bc-gallery-popup span {
  margin-right: 10px;
}
.bc-gallery.style-masonry .shares.dropdown .btn-group a.bc-video-popup {
  padding: 12px;
  margin-right: 16px;
}
.bc-gallery.style-masonry .shares.dropdown .btn-group a {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border-radius: 40px !important;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.bc-gallery.style-masonry .shares.dropdown .btn-group a span {
  color: #FFF;
  width: 1rem;
}

.bc-gallery.style-location {
  border-radius: 0px;
}

.bc-gallery {
  position: relative;
}
.bc-gallery .hidden {
  display: none;
}
.bc-gallery .shares {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.bc-gallery .shares svg {
  margin-right: 5px;
}
.bc-gallery .shares .fa {
  padding-left: 1px;
  font-size: 12px;
}

.mfp-gallery .mfp-close {
  z-index: 2000 !important;
}
.mfp-gallery .mfp-bottom-bar {
  position: relative;
  z-index: 1999 !important;
}
.mfp-gallery .mfp-img {
  position: relative;
  z-index: 1998;
}

.bc-gallery .count {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 12px 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}

.style-masonry .item-gallery:nth-child(2), .style-masonry .item-gallery:nth-child(3) {
  padding-top: 0;
}

.style-masonry .item-gallery:nth-child(3), .style-masonry .item-gallery:nth-child(5) {
  padding-right: 0;
}

.style-masonry .item-gallery:nth-child(1), .style-masonry .item-gallery:nth-child(4), .style-masonry .item-gallery:nth-child(5) {
  padding-bottom: 0;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-gallery .mfp-bottom-bar {
  left: 50%;
  width: auto;
  top: unset;
  transform: translateX(-50%);
  bottom: 62px;
  margin-top: -36px;
  position: absolute;
  cursor: auto;
  z-index: 1999;
}
.mfp-gallery .mfp-bottom-bar .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-bottom-bar .mfp-counter {
  top: unset;
  right: unset;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 12px 20px;
  line-height: 18px;
}
.mfp-gallery .mfp-img {
  position: relative;
  z-index: 1998;
}

@media screen and (max-width: 767px) {
  .mfp-container .mfp-bottom-bar {
    bottom: 52px !important;
  }
  .mfp-container .mfp-arrow.mod-icon-arrow-right {
    right: 15px !important;
  }
  .mfp-container .mfp-arrow.mod-icon-arrow-left {
    left: 15px !important;
  }
}
.mfp-container .mfp-arrow.mod-icon-arrow-left {
  left: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #FFF;
  font-size: 20px;
  width: auto;
  height: auto;
  padding: 30px;
}
.mfp-container .mfp-arrow.mod-icon-arrow-right {
  right: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #FFF;
  font-size: 20px;
  width: auto;
  height: auto;
  padding: 30px;
}
.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after {
  margin-top: 0 !important;
  margin-left: 17px !important;
}

@media screen and (max-width: 767px) {
  .is_single .mfp-content {
    height: auto !important;
  }
  .is_single .mfp-content .mfp-iframe-scaler .mfp-close {
    top: -40px !important;
  }
  .is_single .mfp-content .mfp-close {
    width: 30px !important;
    height: 30px !important;
    line-height: 28px !important;
    right: 0 !important;
    top: 0 !important;
  }
  .is_single .mfp-content .mfp-close i {
    line-height: 30px !important;
    font-size: 18px;
  }
}
.is_single .mfp-content {
  max-width: 100% !important;
  width: 100%;
  background: 0 0;
  height: 100%;
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.is_single .mfp-content .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.is_single .mfp-content .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.is_single .mfp-figure:after {
  background: 0 0;
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.is_single .mfp-content {
  max-width: 100%;
  width: 100%;
  background: 0 0;
  height: 100%;
}
.is_single .mfp-close {
  display: inline-block;
  right: 30px !important;
  top: 30px !important;
  background: #fff;
  border-radius: 30px;
  width: 56px !important;
  height: 56px;
  color: #000 !important;
  padding: 0 !important;
  position: absolute;
  z-index: 9999;
  text-align: center !important;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-style: normal;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: unset;
}
.is_single .mfp-close .mod-icon-close {
  line-height: 56px;
}

.widgets .bc-border-radius {
  border-radius: 20px;
  overflow: hidden;
}

.widget-box.bc-logo-box.bc-border-radius {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #fff;
  margin-top: 30px;
  padding: 20px;
}

.sidebar-item.map-view-wrapper {
  margin-top: 30px;
}

.owner-info.widget-box {
  background: #fff;
  margin-top: 30px;
  border: 1px solid #d7dce3;
  padding: 40px 15px;
}
.owner-info.widget-box img {
  width: 100%;
}

.sticky-top {
  z-index: 3;
  position: sticky;
  top: 0;
}

.modal .modal-video {
  background: transparent;
  border: none;
  padding: 0;
}

a {
  color: var(--heading-color);
  text-decoration: none;
}
a:hover {
  color: #5191fa;
}

.bc-hr {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background: var(--light-grey-color, #EAEEF3);
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn.has-icon {
  display: flex;
  align-items: center;
}

.loader-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
}

.helpText:after {
  align-items: center;
  border: 3px dashed gray;
  color: gray;
  content: "\f067";
  display: flex;
  font-family: FontAwesome;
  font-size: 150%;
  height: 10vh;
  justify-content: center;
  width: 10vh;
}

input:not([type=range], [type=submit]), textarea {
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
}

.bc-form-control-wrap {
  position: relative;
}

.bc-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.bc-response-output {
  display: none;
}

.bc-border-radius {
  border-radius: 8px;
}

.owner-info {
  padding: 40px 15px;
}
.owner-info .media .media-left a {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.owner-info .media .media-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  color: var(--grey-color, #5E6D77);
}

.avatar-cover {
  background-position: 50%;
  background-size: cover;
}

.bc_start_chat {
  background-color: #f5f6f7;
  border: 1px solid #ccd0d5;
  color: #4b4f56;
  padding: 3px 10px;
  font-size: 13px;
  cursor: pointer;
}

.btn {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px 20px;
  transition: background 0.2s, color 0.2s;
  font-size: 14px;
  font-weight: 500;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 100%;
}

.bg-blue-1 {
  background-color: #3554d1 !important;
}

.bg-blue-2 {
  background-color: #0d6efd !important;
}

.bg-light-2 {
  background-color: #f5f5f5 !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button.-outline-blue-1 {
  border-color: #5191FA;
}

.size-40 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.h-60 {
  height: 60px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.support-topic-search-banner .bc_banner {
  padding: 180px 0 90px !important;
}

#ticket_form .form-control {
  border: solid 1px #ccc !important;
}

.topic-lists-wrap .bc-breadcrumb, .support-page-create .bc-breadcrumb {
  border: 1px solid var(--light-grey-color, #EAEEF3);
}

.pricing-section {
  margin-top: 200px;
}
.pricing-section.bravo-booking-page .pricing-table {
  width: -moz-fit-content;
  width: fit-content;
  flex: unset;
}
.pricing-section .sec-title {
  position: relative;
  margin-bottom: 30px !important;
}
.pricing-section .sec-title h2 {
  color: #181a20;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
.pricing-section .sec-title .text {
  color: var(--headings-color);
  font-weight: 400;
  line-height: 1.85;
  margin: 0 0 15px;
}
.pricing-section .pricing-tabs {
  margin-bottom: 100px;
}
.pricing-section .pricing-tabs .tab-buttons {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.pricing-section .pricing-tabs .tab-buttons .tab-btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pricing-section .pricing-tabs .tab-buttons .tab-btns li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #696969;
  cursor: pointer;
  padding: 0 48px 0;
  min-width: 196px;
  transition: all 300ms ease;
}
.pricing-section .pricing-tabs .tab-buttons .tab-btns li.active-btn:before {
  right: 6px;
}
.pricing-section .pricing-tabs .tab-buttons .tab-btns li:before {
  position: absolute;
  right: -26px;
  height: 20px;
  width: 20px;
  top: 5px;
  background: #ffffff;
  content: "";
  border-radius: 50%;
  transition: all 300ms ease;
}
.pricing-section .pricing-tabs .tab-buttons .tab-btns:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 30px;
  transform: translateX(-50%);
  background: #1967D2;
  border: 1px solid #E7E7EC;
  box-sizing: border-box;
  box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
  border-radius: 30px;
  content: "";
  transition: all 300ms linear;
}
.pricing-section .pricing-tabs .tab-buttons h4 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  margin-bottom: 15px;
}
.pricing-section .pricing-tabs .tabs-content .tab {
  display: none;
}
.pricing-section .pricing-tabs .tabs-content .active-tab {
  display: block;
}
.pricing-section .pricing-tabs .pricing-table {
  position: relative;
  margin-bottom: 30px;
}
.pricing-section .pricing-tabs .pricing-table .title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1967D2;
  margin-bottom: 10px;
}
.pricing-section .pricing-tabs .pricing-table .inner-box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  border-radius: 20px;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 40px;
  overflow: hidden;
  transition: all 300ms ease;
}
.pricing-section .pricing-tabs .pricing-table .inner-box:hover {
  background-color: #f6f9fe;
}
.pricing-section .pricing-tabs .pricing-table .inner-box .tag {
  position: absolute;
  right: 30px;
  top: 30px;
  overflow: hidden;
  border-radius: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #34A853;
  padding: 5px 25px;
}
.pricing-section .pricing-tabs .pricing-table .inner-box .tag:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #34A853;
  opacity: 0.15;
  content: "";
  border-radius: 30px;
}
.pricing-section .pricing-tabs .pricing-table .price {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  line-height: 41px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 40px;
  transition: all 300ms ease;
}
.pricing-section .pricing-tabs .pricing-table .price .duration {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--grey-color, #5E6D77);
  margin-bottom: 5px;
}
.pricing-section .pricing-tabs .pricing-table .table-content {
  position: relative;
  margin-bottom: 50px;
}
.pricing-section .pricing-tabs .pricing-table .table-content ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.pricing-section .pricing-tabs .pricing-table .table-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #696969;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 30px;
  --bs-white-rgb: 255,255,255;
}
.pricing-section .pricing-tabs .pricing-table .table-content ul li::marker {
  display: none;
}
.pricing-section .pricing-tabs .pricing-table .table-content ul li:before {
  border-radius: 50%;
  font-size: 8px;
  height: 18px;
  left: 0;
  margin-top: 3px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 18px;
  content: "\e974";
  background-color: #202124;
  font-family: "mod-icon";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.pricing-section .pricing-tabs .pricing-table .table-footer a {
  width: 100%;
  border: none;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  align-items: center;
  padding: 15px;
  transition: all 0.2s;
}
.pricing-section .pricing-tabs .pricing-table .table-footer a:after {
  font-family: "mod-icon";
  font-size: 16px;
  margin-left: 10px;
  transform: rotate(-45deg);
}
.pricing-section input[type=radio] {
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}
.pricing-section input[type=checkbox], .pricing-section input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
.pricing-section input[type=checkbox]:checked:before {
  margin: 1px 0 0 -1px;
  color: #1e8cbe;
  content: "\f00c";
  font: normal normal normal 13px/1 FontAwesome;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: "FontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pricing-section input[type=radio]:checked:before {
  content: "•";
  text-indent: -9999px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background-color: #1e8cbe;
  float: left;
  display: inline-block;
  vertical-align: middle;
  font-family: "mod-icon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-content .bravo-vendor-form-register {
  margin-top: 150px;
}
.page-template-content .bravo-vendor-form-register > .row {
  background: #FFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px;
}
.page-template-content .bravo-vendor-form-register h1 {
  color: #232323;
  font-family: dm sans, Sans-serif;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.page-template-content .bravo-vendor-form-register .sub-heading {
  color: #727272;
  font-family: dm sans, Sans-serif;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group .form-control {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: none;
  color: var(--grey-color, #5E6D77);
  padding: 10px;
  width: 100%;
  font-weight: 400;
  height: 45px;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--main-color, #5191FA) !important;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group label #term {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #b4b9be;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  clear: none;
  color: #555;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 0;
  margin: -4px 4px 0 0;
  min-width: 16px;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  transition: border-color 0.05s ease-in-out;
  vertical-align: middle;
  width: 18px;
  box-sizing: border-box;
  border-radius: 5px;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group label #term:checked:before {
  color: #1e8cbe;
  content: "\f00c";
  font: normal normal normal 13px/1 FontAwesome;
  margin: 1px 0 0 -1px;
  line-height: 16px;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group label a {
  color: var(--main-color, #5191fa) !important;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group label a:hover {
  text-decoration: underline;
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group .form-submit {
  margin-right: auto;
  padding: 15px 40px 15px 40px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group .form-submit {
    margin-bottom: 30px;
  }
}
.page-template-content .bravo-vendor-form-register .bravo-form-register-vendor .form-group .invalid-feedback {
  font-size: 16px;
  margin-top: 3px;
}
.page-template-content .bravo_gallery .bravo-video-popup {
  display: inline-block;
  position: relative;
}
.page-template-content .bravo_gallery .bravo-video-popup > img {
  border-radius: 20px;
}
.page-template-content .bravo_gallery .bravo-video-popup .play-icon {
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-content .bravo_gallery .bravo-video-popup .play-icon:hover {
  opacity: 1;
}
.page-template-content .bravo-text {
  margin-top: 100px;
  margin-bottom: 40px;
}
.page-template-content .bravo-text h3 strong {
  font-family: "DM Sans", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: var(--heading-color);
}
.page-template-content .bravo-faq-lists {
  margin-bottom: 80px;
}
.page-template-content .bravo-faq-lists .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 40px;
}
.page-template-content .bravo-faq-lists .faq-item {
  background: #FCFCFC;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 16px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.page-template-content .bravo-faq-lists .faq-item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: var(--link-color);
}
.page-template-content .bravo-faq-lists .faq-item h3 a .alignnone {
  margin-right: 3px;
  zoom: 0.6;
}
.page-template-content .bravo-faq-lists .faq-item p {
  font-size: 16px;
  line-height: 26px;
}

.bc-booking-page .booking-success-detail .booking-review-detail {
  margin-bottom: 80px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info {
  display: flex;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info img {
  margin-top: 0;
  border-radius: 16px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info img:hover {
  transform: scale(1.1);
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) {
  align-items: center;
  flex-wrap: wrap;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .service-name {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .service-name a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .vendor-name {
  font-size: 14px;
  color: #5e6d77;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .vendor-name a {
  color: #0B7BFF;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .address {
  font-size: 14px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .address i {
  display: none;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(2) .address:before {
  font-family: mod-icon;
  content: "\e987";
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(1) {
  width: 110px;
  margin-right: 20px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(1) .service-left {
  border-radius: 16px;
  overflow: hidden;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(1) img {
  max-width: 100%;
  height: auto;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-info > div:nth-child(3) {
  font-size: 16px;
  line-height: 26px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-flight {
  display: block;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-flight > div:nth-child(1) {
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 15px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-flight > div:nth-child(1) .service-left {
  width: 110px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 15px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-flight > div:nth-child(1) .service-right {
  font-size: 16px;
  font-weight: 500;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-flight > div:nth-child(1) .service-right .service-name {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .booking-review-content .service-flight > div:nth-child(1) .service-right p {
  margin-bottom: 0px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section {
  padding: 20px;
  border-bottom: none;
  margin-bottom: 20px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section:last-child {
  margin-bottom: 0px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section .section-coupon-form h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section .final-total .label {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section .final-total .val {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section .info-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
  margin-bottom: 14px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section:first-of-type {
  padding-top: 0px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section.total-review {
  padding-top: 0px;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section li .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  width: auto;
}
.bc-booking-page .booking-success-detail .booking-review-detail .review-section li .val {
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}
.bc-booking-page .booking-success-detail .booking-review-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-detail .booking-review-content {
  margin-top: 30px;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  padding: 30px 24px;
}
.bc-booking-page .booking-success-detail .booking-review-content .review-section {
  padding: 0;
}
.bc-booking-page .booking-success-detail .booking-review-content .review-section .info-form ul li {
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dae1e7;
  display: flex;
}
.bc-booking-page .booking-success-detail .booking-review-content .review-section .info-form ul li .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  padding: 5px;
  width: 40%;
  display: inline-block;
  text-align: left;
  word-wrap: break-word;
}
.bc-booking-page .booking-success-detail .booking-review-content .review-section .info-form ul li .val {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  word-break: break-all;
  padding: 5px;
  width: 60%;
  display: inline-block;
}
.bc-booking-page .booking-success-detail a.btn {
  border-radius: 21px;
}
.bc-booking-page .booking-success-notice {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 80px;
  margin-bottom: 80px;
  margin-top: 100px;
  margin-left: 0px;
  margin-right: 0px;
}
.bc-booking-page .booking-success-notice .booking-info-detail {
  border-left: 1px solid #DEDEDE;
}
.bc-booking-page .booking-success-notice .booking-info-detail li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-notice .booking-info-detail li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  min-width: 160px;
  display: inline-block;
}
.bc-booking-page .booking-success-notice .booking-info-detail li .badge {
  font-size: 12px;
  min-width: auto;
  color: #fff;
  line-height: normal;
}
.bc-booking-page .booking-success-notice .success-icon {
  border: 10px solid rgba(10, 160, 43, 0.2);
  border-radius: 50%;
}
.bc-booking-page .booking-success-notice .success-icon .mod-icon-check {
  font-size: 17px;
  color: #fff;
  background: #4CBB7F;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.bc-booking-page .booking-success-notice .notice-success .line1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.bc-booking-page .booking-success-notice .notice-success .line1 span {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--heading-color);
}
.bc-booking-page .booking-success-notice .notice-success .line2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
}
.bc-booking-page .booking-success-notice .notice-success .line2 span {
  font-weight: 500;
  color: var(--heading-color);
  word-break: break-word;
}
.bc-booking-page #bravo-checkout-page {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bc-booking-page #bravo-checkout-page .form-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  color: var(--heading-color);
}
.bc-booking-page #bravo-checkout-page .form-section-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
  margin-bottom: 30px;
  margin-top: 40px;
}
.bc-booking-page #bravo-checkout-page .booking-form {
  border: none;
  padding: 0;
}
.bc-booking-page #bravo-checkout-page .booking-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--grey-color, #5E6D77);
}
.bc-booking-page #bravo-checkout-page .booking-form label .required {
  color: red;
}
.bc-booking-page #bravo-checkout-page .booking-form .row .form-group input, .bc-booking-page #bravo-checkout-page .booking-form .row .form-group select, .bc-booking-page #bravo-checkout-page .booking-form .form-control input, .bc-booking-page #bravo-checkout-page .booking-form .form-control select {
  border: 1px solid #dae1e7;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 30px;
  height: 50px;
}
.bc-booking-page #bravo-checkout-page .booking-form .row .form-group input:focus, .bc-booking-page #bravo-checkout-page .booking-form .row .form-group select:focus, .bc-booking-page #bravo-checkout-page .booking-form .form-control input:focus, .bc-booking-page #bravo-checkout-page .booking-form .form-control select:focus {
  border-color: var(--main-color, #5191FA) !important;
}
.bc-booking-page #bravo-checkout-page .gateways-table .card {
  border: none;
}
.bc-booking-page #bravo-checkout-page .gateways-table .card .card-header {
  width: 100%;
  height: 58px;
  background-color: #fff;
  border: 1px solid var(--grey-color, #5E6D77);
  margin-bottom: unset;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 15px;
  position: relative;
}
.bc-booking-page #bravo-checkout-page .gateways-table .card .card-header:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.bc-booking-page #bravo-checkout-page .gateways-table .card .card-header input {
  width: auto;
  margin-right: 5px;
}
.bc-booking-page #bravo-checkout-page .gateways-table .card #gateway_offline_payment {
  margin-top: 10px;
  background: #fff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 1;
}
.bc-booking-page #bravo-checkout-page .term-conditions-checkbox {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  margin-top: 30px;
}
.bc-booking-page #bravo-checkout-page .term-conditions-checkbox a {
  color: var(--main-color, #3B71FE);
  font-weight: 500;
}
.bc-booking-page #bravo-checkout-page .term-conditions-checkbox input {
  margin-right: 5px;
  border: 1px solid #83929D;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  background-color: #fff;
}
.bc-booking-page #bravo-checkout-page .alert-text.danger {
  color: #e3342f;
}
.bc-booking-page #bravo-checkout-page .form-actions button {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 15px 22px;
  margin-bottom: 50px;
  background: #3b71fe;
}
.bc-booking-page #bravo-checkout-page .form-actions button:hover {
  background: var(--link-color-hover, #1a2b48);
}
.bc-booking-page #bravo-checkout-page .form-actions button:focus {
  box-shadow: none;
}
.bc-booking-page #bravo-checkout-page .form-actions button:after {
  font-weight: 300;
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-family: mod-icon;
  content: "\e967";
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--heading-color);
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info {
  display: flex;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info img {
  margin-top: 0;
  border-radius: 16px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info img:hover {
  transform: scale(1.1);
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) {
  align-items: center;
  flex-wrap: wrap;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .service-name {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  color: var(--heading-color);
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .service-name a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .vendor-name {
  font-size: 14px;
  color: #5e6d77;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .vendor-name a {
  color: #0B7BFF;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .address {
  font-size: 14px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .address i {
  display: none;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(2) .address:before {
  font-family: mod-icon;
  content: "\e987";
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(1) {
  width: 110px;
  margin-right: 20px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(1) .service-left {
  border-radius: 16px;
  overflow: hidden;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(1) img {
  max-width: 100%;
  height: auto;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-info > div:nth-child(3) {
  font-size: 16px;
  line-height: 26px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-flight {
  display: block;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-flight > div:nth-child(1) {
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 15px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-flight > div:nth-child(1) .service-left {
  width: 110px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 15px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-flight > div:nth-child(1) .service-right {
  font-size: 16px;
  font-weight: 500;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-flight > div:nth-child(1) .service-right .service-name {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .booking-review-content .service-flight > div:nth-child(1) .service-right p {
  margin-bottom: 0px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .review-section {
  padding: 20px;
  border-bottom: none;
  /*padding-bottom: 0;*/
}
.bc-booking-page #bravo-checkout-page .booking-detail .review-section .info-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
  margin-bottom: 14px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .review-section:first-of-type {
  padding-top: 30px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .review-section.total-review {
  padding-top: 10px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .review-section li .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--grey-color, #5E6D77);
  width: auto;
}
.bc-booking-page #bravo-checkout-page .booking-detail .review-section li .val {
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
  display: flex;
  align-items: center;
}
.bc-booking-page #bravo-checkout-page .booking-detail hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eaeef3;
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item {
  margin-bottom: 30px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item .d-flex {
  align-items: baseline;
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item .form-section-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item .convert_pay_now {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--heading-color);
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item .input-group-prepend .input-group-text {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item .input-group-append .input-group-text {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .form-group-item .deposit_amount {
  border: 1px solid #dae1e7;
  height: 39px;
  box-shadow: none;
}
.bc-booking-page #bravo-checkout-page .booking-detail .section-coupon-form {
  border-top: 1px solid #eaeef3;
  margin-bottom: 20px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .section-coupon-form h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--heading-color);
}
.bc-booking-page #bravo-checkout-page .booking-detail .section-coupon-form .input-group {
  height: 50px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .section-coupon-form .input-group input {
  background: #F7F8FA;
  border: 1px solid #DEDEDE;
  border-radius: 40px;
  padding: 11px 20px;
  max-width: 66%;
  height: 100%;
  margin-right: 15px;
}
.bc-booking-page #bravo-checkout-page .booking-detail .section-coupon-form .input-group .input-group-append {
  width: 33%;
}
.bc-booking-page #bravo-checkout-page .booking-detail .section-coupon-form .input-group .input-group-append button {
  border-radius: 40px;
  padding: 10px;
  float: right;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 992px) and (min-width: 768px) {
  .bc-booking-page .booking-success-notice .col-left {
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;
  }
  .bc-booking-page .booking-success-notice .success-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
  }
  .bc-booking-page .booking-success-notice .notice-success {
    text-align: center;
  }
  .bc-booking-page .booking-success-notice .col-right .booking-info-detail {
    padding: 0 20%;
    border: none;
  }
}
@media (max-width: 767px) {
  .bc-booking-page .container, .bc-booking-page .container-sm {
    max-width: 100%;
  }
  .bc-booking-page .booking-success-notice {
    padding: 80px 30px;
    margin-bottom: 50px;
  }
  .bc-booking-page .booking-success-notice .col-left {
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;
  }
  .bc-booking-page .booking-success-notice .col-right .booking-info-detail {
    border: none;
    padding-left: 0;
  }
  .bc-booking-page .booking-success-notice .success-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
  }
  .bc-booking-page .booking-success-notice .notice-success {
    text-align: center;
  }
}
.bc-booking-page .flex-self-start {
  align-items: self-start;
  display: flex;
}
.bc-booking-page .flex-self-start .flex-self-start {
  align-items: self-start;
  display: flex;
}
.bc-booking-page .font-size-30 {
  font-size: 30px;
}

.bc-404-page .bc-banner-search-form {
  text-align: center;
}
.bc-404-page .bc-banner-search-form h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: var(--heading-color, #1A2B48);
  margin: 80px 0 0;
}
.bc-404-page .bc-banner-search-form h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--grey-color, #5E6D77);
  margin-top: 20px;
  margin-bottom: 30px;
}
.bc-404-page .bc-banner-search-form p {
  margin: 0;
  display: inline-block;
  font-size: 18px;
  color: var(--grey-color, #5E6D77);
}
.bc-404-page .bc-banner-search-form p a {
  background: #3b71fe;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 22px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.bc-profile {
  padding: 160px 0 70px;
}
.bc-profile .profile-summary {
  border: 1px solid #e4e4e4;
  padding: 24px;
}
@media (max-width: 992px) {
  .bc-profile .profile-summary {
    margin-bottom: 40px;
  }
}
.bc-profile .profile-summary .profile-avatar {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.bc-profile .profile-summary .profile-avatar img {
  /*border:1px solid #d8d8d8;
  max-width: 116px;
  border-radius: 50%;*/
}
.bc-profile .profile-summary .profile-avatar .avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
}
.bc-profile .profile-summary .profile-avatar .avatar-text {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  font-size: 57px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2b47;
  color: #fff;
}
.bc-profile .profile-summary .display-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.bc-profile .profile-summary .profile-since {
  text-align: center;
}
.bc-profile .profile-summary .meta-info {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.bc-profile .profile-summary .meta-info.style1 li {
  position: relative;
  padding-left: 12px;
}
.bc-profile .profile-summary .meta-info.style1 li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 0px;
}
.bc-profile .profile-summary .meta-info.style1 li .label {
  font-weight: 600;
}
.bc-profile .profile-summary .meta-info.style2 li {
  align-items: center;
  display: flex;
  font-size: 16px;
}
.bc-profile .profile-summary .meta-info.style2 li i {
  font-size: 24px;
  margin-right: 7px;
}
.bc-profile .profile-summary .meta-info.style2 li.is_vendor i {
  color: #fa5636;
}
.bc-profile .profile-summary .meta-info.style2 li.review_count i {
  color: #5191fa;
}
.bc-profile .profile-summary .verified-status {
  text-align: center;
  color: #7a7a7a;
}
.bc-profile .profile-summary .verified-status .is-verified {
  color: #1cc9b7;
}
.bc-profile .profile-summary .summary-title {
  font-size: 16px;
  color: #1A2B48;
  margin-top: 0px;
  margin-bottom: 20px;
}
.bc-profile .profile-summary .verification-lists {
  padding: 0;
  margin: 0;
}
.bc-profile .profile-summary .verification-lists li {
  list-style: none;
  margin: 12px 0px;
  font-size: 14px;
  color: #1A2B48;
  display: block;
  align-items: center;
}
.bc-profile .profile-summary .verification-lists li .left-icon {
  margin-right: 7px;
  position: relative;
  color: #A0A9B2;
  width: 19px;
  display: inline-block;
}
.bc-profile .profile-summary .verification-lists li .right-icon {
  position: relative;
  top: -1px;
  float: right;
}
.bc-profile .profile-service-tabs {
  margin-top: 40px;
}
.bc-profile .profile-service-tabs .nav {
  border-bottom: 0;
  margin-right: 35px;
}
.bc-profile .profile-service-tabs .nav li {
  margin-right: 35px;
}
.bc-profile .profile-service-tabs .nav li:last-child {
  margin-right: 0;
}
.bc-profile .profile-service-tabs .nav li a {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #1A2B48;
  text-transform: uppercase;
  background: transparent;
  border: none;
}
.bc-profile .profile-service-tabs .nav li a.active {
  color: #5191FA;
  border: none;
  border-bottom: 2px solid #5191FA;
}
.bc-profile .profile-service-tabs .tab-content {
  margin-top: 30px;
}
.bc-profile .bravo-reviews .review-list {
  margin-top: 30px;
}
.bc-profile .bravo-reviews .review-list .review-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #EAEEF3;
  font-size: 14px;
}
@media (max-width: 990px) {
  .bc-profile .bravo-reviews .review-list .review-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-head {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-head .media .media-left {
  padding-right: 20px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-head .media .media-left img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text {
  background: #1a2b47;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 4px;
  position: relative;
  font-size: 29px;
  top: 0;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-head .media .media-body .media-heading {
  font-size: 14px;
  color: #1A2B48;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-head .media .media-body .date {
  color: #AEB4C0;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-body {
  margin-top: 20px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-body .title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-body .review-star {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-body .review-star li {
  list-style: none;
  margin-right: 5px;
  float: left;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-body .review-star li .fa {
  color: #FFDC00;
  font-size: 16px;
}
.bc-profile .bravo-reviews .review-list .review-item .review-item-body .detail {
  margin-top: 5px;
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  position: relative;
}
.bc-profile .bravo-reviews .review-list .review-item:last-child {
  border-bottom: 1px solid #EAEEF3;
}
.bc-profile .bravo-reviews .mt30 {
  margin-top: 30px;
}

.support-topic-search-banner .bc_banner {
  background-color: #1a2b48;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.support-topic-search-banner .bc_form_search {
  margin-bottom: 50px;
  margin-top: -31px;
  position: relative;
}
.support-topic-search-banner .bravo_form .form-content {
  padding-left: 0px;
  padding-top: 10px;
}
.support-topic-search-banner .bravo_form .form-content .form-control {
  border: none;
}
.support-topic-search-banner .bravo_form .form-content .form-control:focus {
  box-shadow: none;
}
.support-topic-search-banner .bravo_form {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.support-topic-search-banner .bravo_form .g-field-search {
  flex: 0 0 90%;
  max-width: 90%;
  flex-grow: 1;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .support-topic-search-banner .bravo_form .g-field-search {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .support-topic-search-banner .bravo_form .g-field-search [class*=col-] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.support-topic-search-banner .bravo_form .g-button-submit {
  flex: 0 0 10%;
  max-width: 10%;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1023px) {
  .support-topic-search-banner .bravo_form .g-button-submit {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: right;
  }
}
.support-topic-search-banner .bravo_form .g-button-submit button {
  height: 100%;
  width: 100%;
  border-radius: 0px 5px 5px 0px;
  background: #5191fa;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 1023px) {
  .support-topic-search-banner .bravo_form .g-button-submit button {
    height: auto;
    width: auto;
    position: relative;
    margin: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 15px;
    font-weight: normal;
  }
}
.support-topic-search-banner .bravo_form .form-group {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .support-topic-search-banner .bravo_form .form-group {
    border-bottom: solid 1px #ccc;
  }
}
.support-topic-search-banner .bravo_form .border-right {
  border-right: 1px solid #D7DCE3;
}
@media (max-width: 1023px) {
  .support-topic-search-banner .bravo_form .border-right {
    border-right: none !important;
  }
}
.support-topic-search-banner .bravo_form .field-icon {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 35px;
  color: #5191fa;
  left: 15px;
}
@media (max-width: 766px) {
  .support-topic-search-banner .bravo_form .field-icon {
    margin-top: -16px;
    font-size: 30px;
  }
}
.support-topic-search-banner .bravo_form .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 50px;
  color: #5191FA;
  border-top: 0.4em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.32em solid transparent;
}
.support-topic-search-banner .bravo_form .form-content {
  position: relative;
  padding: 20px 0 10px 45px;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .support-topic-search-banner .bravo_form .form-content {
    padding-left: 40px;
  }
}
.support-topic-search-banner .bravo_form .form-content label {
  font-size: 14px;
  color: #5E6D77;
  font-weight: 400;
  margin-bottom: 0px;
}
.support-topic-search-banner .bravo_form .form-content .dropdown .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  color: #5191FA;
  position: relative;
  left: -5px;
  height: 25px !important;
}
@media (max-width: 766px) {
  .support-topic-search-banner .bravo_form .form-content .dropdown .form-control {
    font-size: 14px;
  }
}
.support-topic-search-banner .bravo_form .form-content .dropdown .form-control option {
  color: #000;
}
.support-topic-search-banner .bravo_form .form-content .render {
  font-size: 16px;
  color: #5191fa;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 766px) {
  .support-topic-search-banner .bravo_form .form-content .render {
    font-size: 14px;
  }
}
.support-topic-search-banner .bravo_form .input-search:after {
  display: none;
}

.topic-category-list a:hover {
  text-decoration: none;
}
.topic-category-list .cat-name a {
  color: #4d4d4d;
}
.topic-category-list .topic-item a {
  color: #4d4d4d;
}
.topic-category-list .category-item {
  border: 1px solid #d7dce3;
  border-radius: 3px;
}

.topic-lists-wrap .topic-name {
  color: #1d2746;
}
.topic-lists-wrap .topic-meta {
  color: #838793;
}

.text-838793 {
  color: #838793;
}

.widget_category .title h4 {
  font-size: 16px;
  color: #1A2B48;
  font-weight: 500;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  margin: 0;
  padding-bottom: 20px;
}
.widget_category ul {
  padding: 0;
  margin: 0;
}
.widget_category ul li {
  margin-bottom: 20px;
  list-style: none;
}
.widget_category ul li span {
  height: 6px;
  width: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  border-radius: 50%;
  margin-right: 15px;
  background: #5191fa;
}
.widget_category ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #1A2B48;
}

.topic-sidebars a:hover {
  text-decoration: none;
}
.topic-sidebars .widget .widget-title {
  position: relative;
}
.topic-sidebars .widget .widget-title h4, .topic-sidebars .widget .widget-title h3 {
  font-size: 20px;
  color: #1A2B48;
  font-weight: 500;
  background-color: #fff;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
}
.topic-sidebars .widget .widget-title:after {
  content: "";
  height: 1px;
  background: #D7DCE3;
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  margin-top: 0px;
}
.topic-sidebars .list-topics .topic {
  color: #1A2B48;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.topic-sidebars .list-topics .topic a {
  color: #1A2B48;
}

.topic-content img, .comment-content img {
  max-width: 100%;
  height: auto;
}

.reply-post-author .author-name {
  color: #1A2B48;
}
.reply-post-author .author-name:hover {
  text-decoration: none;
}

.reply-author-meta {
  color: #838793;
}

.ticket-card-action {
  border: 1px solid #D7DCE3;
  border-top: 5px solid #5191fa;
  border-radius: 0 0 4px 4px;
  background: #FFF;
}
.ticket-card-action .card-header {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  color: #1a2b4e;
  text-transform: uppercase;
  font-weight: 500;
}
.ticket-card-action .card-body {
  padding: 20px;
}
.ticket-card-action .card-footer {
  border-top: 1px solid #D7DCE3;
  padding: 20px;
  background: white;
}
.ticket-card-action .card-footer .btn {
  font-size: 16px;
  padding: 12px 25px;
}




/* custom css */

body.page{
	background: #eff3f7;
}
.container-fluid{
	max-width:1290px;
}
.bravo_header .content .header-left .bravo-menu ul li a{
	padding:35px 14px;
}
.bravo_topbar, .bravo_header{
	background:#fff;
}


.bravo_topbar .content .topbar-items li a, .bravo_header .content .header-left .bravo-menu > ul > li > a{
	color:#000;
}
.bravo_topbar{
	border-top: 3px solid #fbcd0c !important;
	border-bottom: 1px solid #eaeaea;
}
.bravo_header {
	position: initial;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%), inset 0 -1px 0 0 #dadce0;
	border-bottom: none;
}
.top-bar-left {
    font-weight: bold;
    color: #16c86c;
}

.topbar-right .header-right {
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    float: right;
}
.topbar-right .header-right a, .header-top a {
    color: #333;
    padding: 0 10px;
    font-size: 13px;
}
.whatapp--btn i {
    font-size: 22px;
    color: #00E676;
    display: inline-block;
    vertical-align: middle;
}
.topbar-right .header-right a {
    padding: 12px !important;
    border-left: 1px solid #e8e8e8;
    text-decoration: none;
}
.bc-service-loop .thumb-image a img{
	width:100%;
}
/* .bravo_header .content{
	display:initial;
}
.header-right{display:none;}
.bravo_header .content .header-left{
	justify-content:space-between;
} */

.description h3 {
	background: #fafafa none repeat scroll 0 0;
	border-bottom: 1px solid #e1e1e1;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 15px;
	margin: 15px 0;
}

.attractions_price_chart td {
    font-size: 16px;
    border-bottom: 1px #dfdfdf solid;
    color: #1994d7;
    padding: 15px;
    box-shadow: 0 2px 4px -3px #afafaf;
}

.attractions_price_chart .header td {
    background: #1d96d7;
    color: #fff;
    font-size: 1em;
    padding: 15px;
}
.RateChart {
    text-align: center;
}

.RateChart .header td {
    background: #1d96d7;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px;
    padding: 15px;
}

.addressinfo ul li > ul {
    margin-bottom: 20px;
}
.desc-box {
    padding: 15px;
}
.desc-box strong{
	align-items: center;
	cursor: pointer;
	display: inline flow-root list-item;
	text-align: center;
	z-index: 1;
	background: #1d96d7;
	border: 3px solid #d9edf7 !important;
	border-radius: 6px;
	font-weight: bold;
	margin: 0 6px 7px 0;
	margin-bottom: 7px;
	color: #fff !important;
	padding: 8px 12px;
	font-size: 1em;
	line-height: 150%;
	width: auto !important;
	margin-bottom: 10px !important;
}

.description .content h4 {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    border: none;
    background: none;
}

.description .content h4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px; 
    height: 20px;
    background-color: #009693;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.details-form ul{
	margin: 10px 0;
    padding: 0;
	list-style-type: none;
	padding-left:20px;
}

.details-form ul li > ul {
	margin-bottom: 20px;
	padding: 0;
}

.details-form hr{
	margin:10px;
}

.details-form ul li > ul li {
    display: inline-block;
    padding-left: 0;
    margin-right: 15px;
    /* border-right: 2px solid #ccc; */
    padding-right: 15px;
}
.blog-content .banner-img{
	width:100%;
}

.bc-page-default.bc-location .section-tabs-content .heading-title{
	margin-top:25px;
}

.bc-bg-feature{
	min-height:500px;
	text-align: center;
	padding-top:0;
	padding-bottom: 0;
}
.bc-bg-feature::after {
	content: initial;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
}
.bc-bg-feature .bc-banner-search-form__title{color:#333; text-align: left;}
.bc-bg-feature .bc-breadcrumb{text-align:left;}
.bc-bg-feature .bc-breadcrumb ul li.active{color:rgb(0, 171, 255);}
.bc-bg-feature .bc-breadcrumb ul li a{color:#333;}
.bc-bg-feature .bc-banner-search-form {
	padding-top: 50px;
}
.bc-breadcrumb ul li:not(:last-child)::after {
	background: #000;
}
.banner-img{
	/* max-height:500px; */
	width: 100%;
}
/* .form-head {
    background: #eff3f7;
    border-bottom: 1px #e5e5e5 solid;
    border-right: 5px #e5e5e5 solid;
    padding: 15px 20px 15px 20px;
    font-weight: bold;
} */

.service-wishlist, .wistlist-single .service-wishlist{
	display:none !important;
}

.bc-list-news .list-item .item-news .item-desc{font-size:12px;}
.bc-service-loop .item-title{padding-top:15px;}
.bc-service-loop .star-rate{padding-bottom:0;}
.bc-list-locations .list-item .destination-item .image .content{ bottom:0; right:initial; top: initial;}
.bc-list-locations.style_1 .list-item .destination-item .content .title{font-size:26px;}
.pro-title {font-size: 1.5rem;	font-weight: bold;}
.bc_form .g-button-submit button{padding: 15px 30px;}

@media screen and (max-width: 991px) {
  #bc-content-wrapper .bc-bg-feature {
    padding-top: 0;
    padding-bottom: 0;
	min-height: auto;
  }
}
