* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: 0.2s linear;
}

a {
	text-decoration: none !important;
}

ul {
	list-style: none;
	padding-left: 0 !important;
}

p {
	font-size: 16px;
	line-height: 22px;
}

img {
	max-width: 100%;
	height: auto;
}

.spc-ud {
	padding: 4rem 0;
}

.spc-rl {
	padding: 0rem 2rem;
}

body {
	font-family: 'Jost', serif;
}

.Jost-light {
	font-family: "Jost", serif;
	font-weight: 300;
	font-style: normal;
}

.Jost-regular {
	font-family: "Jost", serif;
	font-weight: 400;
	font-style: normal;
}

.Jost-medium {
	font-family: "Jost", serif;
	font-weight: 500;
	font-style: normal;
}

.Jost-bold {
	font-family: "Jost", serif;
	font-weight: 700;
	font-style: normal;
}

.Jost-light-italic {
	font-family: "Jost", serif;
	font-weight: 300;
	font-style: italic;
}

.Jost-regular-italic {
	font-family: "Jost", serif;
	font-weight: 400;
	font-style: italic;
}

.Jost-medium-italic {
	font-family: "Jost", serif;
	font-weight: 500;
	font-style: italic;
}

.Jost-bold-italic {
	font-family: "Jost", serif;
	font-weight: 700;
	font-style: italic;
}

.animated_form {
	width: 100%
}

header .navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
}

header .navbar .navbar-brand img {
	height: 60px;
}

header .navbar .menu-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

header .navbar .menu-area ul {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 0;
}

header .navbar .menu-area ul li {
	position: relative;
}

header .navbar .menu-area ul li:before {
	background: #ffc30f;
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -10px;
	content: '';
	transition: 0.4s ease;
}

header .navbar .menu-area ul li:hover:before {
	width: 30%;
	transition: 0.4s ease;
}

header .navbar .menu-area ul li a {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

header .navbar .menu-area a.contact {
	padding: 10px 15px;
	background: #ae9751;
	border: 1px solid #ae9751;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

header .navbar .menu-area a.contact:hover {
	box-shadow: inset 400px 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	color: #0d0d0d;
}

.new_launch {
	background-color: #008814;
	width: 200px;
	height: 54px;
	padding: 12px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -54px;
}

.new_launch_text {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

.bod {
	border-radius: 0;
}

.subg {
	background: rgb(0 0 0 / 70%);
	padding: 15px 15px 15px 30px;
	color: #ffffff;
}

.footer_text {
	text-align: center;
	color: #ffffff;
	padding: 40px 0px 20px 0px;
	font-family: Poppins;
	font-size: 16px;
}

.dbtnbr {
	display: none;
}

.footer_textbox {
	text-align: center;
	color: #bfbfbf;
	padding: 10px 0px 20px 0px;
	font-family: Poppins;
	font-size: 14px;
}

.privacypolicy-box {
	font-family: Poppins;
	font-size: 14px;
	text-align: justify;
	padding: 50px 0px 0px 0px;
}

.pp {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
}

.btm-foot {
	font-size: 14px;
}

.btm-foot2 {
	font-size: 14px;
	padding-top: 20px;
}



.info-text {
      padding: 10px 20px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      background: #825c1b;
	  background: linear-gradient(90deg,rgba(89, 61, 5, 1) 0%, rgba(110, 75, 14, 1) 39%, rgba(179, 123, 27, 1) 100%);
      border-radius: 2px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      animation: bounceBlink 1.5s infinite;
	  width: 100%;
	  display: cover;
    }

    @keyframes bounceBlink {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      30% {
        transform: scale(1.1);
        opacity: 0.8;
      }
      50% {
        transform: scale(0.95);
        opacity: 1;
      }
      70% {
        transform: scale(1.05);
        opacity: 0.9;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }



.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@keyframes blink {
	0% {
		background-color: #409B94;
	}

	100% {
		background-color: #153431;
	}
}

@-webkit-keyframes blink {
	0% {
		background-color: #409B94;
	}

	100% {
		background-color: #153431;
	}
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	height: 85vh;
	position: relative;
	background-image: url(../images/banner.jpg);
}

.banner .overlay_text_resi_detail {
	background: rgba(0, 0, 0, 0.424);
	left: 3rem;
	min-width: 350px;
	padding: 20px;
	position: absolute;
	right: calc(4.5rem + 78px);
	width: -moz-max-content;
	width: max-content;
	backdrop-filter: blur(10px);
}

.banner .overlay_text_resi_detail {
	color: #ffffff;
	position: absolute;
	bottom: 2%;
	margin: 10px;
}

.banner .section-onscreen-class {
	transform-origin: 518.4px 50px;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	font-size: 34px;
	font-weight: 700;
}

.banner .overlay_text_resi_detail p {
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 24px;
}

.moretext {
	display: none;
}

.detail-sec .dwnld_broach_left {
	padding-left: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
	overflow: hidden;
}

.detail-sec .dwnld_broach_left h3 {
	font-size: 24px;
	line-height: 33px;
	font-weight: 700;
	font-style: normal;
	color: #4f4f4f;
	padding-bottom: 3%;
	padding-right: 20px;
}

.detail-sec .dwnld_broach_left p {
	color: #4F4F4F;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.detail-sec .dnld_butt_detail_border {
	margin-top: 3%;
}

.detail-sec .dnld_butt_detail_border {
	border: 1px solid #ae9751;
}

.detail-sec .dnld_butt_detail_border {
	background: #fff;
	padding: 0;
}

.detail-sec .cts_dwnld_broach {
	background-color: #c01f1f;
	border: none !important;
}

.detail-sec .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
}

.detail-sec .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #ffffff;
	padding: 15px 15px;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
}

.detail-sec .cts_dwnld_broach p:hover {
	color: #0d0d0d;
	font-weight: 600;
}

.detail-sec .dnld_broach_img_cus_bg {
	padding: 15px 15px;
	padding-left: 5px;
}

.detail-sec .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 5px;
}

.detail-sec .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
	filter: brightness(1) invert(1);
}

.detail-sec .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.detail-sec .cts_dwnld_broach:hover img {
	filter: brightness(1) invert(0);
}

.detail-sec .dwnld_broach_right {
	padding-left: 7%;
	padding-right: 0;
}

.dwnld_broach_right_detail {
	display: flex;
	justify-content: center;
	background-color: #F9F9F9;
	border: 1px solid #E6E7E8;
	padding: 8% 0;
	width: 100%;
	height: 100%;
	align-items: center;
}

