html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

#navbar.scrolled {
  background-color: white;
  color: black;
}

#navbar.scrolled li a {
  color: black;
  background-color: #fff;
}

.scrolledMobile {
  background-color: white;
  color: black;
  background-color: #fff;
}

.avatarImage img {
  margin-right: 5px;
  height: 23px;
  width: 23px;
}

.excerptBlog {
  font-size: 14px;
}

.innerSingle {
  padding-top: 50px;
  padding-bottom: 10px;
}

.innerSingle p {
  color: #364d59;
  font-size: 16px;
  line-height: 25px;
}

.innerSingle p a {
  word-break: break-all;
}

.breadcrumbLine {
  color: #fff;
}

.breadcrumbLine a {
  color: #fff;
}

.breadcrumbLine a:hover {
  color: #ef4444;
}

.greaterThan {
  font-size: 12px;
}

.customFeatureListingBlog {
  height: 230px;
  width: 100%;
  border-radius: 0 0 0 0;
}

.entry-content {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.header .logo img {
  width: 150px !important;
}

.leftOnSmall {
  max-width: 70%;
}

.entry-content h4 {
  font-size: 16px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  min-height: 52px;
}

.cardWrapper .card {
  border: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 1rem;
}

.cardWrapper .card .featureImagePress {
  width: 100%;
  height: 300px;
  padding: 10px;
  border-radius: 1rem 1rem 0 0;
}

.cardWrapper {
  margin-top: 40px;
}

.onePara {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-items: baseline;
}

.google-sheets-cell-7 a {
  background: #ef4444;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  padding: 5px 40px;
  text-decoration: none;
  margin-top: 10px;
}

.google-sheets-row {
  padding: 20px 15px 60px;
  margin-bottom: 25px;
  border-bottom: 1px solid #92939425;
}

h2.google-sheets-cell-1 {
  margin-bottom: 15px;
}

.google-sheets-cell-5 {
  display: flex;
  align-items: center;
}

.clickshare {
  margin-right: 15px;
  margin-top: 10px;
}

.share-icons {
  display: flex;
  align-items: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 35px;
}

.clickshare:hover {
  cursor: pointer;
}

.share-icons_inner {
  align-items: center;
}

.share-icons_inner img:hover {
  cursor: pointer;
}

h2.google-sheets-cell-2 {
  margin-bottom: 10px;
}

.cardWrapper .card h4 {
  margin-top: 15px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}

.careerBox {
  background: #fff;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 16px;
  border-radius: 0.5rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.tagsCareeer span {
  background: #f2f2f2;
  padding: 5px 15px;
  border-radius: 0.5rem;
  margin-right: 5px;
  font-size: 14px;
}

.careerBoxLeft h2 {
  margin-bottom: 25px;
  font-size: 24px;
}

.wrappercareerBox {
  padding-bottom: 40px;
}

.careerBoxRight {
  margin-top: 17px;
  text-align: center;
}

.careerBoxRight h5 {
  font-size: 16px;
}

i.fa-solid.fa-bag-shopping {
  border-radius: 0.5rem;
  padding: 10px 15px;
  background: #f2f2f2;
  font-size: 20px;
  margin-right: 8px;
}

.custCareerBtn {
  border-radius: 0.5rem;
  font-size: 14px;
  margin-top: 5px;
}

.mainLinks a {
  color: #fff;
  padding-right: 3px;
  padding-left: 3px;
}

.mainLinks {
  padding-top: 8px;
  text-align: right;
}

#header {
  position: absolute;
  padding: 0;
  border: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  height: 64px;
  background-color: transparent;
}

li.alayNewLoginCTA a {
  border-radius: 22px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  border: 1px solid rgb(241, 241, 243);
  height: 42.5px;
  font-size: 0.875rem;
  padding: 0 14px;
}

.entry-content {
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 10px;
}

.cardBody {
  padding: 5px 15px;
}

.categoriesBlogPage {
  list-style: none;
  border: 1px solid #f2f2f2;
  padding: 0;
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 0.5rem;
}

.categoriesBlogPage li {
  border-bottom: 1px solid #f2f2f2;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.categoriesBlogPage li a {
  color: #364d59;
}

.categoriesBlogPage li a:hover {
  color: #ef4444;
}

.whatsappicon {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 9;
}

.whatsappicon i.fa-brands.fa-whatsapp {
  color: #25d366;
  font-size: 40px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 1.75;
  padding-left: 18px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
}

.whatsappicon .redDot {
  position: absolute;
  top: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  animation: grow 1s infinite alternate ease-in-out;
}

.whatsappicon.active-dot .redDot {
  display: block;
}

.authorDesc {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  opacity: 0.8;
  font-style: italic;
}

.outerContentPress {
  padding: 0 15px 20px;
  min-height: 170px;
}

@keyframes grow {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 1;
  }
}

.pagination a.prev {
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  padding: 8px 15px;
}

.pagination a.next {
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  padding: 8px 15px;
}

.pagination span {
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  padding: 8px 15px;
}

.pagination a.page-numbers {
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  padding: 8px 15px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.current-category a {
  color: #ef4444 !important;
  margin-left: 3px;
}

.wrapperFormSingleBlogPage {
  border: 1px solid #f2f2f2;
  padding: 10px 15px;
  margin-top: 35px;
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 0.5rem;
  height: 500px;
}

.card-bodyss p input:focus {
  box-shadow: none;
}

.card-bodyss p select:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.crossBtnCareer {
  font-size: 18px;
}

.crossBtnCareer:focus {
  box-shadow: none;
}

.form-select {
  font-size: 14px;
  color: #212529;
}

.form-control {
  font-size: 14px;
  color: #212529;
}

.form-label {
  font-size: 14px;
}

.form-control[type="file"] {
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
}

.partnerAd p {
  text-align: left !important;
}

.partnerAd {
  padding: 10px 25px;
}

.partnerAdCol {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-width: 0;
  border-right-width: thin;
}

.wrapperPrivacy h6 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.navbar li.current-page a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #ef4444 !important;
  visibility: visible;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.pressLogo {
  width: 65px;
  height: 25px;
  margin-top: 15px;
  object-fit: contain;
}

.dateWithImage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.pressTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  height: 44px;
  font-size: 16px;
}

.dateWithImage h4 {
  font-size: 16px !important;
}

.cardbodyContactPage {
  border: 1px solid #f2f2f2;
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 0.5rem;
  padding: 60px 25px 25px;
  margin-bottom: 30px;
}

.contactSmallBox {
  box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.06);
  border: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  padding: 15px;
}

.contactSmallBox i {
  width: 32px;
  height: 32px;
  font-size: 24px;
}

.contactSmallBox p {
  color: #0b0b30;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.contactSmallBox a {
  color: #0b0b30;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.chekinout {
  font-size: 14px;
}

.chekin {
  font-size: 14px;
}

.hrFooter {
  margin-bottom: 0;
  margin-top: 10px;
}

.copyrightPara {
  font-size: 12px !important;
}

a.loggedinlink {
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 3px 10px 3px 2px;
  width: auto;
  border-radius: 20px;
  text-transform: capitalize;
}

span.usernameSmall {
  border-radius: 50%;
  background-color: #e1e1e1;
  font-size: 12px;
  color: #000;
  padding: 1px 5px;
  margin-right: 5px;
}

a.loggedinlink:focus {
  font-size: 12px;
  background: #fff;
  color: #000 !important;
  padding: 2px 10px 2px 2px;
  width: auto;
  border-radius: 20px;
}

a.loggedinlink:hover {
  color: #000 !important;
}

.navbar > ul > li > a.loggedinlink:before {
  background-color: transparent !important;
}

#navbar.scrolled li a.loggedinlink {
  background: #000;
  color: #fff;
}

#navbar.scrolled li a.loggedinlink:hover {
  background: #000;
  color: #fff !important;
}

a.ifNotLogin {
  font-size: 14px;
  border-radius: 22px;
  background: #fff;
  color: #000 !important;
  padding: 2px 14px !important;
  height: 42px;
}

