@font-face {
  font-family: 'boxicons';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Box-icon/boxicons.eot);
  src: url(../fonts/Box-icon/boxicons.eot) format('embedded-opentype'),
    url(../fonts/Box-icon/boxicons.woff2) format('woff2'),
    url(../fonts/Box-icon/boxicons.woff) format('woff'),
    url(../fonts/Box-icon/boxicons.ttf) format('truetype'),
    url(../fonts/Box-icon/boxiconsd41d.svg?#boxicons) format('svg')
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Light.ttf) format('ttf'),
    url(../fonts/Nunito/Nunito-Light.woff) format('woff');
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Regular.ttf),
    url(../fonts/Nunito/Nunito-Regular.woff) format('woff');
  font-weight: 400;
}


@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Medium.ttf),
  url(../fonts/Nunito/Nunito-Medium.woff) format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-SemiBold.ttf),
  url(../fonts/Nunito/Nunito-SemiBold.woff) format('woff');
  font-weight: 600;

}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Bold.ttf),
  url(../fonts/Nunito/Nunito-Bold.woff) format('woff');
  font-weight: 700;
}

:root {
  --bg_color: #FFF9F5;
  --mini_title: #c38f60;
  /* --primary:#00776e; */
  --primary: #c38f60;
  --nunito_font: 'Nunito', sans-serif;
  --sub_text: #000;
}

body {
  font-family: var(--nunito_font);
  font-size: 17px;
  line-height: 1.8;
  color: #000;
}

p {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: var(--nunito_font);
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

img {
  max-width: 100%;
}

.ptb-70 {
  padding-top: 55px;
  padding-bottom: 55px;
}


.bg-color {
  background-color: #fef9eb;
}

.btn-bg-2 {
  background-color: #c38f60;
}

.btn-bg-2::before {
  background-color: #c38f60;
}

.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ddb865;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
  color: #000;
}


.section-title p {
  padding-top: 0px;
  margin-bottom: 0;
}



.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 18px;
  padding: 0;
}

/* .sticky-nav .main-nav nav .navbar-nav .nav-item a {
  color: #000;
} */

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}



.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #000 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}



/* .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus {
  color: #c38f60 !important;
  border-radius: 0;
  background-color: #f3f3f3;
} */


.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.nav-btn-area .nav-btn-color:hover {
  background-color: #c38f60;
  color: #fff;
}


.banner-content span {
  color: #c38f60;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.home_slider .container {
  height: 100%;
}

.home_slider .row {
  align-items: center;
}

.banner-content span {
  color: #000;
}

.banner-content p.mini {
  /* font-size: 24px; */
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 6px 0;
}

.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-bottom: 30px;
  margin-left: 40px;
}

.about-content .about-btn {
  margin-top: 20px;
}

.about-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-img .about-shape {
  position: absolute;
  top: 53%;
  left: 44%;
}


.highlight-content {
  margin-bottom: 30px;
  /* margin-left: 45px; */
}

.highlight-content span {
  color: #ddb865;
  font-weight: 700;
}

.highlight-content h2 {
  font-size: 35px;
  margin-top: 5px;
  margin-bottom: 0;
}

.highlight-content .list-content {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
  max-width: 600px;
  /* margin-left: 34px; */
}

.highlight-content .list-content li {
  font-size: 18px;
  color: #000000;
  position: relative;
  padding: 5px 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.loction {
  font-size: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.loction img {
  width:15px;
  
}
.highlight-content .list-content li img {
  padding-right: 10px;
}

.amenities-item {
  background-color: #fef9eb;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  /* min-height: 315px; */
  text-align: center;
}

.amenities-img {
  padding: 15px 0;
  width:48px;
}

.amenities-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.amenities-item:hover i {
  color: #c38f60;
}

.amenities-item:hover .read-btn {
  color: #c38f60;
  letter-spacing: 0.25px;
}

.amenities-item:hover .read-btn i {
  color: #c38f60;
}

.amenities-item i {
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
}

.amenities-item h3 {
  margin-bottom: 10px;
  color: #ddb865;
  font-size: 24px;
  font-weight: 700;
}

.amenities-item p {
  margin-bottom: 10px;
}

.amenities-item .read-btn {
  font-size: 15px;
  color: #000000;
  margin-bottom: 0;
}

.amenities-item .read-btn i {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  color: #000000;
}

.amenities-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.amenities-item:hover i {
  color: #c38f60;
}

.amenities-item:hover .read-btn {
  color: #c38f60;
  letter-spacing: 0.25px;
}

.amenities-item:hover .read-btn i {
  color: #c38f60;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-gallery:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.single-gallery .gallery-icon {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 7px 0 7px;
  line-height: 45px;
  background-color: #8567fe;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-gallery .gallery-icon:hover {
  background-color: #c38f60;
  color: #fff;
}

.single-gallery .gallery-icon:hover::before {
  border-color: #c38f60;
}

.single-gallery .gallery-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 7px 0 7px;
  left: 0;
  border: 1px solid #8567fe;
  -webkit-animation: scale 1s linear 2s infinite;
  animation: scale 1s linear 2s infinite;
}

.innovation-img {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-bottom: 75px;
  margin-left: 45px;
  margin-right: 45px;
}

.innovation-img .innovation-shape .shape1 {
  position: absolute;
  z-index: -1;
  bottom: -45px;
  left: -45px;
}

.innovation-img .innovation-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: -45px;
  right: -45px;
}

.contact-area .section-title {
  margin-bottom: 40px;
}

.contact-area .section-title p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
 
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #c38f60;
}


.contact-form .form-group .form-control {
  height: 54px;
  color: #000000;
  border: 1px solid #ebebeb;
  background-color: #f8f9fb;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}


.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #000000;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #000000;
}

.contact-form .form-group .form-control::placeholder {
  color: #000000;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 12px;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-widget p {
  margin-bottom: 20px;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}

.footer-widget .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.footer-widget .social-link li:nth-child(1) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.footer-widget .social-link li:nth-child(2) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.footer-widget .social-link li:nth-child(3) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: red;
}

.footer-widget .social-link li:nth-child(4) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.footer-widget .social-link li:nth-child(5) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #000000;
  font-weight: 500;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #c38f60;
}

.footer-widget .footer-list-two {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list-two li {
  display: block;
  color: #c69669;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.footer-widget .footer-list-two li i {
  color: #c69669;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}

.footer-widget .footer-list-two li a {
  color: #000000;
}

.footer-widget .footer-list-two li:hover {
  color: #000;
}

.footer-widget .footer-list-two li:hover i {
  color: #000000;
}

.footer-widget .footer-list-two li:hover a {
  color: #000;
}

.footer-widget .newsletter-form {
  position: relative;
  border-radius: 50px;
}

.footer-widget .newsletter-form .form-control {
  background: #fff;
  color: #000;
  height: 52px;
  line-height: 52px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
  width: 90%;
}

.footer-widget .newsletter-form .form-control:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #000;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #000;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #000;
}

.footer-widget .newsletter-form .form-control::placeholder {
  color: #000;
}

.copy-right-area {
  padding: 40px 15px;
  background-color: #000;
}

.copy-right-area .copy-right-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

.copy-right-area .copy-right-text p a {
  color: #ddb865;
  border-bottom: 1px solid #ddb865;
}

.copy-right-area .copy-right-text p a:hover {
  color: #fff;
  border-color: #fff;
}

.testimonials-item p {
  min-height: 140px;
  height: 100%;
}

.footer-widget .footer-logo img {
  max-width: 200px;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: #0077b5;
}

.home_page .contact-area {
  position: relative;
}

.home_page .contact-area .container {
  position: relative;
  z-index: 99;
}

.form-group {
  position: relative;
  /* height: 70px; */
  overflow: hidden;
}

.form-group .form_input {
  width: 100%;
  height: 100%;
  color: rgb(253 137 128 / 80%);
  padding-top: 20px;
  border: none;
}

/* .form-group label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #c38f60
}

.form-group label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #c38f60;
  transform: translateX(-100%);
  transition: all 0.3s ease;
} */

.form-group .content-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.form-group .form_input:focus {
  outline: none;
}

.form-group .form_input:focus+.label-name .content-name,
.form-group .form_input:valid+.label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  left: 0px;
  color: #c38f60;
}

.form-group .form_input:focus+.label-name::after,
.form-group .form_input:valid+.label-name::after {
  transform: translateX(0%);
}


.highlight-content .list-content li::marker {
  font-size: 20px;
  color: #c69669;
}

.gallery-section .section-title {
  padding-bottom: 30px;
}

.single-gallery img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

/* price list */

.price_list {
  background: #fef9eb;
}

.pricingTable10 {
  text-align: center
}

.pricingTable10 .pricingTable-header {
  padding: 30px 0;
  background: #4d4d4d;
  position: relative;
  transition: all .3s ease 0s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.pricingTable10:hover .pricingTable-header {
  background: #ddb865;
}

.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
  left: 40px
}

.pricingTable10 .pricingTable-header:after {
  right: 40px
}

.pricingTable10 .heading {
  font-size: 20px;
  color: #ddb865;
  letter-spacing: 1px;
  margin-top: 0
}

.pricingTable10 .price-value {
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: 600;
  color: #ddb865;
  transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
  color: #fff
}

.pricingTable10 .currency {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: -19px
}

.pricingTable10 .month {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -30px;
  text-transform: uppercase
}

.pricingTable10 .pricing-content {
  padding-top: 50px;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 50px;
}

.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px
}

.pricingTable10 .pricing-content:before {
  left: 40px
}

.pricingTable10 .pricing-content:after {
  right: 40px
}

.pricingTable10 .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #818282 50%, #727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
  background: linear-gradient(to bottom, #ddb865 50%, #ddb865 50%);
}

.pricingTable10 .pricing-content ul:before {
  left: 44px
}

.pricingTable10 .pricing-content ul:after {
  right: 44px
}

.pricingTable10 .pricing-content ul li {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
  border-bottom: none
}

.pricingTable10 .read {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #c38f60;
  padding: 8px 25px;
  margin: 30px 0;
  transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
  text-decoration: none
}

.pricingTable10:hover .read {
  background: #c38f60
}

.section-title.text-center {
  margin: 0 0 30px 0;
}

.pricingTable10 .Onwards {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddb865;
  font-weight: 400;
  margin-top: 5px;
}

.pricingTable10:hover .Onwards {
  color: #fff;
}

.pricingTable10:hover .heading {
  color: #fff;
}

.floor_plan .wrap {
  text-align: center;
}

.floor_plan .image_section {
  text-align: center;
  padding: 18px 18px;
  margin-bottom: 10px;
  background-color: #ddb865;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.floor_plan .wrap h3 {
  color: #FFF;
  margin: 0;
  width: 100%;
  padding: 15PX 20px;
  font-size: 18px;
  background: #ddb865;
  font-weight: 600;
  text-align: center;
}

.floor_plan .section-title.text-center {
  margin-bottom: 60px;
}

.location-section {
  /* background-image: url(/img/bg-map-footer.png); */
  background-image: url(../img/bg-map-footer.png);
}

.price_list .row {
  padding-top: 40px;
}

.highlight .row {
  flex-direction: row-reverse;
}


.rera_certificate {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}

.rera_certificate .img-fluid {
  max-width: 100%;
}

.query-btn a:HOVER {
  background-color: #fff;
  color: #000;
}

.query-btn a {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  font-size: 16px;
  background: #fef9eb;
  font-weight: 500;
}

.query-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}



button {
  /* width: 100%; */
  /* height: 80px; */
  position: relative;
  background: rgba(255, 255, 255, .27);
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 100px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 100px;
}



/* CSS */
.main_button {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 12px 20px;
  color: #000 !important;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
}

.main_button:hover {
  background: transparent;
  border-color: #ddb865;
  color: #ddb865;
}

.inner .form-row {
  margin-bottom: 26px;
}

.inner h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.form_btn .submit_button {
  text-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  transition: background-color .15s ease-out;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  display: inline-block;
  border: 1px solid;
}

.form_btn {
  text-align: center;
}

.form_btn .submit_button:hover {
  background: #b19777;
}

.form-box input {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-image: none;
  border-bottom: 1px solid #000;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
  margin-right: 5px;
}
.form-box input::placeholder {
  color: #000;
}

.home_page .contact-area .row {
  align-items: center;
}

.form-box .form_input:focus {
  outline: none !important;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
}

.carousel-control-next,
.carousel-control-prev {
  top: initial;
}

button.carousel-control-next {
  left: 3%;
}

.copy-right-area .copy-right-text p:last-child {
  margin-top: 6px;
}

.copy-right-area .copy-right-text p {
  font-size: 15px;
}

.top_footer {
  color: #000;
}

.home_page .contact-area .about_developer {
  padding-right: 80px;
}

.home_page .contact-area .contact-form {
  padding-left: 50px;
  padding-right: 50px;
}

.footer-area .address h6 {
  color: #000;
  margin-top: 12px;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.footer-area .address a {
  color: #000;
}

.footer-area .address {
  display: flex;
  color: #fff;
  padding-bottom: 20px;
}

.top_footer {
  color: #000;
  padding-bottom: 30px;
}



.mobile_form {
  display: none;
}

.highlight-content .list-content li b {
  padding-left: 5px;
  padding-right: 5px;
}

.price_list .section-title.text-center,
.floor_plan .section-title,
.amenities .section-title {
  max-width: 760px;
  margin: 0 auto;
}

.amenities .section-title {
  padding-bottom: 50px;
}

.carousel-control-prev {
  left: 6%;
  /* z-index: 99; */
}

button.carousel-control-next {
  left: 9%;
}

.home_page .contact-area .contact-form .form-box.col-lg-5 {
  position: relative;
  right: 0;
  bottom: 0;
  width: 450px;
  margin: 0 auto;
  border-radius: 15px
}

.home_page .contact-area .section-title.text-center {
  margin-bottom: 60px;
}

.mobile-nav {
  display: none
}


.mean-nav .dropdown-toggle::after {
  display: none
}


.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0
}





.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #fff
}



.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #fff;
  text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0
}


/* css start here */

.main-nav {
  top: 0;
  left: 0;
  padding: 0;
  height: auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color:#000;;
  border-bottom: 1px solid #FFFFFF17;
}

.navbar-brand img {

  /* max-width: 120px; */
  height: 80px;
}

.navbar-expand-md .mean-menu {
  justify-content: end;
}

.navbar-area.fixed-header {
  background: #fff;
}

.fixed-header .main-nav {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.fixed-header .main-nav nav .navbar-nav .nav-item a {
  color: #333;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #ddb865;
}

.fixed-header .nav-btn-area .nav-btn-color {
  color: #333;
}


.fixed-header .navbar-brand img {
  filter: none;

}

.fixed-header .nav-btn-area .nav-btn-color:hover {
  background-color: #c38f60;
  color: #fff;
}

/* slider css start here */

.home_slider::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 9;
}

.slider-content {
  position: absolute;
    top: 24%;
    z-index: 10;
    color: #fff;
    width: 100%;
    left: 10%;
    max-width: 81%;
    display: flex;
    justify-content: space-between;
}

.slider-content .main_button.btn:hover {
  color: #fef9eb;
  border-color: #fef9eb;
}
.carousel {height:730px;}
.carousel-indicators {
  z-index: 99;
}
.carousel-item{height:100%;}
.carousel-inner{height:100%;}
.carousel-item img{width:100%;height:100%;}

.carousel-control-next,
.carousel-control-prev {
  z-index: 9;
  bottom: 20px;
}

.form-box.col-lg-5 {
  width: 400px;
  padding: 35px;
  background: #b09677e3;
  outline: 1px solid rgb(0 0 0 / 30%);
  outline-offset: -10px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(231 190 90) 0%, rgb(255 244 202) 49%, rgb(227 184 79) 100%);
}


.slider-conten p.mini {
  margin-bottom: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  background-size: 50%;
}


.banner-content h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.banner-content ul {
  padding: 0;
  list-style: none;
}

