/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

body {
    font-size: 15px;
}

html,
body {
    overflow-x: hidden !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    /* list-style-type: none;
    font-size: 14px; */
}

a,
a:visited {
    text-decoration: none;
    color: #000;
}

a,
input,
button {
    outline: 0;
}

input {
    height: 17px;
    padding-left: 2px;
    font: 14px 'Eurostile', sans-serif;
}

select {
    display: inline-block;
}

h1 {
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}

h2 {
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}

h3 {
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}

h4 {
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}

h5 {
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}

p {
    margin: 0;
    font: 15px 'Roboto', Arial, sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}

h2,
h3,
h4,
h5 {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Floats free left and right with !impoprtant case
 */

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.fl-ll {
    float: left !important;
}

.fl-rr {
    float: right !important;
}

.full-width {
    width: 100% !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-300 {
    margin-top: 300px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mb-300 {
    margin-bottom: 300px;
}

.mb-500 {
    margin-bottom: 500px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    padding-left: 30px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.w-50 {
    width: 50px;
}

.w-100 {
    width: 100px;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.w-250 {
    width: 200px;
}

.w-290 {
    width: 290px !important;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.woff') format('woff'),
        url('../fonts/icomoon/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    position: relative;
    margin: 0;
    font: 14px 'Roboto', 'Open Sans', Arial, sans-serif;
    background: #fff;
    margin: 0;
}

button,
a {
    outline: 0 !important;
}

.wrapper {
    width: 100%;
}

.container-fluid {
    width: 100%;
    padding: 0;
}

.container {
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading {
    display: none;
}

.loading {
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}

.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* extra submit button loadin positioning*/
.btn-wrap {
    position: relative;
    display: inline-block;
}

.btn-wrap .loading {
    position: absolute;
    left: 114%;
    top: 7px;
}

/* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error {
    /* width: 100% !important;
    padding: 10px 0; */
    color: red;
    /* clear: both;
    margin: 0; */
    display: none;
    font-weight: normal;
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}

:-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}

:-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}

section {
    padding: 10px 0;
    float: left;
    width: 100%;
}

section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey {
    background: #f9f9f9;
}

h3 {
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}

h3 span {
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}

.row.no-gutter {
    margin-left: 0px;
    margin-right: 0;
}

.row.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top:30%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px 0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}

.stickyForm.active {
    right: 0px;
}

.stickyForm .btn {
    background: #3C6A59;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -104px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px 0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

body .stickyForm .form_header p {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #3C6A59;
    text-align: center;

}

body .stickyForm * {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    ;
}

body .stickyForm label {
    width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 40px;
    background-color: white;
    border: none;
    margin-bottom: 13px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 15px;
}

.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}

body .stickyForm ._checkbox {
    margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
    text-align: left;
    margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
    width: 50% !important;
    float: left;
    padding-right: 5px;
}

body .stickyForm ._checkbox span {
    padding-left: 4px;
    font-size: 13px;
    float: left;
}

.stickyForm,
.stickyForm.active .btn {
    background: #afbe6a;
    color: black;
}

.stickyForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm :-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}

body .stickyForm select {
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}

body .stickyForm .btn-group {
    margin-top: 20px;
}

body .stickyForm .error {
    margin-bottom: 0 !important;
}

body .stickyForm label.error {
    padding: 7px 0;
}

body .stickyForm [type="submit"] {
    background: #3C6A59 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    border: none;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

/* end of sticky form code */

.form-section form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.stickyForm .loading {
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}

._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}

@keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#slider {
    position: relative;
}

/*  end of blink animation codes */

/* LP codes continues here */


@font-face {
    font-family: 'Lovelyn';
    src: url('../fonts/Lovelyn\ Free\ Personal\ Use.ttf');
    src: url('../fonts/Lovelyn\ Free\ Personal\ Use.ttf') format('embedded-opentype'),
        url('../fonts/Lovelyn\ Free\ Personal\ Use.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

.date_time_input input {
    height: 40px;
    width: 100%;
}

.hero_banner_wrapper {
    position: relative;
}

.hero_banner_image {
    position: relative;
}

.hero_banner_image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000066, transparent);
}

.top_nav_wrapper {
    width: 90%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 45px;
}

.top_nav_links a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-family: Poppins, Arial, Helvetica, sans-serif;

}

