* {
	font-family: 'Playfair Display", serif';
}

html {
	scroll-behavior: smooth;
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	/* padding-top:18px; */
	height: 75px;
}

header {
	padding: 0px;
}

.header-logo img {
	padding: 14px;
	width: 220px;
	margin-right: 30px;
	/* background: #550715; */
}

header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}

header .mainmenu ul li a {
	font-family: 'Playfair Display", serif' !important;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	/*	text-transform: uppercase;*/
	color: #000000;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link. {}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	/*	color: #000000 !important;*/

}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #000;
}

header .mainmenu ul li {
	padding: 0px 15px;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: #000000;
	margin: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-family: 'Playfair Display", serif';
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link :hover {
	color: red;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #062f59;
}

header .header-bottom {
	position: relative;
}

header .mainmenu .navbar-nav a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Playfair Display", serif';
	/* color: #000000; */
	position: relative;
	z-index: 999999;
}

header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 24%;
	width: 47%;
	margin: auto;
	text-align: center;
}

header .banner-contents h3 {
	font-size: 57px;
	color: red;
	font-family: 'Playfair Display", serif';
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.banner-contents p {
	font-size: 21px;
	color: white;
	line-height: 1.7;
	padding-top: 10px;
}

.banner-contents a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-family: 'Playfair Display", serif';
	/* border: 2px solid #062f59;
	background-color: #062f59; */
	padding: 10px 22px;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 50px;
	outline: none !important;
}

header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 50px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
/* header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border: 1px solid #fff;
	transform: scale(1.5);
} */
.owl-carousel.owl-theme.owl-carousel-banner.owl-loaded.owl-drag {
	z-index: inherit;
}

header .header-bottom .owl-theme .owl-controls {
	margin-top: 0;
}

