.swiper .swiper-slide .container {
    position: relative;
    z-index: 9;
    padding-left: 100px;
    margin-top: -500px;
}

.swiper .swiper-slide .container h1 {
    font-size: 5vw;
    /* color: #fff; */
    font-family: "Playfair Display", serif;
    color: #ebcfa7;
    margin-bottom: 20px;
}

.swiper .swiper-slide .container a {
    height: 60px;
    line-height: 56px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    position: relative;
    border: 2px solid #ebcfa7;
    padding: 0 40px;
    box-shadow: 0 0 20px rgb(235 207 167 / 40%);
    transition: 0.25s ease-in-out;
}

.success_msg,
.error_msg {
    display: none;
}

.mob-ph {
    text-align: center;
    display: none;
}

.mob-ph a {
    color: white;
}

input[type="tel"] {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    text-align: justify;
}

#header-form input {
    background-color: transparent;
}

#header-form input::placeholder {
    color: white;
}


@media (max-width: 768px) {
    .intro figure .holder img {
        box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
        width: 525px;
        height: auto !important;
    }

    .Highlights_img {
        height: auto !important;
    }

    .ptb {
        padding: 1rem !important;
    }

    .test_img {
        width: 35% !important;
        height: 12rem;
        margin-top: 12rem;
    }

    .navbar {
        display: block;
    }

    #mob-nav {
        display: block !important;
    }

    #contactt {
        padding-top: 40px;
    }

    #bbt:hover {
        background-color: #000;
        color: white;
    }

    #bbtt:hover {
        background-color: #9f8054;
        color: white;
    }

    #btt:hover {
        background-color: white;
        color: #9f8054;
    }

    .modal-header {}

    .disclaimer {
        font-size: 8px;
    }

    #blink {
        font-size: 40px;
        font-weight: bold;
        color: #2d38be;
        transition: 0.8s;
    }

    .mob-ph {
        text-align: center;
        display: block;
        font-size: 20px;
        margin-left: 20%;
        padding: 10px;
    }

    .mob-ph a {
        color: white;
    }

    .sidenav li {
        list-style: none;
    }
}

header {
    border: black;
    border-width: 2px;
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
}

.head_container {
    padding: 19px 12px 0 10px;
    overflow: hidden;
    height: 4rem;
    background: rgb(0 0 0 / 82%);
}

.logo {
    float: left;
    margin-left: 20px;
}

.logo img {
    height: 50px;
}

.menu {
    margin-top: 5px;
    float: right;
}

.icon {
    display: none;
    color: #fff !important;
}

.test_img {
    width: 20%;
    border-radius: 50%;
}

.ptb {
    padding: 4rem;
}


.carousel-item {
    position: relative;
}

@media screen and (max-width: 835px) {
    .logo img {
        height: 40px;
    }

    ul>li:first-of-type {
        display: list-item;
    }
}

@media screen and (max-width: 690px) {
    .icon {
        font-weight: 900 !important;
        font-size: 27px !important;
        padding: 0;
        margin: 0;
        margin-top: -9px;
        display: flex;
    }

    .logo img {
        height: 40px;
    }

    .carousel-item img {
        /* margin-top: 4rem; */
    }

    .fafa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        color: black;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .chat-bot-icon {
        bottom: 50px !important;
    }

    .chat-screen .chat-body {
        min-height: 350px;
        max-height: 350px;
    }

    .chat-screen {
        position: fixed;
        bottom: 68px;
        right: 15px !important;
        z-index: 9999;
        width: 320px;
        background: #fff;
        box-sizing: border-box;
        border-radius: 15px;
        box-shadow: 0px 15px 20px #febc52;
        visibility: hidden;
    }
}

.btn-brown {
    background-color: #9f8054;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 4rem;
    left: 0;
    background: #26282b;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 87px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    color: #fff;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#mob-nav {
    display: none;
}

.floor_img {
    height: 400px;
    width: 100%;
}

.Highlights_img {
    margin-top: 2rem;
    width: 100%;
    height: auto;
}

dt {
    font-weight: 600 !important;
}

.intro figure .holder img {
    box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
    width: 525px;
    height: 25rem;
}

.about-img {
    top: 0px !important;
}

/* .carousel-item img {
    margin-top: 5rem;
} */

.head_container,
.navbar,
.sidenav {
    background-color: #fff;
}

.navbar .container .upper-side {
    justify-content: space-between;
}

.navbar .container .menu ul li a {
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 25px 0;
    border-top: 1px solid transparent;
}

