* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

*::-moz-selection {
  background: #19abac;
  color: #ffffff;
}

*::selection {
  background: #19abac;
  color: #ffffff;
}

/* devanagari */
/* html,
body {
    background: #ffffff;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #F8F8F8;
}
 */
.custom-input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #19abac !important;
}

.search-box .form-control:focus {
  border-bottom: 1px solid #19abac;
  border-top: 1px solid #19abac;
  border-left: 1px solid #19abac;
  border-right: none !important;
  border-radius: 0px;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-20 {
  margin: 10px 0;
}

.mt-auto {
  margin-top: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

div.ham-menu {
  display: none;
}

div.ham-menu div {
  width: 42px;
  height: 5px;
  background-color: #19abac;
  margin: 6px 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

div.ham-menu.ham-changed .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
  transform: rotate(-45deg) translate(-9px, 7px);
}

div.ham-menu.ham-changed .bar-2.op-slide {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}

div.ham-menu.ham-changed .bar-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}

#searchRFxForm div.input-search,
#searchAucForm div.input-search {
  width: 100%;
  position: relative;
}

#searchRFxForm div.input-search input.x-keyword-search,
#searchAucForm div.input-search input.x-keyword-search {
  width: calc(100% - 120px);
  font-size: 14px;
}

#searchRFxForm div.input-search button.clear-icon,
#searchAucForm div.input-search button.clear-icon {
  left: calc(100% - 140px);
}

#searchRFxForm div.input-search button.searchBtn,
#searchAucForm div.input-search button.searchBtn {
  padding: 0;
  width: 120px;
}