header .header-bottom .owl-dots {
	bottom: 8%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

header .header-bottom .owl-dot {
	width: 20px;
	height: 20px;
	background-color: #fff !important;
	margin: 5px 7px;
	border-radius: 50%;
	border: 1px solid #fff;
}

header .header-bottom .owl-dot.active {
	background-color: transparent !important;
	border: 1px solid #fff;
	transform: scale(1.4);
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	width: 12px;
	height: 12px;
	margin: 3px;
}

.header-bottom .owl-carousel-banner {
	z-index: inherit;
}

header .header-bottom .owl-dots {
	bottom: 3%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

/* .banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
} */
header .service-page .banner-contents {
	position: absolute;
	left: -36%;
	right: 0;
	top: 46%;
	width: 47%;
	text-align: center;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-family: 'Playfair Display", serif';
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-family: 'Playfair Display", serif';
	font-size: 15px;
	color: #fff;
}

.menu-first {
	padding-left: 56px;
}

.footer-wrap .menu-first ul li a {
	text-decoration: none;
	font-family: 'Playfair Display", serif';
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.conatact1 span {
	display: block;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.copyrights p {
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-align: start;
	margin-bottom: 0px;
}

.copyrights p {
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	text-align: start;
	padding-top: 15px;
}

.copyrights p a {
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	text-align: left;
	align-items: start;
	margin-right: 30px;
	text-align: start;
}

/* .copyrights-text p a{
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
	text-align: left;
} */
.privacy-text {
	font-family: 'Playfair Display", serif';
}

.footer-main-by span {
	font-family: 'Playfair Display", serif';
}

.footer-main-by a {
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 14px;
	color: #000 !important;
}

.footer-main-btn a {
	font-family: 'Playfair Display", serif';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #415867 !important;
	border-radius: 3px;
	padding: 10px 15px;
	/* background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76)); */
	/* background:linear-gradient(to bottom, #0B9536 50%, #62B32B 100%);	 */
}

.top-arrow-link {
	position: absolute;
	right: 0%;
	top: 82%;
	z-index: 99;
}

footer {
	position: relative;
}

/* css start */
header .header-logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 9;
	text-align: center;
	background-color: white;
}

.menu-left {
	float: left;
	margin-left: 100px;
}

.header-top {
	padding: 10px;
	font-family: 'Playfair Display", serif';
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	font-size: 30px;
	font-weight: bold;
	right: 0;
	background: #80011F;

	/* box-shadow:#235a86; */
}

.navbar-nav {
	width: 200%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about-main-left span {
	font-weight: 500;
	font-family: 'Playfair Display", serif';
	font-size: 26px;
	color: #fff;
	background: #415867;
	padding: 10px 25px;
	border-radius: 8px;
}

.nav-item a :hover {
	color: red !important;
}

.nav-link :hover {
	color: red !important;
}

.menu-right {
	float: right;
	margin-right: 89px;
}

header .mainmenu .navbar-nav a {
	font-size: 16px;
}

header .header-bottom {
	position: relative;
	padding-top: 72px;
}

.banner-shape {
	position: absolute;
	left: 65%;
	top: 17%;
	z-index: 9;
	width: 380px;
	background: #FFFCEF;

	border-color: #80011F;

	border-width: 3px;
	border-style: solid;
	/* background-image: linear-gradient(268deg, #9f0606 0%, #680202 74%); */
	/* box-shadow: 0px 0px 3px 4px #0d0d0d; */
	padding: 20px;
}

.selldof .form-group p {
	color: #fff;
	margin-top: -20px;
	text-align: center;
}

#mainform {
	/*	padding: 70px 20px;*/
	/*	 border: 3px solid #f9ea74; */
}

#mainform img {
	width: 160px;
}

.banner-shape h4 {
	font-family: 'display', serif;
	color: #231F20;
	padding: 10px;
}

.form-control {
	border-radius: 1px !important;
	padding: 12px 8px;
	border: solid 1px #bd941a;
}

#submitbtn {
	font-family: 'Playfair Display", serif';
	/*background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -moz-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);*/
	background-color: #80011F;
	width: 100%;
	border-radius: 2px;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

.submit-button {
	background-color: #80011F;

}

.about-section {
	background-color: #fff;
	padding: 40px 0px;
}

.aboutSec {
	padding: 40px;
	/* background-color: #fff2f2; */
}

.amenities-section {
	background-color: #FFFCEF;
}

.maha-heading h2 {
	font-family: 'Playfair Display", serif';
	position: relative;
	text-align: center;
	/* padding:10px; */
	font-family: "Raleway", serif;
	font-weight: 700;
	font-size: 30px;
	color: #231F20;
	margin-top: 10px;
	/* background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

}

.footer-section {
	background-color: #80011F;
	color: #fff;
	text-align: center;
	padding: 40px 0px;

}

.discl p,
.rerano p {
	font-size: 13px;
	margin-bottom: 0.5rem;
}

.about-sreerosh {
	padding: 40px 0px;
	background-color: #FFFCEF;
	color: #333;
	font-family: 'Playfair Display", serif';
}

.section-title {
	font-family: 'Playfair Display", serif';

	color: #500424;
	font-weight: 700;
	font-size: 2rem;
	font-size: 40px;
}

.section-subtitle {
	text-align: center;
	font-family: 'Playfair Display", serif';
	color: #222;
	font-weight: 500;
	font-size: 1.25rem;
}

.section-highlight {
	font-family: 'Playfair Display", serif';
	font-weight: 600;
	color: #500424;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.section-text {
	font-family: "Open Sans", sans-serif;
	text-align: justify;

	max-width: 800px;
	font-size: 19px;
	line-height: 1.8;

}


.about-text-main h4 {
	margin: 40px 0px;
	/*	text-transform: uppercase;*/
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 17px;
	color: #fff;
}

.maha-heading.location-txt.white-text p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

.maha-heading p {

	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #000;
	text-align: center;
}

.about-main-left span {}

/* amenities */

.feature-section {
	padding: 60px 0;
}

.feature-box-row {
	text-align: center;
}

.feature-box {
	text-align: center;
	padding: 20px;
	background: transparent;
	border-radius: 0;
	height: 100%;
	transition: 0.3s ease;
}

.feature-box img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 15px;
}

.feature-box h5 {
	color: #1f3c48;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.feature-box ul {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.maha-heading-footer p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	align-content: center;
	/* margin-top: 20px; */
	/* background: #231F20 !important; */
}

.feature-box ul li {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
}

/* Optional hover style */
.feature-box:hover h5,
.feature-box:hover li {
	color: #80011F;
}

/* .about-wrap{
	background-color: #fff2f2;
} */
.about-left-text {
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	padding: 30px 35px;
	border-radius: 5px;
	/* box-shadow: #000 10px 10px 10px -2px; */
}

.about-left-text h5 {
	color: #550715;
	margin: 0px;
	font-family: 'Playfair Display", serif';
	font-weight: 500;
	font-size: 28px;
}

.about-left-text p {
	color: #550715;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.main-text-top {
	padding: 50px 0px;
}

.contown-section {
	background-image: url("img/indusPark/bg.png");
	background-size: 100% 100%;
	padding: 20px 0px;
	/* border-top: solid #ecc647 6px; */
}

.maha-heading.white-text h2 {
	color: #003235 !important;
	background: -webkit-linear-gradient(rgb(0, 50, 53), rgb(0, 50, 53));
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 50px;
	margin-bottom: 40px;
}

.top-button {
	filter: brightness(0) invert(1);

}

.maha-heading h1 {
	font-family: 'Playfair Display", serif';
	font-weight: bold;
	text-align: center;
	align-content: center;
	justify-content: center;
	font-size: 40px;
	color: #500424 !important;
	text-transform: capitalize;
}

.maha-heading.white-text h2::after {
	background-color: #415867;
}

.maha-left h3 {
	color: #fff;
	font-family: 'Playfair Display", serif';
	font-weight: 700;
	font-size: 38px;
}

.maha-left p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.maha-left {
	padding: 32px 0px;
	text-align: center;
}

.main-contown-text {
	background-color: rgba(28, 76, 66, 0.8);
	padding: 50px 40px;
}

.main-contown-text p {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 23px;
}

.owl-carousel-gallery .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/anushree/left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: 52%;
	position: absolute;
	text-indent: -99999px;
	top: 120%;
	width: 32px;
	outline: none !important;
	border: none !important;
}

