.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}

.bg-headeing-wrap {
    background: rgba(0, 0, 0, 0.24) !important;
}
.font-bold-headeing-wrap {
    font-weight: 700 !important;
}
.explore-slider{
    background: #0A3255;
    padding: 100px;
    position: relative;
    width: 100%;
}

.main-box {
    min-height: 550px;
    position: relative;
    padding: 20px;
    transition: .5s;
}

.explore-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-dots.disabled {
    display: none ;
}

.explore-slider .owl-theme .owl-dots .owl-dot {
    display: none;
}

.explore-slider .owl-nav.disabled {
    display: block;
}

.explore-slider button.owl-prev {
    font-size: 52px !important;
    color: #fff !important;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -60px;
    top: 40%;
}

.explore-slider button.owl-next {
    font-size: 52px !important;
    color: #fff !important;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -60px;
    top: 40%;
}

.explore-slider h2 {
    font-size: 42px;
    letter-spacing: 1.25px;
    color: #fff;
    opacity: 1;
    margin: 0 0 50px;
    font-weight: 500;
    text-align: center;
}

.text-descr {
    position: absolute;
    bottom: 20px;
}

.text-descr h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.text-descr p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 0px 15px;
    max-width: 300px;
}

.text-descr a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline !important;
}


.main-box:hover .hover-con {
    display: block;
    transition: .5s;
}

.bottom-btn {
    margin-top: 60px;
    text-align: center;
}

.bottom-btn a {
    background: #FCB443;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 40px;
    transition: .5s;
}

.find-your-home {
    background: #fff;
    padding: 100px 0px;
    text-align: center;
}

.find-home-heading h2{
    font-size: 42px;
    letter-spacing: 1.25px;
    color: #0a3255;
    opacity: 1;
    margin: 0 0 40px;
    font-weight: 500;
    text-align: center;
}

.find-home-heading p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    min-height: 48px;
    letter-spacing: 1px;
    max-width: 750px;
    margin: 0 auto 40px auto;
}

.find-home-heading a {
    background: #3FA89F;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 40px;
}

.site-coming-soon-main-wrap {
    padding: 51.65px 100px 45.35px 100px;
}


.site-coming-soon-main-wrap .site-coming-soon-inner-wrap .site-coming-soon-first .site-coming-soon-inner-title {
    text-transform: none;
    letter-spacing: 0px;
}

.site-coming-soon-main-wrap .site-coming-soon-inner-wrap .site-coming-soon-first .site-coming-soon-inner-description {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 28px;
    font-weight: 500;
    max-width: 400px;
}

.site-coming-soon-main-wrap .site-coming-soon-inner-wrap .site-coming-soon-second .site-coming-soon-second-form .col button {
    background: #0a3255;
    border: 2px solid #0a3255;
    font-size: 16px;
    letter-spacing: 0px;
}

.site-coming-soon-main-wrap input[type=radio]:checked {
    accent-color: #0a3255 !important;
}

section.testimonial {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* padding: 100px 0px 0px; */
    padding: 0;
    text-align: center;
    background-position: center !important;
    width: 100%;
    background: #0A3255;
    /*background-color: rgb(0 0 0 / 35%);
    background-blend-mode: multiply;*/
}

.testimonial-slider {
    /* padding: 100px 0px 20px 0px; */
    padding: 0;
}
.testimonial-slider .owl-stage-outer .item {
    /*padding: 280px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    min-height: 507px;*/
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 507px;
}
.testimonial-heading h2 {
    font-size: 42px;
    letter-spacing: 1.25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.testimonial-review i {
    color: #ffffff;
}

.testimonial-review-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 100px;
}

p.small {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
}

section.testimonial button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    color: #ffffff !important;
    font-size: 42px !important;
}

button.owl-prev:hover {
    background: transparent !important;
}

section.testimonial button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    color: #ffffff !important;
    font-size: 42px !important;
}

 button.owl-next:hover {
    background: transparent !important;
}

section.testimonial .owl-dots {
    padding-top: 0;
    position: relative;
    top: -60px;
}

section.testimonial .owl-theme .owl-dots .owl-dot span {
    background: #ababab;
}

