 /* fonts */

 @font-face {
 	font-family: AVENIRLTPROBOOK;
 	src: url('../fonts/AVENIRLTPROBOOK.otf');
 }

 @font-face {
 	font-family: AVENIRLTPROMEDIUM;
 	src: url('../fonts/AVENIRLTPROMEDIUM.otf');
 }

 @font-face {
 	font-family: BORGENY;
 	src: url('../fonts/BORGENY.otf');
 }

 h1,
 h2,
 h3,
 h4,
 h5 {
 	font-family: BORGENY;
 }

 p {
 	font-size: 18px;
 	padding-bottom: 12px;
 	margin: 0px;
 	color: #58595b;
 	font-family: AVENIRLTPROBOOK;
 	line-height: 1.4;
 }


 ul li,
 ol li {
 	font-size: 18px;
 	padding: 5px 0px;
 	margin: 0px;
 	color: #58595b;
 	font-family: AVENIRLTPROBOOK;
 	line-height: 1.4;
 }

 /*  Menu */

 #menu {
 	background-color: #fff;
 	padding: 15px 0px;
 	position: relative;
 	z-index: 9999;
 }

 .navbar {
     background-color: #fff !important;
     padding: 25px 0px 10px;
}

 #menu .navbar-toggler-icon {
 	/* width: 2em; */
	height: auto  !important;
 }


 .iconiconstagle i{
    color: #da8c5b !important;
    font-size: 22px !important;
    margin-top: 17px;


 }
 .navbar-brand img {
 	width: 180px;
  	padding: 10px 6px;
 	background: #fff;
 	border-radius: 20px;
 }

 .navbar-nav {
 	align-items: center;
 }

 .navbar .navbar-nav .nav-link {
 	color: #000;
 	font-size: 18px;
 	padding: 0px;
 	font-family: AVENIRLTPROBOOK;
 }

 .navbar .navbar-nav .nav-item {
 	padding: 2px 25px;
 }

 .centerd_logo {
    margin: 0px 25px;
    margin-bottom: -75px;
 }

 .navbar-dark .navbar-nav .nav-link.active,
 .navbar-dark .navbar-nav .show>.nav-link {
 	color: #000;
 }


 .navbar-dark .navbar-nav .nav-link:focus,
 .navbar-dark .navbar-nav .nav-link:hover,
 .navbar-dark .navbar-nav .nav-link:active,
 .navbar-nav .nav-item .nav-link.current-page {
 	color: #000;
 	border-bottom: 2px solid #da8c5b;
 }

 .dropdown-menu {
 	padding: 0px;
 }

 .dropdown-divider {
 	margin: 0px;
 }

 .dropdown-item {
 	padding: 2px 15px;
 	font-size: 15px;
 }

 .dropdown-item.active,
 .dropdown-item:active,
 .dropdown-item:focus,
 .dropdown-item:hover {
 	color: #da8c5b;
 	text-decoration: none;
 	background-color: #d0d0d0;
 }

 .dropdown-menu[data-bs-popper] {
 	left: 25px;
 }

 .navbar-expand-md .navbar-nav .dropdown-menu {
 	margin-top: 18px;
 }

 .dropdown-menu li {
 	position: relative;
 }

 .dropdown-menu .dropdown-submenu {
 	display: none;
 	position: absolute;
 	left: 100%;
 	top: -7px;
 }

 .dropdown-menu .dropdown-submenu-left {
 	right: 100%;
 	left: auto;
 }

 .dropdown-menu>li:hover>.dropdown-submenu {
 	display: block;
 }

 .dropdown-submenu li {
 	padding: 2px;
 }

 .dropdown-submenu li a {
 	font-size: 14px;
 }


 /*  Home Banners  */

 /*#banner
{
	background-color: #d0d0d0;
	padding: 100px 0px;
} */

 .banner_heading h1 {
 	color: #58595b;
 	font-size: 36px;
 	font-weight: 400;
 	line-height: 1;
 	font-family: BORGENY;
 }

 .banner_heading .spe_color {
 	color: #da8c5b;
 	font-size: 55px;
 	letter-spacing: 1.2px;
 }

 .spe_color {
 	color: #da8c5b;
 }

 .small_heading {
 	font-size: 24px;
 	font-weight: 400;
 	font-family: AVENIRLTPROMEDIUM;
 }

 #banner .carousel-indicators {
 	justify-content: left;
 	margin-left: 0;
 	bottom: 25%;
 }

 #banner .carousel-indicators .active {
 	color: #da8c5b;
 }

 #banner .carousel-indicators [data-bs-target] {
 	background-color: #da8c5b;
 	width: 45px;
 	height: 5px;
 }

 #banner .carousel-indicators [data-bs-target]:not(.active) {
 	background-color: #fff;
 }

 #fp-nav ul li a.active span {
 	background: #da8c5b;
 }



 /* Home Banner Video BG */

 .video-container {
 	position: relative;
 	overflow: hidden;
 }

 video {
 	object-fit: cover;
 	position: absolute;
 	height: 100%;
 	width: 100%;
 	top: 0;
 	left: 0;
 }

 .video-container:after {
 	content: '';
 	display: block;
 	height: 100%;
 	width: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	background: rgba(black, .2);
 	z-index: 1;
 }

 .callout {
 	position: relative;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	flex-direction: column;
 	height: 100%;
 	z-index: 10;
 	/* padding: 175px 0px 100px; */
 }




 /*  Full page Scroll **/

 /*
.pagescrolling
{
	height: auto !important;
}

.fp-tableCell
{
	height: auto !important;
} 

.fp-scroller
{
  overflow:hidden;
}*/


 /*  About carousel Section */

 #about {
 	position: relative;
 	overflow: auto;
 }

 #about .carousel-indicators {
 	justify-content: right;
 	margin-left: 0;
 	bottom: 15%;
 	margin-right: 0;
 }

 #about .carousel-indicators .active {
 	color: #da8c5b;
 }

 #about .carousel-indicators [data-bs-target] {
 	background-color: #da8c5b;
 	width: 45px;
 	height: 5px;
 }

 #about .carousel-indicators [data-bs-target]:not(.active) {
 	background-color: #444;
 }

 #about_carousel_bg {
 	background-image: url('../images/about-slider-grey-bg.svg');
 	background-size: contain;
 	background-repeat: no-repeat;
 	background-position: center;
 }

 .aboutparent {
 	position: relative;
 	top: 0;
 	left: 0;
 }

 .aboutimg1 {
 	position: relative;
 	top: 0;
 	left: 0;
 	width: 450px;
 	height: auto;
 }

 .aboutimg2 {
 	position: absolute;
 	top: 30px;
 	left: 30px;
 }


 /*  section haedings  */

 .section_pad {
 	padding: 45px 0px;
 }

 .sec_heading h2 {
 	color: #da8c5b;
 	font-size: 35px;
 	font-weight: 400;
 	padding: 0px;
 	margin: 0px;
 	letter-spacing: 1.2px;
 	font-family: BORGENY;
 }

 .sec_heading h3 {
 	color: #da8c5b;
 	font-size: 20px;
 	font-weight: 400;
 	padding: 0px;
 	margin: 0px;
 	letter-spacing: 1.2px;
 	font-family: BORGENY;
 }

 .sec_heading {
 	padding-bottom: 25px;
 }

 .inner_banner_heading h1 {
 	color: #da8c5b;
 	font-size: 50px;
 	font-weight: 400;
 	line-height: 1;
 	font-family: BORGENY;
 }

 .heading_p {
 	font-size: 24px;
 	font-family: AVENIRLTPROMEDIUM;
 }

 .spc_fontheading {
 	font-family: BORGENY;
 }

 strong {
 	font-family: AVENIRLTPROMEDIUM;
 }

 /*.h2_bottom
{
	padding-bottom: 20px !important;
}*/

 /*  projects section  */

 #projects {
 	background-color: #f2f2f2;
 	position: relative;
 }

 .project_tabs {
 	border-bottom: unset;
 	margin-bottom: 35px;
 }

 #projects .nav-tabs .nav-link.active {
 	background-color: unset;
 	border-bottom: 2px solid #da8c5b;
 	border-top: 1px solid transparent;
 	border-right: 1px solid transparent;
 	border-left: 1px solid transparent;
 	color: #58595b !important;
 	/* width: 25%; */
 }

 #projects .nav-tabs .nav-item {
 	padding: 5px 16px;
 }

 #projects .nav-tabs .nav-item .nav-link {
 	color: #9e9e9e;
 	padding: 0px;
 	/* width: 25%; */
 }

 #projects .nav-tabs .nav-link:hover,
 #projects .nav-tabs .nav-link:focus {
 	border-bottom: 2px solid #da8c5b;
 	color: #58595b;
 }

 #projects .tab-content {
 	margin-top: 25px;
 }

 .project_box {
 	text-align: center;
 	margin: 25px 0px;
 	filter: grayscale(100%);
 	transition: transform 1s;
 	background-image: url('../images/projects-red-vertical.svg');
 	background-size: contain;
 	background-repeat: no-repeat;
 	background-position: center;
 }

 .project_box h3 {
 	text-align: center;
 	font-size: 22px;
 	font-weight: 700;
 	margin: 0px;
 	padding: 15px 0px;
 	color: #58595b;
 	letter-spacing: 1.2px;
 	font-family: BORGENY;
 }

 /*.nav-tabs .nav-link.active
{
	border: 1px solid transparent;
} */

 .project_box:hover {
 	filter: grayscale(0%);
 }

 .project_box a {
 	color: #58595b;
 	text-decoration: none;
 	width: 25%;
 }

 .project_box:hover a {
 	border-bottom: 2px solid #da8c5b;
 	width: 25%;
 }

 .project_box p {
 	opacity: 0;
 }

 .project_box:hover p {
 	opacity: 1;
 }

 .project_box:hover .project_img {
 	-webkit-transform: scale(1.6);
 	-moz-transform: scale(1.6);
 	-o-transform: scale(1.6);
 	transform: scale(1.2);
 }

 .project_box .project_img {
 	-webkit-transition: all .4s ease-in-out;
 	-moz-transition: all .4s ease-in-out;
 	-o-transition: all .4s ease-in-out;
 	-ms-transition: all .4s ease-in-out;
 	margin: 0px auto;
 }


 /*  Footer  */

 #footer {
 	background-image: url('../images/footer_bg.webp');
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	position: relative;
 }

 .footer_logo {
    width: 145px;
    background: #fff;
    padding: 20px 0px;
    border-radius: 5px;
 }

 #footer p {
 	color: #fff;
 	font-size: 14px;
 	padding: 25px 150px;
 }

 #footer h5 {
 	font-family: AVENIRLTPROMEDIUM;
 	font-weight: 400;
 	letter-spacing: 1.2px;
 }

 .social_links {
 	padding-left: 0px;
 }

 .social_links i {
 	font-size: 18px;
 }

 .social_links li {
 	list-style-type: none;
 	padding: 0px 12px;
 	display: inline;
 }

 .social_links li a {
 	color: #fff;
 	text-decoration: none;
 }

 .quick_links {
 	border-top: 1px solid #fff;
 	border-bottom: 1px solid #fff;
 	padding: 12px 0px;
 	margin-top: 32px;
 }

 .quick_links li {
 	list-style-type: none;
 	padding: 0px 12px;
 	display: inline;
 	font-size: 14px;
 	text-transform: uppercase;
 	letter-spacing: 1.2px;
 }

 .quick_links li a {
 	text-decoration: none;
 	color: #fff;
 }

 #footer .validation {
 	color: #fff;
 }

 .form_box {
 	background-color: #da8c5b;
 	padding: 15px 25px;
 	border: 1px solid #fff;
 	border-radius: 8px;
 }

 .form_box .form-control {
 	margin: 12px 0px;
 	background-color: transparent;
 	border-bottom: 1px solid #fff !important;
 	border: none;
 	color: #fff;
 	border-radius: 0px;
 }

 #footer .form_btn {
 	background-color: transparent;
 	border: 1px solid #fff;
 	border-radius: 6px;
 	color: #fff;
 	font-size: 14px;
 	margin-top: 15px;
 	padding: 5px 18px;
 }

 #footer .form-select {
 	filter: brightness(0) invert(1);
 }

 #footer .form-select option {
 	color: #58595b;
 }

 #footer ::placeholder,
 #footer select {
 	color: #fff !important;
 	opacity: 0.5 !important;
 }

 #footer h5 {
 	color: #fff;
 	font-size: 16px;
 	font-weight: 400;
 	padding-bottom: 8px;
 	text-transform: uppercase;
 	margin: 0px;
 	letter-spacing: 1.2px;
 }

 .footer_hr {
 	color: #fff;
 	padding: 1px;
 	height: 5px;
 	width: 38%;
 	opacity: 1;
 	margin-top: 5px;
 }

 .copyright p {
 	padding: 5px 25px !important;
 	text-align: center;
 	font-size: 14px;
 }


 /*  Inner Banners  */

 #inner_banner {
 	background-color: #D0D0D0;
 	position: relative;
 }


 .innerbanner_gap {
 	padding-left: 12%;
 	margin-top: -18%;
 	position: absolute;
 }


 /*  About Us Page */

 .heading_box {
 	background-image: url('../images/projects-red-vertical.svg');
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	padding: 65px 0px;
 	margin: 0px auto;
 	width: 185px;
 	height: auto;
 }

 .heading_box h3 {
 	font-size: 25px;
 	color: #da8c5b;
 	font-weight: 400;
 	padding: 0px;
 	margin: 0px;
 	letter-spacing: 1.2px;
 	font-family: BORGENY;
 	text-align: center
 }

 .mission_box {
 	text-align: center;
 	padding: 0px 20px;
 	margin: 15px 0px;
 }

 .mission_box a {
 	text-decoration: none;
 	color: #da8c5b;
 }

 .mission_box p {
 	margin-top: 25px;
 }


 /*  Team Page  */

 #team_members {
 	padding-bottom: 45px;
 }


 .team_img {
 	width: 350px;
 	height: auto;
 	padding-bottom: 25px;
 }



 /*  Timeline Page  */


 .timeline_img {
 	padding: 25px 10px;
 }

 #timeline .nav-pills .nav-link.active,
 #timeline .nav-pills .show>.nav-link {
 	color: #da8c5b;
 	background-color: transparent;
 }

 #timeline .nav-pills .nav-link {
 	color: #58595b;
 }

 #timeline .vr {
 	display: inline-block;
 	align-self: stretch;
 	width: 1px;
 	min-height: 4em;
 	background-color: currentColor;
 	opacity: 1;
 	margin-left: 48%;
 }

 .timelinetabs .nav-link {
 	border: 1px solid;
 	border-radius: 50%;
 	padding: 15px 10px;
 	margin: 0px auto;
 	font-weight: 700;
 }

 .timelinetabs {
 	display: block;
 }

 .timeline_body {
 	text-align: center;
 }

 .timeline_body h3 {
 	text-align: center;
 	color: #58595b;
 	font-size: 25px;
 	font-family: AVENIRLTPROMEDIUM;
 	text-transform: uppercase;
 }

 .timeline_body img {
 	padding: 32px 0px;
 }

 .timeline_body h4 {
 	text-align: center;
 	color: #58595b;
 	font-size: 25px;
 	text-transform: uppercase;
 }

 .timeline_body p {
 	text-align: center;
 	color: #da8c5b;
 	font-size: 20px;
 }


 #timeline .carousel-indicators [data-bs-target] {
 	width: 10px;
 	height: 10px;
 	border-radius: 50%;
 	background-color: #000;
 }

 #timeline .carousel-indicators {
 	margin-bottom: -2rem;
 }


 /* width */
 .ScrollStyle::-webkit-scrollbar {
 	width: 4px;
 	margin-left: 45px;
 }

 /* Track */
 .ScrollStyle::-webkit-scrollbar-track {
 	background: #f1f1f1;
 }

 /* Handle */
 .ScrollStyle::-webkit-scrollbar-thumb {
 	background: #888;
 }


 /*  Project Page */

 /*  Project banner Video play pause styles */


 .kingston_banner {
 	 
 	background-size: cover;
 	position: relative;
  	width: 100%;
 	display: table;
 	overflow: hidden;

 }

 .viraat_banner {
 	/* background: url('../images/projects/viraat/viraat-banner-image.webp') no-repeat; */
 	background-size: cover;
 	position: relative;
 	height: 125vh;
 	width: 100%;
 	display: table;
 	overflow: hidden;

 }

 .pristine_banner {
 	/*background: url('../images/projects/pristine/pristine-banner-image.webp') no-repeat; */
 	background-size: cover;
 	position: relative;
 	height: 125vh;
 	width: 100%;
 	display: table;
 	overflow: hidden;


 }

 #btl_banner {
 	background: url('../images/projects/btl/by-the-lake-banner.webp') no-repeat;
 	background-size: cover;
 	position: relative;
 	height: 100vh;

 }

 /* Selldo form css for project */

 #project_banner .selldof .title,
 .project_sideform1 .selldof .title {
 	display: none;
 }

 #project_banner .selldof input.btn,
 .project_sideform1 .selldof input.btn {
 	background-color: #da8c5b !important;
 	padding: 5px 25px;
 	border: 1px solid #da8c5b !important;
 	font-family: AVENIRLTPROBOOK;
 	color: #fff;
 	margin-top: 25px;
 	font-size: 16px;
 	letter-spacing: 1.2px;
 	margin: 0 auto;
 	display: block;
 }

 #project_banner .selldof .has-error .form-control,
 .project_sideform1 .selldof .has-error .form-control {
 	border-color: #da8c5b !important;
 }

 #project_banner .selldof .has-error .help-block,
 .project_sideform1 .selldof .has-error .help-block {
 	color: #da8c5b !important;
 }


 .project_sideform1 {
 	margin-top: -92vh;
 	z-index: 13;
 	position: relative;
 }

 .btl_highlights {
 	z-index: 9999;
 	position: relative;
 }

 .project_sideform {
 	background-color: transparent;
 	padding: 15px;
 	border: 1px solid #fff;
 	border-radius: 12px;
 	position: relative;
 	top: 15%;
 }

 .project_sideform .form-control {
 	background-color: transparent;
 	margin: 8px 0px;
 	border: 1px solid #959292;
 }

 .form_logo {
 	padding-bottom: 15px;
 }


 #loc_highlights iframe {
 	height: 255px;
 	border: 1px solid #fff;
 	border-top-left-radius: 10px;
 	border-bottom-left-radius: 10px;
 	position: relative;
 }

 #project_banner .video_heading {
 	position: relative;
 	z-index: 11;
 }

 #project_banner .banner-video {
 	height: 125vh;
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	z-index: -9999;
 	width: 100%;
 	object-fit: cover;
 }

 #project_banner .playbutton {
 	width: 150px;
 	height: auto;
 	/* border-radius: 50%;
    border: 2px solid #fff; */
 	text-align: center;
 	position: absolute;
 	right: 135px;
 	bottom: 125px;
 	z-index: 100;
 	cursor: pointer;
 	transition: all 0.3s ease 0s;
 }

 

 /*  Location Highlights  */

 #loc_highlights {
     margin-top: 0px;
    margin-bottom: 10%;
 }

 .project_icons_section {
 	padding: 25px;
 	background-color: #dee2e6;
 }

 .sidegap {
 	padding: 0px;
 }

 .bannerpoint {
 	display: flex;
 	margin: 25px 0px 0px;
 	font-size: 15px;
 }

 .bannericon {
 	padding-right: 25px;
 	width: 80px;
 	height: auto;
 }

 /*

.hightlight_box
{
	margin: 15px 0px;
}
*/

 .rerano {
 	font-size: 16px;
 }

 /*  Project Overview  */


 #project_overview,
 #floorplans {
 	background-image: url('../images/projects/project_sectionbg2.webp');
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: center;
 	position: relative;
 }


 /* Project Download brochre */

 #download_brochure {
 	background-color: #4C4C4C;
 	padding: 35px 0px;
 	margin-top: 100px;
 }

 .download_link {
 	font-size: 30px;
 	text-align: center;
 }

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

 .download_img {
 	margin-top: -145px;
 }

 .white_underline {
 	color: #fff;
 	opacity: 1;
 	height: 8px !important;
 	border-radius: 12px;
 	width: 70%;
 	margin: 12px auto;
 }

 /* Project amenities */

 #amenities {
    background-image: linear-gradient(45deg, #e9ecef9c, #e9ecefb3), url(../images/bg_pic.webp);
    background-repeat: repeat;
    background-size: inherit;
    background-position: center;
    position: relative;
 }

 .ame_lists {
 	padding-left: 0px;
 }

 .ame_lists li {
 	list-style-type: none;
 	width: 19%;
 	display: inline-grid;
 }

 .amenities_box {
     margin: 20px 10px 0px;
    padding: 25px 15px;
    background-color: #575f62;
	    border-radius: 6px;
    height: 175px;
    border: 1px solid #da8c5b4a;


 }
