@font-face {
    font-family: MavenPro-Black;
    src: url(../../assets/fonts/MavenPro-Black.ttf);
}

@font-face {
    font-family: MavenPro-Bold;
    src: url(../../assets/fonts/MavenPro-Bold.ttf);
}

@font-face {
    font-family: MavenPro-Medium;
    src: url(../../assets/fonts/MavenPro-Medium.ttf);
}

@font-face {
    font-family: MavenPro-Regular;
    src: url(../../assets/fonts/MavenPro-Regular.ttf);
}

body * {
    font-family: MavenPro-Regular;
}

.homepage-outer {
    /* background: url(../../assets/images/home-background.png); */
    height: 120vh;
}

.homepage-inner {
    /*    border: 2px solid #ffffff;*/
    width: 86%;
    /*    height: 83vh;*/
    /*    height: 97vh;*/
    height: 86vh;
    margin: 0 auto;
    margin-top: 4%;
    position: relative;
    background: url(../../assets/images/Desktop-frame.png);
    background-size: cover;
}

.logo {
    /*position: absolute;
    left: -2%;
    top: -3%;*/
}

.homepage-bottom-text-outer {
    position: absolute;
    bottom: -2%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}

.homepage-bottom-text {
    text-align: center;
    margin: 0 auto;
    display: inline;
    color: #ffffff;
    font-size: 20px;
}

.homepage-bottom-text-big {
    font-size: 30px;
}

/*.forest-life-logo-outer {
    position: absolute;
    bottom: 40%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    right: 15%;
}*/
.homepage-slider {
    position: absolute;
    bottom: 32%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}

.forest-life-logo {
    text-align: right;
    float: right;
    /*    width: 350px !important;*/
    width: 550px !important;
    margin-right: 15%;
    margin-top: 4%;
    margin-top: 0%;
}

.homepage-second-slide-single {
    border: 2px solid #ffffff;
    margin: 0 auto;
    position: relative;
    width: 30%;
    padding: 70px 0px;
    margin-bottom: 20px;
}

.slide-icon {
    width: 100px !important;
    margin: 0 auto;
}

.steps {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
}

.divider {
    display: inline-block;
    background: #fff;
    width: 5%;
    height: 2px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.slide-text {
    color: #ffffff;
    font-weight: 200;
}

.slide-cta {
    position: absolute;
    bottom: -3%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    left: 0px;
}

.slide-cta-click {
    text-align: center;
    margin: 0 auto;
    display: inline;
    color: #000000;
    font-size: 12px;
    background: #ffffff;
    padding: 10px 40px;
    text-decoration: none;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 5%;
    top: 36%;
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    line-height: 0px;
}

.owl-nav .owl-prev {
    /* display: none !important; */
    visibility: hidden;
}

button.owl-prev.custom-prev {
    display: block !important;
    font-size: 80px !important;
    line-height: 9px !important;
    margin: 0px;
    color: #000000;
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 80px !important;
    line-height: 0px !important;
    margin: 0px;
    color: #000000;

}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #333333;
    text-decoration: none;
}

button.owl-next.custom-next {
    visibility: hidden;
}

.owl-nav.custom-nav {
    left: 5%;
    right: auto;
}

.custom-nav1 button.owl-prev.custom-prev {
    display: none !important;
}

.owl-nav.custom-nav.custom-nav1 {
    left: auto;
    right: 5%;
}

.owl-nav.custom-nav.custom-nav1 button.owl-next.custom-next {
    visibility: visible;
}


.owl-nav.custom-nav button.owl-prev {
    visibility: visible;
    font-size: 80px !important;
    line-height: 17px !important;
    margin: 0px;
    color: #000000;
}

.owl-nav.custom-nav button.owl-next {
    visibility: hidden;
}


/* inteliput css starts*/
.iti__flag-container {
    /*    display: none;*/
}

/* inteliput css ends*/

/* Styling the OTP input boxes */
.otp-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #000000;
    color: #ffffff;
}

.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.modal-body {
    padding-bottom: 50px;
}

.homepage-second-slide-outer .homepage-second-slide-single:nth-child(2),
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(3) {
    border-color: #666666;
}