.banner-content ul li {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.banner-content ul li img {
  padding-right: 5px;
}

.banner-content .price {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
  font-size: 28px;
}

.banner-content h3.ivr-number {
  display: flex;
  margin-top: 15px;
}

.banner-content h3.ivr-number a {
  background: linear-gradient(-45deg, #1d61a9, #1d61a9, #4a96ee, #1d61a9, #1d61a9);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px;
  color: #fff !important;
}


.banner-content h3.ivr-number img {
  padding-right: 10px;
  width: 15%;
  filter: invert();
}

.banner-content h3.ivr-number a {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
  display: block;
  font-size: 22px;
}

.big-image img {
  box-shadow: 0px 2px 70px 0px rgba(161.00000000000006, 161.00000000000006, 161.00000000000006, 0.44);
}

.about-section {
  background-image: url(../img/contact-bg.webp);
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.left_col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.left_col .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/Banner/banner1.webp);
  background-size: cover;
  background-position: center;
 /* Adjust the opacity level */
  z-index: 1;
}
.left_col::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 69%); /* Black overlay with 30% transparency */
  z-index: 2;
}



.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px;
}

.modal .left_col .content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 99; /* Ensures content is above the background */
  color: #fff; /* Adjust text color as needed */
}

.modal .left_col img {
  margin-bottom: 15px;
  max-width: 220px;
  filter: invert(1);
}

.modal .left_col .typo {
  font-size: 20px;
  margin-bottom: 10px;
}

.modal .left_col .price {
  font-size: 20px;
  background-color: #ddb865;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.modal .right_col .form_heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
}

.modal .right_col .form-input {
  height: 46px;
}

.modal .modal-body .form-head {
  max-width: 100%;
}

.modal .modal-body .form-group {
  margin-bottom: 20px;
  position: relative;
}

.modal .modal-body .form-group input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  transition: box-shadow 150ms ease-out;
  font-size: 18px;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-body .main_button {
  width: auto;
}

.modal .modal-body .form-group input::placeholder {
  color: rgb(117, 117, 117);
  font-size: 18px;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.mobile-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  display: none;
  box-shadow: 0 -3px 15px rgb(0 0 0 / 10%);
}

.mobile-section .btn {
  font-size: 14px;
  padding: 10px 5px;
  height: auto;
}

.mobile-section .btn:not(:last-child):before {
  height: 15px;
}

.mobile-section .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
  border-radius: 0;
  color: #000;
  font-weight: 600;
}

.mobile-section {
  background: #fef9eb;
}

.mobile-section .btn:not(:last-child):before {
  height: 15px;
}

footer {
  padding: 15px 0 50px;
}

div#gallery {
  background-color: #fef9eb;
}

.floor_plan {
  background-image: url(../img/section-bg01.webp);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home_page .contact-area .about_developer h4 {
  font-size: 30px;
}

.floor_plan span {
  color: #ddb865;
}


.phone_element {
  border-top: 1px solid #d9e1e6;
  padding: 20px 0;
  position: relative;
  line-height: 1.4;
}

.phone_element a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.phone_element a span {
  font-size: 22px;
  font-weight: 600;
  color: #ddb865;
  padding-left: 12px;
}

.phone_element a span em {
  color: #000;
  display: block;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}


.phone_element.no_borders {
  padding-top: 5px;
  border-top: none;
}

.banner-content p {
  max-width: 100%;
}

.main_page .banner-content p {
  max-width: 750px;

}

.property-area .section-title h2 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.property-slider {
  position: relative;
}

.property-item {
  margin-bottom: 30px;
  background-color: #fff;
}

.property-item a {
  display: block;
}

.property-item a img {
  border-radius: 5px 5px 0 0;
}

.property-item .content {
  position: relative;
  padding: 40px;
}

.property-item .content h4 {
  color: #c38f60;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}


.property-item .content h3 {
  margin-bottom: 15px;
}

.property-item .content h3 a {
  color: #000;
}

.property-item .content p {
  margin-bottom: 10px;
}

.property-item .content p i {
  color: #c38f60;
  font-size: 18px;
}

.property-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-item .content ul li {
  display: inline-block;
  margin-right: 30px;
}

.property-item .content ul li:last-child {
  margin-right: 0;
}

.property-item .content .price {
  margin-top: 10px;
  font-size: 30px;
  color: #c38f60;
  margin-bottom: 0;
}

.property-item .content .property-btn .book-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #c38f60;
  color: #000;
  border-radius: 50px;
}

.property-item .content .property-btn .book-btn:hover {
  background-color: #c38f60;
  color: #fff;
}

.property-item-color .content {
  position: relative;
  padding: 30px;
}

.property-item-color .content h4 {
  color: #676767;
}

.property-item-color .content .price {
  color: #c38f60;
  font-weight: bold;
}

.property-item-color .content .property-btn .book-btn {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  background: var(--primary);
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
}


.property-item-color .content .property-btn .book-btn:hover {
  background-color: transparent;
  color: #c38f60;
}

.property-item-color .content .property-btn .know-more:hover {
  background-color: #c38f60;
  color: #fff;
}

.project_section .inner_content .col-lg-4 {
  padding: 0 15px;
}

.project_section .col-lg-4 {
  padding: 0 15px;
}

ul.slick-dots button#slick-slide-control00:before {
  content: 'â†';
  font-size: 17px;
  background-color: #c38f60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

ul.slick-dots button#slick-slide-control01:before {
  content: 'â†’';
  font-size: 17px;
  background-color: #c38f60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

ul.slick-dots button {
  color: #000;
  height: 0;
  background: none;
  font-size: 0;
  background-color: rgb(0 0 0 / 0.3);
  position: relative;
}

ul.slick-dots li {
  list-style: none;
  padding-right: 10px;
}

button.slick-next.slick-arrow {
  display: none;
}

.project_section button.slick-prev.slick-arrow,
.project_section button.slick-next.slick-arrow {
  font-size: 0;
}


.project_section button.slick-prev.slick-arrow {
  position: absolute;
  right: 10%;
  right: 7%;
  top: -7%;
}

.project_section button.slick-next.slick-arrow {
  position: absolute;
  right: 3%;
  top: -7%;
}

.project_section ul.slick-dots {
  display: none !important;
}

.testimonials-area {
  position: relative;
  margin-bottom: 20px;
}

.testimonials-area .section-title h2 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}




.testimonials-item {
  background-color: #fef9eb;
  padding: 30px;
  margin-bottom: 30px;
}

.testimonials-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.testimonials-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-item ul li {
  padding-left: 95px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 30px;
}

.testimonials-item ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.testimonials-item ul li .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonials-item ul li .content span {
  margin-bottom: 0;
}

.testimonials-item p {
  max-width: 460px;
  margin-bottom: 0;
}

.testimonials-item p i {
  color: #c38f60;
}


.testimonials-area .col-lg-6 {
  padding: 10px;
}

button.slick-next.slick-arrow:before {
  content: 'â†’';
  font-size: 25px;
  background-color: #c38f60;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}

button.slick-prev.slick-arrow:before {
  content: 'â†';
  font-size: 25px;
  background-color: #c38f60;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}

.testimonials-area ul.slick-dots {
  display: none !important;
}

.testimonials-area button.slick-next.slick-arrow {
  display: none;
  left: 5%;
}

.testimonials-area button.slick-prev.slick-arrow,
.testimonials-area button.slick-next.slick-arrow {
  font-size: 0;
}


.testimonials-area button.slick-prev.slick-arrow {
  left: 1%;
  position: absolute;
  bottom: 0;
}

.project_section .inner_content {
  padding-top: 50px;
}

.contact-btn {
  text-align: center;
}

.contact-area {
  background-image: url(../img/bg-map-footer.png);
}

.property-item {
  position: relative;
}

.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  opacity: 0.7;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}

.inner-banner .inner-title {
  padding-top: 250px;
  padding-bottom: 250px;
}

.inner-banner .inner-title h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.inner-banner .inner-title ul li {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li:last-child::before {
  display: none;
}

.inner-banner .inner-title ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  background-color: #fff;
  width: 7px;
  height: 7px;
}

.inner-banner .inner-title ul li a {
  color: #fff;
}

.inner-banner .inner-title ul li a:hover {
  color: #c38f60;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/banner-bg.jpg);
}


.inner-bg2 {
  background-image: url(../img/inner-banner/banner-bg.jpg);
}


.map-area iframe {
  display: block;
  width: 100%;
  height: 600px;
}


.contact_section .contact-area {
  background-image: url(../img/bg-map-footer.png);
}


.contact_section .section-title span {
  color: #c38f60;
}


.property-area-widget .section-title span {
  color: #c38f60;
}

.property-card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 10px 10px;
  border: 3px solid #fef9eb;
  border-radius: 20px;
  margin-bottom: 30px;
}

.property-card .property-card-img {
  position: relative;
}

.property-card .property-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0003;
  opacity: 0.5;
  border-radius: 15px 15px 0 0;
}

.property-card .property-card-img a {
  display: block;
}

.property-card .property-card-img a img {
  border-radius: 15px 15px 0 0;
}

.property-card .property-card-img .property-card-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

.property-card .property-card-img .property-card-btn .book-btn {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
}

.property-card .property-card-img .property-card-btn .book-btn:hover {
  background-color: #fff;
  color: #676767;
}

.property-card .property-card-img .property-list {
  position: absolute;
  bottom: 30px;
  left: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-card .property-card-img .property-list li {
  display: inline-block;
  margin-right: 5px;
}

.property-card .property-card-img .property-list li:last-child {
  margin-right: 0;
}

.property-card .property-card-img .property-list li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
}

.property-card .property-card-img .property-list li a:hover {
  background-color: #fff;
  color: #676767;
}

.property-card .property-card-img .pricing {
  position: absolute;
  bottom: 30px;
  right: 24px;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
}

.property-card .content {
  padding: 20px 10px 10px;
  background: #fef9eb;
  margin-top: 10px;
  text-align: center;
}

.property-card .content h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
}

.property-card .content h4 span {
  color: #000;

}

.property-card .content h4 span i {
  margin-right: 5px;
}

.property-card .content h3 {
  margin-bottom: 15px;
}

.property-card .content h3 a {
  color: #000;
}

.property-card .content p {
  margin-bottom: 10px;
  font-size: 20px;
}

.property-card .content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.property-card .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.property-card .content ul li:last-child {
  margin-right: 0;
}

.property-item .property-btn {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.property-item-color .content .property-btn .know-more {
  background: transparent;
  color: #c38f60;
}

.project_page .property-area-widget {
  background-image: url(../img/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project_page .property-area-widget .row {
  justify-content: center;
}

.home_page .property-card .content {
  background: #fff;
}


.checkbox-section input[type="checkbox"] {
  width: auto;
}


p.side-location {
  position: absolute;
  top: 55%;
  left: -2%;
  z-index: 9;
  /* color: #b09677e3; */
  color: #fff;
  transform: rotate(270deg);
  font-size: 22px;
}

p.side-location::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -105%;
  width: 90%;
  height: 1px;
  background-color: #fff;
}

p.side-location::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -100%;
  width: 84%;
  height: 1px;
  background-color: #fff;
}

.inner .form-row:nth-child(6) {
  margin-bottom: 5px;
}

label.invalid-data.existingCheck {
  font-size: 14px;
  line-height: normal;
  padding: 5px 0;
}

.top_footer p {
  color: #000;
}


.modal-body {
  background-color: #fff;
  opacity: 1;
  /* align-items: center; */
  text-align: center;
  padding: 50px;
  padding-top: 10px;
}

.modal-body .form-group .form_input:focus+.label-name .content-name,
.modal-body .form-group .form_input:valid+.label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #c38f60;
}

.modal-header {
  border-bottom: 0;
}
.modal .btn-close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 10;
  padding: 0;
    background-color: transparent;
}
.btn-close:before, .btn-close:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(.2);
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  opacity: 0;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all;
}

.modal .btn-close {
  width: 20px;
  height: 20px;
}


 input[type="checkbox"] {
  width: auto;
}
.main_page .slider-content{
  top: 26%;
}
label.invalid-data.existingCheck {
  text-align: initial;
}
@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.floor-div{
  position: relative;
}
.floor-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.project_name{
  color: var(--mini_title);
  font-weight: 600;
}

.sticky-patch{
  position: absolute;
  z-index: 9999;
  width: 14%;
  left: 40%;
  top: 60%;

}
.home_page .contact-area .about_developer h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

.price_list .col-md-4 {
  Margin-bottom: 20PX;
}
.price_list .row {
  justify-content: center;
}

.floor_plan .main_button:hover {
  background: transparent;
  border-color: #ddb865;
}

.floor_plan .col-lg-4{
  margin-bottom: 20px;
}
.floor_plan .row{
justify-content: center;
}
.m-view{
  display: none;
}
.side-location.d-view{
  display: block;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content h1 {
		font-size: 48px
	}

	.banner-content h1 {
		font-size: 56px
	}

	.property-item .content {
		position: relative;
		padding: 20px 15px
	}

	.property-item .content ul li {
		margin-right: 10px
	}

	.property-item .content p {
		font-size: 14px
	}

	.property-item .content .price {
		font-size: 26px
	}

	.property-item .content .property-btn {
		bottom: 20px;
		right: 20px
	}

	.property-item .content .property-btn .book-btn {
		padding: 6px 18px
	}

	.amenities-item {
		padding:20px;
	}

	.amenities-item h3 {
		font-size: 20px
	}

	.footer-widget h3 {
		font-size: 22px
	}

	.footer-widget .footer-list-two li {
		font-size: 15px
	}

	.footer-widget .social-link li {
		margin-right: 3px
	}
}

@media only screen and (min-width:1350px) and (max-width:1699px) {
	p.side-location::before {
		content: "";
		position: absolute;
		top: 20px;
		right: -64%;
		width: 53%;
		height: 1px;
		background-color: #b09677e3;
	}
	
	p.side-location::after {
		content: "";
		position: absolute;
		top: 20px;
		left: -65%;
		width: 59%;
		height: 1px;
		background-color: #b09677e3;
	}

	.banner-content h1 {
		font-size: 60px
	}


	.property-card .content {
		padding: 20px 10px 10px
	}


	.testimonials-item {
		padding: 30px 45px
	}

	.testimonials-item p {
		max-width: 530px
	}

	.amenities-item {
		padding: 20px;
	}
}

@media only screen and (min-width:1700px) {
	.container {
		/* max-width: 1440px !important; */
		max-width: 1550px !important;
	}

	.banner-content h1 {
		/* font-size: 60px; */
		font-size: 47px;
	}

	.banner-content p {
		max-width: 530px
	}

	.about-content .section-title h2 {
		max-width: 590px
	}

	.property-item .content {
		padding: 30px 40px
	}

	.property-item .property-btn {
		right: 40px
	}

	.property-card .content {
		padding: 20px 10px 10px
	}

	.highlight-content h2 {
		max-width: 600px
	}

	.amenities-item {
		padding: 20px 20px 30px
	}

	.testimonials-item {
		padding: 30px 45px
	}

	.testimonials-item p {
		max-width: 100%
	}



}