.detail-sec .dwnld_broach_right_detail .right_detail_content {
	display: grid;
	grid-template-columns: 30% 50%;
	width: 100%;
	padding: 30px;
	gap: 20px;
}

.detail-sec .dwnld_broach_right_detail .right_detail_content>div {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
}

.amenities h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.amenities p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
}

.amenities .boxes {
	display: grid;
	width: 100%;
	grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
	margin-top: 50px;
	border: 1px solid #EAECF1;
	box-sizing: border-box;
}

.amenities .boxes .amenities-icons {
	width: 100%;
	border: 1px solid #EAECF1;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.amenities .boxes .amenities-icons h5 {
	font-size: 18px;
	color: #000;
	margin: 15px 0 0;
}

.loan h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.loan .boxes {
	display: grid;
	width: 100%;
	grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
	margin-top: 50px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.loan .boxes .amenities-icons {
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loan .boxes .amenities-icons img {
	width: 130px;
	height: auto;
}

.loan .boxes .amenities-icons h5 {
	font-size: 18px;
	color: #000;
	margin: 15px 0 0;
}

.gallery {
	position: relative;
}

.gallery h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.gallery p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
}

.gallery .owl-carousel {
	margin-top: 50px;
}

.gallery .owl-carousel .item {
	position: relative;
	height: 640px;
}

.gallery .owl-carousel .item img {
	height: 640px;
	object-fit: fill;
}

.gallery .owl-carousel .item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, .2);
}

.gallery .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}

.gallery .owl-nav button span {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 50%;
}

.gallery .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
}

.gallery .owl-dots button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4) !important;
}

.gallery .owl-dots button:hover,
.gallery .owl-dots button.active {
	background: #000 !important;
}

.video h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.video .flex-content {
	width: 70%;
	margin: auto;
	height: 600px;
}

.video .flex-content iframe {
	width: 100%;
	margin: auto;
	height: 600px;
}

.master h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

.master a {
	display: block;
	text-align: center;
}

.master .unit-plan p {
	padding: 0;
	text-align: left;
}

.lightbox .modal-dialog {
	width: 100%;
	max-width: 100%;
	height: 100vh;
}

.lightbox .modal-dialog img {
	width: 100%;
	max-width: 100%;
}

.master .view_unit_but {
	background-color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 15px 35px;
}

.master .view_unit_but p {
	color: #000;
}

.master p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.master .unit-plan {
	padding: 3% 4%;
	background: #000;
	width: 75%;
	margin: 50px auto 0;
}

footer {
	padding: 30px 10px;
	background: #000;
	text-align: center;
}

footer p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.location h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.location p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	width: 70%;
	text-align: center;
	margin: 15px auto 40px;
}

.location .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.location .head h6 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0;
}

.location a {
	background: #ae9751;
	color: #ffffff;
	margin-bottom: 1rem;
	padding: 6px 22px;
	font-weight: 600;
}

.location .loc .accordion {
	position: relative;
	height: 330px;
	overflow-y: auto;
}

.location .loc .accordion .accordion-header button {
	padding: 20px 0;
}

.location .loc .accordion .accordion-body {
	padding: 0;
}

.location .loc .accordion {
	padding-right: 20px;
}

.location .accordion-button {
	font-size: 22px;
	font-weight: 700;
}

.location .accordion-button:not(.collapsed) {
	color: #0d0d0d;
	background-color: #fff;
	box-shadow: none;
}

.location .neighbourhood>div {
	padding: 20px 0;
}

.location .neighbourhood>div:not(:last-child) {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}

.location .neighbourhood>div h5 {
	color: #4f4f4f;
	font-size: 15px;
	margin-bottom: 0;
}

.location .neighbourhood>div span {
	color: #0d0d0d;
	font-weight: 700;
}

.faq h3 {
	color: #000;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.faq h2 button {
	font-size: 26px;
	font-weight: 700;
}

.faq p {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}

.faq .accordion-button:not(.collapsed) {
	color: #0d0d0d;
	background-color: #fff;
	box-shadow: none;
}

.faq .accordion {
	width: 80%;
	margin: 60px auto 0;
}

.faq .accordion p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.faq .accordion ol {
	margin-top: 10px;
}

.faq .accordion ol li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
}

.price {
	padding: 0 4rem;
}

.price .price-main {
	background: url(../images/1.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 8rem 6rem;
}

.price .price-main::before {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.price .price-left {
	padding-right: 5%;
}

.price .price-main h3 {
	color: #fff;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #666666;
	padding-bottom: 5%;
	font-size: 80px;
	font-weight: 700;
	font-style: normal;
	position: relative;
}

.price .price-main .onwrds {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #666666;
	margin-bottom: 2rem;
	padding-bottom: 20px;
}

.price .price-main .onwrds p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.price .price-main .onwrds span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.price .price-main h6 {
	color: #B3B3B3;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
}

.price .price-main h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}

.price .price-range {
	background-color: #ae9751;
	padding: 5%;
	position: relative;
	width: 80%;
	margin-left: auto;
}

.price .price-range h4 {
	margin-bottom: 1.5rem;
	color: #fff;
	font-weight: 500;
	font-style: normal;
	font-size: 2.2rem;
}

.price .price-range .calc {
	margin-bottom: 30px;
}

.price .price-range .calc .rng {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.price .price-range .calc .rng p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}

.price .price-range .calc .rng .price-cl {
	background-color: #FFFBEE;
	padding: 1% 2%;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.price .price-range .calc .range-area .range-prt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}

.price .price-range .calc .range-area .range-prt p {
	color: #fff;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 0;
	font-size: 16px;
}

.price .price-range .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.price .price-range .total h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.price .price-range .total .total-price {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.looking {
	padding: 6rem 0;
	background: #000;
	border-bottom: 1px solid #fff;
}

.looking .looking-main {
	width: 70%;
	margin: 0 auto;
}

.looking .looking-main h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0px;
}

.looking .looking-main p {
	color: #ffc30f;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	margin: 15px auto 40px;
}

.looking .looking-main .trig a {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #ffff;
	font-size: 20px;
}

.price .details input {
	width: 100%;
}

.price .detail {
	display: flex;
	justify-content: space-between;
}

/*----- Styling the sliders ----*/
.price input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	background: #fff;
	height: 6px;
}

.price input[type="range"]:focus {
	outline: none;
}

.price input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff !important;
	border-radius: 10px;
}

.price input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