.homepage-second-slide-outer .homepage-second-slide-single:nth-child(2) img,
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(3) img {
    filter: brightness(0.5);
}

.homepage-second-slide-outer .homepage-second-slide-single:nth-child(2) .steps,
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(3) .steps,
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(2) .slide-text,
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(3) .slide-text {
    color: #666666;
}

.homepage-second-slide-outer .homepage-second-slide-single:nth-child(2) .divider,
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(3) .divider {
    background: #666666;
}

.homepage-second-slide-outer .homepage-second-slide-single:nth-child(2) .slide-cta-click,
.homepage-second-slide-outer .homepage-second-slide-single:nth-child(3) .slide-cta-click {
    background: #0d1e08;
    border: 1px solid #666666;
    color: #666666;
}

/* Styling the OTP input boxes */


/* Style for the submit button */
.submit-btn-otp {
    display: block;
    margin: 20px auto 0px;
    padding: 10px 70px;
    font-size: 14px;
    cursor: pointer;
}

.modal-header {
    border: 0px;
}

.modal-content {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 0px;
    text-align: center;
}

.modal-title {
    color: #ffffff;
    padding-bottom: 30px;
}

input#phone {
    background: #000000;
    border: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 3px;
    color: #ffffff;
}
input#email {
    background: #000000;
    border: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0px;
    width: 55%;
}

input#phone:focus-visible {
    outline: none;
}

.mobile-submit {
    margin: 30px 0px 20px;
    padding: 0px;
    outline: none;
    border: 0px;
    width: 80%;
    background: #000000;
}

button.mobile-submit:hover img.submit-icon {
    filter: invert(1);
}

button.mobile-submit img.submit-icon {
    width: 50px;
    padding: 10px;
}

button.mobile-submit img.submit-line {
    width: 100px;
}

.otp-text {
    color: #ffffff;
    font-size: 12px;
}

.otp-text.otp-resend {
    color: #555555;
}

.otp-text.otp-resend a {
    color: #ffffff;
    text-decoration: none;
}

button.btn-close {
    filter: invert(1);
    opacity: 1;
}


.tab-block {
    /*  width: 650px;
  height: 290px;*/
    margin: 50px auto;
}

.tab-block .tab-mnu {
    display: block;
    list-style: none;
}

.tab-block .tab-mnu:after {
    content: "";
    display: table;
    clear: both;
}

.tab-block .tab-mnu li {
    box-sizing: border-box;
    float: left;
    background-color: transparent;
    color: white;
    width: auro;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
    padding-right: 10px;
}

.tab-block .tab-mnu li:not(:last-child) {
    border-right: 0px solid #4c607c;
}

.tab-block .tab-mnu li:hover:not(.active) {
    /*  background-color: #c0c7cb;*/
}

.tab-block .tab-mnu .active {
    background-color: transparent;
    color: #7D8947;
    border-bottom: 0px solid #eaecec;
    cursor: default;
    font-weight: 600;
}

.tab-block .tab-cont {
    box-sizing: border-box;
    border-top: 1px solid white;
    /*  background-color: white;*/
    color: #292d2f;
}

.tab-block .tab-cont .tab-pane {
    padding: 0px;
    position: relative;
}

.section-map-outer {
    background: #ffffff;
    padding: 20px 25px;
    position: relative;

}

.inner-page-body {
    background: #000000;
}

.inner-page-body .homepage-inner {
    border: 0px;
    height: auto;
    background: none;
}

.main.dragscroll {
    overflow: hidden;
    height: 770px;

}

button.zoom-buttons {
    position: absolute;
    right: 3%;
    border: 0px;
    padding: 0px;
    background: transparent;
    top: 6%;
}

button.zoom-buttons.zoomin {
    top: 6%;
}

button.zoom-buttons.zoomout {
    top: 12%;
}

.sqft-outer {
    position: absolute;
    bottom: 5%;
    background: #000000;
    left: 3%;
}

ul.sqft-ul {
    /*    display: inline-flex;*/
    padding: 0px 0px 0px 10px;

}

li.sqft-li {
    float: left;
    width: 100px;
    list-style-type: none;
    padding: 5px 0px;
    color: #ffffff;
    font-size: 12px;

}