section.testimonial .owl-theme .owl-dots .owl-dot.active span{
    background: #ffffff !important;
}

section.testimonial .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

section.testimonial .owl-carousel .owl-dots.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}

section.land-lease {
    padding: 100px;
    background: #0A3255;
}

section.land-lease .container {
    max-width: 1600px;
}

.land-text h2 {
    font-size: 42px;
    letter-spacing: 1.25px;
    color: #fff;
    opacity: 1;
    margin: 0 0 40px;
    font-weight: 500;
}

.land-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.land-text a {
    background: #FCB443;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 40px;
    transition: .5s;
}

.site-blog-post-list-main-wrap .site-blog-post-list-inner .site-blog-post-list-item .site-blog-post-list-item-inner .site-blog-post-list-item-caption-title {
    font-size: 32px;
    letter-spacing: 1.25px;
    color: #0a3255;
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.site-blog-post-list-main-wrap .site-blog-post-list-inner .site-blog-post-list-item .site-blog-post-list-item-inner .site-blog-post-list-item-caption {
    color: #0a3255;
    font-weight: 500;
}

a.btn-find-community-retirement {
    background: #FCB443 !important;
    border: 2px solid #FCB443 !important;
}

a.btn-find-community-family {
    background: #f0493a !important;
    border: 2px solid #f0493a !important;
}

.site-blog-post-list-main-wrap .site-blog-post-list-inner .site-blog-post-list-item .site-blog-post-list-item-inner a:hover {
    color: #000 !important;
}

.site-new-home-explore-slider .main-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.site-new-home-page-banner-wrap .site-main-banner-caption-wrap .site-main-banner-caption {
    width: 50%;
}
.site-new-home-page-banner-wrap .site-main-banner-caption-wrap {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}
.site-new-home-page-banner-wrap .site-main-banner-caption-wrap .site-main-banner-caption {
    width: 66.66%;
}
.testimonial-review-slider.owl-theme .owl-nav {
    margin-top: 0px !important;
}

@media only screen and (min-width: 1925px) {
    .testimonial-slider .owl-stage-outer .item{padding: 350px 0;}
}

@media only screen and (max-width: 1920px) {
    .testimonial-slider .owl-stage-outer .item{padding: 250px 0;}
}

@media only screen and (max-width: 1660px) {
    .testimonial-slider .owl-stage-outer .item{padding: 200px 0;}
}

@media only screen and (max-width: 1660px) {
    .testimonial-slider .owl-stage-outer .item{padding: 220px 0;}
}

@media only screen and (max-width: 1366px) {
    .testimonial-slider .owl-stage-outer .item{padding: 150px 0;}
}

@media only screen and (max-width: 1199px) {
    .testimonial-slider .owl-stage-outer .item {
        padding: 150px 0;
    }
    .site-main-banner-slider-main-wrap .site-main-banner-caption-wrap .site-main-banner-caption {
        line-height: 1.2em;
    }

    /* .explore-slider button.owl-prev {
        left: 0;
    }

    .explore-slider button.owl-next {
        right: 0;
    } */

    .main-box {
        padding: 15px;
    }
    .site-parking-view-all-camping {
        padding: 50px 35px;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-slider .owl-stage-outer .item{
        padding: 70px 0;
        min-height: 440px;
    }
    .site-new-home-page-banner-wrap .site-main-banner-caption-wrap .site-main-banner-caption {
        width: 100%;
    }
    .testimonial-heading h2 {
        font-size: 32px;
        line-height: 42px;
    }
    section.testimonial {
        /* padding: 70px 0px 0px; */
        padding: 0;
    }
    .testimonial-slider {
        /* padding: 70px 0px 20px 0px; */
        padding: 0;
    }
    section.testimonial .owl-dots {
        padding-top: 70px;
    }

    .find-your-home {
        padding: 70px 0px;
        width: 100%;
    }
    .find-home-heading h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0px 0px 30px;
    }
    .find-home-heading a {
        padding: 10px 30px;
    }

    .explore-slider {
        padding: 70px;
    }
    .explore-slider h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0px 0px 30px;
    }
    section.land-lease {
        padding: 70px;
    }

    .land-text h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0px 0px 30px;
    }

    .land-text {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .site-new-home-page-banner-wrap .site-main-banner-caption-wrap .site-main-banner-caption {
        width: 100%;
    }
    .testimonial-slider .owl-stage-outer .item {
        padding: 60px 10px;
        background-position: bottom;
        background-size: contain;
    }
    .testimonial-slider .owl-stage-outer .item h2 {
        font-size: 18px;
    }
    .find-your-home {
        padding: 50px 0px;
    }
    .find-home-heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0px 0px 20px;
    }
    .find-home-heading p {
        font-size: 14px;
        max-width: 580px;
        margin: 0 auto 20px auto;
    }
    .find-home-heading a {
        font-size: 14px;
    }
    .explore-slider h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0px 0px 20px;
    }
    .bottom-btn {
        margin-top: 30px;
    }
    .explore-slider {
        padding: 50px;
    }
    .site-coming-soon-main-wrap {
        padding: 35px 20px;
    }
    .testimonial-heading h2 {
        font-size: 24px;
        line-height: 34px;
    }
    section.testimonial {
        /* padding: 50px 0px 0px; */
        padding: 0;
    }
    .testimonial-review-text p {
        font-size: 14px;
        line-height: 26px;
        margin: 20px 0;
    }
    section.testimonial button.owl-prev {
        left: 30px;
    }
    section.testimonial button.owl-next {
        right: 30px;
    }
    section.land-lease {
        padding: 50px;
    }
    .land-text h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 20px 0px 20px;
    }
    .land-text p {
        font-size: 14px;
    }
    section.land-lease .row {
        flex-direction: column-reverse;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text {
        font-size: 22px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 575px) {
     .site-new-home-page-banner-wrap .site-main-banner-caption-wrap .site-main-banner-caption {
        width: 100%;
    }
    .find-your-home {
        padding: 30px 0px;
    }
    .find-home-heading h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .find-home-heading p {
        max-width: 90%;
        margin: 0 auto 20px auto;
    }
    .explore-slider {
        padding: 30px;
    }
    .explore-slider h2{
        font-size: 24px;
        line-height: 34px;
    }
    .hover-con {
        display: block;
    }
    .text-descr h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .text-descr {
        margin: 0px 20px;
        left: 0px;
    }
    .explore-slider button.owl-prev {
        left: 0;
    }
    .explore-slider button.owl-next {
        right: 0;
    }
    .explore-slider button span {
/*        background-color: #0A3255;*/
        padding: 0px 15px;
        text-align: center;
    }
    .site-coming-soon-main-wrap .site-coming-soon-inner-wrap .site-coming-soon-first {
        text-align: center;
    }
    .testimonial-slider {
        /* padding: 90px 0px 40px 0px; */
        padding: 0;
    }
    section.testimonial {
        /* padding: 40px 20px 0px; */
        padding: 0;
    }
    .testimonial-slider .owl-stage-outer .item {
        height: auto;
        min-height: 570px;
        background-position: bottom;
        background-size: contain;
    }
    section.testimonial button.owl-prev {
        left: 0px;
    }
    section.testimonial button.owl-next {
        right: 0px;
    }
    section.testimonial .owl-dots {
        padding-top: 40px;
    }
    section.land-lease {
        padding: 30px 30px 50px 30px;
    }

    .land-text h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .site-blog-post-list-main-wrap {
        padding: 50px 20px;
    }

    .site-blog-post-list-main-wrap .site-blog-post-list-inner .site-blog-post-list-item .site-blog-post-list-item-inner .site-blog-post-list-item-caption-inner {
        padding: 0;
    }

    .site-blog-post-list-main-wrap .site-blog-post-list-inner .site-blog-post-list-item .site-blog-post-list-item-inner .site-blog-post-list-item-caption-title {
        font-size: 22px;
        margin: 0;
    }
    .site-blog-post-list-main-wrap {
        padding: 50px 20px 0;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text i {
        font-size: 22px;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text i {
        right: 10px;
    }
    .site-parking-view-all-camping {
        padding: 0 30px 30px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item .site-parking-resorts-list-title {
        margin-bottom: 15px;
    }
}
