http://whatismyscreenresolution.net/* {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

section {
    float: left;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;http://whatismyscreenresolution.net/
    width: 100%;
}

#over {
    padding-top: 5%;
}

/* #custom_id_amen{max-height: 500px;} */
#slider-class {
    width: 80%;
}

#map-top {
    display: block;
    margin: auto;
}

#map-bottom {
    display: none;
}

/* FOR THE NAV BAR HEADING  */
.header-contact {
    width: 100%;
    background-color: black;

}

.sale {
    background-color: #f5ae5a;
    color: #8A4C40;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}

/* for gallery slider */



/* ------------------ */

.sub-header {
    display: grid;
    grid-template-columns: auto auto;
    width: 80%;
    margin: auto;
    gap: 2px;
    text-align: center;
    font-size: 10px;
    padding: 5px;
}

.sub-header li,
.sub-header a {
    color: white;
    padding-top: 2px;
}

.sub-header i {
    font-size: 15px;

}

:root {
    box-sizing: border-box;

    --primary: #e70146;
    --hover-color: #fdd052;
    --dark: #1c2022;
    --light: #fff;

    --header-bg: var(--primary);
}

*,
*::after,
*::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: "josefin sans", "helvetica", sans-serif;
    font-size: 1rem;
}

#spec .spec-accordian {
    padding-left: 10px;
    padding-right: 10px;
}

header {
    background-color: var(--light);
     padding:0 1.5em; 
    position: fixed;
    top: 0;
    width:100%;
    z-index: 999;
}

.branding {
    margin-top: -35px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.branding img {

    height: 80px;
    text-align: left;
}

.navbar {
    /*overflow-x: scroll;*/
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.menu {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

ol,
ul {
    padding: 0px !important;
}

.menu li {
    list-style: none;
    padding: 0px 10px 0;
}

.menu li a {
    display: block;
    text-decoration: none;
    color: black;

    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    cursor: pointer;
}

/* Styling submenu */
.has-dropdown {
    position: relative;
}

.submenu {
    position: absolute;
    left: 0;
    white-space: nowrap;
    padding: 1.5em 0;
    min-width: 16em;
    background-color: white;

    /* hide submenus */
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
}

.submenu>li>a {
    padding: 0.8em 1.5em;
}

.submenu .submenu {
    left: 100%;
    top: 0;
}

.submenu .submenu .submenu {
    left: 100%;
    top: 0;
}

.menu>li:hover>a,
.submenu>li:hover>a {

    /* color: var(--hover-color); */
}

.menu>li:hover>a {}

/* Arrows */

.arrow {
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    vertical-align: middle;
    border-left: 0.15em solid currentColor;
    border-bottom: 0.15em solid currentColor;
    transform: rotate(-45deg);
    margin-top: -0.25em;
    transition: transform 100ms ease-in-out;
}

/* Reveal  */
.menu>li:hover>a+.submenu,
.submenu>li:hover>a+.submenu {
    opacity: 1;
    transform: scaleY(1);
}

/* ANIMATE aRROWS */
.menu>li:hover>a>.arrow,
.submenu>li:hover>a>.arrow {
    transform: rotate(225deg);
}

@media only screen and (max-width: 78.75em) {
    .submenu .submenu .submenu {
        left: -100%;
        top: 0.5em;
    }

    .submenu {
        min-width: 16em;
    }
}

@media only screen and (max-width: 58.75em) {
    .menu li a {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 50em) {
    header {
        /*     position: relative; */
        /* padding:10px; */
        padding-bottom: 5px;
    }

    .menu {
        flex-flow: column;
        position: absolute;
        background: var(--light);
        top: 4.55em;
        left: 0;
        right: 0;
        height: auto;
        display: none;

    }

    .menu>li>a {
        font-size: 1rem;
        color: var(--dark);
    }

    .submenu>li>a {
        font-size: 1rem;
    }

    .submenu {
        top: 0;
        padding-left: 1.5em;

    }

    .submenu .submenu {
        left: 0;
        top: 0;
    }

    .submenu .submenu .submenu {
        left: 0;
        top: 0;
    }

    .menu>li:hover>a+.submenu,
    .submenu>li:hover>a+.submenu {
        position: relative;
    }

    .hamburger {
        width: 40px;
        height: 20px;
        position: relative;
        margin: 0px 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: #d3531a;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon2 span:nth-child(1),
    #nav-icon2 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon2 span:nth-child(3),
    #nav-icon2 span:nth-child(4) {
        top: 10px;
    }

    #nav-icon2 span:nth-child(5),
    #nav-icon2 span:nth-child(6) {
        top: 21px;
    }

    #nav-icon2.open span:nth-child(1),
    #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon2.open span:nth-child(2),
    #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 17px;
    }

    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 17px;
    }

    .close::after,
    .close::before {
        top: 0;
        transition: 0.2s transform ease-in-out;
    }

    .close::before {
        display: none;
    }

    .close {
        transform: rotate(45deg);
        transition: 0.2s transform ease-in-out;
    }

    .close::after {
        transform: rotate(-90deg);
    }

    /* reveal menu */
    input[type="checkbox"]:checked+.menu {
        position: absolute;
        opacity: 1;
        transform: scaleY(1);
    }
}

main {
    /* just to make scrollable vertically to see sticky navbar    */
    height: 200vh;
}

/* ----------HEADING CSS STOP HERE----------------- */

/* For the banner */
.banner-body {

    margin-top: 100px;

}
.banner-caption {
    position: absolute;
    z-index: 2;
    top: 43px;
    background-color: rgba(255,255,255,0.6);
    left: 5%;
    padding: 10px 30px;
}
.banner-caption h1 {
    font-size: 52px;
    letter-spacing: 2px;
    color: #8a4c40;
    font-weight: 900;
    text-align: left;
}
.banner-caption h2 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #212529;
    font-weight: 900;
    text-align: left;
}
.banner-tag {
    position: absolute;
    bottom: 33px;
    z-index: 9;
    background-color: #ae5f36d6;
    color: #fff;
    border-radius: 13px;
    padding: 1px 5px;
    font-size: 12px;
    right: 0;
}

