.prop-management-h1 {
  font-size: 32px;
}


@font-face {
    font-family: 'Gothic';
    src: url('/wp-content/themes/Bizcor2018/fonts/ITCAvantGardeStd-Md.eot');
    src: local('☺'),
     url('/wp-content/themes/Bizcor2018/fonts/ITCAvantGardeStd-Md.woff') format('woff'),
     url('/wp-content/themes/Bizcor2018/fonts/ITCAvantGardeStd-Md.ttf') format('truetype'),
     url('/wp-content/themes/Bizcor2018/fonts/ITCAvantGardeStd-Md.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family:'Montserrat';
    background: #FAFAFA;
}
h2,
h3 {
    margin: 0;
}
.swal2-container {
    z-index: 100000!important;
}
header ul, footer ul{
    list-style: none;
    margin:0;
    padding:0;
}
img, iframe{
    max-width: 100%;
}
a, a:hover, a:focus{
    text-decoration: none;
    outline:none!important;
}
a, button, input[type="button"], input[type="submit"]{
    transition:0.2s;
}

body .top-banner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0, .4);
    top: 0;
    display: none;
}
.wrap-loading {
	display: none;
}
.loader-image {
	position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    background: rgba(0,0,0, .4);
    z-index: 999999999;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-image i {
	font-size: 150px;
	color: #fff;
	position: relative;
	animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}
.home .header-overlay,.header-overlay {
    width: 100%;
    height: 170px;
    position: absolute;
    z-index: 99;
    background: linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
    top: 0;
    display: block;
}
header:after,
header:before,
.container-custom:after,
.container-custom:before,
.custom-clear:after,
.custom-clear:before{
    display: table;
    content: " ";
    overflow: hidden;
    clear:both;
}
.container-custom{
    max-width:1500px;
    margin:0 auto;
    padding: 0 40px;
}
#content-wrapper{
    background-color: #F9F9F9;
    min-height:500px;
    /*margin-top:78px;*/
    transition: margin 0.3s linear;
}
.box{
    background:transparent;
}
.standard-section {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;  
}
.small-standard-section {
    width: 100%;
    padding-left: 14%;
    padding-right: 14%;  
}
.title-black {
    margin: 0;
    padding-top: 75px;
    padding-bottom: 5px;
    /* color: #434343; */
    color: #555;
    font-family: Roboto;
    font-weight: 500;
    font-size: 28px;
}
.sub-title-black {
    /* color: #656565; */
    color: #888;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.btn-orange {
    font-family: Montserrat;
    font-weight: 500;
    border-radius: 3px;
    position: relative;
    transition: .4s;
    color: #fff;
    min-height: 55px;
    min-width: 185px;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-orange span {
    position: relative;
}
.btn-orange:hover {
    color: #fff;
    background: #0097DD !important;
}
.btn-orange:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    opacity: 1;
    background: linear-gradient(to right, rgba(255,103,0,1) 0%,rgba(255,166,0,1) 100%);
    transition: .4s;
}
.btn-orange:hover:before {
    opacity: 0;
}
.different-size-new.standard-section .btn-orange{
    background: transparent;
    border-radius: 0;
    border: 1px solid white;
    margin-top: 20px;
    float: left;
}
.different-size-new.standard-section .btn-orange:before{
    background: transparent;
}
.ceo-title{
    float: right;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ceo-title span{
    display: block;
}


/*General slick slider full-width version***General slick slider full-width version*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0!important;
}
.slick-list:focus{
    outline: none;
}
.slick-current{
    position: relative;
    z-index: 2;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
    max-width: none;
    width: 100%;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide {
    margin: 0px;
}
.slick-prev,
.slick-next {
    width: 20px;
    height: 20px;
    display: block;
    border: none!important;
    background: none;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 10;
}
.slick-arrow img{
   /*  opacity: 0.45; */
    transition: all 0.4s;
}
.slick-arrow:hover img{
    opacity: 1;
}
.slick-next{
    right: 10px;
}
.slick-prev{
    left: 10px;
}
.slick-list, .slick-track, .slick-slide{
    height: 100%;
}
/*End General slick slider***End General slick slider*/
 /*detepickers*/

/* new datepiker */

.datepicker-dropdown .table-condensed thead tr:first-child {
    border-radius: 0;
    background-color: #555!important;
    background-image: none;
    color: #fff;
    font-weight: 500;
    font-family: Roboto;
}
.datepicker-dropdown .table-condensed thead tr:first-child th {
    text-align: center;
    height: 40px;
}
.datepicker-dropdown .table-condensed thead tr:first-child .next,
.datepicker-dropdown .table-condensed thead tr:first-child .prev {
    background: url('/wp-content/themes/Bizcor2018/images/Path1143.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    font-size: 0;
    cursor: pointer;
    transition: .3s;
}
.datepicker-dropdown .table-condensed thead tr:first-child .next:hover,
.datepicker-dropdown .table-condensed thead tr:first-child .prev:hover {
    opacity: .7;
}
.datepicker-dropdown .table-condensed thead tr:first-child .prev {
    transform: rotate(180deg);
}
.datepicker-dropdown .table-condensed thead tr:last-child th {
    text-align: center;
}
.dropdown-menu {
    padding: 3px !important;
}
.datepicker.datepicker-dropdown {
    z-index: 99999 !important;
} 
.datepicker-dropdown .table-condensed tbody tr td.day.disabled {
    background: #ccc!important;
    color: #fff;
    height: 34px !important;
    width: 46px !important;
    cursor: inherit;
}
.datepicker-dropdown .table-condensed tbody tr td.day.disabled:hover {
    background: #ccc!important;
}
.datepicker-dropdown .table-condensed tbody tr td.day {
    background: #0097DD!important;
    border-color: #fff !important;
    color: #fff !important;
    height: 34px !important;
    width: 46px !important;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
    transition: .3s;
    /* sdisplay: flex;
    align-items: center;
    justify-content: center; */
}
.datepicker-dropdown .table-condensed tbody tr td.day:hover {
    background: rgba(255, 102, 0, 1) !important;
}
/* .datepicker-dropdown .table-condensed tbody tr td.new.day {
    background: red !important;
    display: none !important; 
}  */
/* end new datepiker */

.home .ui-datepicker,
.page-template-things-to-do .ui-datepicker{
    background: #fff;
    width: 338px;
    margin-top: -3px;
}
.ui-datepicker{
    border-radius: 0;
    background:#141414;
    z-index:99999!important;
    padding:3px 3px 0 3px;
    background: #fff;
    border: 1px solid #fff !important;
}
.ui-datepicker .ui-datepicker-title {
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
    content: '' !important;
    display: block!important;
    background: url(/wp-content/themes/Bizcor2018/images/Path1143.svg)!important;
    width: 15px!important;
    height: 15px!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    top: 10px !important;
    position: absolute !important;
    border: none!important;
}
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
    display: flex!important;
    border-radius: inherit!important;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    opacity: .7;
}
.ui-datepicker-prev:before {
    transform: rotate(-180deg)!important;
    left: 12px !important;
}
.ui-datepicker-next:before {
    transform: none!important;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    background-color: #555!important;
    background-image: none;
    color: #fff;
    font-weight: 500;
    font-family: Roboto;
}
.ui-datepicker {
    padding-top: 0!important;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0!important;
}
.ui-datepicker-year {
    font-weight: 500;
}
.ui-datepicker-next:before, .ui-datepicker-prev:before{
    color:#fff;
    position:relative;
    top:4px;
}
.ui-datepicker .cal-selectable span, 
.ui-datepicker .ui-datepicker-calendar .available a,
.ui-datepicker .ui-datepicker-calendar .booked span{
    color:#333;
    font-weight:500;
}
.cal-available span, .ui-datepicker-calendar .available span{
    font-weight:500;
}
.ui-widget-content thead{
    color:#fff;
}
.ui-state-disabled{
    opacity:1!important;
}
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w{
  background-image: url(/wp-content/themes/Bizcor2018/images/arrow-white.svg)!important;  
  background-position: center center;
  background-repeat:no-repeat ;
  background-size:40%;
}
.ui-datepicker-header .ui-state-hover{
  background: none!important; 
  border-color: #fff!important;
  border-radius: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #fff!important;
    border-color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #555!important;
    border-color: #fff !important;
    color: #fff !important;
}
.home .ui-state-default, .ui-widget-content .ui-state-default{
    background: #0097DD!important;
    border-color: #fff !important;
    color: #fff !important;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-widget-content .ui-state-default:hover {
    background: #FF7500 !important ;
}
.ui-datepicker-calendar .ui-state-active {
    /*background: #E03B39!important;*/
    color: #333 !important;
    /*border-color: #E03B39 !important;*/
}

