html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0 !important;
    /* font-family: 'Fira Sans', sans-serif; */
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    overflow-x: hidden;
}

.brico {
    font-family: 'Bricolage Grotesque', sans-serif;
}

::selection {
    background: #127b3e;
    color: #fff;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* margin: 0; */
    font-family: 'Bricolage Grotesque', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

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

/*heading-section-start*/

.default-heading h3 {
    font-size: 56px;
    line-height: 66px;
}

.default-heading h4 {
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
}

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

@media only screen and (max-width: 575px) {
    .default-heading h4 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media only screen and (max-width:415px) {
    .default-heading h4 {
        font-size: 30px;
        line-height: 36px;
    }
}

/*heading-section-end*/

/*buttons-start*/
button:focus {
    outline: none !important;
}

.default-btn {
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid;
    border-color: #127b3e;
    font-weight: 500;
    color: #ffffff;
    background: #127b3e;
    border-radius: 0px;
    transition: 0.4s ease-in-out;
}

/* .default-btn-2 {
    background: #127b3e;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #127b3e;
    font-weight: 600;
    color: #fff;
    border-radius: 25px;
    transition: 0.4s ease-in-out;
} */

.alt-default-btn {
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid;
    border-color: #000;
    color: #0c0c0c;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.default-btn:hover {
    color: #127b3e;
    background: transparent;
    border-color: #127b3e;
    transition: 0.4s ease-in-out;
}

/* .default-btn-2:hover {
    color: #020040;
    background: transparent;
    border-color: #020040;
    transition: 0.4s ease-in-out;
} */

.alt-default-btn:hover {
    color: #fff;
    background: #000;
    border-color: #000;
    transition: 0.4s ease-in-out;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*buttons-end*/

/* header-start */

header {
    /* background-color: #00000060; */
    /* background: rgb(0 0 0 / 15%); */
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 10;
    border-bottom: 2px solid #0e7d3f;
}

.header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header.sticky {
    background: #ffffff;
    transition: all 0.4s ease-in-out;
    position: fixed;
    border-bottom: 3px solid #0e7d3f;
    box-shadow: 0 4px 15px rgb(12 35 34 / 41%) !important;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
}

.header.sticky .navbar .navbar-nav .nav-link {
    color: #0e7d3f;
}

.header.sticky .navbar .navbar-nav .nav-link:hover {
    color: #0e7d3f;
}

/* .header.sticky .navbar-brand img {
    filter: invert(1);
} */

.navbar-brand img {
    width: 90px;
    display: block;
    margin: 0 auto;
}

.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #0e7d3f;
    font-size: 16px;
    padding: 8px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-link.active {
    color: #0e7d3f;
}

.header.sticky .navbar .navbar-nav .nav-link.active {
    color: #0e7d3f;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0e7d3f;
}

@media only screen and (min-width:992px) {
    .header .nav-item {
        width: 10.5%;
    }

    .header .navbar-brand {
        width: 16%;
    }

    .header .navbar .navbar-nav {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    header {
        background: #fff;
    }

    /* .header .navbar-brand img {
        filter: invert(1);
    } */

    .navbar .navbar-nav .nav-link {
        color: #0e7d3f;
    }

    /* .header .navbar {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    } */

    .navbar-toggler {
        padding: 0px;
    }

    .navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #127b3e;
    }

    .navbar-toggler-icon i {
        color: #127b3e;
        margin-bottom: -1px;
    }

    .mobile-number-btn {
        position: absolute;
        right: 55px;
        top: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px 8px;
        box-shadow: 0 4px 15px rgb(12 35 34 / 13%);
        text-shadow: 0px 3px 10px #00000050;
        animation: breathetwo 2s ease-in-out infinite !important;
    }
}

@media screen and (min-width: 768px) {
    /*.navbar-brand img {*/
    /*    width: 90px;*/
    /*    display: block;*/
    /*    margin: 0 auto;*/
    /*}*/

    .navbar-brand {
        margin-right: 0;
        padding: 0 0em;
    }
}

@media only screen and (max-width:767px) {
    .mobile-number-btn {
        top: 30px;
    }

    .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* header-end */

/* banner-image-start */

.banner-image-section {
    margin-top: 78px;
}

@media only screen and (max-width:767px) {
    .banner-image-section {
        margin-top: 71px;
    }
}

/* banner-image-end */

/* banner-start */

.banner {
    margin-top: 78px;
    /* height: 100vh; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.banner-form-wrap {}

.banner-form {
    padding: 20px 15px;
    background: #000000a8;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    width: 85%;
    float: right;
}

.banner-form .form-group {}

.banner-form h6 span {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}

.banner-form h6 {
    text-align: center;
}

.banner-form h6 b {
    font-size: 30px;
    display: block;
    font-weight: 600;
    color: #127b3e;
    text-shadow: 1px 1px 0px #00000030;
}

.banner-form .form-group .form-control {
    border: 1px solid transparent;
    border-bottom: 1px solid #127b3e;
    border-radius: 0px;
    background: transparent;
    padding-left: 5px;
    font-size: 15px;
    color: #fff;
}

.banner-form .form-group .form-control:focus {
    border: 1px solid #127b3e;
    box-shadow: none;
}

.banner-form .form-control::placeholder {
    /* color: #127b3e; */
    color: #fff;
    opacity: 1;
    font-weight: 300;
    /* Firefox */
}

.banner-texts {}

.banner-texts h3 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0px #000000;
    letter-spacing: 2px;
}

.banner-texts h3 span {
    display: block;
}

.banner-texts h3 b {
    position: relative;
    font-size: 60px;
    font-weight: 500;
}

.banner-texts h3 b:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    /* background: linear-gradient(to right, #127b3e70, #127b3e, #127b3e70); */
    bottom: -3px;
    left: 0px;
}

.banner-texts p {
    color: #fff;
    text-shadow: 1px 1px 0px #000000;
    margin-bottom: 0px;
    text-align: justify;
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(255 255 255) !important;
    border: 2px solid #030303;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    line-height: 40px !important;
    font-size: 24px !important;
    color: #ffffff;
    border-radius: 0px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.fr__pro__prize li {
    margin: 0 6px;
}

.banner .owl-nav .owl-prev:hover {
    background: #000 !important;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 71%);
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(255 255 255) !important;
    border: 2px solid #030303;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    line-height: 40px !important;
    font-size: 24px !important;
    color: #fff;
    border-radius: 0px;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #000 !important;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 71%);
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.banner .owl-theme .owl-nav {
    margin-top: 0;
}

@media only screen and (max-width:1399px) {
    /* .banner-section {
        height: 90vh;
    } */
}

@media only screen and (max-width:1199px) {
    .banner-form {
        width: 100%;
    }

    .banner-section {
        height: 85vh;
    }
}

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

    .banner-section {
        margin-top: 62px;
        height: 70vh;
    }

    .banner-texts h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .banner-texts h3 b {
        font-size: 48px;
    }

    .banner-texts h3 b:after {
        bottom: -5px;
    }
}

@media only screen and (max-width:767px) {
    .banner-texts p {
        display: none;
    }

    .banner-texts h3 b:after {
        display: none;
    }

    .banner-section {
        height: 340px;
    }

    .banner {
        margin-top: 71px;
    }
}

@media only screen and (min-width:576px) {
    .desktop-home-banner {
        display: block !important;
    }

    .mobile-home-banner {
        display: none !important;
    }
}

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

@media only screen and (max-width:575px) {
    .banner-section {
        height: 300px;
    }

    .banner-texts h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-texts h3 b {
        font-size: 30px;
    }

    .mobile-home-banner {
        display: block !important;
        min-height: 270px;
        object-fit: cover;
    }

    .desktop-home-banner {
        display: none !important;
    }
}

/* banner-end */

/* booking-details-start */

.booking-details-section {}

.booking-details-card {
    padding: 20px 15px;
    border-top: 5px solid #127b3e;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    /* margin-top: -60px !important; */
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-left-part {}

.banner-left-part .offers.effetGradient {
    text-shadow: 0px 3px 10px #00000050;
    box-shadow: 0 4px 15px rgb(12 35 34 / 12%);
}

.bl-upper h5 {
    font-size: 24px;
    font-weight: 600;
    color: #0e7d3f;
    margin-bottom: 8px;
}

.bl-upper h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
}

.bl-upper h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.bl-upper h6 span {
    color: #0e7d3f;
}

.grey-bg {
    background-color: #e8e8e8;
    padding: 10px;
}

.grey-bg td.heading1 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.grey-bg td.heading2 {
    color: #0e7d3f;
    font-size: 16px;
}

.bl-lower .effetMoveGradient:hover {
    animation: none 3s ease;
}

.bl-lower h5 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
}

.bl-lower h2 {
    color: #127b3e;
}

.bl-lower p {
    color: #000;
    margin-bottom: 6px;
}

.bl-lower button {
    text-shadow: 0px 3px 10px #00000050;
}

.offers {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}

/* Effects */
@keyframes rocking {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(2deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.effetMoveGradient,
.effetMoveGradient:hover {
    text-shadow: 0px 3px 6px #127b3e;
    background-color: #127b3e;
    /* background: linear-gradient(-45deg, #127b3e, #127b3e, #127b3e, #127b3e); */
    background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite, rocking 3s ease infinite;
    animation-delay: 2s;
    color: #fff;
    border: none;
}

.effetGradient,
.effetGradient:hover {
    /* text-shadow: 0px 3px 10px #000000; */
    /* background-color: #127b3e; */
    /* background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e); */
    background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: #fff;
    border: none;
}

.effectScale {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effectScale:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.intl-tel-input,
.iti {
    width: 100%;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@media only screen and (min-width:992px) {
    /* .booking-details-card {
        margin-top: -60px !important;
    } */
}

@media only screen and (max-width:991px) {
    /* .booking-details-card {
        margin-top: 0px;
    } */
}

@media only screen and (max-width:575px) {
    .booking-details-card {
        padding: 8px 6px 10px;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 10px);
    }

    .bl-upper h5 {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .bl-upper h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .bl-upper h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .grey-bg td.heading2 {
        color: #0e7d3f;
        font-size: 15px;
        font-weight: 500;
    }

    .grey-bg td.heading1 {
        font-weight: 500;
        font-size: 15px;
    }

    .banner-left-part .offers.effetGradient {
        font-weight: 600;
        line-height: 21px;
    }

    .bl-lower h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .bl-lower p {
        font-size: 14px;
        font-weight: 500;
    }
}

/* booking-details-end */

/* overview-start */

.overview-section {
    background: #f5f5f5;
}

.about-text {}

.about-text h6 {
    font-size: 30px;
}

.about-text h6 span {
    color: #127b3e;
}

.about-text p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.about-img-wrap {}

.about-img-wrap img {}

@media only screen and (max-width:575px) {
    .about-text h6 {
        font-size: 26px;
    }

    .about-img-wrap {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    .about-text {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }
}

/* overview-end */

/* important-specs-start */

.important-specs-wrap {}

.imp-spec-box {
    /* text-align: center; */
    padding: 10px 5px 10px 5px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
    display: flex;
    align-items: center;
    border: 1px solid #0e7d3f;
}

.spec-img {
    height: 60px;
    width: 60px;
    padding: 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0px;
}

.spec-img img {
    width: 100%;
    filter: invert(42%) sepia(19%) saturate(1627%) hue-rotate(94deg) brightness(87%) contrast(101%);
}

.spec-texts {
    width: calc(100% - 70px);
}

.spec-texts .info {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2px;
}

.spec-texts .text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    /* color: #127b3e; */
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media only screen and (max-width:1199px) {
    .imp-spec-box {
        padding: 8px 3px 8px 3px;
    }

    .spec-img {
        height: 50px;
        width: 50px;
    }

    .spec-texts {
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width:991px) {
    .spec-img {
        height: 55px;
        width: 55px;
    }

    .spec-texts {
        width: calc(100% - 60px);
    }

    .spec-texts .info {
        font-size: 15px;
        line-height: 20px;
    }

    .spec-texts .text {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width:575px) {
    .imp-spec-box {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }
}

/* important-specs-end */

/* amenities-start */

.amenities-wrap {
    position: relative;
    overflow: hidden;
}

.amenities-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
    overflow: hidden;

}

/* .amenities-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0e7d3f29;
    left: 0;
    top: 0;
} */

.heading-section {}

.amenities-wrap .heading-section h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.amenities-wrap .text-underline {
    position: relative;
    width: 90px;
    margin: 0 auto 40px;
}

.amenities-wrap .text-underline:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #ffffff;
    /* box-shadow: 1px 1px 1px #000; */
}

.amenities-wrap .text-underline:after {
    content: "";
    right: 0px;
    position: absolute;
    width: 22px;
    height: 3px;
    background: #3e3e3e;
    /* box-shadow: 1px 1px 1px #000; */
}

.amenity-card {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 0px;
    box-shadow: 1px 1px 7px 0px #000000;
}

.amenity-box {
    box-shadow: 0px 0px 7px 0px #000000;
    text-align: center;
    margin: 12px 0;
    padding-top: 0px;
    background-color: #fff;
    border-bottom: 4px solid #0e7d3f;
}

.amenity-img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenity-img img {
    width: 85%;
}

.amenity-text {
    padding: 0px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    margin-top: 0px;
    border-top: 1px solid #d1d1d1;
}

.amenity-text h6 {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

#owl-carousel-amenities .owl-nav button {
    /* position: absolute; */
    text-align: center;
    top: 40%;
    height: 36px;
    width: 36px;
    line-height: 30px;
    font-size: 22px;
    color: #fff !important;
    background: #0e7d3f !important;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    transition: 0.3s ease-in-out;
}

#owl-carousel-amenities .owl-nav button i {
    font-size: 14px;
    font-weight: 500;
}

#owl-carousel-amenities .owl-nav button:hover {
    background: #0e7d3f !important;
    transition: 0.3s ease-in-out;
}

#owl-carousel2bhk.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel2bhk.owl-theme .owl-dots .owl-dot:hover span {
    background: #0e7d3f !important;
}

@media only screen and (max-width:1199px) {
    .amenity-img {
        width: 100%;
        height: auto;
    }

    .amenity-text {
        padding: 0px 4px;
    }
}

@media only screen and (max-width:991px) {
    .amenity-card {
        padding: 10px 15px;
    }
}

@media only screen and (max-width:575px) {
    .heading-section h3 {
        font-size: 26px !important;
    }

    .amenity-card {
        padding: 0px 0px 0px;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
        background: transparent;
        box-shadow: none;
    }

    .amenity-text h6 {
        font-size: 12px;
    }

    .amenities-banner {
        height: 100%;
    }

    #owl-carousel-amenities .owl-nav button {
        margin-top: 0px;
    }
}

/* amenities-end */

/* plans-start */

.plans-wrap.floor-plans-wrap {
    background: #f5f5f5;
}

.plans-wrap.floor-plans-wrap.floor-plans-wrap-alt {
    background: #fff;
}

@media only screen and (max-width:767px) {
    .plans-wrap .heading-section h3 span {
        display: block;
    }
}

.heading-section h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    /* text-shadow: 1px 1px 1px #000; */
}

.text-underline {
    position: relative;
    width: 90px;
    margin: 0 auto 40px;
}

.text-underline:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #0e7d3f;
    /* box-shadow: 1px 1px 1px #000; */
}

.text-underline:after {
    content: "";
    right: 0px;
    position: absolute;
    width: 22px;
    height: 3px;
    background: #3e3e3e;
    /* box-shadow: 1px 1px 1px #000; */
}

.plans-nav-pills.nav-pills .nav-link.active,
.plans-nav-pills.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
    text-shadow: 0px 3px 10px #919191;
    background-color: #127b3e;
    background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e);
    background-size: 400% 400%;
    color: #fff;
    border-radius: 0px;
    border-color: #8b5ca5;
}

