html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  color: #212529;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

.carousel {
  width: 100% !important;
}

.sr-only {
  display: none;
}

/* ADDED ROATE CLASS */

.rotate {
  transform: rotate(180deg);
  margin-top: -24px !important;
}

/* END */

.tab-content {
  display: none;
}

.tab-link:target ~ .tab-content {
  display: none;
}

.tab-link:target ~ #tab1,
#tab1:target {
  display: block;
}

.tab-link:target ~ #tab2,
#tab2:target {
  display: block;
}

.tab-link:target ~ #tab3,
#tab3:target {
  display: block;
}

/* Add additional styling as needed */
.tabs {
  margin-top: 20px;
}

.tab-links {
  margin-bottom: 10px;
}

.tab-link {
  margin-right: 5px;
  padding: 5px;
  text-decoration: none;
}

.tab-link:hover,
.tab-link:focus {
}

#tab1:target,
#tab2:target,
#tab3:target {
  /* Style for the active tab content */
}

/* Landing styles */

.sectionInfoLanding {
  display: flex;
  justify-content: flex-start;
  /* margin-left: 70px; */
  /* padding: 0 17.5rem; */
  width: 100%;
}
.sectionContentTitle {
  line-height: normal;
  text-transform: uppercase;
}
.sectionCotentContainer {
  margin-top: 24px;
  width: 100%;
  /* max width casuses alignment issues, so removed */
}

.sectionCotentContainer h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

.sectionCotentContainer p {
  max-width: 100%;
  /* margin: 0px; */
}

.diningOptionsContainer {
  display: flex;
  flex-direction: column;
  /* margin-left: 350px; */
  width: 100%;
}

.diningOptionsContainerTitle {
}

.cardParentContainer {
  /* background-color: #fff; */
  flex-direction: row;
  display: flex;
  overflow: auto;
  max-width: 100%;
  position: relative;
  gap: 1.25rem;
  margin-top: 1rem;
}

.cardParentContainer::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.cardContainer {
  width: 17rem;
  height: 17.0625rem;
  flex-shrink: 0;
}

.conatinerCardDescription {
  margin: 0 0 10px;
}

.arrowContainer {
  position: sticky;
  /* right: 0rem; */
  top: 38%;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  right: 0px;
}

.arrowContainerLeft {
  position: sticky;
  /* right: 0rem; */
  top: 38%;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  left: 0px;
}

.cardContainerTop {
  height: 50%;
}

.cardContainerTop img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  overflow: hidden !important;
}

.cardContainerBottom {
  display: flex;
  flex-direction: column;
  height: 50%;
  padding: 0.5rem 0.75rem 0 0.75rem;
  padding-bottom: 14px;
}

.cardContainerBottom h2 {
  margin-bottom: 5px;
  margin: 0 !important;
}

.cardContainerBottomBtn {
  width: 7.875rem;
  height: 2.25rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
}

.assistanceContainer {
  padding: 16px 25px 16px 20px;
  align-items: center;
  margin-top: 24px;
  max-width: 100%;
}
/*End of YT_landing*/
.stickyBottomBar {
  position: fixed; /* Fixed positioning */
  bottom: 0; /* Stick to the bottom */
  width: 100%; /* Take full width */
  padding: 10px 0; /* Some padding */
  display: flex;
  flex-direction: row;
  text-align: justify;
  height: 84px;
  justify-content: space-between;
}

.stickyBottomBarTitle {
  max-width: 70%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stickyBottomBarBtnContainer {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin-right: 7.8rem;
  align-items: center;
}

.stickyBottomBarBtn {
  min-height: 48px;
  text-align: center;

  text-transform: uppercase;
  cursor: pointer;
}

.contentContiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-left: 115px;
  padding-right: 115px;
  padding-bottom: 2rem;
}

/* changed margin bottom to padding bottom to resolve white spaces */

.titleImageClass {
  width: 100%;
  padding-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 14.25rem;
}
.titleImageClass img {
  width: 100%;
  height: 14.25rem;
}
/* adding width so that it will remian underview port for all sizes */
.sectionInfo {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;

  /* align-items: center;
 *   justify-content: center; */
}

