/*Google Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap");


ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px!important;
}

.nav__content .nav__links .nav__item a{
  text-decoration: none;
}
.nav__content .nav__links .nav__item{
  list-style: none;
}
.single_hero__form input{
  width: 100%;
  outline: none;
  border: none;
  background: #ffffff30;
}
.nav__content .nav__links{
  margin-bottom: 0;
}
.single__feature{
  min-height: 422px;
}
.footer__address{
  margin-bottom: 0;
  list-style: none;
}
.footer_social__links .social__links{
  margin-bottom: 0;
  list-style: none;
}
.property__card{
  padding: 0;
}
.property__card .pro__disc .pro__meta{
  padding-left: 0;
}
.property__card .pro__disc .pro__address, .property__card .pro__disc .pro__type{
  margin-left: 0 !important;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single__feature{
    min-height: auto;
  }
}
.d-flex{
  display: flex;
}
.footer__style .footer_content .footer__links{
  margin-bottom: 0;
  list-style: none;
}
.section__title{
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #0099CD;
  font-family: "Inter", sans-serif;
  max-width: 100%;
  margin: 0 auto;
}
a{
  text-decoration: none !important;
}
/* =============================
  6. Navbar area start
==============================*/
.nav__row{
  display: flex;
  align-items: center;
}
.nav__logo{
  flex-basis: 22%;
}
.nav__content{
  display: flex;
  align-items: center;
  flex-basis: 80%;
  justify-content: space-between;
}
.nav__content .nav__links{
  display: flex;
}
.nav__content .nav__links .nav__item{
  margin-right: 32px;
  position: relative;
}
.nav__content .nav__links .nav__item .fl{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mobile-menu{
  display: none !important;
}
.nav__content .nav__links .nav__item.has__child{
  padding-right: 14px;
}
.nav__content .nav__links .nav__item a{
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #222222;
  font-family: "Open Sans", sans-serif;
}
.nav__content .nav__links .nav__item.has__child:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(1);
  top: 100%;
}
.nav__content .nav__links .nav__item.has__child .sub-menu{
  position: absolute;
  top: 105%;
  width: 200px;
  background: #fff;
  left: 0;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0;
  transform: translateY(0);
  transition: all .3s;
  z-index: 99;
}
.nav__content .nav__links .nav__item.has__child .sub-menu li{}
.nav__content .nav__links .nav__item.has__child .sub-menu li a{
  padding: 10px 20px;
  display: inline-block;
}
.nav__content .nav__links .nav__item > a{
  display: inline-block;
  padding: 48px 0;
}
.nav__content .nav__links .nav__item:last-child{
  margin-right: 0;
}

.header__signin{
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #0099CD;
}
.header__signin svg{
  margin-right: 6px;
}
.mobile-menu{
  display: flex;
}
.hamburger span {
  width: 100%;
  height: 3px;
  background: #707070 !important;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}
.hamburger span.h-bottom {
  bottom: 0.2rem;
  width: 27px;
}
.hamburger span.h-middle {
  top: 50%;
  margin-top: -0.3rem;
  width: 25px;
}
.hamburger.h-active span {
  width: 80%;
}
.hamburger.h-active span.h-top {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  transform: translateX(-30px);
  opacity: 0;
}
.hamburger.h-active span.h-bottom {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}
.hamburger {
  display:block !important;
  position: relative;
  width: 40px !important;
  height: 30px !important;
  cursor: pointer;
  border: 3px solid transparent !important;
  float: right;
}
/* =============================
       Navbar area end
  ==============================*/
/* =============================
      Hero style start
  ==============================*/
.hero__style {
     background-size: cover;
    background-position: center;
    padding: 115px 0;
    padding-bottom: 240px;
    position: relative;

}

video#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    object-fit: cover;
    
}

.hero__content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.hero_content__row{
  justify-content: center;
}


.hero__content .hero__title {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
}

.single_hero__form {
  width: 636px;
  margin: 0 auto;
  display: flex;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
  border-radius: 10px;
  height: 67px;
}

.single_hero__form input {
  padding: 10px 25px;
  height: 100%;
}

.single_hero__form input:focus {
  border: none;
}

.single_hero__form input::placeholder {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #6C6C6C;
}

.single_hero__form button {
  border: none;
  outline: none;
  color: #fff;
  background: #0099cd87;
  padding: 12px 22px;
  transition: all .3s;
}

.single_hero__form button:hover {
  background: #0063cc;
}


.tab-menu{
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 3px;
  display: inline-flex;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 25px;
}
.tab-menu ul{
  margin: 0;
  padding: 0;
}
.tab-menu ul li{
  list-style-type: none;
  display: inline-block;
}
.tab-menu ul li button{
  text-decoration: none;
  color: rgba(0,0,0,0.4);
  background-color: transparent;
  padding: 7px 25px;
  border-radius: 4px;
  display: inline-block;
  border: none;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  min-width: 130px;
  padding: 10px;
}
.tab-menu ul li button.active-a{
  background: #fff;
  color: #222;
}
.tab{
  display: none;
}
.tab h2{
  color: rgba(0,0,0,.7);
}
.tab p{
  color: rgba(0,0,0,0.6);
  text-align: justify;
}
.tab-active{
  display: block;
}

/* =============================
      Hero style end
  ==============================*/
.form__btn {
  background: #0099CD;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  height: 45px;
  min-width: 140px;
}

.form__btn.v2 {
  display: block;
  width: 100%;
}

.form__btn:not(:last-child) {
  margin-right: 26px;
}

.radio__group {
  display: flex;
}

.radio__group .radio__single {
  display: inline-flex;
  align-items: center;
}

.radio__group .radio__single:not(:last-child) {
  margin-right: 11px;
}

.radio__group .radio__single label {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 8px;
}

.custom_input__group {
  margin-top: 16px;
}

.custom_input__group select {
  /*border: 1px solid #C4C4C4;*/
  /*border-radius: 5px;*/
  /*height: 38px;*/
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  /*letter-spacing: 0.2px;*/
  /*text-transform: capitalize;*/
  /*color: #686868;*/
  /*margin-top: 8px;*/
  /*width: 100%;*/
}

.custom_input__group input[type='radio'] {
  width: 20px;
  height: 20px;
}

.custom_input__group label {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}

.custom_input__group input {
  background: #FBFBFB;
  border-radius: 7px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 8px 16px;
  margin-top: 8px;
  width: 100%;
  outline: none;
}

.custom_input__group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
}

.alart__text {
  display: inline-block;
  margin-top: 20px;
}

/*custom modal*/
/*#multiStepForm fieldset:not(:first-of-type) {*/
/*  display: none*/
/*}*/

.modal__customiz.modal__active{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background: #00000063;
}

.modal__customiz.modal__active_shaddow{
  background: #00000063;
}

#modalClose{
  background: transparent;
  border: none;
  position: absolute;
  color: #222222;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  top: 11px;
  right: 9px;
  line-height: 1.5;
  box-shadow: 0px 2px 15px 0px #00000080;
  font-size: 20px !important;
}
#modalClose svg{
  width: 12px;
}