.plans-nav-pills.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e7d3f;
    text-shadow: 0px 3px 10px #0000001f;
    border: 2px solid #0e7d3f;
    border-radius: 0px;
    margin: 0px 5px;
}

.master-plan-card {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 0px;
    border: 2px solid #0e7d3f;
}

.floor-plan-card {
    background: #ffffff;
    padding: 15px 12px 15px 12px;
    border-radius: 0px;
    border: 2px solid #0e7d3f;
}

.floor-plan-box {
    text-align: center;
    box-shadow: 0px 0px 7px 0px #00000073;
    margin-left: 3px;
    margin-right: 3px;
}

.floor-plan-box h6 {
    margin-bottom: 0px;
    padding: 10px 0;
    background: #f5f5f5;
    color: #0e7d3f;
}

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

    .plans-wrap .plans-nav-pills,
    .plans-wrap .plans-tab-content,
    .plans-wrap .heading-section {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    .plans-nav-pills .nav-item button {
        padding: 6px 7px;
    }

    .floor-plan-card {
        padding: 16px 10px 0px 10px;
    }
}

/* plans-end */

/* pricing-start */

.pricing-wrap {}

.pricing-table {
    border: 1px solid #127b3e;
    border-bottom: none;
}

.pricing-table th,
.pricing-table tr {
    border-color: #127b3e;
    text-align: center;
    vertical-align: middle;
}