.floorSectionInfo {
  justify-content: center !important;
  padding-top: 24px;
  display: flex;
  width: 100%;
}

/* added flex wrap so that it would remain consistant over all view port sizes */

.menuClassList {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
/* removed margin from above class and added to bottom to address flex wrap spacing issues */
.menuClassListItem {
  position: relative;
  width: 21.875rem;
  height: 14.375rem;
  flex-shrink: 0;
  text-transform: uppercase;
  margin-right: 2.4rem;
  border-radius: 0.875rem;
  margin-top: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.menuClassListItemTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
.bottomDivTitle {
  line-height: normal;
}

.image-grid-container {
  width: 100%;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px; /* space between items */
  max-width: 100%;
  margin-top: 2.06rem;
}

/* When there are enough items to fill at least one row, align them to start */
.image-grid::after {
  content: "";
  flex: auto;
  min-width: calc(33.33% - 10px); /* Same as your image-container width */
}

.image-container {
  flex-basis: calc(33.33% - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
  /* justify-content: center; */
}
.image-grid .image-container:nth-child(n + 4) {
  margin-top: 1.6rem; /* Adjust this value as needed */
}

.icon {
  /* width: 2.5rem; 
 *       height: 2.5rem;  */
  margin-right: 1.5rem;
}

.decriptionClass {
  line-height: 1.25rem; /* 111.111% */
}

.decriptionClass:nth-child(n + 2) {
  margin-top: 1.2rem;
}

/* Carasoule styles */

.events ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.events ul li {
  list-style: none;
  flex: 0 0 33.333333%;
}

.carouselContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 760px;
  padding-bottom: 23px;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 64px;
}

.next {
  right: 64px;
}

.modalOverLay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 7.25rem;
  width: 100%;
  height: calc(100% - 7.25rem);
  overflow: auto;
}

.closeModal {
  position: absolute;
  top: 20px;
  right: 35px;

  cursor: pointer;
}

.modal-content {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalImage {
  position: absolute;

  width: 693px !important;
  height: 480px !important;
}

.modal-content:active {
  cursor: grabbing;
}

.modal-content img {
  transition: transform 0.3s ease;
}

.cConatiner {
  display: flex;
  height: 414px;
  gap: 40px;
  width: 1366px;
  align-items: center;
  margin-left: -112px;
}

.modalbtnContainer {
  display: flex;
  width: 100%;
  gap: 35rem;
  position: absolute;
  z-index: 1;
  justify-content: center;
  top: 50%;
  cursor: pointer;
}

.descriptionImages {
  text-align: center;

  line-height: 26px;
  /* 144.444% */
}

#modalText {
  margin-top: -80px;
  top: 0px;
  text-align: center;

  line-height: 24px;
  /* 150% */
}
.centeredImg {
  width: 550px;
  height: 414px;
  flex-shrink: 0;
}

/* Css for top-menu */
.navClass {
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

.locationPage {
  height: 38rem;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  flex-direction: column;
  text-align: center;
}

.locationPageTitle {
  text-align: center;
  text-transform: uppercase;
}

.locationPageDes {
  max-width: 100%;
  margin-top: 1rem;
}

.stickyBtnLocation {
  margin-top: 3rem;
  min-width: 20rem !important;
}

#menuBar {
  display: none;
}

.navContainer {
  height: 100%;
  display: flex;
  align-items: center;
}

.menuConatiner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 5rem;
}

.locationContainerMob {
  display: none;
}

.locationContainer {
  display: flex;
  gap: 0.5rem;
  height: 100%;
  align-items: center;
}

.locationTxtBox {
  display: flex;
  flex-direction: column;
}

.selectLocationTxt {
  text-align: right;
  cursor: pointer;
}

.mobMenuClassBtn img {
  width: 2rem;
  height: 2rem;
  margin-top: 25px;
}
.mobMenuClassBtn svg {
  width: 2rem;
  height: 2rem;
  margin-top: 25px;
}

