/* menu */
.et-fixed-header#main-header {
  background-color: #0a1b4f;
}

#et-top-navigation {
  float: none !important;
  padding-left: 0px !important;
  text-align: center;
}

#top-menu-nav, #top-menu {
  float: none !important;
}

.top-login {
  position: absolute;
  right: 32px;
  top: 12px;
  transition: all 0.4s ease-in-out;
}

.et-fixed-header#main-header .top-login {
  top: 10px;
}

.top-login ul li {
  display: inline-block;
  padding: 0px 18px;
}

.top-login ul li:last-child {
  padding: 0px 0px;
}

.top-login .resident-login-button a {
  color: #ffffff;
  font-size: 15px;
  background-color: transparent;
  border: 2px solid #ffff;
  padding: 13px 26px;
  border-radius: 30px;
  transition: 0.3s all ease;
}

.top-login .resident-login-button a:hover {
  color: #ffffff;
  background-color: #ef114c;
}

.call-text {
  vertical-align: middle;
}

.call-text:before {
  content: "";
  background-image: url(../images/menu-call-img.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}

.top-login .call-text span {
  display: block;
  color: #ef114c;
  font-size: 20px;
  font-weight: 700;
}

.top-login .call-text a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.top-login .call-text a:hover {
  color: #ffffff;
}


/*home banner*/
div#n2-ss-2 .n2-ss-slide-active {
  height: 100vh;
}

/*mobile login buttons*/
.mobile-view-buttons {
  display: none;
}

.home-banner .et-pb-controllers a {
  height: 10px;
  width: 10px;
}

.home-banner h1:before {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #ef114c;
  display: block !important;
  position: absolute;
  top: -40px;
}

#footer-bottom {
  display: none;
}

/* about us */
.about-information {
  margin-top: 20px;
  display: flex;
}

.call-us {
  width: 50%;
}

.tenant-service {
  width: 50%;
}

.call-us ul {
  padding: 0px 0px 0px 0px !important;
}

.call-us li {
  list-style: none;
}

.call-us li a {
  color: #696969;
  font-size: 18px;
  font-weight: 600;
}

a.get-in-touch {
  color: #ffffff !important;
  background-color: #B00C38;
  padding: 18px 30px;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  display: inline-block;
}

.tenant-service p {
  color: #0a1b4f;
  font-size: 18px;
  font-weight: 600;
}

.tenant-service ul {
  padding-bottom: 0px !important;
  margin-top: 16px;
}

.tenant-service li {
  line-height: 1.2em;
  padding-bottom: 13px;
  color: #737373;
  font-size: 16px;
}

.tenant-service li:last-child {
  padding-bottom: 0px;
}

.tenant-service ::marker {
  color: #ef114c;
}

/*expertise section*/
.list-bullet-color li::marker {
  color: #ef114c;
}

/*experience section*/
.experience-slider .sa_owl_theme .owl-dots {
  display: none !important;
}

.experience-slider .white .sa_owl_theme .owl-nav .owl-next {
  background: url(../images/experience-next-arrow.png) !important;
  height: 54px !important;
  width: 54px !important;
  right: 10%;
}

.experience-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
  background: url(../images/experience-active-next-arrow.png) !important;
}

.experience-slider .white .sa_owl_theme .owl-nav .owl-prev {
  background: url(../images/experience-prev-arrow.png) !important;
  height: 54px !important;
  width: 54px !important;
  left: 10%;
}

.experience-slider .white .sa_owl_theme .owl-nav .owl-prev:hover {
  background: url(../images/experience-active-prev-arrow.png) !important;
}

.experience-slider .white .sa_owl_theme .owl-nav .owl-prev:hover, .experience-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

/*feature property section*/
.feature-slider .sa_owl_theme .owl-dots {
  display: none !important;
}

.slider-image-div h4 {
  color: #0a1b4f;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-top: 20px;
}

.slider-image-div p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.feature-slider .owl-nav {
  position: absolute;
  top: -10%;
  right: 0px;
}

.feature-slider .white .sa_owl_theme .owl-nav .owl-next {
  background: url(../images/experience-next-arrow.png) !important;
  height: 54px !important;
  width: 54px !important;
}