/* .banner-body {
    position: relative;
    text-align: center;
   
    margin:auto;
  } */
/* .banner-body img{
      width:100%;
      height:auto;
  } */
/* Bottom left text */
.banner-text {
    position: absolute;
    top: 300px;
    left: 0.5em;
    color: black;
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 2px;
    text-align: left;

}

.banner-text span {
    display: block;
}

.modal-body label {
    color: #8A4C40;
    display: block;
}

.modal-body input {
    width: 100%;
    display: block;
}

/* for the banner sliders */
#custom_id_one {
    display: none;
}


/* --------------------- */
.thankyou {
    padding: 20px 65px;
    text-align: center;
}

.banner-btn {
    outline: none;
    border: #8A4C40;
}

.banner-btn::after {
    outline: none;
    border: none;
}

/* Top left text */
.banner-button {
    position: absolute;
    top: 40%;
    left: 7%;
    font-size: 22px;
    margin-top: 20px;

}

.banner-button2 {
    position: absolute;
    top: 50%;
    left: 13%;
    font-size: 22px;
    margin-top: 20px;

}

.banner-button2 button,
.br-download-btn {
    padding: 10px;
    font-size: 16px;
    background-color: #8A4C40;
    border: none;
    color: white;
    font-weight: bold;
}

.br-download-btn,
.br-download-btn:hover {
    width: 190px;
    margin: 30px auto;
    text-decoration: none;
    text-align: center;
    display: none;
    color: #fff;
}

.banner-button button {
    padding: 10px;
    font-size: 16px;
    background-color: #8A4C40;
    border: none;
    color: white;
    font-weight: bold;
}

/* OVERVIEW SECTION */
#over {
    position: relative;
}

.overview-body {
    background-image: linear-gradient(white, #fae8c0);
    text-align: center;
    color: black;
    width: 100%;
    /* margin:auto; */
    padding-top: 20px;
    text-align: center;
    /* padding:10px; */
    padding-bottom: 0px !important;
    position: relative;
    z-index: 3;
}

/* heading */
.design {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#over .design img {
    width: 33%;
    opacity: 0.5;
}

.overview-body .handle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.handle img {
    width: 200px;
}

.design img {
    width: 100%;
    height: auto;
}

.overview-heading {

    text-align: center;
    font-size: 20px;

    letter-spacing: 2px;
    color: #8a4c40;

}

.overview-para {

    color: #8a4c40;
    text-align: center;
    font-size: 16px;
    padding: 10px;


}

/* Top left text */

.overview-body button {
    padding: 10px 40px;
    font-size: 16px;
    background-color: #8a4c40;
    border: none;
    color: white;
    font-size: 16px;
    opacity: 1;
    margin: 30px 0 50px;
    position: relative;
    z-index: 3;
}

/* HIGHLIGHT SECTION */
#highlight {
    text-align: center;
    padding: 20px;
}

