/*global site fixes*/
.float-right {
    float: right !important;
}
.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
label {
  margin-bottom: 0.5rem;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        top: 95%; 
    }
}
.carousel-control-prev:focus-visible,.carousel-control-next:focus-visible{
	background:#444444;
}
.marketlnk-logo {
    width: 100%;
    padding-bottom: 5px;
    max-height: 104px;
    max-width: 250px;
    background: #333;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
}
/*end global site fixes*/
/*-----*/
.CSlideimg {
	background-color:#000 !important;
    height: 700px;
}
.bs5-shq-carousel-caption{
    width: 35%;
    max-width: 350px;
    background: #000000b3;
    padding: 30px;
    margin-bottom: 140px;
    border: 2px solid #fff8f8;
    border-radius: 10px;
    float: right;
    left: unset;
    right: 10%;
	z-index:2000;
}
.bs5-shq-agent-carousel-caption{
    width: 35%;
	font-size: 24px;
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    margin-bottom: 140px;
    border: 2px solid #fff8f8;
    border-radius: 10px;
    float: right;
    left: unset;
    right: 10%;
	z-index:2000;
}
/*categories widget*/
.categoryv2container{color:#fff}.categoryv2text{transition:.5s ease;font-size:30px;bottom:0;width:100%;text-shadow:2px 2px 4px #000}.categoryv2opaqueBG{transition:.5s ease}.categoryv2image{background-color:#000 !important;height:280px;border-radius:10px;padding:0!important;box-shadow:2px 2px 10px 3px #888;margin-top:30px}.categoryv2smalltext{font-size:20px}
/* TOP PROPERTIES */
.alphaPROPERTY__row {
  margin-left: 3.7em;
}

.alphaPROPERTY__heading {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}

.alphaPROPERTY__sub {
  font-size: 16px;
  color: #909090;
  font-weight: 400;
}

.alphaPROPERTY__sub::after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 100px;
  height: 4px;
  background-color: #202c65;
}

.alphaPROPERTY__card {
  background-color: #f6f6f6;
  border: none;
  margin-top: 40px;
}

.alphaPROPERTY__property-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  padding: 0 1.25rem;
}

.alphaPROPERTY__location span {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.alphaPROPERTY__marker {
  color: #202c65;
  font-size: 14px;
  padding-left: 1.25rem;
}

.alphaPROPERTY__card-img {
  padding: 15px;
  padding-bottom: 0;
}

.alphaPROPERTY__property-div {
  background-color: #202c65;
  color: #fff;
  font-size: 12px;
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding: 0 20px;
}

.alphaPROPERTY__property-info i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.alphaPROPERTY__image-container {
  display: flex;
  justify-content: center;
    align-items: center;
    position: relative;
    height: 300px;
    overflow: hidden;
}
.alphamySlides {display:none; max-width: 50%;max-height: 100vh; display:block; margin:auto;}
.alphaPROPERTY_prevButton{
	position: absolute;
	left: 10%;
	top: 20px;
	    background: transparent;
    color: #FFF;
    font-size: 50px;
    border: 0;
    max-height: 500px;
    height: 100vh;
}
.alphaPROPERTY_nextButton{
	position: absolute;
	right: 10%;
	top: 20px;
	    background: transparent;
    color: #FFF;
    font-size: 50px;
    border: 0;
    max-height: 500px;
    height: 100vh;
}
.after::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  height: 94%;
  top: 0;
  left: 0;
  margin: 15px;
  opacity: 0;
  width: 92.5%;
  transition: all 0.5s;
}

.alphaPROPERTY__card:hover .after::after {
  opacity: 1;
  transition: all 0.5s;
}

.alphaPROPERTY__inner-div {
  opacity: 0;
  transition: all 0.3s;
}
.alphaPROPERTY__inner-icons {
  background-color: #202c65;
  padding: 11px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
  color: #FFF;
}

.alphaPROPERTY__inner-icons:hover {
  background-color: #fff;
  color: #202c65;
}

.alphaPROPERTY__card:hover .alphaPROPERTY__inner-div {
  opacity: 1;
  transition: all 0.3s;
}

