/*
Theme Name: Casagrand Cloud 9
Text Domain: casagrand
Author: Mangesh Narayankar
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
    box-shadow: none;
}

img {
    outline: none;
    border: 0;
    vertical-align: middle;
}

ul {
    list-style: none
}

b,
strong {
    font-weight: 700;
}

input:focus,
textarea:focus,
input:required,
textarea:required {
    outline: none;
    box-shadow: none;
}

input,
textarea,
select {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Mukta', sans-serif;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
}

input[placeholder] {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

footer,
header,
nav {
    display: block;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.slick-slide {
    outline: none;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.tran {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.hidden {
    visibility: hidden;
}

.row {
    margin: 0 -15px;
}

.lc-row {
    margin: 0 -15px;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.col-2 {
    float: left;
    width: 20%;
    padding: 0 15px;
}

.col-3 {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.col-4 {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.col-6 {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.tw-col-4 {
    float: left;
    width: 33.33%;
    padding: 0 8px;
}

.rt-container {
    float: right;
    width: calc((100% - 1300px) / 2 + 1270px);
}

:root {
    --primarycolor: #4E555B;
    --secondarycolor: #2F3193;
    --ternarycolor: #2F3193;

    --whitecolor: #ffffff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: var(--primarycolor);
}

::-webkit-scrollbar-thumb {
    background-color: var(--secondarycolor);
    border: 0 none;
}

body {
    font-size: 15px;
    color: #000000;
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
}

.no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sticky-content {
    min-height: calc(100vh - 243px);
}

/* Style for left Section */
.wrapper {
    padding: 0 20px 0 72px;
}

input::-webkit-input-placeholder {
    color: rgba(78, 85, 91, 0.4);
}

input::-ms-input-placeholder {
    color: rgba(78, 85, 91, 0.4);
}

input:-ms-input-placeholder {
    color: rgba(78, 85, 91, 0.4);
}

input::-moz-placeholder {
    color: rgba(78, 85, 91, 0.4);
}

input:-moz-placeholder {
    color: rgba(78, 85, 91, 0.4);
}

input::placeholder {
    color: rgba(78, 85, 91, 0.4);
}

.section-heading {
    position: relative;
    padding-left: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--ternarycolor);
    margin-bottom: 30px;
}

/* .section-heading:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    width: 32px;
    height: 6px;
    background: transparent linear-gradient(279deg, #4B2E1D 0%, #4B2E1D 100%) 0% 0% no-repeat;
} */