.owl-carousel-gallery .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/anushree/right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: 52%;
	position: absolute;
	text-indent: -99999px;
	top: 120%;
	width: 32px;
	outline: none !important;
	border: none !important;
}

.vedio-section {
	padding: 40px;
	/* background-color: #231F20 !important; */
	color: #231F20;

}

.vedio-section iframe {
	border: 5px solid #231F20;
	/* solid black border */
	border-radius: 5px;
	/* optional: rounded corners */
}

.heightlight-heading h2 {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 45px;
	color: #550715 !important;
	text-align: center;
	margin-top: 50px;
}

.heightlight-wrap {
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	padding: 70px 0px;
}

.height-icons h3 {
	padding: 20px 0px;
	font-size: 19px;
	text-align: center;
	font-family: 'Playfair Display", serif';
	font-weight: 700;
	color: #1c1c1c;
}

.height-icons {
	text-align: center;
}

.height-main-icon {
	padding: 70px 0px 20px;
}

#advantage1.fade {
	opacity: 1 !important;
}

#locaadvantage1.fade {
	opacity: 1 !important;

}

.advantage-details {
	/*	padding: 10px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #f0cf60 0%,#ecc647 100%);*/
	text-align: center;
	padding: 10px 0px;

}

.advantage-details ul li {
	text-transform: capitalize;
	color: #fff;
	font-family: 'Playfair Display", serif';
	font-size: 19px;
	padding-bottom: 30px;
}

.advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	/* background: -webkit-linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);
  background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%); */
	background-color: #e54746;
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
}

.advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #fff;
	color: #000;
	margin-bottom: 35px;
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 38px;
	border-radius: 5px;
	text-align: center;
}

.location-advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
	border-color: #dee2e6 #dee2e6 #fff;
	border: 1px solid #000;
}

.location-advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #003235;
	color: #fff;
	margin-bottom: 35px;
	font-family: 'Playfair Display", serif';
	font-weight: 400;
	font-size: 24px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}

.location-box {
	text-align: center;
	padding-top: 61px;
}

.location-box img {
	/* background-color: #fff; */
	width: 160px !important;


}

.main-locationlist-section {
	background-image: url("img/icons/main-location-bg.png");
	background-size: 100% 100%;
	padding: 80px 0px;
}

.location-advantage-btn-list .nav-tabs .nav-item {
	margin-bottom: -1px;
	display: block;
	width: 100%;
}

.advantage iframe {
	height: 600px;
}

.nav-tabs {
	border-bottom: transparent;
}

.main-locationlist-wrap {
	margin-top: 90px;
}

.height-icons img {
	width: 90px !important;
	margin: auto;
}

.header-phone {
	/* background-color: #fff; */
	border: 2px solid #fff;
	font-family: 'Playfair Display", serif';
	font-size: 20px;
	/* margin-left:170px; */
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	margin-top: 7px;


}

.headers-top {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	/* Adjusted to fit nav items */
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
}

.headers-top .nav-link {
	color: #fff !important;
	padding: 10px 20px;
	font-size: 16px;
	transition: color 0.3s ease;
}

.headers-top .nav-link:hover {
	color: #ddd !important;
}



.height-main-icon span {
	display: none !important;
}

.blink_me {
	text-align: center;
	animation: blinker 2s linear infinite;
	/*    width: 12%;*/
	position: fixed;
	right: 1%;
	top: 16px;
	z-index: 999;
}

.header-phone a {
	color: #fff !important;
	font-family: 'Playfair Display", serif';
	font-size: 22px;
	font-weight: bold;
}