.pricing-table .table>:not(:first-child) {
    border-top: 1px solid #127b3e;
}

.pricing-table thead {
    background: #0e7d3f;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

@media only screen and (max-width:767px) {
    .pricing-table thead {
        text-shadow: 1px 1px 4px #000;
    }

    .pricing-table td button {
        padding: 6px 8px;
        font-size: 15px;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        font-size: 13px;
    }

    .table>:not(caption)>*>* {
        padding: 0.25rem 0.25rem;
    }
}

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

    .pricing-wrap {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    .pricing-table table {
        width: 600px;
    }
}

/* pricing-end */

/* gallery-start */

.gallery-images-box {
    background: #ffffff;
    padding: 20px 20px 20px 20px;
    border-radius: 0px;
    border: 2px solid #0e7d3f;
    box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
}

.gallery-image-new {
    box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
}

.gallery-section {
    background: #f5f5f5;
}

.gallery-video-wrap {
    position: relative;
    height: 100%;
}

.gallery-video-wrap video {
    width: 100%;
}

.gallery-video-wrap img {
    height: 100%;
    object-fit: cover;
}

.gallery-video-wrap .play-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: auto;
    border: none;
    box-shadow: 1px 1px 7px 0px #00000087;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 22px;
    padding-left: 6px;
    transition: 0.3s ease-in-out;
}