.price input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

.price input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #000;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.price input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
}

.price input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #000;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.price input[type="range"]::-ms-fill-lower {
	background: #9088d2;
	border-radius: 5px;
}

.price input[type="range"]::-ms-fill-upper {
	background: #000;
	border-radius: 5px;
}

.price input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
}

.price input[type="range"]:focus::-ms-fill-lower {
	background: #000;
}

.price input[type="range"]:focus::-ms-fill-upper {
	background: #000;
}

/*-------------------------------------*/
.price #price {
	color: #fff;
	font-size: 25px;
}

.price .loan-details {
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.price #price-container {
	color: #9088d2;
	margin-top: 50px;
}

.price #price-container::before {
	content: "Monthly Payable:";
	font-size: 12px;
	display: block;
}

.share_get,
.wrapper_share_get {
	display: flex;
	justify-content: center;
}

.share_get {
	bottom: 6.5%;
	gap: 10px;
	position: relative;
	right: unset;
	z-index: 99;
	width: fit-content;
	background: #db0000;
	padding: 10px;
	left: 0;
	border-radius: 10px;
	box-shadow: 0 3px 20px #000029;
	color: #ffffff;
}

button.share_fix_new {
	background: #db0000;
	border: none;
	opacity: 1;
	padding: 8px 20px;
	right: 0;
	font-size: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #ffffff;
}

button.share_fix_new a {
	color: #ffffff;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
}

button.share_fix_new img {
	width: 22px;
}

.wrapper_share_get {
	width: 100%;
	position: fixed;
	bottom: 3vh;
	z-index: 11;
	left: 0 !important;
	visibility: hidden;
	transition: .2s ease;
}

.wrapper_share_get.v-visible {
	visibility: visible;
	transition: .2s ease;
}

.property-overview .property-over {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.property-overview .property-over h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.property-overview .property-over .property-main {
	display: flex;
	padding: 20px;
	width: 80%;
	margin: 0 auto;
}

.property-overview .property-over .property-main:nth-child(2),
.property-overview .property-over .property-main:nth-child(3) {
	border-bottom: 1px solid #ccc;
}

.property-overview .property-over .property-main .boxes {
	box-sizing: border-box;
	width: 50%;
	padding: 20px 10px;
	text-align: center;
}

.property-overview .property-over .property-main .boxes:nth-child(1) {
	border-right: 1px solid #ccc;
}

.property-overview .property-over .property-main .boxes h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 12px;
}

.property-overview .property-over .property-main .boxes p {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 500;
	margin-bottom: 0px;
	word-break: break-all;
}

.property-overview .dnld_butt_detail_border {
	text-align: center;
	margin: 3% auto;
	width: fit-content;
	display: block;
}

.property-overview .dnld_butt_detail_border {
	border: 1px solid #ffc30f;
}

.property-overview .dnld_butt_detail_border {
	background: #fff;
	padding: 0;
}

.property-overview .cts_dwnld_broach {
	background-color: #ffc30f;
	border: none !important;
}

.property-overview .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
}

.property-overview .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #4F4F4F;
	padding: 15px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.property-overview .dnld_broach_img_cus_bg {
	padding: 15px 15px;
	padding-left: 5px;
}

.property-overview .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 5px;
}

.property-overview .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
}

.property-overview .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

#download .modal-dialog {
	max-width: 850px;
}

#download .modal-dialog .modal-header {
	border-bottom: none;
}

#download .modal-content {
	background-color: #ffffff;
}

#download input {}

#download .modal-header .btn-close {
	background: #000;
	color: #fff;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 17px;
}

#download button {
	border: 1px solid #ffc30f;
	background: #ffc30f;
	color: #000;
	padding: 14px 22px;
	font-weight: 600;
}

.unit-plan {
	padding: 4rem 3rem;
}

.unit-plan h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.unit-plan p {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0 50px;
}

.unit-plan .units {
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 10px 0px #00000026;
	text-align: center;
	padding: 0 30px 30px;
	margin-top: 60px;
}

.unit-plan .units .unit-num {
	background: #ae9751;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 80%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight: 600;
}

.unit-plan .units h5 {
	font-size: 22px;
	font-weight: 600;
	width: 60%;
	margin: 0 auto 20px;
}

.unit-plan .dnld_butt_detail_border {
	background: #fff;
	padding: 0;
	margin-top: 3%;
	border: 1px solid #ae9751;
	width: 400px;
	text-align: center;
}

.unit-plan .cts_dwnld_broach {
	background-color: #ae9751;
	border: none !important;
	width: 400px;
	color: #ffffff;
}

.unit-plan .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
}

.unit-plan .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #fff;
	padding: 16px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.unit-plan .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.unit-plan .cts_dwnld_broach:hover p {
	color: #000;
}

.form-part {
	background: #ececec;
	padding: 6rem 6rem;
	border-bottom: 2px solid #fff;
}

.form-part h3 {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.form-part p {
	color: #000;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 25px;
}

.form-part form {
	border-top: 5px solid #000;
	background: #fff;
	padding: 20px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	width: 70%;
	margin-left: auto;
}

.form-part form img {
	margin: 0 auto 30px;
	display: block;
}

.form-part form input {
	height: 50px;
}

.form-part form textarea {
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	width: 100%;
	border-radius: .25rem;
}

.form-part .dnld_butt_detail_border {
	background: #fff;
	padding: 0;
	margin-top: 3%;
	border: 1px solid #ae9751;
	width: 100%;
	text-align: center;
}

.form-part .cts_dwnld_broach {
	background-color: #ae9751;
	border: none !important;
	width: 100%;
}

.form-part .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
}

.form-part .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #fff;
	padding: 20px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.form-part .cts_dwnld_broach:hover {
	box-shadow: inset 1200px 0 0 0 #fff;
}

.form-part .cts_dwnld_broach:hover p {
	color: #000;
}

.thanks {
	background: url(../images/2.jpg) no-repeat;
	background-size: cover;
	height: calc(100vh - 82px);
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thanks::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .6);
}

.thanks .thanks-inner {
	position: relative;
	text-align: center;
	width: 700px;
	padding: 30px 50px;
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(10px);
}

.thanks .thanks-inner p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff;
}

.thanks .thanks-inner .thanks-img {
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
}

.thanks .thanks-inner .thanks-img img {
	height: 60px;
}

.thanks .dnld_butt_detail_border {
	margin-top: 3%;
	display: block;
	width: fit-content;
	border: 1px solid #ffc30f;
	background: #fff;
	padding: 0;
	margin: 30px auto 0;
}

