.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  line-height: 1.59722222;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.96052632rem;
    line-height: 1.62555556;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.63157895rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35416667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.07142857rem;
    line-height: 1.28333333;
  }
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #46877e !important;
}
.bg-success {
  background-color: #91b1ac !important;
}
.bg-info {
  background-color: #fdcc67 !important;
}
.bg-warning {
  background-color: #fceecf !important;
}
.bg-danger {
  background-color: #003d59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #46877e !important;
  border-color: #46877e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #46877e;
  border-color: #46877e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #46877e !important;
  border-color: #46877e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #46877e;
  border-color: #46877e;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary:hover {
  background-color: #35655f !important;
  border-color: #35655f !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
  color: #644401 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #644401 !important;
  background-color: #fdcc67;
  border-color: #fdcc67;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-info:hover {
  background-color: #fcbb35 !important;
  border-color: #fcbb35 !important;
}
.btn-success,
.btn-success:active {
  background-color: #91b1ac !important;
  border-color: #91b1ac !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #91b1ac;
  border-color: #91b1ac;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #91b1ac !important;
  border-color: #91b1ac !important;
}
.btn-success:hover {
  background-color: #739c95 !important;
  border-color: #739c95 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fceecf !important;
  border-color: #fceecf !important;
  color: #c0880c !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #c0880c !important;
  background-color: #fceecf;
  border-color: #fceecf;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c0880c !important;
  background-color: #fceecf !important;
  border-color: #fceecf !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #003d59 !important;
  border-color: #003d59 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #003d59;
  border-color: #003d59;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-danger:hover {
  background-color: #00608c !important;
  border-color: #00608c !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #46877e;
  color: #46877e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #46877e !important;
  border-color: #46877e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #46877e;
  color: #46877e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #46877e !important;
  border-color: #46877e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdcc67;
  color: #fdcc67;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #644401 !important;
  background: #fdcc67 !important;
  border-color: #fdcc67;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #91b1ac;
  color: #91b1ac;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #91b1ac !important;
  border-color: #91b1ac;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #91b1ac !important;
  border-color: #91b1ac !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fceecf;
  color: #fceecf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c0880c !important;
  background: #fceecf !important;
  border-color: #fceecf;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c0880c !important;
  background-color: #fceecf !important;
  border-color: #fceecf !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #003d59;
  color: #003d59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #003d59 !important;
  border-color: #003d59;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #46877e !important;
}
.text-secondary {
  color: #46877e !important;
}
.text-success {
  color: #91b1ac !important;
}
.text-info {
  color: #fdcc67 !important;
}
.text-warning {
  color: #fceecf !important;
}
.text-danger {
  color: #003d59 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #69b1a7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #23443f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5b817b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fbaa03 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fceecf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #46877e !important;
}
.alert-success {
  background-color: #91b1ac;
}
.alert-info {
  background-color: #fdcc67;
}
.alert-warning {
  background-color: #fceecf;
}
.alert-danger {
  background-color: #003d59;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #46877e;
  border-color: #46877e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #46877e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ac2bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dce6e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0094d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #46877e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #46877e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #46877e;
  border-bottom-color: #46877e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #46877e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #46877e !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.08rem;
  line-height: 0.9375;
}
.cid-tTAFlHpbvo {
  z-index: 1000;
  width: 100%;
}
.cid-tTAFlHpbvo nav.navbar {
  position: fixed;
}
.cid-tTAFlHpbvo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTAFlHpbvo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tTAFlHpbvo .dropdown-item:hover,
.cid-tTAFlHpbvo .dropdown-item:focus {
  color: #46877e !important;
}
.cid-tTAFlHpbvo .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tTAFlHpbvo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTAFlHpbvo .nav-link {
  position: relative;
  padding: 0;
}
.cid-tTAFlHpbvo .container {
  display: flex;
  margin: auto;
}
.cid-tTAFlHpbvo .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTAFlHpbvo .dropdown-menu,
.cid-tTAFlHpbvo .navbar.opened {
  background: #000000 !important;
}
.cid-tTAFlHpbvo .nav-item:focus,
.cid-tTAFlHpbvo .nav-link:focus {
  outline: none;
}
.cid-tTAFlHpbvo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTAFlHpbvo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTAFlHpbvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTAFlHpbvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTAFlHpbvo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTAFlHpbvo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTAFlHpbvo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.3);
}
.cid-tTAFlHpbvo .navbar.opened {
  transition: all 0.3s;
}
.cid-tTAFlHpbvo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTAFlHpbvo .navbar .navbar-logo img {
  width: auto;
}
.cid-tTAFlHpbvo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tTAFlHpbvo .navbar.collapsed {
  justify-content: center;
}
.cid-tTAFlHpbvo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTAFlHpbvo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTAFlHpbvo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tTAFlHpbvo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTAFlHpbvo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTAFlHpbvo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tTAFlHpbvo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTAFlHpbvo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTAFlHpbvo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTAFlHpbvo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTAFlHpbvo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTAFlHpbvo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTAFlHpbvo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTAFlHpbvo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tTAFlHpbvo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTAFlHpbvo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTAFlHpbvo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTAFlHpbvo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTAFlHpbvo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTAFlHpbvo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTAFlHpbvo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTAFlHpbvo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTAFlHpbvo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTAFlHpbvo .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTAFlHpbvo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTAFlHpbvo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTAFlHpbvo .dropdown-item.active,
.cid-tTAFlHpbvo .dropdown-item:active {
  background-color: transparent;
}
.cid-tTAFlHpbvo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTAFlHpbvo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTAFlHpbvo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTAFlHpbvo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tTAFlHpbvo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTAFlHpbvo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTAFlHpbvo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTAFlHpbvo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTAFlHpbvo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTAFlHpbvo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTAFlHpbvo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTAFlHpbvo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTAFlHpbvo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTAFlHpbvo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTAFlHpbvo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTAFlHpbvo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTAFlHpbvo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTAFlHpbvo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTAFlHpbvo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTAFlHpbvo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTAFlHpbvo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTAFlHpbvo .navbar {
    height: 70px;
  }
  .cid-tTAFlHpbvo .navbar.opened {
    height: auto;
  }
  .cid-tTAFlHpbvo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTAFlHpbvo .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tTAFlHpbvo .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tTAFlHpbvo a {
  display: inline;
  font-weight: bold;
}
.cid-tTAFlHpbvo img {
  display: inline;
  padding-right: 10px;
}
.cid-tTAFlHpbvo .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tTAFlHpbvo .dropdown-item:hover {
  color: #fceecf !important;
}
@media (max-width: 990px) {
  .cid-tTAFlHpbvo .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tTAFlHpbvo .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-tTAFlHpbvo .right-side {
    flex-direction: column;
  }
  .cid-tTAFlHpbvo ul {
    margin-left: 0 !important;
  }
}
.cid-tTAFlHpbvo .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-tTAFlHpbvo .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tTAFlHpbvo .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tTAFlHpbvo .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tTAFlHpbvo .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tTAFlHpbvo .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tTAFlHpbvo .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tTAFlHpbvo ul {
  margin-left: 15%;
}
.cid-tTAFlHpbvo .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-tTAFlHpbvo ul {
    margin-left: 50px !important;
  }
}
.cid-tTAFlHpbvo .btn {
  border-radius: 50px;
}
.cid-spoW0mhY17 {
  background-image: url("../../../assets/images/pushkar-cottages-8-1280x853.webp");
}
.cid-tTALawNI76 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eef5f4;
}
.cid-tTALawNI76 .title__block {
  margin-bottom: 55px;
}
.cid-tTALawNI76 .mbr-section-title {
  margin-bottom: 16px;
  color: #282727;
}
.cid-tTALawNI76 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tTALawNI76 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tTALawNI76 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tTALawNI76 .card__content {
  display: block;
  width: 100%;
}
.cid-tTALawNI76 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #282727;
}
.cid-tTALawNI76 .card__text {
  margin-bottom: 0;
  color: #282727;
}
@media (max-width: 991px) {
  .cid-tTALawNI76 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tTALawNI76 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tTALawNI76 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tTALawNI76 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tTALawNI76 .card__image {
    max-width: 90px;
  }
  .cid-tTALawNI76 .card__image img {
    width: 70%;
  }
}
.cid-tTALawNI76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTALawNI76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTALawNI76 .mbr-section-subtitle {
  color: #282727;
}
.cid-spExxYFRHY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spExxYFRHY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spExxYFRHY .mbr-section-title,
.cid-spExxYFRHY .mbr-section-subtitle,
.cid-spExxYFRHY .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spExxYFRHY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-spExxYFRHY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spExxYFRHY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spExxYFRHY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-spExxYFRHY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-spExxYFRHY .icon-focus {
  display: none;
}
.cid-spExxYFRHY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-spExxYFRHY ul {
  font-size: 0;
}
.cid-spExxYFRHY .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-spExxYFRHY .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-spExxYFRHY .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-spExxYFRHY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-spExxYFRHY .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-spExxYFRHY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-spExxYFRHY .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-spExxYFRHY .btn:hover {
  background: transparent !important;
}
.cid-spExxYFRHY .btn:hover:before {
  background: transparent !important;
}
.cid-spExxYFRHY .btn:before {
  background-color: transparent !important;
}
.cid-spExxYFRHY .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-spExxYFRHY .mbr-section-title {
  color: #000000;
}
.cid-spExxYFRHY .mbr-section-subtitle,
.cid-spExxYFRHY .underline {
  color: #282727;
}
.cid-tTAJGBAfzu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTAJGBAfzu img,
.cid-tTAJGBAfzu .item-img {
  width: 100%;
}
.cid-tTAJGBAfzu .item:focus,
.cid-tTAJGBAfzu span:focus {
  outline: none;
}
.cid-tTAJGBAfzu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tTAJGBAfzu .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTAJGBAfzu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTAJGBAfzu .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tTAJGBAfzu .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tTAJGBAfzu .mbr-text,
.cid-tTAJGBAfzu .mbr-section-btn {
  color: #282727;
}
.cid-tTAJGBAfzu .item-title {
  color: #000000;
}
.cid-tTAJGBAfzu .mbr-section-title {
  text-align: center;
  color: #282727;
}
.cid-tTAJGBAfzu .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tTApG1Q8U6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTApG1Q8U6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTApG1Q8U6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTApG1Q8U6 b,
.cid-tTApG1Q8U6 strong {
  font-weight: 900;
}
.cid-tTApG1Q8U6 path {
  stroke: #54bcad !important;
}
.cid-tTApG1Q8U6 .mbr-text {
  color: #767676;
}
.cid-tTApG1Q8U6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTApG1Q8U6 .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-tTApG1Q8U6 .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-tTApG1Q8U6 .card-box h4,
.cid-tTApG1Q8U6 .card-box p,
.cid-tTApG1Q8U6 .card-box span {
  z-index: 1;
  position: relative;
}
.cid-tTApG1Q8U6 .title .num {
  width: 100%;
  display: block;
}
.cid-tTApG1Q8U6 .title .card-title {
  z-index: 1;
}
.cid-tTApG1Q8U6 .num {
  color: #282727;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTApG1Q8U6 * {
    text-align: center !important;
  }
  .cid-tTApG1Q8U6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tTApG1Q8U6 .card-title,