.modal__customiz{
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(.8);
  transition: all .3s;
}
.modal__customiz .modal-dialog {
  max-width: 396px;
}

.modal__customiz .modal-content {
  padding: 35px 45px;
  border-top: 4px solid #0099CD;
  border-radius: 0;

}

.modal__customiz .modal-content .modal__header {
  text-align: center;
}

.modal__customiz .modal-content .modal__header h4 {
  font-weight: 500;
  color: #222222;
  font-family: "Inter", sans-serif;
}

.modal__customiz .modal-content .modal__header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #222222;
  font-family: "Open Sans", sans-serif;
  padding-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px!important;
}

.modal__customiz .modal-content .modal__progress {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0;

}

.modal__customiz .modal-content .modal__progress li {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #969696;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.modal__customiz .modal-content .modal__progress li.active {
  color: #5C5C5C;
}

.modal__customiz .modal-content .modal__progress li.active::before {
  background: #5C5C5C;
}

.modal__customiz .modal-content .modal__progress li:not(:last-child)::before {
  position: absolute;
  right: -7px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #D9D9D9;
  width: 22px;
  height: 1px;
  transform: translateX(100%);
}

.modal__customiz .modal-content .modal__progress li .progress__count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: #D9D9D9;
  border-radius: 50%;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  margin-right: 10px;
}

/*feature style start*/
.pt-60 {
  padding-top: 60px;
}
.pt-40 {
  padding-top: 40px;
}

.features__style {
  /*padding-top: 80px;*/
  padding-bottom: 85px;
}

.single__feature {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 24px;
  padding-bottom: 28px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
  transition: 0.5s all ease-in-out;
}

.single__feature .feature__img {
  min-height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single__feature .feature__title {
  padding-top: 18px;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #0099CD;
  font-family: "Open Sans", sans-serif;
}

.single__feature p {
  color: #000000;
  padding-top: 10px;
}

.single__feature .feature__btn {
  display: inline-block;
  color: #0099CD;
  border: 1px solid #0099CD;
  padding: 4px 17px;
  border-radius: 6px;
  margin-top: 28px;
  transition: .3s;
  text-transform: uppercase;
}

.single__feature .feature__btn:hover {
  color: #fff;
  background: #0099CD;
}

/*banner style start*/
.banner__wrap {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/banner-bg.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding-left: 70px;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: 70px;
  padding-right: 70px;
  transition: 0.5s all ease-in-out;
}

.banner__wrap .banner__content {
  max-width: 576px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__wrap .banner__content h2 {
  color: #04DF98;
  font-weight: 700;
  display: inline-block;
  font-size: 36px;
  font-family: "Inter", sans-serif;
}

.banner__wrap .banner__content h2 span {
  color: #414141;
}

.banner__wrap .banner__content h3 {
  color: #50B9E4;
  font-size: 28px;
  letter-spacing: 0.2px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.banner__wrap .banner__content .banner__logo {
  max-width: 120px;
  margin-top: 20px;
}

.banner__xl {
  padding-bottom: 75px;
  padding-top: 75px;
}

/*footer style start*/
.footer__style {
  padding-top: 55px;
  background: #F5FAFF;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}

.footer__style .footer_content {
  /*max-width: 758px;*/
  margin: 0 auto;
}

.footer__style .footer_content .footer__links {
  /*border-top: 1px solid #686868;*/
  /*border-bottom: 1px solid #686868;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: center;*/
  /*padding: 20px 0;*/
}

.footer__style .footer_content .footer__links li {
  margin: 8px 15px;
}

.footer__style .footer_content .footer__links li a {
  font-weight: 300;
  font-size: 18px;
  color: #383838;
  font-family: "Inter", sans-serif;
  transition: .25s;
  /* font-family: 'Assistant'; */
  /* font-style: normal; */
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.footer__style .footer_content .footer__links li a:hover {
  color: #0099CD;
}

.footer_contact__wrap {
  padding-top: 70px;
}

.footer__address {
  padding-top: 5px;
}

.footer__address li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #383838;
  font-family: "Open Sans", sans-serif;
  margin-top: 14px;
}

/*.footer__conact {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  padding-top: 40px;*/
/*}*/

.footer__conact li {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #383838;
  font-family: "Open Sans", sans-serif;
}

.footer__conact li:not(:last-child) {
  margin-right: 35px;
}

.footer__conact li svg {
  color: #0099CD;
  margin-right: 15px;
}

.footer__bottom {
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer__bottom .copyright__text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.footer_social__links {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.footer_social__links span {
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.footer_social__links .social__links {
  margin-left: 20px;
  display: flex;
}

.footer_social__links .social__links li:not(:last-child) {
  margin-right: 9px;
}

/*listing style start*/
.listing__top {
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.8)), url(../images/searchbar__bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
}

.form__buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px !important;
}

.form__buttons .submit__btn {
  background: #41BB93;
  height: 46px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  border: none;
  padding-left: 33px;
  padding-right: 33px;
  margin-right: 11px;
  transition: all .35s;
}

.form__buttons .submit__btn:hover {
  background: #39a37f;
}

.form__buttons .more__btn {
  height: 46px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  transition: all .35s;
}

.form__buttons .more__btn svg {
  margin-left: 6px;
}

.form__buttons .more__btn:hover {
  background: #39a37f;
  border-color: #39a37f;
}

.advance__searchbar {
  max-width: 992px;
  margin: 0 auto;
}

.adv_custom__group {
  margin-top: 16px;
}

.adv_custom__group select {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #636363;
  background: #FFFFFF;
  border-radius: 3px;
  height: 50px;
}

.adv_custom__group label {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 10px;
}

.adv_custom__group input {
  background: #FFFFFF;
  border-radius: 3px;
  height: 50px;
  padding: 8px 16px;
}

.adv_custom__group input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #636363;
}

.container-auto {
  max-width: 1340px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.listing__style {
  padding-top: 50px;
  padding-bottom: 80px;
}

.listing__style .lisiting__header{
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.listing__style .lisiting__header h3 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #222222;
  font-family: "Open Sans", sans-serif;
}

.listing__style .lisiting__header select {
  max-width: 239px;
  border: 1px solid #B4B4B4;
  border-radius: 5px;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #777777;
}

.property__card {
  border: 1px solid #B4B4B4;
  border-radius: 7px;
  /*display: flex;*/
  /*align-items: stretch;*/
  overflow: hidden;
  margin-top: 40px;
}

.property__card:hover .pro__thumb img {
  transform: scale(1.04);
}

.property__card .pro__thumb {
  flex-basis: 38%;
  overflow: hidden;
}

.property__card .pro__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .35s;
}

.property__card .pro__disc {
  /*padding: 20px 23px;*/
  padding-left: 35px;
  align-self: center;
  flex-basis: 62%;
}

/* .pro__disc .pro__price {*/
/*  font-weight: 500;*/
/*  font-size: 24px;*/
/*  letter-spacing: 0.2px;*/
/*  text-transform: uppercase;*/
/*  color: #222222;*/
/*}*/


.property__card .pro__disc .pro__address, .property__card .pro__disc .pro__type {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}

.property__card .pro__disc .pro__title {
  color: #50B9E4;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
}

.property__card .pro__disc .pro__meta {
  display: flex;
  margin-top: 14px;
}

 .pro__disc .pro__meta li {
  display: inline-flex;
  align-items: center;
  color: #222222;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

 .pro__disc .pro__meta li svg {
  margin-right: 6px;
}

 .pro__disc .pro__meta li:not(:last-child) {
  margin-right: 20px;
}

.property__card .pro__disc .pro__bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.property__card .pro__disc .pro__bottom .pro__btns {
  display: flex;
}

.property__card .pro__disc .pro__bottom .pro__btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0099CD;
  color: #fff;
  font-size: 14px;
  min-width: 110px;
  text-align: center;
  padding: 9.5px 10px;
  border-radius: 6px;
  transition: all .24s;


}
.property__card .pro__disc .pro__bottom .pro__btns a:hover{
  background: hsl(195, 100%, 30%);
}

.property__card .pro__disc .pro__bottom .pro__btns a svg {
  margin-right: 5px;
}

.property__card .pro__disc .pro__bottom .pro__btns a:not(:last-child) {
  margin-right: 8px;
}

.custom__pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.custom__pagination li {
  margin-top: 8px;
}

.custom__pagination li:not(:last-child) {
  margin-right: 8px;
}

.custom__pagination li a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all .25s;
}

.custom__pagination li a:hover {
  background: #919EAB;
  color: #C4CDD5;
}

.custom__pagination li a.has__arrow {
  color: #C4CDD5;
}

.custom__pagination li a.active__page {
  color: #0099CD;
  border-color: #0099CD;
}

.featured__property {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

.featured__property .pro__thumb img {
  width: 100%;
}

.featured__property .pro__disc {
  padding: 25px;
}


.featured__property .pro__disc .pro__title span {
  color: #0099CD;
}

.featured__property .pro__disc p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #000000;
  margin-top: 16px;
}

.featured__property .pro__disc .pro__btn {
  display: inline-block;
  color: #0099CD;
  border: 1px solid #0099CD;
  padding: 4px 17px;
  border-radius: 6px;
  margin-top: 28px;
  transition: .3s;
  text-transform: uppercase;
}

.featured__property .pro__disc .pro__btn:hover {
  color: #fff;
  background: #0099CD;
}
/*# sourceMappingURL=style.css.map */

.inner_page .content.main_content {
  margin-top: 7px !important;
  border-radius: 7px;
  margin-bottom: 15px !important;
}
.header__style {
  background: white;
}
#modalClose svg {
  width: 30px;
  height: 30px;
}
.listing__banner{
  margin-top: 44px;
}

.custom_input__group select:focus{
  outline: none!important;
  border: none!important;
}

.single__feature p {
  font-size: 15px!important;
}

div.ap_region_modal,div.loc_city_modal{
  width: 100% !important;
  height: 37px!important;
  border-radius: 6px;
}
.select2-container.span3.form-control .select2-choice{
  margin-top: 3px;
}
.select2-container .select2-choice>.select2-chosen{
  margin-right: 26px;
  margin-left: 12px;
  margin-top: 3px;
}
.col-md-4.col-sm-6.searchoptions {
  margin-bottom: 8px;
}
input.error {
  border: 1px solid red;
}
div.error{
  border: 1px solid red!important;
}
.header__style.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  padding: 0;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

ul#ui-id-1 {
  background: white;
}

.MediaBlock__MediaContainer-skmvlj-0.eIkmHi {
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.kmPxtK {
  color: rgb(59, 65, 68);
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-widget-content {
  border: 0px!important;
}

.LocationAutosuggestDrodown__ItemContainer-sc-22jd4l-2.bkkAcE.ui-menu-item-wrapper {
 padding: 5px;
}
.Text__TextBase-sc-1cait9d-0-div.Text__TextContainerBase-sc-1cait9d-1.dHbJvc {
  font-size: 11px;
}

.fav-wrapper {
    display: none;
}
.pro__logo {
    margin-right: 20px;
}

a#mobileContactView {
    display: none;
}
  a#contactModal{
     display: flex;
   }

 
.pro__disc {
    position: relative;
}  

.pro__logo {
    position: absolute;
    right: 8px;
    /* align-items: center; */
    bottom: 42%;
}

@media only screen and (max-width: 767px) {
    ul#block_btn {
    margin-top: 16px;
}
    .pro__disc,.pro__logo {
    position: unset;
}  
    a#mobileContactView {
    display: block;
   }
   a#contactModal{
     display: none;
   }

  .property__card .pro__disc {
    padding: 20px 20px;
    padding-left: 20px;
  }
  .modal-content {
    overflow-y: scroll;
    max-height: 654px!important;
  }
}

