﻿div#navbarNavDropdown {
    justify-content: end;
    padding-right: 50px;
    font-size: 18px;
}

a.navbar-brand.navlogo img {
    width: 120px;
}
.nav-background {
    position: fixed !important;
    background-color: #72542af2 !important;
    z-index: 99;
}
img.slide-img {
    width: auto;
    height: 243px;
}
li.nav-item a {
    color: white !important;
    font-weight: 600;
}
ul.dropdown-menu.show a {
    color: black !important;
    font-size: 18px;
}
.nnavbar {
    background: transparent;
    position: absolute;
    width: 100%;
    padding: 0 6%;
}
footer {
    padding: 50px 30px;
    border-top: 3px solid #795d35;
    padding-bottom: 10px;
}

.logo {
    font-size: 16px;
    width: 80%;
}

    .logo img {
        width: 161px;
        padding-bottom: 20px;
    }

.footer-text ul {
    list-style: none;
    padding-left: 0;
}

.footer-text a {
    font-size: 18px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-text p {
    font-size: 33px;
    font-weight: 600;
    color: #b33a05;
}
.logo li {
    text-decoration: none;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 8px;
}
.social {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
    .social img {
        width: 47px;
        margin-right: 12px;
    }
li.location img {
    width: 36px;
}
li.location img {
    padding: 0;
}
.logo {
    text-align: left;
}
.strip {
    background: #503610;
    color: white;
    padding: 13px 0 1px;
    font-size: 18px;
    text-align: center;
}

    .strip a {
        text-decoration: none;
        color: #f7e51e;
        font-weight: 500;
    }
span.text-danger {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    top: 14%;
    background: #ff0202bf;
    padding: 0 6px;
    color: white !important;
}
.modal-body.text-center {
    padding-left: 0;
}
/*Header-form-css*/

.Hform {
    top: 22%;
    position: relative;
    padding: 15px;
    background: #00000094;
    border-radius: 15px;
}
input, select {
    width: 44%;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
textarea {
    width: 93%;
    margin-left: 20px;
}
.model-info button {
    padding: 7px 20px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    background: white;
    border-radius: 10px;
}
.Hform p {
    color: white;
    padding: 0 20px;
    font-size: 20px;
}
.head1 p {
    color: white;
    width: 80%;
    font-size: 16px;
}
.head1 {
    margin-top: 8%;
}
.col-md-6.discover img {
    width: 100%;
}
/* modal */
.modalinput {
    border: none;
    margin: 14px;
    font-size: 16px;
    padding: 10px;
    box-shadow: 0px 0px 3px 3px #00000021;
    border-radius: 22px;
}

.modal-dialog {
    max-width: 610px !important;
}

.testbox {
    width: 86%;
}

.modal-content {
    background: #785829 !important;
    color: white;
}

.modal-title {
    font-size: 25px;
    font-weight: 600;
}

.modal-header .btn-close {
    font-size: 23px;
    font-weight: 400;
}

.modal-body p {
    width: 80%;
    margin: auto;
    font-weight: 500;
    font-size: 17px !important;
    padding: 10px 0;
}

.enquirybtn {
    position: fixed;
    bottom: auto;
    top: 50% !important;
    right: -40px;
    transform: rotate(90deg);
    z-index: 9999;
    background: #322310;
    color: white;
    font-weight: 600;
}
.enquirybtn:hover {
    color: yellow;
}
.banner.conban {
    height: 400px;
}
    .banner.conban h1 {
        padding-top: 9%;
    }
.modal-dialog.p-4 {
    background: #8f6930;
    text-align: center;
}


@media only screen and (min-width: 567px) {

    .enquirybtn {
        display:none;
    }
}