span.sqft-li-color {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: -2px;
}

span.sqft-li-color.sqft-li-color1 {
    background: #FD3D3D;
}

span.sqft-li-color.sqft-li-color2 {
    background: #9A71BD;
}

span.sqft-li-color.sqft-li-color3 {
    background: #B1D1EB;
}

.download-master-btn {
    position: absolute;
    right: 3%;
    bottom: 5%;
    background: #000000;
    padding: 5px;
}

.download-master-btn a {
    text-decoration: none;
}

span.download-btn-text {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 15px 0px 10px;
}

.download-master-img {
    width: 25px;
}

.section-title {
    text-align: center;
    color: #ffffff;
    padding-bottom: 40px;
}

.section-title-h5 {
    font-weight: 300;
}


.tab {
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: #f1f1f1;
}

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px;
    font-size: 14px;
    width: 25%;
}

.tab button:hover {
    /*  background-color: #bbb;*/
}

.tab button.active {
    background-color: #7D8947;
    color: #ffffff;
}

.tabcontent {
    display: none;
    padding: 5px 15px 5px 15px;
    border: 1px solid #aaa;
    margin-top: 30px;
}

.explore-the-layout-tabs-outer {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
    margin-top: 5%;
}

.tablinks img {
    filter: invert(1);
    width: 30px;
}

.tablinks.active img {
    filter: none;
}



.search-container {
    display: inline-flex;
    /*        padding: 14px 20px;*/
}

input#search-bar {
    /*  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;*/
    margin: 0 auto;
    width: 100%;
    /*    padding: 20px 20px;*/
    font-size: 12px;
    border: 0px solid #f0f0f0;
    outline: none;
    color: #7D8947;
    background: #f0f0f0;
}

input#search-bar:focus {
    /*  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;*/
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-icon {
    position: relative;
    /*  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -45px;*/
}

button#Four {
    padding: 0px;
}

.slick-wrapper {
    width: 100%;
    background-color: transparent;
}

.slide-item {
    background-color: #ffffff;
    color: #000000;
    /*display: flex !important;
  justify-content: center;
  align-items: center;*/
    text-align: center;
    height: 150px;
    /*  border: 1px solid white;*/
    margin-bottom: 20px;
    /*      cursor: pointer;*/
}

.slide-item h3 {
    font-family: Lato, sans-serif;
    font-size: 40px;
}

.slick-slide {
    padding: 10px;
}

.unit-onhover {
    display: none;
}

.unit-onload:hover .unit-onhover {
    /*    display: ruby-text;*/
    display: block;
    background: #7d8947;
    padding: 0px;
    width: 100%;
    margin: 0px;
    border-color: #7d8947;
    color: #ffffff;
    height: 150px;
    text-align: left;
    padding-left: 10px;
}

.unit-onload:hover .unit-onload-inner {
    display: none;
}

.slick-slide img {
    margin: 0 auto;
}

.unit-onhover-top {
    display: flex;
    width: 100%;
}

.unit-onhover-top img.unit-img {
    filter: invert(1);
    padding-top: 5px;
}

.unit-onload {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 174px;
    padding: 36px 0px 0px;
}

.unit-onload:hover {
    padding: 0px;
    transition: 0.3s;
}

.unit-onhover-top span.unit-title {
    padding-top: 20px;
    /*        padding-left: 20px;*/
    font-size: 14px;
}

.unit-onhover .unit-subtitle,
.unit-onhover .unit-details {
    text-align: left !important;
    font-weight: 300;
}

.unit-onhover .unit-subtitle {
    font-size: 20px;
    margin-bottom: 0px;
}

.unit-onhover .unit-details {
    font-size: 15px;
    margin-bottom: 0px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 10%;
    bottom: -15%;
}

button.slick-prev.slick-arrow {
    /*    left: -10%;*/
    z-index: 99999999;
}

button.slick-next.slick-arrow {
    /*    left: 14%;*/
    left: auto;
    /*    right: -10%;*/
}

ul.slick-dots {
    position: absolute;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    left: 8%;
    bottom: -15%;
}

ul.slick-dots li {
    float: left;
    list-style-type: none;
}