.m-portlat {
  width: 100%;
  /* padding: 20px;
    border-radius:20px;
    border: 2px dotted #ddd; */
  /* background: #ffffff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
}

/* .m-portlat .card-content> div{
    padding: 20px;
} */

.m-portlat:not(:last-child) {
  margin-bottom: 20px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.d-none {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.d-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.tooltip .tooltip-arrow {
  border-top-color: #19abac !important;
}

.tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #19abac;
  border-radius: 0px !important;
  padding: 5px 10px;
  font-weight: 600;
}

.tooltip-arrow {
  border-top-color: #19abac !important;
}

.cta-button-base {
  display: inline-block;
  padding: 20px 25px;
  font-weight: 600;
  text-decoration: none;
  color: #19abac;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #19abac;
  text-align: center;
  line-height: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 576px) {
  #xSiteLogoImg {
    width: 75px !important;
  }
}

.cta-button-base :not(:last-child) {
  margin-right: 4%;
}

.cta-button {
  display: inline-block;
  padding: 20px 25px;
  font-weight: 600;
  color: #19abac;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #19abac;
  text-align: center;
  line-height: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #19abac;
  border-color: transparent;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.cta-button :not(:last-child) {
  margin-right: 4%;
}

.cta-button:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.cta-button:focus,
.cta-button:active {
  background: #148888;
  text-decoration: none;
  color: #ffffff;
}

.cta-button-outline {
  display: inline-block;
  padding: 20px 25px;
  font-weight: 600;
  text-decoration: none;
  color: #19abac;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #19abac;
  text-align: center;
  line-height: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border-radius: 0px;
  outline: none;
}

.cta-button-outline :not(:last-child) {
  margin-right: 4%;
}

.cta-button-outline:hover {
  background: #19abac;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
}

.cta-button-outline:focus,
.cta-button-outline:active {
  background: #148888;
  border: 1px solid transparent;
  color: #ffffff;
  text-decoration: none;
}

/* .row:not(:last-child) {
    margin-bottom: 20px;
} */

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

.search-box .cta-button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.custom-input {
  padding: 20px 25px 20px 10px;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.custom-input::-webkit-input-placeholder {
  font-size: 14px;
}

.custom-input:-ms-input-placeholder {
  font-size: 14px;
}

.custom-input::-ms-input-placeholder {
  font-size: 14px;
}

.custom-input::placeholder {
  font-size: 14px;
}

.pagination-wrapper {
  -webkit-transition: none;
  transition: none;
}

.pagination-wrapper .pager-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.pagination-wrapper .pager-select span.page-no,
.pagination-wrapper .pager-select input {
  margin: 0 10px;
}

.pagination-wrapper .pager-select .pager-btn {
  border-radius: 0;
}

.pagination-wrapper .pager-select label {
  margin-bottom: 0;
  font-weight: 500;
  color: #2c2c2c;
}

.pagination-wrapper .pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.pagination-wrapper .pagination-inner .pager-btn {
  border: 1px solid #19abac;
  color: #19abac;
  padding: 5px 15px;
  margin: 0;
  float: left;
  white-space: nowrap;
  background: transparent;
}

.pagination-wrapper
  .pagination-inner
  .pager-btn
  + .pagination-wrapper
  .pagination-inner
  .pager-btn {
  margin-left: -1px;
}

.pagination-wrapper .custom-input {
  width: 60px;
  padding: 10px;
  border: 1px solid #c5c5c5 !important;
  text-align: center;
}

.pager-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pager-btn + .pager-btn {
  margin-left: -1px !important;
}

.pager-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pager-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pager-btn:hover {
  color: #ffffff !important;
  background: #19abac;
}

.pager-btn:focus {
  color: #ffffff !important;
  background: #137f7f !important;
}

/* header {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #19abac;
}

header .header-wrapper .secondary-nav {
    position: relative;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    background: #19abac;
}

header .header-wrapper .secondary-nav span {
    color: #ffffff;
}

header .header-wrapper .main-nav {
    height: 120px;
    padding: 10px 15px;
}

header .header-wrapper .main-nav .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

header .header-wrapper .main-nav .nav-wrapper .nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-client,
header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-brand {
    padding: 0 50px;
    position: relative;
}

header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-client a,
header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-brand a {
    text-decoration: none;
    display: block;
}

header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-client a img,
header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-brand a img {
    max-width: 100%;
    max-height: 100px;
}

header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-client:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    top: 0;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
}

header .header-wrapper .main-nav .nav-wrapper .nav-logo .logo-brand {
    width: 50%;
}

header .header-wrapper .main-nav .nav-wrapper .site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-wrapper .main-nav .nav-wrapper .site-navigation nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

header .header-wrapper .main-nav .nav-wrapper .site-navigation nav ul li {
    padding: 0 20px;
}

header .header-wrapper .main-nav .nav-wrapper .site-navigation nav ul li a.nav-link {
    display: block;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .header-wrapper .main-nav .nav-wrapper .site-navigation nav ul li a.nav-link:hover {
    color: #19abac;
}

header .header-wrapper .main-nav .nav-wrapper .site-navigation nav ul li a.cta-button {
    color: #ffffff;
    font-weight: 600;
} */

div.fp-slider-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

div.fp-slider-wrapper .owl-stage-outer {
  z-index: 99;
}

div.fp-slider-wrapper .owl-stage-outer::after {
  width: 1px;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
}

div.fp-slider-wrapper .owl-carousel {
  width: 100%;
  margin: 0 auto;
}

div.fp-slider-wrapper .owl-carousel .item {
  width: 100%;
  height: auto;
}

div.fp-slider-wrapper .owl-carousel .owl-nav,
div.fp-slider-wrapper .owl-carousel #customNav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

div.fp-slider-wrapper .owl-carousel .owl-nav .owl-prev,
div.fp-slider-wrapper .owl-carousel #customNav .owl-prev,
div.fp-slider-wrapper .owl-carousel .owl-nav .owl-next,
div.fp-slider-wrapper .owl-carousel #customNav .owl-next {
  z-index: 100;
  position: absolute;
  background: #19abac;
  color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.fp-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover,
div.fp-slider-wrapper .owl-carousel #customNav .owl-prev:hover,
div.fp-slider-wrapper .owl-carousel .owl-nav .owl-next:hover,
div.fp-slider-wrapper .owl-carousel #customNav .owl-next:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

div.fp-slider-wrapper .owl-carousel .owl-nav .owl-prev,
div.fp-slider-wrapper .owl-carousel #customNav .owl-prev {
  left: 1%;
}

div.fp-slider-wrapper .owl-carousel .owl-nav .owl-next,
div.fp-slider-wrapper .owl-carousel #customNav .owl-next {
  right: 1%;
}

div.marquee-wraper {
  /*  margin: 10px 0px; */
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 0;
  font-size: 17px;
}

/* .iconsss a{
    color: #fff !important;
}

.iconsss .fa{
    color: #fff !important;
} */

div.marquee-wraper marquee {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section {
  padding: 0px;
  font-size: 16px;
}

.news-sec,
.dowload-doc-sec {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
}

.news-sec:not(:last-child),
.dowload-doc-sec:not(:last-child) {
  margin-bottom: 20px;
}

.news-sec .list-group-item:nth-child(1),
.dowload-doc-sec .list-group-item:nth-child(1) {
  padding: 10px;
  text-align: center;
  background: #4285f4;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid transparent;
}

.news-sec .list-group-item:nth-child(1) h1,
.dowload-doc-sec .list-group-item:nth-child(1) h1 {
  font-size: 16px;
  margin: 0;
}

.news-sec .list-group marquee .list-group-item,
.dowload-doc-sec .list-group marquee .list-group-item {
  padding: 10px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 400;
  word-break: break-word;
  text-align: justify;
}

.news-sec marquee {
  height: 300px;
}

.dowload-doc-sec .list-group-item:nth-child(1) {
  background: #858585;
  color: #ffffff;
}

.dowload-doc-sec .list-group-item:not(:nth-child(1)):not(:last-child) {
  border-bottom: 1px dashed #d9d9d9 !important;
}

.dowload-doc-sec .list-group-item:not(:nth-child(1)) {
  padding: 10px;
}

.dowload-doc-sec .list-group-item:not(:nth-child(1)) .download-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.dowload-doc-sec
  .list-group-item:not(:nth-child(1))
  .download-item-wrapper
  img {
  width: 10%;
  max-width: 100px;
  height: auto;
}

.dowload-doc-sec
  .list-group-item:not(:nth-child(1))
  .download-item-wrapper
  .download-link {
  margin-left: 4%;
}

.dowload-doc-sec
  .list-group-item:not(:nth-child(1))
  .download-item-wrapper
  .download-link
  a {
  text-decoration: none;
  font-size: 16px;
}

.dowload-doc-sec
  .list-group-item:not(:nth-child(1))
  .download-item-wrapper
  .download-link
  a
  span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #2c2c2c;
}

.dowload-doc-sec
  .list-group-item:not(:nth-child(1))
  .download-item-wrapper
  .download-link
  a:hover
  span {
  color: #169596;
}

#eproc-container .eproc-listing-sec .advance-search-wrapper {
  padding: 20px 0;
  display: inline-block;
  height: auto;
  width: 100%;
}