a.ifNotLogin:focus {
  font-size: 14px;
  border-radius: 22px;
  background: #fff;
  color: #000 !important;
  padding: 2px 14px !important;
  height: 42px;
}

.navbar ul li:hover a.loggedinlink {
  color: #000 !important;
}

#navbar.scrolled li:hover a.loggedinlink {
  color: #fff !important;
}

a.ifNotLogin:hover {
  background: #fff;
  color: #000 !important;
  padding: 2px 14px !important;
}

#navbar.scrolled li a.ifNotLogin {
  color: #fff !important;
  background-color: #ef4444;
  font-size: 14px;
}

#navbar.scrolled li a.ifNotLogin:hover {
  color: #fff !important;
}

.navbar > ul > li > a.ifNotLogin:before {
  background-color: transparent !important;
}

a.ifNotLogin:focus {
  background: #fff;
  color: #000 !important;
}

#navbar.scrolled li a.loggedinlink:focus {
  color: #fff !important;
}

.wrapplogged {
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 4px 8px 5px 2px;
  width: auto;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
}

#navbar.scrolled li a.loggedinlink {
  background: #000;
  color: #fff;
}

.scrolled .wrapplogged {
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 4px 8px 5px 2px;
  width: auto;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
}

.loggedimgsmall {
  border-radius: 50%;
  background-color: #e1e1e1;
  font-size: 12px;
  color: #000;
  padding: 1px 5px;
  margin-right: 2px;
}

.onlyOnMobile a {
  display: block;
}

ul.sub-menu li a:focus {
  background: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: flex-start;
}

ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

#barMobile::before {
  content: var(--before-content, "\f479");
}

.contactFloatForm {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 8px;
  height: 472px;
}

#navbar.scrolled ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.corp_whyus_para {
  font-size: 16px;
}

.corp_features {
  padding-bottom: 50px;
  padding-top: 50px;
}

.corp_serv_feat_title {
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 12px;
  font-size: 18px;
  line-height: 20px;
}

.corptestimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}

.customFeatureCrop {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.corpcompanylogoname {
  display: flex;
  align-items: center;
}

.corpcompanylogoname img.corp_serv_logo {
  width: 70% !important;
  height: 20px;
  border-radius: 20px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  background: #f99797 !important;
}

.testimonialSmallLogoWrap {
  padding: 5px 0;
  background: #fff;
  width: 20%;
  height: auto;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corp_brands .owl-nav {
  display: none;
}

.corp_brands .owl-dots {
  display: none;
}

.feature_logos button.owl-prev {
  left: -15px;
  background: linear-gradient(
    270deg,
    rgba(247, 247, 250, 0) 0%,
    #f7f7fa 48.61%
  ) !important;
  height: 100%;
  border-radius: unset !important;
  width: 6%;
}

.feature_logos span.fas.fa-chevron-left.fa-2x {
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.feature_logos button.owl-next {
  right: -5px;
  right: -15px;
  background: linear-gradient(
    -270deg,
    rgba(247, 247, 250, 0) 0%,
    #f7f7fa 48.61%
  ) !important;
  height: 100%;
  border-radius: unset !important;
  width: 6%;
}

.feature_logos span.fas.fa-chevron-right.fa-2x {
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.corp_serv_feature {
  width: 320px;
  height: auto;
  border-radius: 10px;
}

.corp_brands .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.corp_brands .owl-carousel .owl-item img {
  width: 150px;
}

.testimonials .owl-nav {
  display: none !important;
}

.corp_serv p {
  font-weight: 600;
  line-height: 16px;
  font-size: 18px;
  margin-top: 10px;
}

.flexServices {
  display: flex;
  justify-content: space-evenly;
}

.corptestimonial {
  margin-bottom: 30px;
}

.corpExcellentReview {
  background: #eceef4;
}

.corpReview {
  display: flex;
  justify-content: space-evenly;
}

.corpReview a {
  text-decoration: none;
  color: #000;
}

.corpReview img {
  width: 120px !important;
  height: auto;
}

.prop_images .corp_property button.owl-prev {
  left: 10px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 60px !important;
  color: #fff !important;
  cursor: pointer;
  z-index: 1;
  background: none !important;
}

.prop_images .corp_property button.owl-next {
  right: 10px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 60px !important;
  color: #fff !important;
  cursor: pointer;
  z-index: 1;
  background: none !important;
}

.prop_images {
  position: relative;
}

.threeDTour {
  right: 20px;
  position: absolute;
  bottom: 20px;
  z-index: 99999;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 52px;
  cursor: pointer;
}

.threedtourbox {
  display: flex;
  align-items: center;
}

.threedtourbox img {
  width: 20px !important;
  height: 20px;
  margin-left: 5px;
}

.threedtourbox span {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.location_rating {
  display: flex;
  justify-content: space-between;
  padding: 0 5px 0 3px;
}

.prop_rating img {
  width: 24px !important;
}

.prop_locate p {
  margin-bottom: 0;
  color: #666;
  font-weight: 400;
}

.prop_rating p {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.prop_rating img {
  width: 24px !important;
  margin-right: 5px;
}

.prop_rating p span {
  font-weight: 400;
  font-size: 14px;
  color: #00000099;
}

.property_matrics {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #00000033;
  margin-bottom: 10px;
}

#metric_bedroom {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #00000066;
  border-left: 1px solid #00000066;
  padding-left: 5px;
  margin-left: 5px;
}

.metric_price_amt {
  padding-bottom: 10px;
  padding-top: 15px;
}

.card_wrapper_prop {
  padding: 10px;
  border: 1px solid #00000026;
  margin: 5px 5px 20px;
}

.corp_propertiesowl .owl-nav.disabled {
  margin-top: 25px;
}

.property_name h4 {
  font-size: 20px;
  color: #000000de;
  font-weight: 600;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#metric_guest {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

#metric_bedroom {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

#metric_bathroom {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.starting_price {
  color: #00000099;
  font-size: 12px;
  font-weight: 400;
}

.price_amt {
  color: #000000de;
  font-size: 24px;
  font-weight: 600;
}

.prop_per_night {
  color: #00000099;
  font-size: 12px;
  font-weight: 400;
}

.property_name {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 76px;
}

#virtual_tour_url {
  display: flex;
  align-items: center;
}

.corp_property .owl-nav.disabled {
  display: none !important;
}

.threedtourbox a {
  display: flex;
  align-items: center;
}

.more_info_link {
  display: flex;
  justify-content: space-between;
}

a.more_info_link_anchor {
  color: #0f6fff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #0f6fff;
  padding: 8px 16px;
  border-radius: 1.5rem;
}

.closeBtnModal {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #fff;
  opacity: 0.5;
  padding: 10px;
  border-radius: 50%;
}

#iframeDailog {
  max-width: calc(90% - 64px);
  height: calc(90% - 64px);
}

a.read-more {
  color: #2563eb;
}

.corp_propertiesowl .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
  border-radius: 50%;
  color: #fff !important;
  font-size: 36px !important;
  background: #000 !important;
  width: 40px;
  height: 40px;
}

.corp_propertiesowl .owl-nav button.owl-prev span {
  position: absolute;
  top: -10px;
  left: 15px;
}

.corp_propertiesowl .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 0;
  border-radius: 50%;
  color: #fff !important;
  font-size: 36px !important;
  background: #000 !important;
  width: 40px;
  height: 40px;
}

.corp_propertiesowl .owl-nav button.owl-next span {
  position: absolute;
  top: -10px;
  right: 15px;
}

.corp_form_wrapper_dev {
  background: linear-gradient(
    270deg,
    rgba(247, 247, 250, 0) 0%,
    #f7f7fa 48.61%
  );
  padding-top: 50px;
  padding-bottom: 45px;
}

.form_corp {
  box-shadow: 6px 8px 14px 0 rgba(205, 209, 209, 0.58) !important;
  width: 80%;
  background-color: #fff;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 490px;
}

.corptestimonials .section-header h2:before {
  background: #000;
}

.corptestimonials .section-header h2::after {
  background: #000;
}

.corp_brandhosted .section-header h2:before {
  background: #535353;
}

.corp_brandhosted .section-header h2::after {
  background: #535353;
}

.form_corp .section-header h2:before {
  display: none;
}

.form_corp .section-header h2::after {
  display: none;
}

.corptestimonials .section-header {
  padding-bottom: 30px;
}

.corp_whyuswrapper .section-header {
  padding-bottom: 30px;
}

.testimonials .owl-dot span {
  margin: 5px !important;
}

.form_corp .section-header {
  padding-bottom: 20px;
}

.ctaBanner {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px;
  border-radius: 1.5rem;
  font-size: 16px;
}

.ctaBanner:hover {
  color: #fff;
  background-color: #ef4444;
  border: 1px solid #ef4444;
}

.corp_recentBlogSingle {
  padding: 0 12px;
}

.corp_recentBlogSingle span.avatarImage img {
  width: 20px;
  height: auto;
}

.ctaBanner i.fa-solid.fa-arrow-down {
  padding-left: 5px;
}

.corpcompanylogoname span {
  text-transform: capitalize;
  margin-left: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ef4444 !important;
}

.corp_recentBlogSingle .authorDesc {
  display: flex;
}

.corp_recentBlogSingle .authorDesc span.authorName {
  margin-right: 3px;
}

.corp_recentBlogSingle .authorDesc span.blogDate {
  margin-left: 3px;
}

.cityFilterWrapper .card p {
  padding: 15px 20px;
  color: #000;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cityFilterWrapper .card {
  margin-bottom: 20px;
}

.dynamic_content_insertion p {
  font-size: 16px;
}

.singleBlogWrapper .col-md-7 {
  width: 65%;
}

.singleBlogWrapper .col-md-5 {
  width: 35%;
}

.form-columns-2 .hs-form-field {
  width: 50% !important;
  float: left !important;
}

.briefOverview {
  line-height: 30px;
}

.idfc_image {
  text-align: center;
}

.idfc_image img {
  width: 50%;
}

.corp_serv_logo {
  width: 48px;
  height: auto;
}

.dropdownMenu {
  position: absolute;
  width: auto !important;
  left: 15px !important;
  top: 45px !important;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.dropdownMenu li a {
  color: #000 !important;
  padding: 12px 16px;
  background: #fff;
  border-radius: 0;
}

ul.dropdownMenu li a:focus {
  background: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: flex-start;
}

.dropdownMenu li {
  border-bottom: 1px solid #ececec;
}

.excellent_review .owl-dots {
  margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #facdcd !important;
}

.corporateFormImage img {
  width: 100%;
  height: 490px;
}

.customTextEvents p {
  font-size: 16px;
}

.categoryImageDescription {
  padding-top: 40px;
  padding-bottom: 20px;
}

.categoryEvents {
  padding-bottom: 35px;
}

#partner:hover .dropdownMenu {
  visibility: visible;
}

.cardbodyContactPage textarea {
  width: 100%;
  border: 1px solid #ced4da;
}

.cardbodyContactPage #contactForm textarea#message:focus-visible {
  outline: none;
  border-color: #86b7fe;
}

