@charset "utf-8";

/* CSS Document */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

body,
td,
th {
  font-family: "Barlow", sans-serif;
  color: #333333;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}

a:link {
  color: #4A5773;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #4A5773;
}

a:hover {
  text-decoration: none;
  color: #30394A;
}

a:active {
  text-decoration: none;
  color: #4A5773;
}

h1 {
  font-size: 52px;
  font-weight: 100;
}

h2 {
  font-size: 42px;
  font-weight: 300;
}

h3 {
  font-size: 34px;
  font-weight: 300;
}

h4 {
  font-size: 28px;
  font-weight: 300;
}

.backgroundwhite {
  background-color: #FFFFFF;
}

.backgroundgray {
  background-image: url(images/graybg.jpg);
}

.textshadowblack1 {
  text-shadow: 1px 1px #000000;
}

.textshadowblack2 {
  text-shadow: 2px 2px #000000;
}

.textshadowblack3 {
  text-shadow: 3px 3px #000000;
}

.textshadowwhite1 {
  text-shadow: 1px 1px #FFFFFF;
}

.textshadowwhite2 {
  text-shadow: 2px 2px #FFFFFF;
}

.textshadowwhite15 {
  text-shadow: 15px 15px #FFFFFF;
}

a.blacklink:link {
  color: #333333;
  text-decoration: none;
}

a.blacklink:visited {
  text-decoration: none;
  color: #333333;
}

a.blacklink:hover {
  text-decoration: none;
  color: #000000;
}

a.blacklink:active {
  text-decoration: none;
  color: #333333;
}

a.whitelink:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.whitelink:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a.whitelink:hover {
  text-decoration: none;
  color: #FDEE83;
}

a.whitelink:active {
  text-decoration: none;
  color: #FFFFFF;
}

a.whitelink2:link {
  color: #D4D7DE;
  text-decoration: none;
}

a.whitelink2:visited {
  text-decoration: none;
  color: #D4D7DE;
}

a.whitelink2:hover {
  text-decoration: none;
  color: #FFFFFF;
}

a.whitelink2:active {
  text-decoration: none;
  color: #D4D7DE;
}

a.copyrightlink:link {
  color: #777777;
  text-decoration: none;
}

a.copyrightlink:visited {
  text-decoration: none;
  color: #777777;
}

a.copyrightlink:hover {
  text-decoration: none;
  color: #333333;
}

a.copyrightlink:active {
  text-decoration: none;
  color: #777777;
}

.fontsmall {
  font-size: 16px;
}

.fontmedium {
  font-size: 20px;
}

.fontlarge {
  font-size: 28px;
}

.fontxtralarge {
  font-size: 36px;
}

.fontxtralarge2 {
  font-size: 42px;
}

.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px;
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
}

.size15 {
  font-size: 15px;
}

.size16 {
  font-size: 16px;
}

.size17 {
  font-size: 17px;
}

.size18 {
  font-size: 18px;
}

.size19 {
  font-size: 19px;
}

.size20 {
  font-size: 20px;
}