.floor-plan-box.sp-mt {
    margin-top: 52px;
}

@media only screen and (max-width:1399px) {
    .floor-plan-box.sp-mt {
        margin-top: 47px;
    }
}

@media only screen and (max-width:1199px) {
    .floor-plan-box.sp-mt {
        margin-top: 42px;
    }
}

@media only screen and (max-width:991px) {
    .floor-plan-box.sp-mt {
        margin-top: 34px;
    }
}

@media only screen and (max-width:767px) {
    .floor-plan-box.sp-mt {
        margin-top: 24px;
    }
}

.gallery-video-wrap .play-btn i {
    /* filter: invert(62%) sepia(45%) saturate(3114%) hue-rotate(156deg) brightness(99%) contrast(104%); */
    color: #0e7d3f;
    transition: 0.3s ease-in-out;
}

.gallery-video-wrap .play-btn:hover {
    background: #0e7d3f;
    transition: 0.3s ease-in-out;
}

.gallery-video-wrap .play-btn:hover i {
    color: #fff;
    /* filter: none; */
    transition: 0.3s ease-in-out;
}

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

    .gallery-section .gallery-video-wrap,
    .gallery-section #owl-carousel2 {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    #owl-carousel2.owl-carousel .owl-nav button.owl-prev,
    #owl-carousel2.owl-carousel .owl-nav button.owl-next {
        top: 0px;
    }

    #owl-carousel2 .owl-nav {
        display: none;
    }
}

/* gallery-end */

/* location-start */

.location-nav-pills.nav-pills .nav-link.active,
.location-nav-pills.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
    /* text-shadow: 0px 3px 10px #919191; */
    background-color: #127b3e;
    background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e);
    background-size: 400% 400%;
    color: #fff;
    border-radius: 0px;
    border-color: #3e3e3e;
}

.nav-link.default-btn {
    padding: 7px 10px !important;
    color: #fff !important;
}

.location-nav-pills.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 10px #0000001f;
    border: 2px solid #fff;
    border-radius: 0px;
    margin: 0px 5px;
}

.location-tab-content iframe {
    border: 2px solid #0e7d3f !important;
    height: 520px;
}

.location-map-card {
    background: #ffffff;
    padding: 0px 0px;
    border-radius: 0px;
    border: 2px solid #0e7d3f;
}

.location-section {
    position: relative;
    overflow: hidden;
}

.location-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
    overflow: hidden;
}

.location-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    background-color: #0e7d3f5e;
    background-image: linear-gradient(to right, #127b3e82, #0e7d3f47);
    left: 0;
    top: 0;
}

.location-section .heading-section h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}

.location-section .text-underline {
    position: relative;
    width: 90px;
    margin: 0 auto 40px;
}

.location-section .text-underline:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #ffffff;
    /* box-shadow: 1px 1px 1px #000; */
}

.location-section .text-underline:after {
    content: "";
    right: 0px;
    position: absolute;
    width: 22px;
    height: 3px;
    background: #3e3e3e;
    /* box-shadow: 1px 1px 1px #000; */
}

@media only screen and (max-width:1399px) {
    .location-tab-content iframe {
        height: 444px;
    }
}

@media only screen and (max-width:1199px) {
    .location-tab-content iframe {
        height: 372px;
    }
}

@media only screen and (max-width:767px) {
    .location-tab-content iframe {
        height: 275px;
    }
}

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

    .location-section .heading-section,
    .location-section .location-nav-pills,
    .location-section .location-tab-content {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    .location-banner:after {
        height: 100%;
    }

    .location-tab-content iframe {
        height: 230px;
    }

    .location-nav-pills li {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0px !important;
    }

    .location-nav-pills li button {
        width: 100%;
        margin-left: 0px !important;
    }
}

/* location-end */











/* video-modal-start */

#video-modal {
    background: #00000045;
}

#video-modal .modal-dialog-centered {}

#video-modal .modal-content {
    background: transparent;
    border: none;
}

#video-modal .modal-header {
    border-bottom: none;
    padding: 8px 4px;
}

#video-modal .modal-header button {
    filter: invert(1);
    opacity: 1;
}

#video-modal .modal-body {
    padding: 0px;
}

#project-video {}

#project-video iframe {
    height: 450px;
}