.cid-tTApG1Q8U6 .card-img {
  text-align: center;
  color: #17003b;
}
.cid-tTApG1Q8U6 .card-text {
  text-align: center;
  color: #282727;
}
.cid-tTApG1Q8U6 .mbr-section-title,
.cid-tTApG1Q8U6 .card-box {
  text-align: center;
}
.cid-tVpD7j7Yo1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVpD7j7Yo1 img,
.cid-tVpD7j7Yo1 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tVpD7j7Yo1 .item:focus,
.cid-tVpD7j7Yo1 span:focus {
  outline: none;
}
.cid-tVpD7j7Yo1 .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-tVpD7j7Yo1 .item-content {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.cid-tVpD7j7Yo1 .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tVpD7j7Yo1 .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-tVpD7j7Yo1 .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVpD7j7Yo1 .row {
  margin-top: 5rem;
}
.cid-tVpD7j7Yo1 .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-tVpD7j7Yo1 .item-title {
  transition: 0.5s;
  text-align: center;
}
.cid-tVpD7j7Yo1 .item-title:hover {
  color: #46877e;
}
.cid-tVpD7j7Yo1 .mbr-section-title {
  text-align: center;
}
.cid-tVpD7j7Yo1 .mbr-section-title b:last-child,
.cid-tVpD7j7Yo1 .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-tVpD7j7Yo1 .mbr-section-subtitle {
  text-align: center;
}
.cid-tVpDkyNop7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVpDkyNop7 img,
.cid-tVpDkyNop7 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tVpDkyNop7 .item:focus,
.cid-tVpDkyNop7 span:focus {
  outline: none;
}
.cid-tVpDkyNop7 .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-tVpDkyNop7 .item-content {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.cid-tVpDkyNop7 .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tVpDkyNop7 .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-tVpDkyNop7 .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVpDkyNop7 .row {
  margin-top: 5rem;
}
.cid-tVpDkyNop7 .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-tVpDkyNop7 .item-title {
  transition: 0.5s;
  text-align: center;
}
.cid-tVpDkyNop7 .item-title:hover {
  color: #46877e;
}
.cid-tVpDkyNop7 .mbr-section-title {
  text-align: center;
}
.cid-tVpDkyNop7 .mbr-section-title b:last-child,
.cid-tVpDkyNop7 .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-tVpDkyNop7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tVpDlP2gaA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVpDlP2gaA img,
.cid-tVpDlP2gaA .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tVpDlP2gaA .item:focus,
.cid-tVpDlP2gaA span:focus {
  outline: none;
}
.cid-tVpDlP2gaA .item {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.cid-tVpDlP2gaA .item-content {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.cid-tVpDlP2gaA .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-tVpDlP2gaA .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-tVpDlP2gaA .item-wrapper {
  position: relative;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVpDlP2gaA .row {
  margin-top: 5rem;
}
.cid-tVpDlP2gaA .item-content {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.cid-tVpDlP2gaA .item-title {
  transition: 0.5s;
  text-align: center;
}
.cid-tVpDlP2gaA .item-title:hover {
  color: #46877e;
}
.cid-tVpDlP2gaA .mbr-section-title {
  text-align: center;
}
.cid-tVpDlP2gaA .mbr-section-title b:last-child,
.cid-tVpDlP2gaA .mbr-section-title strong:last-child {
  color: #000000;
}
.cid-tVpDlP2gaA .mbr-section-subtitle {
  text-align: center;
}
.cid-spGWlzWwi8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eef5f4;
}
.cid-spGWlzWwi8 .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-spGWlzWwi8 .mbr-text {
  color: #000000;
}
.cid-spGWlzWwi8 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-spGWlzWwi8 .card {
    margin-bottom: 2rem;
  }
}
.cid-spGWlzWwi8 .card-title,
.cid-spGWlzWwi8 .card-img {
  color: #282727;
}
.cid-spGWlzWwi8 .mbr-section-title {
  text-align: center;
  color: #282727;
}
.cid-spGWlzWwi8 .mbr-section-sub-title {
  text-align: center;
  color: #c2c2c2;
}
.cid-sppa0XZYhh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef5f4;
}
.cid-tTAovJBgck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTAovJBgck .nav-tabs .nav-item.open .nav-link:focus,
.cid-tTAovJBgck .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tTAovJBgck .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tTAovJBgck .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tTAovJBgck .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tTAovJBgck .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #46877e;
}
.cid-tTAovJBgck .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tTAovJBgck .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tTAovJBgck .nav-tabs .nav-item {
  width: 100%;
}
.cid-tTAovJBgck .nav-link,
.cid-tTAovJBgck .nav-link.active {
  padding: 1rem auto;
  background: #ecfffc;
}
.cid-tTAovJBgck .nav-tabs .nav-link.active {
  color: #46877e;
}
.cid-tTAovJBgck .tab-content {
  background: #ecfffc;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tTAovJBgck .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tTAovJBgck .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tTAovJBgck .logo-container {
    border-right: 1px solid #46877e;
  }
}
.cid-tTAovJBgck H4 {
  text-align: center;
  color: #282727;
}
.cid-tTAovJBgck H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tTAovJBgck .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tTAovJBgck P {
  color: #282727;
}
.cid-tZOqTNFwCH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eef5f4;
}
.cid-tZOqTNFwCH h4 {
  display: flex;
  color: #000000;
}
.cid-tZOqTNFwCH .panel-text {
  color: #282727;
  line-height: 1.7;
}
.cid-tZOqTNFwCH .wrap {
  display: flex;
}
.cid-tZOqTNFwCH .icon {
  background: #7cb342;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-tZOqTNFwCH img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-tZOqTNFwCH .mbr-section-title {
  color: #0e2d3b;
  text-align: center;
}
.cid-tZOqTNFwCH p {
  margin: 0;
}
.cid-tZOqTNFwCH .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-tZOqTNFwCH .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-tZOqTNFwCH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tZOqTNFwCH .panel-group {
  width: 100%;
}
.cid-tZOqTNFwCH .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tZOqTNFwCH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tZOqTNFwCH .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #eef5f4;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tZOqTNFwCH .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tZOqTNFwCH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tZOqTNFwCH .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-tZOqTNFwCH .card .panel-body {
  background: #eef5f4;
}
.cid-tZOqTNFwCH .sign {
  color: #000000;
}
.cid-tZOqTNFwCH .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tZOqTNFwCH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tZOqTNFwCH .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tZOqTNFwCH .header-text,
.cid-tZOqTNFwCH .sign {
  color: #282727;
}
.cid-tDsCWpD46d {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tDsCWpD46d .main {
  height: 520px;
  flex-direction: row-reverse;
}
.cid-tDsCWpD46d .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-tDsCWpD46d .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tDsCWpD46d .map {
    height: auto;
  }
}
.cid-tDsCWpD46d .wrap__content {
  display: flex;
  padding: 0;
}
.cid-tDsCWpD46d .block__content1,
.cid-tDsCWpD46d .block__content2 {
  padding: 90px 70px 90px 15px;
}
.cid-tDsCWpD46d .block__content1 {
  background-color: #ffffff;
}
.cid-tDsCWpD46d .block__content2 {
  background-color: #46877e;
}
.cid-tDsCWpD46d .border__radius {
  margin-bottom: 20px;
  border: 2px solid #282727;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDsCWpD46d .content__title,
.cid-tDsCWpD46d .title__address {
  margin-bottom: 20px;
}
.cid-tDsCWpD46d .content__span,
.cid-tDsCWpD46d .content__span2 {
  color: #6a696c;
}
.cid-tDsCWpD46d .content__phone {
  margin-bottom: 25px;
  color: #282727;
}
.cid-tDsCWpD46d .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tDsCWpD46d .main {
    height: auto;
  }
  .cid-tDsCWpD46d .block__content1,
  .cid-tDsCWpD46d .block__content2 {
    padding: 70px 25px 70px 15px;
  }
}
@media (max-width: 767px) {
  .cid-tDsCWpD46d .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-tDsCWpD46d .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-tDsCWpD46d .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-tDsCWpD46d .wrap__content {
    flex-direction: column;
  }
}
.cid-tDsCWpD46d .content__title {
  color: #282727;
}
.cid-tDsCWpD46d .work__time {
  color: #282727;
}
.cid-tDsCWpD46d .text__address {
  color: #282727;
}
.cid-tDsCWpD46d .title__address {
  color: #282727;
}
.cid-umWvZ58iiT {
  z-index: 1000;
  width: 100%;
}
.cid-umWvZ58iiT nav.navbar {
  position: fixed;
}
.cid-umWvZ58iiT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umWvZ58iiT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-umWvZ58iiT .dropdown-item:hover,
.cid-umWvZ58iiT .dropdown-item:focus {
  color: #46877e !important;
}
.cid-umWvZ58iiT .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-umWvZ58iiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umWvZ58iiT .nav-link {
  position: relative;
  padding: 0;
}
.cid-umWvZ58iiT .container {
  display: flex;
  margin: auto;
}
.cid-umWvZ58iiT .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umWvZ58iiT .dropdown-menu,
.cid-umWvZ58iiT .navbar.opened {
  background: #000000 !important;
}
.cid-umWvZ58iiT .nav-item:focus,
.cid-umWvZ58iiT .nav-link:focus {
  outline: none;
}
.cid-umWvZ58iiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umWvZ58iiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umWvZ58iiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umWvZ58iiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umWvZ58iiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umWvZ58iiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umWvZ58iiT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.3);
}
.cid-umWvZ58iiT .navbar.opened {
  transition: all 0.3s;
}
.cid-umWvZ58iiT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umWvZ58iiT .navbar .navbar-logo img {
  width: auto;
}
.cid-umWvZ58iiT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-umWvZ58iiT .navbar.collapsed {
  justify-content: center;
}
.cid-umWvZ58iiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umWvZ58iiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umWvZ58iiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-umWvZ58iiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umWvZ58iiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umWvZ58iiT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umWvZ58iiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umWvZ58iiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umWvZ58iiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umWvZ58iiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umWvZ58iiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umWvZ58iiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umWvZ58iiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umWvZ58iiT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umWvZ58iiT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umWvZ58iiT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umWvZ58iiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umWvZ58iiT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umWvZ58iiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umWvZ58iiT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umWvZ58iiT .navbar.navbar-short {
  min-height: 60px;
}
.cid-umWvZ58iiT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umWvZ58iiT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umWvZ58iiT .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umWvZ58iiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umWvZ58iiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umWvZ58iiT .dropdown-item.active,
.cid-umWvZ58iiT .dropdown-item:active {
  background-color: transparent;
}
.cid-umWvZ58iiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umWvZ58iiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umWvZ58iiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umWvZ58iiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umWvZ58iiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umWvZ58iiT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umWvZ58iiT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umWvZ58iiT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umWvZ58iiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umWvZ58iiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umWvZ58iiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umWvZ58iiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umWvZ58iiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umWvZ58iiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umWvZ58iiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umWvZ58iiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umWvZ58iiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umWvZ58iiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umWvZ58iiT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umWvZ58iiT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umWvZ58iiT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umWvZ58iiT .navbar {
    height: 70px;
  }
  .cid-umWvZ58iiT .navbar.opened {
    height: auto;
  }
  .cid-umWvZ58iiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umWvZ58iiT .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-umWvZ58iiT .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-umWvZ58iiT a {
  display: inline;
  font-weight: bold;
}
.cid-umWvZ58iiT img {
  display: inline;
  padding-right: 10px;
}
.cid-umWvZ58iiT .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-umWvZ58iiT .dropdown-item:hover {
  color: #fceecf !important;
}
@media (max-width: 990px) {
  .cid-umWvZ58iiT .dropdown-menu {
    margin-top: 0px;
  }
  .cid-umWvZ58iiT .collapse .btn {
    margin: 11px 21px 18px;
  }
  .cid-umWvZ58iiT .right-side {
    flex-direction: column;
  }
  .cid-umWvZ58iiT ul {
    margin-left: 0 !important;
  }
}
.cid-umWvZ58iiT .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cid-umWvZ58iiT .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-umWvZ58iiT .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-umWvZ58iiT .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-umWvZ58iiT .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-umWvZ58iiT .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-umWvZ58iiT .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-umWvZ58iiT ul {
  margin-left: 15%;
}
.cid-umWvZ58iiT .right-side {
  display: flex;
}
@media (min-width: 990px) and (max-width: 1050px) {
  .cid-umWvZ58iiT ul {
    margin-left: 50px !important;
  }
}
.cid-umWvZ58iiT .btn {
  border-radius: 50px;
}
.cid-umWvZ5nX6i {
  background-image: url("../../../assets/images/pushkar-cottages-8-1280x853.webp");
}
.cid-umWvZ5PfJf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-umWvZ5PfJf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-umWvZ5PfJf .mbr-section-title,
.cid-umWvZ5PfJf .mbr-section-subtitle,
.cid-umWvZ5PfJf .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umWvZ5PfJf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umWvZ5PfJf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umWvZ5PfJf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umWvZ5PfJf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umWvZ5PfJf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-umWvZ5PfJf .icon-focus {
  display: none;
}
.cid-umWvZ5PfJf .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-umWvZ5PfJf ul {
  font-size: 0;
}
.cid-umWvZ5PfJf .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-umWvZ5PfJf .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-umWvZ5PfJf .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-umWvZ5PfJf .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-umWvZ5PfJf .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-umWvZ5PfJf .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-umWvZ5PfJf .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-umWvZ5PfJf .btn:hover {
  background: transparent !important;
}
.cid-umWvZ5PfJf .btn:hover:before {
  background: transparent !important;
}
.cid-umWvZ5PfJf .btn:before {
  background-color: transparent !important;
}
.cid-umWvZ5PfJf .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-umWvZ5PfJf .mbr-section-title {
  color: #000000;
}
.cid-umWvZ5PfJf .mbr-section-subtitle,
.cid-umWvZ5PfJf .underline {
  color: #282727;
}
.cid-umWvZ6a5df {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umWvZ6a5df img,
.cid-umWvZ6a5df .item-img {
  width: 100%;
}
.cid-umWvZ6a5df .item:focus,
.cid-umWvZ6a5df span:focus {
  outline: none;
}
.cid-umWvZ6a5df .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-umWvZ6a5df .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umWvZ6a5df .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umWvZ6a5df .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-umWvZ6a5df .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-umWvZ6a5df .mbr-text,
.cid-umWvZ6a5df .mbr-section-btn {
  color: #282727;
}
.cid-umWvZ6a5df .item-title {
  color: #000000;
}
.cid-umWvZ6a5df .mbr-section-title {
  text-align: center;
  color: #282727;
}
.cid-umWvZ6a5df .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-umWvZ6mTn4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-umWvZ6mTn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWvZ6mTn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWvZ6mTn4 b,
.cid-umWvZ6mTn4 strong {
  font-weight: 900;
}
.cid-umWvZ6mTn4 path {
  stroke: #54bcad !important;
}
.cid-umWvZ6mTn4 .mbr-text {
  color: #767676;
}
.cid-umWvZ6mTn4 .mbr-section-subtitle {
  color: #767676;
}
.cid-umWvZ6mTn4 .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-umWvZ6mTn4 .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-umWvZ6mTn4 .card-box h4,
.cid-umWvZ6mTn4 .card-box p,
.cid-umWvZ6mTn4 .card-box span {
  z-index: 1;
  position: relative;
}
.cid-umWvZ6mTn4 .title .num {
  width: 100%;
  display: block;
}
.cid-umWvZ6mTn4 .title .card-title {
  z-index: 1;
}
.cid-umWvZ6mTn4 .num {
  color: #282727;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-umWvZ6mTn4 * {
    text-align: center !important;
  }
  .cid-umWvZ6mTn4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-umWvZ6mTn4 .card-title,
.cid-umWvZ6mTn4 .card-img {
  text-align: center;
  color: #17003b;
}
.cid-umWvZ6mTn4 .card-text {
  text-align: center;
  color: #282727;
}
.cid-umWvZ6mTn4 .mbr-section-title,
.cid-umWvZ6mTn4 .card-box {
  text-align: center;
}
.cid-umWvZ7Gj4w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eef5f4;
}
.cid-umWvZ7Gj4w h4 {
  display: flex;
  color: #000000;
}
.cid-umWvZ7Gj4w .panel-text {
  color: #282727;
  line-height: 1.7;
}
.cid-umWvZ7Gj4w .wrap {
  display: flex;
}
.cid-umWvZ7Gj4w .icon {
  background: #7cb342;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-umWvZ7Gj4w img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-umWvZ7Gj4w .mbr-section-title {
  color: #0e2d3b;
  text-align: center;
}
.cid-umWvZ7Gj4w p {
  margin: 0;
}
.cid-umWvZ7Gj4w .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-umWvZ7Gj4w .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-umWvZ7Gj4w .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-umWvZ7Gj4w .panel-group {
  width: 100%;
}
.cid-umWvZ7Gj4w .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-umWvZ7Gj4w .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-umWvZ7Gj4w .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #eef5f4;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-umWvZ7Gj4w .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-umWvZ7Gj4w .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-umWvZ7Gj4w .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-umWvZ7Gj4w .card .panel-body {
  background: #eef5f4;
}
.cid-umWvZ7Gj4w .sign {
  color: #000000;
}
.cid-umWvZ7Gj4w .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-umWvZ7Gj4w .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-umWvZ7Gj4w .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-umWvZ7Gj4w .header-text,
.cid-umWvZ7Gj4w .sign {
  color: #282727;
}
.cid-umWvZ7Xxc7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umWvZ7Xxc7 .main {
  height: 520px;
  flex-direction: row-reverse;
}
.cid-umWvZ7Xxc7 .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-umWvZ7Xxc7 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-umWvZ7Xxc7 .map {
    height: auto;
  }
}
.cid-umWvZ7Xxc7 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-umWvZ7Xxc7 .block__content1,
.cid-umWvZ7Xxc7 .block__content2 {
  padding: 90px 70px 90px 15px;
}
.cid-umWvZ7Xxc7 .block__content1 {
  background-color: #ffffff;
}
.cid-umWvZ7Xxc7 .block__content2 {
  background-color: #46877e;
}
.cid-umWvZ7Xxc7 .border__radius {
  margin-bottom: 20px;
  border: 2px solid #282727;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umWvZ7Xxc7 .content__title,
.cid-umWvZ7Xxc7 .title__address {
  margin-bottom: 20px;
}
.cid-umWvZ7Xxc7 .content__span,
.cid-umWvZ7Xxc7 .content__span2 {
  color: #6a696c;
}
.cid-umWvZ7Xxc7 .content__phone {
  margin-bottom: 25px;
  color: #282727;
}
.cid-umWvZ7Xxc7 .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-umWvZ7Xxc7 .main {
    height: auto;
  }
  .cid-umWvZ7Xxc7 .block__content1,
  .cid-umWvZ7Xxc7 .block__content2 {
    padding: 70px 25px 70px 15px;
  }
}
@media (max-width: 767px) {
  .cid-umWvZ7Xxc7 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-umWvZ7Xxc7 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-umWvZ7Xxc7 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-umWvZ7Xxc7 .wrap__content {
    flex-direction: column;
  }
}
.cid-umWvZ7Xxc7 .content__title {
  color: #282727;
}
.cid-umWvZ7Xxc7 .work__time {
  color: #282727;
}
.cid-umWvZ7Xxc7 .text__address {
  color: #282727;
}
.cid-umWvZ7Xxc7 .title__address {
  color: #282727;
}