/* 
	    background-image: linear-gradient(45deg, #e9ecef9c, #e9ecefb3), url(https://www.vertexviva.com/lp/kingston-park/images/projects/kp/Kp%20gallery%206.webp);
    background-repeat: repeat;
    background-size: inherit;
    background-position: center;
    position: relative; */

 .amenities_box h3 {
font-size: 20px;
    padding-bottom: 15px;
    margin: 15px 0px 0px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
 }

 .amenities_box img {
 	width: 75px;
 	height: auto;
 	display: block;
 	margin: 0px auto;
 }

 .amenities_box img:nth-child(2) {
 	display: none;
 }

 .amenities_box:hover img:nth-child(1) {
  }

 .amenities_box:hover img:nth-child(2) {
 	display: none;
 }

 .amenities_box:hover {
    background-color: #575f62;
 }

 


 /*
.amenities_box img
{
	padding-bottom: 15px;
	width: 45px;
	height: auto;
}*/

 /*.gap_above
{
	padding-top: 32px;
} */


 /* Project plans */

 .floorplan_tabs {
 	border-bottom: none;
 	margin-bottom: 36px;
 }

 #floorplans .floorplan_tabs>li {
 	padding: 0px;
 }

 #floorplans .floorplan_tabs>li>a {

 	padding: 10px 26px;
 	color: #58595b;
 	border-radius: 0px;
 	margin: 2px;
 	font-weight: 700;
 	border-right: 2px solid #da8c5b !important;
 }

 #floorplans .nav-tabs .nav-link {
 	border: unset;
 }

 #floorplans .floorplan_tabs>li.active {

 	color: #fff;
 	border-radius: 10px;
 }

 #floorplans .floorplan_tabs>li>a:hover,
 #floorplans .floorplan_tabs>li>a:focus,
 #floorplans .floorplan_tabs>li>a:active {
 	color: #da8c5b;
 }

 #floorplans .floorplan_tabs>li.active>a,
 #floorplans .floorplan_tabs>li.active>a:focus,
 #floorplans .floorplan_tabs>li.active>a:hover {
 	color: #da8c5b !important;

 }

 #floorplans .floorplan_tabs .nav-link.active {
 	background-color: transparent !important;
 }

 #floorplans .tab-content p {
 	font-size: 22px;
 	font-weight: 700;
 	text-align: center;
 	padding: 15px 0px;
 	margin-bottom: 25px;
 }


 /*  Contact Us Page */

 #contact_form label {
 	display: inline-block;
 	font-family: BORGENY;
 	color: #58595b;
 	font-size: 16px;
 	margin: 12px 0px;
 }

 #contact_form .submit_btn,
 #nri_form .submit_btn,
 #careers_form .submit_btn,
 #partners .submit_btn,
 .project_sideform .submit_btn {
 	background-color: #da8c5b;
 	padding: 5px 25px;
 	border: 1px solid #da8c5b;
 	font-family: AVENIRLTPROBOOK;
 	color: #fff;
 	margin-top: 25px;
 	font-size: 16px;
 	letter-spacing: 1.2px;
 }

 #contact_form .form-control {
 	border-top: unset;
 	border-right: unset;
 	border-left: unset;
 	border-bottom: 2px solid #da8c5b85;
 	border-radius: 0px;
 	margin: 16px 0px;
 	background-color: #e9e9e9ad;
 }

 .validation {
 	color: #da8c5b;
 	font-size: 12px;
 }

 #contactlocmap iframe {
 	padding-top: 25px;
 	border-radius: 5px;
 }

 .address_bar {
 	padding-top: 32px;
 	text-align: center;
 }

 .address_bar h3 {
 	font-family: AVENIRLTPROMEDIUM;
 	font-size: 20px;
 	font-weight: 700;
 	color: #58595b;
 	padding-bottom: 15px;
 }


 /*  Media Page */

 .media_img {
 	width: 200px;
 	height: auto;
 }

 .media_img {
 	transform: rotate(315deg);
 	transition: 2s;
 }

 .media_img:hover {
 	transform: rotate(360deg);
 }


 #papermedia .media_tabs {
 	border-bottom: none;
 	margin-bottom: 36px;
 }

 #papermedia .media_tabs>li {
 	padding: 0px;
 }

 #papermedia .media_tabs>li>a {

 	padding: 6px 30px;
 	color: #58595b;
 	border-radius: 0px;
 	margin: 2px;
 	font-weight: 700;
 	border-right: 2px solid #da8c5b !important;
 }

 #papermedia .media_tabs>li>a:last-child {
 	border-right: unset;
 }

 #papermedia .nav-tabs .nav-link {
 	border: unset;
 }

 #papermedia .media_tabs>li.active {

 	color: #fff;
 	border-radius: 10px;
 }

 #papermedia .media_tabs>li>a:hover,
 #papermedia .media_tabs>li>a:focus,
 #papermedia .media_tabs>li>a:active {
 	color: #da8c5b;
 }

 #papermedia .media_tabs>li.active>a,
 #papermedia .media_tabs>li.active>a:focus,
 #papermedia .media_tabs>li.active>a:hover {
 	color: #da8c5b !important;
 }

 .media_box {
 	padding: 15px;
 	margin: 5px 25px;
 }

 .media_box h3 {
 	font-size: 18px;
 	font-weight: 700;
 	color: #58595b;
 	padding: 15px 0px;
 	margin: 15px 0px;
 }

 /*  NRI page */

 .nri_lists,
 .privacy_lists {
 	padding-left: 45px;
 	margin: 0px;

 }

 .nri_img {
 	border-radius: 18px;
 }

 #carouselNRI {
 	margin-top: 15px;
 }

 #nri_faqs .accordion-button {
 	color: #58595b;
 	position: relative;
 }

 #nri_faqs .accordion-button:not(.collapsed) {
 	background-color: transparent;
 	color: #58595b;
 }

 #nri_faqs .accordion-button:focus {
 	box-shadow: unset;
 }

 #nri_faqs .accordion-flush .accordion-item .accordion-button {
 	border: 1px solid #9e9e9e;
 }

 #nri_faqs .accordion {
 	margin-top: 16px;
 }

 /*
.accordion-button:after {
    order: -1; /* swap order *
	margin-right: auto;

} */

 .nri_formbox {
 	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
 	padding: 25px;
 	border-radius: 5px;
 	margin-top: 16px;
 }

 .form-control {
 	font-family: AVENIRLTPROBOOK;
 }

 .form-control:focus {
 	box-shadow: unset;
 }

 #nri_form .form-control {
 	border-top: unset;
 	border-right: unset;
 	border-left: unset;
 	border-bottom: 2px solid #58595b5e;
 	border-radius: 0px;
 	margin: 16px 0px;
 	background-color: #fff;
 }


 /*  Careers Form  */

 #careers_form .sec_heading h3 {
 	color: #58595b;
 }

 #careers_form .form-control {
 	border-top: unset;
 	border-right: unset;
 	border-left: unset;
 	border-bottom: 2px solid #da8c5b85;
 	border-radius: 0px;
 	margin: 40px 0px 20px;
 	background-color: #fff;
 }

 /* 
#careers_form .careers_btn_lists
{
	padding-left:0px;
}

#careers_form .careers_btn_lists li
{
	list-style-type: none;
    width: 48%;
	display: inline-block;
} */

 .careers_file {
 	padding-top: 25px;
 }

 /*  Business Partners  */

 #partners .form-control {
 	border-top: unset;
 	border-right: unset;
 	border-left: unset;
 	border-bottom: 2px solid #da8c5b85;
 	border-radius: 0px;
 	margin: 16px 0px;
 	background-color: #fff;
 }

 #project_banner ::placeholder,
 #project_banner select,
 .project_sideform1 .selldof .form-control::placeholder,
 .project_sideform1 .selldof .form-control select {
 	color: #000 !important
 }

 #project_banner .selldof .form-control,
 #project_banner .sell_do_form_control,
 .project_sideform1 .selldof .form-control {
 	color: #000 !important;
 }

 /* Media quries  */

 @media only screen and (min-width:350px) and (max-width: 768px) {

 	.project_sideform {
 		margin-top: 65%;
 		top: unset;
 	}

 	.project_sideform1 {
 		margin-top: 4vh;
 		top: unset;
 	}

 	.kingston_banner,
 	#project_banner .banner-video,
 	.pristine_banner,
 	.viraat_banner {
 		height: auto;
 	}

 	#btl_banner {
 		background-position: center;
 		height: 35vh;
 	}

 	.playbutton {
 		display: none;
 	}

 	#banner .carousel-indicators,
 	#about .carousel-indicators {
 		margin-left: 15px;
 		bottom: -55px;
 	}

 	.banner_heading h1,
 	.banner_heading .spe_color,
 	.sec_heading h2 {
 		/* padding-bottom: 25px; */
 		font-size: 26px;

 	}

 	.sec_heading h2,
 	.banner_heading h1 {
 		padding-top: 25px;
 	}

 	#footer p {
 		padding: 25px;
 	}

 	.form_box {
 		margin: 20px 0px;
 	}

 	#menu {
 		padding: 0px;
 	}

 	.navbar-nav {
 		align-items: unset;
 		margin-top: 15px;
 		border-top: 1px solid #fff;
 	}

 	.navbar-toggler:focus {
 		box-shadow: unset;
 	}

 	.navbar .navbar-nav .nav-item {
 		padding: 5px 0px;
 	}

 	.navbar {
 		padding: 0px 15px 15px;
 	}

 	.navbar-brand img {
 		width: 70px;
 	}

 	.dropdown-menu>li:hover>.dropdown-submenu {
 		position: static;
 	}

 	.quick_links li {
 		padding: 0px 5px;
 	}

 	.quick_links li a {
 		font-size: 12px;
 	}

 	.callout {
 		/* padding-left: 25px;
		padding-right: 25px; */
 		padding: 0px 0px 50px 0px;
 	}

 	.h_img {
 		width: 125px;
 		height: auto;
 	}

 	.hightlight_box {
 		/* text-align: center; */
 	}

 	.hightlight_box p {
 		padding-top: 20px;
 	}

 	#floorplans .floorplan_tabs>li>a {
 		font-size: 14px;
 		padding: 10px 10px;
 		border-right: unset !important;
 	}

 	.floorplan_tabs {
 		margin-bottom: 0px;
 	}

 	.timeline_body {
 		padding: 0px 25px;
 	}

 	.timeline_body h3 {
 		font-size: 20px;
 	}

 	.timeline_body h4 {
 		font-size: 18px;
 	}

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

 	.timelinetabs {
 		padding: 0px 20px;
 	}

 	#papermedia .media_tabs>li>a {
 		font-size: 14px;
 		padding: 10px 10px;
 		border-right: unset !important;
 	}

 	.media_tabs {
 		margin-bottom: 0px;
 	}

 	.inner_banner_heading h1 {
 		font-size: 22px;
 	}

 	.innerbanner_gap {
 		padding-left: 5%;
 		margin-top: -12%;
 	}

 	.ame_lists li {
 		width: 100%;
 	}

 	.amenities_box {
 		height: auto;
 	}

 	#loc_highlights {
 		margin-top: 0px;
 	}

 	.section_pad {
 		padding: 35px 20px;
 	}

 	.mobsection_pad {
 		padding: 0px 20px;
 	}

 	#project_banner .selldof .form-control,
 	#project_banner .sell_do_form_control,
 	#project_banner select,
 	.project_sideform1 .selldof .form-control,
 	.project_sideform1 .sell_do_form_control {
 		border: 1px solid #d0d0d0 !important;

 	}


 	#project_banner.florenza_banner .selldof .form-control {
 		border: none !important;
 	}

 	#project_banner ::placeholder,
 	#project_banner select,
 	.project_sideform1 ::placeholder,
 	.project_sideform1 select {
 		color: #000 !important;
 		opacity: 0.6 !important;
 	}

 	.florenza_banner .project_sideform {
 		margin-top: 0% !important;
 	}


 	.banner_heading_h1 {
 		padding-top: 0px !important;
 		font-size: 20px;
 	}

 	.florenza_banner {
 		padding-top: 45px;
 	}
 }



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

 	.florenza_banner {

 		/*background-image: url('https://vertexviva.com//images/projects/Florenza/Florenza_Mobile_Responsive_banner.webp') !important; */
 		background-image: none !important;
 		background-position: center center;
 		background-repeat: no-repeat;
 		background-size: cover;
 		height: auto !important;
 	}

 	.florenza_banner .project_sideform {
 		top: 0% !important;
 		background: #152c43;

 	}

 	.project_sideform {
 		background: #da8c5b !important;
 	}


 	#project_banner.florenza_banner .selldof .form-control,
 	#project_banner.florenza_banner .selldof .form-control::placeholder {

 		color: #fff !important;


 	}


 	#project_banner.florenza_banner .selldof .form-control {
 		border-bottom: 1px solid #d0d0d0 !important;
 	}


 	.sticky-icons {
 		bottom: 0;
 		right: 0;
 		top: unset !important;
 		transform: translateY(0);
 	}

 }



 @media only screen and (min-width: 768px) and (max-width: 1000px) {
 	#footer p {
 		padding: 25px;
 	}

 	.navbar .navbar-nav .nav-link {
 		font-size: 16px;
 	}

 	.navbar .navbar-nav .nav-item {
 		padding: 2px 10px;
 	}

 	.ame_lists li {
 		width: 24%;
 	}

 	#loc_highlights iframe {
 		height: 328px;
 	}

 	.florenza_banner {
 		height: 65vh !important;
 	}

 	.florenza_banner .project_sideform {
 		top: 0% !important;
 	}

 	.banner_heading_h1 {
 		padding-top: 0px !important;
 		font-size: 20px;
 	}

 }


 @media only screen and (min-width: 1000px) and (max-width: 1200px) {
 	#loc_highlights iframe {
 		height: 290px;
 	}

 	.florenza_banner {
 		height: 65vh !important;
 	}

 	.florenza_banner .project_sideform {
 		top: 0% !important;
 	}

 	.banner_heading_h1 {
 		padding-top: 0px;
 		font-size: 20px;
 	}

 }

 @media only screen and (min-width: 1201px) and (max-width: 1600px) {
 	.home_mt {
 		margin-top: -130px;
 	}

 	.florenza_banner {
 		height: 70vh !important;
 	}

 	.florenza_banner .project_sideform {
 		top: 0% !important;
 	}

 	.banner_heading_h1 {
 		padding-top: 0px;
 		font-size: 20px;
 	}
 }


 @media only screen and (min-width: 1601px) and (max-width: 1900px) {
 	.home_margin_top {
 		margin-top: -130px;
 	}

 }


 @media screen and (min-width: 1901px) {
 	.project_sideform {
 		top: 25%;
 	}

 	#project_banner .playbutton {
 		bottom: 200px;
 	}

 	.home_margin_top {
 		margin-top: -150px;
 	}

 	.kingston_banner,
 	.pristine_banner,
 	.viraat_banner {
 		height: 100vh;
 	}

 	#project_banner .banner-video {
 		height: 100vh;
 	}
 }


 /*  animation CSS  */

 /**  fadeInDown  **/

 .fadeInDown {
 	-webkit-animation-name: fadeInDown;
 	animation-name: fadeInDown;
 	-webkit-animation-duration: 2s;
 	animation-duration: 2s;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }

 @-webkit-keyframes fadeInDown {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(0, -100%, 0);
 		transform: translate3d(0, -100%, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }

 @keyframes fadeInDown {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(0, -100%, 0);
 		transform: translate3d(0, -100%, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }



 /** projects section fadeinup  **/

 /* make keyframes that tell the start state and the end state of our object */
 @-webkit-keyframes fadeinup {
 	from {
 		opacity: 0;
 	}

 	to {
 		opacity: 1;
 	}
 }

 @-moz-keyframes fadeinup {
 	from {
 		opacity: 0;
 	}

 	to {
 		opacity: 1;
 	}
 }

 @keyframes fadeinup {
 	from {
 		opacity: 0;
 	}

 	to {
 		opacity: 1;
 	}
 }

 .fadeinup {
 	opacity: 0;
 	/* make things invisible upon start */
 	-webkit-animation: fadeInUp ease-in 1;
 	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
 	-moz-animation: fadeInUp ease-in 1;
 	animation: fadeInUp ease-in 1;

 	-webkit-animation-fill-mode: forwards;
 	/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 	-moz-animation-fill-mode: forwards;
 	animation-fill-mode: forwards;

 	-webkit-animation-duration: 1s;
 	-moz-animation-duration: 1s;
 	animation-duration: 1s;
 }


 .fadeinup.pbox_1 {
 	-webkit-animation-delay: 0.7s;
 	-moz-animation-delay: 0.7s;
 	animation-delay: 0.7s;
 }

 .fadeinup.pbox_2 {
 	-webkit-animation-delay: 1.2s;
 	-moz-animation-delay: 1.2s;
 	animation-delay: 1.2s;
 }

 .fadeinup.pbox_3 {
 	-webkit-animation-delay: 1.6s;
 	-moz-animation-delay: 1.6s;
 	animation-delay: 1.6s;
 }


 /** Normal fadeInUp **/

 .fadeInUp {
 	-webkit-animation-name: fadeInUp;
 	animation-name: fadeInUp;
 	-webkit-animation-duration: 3s;
 	animation-duration: 3s;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }

 @-webkit-keyframes fadeInUp {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(0, 100%, 0);
 		transform: translate3d(0, 100%, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }

 @keyframes fadeInUp {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(0, 100%, 0);
 		transform: translate3d(0, 100%, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }


 /** fadeInLeft **/

 .fadeInLeft {
 	-webkit-animation-name: fadeInLeft;
 	animation-name: fadeInLeft;
 	-webkit-animation-duration: 2s;
 	animation-duration: 2s;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }

 @-webkit-keyframes fadeInLeft {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(-100%, 0, 0);
 		transform: translate3d(-100%, 0, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }

 @keyframes fadeInLeft {
 	0% {
 		opacity: 0;
 		-webkit-transform: translate3d(-100%, 0, 0);
 		transform: translate3d(-100%, 0, 0);
 	}

 	100% {
 		opacity: 1;
 		-webkit-transform: none;
 		transform: none;
 	}
 }


 /** fadeIn  **/

 .fadeIn {
 	-webkit-animation-name: fadeIn;
 	animation-name: fadeIn;
 	-webkit-animation-duration: 1s;
 	animation-duration: 1s;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }

 @-webkit-keyframes fadeIn {
 	0% {
 		opacity: 1;
 	}

 	100% {
 		opacity: 1;
 	}
 }

 @keyframes fadeIn {
 	0% {
 		opacity: 1;
 	}

 	100% {
 		opacity: 1;
 	}
 }

 .fadeIn.aboutfadein1 {
 	-webkit-animation-delay: 1.2s;
 	-moz-animation-delay: 1.2s;
 	animation-delay: 1.2s;
 }


 /** slideInUp for about section  **/

 .slideInUp {
 	-webkit-animation-name: slideInUp;
 	animation-name: slideInUp;
 	-webkit-animation-duration: 1s;
 	animation-duration: 1s;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }

 @-webkit-keyframes slideInUp {
 	0% {
 		-webkit-transform: translateY(100%);
 		transform: translateY(100%);
 		visibility: visible;
 		opacity: 0;
 	}

 	100% {
 		-webkit-transform: translateY(0);
 		transform: translateY(0);
 	}
 }

 @keyframes slideInUp {
 	0% {
 		-webkit-transform: translateY(100%);
 		transform: translateY(100%);
 		visibility: visible;
 		opacity: 0;
 	}

 	100% {
 		-webkit-transform: translateY(0);
 		transform: translateY(0);
 	}
 }

 .slideInUp.aboutslideup1 {
 	-webkit-animation-delay: 0.7s;
 	-moz-animation-delay: 0.7s;
 	animation-delay: 0.7s;
 }

 .slideInUp.aboutslideup1_1 {
 	-webkit-animation-delay: 1.2s;
 	-moz-animation-delay: 1.2s;
 	animation-delay: 1.2s;
 }

 .slideInUp.aboutslideup2 {
 	-webkit-animation-delay: 1.6s;
 	-moz-animation-delay: 1.6s;
 	animation-delay: 1.6s;
 }



 /*  projects gallery slick Slider  */

 #gallery h2 {
 	padding-bottom: 15px;
 }

 .slick-slide img {
 	display: block;
 	width: 100%;
 }

 #gallery .slick-slide {
 	color: #FFF;
 	margin: 0 15px 0 0;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	transform: scale(0.8);
 	transition: all 0.4s ease-in-out;
 }

 #gallery .slick-slide,
 #gallery .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
 	transform: scale(0.8, 0.8);
 	transition: all 0.4s ease-in-out;
 }

 #gallery .slick-center,
 #gallery .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
 	transform: scale(1.1);
 }

 #gallery .slick-current.slick-active {
 	transform: scale(1.1);
 }

 .slick-next,
 .slick-prev {
 	z-index: 5;
 }

 .slick-next {
 	right: 15px;
 }

 .slick-prev {
 	left: 15px;
 }

 .slick-next:before,
 .slick-prev:before {
 	color: #ad3030;
 	font-size: 30px;
 }

 #gallery .slick-dots li.slick-active button:before {
 	opacity: 1;
 	color: #da8c5b;
 }

 #gallery .slick-dots li button:before {
 	color: #58595b;
 	opacity: 1;
 	font-size: 15px;
 }

 #gallery .slick-dots {
 	bottom: -55px;
 }

 .gallery_slider div.slick-active:not(.gallery_slider div.slick-active.slick-current) {
 	filter: grayscale(100%);
 }




 /* Florenza new page css */

 .florenza_banner {

 	background-image: url('https://vertexviva.com//images/projects/Florenza/Desktop_banner.webp');
 	/* Main image */

 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	height: 100vh;
 	overflow: hidden;
 }

 .florenza_banner .project_sideform {
 	top: 40%;
 }

 /*.florenza_banner .selldof .form-control::placeholder, .florenza_banner .selldof select
{
	opacity: 1 !important;

}*/


 /* watsapp sticky icon css for desktop */



 .sticky-icons a {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	text-decoration: none;
 	background: #25D366;
 	/* WhatsApp green background */
 	color: white;
 	font-size: 24px;
 	border-radius: 50%;
 	width: 47px;
 	height: 47px;
 	margin: 5px;
 	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 	transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .sticky-icons a.phone {
 	background: #e94c55;
 	/* Phone blue background */
 }

 .sticky-icons a:hover {
 	transform: scale(1.1);
 	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
 }

 /* Default (Desktop) - Vertical Icons */
 .sticky-icons {
 	top: 95%;
 	right: 0;
 	transform: translateY(-50%);
 	/* flex-direction: column;*/
 	position: fixed;
 	z-index: 1000;
 }

 .desktop_watsapp {
 	background: #25D366;
 }

 ::placeholder {
 	color: #fff;
 }























 /* index css
  */
.kingston_banner .bannerbgpic{
     width: 100% !important;
    top: 0px !important;
}

 
.form-control {
  background: transparent;
  border: 1px solid #ccc;
  color: white; /* Input text color */
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

/* White placeholder text */
::placeholder {
  color: white;
 }

/* For select box text */
.form-control option {
  color: black;
}

/* Focus border effect */
.effect-9:focus {
  border-color: white;
  outline: none;
} 

.deskview{
	display: block !important;
}

.mblview{
	display: none !important;
}

.project_sideform form ul{
	    padding: 0 !important;
    display: flex;
	list-style-type: none !important;
}
.project_sideform form ul li{ 
	list-style-type: none !important;
}

.bannerbottomfm{
    position: fixed;
    bottom: 12px;
	width: 100%;
    z-index: 9;
	    width: 100%;
}
.project_sideform {
    background-color: #fffffff0;
	padding:7px !important;
}

.input_wrap{
position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    justify-content: center;
    display: flex;
    bottom: 5px;
    left: 0px;
    font-size: 15px !important;
}
.project_sideform ul{
padding: 0 !important;
    justify-content: space-around;
    align-items: center;
}
.project_sideform
.form-control {
    color: #727b82 !important;
}

.project_sideform  button{
	    background: #da8c5b;
    color: #fff;
    border: none !important;
    padding: 11px 35px;
    border-radius: 7px;
}
  #footer {
    padding-bottom: 130px;
}
/* fm foft */
.contact-form {
  background-color: #da8c5b;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.5);
}

.contact-form h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
}