.cardbodyContactPage .form-control {
  border-radius: 0;
  height: 45px;
}

#contactFormBtn {
  padding: 10px 40px;
}

form#partnerForm .form-control {
  height: 50px;
}

p#error {
  color: red;
  text-align: left;
  font-size: 13px;
}

#corporateForm .form-control {
  height: 45px;
  border-radius: 0;
}

#corporateForm textarea {
  border: 1px solid #ced4da;
}

#corporateForm textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}

#contactForm textarea#message {
  height: auto;
}

.lastBrandsDiv img {
  margin-right: 20px;
}

.category_photo_image {
  position: relative;
}

.category_photo_image .oneImage {
  border-radius: 32px;
  opacity: 90%;
  filter: blur(8px);
  -webkit-filter: blur(2px);
  width: 90%;
}

.category_photo_image .secImage {
  position: absolute;
  border-radius: 32px;
  left: 40px;
  top: 40px;
  width: 90%;
}

.socialLinks {
  margin-top: 25px;
}

.socialLinks a img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li a {
  color: #d3d4dc99;
  font-size: 15px;
}

.wrapperFirstCol p {
  font-size: 16px;
}

.villaLinks ul li {
  margin-bottom: 10px;
}

.wrapperThirdCol ul li {
  margin-bottom: 10px;
}

.wrapperFourthCol ul li {
  margin-bottom: 10px;
}

.copyrightFooter {
  position: relative;
}

.copyrightFooter p {
  position: absolute;
  bottom: 0;
  color: #d3d4dc99;
  font-size: 16px;
}

.socialLinks a {
  color: #d3d4dccc;
  font-size: 35px;
  margin-right: 25px;
}

footer ul li a:hover {
  color: #fff;
}

.socialLinks a:hover {
  color: #fff;
}

.wrapperFirstCol {
  width: 60%;
}

.linkBtnCat {
  margin-top: 15px;
  padding: 10px 40px;
  background: #0000004d;
  border-radius: 24px;
  color: #fff;
}

.linkBtnCat:hover {
  background: #000;
  color: #fff;
}

.viewAllBtn {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}

.viewAllBtn:hover {
  background: rgb(167, 47, 47);
  color: #fff;
}

.viewAllBtn:focus-visible {
  background: #000;
  color: #fff;
}

#categoryTitle h2 {
  text-align: left !important;
}

#categoryTitle h2::after {
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

#categoryTitle h2::before {
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.categoryImageDescription p {
  font-size: 16px;
  margin-bottom: 10px;
}

#categoryTitle {
  padding-bottom: 20px;
}

.iciciBank img {
  width: 75%;
}

.entry-content h4 a {
  color: #364d59;
  font-weight: 600;
}

.offers_wrap {
  background-color: #ebf8ef;
  padding: 7px 0 7px 7px;
}

.offers_wrap p {
  margin: 0;
  display: flex;
  align-items: center;
}

.partnerAdCol p {
  text-align: left !important;
}

.partnerAdss .partnerAdCol2 {
  padding: 0 15px 0 15px;
}

.partnerAdss {
  display: flex;
  gap: 0px;
}

.partnerAdCol2 {
  flex: 1;
  padding: 0 10px;
  position: relative;
}

.partnerAdCol2:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.partnerAdCol2 p {
  text-align: left !important;
}

.description_wrap_career p {
  font-size: 16px;
  line-height: 28px;
}

.careers_archive_gallery_wrap {
  position: relative;
}

.discoverBtn {
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
  position: absolute;
  bottom: 7px;
  position: absolute;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  text-align: center;
  height: 94%;
  opacity: 1;
}

a.discoverBtn:hover {
  color: #ef4444;
}

.discoverBtn i.fa-solid.fa-arrow-right-long {
  padding-left: 5px;
}

.career_description_wrap {
  padding-top: 60px;
  padding-bottom: 30px;
}

.career_archive_second .section-header {
  padding-bottom: 30px;
}

hr.line_career {
  width: 15%;
  border-top: 2px solid #ef4444;
  opacity: 1;
}

.event_gallery_wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}

.event_page_link {
  position: relative;
}

.events_our_core_values {
  margin-bottom: 50px;
}

.core_values_inner {
  text-align: center;
  padding: 40px 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.core_values_inner h4 {
  margin-top: 15px;
}

.core_values_inner p {
  margin-bottom: 0;
}

.view_all_gallery {
  padding: 8px 40px;
  font-size: 16px;
}

.core_values_inner img {
  width: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: auto;
}

.closeBtnGalleryAll {
  position: fixed;
  top: 5%;
  right: 5%;
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 999;
}

#galleryModal .modal-content img {
  margin-bottom: 15px;
}

.downArrowGallery {
  position: absolute;
  top: 10px;
  left: 40px;
  color: #fff;
}

.career_description_wrap img {
  border-radius: 10px;
  height: auto;
}

img.gallery_career_0 {
  height: 480px;
  color: rgb(135, 136, 140);
  font-weight: 400;
}

.bankOffersProperty_wrapper {
  padding-bottom: 45px;
  padding-top: 45px;
  background-color: #f7f7fa;
}

.applicableCardsWrapper {
  padding-bottom: 35px;
}

