header.inner {
    border-bottom: 1px solid #e1e0dc;
}

.independent-hotel {
    padding: 40px 0px 140px;
    font-family: Poppins-Regular;
}

.independent-hotel h2 {
    color: #6b654e;
    font-family: LEMONMILK-Light;
    font-size: 26px;
}

.independent-hotel h2 span {
    font-family: LEMONMILK;
}

.independent-hotel .row {
    margin-top: 40px;
}

.independent-hotel .row .independent-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: 1s ease-in-out;
}
.independent-hotel .row .independent-img a{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.independent-hotel .row .independent-img {
    width: 100%;
    height: 382px;
    box-shadow: rgba(0, 0, 0, 0.14) -3px 0px 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.independent-hotel .row .independent-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.independent-hotel .row .col-lg-6 {
    padding: 0px;
}

.independent-hotel .independent-details {
    border: 1px solid #dfdfdf;
    padding: 35px;
    height: 100%;
}

.independent-hotel .independent-details h3 {
    font-size: 34px;
    color: #6b654e;
    line-height: 1;
    margin-bottom: 20px;
}

.independent-hotel .independent-details h3 sub {
    font-size: 18px;
}

.independent-hotel .independent-details p {
    font-size: 17px;
    color: #6b654e;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.independent-hotel .independent-details .spec {
    border-bottom: 1px solid transparent;
    margin-bottom: 25px;
    padding-bottom: 0px;
}

.independent-hotel .independent-details .bottom-icons {
    position: relative;
}

.independent-hotel .independent-details .bottom-icons a {
    padding: 10px 0px;
    display: inline-block;
    width: 131px;
    height: 47px;
    border: 1px solid #6b654e;
    color: #6b654e;
    font-size: 18px;
    font-family: Poppins-Medium;
    margin-right: 20px;
    text-decoration: none;
    text-align: center;
}

.independent-hotel .independent-details .bottom-icons a.collection-btn {
    background-color: #df7425;
    color: #fff;
    border: 1px solid #df7425;
    position: absolute;
    right: 0px;
    margin-right: 0px;
}

.independent-hotel.motel {
    padding: 0px 0px 0px;
}

.independent-hotel.motel h2 {
    font-family: Poppins-ExtraLight;
    font-size: 40px;
}

.independent-hotel.motel .container {
    padding: 40px 0px 140px;
    border-bottom: 1px solid #6b654e;
}

.spec-btn {
    position: absolute;
    right: 120px;
    font-size: 16px !important;
}

@media(max-width:1024px) {

    .independent-hotel .row .independent-img,
    .independent-hotel .independent-details {
        height: 420px;
    }

    .independent-hotel .independent-details .bottom-icons a {
        width: 124px;
        font-size: 16px;
        margin-right: 15px;
    }
}

@media(max-width:991px) {
    .independent-hotel .row .independent-img img {
        width: 100%;
        height: 100%;
    }

    .spec-btn {
        position: initial;
    }

    .independent-hotel .row .independent-img img {
        width: 40%;
        height: 100%;
    }
}

@media(max-width:820px) {

    .independent-hotel .row .independent-img,
    .independent-hotel .independent-details {
        height: auto;
    }

    .independent-hotel .independent-details {
        padding: 50px 35px;
    }

    .independent-hotel .row {
        margin-top: 60px;
    }

}

@media(max-width:600px) {

    .independent-hotel .independent-details,
    .independent-hotel .row .independent-img {
        width: 95%;
        margin: 0 auto;
    }

    .independent-hotel .independent-details .bottom-icons a.collection-btn {
        position: initial;
        margin-top: 20px;
    }

    .independent-hotel .row .independent-img img {
        width: 100%;
        height: 100%;
    }

    .independent-hotel h2 {
        padding-left: 20px;
    }
}