.alphaPROPERTY__inner-div {
  position: absolute;
  color: #fff;
}

.alphaPROPERTY__card-body {
  padding: 0;
  padding-top: 1em;
}

.odd-bg {
  background-color: #222;
}

.label-div {
  position: absolute;
  left: 15px;
  top: 27px;
  z-index: 1;
}

.label-div p {
  background: #202c65;
  width: 80px;
  color: white;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
  line-height: 19px;
  position: relative;
}

.label-div span {
  position: absolute;
  content: "";
  display: block;
  left: 100%;
  top: 4px;
  border-top: 11px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid;
  border-left-color: #202c65;
  border-right-color: #202c65;
}

.second-label {
  position: absolute;
  top: 27px;
  left: 71.3%;
}

.second-label p {
  width: 100%;
  background-color: #dd3333;
}

.second-label span {
  left: -7%;
  top: 5px;
  transform: rotate(180deg);
  border-left-color: #dd3333;
  border-right-color: #dd3333;
}

.homes-label,
.land-label,
.commercial-label {
  right: 15px;
  left: auto;
}

.homes-label p {
  background-color: #32b5f8;
}

.homes-label span {
  right: 100%;
  border-left-color: #32b5f8;
  border-right-color: #32b5f8;
}

.land-label span {
  right: 100%;
}

.alphaPROPERTY__inner-div-first-slider-img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100vh;
}