.hero_banner_wrapper img {
    width: 100%;
    height: 100vh;
}

.hero_banner_logos {
    display: flex;
}

.hero_banner_logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;
    margin-bottom: 5vw;
}

.hero_banner_logos img {
    width: 100px;
    height: 95px;
}

.hero_banner_left {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/MacBook\ Pro\ 14_\ -\ 2\ \(1\).jpg");
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_banner_logos img:nth-child(2),
img:nth-child(3) {
    width: 95px;
    height: 40px;
}

.hero_banner_content_wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero_banner_logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;
}

.hero_banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.hero_banner_content p:nth-child(1) {
    color: #3C6A59;
    font-size: 50px;
    font-family: Lovelyn, Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 10px;
    margin-bottom: 35px;
    line-height: initial;
}

.hero_banner_content p:nth-child(2) {
    text-align: center;
    margin-bottom: 35px;
    font-size: 27px;
    color: #3C6A59;
    line-height: 1.3;
    word-spacing: 3px;
    letter-spacing: 2px;
    font-family: Lovelyn, Arial, Helvetica, sans-serif;
}

.hero_banner_content p:nth-child(3) {
    background-color: rgba(60, 106, 89, 0.12);
    text-align: center;
    padding: 15px 80px;
    color: #3C6A59;
    font-size: 25px;
    font-weight: 600;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin-bottom: 30px;

}

.hero_banner_content p:nth-child(4) {
    font-size: 25px;
    text-align: center;
    color: #3C6A59;
    font-weight: 200;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.hero_banner_content button {
    background-color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: white;
    font-size: 20px;
    border: none;
    padding: 25px 50px;
}

.hero_banner_content button {
    background-color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: white;
    font-size: 20px;
    border: none;
    padding: 15px 30px;
}

.hero_banner_footer p {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.content_wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
    margin: auto;
    background-color: #3C6A59;
    margin: 60px auto;
}

.features_paragraph {
    width: 20%;
    display: flex;
    justify-content: center;
    position: relative;
}

.features_paragraph p {
    color: white;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 1.75;
}

.features_paragraph:last-child {
    width: 40%;
}

.features_paragraph:after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% + 20px);
    background: #fff;
    right: 0px;
    z-index: 9;
    top: -5px;
}

.features_paragraph:last-child::after {
    display: none;
}

/* Modern_world_css */
.feature_detail_wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 60px;
}

.fetaure_details_image {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
}
.feature_detail_content {
    width: 60%;
    background-color: #d2e28b;
    padding: 65px 0px 50px 25px;
}

.detail_content_wrapper {
    width: 75%;
    display: block;
    margin: auto;
}

.fetaure_details_image img {
    position: relative;
    z-index: 99;
    width: 95%;
    left: 120px;
}
.fetaure_details_image::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 275px;
    top: 49%;
    left: 2%;
    background: url(../images/image\ 5.png);
}

.feature_detail_content header {
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 45px;
}

.feature_detail_content p {
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 2.0;
    margin-top: 20px;
}

.feature_detail_content:before {
    content: "";
    position: absolute;
    background: url(../images/image\ 4.png);
    z-index: 999;
    width: 220px;
    height: 226px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -20%;
    right: -25px;
}

.bright_future_content:before {
    content: "";
    position: absolute;
    background: url(../images/image\ 3.png);
    z-index: 99;
    width: 260px;
    height: 235px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -2%;
    right: 41%;
}

/* Bright-Future-css */
.bright_future {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 50px;
    padding-top: 70px;
}

.bright_future_image {
    width: 30%;
}

.bright_future_content {
    width: 70%;
    background-color: #d2e28b;
    padding: 60px 45px;
}

.bright_future_content_wrapper {
    width: 60%;
    display: block;
}

.bright_future_image img {
    position: absolute;
    z-index: 99;
    width: 38%;
    height: 470px;
    top: 17%;
    right: 13%;
}

.bright_future_content header {
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 44px;
}