@media only screen and (min-width:768px) {
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	z-index: 5;
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff !important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
  }
  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	background: #0d1028;
	position: absolute;
	top: 80px;
	left: 0;
	width: 250px;
	z-index: 99;
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
  }
}
@media only screen and (max-width:1440px) {
	p.side-location::before {
		content: "";
		position: absolute;
		top: 14px;
		right: -82%;
		width: 72%;
		height: 1px;
		background-color: #fff;
	}
	
	p.side-location::after {
		content: "";
		position: absolute;
		top: 13px;
		left: -85%;
		width: 72%;
		height: 1px;
		background-color: #fff;
	}
	.property-item-color .content .property-btn .book-btn {
		padding: 10px 38px;
	}
	.main_page .slider-content {
		top: 27%;
	}

	
	.slider-content {
		left: 5%;
		max-width: 1290px;
		top: 20%;
	}


	.home_slider .inner .form-row {
		margin-bottom: 15px;
	}

	.home_slider input {
		padding: 7px 0;
	}

	.banner-content h1 {
		font-size: 48px;
	}

	.banner-content h2 {
		font-size: 28px;
	}

	.carousel-control-prev {
		left: -1%;
	}

	button.carousel-control-next {
		left: 3%;
	}

	p.side-location {
        left: -3%;
        top: 53%;
        font-size: 16px;
    }

	.banner-content ul li {
		padding-bottom: 6px;
	}

	.banner-content h3.ivr-number a {
		font-size: 20px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.banner-content .price {
		font-size: 26px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.banner-content h3.ivr-number img {
		width: 41px;
		/* height: 36px; */
	}

	.banner-content h1 {
		margin-bottom: 0px;
	}

	.inner h2 {
		margin-bottom: 12px;
		font-size: 22px;
	}

	.inner .form-row:nth-child(6) {
		margin-bottom: 0px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.highlight-content .list-content {
		margin-top: 0px;
	}

	.highlight .highlight-content .list-content li img {
		width: 33px;
		height: 22px;
	}

	.pricingTable10 .price-value {
		font-size: 40px;
	}

	.property-card .content h3 {
		font-size: 24px;
	}

	.property-item-color .content .price {
		font-size: 28px;
	}
}

@media only screen and (max-width:1367px) {
	.home_page .contact-area .about_developer {
		padding-right: 0;
	}

	.amenities-item h3 {
		font-size: 20px;
	}

	.slider-content {
		max-width: 1130px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.main-nav nav .navbar-nav .nav-item a {
		margin: 0 10px;
		font-size: 16px;
	}

	.nav-btn-area .nav-btn-color {
		font-size: 16px;
		padding: 10px 15px;
	}

	.navbar-expand-md .mean-menu {
		justify-content: end;
	}

	.slider-content {
		left: 6%;
		max-width: 1140px;
		padding: 0 12px;
	}

	.carousel-control-prev {
		left: 1%;
	}

	button.carousel-control-next {
		left: 5%;
	}

	.banner-content h1 {
		font-size: 40px;
	}

	.banner-content ul li {
		letter-spacing: 1px;
		margin-bottom: 4px;
		font-size: 15px;
	}

	.banner-content .ivr-number {
		font-size: 24px;
	}

	.form-box.col-lg-5 {
		bottom: auto;
		top: 0%;
		right: 1%;
	}

	.pricingTable10 .price-value {
		font-size: 38px;
	}

	.pricingTable10 .pricing-content {
		padding: 40px 0;
	}

	.property-item-color .content .property-btn .book-btn {
		padding: 10px 24px;
	}


	.property-card .content h3 {
		font-size: 24px;
	}

	.property-item-color .content .property-btn .book-btn {
		padding: 8px 23px;
	}

	.property-item-color .content .price {
		font-size: 26px;
	}
}


@media only screen and (max-width:1281px) {
	.floor-btn {
		
		font-size: 16px;
	}

	.banner-content h1 {
		font-size: 38px;
		margin-bottom: 10px;
	}

	.banner-content h3 {
		font-size: 26px;
	}

	.banner-content ul li {
		margin-bottom: 0;
	}

	.banner-content .price {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner-content h3.ivr-number {
		font-size: 24px;
	}

	.banner-content h3.ivr-number img {
		width: 34px;
	}

	.form-box input {
		margin-bottom: 0;
	}

	.home_slider .inner .form-row {
		margin-bottom: 12px;
	}

	.inner .form-row:nth-child(6) {
		margin-bottom: 0;
	}

	.form-box.col-lg-5 {
		padding: 30px;
	}

	.form_btn .submit_button {
		font-size: 15px;
	}

	.slider-content {
		top: 24%;
	}

	.section-title h2 {
		font-size: 30px;
	}

}

@media only screen and (max-width:991px) {
	p.side-location {
		top: 42%;
		left: -8%;
		font-size: 14px;
	}

	.mobile-nav {
		display: block;
		position: relative
	}


	.mean-container .mean-bar {
		background-color: #fff;
		padding: 0
	}

	.mean-container a.meanmenu-reveal {
		padding: 20px 15px 0 0;
		margin-top: -5px
	}

	.mobile-nav nav .navbar-nav {
		height: 100vh;
		overflow-y: scroll
	}

	.mobile-nav nav .navbar-nav .nav-item a i {
		display: none
	}

}

@media only screen and (max-width:767px) {
	.sticky-patch {
		position: absolute;
		z-index: 9999;
		width: 22%;
		left: 68%;
		top: 79%;
	}
	.section-title p {
		font-size: 16px;
		/* text-align: justify; */
	}
	.amenities-img {
		width: 55%;
	}

	li.nav-item.has_submenu.submenu-open {
		padding-bottom: 0;
	}
	.main-nav nav .navbar-nav .nav-item .dropdown-menu {
		position: relative;
    opacity: 100;
    visibility: visible;
    transform: none;
    background-color: inherit;
    border: none;
    padding: 0;
	}
	.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
		border: none;
	}
	
	.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
		border: none;
	}

	.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{
		font-size: 16px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
	}
	.top_footer{
		padding-bottom: 0;
	}
	.footer-widget .footer-logo img {
		max-width: 160px;
		margin-bottom: 0;
	}
	.footer-area .address {
		padding-bottom: 0px;
	}
	.section-title span {
		font-size: 12px
	}

	.section-title h2 {
		font-size: 26px;
		text-align: center;
		font-weight: 600;
	}

	.mobile-nav .logo .logo-two {
		display: none
	}

	.nav-btn-area {
		display: none
	}

	.banner-area {
		background-color: #fef9eb
	}

	.banner-content {
		margin-left: auto;
		margin-right: auto;
		padding-top: 130px
	}

	.banner-content h1 {
		font-size: 35px;
		margin-bottom: 15px
	}

	.banner-content p {
		font-size: 16px;
		margin-bottom: 20px
	}

	.banner-content .banner-btn .buy-btn {
		padding: 8px 30px
	}

	.banner-content .banner-btn .rent-btn {
		padding: 8px 26px
	}


	.banner-content {
		margin-left: auto;
		margin-right: auto;
		padding-top: 130px;
		padding-bottom: 75px
	}

	.banner-content h1 {
		font-size: 35px;
		margin-bottom: 15px
	}

	.banner-content p {
		font-size: 16px;
		margin-bottom: 20px
	}

	.banner-content .banner-btn .buy-btn {
		padding: 8px 30px
	}

	.banner-content .banner-btn .rent-btn {
		padding: 8px 26px
	}

	.inner-banner .inner-title {
		padding-top: 200px;
		padding-bottom: 160px;
		text-align: center
	}

	.inner-banner .inner-title h3 {
		font-size: 38px
	}

	.inner-banner .inner-title ul li {
		font-size: 16px
	}

	.inner-banner .inner-title ul li::before {
		top: 10px
	}

	.about-content {
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.about-content .about-btn {
		margin-top: 5px
	}

	.property-features-img .shape {
		display: none
	}

	.highlight-content {
		margin-left: 0
	}


	.highlight-content h2 {
		font-size: 26px;
		text-align: left;
	}

	.highlight-content .list-content {
		margin-top: 0px;
		margin-bottom: 25px
	}

	.highlight-content .list-content li {
		font-size: 15px;
		margin-bottom: 0;
	}

	.highlight-content .list-content li b {
		font-size: 17px
	}

	.innovation-img {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto
	}

	.innovation-shape {
		display: none
	}

	.testimonials-item {
		padding: 30px 20px
	}

	.footer-widget h3 {
		margin-top: 0;
		font-size: 22px;
		color: #000;
		margin-bottom: 20px
	}

	.slider-content {
		max-width: 75%;
	}

	.banner-content .banner-btn-two .rent-btn {
		margin-left: 0;
		margin-top: 20px;
	}



	.about-section {
		padding-bottom: 50px;
	}

	.mobile_form {
		display: block;
		margin-top: 40px;
	}

	.home_slider .form-box.col-lg-5 {
		display: none;
	}

	.mobile_form .form-box.col-lg-5 {
		position: relative;
		padding: 20px 15px;
		width: 89%;
		bottom: 0;
		outline-offset: initial;
		margin: 0 auto;
	}

	.slider-content {
		max-width: 100%;
		left: 0;
	}

	.banner-content ul li {
		letter-spacing: 1px;
	}

	.banner-content .ivr-number {
		font-size: 20px;
		margin-bottom: 24px;
		padding: 10px;
	}



	button.carousel-control-next {
		left: 14%;
	}

	.banner-content p {
		margin-bottom: 10px;
	}

	.about-section.margin_tb {
		padding: 50px 0;
	}

	.mean-container .mean-bar {
		background: #aa9277;
	}

	.mobile-nav .logo img {
		max-width: 150px;
		width: 100%;

	}

	.mobile-nav {
		display: flex;
		background: #aa9277;
		justify-content: space-between;
	}

	.mobile-trigger {
		cursor: pointer;
		display: inline-block !important;
		height: auto;
		line-height: normal;
		padding: 0;
		position: relative;
		right: 15px;
		/* top: 5px; */
		width: auto;
		z-index: 99999;

	}

	.mobile-trigger i,
	.mobile-trigger i:after,
	.mobile-trigger i:before {
		background-color: #283b5c;
		border-radius: 1px;
		display: inline-block;
		height: 3px;
		width: 24px;
		position: relative;
		top: 0;
	}

	.mobile-trigger i,
	.mobile-trigger i:after,
	.mobile-trigger i:before {
		background-color: #000;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		display: inline-block;
		height: 3px;
		width: 24px;
	}

	.mobile-trigger i:after,
	.mobile-trigger i:before {
		content: "";
		position: absolute;

	}

	.mobile-trigger i:before {
		top: -6px;
	}

	.mobile-trigger i:after {
		top: 6px;
	}



	.main-nav {
		background: #fef9eb;
	}

	.slider-content {
		left: 0;
	}

	.mean-menu {
		background: #fef9eb;
		display: block;
		height: 100vh;
		left: -100%;
		opacity: 0;
		position: fixed;
		text-align: center;
		top: 0;
		transition: .4s ease-in;
		width: 300px;
		z-index: 99999;
		top: 8%;
	}

	body.mobile-open .mean-menu {
		left: 0;
		opacity: 1;
	}

	.main-nav nav .navbar-nav .nav-item {
		padding: 10px 15px;
		border-top: 1px solid rgba(255, 255, 255, .075);
		list-style: none;
		margin-bottom: 0;
		position: relative;
		text-align: left;
	}

	.mobile-open .mobile-trigger i:before {
		background-color: #000;
		bottom: 0;
		top: 0;
		transform: rotate(-45deg);
		transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
	}

	.mobile-open .mobile-trigger i:after {
		background-color: #000;
		top: 0;
		transform: rotate(45deg);
		transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
	}

	.mobile-open .mobile-trigger i {
		background-color: transparent;
	}

	.mobile-open .mobile_overlay {
		background-color: #000000a1;
		opacity: 1;
		pointer-events: all;
	}

	.mobile_overlay {
		background-color: rgba(0, 0, 0, .5);
		height: 100%;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		transition: .5s ease-in-out;
		width: 100%;
		z-index: 9999;
	}

	.navbar {
		padding: 0;
	}

	.main-nav nav .navbar-nav .nav-item a {
		color: #000;
	}

	.slider-content {
		top: 18%;
	}

	.carousel-control-prev {
		left: 2%;
	}

	button.carousel-control-next {
		left: 15%;
	}

	.form-box.col-lg-5 {
		right: 0%;
	}

	.about-section {
		padding: 30px 0;
	}


	.section-title span {
		font-size: 20px;
	}

	.price_list .col-md-4 {
		margin-bottom: 30px;
	}

	.price_list .col-md-4 {
		margin-bottom: 30px;
	}

	.floor_plan .col-lg-4 {
		margin-bottom: 30px;
	}

	.price_list .col-md-4 {
		margin-bottom: 30px;
	}

	.floor_plan .col-lg-4 {
		margin-bottom: 40px;
	}

	.pricingTable10 .price-value {
		font-size: 30px;
	}

	a.main_button.btn {
		padding: 8px 30px;

	}

	.pricingTable10 .pricing-content ul li {
		font-size: 18px;
		font-weight: 700;
		color: #000;
		padding: 10px 0;
		border-bottom: 1px solid #d9d9d8;
	}

	.amenities-item {
		padding: 15px 30px 15px;
		margin-bottom: 15px;
	}

	.amenities-item h3 {
		font-size: 14px;
	}

	.home_page .contact-area .contact-form .form-box.col-lg-5 {
		width: 100%;
		padding: 35px 20px;
	}

	.home_page .contact-area .contact-form {
		max-width: 100%;
		padding: 0;
	}

	.pricingTable10 .pricing-content {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.home_page .contact-area .about_developer {
		padding-right: 0px;
    padding-bottom: 20px;
	}

	.carousel-item img {
		min-height: 600px;
		object-fit: cover;
	}

	.banner-content {
		margin: 0;
	}

	.form_btn .submit_button {
		width: auto;
	}

	.mean-menu {
		top: 79px;
	}
	/* .main_page .mean-menu {
		top:60px;
	} */
	.navbar-brand img {
		filter: none;
		max-width: 50px;
		height: auto;
	}

	.fixed-header .main-nav {
		background: #fef9eb;
	}

	.modal .modal-body {
		flex-direction: column;
	}

	.modal .left_col,
	.modal .right_col {
		max-width: 100%;
	}

	.mobile-section {
		display: flex;
		z-index: 99;
	}

	.slider-content {
		padding-right: 20px;
	}

	.banner-content p.mini {
		padding: 5px 0;
		font-size: 16px;
	}
	.main_page .banner-content p.mini {
		letter-spacing: 1.5px;
	}
	.banner-content h1 {
		font-size: 31px;
		margin-bottom: -1px;
	}
	.main_page .banner-content h1 {
		font-size: 36px;
	}
	.banner-content h3 {
		font-size: 20px;
		letter-spacing: normal;
	}

	.banner-content ul li {
		padding-bottom: 0px;
		font-size: 17px;
	}

	.banner-content .price {
		font-size: 21px;
	}

	.banner-content h3.ivr-number {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.banner-content h3.ivr-number a {
		font-size: 20px;

	}

	.banner-content h3.ivr-number img {
		width: 30px;
	}

	.carousel-control-prev {
		left: 10%;
		bottom: 3%;
	}

	button.carousel-control-next {
		bottom: 3%;
		left: 23%;
	}

	p.side-location {
		top: 55%;
		left: -9%;
		font-size: 16px;
	}

	p.side-location::before,
	p.side-location::after {
		top: 14px;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		height: 31px;
		width: 31px;
	}

	button.carousel-control-next {
		left: auto;
		bottom: 3%;
		right: 0;
	}

	.carousel-control-prev {
		left: auto;
		bottom: 3%;
		right: 11%;
	}

	.banner-content {
		padding: 0;
	}

	.highlight .row.align-items-center {
		flex-direction: column-reverse;
	}

	.ptb-70 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.floor_plan .section-title.text-center {
		margin-bottom: 30px;
	}

	.home_page .contact-area .section-title.text-center {
		margin-bottom: 30px;
	}

	.footer-area .address {
		flex-direction: column;
	}

	.footer-area .address .col-lg-4 {
		padding-bottom: 15px;
	}

	.footer-area {
		text-align: center;
	}

	.copy-right-area {
		padding-bottom: 80px;
	}

	p.side-location {
		left: auto;
		right: -38px;
		transform: rotate(90deg);
		top: 44%;
	}
	.project_section button.slick-next.slick-arrow {
		right: 38%;
		top: auto;
		bottom: -7%;
	}

	.project_section button.slick-prev.slick-arrow {
		right: 50%;
		top: auto;
		bottom: -7%;
	}

	button.slick-prev.slick-arrow:before,
	button.slick-next.slick-arrow:before {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}
	.project_section .inner_content .col-lg-4 {
		padding: 0;
	}
	.testimonials-area button.slick-next.slick-arrow {
		left: 54%;
	}
.testimonials-area button.slick-prev.slick-arrow {
    left: 40%;
  
}
	.testimonials-area{
		margin-bottom: 0;
	}
	.contact-area {
		background-position: center;
	}
	.main_page .copy-right-area.main_footer {
		padding-bottom: 45px;
	}
	.main_page .slider-content {
		top: 30%;
	}


	.main_page .banner-content p{
		max-width: 100%;
	}
	.main_page .slider-content {
		padding-right: 12px;
	}

	.main-nav nav .navbar-nav .nav-item a i {
		position: absolute;
		font-size: 18px;
		right: 19px;
		top: 25px;
	}
	.carousel-item img {
		height: auto;
	}
	.modal .left_col, .modal .right_col {
		padding: 15px;
	}
	.modal .left_col img {
	
		max-width: 170px;
	}
	.modal .modal-body .main_button {
		margin-top: 0;
		font-size: 17px;
		padding: 10px 30px;
	}

	p.about-developer {
		font-size: 16px;
		text-align: justify;
	}
	
	.home_page .contact-area .about_developer h4 {
		font-size: 25px;
		
	}
	.project_section .inner_content {
		padding-top: 30px;
	}
	.about-content .section-title h2 {
		text-align: left;
	}

	.about-content p {
		text-align: justify;
	}
	.m-view {
        display: block;
    }
	.banner-content p {
        margin-bottom: 20px;
		font-size: 16px;
    }
	.banner-content h3 {
        font-size: 18px;
        letter-spacing: normal;
    }
	.banner-content ul li {
        padding-bottom: 0px;
        font-size: 15px;
        display: flex;
        color: white;
        align-items: flex-start;
    }
	.side-location.d-view{
		display: none;
	  }
	  .banner-content .price {
        padding: 10px 10px;
		font-size: 16px;
    }
	.banner-content h3.ivr-number a {
        font-size: 16px;
        padding: 10px 10px;
    }
	.inner .form-row {
		margin-bottom: 8px;
	}
	.modal .modal-body .form-group {
		margin-bottom: 10px;
		position: relative;
	}
}

@media (min-width: 576px) {
	.modal .modal-dialog {
		min-height: calc(100% - 3.5rem);
	}
}
@font-face {
  font-family: 'boxicons';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Box-icon/boxicons.eot);
  src: url(../fonts/Box-icon/boxicons.eot) format('embedded-opentype'),
    url(../fonts/Box-icon/boxicons.woff2) format('woff2'),
    url(../fonts/Box-icon/boxicons.woff) format('woff'),
    url(../fonts/Box-icon/boxicons.ttf) format('truetype'),
    url(../fonts/Box-icon/boxiconsd41d.svg?#boxicons) format('svg')
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Light.ttf) format('ttf'),
    url(../fonts/Nunito/Nunito-Light.woff) format('woff');
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Regular.ttf),
    url(../fonts/Nunito/Nunito-Regular.woff) format('woff');
  font-weight: 400;
}


@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Medium.ttf),
  url(../fonts/Nunito/Nunito-Medium.woff) format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-SemiBold.ttf),
  url(../fonts/Nunito/Nunito-SemiBold.woff) format('woff');
  font-weight: 600;

}

@font-face {
  font-family: 'Nunito';
  src: url(../fonts/Nunito/Nunito-Bold.ttf),
  url(../fonts/Nunito/Nunito-Bold.woff) format('woff');
  font-weight: 700;
}

:root {
  --bg_color: #FFF9F5;
  --mini_title: #c38f60;
  /* --primary:#00776e; */
  --primary: #c38f60;
  --nunito_font: 'Nunito', sans-serif;
  --sub_text: #000;
}

body {
  font-family: var(--nunito_font);
  font-size: 17px;
  line-height: 1.8;
  color: #000;
}

p {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: var(--nunito_font);
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

img {
  max-width: 100%;
}

.ptb-70 {
  padding-top: 55px;
  padding-bottom: 55px;
}


.bg-color {
  background-color: #fef9eb;
}

.btn-bg-2 {
  background-color: #c38f60;
}

.btn-bg-2::before {
  background-color: #c38f60;
}

.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ddb865;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
  color: #000;
}


.section-title p {
  padding-top: 0px;
  margin-bottom: 0;
}



.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 18px;
  padding: 0;
}