.contact-form input,
.contact-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  background: transparent;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  outline: none;
}

.contact-form input::placeholder {
  color: rgba(255,255,255,0.7);
}

.contact-form select option {
  color: #000;
}

.contact-form .checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-form .checkbox input {
  margin-right: 10px;
  accent-color: #fff;
  margin-top: 3px;
}

.contact-form .checkbox label {
  font-size: 11px;
  color: #fff;
  line-height: 1.4;
}

.contact-form button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background: #fff;
  color: #e53935;
}
/* fm foot */

.modal_div {
    z-index: 99999999;
    transform-origin: right bottom 0;
    position: fixed;
    top: 58%;
    right: 36px;
    line-height: 1;
    margin: 0px;
    text-align: center;
    transform: rotate(90deg);
}
#menu {
    z-index: 999;
}

.modal-body li{
	list-style-type: none !important;
	font-size:14px !important;
}
.poptextin{
	display: flex;
    justify-content: center;
    text-align: center;
}

.modal-title {
    /* margin-bottom: 0; */
    /* line-height: 1.5; */
    margin: auto 0 auto auto;
    font-weight: 700;
    color: #da8c5b;
}
.modal-body button{
background: #da8c5b;
    color: #fff;
    border: none !important;
    padding: 8px 31px;
    border-radius: 7px;
    font-size: 14px;
    margin: 0 auto !important;
    display: flex;
}

