/* @import url("https://fonts.googleapis.com/css2?family=Pridi:wght@300;400;500;600&family=Rubik:wght@300;400;500;600&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'MaestroTimes';
  src: url('../fonts/MaestroTimes.woff2') format('woff2'),
    url('../fonts/MaestroTimes.woff') format('woff'),
    url('../fonts/MaestroTimes.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MaestroTimes-Bold';
  src: url('../fonts/MaestroTimes-Bold.woff2') format('woff2'),
    url('../fonts/MaestroTimes-Bold.woff') format('woff'),
    url('../fonts/MaestroTimes-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body,
p {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-family: 'MaestroTimes';
}

h2,
h3 {
  font-family: 'MaestroTimes-Bold';
}


.fixed-top {
  z-index: 9 !important;
}

section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-area.sticky {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  position: fixed;
}

.applayout_rGHT {
  width: 76%;
}

.common-btn {
  margin: 20px;
  font-size: 20px;
  text-decoration: none;
}

.com-button2:hover {
  color: #000;
  background-color: #fff;
}

.com-button2 {
  border: 2px solid #fff;
  font-size: 18px;
  padding: 25px 46px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  transition: background 200ms;
  margin-bottom: 0 !important;
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  margin-top: 2px;
  content: url(../../../assets/images/long-arrow.svg);
  transition: transform 0.3s ease-out;
}

.arrow:hover::after {
  transform: translateX(4px);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

/*---------------homre body  part-----------------*/
/* ---------------------------------------------
banner
---------------------------------------------  */
.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
  padding: 0;
}

.abt-committe-inner {
  position: relative;
  margin-top: -70px;
}

#bg-video {
  min-width: 100%;
  max-width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.1);
  top: 0;
  left: 0;
  bottom: 4px;
  right: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 73px;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-banner.inner-banner img.img-fluid {
  aspect-ratio: 16/5;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 72px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  color: #ffffff;
  font-family: 'MaestroTimes';
}

.main-banner .caption p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
}

.main-banner .caption a {
  margin-top: 60px;
  display: inline-block;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@keyframes clockwiseSpin {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.clockwiseSpin {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: clockwiseSpin;
  animation-timing-function: linear;
}

.round-text {
  position: absolute;
  z-index: 8;
  top: 40%;
  right: 0;
  transform: translate(50%, -50%);
}

.twist-arrow {
  position: absolute;
  right: -150px;
  top: -65px;
}

.caption {
  position: relative;
}

.banner-right-corner {
  position: absolute;
  right: 0;
  bottom: -1px;
  background-image: url(../../assets/images/home-feature-image-bottom-over.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 47%;
  height: 120px;
  text-align: center;
}

.banner-right-corner a {
  background-color: #ffb508;
}

.banner-right-corner a {
  width: 350px;
  display: flex;
  justify-content: center;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 28px;
  position: absolute;
  right: 90px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
}

.banner-right-corner a img {
  padding-left: 10px;
}

/* ---------------------------------------------
banner end
--------------------------------------------- 
*/
/* ---------------------------------------------
about-sec
--------------------------------------------- 
*/
.left-image-bx {
  position: relative;
}

.left-image-bx img {
  width: 100%;
}

.left-image-bx .banner-right-corner {
  width: 65%;
  height: 66px;
}

.left-image-bx .banner-right-corner.reverce {
  opacity: 0.6;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.left-image-bx .banner-right-corner a {
  background-color: #fff;
  padding: 10px;
  width: auto;
  height: 35px;
  margin: 0;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-image-bx .banner-right-corner a.arrow::after {
  margin-top: 6px;
}

.abt-middle-bx h6 {
  color: #ffb508;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.abt-middle-bx {
  padding-left: 20px;
}

.communuicationSection .abt-middle-bx,
.directiontop .abt-middle-bx {
  padding-left: 0;
}

.abt-middle-bx h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
  margin-bottom: 20px;
  font-family: 'MaestroTimes-Bold';
}

.abt-middle-bx p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.36px;
  color: #333333;
}

.abt-middle-bx p a {
  color: #000;
  font-weight: 500;
}

.abt-middle-bx p a:hover {
  text-decoration: underline;
}

.abt-right-bx {
  text-align: right;
}

.abt-right-bx img {
  width: 100%;
}

/*********count-up-area********/
.count_up {
  background: #f8fdff;
  padding: 30px 0;
}

.count_up ul.counter-main {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin-bottom: 0;
  padding-left: 0;
}

.count_up ul.counter-main li.counters {
  width: 25%;
  border-right: 2px solid #eeeeee;
}

.count_up ul.counter-main li:last-child {
  border-right: none;
}

.count_up ul.counter-main .rv-bx {
  text-align: center;
}

.rv-bx h2 {
  display: inline-block;
  letter-spacing: 1.2px;
  color: #000000;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
}

.rv-bx h2 span {
  letter-spacing: 1.2px;
  color: #ffb508;
}

.rv-bx p {
  letter-spacing: 0.4px;
  color: #000000;
  font-size: 20px;
  line-height: 36px;
}

/****middle-video-section***/
.middle-video-area {
  position: relative;
}

.middle-video-area a {
  position: relative;
  text-decoration: none;
}

.middle-video-area img.poster {
  max-width: 100%;
  width: 100%;
}

.middle-video-area span.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/****middle-video-end***/
/***amenties***/
.amentiesleft h6 {
  letter-spacing: 1.6px;
  color: #ffb508;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

.amentiesleft h2 {
  color: #000000;
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.amentiesleft ul {
  list-style: none;
  padding-left: 0;
}

.amentiesleft ul li .im-bx {
  border: 1px solid #ffb508;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 82px;
  margin-right: 22px;
  border-radius: 31px;
  position: relative;
  background-color: #ffb508;
}

.amentiesleft ul li {
  margin-top: 80px;
}

.amentiesleft ul li .text-con h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.92px;
  margin-bottom: 15px;
  color: #000;
}

.amentiesleft ul li .text-con p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  padding-right: 50px;
}

.amentiesright p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 80px;
  margin-top: 50px;
}

.amentiesright figure {
  width: 100%;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  display: block;
}

.amentiesright figure img {
  width: 100%;
}

.amentiesright figure a {
  width: 350px;
  display: flex;
  justify-content: center;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 28px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

/***amenties-end***/
/*****services-area******/
.service-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0 20px;
}

.service-bg h2 {
  display: table;
  text-align: center;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.service-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.servicelist {
  position: relative;
}

.servicelist-box {
  display: flex;
  align-items: center;
}

.servicelist ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}

.servicelist ul li {
  margin-bottom: 80px;
  max-width: 330px;
}

.servicelist ul li .servicelist-box {
  color: #fff;
}

.servicelist-box-text {
  margin-left: 25px;
}

.servicelist-box p {
  color: #ccc;
}

.servicelist-box .flex-shrink-0 {
  text-align: right;
  width: 90px;
}

/* exp */
.explore_area {
  padding: 70px 0 0;
}

.explore_area img.cz-asociation {
  width: 100%;
}

.exp-inner {
  display: flex;
  margin-top: 100px;
  margin-bottom: 80px;
  justify-content: center;
}

.exp-inner .img-bx {
  max-width: 55%;
  position: relative;
}

.exp-inner .exp-text {
  width: 615px;
  position: relative;
  background-color: rgba(220, 161, 0, 0.62);
  border-radius: 50%;
  margin-left: -10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.exp-inner .exp-text h2 {
  color: #ffffff;
  font-size: 98px;
  line-height: 120px;
  font-weight: normal;
  font-family: 'MaestroTimes-Bold';
}

.exp-inner .exp-text h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}

.exp-inner .exp-text h3 span {
  color: #000;
}

.exp-inner .exp-text p {
  letter-spacing: 0.36px;
  color: #333333;
  line-height: 32px;
  margin: 0;
  font-size: 18px;
  max-width: 360px;
  text-align: center;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.exp-inner .img-bx img {
  max-width: 615px;
  height: 615px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.exp-inner .exp-text a {
  width: 350px;
  display: flex;
  justify-content: center;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 28px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  background-color: #fff;
}

/****exp-section-end***/
/*****gl-section****/
.gl_ary {
  padding: 0 0 70px;
}

.gl_ary .heading {
  margin-bottom: 50px;
}

.gl_ary .heading h6 {
  letter-spacing: 1.6px;
  color: #ffb508;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.gl_ary .heading h2 {
  display: inline-block;
  letter-spacing: 0.72px;
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.gl_ary a.common-btn {
  width: 280px;
  display: flex;
  justify-content: center;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 28px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1607843137);
  margin: 80px auto 0;
}

.gl-box {
  position: relative;
  aspect-ratio: 9.13/4.7;
}

.gl-box img {
  max-width: 100%;
  border-radius: 20px;
}

.gl-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* aspect-ratio: 1/1 !important; */
  aspect-ratio: 9.13/4.7 !important;
}

.MediaSection .gl-box img {
  aspect-ratio: unset !important;
}

.MediaSection .gl-box {
  aspect-ratio: 1/1;
}

/* .gl-box.tall_p img {
  height: 540px;
  aspect-ratio: 14 / 16;
  object-fit: cover;
} */
.gl_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  transition: 0.5s;
}

.gl_text h4 {
  color: #dfa708;
}

.gl_text p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.lightbox-carousel .carousel-item .ratio img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border: 5px solid #fff;
}

.lightbox .modal-dialog {
  max-width: 680px;
}

/*****gl-section-end****/
.lt_news {
  background: #f8fdff;
  padding: 90px 0;
}

.lt_news .heading {
  margin-bottom: 20px;
  text-align: left;
}

.testiwrapper {
  padding-left: 150px;
  max-width: 1920px;
  margin: 0 auto;
}

.lt_news .heading .sub-text {
  letter-spacing: 0.36px;
  color: #333333;
  opacity: 0.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  max-width: 274px;
}

.lt_news .heading h6 {
  letter-spacing: 1.6px;
  color: #ffb508;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}

.lt_news .heading h2 {
  display: inline-block;
  letter-spacing: 0.72px;
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.newsbx {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  height: 100%;
  padding-bottom: 70px;
}

.newsbx:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1607843137);
  transform: scaleY(1.05);
}

.newsbx img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px 16px 0 0;
  height: auto;
}

.newsbx .newsbx-body {
  padding: 15px;
}

.newsbx .newsbx-body h4 {
  letter-spacing: 0.48px;
  color: #060606;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.newsbx .newsbx-body p {
  letter-spacing: 0.36px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.newsbx span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb508;
  border-radius: 0 0 16px 16px;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.newsbx span i {
  margin-left: 8px;
  transition: 0.5s ease-in-out;
}

.newsbx span img.arrow-circle {
  width: auto;
  aspect-ratio: unset;
}

.lt_news a.common-btn {
  width: 280px;
  display: flex;
  justify-content: center;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 28px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1607843137);
  margin: 50px 0 0;
}

/*latest news end*/
/*testimonial***/
section.testimonial .owl-carousel .single {
  padding: 65px 0;
}

.itembox .profile-pic {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 10px solid #ffffff;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-top: -105px;
  margin-bottom: 30px;
}

.itembox .profile-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-box p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.46px;
  color: #000000;
  font-style: italic;
  margin-bottom: 0;
  height: 220px;
  overflow-y: auto;
}

.testimonial-box p::-webkit-scrollbar {
  width: 8px;
  background-color: #efefef;
}

.testimonial-box p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b1c9d3;
}

.testimonial-box h4 {
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  font-size: 32px;
  color: #000;
}

.testimonial-box {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.testimonial-box .fa-quote-right {
  color: #ffc439;
  position: absolute;
  right: 40px;
  transform: rotateX(180deg);
  font-size: 50px;
  top: 20px;
}

.testimonial .heading {
  text-align: right;
  margin-right: 90px;
}

.testimonial .heading {
  margin-bottom: 80px;
}

.heading h6 {
  letter-spacing: 1.6px;
  color: #ffb508;
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 500 !important;
  margin-bottom: 15px;
  display: block;
  font-family: "Open Sans", sans-serif !important;
}

.start-rate i {
  color: #ffb508;
}

.heading h2 {
  display: inline-block;
  letter-spacing: 0.72px;
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.team_list ul li .team-member h5 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  height: 100px;
  font-weight: 600;
  font-family: 'MaestroTimes-Bold';
}

.team_list .heading h6 {
  color: #ffb508;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.team_list .heading h2 {
  display: inline-block;
  letter-spacing: 0.72px;
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.testimonial .heading h6 {
  color: #ffb508;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.testimonial .heading h2 {
  display: inline-block;
  letter-spacing: 0.72px;
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.testimonial .owl-theme {
  position: relative;
}

.testimonial .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  width: -webkit-fill-available;
}

.testimonial .owl-theme .owl-prev {
  left: -30px;
  position: absolute;
}

.testimonial .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 34px;
  margin: 5px;
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.testimonial .owl-theme .owl-next {
  right: 60px;
  position: absolute;
}

.team_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 60px;
}

.team_list ul li {
  flex: 1;
  max-width: 270px;
}

/* .team_list ul li:first-child {
  width: 22%;
  margin-right: auto;
} */
.team_list .team-member {
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
}

.team_list .team-member .tm-member-pic {
  position: relative;
  margin-bottom: 18px;
}

.team_list .team-member .tm-member-pic img {
  max-width: 218px;
  margin: 0 auto;
  height: 215px;
  position: relative;
}

.team_list .team-member .tm-member-pic::before {
  content: "";
  width: 100%;
  border-radius: 20px;
  height: 65%;
  bottom: 0;
  background-color: #ffb508;
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 0;
}

.team_list .team-member h5 span {
  font-weight: 400;
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik", serif;
  display: block;
  text-align: center;
}

/***************HOME BODY EnD***********************/
/*---------------about-----------------*/
.main-banner.inner-banner .caption h1 {
  text-align: center;
}

.about-sc-common {
  background-color: #f8fdff;
}

.about-sc-common h3 {
  letter-spacing: 2.88px;
  color: #333333;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 30px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
}

.about-sc-common h6 {
  letter-spacing: 1.2px;
  color: #333333;
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 15px;
  font-family: 'MaestroTimes-Bold';
}

.about-sc-common-lft p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}

.about-sc-common-lft p a {
  color: #333;
}
.about-sc-common-lft p a:hover {
  text-decoration: underline;
}
.main-banner.inner-banner .video-overlay {
  bottom: 0;
}

.about-sc-common-right figure {
  /* margin-bottom: 0; */
  width: 100%;
  border-radius: 20px;
}

.rich-text a {
  word-break: break-all;
  color: #333;
}
.rich-text a:hover {
  text-decoration: underline;
}
.district_represtatriv_inner figure {
  position: sticky;
  top: 150px;
}

.district_represtatriv_inner figure .card-img-top {
  border-radius: 20px;
}

.rich-text a:hover {
  text-decoration: underline;
}

.about-sc-common-right figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.about-sc-service {
  background-color: #f8fdff;
  padding: 40px 0;
}

.about-sc-maintain-bx {
  background-color: #ffffff;
  padding: 40px 30px;
  height: 330px;
  position: relative;
}

.about-sc-maintain-bx h5 {
  letter-spacing: 0.44px;
  color: #333333;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.about-sc-maintain-bx p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-sc-maintain-bx a {
  letter-spacing: 0.32px;
  color: #000000;
  font-family: "Rubik", serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.about-sc-maintain-bx .arrow2 {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
}

.about-sc-maintain-bx .arrow2::after {
  display: inline-block;
  padding-left: 8px;
  content: url(../images/arrow2.svg);
  transition: transform 0.3s ease-out;
}

section.about-vill-location-area {
  background-color: #f8fdff;
  padding: 40px 0;
  border: none;
}

.house-bx {
  background: #ffffff;
  border-radius: 20px;
  border: none;
}

.house-bx .card-body {
  padding: 20px 30px;
}

.house-bx .card-body h5 {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
}

.house-bx .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.house-bx .card-body .card-text {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  font-family: "Rubik", serif;
  font-weight: 400;
  word-break: break-all;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.house-bx .card-body .card-text img {
  position: absolute;
  left: 0;
  top: 2px;
}
.house-bx .card-body a:hover {
  text-decoration: underline;
}
.whIte_bx.exp ul li img {
  width: 20px;
  height: auto;
}

.comittee_det_main .whIte_bx.exp ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
  word-break: break-all;
  text-align: left;
}

.comittee_det_main .whIte_bx.exp ul li a {
  position: relative;
  padding-left: 0;
}

.comittee_det_main .whIte_bx.exp ul li a span img {
  max-height: 18px;
  left: -30px;
  position: absolute;
}

section.Reservations-details.comittee_det_main {
  padding: 0 0 30px;
}

.comittee_det_main .whIte_bx.exp ul li span img {
  /* width: auto;
  height: auto; */
  max-height: 18px;
}

.comittee_det_main .whIte_bx.exp ul li:last-child {
  margin-bottom: 0;
}

.comittee_det_main .whIte_bx ul {
  margin-bottom: 0;
}

.comittee_det_main .whIte_bx.exp ul li span {
  position: absolute;
  left: 0;
  /* width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1; */
  top: 0;
}

.comittee_det_main .whIte_bx {
  height: auto;
  padding: 20px 30px;
  margin-bottom: 20px;
}

/* .cmittedtmainrtight {
  padding: 30px;
} */
.comm-descriotion .whIte_bx h5,
.cmittedtmainrtight .whIte_bx h5 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D2D2D2;
}

.comm-descriotion ul {
  display: flex;
  gap: 20px 50px;
  flex-wrap: wrap;
}

.bottomsec-inner {
  background: white;
  border-radius: 20px;
  padding: 60px 80px;
}

.about-bottom-sec {
  background-color: #f8fdff;
  padding: 40px 0;
}

.about-bottom-sec ul {
  list-style: none;
  padding-left: 0;
}

.about-bottom-sec ul li {
  border-bottom: 1px solid #d2d2d2;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.about-bottom-sec ul li p {
  margin-bottom: 0;
}

.about-bottom-sec ul li .frm-text {
  display: flex;
}

/*---------------about end-----------------*/
/*---------------uer login-----------------*/
.loginuser-main .modal-content {
  border-radius: 16px;
}

.loginuser-main .session {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  margin: auto auto;
  background: #ffffff;
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}

.loginuser-main .session .left {
  background: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px 0 0 16px;
  padding: 30px 0 10px;
}

.loginuser-main .session .right {
  height: auto;
  min-height: 100%;
  position: relative;
  background-image: url(../../assets/images/cityscape-wuxi.png);
  background-size: cover;
  z-index: 0;
  border-radius: 0 16px 16px 0;
}

.loginuser-main .loginBody {
  padding: 0;
}

.loginuser-main .session .left h2 {
  text-align: center;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 15px;
  color: #000000;
  padding: 0 15px;
  opacity: 1;
}