.miniCardsBox {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 12px;
  background-color: #f7f7fa;
  margin-bottom: 30px;
}

.miniCardContent p {
  font-size: 18px;
  font-weight: 500;
  color: #000000d9;
  margin: 0;
}

.miniCardContent {
  width: 60%;
}

.modalLowerContent {
  background-color: #9d1d28;
  border: 0.5px solid #0000004d;
  color: #fff;
  padding: 12px;
}

.modalcardswrapper {
  display: flex;
  justify-content: space-between;
}

.modalcardsLeftSide ul li {
  padding: 12px;
}

.modalcardsLeftSide ul li:nth-child(odd) {
  background-color: #f7f7f7;
}

.modalcardsLeftSide ul li:nth-child(even) {
  background-color: #fff;
}

.modalcardswrapper ul {
  padding: 0;
  list-style: none;
}

.modalcardsLeftSide {
  width: 70%;
  border-right: 0.5px solid #0000004d;
}

.modalcardsRightSide {
  width: 30%;
  display: flex;
  background-color: #fff;
}

.modalcardsRightSide ul {
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.modalcardsRightSide ul li:last-child {
  padding-top: 10px;
  width: 70%;
  color: #000000b2;
  font-weight: 400;
}

.modalATag {
  color: #0e5a8e;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.modalATag:hover {
  color: #ef4444;
}

.whyBookVillasWrapper {
  padding-bottom: 35px;
  background-color: #000;
  padding-top: 35px;
}

.securePaymentWrapper {
  text-align: center;
  background-color: #535353;
  padding: 10px 0;
}

.securePaymentWrapper h5 {
  font-size: 22px;
}

.securePaymentWrapper h5 img {
  margin-right: 10px;
}

.verifyPayment {
  display: flex;
  justify-content: space-around;
}

.verifyPaymentWrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #e2e4ea;
}

.verifyPayment img {
  max-height: 29px;
}

.whybookRow h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
}

.whybookRow p {
  font-size: 16px;
}

.taleHeading {
  padding-top: 10px;
  color: #1e1e1e;
  font-weight: 600;
  border-bottom: 0.5px solid #0000001f;
  margin-bottom: 10px;
}

.travellersCardsWrapper {
  margin-bottom: 30px;
}

.travellersTalesWrapper {
  padding-bottom: 35px;
  padding-top: 40px;
}

.taleImage img {
  height: 180px;
  border-radius: 8px;
  width: auto !important;
  margin: 0 auto;
}

.taleImage video {
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.travellers_Tales .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
  border-radius: 50%;
  color: #fff !important;
  font-size: 36px !important;
  background: #000 !important;
  width: 40px;
  height: 40px;
}

.travellers_Tales .owl-nav button.owl-prev span {
  position: absolute;
  top: -10px;
  left: 15px;
}

.travellers_Tales .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 0;
  border-radius: 50%;
  color: #fff !important;
  font-size: 36px !important;
  background: #000 !important;
  width: 40px;
  height: 40px;
}

.travellers_Tales .owl-nav button.owl-next span {
  position: absolute;
  top: -10px;
  right: 15px;
}

.taleHeading h4 {
  font-size: 16px;
  font-weight: 600;
}

.taleImage {
  height: 180px;
  background-color: #ccc;
}

#moreTalesContent {
  cursor: pointer;
}

.bankofferHeading {
  font-size: 40px !important;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
}

.images_prop img {
  height: 256px;
  width: 100%;
}

.bankOffersProperty_wrapper .section-header {
  padding-bottom: 25px;
}

span.moreTalesContent {
  color: #1129fb;
  font-weight: 400;
  cursor: pointer;
}

.talesContents p {
  color: #1e1e1e;
  font-weight: 400;
}

.travellersTalesWrapper .section-header {
  padding-bottom: 30px;
}

.linewithdot {
  display: flex;
  align-items: center;
}

.linedot {
  flex-grow: 1;
  height: 1px;
  border: 0.5px solid #ffffff66;
}

.dot img {
  width: 30px;
}

.whybookRow .col-md-3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.whyBookVillasWrapper .section-header {
  padding-bottom: 20px;
}

.bankModalTitle {
  font-weight: 600;
  font-size: 20px;
}

.bankmodal .modal-dialog .modal-content .modal-body {
  max-height: 600px;
  overflow: auto;
}

.bankmodal .modal-footer {
  padding: 0;
  margin: 0;
  display: block;
}

.event_gallery_wrapper .section-header p {
  font-size: 16px;
}

.lastPartnerLogo {
  margin-left: 15px;
}

.travellersCardsWrapperPartner .taleImage {
  background-color: transparent;
}

.travellersCardsWrapperPartner .taleImage img {
  width: auto !important;
  margin: 0 auto;
  height: 120px;
  min-width: auto;
  min-height: auto;
  border-radius: 8px;
}

.travellersCardsWrapperPartner .taleHeading {
  padding-top: 10px;
  color: #1e1e1e;
  font-weight: 600;
  border-top: 1px solid #698798;
  border-bottom: none;
  margin-bottom: 10px;
  width: 90%;
}

.travellersTalesWrapperPartner {
  background-color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
}

.travellersCardsWrapperPartner .talesContents p {
  margin-bottom: 5px;
  color: #b2b2b2;
}

.travellersCardsWrapperPartner .taleHeading {
  color: #fff;
}

.owner_reviews .owl-nav button.owl-prev {
  display: none;
}

.owner_reviews .owl-nav button.owl-next {
  display: none;
}

.travellersCardsWrapperPartner span.moreTalesContent {
  color: #7ca1f3;
}

.travellersCardsWrapperPartner .talesContents p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.travellersCardsWrapperPartner .talesContents p.expanded {
  -webkit-line-clamp: unset;
}

.owner_reviews .owl-dots .owl-dot span {
  background: #333 !important;
}

.owner_reviews .owl-dots button.owl-dot.active span {
  background: #949494 !important;
}

.consultant {
  background: #f8f9fa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.consultant .profilePic img {
  max-height: 220px;
  max-width: 220px;
  width: 100%;
  box-shadow: 0 0 10px #a0a7ac24;
  background: #f8f9fa;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}

.consultantRowOuter {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px #a0a7ac24;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.consultantNameContact {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.consultantContent h4 a {
  font-size: 16px;
  color: #364d59;
}

.consultantContent h4 a:hover {
  color: #ef4444;
}

h6.consultantPaymentHeading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.prop_images img {
  border-radius: 12px;
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.propertyName h5 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: rgb(11, 11, 48);
  font-weight: 600;
}

.propLocate p {
  color: rgb(72, 72, 100);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

.metricsList ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.metricsList ul li {
  font-size: 14px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: 15px;
  line-height: 10px;
  display: flex;
  color: rgb(72, 72, 100);
}

h6.priceAmt {
  color: rgb(11, 11, 48);
  font-size: 18px;
  font-weight: 600;
}

h6.priceAmt span {
  font-size: 14px;
  font-weight: 400;
}

.cityFilterWrapper .card img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}

p.userShortName {
  border-radius: 50%;
  user-select: none;
  color: #1b0107;
  background-color: #f1f1f3;
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 2.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
}

.footerButtonAccordion:focus {
  box-shadow: none;
}

.footerButtonAccordion:not(.collapsed) {
  box-shadow: none;
}

h6#exploreVillas {
  color: #f1f1f3;
}

h6#company {
  color: #f1f1f3;
}

h6#legal {
  color: #f1f1f3;
}

.footerButtonAccordion h6 {
  color: #87888c;
  margin-right: 4%;
  margin-bottom: 0;
}

#footerContainer h6 {
  color: rgb(241, 241, 243);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}

.toggle-content.show {
  display: block;
}

.secondColFooter ul li {
  margin-bottom: 10px;
}

li.callNowCTA a {
  display: flex;
  align-items: center;
}

li.callNowCTA a img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.breadcrumbDiv img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.breadcrumbDiv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  height: 400px;
  z-index: 1;
}

.breadcrumbNewWrap {
  position: relative;
}

.breadcrumbDiv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headingBreadcrumbBox {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 2;
}