/* #eproc-container .eproc-listing-sec .advance-search-wrapper div.form-group:nth-child(1),
  #eproc-container .eproc-listing-sec .advance-search-wrapper div.form-group:nth-child(4) {
    padding-left: 0 !important;
  } */
#eproc-container #main-tab-container .search-form {
  margin: 0;
  padding: 0px 20px 20px;
}

#eproc-container #main-tab-container .search-form .advance-search-btn {
  display: block;
}

#eproc-container #main-tab-container .search-form .cta-button-outline {
  border: 1px solid #19abac;
}

#eproc-container #main-tab-container .search-form .row {
  margin: 0 !important;
}

#eproc-container #main-tab-container .search-form .container-fluid,
#eproc-container #main-tab-container .search-form .row div[class^="col"] {
  padding-left: 0;
}

#eproc-container #main-tab-container .search-form textarea {
  resize: vertical;
}

#eproc-container .main-tabs {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  margin-bottom: 20px;
}

#eproc-container .main-tabs:not(:last-child) {
  margin-bottom: 20px;
}

#eproc-container .main-tabs ul.etabs {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#eproc-container .main-tabs ul.etabs li a {
  font-weight: 400;
  color: #2c2c2c;
  font-weight: 600;
  text-transform: uppercase !important;
}

#eproc-container .main-tabs ul.etabs li.tab a {
  background: #f0f0f0;
  color: #5f5f5f;
}

#eproc-container .main-tabs ul.etabs li.tab a:hover {
  color: #2c2c2c;
}

#eproc-container .main-tabs ul.etabs li.tab.active a {
  background: #19abac;
  color: #ffffff;
  border: 1px solid transparent;
}

#listing-tab-container {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
}

#listing-tab-container:not(:last-child) {
  margin-bottom: 20px;
}

#listing-tab-container div.tab-pane > div ul.etabs {
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#listing-tab-container div.tab-pane > div ul.etabs li a {
  position: relative;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: rgba(44, 44, 44, 0.5);
  font-weight: 500;
}

#listing-tab-container div.tab-pane > div ul.etabs li a:hover {
  background: none;
  color: #2c2c2c;
}

#listing-tab-container div.tab-pane > div ul.etabs li.active a {
  color: #000000 !important;
  font-weight: 500;
}

#listing-tab-container div.tab-pane > div ul.etabs li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #19abac;
  bottom: 0;
  left: 0;
}

#listing-tab-container div.tab-pane > div ul.etabs li.active > a,
#listing-tab-container div.tab-pane > div ul.etabs li.active > a:focus,
#listing-tab-container div.tab-pane > div ul.etabs li.active > a:hover {
  border-bottom: none !important;
  border: none;
}