.bright_future_content p {
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.75;
    margin-top: 40px;
}

/* What's near Section -css */
.what_near_container {
    width: 80%;
    display: block;
    margin: auto;
    padding-bottom: 50px;
    /*padding-top: 50px;*/
}

.whats_near_content {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}

.whats_near_content img {
    width: 25px;
}

.whats_near_wrapper ul {
    margin: 0px 0px 25px 90px;
line-height:30px;
}

.what_near_image img {
    width: 100%;
}

.whats_near_wrapper header {
    font-size: 35px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.whats_near_content p {
    font-size: 24px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 15px;
}

.whats_near_wrapper ul li {
    font-size: 16px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.what_near_image {
    padding-top: 65px;
}

/* Master_plan_ css */
.master_plan_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.master_plan_header p {
    font-size: 40px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.master_plan_image {
    padding-top: 60px;
}

.master_plan_image img {
    cursor: pointer;
}

/* Amenities Section -css */
.amenities_header p {
    text-align: center;
    font-size: 40px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: initial;
}

.amenities {
    padding-bottom: 60px;
}

.amenity_content_wrapper {
    padding-top: 75px;
}

.amenities_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.amenities_content {
    cursor: pointer;
    height: 15vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.amen_content_wrapper.active {
    background: #3C6A59;
}

.amenities_content_1 {
    cursor: pointer;
    height: 15vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}


.amenities_content .amenities_icon img:last-child {
    display: none;
}


.amen_content_wrapper.active .amenities_icon_1 img:first-child {
    display: block;
}

.amen_content_wrapper.active .amenities_icon_1 img:last-child {
    display: none;
}

.amen_content_wrapper .amenities_icon_1 img:first-child {
    display: none;
}

.amen_content_wrapper.active .amenities_icon img:last-child {
    display: block;
}

.amen_content_wrapper.active .amenities_icon img:first-child {
    display: none;
}

.amen_content_wrapper.active .amenities_name p {
    color: white;
}

.amenities_icon_1,.amenities_icon img {
    width: 40px;
    margin: auto;
}

.amenities_name p {
    font-size: 14px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 15px;
}


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

.amenities_slider:after {
    content: "";
    position: absolute;
    width: 485px;
    height: 425px;
    border: 2px solid black;
    border-radius: 25px;
    top: 7%;
    z-index: -99;
}

.owl-carousel.owl-theme.amenities_slider {
    width: 70%;
    position: relative;
}

.amenities_slider .owl-nav {
    width: 25%;
    height: 25px;
    display: flex;
    text-align: center;
    position: absolute;
    bottom: -45px;
    right: 6px;
    justify-content: space-evenly;
    align-items: center;
    padding: 27px;
    border-radius: 25px;
}

.amenities_slider .owl-nav {
    background-color: rgba(60, 106, 89, 0.15);

}

.amenities_slider .owl-nav .owl-next {
    background-image: url(../icons/iconamoon_arrow-up-2\ \(2\).svg);
    position: absolute;
    top: 20%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain;
    background-position: center !important;
    left: 80px;
}

.amenities_slider .owl-nav .owl-prev {
    background-image: url(../icons/iconamoon_arrow-up-2\ \(3\).svg);
    position: absolute;
    top: 20%;
    left: 15px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0px;
    color: transparent;
    background-size: contain;
    background-position: center !important;
    /* display: flex; */
    /* align-items: center; */
}

.amenities_slider .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 24px;
    background: #3C6A59;
    right: 0px;
    z-index: 9;
    top: 5px;
    left: 49px;
    /* right: 0; */
    /* margin: auto; */
}

.owl-carousel.owl-theme.amenities_slider .item {
    padding: 0px 0px 65px 50px;
}

.owl-carousel.owl-theme.amenities_slider .item p {
    position: relative;
    bottom: -10px;
    left: -5%;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: black;
    font-weight: 600;
}

.footer_section {
    padding-bottom: 35px;
}

.footer_section_wrapper {
    background-color: #d2e28b;
    padding: 50px;
    position: relative;
}

.footer_section_wrapper::before {
    content: '';
    position: absolute;
    left: -281px;
    top: -140px;
    width: 470px;
    height: 280px;
    background: url(../images/image\ 15.png) top right no-repeat;
    background-size: contain;
    z-index: 99;
}

.enquire_form_header p {
    text-align: center;
    font-size: 40px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: initial;
    margin-bottom: 25px;
}

.enquire_now_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enquiry_input {
    width: 60%;

}

.enquiry_input input {
    padding-left: 15px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: black;
}

.enquire_now_form button {
    width: 45% !important;
    padding: 15px 25px;
    background-color: #3C6A59;
    color: white;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: none;
}

.enquire_now_form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enquire_now_form form input[type="text"],
input[type="email"],select {
    width: 100%;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    border: none;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 15px;
    outline: none;
    color: #a39797;
    font-weight: lighter;
}

.enquire_now_form::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 75%;
    background: #3C6A59;
    right: 0px;
    z-index: 9;
    top: 55px;
}

body .stickyForm .select_input_field select{
    width: 100% !important;
    border: 0;
    height: 40px;
    background-color: white;
    border: none;
    margin-bottom: 13px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 15px;
    color: #ccc9c9;
    outline: none;

}
body .stickyForm .select_input_field input{
    color: #ccc9c9;
}
.get_in_touch_wrapper {
    padding: 45px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.get_in_touch_header p {
    text-align: center;
    font-size: 40px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: initial;
    margin-bottom: 25px;
}

.get_in-touch_content {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get_in-touch_content p {
    width: 55%;
    font-size: 21px;
    color: #3C6A59;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 2.0;
}

.copyright_text p {
    font-size: 18px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-align: center;
}

.copyright_image {
    width: 100%;
    margin-top: 10px;
}

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

.copyright_image_wrapper img {
    padding: 10px;
}

.top_nav_links_menu {
    display: none;
}

.close_button {
    display: none;
}

.hamburgur_menu {
    display: none;
}

.voucher_popup_choose {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 75%;
    margin: 20px auto;
}
.voucher_popup_choose img{
    margin: auto;
}
.popup_enquiry_form {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    max-width: 26%;
    margin: 20px auto;
}
.popup_enquiry_form .enquire_now_form::after{
display: none;
}
#popup_enquiry .enquire_now_form .enquiry_input {
    width: 100%;
}
#popup_enquiry .enquire_now_form .enquiry_input input::-webkit-input-placeholder {
 color: black; 
}
#popup_enquiry .enquire_now_form .enquiry_input input[type="text"],#popup_enquiry .enquire_now_form .enquiry_input
input[type="email"] {
 color: black; 
 border: 1px solid black;
}
#popup_enquiry .enquire_now_form .enquiry_input select {
    color: black;
 border: 1px solid black;
}
#popup_enquiry .enquiry_input option{
    color: black;
}
#popup_enquiry .enquire_form_header p{
    font-size: 25px;
}