.ccd-header-logo {
    position: absolute;
    z-index: 10;
    left: 80px;
    top: 0;
    width: 150px;
    height: 100px;
    padding: 0 15px;
    background-color: var(--whitecolor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.multi-level-list {
    position: relative;
    background-color: #CAE8FF;
    box-shadow: 0px 1px 0px #7548291c;
    padding: 30px 130px;
}

.multi-level-list ul {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.multi-level-list ul li {
    flex: 1 1 25%;
    padding: 0 15px;
}

.multi-level-list ul li .multi-level-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multi-level-list ul li .multi-level-item .mlt-icon {
    width: 56px;
    flex-shrink: 0;
    margin-right: auto;
}

.multi-level-list ul li .multi-level-item .mlt-icon img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.multi-level-list ul li .multi-level-item .multi-level-text {
    width: calc(100% - 72px);
    margin-left: auto;
}

.multi-level-list ul li .multi-level-item .multi-level-text span {
    display: block;
    font-size: 16px;
}

.multi-level-list ul li .multi-level-item .multi-level-text h3 {
    font-size: 16px;
    font-weight: 600;
}

.ccd-overview-section {
    position: relative;
    padding: 30px 0 30px 0;
}

.ccd-overview-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ccd-overview-left {
    width: calc(100% - 320px);
    margin-right: auto;
}

.ccd-overview-right {
    width: 284px;
    margin-left: auto;
}

.ccd-overview-content p {
    font-size: 15px;
}

.mb-call-us-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-call-us-top .call-icon {
    margin-right: 12px;
}

.ccd-overview-price-card {
    position: relative;
    background: transparent linear-gradient(310deg, #2F3193 0%, #2F3193 100%) 0% 0% no-repeat;
    border-radius: 4px;
    padding: 30px 35px;
}

.ccd-overview-price-card span {
    color: var(--whitecolor);
}

.ccd-overview-price-card .bh-type {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.ccd-overview-price-card .bh-price {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.ccd-overview-price-card .bh-price span {
    display: block;
    line-height: 1;
}

.ccd-overview-price-card .bh-price span:first-child {
    font-size: 64px;
}

.ccd-overview-price-card .bh-price span:last-child {
    font-size: 15px;
    align-self: flex-end;
    margin: 0 0 6px 6px;
}

.ccd-overview-price-card .str-text {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.dwd-brochure {
    padding-top: 24px;
    border-top: 1px solid var(--whitecolor);
}

.dwd-brochure .dwd-brochure-btn,
.dwd-brochure .broch-list-title {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--ternarycolor);
    padding: 15px 20px 15px 34px;
    border-radius: 4px;
    background: var(--whitecolor) url('../img/Pdf_icon.png') no-repeat 12px center;
    background-size: 14px;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

/*.dwd-brochure .dwd-brochure-btn:hover, .dwd-brochure .broch-list-title:hover{background-color: var(--primarycolor);color: var(--whitecolor);background-image: url('../img/wh_Pdf_icon.png');}*/
.phase_table_wrap_mobile {
    width: 100%;
    text-align: center;
}

.phase_table_mobile_row {
    position: relative;
    border: 1px solid var(--ternarycolor);
    padding: 0 12px;
    margin-bottom: 25px;
    font-size: 15px;
}

.ptm_row {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--ternarycolor);
}

.ptm_row .ptm_col {
    float: left;
    width: 50%;
    text-align: left;
    padding: 15px 0;
    line-height: 20px;
    font-size: 15px;
}

.ptm_row .ptm_col.ptm_col_heading {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ternarycolor);
    padding-right: 8px;
}

.phase_table_mobile_row .ptm_row:last-child {
    border-bottom: 0 none;
}

.m-group-note {
    margin-bottom: 30px;
}

.m-group-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.phase_table_wrap_mobile .m-group-note:last-child {
    margin-bottom: 0;
}

.dwd-brochure .broch-list-title {
    padding-right: 30px;
    position: relative;
}

.dwd-brochure .broch-list-title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/down-arrow-blue.svg);
    transform: rotate(0deg);
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.dwd-brochure .broch-list-title.active:after {
    transform: rotate(180deg);
}

.broch-list {
    position: relative;
    z-index: 10;
}

.broch-list ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.broch-list ul li {
    clear: both;
    border-top: 1px solid var(--ternarycolor);
}

.broch-list ul li a {
    display: block;
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 34px;
}

.amanities-tab-sec {
    position: relative;
    padding: 30px 0 80px 0;
}

.amanities-tab-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.amanities-tab-header li {
    width: auto;
}

.amanities-tab-header li:not(:last-child) {
    margin-right: 24px;
}

.amanities-tab-header li a {
    position: relative;
    display: block;
    color: rgba(65, 65, 65, 0.4);
    font-size: 20px;
    font-weight: 600;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.amanities-tab-header li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondarycolor);
    transition: width .3s, transform .3s;
}

.amanities-tab-header li a:hover,
.amanities-tab-header li a.active {
    color: var(--secondarycolor);
}

.amanities-tab-header li a:hover:before,
.amanities-tab-header li a.active:before {
    width: 100%;
}

.wlk-item a {
    display: block;
    position: relative;
}

.wlk-item .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent linear-gradient(311deg, #4B2E1D 0%, #4B2E1D 100%) 0% 0% no-repeat;
}

.wlk-item .play-icon:before {
    position: absolute;
    content: '';
    left: 26px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 21px;
    border-color: transparent transparent transparent #ffffff;
}

.amanities-tab-panel {
    display: none;
}

.amanities-block {
    position: relative;
    padding-right: 90px;
}

.amanities-figures .col-6:first-child figure {
    height: 100%;
}

.amanities-figures img {
    height: 100%;
    object-fit: cover;
}

.amanities-figures .col-6:last-child figure:not(:last-child) {
    margin-bottom: 30px;
}

.arrow_1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
}

.sq-prvarrow {
    width: 48px;
    height: 48px;
    border: 1px solid var(--secondarycolor);
    background-color: var(--whitecolor);
    float: left;
    margin-bottom: 16px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-prev.png)
}

.sq-nxtarrow {
    width: 48px;
    height: 48px;
    border: 1px solid var(--secondarycolor);
    background-color: var(--whitecolor);
    float: right;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-next.png)
}