#listing-tab-container div.tab-pane > div.list-container {
  padding: 0px 20px 20px;
}

.eproc-listing-main {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.eproc-listing-main.eproc-listing-main:not(:last-child) {
  margin-bottom: 20px;
}

.eproc-listing-main.eproc-listing-main:first-child {
  margin-top: 20px;
}

.eproc-listing-main:not(:last-child) {
  margin-bottom: 20px;
}

.eproc-listing-main .index,
.eproc-listing-main .brief,
.eproc-listing-main .ref-dept {
  margin-bottom: 8px;
  width: 90%;
}

.eproc-listing-main .index label {
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 600;
}

.eproc-listing-main .brief p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  text-align-last: left;
}

.eproc-listing-main .brief p a {
  color: #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.eproc-listing-main .brief p a:hover {
  color: #19abac;
}

.eproc-listing-main .brief a.morelink {
  text-decoration: none;
  outline: none;
}

.eproc-listing-main .brief .morecontent span {
  display: none;
}

.eproc-listing-main .brief .comment {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.eproc-listing-main .ref-dept .department span {
  font-size: 14px;
  font-weight: 600;
}

.eproc-listing-main .ref-dept .event {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eproc-listing-main .ref-dept .event span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}

.eproc-listing-main .ref-dept .event span:not(:first-child) {
  padding: 0 2%;
}

.eproc-listing-main .listing-date-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eproc-listing-main .listing-date-info .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.eproc-listing-main .listing-date-info .date-wrapper .inner-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.eproc-listing-main
  .listing-date-info
  .date-wrapper
  .inner-date-wrapper
  .start-date {
  margin-right: 10px;
}
.eproc-listing-main .listing-date-info .date-wrapper .inner-date-wrapper {
  flex-flow: row wrap !important;
  justify-content: flex-start !important;
}
.eproc-listing-main
  .listing-date-info
  .date-wrapper
  .inner-date-wrapper
  .start-date {
  margin-right: 10px;
}
.eproc-listing-main .listing-date-info .date-wrapper span {
  font-size: 14px;
}

.eproc-listing-main .listing-date-info .date-wrapper .remaining-time {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 26px;
  padding: 5px 5px;
  background: #19abac;
  color: #ffffff;
  font-weight: 500;
  margin: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100px;
  text-align: center;
}

.eproc-listing-main
  .listing-date-info
  .date-wrapper
  .remaining-time:not(:last-child) {
  margin-bottom: 20px;
}

.eproc-listing-main .listing-date-info .cta-links .list-inline {
  margin: 0;
}

.eproc-listing-main .cta-links .list-inline > li.action-list-item {
  margin: 0;
  padding: 0 10px;
}

.eproc-listing-main .cta-links .list-inline > li.action-list-item a {
  text-decoration: none;
  font-size: 14px !important;
}

/* .eproc-listing-main  .cta-links .list-inline>li.action-list-item a i{
    font-size: 20px !important;
} */

footer {
  background-color: #181818;
  color: #fff;
  display: block;
}

footer .copyright {
  background-color: #303030;
  padding: 10px 0px;
  color: #909090;
  font-size: 13px;
}

footer .copyright a {
  color: #909090;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .copyright a:hover {
  color: #19abac;
}

footer .text-dark-gray {
  color: #50555a;
}

footer .visitors {
  /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
  text-align: center;
  color: #c4c4c4;
  font-weight: 600;
}

footer #copyrightID {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

footer #footerID {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer #footerCopyrightContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  #searchRFxForm div.input-search,
  #searchAucForm div.input-search {
    width: 100%;
    position: relative;
  }

  #searchRFxForm div.input-search input.x-keyword-search,
  #searchAucForm div.input-search input.x-keyword-search {
    width: calc(100% - 70px);
    font-size: 14px;
  }

  #searchRFxForm div.input-search button.clear-icon,
  #searchAucForm div.input-search button.clear-icon {
    left: calc(100% - 90px);
  }

  #searchRFxForm div.input-search button.searchBtn,
  #searchAucForm div.input-search button.searchBtn {
    padding: 0;
    width: 70px;
  }

  p,
  label,
  a {
    font-size: 15px !important;
  }

  /* header {
        overflow: visible;
    }

    header .ham-menu {
        display: block;
    }

    header .logo-client,
    header .logo-brand {
        padding: 0px 0px !important;
    }

    header .logo-client a,
    header .logo-brand a {
        text-decoration: none;
        display: block;
    }

    header .logo-client a img,
    header .logo-brand a img {
        max-width: 80% !important;
    }

    header .navigation-wrapper {
        display: none;
    }

    header .site-navigation {
        position: absolute;
        z-index: 9999;
        background: #19abac;
        width: 100%;
        left: 0;
        top: 100%;
        overflow: hidden;
    }

    header .site-navigation nav {
        width: 100%;
        padding: 10px 0;
    }

    header .site-navigation nav ul {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
        flex-flow: column nowrap !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }

    header .site-navigation nav ul li:not(:last-child) {
        border-bottom: 1px solid #ffffff;
    }

    header .site-navigation nav ul li {
        width: 100%;
        padding: 10px !important;
    }

    header .site-navigation nav ul li a {
        color: #ffffff !important;
        background: none;
        text-align: left !important;
        margin: 0;
        padding: 0;
        display: block;
        line-height: 1.5 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    header .site-navigation nav ul li a:hover {
        color: #2c2c2c !important;
        background: none !important;
    } */

  .pagination-wrapper {
    margin-bottom: 20px;
  }

  .listing-content .brief p {
    font-size: 14px;
  }

  .listing-content .listing-date-info .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .listing-content .listing-date-info .remaining-time {
    margin: 0 !important;
  }
  .eproc-listing-main
    .listing-date-info
    .date-wrapper
    .inner-date-wrapper
    .start-date {
    margin-right: 10px;
  }
  #eproc-container .order-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }

  #eproc-container #main-tab-container .search-form .row div[class^="col"] {
    padding-left: 15px;
  }

  #eproc-container .advance-search-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    margin: 20px 0;
  }

  #eproc-container
    #advance-search-auction
    .advance-search-wrapper
    div.form-group,
  #eproc-container
    #advance-search-tender
    .advance-search-wrapper
    div.form-group {
    padding-left: 15px !important;
  }

  #eproc-container #listing-tab-container {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #searchRFxForm div.input-search,
  #searchAucForm div.input-search {
    width: 100%;
    position: relative;
  }

  #searchRFxForm div.input-search input.x-keyword-search,
  #searchAucForm div.input-search input.x-keyword-search {
    width: calc(100% - 70px);
    font-size: 14px;
  }

  #searchRFxForm div.input-search button.clear-icon,
  #searchAucForm div.input-search button.clear-icon {
    left: calc(100% - 90px);
  }

  #searchRFxForm div.input-search button.searchBtn,
  #searchAucForm div.input-search button.searchBtn {
    padding: 0;
    width: 70px;
  }

  header .secondary-nav span {
    font-size: 12px;
  }

  .pagination-wrapper {
    margin-bottom: 20px;
  }

  #eproc-container .order-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }

  #eproc-container #main-tab-container .search-form .row div[class^="col"] {
    padding-left: 15px;
  }

  #eproc-container .advance-search-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    margin: 20px 0;
  }

  #eproc-container
    #advance-search-auction
    .advance-search-wrapper
    div.form-group,
  #eproc-container
    #advance-search-tender
    .advance-search-wrapper
    div.form-group {
    padding-left: 15px !important;
  }

  #eproc-container #listing-tab-container {
    margin-bottom: 20px;
  }

  .listing-content .brief p a {
    font-size: 14px !important;
  }

  .listing-content .listing-date-info .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .listing-content .listing-date-info .remaining-time {
    margin: 0 !important;
  }

  .dowload-doc-sec .list-group .download-item-wrapper img {
    width: 6% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #eproc-container .order-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }

  #eproc-container #main-tab-container .search-form .row div[class^="col"] {
    padding-left: 15px;
  }

  #eproc-container .advance-search-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    margin: 20px 0;
  }

  #eproc-container
    #advance-search-auction
    .advance-search-wrapper
    div.form-group,
  #eproc-container
    #advance-search-tender
    .advance-search-wrapper
    div.form-group {
    padding-left: 15px !important;
  }

  #eproc-container #listing-tab-container {
    margin-bottom: 20px;
  }

  .listing-content .brief p a {
    font-size: 14px !important;
  }

  .listing-content .listing-date-info .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .listing-content .listing-date-info .remaining-time {
    margin: 0 !important;
  }

  .dowload-doc-sec .list-group .download-item-wrapper img {
    width: 6% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .advance-search-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    margin: 20px 0;
  }

  #advance-search-auction .advance-search-wrapper,
  #advance-search-tender .advance-search-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
  }

  #advance-search-auction .advance-search-wrapper div.form-group,
  #advance-search-tender .advance-search-wrapper div.form-group {
    padding-left: 15px !important;
  }
}