.ui-icon-circle-triangle-w{
    transform: rotatez(180deg);
}
.ui-widget-content .ui-state-default{
    color:#BEAB5F;
}
/*.slash_logic .ui-datepicker-unselectable span.ui-state-default{
    background: #BEAB5F;
}*/
.slash_logic .slash-start a.ui-state-default, .slash_logic .slash-start span.ui-state-default{
    background: url(/wp-content/themes/Bizcor2018/images/triangle1.png) 0 0/200% 100% #fff!important;
    border: 1px solid #5e5e5e;
}
.slash_logic .slash-end a.ui-state-default, .slash_logic .slash-end span.ui-state-default{
    background: url(/wp-content/themes/Bizcor2018/images/triangle1.png) 100% 0/200% 100% #fff!important;
    border: 1px solid #5e5e5e;
    color: #002136 !important;
}
.ui-state-disabled.slashl{
    opacity: 1!important;
}
.ui-datepicker .ui-datepicker-calendar thead{
    color:#555;
    font-weight: 500;

}
.ui-datepicker-calendar .ui-state-disabled > span{
    background:#ccc!important;
    color:#fff;
}
.ui-datepicker th {
    color: #434343;
    font-size: 15px;
}
body .ui-state-disabled.available .ui-state-default:hover {
    background: #ccc !important;
}

/* end featured-section */


/*benefits start*/
.benefits .browse-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.benefits .browse-end p {
    margin-bottom: 5px;
    font-family: Roboto;
    color: #B6B6B6;
}

.benefits .browse-end p:hover {
    color: #FF6600;
}
.benefits .benefits-wrap {
    display: flex;
    flex-wrap: nowrap;
}
.benefits .benefits-wrap br {
    display: none;
}
.benefits .benefits-item {
    width: calc(33.333% - 10px);
    margin: 0 5px;
    background-color: #ffffff;
    transition: .3s;
}
.benefits p:empty {
    display: none;
}
.benefits a.benefits-item-img {
    display: block;
    height: 350px;
    overflow: hidden;
}
.benefits .benefits-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefits .benefits-cont {
    padding: 20px;
    min-height: 190px;
    border: 1px solid #D8D8D8;
}
.benefits .benefits-cont h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.benefits .benefits-cont-title {
    display: flex;
    align-items: center;
}
.benefits .benefits-cont-title i {
    color: #C1C1C1;
    font-size: 18px;
    margin: 0 5px 15px 0;
}
@media(max-width: 1400px) {
    .benefits a.benefits-item-img {
        height: 250px;
    }
}
@media(max-width: 1199px) {
    .benefits a.benefits-item-img {
        height: 350px;
    }
    .benefits .benefits-cont {
        min-height: inherit;
    }
    .benefits .benefits-wrap {
        flex-wrap: wrap;
    }
    .benefits .benefits-wrap > div {
        width: 100%;
    }
    .benefits .benefits-wrap > div:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media(max-width: 991px) {
    .key-benefis .box {
        padding: 0 25px;
    }
    .key-benefis .box:last-child {
        padding-right: 0;
    }
    .key-benefis .box:first-child {
        padding-left: 0;
    }
    .houseCategories {
        padding-bottom: 0;
    }
}

/*benefits end*/

/*badge styles*/
.home-badge {
    background: linear-gradient(to right,rgba(255,115,0,1) 0%,rgba(255,165,0,1) 100%);
    padding: 17px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}
.home-badge h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.home .custom-home .top-banner {
    min-height: unset;
    height: unset;
}

/* key-benefis */
.key-benefis h2 {
    text-align: center;
    padding-bottom: 50px;
}
.key-benefis .flex-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
    position: relative;
}
.key-benefis .flex-box:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 120px);
    margin: 0 auto;
    height: 1px;
    background: #ccc;
}
.key-benefis .box {
    width: 33.333%;
    padding: 0 60px;
    position: relative;
}
.key-benefis .box:not(:last-child) {
    border-right: 1px solid #ccc;
}
.key-benefis .box p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgba(101, 101, 101, .9);
}
.key-benefis .box img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}
/* end key-benefis */

/* top banner */
.top-banner {
    position: relative;
    background: #000;
}
.top-banner > img {
    width: 100%;
    height: 83vh;
    object-fit: cover;
    /* opacity: .8; */
}
.top-banner .video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* opacity: .8; */
}
.home .top-banner {
    height: 83vh;
}
.home .top-banner  .video {
	max-height: 83vh;
	overflow: hidden;
}
.home .top-banner > img,
.home .top-banner > video {
    /*opacity: .65;*/
}
.top-banner h1 {
    font-family: Roboto;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.top-banner .flex-box .box-form h3,
.explore-property-management .flex-box .box-round .box-round-text h1 {
    font-weight: 500 !important;
}
.top-banner .search-box .flex-box,
.explore-property-management .search-box .flex-box {
    display: flex;
    justify-content: space-between;
    border: 5px solid rgba(255,255,255, .7);
    border-radius: 3px;
}
.top-banner .search-box .flex-box > div,
.explore-property-management .search-box .flex-box > div {
    display: flex;
    align-items: center;
    background: #fff;
    height: 57px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}
.top-banner .search-box .flex-box span img,
.explore-property-management .search-box .flex-box span img {
    max-height: 18px;
    width: 10px;
    object-fit: contain;
}
.top-banner .search-box .flex-box span .location,
.explore-property-management .search-box .flex-box span .location {
    width: 14px;
    height: 18px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.top-banner .search-box span .arrows,
.explore-property-management .search-box span .arrows {
    width: 11px;
    position: absolute;
    right: 20px;
    top: 25px;
}
.top-banner .search-box p,
.explore-property-management .search-box p {
    margin: 0;
    color: #888;
    font-weight: 300;
    font-family: Montserrat;
    font-size: 16px;
}
.top-banner .search-box .flex-box .search-icon,
.explore-property-management .search-box .flex-box .search-icon {
    width: 83px;
    height: 57px;
    background: linear-gradient(to right, rgba(255,103,0,1) 0%,rgba(255,166,0,1) 100%);
    justify-content: center;
    padding: 0;
    min-width: auto;
    transition: .3s;
    border-radius: 0;
}
.home-search .btn-orange,
.explore-property-management .btn-orange {
    max-width: 83px;
    min-width: 83px;
}
.top-banner .search-box .flex-box .search-icon:hover,
.explore-property-management .search-box .flex-box .search-icon:hover  {
    opacity: .88;
}
.top-banner .search-box .search-icon a,
.explore-property-management .search-box .search-icon a  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.top-banner .search-box .search-icon i,
.explore-property-management .search-box .search-icon i {
    color: #fff;
    font-size: 24px;
    position: relative;
}
.top-banner .select-links,
.explore-property-management .select-links {
    background: #fff;
    max-height: 320px;
    overflow-y: scroll;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 80px);
    position: absolute;
    z-index: 2;
}
.top-banner .select-links h3,
.explore-property-management .select-links h3 {
    padding: 16px 0 6px;
    font-weight: 780;
    font-family: Roboto;
    /* color: #434343; */
    color: #888;
    font-size: 18px;
}
.top-banner .open-select,
.explore-property-management .open-select {
    cursor: pointer;
}
.top-banner .select-links,
.explore-property-management .select-links {
    display: none;
}

.top-banner .select-links p,
.explore-property-management .select-links p {
    font-family: Montserrat;
    line-height: 14px;
    color: #656565;
    margin:11px 0;
    font-weight: 400;
    cursor: pointer;
    transition: .4s;
    display: table;
}
.top-banner .select-links p:hover,
.explore-property-management .select-links p:hover {
    color: #FF7500;
}
.top-banner .bottom-logos,
.explore-property-management .bottom-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0 20px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%,rgba(0, 0, 0, 0.35) 100%);
}

.top-banner .bottom-logos img,
.explore-property-management .bottom-logos img {
    width: auto !important;
    height: auto !important;
    max-height: 55px;
    opacity: 1;
    margin: 0 40px;
}
.top-banner .flex-box .box-round .box-round-text,
.explore-property-management .flex-box .box-round .box-round-text{
    position: relative;
    z-index: 3;
}
.bottom-logos.content-section { 
    padding: 40px 0 0;
    width: 100%;
}
.bottom-logos.content-section .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/* end top banner */