.main-page {
	position: relative;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.accordionItem.close {
	float: none;
}

.accordionItemContent ul li {
	color: #000;
	font-family: 'Playfair Display", serif';
	font-size: 16px;
	font-weight: 400;
}

.accordionItemHeading {
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #4c5255;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
}

.close .accordionItemContent {
	height: 0px;
	transition: height 1s ease-out;
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	float: left;
	display: block;


}

.open .accordionItemContent {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: block;
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	box-sizing: border-box;
}

.open .accordionItemHeading {
	margin: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #f0d256;
	color: #000;
}




/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20% !important;
		float: left !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2880px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
	.header-logo img {
		/*		width: 10%;*/
	}

	.menu-left {
		float: left;
		/*		margin-left: 175px;*/
	}

	.menu-right {
		float: right;
		margin-right: 120px;
	}

	/*.header-phone a {
		color: #f9ea74;
		font-family: 'ProximaNova-Regular';
		font-size: 17px;
		font-weight: 900;
	}*/
	/*.navbar-dark .navbar-nav .nav-link {
		color: #fff;
		font-family: 'destine';
		font-size: 15px;
	}*/
	/*header .mainmenu ul li {
		padding: 0px 15px;
	}*/
	.maha-heading.extra-heading h2::after {
		position: absolute;
		content: "";
		height: 5px;
		width: 350px;
		left: -67%;
		background-color: #003235;
		top: 50%;
	}

	.blink_me {
		text-align: center;
		animation: blinker 2s linear infinite;
		/*		width: 13%;*/
		position: fixed;
		right: 9px;
		top: 16px;
		z-index: 999;
	}

	/*#mainform {
		padding: 25px 20px;
		border: 2px solid #f9ea74;
	}*/
	/*#mainform img {
		width: 22%;
	}*/
	/*.banner-shape {
		position: absolute;
		left: 65%;
		top: 20%;
		z-index: 9;
		width: 32%;

background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);

	  }*/
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width: 767px) {
	.floorSec .nav-item {
		width: 30% !important;
	}

	.mob-heading {
		padding-top: 30px;
		background-color: #fff !important;
	}

	.section-title {
		font-family: 'Playfair Display", serif';
		font-size: 30px;
		font-weight: 600;
	}

	.navbar-dark .navbar-nav .nav-link {}

	.vedio-section {
		background-color: #fff !important;
		padding: 40px 0px !important;
	}

	.connectIconsMain {
		text-align: center;
	}

	.discl {
		text-align: justify !important;
	}

	.advantage-details ul {
		list-style: none;
		padding: 0px 0px 0px 0px;
		/* margin-top: 25px; */
	}

	.amenities-section {
		padding: 40px 0px 40px 0px !important;
		background-color: #FFFCEF !important;
	}

	.about-count {
		padding: 30px;

	}

	.bg-line-mob2 {
		border-right: 2px solid #fff !important;
	}

	.bg-line-hide {
		border-right: none !important;
	}

	.bg-line-mob {
		border-bottom: 2px solid #fff !important;
	}

	.details h4 {
		color: #000;
		font-size: 20px !important;
		font-weight: 600;
		padding-top: 25px;
	}

	.details p {
		color: #000;
		font-size: 17px !important;
		font-weight: 200;
	}

	.about-main-left span {

		font-size: 20px;

	}


	header .header-logo {
		text-align: center;
		background-color: #fff;
	}

	header .header-logo img {
		display: inline-block;
		background-color: #fff;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	.header-top {
		padding: 0px
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

}

@media screen and (max-width: 480px) {
	.maha-heading.extra-heading.location-txt.white-text {
		margin-top: 60px;
	}

	.main-locationlist-wrap {
		margin-top: 40px;
	}

	.advantage iframe {
		height: 310px;
	}

	.heightlight-wrap {
		padding: 10px 0px;
	}

	.maha-left h3 {
		color: #003235;
		font-family: 'Playfair Display", serif';
		font-weight: 700;
		font-size: 45px;
	}

	.maha-heading.white-text h2 {
		margin-top: 0px;
	}

	.blink_mess {
		text-align: center;
		animation: blinkers 3s linear infinite;
	}

	.details {
		margin-top: 30px;
	}

	@keyframes blinkers {
		50% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.owl-carousel-gallery .owl-prev {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/anushree/left.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 32px;
		right: 55%;
		position: absolute;
		text-indent: -99999px;
		top: 110%;
		width: 32px;
		outline: none !important;
	}

	.owl-carousel-gallery .owl-next {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/anushree/right.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 32px;
		left: 55%;
		position: absolute;
		text-indent: -99999px;
		top: 110%;
		width: 32px;
		outline: none !important;
	}

	.owl-carousel-amenities .owl-prev {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url(img/anushree/left.png) !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 32px;
		right: 55%;
		position: absolute;
		text-indent: -99999px;
		top: 110%;
		width: 32px;
		outline: none !important;
	}

	.owl-carousel-amenities .owl-next {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/anushree/right.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin: 0px !important;
		display: inline-block;
		height: 32px;
		left: 55%;
		position: absolute;
		text-indent: -99999px;
		top: 110%;
		width: 32px;
		outline: none !important;
	}

	.contactButtom a {
		font-family: 'Playfair Display", serif';
		font-weight: bold;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	.formButton a {
		font-family: 'Playfair Display", serif';

		font-weight: bold;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

	.contactButtom {
		width: 50%;
		float: right;
		padding: 10px 30px;
		text-align: center;
		display: block;
	}

	.formButton {
		padding: 10px 10px;
	}

	.formButton {
		width: 50%;
		float: left;
		padding: 10px 30px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}

	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
		display: block;
		width: 100%;
		background-color: #80011f;
		border-top: 1px solid #fff;
	}

	.footer-main-btn {
		display: block;
	}

	.footer-main-by span {
		font-family: 'Playfair Display", serif';
		font-weight: 400;
		font-size: 16px;
		color: #000 !important;
	}

	.copyrights p {
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;
		margin-bottom: 0px;
		text-align: center;
	}

	.signature {
		text-align: center;
	}

	.heightlight-heading h2 {
		text-transform: uppercase;
		font-family: 'Playfair Display", serif';
		font-size: 34px;
		color: #550715 !important;
		text-align: center;
	}

	.main-contown-text p {
		color: #fff;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 17px;
	}

	.blink_me {
		display: none;
	}

	.about-main-left {
		margin-top: 30px;
	}

	.about-left-text {
		margin: 20px;
	}

	/*	.banner-shape {
		position: relative;
		left: 0;
		top: 18%;
		z-index: 9;
		width: 100%;
background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);

	}*/
	.advantage-btn-list .nav-link {
		background: -moz-element;
		background-color: #fff;
		color: #000;
		margin-bottom: 35px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 22px;
		border-radius: 5px;
		text-align: center;
	}

	.maha-heading p {
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #000;
	}

	.main-text-top {
		padding: 30px 0px;
	}

	.maha-left p {
		color: #000;
	}

	.btn-warning:hover {
		background-color: #fff2f2;
		color: #000;
		border-color: #000;
	}

	.footer-section {
		padding: 40px 0px;
		/*background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
		background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
		background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%);*/
		/* margin-bottom: 30px; */
		text-align: center;
		/* background:  !important; */
		/* padding: 30px; */
		color: #000;
	}


	.copyrights p {}

	.navbar-toggler {
		display: none;
	}

	/*.mainmenu .navbar.navbar-expand-md img{
		width: 110px;
		background: #550715;
	}*/
	header .mainmenu {
		height: 70px;
	}

	header .header-bottom {
		position: relative;
		padding-top: 70px;
	}

	.header-phone a {
		font-family: 'Playfair Display", serif';
		color: #fff;

		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-right: 0px;
	}

	.header-phone {
		color: #fff;
		font-family: 'Playfair Display", serif';
		/* background-color: #fff; */
		border: 2px solid #fff;
		padding: 10px 10px;
		border-radius: 8px;
		text-align: center;
		margin-right: 0px;
	}

	.header-phone img {
		width: 21px;
	}

	.maha-heading h2::after {
		display: none;
	}

	.maha-heading.white-text h2::after {
		display: none;
	}

	.contown-section {
		background-size: 200%;
		padding: 10px 0px;
	}

	.maha-left {
		padding: 32px 0px;
		text-align: center;
	}

	.about-section {
		background-color: #fff;
		padding: 40px 0px;
	}

	.about-left-text {
		margin: 10px;
	}

	.about-left-text h5 {
		color: #550715;
		margin: 0px;
		font-family: 'Playfair Display", serif';
		;
		font-weight: 500;
		font-size: 25px;
	}

	.about-left-text {
		background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		padding: 20px 5%;
		border-radius: 5px;
	}

	.about-left-text p {
		color: #550715;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 14px;
	}

	.about-text-main h4 {
		margin: 35px 0px;
		text-transform: uppercase;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		font-size: 21px;
		color: #fff;
		line-height: 35px;
	}

	.maha-heading.location-txt.white-text p {
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 17px;
		color: #000;
	}

	.main-locationlist-section {
		background-image: url("img/icons/main-location-bg.png");
		background-size: 100% 100%;
		padding: 0px 0px;
	}

	.feature-box {
		padding: 20px;
		background: transparent;
		border-radius: 0;
		height: 100%;
		transition: 0.3s ease-in-out;
	}
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 387px) {
	.copyrights p {
		font-family: 'Playfair Display", serif';
		font-weight: 400;
		font-size: 14px;
		color: #000;
		margin-bottom: 0px;
	}

	.about-left-text p {
		color: #003235;
		font-family: 'Playfair Display", serif';
		font-weight: 400;
		font-size: 12px;
		padding-top: 10px;
	}

	.details {
		margin-top: 30px;
	}

	.maha-left h3 {
		color: #003235;
		font-family: 'Playfair Display", serif';
		;
		font-weight: 700;
		font-size: 38px;
	}

	.heightlight-wrap {
		background: -moz-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: -webkit-linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%);
		padding: 9px 0px;
	}
}

@media screen and (max-width: 375px) {
	.footer-section {
		padding: 20px 0px;
		color: #000;
		/* background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
		background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
		background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%); */
		background: #fff !important;
		margin-bottom: 30px;
	}

	.contactButtom {
		width: 50%;
		float: right;
		padding: 10px 20px;
		text-align: center;
		display: block;
	}

	.about-left-text h5 {
		color: #003235;
		margin: 0px;
		font-family: "Open Sans", sans-serif;
		font-weight: 600;
		font-size: 20px;
	}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 340px) {
	.header-phone a {
		color: #fff;
		font-family: 'ProximaNova-Regular';
		font-size: 14px;
		font-weight: 900;
		text-align: center;
		margin-right: 0px;
	}
}


.maha-main-text {
	margin-top: 40px;
}

.connectIconsDiv ul {
	list-style: none;
	display: contents;
}

.connectIconsDiv h6 {
	font-size: 18px;
	color: #415867;
	font-weight: 600;
}

.connectIconsDiv p {

	color: #fff;
	font-family: 'ProximaNova-Regular';
}

.connectIconsDiv h5 {
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'ProximaNova-Bold';
	font-size: 25px;
	margin-bottom: 0px;
}

.connectli {
	margin-top: 5px;
}

.connectIconsRow2 {
	margin-top: 30px;
}


.heading2 h2 {

	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading2 h3 {
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gallerySec {
	background-color: none;
	/* background: linear-gradient(to bottom, #0B9536 50%, #62B32B 100%); */
	/* background-image: url("img/ameya/bg3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	padding-bottom: 40px;


}

#highlights {
	/*	border-top: solid #ecc647 6px;*/
}



@media screen and (max-width: 767px) {
	.floorSec {
		padding: 40px 0px;
	}

	.connectIconsDiv ul {
		padding: 0px 0px 0px 0px;
	}

	.map-section {
		padding: 0;
	}

	.signature {
		text-align: center;
	}

	@media (max-width: 576px) {
		.copyrights {
			flex-direction: column;
			text-align: center;
		}
	}

	.locSec h2 {
		font-size: 20px;
		font-family: 'Playfair Display", serif';
		text-align: center;

		margin-bottom: 20px;
	}

	.locsec {
		padding: 40px 0px;
	}

	.location-box {
		margin-top: 0px;
	}

	/* .owl-carousel .owl-item img{
height:55vh;
} */
	/* .locSec{
	height: 80vh;
} */
	.aboutSec h2 {
		text-align: center;
		font-size: 26px;
		margin-top: 0;

	}

	.maha-heading h1 {
		font-size: 30px;
		font-family: 'Playfair Display", serif';
	}

	.aboutSec p {
		font-family: "Open Sans", sans-serif;
		text-align: center !important;
		padding-bottom: 0px !important;
		font-size: 19px;
	}

	.gallery-heading h2 {
		color: #415867;
	}

	.gallerySec h2 {
		text-align: center;
		margin-top: 0px;
		color: #415867;
	}

	.gallerySec h2::after {
		display: none;
		color: #415867;
	}

	.floorRightSec li {
		margin-top: 10px;
	}


	.floorSec .nav-item span {

		font-size: 14px !important;

	}

	.floorSec .nav-item p {

		font-size: 17px !important;

	}

	.floorSec .nav-item {

		width: 100%;

	}


	.plansImg img {
		margin: unset !important;
		width: 100% !important;
	}

	.plansImg {

		background: none !important;

	}


	.trustSec h2 {
		font-size: 30px !important;
		text-align: center;
	}

	.trustSec h2::after {

		display: none;

	}

	.trustSecValues h3 {
		font-size: 28px !important;
	}


	.floorSec h2 {
		text-align: center !important;
		margin-left: unset !important;
	}

	.trustSec {

		background-size: cover !important;
	}

	.trustSecData {
		text-align: center;
	}


	.heading2 h3 {

		font-size: 35px;
	}

	.heading2 p {

		color: #fff;
	}

	.copyrights p a {
		font-size: 14px;
		font-family: "Open Sans", sans-serif;
	}

	.connectIconsRow2 {
		margin-top: 0px;
	}

	.advantage-details {
		padding: 5px;
	}

	.mainmenu .navbar.navbar-expand-md img {
		width: 100%;
		height: 60px;
		/* width: 96px;
		background: #550715; */
		/* padding-top: 10px; */
	}

	.banner-shape {
		position: relative;
		left: 0;
		top: 18%;
		border-color: #231F20;
		z-index: 9;
		width: 100%;
		background: #fff;
		/*		background: linear-gradient(to bottom, #fffe89 0%,#ecc647 100%);*/
		/* background-image: linear-gradient(268deg, #9f0606 0%, #680202 74%); */

	}


}

.aboutSec p {

	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}

.aboutSec h4 {
	margin: 40px 0px;
	/* text-transform: uppercase; */
	font-family: 'Playfair Display", serif';
	;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.trustSec {
	background-color: #415867;
	/* background-image: url("img/anushree/bg2.jpg"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.trustSec h2 {

	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	font-family: "Raleway", serif;
	font-weight: 700;
	font-size: 38px;
	margin-top: 50px;
}

.trustSec h2::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 350px;
	left: -35%;
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	top: 50%;
}

.aboutSec p {
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	color: #000;

}

/* .aboutSec h2::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 350px;
	left: -70%;
	background-color: #415867;
	top: 50%;
} */

.trustSecValues h3 {

	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Raleway", serif;
	font-weight: 700;
	font-size: 32px;
}

.trustSecValues p {

	color: #fff;
	font-family: ProximaNova-Regular;
}

.trustSecValues2 p {

	color: #fff;
	font-family: ProximaNovaA-Light;
	text-align: justify;
	font-size: 16px;

}

.trustSecData {
	margin: 20px 0px;
}

.trustSecMainRow {
	padding: 40px 0px;
}

.floorSec {
	padding: 40px 0px;
	/* background-image: url("img/ameya/bg1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
}

/* .floorSec h2{
	margin-left: 100px;
} */

.floorSec h2::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 350px;
	left: -390px;
	/* background-color: #415867; */
	top: 50%;
}

/* .floorRightSec {
	background: #00000059;
} */

.floorRightSec h3 {

	font-family: 'Playfair Display", serif';
	;
	font-weight: 700;
	font-size: 26px;
	color: #415867;
	/* background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	padding: 20px 0px 20px 0px;

}

/* .plansImg{

	background-image: url(img/ameya/floor/floorBg.png);
	background-repeat: no-repeat;
  background-size: 370px 370px;
  background-position: 250px;
  margin: 40px 0px;

} */

.plansImg img {
	width: 100%;

}

.floorSec .nav-item {

	text-align: center;
	background: linear-gradient(to bottom, #fffea8 0%, #e6bf3d 100%);
	margin: 5px;
	border-radius: 5px;
	padding: 4px;

}

/* .floorSec .nav-item a{

border: solid 1px #6f0202;

} */


.floorSec .nav-item p {

	font-family: "Open Sans", sans-serif;
	color: #415867;
	margin: 0;
	font-size: 22px;
	font-weight: 700;

}

.floorSec .nav-item span {

	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;

}

.badge-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #500424;
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	z-index: 1;
}

.nav-pills .nav-link.active {

	background-color: #415867;

}

.nav-pills .nav-link.active p {
	background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76));
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nav-pills .nav-link.active span {

	color: #fff;

}

.main-header {
	background-color: #85001b;
	/* deep red background */
}

.header-nav .nav-link {
	font-weight: 500;
	font-size: 22px;
	padding: 0 15px;
}

.header-phone {
	border: 2px solid #fff;
	padding: 7px 15px;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
	font-family: 'Playfair Display", serif';

}

.header-phone .phone-link {
	color: #fff;
	text-decoration: none;
}

.header-phone .fa-phone {
	margin-right: 8px;
}

.locSec {

	/* background-image: url("img/ameya/bg1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	background-color: #FFFCEF;
	/* background: linear-gradient(to bottom, #0B9536 50%, #62B32B 100%); */
	padding: 40px 0px;
	color: #000;
	/* background-color: #069237; */
}

.maha-heading-text h1 {
	color: #D01B65;
	text-align: center;
	align-content: center;
	justify-content: center;
	font-size: 40px;

	text-transform: capitalize;
}

.maha-heading-text h2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/* .maha-heading-vedio {
	padding: 40px;
} */
.enquiry-button {
	background-color: #80011F !important;
	color: #fff !important;
	border-color: #000 !important;
	font-weight: bold !important;
}

.btn-warning:hover {
	background-color: #FFFCEF;
	color: #000;
	border-color: #000;
}

.btn-warningg {
	background-color: #80011F !important;
	color: #fff !important;
	border-color: #000 !important;
	font-weight: bold !important;
}

.enquiry-button :hover {
	background-color: #FFFCEF;
	color: #000;
	border-color: #000;
}

.maha-heading-vedio h1 {
	font-family: 'Playfair Display", serif';
	font-size: 40px;
	align-items: center;
	padding: 30px;
	text-align: center;
	font-weight: 800;
	align-content: center;
	justify-content: center;
	font-weight: bold;
	color: #500424;
	;
}

.maha-heading-loc h1 {
	font-family: 'Playfair Display", serif';
	font-size: 40px;
	align-items: center;
	text-align: center;
	font-weight: bold;
	justify-content: center;
	color: #500424;

}

.maha-heading-loc {
	font-family: 'Playfair Display", serif';
	font-size: 40px;
	align-items: center;
	text-align: center;
	font-weight: bold;
	justify-content: center;
	color: #500424;
}

.maha-heading-loc h2 {
	color: #000;
	font-weight: bold;
	font-family: 'Playfair Display", serif';
}

.maha-heading-text p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: justify;
}

.locSec p {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.contact {
	padding-top: 40px;
	background-color: #415867;
	/* background-image: url("img/ameya/bg3.jpg"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 20px;

}

.map-section {
	margin-top: 20px;
}

.gal-right p {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.gal-right p span {
	font-size: 24px;
	font-weight: 600;
}

.gal-right a {
	color: #000;
}

.gal-right img {
	padding-top: 30px;
	width: 300px;
}

.owl-carousel-gallery {

	margin-top: 20px;
}

/* .owl-carousel-gallery img{

	border: solid #415867;
	border-radius: 5px;

} */

.selldof .title {
	display: none !important;
}

.selldof label {
	display: none !important;
}

.selldof textarea.form-control {
	/* height: 50px !important;
	margin-top: -12px; */
	display: none;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	width: 100% !important;
	/* background: linear-gradient(to bottom, #fffe89 0%, #ecc647 100%) !important; */
	background-color: #231F20 !important;

	border-color: transparent !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	color: white !important;
	text-transform: uppercase;
}


select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
	display: none;
}

.useragreement {
	height: 350px;
	overflow-y: auto;
	padding: 15px 20px 15px 20px;
	line-height: 30px;
}

.user-agreement ul {
	list-style: none;
}

.user-agreement ul li:before {
	content: "\f06c";
	font-family: FontAwesome;
	display: inline-block;
	color: #006d59;
	margin-right: 10px;
}

.selldof .form-control,
.sell_do_form_control {
	font-size: 16px !important;
	height: 40px !important;
}

.discl {
	text-align: center;
	border-bottom: 1px solid #000 !important;
	opacity: 1 !important;
	padding-bottom: 15px;
}

.discl p {
	font-size: 10px;
	color: #fff;
}

.form_box p {
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
}

.selldof .form-group {
	margin-bottom: 12px;
	color: #fff;

}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
	/* margin-top: -48px !important; */
}

.rerano {
	text-align: center;
}

.details {
	font-family: 'Playfair Display", serif';
	background: #80011F;
	padding: 15px 0px 15px 0;
	color: white;
}

.details h4 {
	font-family: 'Playfair Display", serif';
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.details p {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
}

.bg-line {
	border-right: 2px solid #fff;
}

/* ..feature-box {
  border: none; 
  border-radius: 10px;
  padding: 25px 15px;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
} */

.feature-box:hover {
	box-shadow: 0 8px 25px rgb(128 1 31);
	color: #80011F;
}

.feature-box h5 {
	font-family: "Open Sans", sans-serif;
	;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #222;
}

.feature-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.feature-box ul li {
	margin-bottom: 6px;
}

.icon-img {
	max-width: 50px;
	height: auto;
}


.about-location-highlights span {
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-family: 'ProximaNova-Regular';
	font-size: 16px;
	color: #415867;
	/* background: -webkit-linear-gradient(rgb(255, 254, 137), rgb(237, 202, 76)); */
	padding: 10px 25px;
	border-radius: 8px;
}

/* .advantage-details ul{
	list-style: none;
} */
.connectIconsMain {
	padding-bottom: 20px;
}

.locSec .maha-heading h2 {
	color: #500424;
	font-family: 'Playfair Display", serif';


}

/* .btn[value="Submit"]{
	margin-top: 8px !important;
} */


.sell_do_form_container .disclaimer {
	display: none;
}

.owl-carousel-amenities .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url(img/anushree/left.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	right: 55%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 32px;
	outline: none !important;
}

.owl-carousel-amenities .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/anushree/right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 32px;
	left: 55%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 32px;
	outline: none !important;
}

/*chatbot left align css*/

#kenytChatBubble.style1 {

	left: 0 !important;
	margin-left: 20px !important;

}

#kenytChatBubble.style1 .chatWithUsMessageWrapper {

	right: -105px !important;

}

#chatbox-container.position-right {

	left: 0 !important;

}

#chatbox-container.style1.position-right {

	margin-left: 70px !important;

}


.over-browsher {
	justify-self: center;
	margin-top: 38px;
}

.over-browsher a {

	background-color: #80011F !important;
	color: #fff !important;
	border-color: #000 !important;
	font-weight: bold !important;
	border-radius: 10px;
	padding: 16px 22px;
}