/* .sticky-nav .main-nav nav .navbar-nav .nav-item a {
  color: #000;
} */

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}



.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #000 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}



/* .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus {
  color: #c38f60 !important;
  border-radius: 0;
  background-color: #f3f3f3;
} */


.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.nav-btn-area .nav-btn-color:hover {
  background-color: #c38f60;
  color: #fff;
}


.banner-content span {
  color: #c38f60;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.home_slider .container {
  height: 100%;
}

.home_slider .row {
  align-items: center;
}

.banner-content span {
  color: #000;
}

.banner-content p.mini {
  /* font-size: 24px; */
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 6px 0;
}

.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-bottom: 30px;
  margin-left: 40px;
}

.about-content .about-btn {
  margin-top: 20px;
}

.about-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-img .about-shape {
  position: absolute;
  top: 53%;
  left: 44%;
}


.highlight-content {
  margin-bottom: 30px;
  /* margin-left: 45px; */
}

.highlight-content span {
  color: #ddb865;
  font-weight: 700;
}

.highlight-content h2 {
  font-size: 35px;
  margin-top: 5px;
  margin-bottom: 0;
}

.highlight-content .list-content {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
  max-width: 600px;
  /* margin-left: 34px; */
}

.highlight-content .list-content li {
  font-size: 18px;
  color: #000000;
  position: relative;
  padding: 5px 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.loction {
  font-size: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.loction img {
  width:15px;
  
}
.highlight-content .list-content li img {
  padding-right: 10px;
}

.amenities-item {
  background-color: #fef9eb;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  /* min-height: 315px; */
  text-align: center;
}

.amenities-img {
  padding: 15px 0;
  width:48px;
}

.amenities-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.amenities-item:hover i {
  color: #c38f60;
}

.amenities-item:hover .read-btn {
  color: #c38f60;
  letter-spacing: 0.25px;
}

.amenities-item:hover .read-btn i {
  color: #c38f60;
}

.amenities-item i {
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
}

.amenities-item h3 {
  margin-bottom: 10px;
  color: #ddb865;
  font-size: 24px;
  font-weight: 700;
}

.amenities-item p {
  margin-bottom: 10px;
}

.amenities-item .read-btn {
  font-size: 15px;
  color: #000000;
  margin-bottom: 0;
}

.amenities-item .read-btn i {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  color: #000000;
}

.amenities-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.amenities-item:hover i {
  color: #c38f60;
}

.amenities-item:hover .read-btn {
  color: #c38f60;
  letter-spacing: 0.25px;
}

.amenities-item:hover .read-btn i {
  color: #c38f60;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-gallery:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.single-gallery .gallery-icon {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0 7px 0 7px;
  line-height: 45px;
  background-color: #8567fe;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.single-gallery .gallery-icon:hover {
  background-color: #c38f60;
  color: #fff;
}

.single-gallery .gallery-icon:hover::before {
  border-color: #c38f60;
}

.single-gallery .gallery-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 7px 0 7px;
  left: 0;
  border: 1px solid #8567fe;
  -webkit-animation: scale 1s linear 2s infinite;
  animation: scale 1s linear 2s infinite;
}

.innovation-img {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-bottom: 75px;
  margin-left: 45px;
  margin-right: 45px;
}

.innovation-img .innovation-shape .shape1 {
  position: absolute;
  z-index: -1;
  bottom: -45px;
  left: -45px;
}

.innovation-img .innovation-shape .shape2 {
  position: absolute;
  z-index: -1;
  top: -45px;
  right: -45px;
}

.contact-area .section-title {
  margin-bottom: 40px;
}

.contact-area .section-title p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #c38f60;
}


.contact-form .form-group .form-control {
  height: 54px;
  color: #000000;
  border: 1px solid #ebebeb;
  background-color: #f8f9fb;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}


.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #000000;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #000000;
}

.contact-form .form-group .form-control::placeholder {
  color: #000000;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 12px;
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-widget p {
  margin-bottom: 20px;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}

.footer-widget .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.footer-widget .social-link li:nth-child(1) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.footer-widget .social-link li:nth-child(2) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.footer-widget .social-link li:nth-child(3) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: red;
}

.footer-widget .social-link li:nth-child(4) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.footer-widget .social-link li:nth-child(5) a:hover {
  background-color: #000;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #000000;
  font-weight: 500;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #c38f60;
}

.footer-widget .footer-list-two {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list-two li {
  display: block;
  color: #c69669;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.footer-widget .footer-list-two li i {
  color: #c69669;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}

.footer-widget .footer-list-two li a {
  color: #000000;
}

.footer-widget .footer-list-two li:hover {
  color: #000;
}

.footer-widget .footer-list-two li:hover i {
  color: #000000;
}

.footer-widget .footer-list-two li:hover a {
  color: #000;
}

.footer-widget .newsletter-form {
  position: relative;
  border-radius: 50px;
}

.footer-widget .newsletter-form .form-control {
  background: #fff;
  color: #000;
  height: 52px;
  line-height: 52px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
  width: 90%;
}

.footer-widget .newsletter-form .form-control:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #000;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #000;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #000;
}

.footer-widget .newsletter-form .form-control::placeholder {
  color: #000;
}

.copy-right-area {
  padding: 40px 15px;
  background-color: #000;
}

.copy-right-area .copy-right-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

.copy-right-area .copy-right-text p a {
  color: #ddb865;
  border-bottom: 1px solid #ddb865;
}

.copy-right-area .copy-right-text p a:hover {
  color: #fff;
  border-color: #fff;
}

.testimonials-item p {
  min-height: 140px;
  height: 100%;
}

.footer-widget .footer-logo img {
  max-width: 200px;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: #0077b5;
}

.home_page .contact-area {
  position: relative;
}

.home_page .contact-area .container {
  position: relative;
  z-index: 99;
}

.form-group {
  position: relative;
  /* height: 70px; */
  overflow: hidden;
}

.form-group .form_input {
  width: 100%;
  height: 100%;
  color: rgb(253 137 128 / 80%);
  padding-top: 20px;
  border: none;
}

/* .form-group label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #c38f60
}

.form-group label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #c38f60;
  transform: translateX(-100%);
  transition: all 0.3s ease;
} */

.form-group .content-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.form-group .form_input:focus {
  outline: none;
}

.form-group .form_input:focus+.label-name .content-name,
.form-group .form_input:valid+.label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  left: 0px;
  color: #c38f60;
}

.form-group .form_input:focus+.label-name::after,
.form-group .form_input:valid+.label-name::after {
  transform: translateX(0%);
}


.highlight-content .list-content li::marker {
  font-size: 20px;
  color: #c69669;
}

.gallery-section .section-title {
  padding-bottom: 30px;
}

.single-gallery img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

/* price list */

.price_list {
  background: #fef9eb;
}

.pricingTable10 {
  text-align: center
}

.pricingTable10 .pricingTable-header {
  padding: 30px 0;
  background: #4d4d4d;
  position: relative;
  transition: all .3s ease 0s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.pricingTable10:hover .pricingTable-header {
  background: #ddb865;
}

.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
  left: 40px
}

.pricingTable10 .pricingTable-header:after {
  right: 40px
}

.pricingTable10 .heading {
  font-size: 20px;
  color: #ddb865;
  letter-spacing: 1px;
  margin-top: 0
}

.pricingTable10 .price-value {
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: 600;
  color: #ddb865;
  transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
  color: #fff
}

.pricingTable10 .currency {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: -19px
}

.pricingTable10 .month {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -30px;
  text-transform: uppercase
}

.pricingTable10 .pricing-content {
  padding-top: 50px;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 50px;
}

.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px
}

.pricingTable10 .pricing-content:before {
  left: 40px
}

.pricingTable10 .pricing-content:after {
  right: 40px
}

.pricingTable10 .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #818282 50%, #727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
  background: linear-gradient(to bottom, #ddb865 50%, #ddb865 50%);
}

.pricingTable10 .pricing-content ul:before {
  left: 44px
}

.pricingTable10 .pricing-content ul:after {
  right: 44px
}

.pricingTable10 .pricing-content ul li {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
  border-bottom: none
}

.pricingTable10 .read {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #c38f60;
  padding: 8px 25px;
  margin: 30px 0;
  transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
  text-decoration: none
}

.pricingTable10:hover .read {
  background: #c38f60
}

.section-title.text-center {
  margin: 0 0 30px 0;
}

.pricingTable10 .Onwards {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddb865;
  font-weight: 400;
  margin-top: 5px;
}

.pricingTable10:hover .Onwards {
  color: #fff;
}

.pricingTable10:hover .heading {
  color: #fff;
}

.floor_plan .wrap {
  text-align: center;
}

.floor_plan .image_section {
  text-align: center;
  padding: 18px 18px;
  margin-bottom: 10px;
  background-color: #ddb865;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.floor_plan .wrap h3 {
  color: #FFF;
  margin: 0;
  width: 100%;
  padding: 15PX 20px;
  font-size: 18px;
  background: #ddb865;
  font-weight: 600;
  text-align: center;
}

.floor_plan .section-title.text-center {
  margin-bottom: 60px;
}

.location-section {
  /* background-image: url(/img/bg-map-footer.png); */
  background-image: url(../img/bg-map-footer.png);
}

.price_list .row {
  padding-top: 40px;
}

.highlight .row {
  flex-direction: row-reverse;
}


.rera_certificate {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}

.rera_certificate .img-fluid {
  max-width: 100%;
}

.query-btn a:HOVER {
  background-color: #fff;
  color: #000;
}

.query-btn a {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  font-size: 16px;
  background: #fef9eb;
  font-weight: 500;
}

.query-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}



button {
  /* width: 100%; */
  /* height: 80px; */
  position: relative;
  background: rgba(255, 255, 255, .27);
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 100px !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 100px;
}



/* CSS */
.main_button {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 12px 20px;
  color: #000 !important;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
}

.main_button:hover {
  background: transparent;
  border-color: #ddb865;
  color: #ddb865;
}

.inner .form-row {
  margin-bottom: 26px;
}

.inner h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.form_btn .submit_button {
  text-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  transition: background-color .15s ease-out;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 16px;
  display: inline-block;
  border: 1px solid;
}

.form_btn {
  text-align: center;
}

.form_btn .submit_button:hover {
  background: #b19777;
}

.form-box input {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-image: none;
  border-bottom: 1px solid #000;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
  margin-right: 5px;
}
.form-box input::placeholder {
  color: #000;
}

.home_page .contact-area .row {
  align-items: center;
}

.form-box .form_input:focus {
  outline: none !important;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
}

.carousel-control-next,
.carousel-control-prev {
  top: initial;
}

button.carousel-control-next {
  left: 3%;
}

.copy-right-area .copy-right-text p:last-child {
  margin-top: 6px;
}

.copy-right-area .copy-right-text p {
  font-size: 15px;
}

.top_footer {
  color: #000;
}

.home_page .contact-area .about_developer {
  padding-right: 80px;
}

.home_page .contact-area .contact-form {
  padding-left: 50px;
  padding-right: 50px;
}

.footer-area .address h6 {
  color: #000;
  margin-top: 12px;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.footer-area .address a {
  color: #000;
}

.footer-area .address {
  display: flex;
  color: #fff;
  padding-bottom: 20px;
}

.top_footer {
  color: #000;
  padding-bottom: 30px;
}



.mobile_form {
  display: none;
}

.highlight-content .list-content li b {
  padding-left: 5px;
  padding-right: 5px;
}

.price_list .section-title.text-center,
.floor_plan .section-title,
.amenities .section-title {
  max-width: 760px;
  margin: 0 auto;
}

.amenities .section-title {
  padding-bottom: 50px;
}

.carousel-control-prev {
  left: 6%;
  /* z-index: 99; */
}

button.carousel-control-next {
  left: 9%;
}

.home_page .contact-area .contact-form .form-box.col-lg-5 {
  position: relative;
  right: 0;
  bottom: 0;
  width: 450px;
  margin: 0 auto;
  border-radius: 15px
}

.home_page .contact-area .section-title.text-center {
  margin-bottom: 60px;
}

.mobile-nav {
  display: none
}


.mean-nav .dropdown-toggle::after {
  display: none
}


.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0
}





.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #fff
}



.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #fff;
  text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0
}


/* css start here */

.main-nav {
  top: 0;
  left: 0;
  padding: 0;
  height: auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color:#000;;
  border-bottom: 1px solid #FFFFFF17;
}

.navbar-brand img {

  /* max-width: 120px; */
  height: 80px;
}

.navbar-expand-md .mean-menu {
  justify-content: end;
}

.navbar-area.fixed-header {
  background: #fff;
}

.fixed-header .main-nav {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.fixed-header .main-nav nav .navbar-nav .nav-item a {
  color: #333;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #ddb865;
}

.fixed-header .nav-btn-area .nav-btn-color {
  color: #333;
}


.fixed-header .navbar-brand img {
  filter: none;

}

.fixed-header .nav-btn-area .nav-btn-color:hover {
  background-color: #c38f60;
  color: #fff;
}

/* slider css start here */

.home_slider::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 9;
}