.headingBreadcrumbBox img {
  width: 160px;
  height: 55px !important;
}

.headingBreadcrumbBox h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.headingBreadcrumbBox p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.formSkeleton {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  flex: 0 0 400px;
  height: 472px;
}

.skeleton {
  background: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-heading {
  width: 50%;
  height: 34px;
}

.skeleton-text {
  width: 80%;
  height: 20px;
}

.skeleton-input {
  width: 100%;
  height: 50px;
}

.skeleton-button {
  width: 40%;
  height: 40px;
  align-self: flex-start;
}

@keyframes shimmer {
  0% {
    background-position: -100%;
  }

  100% {
    background-position: 200%;
  }
}

.breadcrumbDivPartner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  overflow: hidden;
}

.bgImagePartner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.breadcrumbDivPartner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.7)
  );
  z-index: -1;
}

.contentOverlay {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 1;
}

.headingBreadcrumbBoxPartner {
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  text-align: left;
}

.headingBreadcrumbBoxPartner h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.headingBreadcrumbBoxPartner p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.contactFloatForm {
  flex: 0 0 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}

.contactFloatForm h3 {
  margin-bottom: 15px;
}

.contactFloatForm .errorText {
  color: red;
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
}

.breadcrumbDivPartner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  overflow: hidden;
}

.breadcrumbDivPartner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.7)
  );
  z-index: -1;
}

.bgImagePartner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.contentOverlay {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 1;
}

.headingBreadcrumbBoxPartner {
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  text-align: left;
}

.headingBreadcrumbBoxPartner h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.headingBreadcrumbBoxPartner p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

a.alayNewLoginCTA {
  border: 1px solid #f1f1f3;
  padding: 8px 14px;
  border-radius: 22px;
  font-size: 14px;
}

.blog-banner-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.blog-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
}

.blog-banner-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

span.FooterFirstLetter {
  background-color: #800020;
  padding: 6px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #fff;
  display: flex;
  margin-bottom: 3px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

#switchToPrive {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

#switchToPrive span {
  color: rgb(121, 121, 121);
  font-size: 12px;
}

#switchToPrive img {
  width: 30px;
  height: 30px;
}

#SwitchModal {
  backdrop-filter: blur(8px);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 50px);
  width: 100% !important;
}

#SwitchModal .modal-body {
  padding: 16px 16px 24px;
}

#SwitchModal .modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 100% !important;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.priveCTABottom {
  color: #1b0107;
  font-weight: 400;
}

.priveCTABottom:hover {
  color: #1b0107;
}

#SwitchModal .modal-content {
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 0;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-clip: border-box;
  outline: none;
  border: 0;
}

#SwitchModal .modal-header {
  border: 0;
}

.lineOnModal {
  width: 80px;
  height: 4px;
  background-color: rgba(211, 211, 211, 0.8);
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

#SwitchModalLabel {
  color: #1b0107;
  margin-top: 20px;
  font-weight: 600;
}

.toggleButtonBottom {
  display: flex;
  flex-direction: row;
  border: 1px solid rgb(27, 1, 7);
  background-color: rgb(244, 240, 237);
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 16px;
}

.toggleButtonBottom a {
  color: #1b0107;
  font-weight: 400;
}

.toggleButtonBottomPrive {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  background-color: rgb(244, 240, 237);
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 16px;
}

.toggleButtonBottomPrive a {
  color: #1b0107;
  font-weight: 400;
}