#owl-carousel2.owl-carousel .owl-nav,
#owl-carousel2.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    z-index: 0;
    pointer-events: none;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    height: 100%;
    margin: 0px;
    padding: 9px !important;
    background: #00000096;
    /* background: #ffffff85; */
    border-radius: 0px;
    z-index: 5;
    pointer-events: all;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #000000ba;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-prev i {
    font-size: 20px;
    color: #fff;
    margin-left: -2px;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-prev:hover i {
    color: #0e7d3f;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    height: 100%;
    margin: 0px;
    padding: 9px !important;
    background: #00000096;
    /* background: #ffffff85; */
    border-radius: 0px;
    z-index: 5;
    pointer-events: all;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #000000ba;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-next i {
    font-size: 20px;
    color: #fff;
    margin-right: -2px;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .owl-nav button.owl-next:hover i {
    color: #0e7d3f;
    transition: 0.3s ease-in-out;
}

#owl-carousel2.owl-carousel .item {
    position: relative;
    z-index: 5;
}

#owl-carousel2 .floor-plan-box a {
    position: relative;
    display: block;
}

#owl-carousel2 .floor-plan-box a h5 {
    bottom: 0px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 6px 0px;
    font-size: 16px;
    background: #0e7d3f8a;
    /* background: #0000009c; */
    text-shadow: 2px 2px 5px #000000;
}

@media only screen and (max-width:991px) {
    #project-video iframe {
        height: 280px;
    }

    #owl-carousel2.owl-carousel .owl-nav button.owl-prev i {
        font-size: 16px;
    }

    #owl-carousel2.owl-carousel .owl-nav button.owl-next i {
        font-size: 16px;
    }

    #owl-carousel2.owl-carousel .owl-nav button.owl-prev {
        padding: 6px !important;
    }

    #owl-carousel2.owl-carousel .owl-nav button.owl-next {
        padding: 6px !important;
    }

    #owl-carousel2 .floor-plan-box a h5 {
        padding: 5px 0px;
        font-size: 14px;
    }
}

/* video-modal-end */

/* location-features-start */

.location-features {
    /* background: #f5f5f5; */
}

.features-box {
    position: relative;
    background: #ffffff;
    border: 2px solid #0e7d3f;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
}

/* .features-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #0e7d3f;
    width: 60px;
    height: 100%;
} */

.features-box .feature-img {
    padding: 8px;
    position: relative;
    background: #fff;
    /* box-shadow: 0 4px 15px rgb(12 35 34 / 30%); */
}

.features-box img {
    height: 25px;
    width: 25px;
    padding: 0px;
    filter: invert(42%) sepia(19%) saturate(1627%) hue-rotate(94deg) brightness(87%) contrast(101%);
}

.features-box span {
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: 600;
    /* color: #fff; */
}

.feature-nav-pills.nav-pills .nav-link.active,
.feature-nav-pills.nav-pills .show>.nav-link {
    color: #fff;
    /* background-color: #0d6efd; */
    text-shadow: 0px 3px 10px #919191;
    background-color: #127b3e;
    background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e);
    background-size: 400% 400%;
    color: #fff;
    border-radius: 0px;
    border-color: #8b5ca5;
}

.feature-nav-pills.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e7d3f;
    text-shadow: 0px 3px 10px #0000001f;
    border: 2px solid #0e7d3f;
    border-radius: 0px;
    margin: 0px 6px 15px;
}

.feature-tab-content {
    background: #ffffff;
    padding: 8px 12px 8px 15px;
    border-radius: 0px;
    max-height: 259px;
    overflow-y: auto;
    border: 0px solid #0e7d3f;
    box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
    position: relative;
}

.feature-tab-outer {
    position: relative;
}

.feature-tab-top {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 16px;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 1;
}

.feature-tab-bottom {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 16px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 1;
}

/* width */
.feature-tab-content::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.feature-tab-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.feature-tab-content::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, #0e7d3f, #0e7d3f);
}

/* Handle on hover */
.feature-tab-content::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, #0e7d3f, #0e7d3f);
}

@media only screen and (max-width:991px) {
    .feature-nav-pills .nav-item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .feature-nav-pills .nav-item button {
        width: 100%;
        margin: 0px 0px 15px !important;
        box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
    }

    .feature-tab-content {
        max-height: 268px;
    }
}

@media only screen and (max-width:767px) {
    .feature-tab-content {
        max-height: 341px;
    }

    .feature-nav-pills .nav-item button {
        padding: 12px 0px;
        font-size: 15px;
    }
}