.eproc-listing-main .ref-dept .department .font-normal {
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* .owl-carousel img{
    border-radius: 15px;
} */

.lastdte {
  padding: 20px 0;
}
.maindivlastdate {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.innermmainld {
  border: 2px dotted #137f7f;
  padding: 15px 30px;
  border-radius: 30px;
}

.inneralign {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.inneralign span {
  text-align: center;
}

.applybuttonbanner {
  margin-top: 15px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

/* .applybuttonbanner::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    border-top: 1px solid #000000;
} */

.applybuttonbanner a {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 12px;
  font-weight: 500;
  text-decoration: none;
  /* background-color: #1abc9c; */
  background-color: #01589d;
  color: white;
  padding: 0px 7px;
  text-align: center;
  transition: all 0.1s ease-in;
}
.applybuttonbanner a:hover {
  color: #fff !important;
  transform: translateY(-5px);
}

.nav-tabs li.active {
  background-color: #fff !important;
  border-radius: 5px !important;
  border-bottom: 0px !important;
}

.nav-tabs li {
  color: #000 !important;
  margin-bottom: 10px;
  border-bottom: 0px !important;
}
.nav-tabs li a {
  padding: 8px 18px !important;
  border-radius: 5px !important;
  font-size: 14px;
  color: #fff !important;
  border-bottom: 0px !important;
}

.nav-tabs > li.active > a {
  color: #000 !important;
  border-radius: 5px !important;
  font-size: 14px;
  border-bottom: 0px !important;
}

.nav-tabs > li.active > a:focus {
  color: #000 !important;
}

.inner-content {
  /* background-color: #fff; */
  /* background-color: #dddddd50; */
  /* border: 1px solid #1abc9c62; */
  border-radius: 20px;
  margin-bottom: 30px;
}

.textundeline {
  background-color: #fff;
  border: 2px solid #005c9e;
  padding: 30px !important;
  border-radius: 20px;
}

.gaggu li a {
  font-size: 16px;
  font-size: 500;
  color: #000;
}

.gaggu li {
  font-size: 15px;
}

.amenitiesseccc .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  /* column-gap: 30px; */
  row-gap: 30px;
}

.amenities {
  padding: 30px;
  border: 2px solid #005c9e;
  height: 300px;
  border-radius: 30px;
  background-color: #fff;
}

.amenitiesseccc {
  margin-bottom: 60px;
}

.amenitiesseccc .col {
  /* flex-grow: 1; */
  width: 48%;
}

.amenities h3 {
  margin-top: 0px !important;
  margin-bottom: 15px;
  /* background-color: #1abc9c; */
  background-color: #d16587;
  color: #fff;
  border-radius: 10px;
  padding: 8px 25px;
  font-size: 22px;
}

.amenities li {
  margin-bottom: 10px !important;
}

.disc {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding: 0px 12px;
}

@media (min-width: 768px) {
  .disc {
    padding: 0% 15%;
  }
}

.gaggu {
  padding-left: 0;
}

.owl-stage-outer {
  box-shadow: 1px 1px 8px rgb(0 0 0 / 41%);
  border-radius: 20px;
}

.abouutuss {
  padding: 50px 0;
}

.abouutuss h3 {
  margin-top: 0;
}

.galleryisec {
  padding: 0px 0 50px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 15px;
}

.gallery img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenitiesseccc {
    padding: 0 20px;
  }

  .amenitiesseccc .col {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.headingdivvv h3 {
  margin-top: 0px !important;
  margin-bottom: 15px;
  /* background-color: #1abc9c; */
  background-color: #01589d;
  color: #fff;
  border-radius: 10px;
  padding: 8px 25px;
  font-size: 22px;
  margin: 0px 10px;
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input,
select {
  border-radius: 8px !important;
  height: 46px !important;
  color: #000;
  border: 1px solid #01589d;
  padding: 15px;
}

label {
  color: #000;
  font-size: 16px;
}

.customclsdiv {
  background-color: #fff;
  padding: 30px !important;
  border-radius: 20px;
}

.customclsdiv h3 {
  margin-bottom: 20px;
}

.iconsss a {
  margin-left: 8px;
}

.iconsss i:last-child {
  margin-left: 8px;
}

#countdown {
  display: flex;
  justify-content: space-around;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#countdown div {
  width: 22%;
  font-size: 16px;
}

#countdown span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #1c1c1c;
  /* font-family: "Spectral", serif; */
}

.amelist {
  height: 188px;
  overflow: auto;
}

.amelist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.amelist::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.amelist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #080808;
}

.ygallery {
  margin-bottom: 50px;
}

/* Gallery container */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(2, 1fr); /* 2 rows */
  gap: 20px; /* Space between items */
  max-width: 1200px;
  margin: 0 auto;
}

/* Gallery items */
.gallery-item {
  background-color: #fff;
  padding: 2%;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05); /* Hover effect */
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-position: top center;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
  }

  .contentbannermain {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr; /* 1 column on small screens */
  }
}