@media (max-width: 1399px) {
  img.gallery_career_0 {
    height: 410px;
  }

  .lastBrandsDiv img {
    margin-right: 15px;
  }

  .wrapperFormSingleBlogPage {
    height: 530px;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .category_photo_image img {
    width: 93%;
  }

  .socialLinks a {
    margin-right: 20px;
  }

  .miniCardContent p {
    font-size: 17px;
  }
}

@media (max-width: 1350px) {
  .wrapperFirstCol {
    width: 60%;
  }
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .cardBody {
    min-height: 200px;
  }
}

@media (min-width: 1280px) {
  .hover-menu-card {
    padding: 10px 0 10px 28px;
  }

  ul.sub-menu {
    background: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 250px;
    align-items: start;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
      0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    left: -50px;
    top: 40px;
  }

  ul.sub-menu li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ececec;
  }

  ul.sub-menu li a {
    background: #fff;
    padding: 12px 16px;
    color: #000;
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  ul.sub-menu li a img {
    margin-right: 6px;
  }

  .hover-menu-card-show {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px,
      rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
    min-width: 220px;
    max-width: calc(100% - 32px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .hover-menu-card-show h6.userName {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 10px;
    color: rgb(11, 11, 48);
    font-weight: 600;
  }

  .hover-menu-card-show h6.userMail {
    font-size: 0.875rem;
  }

  .hover-menu-card-show ul {
    display: block;
    margin-top: 15px;
  }

  .hover-menu-card-show ul li {
    padding: 3px 16px;
  }

  .hover-menu-card-show ul li a {
    justify-content: flex-start;
    padding-bottom: 6px;
    color: rgb(11, 11, 48);
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
  }

  .hover-menu-card-show ul li a:focus {
    justify-content: flex-start;
    padding-bottom: 6px;
    color: rgb(11, 11, 48);
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
  }

  .hover-menu-card-show ul li:hover {
    background: rgba(0, 0, 0, 0.04);
  }

  .hover-menu-card-show ul li:hover a {
    color: rgb(11, 11, 48);
  }

  .hover-menu-card-show ul li a:hover {
    justify-content: flex-start;
    padding-bottom: 6px;
    color: rgb(11, 11, 48);
    font-size: 1rem;
    line-height: 1.5;
  }

  .hover-menu-card-show ul li a span img {
    margin-right: 10px;
  }

  .onlyOnDesktop {
    display: block;
  }

  .onlyOnMobile {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  #header a.logo {
    padding-top: 15px;
  }

  .userFullName span {
    padding: 10px 20px;
    border: 1px solid #ececec;
    border-radius: 22px;
    margin: 10px 0;
  }

  .userFullName {
    font-size: 16px;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hover-menu-card {
    display: none !important;
  }

  .category_photo_image img {
    width: 91%;
  }

  .loggedinlink {
    font-size: 18px;
  }

  span.usernameSmall {
    font-size: 18px;
    padding: 2px 9px 2px 8px;
    font-weight: 600;
  }

  .ifNotLogin .loginButton {
    border: 1px solid #333;
    padding: 7px 25px;
    border-radius: 22px;
  }

  #navbar ul li a:hover {
    color: #000 !important;
  }

  #navbar.scrolled li a:focus {
    display: block !important;
  }

  #navbar.scrolled li a.ifNotLogin:hover {
    color: #000 !important;
  }

  #navbar.scrolled li a.ifNotLogin {
    color: #000 !important;
    background-color: transparent !important;
  }

  .linkOnMobilePriv {
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .logoutspan {
    margin-top: 30px;
    border-radius: 22px;
    border-color: #333;
    color: #333;
    font-weight: 600;
    padding: 7px 25px;
    border: 1px solid;
  }

  a.loggedinlink {
    font-size: 15px;
    padding: 10px 20px;
  }

  .navbar ul li a {
    font-weight: 600 !important;
    text-transform: capitalize;
  }

  .navbar ul li a img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }

  .navbar ul li {
    padding: 7px 0;
  }

  .loggedinlink i.fa-solid.fa-angle-down {
    display: none;
  }

  #navbar.scrolled li a.loggedinlink {
    background: #fff !important;
    color: #000 !important;
  }

  .navbar ul {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .onlyOnMobile {
    display: block;
  }

  .onlyOnDesktop {
    display: none;
  }

  #barMobile {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1199px) {
  .event_gallery_wrapper .section-header p {
    max-width: 95%;
    padding-top: 10px;
  }

  .event_gallery_wrapper .section-header {
    padding-bottom: 30px;
  }

  .mobileBlogs {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .bankOffersProperty_wrapper .col-md-3 {
    width: 50%;
  }

  .desktopBlogs {
    display: none;
  }

  .corp_properties .col-md-3 {
    width: 50%;
  }

  .cardWrapper .card .featureImagePress {
    height: 200px;
  }

  .feature_logos button.owl-prev {
    width: 7%;
  }

  .feature_logos button.owl-next {
    width: 7%;
  }

  .corp_serv_feature {
    width: 320px;
  }

  .blogswrapper .col-md-3 {
    width: 50%;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .cardWrapper .col-md-3 {
    width: 33%;
  }

  .sticky {
    position: -webkit-relative;
    position: static;
    top: 35px;
    margin-top: 25px;
  }

  .careerBox {
    padding: 20px 16px;
  }

  .blogswrapper .col-md-9 {
    width: 100%;
  }

  .google-sheets-cell-6 .row .col-md-5 {
    width: 100%;
  }

  .google-sheets-cell-6 .row .col-md-7 {
    width: 100%;
    margin-top: 20px;
  }

  .customFeatureListingBlog {
    height: 200px;
  }

  .eventsRow .col-md-3 {
    width: 25%;
  }

  .eventsRow .col-md-9 {
    width: 75%;
  }

  .wrapperFirstCol {
    width: 60%;
  }

  img.gallery_career_0 {
    height: 345px;
  }

  .travellersCardsWrapperPartner .taleImage img {
    height: 100px;
  }
}

@media (max-width: 1024px) {
  .wrapperFirstCol {
    width: 70%;
  }

  .travellersCardsWrapperPartner .talesContents p {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 999px) {
  .brands_logos .owl-stage {
    left: 60px;
  }
}

@media (max-width: 991px) {
  .headingBreadcrumbBoxPartner p {
    font-size: 18px;
  }

  .headingBreadcrumbBoxPartner h2 {
    font-size: 40px;
  }

  .headingBreadcrumbBoxPartner h2 {
    font-size: 40px;
  }

  .headingBreadcrumbBoxPartner p {
    font-size: 18px;
  }

  .headingBreadcrumbBox {
    width: 80%;
  }

  .headingBreadcrumbBox h2 {
    font-size: 40px;
  }

  .headingBreadcrumbBox p {
    font-size: 18px;
  }

  .breadcrumbs {
    height: 260px;
  }

  .discoverBtn {
    height: 95%;
  }

  .lastBrandsDiv img {
    margin-right: 10px;
  }

  .wrapperFormSingleBlogPage {
    height: 510px;
  }

  .eventsRow .col-md-3 {
    width: 40%;
  }

  .eventsRow .col-md-9 {
    width: 60%;
  }

  .categoryImageDescription .col-md-5 {
    width: 100%;
  }

  .categoryImageDescription .col-md-7 {
    width: 100%;
  }

  .corp_form_wrapper_dev .col-md-6 {
    width: 100%;
  }

  .corporateFormImage img {
    height: auto !important;
  }

  .corp_brands .owl-carousel .brands_logos {
    max-height: 50px;
  }

  .corp_propertiesowl .owl-nav {
    display: none !important;
  }

  .idfc_image img {
    width: 100%;
  }

  .singleBlogWrapper .col-md-7 {
    width: 100%;
  }

  .singleBlogWrapper .col-md-5 {
    width: 100%;
  }

  .cardWrapper .card .featureImagePress {
    height: 230px;
  }

  .corpRecentBlogs .col-md-3 {
    width: 50%;
  }

  .corpReview img {
    width: 100px;
  }

  .form_corp {
    width: 95%;
    height: auto;
  }

  #iframeDailog {
    max-width: calc(100% - 20px);
  }

  .flexServices {
    justify-content: space-between;
  }

  .corp_brands .owl-carousel .owl-item img {
    width: 100px;
  }

  .col-lg-3.col-md-12.col-12.contact.contactFloatForm {
    width: 35%;
  }

  .singleBlogWrapper .col-md-9 {
    width: 100%;
  }

  .singleBlogWrapper .col-md-3 {
    width: 100%;
  }

  .cardWrapper .col-md-3 {
    width: 50%;
  }

  .careerBox {
    max-width: 100%;
  }

  .cardWrapper .col-md-4 {
    width: 50%;
  }

  .cardWrapper .card {
    margin-bottom: 35px;
  }

  .singleBlogWidth {
    max-width: 100%;
  }

  .customFeatureListingBlog {
    height: 250px;
  }

  .mainLinks {
    text-align: left;
  }

  .custCareerBtn {
    font-size: 13px;
  }

  i.fa-solid.fa-bag-shopping {
    padding: 11px 16px;
  }

  .tagsCareeer span {
    padding: 8px 20px;
    font-size: 12px;
  }

  .innerSingle {
    max-width: 100%;
  }

  .leftOnSmall {
    max-width: 100%;
  }

  .leftOnSmall h1 {
    font-size: 30px;
  }

  .innerSingle h2 {
    font-size: 27px;
  }

  .wrapperFirstCol {
    width: 82%;
  }

  .card_wrapper_prop {
    margin-left: 0;
    margin-right: 0;
  }

  .career_description_wrap .col-md-6 {
    width: 100%;
  }

  .description_wrap_career {
    padding-bottom: 20px;
  }

  img.gallery_career_0 {
    height: 525px;
  }

  .row.bankOffer .col-md-4:nth-child(3) {
    display: none;
  }

  .bankOffer .col-md-4 {
    width: 50%;
  }

  .images_prop img {
    height: auto;
  }

  .cardsRowOuter .col-md-3:nth-child(4) {
    display: none;
  }

  .cardsRowOuter .col-md-3 {
    width: 33%;
  }

  .lastPartnerLogo {
    margin-left: 8px;
  }
}

@media (max-width: 900px) {
  .cardWrapper .card .featureImagePress {
    height: 270px;
  }

  img.gallery_career_0 {
    height: 590px;
  }
}

@media (max-width: 800px) {
  img.gallery_career_0 {
    height: 525px;
  }
}

@media (min-width: 768px) {
  .fixedNavbar {
    display: none;
  }

  #flush-collapseOne.show {
    display: block !important;
  }

  #footerContainer h6 i {
    display: none;
  }

  .wrapperFirstCol a img {
    display: block !important;
  }

  .footerButtonAccordion img {
    display: block !important;
  }

  .footerButtonAccordion {
    display: none;
  }

  .hover-menu-card-show ul {
    display: block;
    margin-top: 15px;
  }

  .hover-menu-card-show ul li {
    padding: 6px 16px;
  }

  .hover-menu-card-show ul li a {
    justify-content: flex-start;
    padding-bottom: 6px;
    color: rgb(11, 11, 48);
    font-size: 1rem;
    line-height: 1.5;
  }

  .hover-menu-card-show ul li a span img {
    margin-right: 10px;
  }

  .mobileHeader {
    display: none;
  }
}

@media (max-width: 768px) {
  .headingBreadcrumbBoxPartner {
    text-align: center;
    max-width: 100%;
  }

  .contentOverlay {
    flex-direction: column;
  }

  .breadcrumbDivPartner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contentOverlay {
    flex-direction: column;
  }

  .breadcrumbDivPartner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contactFloatForm {
    margin-top: 20px;
    width: 100%;
  }

  .headingBreadcrumbBoxPartner {
    text-align: center;
    max-width: 100%;
  }

  .toggle-content {
    display: none;
  }

  .mobileHeader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .backButtonDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10px;
  }

  .backArrowNav {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    padding: 8px;
    background-color: #e9e9f3;
    width: 40px;
    height: 40px;
    border: 1px solid #e9e9f3;
  }

  .backArrowNav a img {
    width: 18px;
    height: auto;
  }

  .pageTitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: #f1f1f3;
  }

  .listedBrands .col-md-2 {
    width: 33%;
  }

  .lastBrandsDiv img {
    margin-right: 23px;
  }

  .cardWrapper .card .featureImagePress {
    height: 230px;
  }

  .eventsRow .col-md-9 {
    width: 50%;
  }

  .eventsRow .col-md-3 {
    width: 50%;
  }

  .categoryImageDescription {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .iciciBank img {
    width: 100%;
  }

  img.gallery_career_0 {
    height: 503px;
  }

  .miniCardContent p {
    font-size: 16px;
  }

  .cardsRowOuter .col-md-3 {
    width: 50%;
  }

  .cardsRowOuter .col-md-3:nth-child(3) {
    display: none;
  }

  .lastPartnerLogo {
    margin-left: 0;
  }
}