.thanks .cts_dwnld_broach {
	background-color: #ffc30f;
	border: none !important;
}

.thanks .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.thanks .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #4F4F4F;
	padding: 15px 15px;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}

.thanks .dnld_broach_img_cus_bg {
	padding: 15px 15px;
	padding-left: 5px;
}

.thanks .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 0px;
	transform: rotate(-90deg);
}

.thanks .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
}

.thanks .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.consult {
	background: url(../images/img-1.jpg) no-repeat;
	background-size: cover;
	background-position: clear;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15rem 0;
}

.consult::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0);
}

.consult .consult-inner {
	position: relative;
	width: 700px;
	padding: 0 20px;
	text-align: center;
}

.consult .consult-inner h5 {
	color: #fff;
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
}

.consult .dnld_butt_detail_border {
	margin-top: 3%;
	display: block;
	width: fit-content;
	border: 1px solid #ae9751;
	background: #fff;
	padding: 0;
	margin: 30px auto 0;
}

.consult .cts_dwnld_broach {
	background-color: #ae9751;
	border: none !important;
}

.consult .cts_dwnld_broach {
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.8s;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.consult .cts_dwnld_broach p {
	text-align: center;
	margin: 0 !important;
	color: #ffffff;
	padding: 15px 20px 15px 35px;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}

.consult .dnld_broach_img_cus_bg {
	padding: 15px 35px 15px 15px;
	padding-left: 5px;
}

.consult .dnld_broach_img_cus_bg img {
	height: 20px;
	margin-top: 0px;
	transform: rotate(-90deg);
}

.consult .dwnld_broach_left img {
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	transition: all 0.4s linear;
	overflow: hidden;
	padding-left: 3px;
}

.consult .cts_dwnld_broach:hover {
	box-shadow: inset 400px 0 0 0 #fff;
}

.abt-location h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.abt-location p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: justify-content;
	padding: 0 80px;
}

.unit-table h3 {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.unit-table table tr th {
	background: #ae9751;
	border: 1px solid #ae9751;
}

.unit-table table tr td {
	border: 1px solid #ae9751;
}

.unit-table table tbody {
	border-top: 0 !important;
}

.unit-table table .btn_enq {
	width: 100px;
	height: 36px;
	float: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius: 2px;
	background: #ae9751;
}

.download-brochure {
	width: 26px;
	display: none;
	position: absolute;
	right: 60px;
	top: 35px;
}

.banner_form_top {
	position: absolute;
	right: 0;
	width: 350px;
	bottom: 0;
	background: rgb(0 0 0 / 70%);
	padding: 30px;
}

.banner_form_top input {
	border: 1;
	height: 50px;
}

.banner_form_top textarea {
	width: 100%;
	padding: 10px;
	resize: none;
	color: #000;
	border: 1px solid #ced4da;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	border-radius: .25rem;
}

.banner_form_top button {
	margin: 0 auto;
	display: table;
	padding: 10px 20px;
	height: 54px;
	border: 1px solid #ae9751;
	width: 100%;
}

.banner_form_top button p {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.banner_form_top h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: 500;
}

.btnClor {
	font-size: 12px;
	background: #f3c326;
}

.btnClor {
	background: #ae9751 !important;
}

.btndes {
	display: inline-block;
	padding: 20px 40px !important;
	font-size: 18px !important;
	font-weight: 600;
	color: #fff !important;
	border: 0 !important;
	text-transform: uppercase;
}

#downloadBros .btndes {
	width: 100%;
}

.btnClor:hover {
	background: #ae9751 !important;
}

.btnde p {
	font-size: 16px !important;
	padding: 0 !important;
}

.verticalButton {
	padding: 0 0 10px 0;
	width: 180px;
	height: 60px;
	background: #ae9751;
	border-radius: 5px 5px 0 0;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	position: fixed;
	right: -71px;
	color: #fff;
	top: 40%;
	z-index: 99;
	border: none;
	outline: 0;
	transition: 0.3s;
	animation: 2s infinite pulse;
	text-transform: uppercase;
	font-weight: 600;
}

.btnde:hover p {
	color: #000;
}

.btnde .dnld_broach_img_cus_bg {
	padding: 0 !important;
}

.btnde .cts_dwnld_broach {
	padding: 15px 20px;
	display: flex;
	gap: 8px;
	align-items: center;
	height: 100%;
}

.btnde .cts_dwnld_broach img {
	width: 13px;
	height: auto !important;
	margin: 0;
}

.btngap {
	display: flex;
	gap: 20px;
}

.detail-sec {
	margin-top: 60px;
}

.price_list {
	background: #edf3f5;
	padding: 60px 0;
}

.pricingTable10 {
	text-align: center
}

.pricingTable10 .pricingTable-header {
	padding: 30px 0;
	background: #4d4d4d;
	position: relative;
	transition: all .3s ease 0s;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px
}

.dwnld_broach_left_tp {
	padding-right: 5%;
	padding-left: 2%;
	margin-bottom: 60px;
}

.pricingTable10:hover .pricingTable-header {
	background: #ddb865;
}

.pricingTable10 .heading {
	font-size: 20px;
	color: #ddb865;
	letter-spacing: 1px;
	margin-top: 0
}

.projconf strong {
	font-weight: 500;
	font-size: 22px;
	color: #000000;
}

.projconf p {
	margin: 0 !important;
}

.pricingTable10 .price-value {
	display: inline-block;
	position: relative;
	font-size: 26px;
	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: 0px;
	border-bottom-right-radius: 0px;
	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;
}

.aminities_boxeswrp {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}

.floor_plan {
	background-image: url(../images/section-bg01.jpg);
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

.gallery-view {
	padding-top: 40px;
}

.floor_plan .wrap {
	text-align: center;
}

.floor_plan .image_section {
	text-align: center;
	padding: 18px 18px;
	margin-bottom: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	position: relative;
}

.floor_plan .image_section .btndes {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.floor_plan .wrap h3 {
	color: #FFF;
	margin: 0;
	width: 100%;
	padding: 15PX 20px;
	font-size: 18px;
	background: #ae9751;
	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);
}

#gallery {
	background-color: #edf3f5;
	padding: 60px 0;
}

.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;
}

form.bottom_fomr {
	display: flex;
	border: 0;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto !important;
	text-align: center;
	gap: 20px;
}

form.bottom_fomr h3 {
	width: 100%;
}