/* Top Banner */

.datapiker-wrap {
    display: flex;
    margin-top: 10px;
    border: 5px solid rgba(255,255,255, .7);
    border-radius: 3px;
    position: absolute;
    width: 100%;
    display: none !important;
    opacity: 0;
}
.datapiker-wrap .flex-box {
    display: flex;
}
.datapiker-wrap input {
    width: 33.3333%;
    height: 55px;
    padding: 15px;
    outline: none;
    border: 1px solid #ccc;
}
.datapiker-wrap .submit-datapiker {
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 22;
    border: none;
    outline: none;
    height: 100%;
    cursor: pointer;
}
.datapiker-wrap .btn-orange {
    width: 33.334%;
    max-width: 100% !important;
    height: 45px;
    border-radius: 0 !important ;
}
.datapiker-wrap .btn-orange:before {
    border-radius: 0;
}
.datapiker-wrap .btn-orange i {
        color: #fff;
    font-size: 24px;
    position: relative;
 }
.home-search {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;
}

.c-select-list::before {
    display: none;
}

.home-search form .resortpro-search-submit-button-block button,
.home-search form  .col-lg-2  {
    width: 83px;
    height: 57px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7300+0,ffa500+100 */
    background: rgb(255,115,0); /* Old browsers */
    background: linear-gradient(to right, rgba(255,115,0,1) 0%,rgba(255,165,0,1) 100%);
    border: none;
}
.home-search form .resortpro-search-submit-button-block button:hover {
    background: rgb(255,115,0);
}
.home-search form label {
    display: none;
}
.home-search form button i {
    color: #fff;
    font-size: 26px;
}
.home-search form .form-group {
    margin-bottom: 0;
}
.home-search .form-control {
    height: 57px;
    border-radius: 0;
    background: #fff;
}
.home-search .form-group select {
    height: 57px;
    padding-left: 40px;
    color: #656565;
    font-weight: 300;
    font-family: Montserrat;
    position: relative;
    z-index: 3;
    background: transparent;
}
.home-search form .col-lg-10 {
    width: calc(100% - 83px);
}
.home-search form .col-lg-2 {
    width: 83px;
}
.home-search form .col-lg-10,
.home-search form .col-lg-2 {
    padding: 0;
}
.home-search form .row {
    background: rgba(255,255,255, .7);
    padding: 5px;
}
.home-search form .resortpro-search-neighborhood-block {
    position: relative;
}
.home-search form .resortpro-search-neighborhood-block .form-control:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/Bizcor2018/images/Path2293.svg') no-repeat;
    position: absolute;
    top: 28px;
    left: 18px;
    z-index: 2;
}
.home-search form .resortpro-search-neighborhood-block .form-control:after {
    display: block;
    content: "\f0dc";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 20px;
    height: 20px;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 18px;
    color: #C1C1C1;
    z-index: 2;
}