@media (min-width: 767px) {
  .linewithdot {
    display: none;
  }
}

@media (max-width: 767px) {
  .contactSmallBox {
    flex-direction: row;
    margin-bottom: 15px;
    padding: 20px;
  }

  .contactSmallBox p {
    display: none;
  }

  .contactSmallBox a {
    margin: 0;
  }

  .contactSmallBox i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-right: 10px;
  }

  .cardbodyContactPage {
  }

  .header .logo img {
    display: none;
  }

  .pageTitle {
    display: none;
  }

  .wrapperFirstCol a img {
    display: none;
  }

  #footerContainer h6 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0px !important;
  }

  .fixedNavbar {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px,
      rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    position: fixed;
    bottom: -1px;
    left: 0;
    background-color: white;
    z-index: 1000;
    padding: 10px 0;
    height: 67px;
  }

  .fixedNavbar ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }

  .fixedNavbar ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0 !important;
    line-height: 1.57;
  }

  .fixedNavbar ul li a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0 !important;
    color: rgb(121, 121, 121);
    font-size: 14px;
  }

  .fixedNavbar ul li a img {
    margin-bottom: 2px;
    width: 24px;
    height: 25px;
  }

  footer#footerNew ul li img {
    width: 24px;
    height: 24px;
  }

  footer#footerNew ul li span {
    font-size: 12px;
    font-weight: 400;
  }

  .footerButtonAccordion h6 {
    font-size: 14px;
  }

  .fixedNavbar ul li a .footerFixedProfile {
    background: rgb(128, 0, 32);
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 2px;
  }

  .metricsList ul li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .partnerAdss {
    padding-left: 0;
  }

  .contact .info-item {
    padding: 20px;
  }

  .contact .info-item h3 {
    font-size: 18px;
    text-align: center;
  }

  .contact .info-item p {
    max-width: 100%;
    text-align: center !important;
  }

  .partner .service-item h3 {
    font-size: 18px;
  }

  .team .teamInner .member .member-img {
    max-width: 200px;
    max-height: 200px;
  }

  .col_item_blog.item.categoryBlogsCol .entry-content {
    margin-bottom: 10px;
  }

  .wrapperFormSingleBlogPage {
    height: auto;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .partnerAd {
    text-align: center;
  }

  .partnerAd p {
    text-align: center !important;
    max-width: 100% !important;
  }

  .partnerAdCol {
    text-align: center;
  }

  .whatsappicon {
    right: 16px;
    bottom: 80px;
  }

  .whatsappicon i.fa-brands.fa-whatsapp {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 2;
    padding-left: 16px;
  }

  .mainLinks {
    text-align: center;
  }

  i.fa-solid.fa-bag-shopping {
    padding: 9px 14px;
  }

  .careerBoxRight {
    margin-top: 25px;
    text-align: left;
  }

  .cardWrapper {
    margin-top: 60px;
  }

  .cardWrapper .card {
    margin-bottom: 40px;
  }

  .breadcrumbLine {
    display: none;
  }

  .google-sheets-cell-5 {
    align-items: flex-start;
    flex-direction: column;
  }

  .wrapperFirstCol {
    width: 90%;
  }

  .bigfooterlogocol {
    display: none;
  }

  .wrapperSecCol {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ffffff33;
  }

  .wrapperThirdCol {
    border-top: 1px solid #ffffff33;
  }

  .wrapperFourthCol {
    border-top: 1px solid #ffffff33;
  }

  .copyrightFooter p {
    position: static;
    color: #d3d4dc99;
    font-size: 14px;
    border-top: 1px solid #ffffff33;
    padding: 20px 16px;
    margin-top: 0px;
    margin-bottom: 0;
  }

  .footer {
    padding: 0px 0 0;
    margin-bottom: 67px;
  }

  .whybookRow h3 {
    font-size: 24px;
  }

  .whybookRow p {
    font-weight: 100;
  }

  .travellersCardsWrapperPartner .taleImage {
    height: auto;
  }

  .travellersCardsWrapperPartner .col-md-4 {
    width: 30%;
  }

  .travellersCardsWrapperPartner .taleImage img {
    height: auto;
    width: 100%;
    min-width: auto;
    min-height: auto;
  }

  .travellersCardsWrapperPartner .col-md-8 {
    width: 70%;
  }

  .travellersCardsWrapperPartner .talesContents p {
    margin-bottom: 7px;
  }

  .travellersCardsWrapperPartner .taleImage img {
    height: 90px;
  }
}

@media (min-width: 992px) {
  .corp_propertiesowl button.owl-dot {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .cardWrapper .card .featureImagePress {
    height: 210px;
  }

  img.gallery_career_0 {
    height: 460px;
  }
}

@media (max-width: 650px) {
  .cardWrapper .card .featureImagePress {
    height: 190px;
  }

  .lastBrandsDiv img {
    margin-right: 18px;
  }
}

@media (min-width: 601px) {
  .hideMobi {
    display: none !important;
  }

  #companyShow {
    display: block !important;
  }

  #legalShow {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .headingBreadcrumbBoxPartner p {
    font-size: 14px;
  }

  .headingBreadcrumbBoxPartner h2 {
    font-size: 30px;
  }

  .breadcrumbDiv img {
    height: 300px;
  }

  .breadcrumbDiv::before {
    height: 300px;
  }

  .headingBreadcrumbBox {
    top: 50%;
    width: 90%;
  }

  .headingBreadcrumbBox h2 {
    font-size: 30px;
  }

  .headingBreadcrumbBox p {
    font-size: 14px;
  }

  .headingBreadcrumbBoxPartner h2 {
    font-size: 30px;
  }

  .headingBreadcrumbBoxPartner p {
    font-size: 14px;
  }

  .bankOffersProperty_wrapper .col-md-3 {
    width: 100%;
  }

  .partnerAdss {
    flex-direction: column;
  }

  .partnerAdCol2:not(:last-child)::after {
    display: none;
  }

  .odd-row {
    padding-top: 0 !important;
  }

  .even-row {
    padding-top: 0 !important;
  }

  .categoryEvents {
    padding-bottom: 0;
  }

  .eventsRow .col-md-3 {
    width: 100%;
  }

  .eventsRow .col-md-9 {
    width: 100%;
  }

  .cardWrapper .card .featureImagePress {
    height: auto;
  }

  .corpReview img {
    width: 80px !important;
  }

  .corpRecentBlogs .col-md-3 {
    width: 100%;
  }

  .corp_whyuswrapper p {
    font-size: 14px !important;
  }

  .feature_logos button.owl-next {
    display: none !important;
  }

  .feature_logos button.owl-prev {
    display: none !important;
  }

  .feature_logos .owl-stage {
    right: 105px;
  }

  .brands_logos .owl-stage {
    left: 30px;
  }

  .blogswrapper .col-md-3 {
    width: 100%;
  }

  .cardWrapper .col-md-3 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .blogswrapper .col-md-4 {
    width: 100%;
  }

  .cardWrapper .col-md-4 {
    width: 100%;
  }

  .leftOnSmall h1 {
    font-size: 26px;
  }

  .leftOnSmallPara {
    font-size: 15px;
  }

  .innerSingle h2 {
    font-size: 20px;
  }

  h2.google-sheets-cell-2 {
    margin-bottom: 10px;
  }

  .google-sheets-cell-5 {
    margin-top: 10px;
    display: flex !important;
    flex-direction: row;
  }

  img.gallery_career_0 {
    height: 390px;
  }

  .bankOffer .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .brands_logos .owl-stage {
    left: 70px;
  }

  .navbar ul {
    background: #fff;
    color: black;
  }

  .navbar ul li a {
    color: black !important;
  }
}

@media (min-width: 576px) {
  #galleryModal .modal-dialog {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 550px) {
  img.gallery_career_0 {
    height: 355px;
  }
}