.slnt-features-sec {
    position: relative;
    background-color: #CAE8FF;
    padding: 30px 70px;
}

.slnt-features-sec ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.slnt-features-sec ul li {
    width: 48%;
    position: relative;
    margin-bottom: 24px;
    padding-left: 18px;
}

.slnt-features-sec ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}

.slnt-features-sec ul li:nth-child(odd) {
    margin-right: auto;
}

.slnt-features-sec ul li:nth-child(even) {
    margin-left: auto;
}

.loc-adv-sec {
    position: relative;
    padding: 30px 0 30px 0;
}

.loc-adv-wrap .col-4 {
    margin-bottom: 30px;
}

.loc-adv-item {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: #CAE8FF;
    border: 1px solid #7548291c;
    border-radius: 4px;
    padding: 24px 30px;
    height: 100%;
}

.loc-adv-item .loc-adv-icon {
    width: 48px;
    margin-right: auto;
}

.loc-adv-item .loc-adv-content {
    width: calc(100% - 60px);
    margin-left: auto;
}

.loc-adv-item .loc-adv-content span {
    font-size: 40px;
    color: var(--secondarycolor);
    margin-bottom: 6px;
    line-height: 1.2;
    display: block;
}

.loc-adv-item .loc-adv-content span b {
    font-size: 20px;
    font-weight: 400;
}

.loc-adv-item .loc-adv-content p {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.ccd-config-sec {
    position: relative;
    padding: 0px 0;
}

.ccd-config-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.ccd-config-top span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.ccd-config-top del {
    color: rgba(65, 65, 65, 0.4);
    font-size: 20px;
    font-weight: 600;
    margin-right: 24px;
}

.ccd-config-top .text-1 {
    color: var(--ternarycolor);
    margin-right: 24px;
}

.ccd-config-top .text-2 {
    color: var(--secondarycolor)
}

.ccd-config-tabel table {
    width: 100%;
    border-collapse: collapse;
}

.ccd-config-tabel table thead {
    background-color: var(--ternarycolor);
}

.ccd-config-tabel table thead th {
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 600;
    padding: 14px 5px;
    text-align: left;
}

.ccd-config-tabel table td {
    color: #4E555B;
    font-size: 15px;
    padding: 14px 5px;
}

.ccd-config-tabel table td b {
    font-weight: 600;
    color: var(--secondarycolor);
}

.ccd-config-tabel table tbody tr {
    border-bottom: 1px solid #EBEBEB;
}

.ccd-config-tabel table tbody tr.tr-main-head,
.ccd-config-tabel table tbody tr.tr-sm-text {
    border-bottom: 0 none;
}

.ccd-config-tabel table .tr-main-head {
    background-color: beige;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.ccd-config-tabel table .tr-sm-text {
    font-size: 10px;
    color: #4E555B;
    text-align: center;
}

.footer-call-sec {
    position: relative;
    padding: 30px 0;
}

.footer-call-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-call-wrap .footer-logo {
    width: 154px;
    margin-right: auto;
}

.footer-call-wrap .footer-call-right {
    margin-left: auto;
}

.footer-call-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

.footer-call-box .call-icon {
    width: 40px;
    height: 45px;
    flex-shrink: 0;
    margin-right: 16px;
}

.footer-call-box .callus-text {
    width: 100%;
    margin-left: auto;
}

.footer-call-box .callus-text span {
    display: block;
    font-size: 16px;
    color: #4E555B;
}

.footer-call-box .callus-text a {
    font-size: 30px;
    color: #4E555B;
}

.footer-copyright-sec {
    background-color: var(--ternarycolor);
    padding: 30px 0;
}

.footer-copyright-wrap p {
    font-size: 15px;
    color: var(--whitecolor);
}

/* Style for Right Section */
.ccd-main-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    overflow: hidden;
}

.ccd-left-section {
    width: calc(100% - 400px);
    margin-right: auto;
}

.ccd-right-section {
    width: 400px;
    margin-left: auto;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
}

.call-us-top {
    position: relative;
    background-color: #2F3193;
    padding: 15px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-us-top .call-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: auto;
}

.call-us-top .callus-text {
    width: calc(100% - 86px);
    margin-left: auto;
}

.call-us-top .callus-text span {
    display: block;
    font-size: 16px;
    color: var(--whitecolor);
}

.call-us-top .callus-text a {
    font-size: 24px;
    color: var(--whitecolor);
    line-height: 1.4;
}

.enquirenow-form-block {
    position: relative;
    padding: 15px 0;
    background-color: #CAE8FF;
    height: 100%;
}

.enquirenow-form-inn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 0 50px;
}