form.bottom_fomr .mb-3 {
	width: calc(50% - 10px);
}

form.bottom_fomr .mb-3.full {
	width: 100%;
}

.custom_modalbox .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.custom_modalbox .modal-body {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.custom_modalbox .left_col,
.custom_modalbox .right_col {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 20px;
}

.custom_modalbox .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 */
}

.custom_modalbox .left_col img {
	margin-bottom: 15px;
	/* max-width: 118px; */
	/* filter: invert(1) brightness(100); */
}

.custom_modalbox .left_col .typo {
	font-size: 20px;
	margin-bottom: 10px;
}

.custom_modalbox .left_col .price {
	font-size: 20px;
	background-color: #ddb865;
	padding: 7px 15px;
	width: 100%;
	display: inline-block;
	font-weight: 600;
	color: #ffffff;
}

.custom_modalbox .right_col .form_heading {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 700;
}

.custom_modalbox .right_col .form-group {
	max-width: 100%;
	flex: 0 0 100%;
}

.custom_modalbox .right_col .form-input {
	height: 46px;
}

.custom_modalbox .modal-body .form-head {
	max-width: 100%;
}

.custom_modalbox .modal-body .form-group {
	margin-bottom: 20px;
	position: relative;
}

.custom_modalbox .modal-body .form-group input {
	position: relative;
	padding: 5px 0;
	width: 100%;
	height: 40px;
	font-size: 14px !important;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	transition: box-shadow 150ms ease-out;
	font-size: 18px;
}

.custom_modalbox .modal-dialog {
	max-width: 800px;
}

.custom_modalbox .modal-body .main_button {
	width: auto;
}

.custom_modalbox .modal-body .form-group input::placeholder {
	color: rgb(117, 117, 117);
	font-size: 14px;
}

.custom_modalbox.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.custom_modalbox .left_col {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_modalbox .left_col .background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mob_banner.jpg);
	background-size: cover;
	background-position: center;
	/* Adjust the opacity level */
	z-index: 1;
}

.custom_modalbox .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;
}

.custom_modalbox .checkbox-section {
	margin-top: 20px;
}

.custom_modalbox .checkbox-section input {
	height: auto !important;
}

.fixedIcons {
	position: fixed;
	z-index: 5;
	bottom: 15px;
	padding: 5px;
	background: #0a58ca;
	border-radius: 50%;
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 #0a58ca;

	img {
		width: 60px;
		padding: 5px;
	}

	&.whatsapp {
		left: 15px;
	}

	&.phone {
		right: 15px;
		background: #0a58ca;

		img {
			filter: invert(1);
			padding: 10px;
		}
	}
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(0.9, 0.9);
	}

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

.btnzoomin {
	animation: zoom-in-zoom-out 1.1s ease-out infinite;
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
	}
}

.privecy_policy h3 {
	color: #fff;
}

.privecy_policy p {
	font-size: 15px !important;
}

section.thanks.privecy_policy {
	background: transparent !important;
}

section.thanks.privecy_policy .thanks-inner {
	background: transparent;
	width: 1250px;
}

.popClose img {
	width: 15px;
}

.popClose {
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
}

#carouselExampleIndicatorsbb {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

#carouselExampleIndicatorsbb .carousel-inner img {
	height: 100%;
	object-fit: cover;
}

#carouselExampleIndicatorsbb .carousel_content {
	position: relative;
	height: calc(100vh - 53px);
	display: flex;
	align-items: center;
	z-index: 9;
	color: #fff;
}

#carouselExampleIndicatorsbb .carousel_content div {
	height: auto;
}

#carouselExampleIndicatorsbb .tagline {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 0px;
}

#carouselExampleIndicatorsbb .project_title {
	font-size: 40px;
	margin-bottom: 5px;
}

#carouselExampleIndicatorsbb .location {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	display: flex;
	align-items: center;
}

#carouselExampleIndicatorsbb .location .icon {
	width: 14px;
	margin: 0;
	margin-right: 7px;
}

#carouselExampleIndicatorsbb .price_col {
	margin-top: 20px;
	margin-bottom: 0px;
}

#carouselExampleIndicatorsbb .price_col .price {
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	padding-left: 0;
}

#carouselExampleIndicatorsbb .price_col small {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 6px;
	letter-spacing: 1px;
	font-weight: 500;
}

#carouselExampleIndicatorsbb .others {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	margin-top: 10px;
}

#carouselExampleIndicatorsbb .others li:not(:last-child) {
	padding-right: 30px;
	margin-right: 30px;
	border-right: 2px solid #000;
}

#carouselExampleIndicatorsbb .others .title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
	background: #ae9751;
	padding: 10px 12px;
	border-radius: 2px;
	letter-spacing: 1px;
	line-height: initial;
	color: #ffffff;
}

#carouselExampleIndicatorsbb .others p {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.call_btn {
	background: #ae9751;
	color: #fff;
	margin: 20px 0 0;
	display: table;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.price_section .single_col {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	overflow: hidden;
}

.price_section .single_col .image {
	max-width: 50%;
	flex: 0 0 50%;
	position: relative;
}

.price_section .single_col .image img {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.price_section .single_col .content {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 30px;
	background: #ffffff;
}

.price_section .single_col ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 25px;
}

.price_section .single_col li {
	margin-bottom: 15px;
	border-bottom: 1px solid #13bba02b;
	padding-bottom: 15px;
}

.price_section .single_col .title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	display: inline-block;
	color: #555;
}

.price_section .single_col h4 {
	margin: 0;
}

.price_section .single_col .type {
	font-size: 20px;
}

.price_section .single_col .size {
	font-size: 16px;
}

.price_section .single_col .price {
	font-weight: 700;
	font-size: 24px;
	padding: 0;
}

.price_section .single_col .on_request {
	font-size: 24px;
	line-height: initial;
}

.price_section .single_col .symbol {
	font-weight: 400;
	color: #666;
	font-size: 18px;
	margin-right: 3px;
}

.price_section .single_col .price small {
	font-size: 16px;
	font-weight: 500;
}

.query_section {
	background: url('../images/query_bg.webp');
	background-attachment: fixed;
	background-position: center;
	position: relative;
	padding: 80px 0;
	color: #fff;
}

.query_section .container {
	z-index: 1;
	position: relative;
}

.query_section:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgb(9 184 157 / 85%);
	top: 0;
	left: 0;
}