/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-img {
  max-width: 80%;
  max-height: 70vh;
  margin: auto;
  display: block;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
  z-index: 1001;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/* Style for the image thumbnail */
.ylayouts .thumbnail {
  width: 100%;
  max-width: 400px; /* Adjust as necessary */
  cursor: pointer;
}

/* Lightbox styles */
.ylayouts .lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
  justify-content: center;
  align-items: center;
}

.ylayouts .lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.ylayouts .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  color: white;
  cursor: pointer;
}

/* .blinking {
    animation: blinkingmenu 0.9s infinite;
}

@keyframes blinkingmenu {
    0% {
        color: #000000;
    }
    49% {
        color: #ffffff;
    }
    60% {
        color: #ffffff;
    }
    99% {
        color: #ff0000;
    }
} */

.fa {
  color: #00a85a !important;
}

/* project delivered page css */

.features-rightsection {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: self-start;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.itemssection {
  flex: 1;
}

.topsecimg {
  max-width: 100%;
  border-radius: 20px;
}
.projectdelispace {
  margin-top: 50px;
}

.deliveredproject {
  padding: 20px 0px 80px;
}

.rowdiv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}

.buttonregistration a {
  background-color: #d82a2a;
  padding: 9px 23px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.4px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
      font-weight: 600;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.nav-link {
  font-size: 15px !important;
  color: #005093 !important;
}

.nav-item {
  padding: 5px 8px;
}

@media (min-width: 1200px) {
  .bannerdiv {
    display: flex;
    height: 570px;
  }
}

.imageleft {
  flex: 2; /* Takes 2 parts */
}

.imageleft img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.contentwrite {
  flex: 1; /* Takes 1 part */
  height: 100%;
  background-color: #fff8c8;
  padding: 50px;
  color: #000000;
}

.contentwrite h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
.contentwrite h3 {
  font-size: 20px;
  font-weight: 400 !important;
}

.listcontent {
  margin-top: 20px;
}

.listcontent h4 {
  font-size: 26px;
}

/* Optional: Responsive stack on small screens */
@media (max-width: 768px) {
  .bannerdiv {
    flex-direction: column;
  }

  .imageleft,
  .contentwrite {
    flex: 100%;
  }
}

.firstfold {
  background-color: #005093;
}

.locationpoint {
  list-style: none;
  padding-left: 0;
}

.locationlist {
  padding: 2px 0;
  font-size: 15px;
}

.helplinenumber a {
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #d82a2a;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 19px;
  display: inline-block;
}

.registration-amount {
  padding: 15px 0;
}

.registration-amount h4 {
  font-size: 20px;
}

.locationaddress {
  padding: 30px 0;
  background-color: #faa61a;
  color: #ffffff;
}

.locationaddress h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.633);
  text-align: center;
  font-size: 30px;
}
.locationaddress h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.aboutareaprimelocation {
  padding: 20px 0px 30px;
}