.slider-content {
  position: absolute;
    top: 24%;
    z-index: 10;
    color: #fff;
    width: 100%;
    left: 10%;
    max-width: 81%;
    display: flex;
    justify-content: space-between;
}

.slider-content .main_button.btn:hover {
  color: #fef9eb;
  border-color: #fef9eb;
}
.carousel {height:730px;}
.carousel-indicators {
  z-index: 99;
}
.carousel-item{height:100%;}
.carousel-inner{height:100%;}
.carousel-item img{width:100%;height:100%;}

.carousel-control-next,
.carousel-control-prev {
  z-index: 9;
  bottom: 20px;
}

.form-box.col-lg-5 {
  width: 400px;
  padding: 35px;
  background: #b09677e3;
  outline: 1px solid rgb(0 0 0 / 30%);
  outline-offset: -10px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(231 190 90) 0%, rgb(255 244 202) 49%, rgb(227 184 79) 100%);
}


.slider-conten p.mini {
  margin-bottom: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  background-size: 50%;
}


.banner-content h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.banner-content ul {
  padding: 0;
  list-style: none;
}

.banner-content ul li {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.banner-content ul li img {
  padding-right: 5px;
}

.banner-content .price {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
  font-size: 28px;
}

.banner-content h3.ivr-number {
  display: flex;
  margin-top: 15px;
}

.banner-content h3.ivr-number a {
  background: linear-gradient(-45deg, #1d61a9, #1d61a9, #4a96ee, #1d61a9, #1d61a9);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px;
  color: #fff !important;
}


.banner-content h3.ivr-number img {
  padding-right: 10px;
  width: 15%;
  filter: invert();
}

.banner-content h3.ivr-number a {
  background: linear-gradient(-45deg, #e3b95c, #d0a649, #eaca6f, #c99c3e, #fcea9c);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px 20px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
  display: block;
  font-size: 22px;
}

.big-image img {
  box-shadow: 0px 2px 70px 0px rgba(161.00000000000006, 161.00000000000006, 161.00000000000006, 0.44);
}

.about-section {
  background-image: url(../img/contact-bg.webp);
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.left_col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.left_col .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/Banner/banner1.webp);
  background-size: cover;
  background-position: center;
 /* Adjust the opacity level */
  z-index: 1;
}
.left_col::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 69%); /* Black overlay with 30% transparency */
  z-index: 2;
}



.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px;
}

.modal .left_col .content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 99; /* Ensures content is above the background */
  color: #fff; /* Adjust text color as needed */
}

.modal .left_col img {
  margin-bottom: 15px;
  max-width: 220px;
  filter: invert(1);
}

.modal .left_col .typo {
  font-size: 20px;
  margin-bottom: 10px;
}

.modal .left_col .price {
  font-size: 20px;
  background-color: #ddb865;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.modal .right_col .form_heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
}

.modal .right_col .form-input {
  height: 46px;
}

.modal .modal-body .form-head {
  max-width: 100%;
}

.modal .modal-body .form-group {
  margin-bottom: 20px;
  position: relative;
}

.modal .modal-body .form-group input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  transition: box-shadow 150ms ease-out;
  font-size: 18px;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-body .main_button {
  width: auto;
}

.modal .modal-body .form-group input::placeholder {
  color: rgb(117, 117, 117);
  font-size: 18px;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.mobile-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  display: none;
  box-shadow: 0 -3px 15px rgb(0 0 0 / 10%);
}

.mobile-section .btn {
  font-size: 14px;
  padding: 10px 5px;
  height: auto;
}

.mobile-section .btn:not(:last-child):before {
  height: 15px;
}

.mobile-section .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
  border-radius: 0;
  color: #000;
  font-weight: 600;
}

.mobile-section {
  background: #fef9eb;
}

.mobile-section .btn:not(:last-child):before {
  height: 15px;
}

footer {
  padding: 15px 0 50px;
}

div#gallery {
  background-color: #fef9eb;
}

.floor_plan {
  background-image: url(../img/section-bg01.webp);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home_page .contact-area .about_developer h4 {
  font-size: 30px;
}

.floor_plan span {
  color: #ddb865;
}


.phone_element {
  border-top: 1px solid #d9e1e6;
  padding: 20px 0;
  position: relative;
  line-height: 1.4;
}

.phone_element a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.phone_element a span {
  font-size: 22px;
  font-weight: 600;
  color: #ddb865;
  padding-left: 12px;
}

.phone_element a span em {
  color: #000;
  display: block;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}


.phone_element.no_borders {
  padding-top: 5px;
  border-top: none;
}

.banner-content p {
  max-width: 100%;
}

.main_page .banner-content p {
  max-width: 750px;

}

.property-area .section-title h2 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.property-slider {
  position: relative;
}

.property-item {
  margin-bottom: 30px;
  background-color: #fff;
}

.property-item a {
  display: block;
}

.property-item a img {
  border-radius: 5px 5px 0 0;
}

.property-item .content {
  position: relative;
  padding: 40px;
}

.property-item .content h4 {
  color: #c38f60;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}


.property-item .content h3 {
  margin-bottom: 15px;
}

.property-item .content h3 a {
  color: #000;
}

.property-item .content p {
  margin-bottom: 10px;
}

.property-item .content p i {
  color: #c38f60;
  font-size: 18px;
}

.property-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-item .content ul li {
  display: inline-block;
  margin-right: 30px;
}

.property-item .content ul li:last-child {
  margin-right: 0;
}

.property-item .content .price {
  margin-top: 10px;
  font-size: 30px;
  color: #c38f60;
  margin-bottom: 0;
}

.property-item .content .property-btn .book-btn {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid #c38f60;
  color: #000;
  border-radius: 50px;
}

.property-item .content .property-btn .book-btn:hover {
  background-color: #c38f60;
  color: #fff;
}

.property-item-color .content {
  position: relative;
  padding: 30px;
}

.property-item-color .content h4 {
  color: #676767;
}

.property-item-color .content .price {
  color: #c38f60;
  font-weight: bold;
}

.property-item-color .content .property-btn .book-btn {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  background: var(--primary);
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
}


.property-item-color .content .property-btn .book-btn:hover {
  background-color: transparent;
  color: #c38f60;
}

.property-item-color .content .property-btn .know-more:hover {
  background-color: #c38f60;
  color: #fff;
}

.project_section .inner_content .col-lg-4 {
  padding: 0 15px;
}

.project_section .col-lg-4 {
  padding: 0 15px;
}

ul.slick-dots button#slick-slide-control00:before {
  content: 'â†';
  font-size: 17px;
  background-color: #c38f60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

ul.slick-dots button#slick-slide-control01:before {
  content: 'â†’';
  font-size: 17px;
  background-color: #c38f60;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}

ul.slick-dots button {
  color: #000;
  height: 0;
  background: none;
  font-size: 0;
  background-color: rgb(0 0 0 / 0.3);
  position: relative;
}

ul.slick-dots li {
  list-style: none;
  padding-right: 10px;
}

button.slick-next.slick-arrow {
  display: none;
}

.project_section button.slick-prev.slick-arrow,
.project_section button.slick-next.slick-arrow {
  font-size: 0;
}


.project_section button.slick-prev.slick-arrow {
  position: absolute;
  right: 10%;
  right: 7%;
  top: -7%;
}

.project_section button.slick-next.slick-arrow {
  position: absolute;
  right: 3%;
  top: -7%;
}

.project_section ul.slick-dots {
  display: none !important;
}

.testimonials-area {
  position: relative;
  margin-bottom: 20px;
}

.testimonials-area .section-title h2 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}




.testimonials-item {
  background-color: #fef9eb;
  padding: 30px;
  margin-bottom: 30px;
}

.testimonials-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.testimonials-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-item ul li {
  padding-left: 95px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 30px;
}

.testimonials-item ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.testimonials-item ul li .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonials-item ul li .content span {
  margin-bottom: 0;
}

.testimonials-item p {
  max-width: 460px;
  margin-bottom: 0;
}

.testimonials-item p i {
  color: #c38f60;
}


.testimonials-area .col-lg-6 {
  padding: 10px;
}

button.slick-next.slick-arrow:before {
  content: 'â†’';
  font-size: 25px;
  background-color: #c38f60;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}

button.slick-prev.slick-arrow:before {
  content: 'â†';
  font-size: 25px;
  background-color: #c38f60;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  align-items: center;
  display: flex;
  justify-content: center;
}

.testimonials-area ul.slick-dots {
  display: none !important;
}

.testimonials-area button.slick-next.slick-arrow {
  display: none;
  left: 5%;
}

.testimonials-area button.slick-prev.slick-arrow,
.testimonials-area button.slick-next.slick-arrow {
  font-size: 0;
}


.testimonials-area button.slick-prev.slick-arrow {
  left: 1%;
  position: absolute;
  bottom: 0;
}

.project_section .inner_content {
  padding-top: 50px;
}

.contact-btn {
  text-align: center;
}

.contact-area {
  background-image: url(../img/bg-map-footer.png);
}

.property-item {
  position: relative;
}

.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  opacity: 0.7;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}

.inner-banner .inner-title {
  padding-top: 250px;
  padding-bottom: 250px;
}

.inner-banner .inner-title h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.inner-banner .inner-title ul li {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li:last-child::before {
  display: none;
}

.inner-banner .inner-title ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  background-color: #fff;
  width: 7px;
  height: 7px;
}

.inner-banner .inner-title ul li a {
  color: #fff;
}

.inner-banner .inner-title ul li a:hover {
  color: #c38f60;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/banner-bg.jpg);
}


.inner-bg2 {
  background-image: url(../img/inner-banner/banner-bg.jpg);
}


.map-area iframe {
  display: block;
  width: 100%;
  height: 600px;
}


.contact_section .contact-area {
  background-image: url(../img/bg-map-footer.png);
}


.contact_section .section-title span {
  color: #c38f60;
}


.property-area-widget .section-title span {
  color: #c38f60;
}

.property-card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 10px 10px;
  border: 3px solid #fef9eb;
  border-radius: 20px;
  margin-bottom: 30px;
}

.property-card .property-card-img {
  position: relative;
}

.property-card .property-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0003;
  opacity: 0.5;
  border-radius: 15px 15px 0 0;
}

.property-card .property-card-img a {
  display: block;
}

.property-card .property-card-img a img {
  border-radius: 15px 15px 0 0;
}

.property-card .property-card-img .property-card-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

.property-card .property-card-img .property-card-btn .book-btn {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
}

.property-card .property-card-img .property-card-btn .book-btn:hover {
  background-color: #fff;
  color: #676767;
}

.property-card .property-card-img .property-list {
  position: absolute;
  bottom: 30px;
  left: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.property-card .property-card-img .property-list li {
  display: inline-block;
  margin-right: 5px;
}

.property-card .property-card-img .property-list li:last-child {
  margin-right: 0;
}

.property-card .property-card-img .property-list li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
}

.property-card .property-card-img .property-list li a:hover {
  background-color: #fff;
  color: #676767;
}

.property-card .property-card-img .pricing {
  position: absolute;
  bottom: 30px;
  right: 24px;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
}

.property-card .content {
  padding: 20px 10px 10px;
  background: #fef9eb;
  margin-top: 10px;
  text-align: center;
}

.property-card .content h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
}

.property-card .content h4 span {
  color: #000;

}

.property-card .content h4 span i {
  margin-right: 5px;
}

.property-card .content h3 {
  margin-bottom: 15px;
}

.property-card .content h3 a {
  color: #000;
}

.property-card .content p {
  margin-bottom: 10px;
  font-size: 20px;
}

.property-card .content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.property-card .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.property-card .content ul li:last-child {
  margin-right: 0;
}

.property-item .property-btn {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.property-item-color .content .property-btn .know-more {
  background: transparent;
  color: #c38f60;
}

.project_page .property-area-widget {
  background-image: url(../img/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project_page .property-area-widget .row {
  justify-content: center;
}

.home_page .property-card .content {
  background: #fff;
}


.checkbox-section input[type="checkbox"] {
  width: auto;
}


p.side-location {
  position: absolute;
  top: 55%;
  left: -2%;
  z-index: 9;
  /* color: #b09677e3; */
  color: #fff;
  transform: rotate(270deg);
  font-size: 22px;
}

p.side-location::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -105%;
  width: 90%;
  height: 1px;
  background-color: #fff;
}

p.side-location::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -100%;
  width: 84%;
  height: 1px;
  background-color: #fff;
}

.inner .form-row:nth-child(6) {
  margin-bottom: 5px;
}

label.invalid-data.existingCheck {
  font-size: 14px;
  line-height: normal;
  padding: 5px 0;
}

.top_footer p {
  color: #000;
}


.modal-body {
  background-color: #fff;
  opacity: 1;
  /* align-items: center; */
  text-align: center;
  padding: 50px;
  padding-top: 10px;
}

.modal-body .form-group .form_input:focus+.label-name .content-name,
.modal-body .form-group .form_input:valid+.label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #c38f60;
}

.modal-header {
  border-bottom: 0;
}
.modal .btn-close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 10;
  padding: 0;
    background-color: transparent;
}
.btn-close:before, .btn-close:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(.2);
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  opacity: 0;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all;
}

.modal .btn-close {
  width: 20px;
  height: 20px;
}


 input[type="checkbox"] {
  width: auto;
}
.main_page .slider-content{
  top: 26%;
}
label.invalid-data.existingCheck {
  text-align: initial;
}
@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.floor-div{
  position: relative;
}
.floor-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.project_name{
  color: var(--mini_title);
  font-weight: 600;
}

.sticky-patch{
  position: absolute;
  z-index: 9999;
  width: 14%;
  left: 40%;
  top: 60%;

}
.home_page .contact-area .about_developer h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

.price_list .col-md-4 {
  Margin-bottom: 20PX;
}
.price_list .row {
  justify-content: center;
}

.floor_plan .main_button:hover {
  background: transparent;
  border-color: #ddb865;
}

.floor_plan .col-lg-4{
  margin-bottom: 20px;
}
.floor_plan .row{
justify-content: center;
}
.m-view{
  display: none;
}
.side-location.d-view{
  display: block;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-content h1 {
		font-size: 48px
	}

	.banner-content h1 {
		font-size: 56px
	}

	.property-item .content {
		position: relative;
		padding: 20px 15px
	}

	.property-item .content ul li {
		margin-right: 10px
	}

	.property-item .content p {
		font-size: 14px
	}

	.property-item .content .price {
		font-size: 26px
	}

	.property-item .content .property-btn {
		bottom: 20px;
		right: 20px
	}

	.property-item .content .property-btn .book-btn {
		padding: 6px 18px
	}

	.amenities-item {
		padding:20px;
	}

	.amenities-item h3 {
		font-size: 20px
	}

	.footer-widget h3 {
		font-size: 22px
	}

	.footer-widget .footer-list-two li {
		font-size: 15px
	}

	.footer-widget .social-link li {
		margin-right: 3px
	}
}

@media only screen and (min-width:1350px) and (max-width:1699px) {
	p.side-location::before {
		content: "";
		position: absolute;
		top: 20px;
		right: -64%;
		width: 53%;
		height: 1px;
		background-color: #b09677e3;
	}
	
	p.side-location::after {
		content: "";
		position: absolute;
		top: 20px;
		left: -65%;
		width: 59%;
		height: 1px;
		background-color: #b09677e3;
	}

	.banner-content h1 {
		font-size: 60px
	}


	.property-card .content {
		padding: 20px 10px 10px
	}


	.testimonials-item {
		padding: 30px 45px
	}

	.testimonials-item p {
		max-width: 530px
	}

	.amenities-item {
		padding: 20px;
	}
}

@media only screen and (min-width:1700px) {
	.container {
		/* max-width: 1440px !important; */
		max-width: 1550px !important;
	}

	.banner-content h1 {
		/* font-size: 60px; */
		font-size: 47px;
	}

	.banner-content p {
		max-width: 530px
	}

	.about-content .section-title h2 {
		max-width: 590px
	}

	.property-item .content {
		padding: 30px 40px
	}

	.property-item .property-btn {
		right: 40px
	}

	.property-card .content {
		padding: 20px 10px 10px
	}

	.highlight-content h2 {
		max-width: 600px
	}

	.amenities-item {
		padding: 20px 20px 30px
	}

	.testimonials-item {
		padding: 30px 45px
	}

	.testimonials-item p {
		max-width: 100%
	}



}