@media only screen and (max-width:575px) {
    .location-features {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    .feature-nav-pills .nav-item {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .features-box {
        padding: 7px 8px 7px 4px;
    }

    .feature-tab-content {
        max-height: 328px;
    }

    .features-box span {
        font-size: 12px;
    }

    .features-box .feature-img {
        padding: 4px;
    }
}

/* location-features-end */

/* footer-start */

.footer {
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.footer-upper {
    position: relative;
}

.footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f9f9f9d6;
}

.footer-dev {
    margin-bottom: 20px;
}

.footer-dev h3 {
    margin-bottom: 0px;
}

.footer-dev img {
    width: 90px;
    margin-top: 20px;
}

.footer-market {
    margin-bottom: 20px;
}

.footer-market h3 {
    margin-bottom: 0px;
}

.footer-market img {
    width: 130px;
}

.footer-texts {}

.footer-texts h3 {}

.footer-texts p {
    font-weight: 500;
}

.footer-texts h5 {
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.footer-texts h5 a {}

.footer-lower {
    padding: 12px;
    background: #0e7d3f;
    position: relative;
}

.footer-lower p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.footer-lower p a {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

@media only screen and (max-width:767px) {
    .footer-lower span {
        display: block;
        margin-top: 2px;
    }
}

@media only screen and (max-width:575px) {
    .footer-lower {
        padding: 10px 0px;
    }

    .footer-lower p {
        font-size: 11px;
        line-height: 19px;
    }

    .footer-upper {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }

    .footer-texts p {
        text-align: justify;
    }
}

/* footer-end */


/* deals-modal-start */

.intl-tel-input,
.iti {
    width: 100%;
}

.deals-modal {
    padding-right: 0px !important;
}

.deals-modal .modal-dialog {}

.deals-modal .modal-content {
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    border-radius: 0px;
}

.deals-modal-header {
    display: flex;
    padding: 0px;
    margin: 0px;
    top: 4px;
    right: 3px;
    position: absolute;
    animation: none;
    z-index: 5;
}

.deals-modal-header h5 {
    font-size: 18px;
    width: calc(100% - 10px);
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

.deals-modal-header button {
    /* filter: invert(1); */
    opacity: 1;
    font-size: 16px;
}

.deals-modal-header img {}

.modal-body.deals-modal-body {
    padding: 20px 15px 0px;
    overflow: hidden;
}

.modal-body.deals-modal-body .modal-logo-wrap {
    display: flex;
    justify-content: center;
}

.modal-body.deals-modal-body .modal-logo-wrap img {
    width: 90px;
    /* filter: invert(1); */
}

.modal-body.deals-modal-body .modal-offer-wrap {
    background-color: #f7f7f7;
    border-bottom: 3px solid #40c6ff;
}

.modal-body.deals-modal-body .modal-offer-wrap h5 {
    text-align: center;
    padding-top: 10px;
    color: #000000;
}

.modal-body.deals-modal-body .modal-offer-list {
    text-align: center;
}

.modal-body.deals-modal-body .modal-offer-list li {
    display: inline-block;
    padding: 4px 12px;
}

.modal-body.deals-modal-body .modal-offer-list img {
    width: 50px;
    filter: invert(62%) sepia(87%) saturate(1441%) hue-rotate(171deg) brightness(105%) contrast(101%);
}

.modal-body.deals-modal-body .modal-offer-list h6 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.modal-body.deals-modal-body .modal-form-wrap {}

.modal-body.deals-modal-body .modal-form-wrap h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.modal-body.deals-modal-body .modal-form-wrap h5 span {
    color: #f00;
}

.modal-body.deals-modal-body .modal-form-wrap input {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.modal-body.deals-modal-body .modal-form-wrap textarea {
    border-radius: 0px;
    resize: none;
    outline: none;
    box-shadow: none;
}

.modal-body.deals-modal-body .modal-form-wrap button {
    padding: 10px;
    /* text-shadow: none; */
}

/* .modal-footer.deals-modal-footer {
    justify-content: center;
    background: linear-gradient(-45deg, #aa2e30, #127b3e, #aa2e30, #127b3e);
} */

.modal-footer.deals-modal-footer {
    justify-content: center;
    background: linear-gradient(-45deg, #0e7d3f 110%, #127b3e, #0e7d3f 40%, #127b3e);
}

.modal-footer.deals-modal-footer a {
    margin: 0px 6px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 3px 10px #00000085;
    background: transparent;
}

@media only screen and (max-width:575px) {
    .modal-footer.deals-modal-footer a {
        margin: 0px 3px;
        font-size: 16px;
        font-weight: 500;
    }
}

.form-control:focus {
    border-color: #127b3e;
}

/* deals-modal-end */

/* enquire-modal-start */
.enquire-modal {
    padding-right: 0px !important;
}

.enquire-modal .modal-dialog {}

.enquire-modal .modal-content {
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    border-radius: 0px;
}

.enquire-modal-header {
    display: flex;
    margin: 0px;
    animation: none;
    z-index: 5;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
}

.enquire-modal-header h5 {
    font-size: 18px;
    width: calc(100% - 10px);
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

.enquire-modal-header button {
    /* filter: invert(1); */
    opacity: 1;
    font-size: 16px;
}

.enquire-modal-header img {}

.modal-body.enquire-modal-body {
    padding: 15px 15px 0px;
    overflow: hidden;
}

.modal-body.enquire-modal-body .modal-logo-wrap {
    display: flex;
    justify-content: center;
}

.modal-body.enquire-modal-body .modal-logo-wrap img {
    width: 100px;
    /* filter: invert(1); */
}

.modal-body.enquire-modal-body .modal-offer-wrap {
    background-color: #f7f7f7;
    border-bottom: 3px solid #40c6ff;
}

.modal-body.enquire-modal-body .modal-offer-wrap h5 {
    text-align: center;
    padding-top: 10px;
    color: #000000;
}

.modal-body.enquire-modal-body .modal-offer-list {
    text-align: center;
}

.modal-body.enquire-modal-body .modal-offer-list li {
    display: inline-block;
    padding: 4px 12px;
}

.modal-body.enquire-modal-body .modal-offer-list img {
    width: 50px;
    filter: invert(62%) sepia(87%) saturate(1441%) hue-rotate(171deg) brightness(105%) contrast(101%);
}

.modal-body.enquire-modal-body .modal-offer-list h6 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.modal-body.enquire-modal-body .modal-form-wrap {}

.modal-body.enquire-modal-body .modal-form-wrap h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.modal-body.enquire-modal-body .modal-form-wrap h5 span {
    color: #f00;
}

.modal-body.enquire-modal-body .modal-form-wrap input {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.modal-body.enquire-modal-body .modal-form-wrap textarea {
    border-radius: 0px;
    resize: none;
    outline: none;
    box-shadow: none;
}

.modal-body.enquire-modal-body .modal-form-wrap button {
    padding: 10px;
    /* text-shadow: none; */
}

/* enquire-modal-end */

/* brochure-modal-start */
.brochure-modal {
    padding-right: 0px !important;
}

.brochure-modal .modal-dialog {}

.brochure-modal .modal-content {
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    border-radius: 0px;
}

.brochure-modal-header {
    display: flex;
    margin: 0px;
    animation: none;
    z-index: 5;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
}

.brochure-modal-header h5 {
    font-size: 18px;
    width: calc(100% - 10px);
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

.brochure-modal-header button {
    /* filter: invert(1); */
    opacity: 1;
    font-size: 16px;
}

.brochure-modal-header img {}

.modal-body.brochure-modal-body {
    padding: 15px 15px 0px;
    overflow: hidden;
}

.modal-body.brochure-modal-body .modal-logo-wrap {
    display: flex;
    justify-content: center;
}

.modal-body.brochure-modal-body .modal-logo-wrap img {
    width: 100px;
    /* filter: invert(1); */
}

.modal-body.brochure-modal-body .modal-offer-wrap {
    background-color: #f7f7f7;
    border-bottom: 3px solid #40c6ff;
}

.modal-body.brochure-modal-body .modal-offer-wrap h5 {
    text-align: center;
    padding-top: 10px;
    color: #000000;
}

.modal-body.brochure-modal-body .modal-offer-list {
    text-align: center;
}

.modal-body.brochure-modal-body .modal-offer-list li {
    display: inline-block;
    padding: 4px 12px;
}

.modal-body.brochure-modal-body .modal-offer-list img {
    width: 50px;
    filter: invert(62%) sepia(87%) saturate(1441%) hue-rotate(171deg) brightness(105%) contrast(101%);
}

.modal-body.brochure-modal-body .modal-offer-list h6 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.modal-body.brochure-modal-body .modal-form-wrap {}

.modal-body.brochure-modal-body .modal-form-wrap h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.modal-body.brochure-modal-body .modal-form-wrap h5 span {
    color: #f00;
}

.modal-body.brochure-modal-body .modal-form-wrap input {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.modal-body.brochure-modal-body .modal-form-wrap textarea {
    border-radius: 0px;
    resize: none;
    outline: none;
    box-shadow: none;
}

.modal-body.brochure-modal-body .modal-form-wrap button {
    padding: 10px;
    /* text-shadow: none; */
}

.modal-offer-new {
    background-color: #f7f7f7;
    border-bottom: 3px solid #0e7d3f;
    text-align: center;
    padding-bottom: 0px;
}

.modal-offer-new h5 {
    text-align: center;
    padding-top: 10px;
    color: #000000;
}

.modal-offer-box {
    padding: 10px 0 1px 0;
}

.modal-offer-box img {
    width: 45px;
    filter: invert(42%) sepia(19%) saturate(1627%) hue-rotate(94deg) brightness(87%) contrast(101%);
    /* filter: invert(1); */
}

.modal-offer-box h6 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.offer-middle {
    position: relative;
}

.offer-middle:before {
    content: "";
    position: absolute;
    height: 75%;
    width: 2px;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    z-index: 4;
}

.offer-middle:after {
    content: "";
    position: absolute;
    height: 75%;
    width: 2px;
    right: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    z-index: 4;
}

@media only screen and (max-width:575px) {
    .modal-offer-new .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .modal-offer-box {
        padding: 4px 0 1px 0;
    }

    .modal-offer-box img {
        width: 40px;
    }

    .modal-offer-box h6 {
        padding: 0px 5px;
        font-size: 11px;
    }

    .offer-middle:before {
        width: 1px;
        left: -6px;
    }

    .offer-middle:after {
        width: 1px;
        right: -6px;
    }

    .modal-offer-new .row {
        margin: 0px !important;
    }
}

/* brochure-modal-end */

/* prices-modal-start */
.prices-modal {
    padding-right: 0px !important;
}

.prices-modal .modal-dialog {}

.prices-modal .modal-content {
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
    border-radius: 0px;
}

.prices-modal-header {
    display: flex;
    margin: 0px;
    animation: none;
    z-index: 5;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
}

.prices-modal-header h5 {
    font-size: 18px;
    width: calc(100% - 10px);
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

.prices-modal-header button {
    /* filter: invert(1); */
    opacity: 1;
    font-size: 16px;
}

.prices-modal-header img {}

.modal-body.prices-modal-body {
    padding: 15px 15px 0px;
    overflow: hidden;
}

.modal-body.prices-modal-body .modal-logo-wrap {
    display: flex;
    justify-content: center;
}

.modal-body.prices-modal-body .modal-logo-wrap img {
    width: 100px;
    /* filter: invert(1); */
}

.modal-body.prices-modal-body .modal-offer-wrap {
    background-color: #f7f7f7;
    border-bottom: 3px solid #40c6ff;
}

.modal-body.prices-modal-body .modal-offer-wrap h5 {
    text-align: center;
    padding-top: 10px;
    color: #000000;
}

.modal-body.prices-modal-body .modal-offer-list {
    text-align: center;
}

.modal-body.prices-modal-body .modal-offer-list li {
    display: inline-block;
    padding: 4px 12px;
}

.modal-body.prices-modal-body .modal-offer-list img {
    width: 50px;
    filter: invert(42%) sepia(19%) saturate(1627%) hue-rotate(94deg) brightness(87%) contrast(101%);
}

.modal-body.prices-modal-body .modal-offer-list h6 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.modal-body.prices-modal-body .modal-form-wrap {}

.modal-body.prices-modal-body .modal-form-wrap h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.modal-body.prices-modal-body .modal-form-wrap h5 span {
    color: #f00;
}

.modal-body.prices-modal-body .modal-form-wrap input {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.modal-body.prices-modal-body .modal-form-wrap textarea {
    border-radius: 0px;
    resize: none;
    outline: none;
    box-shadow: none;
}

.modal-body.prices-modal-body .modal-form-wrap button {
    padding: 10px;
    /* text-shadow: none; */
}

/* prices-modal-end */

.btn {
    padding: 0.5rem 1rem;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
    opacity: 1;
}

/* whatsapp-btn-start */

.whatsapp-btn {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: breathe 2s ease-in-out infinite;
}

.whatsapp-btn.call-btn {
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #004dd5;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: breathe2 2s ease-in-out infinite;
}

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-shadow: 0px 3px 10px #0000008c;
    text-decoration: none;
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #25D366;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes breathe2 {
    0% {
        box-shadow: 0 0 0 0 #004dd5;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width:767px) {
    .whatsapp-btn {
        bottom: 80px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    }

    .whatsapp-btn.call-btn {
        bottom: 140px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    }

    .whatsapp-btn i {
        font-size: 22px;
    }
}

@media only screen and (max-width:575px) {
    .whatsapp-btn {
        width: 45px;
        height: 45px;
        bottom: 50px;
    }

    .whatsapp-btn.call-btn {
        width: 45px;
        height: 45px;
        bottom: 105px;
    }

    .whatsapp-btn i {
        font-size: 20px;
    }
}

/* whatsapp-btn-end */

/* sticky-enquiry-button-start */

/* .deployform {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0e7d3f;
    cursor: pointer;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: all 0.35s cubic-bezier(0.91, -0.28, 0.06, 1.3), background-color 0.25s ease;
    -webkit-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
}

.deployform:hover {
    background-color: #da3737;
}

.deployform.open {
    width: 300px;
    height: 350px;
    border-radius: 3px;
    background-color: #fff;
    cursor: default;
}

.deployform.open .icon {
    opacity: 0;
    transition-delay: 0.01s;
}

.deployform.open .cancel {
    opacity: 1;
    transition-delay: 0.25s;
}

.deployform.open form {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}

.deployform .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.1s ease;
    transition-delay: 0.2s;
    color: #fff;
    font-size: 18px;
    padding: 4px;
}

.deployform .cancel {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    opacity: 0;
    transition-delay: 0.01s;
    cursor: pointer;
    padding: 6px 10px;
    color: #3c4351;
}

.deployform form {
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.01s;
}

.deployform form input {
    width: 236px;
    height: 45px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0 10px;
    border: 2px solid #e3e3e3;
    background-color: #f1f1f1;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.deployform form input:hover,
.deployform form input:focus {
    border: 2px solid #d7d7d7;
    outline: 0;
}

.deployform form textarea {
    width: 236px;
    min-height: 80px;
    margin-left: 20px;
    margin-top: 10px;
    border: 2px solid #e3e3e3;
    background-color: #f1f1f1;
    border-radius: 2px;
    resize: none;
    padding: 10px 10px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.deployform form textarea:hover,
.deployform form textarea:focus {
    border: 2px solid #d7d7d7;
    outline: 0;
}

.deployform form button {
    width: 260px;
    height: 45px;
    margin-left: 20px;
    margin-top: 10px;
    border: none;
    background-color: #0e7d3f;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.deployform form button:hover {
    background-color: #da3737;
} */


.enquiry-side-btn {
    position: fixed;
    bottom: 150px;
    right: 15px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0e7d3f;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: breathetwo 2s ease-in-out infinite;
}

.enquiry-side-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-shadow: 0px 3px 10px #0000008c;
    text-decoration: none;
}

@keyframes breathetwo {
    0% {
        box-shadow: 0 0 0 0 #0e7d3f;
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes beattwo {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.enquiry-side-new-btn {
    position: fixed;
    /* bottom: 124px; */
    bottom: 200px;
    left: -64px;
    z-index: 50;
    transform: rotate(270deg);
    animation: breathetwo 2s ease-in-out infinite;
}

.enquiry-btn-div {
    padding: 8px 48px 8px 10px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgb(12 35 34 / 30%);
}

.enquiry-btn-div span {
    position: absolute;
    color: #0e7d3f;
    background: #fff;
    height: 100%;
    top: 0px;
    right: 0;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: none;
}

.enquiry-btn-div span i {
    animation: beattwo 2s ease-in-out infinite;
}

@media only screen and (max-width:767px) {
    .enquiry-btn-div {
        padding: 6px 42px 6px 10px;
    }

    .enquiry-btn-div span {
        width: 34px;
    }

    .enquiry-side-new-btn {
        bottom: auto;
        top: 295px;
    }
}

@media only screen and (max-width:575px) {
    .enquiry-side-new-btn {
        bottom: auto;
        top: 268px;
        left: -57px;
    }

    .enquiry-btn-div {
        padding: 3px 40px 3px 8px;
        font-size: 14px;
    }

    .enquiry-btn-div span {
        width: 32px;
    }
}

/* sticky-enquiry-button-end */




html,
body {
    overflow-x: hidden;
}


/* privacy-policy-start */

.privacy-wrap-inner {
    background-color: #fff;
    padding: 25px 35px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%) !important;
}

.privacy-wrap-inner .Privacy-heading {
    text-align: center;
}

.privacy-wrap-inner .Privacy-heading {
    text-align: center;
    padding: 10px 0px 16px;
    font-size: 50px;
    line-height: 64px;
    position: relative;
    margin-bottom: 16px;
}

.privacy-wrap-inner .Privacy-heading:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    background: #0e7d3f;
}

.privacy-wrap-inner p {
    text-align: justify;
}

.privacy-anchor {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.Privacy-heading {
    font-size: 40px;
}

.privacy-wrap-inner h1 {
    text-align: center;
}

.privacy-wrap-inner h2 {
    font-size: 30px;
}

.privacy-wrap-inner p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width:767px) {
    .privacy-wrap-inner .Privacy-heading {
        padding: 0px 0px 8px;
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 12px;
    }

    .privacy-wrap-inner {
        padding: 20px 20px;
    }

    .privacy-wrap-inner h1 {
        text-align: center;
        font-size: 24px;
    }

    .privacy-wrap-inner h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:575px) {
    .privacy-wrap-inner {
        padding: 20px 20px;
    }
}

/* privacy-policy-end */




@media only screen and (max-width:991px) {
    .navbar-brand img {
        width: 90px;
    }

    .banner {
        margin-top: 110px;
    }