/*---------Added new Layout-----------*/
.footer_shape_icon img {
  min-width: 22px;
}

.footer__address li {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #383838;
  font-family: "Open Sans", sans-serif;
  margin-top: 14px;
  display: flex;
}

ul.footer__address span {
  /*margin-left: 10px;*/
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.footer__style {
  padding-bottom: 35px;
  position: relative;
}

.footer_center_content{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.footer__style .footer_content .footer__links {
  justify-content: center;
  padding-top: 60px;
}

h3 {
  line-height: 1.2;
}

.col-md-4.footer_center_content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #0099CD;
  line-height: 1.2;
}
.footer__conact li:not(:last-child) {
  margin-right: 0px!important;
}
ul.footer__conact li {
  margin-bottom: 12px;
}
ul.footer__conact a {
  font-size: 16px;
  line-height: 24px;
  color: #0A142F;
  z-index: 99999999999;
}
.footer__conact li:not(:last-child) {
  margin-right: 9px!important;
}

element.style {
}
span.footer__right_side_follow_us {
  color: #0099CD;
  margin-right: 10px;
  font-weight: 400;
}
.footer__conact {
  padding-top: 64px!important;
}

.footer-bg{
  position: absolute;
  right: 0;
  bottom: 0;
}
.copyright__section{
  background: #0099CD;
  padding: 4px;
}
.copyright__section span{
  margin-left: 10px;
}
.copyright__section h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  font-family: 'Open Sans';
  top: calc(50% - 22px/2 + 1315px);
  text-align: center;
  color: #FFFFFF;
}
.footer__conact{   /*---Remove from top full .footer__conact */
  max-width: 290px;
}
.footer__right_side{
  display: flex;
  justify-content: flex-end;
}

/*.container {*/
/*  padding: 0;*/
/*}*/

h1, .h1, h2, .h2, h3, .h3 {
  text-transform: inherit!important;
}

.jfYGaR .svg {
  height: 20px;
  margin-top: 8px;
}
.jfYGaR .svg {
  width: 20px;
}
ul#ui-id-1 {
  background: white;
  max-height: 399px;
  overflow-y: scroll;
}
li#locationsDropdownOptions {
  margin-top: 10px;
}
li#locationsDropdownOptions:hover {
  background: #80808014;
  cursor: pointer;
}

div#homeloadBlock {
  display: flex;
  justify-content: center;
}