.alphaPROPERTY__carousel-inner-slider {
  background-color: #000;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

body.alphaPROPERTY__carousel-inner-slider {
  overflow: hidden;
}
body.alphaPROPERTY__inner-div-first-slider {
  overflow: hidden;
}

.alphaPROPERTY__inner-div-first-slider {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed !important;
  top: 0;
  z-index: 1111;
}

.slick-list {
  padding: 0 !important;
}

.slick-dots {
  display: none !important;
}

.alphaPROPERTY__inner-div-first-slider-show {
  display: block !important;
}
.alphaoverlay-content{
	color:#FFF;
}
.alphaoverlay {
  height: 100%;
  display:none;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.alphaoverlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.alphaoverlay a:hover, .alphaoverlay a:focus {
  color: #f1f1f1;
}
.alphaoverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index:1001;
  color:#FFF;
}
@media screen and (max-height: 450px) {
  .alphaoverlay a {font-size: 20px}
  .alphaoverlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.animate-opacity{animation:opac 1s}@keyframes opac{from{opacity:0} to{opacity:1}}
@media (min-width: 1920px) {
  .after::after {
    width: 95% !important;
    height: 96% !important;
  }
}

@media (max-width: 1240px) {
  .after::after {
    width: 92%;
  }
}

@media (max-width: 1200px) {
  .after::after {
    width: 91%;
  }
}

@media (max-width: 991px) {
  .alphaPROPERTY__inner-div-first-slider-img {
    width: 100%;
  }

  .after::after {
    width: 92.7%;
  }
}

@media (max-width: 870px) {
  .after::after {
    width: 91.5%;
  }
}

@media (max-width: 768px) {
  .after::after {
    width: 90.5%;
    height: 92%;
  }
}

@media (max-width: 700px) {
  .after::after {
    width: 89.5%;
    height: 92%;
  }
}

@media (max-width: 650px) {
  .after::after {
    width: 94.2%;
    height: 96%;
  }
}

@media (max-width: 600px) {
  .after::after {
    width: 93.5%;
    height: 95%;
  }
}

@media (max-width: 500px) {
  .after::after {
    width: 91.5%;
    height: 94%;
  }
}

@media (max-width: 470px) {
  .slick-prev,
  .slick-next {
    top: -60px !important;
  }
}

@media (max-width: 450px) {
  .after::after {
    width: 91%;
    height: 93%;
  }
}

.wrapper {
  margin: 0 3em;
  overflow: initial;
}

.slick-slide {
  margin: 10px;
}

@media (max-width: 420px) {
  .wrapper {
    margin: auto !important;
  }

  .alphaPROPERTY__row {
    margin-left: 0.7em;
  }

  .after::after {
    width: 92.3%;
    height: 94%;
  }
}

@media (max-width: 385px) {
  .after::after {
    width: 91.3%;
    height: 94%;
  }
}
.alphaPROPERTY__carousel-inner-slider .carousel-item {
    align-items: center;
}
.alphaPROPERTY__helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.alphaPROPERTY__inner-div-first-slider-img{
	vertical-align: middle;
}
.alphalistingslink{
	padding:8px 0;
}
/*listingnotif-homeworth*/
.homenotificationswrapper {
    background: #30353b;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 35px 40px;
    overflow: hidden;
    margin-top: 20px;
}
.notificationsStart {
	font-size:20px;
}
.smalllightButton {
    color: #f0ead8;
    font-style: normal;
    padding: 25px 5px;
    margin: 0;
    border: 1px solid #f0ead8;
    font-size: 20px;
    border-radius: 0px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
}
.smalllightButton:hover{
    color: #fff;
	background:#161616;
}
.skip-to-content-link {
	left: 50% !important;
	padding: 8px;
	z-index: 1000;
	position: absolute !important;
	display: block !important;
	transform: translateY(-100%);
	transition: transform 0.3s !important;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}
.skip-to-content-link:focus-visible {
	transform: translateY(0%);
}


 /* Testimonials */
  
  .alphaTSTML__wrapper{
    background-image: url(https://g.marketlnk.com/images/testimonials/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    padding: 4em 4em;
    background-position: 50% 50%;
}
  
  .alphaTSTML__container-fluid{
    margin-bottom: 45px;
    max-width: 1366px;
  }
  
  .alphaTSTML__wrapper-heading{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  
  .alphaTSTML__wrapper-subheading{
    color: #fff;
    font-style: italic;
    font-size: 24px;
    width: 65%;
    margin: 20px auto 40px;
    text-align: center;
    max-width: 840px;
  }
  
  .alphaTSTML__card-body{
    text-align: center;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  
  .alphaTSTML__card-title{
    font-size: 18px;
    color: #2c3d47;
  }
  
  .alphaTSTML__client-rank{
    color: #444444;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 20px;
  }
  
  .alphaTSTML__client-description{
    color: #000 !important;
    font-style: italic;
    font-size: 14px;
  }
  
  
  @media (max-width:991px){
    .alphaTSTML__column-one, .alphaTSTML__column-two{
      margin-bottom: 2em;
    }
  
    .alphaTSTML__wrapper-subheading{
      width: 95%;
    }
  }
  
  
  @media (max-width:575px){
    .alphaTSTML__wrapper{
      padding: 4em 2em;
    }
  
    .alphaTSTML__wrapper-subheading{
      width: 100%;
    }

    .alphaTSTML__wrapper{
      background-position: top;
    }
  }
  
  @media (max-width:450px){
    .alphaTSTML__wrapper{
      padding: 4em 1em;
    }
  
  }
  /* QUICK SEARCH */
.alphaQKSRCH__container-fluid{
  padding: 0;
}

.alphaQKSRCH__dream-house-div{

  background-color: #202020;
  min-height: 319px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 28% !important;
  max-width: 28% !important;
  
}

.alphaQKSRCH__discover-heading{
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 0.8;
}


.alphaQKSRCH__dream-heading,.alphaQKSRCH__house-heading{
  color: #fff;
  line-height: 0.8;
  font-size: 48px;
  font-weight: 600;
}

.alphaQKSRCH__house-heading{
  margin-left: -8px;
}


.alphaQKSRCH__dream-heading span,.alphaQKSRCH__house-heading span{
  color: #007bff;
}

.alphaQKSRCH__quick-search-div{
  background-color: #2c2c2c;
  flex: 0 0 72% !important;
}

.alphaQKSRCH__form-control{
  height: 44px;
  font-size: 14px;
}

.alphaQKSRCH__form-control:focus{
  background: transparent;
  border-color: #565656;
  color: #bababa;
 
}

.alphaQKSRCH__form-control option{
  color: #444;
  font-size: 16px;
}

.alphaQKSRCH__quick-search-div{
  padding: 70px 50px 0 0;
}
.alphaQKSRCH__slider-input-range-bar{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  font-size: 10px;
  top: 7px;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-track,.slider-track-2{
  width: 100%;
  height: 4px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.alphaQKSRCH__slider-input-range-bar::-webkit-slider-runnable-track{
  -webkit-appearance: none;
  height: 5px;
}
.alphaQKSRCH__slider-input-range-bar::-moz-range-track{
  -moz-appearance: none;
  height: 5px;
}
.alphaQKSRCH__slider-input-range-bar::-ms-track{
  appearance: none;
  height: 5px;
}
.alphaQKSRCH__slider-input-range-bar::-webkit-slider-thumb{
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #3264fe;
  cursor: ew-resize;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}
.alphaQKSRCH__slider-input-range-bar::-moz-range-thumb{
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}
.alphaQKSRCH__slider-input-range-bar::-ms-thumb{
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}
.alphaQKSRCH__slider-input-range-bar:active::-webkit-slider-thumb{
  background-color: #ffffff;
  border: 3px solid #3264fe;
}
.alphaQKSRCH__range__slider__div__values,.alphaQKSRCH__range__slider__div__values2{
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 68px 5px;
  color: #bababa;
}
.alphaQKSRCH__range__slider__div{
  flex: 0 0 31% !important;
  max-width: 31% !important;
}
.alphaQKSRCH__search-button{
    height: 44px;
    margin: 0 0 15px;
}
.alphaQKSRCH__quick-search-row{
	color:#FFF;
}
.alphaQKSRCH__range__slider__div + .alphaQKSRCH__range__slider__div{
  margin-left: 1.5em;
}
.alphaQKSRCH__container-fluid{
	padding-left:0px !important;
	padding-right:0px !important;
}
@media (max-width:1230px){
  .alphaQKSRCH__search-button-div{
    margin-left: 3.3em;
  }
}
@media (max-width:991px){
  .alphaQKSRCH__dream-house-div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
	 padding: 20px 0 0 0;
  }
  .alphaQKSRCH__input-group{
    margin-bottom: 2em !important;
  }
  .alphaQKSRCH__range__slider__div{
    margin-left: 0 !important;
    flex: 0 0 58.333333% !important;
    max-width: 58.3333% !important;
  }

  .alphaQKSRCH__quick-search-div{
    padding: 70px 0px 50px 0;
  }
  .alphaQKSRCH__search-button-div{
    margin-left: 0;
    padding: 0;
    text-align: center !important;
  }
   .alphaQKSRCH__quick-search-row{
    justify-content: center !important;
  }
}
@media (max-width:575px){
  .alphaQKSRCH__range__slider__div{
    flex: 0 0 94.333333% !important;
    max-width: 94.3333% !important;
  }
    .alphaQKSRCH__quick-search-row{
    justify-content: unset !important;
  }
}
@media (max-width:400px){
  .alphaQKSRCH__range__slider__div{
    flex: 0 0 92.333333% !important;
    max-width: 92.3333% !important;
  }
}
.tools_and_resources {
    background-color: #000;
}
.carousel-item {
    /*background-color: #000;*/
}
/*----Categories Alpha-------------------------------*/
.alphaCTGYContainer__heading{
  position: relative;
}
.alphaCTGYContainer__heading:after{
  content: '';
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 4px;
    background-color: #202c65;
    margin-top: 16px;
}
.alphaCTGYContainer__arrow::before {
  content: "";
  border: solid #202c65;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px 5px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 109px;
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(223deg);
}
.alphaCTGY__category-column,.alphaCTGY__category-column-2 {
  padding: 2em 10px;
}
.alphaCTGY__card-body{
  background-color: rgba(0,0,0,.9);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.25em 2px;
}
.alphaCTGY__property-title{
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}
.alphaCTGY__card-text{
  color: #bababa;
}
.alphaCTGY__span-tag{
  color: #f6f6f6;
}
/* .alphaCTGY__commerical-img{
  height: 260px;
} */
.alphaCTGY__land-img{
  height: 661px;
}
.alphaCTGY__small-img{
  height: 262px;
}
.alphaCTGY__second-row{
  margin-top: 2.4em;
}
@media (max-width:1200px){
  .alphaCTGY__land-img{
    height: 601px;
  }
}
@media (max-width:991px){
  .alphaCTGY__land-img{
    height: auto;
  }

  .alphaCTGY__small-img{
    height: 375px;
  }

  .alphaCTGY__category-column-2{
    padding: 0 10px;
  }
}
@media (max-width:768px){
  .alphaCTGY__second-row{
    flex-direction: column;
  }

  .alphaCTGY__column-3{
    margin-bottom: 2em;
  }
}
@media (max-width:575px){
  .alphaCTGY__small-img{
    height: auto;
  }

  .alphaCTGY__property-title{
    font-size: 25px;
  }
}

/*-----Buyers & Sellers Alpha-------------------------------*/
.alphaBUYSELL__bg-video-div{
  /*background-image: url(/creswell/images/bgvideo.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.alphaBUYSELL__video-btn-div a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff !important;
  width: 100px;
  height: 100px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.alphaBUYSELL__video-btn-div a:hover{
  background: rgba(255,255,255,.25);
  color: #202c65 !important;
}


.alphaBUYSELL__video-btn-div a i {
  font-size: 45px;
  line-height: 94px;
  padding-left: 7px;
}

.alphaBUYSELL__marketing-div{
background-color: #f6f6f6 !important;
}

.alphaBUYSELL__creswell-div p{
  color: #222;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

.alphaBUYSELL__creswell-div span{
  font-size : 50px;
  color: #202c65;
  font-weight: 700;
}

.alphaBUYSELL__creswell-div-2 p{
  width: 82%;
  margin: 1em 0;
}

.alphaBUYSELL__heading-div span{
  font-size: 21px;
  font-weight: 600;
}

.alphaBUYSELL__heading-div span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #202c65;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.alphaBUYSELL__heading-div p{
color: #787878;
font-size: 14px;
font-weight: 300;
width: 80%;
}


@media (max-width:991px){

  .alphaBUYSELL__marketing-div{
    padding: 5em 0em 3em 2em;
  }

  .alphaBUYSELL__bg-video-div{
    background-position: center;
    height: 260px;
  }

  .alphaBUYSELL__creswell-div{
    width: 65%;
    margin: 0 auto;
  }

  .alphaBUYSELL__creswell-div-2 p, .alphaBUYSELL__heading-div p{
    width:65%;
    margin: 2em auto;
	font-size: 16px;
  }

  .alphaBUYSELL__heading-div span{
    display: block;
    margin: 0 auto;
    width: 65%;
  }

}

@media (max-width:767px){
  .alphaBUYSELL__creswell-div-2 p, .alphaBUYSELL__heading-div p,.alphaBUYSELL__heading-div span,.alphaBUYSELL__creswell-div{
    width: 90%;
  }

  .alphaBUYSELL__marketing-div{
    padding: 5em 0em 3em 0em;
  }
}

@media (max-width:575px){
  .alphaBUYSELL__marketing-div{
    padding: 2em 0em 3em 0em;
  }

  .alphaBUYSELL__creswell-div p{
    font-size: 28px;
  }

  .alphaBUYSELL__creswell-div span{
    font-size: 42px;
  }
}

@media(max-width:480px){
  .alphaBUYSELL__creswell-div span {
    font-size: 30px;
}
.alphaBUYSELL__creswell-div p{
  line-height: 1.3;
  font-size: 27px;
}

.alphaBUYSELL__creswell-div-2 p{
  font-size: 16px;
}
}

/*listing details fixes*/
.dimensionX1{float:left;width:180px}.dimensionX2{float:left;width:180px}
@media only screen and (max-width:1145px) and (min-width:850px){.dimensionX1{float:left;width:40%}.dimensionX2{float:left;width:60%}}
@media (max-width:767px){.dimensionX1{float:left;width:50%}.dimensionX2{float:left;width:50%}}


/*================================================
Bootstrap Agents Alpha
=================================================*/
.alphaAGENTGRID__agent-column{
	margin-top:20px;
}
@media (max-width:1600px){
  .alphaAGENTGRID__card-body h5{
    font-size: 16px !important;
  }

  .alphaAGENTGRID__phone-number{
    font-size: 14px;
  }

}
@media (max-width:1400px){
	.alphaAGENTGRID__agent-column,.alphaAGENTGRID__agent-column-2{
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
}
.alphaAGENTGRID__row {
	padding: 0 5em !important;
}

.alphaAGENTGRID__agent-row {
	padding: 1em 3.8em !important;
}
@media (max-width: 1100px) {
  .alphaAGENTGRID__row {
    padding: 0 2em !important;
  }

  .alphaAGENTGRID__agent-row {
    padding: 1em 1em !important;
  }
}

@media (max-width: 991px) {
  .alphaAGENTGRID__row {
    padding: 0 6.7em !important;
  }
  .alphaAGENTGRID__agent-row {
    justify-content: center !important;
  }

  .alphaAGENTGRID__agent-column {
    margin-bottom: 4em;
  }

  .alphaAGENTGRID__agent-column-2 {
    margin-bottom: 0em;
  }

  .alphaAGENTGRIDcontainer{
    padding-top: 6em !important;
  }

  .alphaAGENTGRID__agent-column, .alphaAGENTGRID__agent-column-2{
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
  }
}

@media (max-width: 768px) {
  .alphaAGENTGRID__row {
    padding: 0 5.7em !important;
  }
}
.alphaAGENTGRID__heading {
  font-size: 32px;
  font-weight: 600;
  color: #222;
}

.alphaAGENTGRID__heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #202c65;
}

.alphaAGENTGRID__sub {
  font-size: 17.6px;
  color: #222;
}

.alphaAGENTGRID__row {
  padding: 0 7.7em;
}

.alphaAGENTGRID__agent-row {
  padding: 1em 6.8em;
}

.alphaAGENTGRID__card-body {
  background-color: #222;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 0 !important;
}

.alphaAGENTGRID__card-body h5 {
  font-size: 18px;
}

.alphaAGENTGRID__contact-info-div {
  position: relative;
  background-color: #202c65;
  top: 1em;
  min-height: 35px;
  padding-top: 4px;
}

.alphaAGENTGRID__card-title{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.alphaAGENTGRID__phone-icon {
  color: #fff;
  transform: rotate(100deg);
  margin-right: 5px;
}

.alphaAGENTGRID__mail-icon {
  color: #fff;
  margin-left: 5px;
}

@media (max-width: 575px) {
	.alphaAGENTGRID__row {
		padding: 0 1.7em !important;
	}

	.alphaAGENTGRID__agent-column-2 {
		margin-bottom: 4em;
	}

	.alphaAGENTGRID__agent-column, .alphaAGENTGRID__agent-column-2{
		position: relative;
		max-width: 100% !important;
		flex: 0 0 100% !important; 
		padding-right: 15px;
		padding-left: 15px;
	}

	.margin-top-col{
		margin-top: 0 !important;
	}
}
/*homeval widget*/
.homevaluewidget{
	position: relative; 
	padding:30px 0;
	box-shadow: 0 10px 17px 1px rgb(0 0 0 / 30%);
}
.homevaluewidget:before{
	content: "";
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #ffffff;
	opacity: 0.1;
	background: repeating-linear-gradient( -45deg, #eeeeee, #eeeeee 7px, #ffffff 7px, #ffffff 35px );
}
.homevaluecolumn{
	height:100%;
	padding:20px;
	background: rgba( 255, 255, 255, 0.25 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.homevaluepiccol{
	position: relative;
	padding: 5px;
	background: #6d6d6d;
	border-radius: 10px;
	box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.3);
}

/*multi board quicksearch*/
	.rehomes-search-link{  background: #6a6a6a;}
    .form_area_box {
		background: #ffffff;
		padding: 50px;
		border: 1px solid #cacaca;
		box-shadow: 0px 0px 5px #d2d1d1;
		border-radius: 10px;
	}
	
	
/*responsive video embed*/
.video-embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden; 
	max-width: 100%; 
} 

.video-embed-container iframe, 
.video-embed-container object, 
.video-embed-container embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
}	