.click-to-continue {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.click-to-continue-cta {
    text-decoration: none;
    width: auto;
    background: #7d8947;
    padding: 20px;
    color: #ffffff;
    border: 1px solid #7d8947;
}

.click-to-continue.click-to-cancel a:hover {
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.nav-item.nav-link.active {
    background: #7d8947;
    color: #ffffff;
}

.nav-item.nav-link {
    background: #ffffff;
    border-radius: 0px;
    border: 0px;
    width: 25%;
    font-size: 14px;
    color: #000000;
    margin: 0 0;
    text-align: center;
    display: block;

    padding: 18px 10px 10px;
}

.nav-item.nav-link img {
    filter: invert(1);
    width: 30px;
}

.nav-search-tab {
    padding: 15px 10px 10px;
    width: 25%;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    display: block;

}

.search-container {
    width: 72%;
}

input#search-bar {
    background: #ffffff;
}

.unit-onload {
    background: #ffffff;
    height: 150px;
    margin-bottom: 20px;
}

.nav-item.nav-link.active img {
    filter: none;
}

.tab-content {
    margin-top: 50px;
    border: 1px solid #ffffff;
    padding-top: 50px;
}

.slick-dotted.slick-slider {
    padding: 0px 10%;
}

.slick-dots {
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
    left: auto !important;
    background: red;
    z-index: 999999999;
    bottom: 0px !important;
    display: none !important;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #7d8947;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:after {
    font-family: 'slick';
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #7d8947;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer p {
    margin: 0px;
    font-size: 12px;
    padding-top: 10px;
}




/*********************************************************************/
/**************************form css STARTS ****************/
/*********************************************************************/


.form-container {
    width: 70%;
    position: relative;
    padding-left: 70px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container select {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-container input[type="checkbox"] {
    margin-right: 5px;
}

.form-container input[type="submit"] {
    background-color: #8a9e5f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-container input[type="submit"]:hover {
    background-color: #7b8d52;
}

.form-container .nationality-group button {

    background-color: #ffffff;
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #000000;
}

.form-container .nationality-group button.active {
    background-color: #7D8947;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
}

.form-container .nationality-group button.active {
    /*    background-color: #5e7440;*/
}


.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff;
}

.accordion-button {
    box-shadow: none !important;
}

button.accordion-button.collapsed .accordion-title {
    color: #ffffff;
    font-size: 20px;
}

button.accordion-button .accordion-title {
    color: #7D8947;
    font-size: 20px;
}


.accordion-digit {
    font-size: 30px;
    padding-right: 40px;
}

.nationality-group {
    /*    display: inline-flex;*/
}

input[type="radio"]:checked+label {
    background: #7d8947;
    color: #ffffff;
    /*    padding: 10px 20px;*/
    border: 0px;
}

input[type="radio"]+label {
    border: 1px solid black;
    padding: 10px 30px;
    cursor: pointer;

}

input[type=radio] {
    visibility: hidden;
    margin: 0px !important;
}

.step1-first-row,
.step1-second-row,
.step2-first-row,
.step2-second-row,
.step3-first-row,
.step3-second-row {
    display: flex;
}

.form-container input,
.form-container select {
    border: 0px !important;
    border-bottom: 1px solid #cccccc !important;
    margin: 10px !important;
    font-size: 14px;
}

input:focus-visible {
    outline: none;
}


#file {
    display: none;
}

.pan-container .file {
    display: flex;
    font-size: 32px;
    font-weight: bold;
    color: #75767a;
    /*  border-right: 1px solid #75767a;*/
    padding: 4px 16px;
    cursor: pointer;
}

.pan-container .btn {
    border: none;
    font-size: 14px;
    line-height: 34px;
    background-color: transparent;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.pan-container .input {
    flex-grow: 1;
    /*  padding: 4px 16px;*/
    display: flex;
}

.pan-container .text {
    width: 100%;
    font-size: 13px;
    font-family: Arial;
    resize: none;
    border: none;
}

.pan-container .text:focus {
    outline: none;
}

.pan-container {
    border-radius: 0px;
    border-bottom: solid 1px #cccccc;
    display: flex;
    justify-content: space-between;
    width: 750px;
    min-height: auto;
    height: auto;
    height: 54px;

}

.pan-container input[type="text"] {
    border: 0px !important;
    padding-bottom: 0px !important;
}

.pan-container .file label.label {
    cursor: pointer;
}

button.accordion-button {
    background: #7D8947;
}

.accordion-body {
    display: flex;
}

.step1-img img {
    padding-left: 30px;
}

.form-checkbox {
    color: #666666;
    font-size: 14px;
}

.accordion-item {
    border: 0px !important;
}

.step3-second-row {
    padding-bottom: 5%;
}

input.accordion-submit {
    padding: 15px 70px !important;
    border-radius: 0px !important;
}

.tab3-terms-text {
    text-align: center;
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2%;
}

.tab3-terms-section {
    padding-top: 5%;
}

.step3-terms-conditions {
    text-align: center;
    padding-bottom: 60px;
}

.step3-terms-conditions label.form-checkbox {
    color: #ffffff;
}

.step3-cta-outer {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.step3-cta {
    display: inline-flex;
}

.click-to-continue.click-to-cancel a {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 20px 70px;
}

.click-to-continue a:hover {
    /*color: #333333;
    text-decoration: none;*/
}

.click-to-continue a:hover {
    background: #000000;
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff;
}

/*********************************************************************/
/**************************form css ENDS ****************/
/*********************************************************************/

/* The Modal (background) */
.modal.complete {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    color: #fff;
}

/* Row Styling */
.sales-row {
    display: flex;
    justify-content: space-between;
}

.sub-row {
    /*! padding-left: 20px; */
}

.sales-row .label {
    flex: 0 0 6%;
    margin-right: 10px;
}

.sales-row .description {
    flex: 1;
    text-align: left;
}

.sales-row .amount {
    flex: 0 0 20%;
    text-align: right;
}

.sub-row {
    font-size: 11px;

    margin-bottom: 5px;
}

.total {
    margin-top: 20px;
    background-color: #7D8947;
    padding: 10px;
    /* display: flex; */
    /* justify-content: space-between; */
}

.coupon {
    display: flex;
    margin-top: 20px;
}

.coupon input {
    flex: 1;
    padding: 10px;
}

.coupon button {
    background-color: #fff;
    padding: 10px;
    border: none;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
}

.proceed {
    margin-top: 20px;
    background-color: #7D8947;
    padding: 15px 0;
    width: 200px;
    border: none;
    color: #fff;
    cursor: pointer;
    max-width: 200px;
}

.proceed:hover,
.btn:hover,
.proceed:active,
.btn:active,
.coupon button:hover,
.coupon button:active {
    background-color: #7D8947 !important;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.modelheadingp {
    margin-bottom: 0px;
}

div#popupModal .close:hover,
div#popupModal .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal.complete td {
    text-align: initial;
}

.sales-row.main-row .label {
    background-color: #7D8947;
    padding: 10px;
    /* margin: auto; */
    margin-right: 10px;
    line-height: 1;
}

.sales-row.main-row .description {
    /* margin-top: 15px; */
    margin-bottom: 0px;
}

.sales-row.main-row .amount {
    /* margin-top: 15px; */
}

.sales-row.main-row .amount p,
.sales-row.main-row .description p {
    margin: 0;
}

.sales-row.main-row {
    border-top: 1px solid #888;
    margin-top: 10px;
    padding-top: 10px;
}

.coupon input {
    text-align: center;
    color: #000;
    height: 44px;
}

.sales-row-wrapper .sales-row.main-row:nth-child(1) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.sales-row.sub-row .sales-row .description {
    margin-left: 5px;
}

.sub-row .description {
    margin-left: 7px;
}

div#popupModal .modal-body {
    margin: 20px;
}

.sales-row:first-child {
    border-top: none !important;
}

/*congratsmodal css */
.congratsmodalbutton {
    margin-top: 20px;
    background-color: #7D8947;
    padding: 15px 0;
    width: 200px;
    border: none;
    color: #fff;
    cursor: pointer;
    max-width: 200px;
}

.congratsmodalinput {
    color: #7D8947;
    background: #000;
    border: 2px solid #fff !important;
    padding: 15px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    width: 200px;
    border: none;
    cursor: pointer;
    max-width: 200px;
    text-align: center;
}

/*propertyDetailsModal css */
.details-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.details-label {
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.details-value {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.total-booking {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border: 2px solid #7D8947;
    padding: 15px;
}

.total-label {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.total-value {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}

.btn-proceed {
    background-color: #7D8947;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}

div#propertyDetailsModal .modal-body {
    padding-bottom: 50px;
    margin: 0 auto;
    width: 60%;
}

.accordion-button::after {
    display: none;
}

.tab3-terms-section h3.section-title-h3,
.explore-the-layout-tabs-outer h3.section-title-h3 {
    font-weight: 800;
    font-family: 'MavenPro-Medium';
}

@media only screen and (max-width: 768px) {
    div#propertyDetailsModal .modal-body {
        padding-bottom: 50px;
        margin: 0 auto;
        width: 100%;
    }
}

/* tab understanyourcosts */
.understanyourcost .card {
    background-color: #fff;
    border: none;
}

.understanyourcost .card-title {
    font-weight: bold;
    font-size: 21px;
    color: #000000;
}

.understanyourcost .btn-custom {
    background-color: #7D8947;
    color: #fff;
    border: none;
}

.understanyourcost .card-body {
    padding: 60px;
}

.understandbutton {
    padding: 15px;
}

.recommendedbadge {
    width: 38%;
    background-color: #000;
    color: #fff;
    display: flex;
    gap: 5px;
    font-size: 12px;
    padding: 3px;
}

.understanyourcost .selectbtn {
    padding: 10px 50px 10px 50px;
    font-size: 14px;
}

@media only screen and (min-width: 1280px) {
    .recommendedbadge {
        width: 31%;
    }
}

.milestone-row {
    background-color: #111;
    color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.milestone-row:last-child {
    background-color: #7D8947;
}

.milestone-row .col {
    text-align: left;
}

.costsheetstable .total-row,
.costsheetstable .heading-row {
    background-color: #7D8947;
    color: #fff;
    padding: 30px 0px;
}

.understand-button {
    padding: 15px;
}

.costsheetstable {
    margin-bottom: 40px;
}

.back-to-map-cta {
    padding-top: 30px;
}

.review-costsheet {
    padding-top: 40px;
}

.back-to-map-cta a.text-light {
    text-decoration: underline;
}

.step1-img img {
    width: 80%;
}

.custom-tab-outer {
    padding: 0px;
}

.slick-next:before,
.slick-prev:before {
    border: 2px solid #7d8947;
    padding: 3px 5px 5px;
    border-radius: 20px;
}

.slick-next:hover:before,
.slick-prev:hover:before {
    background: #7d8947;
    transition: 0.5sec;
}

.iti__flag {
    background-image: url(../../assets/images/flags.png);
}

span.iti__country-name {
    color: #000000;
}

.sales-row.main-row .description small,
.sales-row.main-row .amount small {
    color: #cccccc;
}

.visible-mobile {
    display: none;
}

.visible-desktop {
    display: block;
}

/*  */

.selected-unit .unit-onhover {
    /*    display: ruby-text;*/
    display: block;
    background: #7d8947;
    padding: 0px;
    width: 100%;
    margin: 0px;
    border-color: #7d8947;
    color: #ffffff;
    height: 150px;
    text-align: left;
    padding-left: 10px;
}

.selected-unit .unit-onload-inner {
    display: none;
}

.selected-unit {
    padding: 0px;
    transition: 0.3s;
    margin-bottom: 21px;
}

.explosreTabsWrap{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;}
.explosreTabsWrap .tag-wrap{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;width:calc(100% - 25%);}
.explosreTabsWrap .search-wrap{width:24%;}
.explosreTabsWrap .tag-wrap .nav-item{width:32%!important;}
.panContainerWrap{flex-flow:column;width:33.33%;}
.panContainerWrap .formFieldWrap{width:100%;display:flex;flex-flow:row wrap;}
.panContainerWrap.pan-container .input{width:65%;}
.panContainerWrap.pan-container .file{width:35%;}