@media only screen and (min-width:768px) {
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
  }

  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	z-index: 5;
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff !important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
  }
  .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
	background: #0d1028;
	position: absolute;
	top: 80px;
	left: 0;
	width: 250px;
	z-index: 99;
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
  }
}
@media only screen and (max-width:1440px) {
	p.side-location::before {
		content: "";
		position: absolute;
		top: 14px;
		right: -82%;
		width: 72%;
		height: 1px;
		background-color: #fff;
	}
	
	p.side-location::after {
		content: "";
		position: absolute;
		top: 13px;
		left: -85%;
		width: 72%;
		height: 1px;
		background-color: #fff;
	}
	.property-item-color .content .property-btn .book-btn {
		padding: 10px 38px;
	}
	.main_page .slider-content {
		top: 27%;
	}

	
	.slider-content {
		left: 5%;
		max-width: 1290px;
		top: 20%;
	}


	.home_slider .inner .form-row {
		margin-bottom: 15px;
	}

	.home_slider input {
		padding: 7px 0;
	}

	.banner-content h1 {
		font-size: 48px;
	}

	.banner-content h2 {
		font-size: 28px;
	}

	.carousel-control-prev {
		left: -1%;
	}

	button.carousel-control-next {
		left: 3%;
	}

	p.side-location {
        left: -3%;
        top: 53%;
        font-size: 16px;
    }

	.banner-content ul li {
		padding-bottom: 6px;
	}

	.banner-content h3.ivr-number a {
		font-size: 20px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.banner-content .price {
		font-size: 26px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.banner-content h3.ivr-number img {
		width: 41px;
		/* height: 36px; */
	}

	.banner-content h1 {
		margin-bottom: 0px;
	}

	.inner h2 {
		margin-bottom: 12px;
		font-size: 22px;
	}

	.inner .form-row:nth-child(6) {
		margin-bottom: 0px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.highlight-content .list-content {
		margin-top: 0px;
	}

	.highlight .highlight-content .list-content li img {
		width: 33px;
		height: 22px;
	}

	.pricingTable10 .price-value {
		font-size: 40px;
	}

	.property-card .content h3 {
		font-size: 24px;
	}

	.property-item-color .content .price {
		font-size: 28px;
	}
}

@media only screen and (max-width:1367px) {
	.home_page .contact-area .about_developer {
		padding-right: 0;
	}

	.amenities-item h3 {
		font-size: 20px;
	}

	.slider-content {
		max-width: 1130px;
	}

	.section-title h2 {
		font-size: 32px;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.main-nav nav .navbar-nav .nav-item a {
		margin: 0 10px;
		font-size: 16px;
	}

	.nav-btn-area .nav-btn-color {
		font-size: 16px;
		padding: 10px 15px;
	}

	.navbar-expand-md .mean-menu {
		justify-content: end;
	}

	.slider-content {
		left: 6%;
		max-width: 1140px;
		padding: 0 12px;
	}

	.carousel-control-prev {
		left: 1%;
	}

	button.carousel-control-next {
		left: 5%;
	}

	.banner-content h1 {
		font-size: 40px;
	}

	.banner-content ul li {
		letter-spacing: 1px;
		margin-bottom: 4px;
		font-size: 15px;
	}

	.banner-content .ivr-number {
		font-size: 24px;
	}

	.form-box.col-lg-5 {
		bottom: auto;
		top: 0%;
		right: 1%;
	}

	.pricingTable10 .price-value {
		font-size: 38px;
	}

	.pricingTable10 .pricing-content {
		padding: 40px 0;
	}

	.property-item-color .content .property-btn .book-btn {
		padding: 10px 24px;
	}


	.property-card .content h3 {
		font-size: 24px;
	}

	.property-item-color .content .property-btn .book-btn {
		padding: 8px 23px;
	}

	.property-item-color .content .price {
		font-size: 26px;
	}
}


@media only screen and (max-width:1281px) {
	.floor-btn {
		
		font-size: 16px;
	}

	.banner-content h1 {
		font-size: 38px;
		margin-bottom: 10px;
	}

	.banner-content h3 {
		font-size: 26px;
	}

	.banner-content ul li {
		margin-bottom: 0;
	}

	.banner-content .price {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner-content h3.ivr-number {
		font-size: 24px;
	}

	.banner-content h3.ivr-number img {
		width: 34px;
	}

	.form-box input {
		margin-bottom: 0;
	}

	.home_slider .inner .form-row {
		margin-bottom: 12px;
	}

	.inner .form-row:nth-child(6) {
		margin-bottom: 0;
	}

	.form-box.col-lg-5 {
		padding: 30px;
	}

	.form_btn .submit_button {
		font-size: 15px;
	}

	.slider-content {
		top: 24%;
	}

	.section-title h2 {
		font-size: 30px;
	}

}

@media only screen and (max-width:991px) {
	p.side-location {
		top: 42%;
		left: -8%;
		font-size: 14px;
	}

	.mobile-nav {
		display: block;
		position: relative
	}


	.mean-container .mean-bar {
		background-color: #fff;
		padding: 0
	}

	.mean-container a.meanmenu-reveal {
		padding: 20px 15px 0 0;
		margin-top: -5px
	}

	.mobile-nav nav .navbar-nav {
		height: 100vh;
		overflow-y: scroll
	}

	.mobile-nav nav .navbar-nav .nav-item a i {
		display: none
	}

}

@media only screen and (max-width:767px) {
	.sticky-patch {
		position: absolute;
		z-index: 9999;
		width: 22%;
		left: 68%;
		top: 79%;
	}
	.section-title p {
		font-size: 16px;
		/* text-align: justify; */
	}
	.amenities-img {
		width: 55%;
	}

	li.nav-item.has_submenu.submenu-open {
		padding-bottom: 0;
	}
	.main-nav nav .navbar-nav .nav-item .dropdown-menu {
		position: relative;
    opacity: 100;
    visibility: visible;
    transform: none;
    background-color: inherit;
    border: none;
    padding: 0;
	}
	.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
		border: none;
	}
	
	.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
		border: none;
	}

	.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{
		font-size: 16px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
	}
	.top_footer{
		padding-bottom: 0;
	}
	.footer-widget .footer-logo img {
		max-width: 160px;
		margin-bottom: 0;
	}
	.footer-area .address {
		padding-bottom: 0px;
	}
	.section-title span {
		font-size: 12px
	}

	.section-title h2 {
		font-size: 26px;
		text-align: center;
		font-weight: 600;
	}

	.mobile-nav .logo .logo-two {
		display: none
	}

	.nav-btn-area {
		display: none
	}

	.banner-area {
		background-color: #fef9eb
	}

	.banner-content {
		margin-left: auto;
		margin-right: auto;
		padding-top: 130px
	}

	.banner-content h1 {
		font-size: 35px;
		margin-bottom: 15px
	}

	.banner-content p {
		font-size: 16px;
		margin-bottom: 20px
	}

	.banner-content .banner-btn .buy-btn {
		padding: 8px 30px
	}

	.banner-content .banner-btn .rent-btn {
		padding: 8px 26px
	}


	.banner-content {
		margin-left: auto;
		margin-right: auto;
		padding-top: 130px;
		padding-bottom: 75px
	}

	.banner-content h1 {
		font-size: 35px;
		margin-bottom: 15px
	}

	.banner-content p {
		font-size: 16px;
		margin-bottom: 20px
	}

	.banner-content .banner-btn .buy-btn {
		padding: 8px 30px
	}

	.banner-content .banner-btn .rent-btn {
		padding: 8px 26px
	}

	.inner-banner .inner-title {
		padding-top: 200px;
		padding-bottom: 160px;
		text-align: center
	}

	.inner-banner .inner-title h3 {
		font-size: 38px
	}

	.inner-banner .inner-title ul li {
		font-size: 16px
	}

	.inner-banner .inner-title ul li::before {
		top: 10px
	}

	.about-content {
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.about-content .about-btn {
		margin-top: 5px
	}

	.property-features-img .shape {
		display: none
	}

	.highlight-content {
		margin-left: 0
	}


	.highlight-content h2 {
		font-size: 26px;
		text-align: left;
	}

	.highlight-content .list-content {
		margin-top: 0px;
		margin-bottom: 25px
	}

	.highlight-content .list-content li {
		font-size: 15px;
		margin-bottom: 0;
	}

	.highlight-content .list-content li b {
		font-size: 17px
	}

	.innovation-img {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto
	}

	.innovation-shape {
		display: none
	}

	.testimonials-item {
		padding: 30px 20px
	}

	.footer-widget h3 {
		margin-top: 0;
		font-size: 22px;
		color: #000;
		margin-bottom: 20px
	}

	.slider-content {
		max-width: 75%;
	}

	.banner-content .banner-btn-two .rent-btn {
		margin-left: 0;
		margin-top: 20px;
	}



	.about-section {
		padding-bottom: 50px;
	}

	.mobile_form {
		display: block;
		margin-top: 40px;
	}

	.home_slider .form-box.col-lg-5 {
		display: none;
	}

	.mobile_form .form-box.col-lg-5 {
		position: relative;
		padding: 20px 15px;
		width: 89%;
		bottom: 0;
		outline-offset: initial;
		margin: 0 auto;
	}

	.slider-content {
		max-width: 100%;
		left: 0;
	}

	.banner-content ul li {
		letter-spacing: 1px;
	}

	.banner-content .ivr-number {
		font-size: 20px;
		margin-bottom: 24px;
		padding: 10px;
	}



	button.carousel-control-next {
		left: 14%;
	}

	.banner-content p {
		margin-bottom: 10px;
	}

	.about-section.margin_tb {
		padding: 50px 0;
	}

	.mean-container .mean-bar {
		background: #aa9277;
	}

	.mobile-nav .logo img {
		max-width: 150px;
		width: 100%;

	}

	.mobile-nav {
		display: flex;
		background: #aa9277;
		justify-content: space-between;
	}

	.mobile-trigger {
		cursor: pointer;
		display: inline-block !important;
		height: auto;
		line-height: normal;
		padding: 0;
		position: relative;
		right: 15px;
		/* top: 5px; */
		width: auto;
		z-index: 99999;

	}

	.mobile-trigger i,
	.mobile-trigger i:after,
	.mobile-trigger i:before {
		background-color: #283b5c;
		border-radius: 1px;
		display: inline-block;
		height: 3px;
		width: 24px;
		position: relative;
		top: 0;
	}

	.mobile-trigger i,
	.mobile-trigger i:after,
	.mobile-trigger i:before {
		background-color: #000;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		display: inline-block;
		height: 3px;
		width: 24px;
	}

	.mobile-trigger i:after,
	.mobile-trigger i:before {
		content: "";
		position: absolute;

	}

	.mobile-trigger i:before {
		top: -6px;
	}

	.mobile-trigger i:after {
		top: 6px;
	}



	.main-nav {
		background: #fef9eb;
	}

	.slider-content {
		left: 0;
	}

	.mean-menu {
		background: #fef9eb;
		display: block;
		height: 100vh;
		left: -100%;
		opacity: 0;
		position: fixed;
		text-align: center;
		top: 0;
		transition: .4s ease-in;
		width: 300px;
		z-index: 99999;
		top: 8%;
	}

	body.mobile-open .mean-menu {
		left: 0;
		opacity: 1;
	}

	.main-nav nav .navbar-nav .nav-item {
		padding: 10px 15px;
		border-top: 1px solid rgba(255, 255, 255, .075);
		list-style: none;
		margin-bottom: 0;
		position: relative;
		text-align: left;
	}

	.mobile-open .mobile-trigger i:before {
		background-color: #000;
		bottom: 0;
		top: 0;
		transform: rotate(-45deg);
		transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
	}

	.mobile-open .mobile-trigger i:after {
		background-color: #000;
		top: 0;
		transform: rotate(45deg);
		transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
	}

	.mobile-open .mobile-trigger i {
		background-color: transparent;
	}

	.mobile-open .mobile_overlay {
		background-color: #000000a1;
		opacity: 1;
		pointer-events: all;
	}

	.mobile_overlay {
		background-color: rgba(0, 0, 0, .5);
		height: 100%;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		transition: .5s ease-in-out;
		width: 100%;
		z-index: 9999;
	}

	.navbar {
		padding: 0;
	}

	.main-nav nav .navbar-nav .nav-item a {
		color: #000;
	}

	.slider-content {
		top: 18%;
	}

	.carousel-control-prev {
		left: 2%;
	}

	button.carousel-control-next {
		left: 15%;
	}

	.form-box.col-lg-5 {
		right: 0%;
	}

	.about-section {
		padding: 30px 0;
	}


	.section-title span {
		font-size: 20px;
	}

	.price_list .col-md-4 {
		margin-bottom: 30px;
	}

	.price_list .col-md-4 {
		margin-bottom: 30px;
	}

	.floor_plan .col-lg-4 {
		margin-bottom: 30px;
	}

	.price_list .col-md-4 {
		margin-bottom: 30px;
	}

	.floor_plan .col-lg-4 {
		margin-bottom: 40px;
	}

	.pricingTable10 .price-value {
		font-size: 30px;
	}

	a.main_button.btn {
		padding: 8px 30px;

	}

	.pricingTable10 .pricing-content ul li {
		font-size: 18px;
		font-weight: 700;
		color: #000;
		padding: 10px 0;
		border-bottom: 1px solid #d9d9d8;
	}

	.amenities-item {
		padding: 15px 30px 15px;
		margin-bottom: 15px;
	}

	.amenities-item h3 {
		font-size: 14px;
	}

	.home_page .contact-area .contact-form .form-box.col-lg-5 {
		width: 100%;
		padding: 35px 20px;
	}

	.home_page .contact-area .contact-form {
		max-width: 100%;
		padding: 0;
	}

	.pricingTable10 .pricing-content {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.home_page .contact-area .about_developer {
		padding-right: 0px;
    padding-bottom: 20px;
	}

	.carousel-item img {
		min-height: 600px;
		object-fit: cover;
	}

	.banner-content {
		margin: 0;
	}

	.form_btn .submit_button {
		width: auto;
	}

	.mean-menu {
		top: 79px;
	}
	/* .main_page .mean-menu {
		top:60px;
	} */
	.navbar-brand img {
		filter: none;
		max-width: 50px;
		height: auto;
	}

	.fixed-header .main-nav {
		background: #fef9eb;
	}

	.modal .modal-body {
		flex-direction: column;
	}

	.modal .left_col,
	.modal .right_col {
		max-width: 100%;
	}

	.mobile-section {
		display: flex;
		z-index: 99;
	}

	.slider-content {
		padding-right: 20px;
	}

	.banner-content p.mini {
		padding: 5px 0;
		font-size: 16px;
	}
	.main_page .banner-content p.mini {
		letter-spacing: 1.5px;
	}
	.banner-content h1 {
		font-size: 31px;
		margin-bottom: -1px;
	}
	.main_page .banner-content h1 {
		font-size: 36px;
	}
	.banner-content h3 {
		font-size: 20px;
		letter-spacing: normal;
	}

	.banner-content ul li {
		padding-bottom: 0px;
		font-size: 17px;
	}

	.banner-content .price {
		font-size: 21px;
	}

	.banner-content h3.ivr-number {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.banner-content h3.ivr-number a {
		font-size: 20px;

	}

	.banner-content h3.ivr-number img {
		width: 30px;
	}

	.carousel-control-prev {
		left: 10%;
		bottom: 3%;
	}

	button.carousel-control-next {
		bottom: 3%;
		left: 23%;
	}

	p.side-location {
		top: 55%;
		left: -9%;
		font-size: 16px;
	}

	p.side-location::before,
	p.side-location::after {
		top: 14px;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		height: 31px;
		width: 31px;
	}

	button.carousel-control-next {
		left: auto;
		bottom: 3%;
		right: 0;
	}

	.carousel-control-prev {
		left: auto;
		bottom: 3%;
		right: 11%;
	}

	.banner-content {
		padding: 0;
	}

	.highlight .row.align-items-center {
		flex-direction: column-reverse;
	}

	.ptb-70 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.floor_plan .section-title.text-center {
		margin-bottom: 30px;
	}

	.home_page .contact-area .section-title.text-center {
		margin-bottom: 30px;
	}

	.footer-area .address {
		flex-direction: column;
	}

	.footer-area .address .col-lg-4 {
		padding-bottom: 15px;
	}

	.footer-area {
		text-align: center;
	}

	.copy-right-area {
		padding-bottom: 80px;
	}

	p.side-location {
		left: auto;
		right: -38px;
		transform: rotate(90deg);
		top: 44%;
	}
	.project_section button.slick-next.slick-arrow {
		right: 38%;
		top: auto;
		bottom: -7%;
	}

	.project_section button.slick-prev.slick-arrow {
		right: 50%;
		top: auto;
		bottom: -7%;
	}

	button.slick-prev.slick-arrow:before,
	button.slick-next.slick-arrow:before {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}
	.project_section .inner_content .col-lg-4 {
		padding: 0;
	}
	.testimonials-area button.slick-next.slick-arrow {
		left: 54%;
	}
.testimonials-area button.slick-prev.slick-arrow {
    left: 40%;
  
}
	.testimonials-area{
		margin-bottom: 0;
	}
	.contact-area {
		background-position: center;
	}
	.main_page .copy-right-area.main_footer {
		padding-bottom: 45px;
	}
	.main_page .slider-content {
		top: 30%;
	}


	.main_page .banner-content p{
		max-width: 100%;
	}
	.main_page .slider-content {
		padding-right: 12px;
	}

	.main-nav nav .navbar-nav .nav-item a i {
		position: absolute;
		font-size: 18px;
		right: 19px;
		top: 25px;
	}
	.carousel-item img {
		height: auto;
	}
	.modal .left_col, .modal .right_col {
		padding: 15px;
	}
	.modal .left_col img {
	
		max-width: 170px;
	}
	.modal .modal-body .main_button {
		margin-top: 0;
		font-size: 17px;
		padding: 10px 30px;
	}

	p.about-developer {
		font-size: 16px;
		text-align: justify;
	}
	
	.home_page .contact-area .about_developer h4 {
		font-size: 25px;
		
	}
	.project_section .inner_content {
		padding-top: 30px;
	}
	.about-content .section-title h2 {
		text-align: left;
	}

	.about-content p {
		text-align: justify;
	}
	.m-view {
        display: block;
    }
	.banner-content p {
        margin-bottom: 20px;
		font-size: 16px;
    }
	.banner-content h3 {
        font-size: 18px;
        letter-spacing: normal;
    }
	.banner-content ul li {
        padding-bottom: 0px;
        font-size: 15px;
        display: flex;
        color: white;
        align-items: flex-start;
    }
	.side-location.d-view{
		display: none;
	  }
	  .banner-content .price {
        padding: 10px 10px;
		font-size: 16px;
    }
	.banner-content h3.ivr-number a {
        font-size: 16px;
        padding: 10px 10px;
    }
	.inner .form-row {
		margin-bottom: 8px;
	}
	.modal .modal-body .form-group {
		margin-bottom: 10px;
		position: relative;
	}
}

@media (min-width: 576px) {
	.modal .modal-dialog {
		min-height: calc(100% - 3.5rem);
	}
}

@import url(https://fonts.googleapis.com/css?family=Lobster);

a,
a:hover {
  color: #666;
  text-decoration: none;
}

.menu ul,
.project-configurations .configuration-item p {
  margin: 0;
}


.highlight-image,
.img-box,
.top-footer {
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight-image,
.home-banner,
.img-box,
.top-footer {
  background-size: cover;
}

.footer-menu ul li a,
.location-item p a,
.menu ul li a,
.social-icons a,
.specialist-block a,
a,
a.whatsapp,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: poppinsmedium;
  src: url("../fonts/poppins-medium-webfont.eot");
  src: url("../fonts/poppins-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins-medium-webfont.woff") format("woff"),
    url("../fonts/poppins-medium-webfont.ttf") format("truetype"),
    url("../fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsmedium_italic;
  src: url("../fonts/poppins-mediumitalic-webfont.eot");
  src: url("../fonts/poppins-mediumitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-mediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/poppins-mediumitalic-webfont.woff") format("woff"),
    url("../fonts/poppins-mediumitalic-webfont.ttf") format("truetype"),
    url("../fonts/poppins-mediumitalic-webfont.svg#poppinsmedium_italic")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsregular;
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff"),
    url("../fonts/poppins-regular-webfont.ttf") format("truetype"),
    url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinssemibold;
  src: url("../fonts/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff"),
    url("../fonts/poppins-semibold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsbold;
  src: url("../fonts/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-bold-webfont.woff") format("woff"),
    url("../fonts/poppins-bold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsextrabold;
  src: url("../fonts/poppins-extrabold-webfont.eot");
  src: url("../fonts/poppins-extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-extrabold-webfont.woff") format("woff"),
    url("../fonts/poppins-extrabold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-extrabold-webfont.svg#poppinsextrabold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsextrabold_italic;
  src: url("../fonts/poppins-extrabolditalic-webfont.eot");
  src: url("../fonts/poppins-extrabolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/poppins-extrabolditalic-webfont.woff2") format("woff2"),
    url("../fonts/poppins-extrabolditalic-webfont.woff") format("woff"),
    url("../fonts/poppins-extrabolditalic-webfont.ttf") format("truetype"),
    url("../fonts/poppins-extrabolditalic-webfont.svg#poppinsextrabold_italic")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 14px;
  color: #777;
  font-family: poppinsregular;
}

/* Modal Base */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  align-items: center; 
  justify-content: center
}

/* Modal Content */
.custom-modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 5% auto;
  background: transparent;
  border: none;
 
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -45px;
  right: -35px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* 16:9 Responsive Video Container */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}




.fix-mobile-strip,
.formflag,
.home-banner-img,
.logo-fix,
.project-info-section,
.project-rera-mobile,
.project-special-details,
img[width="1"] {
  display: none;
}

.banner-configurations,
.header-inner,
.menu ul {
  display: flex;
}

a {
  font-weight: 700;
}

.same-section {
  margin-bottom: 50px;
}

#about {
  margin-top: 50px;
}

.container {
  max-width: 1280px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.5s;
  padding: 20px 0;
}

.formflag {
  display: none;
}

.error-msg {
  color: red !important;
  text-align: left;
}

.input-error {
  padding-bottom: 11px;
}

#loader {
  display: none;
}

.darkHeader {
  background-color: #000;
}

.header-inner {
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.luxury-logo,
.project-logo {
  max-width: 130px;
}

.menu ul {
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.menu ul li a {
  color: #e6e6e6;
  text-transform: uppercase;
  font-size: 15px;
  font-family: poppinssemibold;
  padding: 10px 15px;
  width: auto;
  display: inline-block;
}

.menu ul li a:hover {
  background-color: #c08831;
}

.home-banner {
  position: relative;
  background-color: #dcdcdc;
  height: 100vh;
  background-position: center center;
  padding-top: 70px;
}

.home-banner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 60%) 20%,
    rgb(0 0 0 / 0%) 40%,
    rgb(0 0 0 / 20%) 60%,
    rgb(0 0 0 / 70%) 100%
  );
  bottom: 0;
  left: 0;
  z-index: 0;
}

.project-configurations {
  text-shadow: 0 1px 2px #000;
  padding-left: 0;
}

.project-rera {
  position: relative;
  margin: 3px 0 0;
}

.banner-cnt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}

.resale-div {
  width: auto;
  position: absolute;
  right: 160px;
  top: 120px;
  max-width: 150px;
  z-index: 1;
}

.about-video,
.configuration-item,
.configurations-size,
.gallery-border,
.itawacta,
.part,
.project-item,
.top-footer .container {
  position: relative;
}

.project-configurations h1 {
  color: #fff;
  font-size: 42px;
  font-family: poppinsbold;
}

.project-configurations p {
  font-size: 16px;
  color: #fff;
  font-family: poppinsbold;
}

.configuration-item {
  padding-right: 20px;
}

.configuration-item h4 {
  color: #c08831;
  font-size: 20px;
  font-family: poppinssemibold;
  text-transform: uppercase;
}

#rera-id,
.banner-configurations-site-visit,
.project-site-visit {
  display: flex;
  align-items: center;
}

.configurations-size::after {
  content: "";
  background-color: #dcdcdc;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: 0;
}

#exampleModalPopup .con-select,
.project-configurations .configuration-item p span {
  color: #c08831;
}

.expore-more .btn,
.project-site-visit .btn,
.send_btn {
  background-color: #c08831;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #c08831;
  padding: 10px 25px;
}

.project-info-item {
  text-align: center;
  padding-top: 30px;
  height: 100%;
}

.project-info-item h3 {
  color: #232323;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
}

.project-info-item p {
  color: #232323;
  font-size: 14px;
}

.project-info-border {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.inner-title h2 {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-title p {
  color: #666;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  margin: 0 0 5px;
}

#demo-about-para {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.read-more-about-div {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

#demo-about-para.active {
  max-height: fit-content;
  visibility: initial;
  overflow: auto;
}

.trans-btn {
  background-color: transparent;
  color: #c08831;
}

#floor-plan .project-site-visit a:hover,
.faq-section .section-title p,
.faq-section .section-title p a,
.gray-background .inner-title h2,
.gray-background .inner-title p,
.gray-background .inner-title p a {
  color: #fff;
}

.about-video {
  height: 100%;
}

.about-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.img-box {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-position: 100% 100%;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.highlight-div {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.highlight-div h3 {
  background-color: #c08831;
  color: #fff;
  font-size: 20px;
  padding: 20px 32px;
  margin: 0 0 30px;
}

.table.table-bordered tr td,
.table.table-bordered tr th {
  color: #fff;
  border: 2px solid #c08831;
  vertical-align: middle;
}

.highlight-div ul {
  list-style: none;
  width: 100%;
  display: inline-block;
  padding-right: 10px;
}

.highlight-div ul li {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.highlight-div ul li::before {
  position: absolute;
  content: "\f00c";
  left: 0;
  top: 0;
  color: #c08831;
  font-size: 18px;
  font-weight: 400;
  font-family: FontAwesome;
}

.floor-plan-img,
.footer-menu ul li,
.form-group,
.highlight-image,
.top-footer {
  position: relative;
}

.highlight-image {
  height: 100%;
  background-position: center;
}

.section-title {
  margin: 0 0 50px;
}

.gray-background {
  background-color: #2a2a2a;
}

#gallery .container-fluid,
.features-section .container-fluid,
.floor-plan-section .container-fluid,
.location-advantage-section .container-fluid,
.modal-body {
  padding: 0;
}

.gallery-border:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  z-index: 1;
}

.gallery-border span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 20%);
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  padding: 5px 30px;
}

.floor-plan {
  background-color: #fff;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor-plan-img {
  box-shadow: 0 0 5px #dcdcdc;
  text-align: center;
  padding: 15px;
  width: 100%;
}

.floor-plan-img img {
  width: 100%;
  height: 560px;
}

.blur-img img {
  filter: blur(2px);
}

.floor-plan-cnt {
  padding: 45px;
  height: 100%;
  display: flex;
  align-items: center;
}

.inner-title {
  width: 100%;
}

.inner-title .project-site-visit {
  margin: 20px 0 0;
}

.featured-inner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 25px;
  border-left: 6px solid #c08831;
  text-transform: uppercase;
}

.featured-inner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 30px;
}

.featured-inner {
  margin-top: 35px;
}

.gray-background .inner-title ul {
  padding: 0;
  list-style: none;
  color: #fff;
  margin: 0;
}

.gray-background .inner-title ul li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}

.gray-background .inner-title ul li::before {
  content: "\f00c";
  font-size: 14px;
  font-weight: 400;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #c08831;
}

.location-map-div {
  height: 100%;
  pointer-events: none;
}

.call-to-action-section {
  background-color: #c08831;
  padding: 40px 0;
  margin-bottom: 50px;
}

.call-to-action-button {
  text-align: right;
}

.call-to-action-button .btn {
  background-color: #fff;
  color: #c08831;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #c08831;
  padding: 10px 25px;
  border-radius: 0;
}

.call-to-action-cnt p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.specialist-block {
  margin-bottom: 30px;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  min-height: 90%;
}

.footer-menu,
.form-group {
  margin-bottom: 15px;
}

.specialist-block a {
  color: #5e5353;
  font-size: 15px;
}

.faq-section {
  background-color: #2a2a2a;
  padding: 40px 0;
}

.con-select,
.form-control {
  background-color: transparent;
  color: #fff;
}

.faq-section .section-title h2 {
  color: #fff;
  margin: 0 0 20px;
}

.specialist-block h5 {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
}

.specialist-block p {
  text-align: justify;
  margin: 0;
}

.rera-strip ul,
.rera-strip ul li {
  text-align: center;
}

.top-footer {
  padding: 50px 0;
  background-attachment: fixed;
}

.top-footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.location-detail {
  padding: 30px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.location-detail h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.location-item {
  margin-top: 15px;
}

.location-item h5 {
  font-size: 22px;
}

.location-item p {
  margin: 0;
  font-size: 14px;
}

.location-item p a {
  color: #fff;
}

.form-footer h4 {
  color: #c08831;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
}

.con-select,
.countryCode {
  position: absolute;
  width: 100px;
  left: 15px;
}

textarea.form-control {
  min-height: 100px;
  resize: none;
}

.form-control {
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #fff;
}

.con-select {
  top: 0;
  height: 100%;
  border: none;
  padding: 0;
}

#exampleModalPopup .con-select ~ .form-control,
.con-select ~ .form-control,
.countryCode ~ .form-control {
  padding-left: 120px;
}

.countryCode option,
.modal-form .con-select,
optgroup,
option {
  color: #000;
}

.countryCode,
.form-control:focus {
  color: #fff;
  background-color: transparent;
}

.countryCode {
  top: 50%;
  transform: translateY(-50%);
  height: 57%;
  border: 0;
  z-index: 1;
}

.close,
.project-full-rera {
  z-index: 9;
  position: absolute;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-ms-input-placeholder {
  color: #fff;
}

.form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.mid-footer {
  background-color: #2a2a2a;
  padding-top: 30px;
  width: 100%;
  display: inline-block;
}

.footer-menu h4 {
  color: #a3a3a5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
}

.footer-menu ul,
.rera-strip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu ul {
  width: 100%;
  display: inline-block;
}

.footer-menu ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 12px;
}

.footer-menu ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #777;
  border-radius: 100%;
  transform: translateY(-50%);
}

.footer-menu ul li a {
  color: #cacaca;
  font-size: 13px;
}

.rera-strip {
  background-color: #696969;
  padding-top: 10px;
}

.rera-strip ul li {
  padding: 0 15px;
  font-size: 13px;
  border-right: 1px solid #fff;
  width: auto;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}

.rera-strip ul li:last-child {
  border-right: 0;
}

.footer-para p {
  text-align: justify;
  margin-top: 16px;
  font-size: 12px;
}

.btm-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons a {
  background-color: #c08831;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 100%;
  color: #fff;
  margin: 0 0 0 10px;
}

.common-btn .btn,
a.whatsapp {
  align-items: center;
  display: flex;
}

.btm-footer {
  background-color: #272727;
  padding: 15px 0;
}

.close,
.tooltip-btn {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
}

.project-full-rera {
  bottom: 55px;
  left: -197px;
  min-width: 530px;
  display: none;
}

.project-full-rera.selected,
.slider-section {
  display: block;
}

.project-full-rera ul {
  list-style: none;
  background-color: #c08831;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.close {
  right: 5px;
  top: 0;
  font-size: 20px;
}

.modal-body .top-footer {
  padding: 15px 0;
  background-attachment: inherit;
}

.modal-content {
  border: 0;
  background-color: #000;
  padding: 5px;
}

.logo img {
  max-width: 100%;
}

a.whatsapp {
  background-color: #2fb842;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 10px;
  bottom: 20px;
  margin: 0;
  z-index: 2;
}

.master-plan-section .inner-title h2 {
  text-align: center;
  margin: 30px 0 20px;
}

.project-image:hover {
  position: absolute;
}

.project-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000007d;
  top: 0;
  left: 0;
}

.heading h3 {
  color: #c08831;
  text-align: left;
  font-size: 22px;
  position: relative;
  font-weight: 600;
  opacity: 1;
}

.project-image:hover .heading h3,
.project-image:hover .heading p,
.project-image:hover .project-status,
button.view-detail-btton {
  opacity: 0;
}

.heading p {
  color: #fff;
  padding: 5px 0;
  margin: 0;
  opacity: 1;
}

.content p,
.project-price p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.heading h3 small {
  font-size: 13px;
  display: block;
  color: #fff;
  padding: 10px 0 0;
}

.heading {
  padding: 11px 8px 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.project-price p {
  text-align: right;
}

.about-developer-section h2,
.section-title h2 {
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.common-btn .btn {
  background-color: #c08831;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 7px 12px 5px 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 36px;
  color: #2a2a2a;
}

.project-status {
  padding: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  opacity: 1;
}

.date,
.open {
  font-size: 12px;
}

.part::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 6px;
  left: 0;
  border-bottom: 2px solid #c5c5c5;
}

.part-1 {
  margin-top: 10px;
}

.blog {
  background-color: #2a2a2a;
  padding: 30px 0;
}

.side-side {
  background-color: #fff;
  padding: 5px 5px 4px;
  border-radius: 5px;
}

.project-blog-image .img-fluid {
  max-width: 210px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-blog-content {
  padding: 14px 0 0 6px;
}

.project-blog-content p {
  color: #7a7a7a;
  font-size: 14px;
}

.blog .section-title h2 {
  color: #fff;
}

.open {
  color: #c08831;
}

.date {
  color: #7a7a7a;
}

.slider-section .swiper-button-prev {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  left: 0;
}

.slider-section .swiper-button-next::after,
.slider-section .swiper-button-prev::after {
  font-size: 22px;
  color: #fff;
}

.slider-section .swiper-button-next {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 0;
}

.expore-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  padding-top: 20px;
}

.blog-points {
  padding-top: 12px;
}

.about-developer-section {
  background-color: #000;
}

.pad-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* .about-developer-section:before {
   content: "";
  position: absolute;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0; 
} */

.about-video .artistic,
.highlight-image .artistic,
.home-banner p.artistic {
  right: 10px;
  position: absolute;
  bottom: 0;
}

.about-developer-section h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.callnow {
  color: #fff;
  display: block;
  font-size: 26px;
}

.menu-block3 {
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  padding: 0.65rem 1.5rem;
  color: #fff;
  background-color: #c08831;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
  transition: 0.3s ease-in-out;
  border: none;
  animation: 2s infinite pulse;
}

.itawacta p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  margin:0 116px 0 53px;
}

.cta-section-1 h2 {
  font-size: 36px;
  color: #fff;
}


.cta-section-1::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.71);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;

}