.banner__wrap:hover {
  transform: scale(1.05);
  width: 100%;
}

.single__feature:hover {
  transform: scale(1.05);
}

/* scrollbar design */
/* width */
::-webkit-scrollbar {
  width: 5px;
  right: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0099CD;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0099CD;
}


.lef-side-card-property-options{
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  overflow: hidden;
}
.lef-side-card-property-options h3{
  position: absolute;
  align-items: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin-left: 25px;
}
.lef-side-card-property-options button{
  position: absolute;
  bottom: 17px;
  margin: 0 auto;
  margin-left: 25px;
}
.center-banani-property-card{
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  margin-bottom: 14px;
}
.center-banani-property-card h3{
  position: absolute;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin-left: 20px;
}
.center-banani-property-card button{
  position: absolute;
  bottom: 17px;
  margin-left: 20px;
}
.basundhora-badda-property-block {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.basundhora-badda-property-block h3{
position: absolute;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 49px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    left: 20px;
}
.basundhora-badda-property-block button{
    position: absolute;
    bottom: 20px;
    left: 17px;
}

.banasree-mohamadpur-block {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin-bottom: 14px;
}
.banasree-mohamadpur-block h3{
  position: absolute;
  top: 0;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  left: 15px;
}
.banasree-mohamadpur-block button{
  position: absolute;
 bottom: 20px;
 left: 15px;
}
button.view-properties-btn {
  background: rgba(238, 238, 238, 0.6);
  border-radius: 7px;
  padding: 3px 16px;
  border: none;
  color: #222222;
}


element.style {
  display: flex;
  column-gap: 17px;
}
.wrapping_property {
  display: flex;
  column-gap: 17px;
}

.card__body.center-banani-property-card > div> img {
    min-height: 218px;
    object-fit: cover;
    border-radius: 10px;
}

.card__body.basundhora-badda-property-block >div>img,
.feature__img_property_sections img{
  min-height: 244px;
  object-fit: cover;
  border-radius: 10px;
}

/*.card__body.banasree-mohamadpur-block>div>img {*/
/*    min-height: 220px;*/
/*    object-fit: cover;*/
/*    border-radius: 10px;*/
/*}*/

.card__body.banasree-mohamadpur-block.banasree-img>div>img {
    min-height: 217px;
    object-fit: cover;
    border-radius: 10px;
}
.feature__img_property_sections.gulsan__property_section>img {
    min-height: 447px;
    object-fit: cover;
    border-radius: 10px;
}

.footer-address-one {
    margin-top: 15px;
}

@media only screen and (max-width: 575px){
    .footer__style {
      padding-bottom: 13px;
        padding-top: 45px;
    }
    .banner__xl {
    padding-bottom: 35px;
    }
    .row.gy-4.pt-60.form__area {
        padding-top: 15px!important;
    }
  .features__style.property_block {
    display: none;
  }

    .banasree-mohamadpur-block h3{
        left: 16px;
    }
    .card__body.basundhora-badda-property-block >div>img{
        margin-left: 17px;
        margin-bottom: 14px;
    }
    .footer-logo {
    display: flex;
    justify-content: center;
}

.center-banani-property-card {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin-bottom: 14px;
    width: 100%;
    margin-left: 15px;
    margin-top: 13px;
}

  .col-md-4.footer_center_content h3 {
    font-size: 18px;
  }
  .col-md-4.footer_center_content {
    padding-top: 32px;
  }
  .footer__style .footer_content .footer__links {
    padding: 9px 0;
    text-align: center;
  }
  .footer__conact {
    padding-top: 13px!important;
  }
  .footer__style .footer_content .footer__links li a {
    font-size: 16px!important;
  }
  .footer__right_side{
    justify-content: center;
  }
  .wrapping_property {
    display: block;
  }
}
@media (max-width: 1536px){
  div#modalMultistep .modal-content {
    height: 82vh;
    overflow: auto;
  }
  .modal__customiz .modal-content{
        height: 82vh;
    overflow: auto;
   }
}

@media screen and (max-width: 1200px) {
   .modal-content {
    height: 82vh;
    overflow: auto;
   }
   
}


.modal-dialog {
  width: 600px;
  margin: 111px auto;
}

.modal__customiz .modal-dialog {
  max-width: 396px;
  background: white;
  border-radius: 10px;
}
.success-icon {
  height: 196px;
  /* margin: 0 auto; */
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-content.success-message-open {
background: linear-gradient(260.74deg, rgba(97, 227, 196, 0.85) 37.57%, rgba(73, 194, 245, 0) 104.55%);
border-radius: 10px;
}

.modal__customiz .modal-content {
padding: 35px 45px;
border-top: 4px solid #0099CD;
border-radius: 0;

}
.success-content>h3 {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
color: #373737;
}
.success-content .message-box {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #000000;
margin: 28px 0px;
}
p.suport-content {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 19px;
color: #000000;
margin-bottom: 55px;
padding: 0;
margin-left: 0!important;
}
p.redirecting-status {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;
}

.modal__customiz .modal-content {
padding: 35px 26px;
border-top: 4px solid #0099CD;
border-radius: 0;

}
a.footer-success {
  margin: 41px 0px;
}

/*****8/
*/

.features__style.property_block img {
    transition: transform .5s ease;
}
.features__style.property_block img:hover{
   transform: scale(1.1);
}

.features__style.property_block .card__body{
   overflow: hidden;
}

.nav__content .nav__links .nav__item a:hover {
    color: #0099CD;
     transition: .3s;
}
.footer_shape_icon {
    width: 27px;
  margin-right: 14px;
}
ul.social__links.d-flex {
    margin-top: 12px;
}


/*=-=10.11.==*/
.contact-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  min-width: 140px;
  text-align: center;
  padding: 9.5px 10px;
  border: 1px solid #0099CD;
  border-radius: 6px;
  transition: all .24s;
  color: #0099CD;
  font-weight: 700;
}
.submit-btn {
  margin-left: 18px;
}
.email_submit_btn{
  background: #0099CD;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  height: 41px;
  min-width: 180px;
  font-size: 16px;
}
.alart__text {
  display: inline-block;
  margin-top: 11px!important;
  margin-bottom: 10px!important;
}
ul.pro__meta {
  text-align: left;
}


.wrapper_contact {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #383838;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding: 23px 23px 7px 23px;
}
.phone_number_wrapping {
  margin-left: 22px;
  min-width: 172px;
  text-align: center;
}
.mobile-phone img {
  object-fit: contain;
}
.mobile-phone {
  display: flex;
  margin-left: 20px;
}
.phone_number_wrapping a {
  font-weight: 400;
}
.border-line {
  border: 1px solid #C7C7C7;
}
.contact__text {
  padding: 23px;
  text-align: center;
}
.contact__text span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #222222;
}