.feature-slider .sa_owl_theme .owl-nav .owl-prev {
  position: relative;
  margin-right: 10px;
  left: 0px;
}

.feature-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
  background: url(../images/experience-active-next-arrow.png) !important;
}

.feature-slider .white .sa_owl_theme .owl-nav .owl-prev {
  background: url(../images/experience-prev-arrow.png) !important;
  height: 54px !important;
  width: 54px !important;
}

.feature-slider .white .sa_owl_theme .owl-nav .owl-prev:hover {
  background: url(../images/experience-active-prev-arrow.png) !important;
}

.feature-slider .sa_owl_theme .owl-nav .owl-next {
  position: relative;
  right: 0px;
}

.feature-slider .white .sa_owl_theme .owl-nav .owl-prev:hover, .feature-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

/*our executive section*/
.executive-slider .sa_owl_theme .owl-dots {
  display: none !important;
}

.executive-slider .owl-carousel.owl-loaded {
  margin-bottom: 0px !important;
}

.executive-slider .sa_hover_container {
  padding: 0px 5% 0px 0px !important;
}

.executive-slider .white .sa_owl_theme .owl-nav .owl-next {
  background: url(../images/experience-next-arrow.png) !important;
  height: 54px !important;
  width: 54px !important;
}

.executive-slider .sa_owl_theme .owl-nav .owl-prev {
  right: 9%;
  top: -12%;
  left: auto;
}

.executive-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
  background: url(../images/experience-active-next-arrow.png) !important;
}

.executive-slider .white .sa_owl_theme .owl-nav .owl-prev {
  background: url(../images/experience-prev-arrow.png) !important;
  height: 54px !important;
  width: 54px !important;
}

.executive-slider .white .sa_owl_theme .owl-nav .owl-prev:hover {
  background: url(../images/experience-active-prev-arrow.png) !important;
}

.executive-slider .sa_owl_theme .owl-nav .owl-next {
  top: -12%;
  right: 3%;
}

.executive-slider .white .sa_owl_theme .owl-nav .owl-prev:hover, .executive-slider .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.executive-slider img {
  width: 95% !important;
}

.our-team-img-box .position h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0px;
}

.our-team-img-box .position p {
  color: #ef114c;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 6px;
}

.executive-slider .our-team-img-box {
  position: relative;
}

.executive-slider .position {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/*get in touch section*/
.form-inputs {
  display: flex;
}

.contact-form {
  width: 25%;
  margin-right: 30px;
  height: 100%;
}

.contact-form-message {
  width: 50%;
  height: 100%;
}

.contact-form input {
  height: 60px;
  padding: 0px 0px 0px 16px !important;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #dce0ed !important;
  font-size: 18px;
  color: #505050 !important;
  font-weight: 600;
  box-shadow: 3px 4px 15px 0px rgba(25, 56, 130, 0.11);
}

.contact-form-message textarea {
  height: 60px;
  padding: 17px 0px 0px 20px !important;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #dce0ed !important;
  font-size: 18px;
  color: #505050 !important;
  font-weight: 600;
  box-shadow: 3px 4px 15px 0px rgba(25, 56, 130, 0.11);
}

.form-buttons {
  display: flex;
  margin-top: 40px;
}

.form-buttons .contact-form-group {
  width: 40%;
  position: relative;
}

.form-buttons .submit-btn {
  width: 60%;
  text-align: right;
  position: relative;
}

.submit-btn input {
  background-color: #B00C38;
  border: 1px solid #B00C38;
  box-shadow: 3px 4px 15px 0px rgb(25 56 130 / 11%);
  padding: 22px 100px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.submit-btn .wpcf7-spinner {
  position: absolute;
  right: 44%;
  top: 50%;
  transform: translateY(-50%);
}

.form-buttons .contact-form-group .checkbox-926 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-buttons .contact-form-group .first {
  margin: 0px 0px 0px 0px;
}

/*find property filter*/


/*map view toggle button*/
.map-tog-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.map-tog-btn p {
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 13px;
}

.find-apartment-heading .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  vertical-align: middle;
}

.find-apartment-heading .switch input {
  display: none;
}

.find-apartment-heading .map-on-of {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d2d1d1;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #d2d1d1;
}

.find-apartment-heading .map-on-of:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #d2d1d1;
}