.query_section .btn.btn_style1 {
	margin-left: auto;
	display: table;
	margin-right: auto;
	font-size: 14px;
	padding: 15px 40px;
	font-weight: 500;
}

.query_section h4 {
	font-size: 16px;
}

.query_section h2 {
	font-size: 46px;
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}

.query_section .whitebtn {
	background-color: #fff;
	padding: 0 0;
}

.query_section .whitebtn {
	background-color: #fff;
	padding: 15px 50px;
	margin: 40px auto 0;
	display: table;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
}


.amenities_relaxBox {
	display: flex;
	gap: 19px;
	margin-inline: auto;
	width: 1000px;
	max-width: 100%;
	margin-top: 40px;
}

.amenities_flex_col {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.amenities_item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.amenities_item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.amenities_title {
	position: absolute;
	font-weight: 700;
	left: 19px;
	bottom: 16px;
	font-size: 12px;
	line-height: 114%;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: white;
}

.bottom-section-wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	z-index: 999;
	display: none;
	justify-content: space-between;
}

.wahtapp {
	width: calc(50% - 5px);
	background: #33773a;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
}

.wahtapp a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.wahtapp a:hover {
	color: #fff;
	text-decoration: none;
}

.wahtapp i {
	margin: 0 7px 0 0;
}

.wahtapp img {
	width: 23px;
}

.planbtn-mob {
	position: relative;
	background: #ff9300;
	display: flex;
	cursor: pointer;
	width: calc(50% - 5px);
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 8px 10px;
	color: #fff;
	border-radius: 3px;
	font-weight: 600;
}

.planbtn-mob a {
	display: flex;
	gap: 10px;
}

.planbtn-mob a img {
	width: 20px;
}

.phone_header_mobile {
	display: none;
	margin: 20px 70px 0 0;
	width: 40px;
}

.mobileshowbg_ban {
	display: none;
}

@media (max-width: 768px) {

	.dbtnbr {
		background-color: rgb(192, 31, 31);
		height: 55px;
		padding: 15px;
		margin: 15px 5px 25px 5px;
		text-transform: uppercase;
		color: #ffffff;
		font-weight: 700;
		text-align: center;
	}

	.amenities_relaxBox {
		flex-direction: column;
		gap: 13px;
	}

	.projconf strong {
		font-weight: 500;
		font-size: 18px;
		color: #000000;
	}
}

.overview_sec {
	background: rgb(0 72 105 / 4%);
	margin-top: 0;
	padding-top: 70px;
}

header {
	position: sticky;
	top: 0;
	z-index: 99;
	background: #fff;
}

#pricingCost {
	background: url(../images/abstrc.jpg) no-repeat;
	background-size: cover;
}

@media(max-width:1440px) {
	.banner_form_top h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.banner_form_top input {
		height: 40px;
		font-size: 13px;
	}

	.banner_form_top textarea {
		font-size: 13px;
		height: 70px;
	}

	.banner_form_top button p {
		font-size: 14px;
		text-transform: uppercase;
	}

	.banner_form_top button {
		height: 44px;
	}
}

@media(max-width:1299px) {
	.banner {
		background-size: 100%;
	}

	.banner .overlay_text_resi_detail {
		bottom: 16%;
		left: 1rem;
	}

	header .navbar .menu-area ul li a {
		font-size: 15px;
	}

	header .navbar .menu-area ul {
		gap: 20px;
	}

	.amenities .boxes .amenities-icons {
		padding: 20px;
	}

	.gallery .owl-carousel .item {
		height: 500px;
	}

	.gallery .owl-carousel .item img {
		height: 500px;
	}

	.master .unit-plan {
		width: 88%;
	}

	.price .price-main {
		padding: 4rem 4rem;
	}

	.price .price-range {
		width: 100%;
	}

	.price .price-range .total h4 {
		font-size: 16px;
	}

	.looking .looking-main {
		width: 80%;
	}

	.looking .looking-main .trig a {
		font-size: 15px;
	}
}

@media(max-width:1024px) {
	.video .flex-content {
		width: 80%;
	}

	.master .view_unit_but {
		padding: 15px 20px;
	}

	header .navbar .menu-area ul li a {
		font-size: 15px;
	}

	header .navbar .menu-area ul {
		gap: 15px;
	}

	header .navbar .menu-area {
		gap: 20px;
	}

	.banner {
		background-size: 100%;
	}

	.banner .overlay_text_resi_detail {
		bottom: 20%;
	}

	.banner .section-onscreen-class {
		font-size: 22px;
	}

	.banner .overlay_text_resi_detail p {
		font-size: 18px;
	}

	.amenities .boxes .amenities-icons {
		padding: 20px;
	}

	.amenities .boxes .amenities-icons h5 {
		font-size: 14px;
	}

	.unit-plan .units {
		min-height: 300px;
	}

	.unit-plan .units h5 {
		font-size: 22px;
		width: 100%;
	}

	.detail-sec .dwnld_broach_right {
		padding-left: 0;
	}

	.form-part form {
		width: 100%;
	}

	.form-part {
		padding: 6rem 2rem;
	}

	.unit-plan p {
		font-size: 18px;
		line-height: 25px;
		text-align: left;
		padding: 0 0px;
	}
}

@media(min-width:991px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.property-overview {
		display: none;
	}
}