/*-------Schedules Design-----*/
.contact_us h6 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #0099CD;
}
.contact_us {
  background: #F3F3F3;
  padding: 2px 0px;
  border-radius: 2px;
}
.contact_btn_group a {
  align-items: center;
  justify-content: center;
  background: #0099CD;
  color: #fff;
  font-size: 14px;
  min-width: 110px;
  text-align: center;
  padding: 9.5px 10px;
  border-radius: 6px;
  transition: all .24s;
}
.contact_btn_group {
  display: flex;
  margin-top: 23px;
  align-items: center;
}
.contact_btn_group a:not(:last-child){
  margin-right: 8px;
}
.contact_apex p {
  font-weight: 400;
  font-size: 14px;
  /* letter-spacing: 0.2px; */
  text-transform: none!important;
  color: #000000;
  margin-top: 16px;
}
.contact_apex .schedule_btn {
  display: inline-block;
  color: #444444;
  border: 1px solid #d9d9d9;
  padding: 4px 17px;
  border-radius: 6px;
  margin-top: 28px;
  transition: .3s;
}

.jxAcOm {
  padding: 0px 14px 2px;
}
.egiIRv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.jlGtKE {
  position: relative;
}
.eDvcSg {
  overflow: hidden;
  padding: 4px;
  margin: -4px;
  outline: none;
}
.kSNjCB {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.45s ease 0s;
  outline: none;
}
.idVGsb {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -8px;
  /*flex-wrap: wrap;*/
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.idVGsb > .Grid__CellBox-sc-144isrp-0 {
  border-style: solid;
  border-color: transparent;
  border-width: 8px 4px 0px;
}

.iYWzze {
  width: 24%;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  display: block;
}

.cYByhi {
  font-weight: normal;
  color: rgb(59, 65, 68);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  box-shadow: rgb(0 173 187) 0px 0px 0px 2px;
}
.cYByhi {
  font-weight: normal;
  color: rgb(59, 65, 68);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  box-shadow: rgb(0 173 187) 0px 0px 0px 2px;
}
.isrbwV {
  margin: 0px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  color: rgb(59, 65, 68);
  text-align: center;
  font-weight: bold;
  transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.43;
  padding: 8px;
  width: 100%;
  outline: none;
}

.enhvQK {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.frJTlL {
  position: absolute;
  right: -16px;
  top: calc(50% - 16px);
}

.hcRorN {
  transition: box-shadow 0.1s ease 0s, color 0.1s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
  border-radius: 24px;
  padding: 1px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(232, 233, 234);
  background-color: rgb(255, 255, 255);
  outline: none;
}
input, button, textarea {
  font-family: TruliaSans, Trulia-Fallback, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.hcRorN > .getUiSvgContainer__SvgContainer-sc-1cdn1ln-0 {
  flex: 1 1 0%;
}
.gSvSVS {
  display: inline-block;
  font-size: 0px;
  width: 24px !important;
  height: 24px !important;
}
.gSvSVS .svg {
  height: 24px;
}
.gSvSVS .svg {
  width: 24px;
}
.cbeIUv {
  padding: 8px 0px 0px;
}
.dfDkza {
  position: relative;
}
.cKWeNf {
  width: 100%;
  display: inline-block;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  border: 1px solid rgb(134, 144, 153);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: box-shadow 0.1s ease 0s, border-color 0.1s ease 0s;
  padding: 24px 8px 8px 16px;
  height: 56px;
}
.cKWeNf + label {
  display: inline-block;
  top: 14px;
  color: rgb(59, 65, 68);
  font-weight: bold;
  font-size: 12px;
  line-height: 1.33;
}
.bfMQr {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  transition: all 0.15s ease 0s;
  pointer-events: none;
  margin: 0px;
  padding: 0px;
  color: rgb(107, 119, 128);
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}

.dfDkza {
  position: relative;
}
.jWBbtG {
  border-radius: 8px;
  border: 1px solid rgb(134, 144, 153);
  transition: box-shadow 0.1s ease 0s, border-color 0.1s ease 0s;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  display: inline-block;
  padding: 15px 16px 15px;
  outline: none;
}
.bZnjYv {
  padding: 4px 0px;
}
.cbeIUj {
  padding: 4px 0px 0px;
}
.dESBlU {
  display: flex;
  flex-direction: row;
}
.btuShn {
  flex: 1 1 auto;
}
.kdujyz {
  color: rgb(255, 255, 255);
  background-color: #0099CD;
  border-color: transparent;
  outline: none;
}
.iFQgiO {
  margin: 0px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  color: rgb(59, 65, 68);
  text-align: center;
  font-weight: bold;
  transition: top 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px;
  width: 100%;
  color: white;
  outline: none;
  margin-top: 16px;
}
.iNWbJt {
  color: rgb(107, 119, 128);
  font-size: 10px;
  line-height: 1.6;
}
.iNWbJt {
  color: rgb(107, 119, 128);
  font-size: 10px;
  line-height: 1.6;
}
.gDaiXz {
  padding: 0px;
}
.eakMeR {
  position: relative;
  background-color: rgb(245, 246, 247);
  border-radius: 8px;
}
.bcRDog {
  position: relative;
  z-index: 1;
}
.gOIIXe {
  border: 1px solid transparent;
  background-color: transparent;
  margin: 0px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  color: rgb(59, 65, 68);
  text-align: center;
  font-weight: bold;
  padding: 8px;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
  width: 50%;
}

.djKGXV {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  color: rgb(59, 65, 68);
  text-align: center;
  font-weight: bold;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(205, 209, 212);
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  top: 0px;
  letter-spacing: normal;
  font-size: 14px;
  height: 39px;
  width: 50%;
  transition: all 480ms ease-in 0s;
}

.cVrlJx {
  color: rgb(107, 119, 128);
}
.gDaiXz {
  padding: 0px;
}
.jUnrau {
  flex-direction: row;
  display: flex;
}
.jlqZEj {
  margin: 0px 4px;
}
.ldRBYv {
  display: inline-block;
  font-size: 0px;
  width: 24px !important;
  height: 24px !important;
}
.ldRBYv .svg {
  height: 24px;
}
.ldRBYv .svg {
  width: 24px;
}
.gSvSVS .svg {
  height: 24px;
  width: 24px;
}
.hcRorN > .getUiSvgContainer__SvgContainer-sc-1cdn1ln-0 {
  flex: 1 1 0%;
}
.gSvSVS {
  display: inline-block;
  font-size: 0px;
  width: 24px !important;
  height: 24px !important;
}
.hcRorN {
  transition: box-shadow 0.1s ease 0s, color 0.1s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
  border-radius: 24px;
  padding: 1px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(232, 233, 234);
  background-color: rgb(255, 255, 255);
  outline: none;
}
.frJTlL {
  position: absolute;
  right: -16px;
  top: calc(50% - 16px);
}

.floyYW {
  display: inline-block;
  font-size: 0px;
  width: 16px !important;
  height: 24px !important;
}
.dKDZCR {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  inset: 0px;
  cursor: pointer;
  appearance: none;
  font-size: 16px;
  line-height: 1.5;
}
.knfaTl {
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.lcbufC {
  flex: 1 1 0px;
  width: 100%;
  margin: 0px 8px;
}
#scheduleTourModal .modal-header {
  padding-bottom: 0!important;
  border-bottom: none;
}
.modal-title {
  padding-left: 14px;
}
.iffyHf {
  font-weight: normal;
  color: rgb(59, 65, 68);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  box-shadow: rgb(134 144 153) 0px 0px 0px 1px;
}
.iffyHf:hover, .iffyHf[class~="hover"] {
  color: rgb(59, 65, 68);
  background-color: rgb(245, 246, 247);
  border: 2px solid transparent;
  box-shadow: rgb(205 209 212) 0px 0px 0px 1px;
}
.fzNeSR {
  position: absolute;
  z-index: 1;
  left: -16px;
  top: calc(50% - 16px);
}

.d-none {
  display: none;
}
.success-message-open {
  background: linear-gradient(260.74deg, rgba(97, 227, 196, 0.85) 37.57%, rgba(73, 194, 245, 0) 104.55%);
  border-radius: 10px;
}

div.left-0 {
  left: 0px;
}
div.left-274{
  left: 274px;
}

@media (pointer: fine) {
  .kSNjCB {
    overflow: visible;
  }
  .frJTlL {
    display: flex;
  }
}
@media (min-width: 993px) {
  .iYWzze {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .iYWzze {
    width: 19.2%;
  }
}
@media (min-width: 570px) {
  .iYWzze {
    width: 24%;
  }
}
@media (min-width: 376px){
  .iYWzze {
    width: 24%;
  }
}
@media (min-width: 476px) {
  .djKGXV {
    padding: 8px 16px;
    font-size: 16px;
    height: 42px;
  }
}
@media (min-width: 476px) {
  .gOIIXe {
    padding: 8px 16px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #scheduleTourModal .modal-content {
    height: 58vh;
    max-width: 413px;
  }
  div.left-274{
    left: 171px;
  }
  .contact_btn_group {
    margin-left: 36px;
  }
}

/*----End Schedules Design----*/


/* Thank you page */
section {
  padding:50px 0px 50px;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}



/* Header Content */
#header .header-content {
  color:#FFF;
  padding:140px 0px 80px;
  /* background-color: #444; */
}

.apxheader-txt h2{
  color: #091E42;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px ;
  text-align: center;
  font-weight: 600;
}
.apxheader-txt h1{
  color: #091E42;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px ;
  text-align: center;
  font-weight: 600;
}

/* benefit */
.apxheader-txt2 h2{
  color: #091E42;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px ;
  text-align: left;
}
.apxheader-txt2 h1{
  color: #091E42;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px ;
  text-align: left;
}




/* COUNTS */
#counts{
  padding-bottom: 200px;
}
#counts .container{
  /* background-color: #00a8a8; */
  background-image: url("../img/banner.jpg");
  /* background-color: #00a8a8; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 400px;
}
#counts .outer{
  margin-top: 250px;
  background-color: #ffffff;
  padding: 60px 0px;
  height:350px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);


}


/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {


  .apxfooter .links ul{
    display: block;
  }
  section {

    padding:30px 0px 30px;
    /* background-color: #444; */
  }
  #header .header-content {
    color:#FFF;
    padding:90px 0px 40px;
    /* background-color: #444; */
  }
  .logo{
    width:70% ;

  }

  .apxfooter .address .addcontact{
    display: block;

  }


  .navbar{
    flex-wrap: nowrap;
    /* height: 100px; */

    /* padding-top: 27px; */

  }
  .navbar .btn{
    width:150px;
    padding:8px 0px;
  }


  .page-thanks .branding-title{


    width:260px !important;
    height: 120px !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute !important;
    bottom: -60px !important;
    padding: 15px 5px !important;

  }


  div.goback{
    height: 60px;
    /* background-color: #0099CD; */

    margin-top: 50px;

  }



  #counts .outer h3{
    color: #091E42;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding:0px 0px;
    margin-bottom: 20px;
  }

  #counts .propertyCounts div p:nth-child(odd){
    font-size: 16px;

  }
  #counts .propertyCounts div p:nth-child(even){
    font-size: 25px;
    font-weight: 600;
    color: #091E42;

  }


  #header nav .container :nth-child(2){
    margin-right: 0%;
    margin-top: 2%;
  }


  #header .apxheader-txt h1{

    font-size: 20px ;

  }


}
/* @media  (max-width: 768px;){

} */