.intro .content-box {
    padding-left: 0%;
}

.intro .content-box p {
    padding-right: 0%;
}

.intro {
    margin-bottom: 2rem;
}

.border-r {
    border-radius: 1rem;
}

.list-spacing li {
    margin-bottom: 2rem;
}

.btn-brown {
    background-color: #df7925 !important;
}

.cen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat {
    background-color: #df7925;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: fixed;
    left: 30px;
    bottom: 10px;
    padding: 15px;
    border: 0;
    cursor: pointer;
    z-index: 9;
}

.get-consultation .content-box {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    color: #fff;
    background: #df7925;
    position: relative;
    overflow: hidden;
}

.call-to-action1 {
    position: fixed;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    display: none;
    background: #df7925 !important;
}

.call-to-action1 p {
    font-size: 17px;
    margin-bottom: 0px;
    padding: 10px;
    background: #df7925;
    color: #fff;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    color: #000;
    transition: 0.3s;
}

.chat-bot-icon {
    background-image: linear-gradient(to right,
            #ee7609,
            #ee7609,
            #ee7609,
            #ee7609,
            #ee7609);
}

.chat-bot-icon img {
    height: 90px;
    width: 90px;
    position: absolute;
    right: 4px;
    top: -33px;
}

.chat-screen .chat-mail input.form-control {
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    color: #3b3f5c;
    font-size: 14px;
    padding: 0.4rem 1.25rem;
    /* width: 90%; */
    height: 40px !important;
    z-index: 2;
}

.brochure-btn,
.not-interested {
    margin: 0px 6px;
    padding: 6px 20px;
    font-size: 15px;
    border: 1px solid grey;
    color: black;
    background-image: linear-gradient(to right,
            #febc52,
            #febc52,
            #febc52,
            #febc52,
            #febc52);
}


.im-sty {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.benefits .extra {
    background-color: black;
    border: 2px solid #9f8054;
    color: white;
    padding: 1% 2%;
    font-size: 12px;
    display: flex !important;
    align-items: center;
    min-height: 50px;
}


/* new */

.navbr-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 600;

}

.nav-item a {
    color: #e28500 !important;
}

.navbar-brand {
    width: 25%;
}

.m-p {
    font-size: 20px;
    background-color: black;
    text-align: center;
    border: 2px solid #9f8054;
    color: white;
    padding: 1% 2%;
}

.loc-sec {
    display: block;
    font-size: 41px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.form-group input {
    border: none;
    border-bottom: 1.5px solid white;
    /* border-radius: 10px; */
    margin-bottom: 2%;
}

.submit_button {
    width: 25%;
    background-color: #df7925;
    color: white;
    border: 0;
    text-transform: uppercase;
    /* font-weight: 400; */
}

.ame-name {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.ame-img {
    width: 40px;
}

@media only screen and (min-width:760px) {
    .navbar-collapse {
        width: 90%;
    }

    .benefits {
        position: absolute;
        top: 0%;
        display: flex;
        align-items: center;
        height: 100vh;
        right: 0%;
        width: 25%;
        background-color: rgba(213, 114, 16, 0.8);
        backdrop-filter: blur(25px);
    }

    .benefits1 img {
        height: 40px !important;
    }

    .benefits1 figure {
        margin-bottom: 5px !important;
    }
}

.bg-gry{
    background-color: lightgray;
}

@media only screen and (max-width:760px) {

    .benefits {

        padding-top: 10%;

    }

    .navbar .container {
        flex-direction: row !important;
    }

    .navbar-brand {
        width: 45%;
    }

    .navbar button {
        width: 45%;
    }

    .benefits{
        background-color: #000 !important;
        padding-bottom: 10%;
    }

    .benefits #header-btn{
        display: block !important;
        margin: auto !important;
    }

    .loc-sec{
        font-size: 25px;
    }

}


#over-view .incon{
    /* background-color: #dc7a18; */
    /* color: white; */
    /* box-shadow: 0px 0px 10px grey; */
    padding: 2%;
    min-height: 160px;
    border-radius: 10px;
    display: flex;
   flex-direction: column;
   justify-content: center;
}

#over-view figure img {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    padding: 20px;
    border-radius: 25%;
    background-color: #ebcfa7 !important;
}

.extra{
    background-color: #de7915;
    color:white;
    display: flex;
    align-items: center;
    border: 2px solid #9f8054;
    min-height: 50px;
}

.extra span{
    font-size: 14px;
    padding: 0px 5px;
}

h6{
    font-weight: 700;
}