.enquirenow-form {
    max-height: calc(100vh - 300px);
}

.mb-enquirenow-form h2 {
    font-size: 28px;
    color: var(--whitecolor);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

.enquirenow-form-block h2 {
    font-size: 25px;
    color: var(--ternarycolor);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}

.enq-form-group {
    position: relative;
    margin-bottom: 10px;
}

.enq-form-group label {
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--ternarycolor);
    font-weight: 700;
    display: block;
}

.enq-input {
    position: relative;
    width: 100%;
    font-size: 15px;
    padding: 14px 16px;
    border-radius: 4px;
    background-color: var(--whitecolor);
}

.enq-form-group-btn {
    margin-top: 20px;
}

.enq-sub-btn {
    width: 100%;
    font-size: 16px;
    color: var(--whitecolor);
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: var(--ternarycolor);
    cursor: pointer;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
}

.enq-sub-btn:hover,
.booknow-btn:hover {
    background-color: var(--primarycolor);
    color: var(--whitecolor);
}


.booknow-block {
    position: relative;
    padding: 15px 55px 35px;
    text-align: center;
    border-bottom: 7px solid var(--secondarycolor);
    background: #FAE94E url('../img/Book_now_bg.png') no-repeat left bottom;
    background-size: calc(100%*16/16)74%;
}

.booknow-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.booknow-btn {
    display: inline-block;
    font-size: 16px;
    color: var(--whitecolor);
    padding: 10px 30px;
    border-radius: 6px;
    background-color: var(--ternarycolor);
    text-transform: uppercase;
}

.booknow-block .car-icon {
    position: absolute;
    right: 56px;
    bottom: 0;
    width: 62px;
    height: 28px;
    background: url('../img/car_icon_rev.png') no-repeat;
    background-size: cover;
    transition: all 0.35s;
    animation: animatedBackground 5s linear infinite;
    -webkit-animation: animatedBackground 5s linear infinite;
}

@keyframes animatedBackground {
    from {
        left: -100px
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes animatedBackground {
    from {
        left: -100px
    }

    to {
        left: 100%
    }
}



/* Mobile style for some elements */
.ccd-mb-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--whitecolor);
    padding: 12px 15px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.ccd-mb-header .mb-dwd-brochure,
.ccd-mb-header .broch-list-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--ternarycolor);
    padding: 8px 8px 8px 32px;
    border-radius: 4px;
    color: var(--whitecolor);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-image: url(../img/download.png);
    background-size: 16px auto;
}

.ccd-mb-header .call-icon {
    width: 24px;
    height: 24px;
}

.ccd-mb-header .callus-text span {
    font-size: 10px;
}

.ccd-mb-header .callus-text a {
    font-size: 15px;
    font-weight: 600;
}

.ccd-mb-header .broch-list ul li a {
    padding: 8px 12px 8px 32px;
    font-size: 13px;
}

.ccd-mb-header .broch-list-title {
    position: relative;
    padding-right: 25px;
}

.ccd-mb-header .broch-list-title:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 10px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/down-arrow-white.svg);
    transform: rotate(0deg);
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.ccd-mb-header .broch-list-title.active:after {
    transform: rotate(180deg);
}