.find-apartment-heading input:checked+.map-on-of {
  background-color: #ef114c;
}

.find-apartment-heading input:focus+.map-on-of {
  box-shadow: 0 0 1px #2196F3;
}

.find-apartment-heading input:checked+.map-on-of:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}

/*------ ADDED CSS ---------*/

.find-apartment-heading input:checked+.map-on-of .on {
  display: block;
}

.find-apartment-heading input:checked+.map-on-of .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.find-apartment-heading .map-on-of.round {
  border-radius: 34px;
}

.find-apartment-heading .map-on-of.round:before {
  border-radius: 50%;
}


.filter-buttons {
  width: 100%;
  position: relative;
  margin-top: 38px;
}

/*range slider*/
.range-slider {
  position: relative;
  width: 220px;
  text-align: center;
}

.range-slider input {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 38px;
  width: 220px;
  outline: none;
  margin: 0;
  padding: 0;
}

.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

.rangeValue {
  width: 30px;
}

.output {
  position: absolute;
  text-align: center;
  font-size: 15px;
  color: #505050;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.output.outputTwo {
  left: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 6px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: -8px;
  position: relative;
  z-index: 10000;
  border: 1px solid #d2d2d2;
  box-shadow: 1.5px 2.598px 5px 0px rgba(80, 97, 135, 0.28);
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: -8px;
  position: relative;
  z-index: 10000;
  border: 1px solid #d2d2d2;
  box-shadow: 1.5px 2.598px 5px 0px rgba(80, 97, 135, 0.28);
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: -8px;
  position: relative;
  z-index: 10000;
  border: 1px solid #d2d2d2;
  box-shadow: 1.5px 2.598px 5px 0px rgba(80, 97, 135, 0.28);
}

input[type=range]:focus {
  outline: none;
}

.full-range,
.incl-range {
  width: 100%;
  height: 6px;
  left: 0;
  top: 38px;
  position: absolute;
  background: #d2d2d2;
  border-radius: 3px;
}

.incl-range {
  background: #ef114c;
}

.price-range {
  position: relative;
  padding: 0px 16px;
  float: left;
}

.price-range h5 {
  color: #81859d;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.no-bedrooms {
  float: left;
  padding: 0px 16px;
}

.regions {
  float: left;
  padding: 0px 16px;
}

.reset-btn {
  float: left;
  margin-top: 54px;
  padding: 0px 16px;
  cursor: pointer;
}

.regions select#property-names {
  appearance: none;
  width: 230px;
  border: 1px solid #dce0ed;
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 16px;
  box-shadow: 2.5px 4.33px 15px 0px rgba(25, 56, 130, 0.11);
  background-image: url(../images/select-drop-down-arrow.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.price-range h5 {
  color: #81859d;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.no-bedrooms h5 {
  color: #81859d;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.regions h5 {
  color: #81859d;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.find-apartment-heading .radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.find-apartment-heading .radio-toolbar label {
  display: inline-block;
  background-color: #ffffff;
  padding: 14px 20px 12px;
  font-family: sans-serif, Arial;
  font-size: 18px;
  border-radius: 11px;
  border: 1px solid #dce0ed;
  color: #505050;
  margin: 0px 6px;
  cursor: pointer;
  box-shadow: 2.5px 4.33px 15px 0px rgba(25, 56, 130, 0.11);
}

.find-apartment-heading .radio-toolbar input[type="radio"]:checked+label {
  background-color: #ef114c;
  color: #ffffff;
}

.find-apartment-heading h4 {
  color: #0a1b4f;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
}

.find-apartment-heading h4:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #ef114c;
  display: block;
  margin-top: 26px;
}

.find-apartment-heading .map-tog-btn p:after {
  display: none;
}

.property-image-text {
  position: relative;
  background-color: #737373;
}

.property-name-title {
  position: absolute;
  bottom: 22px;
  left: 22px;
}

.property-name-title h5 {
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 14px;
}

.property-name-title p {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.66;
  font-weight: 600;
  line-height: 1;
}