.modal-body .form-control { 
    color: #7b838a !important;
}
.poptextin .formControlright  {
 display: flex;
   text-align: center;
}
.effect-9:focus {
    border-color: #cccccc !important;
}
.bannerbottomfm{
		display: none;
	}

.back_bg {
    background: linear-gradient(0deg, #da8c5b 0%, #da8c5b 100%) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.back_bg a{
	color: #fff !important;
	width: 50% !important;
	    border-right: 1px solid #fff !important;
}

.playbutton{
	padding: 70px 0px;
}















@media (max-width:768px) {
.project_sideform form ul {
    padding: 0 !important;
    display: block;
}
	.deskview{
		display: none !important;
	}

	.mblview{
		display: block !important;
	}
.bannerbottomfm {
    position: relative;
    bottom: inherit;
}
.kingston_banner .bannerbgpic {
    position: relative !important;
    width: 100% !important;
    top: inherit;
}
    .project_sideform {
        background: #b5212a00 !important;
		margin-top:0% !important;
    }
	.input_wrap{
		position: relative;
	}

	.input_wrap .formControlright  {
		display: flex;
	}

	.project_sideform button {
     padding: 7px 24px;
    border-radius: 7px;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
	.modal_div{
		display: none !important;
	}

	.bannerbottomfm{
		display: flex;
		    text-align: center;
    margin-top: 20px;

	}

	.offset-md-1{ 
        display: none !important;
	}

	    .navbar-brand img {
        width: 125px;
        margin-bottom: -40px;
    }
	.ame_lists{
		padding-right: 0px  !important;
	}
.bannericon {
    padding-right: 25px;
    width: 4px;
    height: auto;
    background: #000;
    height: 1px;
    margin-right: 9px;
}

}































/* Accordion Button */
.faqssec  h2{
    margin-bottom: 5px;
}
.accordion {
  background-color: #ffffff;
  color: #58595b;
  cursor: pointer;
  padding: 18px 20px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  margin-bottom: 10px;
  border-radius: 6px;
}

/* Hover & Active */
.accordion:hover,
.accordion.active {
  background-color: #f0f0f0;
}

/* Plus / Minus Icon */
.accordion::after {
  content: '+';
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion.active::after {
  content: '−';
}

/* Panel */

.panel {
   overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0 20px;
   border-radius: 0 0 6px 6px;
}

.panel p {
  padding: 15px 0;
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* ======== end  */


 