﻿.mobile-logo{
    display: none;
    width: 100%;
    text-align: left;
}

.mobile-logo img{
    margin-top: 7px;
}

.beach {
    color: white;
}

@media screen and (max-width: 920px) {
    .mobile-logo {
        display: block;
    }

    .sect-land-text {
        font-size: 18px;
    }

    .beach {
        color: white;
    }

    .beach h2{
        font-weight: 300;
    }

    .beach p{
        font-size: 16px;
    }
}

/*landing page update*/
.offer-lp {
    background-color: #F1AE3C !important;
    outline: none !important;
    color: white !important;
    border: none !important;
}

    .offer-lp a {
        color: white !important;
        font-size: 14px;
    }

.about-img-res {
    height: 500px !important;
    width: 100% !important;
}

.about-img-res-b {
    height: 380px !important;
    width: 100% !important;
}

.dsc-main {
    position: relative;
    color: white !important;
}

.dsc-details {
    position: absolute;
    bottom: 1px;
    padding: 10px 5px 0px 5px;
    background-color: rgba(28, 28, 28, 0.51);
    right: 0;
    left: 0;
    margin: 0 15px !important;
}

.rating-main {
    background-color: rgba(177, 135, 65, 0.12) !important;
}

@media (max-width: 768px) {
    .about-img-res-b {
        height: 280px !important;
    }
}

/*AWARDS*/

.awards-heads{
   margin-top: 170px!important;
}

@media screen and (max-width: 768px){
    .awards-heads {
        margin-top: 140px !important;
    }
}

.award-row {
    background-color: #F1F1F1;
    margin-bottom: 20px;
}

.award-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.award-desc {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 13px;
}

.award-sub {
    font-size: 36px;
}

.award-date{
    margin-top: 10px!important;
    margin-bottom: 0;
}

.offers-bg {
    background-color: #F8F8F8!important;
}

@media screen and (max-width: 768px) {
    .awards-head {
        margin-top: 120px!important;
    }

    .award-row h2 {
        margin-bottom: 0;
    }

    .award-title {
        font-size: 14px;
    }

    .award-desc {
        font-size: 12px;
    }

    .award-sub {
        font-size: 28px;
    }

    .award-date {
        margin-top: 5px!important;
    }

    .about-img-res {
        height: auto!important;
        width: 100% !important;
    }
}