@media screen and (min-width: 320px) and (max-width: 767px) {
    .paragraph {
        font-size: 14px;
        line-height: 26px;
        font-family: "Libre Baskerville", serif;
        color: #212529;
    }

    .section-padding-medium {
        padding: 35px 0;
    }

    .section-padding {
        padding: 50px 0;
    }

    .section-title {
        color: #6f5d53;
        font-weight: 400;
        font-size: 36px;
        line-height: 49px;
        text-transform: uppercase;
        font-family: "Lora", serif;
    }

    .section-title span {
        color: #ab917e;
    }

    .solution-title-col h1 {
        text-transform: capitalize;
        line-height: 42px;
        color: #1c1d1f;
        font-weight: 700;
        font-size: 32px;
        position: relative;
        font-family: "Lora", serif;
    }

    .process-main {
        display: inline-block;
        position: relative;
    }

    .process-col {
        display:
            inline-block;
        padding: 20px 15px;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .download-btn img:hover {
        border: 1px solid #4f84fc;
        transition: linear 0.4s;
    }

    .download-btn img {
        min-height: 38px;
        max-height: 38px;
        border: 1px solid #ffffff52;
        transition: linear 0.4s;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .btn-realsee-primary {
        text-decoration:
            none;
        color: #ffffff;
        border: none;
        background: linear-gradient(45deg, #2c6de3, #00a7fe);
        padding: 10px 20px;
        font-size:
            14px;
        text-transform: capitalize;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }

    .product-col {
        padding: 20px 20px;
        transition: all 0.3s;
        margin-bottom: 20px;
    }

    .about-content:before {
        content: "";
        /* background-image:
url("../images/about-bg.png"); */
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top:
            10px;
        left: 15px;
        width: 288px;
        height: 265px;
        display: block;
        z-index: 0;
    }

    .key-feature-content:before {
        content: "";
        /* background-image: url("../images/key-features-bg.png"); */
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 45px;
        right: 0;
        width: 306px;
        height: 437px;
        display: block;
        z-index: 0;
    }

    .footer-contact-col {
        display: none;
    }

    .footer-contact-col-inner {
        width: 100%;
        display: inline-block;
    }

    .footer-contact-col h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }

    .section-footer {
        padding: 0 0 30px 0;
    }
    
    .footer-contact-outer {
        margin-bottom: 20px !important;
    }

    .footer-term-link {
        padding: 0;
    }

    .testimonial-slide-col {
        margin-top: 0px;
        background: #fff4ed;
        padding: 20px 30px;
        min-height: 280px;
    }

    .testimonial-img-col {
        min-height: 295px;
        max-height:
            295px;
    }

    .section-call-to-action {
        padding: 50px 0;
    }

    .section-call-to-action h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0,
                0.25);
    }

    .section-call-to-action p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color:
            #ffffff;
    }

    .section-title-white {
        color: #ffffff;
        font-weight: 400;
        font-size: 36px;
        line-height: 49px;
        font-family:
            "Lora", serif;
        text-transform: uppercase;
    }

    .section-title-white span {
        color: #ab917e;
    }

    .attraction-col {
        min-height:
            275px;
        max-height: 275px;
        position: relative;
        transition: all 0.5s;
        display: block;
        margin-bottom: 20px;
    }

    .attraction-content h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 28px;
        text-transform:
            uppercase;
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .attraction-content h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        text-transform: uppercase;
        color: #ffffff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .attraction-col:hover .attraction-content {
        top: 60%;
        transition: top 0.5s;
    }

    .attraction-content {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 20px;
        transition:
            all 0.5s;
        margin-bottom: 20px;
    }

    [data-slick] .slick-slide {
        min-height: 180px;
        max-height: 180px;
        overflow: hidden;
    }

    .img-next.slick-arrow {
        padding: 10px;
        background: #ffffff;
        display: block !important;
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        width: 40px;
        line-height: 40px;
        text-align: center;
        height: 50px;
    }

    .img-prev.slick-arrow {
        padding: 10px;
        background: #ffffff;
        display: block;
        position: absolute;
        z-index: 2;
        right: 40px;
        bottom: 0;
        width: 40px;
        line-height: 40px;
        text-align: center;
        height: 50px;
    }

    .img-next.slick-arrow img,
    .img-prev.slick-arrow img {
        width:
            6px;
        height: 10px;
        margin: auto;
    }

    .room-detail-title {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
        color: #1d3063;
    }

    .rooms-content-col {
        padding-top: 15px;
    }

    p {
        font-size:
            14px;
        line-height: 30px;
    }

    .facilities-col {
        padding: 20px 20px 5px 20px;
        border: 1px solid #404040;
        text-align: center;
        margin-bottom: 20px;
        background-color: transparent;
        transition: background-color 0.4s;
    }

    .facilities-col h4 {
        font-family: "Libre Baskerville", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }

    .key-feature-col .key-feature-text {
        position:
            absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        background: #ffffff;
        padding: 15px 20px;
    }

    .key-feature-col {
        min-height:
            327px;
        max-height: 327px;
        width: 100%;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .key-feature-col .key-feature-text h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
        color: #000000;
        margin: 0;
    }

    .about-img {
        display: none;
    }

    .top-ftr-col .icon-col img {
        min-width: 45px;
        max-width: 45px;
        height: auto;
    }

    .ftr-content h4 {
        font-family: "Lora", serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff4ed;
    }

    .top-ftr-col {
        padding: 35px 30px;
        background: #6f5d53;
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 10px;
    }

    .bg-video-wrap {
        position: relative;
        display: grid;
        place-items: center;
        height: 22vh;
        width: 100%;
        margin: 0 0;
        background: #ccc;
    }

    .navigation-portrait {
        height: 65px;
    }

    .nav-brand img {
        height: 47px;
        width: 47px;
    }

    .footer-contact-col-inner:nth-child(2) {
        border: none;
    }

    .nav-menu>li>a span {
        font-size: 11px;
        padding: 8px 16px;
        border: 1px solid #f15928;
        color: #f15928;
    }

    .section-top-banner {
        background: gainsboro;
        padding: 60px 0 20px 0;
    }

    .room-detail-para {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #26282b;
    }

    .room-home-col {
        margin: 30px 0;
    }

    .team-content-col {
        position: relative;
        left: 0px;
        padding: 35px 25px 35px 25px;
        background: #ffffff;
        display: block;
        width: 100%;
        box-shadow: 0px 2px 42px -6px #2020200f;
    }

    .team-section-img {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .contact-form-col {
        display: inline-block !important;
        height: 100%;
        width: 100%;
        background: #fff1ec;
        padding: 30px 25px;
    }

    .our-team-section {
        background: #f7f7f7;
    }

    .btn-realsee-primary {
        color: #ffffff;
        background-color: #ab917e;
        border-color: #ab917e;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .facilities-col h4 {
        font-size: 18px;
        font-family: "Libre Baskerville", serif;
        color: #6f5d53;
    }

    .facilities-col:hover {
        background-color: rgb(219 196 182 / 30%);
        cursor: pointer;
        transition: background-color 0.4s;
        border-color: #dbc4b6;
    }

    .footer-contact-col {
        display: block;
        padding: 15px 0;
        justify-content: space-evenly;
        background: transparent;
    }
    
    .footer-contact-col-inner {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .footer-contact-col-inner:last-child {
        margin-bottom: 0;
    }
}