/* DEALERON HEADER IMAGE CSS */

.image {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

@media screen and (min-width:800px) {
    h2.heading {
        font-size: 34px;
    }
}

h2.heading {
    position: absolute;
    top: 19%;
    left: 20px;
    width: 50%;
    color: #ffffff;
}

h2.heading.white-bg {
    position: absolute;
    top: 19%;
    left: 20px;
    width: 50%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2%;
}

h2.heading.full {
    left: 10%;
}

h2.heading span {
    padding: 10% 0;
    text-align: center;
    font-size: 40px;
    text-shadow: 0 0 13px #000;
}

h2.heading span.bg {
    padding: 10% 0;
    text-align: center;
    font-size: 40px;
    text-shadow: 0 0 0px #000;
}

p.intro-sentance {
    position: absolute;
    top: 43%;
    left: 20px;
    width: 50%;
    color: #ffffff;
}

p.intro-sentance.full {
    left: 10%;
}

p.intro-sentance span {
    padding: 10% 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 0 13px #000;
}

/* DEALERON HEADER IMAGE CSS */

.grey {
    background-color: #eeeeee;
    padding: 1%;
}

.amenities {
    background-color: #001E50;
    padding: 2%;
    color: #fff;
}

.btn {
    padding: .5em;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .btn {
        padding: 1em;
        font-size: 17px;
    }
}

.block {
    display: block;
    margin-bottom: 8px;
}

/* COUPON CSS */

.container2 {
    position: relative;
    width: 100%;
}

.image2 {
    display: block;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}

.detail-overlay {
    position: absolute;
    top: 5px;
    left: 16px;
    padding-left: 10px;
    width: 60%;
}

.text2 {
    opacity: 1;
    font-weight: bold;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    transition: transform .4s ease;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    line-height: 1em;
}

.price {
    font-size: 20px !important;
    color: #fff;
    transition: transform .4s ease;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.coupon-container {
    border: solid 2px #F1F5F6;
    background-color: #fbfbfb;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 463px;
    position: relative;
}

.coupon-container.big {
    min-height: 440px;
}

.button, .button .test {
    padding: 20px 5px;
}

.overlay-cta {
    position: absolute;
    display: block;
    text-align: right;
    left: 28px;
    bottom: 5px;
    padding-bottom: 14px;
    font-size: 14px;
}

.learn-more {
    color: #fff;
    margin-right: 10px;
}

.interval {
    background-color: #002C5F;
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    padding: 10px 7px 10px 7px;
    text-align: center;
}

.interval.fod-black {
    background-color: #000;
}

.bg-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.more-info {
    text-align: center;
}

.detail-bg.none {
    background: none;
}

.detail-bg.light {
    background: linear-gradient(90deg, #00000078 0%, rgba(0, 0, 0, 0.30) 40%, rgba(255, 255, 255, 0) 100%);
}

.detail-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    background: linear-gradient(90deg, #000000d1 0%, rgba(0, 0, 0, 0.30) 40%, rgba(255, 255, 255, 0) 100%);
}

/* NAVBAR CSS */

.fod33-navbar-default {
    height: 100%;
    background-color: #001e50;
    border-radius: 0px;
    margin-bottom: 0px;
}

.fod33-navbar-default .fod33-navbar-nav>li>a, .fod33-navbar-default .navbar-text {
    color: white;
    background-color: #001e50;
}

.fod33-navbar-default .fod33-navbar-nav>.fod33-active>a, .fod33-navbar-default .navbar-nav>.fod33-active>a:focus, .fod33-navbar-default .fod33-navbar-nav>.fod33-active>a:hover {
    background-color: #001e50;
    border-bottom: 4px solid #00b0f0;
}

.fod33-navbar-default .fod33-navbar-nav>li>a, .fod33-navbar-default .navbar-text:hover {
    color: white !important;
}

.fod33-navbar-nav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 4px solid transparent;
}

.fod33-navbar-nav a:hover {
    border-bottom: 4px solid #00b0f0;
}

/* ICON BOX CSS */

.card-container {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.custom-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid #bdc6ca;
    border-top: none;
    margin-top: 100px;
    min-height: 380px;
}

.custom-card.small {
    min-height: 325px;
}

.custom-card::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 2px solid #bdc6ca;
    width: 30%;
}

.custom-card::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-top: 2px solid #bdc6ca;
    width: 30%;
}

.custom-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
}

.custom-card-title {
    font-weight: 700;
    margin-bottom: .75rem;
}

.custom-card-text {
    margin: 2rem 0;
}

.icon-container {
    padding: 30px;
}

.icon-container.small {
    padding: 15px;
}

.icon-container img {
    position: absolute;
    width: 50%;
    left: 25%;
    top: -80px;
}

img.more-services {
    position: absolute;
    width: 28%;
    left: 192px;
    top: -80px;
}

img.more-services-white {
    position: absolute;
    width: 35%;
    left: 32%;
    top: -60px;
}