.mb-over-apt-block,
.mb-booknow-block {
    display: none;
}

.mb-booknow-block {
    overflow: hidden;
}

.mb-over-apt-top {
    position: relative;
    background-color: var(--secondarycolor);
    padding: 16px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-over-apt-top span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--whitecolor);
}

.mb-booknowbtn {
    text-align: center;
}

.mb-booknowbtn span {
    color: var(--whitecolor);
}

.mb-over-apt-top .bh-price {
    display: flex;
    justify-content: flex-start;
}

.mb-over-apt-top .bh-price span {
    display: block;
    line-height: 1;
}

.mb-over-apt-top .bh-price span:first-child {
    font-size: 48px;
}

.mb-over-apt-top .bh-price span:last-child {
    font-size: 16px;
    align-self: flex-end;
    margin: 0 0 10px 6px;
}

.mbcallus-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: center;
    z-index: 800;
}

.mbcallus-btns a {
    width: 50%;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 10px;
    color: var(--whitecolor);
}

.mbcallus-btns .mbenq-btn {
    background-color: var(--ternarycolor);
}

.mbcallus-btns .mbcallus-btn {
    background-color: #303194;
}

.mb-enquirenow-form {
    display: none;
    background-color: var(--secondarycolor);
    padding: 30px;
}

.mb-enquirenow-form h2 {
    font-size: 24px;
}

.ovr-enquirenow-popup {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: -100%;
    background-color: #D0E7FD;
    padding: 30px 0;
    z-index: 999;
    transition: bottom 0.3s ease-in-out;
}

.ovr-close-btn,
.book-close-btn {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/close-icon-2.png);
}

.ovr-enquirenow-popup.active {
    bottom: 0;
}

.book-enquirenow-popup {
    position: fixed;
    left: 50%;
    width: 400px;
    max-width: 90%;
    max-height: 90vh;
    top: 50%;
    background-color: var(--secondarycolor);
    padding: 40px 0;
    z-index: 999;
    transform: translate(-50%, -50%);
    display: none;
}

.ovr-enquirenow-form {
    padding: 15px 40px;
    max-height: calc(90vh - 90px);
    overflow-y: auto;
}

.popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 900;
    display: none;
}

/* Validation style */
.wpcf7-spinner {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

body .wpcf7-not-valid-tip {
    color: #f75353;
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    line-height: 16px;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: calc(100% + 4px);
    background-color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 11px;
}

body .wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}

form .ques-btn {
    background-position: center;
}

form.submitting .enq-sub-btn {
    color: transparent;
    background-image: url(../img/btn-loading.gif);
    background-color: var(--ternarycolor) !important
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #3c763d;
    background-color: #dff0d8;
    font-size: 13px;
    padding: 15px 10px;
    text-align: center;
    border-color: #d6e9c6;
    margin: 30px 0 0;
    border-width: 1px !important;
}

.wpcf7 form.failed .wpcf7-response-output {
    color: #a94442;
    background-color: #f2dede;
    font-size: 13px;
    padding: 15px 10px;
    text-align: center;
    border-color: #ebccd1;
    margin: 30px 0 0;
    border-width: 1px !important;
}

.wpcf7-form-control-wrap {
    display: block;
}

.inputwrap {
    position: relative;
}

body .intl-tel-input ul.country-list {
    left: 0;
    max-width: 310px;
    overflow-x: hidden;
}

/* Style for 404 */
.wrap-404 {
    position: relative;
    padding: 100px 20px 150px;
    text-align: center;
    background-color: #ffffff;
}

.wrap-404-inner {
    position: relative;
}

.nf404-title-1 {
    display: block;
    font-size: 95px;
    color: var(--ternarycolor);
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px 0;
    font-family: 'Mukta', sans-serif;
    letter-spacing: 1px;
}

.nf404-title-2 {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    color: var(--ternarycolor);
    font-weight: 600;
    margin: 0 0 40px 0;
}

.wrap-404-inner p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
}

.wrap-404 a.primary-btn {
    font-size: 18px;
    padding: 10px 35px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}

.wrap-404 a.primary-btn:hover {
    text-decoration: underline;
}