.menu-block3:hover {
  color: #c08831;
  background: #fff;
}

.callnow:hover {
  color: #c08831;
  background: 0 0;
}

@keyframes pulse {
  0%,
  100% {
    animation-timing-function: ease-in;
  }

  50% {
    transform: scale(1.33);
  }
}

.project-image:hover .overlay-text button.view-detail-btton {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 1rem;
  position: absolute;
  background-color: #cd852b;
  left: 50%;
  top: 50%;
  padding: 10px;
  border-radius: 35px;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.home-banner p.artistic {
  color: #fff;
  z-index: 1;
}

.about-video .artistic,
.highlight-image .artistic {
  color: #fff;
}

.floor-plan-img .artistic {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
}

/*  */
#project_video .modal-dialog {
  max-width: 100%;
  height: 100vh;
  margin:0 auto;
}
#project_video .modal-dialog .modal-content {
  height: 100%;
  padding:0;
  background-color: transparent;
}
#project_video .modal-dialog .modal-content .modal-body {
  height: 100%;
}
#project_video .modal-dialog .modal-content .modal-body {
  height: 100%;
}
#project_video .modal-dialog .modal-content .modal-body .video-section {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#project_video .modal-dialog .modal-content .modal-body .video-section Iframe {
  width: 1000px;
  height: 563px;
  width: 62%;
  height: 72%;
}
.toggle,
.toggle:before {
  font-size: 18px;
  color: #fff;
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99;
}