/* end Top Banner */
.box.vacasa a { color: #fff; }.box.about-us,.box.vacasa{display: none; }
.hover-menu .flex-box .box.about-us,.hover-menu .flex-box .box.vacasa{width:100%;border:none;padding:0}
.hover-menu .flex-box .box.about-us {background: #e55c00;}
.box.vacasa{background: #cc5200;}
.hover-menu .box .show-lg {
    display: none;
}
/* hover-menu */
.hover-menu {
    display: none;
    position: fixed;
    top: 80px;
    max-width: 80%;
    right: 0;
}
.hover-menu .flex-box {
    display: flex;
    position: relative;
    justify-content: flex-end;
}
.hover-menu .flex-box h2 {
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
   /*  font-family: Roboto; */
    font-family: Gothic;
    font-size: 28px;
    position: relative;
}
/*.hover-menu .flex-box h2:before {
    display: block;
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
    top: calc(100% + 15px);
    right: 30px;
}*/
.hover-menu .flex-box h2 .plus {
    float: right;
}
.hover-menu .flex-box h3 {
    font-size: 18px;
    color: #fff;
    font-family: Gothic;
    font-weight: 500;
    margin-bottom: 16px;
}
.hover-menu .flex-box h3 a {
    color: #fff;
}
.hover-menu .flex-box .box {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.hover-menu .title-hover span {
    display: none;
}
.hover-menu .flex-box .box.vacation-rentals {
    width: 33.333%;
    background: #FF6600;
    
}
.hover-menu .flex-box .box.property-management{
    width: 33.333%;
    background: #E55C00;
    
   /*  border-left: 2px solid #ccc; */
   /*  border-right: 2px solid #ccc; */
}
.hover-menu .flex-box  .box.corporate-housing {
    width: 33.333%;
    background: #CC5200;
}
.hover-menu .flex-box .item {
    display: flex;
    padding: 50px 0  30px 30px; 
}
.hover-menu .flex-box .item .left-box {
    width: 100%;
    max-height: 480px;
    overflow: scroll;
}
.hover-menu .flex-box .item .right-box {
    width: 40%;
    display: none;
}
.hover-menu .flex-box .corporate-housing .item .right-box a {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
}
.hover-menu .flex-box .item .right-box h3 {
    /* text-transform: uppercase; */
    color: #fff;
    /* font-size: 14px; */
    width: 100%;
    font-family: Gothic;
    font-weight: 500;
    display: flex;
}
.hover-menu .flex-box .item .right-box h3 a {
    background: transparent;
    width: 100% !important;
}
.hover-menu .flex-box .corporate-housing .item .right-box h3 {
    display: flex;
}

.hover-menu .flex-box .item p,
.hover-menu .flex-box .item .hover-menu-items a {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
}
.hover-menu .flex-box .item .hover-menu-items a:hover {
    color: #222;
}
.hover-menu .flex-box .item .left-box p:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #C1C1C1;
    margin-right: 6px;
    display: flex;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}
.fixing.activated + .hover-menu {
    top: 80px !important;
}

.hover-menu .flex-box .item .right-box a {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.hover-menu .flex-box .item .right-box a:hover {
    color: #222;
}
.hover-menu .flex-box .item .right-box h3 a:hover,
.hover-menu .flex-box .item .right-box h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.hover-menu .flex-box .item .right-box img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.hover-menu .flex-box .item .right-box p {
    position: absolute;
    bottom: 5px;
    width: calc(100% - 60px);
    border: 1px solid #fff;
    color: #fff;
    left: 30px;
    min-height: 42px;
    border-radius: 3px;
    transition: .4s;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.hover-menu .flex-box .vacation-rentals .item .right-box p:hover{
    background: #FF7500;
    border-color: #FF7500;
}
.hover-menu .flex-box .property-management .item .right-box p,
.hover-menu .flex-box .corporate-housing .item .right-box p {
    border: none;
    width: calc(100% - 20px);
    left: 10px;
    text-align: center;
    margin: 0;
}
/* Box Property Management */
  
/* End Box Property Management */


/* end hover-menu */


/* destinations-recommended */

.destinations-recommended .flex-box,
.browse-phoenix .flex-box,
.three-slide .flex-box,
.thing-to-do-events .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px;
}
.destinations-recommended .flex-box .box,
.browse-phoenix .flex-box .box,
.three-slide .flex-box .box,
.thing-to-do-events .flex-box .box {
    width: calc(25% - 7.5px);
    position: relative;
    background: #000;
    border-radius: 3px;
    margin: 0 5px;
}
.destinations-recommended .flex-box .box .item,
.browse-phoenix .flex-box .box .item,
.three-slide .flex-box .box .item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    background: linear-gradient(transparent, #333);
    border-radius: 0 0 3px 3px;
}
.destinations-recommended .flex-box .box .item p,
.browse-phoenix .flex-box .box .item p,
.three-slide .flex-box .box .item p,
.thing-to-do-events .flex-box .box .item p {
    color: #fff;
    margin: 0;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.destinations-recommended .flex-box .box .item p.location,
.browse-phoenix .flex-box .box .item p.location,
.three-slide .flex-box .box .item p.location,
.thing-to-do-events .flex-box .box .item p.location {
    padding-left: 20px;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 12px;
    color: #C1C1C1;
}

.destinations-recommended .flex-box .box a > img,
.browse-phoenix .flex-box .box a > img,
.three-slide .flex-box .box a > img,
.thing-to-do-events .flex-box .box a > img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: .4s;
}
.destinations-recommended .flex-box .box a:hover > img,
.browse-phoenix .flex-box .box a:hover > img,
.three-slide .flex-box .box a:hover  > img,
.thing-to-do-events .flex-box .box a:hover  > img {
    opacity: .7;
}
.destinations-recommended .flex-box .box .item p img,
.browse-phoenix .flex-box .box .item p img,
.three-slide .flex-box .box .item p img,
.thing-to-do-events .flex-box .box .item p img {
    width: 14px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.browse-phoenix .flex-box .box .item p img {
    top: 0;
}
.destinations-recommended .flex-box-top,
.browse-phoenix .flex-box-top,
.recently-viewed .flex-box-top,
.three-slide .flex-box-top,
.thing-to-do-events .flex-box-top  {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}
.destinations-recommended .browse-all,
.browse-phoenix .browse-all,
.recently-viewed .browse-all,
.three-slide .browse-all,
.thing-to-do-events .browse-all {
    color: #B6B6B6;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.destinations-recommended .browse-all:hover,
.browse-phoenix .browse-all:hover,
.recently-viewed .browse-all:hover,
.three-slide .browse-all:hover,
.thing-to-do-events .browse-all:hover {
    color: #FF7500;
}

/* end destinations-recommended */


/* mexico-recommended */
.sub-site-first {
    margin-top: 80px;
}
.multi-site .mexico-recommended-new {
    margin-bottom: 80px;
}
/* .mexico-recommended-new.sub-site-first .flex-box .box .item {
    padding-bottom: 5px;
} */
.mexico-recommended .flex-box .slick-track {
    /* display: flex;
    justify-content: space-between; */
}
.mexico-recommended .flex-box .box,
.mexico-recommended-new .flex-box .box {
    width: calc(25% - 10px);
    margin: 0 5px; 
    position: relative; 
    border-radius: 3px;
}
.mexico-recommended-new .flex-box .box {
    background: #000;
}
.mexico-recommended-new .flex-box .box {
    width: calc(20% - 20px);
    margin:  10px;
    position: relative;
}
.mexico-recommended-new .flex-box .box a {
    display: block;
    position: relative;
    overflow: hidden;
}
.mexico-recommended-new .flex-box .box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 0, .8);
    transform: skewY(7deg) translateY(80%);
    transition: .3s;
    z-index: 1;
    display: inline-block;
}
.mexico-recommended-new .flex-box .box a:hover:before {
    transform: none;
}
.mexico-recommended-new .flex-box .box a .hover-box  {
    transition: .3s;
    position: absolute;
    width: calc(100% - 30px);
    top: -15px;
}
.mexico-recommended-new .flex-box .box a:hover .hover-box {
    top: -80px;
}


.mexico-recommended .box.slick-slide.slick-active:last-child {
    margin-right: 0;
}
.mexico-recommended .flex-box,
.mexico-recommended-new .flex-box {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.mexico-recommended-new .title-black {
    font-family: Gothic;
}
.mexico-recommended-new .line {
    width: 50px;
    height: 2px;
    background: #FF6600;
    margin-bottom: 10px;
}
.mexico-recommended .flex-box .box a > img,
.mexico-recommended-new .flex-box .box a > img {
    height: 290px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    transition: .4s;
}
.mexico-recommended-new .flex-box .box a > img {
    height: 370px;
}
.mexico-recommended-new .flex-box .box a > img {
    width: 100%;
}
.mexico-recommended .flex-box .box i,
.mexico-recommended-new .flex-box .box i {
    color: #C1C1C1;
    margin-right: 5px;
    position: absolute;
    left: -3px;
    font-size: 13px;
    top: 3px;
}
.mexico-recommended-new .flex-box .box i {
    color: #fff;
}
.mexico-recommended .flex-box .box .item,
.mexico-recommended-new .flex-box .box .item {
    border: 1px solid #D8D8D8;
    border-radius: 0 0 3px 3px;
    padding-left: 15px; 
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    transition: .4s;
    /*background: rgba(255, 102, 0, .8);*/
}
.mexico-recommended-new .flex-box .box .item {
    width: 100%;
    position: absolute;
    bottom: 0;
    border: none;
    z-index: 2;
}
.mexico-recommended .flex-box .box .item p,
.mexico-recommended-new .flex-box .box .item p {
    color: #434343;
    color: #555;
    font-weight: 500;
    font-family: Roboto;
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 15px;
    position: relative;
    transition: .4s;
}
.mexico-recommended-new .flex-box .box .item p {
    padding-left: 0;
}
.mexico-recommended-new .flex-box .box .item p.hover-txt {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 13px;
    margin-top: 25px;
    position: absolute;
    text-align: center;
    bottom: -60px;
    transition: .3s;
}
.mexico-recommended-new .flex-box .box .item p.hover-txt:hover {
    background: #0097DD;
}
.mexico-recommended-new .flex-box .box .item p {
    font-family: Gothic;
    color: #fff;
}
.mexico-recommended .flex-box .box .item p img,
.mexico-recommended-new .flex-box .box .item p img {
    width: 14px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.mexico-recommended .flex-box .box .item p.location,
.mexico-recommended-new .flex-box .box .item p.location {
    color: #C1C1C1;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
}
.mexico-recommended-new .flex-box .box .item p.location {
    color: #fff;
    padding-left: 20px;
    min-height: 17px;
    
}

.mexico-recommended .flex-box-top,
.mexico-recommended-new .flex-box-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}
.mexico-recommended .browse-all ,
.mexico-recommended-new .browse-all {
    color: #B6B6B6;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.mexico-recommended .browse-all:hover,
.mexico-recommended-new .browse-all:hover {
    color: #FF7500;
}
.mexico-recommended .flex-box .box:hover img,
.mexico-recommended-new .flex-box .box:hover img {
    /*opacity: .7 !important;*/
}

.mexico-recommended button,
.destinations-recommended button,
.browse-phoenix button,
.recently-viewed button,
.three-slide button,
.quality-property-links button,
.choose-the-city button  {
    outline: none;
}
.mexico-recommended button i,
.destinations-recommended button i,
.browse-phoenix button i,
.recently-viewed button i,
.three-slide button i,
.quality-property-links button i,
.choose-the-city button i,
.client-leadership-team button i
 {
    font-size: 18px;
    color: #242424;
    transition: .4s;
}
.mexico-recommended button:hover i,
.destinations-recommended button:hover i,
.browse-phoenix button:hover i,
.quality-property-links button:hover i,
.client-leadership-team button:hover i {
    color: #FF7500;
}
.mexico-recommended .slick-next,
.destinations-recommended .slick-next,
.browse-phoenix .slick-next,
.recently-viewed .slick-next,
.three-slide .slick-next,
.quality-property-links .slick-next,
.choose-the-city .slick-next,
.client-leadership-team .slick-next {
    right: -40px;
}
.mexico-recommended .slick-prev,
.destinations-recommended .slick-prev,
.browse-phoenix .slick-prev,
.recently-viewed .slick-prev,
.three-slide .slick-prev,
.quality-property-links .slick-prev,
.choose-the-city .slick-prev,
.client-leadership-team .slick-prev{
    left: -40px;
}
.mexico-recommended .flex-box .box:hover .item {
    background: #FF7500;
}
.mexico-recommended .flex-box .box:hover .item p,
.mexico-recommended .flex-box .box:hover .item i {
    color: #fff !important;
}
/* end mexico-recommended */
.text-section {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #494949;
    line-height: 24px;
}
.text-section h2,
.text-section h3 {
    padding-top: 15px;
    margin-bottom: 15px;
    color: #555;
    font-family: Roboto;
    font-weight: 500;
    font-size: 28px;
}
.text-section ul {
    margin-left: 60px;
    list-style-type: none;
    color: #494949;
    line-height: 24px;
}
.text-section ul li {
    position: relative;
    margin-bottom: 8px;
}
.text-section ul li:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #494949;
    left: -8px;
    top: 10px;
}
/* choose-the-city */
.choose-the-city .dont-see-city {
    margin-bottom: 50px;
}
.choose-the-city .dont-see-city h3 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
}
.choose-the-city .dont-see-city .link {
    text-align: right;
}
.choose-the-city .dont-see-city .link a {
    min-width: 250px;
    font-weight: 600;
}
.choose-the-city .dont-see-city p {
    color: #9E9E9E;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.choose-the-city .flex-box .box:hover {
    background: #fafafa;
    box-shadow: 0 0 7px #ccc;
}
.choose-the-city .flex-box .box .mail:hover {
    background: #c1c1c1;
}

.choose-the-city .flex-box .box .location:hover {
    color: #0097DD;
}
.choose-the-city h2 {
    text-align: center;
}
.choose-the-city h2 i {
    color: #C1C1C1;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: -2px;
}
.choose-the-city .flex-box {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -5px 80px -5px;
    transition: .4s;
}
.choose-the-city .flex-box .box {
    width: calc(20% - 10px);
    height: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #D8D8D8;
    margin: 5px;
    transition: .3s;
}
.choose-the-city .flex-box .box h4 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    color: #242424;
    margin: 0;
}
.choose-the-city .flex-box .box .line {
    background: #FF6600;
    height: 1.5px;
    width: 50px;
    margin-top: 8px;    
    margin-bottom: 22px;
}
.choose-the-city .flex-box .box .mail {
    width: calc(100% - 60px);
    max-width: 240px;
    border-radius: 3px;
    margin: 0 auto;
    min-height: 55px;
    border: 1px solid #C1C1C1;
    color: #434343;
    color: #555;
    font-family: Roboto;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.choose-the-city .flex-box .box .mail img {
    margin-left: 3px;
    width: auto;
}
.choose-the-city .flex-box .box .location {
    margin-top: 30px;
    color: #B6B6B6;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}
.choose-the-city .flex-box .box .location i {
    margin-left: 3px;
}
/* end choose-the-city */

/* different-size */
.different-size {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #FAFAFA;
}
.different-size .flex-box .box-txt .wrap {
    color: #ADADAD;
    font-weight: 300;
    line-height: 24px;
}
.different-size .flex-box .box-txt .wrap h4 {
   /*  color: #555; */
    font-weight: 500;
}
.different-size  .title-black {
    padding-bottom: 40px;
    text-align: center;
    padding-top: 0;
}
.home .different-size {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FAFAFA;
}
.different-size .flex-box {
    display: flex;
    flex-wrap: wrap;
}
.different-size .flex-box .item:not(:last-child) {
    margin-bottom: 60px;
}
.different-size .flex-box .item {
    display: flex;
    align-items: center;
    width: 100%;
}

.different-size .flex-box .box img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.different-size .blue-color-link {
    font-weight: 500;
    color: #0097DD;
}
.different-size .blue-color-link:hover {
    color: #FF7500;
}
.different-size .flex-box .box {
    width: 50%;
    height: 100%;
}
.different-size .flex-box .box h2 {
    padding-top: 0;
}
.different-size .flex-box .box h2 span {
    color: #D8D8D8;
}
.different-size .flex-box .box.box-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 3px;
}
.different-size .flex-box .box-txt {
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 70px 45px;
    margin: 60px -60px;
    background: #fff;
    height: auto;
    width: calc(50% + 60px);
    position: relative;
}
/* .different-size .flex-box .item:nth-child(2n) .box-txt {
    left: 60px;
}
.different-size .flex-box .item:nth-child(2n+1) .box-txt {
    right: 60px;
} */
.different-size .box-txt ul,
.different-size-new .box-txt ul {
    padding-left: 50px;
}
.different-size .flex-box .box-txt .description {
    color: #ADADAD;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.different-size .flex-box .box-txt .description a {
    font-weight: 500;
    color: #ADADAD;
}
.different-size .flex-box .box-txt .description span {
    color: #0097DD;
    font-weight: 500;
}
.different-size .flex-box .item:nth-child(even){
    flex-direction: row-reverse;
}
.different-size.row-reverse-item .flex-box .item:nth-child(odd) {
    flex-direction: row-reverse;
}
.different-size.row-reverse-item .flex-box .item:nth-child(even) {
    flex-direction: inherit;
}
.different-size.row-reverse-item .flex-box .item:last-child {
    margin-bottom: 0;
}
.different-size .flex-box .item:last-child .box-txt {
    /* margin: 60px -60px 60px 0; */
    position: relative;
}
.different-size .flex-icon {
    display: flex;
}
.different-size .flex-icon .box-icon {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.different-size .flex-icon .box-icon i {
    color: #0097DD;
}
.different-size .flex-icon  .line {
    width: 1px;
    height: 90px;
    background: #c1c1c1;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 40px;
}
.multi-site .different-size-new {
    margin-top: 0;
    /* padding-top: 100px; */
    background: #fff;
}
.different-size .flex-icon .box-icon p,
.different-size-new .flex-icon .box-icon p {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    color: #555;
}
.different-size-new .flex-icon .box-icon p {
    color: #fff;
}
.different-size .flex-icon .box-icon p img,
.different-size-new .flex-icon .box-icon p img {
    max-width: 14px;
    object-fit: contain;
}
.different-size .flex-icon .box-icon span,
.different-size-new .flex-icon .box-icon span {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border: 1.5px solid #0097DD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.different-size .box-list.check,
.different-size-new .box-list.check,
.paralax .box-list.check,
.paralax .box-list.circle  {
    margin-bottom: 30px;
}
.different-size .box-list.circle .list,
.different-size .box-list.check .list,
.different-size-new .box-list.circle .list,
.different-size-new .box-list.check .list,
.paralax .box-list.check .list,
.paralax .box-list.circle .list {
    column-count: 2;
}
.different-size-new .list a {
    color: #fff;
}
.different-size-new .list a:hover {
    color: #FF6600;
}
.different-size .box-list.circle h4,
.different-size .box-list.check h4,
.different-size-new .box-list.circle h4,
.different-size-new .box-list.check h4,
.paralax .box-list.check h4,
.paralax .box-list.circle h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto;
    color: #434343;
    color: #555;
    margin-top: 0;
    margin-bottom: 15px;
}
.different-size-new .box-list.circle h4,
.different-size-new .box-list.check h4 {
    color: #fff;
}
.different-size .box-list.circle p,
.different-size .box-list.check p,
.different-size-new .box-list.circle p,
.different-size-new .box-list.check p,
.paralax .box-list.check p,
.paralax .box-list.circle p {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    color: #656565;
}
.different-size-new .box-list.circle p,
.different-size-new .box-list.check p {
    color: #fff;
}
.different-size-new .box-list.circle a,
.different-size-new .box-list.check a {
    color: #fff;
}
.different-size-new .box-list.circle a:hover,
.different-size-new .box-list.check a:hover {
    color: #FF7500;
}
.different-size .box-list.circle p:before,
.different-size .box-list.check p:before,
.different-size-new .box-list.check p:before,
.different-size-new .box-list.circle p:before,
.paralax .box-list.circle p:before {
    display: flex;
    flex-shrink: 0;
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #c1c1c1;
    top: 4px;
    margin-right: 7px;
}
.different-size .box-list.check p:before,
.paralax .box-list.circle p:before,
.different-size-new .box-list.check p:before {
    border: none !important;
    border-radius: 0;
    width: 16px;
    height: 14px;
    background: url(/wp-content/themes/Bizcor2018/images/check.svg) no-repeat !important;
    background-size: contain;
}
.paralax .box-list.check p:before {
    top: 7px;
    background: url(/wp-content/themes/Bizcor2018/images/check-white.svg) no-repeat !important;
}
.paralax .box-list.circle p:before {
    background: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 8px;

}

/* end different-size */

/* Different Size New */
.different-size-new {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
}
.different-size-new li {
    color: #fff;
    margin-bottom: 10px;
}
.different-size-new .item:nth-child(even) .wrap {
    margin-left:50%;
}
.different-size-new .item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px;
}

.different-size-new .title-black {
    padding-top: 0;
    color: #fff;
    font-family: Gothic;
    font-size: 28px;
    margin-bottom: 0;
}
.different-size-new .sub-title-black:before {
    display: block;
    content: '';
    position: absolute;
    top: calc(100% - -10px);
    left: 0;
    background: #FF6600;
    width: 50px;
    height: 1px;
    z-index: 22;
}
.different-size-new .circle {
    color: #fff;
}
.different-size-new .item .box.box-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
}

.different-size-new .item .box.box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75;
}
.different-size-new .item .box.box-txt {
    position: relative;
    padding: 120px;
    display: inline-block;
    width: 100%;
}

.different-size-new .sub-title-black {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 45px;
    position: relative;
}
.different-size-new .wrap {
    width: 50%;
}
.different-size-new .wrap p,
.different-size-new .wrap h4 {
    color: #fff;
}
.different-size-new .description {
    font: 400 14px/24px Montserrat;
    color: rgba(255, 255, 255, .85);
}

.different-size-new .flex-icon {
    display: flex;
}
.different-size-new .flex-icon .box-icon {
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.different-size-new .flex-icon .box-icon i {
    color: #FF6600;
}
.different-size-new .flex-icon  .line {
    width: 1px;
    height: 90px;
    background: #c1c1c1;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 40px;
}
.different-size-new .flex-icon .box-icon p {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    color: #434343;
    color: #fff;
    font-weight: 700;
}
.different-size-new .description a {
    color: #FF6600;
}
.different-size-new .flex-icon .box-icon p img {
    max-width: 14px;
    object-fit: contain;
}
.different-size-new .flex-icon .box-icon span {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border: 2px solid #FF6600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}



/* End Different Size New */

/* explore-property-management */
.explore-property-management {
    position: relative;
    padding: 200px 50px;
    width: 100%;
    background: #0097DD;
}
.explore-property-management .img {
    background-size: cover !important;
    background-attachment: fixed !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2;
}
.explore-property-management h3 {
    color: #fff;
    font-family:Gothic;
    font-size: 24px;
    margin-bottom: 15px;
}
/* end explore-property-management */


/* small-icon-section */
.home .small-icon-section {
    padding-top: 115px;
    padding-bottom: 115px;
}
.small-icon-section,
.page-template-multi-home .small-icon-section {
	padding-top: 115px;
	padding-bottom: 115px;
    position: relative;
   /*  background: url(/wp-content/uploads/sites/2/2019/05/AdobeStock_194735616.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: #fff;
    background-image: none !important;
}
.small-icon-section.no-parelax {
    background: transparent;
}
/* .small-icon-section:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
} */
.small-icon-section .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
    margin: 0 -5px;
}
.small-icon-section .box {
	width: calc(25% - 10px);
	/* background: #fff; */
	margin: 0 5px;
	text-align: center;
	border-radius: 3px;
    /* border: 1px solid #D8D8D8; */
}
.small-icon-section .box:not(:first-child) {
    border-left: 1px solid #D8D8D8;
}
.small-icon-section .box a {
	padding: 35px 25px 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.small-icon-section .box img {
	max-width: 40px;
}
.small-icon-section .box .wrap-img {
	width: 75px;
	height: 75px;
	background: #FF6600;
	border-radius: 50%;
	margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    display: none;
}
.small-icon-section .box a:hover .wrap-img  {
    background: #0097DD; 
}
.small-icon-section .box h3 {
	font-family: Gothic;
	font-weight: 500;
	color: #434343;
    color: #555;
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}
.small-icon-section .box .link {
	margin-top:20px;
	display: table;
	color: #fff;
	border: 1px solid #FF6600;
	border-radius: 3px;
	min-height: 55px;
	min-width: 225px;
	max-width: 225px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	transition: .4s;
	margin-left: auto;
	margin-right: auto;
    background: #FF6600;
    border-radius: 3px; 
}
.small-icon-section .box p {
	/* color: #9E9E9E; */
    color: #ADADAD;
	line-height: 24px;
	font-family: Montserrat;
	font-size: 14px;
	text-align: center;
    min-height: 72px;
}
.small-icon-section .box a:hover .link {
	background: #0097DD;
	color: #fff;
	border-color: #0097DD;
}
/* end small-icon-section */

/* Quality Property Management Links */
.quality-property-links {
	padding-left: 13%;
	padding-right: 13%;
	background: #FAFAFA;
}

.quality-property-links a {
	background: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 3px; 
	width: 100%;
	margin-bottom: 15px;
	display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
    transition: .4s;
    position: relative;
}
.quality-property-links h4 {
	/* color: #434343; */
	color: #555;
    font-weight: 500;
	font-family: Roboto;
	font-size: 18px;
}
.quality-property-links p {
	/* color: #9E9E9E; */
    color: #ADADAD;
	font-family: Montserrat;
	font-weight: 400;
	margin-bottom: 0;
    padding-right: 20px;
}
.quality-property-links a img {
	margin-right: 7px;
    width: auto;
    display: inline-block;
}
.quality-property-links a .arrow {
	position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}
.quality-property-links .flex-box {
	column-count: 2;
	margin-top: 30px;
	padding-bottom: 30px;
}
.quality-property-links a:hover {
	background: #fafafa;
}


/* featured-articles */
.featured-articles {
	padding-left: 13%;
	padding-right: 13%;
	padding-bottom: 100px;
	background: #FAFAFA;
}
.featured-articles .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -5px;
}
.featured-articles .flex-box .box {
	width: calc(20% - 10px);
	margin: 0 5px;
    background: #000;
    border-radius: 3px;
}
.featured-articles .flex-box .box a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.featured-articles .flex-box .box img {
	width: 100%;
	height: 38vh;
	object-fit: cover;
	border-radius: 3px;
    transition: .4s;
}
.featured-articles .flex-box .box:hover img {
    opacity: .7;
}
.featured-articles .flex-box .box p {
	position: absolute;
	bottom: 0;
    z-index: 2;
    padding: 15px;
    margin: 0;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
    background: linear-gradient(transparent, #333);
    border-radius: 0 0 3px 3px;
    width: 100%;
}

/* end featured-articles */

/*start paralax section*/
.paralax {
    background-image: url('/wp-content/themes/Bizcor2018/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.paralax h4 {
    font-weight: 500;
    font-size: 20px;
    font-family: Roboto;
    margin: 0 0 20px;
}
.paralax >.paralaxRight-box {
    background-position: right;
}
.paralaxRight-box .paralax-text a {
	color: #FFA400;
}
.paralaxRight-box .paralax-text a:hover {
	color: #434343;
}
.paralax >.paralaxLeft-box {
    background-position: left;
}
.paralax .paralaxRight-box,
.paralax .paralaxLeft-box {
    padding: 125px;
    display: flex;
}
.paralax .paralaxRight-box {
    justify-content: flex-end;
    background: linear-gradient(to right, rgba(0, 82, 120, 0.8), rgba(0, 151, 221, 1) 50%);
}
.paralax .paralaxLeft-box {
    justify-content: flex-start;
    background: linear-gradient(to left, rgba(0, 82, 120, 0.8), rgba(0, 151, 221, 1)50%);
}

.paralax .paralax-text {
    width: 50%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}
.paralax .paralax-text p:not(:last-child) {
    margin-bottom: 40px;
}
.paralax .paralax-text h2{
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.paralax .paralax-text.one-title p {
    margin-bottom: 15px;
    font-weight: 400;
}
.paralax .paralax-text a.contact-us {
    border: 2px solid #fff;
    border-radius: 3px;
    min-width: 190px;
    height: 55px;
    margin: 15px 10px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .4s;
}
.paralax .paralax-text a.contact-us:hover {
    background: #FF7500;
    border-color: #FF7500;
}
/*end paralax section*/

/*end category section*/
.houseCategories {
    padding-top: 75px;
    padding-bottom: 75px;
}

.houseCategories .title-black {
    padding: 0 5px;
    margin-bottom: 20px;
}

.houseCategories .categories {
    display: flex;
}

.houseCategories a.category {
    width: calc(25% - 10px);
    height: 280px;
    margin: 0 5px;
    position: relative;
    background-color: #000;
    transition: .3s;
    overflow: hidden;
    border-radius: 3px;
}
.houseCategories a.category:hover img {
    opacity: 0.7;
}
.houseCategories a.category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.houseCategories a.category > div {
    background: linear-gradient(transparent, #333);
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.houseCategories a.category h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #FFFFFF;
}
/*end caregory section*/

/*end proposition section*/
.proposition {
    padding-top: 85px;
    padding-bottom: 85px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.proposition .proposition-text {
    /* width: 60%; */
    width: calc(100% - 480px);
    margin: 27px 0;
   /*  color: #9E9E9E; */
    color: #ADADAD;
    display: inline-block;
}
.proposition .proposition-text ul {
    column-count: 2;
    list-style: none;
    color: #656565;
    margin-bottom: 40px;
}
.proposition .proposition-text ul li {
    padding: 0 25px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 15px;
}
.proposition .proposition-text ul li:before {
    content: '';
    width: 15px;
    height: 10px;
    background-image: url('/wp-content/themes/Bizcor2018/images/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 5px;
}
.proposition .proposition-text p {
    line-height: 1.7;
    padding-right: 10px;
}
.proposition .proposition-text p:not(:last-child) {
    margin-bottom: 40px;
}
.proposition .proposition-text h2 {
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 28px;
    font-family: 'Roboto';
    /* color: #434343; */
    color: #555;
}
.proposition .proposition-img {
    width: 380px;
    margin-top: 100px;
}
.proposition .proposition-img img {
    height: 100%;
    max-height: 520px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}
/*end proposition section*/

/*----------------media-----------------------*/
@media (min-width: 1200px) {
    .paralax {
        background-attachment: fixed;
    }
}
@media (max-width: 1470px) {
    .paralax .paralaxRight-box,
    .paralax .paralaxLeft-box {
        padding: 70px;
    }
    .paralax .paralax-text h2 {
        font-size: 24px;
        line-height: 1.333;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .paralax {
        background-position: center !important;
        background-size: cover !important;
    }
    .bottom-logos.content-section .flex-wrap img {
        padding: 0 10px;
    }
    .paralax .paralaxRight-box,
    .paralax .paralaxLeft-box {
        padding: 70px;
    }
    .paralax .paralax-text {
        width: 100%;
    }
    .proposition {
        flex-wrap: wrap;
    }
    .proposition .proposition-text,
    .proposition .proposition-img {
        width: 100%!important;
    }
    .proposition .proposition-img {
        margin-top: 0;
    }
    .paralax .paralaxLeft-box,
    .paralax .paralaxRight-box {
        background: linear-gradient(to bottom, rgba(0, 82, 120, 0.8), rgba(0, 151, 221, 1)100%);
    }
}
@media (max-width: 991px) {
    .paralax .paralax-text p:not(:last-child) {
        margin-bottom: 20px;
    }
    .bottom-logos.content-section .flex-wrap img {
        max-width: 20%;
    }
    .bottom-logos.content-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .different-size .flex-box .box-txt .description {
        margin-top: 30px;
    }
    .proposition .proposition-text p:not(:last-child) {
        margin-bottom: 25px;
    }
    .proposition .proposition-text h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .datapiker-wrap {
        width: calc(100% - 40px);
    }
}
@media (max-width: 767px) {
    .bottom-logos.content-section .flex-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .paralax .paralaxRight-box,
    .paralax .paralaxLeft-box {
        padding: 40px 25px;
    }
    .different-size .flex-box .box-txt h2 {
        text-align: center;
    }
    .datapiker-wrap .flex-box {
        flex-wrap: wrap;
    }
    .datapiker-wrap .flex-box input {
        width: 50%;
    }
    .datapiker-wrap .btn-orange {
        width: 100%;
        border-top: 5px solid rgba(255,255,255, .7);
    }
    /*.proposition .proposition-img {*/
        /*max-height: 400px;*/
        /*display: inline-block;*/
    /*}*/

}
@media (max-width: 575px) {
    .paralax .contact-us {
        display: table;
        text-align: center;
        margin: 15px auto 0;
        line-height: 55px;
    }
}
/* End  Quality Property Management Links */
/*Faq section*/
.custom-faq .top-banner {
    height: 400px;
    overflow: hidden;
}

.custom-faq .top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-faq .top-banner h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 500;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.faq-section {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 1199px) {
    .faq-section {
        margin: 40px 0;
    }
    .hover-menu .flex-box .box.about-us,.hover-menu .flex-box .box.vacasa{display:block}
}

.faq-section__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.faq-section__item {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    transition: all 200ms ease;
}

.faq-section__item:last-child {
    margin-bottom: 0;
}

.faq-section__item:hover,
.faq-section__item.active {
    color: #fff;
    background-color: #0097dd;
}

.faq-section__item.active .faq-section__question,
.faq-section__item:hover .faq-section__question {
    color: #fff;
}

.faq-section__item.active .faq-section__question::before,
.faq-section__item.active .faq-section__question::after,
.faq-section__item:hover .faq-section__question::before,
.faq-section__item:hover .faq-section__question::after {
    background-color: #fff;
}

.faq-section__item.active .faq-section__question::after {
    transform: rotate(90deg) translateY(-50%);
    transform-origin: 0px 2px;
    opacity: 0;
}

.faq-section__question {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #444;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
}

@media(max-width: 768px) {
    .faq-section__question {
        font-size: 18px;
    }
}

.faq-section__question::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    background-color: #444;
    border-radius: 5px;
    transition: all 200ms ease;
}

.faq-section__question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: #444;
    border-radius: 5px;
    transition: all 200ms ease;
}

.faq-section__btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 60px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    cursor: pointer;
    z-index: 1;
}

@media(max-width: 768px) {
    .faq-section__btn {
        padding-left: 20px;
    }
}

.faq-section__answer {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #9e9e9e;
    background-color: #fff;
}

@media(max-width: 768px) {
    .faq-section__answer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.faq-section__text {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.faq-section__text ul,
.faq-section__text ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.faq-section__text ul {
    list-style-type: disc;
}

.faq-section__text > *:first-child {
    margin-top: 0;
}

.faq-section__text > *:last-child {
    margin-bottom: 0;
}

/* animation loader */

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
    background: #fff;
    height: 24px;
    width: 24px;
    top: 12px;
    left: -12px;
      -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #fff;
      width: 50px;
      height: 50px;
      left: -25px;
      top: 0px;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
            animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      border-color: #fff transparent #fff transparent;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
.paralax .paralax-text.one-title p {
    color: #fff;
}
.units-area .input-group {
    padding-left: 15px;
}
.units-area .c-select-list.input-sm select {
    margin-left: 0 !important;
}
.form-checkout-wrapper {
    margin-top: 20px;
}
input.map-auto-refresh-checkbox {
    height: 17px;
    width: 17px;
    margin-top: 0;
    align-content: center;
}
.map-auto-refresh label {
    display: flex;
    max-width: 100%;
    font-weight: 700;
    align-items: center;
    margin: 0;
}

.map-search .map-refresh-controls {
    position: absolute;
    top: 10px;
    left: 137px;
    background-color: #fff;
    padding: 8px 5px;
    display:block!important;
}
/*streamshare about-us*/
.streamshare-about-us {
    margin: 60px auto 50px;
    padding: 0 15px;
    position: relative;
    width: 83%;
}
.about-top-txt {
    margin-bottom: 30px;
}
.streamshare-about-us p {
    font-size: 20px;
    font-weight: 200;
}
.about-image img {
    width: 300px;
    height: 300px;
}
.about-sm img {
    width: 128px;
    height: 84px;
    flex-shrink: 0;
}
.about-wrapper {
    display: flex;
    width: 100%;
    gap: 25px;
}
.about-image {
    min-width: 300px;
}
.about-txt h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
.about-txt > p {
    margin-bottom: 20px;
}
.about-sm {
    display: flex;
    gap: 24px;
}
.streamhare-units-area .mobile-search {
    display: none!important;
}
.streamhare-units-area .top_search_widget {
    display: block;
}
@media all and (max-width: 991px) {
    .about-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-sm {
        display: block;
    }
    .about-sm img {
        float: left;
    }
}
.streamhare-units-area .carousel-inner {
    height: 280px
}

@media all and (min-width: 992px) {
    .streamhare-units-area .listing {
        width: 33%;
    }
}

/*custom multisite homepages*/
.custom-home p {
    font-size: 17px;
}
.custom-home section {
    padding-top: 60px;
}
.custom-home section.last {
    padding-bottom: 60px;
}
.custom-home .under-title {
    color: #fff;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 24px;
}
.custom-home .home-search {
    max-width: 1170px;
}
.custom-home .sec-title {
    font-weight: 700;
}
.custom-home .sec-title,.custom-home .loc-owned p {
    margin-bottom: 15px;
}
.custom-home .loc-owned img {
    float: left;
    height: 280px;
    width: auto;
    margin-right: 25px;
    margin-bottom: 25px;
}
.custom-home .boxes-area {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.custom-home .fl-box {
    flex: 1;
    flex-basis: calc(33% - 30px);
}
.custom-home .fl-box img {
    border-radius: 5px;
    margin-bottom: 10px;
    height: 280px;
    width: 100%;
}
.custom-home .fl-box h3 {
    font-weight: 600;
    font-size: 15px;
    color: #808080;
}
.featured-units .c-property__details-item--icon {
    text-align: left;
}
.custom-home  .loc-questions {
    padding-right:  15px;
    padding-left:  15px;
}
.custom-home  .loc-questions il {
    padding-left:30px
}
.custom-home .qs-nr {
    font-weight: 700;
    font-size: 18px;
}
.custom-home .qs-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.custom-home .list-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.custom-home .list-wrapper > div {
    flex: 1;
}
.custom-home .list-wrapper img {
    width: 100%;
    height: 100%;
}
.custom-home .perf-info {
    margin-top: 15px;
}
/*widget*/
.custom-home .c-search-widget__fields {
    display: flex;
    align-items: center;
}
.custom-home .c-search-widget__fields .c-search-widget__item {flex: 1;padding: 0;}
.custom-home .c-search-widget__fields .form-control,
.custom-home div.c-search-widget__fields #search_start_date,
.custom-home div.c-search-widget__fields #search_end_date{
    border: none;
    outline: none;
    box-shadow: none;
    color:#85787d;
    font-weight:700;
}
.custom-home .home-search form .resortpro-search-submit-button-block button.cst-home-src {
    background: #fe6b0f;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    font-weight: 600;
    width: 60%;
}

.custom-home .home-search .form-group select,
.custom-home  form input::-webkit-input-placeholder {
    color:#85787d!important;
    font-weight:700;
}
.custom-home .c-input-group i {
    display: none;
}
.home-search form .row {
    border: 6px solid #abd6f2;
}
.custom-home .resortpro-search-area-block .form-control:after,
.custom-home .resortpro-search-guests-adults-block .form-control:after{
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-size: 100%;
    background: url(/wp-content/themes/Bizcor2018/images/arrow-down-angle.svg) no-repeat;
    position: absolute;
    right: 13px;
    top: 21px;
    z-index: 3;
    color: #85787d;
    background-size: contain;
}
.custom-home {
    padding-bottom: 60px;
    text-align: justify;
}
.cs-location a {
    color: gray;
    font-size: 24px;
    font-weight: 500;
}
.cs-loc-wrapper .cs-box {
    flex-basis: calc(25% - 15px);
    border: 1px solid #D8D8D8;
    padding: 20px;
    background: #fff;
}
.cs-loc-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cs-loc-wrapper .cs-box:hover {
    background: #fafafa;
    box-shadow: 0 0 7px #ccc;
}
.vid-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.vid-box {
    width: calc(33% - 15px);
    flex-grow: 1;
    position: relative;
}

.vid-box video {
    width: 100%;
}
.vid-box iframe {
    height: 100%;
    position: absolute;
    top: -3px;
 }
/*custom buttons and tools*/
.csgo-cst-lnk01 {
    color: #fff;
    background: #ff7903;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}
.csgo-cst-lnk01:hover {
    color: #fff;
}
/*custom buttons and tools*/
@media all and (max-width: 1199px) {
    .vid-wrapper {
        flex-wrap: wrap;
    }
    .video-wrapper {
        /*min-height: auto!important;*/
    }
}
@media all and (max-width:991px) {
    .custom-home .top-banner > img {
        min-height: 650px;
    }
}
@media all and (max-width: 767px) {
    .custom-home div.top-banner > img {
        min-height: 880px;
    }
    .home-badge h2 {
        font-size:21px
    }
    .vid-box {
        width: calc(50% - 15px);
        height: 210px;
    }
}
@media all and (max-width:550px) {
    .custom-home .loc-owned img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        text-align: left;
    }
    .custom-home .sec-title{text-align: left;}
    h2.sec-title {
        text-align: left;
    }
}
@media all and (max-width:425px) {
    .custom-home .loc-owned img {
        height:auto;
    }
    .custom-home .sec-title{text-align: left;}
    h2.sec-title {
        text-align: left;
    }}
@media all and (max-width: 767px) {
    .center {
        flex-wrap:wrap;
    }
}
/*widget*/
@media all and (min-width: 768px) {
    .custom-home .c-search-widget__fields .c-search-widget__item:nth-child(-n+4) {
        flex-basis: 25%;
    }
    .custom-home .c-search-widget__fields .c-search-widget__item:last-child {
        flex-basis: 12%;
    }
    .custom-home .c-search-widget__fields .c-search-widget__item:not(:last-child):after{
        content: " ";
        display: block;
        width: 1px;
        height: 41px;
        background: #aea8a0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
}
@media all and (max-width: 767px) {
    .custom-home section > div.row {
        padding: 0 15px;
    }
    .custom-home .fl-box {
        flex-basis: 100%;
    }
    .custom-home .list-wrapper > div {
        flex-basis: 100%;
    }
    .custom-home .c-search-widget__fields {
        flex-wrap: wrap;
    }
    .custom-home .c-search-widget__fields .c-search-widget__item:not(:last-child) {
        flex-basis: 100%;
        border-bottom: 1px solid #aea8a0;
    }
    .cs-loc-wrapper .cs-box {
        flex-basis: 100%;
    }
    .cs-loc-wrapper .cs-box {
        flex-basis: calc(50% - 15px);
    }
    .cs-location a {
        font-size: 20px;
    }
    .custom-home .home-search form .resortpro-search-submit-button-block button.cst-home-src {
        margin: 15px;
    }
}
@media all and (min-width:768px) and (max-width: 992px) {
    .cs-loc-wrapper .cs-box {
        flex-basis: calc(33% - 15px);
    }
}

@media all and (min-width:425px) and (max-width: 767px) {
    .custom-home .fl-box {
        flex-basis: calc(50% - 30px);
    }
    .custom-home .list-wrapper > div {
        flex-basis: calc(50% - 30px);
    }
}
@media all and (max-width: 425px) {
    .custom-home .loc-owned img {
        width: 100%;
        margin-bottom: 10px;
    }
    .cs-location a {
        font-size: 15px;
    }
}
.custom-home .browse_area_res .flex-box .box {
    position: relative;
    border-radius: 3px;
    background: #000;
    width: calc(33% - 20px);
    margin: 10px
}

.custom-home .browse_area_res .flex-box .box a {
    display: block;
    position: relative;
    overflow: hidden
}

.custom-home .browse_area_res .flex-box .box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,102,0,.8);
    transform: skewY(7deg) translateY(80%);
    transition: .3s;
    z-index: 1;
    display: inline-block
}

.custom-home .browse_area_res .flex-box .box a:hover:before {
    transform: none
}

.custom-home .browse_area_res .flex-box .box a .hover-box {
    transition: .3s;
    position: absolute;
    width: calc(100% - 30px);
    top: -15px
}

.custom-home .browse_area_res .flex-box .box a:hover .hover-box {
    top: -80px
}

.custom-home .browse_area_res .flex-box {
    display: flex;
    flex-wrap: wrap
}

.custom-home .browse_area_res .line {
    width: 50px;
    height: 2px;
    background: #F60;
    margin-bottom: 10px
}

.custom-home .browse_area_res .flex-box .box a > img {
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    transition: .4s;
    height: 370px;
    width: 100%
}

.custom-home .browse_area_res .flex-box .box i {
    margin-right: 5px;
    position: absolute;
    left: -3px;
    font-size: 13px;
    top: 3px;
    color: #fff
}

.custom-home .browse_area_res .flex-box .box .item {
    border-radius: 0 0 3px 3px;
    transition: .4s;
    width: 100%;
    position: absolute;
    bottom: 0;
    border: none;
    z-index: 2;
    padding: 18px 15px
}

.custom-home .browse_area_res .flex-box .box .item p {
    margin-bottom: 0;
    position: relative;
    transition: .4s;
    padding-left: 0
}

.custom-home .browse_area_res .flex-box .box .item p.hover-txt {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 13px;
    margin-top: 25px;
    position: absolute;
    text-align: center;
    bottom: -72px;
    transition: .3s
}

.custom-home .browse_area_res .flex-box .box .item p.hover-txt:hover {
    background: #0097DD
}

.custom-home .browse_area_res .flex-box .box .item p {
    font-family: Gothic;
    color: #fff
}

.custom-home .browse_area_res .flex-box .box .item p.location {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
    min-height: 17px
}
.custom-home .browse_area_res .titles {
    padding: 0 15px;
}
.custom-home .browse_area_res .flex-box-top,.sep {
    margin-bottom: 15px
}
@media all and (max-width: 991px) {
    .custom-home .browse_area_res .flex-box .box {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 580px) {
    .custom-home .browse_area_res .flex-box .box {
        width: calc(100% - 20px);
    }
}