.property-image-text img {
  object-fit: cover;
  opacity: 0.6;
}

.property-show-btn {
  width: 100%;
  display: flex;
  background-color: #fff;
}

.contact-btn {
  width: 50%;
  text-align: center;
  border-right: 1px solid #dce0ed;
  padding: 17px 0px;
}

.view-btn {
  width: 50%;
  text-align: center;
  padding: 17px 0px;
}

.contact-btn a {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
}

.view-btn a {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
}

.contact-btn a:before {
  content: "";
  background-image: url(../images/propert-call.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.view-btn a:before {
  content: "";
  background-image: url(../images/property-view.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 14px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.resport_property_submit {
    background-color: #B00C38 !important;
    border: 1px solid #B00C38 !important;
}

/* media */
@media only screen and (min-width: 1360px) and (max-width: 1440px) {
  #top-menu li {
    padding-right: 18px !important;
  }

  #logo {
    max-height: 32% !important;
  }

  .call-text:before {
    height: 44px;
    width: 44px;
  }

  .top-login .call-text a {
    font-size: 14px;
  }

  .top-login .call-text span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
  #top-menu li {
    padding-right: 15px !important;
  }

  #logo {
    max-height: 30% !important;
  }

  .call-text:before {
    height: 44px;
    width: 44px;
  }

  .top-login .call-text a {
    font-size: 14px;
  }

  .top-login .call-text span {
    font-size: 18px;
  }

  #top-menu li a {
    font-size: 13px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1152px) {
  #top-menu li {
    padding-right: 15px !important;
  }

  #logo {
    max-height: 30% !important;
  }

  #et-top-navigation {
    float: left !important;
    padding-left: 268px !important;
    text-align: left;
  }

  #top-menu-nav, #top-menu {
    float: left !important;
  }

  #top-menu li a {
    font-size: 13px !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  #top-menu-nav {
    display: none !important;
  }

  #et_mobile_nav_menu {
    display: block !important;
  }

  .mobile_menu_bar:before {
    color: #ee114c !important;
  }

  #main-header .et_mobile_menu {
    background-color: #ffffff !important;
    border-top: 3px solid #ee114c;
  }

  .et_mobile_menu li a {
    color: #0a1b4f !important;
    border-bottom: none !important;
  }

  #et-top-navigation {
    text-align: left;
  }

  .et-fixed-header#main-header {
    position: fixed !important;
  }

  .container.et_menu_container {
    width: 80% !important;
    max-width: 1080px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 980px) {
  .mobile-view-buttons {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: 40px !important;
  }

  .mobile_menu_bar:before {
    color: #ee114c !important;
  }

  #main-header .et_mobile_menu {
    background-color: #ffffff !important;
    border-top: 3px solid #ee114c;
  }

  .et_mobile_menu li a {
    color: #0a1b4f !important;
    border-bottom: none !important;
  }

  #et-top-navigation {
    text-align: left;
  }

  .et-fixed-header#main-header {
    position: fixed !important;
  }

  #feature .feature-slider .owl-nav {
    display: none !important;
  }

  .feature-slider .sa_owl_theme .owl-dots {
    display: block !important;
  }
}

@media only screen and (max-width: 1440px) {
  a.get-in-touch {
    padding: 14px 24px;
  }

  .tenant-service li {
    font-size: 15px;
  }

  .range-slider {
    width: 190px;
  }

  .range-slider input {
    width: 190px;
  }

  .regions select#property-names {
    width: 200px;
  }
}

