:root { 
    --font-roboto: 'Roboto', sans-serif;
    --font-robotcond: 'Roboto Condensed', sans-serif;
   
    --color-dark: #171823;

    --color-blue-light: #EDF7F7;
    --color-pink-light: #F4E2DE;
    --color-orange: #D94E04;
    --color-yellow: #F29424;

    --color-green-dark: #0D4243;
    --color-green-med:#025159;
    --color-green-light:#017172;
    --color-green-xlight: #CEE6E6;

    --color-gray: #9A9EA7;
    --color-white: #FFFFFF;
    --color-black: #000000;

  }
.homepage {
    font-size: 16px;
}
.homebanner {
    background-color: var(--color-green-med);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 503px;
    padding: 2em 0;
    position: relative;
    font-size: 16px;
    background-size: cover; 
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
.homebanner .caption {
    margin-bottom: 3.875em;
    color: #fff;
    max-width: 496px;
    position: relative;
    z-index: 1;
    font-family: var(--font-robotcond);
} 

.homebanner .caption h1 {
    font-size: 3.5em;
    line-height: 1.14;
    font-family: var(--font-roboto);
    font-weight: 900;
    margin: 0 0 20px;
    letter-spacing: -1.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.homebanner .caption p {
    font-size: 1em;
    line-height: 1.67;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.homebanner .caption .button {
    display: flex;
    align-items: flex-top;
}
.homebanner .caption .btn {
    font: 600 1em/1.2  var(--font-robotcond);
    padding: 17px 17px;
    text-transform: uppercase;
    white-space: nowrap;
}
.homebanner .caption .rating-box {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: var(--color-dark);
    font-weight: 500;
    padding: 5.6px 8px;
    margin-right: 1.125em;
}
.homebanner .caption .rating-box img {
    height: 44px;
}
.homebanner .caption .rating-box img { width: 118px;} @media (max-width: 480px){.homebanner .caption .rating-box img { width: 70px;}}
.homebanner .caption .rating-box .ratingtext {
    padding: 27px 0 0 8px;
    line-height: 1;
}
@media (max-width: 990px) {
    .homebanner {
        height: 440px;
        overflow: hidden;
    }
    .homebanner::after {
        content: "";
        position: absolute;
        background: rgba(15, 49, 61, 0.26);
        width: 100%;
        display: block;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .homebanner .caption {
        margin-bottom: 1rem;
    }
    .homebanner {
        height: 387px;
        padding-top: 1rem;
    }
    .boatBrands .title .text{
        padding-top: 8px;
    }
    .boatBrands .title .button {
        margin-top: -10px;
        position: absolute;
        right: 15px;
    }
    .boatBrands .title .button .btn{
        padding: 10px;
    font-weight: 600;
    font-size: 14px;
    }
}
@media (max-width: 640px) {
    .homebanner .caption h1 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    .homebanner {
        height: 310px;
    }
    .homebanner .caption p {
        display: none;
    }
}
@media (max-width: 480px) {
    .homebanner {
        height: auto;
        overflow: hidden;
        align-items: flex-start !important;
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
    .homebanner .caption {
        padding-top: 0;
        margin-bottom: 1rem;
    } 
    .homebanner .caption h1 {
        font-size: 2rem;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    .homebanner .caption .rating-box .ratingtext {
        flex-basis: 100%;
        padding: 4px 0 0 6px;
        line-height: 1.5;
    }
    .homebanner .caption .rating-box img {
        height: 26px;
    }
    .homebanner .caption .rating-box .ratingtext .divider {
        display: none;
    }
    .homebanner .caption .rating-box .ratingtext .review {
        display: block;
    }
}
@media (max-width: 360px) {
.boatBrands .title .button {
    margin-top: -4px; 
}
.boatBrands .title .button .btn{
    padding: 8px 7px; 
    font-size: 12px;
}

}
.homesearch-panel {
    margin-top: -64px;
}
.homesearch-panel .search-wrap {
    padding: 0;
    display: flex;
}
.homesearch-panel .bannersearch-text {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}
.homesearch-panel .search-box {
    background: #fff;
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 0 auto 0.875em;
    position: relative; 
    padding: 1.8em 0.9375em;
    width: 100%;
}
.homesearch-panel .search-box .search-item {
    padding: 0 1.25em;
    border-right: 1px solid #e6e6e6;
    flex-grow: 1;
    flex-basis: 15%;
}
.homesearch-panel .search-box .search-item.last-child {
    border-right: 0px;
}
.homesearch-panel .search-box .search-item.search-type {
    min-width: 197px;
}
.homesearch-panel .search-box .search-item .form-group {
    margin: 0;
}
.homesearch-panel .search-box .search-item label.control-label {
    display: block;
    color: #b1b4bc;
    width: 100%;
    line-height: 1;
    height: auto;
    margin-bottom: 4px;
    font-family: var(--font-roboto);
    font-size: 1em;
    font-weight: 400;
}
.homesearch-panel .search-box .search-item .select-style {
    background: 0 0;
    height: auto;
    border-radius: 0;
    min-height: 30px;
}
.homesearch-panel .search-box .search-item .select-style select {
    display: none;
}
.homesearch-panel .search-box .search-item .select-style span.select2-selection {
    background: 0 0;
    border: 0;
    height: 30px;
    text-align: left;
}
.homesearch-panel .search-box .search-item .select-style span.select2-selection .select2-selection__rendered {
    background-color: transparent;
    background-image: url(https://media.rvcrazy.com/Rvcrazy/assets/img/select-arrow-color.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 5px center;
    padding: 0;
    padding-right: 22px;
    font-weight: 800;
    color: var(--color-green-med);
    font-size: 20px;
}
.homesearch-panel .search-box .search-item .select-style span.select2-selection .select2-selection__rendered li {
    margin-right: 3px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    list-style: none;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered li.select2-selection__choice {
    display: none;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: 800 !important;
    color: var(--color-green-med);
    font-size: 20px !important;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered li.select2-selection__choice:first-child {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
    margin-right: 5px;
    display: none;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered .select2-search:before {
    content: "All RV Types";
    font-weight: 800;
    color: var(--color-green-med);
    font-size: 20px;
    top: 7px;
    position: absolute;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered .select2-search .select2-search__field {
    width: 0 !important;
    pointer-events: none;
    display: none;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered li:last-child::before {
    display: none;
}
.homesearch-panel .search-box .search-item.search-type .select2-selection__rendered li:first-child::before {
    display: block;
}
.homesearch-panel .search-box .search-item.search-type .select2-search__field::-webkit-input-placeholder {
    font-weight: 600;
    color: #228eb0;
    font-size: 14px;
}
.homesearch-panel .search-box .search-item.search-type .select2-search__field::-moz-placeholder {
    font-weight: 600;
    color: #228eb0;
    font-size: 14px;
}
.homesearch-panel .search-box .search-item.search-type .select2-search__field:-ms-input-placeholder {
    font-weight: 600;
    color: #228eb0;
    font-size: 14px;
}
.homesearch-panel .search-box .search-item.search-type .select2-search__field:-moz-placeholder {
    color: #228eb0;
}
.homesearch-panel .search-box .button {
    padding-left: 15px;
    padding-right: 15px;
}
.homesearch-panel .search-box .button .btn {
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 27px;
    font-weight: 800;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    .homesearch-panel .search-box {
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) {
    .homesearch-panel .search-box {
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    .homesearch-panel {
        margin-top: -32px;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box {
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .homesearch-panel .bannersearch-text {
        display: block;
        margin-top: 15px;
        position: relative;
        width: 100%;
        height: auto;
        visibility: visible;
    }
}
@media (max-width: 1160px) {
    .homesearch-panel .search-box .search-item {
        padding: 0 15px;
    }
}
@media (max-width: 992px) {
    .homesearch-panel .search-box .search-item {
        flex-basis: 33.33%;
        min-width: 33.33%;
        margin-top: 15px;
    }
    .homesearch-panel .search-box .search-item:nth-child(3) {
        border-right: 0px;
    }
}
@media (max-width: 767px) {
    .homesearch-panel .search-box .search-item {
        flex-basis: 50%;
        min-width: 50%;
        padding: 0 15px;
    }
    .homesearch-panel .search-box .search-item:nth-child(2) {
        border-right: 0px;
    }
    .homesearch-panel .search-box .search-item:nth-child(4) {
        border-right: 0px;
    }
    .homesearch-panel .search-box .search-item:nth-child(3) {
        border-right: 1px solid #e6e6e6;
    }
    .homesearch-panel .search-box .search-item.last-child {
        border-right: 1px solid #e6e6e6 !important;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box .search-item {
        flex-basis: 100%;
        min-width: 100%;
        border-right: 0px !important;
        border-bottom: 1px solid #e6e6e6;
        padding: 0;
    }
    .homesearch-panel .search-box .search-item.last-child {
        border-right: 0px !important;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box .search-item .select-style span.select2-selection .select2-selection__rendered {
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box .search-item.search-type .select2-selection__rendered {
        flex-wrap: wrap;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box .search-item.search-type .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box .search-item.search-type .select2-selection__rendered .select2-search:before {
        font-size: 18px;
    }
}
@media (max-width: 1100px) {
    .homesearch-panel .search-box .button {
        flex-basis: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    .homesearch-panel .search-box .button {
        flex-basis: 33.33%;
        text-align: right;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .homesearch-panel .search-box .button {
        flex-basis: 50%;
    }
}
@media (max-width: 500px) {
    .homesearch-panel .search-box .button {
        flex-basis: 100%;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 1160px) {
    .homesearch-panel .search-box .button .btn {
        padding: 15px 10px;
    }
}
@media (max-width: 1100px) {
    .homesearch-panel .search-box .button .btn {
        padding: 15px 27px;
    }
}
@media (max-width: 992px) {
    .homesearch-panel .search-box .button .btn {
        display: block;
        width: 100%;
    }
}
.homesearch-panel .search-box .button .btn.disabled {
    pointer-events: none;
    opacity: 0.8;
}
.form-control {
    background: #fff;
    border: solid 5px #e1f3fa;
    box-shadow: none;
    font: 400 14px/27px "Roboto", sans-serif;
    height: 50px;
    color: #222;
    padding: 6px 10px;
    border-radius: 0;
    outline: 0;
}
.form-control:focus {
    border-color: #41b5d9;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #bebdbd;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #bebdbd;
    opacity: 1;
}
.form-control::placeholder {
    color: #bebdbd;
    opacity: 1;
}
.alert {
    margin-bottom: 1px;
}
.sidebar .callout-block {
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
    padding: 30px;
}
.sidebar .callout-block p {
    font: 400 16px/24px "Roboto Condensed", sans-serif;
    letter-spacing: -0.73px;
}
.sidebar .sidebar-trending {
    padding: 1.5rem;
}
.sidebar .callout-block.white {
    color: #404040;
}
.sidebar .sidebar-trending h4 {
    color: #41b5dc;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: right;
    margin-bottom: 1rem;
}
.sidebar .sidebar-trending ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-weight: 600;
}
.sidebar .sidebar-trending ul li {
    font-size: 20px;
    font-weight: 800;
    position: relative;
    padding-left: 18px;
    margin: 6px 0;
}
.sidebar .sidebar-trending ul li:before {
    content: "-";
    color: #46b6db;
    position: absolute;
    left: 0;
}
.sidebar .callout-block.widget-newsletter h4 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
}
.sidebar .callout-block.widget-newsletter .newsletter-form {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    background: #e1f2fa;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 2px 3px;
    margin: 1rem 0 0;
}
.sidebar .callout-block.widget-newsletter .newsletter-form .form-input {
    border: 0;
    -ms-flex-preferred-size: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    min-width: calc(100% - 50px);
    border-radius: 5px 0 0 5px;
    padding: 5px;
    color: #41b5d9;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 5px;
    outline: 0;
}
.sidebar .callout-block.widget-newsletter .newsletter-form button.btn {
    color: #41b5d9;
    font-weight: 500;
    width: 50px;
    min-width: 50px;
    padding: 12px 5px;
}
.sidebar .callout-block.widget-newsletter .form-control {
    background: #fff;
    border: 3px solid #e1f3fa;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    font: 400 16px/27px "Roboto", sans-serif;
    height: 50px;
    color: #222;
    padding: 6px 10px;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .sidebar .callout-block {
        border-radius: 0;
    }
    .sidebar .callout-block .btn {
        width: 100%;
    }
    .sidebar .callout-block.widget-newsletter .newsletter-form .form-input {
        -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        min-width: calc(100% - 40px);
    }
    .sidebar .callout-block.widget-newsletter .newsletter-form button.btn {
        width: 40px;
        min-width: 40px;
    }
}
.popular-searches {
    margin-bottom: 20px;
    padding: 20px;
}
@media (max-width: 767px) {
    .popular-searches {
        margin-bottom: 15px;
        padding: 15px;
    }
}
.popular-searches ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popular-searches ul.list li {
    font-family: "Roboto Condensed", sans-serif;
    margin: 5px 0;
}
@media (max-width: 767px) {
    .popular-searches ul.list li {
        font-size: 14px;
        margin: 1px 0;
    }
}
.home-boat-sale {
    margin-top: 20px;
}
.home-boat-sale .boat-sale {
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .home-boat-sale .boat-sale {
        padding: 15px;
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
}
.home-boat-sale .testimonial {
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}
.home-boat-sale .testimonial .sold-text {
    font-family: "Roboto Condensed", sans-serif;
}
.home-boat-sale .testimonial .rating {
    color: #3bae2b;
    font-size: 13px;
    margin: 10px 0;
}
.home-boat-sale .testimonial .text {
    color: #41b5d9;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 1.5rem;
}
.home-boat-sale .testimonial .client-name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
.home-boat-sale .testimonial .client-name p {
    margin-bottom: 0;
}
.home-boat-sale .testimonial .client-name .location {
    font-weight: 400;
    color: #41b5d9;
}
.feature-filter {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 558px) {
    .feature-filter {
        margin-left: 0 !important;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.feature-filter > li {
    display: inline-block;
    margin: 0;
}
 
.feature-filter > li > a {
    border-radius: 20px;
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-green-med);
    background-color: #f1f5fa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.feature-filter > li > a:hover {
    background: #e1f3fa;
    color: #253241;
}
@media (max-width: 624px) {
    .feature-filter > li > a {
        padding: 6px 15px;
        
        font-size: 13px;
    }
} 
.feature_B {
    margin-bottom: 15px;
}
.boat_feature .feature_dark {
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.boat_feature .feature_media {
    min-height: 168px;
}
.boat_feature .feature_dark .feature_main {
    background-color: #34404e;
}
.feature_media a {
    cursor: pointer;
    position: relative;
    z-index: 3;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.boat_feature .feature_main {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.09);
    transition: background-color 30ms;
    text-align: center;
    background-color: #34404e;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.boat_feature {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.boat_feature .img-scale {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 168px;
}
.boat_feature .feature_title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    max-height: 46px;
    min-height: 43px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 15px;
}
.boat_feature:not(.b-goods-f_row) .feature_info-item {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    color: #ecf1f7;
}
.boat_feature:not(.b-goods-f_row) .feature_info-item:not(:first-child) {
    border-left: 1px solid #eee;
}
.boat_feature .feature_dark:not(.b-goods-f_row) .feature_info {
    margin-bottom: 21px;
    padding-bottom: 17px;
}
.boat_feature:not(.b-goods-f_row).feature_dark .feature_info,
.boat_feature:not(.b-goods-f_row):hover .feature_info {
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.boat_feature .label {
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 2.5px;
    display: block;
    padding: 10px 20px;
    position: absolute;
    background-color: #00a9d5;
    top: 0;
    z-index: 4;
    border-radius: 10px 0 0 0 !important;
}
.boat_feature .label:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 0;
    border-color: transparent #00a9d5 transparent transparent;
}
.label.type-2:before {
    left: 100%;
    right: auto;
    border-width: 0 0 30px 20px;
    border-color: transparent transparent transparent #00a9d5;
}
.feature_B .btn-action {
    background: #00a9d5;
    color: #fff;
    font-size: 15px;
    padding: 4px 12px 3px;
}
.feature_B .btn-action:hover {
    background: #21c9f4;
}
.feature_action {
    align-items: flex-end;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 0;
    border-top: 1px solid rgba(222, 222, 222, 0.2);
}
.feature_cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.feature_price {
    width: auto;
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.feature_price h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}
.feature_main ul.feature_info {
    line-height: 16px;
    padding: 0 5px;
    padding-bottom: 10px;
    margin-top: auto;
    margin-bottom: 0;
    border: 0 !important;
}
.featured-listings button.slick-arrow {
    background: rgba(1, 113, 114, 0.74); 
    border-radius: 100%;
    height: 40px;
    border: none;
    width: 40px;
    color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    line-height: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.featured-listings button.slick-arrow.slick-disabled {
    background: rgba(215, 214, 213, 0.83);
}
.featured-listings button.slick-next {
    right: 2px;
}
.featured-listings button.slick-prev {
    left: 2px;
}
.featured-listings button.slick-arrow i {
    color: #fff;
    font-size: 40px;
    line-height: 0.8;
}
.home-boat-sale {
    margin-top: 20px;
}
.home-boat-sale .boat-sale {
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .home-boat-sale .boat-sale {
        padding: 15px;
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
}
.home-boat-sale .testimonial {
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}
.home-boat-sale .testimonial .sold-text {
    font-family: "Roboto Condensed", sans-serif;
}
.home-boat-sale .testimonial .rating {
    color: #3bae2b;
    font-size: 13px;
    margin: 10px 0;
}
.home-boat-sale .testimonial .text {
    color: #41b5d9;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 1.5rem;
}
.home-boat-sale .testimonial .client-name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
.home-boat-sale .testimonial .client-name p {
    margin-bottom: 0;
}
.home-boat-sale .testimonial .client-name .location {
    font-weight: 400;
    color: #41b5d9;
}
.adheight-90 {
    min-height: 90px;
}
.adheight-600 {
    min-height: 600px;
}
.adheight-250 {
    min-height: 250px;
}
.adheight-180 {
    min-height: 180px;
}
.adheight-60 {
    min-height: 60px;
}
@media (max-width: 767px) {
    .adheight-180,
    .adheight-250,
    .adheight-60,
    .adheight-600,
    .adheight-90 {
        min-height: 250px;
    }
}
.advertise,
.advertise div {
    margin-left: auto;
    margin-right: auto;
}
.advertise {
    text-align: center;
    overflow: hidden;
}
.ad-row {
    margin-bottom: 15px;
}
.advertise p {
    margin: 0;
}
.max-1000 {
    max-width: 1000px;
    width: 100%;
}
.unlock-types {
    margin-bottom: 15px;
    padding: 30px;
}

.unlock-types h3 {
    color: var(--color-green-med);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 0 10px;
    vertical-align: middle;
    font-family: var(--font-robotcond);
}
.unlock-types .sub-title {
    color: var(--color-green-light);
    max-width: 824px;
    width: 100%;
}
.unlock-types ul {
    padding: 0;
    margin: 50px 0 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
 

.unlock-types ul li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unlock-types ul li .img {
    min-height: 75px;
    display: flex;
    align-items: end;
}

.unlock-types ul li .img img {
    vertical-align: bottom;
}
.unlock-types ul li .caption {
    font-style: italic;
    margin-top: 15px;
    color: var(--color-green-med);
    font-weight: 500;
    font-size: 14px;
    font-family: var(--font-robotcond);
    width: 100%;
    text-align: center;
}
.unlock-types ul li a:hover .caption{
color: var(--color-orange);
}
@media (max-width: 1100px){
    .unlock-types {
        padding: 15px;
    }
.unlock-types ul {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 2rem;
}
} 
@media (max-width: 990px){
    .unlock-types {
        margin: 0 -12px;
    }
    .unlock-types {
        padding: 12px;
    }
    .unlock-types ul {  
        justify-content: space-between;
        grid-gap: 2rem 10px;
    }
    .unlock-types ul li{
        flex-basis: calc(50% - 15px); min-width: calc(50% - 15px);
    }
}
 
/* Featured Slider */
.featured-section {
    background: #fff;
    padding: 30px 0;
}
 

.featured-listings .listing-items .box {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.featured-listings .listing-items .box .image {
    display: block;
    width: 100%;
    height: 168px;
}

.featured-listings .listing-items .box .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.featured-listings .listing-items .box .special-tag {
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    padding: 8px 15px;
    position: absolute;
    background-color: var(--color-yellow);
    top: 0;
    z-index: 4;
    border-radius: 10px 0 0 0;
}
.featured-listings .listing-items .box .special-tag:before{position: absolute;
    
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    left: 100%;
    right: auto;
    border-width: 0 0 30px 20px;
    border-color: transparent transparent transparent var(--color-yellow);
}

.featured-listings .listing-items  .details {
    text-align: center;
    padding-top: 15px;
}

.featured-listings .listing-items .details h5 {
    font-size: 18px;
    color: var(--color-dark);
    font-weight: 700;
    padding: 0 5px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.featured-listings .listing-items .details .info {
    display: flex;
    list-style: none;
    padding: 0 5px;
    margin: 0px;
    justify-content: center;
}

.featured-listings .listing-items .details .info li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    color: var(--color-gray);;
    position: relative;
}

.featured-listings .listing-items .details .info li:after {
    content: "";
    background: #d5d5d5;
    width: 1px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.featured-listings .listing-items .details .action {
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
    padding: 15px;
    margin-top: 15px;
}

.featured-listings .listing-items .details .info li:last-child:after {
    display: none;
}

.featured-listings .listing-items .details .action .btn{font-size: 13px;
    font-weight: 500;}
.featured-listings .listing-items .details .action .price {
    color: var(--color-orange);
    font-size: 18px;
    font-weight: 800;
}

/*** Three CTA Box */ 
.three-ctaboxes {
    padding: 30px 0;
}

.three-ctaboxes .cta-box {
    border-radius: 5px;
    color: #fff;
    height: 100%;
    padding: 1.5rem 1.5rem 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 270px;
}

.three-ctaboxes .bg-lightgreen {
    background: #017172;
}

.three-ctaboxes .bg-yellow {
    background: #f29424;
}

.three-ctaboxes .bg-darkgreen {
    background: #025159;
}

.three-ctaboxes .cta-box h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 5px;
}

.three-ctaboxes .cta-box small {
    display: block;
    font-size: 12px;
}

.three-ctaboxes .cta-box .btn {
    background: #fff;
    border-radius: 50px;
    border: 5px solid;
    margin-top: 2rem;
    font-size: 18px;
    font-weight: 800;
    padding: 0.9rem 2rem;
}

.three-ctaboxes .cta-box .btn-border-green {
    border-color: #025159;
    color: #017172;
}
.three-ctaboxes .cta-box .btn-border-green:hover {
    border-color: rgb(3 117 129 / 90%);
    background: rgb(255 255 255 / 93%);
}
.three-ctaboxes .cta-box .btn i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: baseline;
}

.three-ctaboxes .cta-box .btn-border-yellow {
    border-color: #ae6a19;
    color: #ae6a19;
}
.three-ctaboxes .cta-box .btn-border-yellow:hover {
    border-color: rgb(212 131 34 / 90%);
    background: rgb(255 255 255 / 93%);
}
.three-ctaboxes .cta-box .btn-border-yellow i {
    margin-right: 15px;
}

.three-ctaboxes .cta-box .newsletter-form {
    margin-top: 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 3px;
}

.three-ctaboxes .cta-box .newsletter-form .form-input {
    background: #fff;
    border-radius: 50px;
    border: 5px solid #0D4243; 
    outline: 0;
    font-size: 18px;
    font-weight: 800;
    color: #025159;
    padding: 0.9rem 2rem;  
    text-transform: uppercase;
    text-align: center;
}
.three-ctaboxes .cta-box .newsletter-form .form-input::-webkit-input-placeholder { /* Edge */
    color: #025159;
  }
  
  .three-ctaboxes .cta-box .newsletter-form .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #025159;
  }
  
  .three-ctaboxes .cta-box .newsletter-form .form-input::placeholder {
    color: #025159;
  }
.three-ctaboxes .cta-box .newsletter-form button.btn {
    display: none;  
    margin: 0px;
    padding: 14px 19px;
    border: 5px solid #0D4243;
    background: #CEE6E6;
    height: 100%;
}
.three-ctaboxes .cta-box form#newsletterform.valid .newsletter-form .btn {
    display: block;
    border-radius: 50px;
} 

.about-rvcrazy {
    background: url(https://media.rvcrazy.com/Rvcrazy/assets/img/RVCrazy-Exploration-10.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 39rem;
    padding-top: 25rem; 
}
@media (max-width: 767px){
    .about-rvcrazy {
    height: auto;
    padding: 1rem 0;
    }
}
.about-rvcrazy .about-box {
    background: #fff;
    border-radius: 25px;
    max-width: 824px;
    padding: 1.5rem;
}
.about-rvcrazy .about-box h3 .icon {
    margin-right: 5px;
}
.heading-article{ 
    text-transform: none;
}
@media (max-width: 992px){
    .featured-listings .listing-items {
        padding: 0 12px;
    }
    .three-ctaboxes .cta-box br {
        display: none;
    }
    
    .three-ctaboxes .cta-box {
        padding: 1rem; 
    }
    
    .three-ctaboxes .cta-box .btn {
        padding: 0.9rem 0.5rem;
        font-size: 15px;
        display: block;width: 100%;
    }
    
    .three-ctaboxes .cta-box .btn i {
        font-size: 17px;
        margin-right: 3px;
    }
    
    .three-ctaboxes .cta-box .newsletter-form .form-input {
        font-size: 15px;
    padding: 0.9rem 0.5rem;
    }
    .three-ctaboxes .cta-box .newsletter-form button.btn  {
     
        padding: 14px;
    }
    .adheight-180, .adheight-250, .adheight-60, .adheight-600, .adheight-90 {
        min-height: 250px;
    }
 
    .mobile-hide-ad{ display: none;}
   
}


    @media (max-width: 767px){ 
        .sidebar {
            margin-top: 15px;
        }
        .about-rvcrazy .about-box { 
            background: rgba(255, 255, 255, 0.93);
            padding: 1rem;
            border-radius: 15px;
        }
        .three-ctaboxes .cta-box {
            padding: 1rem;
            margin-bottom: 1rem;
            min-height: auto;
            height: auto;
        } 
        .three-ctaboxes .cta-box .newsletter-form button.btn  {
         
            padding: 14px;
        }
        .three-ctaboxes .cta-box .btn, .three-ctaboxes .cta-box #newsletterform {
            max-width: 320px;width: 100%;
        }

    }
    .featured-listings .listing-items .favourite-icon {
        position: absolute;
        right: 10px;
        top: 5px;
    }
    
    .featured-listings .listing-items .favourite-icon .btn-favtext {
        display: none;
    }
    
    .featured-listings .listing-items .favourite-icon .btn-fav {
        position: relative;
        background: transparent;
        border: 0px;
        padding: 0;
    }
    
    .featured-listings .listing-items .favourite-icon .btn-fav i.fa-heart {
        font-size: 27px;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .featured-listings .listing-items .favourite-icon .btn-fav i.fa-heart-border {
        color: #017172;
        font-size: 31px;
    }
    
    .featured-listings .listing-items .favourite-icon .btn-fav svg {
        width: 30px;
    } 
    .featured-listings .listing-items .favourite-icon .btn-fav.saved-btn svg path {
        fill: #c43314;
    }