.highlight-heading {

    text-align: center;
    font-size: 20px;

    letter-spacing: 2px;
    color: #8a4c40;

}


.cards2,
.cards1,
.cards3 {
    font-size: 16px;
}

#hi-handle {
    width: 200px;
}

.high-para {
    font-size: 16px;
    padding: 10px;
}

.high-grid {
    display: inline-block;
    width: 63%;
    margin: auto;
}

.high-icon {
    text-align: center;
    padding: 20px;
    width: 210px;
    display: inline-block;
}

.high-icon img {
    width: 72px;
    height: 72px;
}

.high-icon p {
    font-size: 16px;
    margin-top: 20px;
}

/* Destination-table */
#destination{
    background-color: #8A4C40;
        float: left;
    width: 100%;
}
.destination-body {
    padding: 20px;
    text-align: center;

}

.destination-body .handle {}

.destination-body .handle img {
    width: 200px;


}



.table-heading {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;

}

.destination-body img {
    width: 100%;
}

.destination-heading {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.destination-sub {
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.destination-table img {
    width: 16px;
}

.destination-table table {
    width: 100%;
}

.destination-table td {
    padding: 10px;
    font-size: 16px;
}

/* amenity */
.amenities-body {
    padding: 20px;
    background-color: #fae8c0;
    text-align: center;
}

.amenity-heading {
    color: #8a4c40;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.amety-sub {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.amety-subheading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    font-size: 20px;
}

hr {
    position: relative;
    top: 5px;
    border: none;
    height: 2px;
    background: black;
    margin-bottom: 20px;
}

.amety-table {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin: auto;

    text-align: center;

    line-height: 30px;

}



/* Style the buttons inside the tab */
.amety-subheading .title button {
    background-color: #fae8c0;

    border: none;
    outline: none;
    cursor: pointer;

    transition: 0.3s;
    font-size: 16px;
}

.col button {
    background-color: #fae8c0;

    border: none;
    outline: none;
    cursor: pointer;

    transition: 0.3s;
    font-size: 16px;
}

.col button.active {
    border: none;
    outline: none;
    color: #8A4C40;
}

.col button {
    border: none;
    outline: none;
    color: #8A4C40;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid black;
}

.tab-panels .col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tabset .tab-panel {
    display: none;

}

.tabset label {
    padding: 5px;
    color: #8A4C40;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tablinks2 button.active {
    color: #8A4C40;
}


/* Style the tab content */
.tabcontent,
.tabcontent2 {
    display: none;
}

/* walk through section */
.walk {
    background-color: #fae8c0;
    padding-bottom: 40px;
}

.walk-img img {
    width: 100%;
}

.walk-heading {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    color: #8A4C40;
}

.walk-button {
    text-align: center;
}

.walk-button button {
    background-color: #8a4c40;
    color: white;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
}

/* specification */
.specification {
    background-image: url("../images/specification\ \(1\).jpg");
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.specification .spec-heading {
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sub-spec {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

/* accordian section */
.accordion {
    background: rgba(243, 247, 243, 0);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none !important;
    text-align: left;
    outline: none !important;
    font-size: 16px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background: rgba(243, 247, 243, 0);
    border: none !important;
    outline: none !important;
}

.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.top {
    display: none;
}

button:focus {
    outline: none;

}




.panel {
    padding: 0 18px;
    background: rgba(243, 247, 243, 0);
    max-height: 0;

    color: white;
    overflow: hidden;
    padding-left: 40px;
    transition: max-height 0.2s ease-out;
}

.panel ul {
    padding-left: 5px;
    text-align: left;
}

.panel ul li {
    padding-left: 5px;
}

/* floor plan */
.floor-plan {
    background-color: #fae8c0;
    padding: 0 10px;
    text-align: center;
}

.floor-planheading {
    color: #8a4c40;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.floor-plan .sub-heading {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.floor-plan3,
.floor-plan2 {
    position: relative;
    text-align: center;
    color: black;
}



.floor-plan3 .banner-btn,
.floor-plan2 .banner-btn {
    border: none;
    outline: none;
}

.floor-plan3 img,
.floor-plan2 img {
    width: 100%;
    opacity: 0.2;
    height: auto;
}

.floor-plan2 {
    margin-top: 20px;
}

.floor-img {
    background-color: white;
}

#floor-btn {
    color: white;
    background-color: #8A4C40;
    padding: 10px 40px;
    border-radius: 0px;
    font-size: 16px !important;
}

.floor-plan3 .heading,
.floor-plan2 .heading {
    position: relative;
    /* top: 40%;
    left:5%; */
    bottom: 10em;
    font-size: 16px;
    font-weight: 800px;

}

/* FOR THE GALLERY */

.gallery {
    padding: 10px;
    text-align: center;
}

.gallery .gallery-heading {

    font-size: 20px;
    color: #8a4c40;
}

.gallery .handle {
    padding-bottom: 20px;
}

/* Slideshow container */
/* .mySlides1, .mySlides2 {display: none;
    background-color: brown;
  }
img {vertical-align: middle;}
.mySlides1 img, .mySlides2 img{
  height:300px;
} */
/* Slideshow container */
/* .slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  background-color: brown;
} */



/* Next & previous buttons */
/* .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto; */
/* padding: 16px; */
/* margin-top: -22px;
  color: white;
  
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
 
} */
/* .prev{
  left:0px;
} */
/* Position the "next button" to the right */
/* .next {
  right: 0px;
  border-radius: 3px 0 0 3px;
  color:white;
} */

/* On hover, add a grey background color */
/* .prev:hover, .next:hover {
  background-color:black; 
  color: white
} */

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
    height: 400px;
}

.mySlides2 img,
.mySlides img {
    height: 400px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot,
.dot2 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
}



/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* for new builder section */
.subsection1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #844c40;
    padding: 10px;
}

.subsection2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #844c40;
    padding: 10px;
}

#first-tag {
    font-size: 30px;
    text-align: right;
}

.sub-tag2 {
    padding: 0 30px;
    text-align: center;
}

.sub-tag {
    margin-left: -30px;
    padding-right: 30px;
    text-align: center;
}

.sub-tag3 {
    padding-top: 10px;
}

#third-tag {
    border-left: none;
    padding-left: 30px;
    text-align: center;
}