.custom-card-link {
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.custom-card-link i {
    margin-right: 1rem;
}

.custom-card.fod-200 {
    min-height: 200px;
}

.custom-card.fod-250 {
    min-height: 250px;
}

.custom-card.fod-300 {
    min-height: 300px;
}

.custom-card.fod-350 {
    min-height: 350px;
}

.custom-card.fod-400 {
    min-height: 400px;
}

.custom-card.fod-450 {
    min-height: 450px;
}

.custom-card.fod-500 {
    min-height: 500px;
}

.custom-card.fod-550 {
    min-height: 550px;
}

/* END ICON BOX CSS */

a.white {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 1367px) {
    .detail-overlay {
        top: -10px;
        left: 11px;
        width: 70%;
    }

    .overlay-cta {
        left: 23px;
        bottom: 0px;
    }

    .learn-more {
        font-size: 15px;
    }

    .title {
        font-size: 17px;
    }

    .price {
        font-size: 18px !important;
    }

    .image2 {
        max-height: 185px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .detail-overlay {
        top: 5px;
        left: 14px;
        width: 70%;
    }

    .overlay-cta {
        left: 26px;
        bottom: -5px;
    }

    .learn-more {
        font-size: 14px;
    }

    .title {
        font-size: 19px;
    }

    .price {
        font-size: 18px !important;
    }

    .image2 {
        max-height: 190px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .icon-container img {
        position: absolute;
        width: 36%;
        left: 32%;
        top: -52px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .detail-overlay {
        top: 5px;
        left: 9px;
        width: 70%;
    }

    .overlay-cta {
        left: 40px;
        bottom: 21px;
    }

    .learn-more {
        font-size: 15px;
    }

    .title {
        font-size: 18px;
    }

    .price {
        font-size: 19px !important;
    }

    .overlay-cta {
        left: 18px;
        bottom: 0px;
    }

    .fod-image2 {
        width: 100%;
        max-height: 135px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .icon-container img {
        position: absolute;
        width: 28%;
        left: 35%;
        top: -105px;
    }

    img.more-services-white {
        position: absolute;
        width: 20%;
        left: 40%;
        top: -69px;
    }
}

@media only screen and (max-width: 768px) {
    .custom-card.fod-200 {
        min-height: 200px;
    }

    .custom-card.fod-250 {
        min-height: 200px;
    }

    .custom-card.fod-300 {
        min-height: 200px;
    }

    .custom-card.fod-350 {
        min-height: 200px;
    }

    .custom-card.fod-400 {
        min-height: 200px;
    }

    .custom-card.fod-450 {
        min-height: 200px;
    }

    .custom-card.fod-500 {
        min-height: 200px;
    }

    .custom-card.fod-550 {
        min-height: 200px;
    }

    .custom-card.small {
        min-height: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .fod-navbar-default {
        padding-left: 5px;
        max-height: 34px;
    }

    .fod-navbar-nav a {
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        font-size: 10px;
        max-height: 10px;
    }

    a.fod-navbar-button {
        display: none;
    }

    .no-pad-mb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .interval {
        font-size: 10px;
    }

    .title {
        font-size: 18px;
    }

    .price {
        font-size: 16px !important;
    }

    .learn-more {
        font-size: 15px;
    }

    .coupon-container {
        min-height: 300px;
    }

    .detail-overlay {
        top: 5px;
        left: 10px;
        width: 70%;
    }

    .overlay-cta {
        left: 18px;
        bottom: 2px;
    }

    .fod33-navbar-default .fod33-navbar-nav>li>a {
        width: 20%;
        font-size: 12px;
    }

    img.more-services {
        position: absolute;
        width: 50%;
        left: 85px;
        top: -80px;
    }

    img.more-services-white {
        position: absolute;
        width: 30%;
        left: 35%;
        top: -45px;
    }

    iframe.negative-margin {
        margin-bottom: -100px;
    }

    .fod-image2 {
        max-height: 130px;
        object-fit: cover;
    }
}

.dk-blue {
    background-color: #001E50;
}

.light-blue {
    background-color: #01B0F0;
    padding-top: 1%;
}

.fod-white {
    color: #fff;
}

.button-white {
    background-color: #fff !important;
    color: #000 !important;
    margin-top: 10px;
}

.services {
    background-color: #e3ebec;
    padding: 1%;
}

.standalone-paragraph {
    padding: 0% 5% 2% 5%;
    text-align: center;
}

.services-paragraph {
    padding: 2% 5% 1% 5%;
    text-align: center;
}

.p-1 {
    padding: 1%;
}

.pt-1 {
    padding-top: 2.5rem;
}

.pb-1 {
    padding-bottom: 2.5rem;
}

.pb-10 {
    padding-bottom: 10em;
}

.pb-12 {
    padding-bottom: 12em;
}

.pt-2 {
    padding-top: 4.5rem;
}

.p-5 {
    padding: 5%;
}

.pt-8 {
    padding-top: 8rem;
}

.mt-50 {
    margin-top: 50px;
}

.white-text {
    color: #fff;
    text-align: center;
}

.more-services-list {
    text-align: left;
    font-size: 14px;
}

iframe.negative-margin {
    margin-top: -150px !important;
}

.center {
    text-align: center;
}

/* DS VIDEO */
.fod-video {
    margin: 1% 2%;
}

@media only screen and (max-width: 640px) {
    .fod-video {
        margin: 0% 0%;
    }
}

.fod-video iframe#fod-video {
    width: 100%;
    height: 280px;
    max-width: 450px;
border: none;
}

@media only screen and (max-width: 640px) {
    .fod-video iframe#fod-video {
        height: 225px;
    }
}

/* DS VIDEO */