.plotsavailable {
  margin-top: 20px;
}

.primelocation {
  text-align: center;
}

.primelocation h6 {
  font-size: 22px;
}
.primelocation p {
  font-weight: 500;
}

.plotsavailable .plotsitem {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}

.plotsavailable .plotsitem {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}

.plotsitem .items {
  flex: 1;
  text-align: center;
  background-color: #0557a8;
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
}

.plotsitem .items h4 {
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 24px !important;
}

.items h4 span {
  color: #faa61a;
}

.custom-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

.banner input[type="text"],
.banner input[type="email"],
.banner input[type="date"],
.banner input[type="tel"],
.banner input,
.banner select {
  font-size: 16px !important;
}
.form-control {
  font-size: 15px !important;
}

textarea{
  height: 100px !important;
  border-radius: 8px !important;
      border: 1px solid #01589d !important;
      padding: 15px !important;
}

.custom-content {
  flex: 2; /* 2 parts of the available width */
}

.custom-form {
  flex: 1; /* 1 part of the available width */
}

/* Responsive behavior for small screens */
@media (max-width: 768px) {
  .custom-banner {
    flex-direction: column;
  }

  .custom-content,
  .custom-form {
    flex: 100%;
  }

  .plotsitem {
    flex-direction: column;
  }
  .innerdivdates {
    flex-direction: column;
  }
}

.maintitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.impdates {
  padding: 30px 0px 20px;
}

.innerdivdates {
  display: flex;
  align-items: center;
  gap: 50px;
}

.dates {
  color: #ffffff;
  background-color: #e62d2f;
  padding: 20px 35px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 26px;
}

.unitallocation {
  border: 2px solid #d6d6d6;
  padding: 20px 35px;
  border-radius: 10px;
}

.unitallocation h5 {
  font-size: 24px;
}

.unitallocation span {
  color: #d52728;
  font-weight: 700;
}

.paymentplan {
  background-color: #005093;
  padding: 60px 0;
}
.paymentplan .maintitle {
  color: #fff;
  text-align: center;
  background-color: #d52728;
  padding: 12px 30px;
  margin-bottom: 0;
  color: #ffffff !important;
}

.tablepayment {
  background-color: #fff;
  overflow-x: auto;
}

.tablepayment td,
th {
  font-size: 15px !important;
  white-space: nowrap;
}

.charges p {
  font-size: 12px;
}

.refund {
  background-color: #faa61a;
  padding: 20px 0;
  color: #ffffff;
}

.refund h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.amenitiess {
  padding: 40px 0;
}

.amenitiess h2 {
  color: #005093;
}

.amenitiess .grid-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr); /* Default: 2 items */
}

.amenitiess .grid-item {
  background-color: #fff;
  color: white;
  text-align: center;
  font-size: 20px;
  border: 1px solid #d1d1d1;
}

.amenitiess .grid-item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.amenitiess .grid-item h4 {
  padding: 10px 15px;
  color: #005093;
  font-size: 20px;
}

@media (min-width: 768px) {
  .amenitiess .grid-container {
    grid-template-columns: repeat(4, 1fr); /* Small laptops: 3 items */
  }
}

@media (min-width: 1200px) {
  .amenitiess .grid-container {
    grid-template-columns: repeat(4, 1fr); /* Large screens: 6 items */
  }
}


.getintouchinner{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.contactdetails {
  flex: 1; /* 2 parts of the available width */
}

.formdiv {
  flex: 1; /* 1 part of the available width */
}

/* Responsive behavior for small screens */
@media (max-width: 768px) {
.getintouchinner{
    flex-wrap: wrap;
}

  .contactdetails {
    flex-direction: column;
  }

  .contactdetails,
  .formdiv {
    flex: 100%;
  }

  .contentwrite {
    padding: 30px !important;
}

.contentwrite h1{
    font-size: 26px !important;
}

.inviteddiv h4{
    font-size: 24px !important;
}

.inviteddiv h5{
    font-size: 20px !important;
}
.locationaddress{
    padding-left: 15px;
    padding-right: 15px;
}


.aboutareaprimelocation{
    padding-left: 15px;
    padding-right: 15px;
}
.aboutproject{
    padding-left: 15px;
    padding-right: 15px;
}
.refund{
    padding-left: 15px;
    padding-right: 15px;
}

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

}

.cardsstems{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
}

.cardsstems h4{
    font-weight: 600;
    font-size: 22px;
}

.cardsstems p{
    margin-bottom: 0;
}

.icon{
    background-color: #faa61a;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border-radius: 100%;
}

.icon:hover{
    background-color: #0557a8;
}

.icon i{
    color: #ffffff;
    font-size: 26px;
}

.icon:hover i{
    color: #ffffff;
}

.rerafooter{
    color: #fff;
    font-size: 14px;
}

.rerafooter a{
    color: #fff !important;
}

.footercallbtn a{
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    z-index: 99;
}

p,
ul{
    font-size: 15px;
}


.buttoncustom{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.buttoncustom a{
    background-color: #005093;
    padding: 9px 23px;
      color: #fff;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}



.reraaccountdetails table{
  border-color: #fff !important;
}

.reraaccountdetails h4{
  font-size: 22px;
  font-weight: 600;
}


.reraaccountdetails table{
  display: inline-block;
}

.reraaccountdetails th,
.reraaccountdetails td{
  color: #fff !important;
  font-weight: 600;
}