@media (max-width: 522px) {
  .lastBrandsDiv img {
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .brands_logos .owl-stage {
    left: 62px;
  }

  img.gallery_career_0 {
    height: 320px;
  }
}

@media (max-width: 600px) {
  .corp_properties .col-md-3 {
    width: 100%;
  }

  .team .teamInner .member .member-img {
    max-width: 150px;
    max-height: 150px;
  }

  .discoverBtn {
    height: 94%;
    font-size: 16px;
  }

  .corp_services {
    padding-bottom: 35px !important;
  }

  .recent_blogs .owl-dots {
    margin-top: 0 !important;
  }

  .corpRecentBlogs {
    padding-top: 10px !important;
    padding-bottom: 35px !important;
  }

  .corptestimonials .section-header {
    padding-bottom: 20px;
  }

  .corp_properties .section-header {
    padding-bottom: 35px !important;
  }

  .corp_properties {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }

  .corp_whyuswrapper .section-header {
    padding-bottom: 20px;
  }

  .corp_whyuswrapper {
    padding-top: 35px !important;
  }

  .corpExcellentReview {
    background: #eceef4;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .corptestimonials {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
  }

  .corp_serv_feat_title {
    font-size: 14px;
  }

  .corp_brandhosted .section-header h2 {
    font-size: 18px !important;
  }

  .corp_serv p {
    font-size: 14px;
  }

  .corp_brandhosted h4 {
    font-size: 25px;
  }

  .property_name h4 {
    font-size: 18px;
  }

  #metric_guest {
    font-size: 14px;
  }

  #metric_bedroom {
    font-size: 14px;
  }

  #metric_bathroom {
    font-size: 14px;
  }

  .price_amt {
    font-size: 20px;
  }

  a.more_info_link_anchor {
    font-size: 14px;
  }

  .category_photo_image img {
    width: 88%;
  }

  #company {
    display: flex;
    justify-content: space-between;
  }

  #legal {
    display: flex;
    justify-content: space-between;
  }

  footer ul li a {
    font-size: 14px;
  }

  .socialLinks a {
    font-size: 30px;
  }

  .categoryImageDescription {
    padding-top: 30px;
  }

  .briefOverviews {
    font-size: 14px !important;
  }

  .customTextEvents p {
    font-size: 14px !important;
  }

  .customTextEvents h5 {
    font-size: 18px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .customTextEvents {
    margin-bottom: 20px;
  }

  .card_wrapper_prop {
    box-shadow: none;
    margin-bottom: 20px;
    border: 1px solid #00000026;
  }

  .owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
  }

  .categoryImageDescription p {
    font-size: 14px;
  }

  #categoryTitle {
    padding-bottom: 0;
  }
}

@media (max-width: 542px) {
  .form_corp {
    width: 95%;
  }
}

@media (min-width: 481px) {
  .pageBbannerMob {
    display: none;
  }
}

@media (max-width: 480px) {
  .cardbodyContactPage {
  }

  .pageBbannerWeb {
    display: none;
  }

  .wrapperFirstCol p {
    font-size: 14px;
  }

  .whatsappicon i.fa-brands.fa-whatsapp {
    width: 50px;
    height: 50px;
    line-height: 1.6;
    padding-left: 12px;
  }

  .fixedNavbar ul li a {
    font-size: 12px;
  }

  .footerButtonAccordion img {
    height: 20px;
  }

  .footerButtonAccordion h6 {
    margin-right: 3%;
  }

  .contact .info-item p {
    font-size: 14px;
  }

  .contact .info-item h3 {
    font-size: 16px;
  }

  .partner .service-item .list-unstyled {
    font-size: 14px;
    margin: 5px 0 0;
  }

  .partner .service-item h3 {
    font-size: 16px;
  }

  .corp_features h2 {
    padding-bottom: 5px !important;
  }

  .feature_logos .owl-stage {
    right: 95px;
  }

  .corp_features {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .corp_brands .owl-carousel .owl-item img {
    width: 80px;
  }

  .corp_brands {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .cardWrapper .col-md-3 {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }

  .google-sheets-cell-5 {
    flex-direction: column;
  }

  .clickshare {
    margin-left: 10px;
  }

  .careerBoxLeft h2 {
    font-size: 20px;
  }

  i.fa-solid.fa-bag-shopping {
    font-size: 16px;
  }

  img.gallery_career_0 {
    height: 310px;
  }

  .cardsRowOuter .col-md-3 {
    width: 100%;
  }

  .securePaymentWrapper h5 {
    font-size: 14px;
  }

  .verifyPayment img {
    max-height: 20px;
  }

  .bankofferHeading {
    font-size: 22px !important;
    line-height: 28px;
    margin-top: 15px;
  }

  .bankModalTitle {
    font-size: 18px;
    font-weight: 600;
  }

  .applicableCardsWrapper .section-header h2 {
    font-size: 16px;
  }

  .miniCardsBox {
    justify-content: space-evenly;
    flex-direction: row-reverse;
  }

  .miniCardSideImage img {
    width: 38px !important;
  }

  .miniCardsBox {
    margin-bottom: 15px;
  }

  .miniCardContent p {
    font-size: 14px;
  }

  .modalATag {
    font-size: 14px;
  }

  .description_wrap_career h2 {
    font-size: 20px;
  }

  .description_wrap_career p {
    font-size: 14px;
  }

  .event_gallery_wrapper .section-header p {
    font-size: 14px;
  }

  .travellersCardsWrapperPartner .taleImage {
    height: auto;
  }

  .travellersCardsWrapperPartner .col-md-4 {
    width: 30%;
  }

  .travellersCardsWrapperPartner .taleImage img {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }

  .travellersCardsWrapperPartner .col-md-8 {
    width: 70%;
  }

  .travellersCardsWrapperPartner .talesContents p {
    margin-bottom: 7px;
  }
}

@media (max-width: 479px) {
  img.gallery_career_0 {
    height: 345px;
  }
}

@media (max-width: 460px) {
  .feature_logos .owl-stage {
    right: 91px;
  }

  img.gallery_career_0 {
    height: 315px;
  }
}

@media (max-width: 440px) {
  .feature_logos .owl-stage {
    right: 88px;
  }

  img.gallery_career_0 {
    height: 305px;
  }
}

@media (max-width: 420px) {
  .brands_logos .owl-stage {
    left: 55px;
  }

  .feature_logos .owl-stage {
    right: 86px;
  }

  .cardWrapper .col-md-3 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .tagsCareeer span {
    font-size: 10px;
    padding: 8px 12px;
  }

  img.gallery_career_0 {
    height: 300px;
  }
}

@media (max-width: 410px) {
  img.gallery_career_0 {
    height: 290px;
  }
}

@media (max-width: 400px) {
  img.gallery_career_0 {
    height: 285px;
  }
}

@media (max-width: 390px) {
  .feature_logos .owl-stage {
    right: 80px;
  }

  .brands_logos .owl-stage {
    left: 47px;
  }

  img.gallery_career_0 {
    height: 275px;
  }
}

@media (max-width: 380px) {
  img.gallery_career_0 {
    height: 270px;
  }
}

@media (max-width: 370px) {
  img.gallery_career_0 {
    height: 260px;
  }
}

@media (max-width: 369px) {
  .lastBrandsDiv img {
    margin-right: 13px;
  }
}

@media (max-width: 360px) {
  .brands_logos .owl-stage {
    left: 43px;
  }

  .corp_brands .owl-carousel .owl-item img {
    width: 65px;
  }

  img.gallery_career_0 {
    height: 255px;
  }
}

@media (max-width: 350px) {
  img.gallery_career_0 {
    height: 245px;
  }
}

@media (max-width: 340px) {
  .brands_logos .owl-stage {
    left: 41px;
  }

  .lastBrandsDiv img {
    margin-right: 11px;
  }

  img.gallery_career_0 {
    height: 240px;
  }
}

@media (max-width: 320px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  img.gallery_career_0 {
    height: 225px;
  }
}

@media (max-width: 294px) {
  .lastBrandsDiv img {
    margin-right: 10px;
  }
}