.amen_content_wrapper {
    width: 75%;
    padding: 15px;
    border-radius: 10px;
}

@media only screen and (max-width: 1600px) and (min-width: 1400px)  {
    .amenities_slider:after {
        content: "";
        position: absolute;
        width: 90%;
        height: 85%;
        border: 2px solid black;
        border-radius: 25px;
        top: 8%;
        z-index: -99;
    }
    .voucher_popup_choose img {
        margin: auto;
        max-width: 60% !important;
    }
    .voucher_popup_choose {

        max-width: 80%;
        height: 95vh;
        margin: 20px auto;
    }
    .amenities_slider .owl-nav {
        width: 26%;
    }
        .hero_banner_left {
        height: 125vh;

    }
    .hero_banner_content_wrapper {
        height: 125vh;
    }
    .hero_banner_image img {
        height: 125vh;
        object-fit: cover;
    }
}
@media(min-width:1600px){
.amenities_slider:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 85%;
    border: 2px solid black;
    border-radius: 25px;
    top: 8%;
    z-index: -99;
}
}
@media(min-width:1920px){
    .amenities_slider:after {
        content: "";
        position: absolute;
        width: 86%;
        height: 88%;
        border: 2px solid black;
        border-radius: 25px;
        top: 7%;
        z-index: -99;
    }
    
}
@media only screen and (max-width: 1400px) and (min-width :1200px){
    .amenities_slider .owl-nav {
        width: 30%;
    }
.amenities_slider:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border: 2px solid black;
    border-radius: 25px;
    top: 7%;
    z-index: -99;
}
}
/* mobile reponsive */
@media only screen and (width >= 1200px) {
    .amenities_header p {
        font-size: 30px;
    }
    .amenities_slider:after {
        content: "";
        position: absolute;
        width: 86%;
        height: 85%;
        border: 2px solid black;
        border-radius: 25px;
        top: 7%;
        z-index: -99;
    }
    .hero_banner_image img {
      object-fit: cover;
}

}