@media only screen and (max-width: 1280px) {
  a.get-in-touch {
    padding: 12px 14px;
  }

  .price-range h5 {
    font-size: 16px;
  }

  .range-slider {
    width: 170px;
  }

  .range-slider input {
    width: 170px;
  }

  .no-bedrooms h5 {
    font-size: 16px;
  }

  .find-apartment-heading .radio-toolbar label {
    padding: 12px 16px 10px;
    font-size: 16px;
  }

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

  .regions select#property-names {
    width: 180px;
    font-size: 16px;
    height: 50px;
  }

  input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
  }

  input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  input[type=range]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 1152px) {
  .executive-slider .sa_owl_theme .owl-nav .owl-prev {
    right: 12%;
  }

  .top-login {
    display: none;
  }

  /*mobile view login button*/
  .mobile-view-buttons {
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: left;
  }

  .mobile-view-buttons ul {
    padding: 0px !important;
  }

  .mobile-view-buttons li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
  }

  .mobile-view-buttons .mo-resident-btn a {
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #ffff !important;
    padding: 13px 26px;
    border-radius: 30px;
    transition: 0.3s all ease !important;
    display: inline-block;
  }

  .mobile-view-buttons .mo-call-btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  .mobile-view-buttons .mo-resident-btn a:hover {
    color: #ffffff;
    background-color: #ef114c;
  }

  .mo-resident-btn {
    margin-right: 20px;
  }

  .mo-call-btn {
    display: inline-block;
  }

  .mo-call-btn:before {
    content: "";
    background-image: url(../images/menu-call-img.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 55px;
    width: 55px;
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle;
  }

  .mo-call-btn span {
    display: block;
    color: #ef114c;
    font-size: 20px;
    font-weight: 700;
  }

}

@media only screen and (max-width: 1024px) {
  a.get-in-touch {
    padding: 11px 13px;
  }

  .tenant-service li {
    font-size: 14px;
  }
}

/*iPad*/
@media screen and (max-width: 768px) {
  .home-banner h1:before {
    position: relative;
    top: auto;
    margin: 0px auto 25px;
  }

  .executive-slider .sa_owl_theme .owl-nav {
    display: none !important;
  }

  .executive-slider img {
    width: 100% !important;
  }

  .executive-slider .sa_hover_container {
    padding: 0 !important;
  }

  .form-inputs {
    display: block;
  }

  .contact-form {
    width: 47%;
    display: inline-block;
    margin-right: 28px;
  }

  .form-inputs .contact-form.m-right {
    margin-right: 0px;
  }

  .contact-form-message {
    width: 100%;
    margin-top: 30px;
  }

  .submit-btn .wpcf7-spinner {
    left: 0px;
    right: auto;
  }

  a.get-in-touch {
    padding: 18px 24px;
  }

  .call-us li a {
    font-size: 16px;
  }

  .submit-btn input {
    font-size: 16px;
  }

  .home-banner h1 {
    font-size: 56px !important;
    text-align: center !important;
  }

  .home-banner p {
    text-align: center !important;
  }

  .home-banner .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    display: none;
  }

  .find-apartment-heading h4 {
    font-size: 26px;
  }
}

/*mobile screen*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about-information {
    display: block;
  }

  .call-us {
    width: 100%;
  }

  .tenant-service {
    width: 100%;
    margin-top: 30px;
  }

  .call-us li a {
    position: relative;
    margin-top: 20px;
  }

  .contact-form {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-form-message {
    margin-top: 0px;
  }

  .form-buttons {
    display: block;
    margin-top: 20px;
  }

  .form-buttons .contact-form-group {
    width: 100%;
    display: inline-block;
  }

  .form-buttons .submit-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .submit-btn input {
    padding: 20px 0px;
    width: 100%;
  }

  .submit-btn .wpcf7-spinner {
    left: auto;
    right: 0%;
  }

  .contact-form input {
    font-size: 15px;
  }

  .contact-form-message textarea {
    font-size: 15px;
  }

  .our-team-img-box .position h4 {
    font-size: 22px;
  }

  .our-team-img-box .position p {
    font-size: 14px;
  }

  .home-banner h1 {
    font-size: 42px !important;
  }

  .home-banner div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 100%;
  }

  .find-apartment-heading h4 {
    font-size: 24px;
  }

  .map-tog-btn {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    width: 100%;
    margin-top: 30px;
  }

  .price-range {
    width: 100%;
    float: none;
  }

  .no-bedrooms {
    width: 100%;
    float: none;
  }

  .regions {
    width: 100%;
    margin-top: 20px;
    float: none;
  }

  .reset-btn {
    width: 100%;
    margin-top: 30px;
  }

  .regions select#property-names {
    width: 100%;
  }

  .slider-image-div h4 {
    font-size: 20px;
  }
}