@media (min-width: 576px) {
  .apxfooter .links ul li a{
    padding: 10px;

  }


  #counts .outer h3{
    color: #091E42;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    padding:0px 0px;
    margin-bottom: 20px;
  }

  #counts .propertyCounts div p:nth-child(odd){
    font-size: 16px;

  }
  #counts .propertyCounts div p:nth-child(even){
    font-size: 25px;
    font-weight: 600;
    color: #091E42;

  }



}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .apxfooter .links ul li a{
    padding: 20px;

  }


  #counts .outer h3{
    color: #091E42;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    padding:0px 80px;
    margin-bottom: 25px;
  }

  #counts .propertyCounts div p:nth-child(odd){
    font-size: 16px;

  }
  #counts .propertyCounts div p:nth-child(even){
    font-size: 30px;
    font-weight: 600;
    color: #091E42;

  }


  #icongroup .follow{
    display: flex;
    flex-direction:row;
    align-items: center;

  }
  #icongroup .follow > :nth-child(n){
    padding-right: 0.9%;
  }
  #icongroup .follow .social-apx > :nth-child(n){
    padding-right: 3px;
  }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #counts .outer h3{
    color: #091E42;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    padding:0px 80px;
    margin-bottom: 25px;
  }

  #counts .propertyCounts div p:nth-child(odd){
    font-size: 16px;

  }
  #counts .propertyCounts div p:nth-child(even){
    font-size: 30px;
    font-weight: 600;
    color: #091E42;

  }

}

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */



/* thankyou page starts*/

.page-thanks{
  background: linear-gradient(260.74deg, rgba(131, 242, 216, 0.85) 58.34%, rgba(73, 194, 245, 0) 104.55%);
  position: relative;

  padding-top: 100px !important;
  height: 570px;


}

.page-thanks a{
  text-decoration: none;

}

.page-thanks .apxheader-txt-heading :nth-child(n){
  padding-bottom: 10px;
}

.page-thanks .branding-title{
  position: absolute;
  bottom: -40px;
  background-color: #EAF3F5;
  width: 700px;
  height: 100px;
  color:#091E42;
  border-radius: 10px;
  font-weight: bold;
  padding:0px 10px;
  box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);

}

div.goback{
  height: 60px;
  /* background-color: #0099CD; */

  margin-top: 90px;

}
div.goback a{
  text-decoration: none;
}

p.text-dark {
  text-align: center;
  color: black;
}
a.btn.btn-primary {
  border-radius: 11px;
}
/* thankyou page ends*/