@media only screen and (width < 1200px) {
        .hero_banner_image img {
    object-fit: cover;
}
.hero_banner_content p:nth-child(1) {
    font-size: 40px;
}

.hero_banner_content p:nth-child(2) {
    font-size: 21px;
}

.hero_banner_content p:nth-child(3) {
    padding: 15px 65px;
    font-size: 20px;
}

.hero_banner_content p:nth-child(4) {
    font-size: 19px;
}


.hero_banner_content button {
    font-size: 17px;
    padding: 15px 30px;
}

.hero_banner_footer p {
    bottom: 15px;
    font-size: 14px;
}
.top_nav_links a {
    font-size: 17px;
}
.features_paragraph p {
    font-size: 18px;
}
.content_wrapper {
    width: 85%;
    padding: 40px 0px;
}
.feature_detail_content p {
    font-size: 14px;
}
.feature_detail_content header {
    font-size: 32px;
}
.fetaure_details_image img {
    left: 98px;
}
.bright_future_content header {
    font-size: 32px;
}
.bright_future_content p {
    font-size: 14px;
    line-height: 2.0;
}
.bright_future_image img {
    width: 50%;
    top: 15%;
    right: 7%;
}
.what_near_image img {
    width: 60%;
    margin: auto;
}
.master_plan_image img {
    width: 70%;
    margin: auto;
}
    .amen_content_wrapper {
    width: 50%;
    }
    .amenities_slider:after {
    width: 88%;
    height: 88%;
    top: 7%;
    left: -2%;
}
.amenities_slider .owl-nav {
    width: 18%;

}
.enquire_now_form::after {
  display:none;
}

}

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

    .top_nav_wrapper {
        width: 100%;
    }

    .top_nav_links a {
        font-size: 13px;
    }

    .hero_banner_left {
        height: 40vh;
    }

    .hero_banner_content_wrapper {
        height: 40vh;
    }
     .hero_banner_image img {
        height: 40vh;
        object-fit:cover;
    }

    .hero_banner_content {
        padding-top: 15px;
    }

    .hero_banner_logos img {
        width: 75px;
        height: 70px;

    }

    .hero_banner_logos img:nth-child(2),
    img:nth-child(3) {
        width: 75px;
        height: 30px;
    }

    .hero_banner_content p:nth-child(1) {

        font-size: 30px;
        letter-spacing: 3px;
        margin-bottom: 30px;

    }

    .hero_banner_content p:nth-child(2) {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.2;
        word-spacing: 3px;
        letter-spacing: 1px;

    }

    .hero_banner_content p:nth-child(3) {
        padding: 5px 25px;
        font-size: small;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .hero_banner_content p:nth-child(4) {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .hero_banner_content button {
        font-size: 10px;
        padding: 10px 15px;
    }

    .hero_banner_footer p {
        bottom: 10px;
        font-size: 12px;
    }

    .stickyForm .btn {
        padding: 10px 25px;
        top: 2%;
        bottom: 0px;
        left: -90px;
        font-size: 14px;
    }

    .stickyForm {
        top: 0%;
    }

    .content_wrapper {
        width: 95%;
        padding: 35px 0px;
        margin: 60px auto;
    }

    .features_paragraph p {
        font-size: 13px;
    }

    .detail_content_wrapper {
        width: 100%;
    }

    .feature_detail_content header {
        font-size: 22px;
    }

    .feature_detail_content p {
        font-size: 12px;
        line-height: 1.75;
        margin-top: 27px;
    }

.fetaure_details_image img {
    width: 100%;
    display: flex;
    align-items: center;
    left: 60px;
}

    .bright_future_content header {
        font-size: 22px;
    }

    .bright_future_content p {
        font-size: 12px;
        line-height: 1.75;
        margin-top: 15px;
    }

    .bright_future_image img {
        width: 30%;
        height: 248px;
        top: 13%;
        right: 8%;
    }

    .bright_future_content {
        width: 80%;
        padding: 60px 90px 60px 50px;
    }

    .feature_detail_content {
        width: 72%;
        padding: 50px 70px 50px 90px;

    }

    .whats_near_wrapper ul li {
        font-size: 12px;
    }

    .whats_near_content p {
        font-size: 18px;
        margin: 0px 0px 0px 15px;
    }

    .whats_near_wrapper header {
        font-size: 30px;
        margin-bottom: 20px;
    }

.what_near_image img {
    width: 60%;
    margin: auto;
}

    .what_near_image {
        padding-top: 15px;
    }

    .enquire_now_form::after {
        display: none;
    }

    .master_plan_image img {
        cursor: pointer;
        width: 65%;
        padding-top: 30px;
    }

    .master_plan_image {
        display: flex;
        justify-content: center;
    }

    .master_plan_header p {
        font-size: 30px;
    }

    .amenities_header p {
        font-size: 30px;
    }

    .amenities_slider .owl-nav {
        bottom: -45px;
            width: 24%;
    }

    .enquiry_input {
        width: 70%;
    }

    .enquiry_input input {
        color: rgb(0, 0, 0);
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        padding-left: 15px
    }
    .enquire_now_form button {
        width: 45% !important;
        padding: 15px 25px;
        background-color: #3C6A59;
        color: white;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        border: none;

    }

    .enquire_form_header p {
        text-align: center;
        font-size: 25px;
        color: #3C6A59;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        line-height: initial;
        margin-bottom: 35px;
    }

    .get_in_touch_header p {
        font-size: 25px;
    }

    .get_in-touch_content {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .get_in-touch_content p {
        font-size: 17px;
        text-align: center;
    }

    .footer_section {
        padding-bottom: 25px;
    }

    .copyright_image_wrapper img {
        padding: 10px;
    }

    .bright_future_image img {
    width: 40%;
    height: 300px;
    top: 97px;
    right: 65px;
}
    .bright_future_content:before {
        content: "";
        position: absolute;
        background: url(../images/image\ 3.png);
        z-index: 99;
        width: 232px;
        height: 226px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 3%;
        right: 29%;
    }

    .feature_detail_content:before {
        content: "";
        position: absolute;
        background: url(../images/image\ 4.png);
        z-index: 999;
        width: 208px;
        height: 197px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -25%;
        right: -50px;
    }

    .amenities_content {
        cursor: pointer;
        height: 15vh;
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .amenities_content.active {
        background-color: #3C6A59;
        border-radius: 25px;
        margin-bottom: 25px;
        width: 18%;
        height: 135px;
    }
    .popup_enquiry_form {
        max-width: 50%;
    }
    .voucher_popup_choose{
        height: auto;
        max-width: 80%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 420px)  {
    .hero_banner_content_wrapper {
        height: 50vh;
    }

    .hero_banner_left {
        height: 50vh;
    }

    .hero_banner_image img {
       object-fit: cover;
       height:50vh;
    }

    .feature_detail_content:before {
        content: "";
        position: absolute;
        background: url(../images/image\ 4.png);
        z-index: 9;
        width: 211px;
        height: 168px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -26%;
        right: -82px;
    }

    .bright_future_image img {
        width: 40%;
        height: 300px;
        top: 26%;
        right: 8%;
    }
    .amenities_content {
    width: 40%;
}
.feature_detail_content {
    padding: 30px 70px 30px 90px;
}
.feature_detail_content p {
    font-size: 10px;
    line-height: 20px;
}
.bright_future_content p {
    font-size: 10px;
    line-height: 20px;
}
.amenities_slider .owl-nav {
    width: 26%;
}
}

@media only screen and (max-width: 479px) {
    .hero_banner_content_wrapper {
        height: 70vh;
    }

    .hero_banner_left {
        height: 70vh;
    }

    .hero_banner_logos {
        padding-top: 40px;
    }

    .features_paragraph p {
        font-size: 8px;
    }

    .features_paragraph:after {
        width: 1px;
        height: calc(100%);
        background: #fff;
        right: 0px;
        z-index: 9;
        top: 0px;
    }

    .content_wrapper {
        padding: 15px 0px;
    }

    .what_near_image img {
        height: 100%;
    }

    .amenities_content {
        height: 15vh;
        width: 45%;

    }

    .amenities_content.active {
        margin-bottom: 25px;
        width: 38%;
        height: 120px;
    }

.amenities_slider:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 77%;
    border: 2px solid black;
    border-radius: 25px;
    top: 6%;
    z-index: -99;
    left: -3%;
}

    .owl-carousel.owl-theme.amenities_slider .item p {
        position: relative;
        bottom: -2px;
        left: -5%;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: black;
        font-weight: 600;
        text-align: center;
    }

    .owl-carousel.owl-theme.amenities_slider .item {
        padding: 0px 0px 65px 23px;
    }

    body .stickyForm input[type="text"],
    body .stickyForm input[type="email"],
    body .stickyForm textarea,
    body .stickyForm .intl-tel-input select{
        height: 30px;
        background: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 13px;
        border: none;
    }
    body .stickyForm .select_input_field select {
        height: 30px !important;
    }

    body .stickyForm .form_header p {
        font-size: 22px;
        margin-bottom: 20px;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        color: #3C6A59;
        text-align: center;

    }

    .amenities_slider .owl-nav .owl-prev:after {
        width: 2px;
        height: 17px;
        right: 0px;
        top: 8px;
        left: 45px;
    }

    .amenities_slider .owl-nav {
        width: 52%;
        bottom: -23px;
        right: 6px;
        padding: 27px;
        border-radius: 25px;
    }

    .amenities_slider .owl-nav .owl-prev {
        top: 20%;
        left: 15px;
        width: 25px;
        height: 32px;
        margin: 0;
        padding: 0px;

    }

    .amenities_slider .owl-nav .owl-next {
        top: 20%;
        width: 25px;
        height: 32px;
        left: 80px;
    }

    .amenities_slider .owl-nav {
        width: 42%;
        bottom: -23px;
        right: 72px;
        padding: 25px;
        border-radius: 25px;
    }

    .footer_section_wrapper {
        padding: 25px;
    }

    .get_in_touch_header p {
        font-size: 25px;
    }

    .enquire_form_header p {
        font-size: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .get_in-touch_content p {
        font-size: 13px;
        line-height: 25px;
        text-align: center;
    }

    .features_wrapper {
        padding-bottom: 90px;
    }

    .fetaure_details_image img {
        width: 65%;
        top: -15%;
        left: 17%;
        height: 200px;
    }

   .fetaure_details_image {
    width: 100%;
    position: absolute;
    top: -97px;
}

    .feature_detail_content {
        width: 100%;
        padding: 140px 20px 50px 20px;
    }

    .bright_future_content_wrapper {
        width: 100%;
        display: block;
    }

    .bright_future_content {
        width: 100%;
        padding: 140px 20px 32px 18px;
    }

    .bright_future_image {
        width: 0%;
    }

    .bright_future_image img {
        width: 65%;
        height: 200px;
        top: -40%;
        right: 8%;
    }

    .feature_detail_wrapper {
        display: flex;
        flex-direction: row;
        position: relative;
        padding-bottom: 125px;
    }

    .bright_future_image img {
        width: 65%;
        height: 200px;
        top: -6%;
        right: 18%;
    }

    .footer_section_wrapper::before {
        content: '';
        position: absolute;
        left: -40%;
        top: -14%;
        width: 290px;
        height: 201px;
        background: url(../images/image\ 15.png) top right no-repeat;
        background-size: contain;
        z-index: 99;
    }

    .content_wrapper {
        width: 100%;
        padding: 15px 0px;
        margin: 35px auto;
    }

    .enquiry_input {
        width: 100%;
    }

    .enquire_now_form button {
        width: 70% !important;
        padding: 15px 25px;
        background-color: #3C6A59;
        color: white;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        border: none;
    }

    .get_in-touch_content {
        margin-top: 0;
    }

    .date_time_input input {
        height: 30px;
        width: 100%;
        margin-bottom: 15px;
    }

    .top_nav_wrapper {
        display: none;
    }

    .top_nav_links_menu {
        display: block
    }

    .top_nav_links_menu img {
        width: 30px;
        height: 17px;
        float: right;
        margin: 0px 50px 0px 0px;
        color: black;
        position: absolute;
        top: 30px;
        right: 0;
    }

    .clse-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 10px;
    }

    .hamburgur_menu {
        display: block;
        position: absolute;
        top: 0px;
        background-color: white;
        width: 100%;
        height: 70vh;
        padding: 50px;
        right: -100%;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    .hamburgur_menu.active {
        right: 0px;
    }

    .menu_bar_link {
        margin-bottom: 50px
    }

    .menu_bar_link a {
        text-decoration: none;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #3C6A59;
    }

    .amenities_name p {
        font-size: 12px;

    }
    .popup_enquiry_form {
        max-width: 85%;
        margin: 20px;
    }
    #popup_enquiry .enquire_now_form button {
        width: 100% !important;
        padding: 10px 22px;
        background-color: #3C6A59;
        color: white;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 15px;
        border: none;
    }
    #popup_enquiry .enquire_form_header p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    #popup_enquiry .enquire_now_form .enquiry_input input[type="text"], #popup_enquiry .enquire_now_form .enquiry_input input[type="email"],select {
height: 55px;
    }
    .voucher_popup_choose{
        height: auto;
    }
    .amen_content_wrapper {
    width: 70%;
}
.what_near_image img {
    width: 100%;
    margin: auto;
}
}

@media only screen and (max-width: 420px) {
    .amenities_slider:after {
        content: "";
        position: absolute;
        width: 220px;
        height: 205px;
        border: 2px solid black;
        border-radius: 25px;
        top: 10%;
        z-index: -99;
        left: -3%;
    }

    .copyright_text p {
        font-size: 12px;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .amenities_slider .owl-nav {
    width: 46%;
    bottom: -23px;
    right: 72px;
    padding: 25px;
    border-radius: 25px;
}
}

@media only screen and (max-width: 380px) {
    .hero_banner_content_wrapper {
        height: 65vh;
    }

    .hero_banner_left {
        height: 70vh;
    }
    .hero_banner_image img {
    object-fit: cover;
    height: 50vh;
}

    .amenities_slider:after {
        content: "";
        position: absolute;
        width: 220px;
        height: 205px;
        border: 2px solid black;
        border-radius: 25px;
        top: 4%;
        z-index: -99;
        left: -3%;
    }

    .hamburgur_menu {
        display: block;
        position: absolute;
        top: 0px;
        background-color: white;
        width: 100%;
        height: 70vh;
        padding: 50px;
        right: -100%;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    .voucher_popup_choose {
        width: 83%;
    }

    .copyright_text p {
        font-size: 10px;
    }

    .get_in_touch_wrapper {
      height: 100%;

    }

    .feature_detail_content:before {
        content: "";
        position: absolute;
        background: url(../images/image\ 4.png);
        z-index: 9;
        width: 211px;
        height: 168px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -26%;
        right: -82px;
    }

    .amenities_slider .owl-nav {
        width: 53%;
        bottom: -23px;
        right: 60px;
        padding: 25px;
        border-radius: 25px;
    }

    .copyright_image {
        margin-top: 0;
    }

    .get_in-touch_content p {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }

    .enquire_form_header p {
        font-size: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .get_in_touch_header p {
        font-size: 20px;
    }

    .amenities_name p {
        font-size: 12px;
        color: #3C6A59;
        font-family: Poppins, Arial, Helvetica, sans-serif;
    }

    .amenity_content_wrapper {
        padding-top: 35px;
    }
    .amen_content_wrapper {
    width: 90%;
}
}