.modal-body .close,
.toggle {
  text-align: center;
  position: absolute;
}

.sidebar-contact.active {
  right: 0;
}

.toggle {
  height: 40px;
  width: 160px;
  cursor: pointer;
  background: #c08831;
  top: 40%;
  transform: rotate(270deg);
  left: -100px;
  line-height: 40px;
}

.sidebar-contact.active .toggle {
  top: 60px;
  transition: 0.5s;
}

.toggle:before {
  content: "\f003";
  font-family: fontAwesome;
  margin-right: 10px;
}

.toggle.active:before {
  content: "\f00d";
}


.modal-form .form-control {
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
}

.modal-form .send_btn.btn {
  background-color: #c08831;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  margin: 0 auto;
  display: table;
}

.modal-form .form-control::-webkit-input-placeholder {
  color: #000;
}

.modal-form .form-control:-ms-input-placeholder {
  color: #000;
}

.modal-form .form-control::placeholder {
  color: #000;
}

.form-control option,
.modal-form .countryCode {
  color: #000;
}

.modal-form textarea.form-control {
  min-height: 60px;
}

.modal-form {
  padding: 15px;
}

.modal-form .form-footer {
  text-align: center;
  padding: 15px;
  border: 1px dashed gray;
}

.modal-body .close {
  color: #000;
  background-color: #fff;
  width: 30px;
  height: 30px;
  right: 0;
  box-shadow: 2px -2px 3px #000;
}

.modal-form .form-footer h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.modal-form .form-footer p {
  font-size: 16px;
}





@media only screen and (max-width: 1199px) {
  .resale-div {
    right: 25px;
    top: 70px;
    max-width: 130px;
  }

  .section-title {
    margin:0 0 36px;
  }

  .cta-section-1 h2 {
    font-size: 36px;
    color: #fff;
  }

  .menu ul li a {
    font-size: 12px;
    padding: 20px 10px;
  }

  .highlight-div h3 {
    font-size: 18px;
    padding: 15px 32px;
    margin: 0 0 15px;
  }

  .highlight-div ul li {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 5px;
  }

  .same-section {
    margin-bottom: 35px;
  }

  .inner-title h2,
  .project-configurations h1,
  .section-title h2 {
    font-size: 30px;
  }

  .content p,
  .inner-title p {
    font-size: 14px;
  }

  .featured-inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #c08831;
  }

  .featured-inner p {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.6em;
  }

  .banner-configurations-site-visit {
    width: auto;
    display: inline-block;
  }

  .configuration-item {
    padding-right: 18px;
  }

  .project-site-visit {
    margin: 12px 0 0;
  }

  .project-blog-image .img-fluid {
    max-width: 251px;
  }

  .project-blog-content p,
  .project-price p {
    font-size: 15px;
  }

  .date,
  .open {
    font-size: 13px;
  }

  .blog-points {
    padding-top: 29px;
  }

  .call-to-action-section {
    margin-bottom: 30px;
  }

  .part::after {
    bottom: 0;
  }
}

.itawacta p {
  font-size: 14px;
  margin: 0px;
  text-align: center;
  line-height: 1.8em;
}

.itawacta h2{
  font-weight: 600;
}


@media only screen and (max-width: 1024px) {
  .project-blog-image .img-fluid {
    max-width: 249px;
  }

  .project-blog-content p {
    font-size: 16px;
  }

  .date {
    font-size: 13px;
  }

  .itawacta p,
  .open {
    font-size: 14px;
  }

  .call-to-action-section {
    margin-bottom: 30px;
  }

  .about-developer-section h2 {
    font-size: 30px;
  }

  .menu-block3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .home-banner {
    background-image: none !important;
    height: auto;
  }

  .autopopupimg .img-fluid{
    display: none !important;
  }
  .home-banner-img {
    display: block;
    position: relative;
  }
  .cta-section-1 p{
    text-align: justify;
  }

  .cta-section-1 h2{
    text-align: left;
    font-size: 25px;
  }
  .home-banner-img .mobile-img {
    display: none;
  }

.faq-section .section-title h2{
text-align: left;

}

  .btn,
  .project-configurations p,
  .project-info-item p {
    font-size: 13px;
  }

  .button_container {
    position: absolute;
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s;
    transform: translateY(-50%);
  }

  .button_container:hover {
    opacity: 0.7;
  }

  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }

  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }

  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }

  .button_container span {
    background: #c08831;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.35s;
    cursor: pointer;
  }

  .button_container span:nth-of-type(2) {
    top: 11px;
  }

  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .overlay {
    position: fixed;
    background: rgba(192, 136, 49, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 9;
  }

  .content,
  .overlay nav,
  .overlay ul,
  .overlay ul li,
  .overlay ul li a,
  .project-price {
    position: relative;
  }

  .overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
    z-index: 2;
  }

  .overlay.open li {
    -webkit-animation: 0.5s 0.35s forwards fadeInRight;
    animation: 0.5s 0.35s forwards fadeInRight;
  }

  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  .overlay nav {
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
  }

  .overlay ul li {
    display: block;
    opacity: 0;
    margin: 0 0 15px;
  }

  .overlay ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 25px;
    padding: 0;
    font-weight: 400;
  }

  .menu ul li a:hover {
    background-color: transparent;
  }

  .overlay ul li a:active:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:hover:after {
    width: 100%;
  }

  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }

    100% {
      opacity: 1;
      left: 0;
    }
  }

  .project-info-item h3 {
    font-size: 12px;
  }

  .highlight-image,
  .luxury-logo,
  .part::after {
    display: none;
  }

  .same-section {
    margin-bottom: 25px;
  }

  .inner-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .inner-title .project-site-visit {
    margin: 15px 0 0;
  }

  .about-video {
    height: 400px;
    margin-top: 20px;
  }

  .section-title {
    margin:0 0 22px;
  }
  .about-developer-section h2,
  .section-title h2 {
    font-size: 25px;
    margin-left: 15px;
    text-align: left;
  }

  .form-footer h4 {
    font-size: 26px;
  }

  .specialist-block h5 {
    font-size: 18px;
  }

  header {
    padding: 15px 0;
  }

  .home-banner {
    padding-top: 0;
  }

  .project-configurations h1 {
    font-size: 30px;
  }

  .btn {
    padding: 8px 10px;
  }

  a.whatsapp {
    bottom: 14px;
  }

  .project-blog-image .img-fluid {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .project-blog-content p {
    font-size: 17px;
  }

  .date,
  .itawacta p {
    font-size: 14px;
    margin: 0px;
  }

  .open {
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
  }

  .call-to-action-section {
    margin-bottom: 20px;
  }

  .pad-tb {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .menu-block3 {
    font-size: 15px;
  }

  .content p {
    font-size: 16px;
  }

  .content::after,
  .project-price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -9px;
    left: 0;
    border-bottom: 2px solid #c5c5c5;
  }

  .project-price p {
    font-size: 16px;
    text-align: left;
  }

  .logo-fix {
    display: block;
  }
  .modal{
    z-index: 1;
  }
  .modal-backdrop.show {
    z-index: -1 !important;
  }
}

@media only screen and (max-width: 767px) {

  
  .home-banner-img .mobile-img {
    display: block;
  }
  .home-banner-img .tab-img {
    display: none;
  }
  .logo-fix,
  .project-info-section {
    display: block;
  }

  .autopopupimg .img-fluid{
    display: none !important;
  }
  .close-btn {
    position: absolute;
    top: -53px;
    right: -2px;
  }

  .new-launch {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
  }

  .new-launch h1 {
    font-weight: 700;
    font-size: 23px;
    color: #f9f9f9 !important;
    padding: 0 0 0 19px;
  }

  a.whatsapp {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .overlay ul li a,
  .section-title h2 {
    font-size: 25px;
  }

  .btm-footer .container {
    display: block;
    text-align: center;
  }

  .copyright {
    margin-bottom: 10px;
  }

  .call-to-action-cnt,
  .logo {
    text-align: center;
    margin: 0 0 15px;
  }

  .call-to-action-button {
    text-align: center;
  }

  .form-footer h4 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .fix-mobile-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 5px #696969;
  }

  .fix-mobile-strip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .fix-mobile-strip ul li {
    width: 50%;
    text-align: center;
  }

  .fix-mobile-strip ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #c08831;
    padding: 10px;
    font-size: 16px;
  }
  .btm-footer {
    padding: 15px 0 59px;
  }
  .autopopupimg,
  .banner-cnt {
    display: none;
  }
  .resale-div {
    right: 5%;
    top: 12%;
    max-width: 120px;
  }
  header {
    background-color: #000;
    padding: 10px 0;
  }
  .project-rera-mobile {
    position: absolute;
    left: 15px;
    bottom: 0;
    display: block;
    z-index: 2;
    color: #fff;
  }

  .floor-plan-img img {
    width: 100%;
    height: auto;
  }

  .project-full-rera {
    left: 0;
    bottom: 25px;
  }

  .about-developer-section h2 {
    font-size: 20px;
    padding: 0 15px;
  }

  .itawacta p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0px;
  }

  .menu-block3 {
    font-size: 11px;
  }

  .pad-tb {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

@media only screen and (max-width: 575px) {
  .specialist-block p {
    font-size: 14px;
  }
  .itawacta p {
    font-size: 14px;
    width: 100%;
    margin: 18px 0px 0px 0px;
    text-align: justify;
  }
  #project_video .modal-dialog .modal-content .modal-body .video-section Iframe {
    width: 100%;
    height: 28%;
  }
  .resale-div {
    right: 2%;
    top: 20%;
    max-width: 80px;
  }

  .g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .inner-title h2,
  .overlay ul li a {
    font-size: 20px;
  }

   .project-configurations {
    border: 15px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
  }

  .configuration-item {
    text-align: left;
    margin: 0 0 12px;
  }

  .configurations-size::after {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 4px;
  }

  .configuration-item h4 {
    font-size: 18px;
    margin: 0;
  }

  .project-configurations h1 {
    font-size: 20px;
    margin: 0;
  }

  .btn {
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 1px;
  }

  .inner-title p {
    line-height: 1.5em;
    padding-bottom: 10px;
  }

  .about-video {
    height: 250px;
    margin-top: 30px;
  }

  .highlight-div h3 {
    font-size: 16px;
    padding: 15px;
  }

  .highlight-div ul {
    padding-left: 15px;
  }

  .highlight-div ul li {
    font-size: 14px;
    padding-left: 25px;
  }

  .section-title h2 {
    font-size: 20px;
    /* padding: 0 15px; */
    text-align: left;
  }

  .cta-section-1 h2{
    font-size: 20px;
    text-align: left;
  }

  .section-title {
    margin: 0 0 20px;
  }

  .floor-plan-cnt {
    padding: 15px;
  }

  .featured-inner {
    margin-top: 20px;
  }

  .featured-inner h4,
  .specialist-block h5 {
    font-size: 16px;
  }

  .gray-background .inner-title ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .rera-strip ul li {
    border-right: 0;
  }

  .project-info-item .icon {
    max-width: 50px;
    height: auto;
    margin: 0 5px 0 0;
  }

  .fix-mobile-strip ul li a {
    font-size: 14px;
  }

  .project-info-border {
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
    flex: auto;
    z-index: -1;
  }

  .project-info-item {
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .project-info-item h3 {
    margin: 0 0 5px;
  }

  .project-info-item p {
    margin-bottom: 0;
  }

  .project-info-item-txt h3,
  .project-info-item-txt p {
    width: auto;
    display: inline-block;
  }

  a.whatsapp {
    font-size: 18px;
    width: 41px;
    height: 41px;
  }

  #about {
    margin-top: 0;
  }

  .project-special-details {
    background-color: #e9e9e9;
    padding: 10px 0 0;
    display: block;
  }

  .project-special-details h4 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    border-radius: 17px;
    padding: 7px;
    margin: 0 20px;
  }

  .project-special-details p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 3px 0 4px;
  }

  .same-section {
    margin-bottom: 15px;
  }
  .autopopuphide{
    display: none !important;
  }
  .floor-plan-img img {
    width: 100%;
    height: auto;
  }

  .project-full-rera {
    left: 0;
    bottom: auto;
    top: 21px;
    min-width: 300px;
  }

  .open {
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
  }

  .logo-fix {
    display: block;
  }

  .project-site-visit .btn {
    font-size: 12px;
  }

  .new-launch h1 {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .sidebar-contact {
    width: 85%;
    height: auto;
    right: -85%;
    display: none;
  }

  .sidebar-contact .toggle {
    top: 60px;
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 60px;
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