.row.property_list {
  display: flex;
  flex-wrap: wrap;
}
.property__card .pro__disc{
  padding-bottom: 24px;
}
i.fas.fa-rss {
  display: none;
}
@media (min-width: 1200px){
  .container {
    width: 1374px;
  }
}
.property__card .pro__disc .pro__price span {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
  line-height: 14px;
}
.property__card.wow.fadeInUp.apartment_item.block.col-md-12.col-sm-12 {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 11px;
}
.featured__property .pro__disc .pro__title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #4E4E4E;
  font-family: "Open Sans", sans-serif;
}
.featured__property .pro__disc p {
  text-align: left;
  margin-left: 0!important;
}
.text-center.single-property a {
  width: 100%;
  margin-top: 20px!important;
}
.featured__property h3.pro__price span {
  font-weight: 700;
  font-size: 22px;
}
.property__card .pro__disc .pro__price span {
  font-size: 22px!important;
  font-weight: 700!important;
}
.listing__style {
  padding-top: 22px!important;
  padding-bottom: 0px!important;
}
.property__card{
  margin-top: 0px!important;
}
.listing__style .lisiting__header{
  margin-bottom: 25px;
}
.pagination.pagination-bottom {
  margin-left: 19px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2px!important;
}
@media only screen and (max-width: 767px) {
  .listing__style .lisiting__header select {
    max-width: 100%;
  }
  .listing__style {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
  .property__card .pro__disc .pro__bottom{
    gap: 7px;
  }
  .pagination.pagination-bottom {
    margin-top: 25px;
  }

}
.col-md-4.col-sm-6.searchoptions.disable_field_options_139,
.col-md-4.col-sm-6.searchoptions.disable_field_options_143,
.col-md-4.col-sm-6.searchoptions.disable_field_options_142,
.col-md-4.col-sm-6.searchoptions.disable_field_options_154,
.col-md-4.col-sm-6.searchoptions.disable_field_options_173{
  display: none;
}

.col-md-4.col-sm-6.searchoptions.disable_field_options_153 {
    display: none;
}
.listing__banner.mt-5 {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
}


/*Thid Page design*/
.breadcrumb{
  background: white!important;
}

.property-single-page .swiper {
  width: 100%;
  height: 100%;
}
.property-single-page .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.property-single-page .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-single-page .details-slider {
  border: 1px solid #8080803d;
  /*border-radius: 10px;*/
  height: 481px;
  /*box-shadow: 5px 7px 4px rgb(0 0 0 / 25%);*/
}
.property-single-page .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: rgba(249, 249, 249, 0.8);
  font-weight: 800;
}
.property-single-page .add-comparison-list {
  padding: 24px 5px 32px 0px;
}
.property-single-page ul.nav.nav-details-pills {
  display: flex;
}
.property-single-page li.active .feature_details_btn,
.property-single-page li.active .feature_details_btn:hover{
  background: #0099CD;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  height: 41px;
  min-width: 180px;
  font-size: 16px;
}
.property-single-page ul.nav.nav-details-pills li button,
.property-single-page ul.nav.nav-details-pills li a{
  /* padding: 18px; */
  height: 50px;
}

.property-single-page .contact-bottom.feature-deatils-main {
  margin-left: 14px;
}
.property-single-page .property-information h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #222222;
  margin-top: 50px;
  margin-bottom: 26px;
}
.property-single-page .owl-carousel.owl-theme{
  padding: 0!important;
}
.property-single-page .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-bottom: 1px solid #E0E0E0!important;
  border-top: none!important;
  padding: 25px 0px 14px 0px;
}
.property-single-page .h3.similar-property {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #222222;
  text-align: center;
  padding: 54px 0px;
}
.property-single-page td.td-head {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #222222;
}
.property-single-page .property-descriptions p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #000000;
  padding-left: 0!important;
}
.property-single-page #credit .button-blue, p {
  margin-left: 0px !important;
}
.property-single-page .property-descriptions h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #222222;
  padding: 23px 0px;
}
.property-single-page h3.pro_locations {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #222222;
  padding: 30px 0px;
}
.property-single-page .property-tab {
  display: flex;
  justify-content: space-between;
}
.property-single-page h3.details__currency {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #0099CD;
}
.property-single-page .copare-block {
  display: flex;
}
.property-single-page input[type=checkbox] {
  accent-color: #0099cd;
}

.property-single-page input.compare-check.compare-float-left {
  width: 22px;
  height: 22px;
  margin: 0!important;
}
.property-single-page a.compare-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #0099CD;
  margin-left: 10px;
  /* margin-top: 25px; */
  font-weight: 600;
}
.property-single-page h1.detail-title-property {
  font-weight: 600;
  font-size: 25px;
  line-height: 33px;
  color: #333333;
  margin-top: 7px;
  margin-bottom: 12px;
}
.property-single-page .shared-icon-list {
  display: flex;
  justify-content: end;
}
.property-single-page .shared-icon-list {
  padding: 0px 0px 8px 0px;
}
.property-single-page img.video-icon {
  position: absolute;
    top: 11%;
    left: 43%;
  z-index: 999999999;
}
.property-single-page .right-side-video{
  margin-bottom: 17px;
  border: 1px solid #8080803d;
  /*border-radius: 10px;*/
  /*box-shadow: 4px 7px 4px rgb(0 0 0 / 25%);*/
  outline: rgba(0, 0, 0, 0.3)!important;
}
.property-single-page .right-side-bottom{
  margin-bottom: 16px;
  border: 1px solid #8080803d;
  /*border-radius: 10px;*/
  /*box-shadow: 4px 7px 4px rgb(0 0 0 / 25%);*/
}

.property-single-page .owl-nav {
  display: none;
}
.property-single-page .mou_logo {
  justify-content: right;
  display: flex;
  margin-bottom: 30px;
}


.breadcrumb {
  padding: 0px 0px!important;
}
.property-single-page .contact_btn_group {
  display: flex;
  margin-top: 23px;
  justify-content: center;
}
.property-single-page .featured__property .pro__disc p {
  text-align: center;
}
.property-single-page .swiper-slide img {
  filter: brightness(0.8);
}
.property-single-page button.share-btn {
  background: none;
  padding: 5px 8px;
  border: none;
  color: #0099CD;
}

.card__amenities {
  background: #EAEAEA;
  border-radius: 5px;
  width: 122px;
  padding: 15px 14px 15px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 11px;
}
.title-amenities p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #303030;
  margin-top: 11px;
}
.main-feature-amintites {
  display: flex;
  /*justify-content: space-between;*/
}

.main-feature-amintites .card__amenities {
    margin-right: 24px;
    height: 112px;
}
div#featureAmenitiesBlock {
  margin-top: 40px;
}

button.property_details_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  min-width: 140px;
  text-align: center;
  padding: 9.5px 10px;
  border: 1px solid #0099CD;
  border-radius: 6px;
  transition: all .24s;
  color: #0099CD;
  font-weight: 700;
  background: white;
}

.property-single-page li.active button,.property-single-page  li.active a {
  background: #0099CD;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  height: 41px;
  min-width: 180px;
  font-size: 16px;
}

.property-single-page .right-side-bottom img{
        filter: brightness(0.6);
    width: 100%;
    /*border-radius: 10px;*/
}
.right-side-video img{
      /*border-radius: 10px; */
}
.property-single-page .contact_btn_group a{
 font-size: 19px;
 padding: 9.5px 60px;
 font-weight: 500;
}
.property-single-page .contact_us{
   padding: 5px 0px;
}
.property-single-page .contact_apex a#emailContactModal {
    background: #606060;
}
.property-single-page .pro__disc .pro__meta li{
   font-size: 16px;
}