@media(max-width:992px) {
	.download-brochure {
		display: block;
	}

	header .navbar .menu-area {
		transform: translateX(200%);
		display: flex;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 1;
		flex-direction: column;
		padding: 60px 0px 20px;
		top: 0;
		left: 0;
		display: none;
	}

	body.open-body {
		overflow: hidden;
		position: relative;
	}

	body.open-body::before {
		width: 100%;
		height: 100%;
		content: '';
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .4);
		position: absolute;
		z-index: 1;
	}

	body.open-body header .col-md-12 {
		padding: 0;
	}

	.open-body header .navbar .menu-area {
		transform: translateX(0%);
		display: flex;
	}

	.open-body header .navbar .menu-area ul {
		flex-direction: column;
		gap: 0;
	}

	header .navbar .menu-area ul li:hover {
		background: #ffc30f;
	}

	header .navbar .menu-area ul li:hover:before {
		display: none;
	}

	header .navbar {
		padding: 10px 0;
	}

	header .navbar-light .navbar-toggler {
		position: absolute;
		right: 15px;
		top: 35px;
		padding: 0;
	}

	#mobile-menus img {
		width: 32px;
		height: 32px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	#mobile-menus .close-icn {
		display: none;
	}

	.mob-menu-new .close-icn {
		display: block !important;
		position: relative;
		z-index: 5;
	}

	.mob-menu-new .menu-icn {
		display: none;
	}

	.amenities .boxes .amenities-icons {
		padding: 20px;
	}

	.amenities .boxes .amenities-icons h5 {
		font-size: 13px;
	}

	.gallery .owl-dots {
		margin-bottom: 20px;
	}

	.video .flex-content {
		width: 95%;
		height: 400px;
	}

	.video .flex-content iframe {
		height: 400px;
	}

	.master .unit-plan {
		width: 95%;
	}

	.master .view_unit_but {
		padding: 10px 10px;
		width: fit-content;
	}

	.price {
		padding: 0 1rem;
	}

	.price .price-main {
		padding: 6rem 3rem;
	}

	.price .price-main .onwrds p {
		font-size: 15px;
	}

	.price .price-main .onwrds span {
		font-size: 15px;
	}

	.price .price-main h6,
	.price .price-main h5 {
		font-size: 15px;
	}

	.price .price-range {
		width: 100%;
	}

	.price .price-range .total h4 {
		font-size: 14px;
	}

	.looking .looking-main {
		width: 95%;
	}

	.looking .looking-main .trig a {
		gap: 10px;
		font-size: 13px;
	}

	footer p {
		font-size: 15px;
	}

	.faq h2 button {
		font-size: 20px;
		gap: 15px;
	}

	.faq h3 {
		font-size: 30px;
	}

	.faq .accordion {
		width: 90%;
	}

	header .navbar .menu-area ul {
		width: 100%;
	}

	header .navbar .menu-area ul li {
		width: 100%;
	}

	header .navbar .menu-area ul li {
		border-bottom: 1px solid #ccc;
		padding: 20px 20px;
	}

	header .navbar .menu-area ul li a {
		font-size: 20px;
	}

	.detail-sec .dwnld_broach_right {
		display: none;
	}

	.unit-plan .dnld_butt_detail_border {
		width: 52%;
	}

	.unit-plan .cts_dwnld_broach p {
		padding: 10px 15px;
		font-size: 16px;
	}

	.banner {
		min-height: 50vh;
		height: 50vh;
		background-image: url(../images/mob_banner.jpg);
	}
}