.imgbox-404 {
    margin: 0 0 40px 0;
    text-align: center;
}

.imgbox-404 img {
    width: 100px;
    height: auto;
}

.page-container {
    position: relative;
    padding: 80px 0 40px 0;
}

.page-container h1 {
    color: var(--ternarycolor);
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-container h2 {
    color: var(--ternarycolor);
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-container h3 {
    color: var(--ternarycolor);
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-container h4 {
    color: var(--ternarycolor);
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-container h5 {
    color: var(--ternarycolor);
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-container h6 {
    color: var(--ternarycolor);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-container p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-container ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

.page-container ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

.page-container li {
    line-height: 1.6;
    margin-bottom: 5px;
}

.back-home-cta {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 15px 15px 40px;
    color: var(--whitecolor);
    background-color: #F26622;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../img/home-icon.svg);
    background-size: 24px auto;
}

.fancybox-slide--video .fancybox-content {
    max-width: 800px !important;
    max-height: 450px;
}

.fancybox-slide--video .fancybox-content iframe {
    max-height: 450px;
}

.cs-wrap-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.cs-wrap-main-inner {
    position: relative;
}

.cs-wrap-main h1 {
    font-size: 45px;
    color: #000000;
}

.ccd-full-section {
    width: 100%;
    padding-top: 100px;
}

.mnemonics {
    position: absolute;
    top: 400px;
    right: 415px;
    width: 200px;
    height: auto;
    z-index: 9;
}

@media screen and (max-width: 1280px) {
    .multi-level-list {
        padding: 30px 15px;
    }

    .wrapper {
        padding: 0 20px;
    }

    .slnt-features-sec {
        padding: 56px 15px;
    }

    .mb-over-apt-top {
        padding: 16px 25px;
    }

    .ccd-header-logo {
        left: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .loc-adv-wrap .col-4 {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .ccd-mb-header {
        display: flex;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .ccd-left-section {
        width: 100%;
        margin: 0;
        padding-top: 51px;
    }

    .ccd-right-section,
    .ccd-overview-price-card {
        display: none;
    }

    .mb-over-apt-block,
    .mb-enquirenow-form,
    .mb-booknow-block {
        display: block;
    }

    .multi-level-list ul li .multi-level-item {
        flex-direction: column;
        text-align: center;
    }

    .multi-level-list ul li .multi-level-item .mlt-icon {
        margin: 0 auto 8px;
    }

    .multi-level-list ul li .multi-level-item .multi-level-text {
        width: 100%;
        margin: 0;
    }

    .slnt-features-sec {
        margin-bottom: 50px;
    }

    .ccd-overview-left,
    .ccd-overview-right {
        width: 48%;
    }

    .loc-adv-item {
        padding: 16px;
    }

    .ccd-config-tabel {
        overflow-x: auto;
    }

    .ccd-config-tabel table {
        width: 1000px;
    }

    .wlk-item .play-icon {
        width: 44px;
        height: 44px;
    }

    .wlk-item .play-icon:before {
        left: 19px;
        top: 14px;
        border-width: 8px 0 8px 14px;
    }

    .loc-adv-wrap .col-4 {
        width: 33.33%;
    }

    .ccd-header-logo {
        top: 66px;
        width: 110px;
        height: 81px;
        padding: 0 12px;
    }

    .footer-copyright-sec {
        margin-bottom: 57px;
    }

    .multi-level-list::-webkit-scrollbar,
    .ccd-config-tabel::-webkit-scrollbar {
        height: 5px;
    }

    .multi-level-list::-webkit-scrollbar-track,
    .ccd-config-tabel::-webkit-scrollbar-track {
        background-color: #E8E7E8;
    }

    .mb-booknow-block {
        margin: 0 20px;
    }

    .ccd-config-top del,
    .ccd-config-top span {
        font-size: 16px
    }
}

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

    .ccd-overview-wrap,
    .slnt-features-sec ul {
        flex-direction: column;
    }

    .ccd-overview-left {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .ccd-overview-right {
        width: 100%;
        margin: 0;
    }

    .slnt-features-sec ul li {
        width: 100%;
    }

    .slnt-features-sec ul li,
    .slnt-features-sec ul li:nth-child(odd) {
        margin: 0 0 16px 0;
    }

    .loc-adv-wrap .lc-row {
        margin: 0 -10px;
    }

    .loc-adv-wrap .col-4 {
        width: 50%;
    }

    .loc-adv-item {
        flex-direction: column;
        justify-content: flex-start;
    }

    .loc-adv-item .loc-adv-icon {
        margin-bottom: 8px;
    }

    .loc-adv-item .loc-adv-content {
        width: 100%;
        margin: 0;
    }

    .amanities-tab-header li a {
        font-size: 16px;
    }

    .footer-call-box .callus-text span {
        font-size: 10px;
    }

    .footer-call-box .callus-text a {
        font-size: 15px;
        font-weight: 600;
    }

    .footer-call-wrap .footer-logo {
        width: 88px;
    }

    .footer-call-box .call-icon {
        width: 24px;
        height: 25px;
    }

    .mb-over-apt-top {
        text-align: center;
    }

    .mb-over-apt-top-inner {
        /*margin: 0 auto;*/
        width: auto;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .mnemonics {
        position: absolute;
        top: 413px;
        right: 10px;
        width: 80px;
        height: auto;
        z-index: 9;
    }

    .col-6-fw {
        width: 100% !important;
    }

}

@media screen and (max-width: 599px) {
    .multi-level-list {
        overflow-x: auto;
    }

    .multi-level-list ul {
        width: 500px;
        margin: 0 auto;
    }

    .amanities-block {
        padding: 0;
    }

    .arrow_1 {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 120px;
        float: right;
    }

    .amanities-figures .lc-row {
        flex-direction: column;
    }

    .amanities-figures .col-6 {
        width: 100%;
    }

    .amanities-figures .col-6 figure,
    .amanities-figures .col-6:last-child figure:not(:last-child) {
        margin-bottom: 10px;
    }

    .amanities-figures .col-6:last-child {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .amanities-figures .col-6:last-child figure {
        width: 49%;
    }

    .amanities-figures .col-6:last-child figure:nth-child(odd) {
        margin-right: auto;
    }

    .amanities-figures .col-6:last-child figure:nth-child(even) {
        margin-left: auto;
    }

    .ccd-config-top del,
    .ccd-config-top .text-1 {
        margin-bottom: 8px;
    }

    .section-heading {
        font-size: 26px;
    }

    .nf404-title-1 {
        font-size: 55px;
    }

    .nf404-title-2 {
        font-size: 18px;
    }

    .multi-level-list ul li:nth-child(2) {
        /* display: none; */
    }

    .multi-level-list ul li {
        flex: 1 1 50%;
        padding: 0 15px;
        margin-top: 25px;
    }

    .multi-level-list ul {
        max-width: 100%;
    }

    .ccd-mb-header .callus-text span {
        display: none;
    }

    .ccd-mb-header .callus-text a {
        font-size: 16px;
    }

    .ccd-mb-header .call-icon {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .ccd-mb-header .mb-dwd-brochure,
    .ccd-mb-header .broch-list-title {
        font-size: 11px;
    }
}

@media screen and (max-width: 380px) {
    .amanities-tab-header li:not(:last-child) {
        margin-right: 16px;
    }

    .amanities-tab-header li a {
        font-size: 16px;
    }

    /*.loc-adv-wrap .col-4 {width: 100%;}*/
    /*.ccd-mb-header .callus-text a{font-size: 15px;}*/
    .ccd-header-logo {
        top: 63px;
    }

    .booknow-btn {
        padding: 10px 20px;
    }

    .mb-over-apt-top .bh-price span:first-child {
        font-size: 42px;
    }

    .mb-over-apt-top span,
    .mb-over-apt-top .bh-price span:last-child {
        font-size: 15px;
    }

    .ccd-mb-header .callus-text a {
        font-size: 13px;
    }

    .ccd-mb-header .call-icon {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .ccd-mb-header .mb-dwd-brochure,
    .ccd-mb-header .broch-list-title {
        font-size: 10px;
    }

    /*.mb-over-apt-top{flex-direction: column;}
.mb-over-apt-top-inner{margin-bottom: 10px}*/
}