.right-side-bottom,.right-side-bottom img {
    max-height: 232px;
}

.right-side-bottom {
    position: relative;
}
.right-side-bottom p {
    top: 38%;
    position: absolute;
    bottom: 0;
    /* color: red; */
    z-index: 999;
    left: 35%;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.mou_logo.margin-btm {
    margin-bottom: 80px;
}

.right-side-bottom span {
       top: 56%;
    position: absolute;
    bottom: 0;
    /* color: red; */
    z-index: 999;
    left: 28%;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.right-side-video span {
      position: absolute;
    color: white;
    left: 132px;
    top: 162px;
    font-size: 20px;
    font-weight: 500;
    z-index: 99999;
}

.right-side-video {
    height: 230px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .right-side-video span {
     position: absolute;
    color: white;
    left: 93px;
    top: 155px;
    font-size: 20px;
    font-weight: 500;
}

    .property-single-page .contact_btn_group a {
    font-size: 16px;
     padding: 9px;
    font-weight: 500;
}
  .property-single-page .property-tab {
    display: block;
  }
  .property-single-page .details-slider {
    height: 100%;
  }
  .property-single-page h1.detail-title-property {
    font-size: 17px;
  }
  .property-single-page .contact-bottom a {
    min-width: 150px;
  }
  .property-single-page button.property_details_btn {
    font-size: 14px;
    min-width: 140px;
  }
  .property-single-page h3.details__currency {
    font-size: 27px;
    margin-top: 41px;
  }
  .property-single-page .pro__disc.property_details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .property-single-page .table-info {
    padding: 0;
  }
  .property-single-page .contact_btn_group {
    margin-left: 0px!important;
  }
  .property-single-page .modal__customiz .modal-dialog {
    max-width: 376px;
  }
  .property-single-page #scheduleTourModal .modal-content {
    height: 77vh;
    max-width: 366px;
  }
  .main-feature-amintites {
    flex-flow: wrap;
  }
  .card__amenities{
    margin-bottom: 19px;
  }
  .property-single-page .add-comparison-list{
      padding:0px;
  }
  .property-single-page li.active button, .property-single-page li.active a{
    min-width: 142px;
    font-size: 14px;
  }
  .mou_logo.margin-btm {
    margin-bottom: 20px;
    }
    
  .property-single-page .swiper-slide img {
    height: 267px;
   }
   .property-single-page .h3.similar-property{
     padding: 28px 0px;   
   }
}


/*-------------Career Sections CSS-----------------*/

.career-top-sections.row {
  /*padding: 95px 66px;*/
  /*padding: 50px 66px 85px 66px;*/
   padding: 10px 66px 42px 66px;
}
/*.content.main_content.container {*/
/*  width: 97%;*/
/*}*/

.career-left-sections {
  margin-top: 35px;
  /*padding-right: 44px;*/
}
img.career-right-side-img {
    transform: translate(10%, 50%);
}
.career-top-sections.row h1 {
color: #393F59;
font-style: normal;
font-weight: 700;
font-size: 27px;
text-transform: capitalize!important;
line-height: 50px;
margin-bottom: 10px;
}
.career-top-sections.row p{
  color: #585858;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}
.join-header-options {
  text-align: center;
}
.join-header-options h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase!important;
  color: #585858;
  margin-bottom: 35px;
}
.join-header-options p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #585858;
  padding: 2px 190px;
}

.career-card .title-block {
  display: flex;
}

.career-card-wrapper {
  padding: 10px 200px;
}

.career-card.row {
  background: #FFFFFF;
  padding: 25px 12px;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
}

button.apply_now_btn {
  align-items: center;
  justify-content: center;
  background: #0099CD;
  color: #fff;
  font-size: 14px;
  min-width: 110px;
  text-align: center;
  padding: 11.5px 59px;
  border-radius: 6px;
  transition: all .24s;
  border: none;
}
span.shift-night {
  background: #ddddddcf;
  border-radius: 5px;
  padding: 6px 30px;
  /* font-family: 'Roboto'; */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #5A5A5A;
  margin-right: 10px;
}
.btn-wrapping {
  margin-top: 25px;
}

span.dead-line {
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  font-size: 18px;
  line-height: 16px;
  color: #5A5A5A;
  padding: 6px 20px;
  background: #F4F4F4;
}
.career-card .title-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #393F59;
  margin-left: 20px;
}
.nav__content{
  flex-basis: 70%!important;
}

/*---apply form*/
.apply-sections .apply-top-sections.row {
  padding: 0px 150px 0px 0px;
}
.apply-sections .apply-top-sections.row h1 {
  color: #393F59;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  /* text-transform: uppercase!important; */
  line-height: 20px;
  margin-bottom: 26px;
}
.apply-sections .apply-top-sections.row p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #585858;
}
.apply-sections .pl-0{
  padding-left: 0px!important;
}
.apply-sections .radio__group {
  margin-top: 3px;
}
.apply-sections .custom_input__group input{
  margin-top: 0px;
  padding: 6px 16px;
  background: #F4F4F4;
  border: 1px solid #E3E3E3;
  outline: none!important;
}
.apply-sections .custom_input__group label{
  font-size: 15px!important;
}
.apply-sections .custom_input__group {
  margin-top: 25px;
}
.apply-sections .others {
  display: flex;
}
.apply-sections .others input{
  border: none;
  border-radius: 0;
  background: #f8f8f8;
  border-bottom: 1px solid #E0E0E0;
  width: 79%;
  margin-left: -2px;
  margin-top: 1px;
}
.apply-sections .botom-sections {
  margin-left: 20px;
}

.bg-image {
    position: absolute;
    right: 0;
    top: 23%;
}

.apply-top-sections.row {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .apply-top-sections.row {
    position: unset;
}
    .bg-image {
        display:none;
    }
  .col-md-4.col-sm-12.imge-block-sections {
    display: none;
  }
  .apply-sections .apply-top-sections.row{
    padding: 0;
  }
  .career-card-wrapper,.career-top-sections.row,.join-header-options p{
    padding: 0!important;
  }
  .join-header-options h1{
    margin-top: 46px;
  }
  .property-single-page #credit .button-blue, p{
    margin: 0;
  }
  .join-header-options p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 22px;
  }
  .career-card.row{
    display: inherit!important;
  }
  .btn-wrapping {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }
  span.shift-night{
    padding: 10px 22px;
    margin-bottom: 12px;
    margin-right: 0px;
    margin-top: 14px;
  }
  span.dead-line{
    padding: 10px 22px;
  }
  .career-card .title-block h3{
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #393F59;
    margin-left: 16px;
    margin-top: 0px;
  }
  button.apply_now_btn{
    padding: 11.5px 30px;
    width:100%;
  }
  .career-left-sections{
     padding-right:0px;
     margin-top: 0px;
  }
  img.career-right-side-img {
    transform: translate(4%, -15%);
}
.career-top-sections.row h1{
        font-size: 26px;
}
}