.size21 {
  font-size: 21px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size28 {
  font-size: 32px;
}

.size34 {
  font-size: 34px;
}

.size36 {
  font-size: 36px;
}

.size40 {
  font-size: 40px;
}

.size46 {
  font-size: 46px;
}

.size52 {
  font-size: 50px;
}

.size52 {
  font-size: 52px;
}

.size60 {
  font-size: 60px;
}

.size70 {
  font-size: 70px;
}

.size90 {
  font-size: 90px;
}

.pink {
  color: #E933D7;
}

.yellow {
  color: #F2C433;
}

.white {
  color: #FFFFFF;
}

.white2 {
  color: #D1D1D1;
}

.fadedwhite {
  color: #D9E6F2;
}

.maroon {
  color: #772825;
}

.maroonwhite {
  color: #841A2E;
}

.black {
  color: #333333;
}

.red {
  color: #BF0A30;
}

.green {
  color: #3C9042;
}

.blue {
  color: #0D83C5;
}

.grayblue {
  color: #727B96;
}

.gold {
  color: #C08C52;
}

.gray {
  color: #444444;
}

.gray3 {
  color: #333333;
}

.gray6 {
  color: #666666;
}

.gray9 {
  color: #999999;
}

.brown {
  color: #B07D44;
}

.copyright {
  color: #888888;
}

.spacing {
  line-height: 46px;
}

.medspacing {
  line-height: 40px;
}

.lrgspacing {
  line-height: 52px;
}

.xtralrgspacing {
  line-height: 64px;
}

.smallspacing {
  line-height: 28px;
}

.tinyspacing {
  line-height: 24px;
}

.customspacing {
  line-height: 70px;
}

.repeatx {
  background-repeat: repeat-x;
}

.repeatxcenter {
  background-position: center top;
  background-repeat: repeat-x;
}

.repeaty {
  background-repeat: repeat-y;
}

.norepeat {
  background-repeat: no-repeat;
}

.bgcenter {
  background-position: center top;
  background-repeat: no-repeat;
}

.bgcentermiddle {
  background-position: center middle;
  background-repeat: no-repeat;
}

.bgleftnorepeat {
  background-position: left middle;
  background-repeat: no-repeat;
}

.bgcenterrepeat {
  background-position: center top;
  background-repeat: repeat;
}

.bgtopright {
  background-position: right top;
  background-repeat: no-repeat;
}

.bgbottom {
  background-position: center bottom;
  background-repeat: repeat-x;
}

.bgbottomno {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bgbottomnoleft {
  background-position: left bottom;
  background-repeat: no-repeat;
}

.bgcentermiddle {
  background-position: center middle;
  background-repeat: no-repeat;
}

.bgproperty {
  background-position: center;
  background-repeat: no-repeat;
}

.bgleftmiddle {
  background-position: left;
  background-repeat: no-repeat;
}

.bglefttop {
  background-position: left top;
  background-repeat: no-repeat;
}

.bgrightmiddle {
  background-position: right;
  background-repeat: no-repeat;
}

.padding {
  padding: 10px;
}

.responsiveimage {
  width: 100%;
  height: auto;
}

.imagepadding {
  padding-right: 25px;
  padding-bottom: 5px;
}

.textstroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.temporary-message {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.header {
  background-size: auto;
  height: 37.8vh;
}

.header_top {
  background: linear-gradient(to bottom, #fff, #ffffff00) !important;
  display: flex;
  justify-content: space-around;
  padding: 2% 5%;
}


.header_links {
  margin: 80px 0;
}

.header_links .dot {
  margin-top: 10px;
}

.main_content {
  padding: 1% 5%;
  line-height: 2.5pc;
}

.footer_content_top {
  display: flex;
  justify-content: space-around;
  padding: 3% 5%;
  background-color: #01216a;
}

.footer_content_middle {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 3% 15%;
  background-color: #011d5f;
}

.foot_mid_links {
  color: #fff;
  line-height: 30px;
}

.bottom_bar {
  background-image: url(/laraval/coldwellnew//public/images/sociallinebg.png);
  padding: 2.5% 45%;
  background-color: #01216a;
  background-size: auto;
  background-attachment: unset;
  display: flex;
  justify-content: space-around;
}

.bottom_images {
  display: flex;
  justify-content: space-around;
  gap: 12px;
  background-color: #01216a;
}

.bottom_nav {
  font-size: 12px;
  padding: 2% 5%;
  text-align: center;

}

.foot_mid1,
.foot_mid2 {
  display: flex;
  gap: 20px;
}

.mob_logo {
  display: none;
}

.footer_content_top_mobile {
  display: none;
}

.header_links strong {
  color: #01216a;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.foot_mid_links a {
  color: #fff;
  text-decoration: none;
}

.foot_mid_links a:hover {
  color: gold;
}

.header_links strong:hover {
  color: red;
}


@media only screen and (max-width: 860px) {
  .temporary-message {
    display: none;
  }

  .mobile_cont_head {
    display: flex;
    background: linear-gradient(to bottom, #eee, #fff0) !important;
  }

  .mob_logo {
    display: block;
  }

  .mob_logo img {
    width: 100%;
  }

  .footer_content_top_mobile {
    display: flex;
    justify-content: space-around;
    background-color: #01216a;
  }

  .header {
    height: 30vh;
    background-size: cover;
  }

  .footer_content_middle {
    display: grid;
    justify-content: space-around;
    padding: 10%;
    background-color: #011d5f;
    row-gap: 3%;
    overflow: auto;
  }

  .foot_mid1,
  .foot_mid2 {
    display: flex;
    gap: 25px;
  }

  .header_top {
    display: none;
  }

  .results {
    width: 100%;
  }

  .seach_results {
    width: 100%;
    display: grid;
    justify-content: space-evenly;
    row-gap: 30px
  }

  .Search_content {
    display: block;
    justify-content: space-evenly;
    width: 100%;
  }

  .sh_contents {
    width: 100%;
  }

  .sh_contents1 input {
    padding: 0px !important;
  }

}

@media only screen and (max-width: 860px) {
  .mobile_cont_head {
    display: flex !important;
  }

  .mob_logo {
    display: block;
  }

  .mob_logo img {
    width: 100%;
    height: auto;
  }

  .footer_content_top_mobile {
    display: flex;
    justify-content: space-around;
    background-color: #01216a;
  }

  .header_top {
    display: none;
  }

  .temporary-message {
    display: none;
  }

  .header {
    height: 20vh;
    background-size: cover;
  }

  .footer_content_top {
    display: grid;
    justify-content: space-around;
    padding: 3% 5%;
    background-color: #01216a;
    text-align: center;
    row-gap: 5%;
  }

  .footer_content_top img {
    width: 75%;
    height: auto;
  }

  .footer_content_middle {
    display: grid;
    justify-content: space-around;
    padding: 10%;
    background-color: #011d5f;
    row-gap: 3%;
    overflow: auto;
  }

  .foot_mid1,
  .foot_mid2 {
    display: grid;
    gap: 20px;
  }

  .image_cont {
    display: none;
  }

  .image_contt {
    width: 75%;
    height: auto;
  }

  .footer_image_con {
    text-align: center;
  }

  .sh_contents input,
  select,
  button {
    width: 100% !important;
  }
}



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


.full_overley {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #0c0c0ce0;
  display: flex;
  justify-content: center;
  overflow: auto;
  z-index: 9999;
}

.full_overley {
  display: none;
}


.full_overley2 {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #0c0c0ce0;
  display: flex;
  justify-content: center;
  overflow: auto;
}

.full_overley2 {
  display: none;
}

.popup_results_contents {
  width: 90%;
  height: auto;
  background-color: #fff;


}

.btna {
  height: 100%;
  border: 1px solid #afaeae;
  width: auto;
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
  font-size: 15px;
}

.btna:hover {
  background-color: #000;
  color: #fff;
}

.popup_results_contents::-webkit-scrollbar {
  display: none;
}

.ib-plist-list li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ib-plist-list .ib-plist-st {
  width: 35%;
}

.ib-plist-list .ib-plist-pt {
  width: 65%;
  font-weight: bold;
}

.ib-plist-card {
  padding: 0 15px;
  line-height: 25px;
  font-size: 14px;
}


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

.prop_img {
  width: 100%;
}

.sh_contents {
  width: 20%;
  text-align: left;
}

.sh_contents1 {
  width: 30%;
}

.sh_contents1 input {
  padding: 0 10px;
}

.sh_contents2 {
  width: 20%;
}

.sh_contents3 {
  width: 15%;
}

.sh_contents4 {
  width: 15%;
}

.sh_contents5 {
  width: 20%;
}

.sh_contents6 {
  width: 30%;
}

.sh_contents6 button {

  color: #fff;
  font-size: 20px;
  border: none;
}

.results {
  width: 33%;
}

.seach_results {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 30px
}

@media only screen and (max-width: 860px) {
  .results {
    width: 100%;
  }

  .seach_results {
    width: 100%;
    display: grid;
    justify-content: space-evenly;
    row-gap: 30px
  }

  .Search_content {
    display: block;
    justify-content: space-evenly;
    width: 100%;
  }

  .sh_contents {
    width: 100%;
  }

  .sh_contents1 input {
    padding: 0px !important;
  }

  .sh_contents6 {
    width: 100%;
  }

}

.header_links:hover .drop_downs {
  display: grid;
}

.drop_downs1 {
  position: absolute;
  z-index: 1000;
  padding: 20px;
  background-color: #fff;
  line-height: 28px;
  display: none;
}

.drop_downs1 a:hover {
  background-color: #02216b;
  text-decoration: none;
  color: #fff !important;
}

.drop_downs1 a {
  text-decoration: none;
  color: #02216b !important;
  padding: 5px;
}

.item,
.results {
  cursor: pointer;
}



.contents_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #afaeae;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.pop_prop_imgs {
  width: 33%;
}

.contents_middle {
  display: flex;
  background: #fff;
  width: 100%;
}

.contents_middle_left {
  width: 75%;
}

.contents_middle_right {
  width: 25%;
  position: sticky;
  top: 72px;
  height: 100% !important;
  padding: 20px;
  background-color: #ccc;
}

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

.details {
  line-height: 22px;
  padding: 12px;
  text-align: center;
}

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

.details_cont_mobile {
  display: none;
}

.details1 {
  font-size: 14px;
}

.close_mobile {
  display: none;
}

.form_cont {
  display: flex;
  justify-content: center;
}

.form_cont input {
  width: 85%;
  padding: 8px;
  border-radius: 7px;
  height: auto;
  border: 1px solid #bfb7b7;
}

.form_cont textarea {
  width: 85% !important;
  height: auto !important;
}

.g-recaptcha {
  display: flex !important;
  justify-content: center !important;
}

@media only screen and (max-width: 860px) {

  #siteMessage {
    display: none !important;
  }

  .popup_results_contents {
    width: 100%;
    height: 1021%;
  }

  .contents_top {
    display: block;
  }

  .top_options {
    display: none !important;
  }

  .pop_prop_imgs {
    width: 100%;
  }

  .contents_middle {
    display: block;
  }

  .contents_middle_left {
    width: 100%;
  }

  .contents_middle_left_price {
    display: block;
    justify-content: space-between;
  }

  .details {
    display: flex;
    gap: 5px;
    font-size: 14px;
  }

  .details_cont {
    display: none;
  }

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

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

  .close_mobile {
    display: block;
  }

  .btn {
    border: none;
    border-radius: 5px;
  }

  .ib-plist-list {
    padding: 0;
  }

  .ib-plist-list .ib-plist-st {
    width: 50%;
  }

  .ib-plist-list .ib-plist-pt {
    width: 50%;
  }

  .contents_middle_right {
    width: 100%;
    padding: 0;
  }

  .map_contents_search {
    width: 100%;
    display: grid;
    row-gap: 10px;
  }

  .custom-select {
    width: 100%;
  }

  .selected-options {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
  }
}


#datepicker1,
#datepicker2,
.select {
  margin: auto;
  width: 80px;
  border: 0;
}

.select:focus-visible {
  border: none;
  outline: none;
}

.mob_drop_a {
  padding: 12px;
  background-color: #01216a;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  display: grid;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-top: 1px solid;
}

.mob_drop_strong {
  display: block;
  padding: 10px;
  font-size: 15px;
}

.mobile_header_links {
  border-bottom: 1px solid;
}

.mob_drop_strong span {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  float: right;
  margin: 5px;
  z-index: -1;
  position: relative;
}

@media only screen and (min-width: 860px) {
  .mobile_cont {
    display: none;
  }

}

@media only screen and (max-width: 860px) {

  .Search_rentals {
    display: grid !important;
  }

  .header {
    background-size: cover !important;
    height: 30vh;
    position: relative;
  }

  .header_title1 {
    font-size: 25px !important;
  }

  .header_title2 {
    font-size: 20px !important;
  }
}

body {
  overflow-x: hidden;
}

.open_btn {
  border: 2px solid !important;
  font-weight: bolder !important;
  width: 100% !important;
  padding: 10px !important;
  border-radius: 7px !important;
  background: #fff !important;
}

.open_btn:hover {
  color: #fff !important;
  background: #000 !important;
}

#result:hover {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  font-weight: bolder;
  cursor: pointer;
}






.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.pagination ul li {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  background-color: #ccc;
  cursor: pointer;
}

.pagination ul li.active {
  background-color: #000;
}

.pagination ul li:hover {
  background-color: #000;
}

.pagination ul li:hover a {
  color: #fff;
}

.pagination ul li.disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}


.sm\:hidden span {
  display: none !important;
}

.pagination nav {
  width: 100% !important;
}

.pagination nav .flex a {
  display: none !important;
}

.pagination nav div {
  display: flex !important;
  justify-content: space-between;
  margin: auto 0;
}

.rounded-md {
  display: flex !important;
  justify-content: space-evenly;
  gap: 10px;
}

.rounded-md a {
  background-color: #cad5dc;
  border-radius: 7px;
  padding: 10px;
  color: #000;
  line-height: 15px;
  width: 15px;
  text-align: center;
}

.rounded-md span {
  background-color: #01216A;
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 15px;
  width: 15px;
  text-align: center;
}

.rounded-md span span {
  padding: 0 !important;
}

#price-range-label {
  margin-bottom: 10px;
  font-size: 12px;
  justify-content: space-around;
  display: flex;
  gap: 11px;
  font-weight: bold;
}

.pagination .page-link:hover {
  background-color: #000 !important;
}

.page-link {
  padding: 8px 12px !important;
  background-color: #afafaf;
  border-radius: 10px !important;
  font-weight: bold !important;
  cursor: pointer !important;
}

.active {
  background-color: #000 !important;
  color: #fff !important;
}

.open_pagination ul {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.open_pagination a {
  text-decoration: none;
}

.open_pagination li {
  list-style-type: none;
}

.active .page-link {
  background-color: #000 !important;
}

.page-link {
  color: #fff;
}


@media only screen and (max-width: 860px) {

  #Address {
    width: 100% !important;
  }

  .contents_middle_left {
    width: auto !important;
  }

  .amenities {
    column-count: 1;
  }

  #scrollContainers {
    display: none !important;
  }


  #scrollContainer_mobile {
    display: block !important;
  }

  #scrollContainer {
    display: none !important;
  }

  .open_pagination,
  .full_pagination {
    display: grid !important;
    justify-content: center !important;
    padding: 10px !important;
    text-align: center;
  }

  td,
  th {
    font-size: small !important;
  }

  #Availability {
    font-size: 12px !important;
    grid-template-columns: auto;
  }

}


.mobile_dropdown {
  position: relative;
  z-index: 1000;
}


body {
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  width: 0;
}



#datepicker1 {

  border: none !important;
  outline: none !important;
}