.loginuser-main .session .left p {
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Rubik", serif;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}

.loginuser-main .session .left a.fp {
  letter-spacing: 0.32px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 30px;
}

.loginuser-main .session .left a.fp:hover {
  color: #000;
}

.loginuser-main .session .left form {
  width: 100%;
  padding: 0 20px;
}

.loginuser-main .session .left .form-group {
  width: 100%;
  margin-bottom: 25px;
}

.loginuser-main .session .left input {
  border: 1px solid #707070;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 18px;
}

.loginuser-main .session .left [type=submit] {
  background: #f2b946;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 12px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}

.loginuser-main .session .left [type=submit]:hover {
  background-color: #d39400;
}

.loginuser-main button.btn-close {
  position: absolute;
  width: 46px;
  height: 46px;
  color: #000;
  background-color: #feb300;
  opacity: 1;
  border-radius: 50%;
  right: -24px;
  top: -24px;
  z-index: 9;
}

.loginuser-main button.btn-close:focus {
  box-shadow: none;
}

.loginuser-main .modal-bottom {
  padding: 15px;
  border-top: 1px solid #d2d2d2;
  width: 100%;
  text-align: center;
}

.loginuser-main .modal-bottom p {
  letter-spacing: 0.32px;
  color: #333333;
  margin-bottom: 0 !important;
}

.loginuser-main .modal-bottom p a {
  letter-spacing: 0.32px;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
}

.loginuser-main .modal-bottom p a:hover {
  color: #000;
}

/*---------------User login end-----------------*/
/*---------------User Dashboard-----------------*/
.wrapper {
  display: flex;
  position: relative;
}

.removeScroll {
  overflow-y: unset !important;
  overflow-x: unset !important;
}

.side-bar {
  position: sticky;
  top: 20px;
}

.main-wrap {
  background: #e8eef2;
  padding: 55px 0 60px;
}

.main-wrap .side-bar {
  margin-left: 0 !important;
  position: relative;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.overview-cont {
  overflow-x: hidden;
  margin-left: 0px;
  width: 100%;
  margin-top: -20px;
}

.mainClass {
  background-color: transparent;
  margin-top: 0.7rem;
  height: calc(100% - 70px);
}

.mainClass .mainHeading {
  font-size: 24px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 15px;
}

.user-comn-primary-table {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  width: 100%;
  padding: 20px;
  height: 100%;
}

.broadcastTable {
  max-height: 30rem;
  overflow: auto;
}

.iconAndHeading {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.iconAndHeading .broadcastHeading {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 0;
  text-transform: uppercase;
}

.eventHeading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.broadcastTable .broadcastData {
  height: 370px;
  max-height: 370px;
  overflow: auto;
}

.yellow-btn {
  background-color: #f2b946;
  border: 1px solid #f2b946;
  transition: 0.5s ease-in-out;
}

.yellow-btn:hover {
  background-color: #d39400;
  border: 1px solid #d39400;
}

.grey-btn {
  background-color: #333333;
  border: 1px solid #333333;
  transition: 0.5s ease-in-out;
}

.grey-btn:hover {
  background-color: #111;
  border: 1px solid #111;
}

.backToClassified {
  margin-bottom: 20px;
}

/**************repair-maintenance*************/
.inner-banner.repair-banner img {
  width: 100%;
}

.about-sc-common-right figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.inner-banner.repair-banner .video-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.repmen-main {
  background-color: #f8fdff;
  padding: 40px 0;
}

.stc-wrapper .nav-tabs .nav-item:first-child.show .nav-link,
.stc-wrapper .nav-tabs .nav-item:first-child .nav-link.active {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
  border-radius: 10px 0 0 0;
}

.stc-wrapper .nav-tabs .nav-item:last-child.show .nav-link,
.stc-wrapper .nav-tabs .nav-item:last-child .nav-link.active {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
  border-radius: 0 10px 0 0;
}

.stc-wrapper .nav-tabs .nav-item .nav-link,
.stc-wrapper .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  color: #000000;
  font-weight: 500;
  font-size: 26px;
  padding: 18px 40px;
}

.stc-wrapper .nav-tabs .nav-link:focus,
.stc-wrapper .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
  border-radius: 0;
}

.stc-wrapper .nav-tabs .nav-item.show .nav-link,
.stc-wrapper .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
  border-radius: 0;
}

.stc-wrapper .services {
  padding: 40px;
}

.stc-wrapper .services figure img {
  border-radius: 20px;
  aspect-ratio: 10/16;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stc-wrapper {
  background-color: #fff;
  border-radius: 20px;
}

.stc-wrapper .tab-content p {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.36px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

.stc-wrapper .tab-content ul {
  list-style: none;
  padding-left: 0;
}

.stc-wrapper .tab-content ul li {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.36px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.stc-wrapper .tab-content ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffb400;
  position: absolute;
  left: 0;
  top: 9px;
}

.req-area {
  display: flex;
  padding: 20px 0 0;
}

.req-area h6 {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 2.4px;
  color: #333333;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
}

.req-area a {
  background: #f2b946;
  text-decoration: none;
  letter-spacing: 0.4px;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  display: table;
  max-width: 276px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  font-weight: 500;
  border-radius: 21px;
  width: -webkit-fill-available;
}

.req-area a:hover {
  background: #f7ae1e;
}

.maintenance-frm {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #f8fdff 100%) 0% 0% no-repeat;
  padding: 120px 0 50px;
}

.maintenance-frm .mainHeading {
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  margin-bottom: 30px;
  padding: 0;
}

.maintenance-frm .regitration_area {
  background: #ffffff 0% 0% no-repeat;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: none;
}

.maintenance-frm .regitration_area p {
  letter-spacing: 0.8px;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 1209px;
}

.maintenance-frm .regitration_area .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../assets/images/chevron_right.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-right: 30px;
}

.maintenance-frm .regitration_area form .form-control,
.maintenance-frm .regitration_area form .form-select {
  border: 1px solid #707070;
  border-radius: 10px;
  letter-spacing: 0.4px;
  height: 55px;
  font-size: 16px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
}

.maintenance-frm .regitration_area form .form-control:focus,
.maintenance-frm .regitration_area form .form-select:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.maintenance-frm .regitration_area form .placeholderp {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  margin: auto;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.maintenance-frm .regitration_area form .input-placeholder {
  position: relative;
}

.maintenance-frm .regitration_area form .placeholderp span {
  color: red;
}

.maintenance-frm .regitration_area form .placeholderp sub {
  position: relative;
  font-size: 0.75em;
  line-height: 21px;
  vertical-align: text-bottom;
}

.maintenance-frm .regitration_area form .input-placeholder .fileInput {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  text-align: right;
  border: 1px solid #c9c9c9;
  height: 48px;
  padding: 0.7rem 0rem 1rem;
  border: 1px solid #707070 !important;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.maintenance-frm .regitration_area form .input-placeholder .fileInput button.imageIcon {
  background-color: white;
  border: none;
  padding: 0 !important;
  display: inline-block;
  margin: 0 15px 0 0;
}

.maintenance-frm .regitration_area form .input-placeholder .fileInput .imageIcon .img {
  height: auto;
  width: 24px;
}

.maintenance-frm .regitration_area form .placeholderp .fileInput .imagebutton {
  padding: 0 !important;
}

.maintenance-frm .regitration_area form .form-group {
  position: relative;
}

.maintenance-frm .regitration_area form .form-group .text-danger {
  position: relative;
  bottom: 0;
  font-size: 12px;
}

.maintenance-frm .regitration_area form textarea {
  height: 170px !important;
}

.maintenance-frm .regitration_area .regitration_area [type=button],
.regitration_area [type=reset],
.regitration_area [type=submit],
.regitration_area button {
  background: #f2b946;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

/* .mainSupport .editarea {
  margin-top: 20px;
} */

.detailsData .btns button {
  padding: 5px 10px;
}

.mainSupport .editarea button {
  margin-right: 20px;
}

.maintenance-frm .regitration_area .regitration_area [type=button]:focus,
[type=reset]:focus,
[type=submit]:focus,
button:focus {
  box-shadow: none;
}

.maintenance-frm .regitration_area .regitration_area [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background-color: #d39400;
}

.mat-datepicker-popup .mat-calendar-body-selected {
  background-color: #d39400;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  color: #fcb307;
}

/**Rohit (under Pranab's taking) 06/10/2023*/
.mainAddPost {
  height: 100%;
}

.mainAddPost .innerClass .innerHeading {
  font-size: 20px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  margin-bottom: 25px;
}

.mainAddPost .innerClass .formFields .form-control {
  height: 57px !important;
  border: 1px solid #707070 !important;
  border-radius: 7px !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.mainAddPost .innerClass .formFields .inputFields {
  height: 48px !important;
  border: 1px solid #707070;
  border-radius: 7px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

.mainAddPost .innerClass .formFields .inputFieldsTextarea {
  height: 213px !important;
  border: 1px solid #707070;
  border-radius: 7px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  resize: none;
}

.mainAddPost .innerClass .formFields .inputFieldsPrice {
  height: 48px !important;
  border: 1px solid #707070;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border-left: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.mainAddPost .innerClass .formFields .textareaClass {
  padding: 2rem 0 0 2rem;
  height: 15rem !important;
  width: 100%;
  border: 1px solid #707070 !important;
  border-radius: 7px !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin {
  margin: 0 0 25px;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .dollarSign {
  background-color: white;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: none !important;
  border-left: 1px solid #707070;
  border: 1px solid #707070;
  width: 30px;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .dollarSign .dollar {
  font-size: 24px;
  margin-left: 5px;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .priceInput {
  height: 4.7rem;
  border-left: none !important;
  border-top-left-radius: none !important;
  border-bottom-left-radius: none !important;
  width: 100%;
  border: 1px solid #707070;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .priceInput:focus {
  border: 0.5px solid #707070 !important;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .fileInput {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  text-align: right;
  border: 1px solid #c9c9c9;
  height: 48px;
  padding: 0.7rem 0rem 1rem;
  border: 1px solid #707070 !important;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .fileInput .imageIcon {
  background-color: white;
  border: none;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .fileInput .imageIcon .img {
  height: auto;
  width: 24px;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .fileName {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .input-placeholder {
  position: relative;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .input-placeholder input {
  padding: 10px;
  width: 100%;
}

.maintenance-frm .input-placeholder input:valid+.placeholderp {
  display: none;
}

.maintenance-frm .input-placeholder textarea {
  padding: 10px;
  height: 213px;
}

.maintenance-frm .input-placeholder textarea:valid+.placeholderTextarea {
  display: none;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .input-placeholder select {
  padding: 10px;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .input-placeholder select:valid+.placeholderSelect {
  display: none;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .placeholderp {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  margin: auto;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .placeholderp span {
  color: red;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .placeholderTextarea {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .placeholderTextarea span {
  color: red;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .placeholderSelect {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.mainAddPost .innerClass .formFields .inputFieldsMargin .placeholderSelect span {
  color: red;
}

.mainAddPost .innerClass .formFields .btnSubmit {
  text-align: right;
  margin-right: 1rem;
}

.mainAddPost .innerClass .formFields .btnSubmit .submitBtn {
  height: 65px;
  width: 166px;
  color: black;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 450 !important;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mainAddPost {
    padding: 0px !important;
  }

  .mainAddPost .innerClass {
    padding: 20px;
    margin-top: 20px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../../../assets/images/chevron_right.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-right: 30px;
}

.upload_image_list ul {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.upload_image_list ul li {
  display: inline-block;
  padding: 2px 7px;
  margin: 5px;
  border: 1px solid #fcb307;
  font-size: 14px;
  color: #777;
}

.errorText {
  color: red;
}

/**************resevation page*********/
.Reservations {
  background: #f8fdff;
}

.Reservations .reservation-card {
  background: #ffffff;
  border-radius: 16px;
  border: none;
  text-decoration: none;
  height: 100%;
  transition: 0.7s;
}

.Reservations .reservation-card:hover {
  transform: scale(1.05);
}

.Reservations .heading {
  text-align: center;
  margin-bottom: 40px;
}

.Reservations .heading h2 {
  display: inline-block;
  letter-spacing: 0.72px;
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
}

.Reservations .reservation-card .card-img-top {
  aspect-ratio: 16/10;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.Reservations .reservation-card .card-body .card-title {
  letter-spacing: 0.4px;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Reservations .reservation-card .card-body .card-title small {
  letter-spacing: 0.32px;
  color: #a3a3a3;
  display: block;
  font-size: 15px;
}

/************Reservations-details**********/
.Reservations-details {
  background: #f8fdff;
  padding: 100px 0 70px;
}

.Reservations-details .tblewrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}

.Reservations-details .number-list-area ul {
  list-style: auto;
  padding-left: 22px;
}

.Reservations-details .number-list-area ul li {
  position: relative;
}

.Reservations-details .number-list-area ul li::marker {
  color: #fcb307;
  font-weight: 500;
}

.Reservations-details .keys-list ul {
  list-style: none;
  padding-left: 24px;
}

.Reservations-details .keys-list ul li {
  position: relative;
}

.Reservations-details .keys-list ul li::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fcb307;
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
}

/* .Reservations-details .time_scheduletable td.matchedSlot {
  position: relative;
}

.Reservations-details .time_scheduletable td.matchedSlot::after{
  content: "\f0d7";
  font-size: 40px;
  font-family: "FontAwesome";
  position: absolute;
  color: green;
  top: -8px;
} */


.Reservations-details .time_scheduletable td.matchedSlot {
  background: green;
  color: #fff;
}


.Reservations-details .time_scheduletable td.booked {
  background: #d30000;
  color: #fff;
}




.Reservations-details .keys-list h6 {
  letter-spacing: 1.6px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.Reservations-details .back-lass {
  letter-spacing: 1.12px;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.Reservations-details .mat-mdc-text-field-wrapper button.mat-mdc-button-base {
  background: transparent;
  color: #fcb307;
  margin-top: 0;
}

.Reservations-details h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 15px;
}

.Reservations-details p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}

.Reservations-details p a {
  color: #ffb508;
}

.Reservations-details .number-list-area {
  margin: 30px 0;
}

.Reservations-details .number-list-area ul li {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
}

.Reservations-details .keys-list ul li {
  letter-spacing: 1.44px;
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
}

.Reservations-details .house-vendor h6 {
  letter-spacing: 1.44px;
  color: #000000;
  font-size: 18px;
  margin-bottom: 15px;
}

.Reservations-details .house-vendor ul {
  list-style: none;
  padding-left: 0;
}

.Reservations-details .house-vendor ul li {
  letter-spacing: 1.44px;
  color: #000000;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  word-break: break-all;
}

.Reservations-details .house-vendor ul li:first-child::before {
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
}

.Reservations-details .house-vendor ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}

.Reservations-details .house-vendor {
  letter-spacing: 1.6px;
}

.Reservations-details .date-set .col-form-label {
  color: #000000;
  font-weight: 500;
  font-size: 28px;
}

.Reservations-details .date-set {
  margin: 40px 0 30px;
}

.Reservations-details .date-set .form-group {
  display: flex;
  align-items: center;
  gap: 50px;
}

.Reservations-details .date-set input {
  height: auto;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  max-width: 400px;
}

.Reservations-details .time-set-srea {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.Reservations-details .time-set-srea .time-set-srea-left h3 {
  color: #000000;
  text-transform: capitalize;
  font-size: 28px;
  margin-bottom: 15px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  line-height: 38px;
}

.Reservations-details .time-set-srea .time-set-srea-left p {
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 20px;
}

.Reservations-details .time-set-srea .time-set-srea-right a {
  background-color: #f2b946;
  color: #000 !important;
  padding: 15px 30px;
  display: inline-block;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-size: 17px;
  border-radius: 21px;
  text-decoration: none;
}

.Reservations-details .time-set-srea .time-set-srea-right a:hover {
  background-color: #d39400;
}

.Reservations-details .time_scheduletable td,
.Reservations-details .time_scheduletable th {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.Reservations-details .time_scheduletable td {
  width: 130px;
  border: 1px solid #ddd;
  padding: 0px;
  display: inline-block;
}

.Reservations-details .mat-mdc-text-field-wrapper {
  background-color: #fff;
  border-radius: 10px;
  outline-color: #707070;
  width: 370px;
}

/* 
.inputcontainer input:valid + .placeholder {
  display: none;
}
 */
.inputcontainer {
  position: relative;
  margin-bottom: 20px;
}

.inputFields {
  height: 55px;
  border: 1px solid #707070;
  border-radius: 7px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

.inputcontainer input {
  padding: 10px;
  height: 48px;
}

.inputcontainer input:valid+.placeholder {
  display: none;
}

.inputcontainer textarea {
  padding: 10px;
  height: 163px;
  resize: none;
}

.inputcontainer textarea:valid+.placeholderTextarea {
  display: none;
}

.Reservations-details .placeholderTextarea {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.placeholderTextarea span {
  color: red;
}

.Reservations-details .placeholders {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.Reservations-details .placeholders span {
  color: red;
}

.Reservations-details .mat-mdc-form-field {
  position: relative;
}

.Reservations-details .mat-mdc-form-field-subscript-wrapper {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: -22px;
}

.Reservations-details .time_scheduletable td .form-check {
  padding: 0;
  margin-bottom: 0;
}

.Reservations-details .time_scheduletable td .form-check label {
  display: block;
  width: 100%;
  line-height: 50px;
}

.Reservations-details .time-resver h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.Reservations-details .time_scheduletable {
  margin-bottom: 7px;
  white-space: nowrap;
}

.Reservations-details .time-resver .table-responsive::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 16px;
}

.Reservations-details .time-resver .table-responsive::-webkit-scrollbar {
  height: 8px;
  background-color: #efefef;
}

.Reservations-details .time-resver .table-responsive::-webkit-scrollbar-thumb {
  background-color: #b1c9d3;
  border-radius: 16px;
}

.Reservations-details .reserver-details-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
}

.Reservations-details .reseserver-details .inputcontainer {
  position: relative;
  margin-bottom: 0;
}

.Reservations-details .reseserver-details .inputcontainer input {
  height: 50px;
}

.Reservations-details .reseserver-details .inputcontainer input:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.Reservations-details .reseserver-details .inputcontainer .placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}

.Reservations-details .time_scheduletable tr td.selected {
  background: #ffc847;
}

.Reservations-details .time_scheduletable tr .form-check-input[type=checkbox] {
  display: none;
}

.Reservations-details .reseserver-details .inputcontainer .placeholder {
  position: absolute;
  left: 8px;
  color: #b1b1b1;
}

.Reservations-details .reseserver-details .inputcontainer label {
  font-weight: normal;
  color: #b1b1b1;
}

.reseserver-details .inputcontainer .star {
  color: red;
}

.Reservations-details .reseserver-details .check-cont .placeholder {
  position: relative;
  display: block;
  background-color: transparent;
}

.Reservations-details .reseserver-details .check-cont .placeholder .star {
  color: red;
}

.Reservations-details .common-check ul {
  list-style: none;
  padding-left: 0;
}

.Reservations-details .common-check.nd ul {
  -moz-column-count: 3;
  column-count: 3;
}

.Reservations-details .common-check h6 {
  letter-spacing: 0.4px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.Reservations-details .common-check .form-check {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.Reservations-details .reseserver-details .row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.time-resver {
  margin-bottom: 40px;
}

.reseserver-details h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.Reservations-details button {
  background: #f2b946;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 18px 70px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  border: none;
}

.Reservations-details button:hover {
  background: #d39400;
  color: #000000;
}

.navbar-area .headerCollapse li button {
  border-radius: 0;
  background-color: black;
  color: rgb(212, 212, 212);
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  transition: 0.4s;
  border-top: 0.1px solid rgb(78, 78, 78);
}

/*************reservation details end***********/
.ng-select .ng-clear-wrapper {
  margin-right: 20px;
}

.regitration_area .ng-select .ng-clear-wrapper {
  margin-right: 0 !important;
}

.ng-dropdown-panel {
  background-color: #fff;
  left: 0;
  top: 48px;
  border: 1px solid #707070;
  border-radius: 0 0px 10px 10px;
  border-top: none;
  padding-bottom: 5px;
  z-index: 8 !important;
}

.ng-dropdown-panel .ng-option {
  padding: 0px 10px;
}

.ng-dropdown-panel .ng-option:hover {
  background-color: #f5f5f5;
}

.ng-input input {
  padding: 0 !important;
}

.Reservations-details .time-set-srea .time-set-srea-right a {
  min-width: 230px;
  text-align: center;
  white-space: nowrap;
}

.form-check-input:checked[type=radio] {
  background-image: url(../../assets/Round.svg);
  background-color: transparent;
  border-color: #999;
  background-size: 8px;
}

.form-check-input:checked {
  background-color: #ffb400;
  border-color: #ffb400;
}

.form-check-input:focus {
  box-shadow: none;
}

.sidenav .sidenav-nav-collapsed {
  display: none;
}

/*------------event & Activitie ------------*/
section.evenTArea {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #f8fdff 100%) 0% 0% no-repeat padding-box;
  padding-top: 80px;
}

section.evenTArea a.common-btn {
  text-align: center;
  display: table;
  margin: 50px auto 0;
  border-radius: 21px;
  background-color: #333;
  color: #fff;
  color: #fff;
  padding: 15px 30px;
  transition: 0.5s ease-in-out;
}

section.evenTArea a.common-btn:hover {
  background-color: #111;
}

section.evenTArea .comment_event_bx {
  text-decoration: none;
  position: relative;
  background: #ffffff;
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 25px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.Progrmme_slider {
  margin-bottom: 50px;
}

.evenTArea .INddoc_mainHeading {
  text-align: center;
  font-family: 'MaestroTimes-Bold';
  font-size: 54px;
}

.evenTArea .INddoc_subHeading {
  text-align: center;
  color: #fdb200;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 30px;
  display: block;
}

.Progrmme_slider .single {
  position: relative;
  z-index: -2;
  border-radius: 39px;
}

.Progrmme_slider .single::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 39px;
}

.Progrmme_slider .single .items .prog_Text {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 30px;
  height: 100%;
  /* display: flex; */
  align-items: end;
  width: 100%;
}

.Progrmme_slider .single .items img {
  width: 100%;
  /* aspect-ratio: 16/5; */
  aspect-ratio: 9.13/4.7;
  border-radius: 39px;
  -o-object-fit: cover;
  object-fit: cover;
}

.prog_Text .leftPT {
  text-align: center;
}

.prog_Text .leftPT .yellondte {
  background: #fdb200;
  border-radius: 14px;
  letter-spacing: 0.6px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}

.prog_Text .leftPT p {
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 5px;
}

.prog_Text .leftPT h4 {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 26px;
}

.prog_Text .righttPT {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.prog_Text .righttPT h4 {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 32px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
}

.prog_Text .righttPT p {
  letter-spacing: 0.36px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  max-width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.comment_event_bx ul {
  list-style: none;
  padding-left: 22px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  position: relative;
}

.comment_event_bx ul.cal:before {
  content: "\f133";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  color: #fcb307;
  top: -6px;
}

.comment_event_bx ul.cal li,
.comment_event_bx ul.loc li {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
}

.comment_event_bx ul.loc:before {
  content: "\f601";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  color: #fcb307;
  top: -6px;
}

.comment_event_bx ul li {
  font-size: 14px;
  line-height: 16px;
  padding-right: 5px;
  letter-spacing: 0.28px;
  color: #000000;
  border-right: 1px solid #333333;
}

.comment_event_bx ul li:last-child {
  border-right: none;
}

.comment_event_bx .newsbx-body p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.comment_event_bx span img {
  width: 16px !important;
  border-radius: 0;
  aspect-ratio: unset;
}

.comment_event_bx img {
  width: 100%;
  /* aspect-ratio: 4/3; */
  border-radius: 16px 16px 0 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 9.13/4.7;
}

section.evenTArea .owl-carousel .owl-stage {
  display: flex;
}

.comment_event_bx .newsbx-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
}

.comment_event_bx .newsbx-body h4 {
  font-size: 20px;
  color: #000;
}

.comment_event_bx span {
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 16px;
  background-color: transparent;
  justify-content: flex-start;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

.evenTArea .heading h2 {
  margin-bottom: 50px;
}

.ev_ac_gl .heading {
  text-align: center;
}

section.gl_ary.ev_ac_gl {
  padding: 80px 0 60px;
}

.gl_ary.ev_ac_gl a.common-btn {
  box-shadow: none;
  background-color: #f2b946;
  letter-spacing: 0.48px;
  color: #000000;
  font-size: 20px;
  width: 290px;
  display: flex;
  justify-content: center;
  height: 75px;
  line-height: 75px;
  transition: 0.5s ease-in-out;
}

.gl_ary.ev_ac_gl a.common-btn:hover {
  background-color: #d39400;
}

section.evenTArea .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 20px;
}

section.evenTArea .owl-carousel .owl-nav .owl-prev,
section.evenTArea .owl-carousel .owl-nav .owl-next {
  background: transparent;
}

/*------------event & Activitie end------------*/
/*---------------calender------------*/
.calender-main {
  background-color: #f8fdff;
}

.calender-area {
  background-color: #fff;
  padding: 30px;
}

.calender-area table {
  width: 100%;
}

.calender-area table {
  text-align: center;
}

.cal-header {
  display: flex;
  justify-content: space-between;
}

.calender-area table tbody,
.calender-area table td,
.calender-area table tfoot,
.calender-area table th,
.calender-area table thead,
.calender-area table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 12px 10px;
}

.navkey a {
  font-size: 36px;
  text-decoration: none;
  color: #fcb307;
}

.cal_ev_rightheading-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c1d7e0;
  padding-left: 20px;
}

.cal_ev_right {
  border-left: 1px solid #c1d7e0;
  height: 100%;
}

.cal_ev_right .tab-content {
  padding-left: 20px;
}

.cal_ev_rightheading-area h5 {
  font-family: 'MaestroTimes-Bold';
  font-size: 24px;
  font-weight: 400;
}

.eventmenu h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'MaestroTimes-Bold';
  margin-bottom: 20px;
}

.search_wrapper {
  position: relative;
  max-width: 400px;
  margin-left: auto;
}

.search_wrapper .form-group input {
  border-radius: 10px;
}

.search_wrapper input[type=date]::-webkit-calendar-picker-indicator {
  color: #fcb307 !important;
  opacity: 1;
}

.search_wrapper button {
  background-color: transparent;
  color: #fcb307;
  width: auto;
  padding: 0;
  border: none;
  position: absolute;
  top: 12px;
  right: 12px;
}

.search_wrapper input {
  border: 1px solid #c1d7e0;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  height: 50px;
  padding-right: 35px;
}

.event_det_heder input[type=date] {
  height: 50px;
  border-radius: 10px;
}

.event_det_heder input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(68%) sepia(87%) saturate(1690%) hue-rotate(357deg) brightness(105%) contrast(98%);
}

.search_wrapper input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #000;
}

.cal_ev_right .eventmenu .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
  font-size: 22px;
  padding-bottom: 0;
  box-shadow: none;
}

.cal_ev_right .accordion .accordion-item {
  background-color: #fff;
  color: #000000;
  border-radius: 20px;
  border: none;
  margin-bottom: 40px;
}

.cal_ev_right .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.cal_ev_right .accordion .accordion-header {
  padding-bottom: 15px;
}

.cal_ev_right .accordion .accordion-item .accordion-header button {
  height: auto;
}

.cal_ev_right .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
  outline: none;
}

.cal_ev_right .eventmenu .accordion-button {
  background-color: transparent;
  color: #000000;
  font-size: 22px;
  padding-bottom: 0;
}

.cal_ev_right .accordion .accordion-item .accordion-header span {
  font-size: 16px;
  letter-spacing: 0px;
  color: #b1b1b1;
  font-family: "Open Sans", sans-serif;
  padding: 0 1.25rem;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}

.cal_ev_right .eventmenu .accordion-body {
  border-radius: 0;
  border-top: 1px solid #c1d7e0;
  border-bottom: 1px solid #c1d7e0;
  margin-bottom: 15px;
  background: #e9f7fd;
  letter-spacing: 0.36px;
  color: #737373;
  font-size: 18px;
}

.cal_ev_right .accordion-item ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cal_ev_right .accordion-item ul li {
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 22px;
  background: #f2fbff;
  letter-spacing: 0.36px;
  color: #525252;
  transition: 0.5s ease-in-out;
}

.cal_ev_right .accordion-item ul li:hover {
  background-color: #fcb307;
  color: #000;
}

.cal_ev_right .eventmenu {
  padding-top: 20px;
}

.cal_ev_right .nav-tabs .nav-item.show .nav-link,
.cal_ev_right .nav-tabs .nav-link.active {
  color: #fcb307;
  border: none;
}

.cal_ev_right .nav-tabs .nav-item.show .nav-link::before,
.cal_ev_right .nav-tabs .nav-link.active::before {
  content: "";
  background-image: url(../images/star-border.svg);
  position: absolute;
  bottom: 0px;
  width: 23px;
  height: 4px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  left: 50%;
}

.cal_ev_right .accordion .accordion-item a.view-details-arrow {
  letter-spacing: 0.38px;
  color: #000000;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.cal_ev_right .accordion .accordion-item a.view-details-arrow:hover {
  padding-left: 10px;
}

.gvhfh {
  padding: 1rem 1.25rem;
}

.cal_ev_rightheading-area .nav-tabs li button {
  background-color: transparent !important;
  background: transparent;
  border: none;
  color: #b1b1b1;
  position: relative;
}

.cal_ev_right .accordion-button::after {
  background-image: url(../images/chrevon-down.svg);
}

.cal_ev_right .calender-wrap {
  position: sticky;
  top: 50px;
  height: 500px;
}

.cal_ev_right .tab-content {
  padding-left: 20px;
  max-height: 900px;
  overflow-y: auto;
}

/* .cal_ev_right .tab-content::-webkit-scrollbar {
  width: 8px;
}

.cal_ev_right .tab-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}

.cal_ev_right .tab-content::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 50px;
} */

.calender-wrap {
  padding-top: 40px;
  position: sticky;
  top: 100px;
}

.cal_ev_right {
  padding-top: 40px;
}

.cal_ev_right .nav-tabs {
  border-bottom: none;
}

.calender-wrap h4 {
  font-size: 32px;
  font-family: 'MaestroTimes-Bold';
  margin-bottom: 30px;
  font-weight: 500;
}

/*---------------calender end------------*/
/*---------------event activity event------------*/
.about-sc-common.event_avtivity_event {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #f8fdff 100%);
  padding: 0 0 60px;
}

section.about-sc-common.event_avtivity_event.evenTArea .comment_event_bx {
  border-radius: 16px;
  transition: box-shadow 0.6s ease-out;
}

section.about-sc-common.event_avtivity_event.evenTArea .comment_event_bx:hover {
  box-shadow: 0px 4px 10px grey;
  transition: box-shadow 0.6s ease-in;
}

section.about-sc-common.event_avtivity_event.evenTArea .comment_event_bx img.top-img {
  aspect-ratio: 4/2.5;
}

.comment_event_bx ul.post-info {
  padding-left: 0;
  justify-content: space-between;
}

.comment_event_bx ul.post-info li {
  border-right: none;
  width: 100%;
}

.comment_event_bx ul li {
  display: flex;
  align-items: center;
}

.comment_event_bx ul li img {
  max-width: 14px;
  aspect-ratio: unset;
}

.comment_event_bx ul li b {
  font-weight: 400;
  color: #fcb307;
}

.abt-committe-inner .load-more {
  letter-spacing: 0.38px;
  color: #595959;
  font-size: 19px;
  display: table;
  margin: 50px auto 0;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.abt-committe-inner .load-more:hover {
  color: #000;
}

/*---------------event details------------*/
.event_det_main .evnTdetails-left h2 {
  font-size: 54px;
  font-weight: 500;
  color: #000;
  font-family: 'MaestroTimes-Bold';
}

section.Reservations-details.event_det_main .back-lass {
  margin-bottom: 15px;
  display: block;
}

.event_det_main .evnTdetails-left ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.event_det_main .evnTdetails-left ul.cal {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 15px 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.event_det_main .evnTdetails-left ul li img {
  width: 16px;
}

ul.post-info-sd li img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(31%) saturate(1351%) hue-rotate(358deg) brightness(109%) contrast(98%);
}

.event_det_main .evnTdetails-left ul.cal li {
  color: #3f3f3f;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-left: 22px;
}

.event_det_main .evnTdetails-left hr {
  margin: 0;
  border-color: #c1d7e0;
}

.event_det_main .evnTdetails-left ul.cal li img {
  position: absolute;
  left: 0;
  top: 4px;
}

.event_det_main .evnTdetails-left ul.post-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c1d7e0;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding-bottom: 0px;
}

.event_det_main ul.post-info li b {
  color: #fcb307;
}

.megamenu-inner h3 span a {
  color: #000;
}

/*---------------event details end------------*/
/*---------------event gallry-------------*/
.event_det_heder form {
  display: flex;
  gap: 30px;
  align-items: center;
}

.event_det_heder form .search_wrapper button {
  margin-top: 0;
  transition: 0.5s ease-in-out;
}

.event_det_heder form input[type=date]::-webkit-calendar-picker-indicator {
  color: #ffb508;
}

.event_det_heder form .search_wrapper button:hover {
  background-color: transparent;
}

section.Reservations-details.event_det_main .slider {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
  height: 100%;
}

section.Reservations-details.event_det_main .product-gallery__carousel {
  padding: 20px 30px;
}

section.Reservations-details.event_det_main .product-gallery__carousel .owl-nav {
  position: absolute;
  top: 15px;
  width: -webkit-fill-available;
}

section.Reservations-details.event_det_main .product-gallery__carousel .owl-nav [class*=owl-] {
  background-color: transparent;
}

section.Reservations-details.event_det_main .product-gallery__carousel .owl-nav .owl-next {
  right: -40px;
  position: absolute;
}

section.Reservations-details.event_det_main .product-gallery__carousel .owl-nav .owl-prev {
  left: -40px;
  position: absolute;
}

.product-gallery__carousel .owl-carousel .owl-item img {
  /* height: 100px !important; */
  border-radius: 10px !important;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 9.13/4.7;
}

section.Reservations-details.event_det_main .slider .slidrrin {
  padding: 0 30px;
}

section.Reservations-details.event_det_main .slider .slidrrin span img {
  width: 18px;
}

.Reservations-details.event_det_main .event_det_heder h4 {
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
}

section.Reservations-details.event_det_main .slider .slidrrin h5 {
  font-size: 28px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

section.Reservations-details.event_det_main .slider .slidrrin h5 span {
  display: flex;
  letter-spacing: 1.52px;
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  gap: 6px;
  align-items: center;
}

.Reservations-details.event_det_main .load-more {
  letter-spacing: 0.38px;
  color: #595959;
  font-size: 19px;
  display: table;
  margin: 50px auto 0;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.Reservations-details.event_det_main .load-more:hover {
  color: #000;
}

/*Mega Menu Start */
/********************/
.navbar .mega-dropdown .dropdown-menu.mega-menu {
  width: 100%;
  border: 0;
  border-radius: 0;
}

.navbar .mega-dropdown {
  position: static;
}

.special-color {
  background: darkslategrey;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a {
  color: #fff;
}

.navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a {
  width: 100%;
  transition: 0.3s;
}

.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
  display: block;
}

.navbar-area .main-nav .navbar {
  padding: 0;
  position: static;
}

.navbar .navbar-nav .nav-item.has-mega {
  position: static;
  padding-right: 20px !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
  position: static;
}

.megaclass {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
}

.mega-menu {
  box-shadow: 0px 37px 38px 1px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 20px 20px;
  position: static;
  z-index: 1;
  width: 100%;
  max-height: 470px;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  top: 0px;
}

/* .has-mega:hover .mega-menu {
  visibility: visible;
  opacity: 1;
} */
.megamenu-inner {
  padding: 30px 0 0;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 0px 30px 30px;
  opacity: 1;
  position: relative;
}

.megamenu-inner:after {
  width: 100%;
  height: 3px;
  background: #fcb307;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
}

.megamenu-inner h3 {
  letter-spacing: 0px;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  display: flex;
  align-items: center;
}

.megamenu-inner h3 span {
  background: #ffb508;
  border-radius: 15px;
  padding: 10px 25px;
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.dtright {
  background-color: #eaf1f3;
  border-radius: 50px 50px 0px 0px;
  padding: 20px;
}

.dtright figure img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.mgacontent ul {
  list-style: none;
  padding-left: 0;
}

.mgacontent ul li {
  position: relative;
  letter-spacing: 0.34px;
  color: #333333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 30px 0;
  padding-left: 62px;
}

.mgacontent ul li span {
  position: absolute;
  left: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb508;
  border-radius: 10px;
  top: -17px;
}

.linkArea ul {
  list-style: none;
  padding-left: 0;
}

.linkArea ul li {
  color: #000000;
  opacity: 0.89;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  display: block;
  margin: 10px 0;
  transition: 0.5 ease-in-out;
  cursor: pointer;
}

.linkArea ul li:hover,
.linkArea ul li:hover a {
  color: #000;
  opacity: 1;
}

.linkArea ul li a {
  color: #000000;
  opacity: 0.89;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  display: block;
}

.linkArea ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: url(../images/ionic-ios-arrow-dropleft.svg);
}

.linkArea.double-column ul {
  display: grid;
  grid-template-columns: auto auto;
}

.mgacontent .media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 4/3;
}

/*********Mega menu end***********/
/************bord-of-director************************/
.board-off-director-banner .video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.5);
  top: 0;
  left: 0;
  bottom: 4px;
  right: 0;
  width: 100%;
}

.our-team {
  padding-top: 100px;
}

.our-team .heading {
  text-align: left;
}

.our-team .heading h5 {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  text-align: left;
  margin-bottom: 50px;
}

.b_o_d_main {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #ffffff 100%) 0% 0% no-repeat;
  position: relative;
}

.directiontop .arrow::after {
  content: url(../images/board-off-director/arrow-down-solid.svg);
  width: 20px;
}

.directiontop .arrow:hover::after {
  transform: translateY(4px);
}

.directiontop-left {
  position: relative;
  margin-top: 0;
}

.directiontop-left {
  position: relative;
  margin-top: -130px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 50px;
}

/* .directiontop-left .banner-right-corner a {
  padding: 0;
} */
.directiontop .counters .rv-bx {
  text-align: center;
}

.directiontop .counters .rv-bx h2 {
  font-size: 60px;
  margin-bottom: 0;
}

.b_o_d_main .team_list ul li .team-member .tm-member-pic {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.b_o_d_main .team_list ul li:nth-child(odd) .team-member .tm-member-pic::before {
  content: "";
  width: 100%;
  border-radius: 20px;
  height: 65%;
  bottom: 0;
  background-color: #343434;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0;
}

/* .b_o_d_main .team_list ul li:last-child {
  margin-right: auto;
} */
.b_o_d_main .team_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 40px 20px;
}

/* .b_o_d_main .team_list ul li:last-child {
  margin-right: auto;
  margin-left: 120px;
} */
/* .b_o_d_main.cz-team .team_list ul li:nth-child(3) .content-details {
  background-color: #fff;
} */
/* .b_o_d_main.director .team_list ul li:nth-child(3) .team-member {
  margin-top: 50px;
}

.b_o_d_main .team_list ul li:nth-child(5) .team-member {
  margin-top: 50px;
} 

.b_o_d_main .team_list ul li:nth-child(6) .team-member {
  margin-top: 100px;
}
.b_o_d_main .team_list ul li:nth-child(8) .team-member {
  margin-top: 50px;
}
*/
.b_o_d_main .team_list ul li:nth-child(9) .team-member {
  margin-top: 100px;
}

.b_o_d_main .team_list ul li .content-details {
  background-color: #f6f9fb;
  position: absolute;
  text-align: left;
  padding: 1em;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  border-radius: 20px;
}

.b_o_d_main.cz-team .team_list ul li .content-details p {
  text-align: left;
  font-size: 14px;
}

.b_o_d_main.cz-team .team_list ul li .content-details a {
  color: #000;
  margin-left: 0;
  display: flex;
  align-items: center;
}

.b_o_d_main.cz-team .team_list ul li:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.b_o_d_main.cz-team .team_list ul li .content-details .content-text {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fadeIn-bottom {
  top: 100%;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.b_o_d_main .team_list ul li .team-member .common-btn {
  position: relative;
  background: transparent;
  color: #000;
  align-items: center;
  display: flex;
  margin-top: 0;
  justify-content: center;
}

/************about team page***************************/
.b_o_d_main.cz-team .team_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 15px;
  align-items: baseline;
}

.b_o_d_main.cz-team .team_list.amc ul {
  align-items: center;
}

/* .b_o_d_main.cz-team .team_list ul li:first-child {
  background-color: transparent;
  padding: 0;
} */
.b_o_d_main.cz-team .team_list.amc ul li:nth-child(2) {
  background-color: #fff;
}

.b_o_d_main.cz-team .team_list.amc ul li:nth-child(3) {
  background-color: #fff;
}

.b_o_d_main.cz-team .team_list ul li {
  background: #f6f9fb;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  max-width: 270px;
}

.b_o_d_main.cz-team .team_list {
  position: relative;
}

.b_o_d_main.cz-team .team_list ul li:last-child {
  margin-left: 0;
}

.minus-mt-220 {
  margin-top: -170px;
}

.heading h5 span {
  display: block;
}

/* .b_o_d_main.cz-team .team_list ul {
  align-items: center;
} */
/************about committe page***************************/
.about-sc-common.committe {
  background-color: #fff;
  padding: 0 0 80px;
  position: relative;
}

.inner-banner.about-commette-banner .video-overlay {
  background-color: transparent;
}

.card.committees-card {
  border: none;
  border-radius: 20px;
  height: 100%;
  cursor: pointer;
}

.card.committees-card figure {
  margin: 0;
  padding: 0px;
}

.card.committees-card img.card-img-top {
  border-radius: 16px 16px 0 0;
  /* aspect-ratio: 16 / 8; */
  aspect-ratio: 19/8;
  -o-object-fit: cover;
  object-fit: cover;
}

.committees-card .list-group-item {
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.committees-card .list-group-item img {
  position: absolute;
  left: 0;
  top: 11px;
}

.committees-card .list-group-item,
.committees-card .list-group-item a {
  border: none;
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  background: transparent;
}

.committees-card .card-body {
  background-color: #e4e9eb;
  border-radius: 0 0 16px 16px;
  padding: 25px;
}

.abt-committe-inner {
  position: relative;
  margin-top: -70px;
}

/************about committe end***************************/
/********Annual election main*******/
.aannul_main {
  background: #f8fdff;
  position: relative;
}

.aannul_main .directiontop .abt-middle-bx p {
  max-width: 1140px;
}

.lwsm-txt {
  letter-spacing: 1.76px;
  color: #000000;
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.elect-area {
  padding: 100px 0 0;
}

.elect-area ul.nav-tabs {
  justify-content: center;
  background: #e6f7fe;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border: none;
}

.elect-area .nav-tabs .nav-item:first-child.show .nav-link,
.elect-area .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #f2b946;
  border-color: #fff;
  border-radius: 50px;
}

.elect-area .nav-tabs .nav-item .nav-link,
.elect-area .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
  padding: 18px 40px;
  letter-spacing: 1.44px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  transition: 0.9s ease-in-out;
}

.elect-row-outer .annual-elect_bx {
  border: none;
  border-radius: 20px;
}

.elect-row-outer {
  margin-top: 50px;
  display: block;
}

.elect-row-outer .annual-elect_bx img.card-img-top {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.elect-row-outer h3 {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.elect-row-outer h4 {
  font-size: 26px;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.elect-row-outer span.degni {
  letter-spacing: 1.76px;
  color: #000000;
  display: block;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.elect-row-outer .annual-elect_bx .card-body .card-text {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}

.faq-ae {
  padding-top: 100px;
}

.faq-ae h3 {
  letter-spacing: 2.88px;
  color: #333333;
  font-size: 36px;
  line-height: 46px;
  font-family: 'MaestroTimes-Bold';
  margin-bottom: 20px;
  letter-spacing: 2.88px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
}

.faq-ae .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #fcb307;
  box-shadow: none;
  letter-spacing: 1.76px;
  border-radius: 20px !important;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

.faq-ae .accordion-button:not(.collapsed) p {
  margin-bottom: 0;
}

.faq-ae .accordion-button:not(.collapsed)::after {
  background-image: url(../images/annual/white-minus.png);
  transform: none;
}

.faq-ae .accordion-button::after {
  flex-shrink: 0;
  width: 31px;
  height: 45px;
  margin-left: auto;
  content: "";
  background-image: url(../images/annual/white-plus.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.faq-ae .accordion-button {
  color: #ffffff;
  background-color: #fcb307;
  box-shadow: none;
  letter-spacing: 1.76px;
  border-radius: 20px !important;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  height: 90px;
  gap: 15px;
  font-size: 16px;
  line-height: 20px;
}

.Reservations-details button.accordion-button {
  padding: 1rem 1.25rem;
}

.faq-ae .accordion-body {
  background: #f0fbff;
  border-radius: 20px;
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.faq-ae .accordion-body ul li {
  letter-spacing: 0.36px;
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  position: relative;
  margin: 5px 0;
}

.faq-ae .accordion-body ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffb400;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.faq-ae .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.faq-ae .accordion-body ul li a,
.faq-ae .accordion-body a {
  color: #FFB400;
}

.faq-ae .accordion-body ul li a:hover,
.faq-ae .accordion-body a:hover {
  text-decoration: underline;
}

.faq-ae .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}

.bottomsec-inner ul li {
  border-bottom: 1px solid #d2d2d2;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.bottomsec-inner ul li a {
  color: #333;
}

.bottomsec-inner ul li div {
  white-space: nowrap;
}

.bottomsec-inner ul {
  padding-left: 0;
}

.bottomsec-inner ul li p {
  margin-bottom: 0;
  letter-spacing: 1.28px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.bottomsec-inner ul li a.anchor-sd {
  margin-bottom: 0;
  letter-spacing: 1.28px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.bottomsec-inner ul li a.anchor-sd:hover {
  text-decoration: underline;
}

.main-banner.inner-banner img.img-fluid {
  aspect-ratio: 16/5;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

/**********announcement**********/
.announceMentArea {
  background-color: #f8fdff;
  padding: 50px 0;
}

.announceMentArea .INddoc_mainHeading {
  margin-bottom: 0;
}

.announceState {
  margin-bottom: 80px;
}

.announceState h4 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.announce_bx {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  position: relative;
  padding-bottom: 55px;
}

.announce_bx h5 {
  letter-spacing: 0.48px;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.announce_bx h6 {
  color: #a6a6a6;
  font-size: 18px;
  line-height: 28px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 400;
}

.announce_bx h6 span {
  letter-spacing: 1.12px;
  color: #9b9b9b;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: block;
}

.announce_bx a {
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.announce_bx a:hover {
  padding-left: 5px;
}

/**********announcement end**********/
/**********about-comittee details*******/
.comittee_det_main {
  background-color: #f8fdff;
  padding: 55px 0 !important;
}

.slider img {
  width: 100%;
}

.comittee_det_main .comm-descriotion .arrow-list-area ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: auto auto;
}

.arrow-list-area ul li {
  position: relative;
  padding-left: 28px;
  color: #333;
  letter-spacing: 1.28px;
  font-size: 16px;
  margin: 10px 0;
}

.arrow-list-area ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: url(../images/committe/arrow-right-long-solid.svg);
  width: 20px;
  filter: invert(0.3);
}

.comm-descriotion p {
  color: #333;
}

.contact_in ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}

.contact_in h4 {
  letter-spacing: 1.6px;
  color: #000000;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
}

.contact_in ul li {
  position: relative;
  padding-left: 45px;
  color: #333;
  letter-spacing: 1.28px;
  font-size: 16px;
  margin: 15px 0;
  word-break: break-all;
}

.contact_in ul li img {
  position: absolute;
  left: 0;
  top: -5px;
}

.Reservations-details.comittee_det_main .back-lass {
  letter-spacing: 1.12px;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 30px;
  display: block;
}

.dtwh_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
}

.dtwh_card h5 {
  text-align: left;
  font-size: 20px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.6px;
  color: #000000;
  margin-bottom: 0;
}

.dtwh_card p {
  text-align: left;
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  max-width: 75%;
}

.dtwh_card .hrline {
  width: 70%;
  background-color: #d2d2d2;
  height: 1px;
  display: inline-block;
}

.dtwh_card form .form-row input {
  border: 1px solid #b0b0b0;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 20px;
  color: #333;
  font-size: 16px;
}

.dtwh_card form .form-row input:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.dtwh_card form::-moz-placeholder {
  letter-spacing: 1.28px;
  color: #898989;
}

.dtwh_card form::placeholder {
  letter-spacing: 1.28px;
  color: #898989;
}

.dtwh_card form button {
  background: #f2b946;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 45px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.comittee_det_main .table> :not(caption)>*>* {
  padding: 20px;
}

.comittee_det_main .table thead tr th:first-child,
.comittee_det_main .table tbody tr td:first-child {
  text-align: left;
}

.comittee_det_main .table thead tr th,
.comittee_det_main .table tbody tr td {
  text-align: center;
  letter-spacing: 1.28px;
  color: #333333;
  line-height: 36px;
  white-space: nowrap;
}

.comittee_det_main .table tbody tr td a {
  text-decoration: none;
  letter-spacing: 1.28px;
  color: #333333;
  line-height: 36px;
}

.comittee_det_main .table>thead {
  vertical-align: bottom;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.comittee_det_main .table tbody tr td:last-child i {
  color: #fc4b4b;
}

.comittee_det_main .table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.met-agena h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  font-size: 36px;
  line-height: 56px;
  margin-top: 50px;
}

/**********about-comittee details end*******/
/*---------------about propery -----------------*/
.section.main-banner.inner-banner.about-property_bann img.img-fluid {
  aspect-ratio: 16/6;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.heading h3 {
  color: hsl(0, 0%, 0%);
  font-size: 36px !important;
  line-height: 42px !important;
  font-weight: 500 !important;
}

.video-overlay.about-property-o {
  background-color: rgba(31, 39, 43, 0);
}

.main-banner.about-property_bann .caption h1 {
  margin-bottom: 0;
  margin-top: 250px;
}

.main-banner.about-property_bann .caption p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffb508;
  text-align: center;
}

.box {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.about-property-sec-one .about-sc-common-lft ul li .card .im-bx img {
  aspect-ratio: 1/1;
}

.main-banner.about-property_bann .box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.main-banner.about-property_bann .box span:nth-child(2) {
  animation-delay: -0.2s;
}

.main-banner.about-property_bann .box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

section.about-property-sec-one {
  padding: 60px 0 0;
}

section.about-property-sec-one .about-sc-common-lft .heading h6 {
  margin-bottom: 0;
}

section.about-property-sec-one .about-sc-common-lft ul {
  list-style: none;
  padding-left: 0;
  -moz-column-count: 2;
  column-count: 2;
}

section.about-property-sec-one .about-sc-common-lft ul li .card {
  border: none;
  margin-bottom: 50px;
}

section.about-property-sec-one .about-sc-common-lft ul li .card .card-body {
  padding: 0;
}

section.about-property-sec-one .about-sc-common-lft ul li .card .card-body h4 {
  margin: 20px 0;
  letter-spacing: 1.92px;
  color: #000000;
  font-size: 24px;
}

section.about-property-sec-one .abt-sec-rt-form-outer {
  background: #f6f9fb;
  border-radius: 30px 30px 0px 0px;
  padding: 40px;
}

section.about-property-sec-one .abt-sec-rt-form-outer h2 {
  letter-spacing: 0.72px;
  color: #000000;
  line-height: 58px;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

section.about-property-sec-one .abt-sec-rt-form-outer form input {
  background: #ffffff;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  height: 55px;
}

section.about-property-sec-one .abt-sec-rt-form-outer form input:focus {
  border: 1px solid #000;
  box-shadow: none;
}

section.about-property-sec-one .abt-sec-rt-form-outer form button.join {
  background: #272727;
  border-radius: 21px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-family: "Rubik", serif;
  padding: 18px 45px;
  margin-top: 15px;
}

section.about-property-sec-one .abt-sec-rt-form-outer form button.join:hover {
  background-color: #111;
}

/*property direction section*/
section.property-direction-section {
  background-color: #f7f8f8;
  position: relative;
}

section.property-direction-section .heading {
  text-align: center;
  margin-bottom: 70px;
}

section.property-direction-section .heading h6 {
  margin-bottom: 0;
}

section.property-direction-section .property-direction-inner {
  position: relative;
}

.property-direction-inner img.map-image {
  width: 100%;
  height: auto;
}

/* section.property-direction-section .left-bar {
  position: absolute;
  top: 0;
  max-width: 380px;
}
section.property-direction-section .left-bar ul {
  list-style: none;
  margin-left: 0;
}
section.property-direction-section .left-bar ul li {
  margin: 25px 0;
  display: table;
}
section.property-direction-section .left-bar ul li h2 {
  letter-spacing: 1.44px;
  color: #000000;
}
section.property-direction-section .left-bar ul li h2 .distance {
  letter-spacing: 0.36px;
  color: #000000;
  font-size: 18px;
  display: block;
}
 */
/*property direction section*/
.testi-amen-section .heading {
  text-align: center;
  margin-bottom: 35px;
}

.testi-amen-section .heading h6 {
  margin-bottom: 0;
}

.testi-amen-section .testi-amen-inner {
  background-color: #f6f9fb;
  padding: 50px;
  border-radius: 30px;
  margin-bottom: 60px;
}

.testi-amen-section .testi-amen-inner ul {
  list-style: none;
  padding-left: 0;
}

#main>li {
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
}

#main>li>ul {
  -moz-column-count: 3;
  column-count: 3;
}

#main>li>ul>li {
  letter-spacing: 1.44px;
  color: #000000;
  font-size: 18px;
  font-family: "Rubik", serif;
  font-weight: 400;
  line-height: 56px;
  position: relative;
  padding-left: 25px;
}

#main>li>ul>li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffb508;
  position: absolute;
  top: 21px;
  left: 0;
}

.testi-amen-section .gl-box.small_p img {
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/16;
}

.testi-amen-section .mt-50 {
  margin-top: 50px;
}

.testi-amen-section .mt-70 {
  margin-top: 70px;
}

.testi-amen-section .gl-box.tall_p img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.testi-amen-section h4 {
  font-size: 34px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  padding-left: 20px;
}

.testi-amen-section p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-left: 20px;
}

.zigzag-main .zigzag-row {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  align-items: center;
  margin-bottom: 100px;
}

.zigzag-main .zigzag-row:last-child {
  margin-bottom: 0;
}

.zigzag-main .zigzag-row .zigzag-slider-content {
  width: 70%;
}

.zigzag-main .zigzag-row .zigzag-slider-content h5 {
  letter-spacing: 1.92px;
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  font-family: "Rubik", serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.zigzag-main .zigzag-row .zigzag-slider-content p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 16px;
  font-family: "Rubik", serif;
  font-weight: 400;
  line-height: 30px;
}

.zigzag-main .zigzag-row .zigzag-slider-sec {
  width: 35%;
}

.zigzag-main .zigzag-row .zigzag-slider-sec figure img {
  aspect-ratio: 16/14;
  width: 100%;
  border-radius: 16px;
}

.zigzag-main .zigzag-row .zigzag-slider-sec figure {
  position: relative;
}

.zigzag-main .zigzag-row .zigzag-slider-sec figure span {
  position: absolute;
  background: #f6f9fb;
  border-radius: 20px;
  padding: 10px 40px;
  letter-spacing: 0.6px;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  top: 40px;
  left: -150px;
  width: -moz-max-content;
  width: max-content;
}

.zigzag-main .zigzag-row .zigzag-slider-sec figure span p {
  font-size: 20px;
  letter-spacing: 1.6px;
  display: inline-block;
  margin-bottom: 0;
}

.zigzag-main .zigzag-row .zigzag-slider-sec figure span p mark {
  background: transparent;
  color: #ffb508;
}

.zigzag-main .zigzag-row:nth-child(2n+2) .zigzag-slider-content {
  order: 2;
  margin-left: 15px;
  margin-right: 100px;
}

.zigzag-main .zigzag-row:nth-child(2n+2) .zigzag-slider-sec {
  padding-left: 0px;
}

.zigzag-main .zigzag-row:nth-child(2n+2) .zigzag-slider-sec figure span {
  right: -210px;
  width: -moz-max-content;
  width: max-content;
  left: unset;
}

/*------------------------------------*/
/*-----------------Home Improvment----------------*/
.homeImp_main {
  background: #f8fdff;
  padding: 50px 0;
}

.homeImp_main .abt-middle-bx p span {
  color: #fcb307;
}

.homeImp_main .directiontop-left {
  margin-bottom: 50px;
}

.prop-im-form ul {
  list-style: none;
  padding-left: 24px;
}

.prop-im-form ul li {
  letter-spacing: 0.36px;
  color: #333;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
  position: relative;
}

.prop-im-form p {
  letter-spacing: 0.36px;
  color: #333;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
}

.prop-im-form h6 {
  text-transform: uppercase;
  letter-spacing: 1.76px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.prop-im-form {
  margin-bottom: 40px;
  padding-left: 50px;
}

.prop-im-form ul li span {
  color: #fcb307;
}

.prop-im-form ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fcb307;
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
}

.dl-pdf {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.dl-pdf button {
  background: #f2b946;
  border-radius: 21px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
}

.dl-pdf p sup {
  color: #fcb307;
}

.dl-pdf p {
  letter-spacing: 1.76px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}

.home_imp_agent {
  padding: 50px 0;
}

.home_imp_agent .card.home_imp_agent_bg {
  background: #ffffff;
  border-radius: 16px;
  border: none;
  margin-bottom: 50px;
}

.home_imp_agent .home_imp_agent_bg .card-header {
  background-color: transparent;
}

.home_imp_agent_nm {
  letter-spacing: 1.44px;
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.home_imp_agent .home_imp_agent_bg .home_imp_agent_bd {
  padding: 15px;
}

.home_imp_agent .home_imp_agent_bg .home_imp_agent_bd h5 {
  letter-spacing: 1.6px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.home_imp_agent .home_imp_agent_bg .home_imp_agent_bd ul {
  list-style: none;
  padding-left: 0;
}

.home_imp_agent .home_imp_agent_bg .home_imp_agent_bd ul li {
  letter-spacing: 0.36px;
  color: #333333;
  position: relative;
  font-size: 14px;
  padding-left: 27px;
  font-family: "Open Sans", sans-serif;
  word-break: break-all;
  margin-bottom: 20px;
}

.home_imp_agent .home_imp_agent_bg .home_imp_agent_bd ul li img {
  position: absolute;
  left: 0;
}

.home_imp_agent .home_imp_agent_bg .home_imp_agent_bd p {
  color: #333333;
  font-size: 14px;
}

.prop-im-form b {
  font-size: 18px;
  font-weight: 500;
}

.prop-im-form ol {
  list-style: none;
  padding-left: 0;
}

.prop-im-form ol li {
  letter-spacing: 1.76px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}

.prop-im-form ol li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 7px;
}

.prop-im-form ol li span {
  color: #fcb307;
}

.hmeIm_rq_frm {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
}

.common-check .form-check {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.hmeIm_rq_frm .inputcontainer {
  position: relative;
}

.hmeIm_rq_frm .inputcontainer input {
  height: 50px;
}

.hmeIm_rq_frm .inputcontainer .placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}

.hmeIm_rq_frm .inputcontainer .placeholder {
  position: absolute;
  left: 8px;
  color: #b1b1b1;
}

.hmeIm_rq_frm .inputcontainer label {
  font-weight: normal;
  color: #b1b1b1;
}

.inputcontainer .star {
  color: red;
}

.hmeIm_rq_frm .check-cont .placeholder {
  position: relative;
  display: block;
  background-color: transparent;
}

.hmeIm_rq_frm .check-cont .placeholder .star {
  color: red;
}

.common-check ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}

.hmeIm_rq_frm .common-check h5 {
  letter-spacing: 1.6px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.hmeIm_rq_frm .common-check h6 {
  letter-spacing: 1.76px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

.hmeIm_rq_frm .common-check h6 span {
  color: #fcb307;
  font-weight: 400;
}

.hmeIm_rq_frm .common-check textarea {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}

.hmeIm_rq_frm p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 16px;
}

.flx-condition {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.flx-condition .gnrt_BTN {
  background: #f2b946;
  border-radius: 21px;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  padding: 20px 25px;
}

.flx-condition .inputcontainer input {
  padding: 5px 10px;
  border-radius: 5px;
}

.Addcontainer {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 50px 30px;
  position: relative;
  margin-bottom: 30px;
}

.Addcontainer .closenbr {
  background: none;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  font-size: 20px;
  position: absolute;
  border: none;
  font-weight: 500;
  right: 5px;
  top: 5px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.Addcontainer:hover .closenbr {
  visibility: visible;
  opacity: 1;
}

.flx-condition .addnbrr {
  background: none;
  border: none;
  padding: 0;
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 18px;
}

.flx-condition h6 span {
  color: #fcb307;
  font-weight: 400;
}

.flx-condition h5 {
  letter-spacing: 1.6px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.greybg {
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 20px;
}

.greybg .notdt {
  letter-spacing: 1.28px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.greybg p {
  margin-bottom: 0;
}

.nabrAddsTat {
  margin-bottom: 60px;
}

.boreder_text {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 15px;
}

.suBMit_field {
  margin: 50px 0;
}

.hmeIm_rq_frm .boreder_text {
  margin: 20px 0 30px;
}

.exterior_hading {
  font-size: 32px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  color: #000;
  margin-bottom: 20px;
}

.nabrAddsTat-heading h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  color: #000;
  margin-bottom: 20px;
}

.hmeIm_rq_frm .flx-condition .sUbmit {
  padding: 20px 70px;
  border: none;
  background: #f2b946;
  border-radius: 21px;
  font-size: 18px;
  font-weight: 500;
}

.hmeIm_rq_frm .flx-condition .dwnloaddf {
  background: #f2b946;
  border-radius: 21px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
}

/*--------------*/
/**********Independence main form**********/
section.about-bottom-sec.INDmainarea {
  padding: 50px 0 100px;
}

.INDmainarea {
  background-color: #f8fdff;
}

.INddoc_mainHeading {
  color: #000000;
  font-size: 36px;
  line-height: 48px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 20px;
}

.INddoc_mainText {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.INDmainarea .bottomsec-inner {
  margin-top: 50px;
}

.INDmainarea .bottomsec-inner h3 {
  font-family: 'MaestroTimes-Bold';
}

/**********Independence main form end**********/
/*------------contact us------------*/
.contact_sec_cat {
  padding: 70px 0 40px;
  background: #f8fdff;
}

.contact_sec_cat h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  margin: 0 auto 40px;
}

.contact_sec_cat .whIte_bx a {
  color: #000;
}
.contact_sec_cat .whIte_bx a:hover {
  text-decoration: underline;
}
.contentBox a {
  text-decoration: none!important;
}
.contentBox a:hover {
  text-decoration: underline!important;
}
.whIte_bx {
  background-color: #ffffff;
  padding: 40px 30px;
  height: 100%;
  border-radius: 10px;
}

.whIte_bx h5 {
  color: #000000;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  font-size: 26px;
  margin-bottom: 15px;
}

.whIte_bx p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  position: relative;
}

.whIte_bx.exp p {
  padding-left: 30px;
}

.whIte_bx.exp p p {
  padding-left: 0;
}

.whIte_bx ul {
  list-style: none;
  padding-left: 0;
}

.whIte_bx ul li {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

.whIte_bx ul li:last-child {
  margin-bottom: 0;
}

.whIte_bx ul li a {
  color: #000;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}

.whIte_bx ul li a img,
.whIte_bx ul li p img {
  position: absolute;
  left: 0;
  top: 4px;
}

section.contact_sec_one {
  background: #f8fdff;
}

.contact_sec_cat .house-bx .card-body h5 span {
  display: block;
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
}

.contact_sec_cat .house-bx .card-body {
  padding: 20px;
}

.contact_sec_cat .house-bx .card-body p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
}

.contact_sec_cat .house-bx {
  background: #ffffff;
  border-radius: 20px;
  border: none;
  height: 100%;
}

.contavt_others_services .house-bx .card-body p {
  margin-bottom: 0;
}

/*------------------------*/
/**********budget finnce**********/
.budget-infomaIn .budgetInfoTopLeft h2 {
  letter-spacing: 2.88px;
  color: #333333;
  font-size: 36px;
  line-height: 48px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 20px;
}

.budget-infomaIn .budgetInfoTopLeft p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.budget-infomaIn .budgetInfoTopRight {
  background-color: #ffffff;
}

.budget-infomaIn .INddoc_mainHeading {
  margin-bottom: 15px;
}

.budget-infomaIn .budgetInfoTopRight {
  background-color: #fff;
  padding: 35px;
}

.budget-infomaIn .budgetInfoTopRight ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.budget-infomaIn .budgetInfoTopRight ul li {
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  letter-spacing: 1.28px;
  color: #333333;
  font-size: 14px;
  line-height: 36px;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.budget-infomaIn .budgetInfoTopRight ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.budget-infomaIn .budgetInfoTopRight ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.budget-infomaIn .budgetInfoTopRight ul li span {
  float: right;
  letter-spacing: 0.97px;
  color: #333333;
  font-size: 14px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
}

/**********budget finnce end**********/
/*******community safety ************/
.community_safety_main {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.community_safety_main .directiontop {
  margin-bottom: 60px;
}

.community_zigzg .zigzag-main .zigzag-row {
  gap: 80px;
}

.community_zigzg .zigzag-slider-content h5 {
  color: #000000;
  font-size: 36px;
  line-height: 48px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 15px;
}

.community_zigzg .zigzag-slider-content p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
}

.community_zigzg .zigzag-slider-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.community_zigzg .zigzag-slider-content ul li {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.community_zigzg .zigzag-slider-content ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: url(../images/committe/arrow-right-long-solid.svg);
  width: 20px;
  filter: invert(0.3);
}

.community_zigzg .zigzag-slider-content ul li b {
  font-weight: 500;
}

.comm-safe-bottom {
  padding: 50px 0 0;
}

.comm-safe-bottom h5 {
  color: #000000;
  font-size: 36px;
  line-height: 48px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 15px;
}

.comm-safe-bottom p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
}

.comm-safe-bottom p b {
  font-weight: 500;
  max-width: 775px;
  margin: 0 auto 20px;
  display: block;
}

.community_zigzg .zigzag-slider-sec figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

/******community safety end****/
/**********noboourhood elegates**********/
.district_delegtes {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.main-section {
  position: relative;
}

.main-section .left-side {
  background: #ecfaff;
  border-radius: 20px;
  float: left;
  position: sticky;
  top: 50px;
  padding: 30px 40px;
  max-height: 680px;
}

.main-section .left-side .sidebar_heading {
  letter-spacing: 1.6px;
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #b9ccd3;
}

.main-section .left-side ul {
  list-style: none;
  padding-left: 0;
  max-height: 480px;
  overflow: auto;
}

/* .form-check-input:checked[type="checkbox"] {
  background-image: url(../images/ditric/osangesm_rectangle.svg);
  background-size: 10px;
  border: 1px solid #b9d7e2;
} */
/* .form-check-input:checked {
  border: 1px solid #b9d7e2;
  border-radius: 3px;
  background-color: #fff;
} */
.form-check-input:focus {
  box-shadow: none;
}

.district_represtatrivearae {
  position: relative;
}

.district_represtatrivearae h6 {
  letter-spacing: 1.6px;
  color: #ffb508;
  font-size: 20px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.district_represtatrivearae h6 .bdr_line {
  width: -webkit-fill-available;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
}

.main-section .left-side ul li {
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.main-section .left-side ul::-webkit-scrollbar {
  width: 8px;
}

.main-section .left-side ul::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 50px;
}

.main-section .left-side ul::-webkit-scrollbar-thumb {
  background: #cadce2;
  border-radius: 50px;
}

.main-section .left-side ul li .form-check {
  letter-spacing: 1.44px;
  color: #333333;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.main-section .left-side ul li .form-check .form-check-input {
  position: absolute;
  top: 3px;
}

.district_wh-bx {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.district_wh-bx h5 {
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

.district_wh-bx h5 span {
  color: #ffb508;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin-bottom: 18px;
}

.district_wh-bx ul {
  list-style: none;
  padding-left: 0;
}

.district_wh-bx ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  word-break: break-all;
}

.district_wh-bx ul li a {
  color: #333;
}

.district_wh-bx ul li a:hover {
  text-decoration: underline;
}

.district_wh-bx ul li:last-child {
  margin-bottom: 0;
}

.district_wh-bx ul li img {
  position: absolute;
  left: 0;
  top: -5px;
}

.district_represtatriv_inner {
  margin-bottom: 50px;
}

.mainClass .innerClass {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
}

/* .popupBorder .mdc-floating-label {
  display: none!important;
} */
.singledatewrap .mat-mdc-form-field-infix input:valid+.placeholders {
  display: none;
}

.singledatewrap .mat-mdc-form-field-infix input:focus+.placeholders {
  display: none;
}

.singledatewrap .placeholders {
  left: -6px !important;
}

.singledatewrap .mat-mdc-form-field-infix input {
  padding-left: 0 !important;
}

.singledatewrap .mat-mdc-form-field {
  width: 100%;
}

.singledatewrap .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
}

.singledatewrap .mat-mdc-form-field-infix {
  min-height: 48px;
}

.singledatewrap .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.input-placeholder .form-select {
  padding: 0;
  border: none;
}

.input-placeholder .ng-select .ng-select-container {
  border: none;
  height: 46px !important;
  border-radius: 7px !important;
}

/* .input-placeholder .ng-select span.ng-arrow-wrapper:before {
  content: url(../images/chevron_right.svg);
  position: absolute;
  right: 5px;
  top: 8px;
} */
.applayout_rGHT .form-select {
  /* background-color: transparent; */
  background-image: url(../images/chevron_right.svg);
}

.input-placeholder .ng-select span.ng-arrow-wrapper .ng-arrow {
  opacity: 0;
}

.crossIcon {
  top: -21px;
  right: -21px;
  position: absolute;
  cursor: pointer;
}

.dollarcontainer {
  position: relative;
}

.dollarcontainer {
  position: relative;
}

.dollarcontainer .input-placeholder {
  position: relative;
  display: flex;
}

.dollarcontainer .input-placeholder .placeholderp {
  padding-left: 20px;
}

.dollarcontainer .input-placeholder .dollarSign {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.dollarcontainer .input-placeholder input {
  padding-left: 30px !important;
}

.dollarcontainer .input-placeholder input {
  padding-left: 30px;
  border: 1px solid #707070;
  border-radius: 5px !important;
}

.Guestmanagementmain {
  background: #f8fdff;
}

.Emergency_contact h6 {
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.Emergency_contact span.bdr_line {
  width: 100%;
  height: 1px;
  background: #a4bfca;
  display: block;
  margin-bottom: 15px;
}

.Emergency_contact .district_wh-bx h5 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.Emergency_contact .district_wh-bx p {
  letter-spacing: 0.36px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.Emergency_contact .district_wh-bx h6 {
  letter-spacing: 0.36px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}

.Emergency_contact .district_wh-bx h6 span {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 400;
}

.Emergency_contact .district_wh-bx ul li {
  padding-left: 30px;
  margin-bottom: 25px;
}

.Emergency_contact .district_wh-bx ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}

.vieW_resiDent {
  background: #f8fdff;
  padding: 55px 0 100px;
}

.resiDent_mainHeading {
  color: #000000;
  font-size: 36px;
  line-height: 48px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 0;
}

.resident-headinarae {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.resident-headinarae .search_wrapper {
  min-width: 480px;
}

.main-section_resident .left-side {
  width: 18.5% !important;
  flex-shrink: 0;
  background: #e9f7fd;
  border-radius: 16px;
  padding: 25px 15px;
  position: sticky;
  top: 50px;
  max-height: 600px;
}

.main-section_resident .left-side .sidebar_heading {
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.main-section_resident .left-side ul {
  list-style: none;
  max-height: 480px;
  overflow: auto;
  padding-left: 0;
}

.main-section_resident .left-side ul li {
  color: #848484;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  padding: 10px 0;
  border-top: 1px solid #a4bfca;
}

.main-section_resident .left-side ul::-webkit-scrollbar {
  width: 8px;
}

.main-section_resident .left-side ul::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 50px;
}

.main-section_resident .left-side ul::-webkit-scrollbar-thumb {
  background: #cadce2;
  border-radius: 50px;
}

.main-section_resident .right-side {
  width: 81.5% !important;
  padding-left: 20px;
}

.main-section_resident .right-side .rsidnTTable {
  background: #ffffff;
  border-radius: 20px;
}

.main-section_resident .right-side .rsidnTTable thead tr th {
  padding: 15px;
}

.main-section_resident .right-side .rsidnTTable tr td {
  letter-spacing: 1.28px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding: 15px;
  max-width: 230px;
  vertical-align: middle;
}

.main-section_resident .right-side .rsidnTTable tbody tr:nth-child(odd) {
  background: #eff5f7;
}

.main-section_resident ul.selectTYpeList {
  list-style: none;
  display: flex;
  overflow: auto;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-section_resident ul.selectTYpeList li {
  margin: 0 5px;
}

.main-section_resident ul.selectTYpeList li .sl-bx {
  background: #ffffff;
  box-shadow: 0px 3px 6px;
  border-radius: 5px;
  padding: 7px 13px;
  letter-spacing: 0.36px;
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
}

.main-section_resident ul.selectTYpeList li:hover .sl-bx {
  background: #feb300;
  cursor: pointer;
}

.main-section_resident ul.selectTYpeList::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.main-section_resident ul.selectTYpeList::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 50px;
  height: 8px;
}

.main-section_resident ul.selectTYpeList::-webkit-scrollbar-thumb {
  background: #cadce2;
  border-radius: 50px;
}

.zigzagrow {
  margin-bottom: 60px;
}

.resiDentDEntDetails {
  padding: 60px 0 90px;
  background: #f8fdff;
}

.resiDentDEntDetails .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 16/12;
}

.Reservations-details.resiDentDEntDetails .back-lass {
  margin-bottom: 40px;
}

.resiDentDEntDetails .details-left ul.cal {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.resiDentDEntDetails .details-left h2 {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.resiDentDEntDetails .details-left p {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.36px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.segDetals h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  padding-bottom: 10px;
  border-bottom: 1px solid #c1d7e0;
  margin-bottom: 15px;
}

.segDetals ul {
  list-style: none;
  padding-left: 0;
}

.segDetals ul li {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 0.36px;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
  width: 50%;
  display: inline-block;
}

.segDetals ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: url(../images/committe/arrow-right-long-solid.svg);
  width: 20px;
  filter: invert(0.3);
}

.segDetalsCOMT ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}

.segDetalsCOMT ul li {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 0.36px;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
  width: 50%;
  display: inline-block;
}

.segDetalsCOMT ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}

.segDetalsCOMT ul li:last-child {
  display: block;
}

.segDetalsCOMT h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  padding-bottom: 10px;
  border-bottom: 1px solid #c1d7e0;
  margin-bottom: 15px;
}

.resiDentDEntDetails .product-gallery__carousel .owl-nav .owl-prev {
  left: -19px;
  position: absolute;
  background: #ffc439;
  border-radius: 50%;
  color: #000;
}

.resiDentDEntDetails .product-gallery__carousel .owl-nav .owl-next {
  right: -19px;
  position: absolute;
  background: #ffc439;
  border-radius: 50%;
  color: #000;
}

.resiDentDEntDetails .product-gallery__carousel .owl-nav {
  position: absolute;
  top: 15px;
  width: -webkit-fill-available;
}

.resiDentDEntDetails .product-gallery__carousel {
  margin-top: 12px;
}

/* .gallery-container {
  padding-right: 50px;
} */
.resiDentDEntDetails .product-gallery__carousel .owl-nav .owl-next:hover,
.resiDentDEntDetails .product-gallery__carousel .owl-nav .owl-prev:hover {
  background: #d39400;
}

/***********community Acess***********/
section.community_access_main {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #ffffff 100%) 0% 0% no-repeat;
  position: relative;
}

.community-access-banner .video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.5);
  top: 0;
  left: 0;
  bottom: 4px;
  right: 0;
  width: 100%;
}

.community_access_main .directiontop-left {
  padding: 30px 135px;
  margin-top: -165px;
}

.community_access_main .abt-middle-bx {
  padding: 0;
}

.community_access_main .abt-middle-bx p {
  text-align: center;
}

.commAccesGate {
  margin-top: 50px;
  border: none;
}

.card.communityaccGateBox {
  border: none;
  border-radius: 20px;
  margin-bottom: 50px;
  background: transparent;
}

.commAccesGate .communityaccGateBox img.card-img-top {
  aspect-ratio: 4.39/2.21;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.commAccesGate .communityaccGateBox .card-body {
  padding: 0;
}

.commAccesGate .communityaccGateBox h4 {
  text-align: left;
  font-family: 'MaestroTimes-Bold';
  font-size: 28px;
  line-height: 44px;
  color: #000;
  font-weight: 500;
}

.commAccesGate .communityaccGateBox p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.memberService h3 {
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid #bbcacf;
}

.serviveInFo h6 {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
}

.serviveInFo h6 span {
  color: #a7a7a7;
  font-weight: normal;
  line-height: 30px;
}

.serviveInFo ul {
  list-style: none;
  padding-left: 0;
}

.serviveInFo.officeTime ul li {
  display: inline-flex;
  width: 50%;
}

.serviveInFo.officeTime ul:last-child li {
  width: 100%;
}

.serviveInFo ul li {
  position: relative;
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0 5px 25px;
}

.serviveInFo ul li a {
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
  text-decoration: none;
}
.serviveInFo ul li a {
  text-decoration: none;
}
.serviveInFo ul li a:hover {
  text-decoration: underline;
}

.serviveInFo ul li img {
  position: absolute;
  left: 0;
  top: 10px;
  max-width: 17px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 20px 0 30px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/************boardDirMoal************/
.boardDirModal .modal-content {
  border-radius: 16px;
  padding: 30px;
}

.boardDirModal .modal-content .memberbioTop {
  display: flex;
  align-items: center;
}

.boardDirModal .modal-content .memberbioTop .mmbeMdImage {
  aspect-ratio: 1/1;
  width: 250px;
  text-align: center;
}

.boardDirModal .modal-content .memberbioTop .mmbeMdImage img {
  max-height: 250px;
}

.boardDirModal .modal-content .memberbioTop .mem-Info h3 {
  color: #000000;
  font-size: 40px;
  line-height: 62px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 20px;
}

.boardDirModal .modal-content .memberbioTop .mem-Info .more-info {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1.6px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.boardDirModal .modal-content .memberbioTop .mem-Info .more-info .experience {
  color: #ffb508;
}

.boardDirModal .modal-content .memberbioTop .mem-Info .more-info .years {
  letter-spacing: 1.2px;
  color: #000000;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
}

.boardDirModal .modal-content .memberbioTop .mem-Info .occupation {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 32px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

.boardDirModal .modal-content .GeneralInfo h4 {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.boardDirModal .modal-content .GeneralInfo p {
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 26px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.boardDirModal .modal-content .GeneralInfo ul {
  list-style: none;
  padding-left: 0;
}

.boardDirModal .modal-content .GeneralInfo ul li {
  position: relative;
  padding-left: 42px;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 20px;
}

.boardDirModal .modal-content .GeneralInfo ul li:last-child {
  margin-bottom: 0;
}

.boardDirModal .modal-content .GeneralInfo ul li::before {
  content: url(../../assets/images/board-off-director/disctwo.svg);
  position: absolute;
  left: 0;
}

.boardDirModal .modal-content .GeneralInfo {
  background: #f6f9fb;
  border-radius: 20px;
  padding: 20px 30px;
}

.boardDirModal .crossIcon {
  top: 20px;
  right: 20px;
  position: absolute;
  cursor: pointer;
}

.boardDirModal .crossIcon:hover img {
  filter: invert(0);
}

/************classified*************/
.classiFiedMain_main .directiontop-left {
  padding: 60px;
}

.classiFiedMain_main .directiontop-left .form-row {
  display: flex;
}

.classiFiedMain_main .directiontop-left .form-row .input-group {
  background: #ffffff;
  border-radius: 20px;
  margin-right: 50px;
  outline: none;
  border: none;
  box-shadow: none;
  position: relative;
}

.classiFiedMain_main .directiontop-left .form-row .input-group input {
  border-radius: 20px !important;
  border: 1px solid #c1d7e0;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  height: 50px;
  height: 64px;
  padding-right: 40px;
}

.classiFiedMain_main .directiontop-left .form-row .input-group input:focus,
.classiFiedMain_main .directiontop-left .form-row .input-group button:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.classiFiedMain_main .directiontop-left .form-row .input-group .input-group-text {
  border-radius: 0 20px 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.classiFiedMain_main .directiontop-left .form-row .input-group .input-group-text i {
  font-size: 22px;
}

.classiFiedMain_main .directiontop-left .form-row button {
  white-space: nowrap;
  padding: 18px 55px;
  background-color: #feb300;
  border: 1px solid #feb300;
  border-radius: 20px;
  letter-spacing: 0.36px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.classiFiedMain_main .directiontop-left .form-row button:focus {
  box-shadow: none;
}

.classiFiedMain_main .directiontop-left .form-row button:hover {
  background-color: #d39400;
}

.classiFiedMainsidebar {
  background: #e9f7fd;
  border-radius: 16px;
  padding: 40px 20px;
  position: sticky;
  top: 100px;
}

.classiFiedMainsidebar h5 button {
  white-space: nowrap;
  padding: 18px 55px;
  background-color: #feb300;
  border: 1px solid #feb300;
  border-radius: 20px;
  letter-spacing: 0.36px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.classiFiedMainsidebar h5 button:hover {
  background-color: #d39400;
}

.classiFiedMainsidebar .accordion-item {
  background-color: transparent;
  transition: 0.5 ease-in-out;
}

.classiFiedMainsidebar .accordion-button {
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 0;
  transition: 0.5 ease-in-out;
}

.classiFiedMainsidebar .accordion-button:hover {
  color: #fcb307;
}

.classifidMNRight .card.classifiedBox {
  border: none;
  background: #ffffff;
  border-radius: 16px;
  height: 100%;
}

section.classiFiedMain_main {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #f8fdff 100%);
}

.classifidMNRight .classifiedBox img.card-img-top {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.classifidMNRight .classifiedBox .card-body h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.classifidMNRight .classifiedBox .card-body h6 {
  color: #fcb307;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.classifidMNRight .classifiedBox .card-body p {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 30px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.classifidMNRight .classifiedBox .postred {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}

.classifidMNRight .classifiedBox .postred span {
  color: #949494;
  font-size: 14px;
}

.classifidMNRight .classifiedBox .enqNw {
  background: #000;
  padding: 10px 18px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 20px;
  /* padding-left: 1em; */
  border-radius: 20px;
}

.classifidMNRight .classifiedBox .card-body {
  padding-bottom: 90px;
}

.classiFiedMain_main .directiontop-left .form-row .input-group .fa-magnifying-glass {
  color: #fcb307;
  font-size: 24px;
}

.classiFiedMainsidebar .accordion-button:focus {
  box-shadow: none;
}

.classifidMNRight .loadMore {
  letter-spacing: 0.38px;
  color: #595959;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: table;
  transition: 0.5s ease-in-out;
}

.classifidMNRight .loadMore:hover {
  color: #000;
}

.loadMore {
  letter-spacing: 0.38px;
  color: #595959;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 40px auto 0;
  display: table;
  transition: 0.5s ease-in-out;
}

.loadMore:hover {
  color: #000;
}

/**********post classified**********/
.post-classified {
  background: #f8fdff;
}

.post-classified h3 {
  color: #000000;
  font-size: 36px;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
  margin-bottom: 50px;
}

.post-classified .post-classifiedd-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.post-classified .inputFieldsMargin {
  margin: 0 0 25px;
}

.post-classified .inputFieldsMargin .dollarSign {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  border-right: none !important;
  border-left: 1px solid #707070;
  border: 1px solid #707070;
  width: 30px;
  text-align: center;
  height: 100%;
  line-height: 45px;
}

.inputFieldsMargin .dollarSign .dollar {
  font-size: 20px;
  margin-left: 0;
  border: none !important;
}

.post-classified .inputFieldsMargin .priceInput {
  height: 4.7rem;
  border-left: none !important;
  border-top-left-radius: none !important;
  border-bottom-left-radius: none !important;
  width: 100%;
  border: 1px solid #707070;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

/* .post-classified .inputFieldsMargin .priceInput:focus {
  border: 0.5px solid #707070 !important;
} */
.post-classified .inputFieldsMargin .fileInput {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  text-align: right;
  height: 48px;
  padding: 0.7rem 0rem 1rem;
  border: 1px solid #707070 !important;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.post-classified .inputFieldsMargin .fileInput .imageIcon {
  background-color: white;
  border: none;
}

.post-classified .inputFieldsMargin .fileInput .imageIcon .img {
  height: auto;
  width: 24px;
}

.post-classified .inputFieldsMargin .fileName {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.post-classified .inputFieldsMargin .input-placeholder {
  position: relative;
}

.post-classified .inputFieldsMargin .input-placeholder input {
  padding: 10px;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}

/* border: 0.5px solid #707070 !important; */
.post-classified .inputFieldsMargin .input-placeholder input:valid+.placeholder {
  display: none;
}

.post-classified .inputFieldsMargin .input-placeholder textarea {
  padding: 10px;
  height: 213px;
  width: 100%;
}

.post-classified .inputFieldsMargin .input-placeholder textarea:valid+.placeholderTextarea {
  display: none;
}

.post-classified .inputFieldsMargin .input-placeholder select {
  padding: 10px;
  border: 1px solid #707070;
}

.post-classified .inputFieldsMargin .input-placeholder select:valid+.placeholderSelect {
  display: none;
}

.post-classified .inputFieldsMargin .placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  margin: auto;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
}

.post-classified .inputFieldsMargin .placeholder span {
  color: red;
}

.post-classified .inputFieldsMargin .placeholderTextarea {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.post-classified .inputFieldsMargin .placeholderTextarea span {
  color: red;
}

.post-classified .inputFieldsMargin .placeholderSelect {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.post-classified .inputFieldsMargin .placeholderSelect span {
  color: red;
}

.dollarcontainer .placeholder {
  padding-left: 20px;
}

/* .post-classified .inputFieldsMargin .input-placeholder input:focus {
  box-shadow: none;
  border: 2px solid #707070 !important;
} */
.post-classified .post-classifiedd-form button.submit {
  background: #f2b946;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 18px 70px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  border: none;
}

.post-classified .post-classifiedd-form button.submit:hover {
  background: #d39400;
}

.clasifiedsubtext {
  letter-spacing: 0.8px;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}

/********classified details************/
.classifiedDetailsArea {
  background: transparent linear-gradient(180deg, #f8fdff 0%, #f8fdff 100%) 0% 0% no-repeat padding-box;
}

.classifiedDetailsArea .back-lass {
  margin-bottom: 15px;
  display: block;
  letter-spacing: 1.12px;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.classifiedDetailsArea.event_det_main .evnTdetails-left h2 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  font-family: 'MaestroTimes-Bold';
}

.classifiedDetailsArea.event_det_main .evnTdetails-left h2 span {
  color: #fcb307;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.yellowbadge {
  background-color: #feb300;
  position: relative;
  text-align: center;
  letter-spacing: 0.24px;
  color: #ffffff;
  font-size: 22px;
  padding: 15px 20px;
  display: inline;
  white-space: nowrap;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 11% 50%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 11% 50%);
}

.classifiedDetailsArea.event_det_main .evnTdetails-left ul.post-info {
  margin: 10px 0;
  border-bottom: none;
}

.classifiedDetailsArea.event_det_main .evnTdetails-left hr {
  margin: 1rem 0;
}

.classifiedDetailsArea.event_det_main ul.post-info li b {
  color: #000000;
}

.classifiedDetailsArea.event_det_main ul.post-info li {
  color: #949494;
}

.classifiedDetailsArea.event_det_main .product-gallery__carousel .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
}

.classifiedDetailsArea.event_det_main .product-gallery__carousel .owl-nav [class*=owl-] {
  background-color: transparent;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
}

.classifiedDetailsArea.event_det_main .product-gallery__carousel .owl-nav {
  /* position: absolute;
  top: 15px;
  width: -webkit-fill-available; */
  margin: 0;
}

.classifiedDetailsArea.event_det_main .product-gallery__carousel .owl-nav .owl-next {
  right: -30px;
  position: absolute;
}

.classifiedDetailsArea.event_det_main .product-gallery__carousel {
  padding: 20px 30px;
}

.classifiedDetailsArea.event_det_main .product-gallery__featured .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 6.5 / 4.7;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

.classifiedDetailsArea.event_det_main .inputFieldsMargin .input-placeholder textarea {
  padding: 10px;
  height: 190px;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
}

.classifiedDetailsArea.event_det_main .inputFieldsMargin .placeholderTextarea {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.commentarEa h3 {
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  color: #000;
  font-family: 'MaestroTimes-Bold';
}

.classifiedDetailsArea.event_det_main .input-placeholder {
  position: relative;
}

.classifiedDetailsArea.event_det_main .inputFieldsMargin .input-placeholder textarea:valid+.placeholderTextarea {
  display: none;
}

.classifiedDetailsArea.event_det_main .commentarEa button.submit {
  background: #f2b946;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  border: none;
  transition: 0.5s ease-in-out;
}

.classifiedDetailsArea.event_det_main .commentarEa button.submit:hover {
  background-color: #d39400;
}

.classifiedDetailsArea.event_det_main button.canlbtn {
  background: #333;
  border-radius: 21px;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  border: none;
  transition: 0.5s ease-in-out;
}

.classifiedDetailsArea.event_det_main button.canlbtn:hover {
  background: #111;
}

.replypost h4.authnm {
  letter-spacing: 0.4px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}

.replypost h4.authnm::before {
  content: "";
  height: 4px;
  width: 29px;
  background-color: #707070;
  left: 0;
  position: absolute;
  top: 10px;
}

.replypost p {
  letter-spacing: 0.32px;
  color: #000000;
  font-size: 16px;
}

.replypost {
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.replypost button {
  letter-spacing: 0.32px;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  background: none;
  padding: 0;
}

.replycomment .replyheading {
  background-color: #5e5e5e;
  letter-spacing: 0.32px;
  color: #ffffff;
  padding: 15px 20px;
}

.replycomment textarea {
  width: 100%;
}

.replycomment {
  padding-left: 30px;
}

/*******Emergency Contct*********/
.emergencyContact {
  background-color: #f8fdff;
}

.EmegngcyCattitle {
  letter-spacing: 0.4px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #a4bfca;
  margin-bottom: 18px;
  margin-bottom: 35px;
}

.emGncycontactbox {
  background: #ffffff;
  padding: 20px 30px;
  height: 100%;
}

.emGncycontactbox h5 {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}

.emGncycontactbox p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.emGncycontactbox span {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}

.emGncycontactbox span strong {
  color: #000;
}

.emGncycontactbox ul li {
  position: relative;
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 25px;
}

.emGncycontactbox ul {
  list-style: none;
  padding-left: 0;
}

.emGncycontactbox ul li img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
}

/************commity***********/
.commitymaiN {
  background: #f8fdff;
}

.commitymaiN .directiontop-left {
  margin-bottom: 70px;
}

.VillAMENcommunity h2 {
  color: #000000;
  font-size: 30px;
  line-height: 47px;
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
  border-bottom: 1px solid #d2d2d2;
}

.VillAMENcommunity ul {
  list-style: none;
  padding-left: 0;
}

.VillAMENcommunity ul li {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding-left: 30px;
  display: inline-block;
  width: 50%;
  position: relative;
}

.VillAMENcommunity ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../../assets/images/arrow-right-long-solid.svg);
  width: 20px;
}

.VillAMENcommunity.threeSec ul li {
  width: 33%;
}

.commmunityVilagesTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 10px;
}

.commmunityVilagesTop h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
  font-family: 'MaestroTimes-Bold';
}

.commmunityVilagesTop p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}

.commmunityVilagesTop .search_wrapper {
  min-width: 400px;
}

.commmunityVilages .communtyThumbbox {
  border: none;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  transition: 0.7s;
  overflow: hidden;
}

.commmunityVilages .communtyThumbbox img.card-img-top {
  aspect-ratio: 1 / .57;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: 0.7s;
}

.commmunityVilages .communtyThumbbox .card-body {
  background-color: #FFF;
  z-index: 3;
}

.commmunityVilages .communtyThumbbox:hover .card-img-top {
  transform: scale(1.05);
  filter: brightness(0.4);
}

.commmunityVilages .communtyThumbbox h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #FFF !important;
  /* text-overflow: ellipsis;
  overflow: hidden; */
  display: inline-block;
  vertical-align: top;
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  opacity: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
  text-align: center;
}

.commmunityVilages .communtyThumbbox:hover h4 {
  opacity: 1;
}

.commmunityVilages .loadMore {
  letter-spacing: 0.38px;
  color: #595959;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  display: table;
  transition: 0.5s ease-in-out;
}

.commmunityVilages .loadMore:hover {
  color: #000;
}

.comunitydist-title {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent !important;
  font-family: 'MaestroTimes' !important;
}

.communtyThumbbox {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: 0.7s;
}

.slideshow-bg {
  height: 220px;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
  border-radius: 20px 20px 0 0;
}

.comunitydist-title {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent;
  font-family: 'MaestroTimes' !important;
}

.communtyThumbbox h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #fff;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.communtyThumbbox:hover h4 {
  opacity: 1;
}


/*********resident**********/
.residentMAin {
  background: #f8fdff;
}

.wordserc ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wordserc ul li {
  margin: 10px 4px;
}

.wordserc ul li:first-child button {
  width: 48px;
}

.wordserc ul li button {
  min-width: 38px;
  height: 37px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  border: none;
  color: #333333;
  font-size: 18px;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.wordserc ul li button:hover {
  background-color: #feb300;
}

.residentDIStarea .left-side {
  background: #ecfaff;
  border-radius: 20px;
  float: left;
  position: sticky;
  top: 50px;
  padding: 30px 20px;
  max-height: 600px;
}

.residentDIStarea .left-side ul {
  list-style: none;
  padding-left: 0;
  max-height: 480px;
  overflow-y: auto;
}

.residentDIStarea .left-side ul li {
  padding: 10px 0;
  border-bottom: 1px solid #a4bfca;
}

.residentDIStarea .left-side ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.residentDIStarea .left-side ul li a {
  letter-spacing: 0px;
  color: #848484;
  font-size: 16px;
  display: block;
  font-weight: 400;
  word-break: break-all;
}

.residenTtable {
  background: #ffffff;
  border-radius: 20px;
}

.residentDIStarea .table> :not(caption)>*>* {
  padding: 20px;
}

.residenTtable tbody tr:nth-child(odd) {
  background: #eff5f7;
}

.residenTtable tbody tr td:first-child {
  white-space: nowrap;
}

.residenTtable tbody tr td:nth-child(2) {
  white-space: nowrap;
}

.residenTtable tbody tr td {
  letter-spacing: 1.28px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle;
}

.residentDIStarea .left-side ul::-webkit-scrollbar {
  width: 8px;
}

.residentDIStarea .left-side ul::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 50px;
}

.residentDIStarea .left-side ul::-webkit-scrollbar-thumb {
  background: #cadce2;
  border-radius: 50px;
}

.stagheading {
  letter-spacing: 0px;
  color: #000000;
  font-size: 30px;
  line-height: 47px;
  font-weight: 500;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
  font-family: 'MaestroTimes-Bold';
}

.arrow-list-area h5 {
  font-size: 20px;
  letter-spacing: 1.6px;
  color: #000000;
}

.GeneralInfo .postInfo {
  list-style: none;
  display: flex;
}

.boardDirModal .modal-content .GeneralInfo ul.postInfo li {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 30px;
}

.boardDirModal .modal-content .GeneralInfo ul.postInfo li:last-child {
  margin-right: 0;
}

.boardDirModal .modal-content .GeneralInfo ul.postInfo li span img {
  margin-right: 10px;
}

.boardDirModal .modal-content .GeneralInfo ul.postInfo li::before {
  display: none;
}

/******cmsouter*****/
section.cmsouter {
  background-color: #f8fdff;
}

section.cmsouter .cmsMAincontent {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.cmsMAincontent .article h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
}

.cmsMAincontent .article h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

.cmsMAincontent .article h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.cmsMAincontent .article p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}

.cmsMAincontent .article ul {
  list-style: none;
  margin-bottom: 50px;
}

.cmsMAincontent .article ul li {
  letter-spacing: 1px;
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}

.cmsMAincontent .article ul li::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fcb307;
  content: "";
  position: absolute;
  left: -25px;
  top: 7px;
}

.stepbottomgp {
  margin-bottom: 40px;
}

.boardDirModal .input-placeholder {
  position: relative;
  margin-bottom: 20px;
}

.boardDirModal .inputFields {
  height: 55px;
  border: 1px solid #707070;
  border-radius: 7px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

.boardDirModal .input-placeholder input {
  padding: 10px;
  height: 48px;
}

.boardDirModal .input-placeholder input:valid+.placeholders {
  display: none;
}

.boardDirModal .input-placeholder select:valid+.placeholders {
  display: none;
}

.boardDirModal .input-placeholder textarea {
  padding: 10px;
  height: 115px;
  resize: none;
  width: 100%;
  border-radius: 7px;
}

.boardDirModal .input-placeholder textarea:valid+.placeholderTextarea {
  display: none;
}

.boardDirModal .placeholderTextarea {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 1rem 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.boardDirModal .placeholders {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  left: 10px;
  padding: 12px 0 0;
  color: #949494;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.boardDirModal .categoryHeading {
  font-family: 'MaestroTimes-Bold';
  font-size: 24px;
  font-weight: 500;
  margin-top: 0rem;
  margin-bottom: 0;
}

.boardDirModal .crossIcon.yaLLw {
  top: -20px;
  right: -20px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
}

.boardDirModal button.submitbtn {
  background-color: #ffc439;
  color: #000 !important;
  padding: 15px 58px;
  display: inline-block;
  letter-spacing: 0.4px;
  font-weight: 500;
  border-radius: 21px;
  border: none;
  transition: 0.5s ease-in-out;
}

.boardDirModal button.submitbtn:hover {
  background-color: #d39400;
}

.boardDirModal .modal-body {
  padding: 0;
  overflow: unset;
}

.Reservations-details .product-gallery__featured {
  margin-bottom: 12px;
}

.Reservations-details .product-gallery__featured .owl-item img {
  /* aspect-ratio: 6.24/3.2; */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 9.13/4.7;
}

.Reservations-details .product-gallery__carousel .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
}

.Reservations-details .product-gallery__carousel .owl-nav .owl-next {
  right: -30px;
  position: absolute;
}

.Reservations-details .product-gallery__carousel .owl-nav {
  position: absolute;
  top: 15px;
  width: -webkit-fill-available;
}

.Reservations-details .product-gallery__carousel .owl-nav [class*=owl-] {
  background: #ffc439;
  color: #000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Reservations-details .product-gallery__carousel .owl-nav [class*=owl-]:hover {
  background: #ffc439;
  color: #000;
}

.Reservations-details .product-gallery__carousel .owl-nav [class*=owl-] {
  background: #ffc439;
  color: #000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-main.maintenance-frm .ng-select .ng-select-container {
  border: none;
  box-shadow: none;
}

.register-main.maintenance-frm .ng-select .ng-arrow-wrapper .ng-arrow {
  display: none;
}

.middle-video-area .customModal .crossIcon {
  top: -21px;
  right: -21px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
}

.regitration_area .ng-select .ng-select-container {
  border: none !important;
  min-height: 48px;
  border-radius: 10px;
}

.register-main.maintenance-frm .regitration_area .ng-select .ng-select-container {
  min-height: unset;
  line-height: 38px;
  height: 45px;
  box-shadow: none;
  border: none;
}

.register-main.maintenance-frm .regitration_area .fileInput {
  height: 55px !important;
}

.register-main.maintenance-frm .regitration_area .ng-select .ng-select-container:focus,
.register-main.maintenance-frm .regitration_area .ng-select .ng-select-container:valid,
.register-main.maintenance-frm .regitration_area .ng-select .ng-select-container:visited {
  box-shadow: none;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container:focus,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value:focus {
  box-shadow: none;
  border: none;
}

.register-main.maintenance-frm .regitration_area .ng-select .ng-arrow-wrapper {
  width: 0;
}

.Reservations-details.comittee_det_main .slider {
  position: sticky;
  top: 100px;
}

.classiFiedMainsidebar .accordion-button::after {
  display: none;
}

.commmunityVilagesTop .search_wrapper {
  min-width: 230px;
}

.commmunityVilagesTop .search_wrapper input {
  padding-left: 8px;
}

.gl_frame {
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
  padding-left: 0;
}

.gl_frame li {
  margin-bottom: 20px;
}

/* .gl_frame li:first-child {
 padding-top: 30px;
}
.gl_frame li:nth-child(5) {
  padding-top: 70px;
  position: relative;
} */
.gl_frame li:nth-child(1) .gl-box img,
.gl_frame li:nth-child(4) .gl-box img,
.gl_frame li:nth-child(5) .gl-box img {
  aspect-ratio: 1/1;
}

.gl_frame li:nth-child(2) .gl-box img,
.gl_frame li:nth-child(3) .gl-box img,
.gl_frame li:nth-child(6) .gl-box img {
  aspect-ratio: 1/1.2;
}

.Reservations-details.event_det_main .event_det_heder .mat-mdc-text-field-wrapper {
  height: 50px;
  border: 1px solid #c1d7e0;
  border-radius: 10px;
  outline: none;
  width: 260px;
}

.Reservations-details.event_det_main .event_det_heder .mat-mdc-text-field-wrapper:focus {
  box-shadow: none;
  border: 1px solid #000 !important;
}

.Reservations-details.event_det_main .event_det_heder .mat-mdc-text-field-wrapper .fa-times:before {
  content: "\f00d";
  margin-left: -15px !important;
  cursor: pointer;
  margin-top: -14px !important;
  color: #fcb307;
}

.Reservations-details.event_det_main .event_det_heder form .search_wrapper button:hover {
  color: #fcb307;
}

.Reservations-details.event_det_main .event_det_heder .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 12px !important;
}

.Reservations-details.event_det_main .event_det_heder .mat-mdc-text-field-wrapper button.mat-mdc-button-base {
  background: transparent;
  color: #fcb307;
  margin-top: -8px;
}

.Reservations-details.event_det_main .event_det_heder .search_wrapper input {
  border-radius: 7px;
  width: 260px;
}

.calender-area .fc .fc-daygrid-day-top {
  display: unset;
  flex-direction: row-reverse;
  color: #fff;
}

.calender-area .fc .fc-daygrid-day-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calender-area .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a {
  color: #fff;
}

.calender-area .fc .fc-daygrid-day.fc-day-today {
  background-color: #fcb307;
  color: #fff;
  border-radius: 5px;
}

.calender-area .fc .fc-daygrid-bg-harness {
  top: -7px;
}

.calender-area .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-bg .fc-highlight {
  background-color: transparent;
}

.calender-area .fc-today-button {
  display: none !important;
}

.calender-area .fc-col-header-cell-cushion {
  color: #b1b1b1;
  font-weight: 400;
}

.calender-area .fc-col-header-cell-cushion:hover {
  color: #fcb307;
}

.calender-area .fc .fc-daygrid-day-number {
  color: #000;
  font-weight: 500;
}

.calender-area .fc .fc-toolbar-title {
  font-size: 32px;
  font-family: 'MaestroTimes-Bold';
}

.calender-area .fc-toolbar-chunk button.fc-button {
  background: transparent !important;
  border: none;
  color: #ffb400;
}

.calender-area .fc-toolbar-chunk button.fc-button:hover,
.calender-area .fc-toolbar-chunk button.fc-button:focus,
.calender-area .fc-toolbar-chunk button.fc-button:active {
  color: #ffb400;
  box-shadow: none;
}

.calender-area .fc-theme-standard .fc-scrollgrid {
  border: none;
}

.calender-area .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.calender-area .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
  color: #ffb400;
}

.calender-area .fc-daygrid-event-harness {
  text-align: center;
  width: 10px;
  height: 10px;
  background: #fcb307;
  border-radius: 50%;
  display: block;
}

.calender-area .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  right: unset;
  transform: translateX(50%);
  bottom: -9px;
}

/* .calender-area .fc-daygrid-day-events > .fc-daygrid-event-harness:not(:first-child) {
  display:none;
}  */
.calender-area .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  right: 0;
  transform: translateX(43%);
}

.noPgogame {
  text-align: center;
  padding: 50px 20px;
  font-weight: 500;
}

.calender-area .fc-direction-ltr .fc-daygrid-more-link {
  float: unset;
  position: relative;
  left: -27px !important;
  color: #000;
}

.calender-area .fc-daygrid-day.fc-day-today a.fc-daygrid-more-link.fc-more-link {
  color: #ffffff !important;
  top: -4px;
}

/**********NewsDetails**********/
.newsDetails_MAin {
  background: #f8fdff;
}

.TpSection img {
  width: 100%;
  aspect-ratio: 12.4/4.7;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.imageCap ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 25px 0;
  flex-wrap: wrap;
}

.imageCap ul li {
  letter-spacing: 0.36px;
  color: #333333;
  padding-left: 20px;
  font-weight: 400;
  position: relative;
  margin-right: 25px;
  font-size: 18px;
}
.imageCap ul li a {
  color: #FFB400;
}
.imageCap ul li:first-child {
  padding-left: 0;
}

.imageCap ul li:first-child::before {
  display: none;
}

.imageCap ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.newsTitle {
  letter-spacing: 2.88px;
  color: #333333;
  font-size: 36px;
  font-weight: 500;
}

.newstext {
  letter-spacing: 0.36px;
  color: #333333;
  line-height: 32px;
  font-size: 18px;
}

.newstext p a {
  color: #333;
}

.newstext p a:hover {
  text-decoration: underline;
}

.tagKeyword ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}

.tagKeyword ul li {
  background: #eef7fa;
  border-radius: 50px;
  margin-right: 10px;
  text-align: center;
  padding: 10px 20px;
}

.tagKeyword ul li:hover {
  background-color: #e3ecef;
}

.card.comment_card {
  border: none;
  background: transparent;
}

.card.comment_card a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.card.comment_card a span.small {
  border: 1px solid #707070;
  border-radius: 21px;
  padding: 12px 40px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}

.card.comment_card a:hover span.small {
  background-color: #707070;
  color: #fff;
}

.comment_card h3 {
  letter-spacing: 2.56px;
  color: #333333;
  font-size: 32px;
  line-height: 40px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
}

.comment_card h3 span {
  color: #ffb508;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.commentbox h4 {
  letter-spacing: 1.92px;
  color: #333333;
  font-size: 24px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.commentbox p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.commentbox .commentbox_inner {
  margin-bottom: 20px;
}

.commentbox .replybox {
  margin-left: 100px;
  border-top: 1px solid #707070;
  padding-top: 20px;
}

.commentbox .replybox .replybox_inner {
  border-left: 1px solid #707070;
  padding-left: 20px;
}

.newsDetails_MAin .commentbox {
  margin-bottom: 50px;
}

.comment_form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
}

.comment_form h5 {
  letter-spacing: 2.56px;
  color: #333333;
  font-size: 32px;
  line-height: 46px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  margin-bottom: 20px;
}

.comment_form input,
.comment_form select,
.comment_form textarea {
  background: #ffffff;
  border: 1px solid #bbcacf;
  border-radius: 10px;
  margin-bottom: 20px;
}

.comment_form input,
.comment_form select {
  height: 50px;
}

.comment_form textarea {
  height: 170px;
  resize: none;
}

.comment_form button[type=submit] {
  background-color: #ffc439;
  color: #000 !important;
  padding: 15px 58px;
  display: inline-block;
  letter-spacing: 0.4px;
  font-weight: 500;
  border-radius: 21px;
}

.comment_form input:focus,
.comment_form select:focus,
.comment_form textarea:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.comment_form button[type=submit]:hover {
  background-color: #d39400;
}

.comment_event_bx img.postcal {
  border-radius: unset;
  aspect-ratio: unset;
  width: 16px;
  height: auto;
}

.comment_event_bx img.arrow-lft {
  border-radius: unset;
  aspect-ratio: unset;
  width: 16px;
}

a.enqNw {
  background-color: #feb300;
  position: relative;
  text-align: center;
  letter-spacing: 0.24px;
  color: #ffffff;
  font-size: 22px;
  padding: 15px 20px;
  display: inline;
  border-radius: 13px;
  margin-top: 50px;
  display: inline-block;
  transition: 0.5s all;
}

a.enqNw:hover {
  background-color: #f7ae1e;
}

.thankuouModal .likeBtn {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #feb300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}

.thankuouModal h3 {
  letter-spacing: 3.52px;
  color: #333333;
  font-size: 40px;
  text-align: center;
}

.thankuouModal p {
  letter-spacing: 1.84px;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.thankuouModal button.submitbtn {
  background: #f2b946;
  border-radius: 21px;
  border: none;
  padding: 16px 20px;
  display: table;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  min-width: 150px;
  margin-bottom: 40px;
}

.thankuouModal button.submitbtn:hover {
  background-color: #d39400;
}

.thankuouModal .modal-content {
  border-radius: 16px;
}

.exfoorm .neighborInput .ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 5px;
}

.exfoorm .neighborInput .ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 21px;
  top: 8px;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  display: none !important;
  background-image: none;
}

.applayout_rGHT table .table-body tr td:nth-child(4) {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.nocircle {
  width: 84px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.no-text {
  color: rgba(0, 0, 0, 0.44);
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.noDtarpper {
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.forGotpassmain {
  background-color: #f4f4f4;
  margin: 0;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url(../images/CotoDeCaza2023-Finals-57.jpg);
  background-position: center;
  background-size: cover;
}

.forGotpassmain .container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 550px;
  margin: 0 15px;
  min-height: 300px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.forGotpassmain .left-section {
  flex: 1;
  background-image: url(../images/cityscape-wuxi.png);
  background-size: cover;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.forGotpassmain .right-section {
  flex-shrink: 0;
  padding: 50px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: left;
  margin: auto;
  width: 100%;
}

.forGotpassmain h2 {
  margin-bottom: 15px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

.forGotpassmain p {
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Rubik", serif;
  margin-bottom: 30px;
}

.forGotpassmain .loginback {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Rubik", serif;
  font-weight: 600;
  display: block;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.forGotpassmain .loginback:hover {
  color: #000;
}

.forGotpassmain .input-group {
  margin-bottom: 30px;
  position: relative;
}

.forGotpassmain .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.forGotpassmain .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.forGotpassmain .input-group:focus {
  border: 2px solid #000;
}

.forGotpassmain .input-group .input-group-text {
  background-color: transparent;
  flex-shrink: 0;
  border: none;
  border-right: 1px solid #707070;
  border-radius: 0 !important;
}

.forGotpassmain input {
  border: 1px solid #707070;
  border-radius: 5px;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 7px 40px 7px 50px;
}

/* .forGotpassmain input:focus{
  box-shadow: none;
  outline: none;
} */
/* .right-section:focus-within input {
  border-color: #007bff;
  outline: none;
} */
.forGotpassmain .envelope-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.forGotpassmain button {
  background: #f2b946;
  border-radius: 10px;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  transition: 0.5s ease-in-out;
  width: 100%;
}

.forGotpassmain button:hover {
  background-color: #d39400;
}

.acbtlg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forGotpassmain #togglePassword {
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
}

.placeholders span {
  color: #545454 !important;
}

.footer-text {
  color: #fff;
}

.footer-text a {
  color: #fff;
  text-decoration: underline;
}

/* /8/12 */
.faqleftPanel {
  background: #E9F7FD;
  border-radius: 16px;
  padding: 30px 15px;
  height: 100%;
}

.INddoc_mainHeading.faqsheading {
  margin-bottom: 60px;
}

.faq-ae h3 {
  font-size: 26px;
}

.faqleftPanel ul {
  list-style: none;
  padding-left: 0;
}

.faqleftPanel ul li {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 0;
  border-bottom: 1px solid #A4BFCA;
}

.faqleftPanel ul li.active {
  color: #fcb307;
}

.faqleftPanel ul li:last-child {
  border-bottom: none;
}

.comNAme ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.comNAme ul li {
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  padding-left: 23px;
  width: 45%;
  margin-bottom: 10px;
}

.comNAme {
  margin-bottom: 30px;
}

.comNAme ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffb508;
  position: absolute;
  top: 7px;
  left: 0;
}

.communitypage-header-bottom-panel {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.communitypage-header-bottom-panel p {
  font-size: 18px;
  line-height: 28px;
}

.communitypage-header-bottom-panel h2 {
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid #bbcacf;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.communitypage-headingsection {
  color: #000000;
  font-family: 'MaestroTimes-Bold';
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.sky-bg {
  background-color: #f1f8fb;
}

.communitypage-cardwrapper {
  background-color: #FFF !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  height: 100%;
  transition: 0.7s;
}

.communitypage-cardwrapper h4 {
  font-size: 25px !important;
  color: #000 !important;
  font-family: "Open Sans", sans-serif !important;
}

.communitypage-cardwrapper:hover {
  transform: scale(1.05);
}

.communitypage-cardwrapper .card-img-top {
  border-radius: 20px 20px 0 0 !important;
}

.communitypage-cardwrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb508;
  border-radius: 0 0 16px 16px;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.communitypage-cardwrapper span i {
  margin-left: 8px;
  transition: 0.5s ease-in-out;
}

.communitypage-cardwrapper .communityaccGateBox p {
  line-height: 27px;
}

.communitypage-article-card-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0;
}

.communitypage-article-card-wrapper .customcard {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 15px 25px;
  border-radius: 20px;
  display: flex;
}

.communitypage-article-card-wrapper .customcard .leftimgthmb {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  vertical-align: top;
  max-width: 33%;
  margin-right: 20px;
  border-radius: 10px;
}

.communitypage-article-card-wrapper .customcard .rightarticle {
  display: inline-block;
  color: #333;
}

.communitypage-article-card-wrapper .customcard h4 {
  color: #000;
}

.communitypage-article-card-wrapper .customcard .date-cont {
  color: #ffb508;
  font-weight: 500;
}

.communitypage-article-card-wrapper .customcard p {
  font-size: 18px;
}

.communitypage-article-card-wrapper .customcard .common-btn {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  color: #000;
}

.communitypage-article-card-wrapper .customcard .common-btn:hover {
  color: #ffb508;
}

.communitypage-article-card-wrapper .customcard .arrow:after {
  transform: scale(0.5);
  left: -9px;
  top: 3px;
  position: relative;
}

.badgebluebg {
  background-color: #FCB307;
  color: #000;
  margin-bottom: 8px;
}

.InputfieldsOnElectionPage {
  background-color: white;
}

section.b_o_d_main.director .team_list ul li .team-member h5 {
  height: auto;
}

.panel-heading h3 {
  letter-spacing: 1.2px;
  color: #333333;
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 15px;
  font-family: 'MaestroTimes-Bold';
  font-weight: 500;
}

.rich-text p {
  letter-spacing: 0.36px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.block-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
  position: sticky;
  top: 120px;
}

.block-section ul {
  padding-left: 0;
  list-style: none;
}

.block-section h2 {
  letter-spacing: 2.88px;
  color: #333333;
  font-size: 26px;
  line-height: 46px;
  font-family: 'MaestroTimes-Bold';
  padding-bottom: 20px;
  letter-spacing: 2.88px;
  border-bottom: 1px solid #d39400;
}

.block-section ul li p {
  letter-spacing: 0.36px;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  padding-right: 50px;
  font-weight: 500;
}

.block-section ul li time {
  letter-spacing: 0.36px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 20px;
  line-height: 32px;
  padding-right: 50px;
  font-weight: 500;
}

.block-section ul li strong {
  letter-spacing: 0.36px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 20px;
  line-height: 32px;
  padding-right: 50px;
  font-weight: 500;
  display: block;
}

.block-section ul li {
  margin: 15px 0;
}

.communityaccGateBox p {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

span.gl_ico {
  background: #FCB200;
  width: 80px;
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

span.gl_ico img {
  max-width: 60px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  border-radius: unset;
  width: 60px;
  height: 60px;
}

.gl_text h4 {
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.abt-middle-bx h2 {
  text-wrap: balance;
}

.comm-descriotion-new ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.comm-descriotion-new ul {
  list-style: none;
  padding-left: 0;
}

.comm-descriotion-new ul li {
  letter-spacing: 0.36px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  padding-left: 20px;
  font-weight: 400;
  position: relative;
  margin-right: 25px;
  margin: 10px 0;
}

.comittee_det_main .whIte_bx a {
  word-wrap: break-word;
  word-break: break-word;
}

.comittee_det_main .whIte_bx a:hover {
  text-decoration: underline;
}
.comittee_det_main .whIte_bx ul {
  list-style: none;
  padding-left: 0;
}

.comittee_det_main .whIte_bx ul {
  padding-left: 0;
}

.comittee_det_main.newhome .whIte_bx.exp ul li,
.comittee_det_main.newhome ul li a {
  padding-left: 0;
  letter-spacing: 0.36px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.comittee_det_main.newhome ul li a {
  text-decoration: underline;
}

.comittee_det_main.newhome ul li a:hover {
  color: #FFB508;
}

.comittee_det_main.newhome .whIte_bx.exp ul li {
  padding-left: 20px;
  letter-spacing: 0.36px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  position: relative;
}

.comittee_det_main.newhome .whIte_bx.exp ul li a:hover {
  text-decoration: underline;
}

.comittee_det_main.newhome .whIte_bx.exp ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.comm-descriotion-new ul li a {
  padding-left: 0;
  letter-spacing: 0.36px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.comm-descriotion-new ul li a:hover {
  text-decoration: underline;
}
.comm-descriotion-new h1 {
  font-family: 'MaestroTimes-Bold';
}

.comm-descriotion-new h2 {
  font-family: 'MaestroTimes-Bold';
}

.comittee_det_main.newhome .faq-ae {
  padding-top: 50px;
}

.comittee_det_main.newhome .whIte_bx.exp p {
  padding-left: 0px;
}

/*# sourceMappingURL=normal.css.map */

.video-overlay .caption h1,
.video-overlay .caption h2,
.video-overlay .caption h3 {
  margin: 0;
  opacity: 0;
  animation: fadeInUp 2s ease-out forwards;
}

.video-overlay .caption h1 {
  animation-delay: 1.5s;
}

.video-overlay .caption h2 {
  animation-delay: 0.9s;
}

.video-overlay .caption h3 {
  animation-delay: 0.9s;
}

.video-overlay {
  background-color: transparent !important;
}

.video-overlay .caption h1 {
  font-size: 3rem;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 14px !important;
  font-family: 'MaestroTimes';
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.customhimage-overlay-card {
  background-color: #000 !important;
  margin-bottom: 0 !important;
  border-radius: 20px;
}

.customhimage-overlay-card a {
  position: relative;
}

.customhimage-overlay-card .card-img-top {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  transition: .5s;
  opacity: 0.8;
  border-radius: 20px !important;
}

.customhimage-overlay-card .card-img-top:hover {
  opacity: 0.6;
}

.customhimage-overlay-card .innercardwrapper-box {
  position: absolute;
  transform: translate(50%);
  top: 50px;
  left: -50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.customhimage-overlay-card .innercardwrapper-box h4 {
  color: #FFF !important;
  transition: 0.5s;
}

.customhimage-overlay-card:hover .innercardwrapper-box h4 {
  margin-top: 20%;
}

.customhimage-overlay-card .innercardwrapper-box .innerlink {
  background-color: #ffb508;
  color: #000;
  opacity: 0;
  transition: 0.5s;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: auto;
  border-radius: 8px;
  padding: 8px 15px;
}

.customhimage-overlay-card:hover .innercardwrapper-box .innerlink {
  opacity: 1;
  margin-top: 20%;
}

.custom-comment_event_bx {
  flex-wrap: wrap;
  flex-direction: row !important;
  padding-bottom: 0 !important;
}

.custom-comment_event_bx .top-thumb-img-wrapper {
  width: 280px;
  /* Standard syntax */
  height: auto;
  aspect-ratio: 4/3.8;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  background-color: #000;
  border-radius: 15px;
}

.custom-comment_event_bx .top-thumb-img-wrapper h4 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffc439;
  font-weight: bold;
  padding: 10px;
}

.custom-comment_event_bx .top-thumb-img-wrapper .top-img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /* aspect-ratio: 4/3.8 !important; */
  object-fit: cover;
  opacity: 0.6;
  height: 100%;
}

.custom-comment_event_bx .newsbx-body {
  width: calc(100% - 288px);
  display: inline-block;
  vertical-align: top;
}

.custom-comment_event_bx span {
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-block !important;
  align-items: center;
  background-color: #ffc439;
  width: auto;
  padding: 8px 15px;
  border-radius: 8px;
  transition: 0.5s;
}

.custom-comment_event_bx span:hover {
  filter: brightness(1.1);
}

.access_btns a{
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.access_btns .access-btn span{
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-block !important;
  align-items: center;
  background-color: #ffc439;
  width: auto;
  padding: 8px 15px;
  border-radius: 8px;
  transition: 0.5s;

}

.access_btns .access-btn span:hover {
  filter: brightness(1.1);
}

.downloadlink {
  color: #000;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.downloadlink i {
  color: #ffc439;
}

.downloadlink:hover {
  color: #000;
}

.custom-comment_event_bx .newsbx-body {
  position: relative;
}

.custom-comment_event_bx .description-class+.row {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  padding-left: 20px;
}

/* scrollbar start */
.navbar-area ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.navbar-area ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.navbar-area ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FCB200;
}

form ::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

form ::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

form ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

.cal_ev_right ::-webkit-scrollbar-track,
.calender-area ::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.cal_ev_right ::-webkit-scrollbar,
.calender-area ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.cal_ev_right ::-webkit-scrollbar-thumb,
.calender-area ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

/* scrollbar end */

.dashboard-mnu {
  position: absolute;
  right: 10px;
  top: 100%;
  z-index: 1000;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dashboard-mnu li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 10px;
}

.dashboard-mnu li a i {
  margin-right: 10px;
  color: #ffb508;
}

.dashboard-mnu li a:focus,
.dashboard-mnu li a:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.mobile-dashboard-menu-area {
  position: absolute;
  right: 15px;
  top: 20px;
}

.mobile-dashboard-menu-bx {
  position: relative;
}

section.cz-team {
  padding-top: 170px;
}

.our-team .heading.text-center h5 {
  text-align: center;
}

.footer-logo img {
  max-width: 300px;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 0 !important;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.header-search .form-row {
  width: 400px;
  padding-left: 30px;
}

.header-search .INddoc_mainHeading {
  width: calc(100% - 400px);
  margin-bottom: 0;
}

.header-search .form-row .input-group {
  width: 100% !important;
}

.header-search .form-row .input-group button {
  width: 40px;
  background-color: #fff;
  color: #fcb307;
  border: 0;
  border-radius: 0 10px 10px 0 !important;
  border: 1px solid #c1d7e0;
  border-left: 0;
  padding-right: 20px;
}

.header-search .form-row input {
  border: 1px solid #c1d7e0;
  margin-left: auto;
  border-radius: 10px 0 0 10px !important;
  background-color: #fff;
  width: calc(100% - 40px);
  font-size: 16px;
  height: unset;
  border-right: 0;
  padding: 15px 20px;
}

.header-search .form-row input:focus {
  outline: 0;
  box-shadow: unset;
}

.placeholders {
  margin-bottom: 10px;
}

.Reservations-details .product-gallery__carousel .owl-nav {
  position: unset !important;
  margin: 0;
}

.Reservations-details .product-gallery__carousel .owl-nav [class*=owl-] {
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: 0;
  margin: 0;
}

.Reservations-details .product-gallery__carousel .owl-nav [class*=owl-] img {
  width: 30px;
  height: 25px;
  object-fit: contain;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
}

.mainClass .broadcastTable .broadcastData .imageAndData:last-child {
  margin-bottom: 0 !important;
}

.mainClassified .innerData .mainDetails .detailsData .figure-bx img {
  object-fit: cover;
}

.mainClassified .innerData .mainDetails .detailsData .textData .priceAndbtns .btns .editBtn i {
  font-size: 14px;
}

.mainClassified .innerData .mainDetails .detailsData .textData .priceAndbtns {
  margin-bottom: 5px;
}

.mainClassified .innerData .mainDetails .detailsData .textData .priceAndbtns .btns .viewDetailsBtn,
.mainClassified .innerData .mainDetails .detailsData .textData .priceAndbtns .btns .editBtn,
.mainClassified .innerData .mainDetails .detailsData .textData .priceAndbtns .btns .deleteBtn {
  height: 40px !important;
}

.signOut .signOutIcon {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 5px !important;
}

.nocircle.nocircle-sd {
  padding: 15px;
}

.nocircle.nocircle-sd img {
  width: 100%;
  height: 100%;
}

.noDtarpper.noDtarpper-sd {
  height: auto !important;
}

.minw-100 {
  min-width: 100% !important;
}

.sidenav-nav .sidenav-nav-item .sidenav-nav-link.active .sidenav-link-text {
  color: #FFB400;
}

.downloadlink-sd {
  display: flex;
  padding-top: 0;
  gap: 10px;
  align-items: center;
  transition: all 0.2s ease-in-out;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 18px;
  margin-bottom: 16px;
}

.downloadlink-sd:hover {
  text-decoration: underline;
}

.downloadlink-sd i {
  font-size: 20px;
}

.downloadlink-sd-2 {
  padding-top: 0;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
}

.downloadlink-sd-2:hover {
  text-decoration: underline;
}

.downloadlink-sd-2 i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.downloadlink-sd-2-area {
  display: flex;
  justify-content: end;
}

span.postred-dt {
  display: flex;
  align-items: center;
}

span.postred-dt img {
  width: 15px;
}

.evnTdetails-left-sd {
  padding-left: 30px;
}

.dat-sd {
  display: flex !important;
  gap: 0 !important;
}

.dat-sd .dat-sd-img {
  width: 20px !important;
}

.dat-sd .dat-sd-dataAndDate {
  width: calc(100% - 20px) !important;
  padding-left: 15px;
}

.map-sdsd iframe {
  height: 500px;
}

.park-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.park-sub-left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.park-sub-right {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #333;
}
.park-sub-right:hover {
  text-decoration: underline;
  color: #333;
}
.evnTdetails-left p a {
  color: #333;
}
.evnTdetails-left p a:hover {
  text-decoration: underline;
}
.park-dtls-right {
  padding-left: 35px;
  margin-top: -10px;
}

.Reservations-details .gallery-container.park-dtls-left .product-gallery__carousel .owl-nav [class*=owl-] img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 20px;
  height: 20px;
}

.Reservations-details .gallery-container.park-dtls-left .product-gallery__carousel .owl-nav .owl-next img {
  margin-left: 2px;
}

.Reservations-details .gallery-container.park-dtls-left .product-gallery__carousel .owl-nav .owl-prev img {
  margin-right: 2px;
}

.Reservations-details .gallery-container.park-dtls-left .product-gallery__carousel .owl-nav .owl-next {
  right: -15px;
}

.Reservations-details .gallery-container.park-dtls-left .product-gallery__carousel .owl-nav .owl-prev {
  left: -15px;
}

.dt-tm-set .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 50px;
}

.dt-tm-set .form-group .tm-set {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dt-tm-set .form-group .tm-set input {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 15px;
  max-width: unset;
  width: unset;
}

.date-set.dt-tm-set .col-form-label {
  width: 410px;
}

/* Thumbnail Styling */
.thumbnail {
  width: 120px;
  height: 120px;
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

.thumbnail:hover {
  transform: scale(1.1);
}

/* Lightbox Overlay */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  z-index: 1000;
}

/* Lightbox Content */
.lightbox-content {
  position: relative;
  text-align: center;
}

.lightbox-content .lightbox-image {
  max-width: 90%;
  width: 500px;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* Close Button */
.lightbox-content .close-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  background: transparent;
  color: #000;
  border: none;
  font-size: 25px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fcb307;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Entries Grid (inside lightbox-content) */
.lightbox-entry {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  transition: transform 0.2s;
}

.lightbox-entry:hover {
  transform: scale(1.02);
}

.lightbox-info h4 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.lightbox-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #444;
}

/* Optional: Resize images inside entries */
.lightbox-entry .lightbox-image {
  width: 120px;
  height: auto;
  max-height: 100px;
  object-fit: cover;
  box-shadow: none;
  border-radius: 8px;
}

/* Lightbox Content */
.lightbox-content {
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid #ccc;
  padding: 16px 0;
}

.lightbox-content::-webkit-scrollbar {
  width: 6px;
}

.lightbox-content::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}

.lightbox-upper {
  display: flex;
}

.lightbox-upper {
  display: flex;
}

/* .lightbox-entry:last-child {
  border-bottom: none;
} */


/**Lightbox css end**/

.gallery-sd-bx {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}

.gallery-sd-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment_event_bx ul.tm:before {
  content: "\f017";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  color: #fcb307;
  top: -4px;
}

a.loadMore.archive {
  background-color: transparent;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}


.comittee_det_main.newhome .whIte_bx.exp ul li {
  padding-left: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
  padding: 6px 0;
  border-bottom: 1px solid #d2d2d2;
  line-height: 24px;
}

.comittee_det_main.newhome .whIte_bx.exp ul li:last-child {
  border-bottom: none;
}

.comittee_det_main.newhome .whIte_bx.exp ul li:before {
  display: none;
}

.comittee_det_main.newhome .whIte_bx.exp ul li a {
  margin-bottom: 0;
  letter-spacing: 1.28px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding-left: 0;
  text-decoration: none;
  word-break: normal;
}

.comittee_det_main.newhome .whIte_bx.exp ul li a:hover {
text-decoration: underline !important;
}

.comittee_det_main.newhome .whIte_bx.exp ul li a.anchor-sd:hover {
  text-decoration: underline;
}

.comittee_det_main.newhome .whIte_bx.exp ul li a img {
  position: relative;
  top: unset;
}

.main-wrap .price {
  font-weight: 600 !important;
  color: #000000;
}

.acchivewrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #E6F7FE;
  width: max-content;
  margin: 30px auto 50px;
  padding: 0;
  border-radius: 50px;
  box-shadow: 0px 8px 16px #00000029;
}

.acchivewrapper .loadMore.archive {
  margin: 0;

}

.acchivewrapper .archive.active {
  box-shadow: none;
  border-radius: 50px;
  background-color: #FFB508;
  color: #fff;
}

.acchivewrapper .archive.active img {
  filter: invert(1);
}

.comittee_det_main.newhome .whIte_bx.exp .contactClass ul li {
  justify-content: unset;
  position: relative;
  gap: 10px;
  align-items: self-start;
  border-bottom: none;
}

.comittee_det_main.newhome .whIte_bx.exp .contactClass ul li img {
  margin: 0;
}


.fa-calendar-alt {
  color: #FFB400;
}

.nbdelete {
  color: red;
}

.fas .fa-map-marker-alt {
  color: #FFB400 !important;
}

.supportTable {
  width: 100%;
  background-color: white;
  border-radius: 16px;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.supportTable p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-ticket-commentbox {
  min-height: 90px !important;
}

.orange-submit-button {
  background-color: rgb(241, 184, 68);
  color: black;
  min-width: 120px;
  border: none;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
  cursor: pointer;
}

.orange-submit-button:hover {
  background-color: rgb(241, 184, 68);
  filter: brightness(0.85);
  color: #000;
}

.backservice-button {
  border-radius: 15px;
  color: black;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 16px 40px;
  margin-bottom: 20px;
}

.object-fit-cover {
  object-fit: cover;
}

.table-responsive {
  font-size: 15px;
}

h2.fc-toolbar-title {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
}

.calender-main h2 button {
  font-family: "Open Sans", sans-serif !important;
}

.calender-main .cal_ev_rightheading-area h5,
.calender-main .cal_ev_rightheading-area ul {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
}

.contact_sec_cat h3 p {
  font-weight: 500;
  font-family: 'MaestroTimes-Bold';
}

.contact_sec_cat h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.dist-gallery .owl-item img {
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 8 / 4.7;
  margin-bottom: 20px;
}

.district_represtatriv_inner .owl-nav {
  display: none !important;
}

.aboutteamheadshot-box:before {
  display: none !important;
}

.aboutteamheadshot-box img {
  border-radius: 15px;
}

.team-details-box {
  overflow-y: auto;
}

.association-box-home .lightbox-upper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.association-box-home .lightbox-info h4 {
  font-family: 'MaestroTimes';
  font-size: 18px;
  color: #000;
}

.association-box-home .lightbox-info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.association-box-home .lightbox-entry {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

.association-box-home .lightbox-entry .lightbox-image {
  width: 180px;
  display: inline-block;
  vertical-align: top;
}

.association-box-home .lightbox-entry .lightbox-info {
  width: calc(100% - 184px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.association-box-home .lightbox-upper p {
  margin-bottom: 8px;
}

.association-box-home .lightbox-upper p span {
  color: #ffb508;
}

.association-box-home .tagKeyword {
  margin-top: 8px;
}

.association-box-home .tagKeyword li {
  background-color: #ffb508;
}

.contact-us-photocard .card-img-top {
  aspect-ratio: 16 / 20 !important;
  object-position: top center;
}

.dist-hover-carrousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
  filter: brightness(0.6);
}

.communtyThumbbox:hover .dist-hover-carrousel {
  opacity: 1;
}

.download-app-area .black-image {
  filter: invert(1);
}
.textdecoration {
  text-decoration: none!important;
}