@media(max-width:768px) {
	.form-part .cts_dwnld_broach p {
		padding: 14px 15px;
	}

	.banner .overlay_text_resi_detail {
		left: 0px;
		min-width: 90%;
		padding: 30px;
		right: 0;
		width: 100%;
		margin: 0 auto;
		bottom: 0;
	}

	.banner .section-onscreen-class {
		font-size: 22px;
	}

	.banner .overlay_text_resi_detail p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
		font-weight: 600;
	}

	.loan .boxes {
		grid-template-columns: 33.33% 33.33% 33.33%;
	}

	.amenities .boxes {
		grid-template-columns: 33.33% 33.33% 33.33%;
	}

	.amenities .boxes .amenities-icons {
		padding: 15px;
	}

	.amenities .boxes .amenities-icons h5 {
		font-size: 13px;
	}

	.gallery .owl-carousel .item {
		height: 400px;
	}

	.gallery .owl-carousel .item img {
		height: 400px;
	}

	.gallery .owl-nav {
		padding: 0 20px;
	}

	.gallery .owl-dots {
		margin-bottom: 15px;
	}

	.gallery p {
		font-size: 16px;
	}

	.video .flex-content {
		width: 100%;
		height: 350px;
	}

	.video .flex-content iframe {
		height: 350px;
	}

	.master .unit-plan {
		width: 100%;
	}

	.master a {
		margin-top: 20px;
	}

	.master p {
		font-size: 14px;
	}

	.price {
		padding: 0 0rem;
	}

	.price .price-main {
		padding: 4rem 2rem;
	}

	.price .price-main h5 {
		font-size: 15px;
	}

	.price .price-range {
		padding: 4%;
		width: 100%;
		margin-top: 30px;
	}

	.price .price-range h4 {
		font-size: 1.5rem;
	}

	.price .price-range .calc .rng p {
		font-size: 14px;
	}

	.price .price-range .total h4 {
		font-size: 12px;
	}

	.location p {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
	}

	.location .loc {
		margin-top: 30px;
	}

	.location .head h6 {
		font-size: 18px;
	}

	.location .head a {
		margin-bottom: 0rem;
	}

	.location .neighbourhood>div h5 {
		font-size: 16px;
		width: 70%;
		line-height: 24px;
	}

	.faq h3 {
		font-size: 24px;
	}

	.faq .accordion {
		width: 100%;
	}

	.faq h2 button {
		font-size: 18px;
		gap: 10px;
	}

	.faq .accordion p {
		font-size: 16px;
		line-height: 22px;
	}

	.faq .accordion ol li {
		font-size: 14px;
		line-height: 22px;
	}

	.looking .looking-main {
		width: 100%;
	}

	.looking .looking-main h3 {
		font-size: 30px;
	}

	.looking .looking-main .trig a {
		margin-bottom: 10px;
	}

	footer p {
		font-size: 16px;
	}

	.detail-sec {
		padding-top: 20px;
	}

	.detail-sec .dwnld_broach_right {
		padding-left: 0;
	}

	.property-overview .property-over .property-main {
		padding: 20px 0;
		width: 90%;
	}

	.property-overview .property-over .property-main .boxes {
		padding: 30px 15px;
	}

	.unit-plan {
		padding: 4rem 0rem;
	}

	.unit-plan p {
		padding: 0;
	}

	.unit-plan .units .unit-num {
		width: 100%;
	}

	.unit-plan .units h5 {
		width: 100%;
	}

	.form-part {
		padding: 6rem 1rem;
	}

	.form-part h3 {
		font-size: 30px;
	}

	.form-part p {
		font-size: 16px;
		line-height: 25px;
	}

	.form-part form {
		width: 100%;
	}

	.thanks .thanks-inner {
		width: 95%;
		padding: 30px 10px;
	}

	.location h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 0px;
		text-align: center;
	}

	.abt-location h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}

	.price .price-main h3 {
		color: #edcb66;
		margin-bottom: 1.5rem;
		border-bottom: 1px solid #666666;
		padding-bottom: 5%;
		font-size: 50px;
		font-weight: 700;
		font-style: normal;
		position: relative;
	}

	.price .price-main .onwrds p {
		font-size: 16px;
		font-weight: 600;
	}

	.price .price-main .onwrds span {
		font-size: 18px;
	}

	.unit-table h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 30px;
		text-align: center;
	}

	.amenities h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}

	.amenities p {
		color: #000;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 0px;
		text-align: center;
	}

	.gallery h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 0px;
		text-align: center;
	}

	.consult .consult-inner h5 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	.spc-ud {
		padding: 2rem 0;
	}

	.consult {
		background: url(../images/img-1.jpg) no-repeat;
		background-size: cover;
		background-position: clear;
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5rem 0;
	}

	.gallery .owl-dots button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(0, 0, 0, .4) !important;
	}

	.gallery .owl-carousel {
		margin-top: 20px;
	}

	.video h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}

	.master h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: center;
	}

	.loan h3 {
		color: #000;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 0px;
		text-align: center;
	}

	.loan .boxes {
		margin-top: 20px;
	}

	.unit-plan h3 {
		font-size: 30px;
	}

	.unit-plan .units {
		border: 1px solid #cccccc;
		box-shadow: 0px 1px 10px 0px #00000026;
		text-align: center;
		margin-top: 20px;
	}

	.unit-plan .units h5 {
		font-size: 18px;
		width: 100%;
	}

	.unit-plan .units {
		min-height: 0px;
	}

	.unit-plan .units .unit-num {
		background: #0d0d0d;
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
	}

	.abt-location p {
		font-size: 16px;
	}

	.amenities .boxes {
		margin-top: 20px;
	}

	.property-overview .property-over h3 {
		font-size: 20px;
		font-weight: 700;
		color: #000;
		margin-bottom: 0;
		padding: 20px;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.property-overview .property-over .property-main .boxes {
		padding: 20px 10px;
	}

	.unit-plan .cts_dwnld_broach {
		width: 100%;
	}

	.unit-table .table-inside {
		overflow-x: scroll;
	}

	.unit-table table {
		width: 150%;
	}

	.consult .cts_dwnld_broach p {
		padding: 15px 20px 15px 28px;
		font-size: 17px;
	}

	.location .loc .accordion {
		padding-right: 10px;
	}

	.detail-sec .dwnld_broach_left {
		padding-bottom: 10%;
		padding-left: 4%;
		padding-top: 25%;
	}

	.abt-location p {
		padding: 0 10px;
	}

	form.bottom_fomr .mb-3 {
		width: 100%;
	}

	.banner {
		margin-bottom: 310px;
	}

	.banner_form_top {
		top: 100%;
		transform: none;
		left: 0;
		right: 0;
		width: 100%;
		padding: 10px 15px;
		background-color: transparent;
		padding-top: 40px;
	}

	.banner_form_top form {
		border: 4px solid #ddd;
		padding: 20px;
		margin-top: 130px;
		border-top-color: #ffc20d;
	}

	.pricingTable10 {
		margin-bottom: 30px;
	}

	.fixedIcons img {
		width: 45px;
	}

	form.bottom_fomr {
		gap: 0;
		padding: 20px;
		border: 4px solid #ddd;
		border-top-color: #ff9301;
	}

	.custom_modalbox .left_col,
	.custom_modalbox .right_col {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 30px;
	}

	.custom_modalbox .right_col {
		padding-top: 10px;
	}

	.btngap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.btndes,
	.btnde .cts_dwnld_broach {
		padding: 14px 33px !important;
		font-size: 15px !important;
	}

	.btnde p {
		font-size: 15px !important;
	}

	.pricingTable10 .price-value {
		font-size: 30px;
	}

	.navbar-light .navbar-toggler {
		border: 0 !important;
	}

	.btngap a,
	.btngap button {
		width: 244px;
		text-align: center;
	}

	.popClose img {
		filter: invert(1);
	}

	.new_launch {
		width: 100%;
	}

	#carouselExampleIndicatorsbb {
		transform: none;
		position: static;
	}

	.banner {
		margin-bottom: 360px;
		padding-top: 210px;
		height: 59vh;
		padding-bottom: 60px;
	}

	#carouselExampleIndicatorsbb .tagline {
		font-size: 14px;
		padding-top: 10px;
	}

	#carouselExampleIndicatorsbb .project_title {
		font-size: 30px;
		font-weight: 700;
	}

	#carouselExampleIndicatorsbb .others .title {
		font-weight: 600;
		font-size: 16px;
		background: #ae9751;
		padding: 10px 12px;
	}

	#carouselExampleIndicatorsbb .price_col .price {
		font-size: 24px;
		padding-top: 0;
	}

	.query_section h2 {
		font-size: 32px;
	}

	.price_section .single_col .image img {
		position: relative;
		top: unset;
		left: unset;
		height: 250px;
		width: 100%;
	}

	.price_section .single_col .content {
		padding: 20px;
	}

	.price_section .single_col .image,
	.price_section .single_col .content {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.banner_form_top h3 {
		font-size: 28px;
		margin-top: 0px;
		color: #000000;
	}

	.banner_form_top button {
		height: 44px;
	}

	.call_btn {
		background: #ae9751;
		color: #fff;
		margin: 10px 0 0;
		display: table;
		padding: 10px 30px;
		font-size: 16px;
		font-weight: 600;
	}

	.bottom-section-wrap {
		display: flex
	}

	footer {
		margin-bottom: 50px;
	}

	.phone_header_mobile {
		display: block;
	}

	#downloadBros form.bottom_fomr {
		border: 0;
		padding: 0;
	}

	.fixedIcons {
		bottom: 65px;
	}

	.subg {
		background: #dcecf3;
		padding: 0px;
		color: #000000;
		padding: 10px;
		margin: 25px 4px 0px 4px;
	}

	.formpd {
		margin-top: 60px;
	}

	
	#sec1 {
		padding-top: 100px !important;
	}
	
	#sec2 {
		padding-top: 100px !important;
	}
	
	#sec5 {
		padding-top: 50px !important;
	}
	
	#sec6 {
		padding-top: 50px !important;
	}
	
	#sec8 {
		padding-top: 50px !important;
	}
	
	#sec9 {
		padding-top: 50px !important;
	}
	
	#sec10 {
		padding-top: 50px !important;
	}
	
	
	.mobileshowbg_ban {
    display: flex;
    width: 100%;
    background: #c01f1f;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 15px 20px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

/* Add this to make the <a> fill the container */
.mobileshowbg_ban a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.info-text {
      font-size: 14px;
    }

.mobileshowbg_ban img {
  animation: bounceIcon 1.5s infinite;
}

@keyframes bounceIcon {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

}