.locationTxt {
  line-height: 16px;
  letter-spacing: -0.30000001192092896px;
  text-align: left;
  cursor: pointer;
}

.locationEle {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 0.3rem;
}

.headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 3.12rem;
}
.linkClass {
  font-size: 0.875rem;
  font-style: normal;
}

/* Media query */

@media (max-width: 992px) {
  .stickyBtnLocation {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
  #zoomableImage {
    width: 100% !important;
    padding: 1rem !important;
  }

  .closeModal img {
    width: 40px;
    height: 40px;
  }

  .closeModal {
    position: absolute;
    top: 20px !important;
    right: 20px !important;
  }
  .sectionInfo {
    width: 100%;
    padding: 0;
    margin: 0rem 1.19rem 0rem 1.31rem !important;
  }
  .rmvpadding {
    padding-left: 0 !important;
  }

  .addpadding {
    padding-left: 1.25rem !important;
  }

  .locationPage {
    justify-content: flex-start !important;
    padding-top: 1rem !important;
  }

  .floorSectionInfo h2 {
    margin: 0 !important;
    margin-top: 0px !important;
  }

  .item {
    padding: 0px !important;
  }
  .menuConatiner {
    height: 8rem;
  }

  .locationPageTitle {
    text-align: left !important;
  }

  .locationPageDes {
    text-align: left !important;
    margin-top: 12px;
  }

  .contentContiner {
    padding: 0 0 2.25rem 0 !important;
  }

  .titleImageClass {
    height: 9.5rem;
    margin-bottom: 0;
  }

  .sectionCotentContainer {
    margin-top: 1rem;
    padding-left: 1.25rem;
    max-width: 95%;
  }

  .sectionCotentContainer p {
    max-width: 100%;
  }

  .cardParentContainer {
    max-width: 100%;
  }

  .sectionInfoLanding {
    padding: 0;
  }

  .diningOptionsContainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionContentTitle {
    max-width: 70%;
  }

  .eventGuideBox {
    margin-left: 20.22px;
  }

  .assistanceContainer {
    max-width: 100%;
    /* margin-left: 2.5rem; */
    padding: 1.19rem;
    /* margin-right: 35px; */
  }

  .image-grid-container {
    margin-top: 1.5rem;
    padding: 0 1rem;
  }

  .image-grid .image-container:nth-child(n + 3) {
    margin-top: 1rem; /* Adjust this value as needed */
  }

  .image-container {
    flex-basis: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bottomDivTitle {
    line-height: normal;
  }

  .icon {
    margin-right: 0;
  }

  .menuClassList {
    flex-direction: column;
    padding: 0 1.25rem;
  }

  /* for responsive added margin to 0px which was effected by flex wrap */

  .menuClassListItem {
    margin-right: 0px;
    margin-bottom: 0.75rem;
    width: 100%;
    height: 8rem;
    padding: auto;
    margin-top: 0px;
  }

  .menuClassListItem img {
    object-fit: cover;
    height: 8rem;
    width: 100%;
  }
  /* menuClassListItem getting height 0 after wrapping with <a/>  */
  .menuClassListItemLink {
    display: block;
    width: 100%;
  }

  .bannerClass {
    height: 9.5rem;
  }

  .mobMenuClass {
    height: 4rem;
  }
  .headerContainer {
    display: none;
  }

  .mobMenuClassBtn {
    height: 100%;
    display: flex !important;
    justify-content: space-between !important;
    padding: 1.25rem 1.25rem !important;
    height: 4rem;
    text-transform: uppercase;
    border: 0;
    font-size: 1rem;
    align-items: center;
  }

  .arrow-down {
    width: 0;
    height: 0;
    /* Adjust color and size as needed */
  }

  .dropDownMobile {
    position: absolute;
    top: 128px;
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    z-index: 3;
  }

  .dropDownMobile > div {
    width: 100%;
    height: 3rem;
    flex-shrink: 0;

    /* 114.286% */
    text-transform: uppercase;
    margin-top: 16px;
    display: flex;
    padding-left: 1.25rem;
    align-items: center;
  }

  .dropDownMobile > div:focus {
  }

  .locationContainerMob {
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    padding: 1.25rem 1.25rem;
    align-items: center;
  }

  .locationContainerMob svg {
    width: 1rem;
    height: 1.5rem;
  }
  .locationContainerMobTitle {
    max-width: 12.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .selectLocationTxt {
  }

  .arrowContainer {
    /* top: 23.875rem;
 *     right: 10%; */
    display: none;
  }
  .stickyBottomBar {
    height: 7.5rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .stickyBottomBarTitle {
    max-width: 100%;
  }

  .stickyBottomBarTitle p {
    text-align: center;
  }

  .stickyBottomBarBtnContainer {
    width: 100%;
    padding: 0 1.26rem;
  }

  .locationEle {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-left: 0.75rem;
  }

  .container,
  .container-lg {
    max-width: 960px;
  }
  .floorTable {
    width: 100% !important;
    padding: 15px;
    height: 180px;
    flex-shrink: 0;
  }

  .floormapCintainer {
    width: 100%;
    padding-top: 0px;
    margin-top: -16px;
    margin-bottom: 0 !important;
  }

  .floorContainer {
    padding: 1rem 1.25rem;
    gap: 1rem;
  }

  .imageOpener {
    right: 1rem !important;
    top: 1rem !important;
  }

  .quickLinks {
    margin-top: -20px;
    padding-top: 0rem !important;
  }

  .headingTable {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    /* 125% */
    text-transform: uppercase;
    height: 42px;
    justify-content: space-between;
    min-height: 2.625rem;
  }

  .secondheaderTxt {
    margin-left: 0px !important;
  }

  .firstheaderTxt {
    margin-left: 0px !important;
  }

  .thirdheaderTxt {
    margin-left: 0px !important;
  }

  .istEle {
    margin-left: 0px !important;
    width: 33.3% !important;
    padding: 0.5rem;
  }

  .secEle {
    margin-left: 0px !important;
    width: 33.3% !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
  }

  .thirdEle {
    margin-left: 0px !important;
    width: 33.3% !important;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
  }

  .contentTable {
    justify-content: space-between;
    padding: 0px 10px;
  }

  .floormapCintainer {
    width: 100% !important;
    height: 219px !important;
  }

  .headingPage {
    text-transform: uppercase;
    width: 335px;
    margin-left: 19.97px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .subEleLinks img {
    width: 40px;
    height: 40px;
  }

  #modalImage {
    width: 335px;
    position: absolute;
    height: auto;
    top: 120px;
  }

  .closeModal {
    right: 0px;
  }

  .cConatiner {
    width: 375px;
    margin-left: 0px;
    gap: 20px;
    height: auto;
    margin-top: 12px;
  }

  .carousel {
    width: 100% !important;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 31rem;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }

  .carousel-inner {
    height: auto !important;
  }

  .carousel-control {
    /* please keep it 91 otherwise it goes out of the view */
    /* top: 91% !important; */
    display: none;
  }

  .custom-carousel-indicators {
    /* display: none !important; */

    bottom: 75px;
  }
  .carousel-control.left {
    left: 35% !important;
  }
  .carousel-control.right {
    right: 35% !important;
  }

  .carousel-inner > .item > img {
    height: 232px !important;
    width: 100% !important;
  }

  .textCarousel {
    top: 24px !important;
  }

  .text-container {
    width: 100% !important;
    height: 200px !important;
  }

  .custom-carouselTitle {
    padding-bottom: 1rem !important;
    padding-top: 2rem !important;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .tooltip {
    right: 20% !important;
  }
  .container,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .tooltip {
    right: 25% !important;
  }
  .container-xxl,
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .tooltip {
    right: 30% !important;
  }
}

.row-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ##############################################FloorPagecss################# */

.floorContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.floorTable {
  display: flex;
  flex-direction: column;
  width: 1136px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19.32px;
}

.headingTable {
  display: flex;
  height: 58.955px;
  align-items: center;

  width: 100%;
  text-align: center;

  /* 100% */
  text-transform: uppercase;
}

.contentTable {
  display: flex;
  line-height: normal;
  height: 58.955px;

  width: 100%;
}

.firstheaderTxt {
  margin-left: 54px;
}

.secondheaderTxt {
  margin-left: 563.95px;
}

.thirdheaderTxt {
  margin-left: 203.72px;
}

.istEle {
  margin-left: 54px;
  width: 265px;
  display: flex;
  align-items: center;
}

.secEle {
  margin-left: 365.95px;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.thirdEle {
  margin-left: 246px;
  display: flex;
  align-items: center;
  width: auto;
  text-align: center;
}

.floorTable .contentTable:last-of-type {
}

.headingPage {
  text-transform: uppercase;
  padding-top: 40px;
  margin-bottom: 16px;
}

.floormapCintainer {
  position: relative;
  width: 100%;
  height: 417px;
  flex-shrink: 0;
  margin-bottom: 32px;
}

/* media qurey for smaller displays */
@media screen and (max-width: 1365px) {
  .floormapCintainer {
    width: 100%;
  }
  .floorContainer table {
    width: 100%;
  }
}

.floormapCintainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  padding: 1rem;
}

.imageOpener {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  top: 16px;
  right: 16px;
  z-index: 2;
  cursor: pointer;
  padding: 0 !important;
}

.modalOverLay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 7.25rem;
  width: 100%;
  height: calc(100% - 7.25rem);
  overflow: auto;
}

.closeModal {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 1;
}

.modal-content {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#modalImage {
  position: absolute;

  width: 693px;
  height: 480px;
}

.modal-content img {
  transition: transform 0.3s ease;
}

.quickLinks {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.quickLinksele {
  display: flex;
  align-items: center;
  gap: 18px;
}

.subEleLinks {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  text-decoration: none !important;
}

.textLinks {
  width: 74px;
}

.viewGallery {
  /* 100% */
  text-decoration-line: underline;
  margin-bottom: 80px;
}

#zoomableImage {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2.25rem;
}

.subEleLinks img {
  width: 40px;
  height: 40px;
}

/* #############################################GALLERYCSS */

.galleryContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.carousel-inner > .item {
  align-items: center;
  justify-self: center;
  display: flex;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 640px;
  height: 300px;
  margin: auto;
  object-fit: cover;
  align-items: center;
}

.carousel-indicators {
  display: flex;
  gap: 5px !important;
  z-index: 1 !important;
  opacity: 1;
  position: relative !important;
  justify-content: center;
  padding: 0px;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px !important;
  height: 10px !important;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  border-radius: 5px;
}

.custom-carouselTitle {
  margin: auto;
  padding-bottom: 2rem;
  padding-top: 3rem;
  width: 92%;
  align-items: center;
  text-transform: uppercase;
}

.headingCarousel {
  padding-top: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.carousel {
  width: 1366px;
  overflow: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: proximity;
  scroll-snap-align: initial;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.carousel-item.active img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.carousel-item.active {
  overflow: visible;

  width: 550px;
  height: 414px;
}

.carousel-item img {
  width: 100%;
  height: 232px;
}

.carousel-item.active {
  width: 100%;
  height: 232px;
}

.carousel-item {
  width: 100%;
  height: 232px;
}

.carousel-caption {
  position: relative !important;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.textCarousel {
  position: relative;
  top: 24px;
  text-align: center;
  line-height: 26px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*will show ellipses after 2 lines*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: inline;
  /* 144.444% */
}

.carousel-control.left {
  object-fit: cover !important;
  background-repeat: no-repeat;
  width: 60px !important;
  height: 60px !important;
  /* top: 30%; */
}

.carousel-control.right {
  width: 60px !important;
  height: 60px !important;
  transform: rotate(180deg);
  /* top: 30%; */

  left: auto;
}

.carousel-control {
  background: none !important;
  opacity: 1 !important;
  border: none !important;
}

/* .carousel-inner {
 *   max-height: 46.0625rem;
 *   } */

.glyphicon-chevron-left:before {
  content: "" !important;
}

.glyphicon-chevron-right:before {
  content: "" !important;
}

.headingFloor {
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 16px;
}

/* Bootstrap css */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto,
.col-xxl {
  position: relative;
  width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 25%;
  }
}
.btn-outline-gray,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Custom */

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.nav-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 993px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* a:hover,
 * a:active,
 * a:focus {
 *   outline: 0;
 *   } */

/* In IE7, the height of the select element cannot be changed by height, only font-size */
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}

select {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
select:focus {
  outline: 0;
}
select[multiple],
select[size] {
  height: auto;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088cc),
    to(#0077b3)
  );
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088cc),
    to(#0077b3)
  );
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

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

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.carousel {
  position: relative;
  /* margin-bottom: 20px; */
  line-height: 1;
}

.carousel-inner {
  width: 100%;
  overflow: visible;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.item {
  padding-left: 5rem;
  padding-right: 5rem;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 20%;
  left: auto;
}

.custom-carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  border-radius: 5px;
}

.floorContainer table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 24.04px;
  overflow: hidden;
  border-spacing: 0;
}

.floorContainer th:first-child {
  text-align: left;
  padding-left: 54px;
}

.floorContainer td:first-child {
  text-align: left;
  padding-left: 54px;
}

.floorContainer tr {
  text-align: center;
  height: 50px;
}

.carousel-indicators {
  /* display: none !important; */
  bottom: 190px !important;
}
.removeFloorBottomPadding {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
  .carousel-indicators {
    bottom: 232px !important;
  }

  .text-container {
    height: 195px !important;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .carousel-control {
    top: 37%;
  }

  .carousel-indicators {
    bottom: 225px !important;
  }

  .carousel-control.right {
    right: 150px !important;
  }

  .carousel-control.left {
    left: 150px !important;
  }

  .text-container {
    height: 210px !important;
  }
}

@media (min-width: 1351px) and (max-width: 1500px) {
  .carousel-control {
    top: 38%;
  }
  .carousel-indicators {
    bottom: 215px !important;
  }

  .carousel-control.right {
    right: 180px !important;
  }

  .carousel-control.left {
    left: 180px !important;
  }

  .text-container {
    height: 200px !important;
  }
}

@media (max-width: 992px) {
  .tooltip {
    width: 90% !important;
    right: 0 !important;
  }
  .more-link {
    font-size: 0.875rem;
  }
  .galleryContainer {
    padding: 0px 20px !important;
  }
  .floorContainer {
    padding: 0rem 1.25rem 0rem 1.25rem !important;
  }
  .floorContainer table {
    width: 100%;
  }
  .floorSectionInfo {
    padding-left: 20px;
  }
  .marginBottom1 {
    padding-left: 0px !important;
  }
  /* fixed padding issues related to table */
  .floorContainer th:first-child {
    width: auto;
    text-align: left;
    padding-left: 16px !important;
  }
  .floorContainer td:first-child {
    text-align: left;
    padding-left: 16px;
    word-break: break-word;
  }
  td {
    white-space: normal; /* Allows the text to wrap as needed */
    max-width: 20px; /* Set a max-width to force wrapping at a certain point */
    word-break: break-all;
  }

  .viewGallery {
    font-size: 14px !important;
  }
}
.quickLinkContainer {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.tooltip {
  display: none;
  position: absolute;
  background-color: black;
  padding: 16px;
  z-index: 100;
  bottom: 4rem;
  width: 20rem;
  right: 15%;
  text-align: left;
  line-height: 1.25rem;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}
.pointer {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid black; /* Triangle color */
  z-index: 101;
  bottom: 3rem;
}
.text-container {
  text-align: center;
  height: 175px;
  width: 60%;
  margin: auto;
}
.more-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration-line: underline;
  vertical-align: -webkit-baseline-middle;
  cursor: pointer;
  display: none;
}