#second-tag {
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    padding-left: 10px;
    line-height: 20px;
    letter-spacing: 1px;
}

.builer-subsection {
    width: 100%;
    margin: auto;

}

/* --------------------- */


/* For the builder section */
.builder {
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.builder-heading {
    color: #8a4c40;
    font-size: 20px;
    padding: 20px;
}

.sub-builder {
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
}

.builder-para {
    text-align: center;
    color: #8a4c40;
    font-size: 16px;
}

#about {
    position: relative;
}

.builder .design img {
    width: 35%;
    opacity: 0.5;
}

.testimonial-body {
    padding: 10px;
    background-color: #fae8c0;
    padding-bottom: 40px;
    text-align: center;
}

.test-head {
    color: #8a4c40;
    font-size: 20px;
    text-align: center;

    padding-top: 20px;

}

.swiper-slide {
    width: 200px;
}

.testimonial-body .test-sub {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.enguire {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.enguire .phone {
    text-align: center;
    padding: 10px;
    background-color: white;
    font-size: 12px;
}

.enguire .phone a {
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.enguire .phone img {
    width: 16px;
}

.enquire-button {
    text-align: center;
    background-color: #8A4C40;
    padding: 10px;
}

.enquire-button button {
    border: #8A4C40;
    color: white;
    background-color: #8A4C40;
}

footer p{margin-bottom: 0px;}
.desktop-footer {
    background-color: #171717;
    color: #b2b8bf;
    float: left;
    width: 100%;
}
.upper-footer{
  padding: 30px 0px;
}
.contact-us{padding-right: 50px;}
.dis{padding-bottom: 10px;}
.footer_sub {
    padding: 10px 0;    
    color: #b2b8bf;
    border-top: 1px solid rgba(178, 184, 191, 0.3);
}
.footer_sub  a{color:#b2b8bf;}
footer .sub-head{text-transform: uppercase;font-size: 16px;line-height: 26px;margin-bottom: 10px;}

footer a{
      color: #b2b8bf!important;
      text-decoration: none;
    outline: none;
    border: 0;
}
.selldof .title{
    display: none;
}
.desktop-footer .selldof textarea.form-control, .desktop-footer .selldo-intl-tel-input.allow-dropdown input, .desktop-footer .selldof .form-control {
    height: auto;
    background-color: #fff !important;
}
.selldof textarea.form-control {
    height: 43px !important;
    resize: none;
}
.img-center-am {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.sticky-whatsapp-icon img {
    width: 50px;
}

.sticky-whatsapp-icon {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 9;
}

.amenities-tab {
    width: 80%;
    margin: 0 auto;
}

.amenities-tab>ul {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px !important;
    margin-top: 30px;
}

.amenities-tab>ul>li {
    list-style: none;
    display: inline-block;
    margin: 0 30px;
}

.amenities-tab>ul>li>a {
    font-size: 24px;
    font-weight: 600;
    color: #8a4c40;
    text-decoration: none;
    padding: 0 15px;
}

.amenities-tab>ul>li>a.active {
    border-bottom: 3px solid #8a4c40 !important;
}

.amenites-left {
    width: 65%;
    float: left;
}

.amenities-right {
    width: 35%;
    float: left;
}

.amenities-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    border-radius: 5px 0 0 5px;
}

.amenities-info-wrap {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

.amenities-list {
    float: left;
    width: 100%;
    background-color: #8a4c40;
    border-radius: 5px;
}

.amenities-right {
    height: 400px;
    padding: 50px;
    position: relative;
}

.amenities-right:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/design2.png);
    background-size: 122% 100%;
    background-position-x: 66px;
    background-position-y: 38px;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.inner-info ul {
    margin-top: 20px;
}
.inner-info ul li {
    color: #fff;
    list-style: none;
    line-height: 38px;
}

.inner-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.location-tab.tab-wrap {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.location-tab ul.tab-nav li {
    width: 20%;
    float: left;
    list-style: none;
}

.location-tab ul.tab-nav li a,
.mob-accordation-link {
    background-color: #fde1a2;
    height: 165px;
    display: block;
    padding: 40px;
    color: #844c40;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    position: relative;
}
.mob-accordation-link:hover {
color: #844c40;
}

.location-tab ul.tab-nav li a.active,
.mob-accordation-link {
    background-color: #fce8bb;
}

.location-tab ul.tab-nav li a:after {
    content: '';
    width: 2px;
    height: 60%;
    background-color: #8a4c40;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.location-tab ul.tab-nav li a.active:before {
    content: '';
    width: 2px;
    height: 60%;
    background-color: #fde1a2;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.location-tab ul.tab-nav li a.active:after,
.location-tab ul.tab-nav li:last-child a:after,
.location-tab ul.tab-nav li:first-child a:before {
    display: none;
}

ul.tab-nav li a span,
.mob-accordation-link span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 100%;
    background: rgb(244, 126, 49);
    background: linear-gradient(38deg, rgba(244, 126, 49, 1) 0%, rgba(154, 60, 28, 1) 100%);
    line-height: 56px;
    text-align: center;
}

.location-tab ul.tab-nav li a span img,
.mob-accordation-link span img {
    width: 32px;
}

.location-inner {
    padding: 75px 50px;
    float: left;
    width: 100%;
    background-color: #fce8bb;
    margin-bottom: 50px;
}

.location-inner ul li {
    list-style: none;
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 30px;
    margin-bottom: 10px;
}
.location-inner ul li span{
    font-size: 16px;
    line-height: 26px;
}
.location-inner ul li span:nth-child(1) {
    width: 70%;
    float: left;
}

.location-inner ul li span:nth-child(2) {
    width: 5%;
    float: left;
}

.location-inner ul li span:nth-child(3) {
    width: 25%;
    float: left;
}




@media screen and (min-width: 1366px) {
    .overview-body {
        padding-top: 50px;
        padding-bottom: 100px !important;
    }

    .high-grid {
        width: 750px;
    }

    .location-tab.tab-wrap {
        float: unset;
        width: 85%;
        margin-top: 30px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 767px) {
    .location-info-wrap a {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header {
        width: 100%;
    }
    .branding img{
        height:55px;
    }
    .navbar{
        padding-bottom:0px!important;
    }

    .branding {
        margin-top: 0px;
    }

    .amenities-tab {
        width: 92%;
        margin: 0 auto;
    }

    .amenities-tab>ul>li {
        margin: 0 0px;
    }

    .amenities-tab>ul>li>a {
        font-size: 18px;
        padding: 0 9px;
    }

    .amenites-left,
    .amenities-right {
        width: 100%;
    }

    #over .design img {
        width: 100%;
    }

    .banner-tag {
        bottom: 115px;
        margin-bottom: 0;
    }

    .sticky-whatsapp-icon {
        bottom: 45px;
    }

    .amenities-img {
        border-radius: 5px 5px 0 0;
    }

    .banner-body {
        margin-top: 40px;
    }

    .menu {
        top: 68px;
    }

    .menu li {
        padding: 0;
    }

    .menu li a {
        padding: 10px;
        text-align: center;
    }

    .location-inner ul li {
        list-style: none;
        width: 100%;
        float: left;
        text-align: left;
        padding: 0 0px;
    }

    .location-inner {
        padding: 15px 20px 30px;
        width: 100%;
        margin-bottom: 0px;
        border-bottom: 1px solid #f3ab5e;
    }

    .location-tab.tab-wrap {
        position: relative;
    }

    .location-tab ul.tab-nav li {
        width: 100%;
    }

    .location-tab ul.tab-nav li a,
    .mob-accordation-link {
        height: 55px;
        padding: 5px;
        font-size: 16px;
        line-height: 36px;
        text-align: left;
    }

    .mob-accordation-link {
        display: block;
        float: left;
        width: 100%;
    }

    ul.tab-nav li a span,
    .mob-accordation-link span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 15px 0px;
        vertical-align: middle;
    }

    .location-tab ul.tab-nav li a span img,
    .mob-accordation-link span img {
        width: 24px;
        vertical-align: initial;
    }

    #gal,
    #amen {
        padding-top: 25px;
    }

    .subsection1,
    .subsection2 {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .sub-tag,
    .sub-tag2,
    .sub-tag3 {
        margin-left: 0px;
        display: block !important;
        padding: 20px 0 0 0 !important;
        border-left: 0px solid !important;
        border-bottom: 2px solid #844c40 !important;
    }
    .subsection1 > div:last-child{
        border-bottom: 0px solid !important;
    }
    .sub-tag p,
    .sub-tag2 p,
    .sub-tag3 p {
        display: inline-block;
    }
    .builder .design img {
        width: 100%;
        opacity: 0.5;
    }
    .location-tab ul.tab-nav li a:after,
    .location-tab ul.tab-nav li a:before {
        display: none;
    }

    .location-tab>ul, .builder-para br, .destination-sub br {
        display: none;
    }

    .location-list.active ul {
        display: block;
    }

    .location-list > ul {
        display: none;
    }

    .mob-accordation-link:after {
        content: '\002B';
        color: #844c40;
        font-weight: bold;
        float: right;
        margin-left: 1px;
        margin-right: 10px;
    }

    .mob-accordation-link.active:after {
        content: '\002D';
        color: #844c40;
        font-size: 20px;
        float: right;
        margin-left: 1px;
        margin-right: 10px;
    }

    .destination-sub {
        padding-bottom: 10px;
    }
    
.destination-heading {

    text-align: center;
    font-size: 20px;

    letter-spacing: 2px;
    color: #ffffff;

}
    .location-wrap {
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }
    .location-list.tab-content{
        float: left;
        width: 100%;
    }
    .col-xs-12{
        flex: 0 0 auto;
        width: 100%!important;
    }
    .desktop-footer{
        padding-bottom: 50px;
    }
    .desktop-footer .contact-form{
        margin-top: 30px;
    }
    .amenities-img{
        height: 250px;
    }
    .amenities-right{
        height: auto;
        padding: 30px 30px 5px;
    }
    .banner-caption {
    position: absolute;
    z-index: 2;
    top: 73px;
    background-color: rgba(255,255,255,0.8);
    left: 50%;
    padding: 10px 15px;
    width: 95%;
    transform: translateX(-50%);
}
.banner-caption h1 {
    font-size: 24px;
    letter-spacing: 2px;
}
.banner-caption h2 {
    font-size: 22px;
}
}