@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&family=Nunito:wght@300;400;600;700&display=swap');


.callmeon {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9;
    transition: 0.6s all;
    background: #fff;
    border-radius: 4px 0 0 4px;
}
.callmeon a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.dlf-logo {
    transform: translateY(13px);
}
.dlf-logo img{width:100px}
.callmeon.set-right{right: -137px!important;}
html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #4d4c4f;
    line-height: 1.4;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
    font-weight: unset;
}
.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 95%;
    margin: 0px auto;
    padding: 0 15px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-orange {
    color: #ee6e25;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-off-white {
    background-color: #f8f8fa;
}

.bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.cred {
    color: red;
}

.h100 {
    height: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-md {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

.flex {
    display: flex;
}

section {
    float: left;
    width: 100%;
}

section.padding {
    padding: 10px 0;
}


  @media only screen and (max-width: 640px) {
    .mob-footer a.mob-enq-btn {
        background-color: #25d366!important;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }
        .mob-footer a.mob-call-btn {
        background-color: #bd9164;
        color: #082d58;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        width: 227px;
    }

}
    .loca2{
        width: 72rem;
    }


    @media (max-width: 640px) {
          .loc{
        width: 361px!important;
    }
    .loca1{
        width: 362px;
    margin-top: 25px;
    }
      .menu-icon-mobile {
        height: 50px;
        padding: 18px 10px;
        top: -6px;
        right: 8px;
    }
    .spec-slider-content {
        height: 162px;
    }
    }
    .loc{
        width: 540px;
    }
        .closebtn {
    color: #fff;
    font-weight: bold;
    /* float: right; */
    cursor: pointer;
    margin-right: 10px;
    position: relative!important;
    left: 308px;
    bottom: 12px;
}
.tryst-point img {
    margin-right: 20px;
    width: 79px;
}

.call-icon span {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 0px;
}

.call-icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    right: -8px;
    top: 10px;
}

.country_code_wrap {
    display: flex;
    position: relative;
  }

  .country_code_wrap .country_code {
    width: 100%;
    outline: none;
    appearance: none !important;
    max-width: 50px;
    border-right: 0;
    border: 0 !important;
    position: absolute;
    left: 2px;
    bottom: 2px;
    padding-right: 0;
}
.country_code_wrap input {
    padding-left: 50px;
}
  .form-control {
    outline: none;
}

header .form-container .frmclose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 20px;
}

.enquire-btn {
    color: #fff !important;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 12px;
    padding: 14px 20px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    background: linear-gradient(transparent, transparent 50%, #fff 50%, #fff);
    background-size: 100% 200%;
    transition: background 0.5s;
    text-transform: uppercase;
}

.enquire-btn:hover {
    color: #bd9164 !important;
    background-position: 100% 100%;
}

.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

/*------------------------ Custom Enquiry Form Starts --------------------------*/
.enquire-form-wrapper {
    display: none;
}

/* .closebtn {
    color: #fff;
    font-weight: bold;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    position: relative!important;
    left: 345px;
    bottom: 12px;
} */

.thankyou {
    color: #fff;
    text-align: center;
}


form {
    padding: 0px 10px;
}

form .form-group {
    margin-bottom: 15px !important;
}

form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.enquire-form-wrapper .btn {
    background-color: #082d58;
    color: #fff !important;
    font-weight: bold;
    padding: 8px 20px;
}

.btn {
    font-weight: 400;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}

label.error {
    position: absolute;
    color: red;
    font-size: 10px;
}

.enquire-form-wrapper {
    position: fixed;
    right: 4.5%;
    top: 84px;
    background-color: #000;
    padding: 15px 5px 5px;
    /* display: none; */
    z-index: 199;
    width: 370px;
    min-height: auto;
}
/*------------------------ Custom Enquiry Form Ends ----------------------------*/

/*------------------------- Banner Section Starts -------------------------------*/
.blink_text {
 animation-name: blinker;
 animation-duration: 4s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@keyframes blinker {
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}
.home-banner {
    background-color: #bd9164;
    color: #fff;
}

.banner-content {
    position: absolute;
    top: 55%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
}

.banner-building {
    border-radius: 0 90% 100% 0;
    max-width: 100%;
}

.banner-subheading {
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0px;
}

.enquire-btn-wrapper {
    margin-top: 80px;
}

.walkthrough {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*------------------------- Banner Section Ends ---------------------------------*/

/*------------------------- Common CSS Starts --------------------------------*/
.section-heading {
    font-family: 'IBM Plex Serif', serif;
    font-size: 36px;
    line-height: 52px;
}

.section-subdescription {
    color: #bd9164;
}

.art-imp,
.tnc {
    font-size: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.tnc {
    left: unset;
    right: 5px;
}

.section-subtitle {
    font-size: 20px;
    line-height: 46px;
    font-family: 'IBM Plex Serif', serif;
}

/*------------------------- Common CSS Ends ----------------------------------*/
.circle-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
}

/*------------------------- Tryst Section Starts ----------------------------------*/
.tryst-section {
    color: #CFD5DD;
    padding: 100px 0px;
}

.tryst-section p,
.tryst-section h2 {
    text-align: center;
    max-width: 1081px;
    margin: auto;
    margin-bottom: 20px;
}

.tryst-section p {
    font-size: 18px;
}

.tryst-points-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.tryst-point {
    display: flex;
    align-items: center;
}

.tryst-point img {
    margin-right: 20px;
}

.border-lt-rt {
    border-left: 1px solid rgba(207, 213, 221, 0.4);
    border-right: 1px solid rgba(207, 213, 221, 0.4);
    padding: 0px 50px;
}

.tryst-semicircle {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0;
    width: 250vw;
    height: 250vw;
    border-radius: 100%;
    background-color: #bd9164;
}

.tryst-semicircle .section-description {
    color: #CFD5DD;
    font-size: 18px;
}

/*------------------------- Tryst Section Ends ----------------------------------*/
/*------------------------- Overview Section Start ----------------------------------*/
.overview-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(222, 239, 255, 0.5) 100%);
    padding-bottom: 0 !important;
}

.overview-content {
    background-color: #bd9164;
    padding: 0px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-content .section-heading {
    font-size: 30px;
    line-height: 45px;
}

.overview-points {
    padding-left: 25px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.overview-points li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.overview-points li:last-child {
    border-bottom: unset;
}

/*------------------------- Overview Section Ends ----------------------------------*/

/*------------------------- Highlights Section Starts ------------------------------*/
.highlights-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(222, 239, 255, 0.5) 0%);
    position: relative;
}

.highlights-section-content p,
.highlights-section-content h2 {
    text-align: center;
    max-width: 981px;
    margin: auto;
    color: #bd9164;
    margin-bottom: 20px;
}
.home-page-slider{
    height: 450px;
}
/*.
.home-page-slider .slick-slide {
    position: relative;
    top: -25px;
    transition-duration: 1s;
}
.home-page-slider .slick-slide img{
    width: 178px;
    height: 193px;
    margin: auto;
}
.home-page-slider .slick-slide.slick-active{
    position: relative;
    top: 75px;
    transition-duration: 1s;
}
.home-page-slider .slick-slide.slick-current.slick-center{
    position: relative;
    top: 200px;
    transition-duration: 1s;
}
.home-page-slider .slick-slide.slick-current.slick-center img{
    width: 100%;
    height: auto;
}*/

.brochure-btn-wrapper {
    text-align: center;
}

.brochure-btn-wrapper .enquire-btn,
.circle-wrapper .enquire-btn {
    border-color: #bd9164;
    color: #fff !important;
    background: linear-gradient(transparent, transparent 50%, #bd9164 50%, #bd9164);
    background-size: 100% 200%;
}

.brochure-btn-wrapper .enquire-btn:hover,
.circle-wrapper .enquire-btn:hover {
    color: #fff !important;
    background-position: 100% 100%;
}

.location-slider-arrows {
    right: -50px;
}

.slider-highlights-arrows,
.location-slider-arrows,
.spec-slider-pagination,
.common-slider-arrows {
    height: 50px;
    position: relative;
}

.slider-highlights-arrows .slick-arrow,
.location-slider-arrows .slick-arrow,
.common-slider-arrows .slick-arrow {
    position: absolute;
    left: calc(50% - 80px);
    transform: translateX(-50%);
    bottom: 10px;
    width: 30px;
    height: 30px;
}

.slider-highlights-arrows .slick-arrow svg,
.location-slider-arrows .slick-arrow svg,
.common-slider-arrows .slick-arrow svg {
    width: 30px;
    height: 30px;
    fill: #bd9164;
}

.slider-highlights-arrows .slick-next,
.common-slider-arrows .slick-next {
    margin-left: 160px;
}

.loc-pagingInfogallery,
.location-pagingInfogallery,
.common-pagingInfogallery {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    color: #bd9164;
}

.loc-pagingInfogallery span,
.location-pagingInfogallery span,
.spec-pagingInfogallery span,
.common-pagingInfogallery span {
    border-bottom: 3px solid #416495;
    padding: 0px 10px;
    margin: 0px 10px;
    position: relative;
    bottom: 12px;
}

.brochure-btn-wrapper {
    margin-top: 80px;
}

.cara-bg {
    position: fixed;
    /*left: auto;*/
    /*right: auto;*/
    /*bottom: 276px;*/
    /*width: 100%;*/
    /*height: 500px;*/
}

.home-page-slider .slider-des {
    margin-top: 15px;
    font-size: 12px;
    width: 178px;
    margin: 15px auto 0;
}

.home-page-slider .slick-slide.slick-current .slider-des {
    font-size: 16px;
    width: 100%;
}

/*------------------------- Highlights Section Ends --------------------------------*/

/*------------------------- Location Section Starts --------------------------------*/
.gap {
    margin: 30px 0px;
}

.location-section {
    color: #bd9164;
    padding-top: 100px;
    padding-bottom: 130px;
    margin-top: 70px;
}

.location-section .enquire-btn-wrapper {
    margin-top: 50px;
}

.loc-svg {
    width: 483px;
    height: 465px;
    position: relative;
    z-index: 1;
}

.mg-top-loc {
    margin-top: 50px;
}

.location-section .section-description {
    color: #bd9164;
    margin-top: 50px;
    width: 90%;
}

.location-circle {
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    bottom: 0;
    width: 150.16666666666666em;
    border-radius: 100%;
    background-color: #DEEFFF;
}

.blue-box {
    background-color: #bd9164;
    color: #fff;
    width: 659px;
    height: 361px !important;
    padding: 25px 0 25px 25px;
}

.blue-box img {
    margin: auto;
}

.blue-box .flex {
    align-items: baseline;
}

.slider-title {
    font-family: 'IBM Plex Serif', serif;
    font-size: 26px;
}

.location-slider-points li {
    padding: 7px 0px;
}

.location-slider-points {
    padding-left: 20px;
    margin-top: 20px;
}

.location-slider-arrows .slick-next {
    margin-left: 160px;
}

/*.location-slider-arrows .slick-arrow{
    left: 40%;
}*/
.location-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.location-section .enquire-btn {
    border-color: #bd9164;
    color: #bd9164 !important;
}

.gmaps {
    width: 100%;
    height: 531px;
    margin-top: 100px;
    position: relative;
    box-shadow: 0px 10px 10px #888888;
}

.pos-z {
    position: relative;
    z-index: 1;
}

.light-svg {
    position: absolute;
    width: 401px;
    height: 522px;
    top: 35%;
    left: calc(50% + 17px);
    z-index: 0;
    transform: translate(-50%, -50%);
}

.animate-svg {
    position: absolute;
    width: 364px;
    height: 765px;
    top: 31%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-dashed-line__path {
    animation: c-dashed-line-path 3s ease-in-out alternate;
    fill: none;
    stroke: #31CC89;
    stroke-dasharray: 940;
    stroke-width: 10;
}

@keyframes c-dashed-line-path {
    from {
        stroke-dashoffset: 940;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/*------------------------- Location Section Ends --------------------------------*/

/*------------------------- Specification Section Starts --------------------------*/
.specification-section {
    padding-top: 70px;
    color: #bd9164;
    text-align: center;
    background: linear-gradient(1deg, rgba(255, 255, 255, 1) 0%, rgba(222, 239, 255, 0.5) 100%);
}

.spec-slider {
    text-align: left;
}

.spec-slider-title {
    font-size: 18px;
    line-height: 46px;
    font-family: 'IBM Plex Serif';
}

.spec-slider-points {
    font-size: 14px;
    padding-left: 15px;
}

.spec-slider-points li {
    padding: 5px 0px;
}

.spec-slider {
    margin-top: 50px;
}

.spec-slider .slick-slide {
    margin-right: 120px;
}

.spec-slider-content {
    background-color: #FFF;
    padding: 20px 15px 0 30px;
}

.spec-slider .slick-list {
    padding-left: 0px !important;
}

.spec-slider {
    padding-left: 15%;
}

.spec-pagingInfogallery {
    /*position: absolute;
    right: 100px;
    bottom: 0px;*/
    padding-top: 20px;
    display: block;
}

.spec-slider .slick-arrow {
    position: absolute;
    left: 150px;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    z-index: 2;
}

.spec-slider .slick-arrow.slick-prev {
    opacity: 0;
}

.spec-slider .slick-arrow.slick-next {
    left: unset;
    right: 150px;
}

.spec-slider .slick-arrow svg {
    fill: #bd9164;
}

.dotted-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 100%;
}

.common-slider {
    color: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.common-slider .slick-slide {
    margin: 0px 30px;
}

.common-blue-box {
    background-color: #bd9164;
    height: 256px;
    padding: 25px;
    text-align: left;
    width: 352px;
    margin: auto;
}

.common-slider-title {
    font-size: 18px;
    font-family: 'IBM Plex Serif';
    line-height: 46px;
}

.common-slider-description {
    font-size: 14px;
}

.common-slider-points {
    padding-left: 20px;
}

.club-img-wrapper {
    margin-top: 80px;
}

.club-content {
    background-color: #bd9164;
    text-align: center;
    padding: 35px 0px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 34px;
}

.club-content .section-description {
    font-size: 18px;
    color: #CFD5DD;
    margin: 15px auto;
    max-width: 997px;
}

.club-content .enquire-btn-wrapper {
    margin-top: 40px;
}
.lifestyle-slider {
    margin: 30px auto;
}
.img-div{
    height: 90px;
}
.img-div img{
    margin: auto;
}

/*------------------------- Specification Section Ends --------------------------*/

/*------------------------- Disclaimer Section Starts --------------------------*/
.disclaimer-section {
    background-color: #DEEFFF;
    color: #bd9164;
    position: relative;
}

.disclaimer-section .section-subtitle {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito';
}

.disc-points li {
    padding: 5px 0px;
}

.disc-points {
    padding-left: 20px;
}

.water-logo {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.club3{
    position: absolute;
    bottom: 10px;
    left: 5px;
    font-size: 8px;
    color: #fff;
    width: 75%;
    text-align: left;
}
.club-img-wrapper .art-imp{
    left: unset;
    right: 5px;
}
/*------------------------- Disclaimer Section Ends --------------------------*/



/*Footer Section*/
footer {
    float: left;
    width: 100%;
    color: #fff;
}

footer a {
    color: #fff;
}

footer .upper {
    background-color: #2b2b2b;
    padding: 10px 0;
}

footer .lower {
    background-color: #bd9164;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
}

.map-icon {
    position: relative;
    top: 2px;
    right: 5px;
}

.pos-top {
    position: relative;
    top: 2px;
}





/************ Slider *********/
.slider-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18.4em;
    margin-top: 8em;
    margin-right: 2.6em;
    margin-left: 2.6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    text-align: center
}

.slider-slide.splide__slide.slider-hp {
    margin-right: 4.86em;
    margin-left: 4.86em;
    -webkit-transition: .2s;
    transition: .2s
}

.slider-slide.inactive-slide {
    width: 16.05em;
    margin-top: 3em;
    margin-right: 3.775em;
    margin-left: 3.775em;
}

.slider-slide.inactive-slide.third-child {
    margin-top: 0
}

.slider-slide.v2-slide {
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.slider-slide.v2-slide.v3-slide {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}