::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8e8e8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1c1c1c;
}

.shadow-none {
  box-shadow: none !important;
}

.SAweb_searchResultsItems::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: none;
}

.SAweb_searchResultsItems::-webkit-scrollbar {
  background-color: #f6f6f6;
  width: 6px;
}

.SAweb_searchResultsItems::-webkit-scrollbar-thumb {
  background-color: #f6f6f6;
  box-shadow: none;
}

.SAweb_searchResultsItems:hover:-webkit-scrollbar-track {
  background-color: #e8e8e8;
}

.SAweb_searchResultsItems:hover::-webkit-scrollbar-thumb {
  background-color: #555555;
}

.SAweb_searchResultsItems::-webkit-scrollbar-thumb:hover {
  background: #1c1c1c;
}

:root {
  --fontFamily: "Cabinet Grotesk", sans-serif;
  /* --colors: #1c1c1c; */
  --colors: #000000;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --secondaryColor: #353535;
  --mainBg: #1c1c1c;
  --whiteBg: #ffffff;
  --blackBg: #000000;
  --lightBg: #f6f6f6;
  --secondaryBg: #6a6a6a;
  --lightGrayBg: #d9d9d9;
  font-size: 15px;
}

.m-auto {
  margin: auto !important;
}

@media (min-width: 1366px) {
  :root {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  :root {
    font-size: 15px;
  }
}

@media (min-width: 2000px) {
  :root {
    font-size: 16px;
  }
}

@media (min-width: 3000px) {
  :root {
    font-size: 20px;
  }
  .container {
    width: 1400px;
  }
}

@media (min-width: 4000px) {
  :root {
    font-size: 22px;
  }
  .container {
    width: 1500px;
  }
}

@media (max-width: 1366px) {
  :root {
    font-size: 12px;
  }
}

.z-index-9 {
  z-index: 9 !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.border-top {
  border-top: 1px solid #dee2e6;
}

.text-right {
  text-align: right !important;
}

.SAweb_updateUi {
  font-family: var(--fontFamily);
  color: var(--colors);
  margin: 0px;
  padding: 0px;
  background-color: var(--lightBg);
}

.SAweb_updateUi .container-fluid {
  background-color: transparent;
}

.SAweb_updateUi p,
.SAweb_updateUi span,
.SAweb_updateUi b,
.SAweb_updateUi a,
.SAweb_updateUi button,
.SAweb_updateUi .btn,
.SAweb_updateUi ul,
.SAweb_updateUi li,
.SAweb_updateUi select,
.SAweb_updateUi label,
.SAweb_updateUi input,
.SAweb_updateUi b,
.SAweb_updateUi strong {
  font-family: var(--fontFamily);
  letter-spacing: 0;
}

.SAweb_updateUi h1,
.SAweb_updateUi h2,
.SAweb_updateUi h3,
.SAweb_updateUi h4,
.SAweb_updateUi h5,
.SAweb_updateUi h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: var(--fontFamily);
  line-height: 1.2;
}

.SAweb_updateUi .row {
  display: flex;
}

.SAweb_updateUi .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.SAweb_updateUi .border-2 {
  border-width: 2px;
}

.SAweb_updateUi .bg-white {
  background-color: var(--whiteColor) !important;
}
.SAweb_updateUi .bg-black {
  background-color: var(--blackColor) !important;
}
.SAweb_updateUi .border-dark {
  border-color: var(--blackColor) !important;
}

.SAweb_updateUi header .navbar-collapse ul:first-child {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: transparent;
}

.SAweb_updateUi header {
  background-color: transparent;
  overflow: visible;
}

.SAweb_updateUi .btn {
  background-color: var(--whiteColor);
  border: 2px solid var(--whiteColor);
  color: var(--colors);
  border-radius: 0;
  line-height: 1.2;
  padding: 0.75rem 1.35rem;
  font-size: 1.08rem;
  font-weight: 600;
  font-family: var(--fontFamily);
}

.SAweb_updateUi .btn:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_updateUi .btn a {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--colors);
}

.SAweb_updateUi .btn:hover a,
.SAweb_updateUi .btn:hover a:hover {
  color: var(--whiteColor);
}

.SAweb_updateUi .btn.black-btn {
  background-color: var(--colors);
  border: 2px solid var(--colors);
  color: var(--whiteColor);
}

.SAweb_updateUi .btn.black-btn a {
  color: var(--whiteColor);
}

.SAweb_updateUi .btn.black-btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_updateUi .btn.black-btn:hover a,
.SAweb_updateUi .btn.black-btn:hover a:hover {
  color: var(--colors);
}

.SAweb_updateUi .btn.black-btn.btn-border {
  border-color: var(--whiteColor);
}

.SAweb_updateUi .btn.btn-border-black {
  border-color: var(--colors);
}

.SAweb_updateUi .btn.viewall-btn {
  background-color: #c1c1c130;
  color: var(--colors);
  border: 2px solid #ffffff;
  margin-bottom: 1px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 1.25rem;
}

.SAweb_updateUi .loadMoreLoader.btn {
  background-color: transparent !important;
  color: var(--colors) !important;
  border: 0px;
}

.SAweb_updateUi .btn.viewall-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.SAweb_updateUi .btn.viewall-btn .bi-chevron-right {
  width: 2rem;
  height: 2rem;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  line-height: 1.9 !important;
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.SAweb_updateUi .btn.viewall-btn:hover .bi-chevron-right {
  background: #ffffff;
  color: #000000;
}

.ms-3 {
  margin-left: 1rem !important;
}

.d-flex,
.sm-d-flex {
  display: flex;
}

.align-items-center {
  align-items: center !important;
}

.breakPoint {
  white-space: pre-line;
}

.text-dark {
  color: var(--blackColor);
}

.text-end {
  text-align: right !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.SAweb_updateUi .btn-outline-dark {
  color: var(--colors);
  border-color: var(--colors);
}

.SAweb_updateUi .btn-outline-dark:hover {
  color: #fff;
  background-color: var(--colors);
  border-color: var(--colors);
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.SAweb_updateUi a:hover {
  color: inherit;
}

.text-dark {
  color: var(--blackColor) !important;
}

.text-white {
  color: var(--whiteColor) !important;
}

.SAweb_updateUi button {
  box-shadow: none !important;
  outline: 0px !important;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.SAweb_updateUi .btn,
.SAweb_updateUi a {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.SAweb_updateUi header .navbar-dark .navbar-toggler {
  border-color: var(--whiteColor);
}

.SAweb_updateUi .fixedNavSpace {
  height: 4.8rem;
}

.SAweb_updateUi header .navbar-brand {
  width: 250px;
  margin: 0px;
  padding: 0px;
  height: auto;
}

.SAweb_updateUi header .navbar-brand img {
  width: auto;
  transition: all 0.25s ease;
}

.SAweb_updateUi header .navbar-brand img.logoIcon {
  display: none;
}

.SAweb_updateUi header.header-scrolled .navbar-brand img.logoIcon {
  display: block;
  transition: all 0.25s ease;
}

.SAweb_updateUi header.header-scrolled .navbar-brand img.mainLogo {
  display: none;
  transition: all 0.25s ease;
}

.SAweb_updateUi header nav.navbar {
  padding: 0px;
  margin: 0px;
  min-height: initial;
}

.SAweb_updateUi .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.SAweb_updateUi .btn-dark:hover {
  color: #1c1f23 !important;
  background-color: #ffffff;
  border-color: #1a1e21;
}

.SAweb_updateUi header .navbar-collapse form {
  width: 250px;
  justify-content: flex-end;
}

.SAweb_updateUi header .navbar-nav .nav-link {
  font-weight: 600;
  background-color: transparent !important;
  opacity: 0.7;
}

.SAweb_updateUi header .navbar-nav .nav-link.active,
.SAweb_updateUi header .navbar-nav .nav-link:hover {
  font-weight: 700;
  opacity: 1;
}

.SAweb_updateUi header .navbar-nav li.dropdown:hover .nav-link {
  font-weight: 700;
  opacity: 1;
}

.SAweb_updateUi header .navbar-nav li.nav-item {
  margin: 0px 2rem;
  /* padding: 1.25rem 0px; */
  padding: 0.55rem 0px;
}

.SAweb_updateUi header .navbar-nav li.nav-item .nav-link {
  font-size: 1.25rem !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  margin-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

.SAweb_updateUi header .navbar-nav li.nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #071721;
  height: 2px;
  transition: all 0.5s;
}

.SAweb_updateUi header#header .navbar-nav li.nav-item .nav-link:after {
  background: #ffffff;
}

.SAweb_updateUi header .navbar-nav li.nav-item .nav-link:hover:after {
  width: 100%;
}

.SAweb_updateUi header .navbar-nav li.dropdown .dropdownView {
  top: 100%;
  overflow: hidden;
  list-style: none;
  position: absolute;
  width: 100%;
  left: -50%;
  min-width: 15rem;
  transform: translateX(15%);
  height: 0;
}

.SAweb_updateUi header .navbar-nav li.dropdown:hover .dropdownView {
  height: auto;
}

.SAweb_updateUi header .navbar-nav .nav-link .bi-caret-down-fill {
  font-size: 1rem;
  padding-left: 1rem;
}

.SAweb_updateUi
  header
  .navbar-nav
  li.dropdown:hover
  .bi-caret-down-fill::before {
  content: "\f229";
  transform: rotate(180deg);
}

.SAweb_updateUi h2.heaidngHalf {
  width: 38rem;
}

.SAweb_chHousingMade.SAweb_hometails {
  background-color: var(--whiteColor);
}

.SAweb_chHousingMade.SAweb_hometails .item {
  padding: 4rem 2rem;
  text-align: left;
}

.SAweb_chHousingMade.SAweb_hometails .item h3 {
  font-size: 2.25rem;
  font-weight: 700;
}

.SAweb_chHousingMade.SAweb_hometails .item::after {
  height: 85%;
}

.SAweb_chHousingMade.SAweb_hometails ul {
  padding-left: 20px;
}

.SAweb_chHousingMade.SAweb_hometails ul li {
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.SAweb_updateUi header .navbar-nav li.dropdown .dropdownView div {
  -webkit-transform: translate(0, -101%);
  -moz-transform: translate(0, -101%);
  -ms-transform: translate(0, -101%);
  transform: translate(0, -101%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  position: relative;
  border: 1px solid var(--blackColor);
  background-color: var(--whiteColor);
  padding: 0.5rem 1rem;
}

.SAweb_updateUi header .navbar-nav li.dropdown:hover .dropdownView div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.8;
  padding: 0.5rem;
  border-bottom: 1px solid #000000;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  background: transparent;
}

.SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a.active,
.SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a:hover {
  font-weight: 700;
  opacity: 1;
}

@-moz-document url-prefix() {
  .SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a {
    opacity: 0.7;
  }

  .SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a.active,
  .SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a:hover {
    opacity: 1;
  }
}

.SAweb_updateUi header#header .navbar-nav li.dropdown .dropdownView {
  min-width: 14rem;
}

.SAweb_updateUi header#header .navbar-nav li.dropdown .dropdownView div {
  backdrop-filter: blur(2px);
  background-color: var(--blackColor);
  border: 0px;
}

.SAweb_updateUi header#header .navbar-nav li.dropdown .dropdownView a {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.SAweb_updateUi header .navbar-nav li.dropdown .dropdownView a:last-child {
  border: 0px;
}

.SAweb_updateUi header .btn {
  outline: 0px !important;
  box-shadow: none !important;
}

.SAweb_updateUi header .btn:last-child {
}

.SAweb_updateUi header .btn .bi-list::before {
  content: "\f479";
  font-weight: 600 !important;
}

.SAweb_updateUi h1 {
  font-size: 4.25rem;
  font-weight: 800;
}

.SAweb_updateUi h1 span {
  font-size: 4.25rem;
  font-weight: 800;
  display: block;
}

.SAweb_updateUi h2 {
  font-size: 3.2rem;
  font-weight: 800;
}

.SAweb_updateUi h3 {
  font-size: 2.15rem;
  font-weight: 700;
  /* font-size: 2.666rem; */
}

.SAweb_updateUi p {
  font-weight: 500;
  /* font-size: 20px; */
  font-size: 1.333rem;
  color: var(--colors);
}

.SAweb_updateUi p.p {
  font-weight: 500;
  /* font-size: 24px; */
  font-size: 1.608rem;
  color: var(--colors);
}

.SAweb_updateUi .video3dViewText {
  width: 65%;
  margin: auto;
}

.SAweb_updateUi .video3dViewText p {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.SAweb_callback {
  position: relative;
  display: flex;
}

.SAweb_callback .item {
  flex: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
}

.SAweb_callback .item::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  width: 2px;
  background-color: #000000;
}

.SAweb_callback .item:last-child {
  flex: 4;
  padding-left: 1.5rem;
}

.SAweb_callback .item:last-child::after {
  display: none;
}

.SAweb_callback .item p {
  font-weight: 500;
  padding-right: 15px;
}

.SAweb_touchView {
  display: flex;
}

.SAweb_touchView .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
}

.SAweb_touchView .item h2 {
  width: 75%;
}

.SAweb_touchView .item:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.SAweb_touchView .item .boxIcon {
  text-align: center;
}

.SAweb_touchView .item .boxIcon img {
  width: 45px;
}

.SAweb_touchView .item .boxIcon p {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0px;
  padding: 0px 1rem;
}

.SAweb_hometails {
  background-color: var(--lightBg);
  text-align: center;
}

.SAweb_hometails .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
}

.SAweb_hometails .item {
  padding: 2rem;
  position: relative;
}

.SAweb_hometails .item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 0px;
  bottom: 0px;
  right: -0.5rem;
  background-color: var(--blackBg);
  margin: auto;
}

.SAweb_hometails .item:last-child:after {
  display: none;
}

.SAweb_hometails .item h3 {
  color: var(--blackColor);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.SAweb_hometails .item p {
  color: var(--blackColor);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0px;
}

.SAweb_scroolSlider {
  display: flex;
}

.SAweb_scroolSlider .slideItem1 {
  background-color: var(--mainBg);
}

.SAweb_scroolSlider .slideItem2 {
  background-color: var(--secondaryBg);
}

.SAweb_scroolSlider .slideItem3 {
  background-color: var(--lightGrayBg);
}

.SAweb_scroolSlider .swiper {
  width: 50%;
  height: 30rem;
  margin-left: 0px;
  margin-right: auto;
  padding-right: 15px;
}

.SAweb_scroolSlider .swiper-pagination.swiper-pagination-vertical {
  right: 0px;
}

.SAweb_scroolSlider .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 4.5rem;
}

.SAweb_scroolSlider .swiper h3 {
  display: flex;
  font-size: 25px;
  text-align: left;
  margin-bottom: 2rem;
  align-items: center;
}

.SAweb_scroolSlider .swiper h3 span {
  width: 14rem;
  min-width: 14rem;
  margin-left: 2rem;
}

.SAweb_scroolSlider .swiper p {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 300;
}

.SAweb_scroolSlider .swiper-pagination-bullet {
  background-color: #a5a5a5;
  opacity: 1;
}

.SAweb_scroolSlider .swiper-pagination-bullet-active {
  background-color: #1c1c1c;
  height: 25px;
  border-radius: 40px;
}

.SAweb_scroolSlider > div:last-child {
  width: 40%;
}

.SAweb_scroolSlider h2 {
  width: 25rem;
  margin: auto;
  margin-left: 0px;
}

.SAweb_owl-slider .owl-nav {
  position: absolute;
  top: -2.8rem;
  right: 0px;
}

.SAweb_owl-slider .owl-carousel {
  padding-top: 10px;
}

.SAweb_sliderNav .owl-nav button {
  width: 2rem;
  height: 2rem;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  line-height: 1.9 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.SAweb_sliderNav .owl-nav button:first-child {
  margin-right: 1.5rem;
}

.SAweb_sliderNav .owl-nav .bi-chevron-left::before,
.SAweb_sliderNav .owl-nav .bi-chevron-right::before {
  font-weight: 800 !important;
}

.SAweb_owl-slider .caption {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

.SAweb_owl-slider h1 {
  font-size: 1.6rem;
  font-weight: 500;
}

.SAweb_cityList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
}

.SAweb_cityList ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.SAweb_cityList ul li {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.SAweb_video {
  position: relative;
}

.SAweb_video::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  visibility: hidden;
}

.SAweb_video:hover:after {
  visibility: visible;
  transition: all 0.3s;
}

.SAweb_video .bi-play-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  color: #ffffff;
  cursor: pointer;
}

.SAweb_owl-slider2 .owl-carousel .owl-item .item {
  background: #000000;
  padding: 2rem;
  min-height: 510px;
  position: relative;
}

/* .SAweb_owl-slider2 .owl-carousel .owl-item .item:hover{
  background: #5c5c5c;
} */
.SAweb_owl-slider2 .owl-carousel .owl-item:nth-child(even) .item {
  background: #5c5c5c;
}

/* .SAweb_owl-slider2 .owl-carousel .owl-item:nth-child(even) .item:hover{
  background: #000000;
} */
.SAweb_owl-slider2 h1 {
  font-size: 1.6rem;
  font-weight: 700;
}

.SAweb_owl-slider2 p {
  font-weight: 400;
  font-size: 1.38rem;
  color: var(--whiteColor);
}

.SAweb_owl-slider2 h3 {
  font-weight: 600;
  font-size: 1.38rem;
  color: var(--whiteColor);
}

.SAweb_owl-slider2 i.bi.bi-quote::before {
  font-weight: 700 !important;
  font-size: 7rem;
  color: #272727;
}

.SAweb_owl-slider2 .item .caption i.bi.bi-quote:last-child {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transform: rotate(180deg);
}

.SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(even)
  i.bi.bi-quote::before {
  color: #646464;
}

.SAweb_owl-slider2 i.bi.bi-quote::before {
  margin-left: -1rem;
}

.SAweb_owl-slider2 .owl-nav {
  margin-top: 2rem;
}

.SAweb_updateUi .HeadingRotate {
  height: 100%;
  border-right: 2px solid var(--colors);
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_updateUi .black-quote-image {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/black-quote.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6rem;
  height: 6rem;
}

.SAweb_updateUi .border-quote-image {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/border-quote.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 6rem;
  height: 6rem;
}

.SAweb_updateUi h2.h2_rotate {
  /* transform: rotate(-90deg);
  min-width: 300px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center; */

  transform: rotate(180deg);
  /* transform-origin: 50% 50% 0; */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.SAweb_caseStudies .topHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}

.SAweb_caseStudies .btn .bi-chevron-right::before {
  font-weight: 700 !important;
}

.SAweb_caseStudies .boxes {
  display: flex;
  grid-column-gap: 1rem;
  margin-bottom: 6rem;
}

.SAweb_caseStudies .boxes h1 {
  font-weight: 800;
  font-size: 1.38rem;
  color: var(--colors);
  margin-top: 1rem;
}

.SAweb_caseStudies .boxes p {
  font-weight: 500;
  font-size: 1.07rem;
  color: var(--secondaryColor);
}

.SAweb_caseStudies .boxes p span {
  font-weight: 800;
}

.SAweb_caseStudies .boxes .item:nth-child(1) {
  flex: 5;
  position: relative;
}

.SAweb_caseStudies .boxes .item:nth-child(2) {
  flex: 3;
}

.SAweb_caseStudies .boxes .item:nth-child(3) {
  flex: 3;
}

.SAweb_caseStudies .boxes .item img {
  width: 100%;
}

.SAweb_caseStudies .boxes .item .caption {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

.SAweb_caseStudies .boxes .item .caption h1 {
  color: var(--whiteColor);
}

.SAweb_caseStudies .boxes .item .caption p {
  color: var(--whiteColor);
}

.SAweb_updateUi footer {
  background-color: var(--colors);
  border: 0px;
}

.SAweb_updateUi .footerLogo {
  width: 16rem;
  min-width: 16rem;
  margin-bottom: 3rem;
}

.SAweb_updateUi footer .row {
  /* opacity: 0.8; */
}

.SAweb_updateUi footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.SAweb_updateUi footer ul li {
  font-weight: 500;
  font-size: 1rem;
  opacity: 0.7;
  color: var(--whiteColor);
  margin-bottom: 1rem;
  display: flex;
  letter-spacing: 0.5px;
}

.SAweb_updateUi footer ul li:hover {
  opacity: 1;
}

.SAweb_updateUi footer ul li i.bi {
  font-size: 1.75rem;
  padding-right: 0.5rem;
}

.SAweb_updateUi footer ul li a {
  font-size: 1.08rem;
  color: var(--whiteColor);
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  align-items: center;
  display: flex;
}

.SAweb_updateUi footer ul li a:hover {
  font-weight: 600;
}

.SAweb_updateUi .footerBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}

.SAweb_updateUi footer h1 {
  font-weight: 500;
  font-size: 1.5rem !important;
  color: var(--whiteColor);
  margin-bottom: 1.5rem;
}

.SAweb_updateUi footer h1.follow {
  font-weight: 500;
  margin-bottom: 1rem;
}

.SAweb_updateUi footer ul.socialIcons {
  display: flex;
  margin-bottom: 1rem;
}

.SAweb_updateUi footer ul.socialIcons li {
  margin-right: 2rem;
  margin-bottom: 0;
}

.SAweb_updateUi footer h2 {
  font-size: 1rem;
  color: var(--whiteColor);
  font-weight: 300;
  opacity: 0.5;
}

.SAweb_updateUi footer ul.brandLogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SAweb_updateUi footer ul.brandLogos li {
  margin-left: 0rem;
  opacity: 1;
}

.SAweb_updateUi footer .btn {
  margin-top: 1rem;
}

.SAweb_updateUi footer .btn.footerBtn {
  border: 2px solid var(--whiteColor);
  background-color: var(--whiteColor);
  font-size: 1.08rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 0px;
  color: var(--colors);
  margin-bottom: 2rem;
}

.SAweb_updateUi footer .btn.footerBtn:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_updateUi .hover-zoomin .image {
  overflow: hidden;
  position: relative;
  height: 15rem;
}

.SAweb_updateUi .hover-zoomin .image img {
  height: 100%;
  object-fit: cover;
}

.SAweb_updateUi .hover-zoomin.fullHeight .image {
  height: 30rem;
}

.SAweb_updateUi .hover-zoomin.fullHeight .image:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(0, black, transparent);
  height: 40%;
}

.SAweb_updateUi .hover-zoomin.fullHeight p a {
  color: #ffffff;
}

.SAweb_updateUi .hover-zoomin img {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.SAweb_updateUi .hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*Second Screen */

.SAweb_updateUi #header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
}

.back_layer.SAweb_updateUi #header {
  /* background: rgba(0, 0, 0, 0.5); */
}

.SAweb_updateUi #header.guestlogin-header {
  background-color: var(--blackColor);
}

.SAweb_updateUi #header.header-scrolled,
.SAweb_updateUi #header.header-inner-pages {
  background: rgba(0, 0, 0, 1);
  padding: 0;
}

.SAweb_updateUi .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.SAweb_updateUi .btn-outline-white:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.SAweb_updateUi #hero {
  width: 100%;
  height: 85vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

.SAweb_updateUi #hero:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  background: #00000020;
  /* background-image: linear-gradient(65deg, rgba(0, 0, 0, 0.8), transparent); */
}

.SAweb_updateUi #hero .owl-carousel.owl-drag .owl-item {
  height: 85vh;
}

.SAweb_updateUi #hero .carousel,
.SAweb_updateUi #hero .carousel-inner,
.SAweb_updateUi #hero .carousel-item,
.SAweb_updateUi #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.SAweb_updateUi #hero .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
}

.SAweb_updateUi #hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.SAweb_updateUi #hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

.SAweb_updateUi #hero .container {
  text-align: left;
  z-index: 9;
}

.SAweb_updateUi #hero h2 {
  color: var(--whiteColor);
  margin-bottom: 2rem;
  font-weight: 700;
  width: 45%;
}

.SAweb_updateUi #hero p {
  width: 55%;
  color: var(--whiteColor);
  font-weight: 400;
}
#hero p span.para-break::before {
  content: "\a";
  white-space: pre;
}
.SAweb_updateUi #hero h4 {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 1.333rem;
  padding-top: 5rem;
  margin-bottom: -5rem;
}

.SAweb_updateUi #hero h4 span {
  color: var(--whiteColor);
  font-weight: 400;
  font-size: 1.333rem;
}

.SAweb_updateUi #hero .carousel-fade {
  overflow: hidden;
}

.SAweb_updateUi #hero .btn.btn-callback {
  background: #ffffff;
  margin-top: 2rem;
  border: 2px solid #ffffff;
}

.SAweb_updateUi #hero .btn.btn-callback:hover {
  background: #000000;
  color: #ffffff;
}

.SAweb_updateUi #hero .owl-dots {
  justify-content: flex-start;
  margin: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-bottom: 3rem;
  position: absolute;
  bottom: 5%;
  left: 0px;
  right: 0px;
  max-width: 1140px;
  margin: auto;
  text-align: left;
  padding-left: 0px;
}
.SAweb_updateUi #hero .btn.btn-callback + p {
  margin-top: 3rem;
}

.SAweb_updateUi #hero .btn.btn-callback + p span {
  font-weight: 600;
}

.SAweb_updateUi #hero .owl-dots .owl-dot span {
  cursor: pointer;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 0px !important;
  background-color: var(--whiteColor);
}

.SAweb_updateUi #hero .owl-dots .owl-dot.active span {
  border-radius: 40px;
  width: 25px;
}

.SAwebour_commitment {
  background-color: var(--mainBg);
}

.SAwebour_commitment h3 {
  width: 50rem;
  margin: auto;
  padding-bottom: 2rem;
}

.SAwebour_commitment .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
}

.SAwebour_commitment .box .image {
  margin-bottom: 1rem;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAwebour_commitment .box p {
  color: var(--whiteColor);
  width: 60%;
  margin: auto;
}

.SAweb_makeBest .boxTails {
  width: 72%;
  margin: auto;
}

.SAweb_makeBest .boxTails .item {
  display: flex;
  grid-column-gap: 2rem;
  padding: 2rem;
}

.SAweb_makeBest .boxTails .item .image {
  width: 50%;
}

.SAweb_makeBest .boxTails .item .text-view {
  width: 50%;
}

.SAweb_makeBest .boxTails .item img {
  width: 100%;
}

.SAweb_makeBest .boxTails .item h3 {
  color: var(--blackColor);
  font-weight: 800;
}

.SAweb_makeBest .boxTails .item p {
  color: var(--blackColor);
}

.SAweb_expDrive .box {
  background-color: var(--mainBg);
  display: flex;
}

.SAweb_expDrive .box .image {
  position: relative;
  width: 65%;
}

.SAweb_expDrive .box .item {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.SAweb_expDrive .box .item h2 {
  width: 80%;
  color: var(--whiteColor);
  margin-bottom: 2rem;
}

.SAweb_expDrive .box .item p {
  color: var(--whiteColor);
  font-size: 1.47rem;
  font-weight: 300;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 30rem;
}

.SAweb_expDrive .box .item ul {
  width: 16rem;
}

.SAweb_expDrive .box .item ul li {
  color: var(--whiteColor);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: flex;
}

.SAweb_expDrive .box .item ul li i {
  margin-right: 0.75rem;
}

.SAweb_expDrive .box .item .btn {
  margin-left: 0.5rem;
  margin-top: 2rem;
}

.SAweb_expDrive .box .item .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_expDrive .box .item i.bi.bi-chevron-right {
  color: var(--whiteColor);
  border: 2px solid var(--whiteColor);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 2.3rem;
  text-align: center;
  display: block;
}

.SAweb_expDrive .box .item i.bi.bi-chevron-right::before {
  font-weight: 700 !important;
}

.SAweb_expDrive .box .image .caption {
  position: absolute;
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 40%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10%;
}

.SAweb_expDrive .box .image .caption h2 {
  font-weight: 800;
}

.SAweb_expDrive .box .image .caption h4 {
  font-size: 2rem;
  font-weight: 600;
}

.SAweb_expDrive .box .image img {
  width: 100%;
  margin-left: -2px;
}

.SAweb_chInfo {
  background-color: #f6f6f6;
}

.SAweb_chInfo .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10rem;
}

.SAweb_chInfo .box .item {
  text-align: center;
  width: 80%;
  margin: auto;
}

.SAweb_chInfo .box .image {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.SAweb_chInfo .box h2 {
  color: var(--colors);
  font-size: 2.65rem;
  margin-bottom: 1.5rem;
}

.SAweb_chInfo .box p {
  color: var(--colors);
}

.SAweb_chInfo h3 {
  font-weight: 800;
}

.SAweb_chInfo .statBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4rem;
}

.SAweb_chInfo .statBox .item {
  text-align: center;
}

.SAweb_chInfo .statBox .image {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_chInfo .statBox h5 {
  font-size: 1.34rem;
  font-weight: 800;
  color: var(--blackColor);
}

.SAweb_chInfo .statBox p {
  font-size: 1.08rem;
}

.SAweb_featureProperty .imageBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.SAweb_featureProperty .imageBox .item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.SAweb_featureProperty .imageBox .item img {
  width: 100%;
  display: block;
}

.SAweb_featureProperty .imageBox .item .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.SAweb_featureProperty .imageBox .item .hvrbox-text {
  width: 75%;
  padding: 3rem 2rem;
}

.SAweb_featureProperty .imageBox .item:hover .hvrbox-layer_slideup,
.SAweb_featureProperty .imageBox .item.active .hvrbox-layer_slideup {
  top: calc(100% - 18rem);
  opacity: 1;
}

.SAweb_featureProperty .imageBox .item h1 {
  font-size: 1.6rem;
  font-weight: 700;
}

.SAweb_featureProperty .imageBox .item p {
  color: var(--whiteColor);
  font-weight: 400;
}

.SAweb_featureProperty .imageBox .item span {
  font-size: 1.4rem;
  font-weight: 700;
}

.SAweb_location .topHeading {
  border-bottom: 2px solid #acacac;
  margin-bottom: 4rem;
}

.SAweb_caseStudies .topHeading h2 {
  margin-bottom: 0px;
}

.SAweb_caseStudies .topHeading.SAweb_locationTabs {
  display: block;
  margin: 0px;
  border: 0px;
}

.SAweb_location .topHeading ul.listView {
  display: flex;
  list-style-type: none;
  padding: 0px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #acacac;
  margin-bottom: 4rem;
}

.SAweb_location .topHeading ul.listView::after,
.SAweb_location .topHeading ul.listView::before {
  display: none;
}

.SAweb_location .topHeading ul.listView li {
  float: initial;
  display: flex;
}

.SAweb_location .topHeading ul.listView li .nav-link {
  font-size: 1.6rem;
  color: #7a7a7a;
  text-decoration: none;
  font-weight: 600;
  padding: 0px 1.5rem;
  background: transparent;
  border: 0px;
}

.SAweb_location .topHeading ul.listView li:last-child .nav-link {
  font-weight: 500;
  background: #c1c1c130;
  padding: 5px 10px;
  position: relative;
  top: -6px;
  border-radius: 0px;
}

.SAweb_location .topHeading ul.listView li.active,
.SAweb_location .topHeading ul.listView li:hover {
  border-bottom: 3px solid var(--blackBg);
  margin-bottom: -1px;
}

.SAweb_location .topHeading ul.listView li:last-child:hover,
.SAweb_location .topHeading ul.listView li:last-child:active {
  border: 0px;
}

.SAweb_location .topHeading ul.listView li.active .nav-link,
.SAweb_location .topHeading ul.listView li:hover .nav-link {
  font-weight: 700;
  color: var(--colors);
}

.SAweb_location .topHeading ul.listView li:last-child .nav-link:hover {
  background: #000000;
  color: #ffffff;
}

.SAweb_location
  .topHeading
  ul.listView
  li:last-child
  .nav-link:hover
  .bi-chevron-right {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.SAweb_location .SAweb_caseStudies {
  border-bottom: 2px solid var(--blackColor);
}

.SAweb_location .locationItem {
  display: flex;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.SAweb_location .locationItem .image {
  margin-right: 2rem;
  height: 27rem;
  width: calc(27rem + 2px);
  min-width: calc(27rem + 2px);
}

.SAweb_location .locationItem .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SAweb_location .locationItem .caption {
  width: 45%;
}

.SAweb_location .locationItem .caption h1 {
  font-size: 1.6rem;
  color: var(--blackColor);
  font-weight: 800;
}

.SAweb_location .locationItem .caption h1 span {
  font-size: 1.08rem;
  color: var(--blackColor);
  font-weight: 600;
  margin-top: 0.75rem;
}

.SAweb_location .locationItem .caption p {
  font-size: 1.335rem;
  color: var(--blackColor);
  font-weight: 400;
}

.SAweb_location .locationItem .caption .btn {
  font-size: 0.95rem;
  color: var(--blackColor);
  border: 2px solid var(--colors);
  font-weight: 500;
  padding: 0 0.75rem;
  display: inline-block;
  min-width: 155px;
  height: 40px;
  line-height: 36px;
  background-color: transparent;
}

.SAweb_location .locationItem .caption .btn:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_location .col-md-11,
.SAweb_location .col-sm-11 {
  /* margin-left: -1.5rem; */
  margin-left: -30px;
}

.SAweb_guestSlider
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(3n + 1)
  .item {
  background-color: rgba(28, 28, 28, 1);
}

.SAweb_guestSlider
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(3n + 2)
  .item {
  background-color: rgba(92, 92, 92, 1);
}

.SAweb_guestSlider
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(3n + 3)
  .item {
  background-color: rgba(147, 148, 148, 1);
}

.SAweb_guestSlider
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(3n + 1)
  .item
  i.bi.bi-quote::before {
  color: #272727;
}

.SAweb_guestSlider
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(3n + 2)
  .item
  i.bi.bi-quote::before {
  color: #646464;
}

.SAweb_guestSlider
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item:nth-child(3n + 3)
  .item
  i.bi.bi-quote::before {
  color: #999999;
}

.SAweb_guestSlider .SAweb_owl-slider2 .owl-carousel .owl-item .item {
  min-height: 610px;
}

.SAweb_guestSlider.SAweb_gvtHouse
  .SAweb_owl-slider2
  .owl-carousel
  .owl-item
  .item {
  height: 510px;
  min-height: initial;
}

.SAweb_guestSlider .owl-theme .owl-dots {
  text-align: right;
  margin-top: 1rem;
}

.SAweb_guestSlider .owl-theme .owl-dots .owl-dot span {
  box-sizing: content-box;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #00000040;
  transition: opacity 0.6s ease;
  display: block;
  border-radius: 50%;
}

.SAweb_guestSlider .owl-theme .owl-dots .owl-dot.active span {
  border-radius: 40px;
  width: 25px;
  color: var(--blackColor);
  background-color: var(--blackColor);
}

.SAweb_updateUi .blog-slide .owl-dots {
  display: none;
}

.SAweb_updateUi .blog-slide .blog-text {
  min-height: 14rem;
  position: relative;
}

.SAweb_updateUi .blog-slide .blog-text h4 {
  font-size: 1.32rem;
  font-weight: 800;
  color: var(--blackColor);
  margin: 1.25rem 0px 0.4rem;
}

.SAweb_updateUi .blog-slide .blog-text p {
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--blackColor);
  margin-bottom: 0px;
}

.SAweb_updateUi .blog-slide .blog-text .btn {
  color: var(--blackColor);
  border: 2px solid var(--colors);
  font-size: 0.95rem;
  font-weight: 600;
  position: absolute;
  bottom: 1.75rem;
  border-radius: 0px;
  background-color: var(--whiteColor);
  padding: 0.5rem 1.5rem;
}

.SAweb_updateUi .blog-slide .owl-next,
.SAweb_updateUi .blog-slide .owl-prev {
  width: 2rem;
  height: 2rem;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  line-height: 1.9 !important;
  position: absolute;
  top: 30%;
  background-color: var(--blackColor) !important;
  font-size: 1rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_updateUi .blog-slide .owl-next i,
.SAweb_updateUi .blog-slide .owl-prev i {
  color: var(--whiteColor);
}

.SAweb_updateUi .blog-slide .owl-next.disabled,
.SAweb_updateUi .blog-slide .owl-prev.disabled {
  display: none;
}

.SAweb_updateUi .blog-slide .owl-prev {
  left: -4%;
}

.SAweb_updateUi .blog-slide .owl-next {
  right: -4%;
}

.SAweb_blog {
  background-color: #f5f5f5;
}

.SAweb_nationlFootprint ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  list-style-type: none;
  padding: 0px;
  margin: 3rem 0px;
}

.SAweb_nationlFootprint ul li:hover {
  box-shadow: -5px 0px 20px #cbcbcb;
}

.SAweb_nationlFootprint ul li a {
  color: var(--blackColor);
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.SAweb_nationlFootprint ul li a span {
  width: 100%;
}

.SAweb_nationlFootprint ul li a .pic {
  margin-right: 1rem;
  min-width: 7rem;
  width: 7rem;
  height: 7rem;
}

.SAweb_nationlFootprint ul li a .pic img {
  margin: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SAweb_nationlFootprint ul li a img {
  margin-right: 1rem;
}

/*screen -3 */

.SAweb_banner-3 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.SAweb_banner-3 .box .item {
  position: relative;
}

.SAweb_banner-3 .box .item:first-child {
  grid-column: 1/4;
  grid-row: 1/3;
}

.SAweb_banner-3 .box .item img {
  width: 100%;
  height: 100%;
}

.SAweb_banner-3 .box .item .btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  font-weight: 700;
  font-size: 1.08rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 0px;
  padding: 0.45rem 1.5rem;
  border: 2px solid var(--whiteColor);
}

.SAweb_banner-3 .box .item .btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.SAweb_banner-3 .box .item .btn.photos {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.32rem;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  padding: 0 8rem;
  white-space: normal;
}

.SAweb_banner-3 .subHeading h1 {
  font-size: 2.15rem;
  font-weight: 700;
  color: var(--blackColor);
}

.SAweb_banner-3 .subHeading h2 {
  font-size: 1.33rem;
  font-weight: 700;
  color: var(--blackColor);
}

.SAweb_banner-3 .subHeading p {
  font-size: 1.08rem;
  color: var(--blackColor);
}

.SAweb_banner-3 .subHeading ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}

.SAweb_banner-3 .subHeading ul li {
  font-size: 0.92rem;
  font-weight: 800;
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.SAweb_banner-3 .subHeading ul li img {
  margin-right: 0.5rem;
}

.SAweb_neighbourhood ul.nav-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
  flex-wrap: wrap;
}

.SAweb_neighbourhood ul.nav-tabs::after,
.SAweb_neighbourhood ul.nav-tabs::before {
  display: none;
}

.SAweb_neighbourhood ul.nav-tabs li .nav-link {
  font-size: 1.6rem;
  color: var(--blackColor);
  text-decoration: none;
  border: 0px;
  background-color: transparent;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

.SAweb_neighbourhood ul.nav-tabs li .nav-link.active {
  font-weight: 800;
  border-bottom: 3px solid var(--blackBg);
  margin-bottom: 0px;
}

.SAweb_neighbourhood div.container-fluid {
  padding: 0px 4.5rem;
}

.SAweb_neighbourhood div.myTabContentVIew {
  border-top: 2px solid #acacac;
  background-color: var(--whiteColor);
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  height: 620px;
  overflow: auto;
}

.SAweb_neighbourhood .map-alignment .gm-style .gm-style-iw-d {
  max-width: 300px;
  max-height: initial !important;
}

.SAweb_neighbourhood .map-alignment .gm-style .gm-style-iw-d img {
  width: 100%;
  max-width: initial;
  max-height: 150px;
  margin-top: 0;
}

.SAweb_neighbourhood .map-alignment #content {
  max-width: 300px !important;
  text-align: center;
  width: auto !important;
}

.SAweb_neighbourhood .gm-style .gm-style-iw-c p {
  font-size: 1.08rem;
  font-family: var(--fontFamily);
  font-weight: 400;
  margin-top: 5px;
}

.SAweb_updateUi .gm-style .gm-style-iw-c a {
  font-size: 12px;
  font-weight: 600;
  color: #1665b5;
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList li.test {
  background-color: #ededed;
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList li:hover {
  box-shadow: 0px 5px 5px #e5e5e5;
  font-weight: 800;
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList li:hover p {
  font-weight: 800;
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList li p {
  font-size: 1.08rem;
  color: var(--blackColor);
  margin: 0px;
}

.SAweb_neighbourhood div.myTabContentVIew ul.distanceList li p span {
  display: block;
  font-size: 0.8rem;
  color: var(--blackColor);
}

.SAweb_scoreView {
  margin: 7rem 0px;
}

.SAweb_scoreView .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_scoreView .box .item {
  width: 20rem;
  display: flex;
  align-items: center;
}

.SAweb_scoreView .box .item h1 {
  font-size: 2.08rem;
  margin-bottom: 0px;
  line-height: 1;
}

.SAweb_scoreView .box .item p {
  font-size: 1.08rem;
  margin-bottom: 0px;
}

.SAweb_scoreView .box .progress {
  width: 5rem;
  height: 5rem !important;
  line-height: 5rem;
  background: none;
  box-shadow: none;
  position: relative;
  min-width: 5rem;
  margin-right: 1rem;
}

.SAweb_scoreView .box .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.15rem solid #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
}

.SAweb_scoreView .box .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.SAweb_scoreView .box .progress .progress-left {
  left: 0;
}

.SAweb_scoreView .box .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 0.15rem;
  border-style: solid;
  position: absolute;
  top: 0;
}

.SAweb_scoreView .box .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.SAweb_scoreView .box .progress .progress-right {
  right: 0;
}

.SAweb_scoreView .box .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.SAweb_scoreView .box .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  line-height: 4.5rem;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.SAweb_scoreView .box .progress .progress-value img {
  height: auto;
}

.SAweb_scoreView .box .progress.blue .progress-bar {
  border-color: var(--blackColor);
}

.SAweb_scoreView .box .progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.SAweb_scoreView .box .progress.yellow .progress-bar {
  border-color: var(--blackColor);
}

.SAweb_scoreView .box .progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.SAweb_scoreView .box .progress.yellow .progress-left .progress-bar {
  animation: none;
}

.SAweb_scoreView .box .progress.green .progress-bar {
  border-color: var(--blackColor);
}

.SAweb_scoreView .box .progress.green .progress-right .progress-bar {
  animation: loading-1 1.8s linear forwards;
}

.SAweb_scoreView .box .progress.green .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.SAweb_scoreView a.howworks {
  font-size: 1.08rem;
  display: block;
  text-align: center;
  color: var(--colors);
  font-weight: 600;
  text-decoration: underline !important;
}

.SAweb_schools ul.nav-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style-type: none;
  padding: 0px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0px;
  border-bottom: 2px solid #acacac;
}

.SAweb_schools .tab-content {
  margin-left: 1.5rem;
}

.SAweb_schools ul.nav-tabs li .nav-link {
  font-size: 1.6rem;
  color: var(--blackColor);
  border: 0px;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
  border-bottom: 5px solid var(--whiteColor);
}

.SAweb_schools ul.nav-tabs li {
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}

.SAweb_schools ul.nav-tabs li.active .nav-link {
  border-bottom: 5px solid var(--blackColor);
  font-weight: 700;
  margin-bottom: -2px;
  padding-bottom: 2px;
}

.SAweb_schools .owl-carousel .owl-buttons {
  text-align: center;
}

.SAweb_schools ul.nav-tabs li:last-child {
  justify-content: flex-end;
}

.SAweb_schools ul.nav-tabs .nav-link.splbtn {
  font-size: 1.2rem;
  width: auto;
}

.SAweb_schools ul.nav-tabs .nav-link.splbtn a {
  font-weight: 700;
  color: var(--blackColor);
  font-size: 1.5rem;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #acacac !important;
}

.SAweb_schools.second ul.nav-tabs {
  display: flex;
}

.SAweb_schools.second ul.nav-tabs li {
  width: 25%;
}

.SAweb_schools.second ul.nav-tabs .nav-link.splbtn {
  min-width: 275px;
  padding-left: 0px;
  padding-right: 0px;
}

.SAweb_schools.second .owl-carousel .item {
  min-height: 30rem;
}

.SAweb_schools .owl-carousel .item {
  box-shadow: 0px 0px 10px #cccccc;
  padding: 2rem;
  margin: 0.25rem 4px;
  min-height: 22rem;
  border-radius: 0.5rem;
  position: relative;
}

.SAweb_schools .owl-carousel .item p {
  font-weight: 800;
  min-height: 5rem;
}

.SAweb_schools .owl-carousel .item p span {
  font-size: 1.08rem;
  font-weight: 500;
  display: inline-block;
}

.SAweb_schools .owl-carousel .item p a {
  font-weight: 800;
  font-size: 1.333rem;
  color: var(--colors);
}

.SAweb_schools .owl-carousel .item p a:hover {
  text-decoration: underline !important;
}

.SAweb_schools .owl-carousel .item p span a {
  font-size: 1.08rem;
  font-weight: 500;
  color: #0066cc;
}

.SAweb_schools .owl-carousel .item ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2rem;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

.SAweb_schools .owl-carousel .item ul li {
  font-weight: 500;
  font-size: 0.98rem;
  display: flex;
  align-items: center;
  color: var(--blackColor);
  padding: 1rem 2rem;
}

.SAweb_schools .owl-carousel .item ul li i {
  font-size: 1.25rem;
  width: 2rem;
  display: inline-block;
}

.SAweb_schools .owl-carousel .item ul li:last-child {
  font-weight: 800;
  border-top: 2px solid #cacaca;
}

.SAweb_amenities h2 {
  margin-bottom: 3rem;
}

.SAweb_amenities .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  width: 70%;
  margin: auto;
  padding-bottom: 3rem;
}

.SAweb_amenities .box .item {
  display: flex;
  align-items: center;
}

.SAweb_amenities .box img {
  margin-right: 1.5rem;
}

.SAweb_amenities .box span {
  font-size: 1.08rem;
  font-weight: 500;
}

.SAweb_amenities .box.box_second {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.SAweb_amenities .btn.modalBtn {
  display: block;
  margin: auto;
  margin-bottom: 2rem;
  background-color: transparent;
  color: var(--colors);
}

.SAweb_amenities .btn .bi.bi-plus {
  font-size: 1.8rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid var(--colors);
  display: flex;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.SAweb_amenities .btn .bi.bi-plus::before {
  font-weight: 700 !important;
}

.SAweb_modalPoup .modal-header .btn.close,
.SAweb_modalPoup .modal-content .btn.close {
  margin: 0px;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  opacity: 1;
  border: 0px;
  background-color: transparent;
  color: var(--colors);
}

.SAweb_modalPoup .btn.close .bi-x {
  font-size: 2.25rem;
  line-height: 1;
}

.SAweb_modalPoup .btn.close .bi-x::before {
  font-weight: 700 !important;
}

.SAweb_modalPoup .SAweb_amenities .box {
  width: 80%;
}

@media (min-width: 1200px) {
  .SAweb_updateUi #hero .carousel-indicators {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .SAweb_updateUi #hero .carousel-indicators {
    max-width: 1320px;
  }
}

/* screen 7 */

.SAweb_updateUi .singleBannerSA {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.SAweb_updateUi .singleBannerSA:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background: #00000040;
}

.SAweb_updateUi .singleBannerSA img {
  height: 100%;
  object-fit: cover;
}

.SAweb_updateUi .singleBannerSA h1 {
  color: var(--whiteColor);
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.SAweb-empireCity .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6rem;
  padding: 4rem 0px;
}

.SAweb-empireCity h2 {
  color: var(--blackColor);
  font-size: 2.7rem;
}

.SAweb-empireCity p {
  color: var(--blackColor);
  font-size: 1.6rem;
}

.SAweb_awardView {
  background-color: var(--blackColor);
}

.SAweb_awardView h2 {
  font-size: 1.08rem;
  font-weight: 700;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}

.SAweb_awardView .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10rem;
  width: 75%;
  margin: auto;
}

.SAweb_awardView .box .item {
  width: 75%;
  margin: auto;
}

.SAweb_awardView .box .image {
  position: relative;
  margin-bottom: 3rem;
}

.SAweb_awardView .box img {
  width: 10rem;
}

.SAweb_awardView .box h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.65rem !important;
  margin: 0px;
}

.SAweb_awardView .box h2 {
  font-size: 1.08rem;
  font-weight: 700;
  padding: 0px 1.5rem;
}

.SAweb_awardView .box p {
  font-size: 1.08rem;
  color: var(--whiteColor);
  font-weight: 300;
}

.SAweb_location .demographics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
  margin-top: 2rem;
}

.SAweb_location .demographics h4 {
  font-size: 1.33rem;
  font-weight: 700;
  color: var(--blackColor);
}

.SAweb_location .demographics p {
  font-size: 1.33rem;
  font-weight: 400;
  color: var(--blackColor);
}

.SAweb_featuredProperty .topHeaing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SAweb_featuredProperty .topHeaing button {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--secondaryColor);
  margin-bottom: 1rem;
  display: flex;
  background: #c1c1c130;
  padding: 5px 10px;
  border-radius: 0px;
  align-items: center;
}

.SAweb_featuredProperty .topHeaing button:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_featuredProperty .topHeaing button i {
  width: 2rem;
  height: 2rem;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  line-height: 1.9 !important;
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
  background-color: var(--blackBg);
  color: var(--whiteColor);
}

.SAweb_featuredProperty .topHeaing button:hover i {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_featuredProperty .topHeaing button i::before {
  font-weight: 700 !important;
}

.SAweb_featuredProperty .imageList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
}

.SAweb_featuredProperty .imageList h3,
.SAweb_featuredProperty .imageList_slider h3 {
  color: var(--blackColor);
  margin-top: 1.5rem;
  text-align: left;
}

.SAweb_featuredProperty .imageList p {
  font-size: 1.08rem;
}

.SAweb_featuredProperty .imageList_slider .item {
  cursor: pointer;
}

.SAweb_featuredProperty .imageList_slider .image {
  height: 23rem;
  width: 100%;
}

.SAweb_featuredProperty .imageList_slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.SAweb_featuredProperty .cityspinner {
  height: 25vh;
  display: flex;
  align-items: center;
  font-size: 30px;
}

.SAweb-weather {
  background: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/screen-7/clouds-sky.gif)
    no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 2rem 0px;
}

.SAweb-weather .overlay::after {
  content: "";
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.SAweb-weather .weatherCloud {
  padding: 1rem 0px 0px;
}

.SAweb-weather .container {
  position: relative;
  z-index: 9;
}
img.tech-app-store-btn {
  width: 9.5rem;
}

.SAweb-weather h3 {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.SAweb-weather .weatherCloud i {
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.2);
  font-size: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 2rem 0px;
}

.SAweb-weather .weatherCloud i::before {
  font-weight: 700;
}

.SAweb-weather .weatherCloud h4 {
  font-size: 1.333rem;
  font-weight: 700;
  margin: 0px;
  min-height: 3.5rem;
  margin-bottom: 3rem;
}

.SAweb-weather .weatherCloud .owl-carousel .owl-item img {
  width: 85px !important;
  height: auto;
}

.SAweb-weather .weatherCloud h4 span {
  font-size: 1.333rem;
  font-weight: 700;
  display: block;
}

.SAweb-weather .weatherCloud h5 {
  font-size: 1.333rem;
  font-weight: 500;
}

.SAweb-weather .weatherCloud p {
  font-size: 1.08rem;
  color: var(--whiteColor);
}

.SAweb_busniessTravelBanner {
  position: relative;
}

.SAweb_busniessTravelBanner .textView {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  width: 50%;
  padding: 7rem 4rem;
}

.SAweb_busniessTravelBanner .textView h1 {
  color: var(--whiteColor);
  white-space: pre-line;
  font-size: 4rem;
  position: relative;
  z-index: 99;
}

.SAweb_busniessTravelBanner .textView p {
  color: var(--whiteColor);
  font-size: 1.608rem;
  position: relative;
  z-index: 99;
  font-weight: 300;
  margin-right: 5rem;
}

.SAweb_busniessTravelBanner .textView .btn {
  position: relative;
  z-index: 99;
  padding: 1rem 1.5rem;
  border: 2px solid var(--whiteColor);
  background-color: var(--whiteColor);
  color: var(--colors);
  font-weight: 700;
}

.SAweb_busniessTravelBanner .textView .btn:hover {
  background-color: transparent;
  color: var(--whiteColor);
}

.SAweb_busniessTravelBannerBottom h2 {
  width: 75%;
  margin: auto;
  margin-top: 1.5rem;
}

.SAweb_busniessTravelBannerBottom p.p {
  width: 50%;
  margin: 1rem auto 2rem;
}

.SAweb_busniessTravelBannerBottom .box-tails {
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  grid-gap: 1rem;
  flex-wrap: wrap;
  width: 90%;
  margin: 4rem auto;
  height: 100%;
}

.SAweb_busniessTravelBannerBottom .box-tails .item {
  width: calc(25% - 1rem);
  background: #ffffff;
  height: 100%;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 17rem;
  justify-content: center;
}

.SAweb_busniessTravelBannerBottom .box-tails .image {
  margin-bottom: 1rem;
  height: 5rem;
}

.SAweb_busniessTravelBannerBottom .box-tails .image img {
  width: 5rem;
}

.SAweb_busniessTravelBannerBottom .box-tails p {
  font-size: 1.333rem;
  white-space: pre-line;
  font-weight: 700;
}

.SAweb_busniessTravelBannerBottom .btn {
  background-color: var(--colors);
  border: 2px solid var(--colors);
  color: var(--whiteColor);
  padding: 1rem 2rem;
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 0px;
  margin-bottom: 2rem;
}

.SAweb_busniessTravelBannerBottom .btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.SAweb_experienceBg {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_experienceBg .textView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.SAweb_updateUi .SAweb_busniessTravelBanner2 .container {
  width: 50%;
  margin: auto;
  padding: 5rem 0px;
}

.SAweb_busniessTravelBanner2 h2 {
  width: 75%;
  margin: auto;
  margin-top: 2rem;
}

.SAweb_busniessTravelBanner2 p {
  width: 75%;
  margin: auto;
  margin-top: 1rem;
}

.SAweb_busniessTravelService {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  padding: 5rem 3rem;
  background-color: var(--whiteColor);
}

.SAweb_busniessTravelService h3 {
  font-size: 2.67rem;
  position: relative;
  z-index: 99;
  margin-bottom: 1.5rem;
}

.SAweb_busniessTravelService p.p {
  position: relative;
  z-index: 99;
  font-weight: 400;
}

.SAweb_busniessTravelService .item {
  text-align: right;
}

.SAweb_busniessTravelService .item.textItem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-left: 10rem;
  width: 30rem;
  text-align: left;
}

.SAweb_busniessTravelService .item.textItem::after {
  background-color: var(--colors);
  content: "";
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100%;
}

.SAweb_busniessTravelService .item .pic {
  margin-right: -5rem;
  position: relative;
  z-index: 99;
  height: 40rem;
  overflow: hidden;
  margin-left: auto;
}

.SAweb_busniessTravelService .item img {
  width: 100%;
  object-fit: cover;
}

.SAweb_busniessTravelService.item2 .item.textItem {
  margin: auto;
  margin-right: 10rem;
  text-align: right;
}

.SAweb_busniessTravelService.item2 .item.textItem::after {
  right: auto;
  left: 0px;
}

.SAweb_busniessTravelService.item2 .item {
  text-align: left;
}

.SAweb_busniessTravelService.item2 .item .pic {
  margin-right: auto;
  margin-left: -5rem;
}

.SAweb_updateUi .headingWithButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SAweb_updateUi .SAweb_busniessTravelOurHotels h2.heaidngHalf {
  width: 50rem;
}

.SAweb_updateUi .SAweb_busniessTravelOurHotels p.p {
  font-weight: 400;
}

.SAweb_updateUi .SAweb_busniessTravelOurHotels .btn {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_updateUi .SAweb_busniessTravelOurHotels .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_busniessTravelOurHotels .boxTails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  margin-bottom: 3rem;
}

.SAweb_busniessTravelOurHotels .boxTails .pic {
  background-color: var(--lightBg);
  padding: 4rem;
  text-align: center;
}

.SAweb_busniessTravelOurHotels .boxTails img {
  width: 6rem;
}

.SAweb_busniessTravelOurHotels .boxTails .item {
  box-shadow: 0px 4px 3px #ebebeb;
}

.SAweb_updateUi .SAweb_busniessTravelOurHotels .container {
  width: 80%;
}

.SAweb_busniessTravelOurHotels .boxTails p {
  font-size: 1.2rem;
  margin-bottom: 0px;
  padding: 2rem;
  text-align: center;
}

.SAweb_busniessTravelBanner2 .boxTails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2rem;
  margin: 3rem 0;
}

.SAweb_busniessTravelBanner2 .boxTails p {
  width: 100%;
}

.SAweb_InternHousingBanner {
  background-color: var(--colors);
  padding-top: 10rem;
}

.SAweb_InternHousingBanner h2 {
  width: 40rem;
  margin: auto;
}

.SAweb_InternHousingBanner .box .item .avery450 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, black, transparent);
  padding: 35px 20px 20px;
  width: 100%;
  margin: 0;
}

.SAweb_InternHousingBanner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  color: var(--whiteColor);
  margin: 5rem 0;
}

.SAweb_InternHousingBanner .box .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.SAweb_InternHousingBanner .box p {
  color: var(--whiteColor);
  font-weight: 400;
}

.SAweb_InternHousingBanner .boxTails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2rem;
  padding-top: 4rem;
  margin-bottom: 3rem;
}

.SAweb_InternHousingBanner .boxTails .item {
  text-align: center;
  margin-bottom: 4rem;
}

.SAweb_InternHousingBanner .boxTails .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  margin: auto;
}

.SAweb_InternHousingBanner .boxTails .pic img {
  width: 4rem;
}

.SAweb_InternHousingBanner .boxTails p {
  color: var(--whiteColor);
  padding: 1rem 0;
  width: 85%;
  margin: auto;
  white-space: pre-line;
}

.SAweb_InternHousingBanner .btn {
  margin-bottom: 4rem;
}

.SAweb_InternHousingPics .picTails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
  margin: 6rem 0 3rem;
}

.SAweb_InternHousingPics .picTails img {
  width: 100%;
}

.SAweb_InternHousingPics .picTails h3 {
  font-weight: 800;
  padding: 1rem 0;
}

.SAweb_InternHousingPics .btn {
  background-color: var(--colors);
  border: 2px solid var(--colors);
  color: var(--whiteColor);
  padding: 1rem 2rem;
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 0px;
  margin-bottom: 4rem;
}

.SAweb_InternHousingPics .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_techBanner .textView {
  width: calc(100% - 60rem);
  position: relative;
  z-index: 9;
}

.SAweb_techBanner {
  /* background: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/technology/banner.jpg) no-repeat center center ; */
  /* min-height: 100vh; */
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-color: #f3f2f3;
}

.SAweb_techBanner .SAweb_techBannerVideo {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.SAweb_techBanner .SAweb_techBannerVideo video {
  position: absolute;
  top: 0px;
  right: -7.5rem;
  width: 65rem;
  height: 100%;
}

.SAweb_techBanner .container {
  height: 100%;
}

.SAweb_techBanner .textView h1 {
  white-space: pre-line;
  font-size: 2.75rem;
}

.SAweb_techBanner .textView p {
  font-weight: 500;
}

.SAweb_techBanner .textView .btn {
  background-color: var(--colors);
  color: var(--whiteColor);
  padding: 0.85rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
  border: 2px solid var(--colors);
}

.SAweb_techBanner .textView .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_tachBest {
  background-color: var(--colors);
  padding: 5rem 0;
}

.SAweb_tachBest .tails {
  padding: 10rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7rem;
  color: var(--whiteColor);
  text-align: center;
}

.SAweb_tachBest .tails img {
  margin-bottom: 3.5rem;
  width: 75px;
}

.SAweb_tachBest .tails h3 {
  font-weight: 500;
  white-space: pre-line;
  min-height: 5.3rem;
  width: 25rem;
  margin: auto;
}

.SAweb_tachBest .tails p {
  color: var(--whiteColor);
  width: 75%;
  margin: auto;
  font-weight: 300;
}

.SAweb_tachEnables {
  padding: 5rem 0px 0px;
}

.SAweb_tachEnables .headings {
  width: 60%;
  margin: auto;
  text-align: center;
}

.SAweb_tachEnables .tails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12%;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
}

.min-height-3 {
  min-height: 7rem;
}

img.footer-logo {
  width: 9.25rem;
}
img.guest-app-store-btn {
  width: 8.6rem;
  margin-bottom: 20px;
}

.SAweb_tachEnables .tails .item {
  width: 100%;
}

.SAweb_tachEnables .tails .item h3 {
  font-weight: 800;
}

.SAweb_tachSecureCompliant .tails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-column-gap: 1rem;
}

.SAweb_tachSecureCompliant .tails .item:first-child {
  width: 40rem;
  margin: auto;
}

.SAweb_tachSecureCompliant .tails .pic {
  background-color: var(--colors);
  padding: 4rem;
  height: 50rem;
}

.SAweb_tachSecureCompliant .tails .pic img {
  height: 100%;
  object-fit: cover;
}

.SAweb_tachmadeEasy {
  background-color: var(--colors);
  padding-top: 5rem;
}

.SAweb_tachmadeEasy h2 {
  white-space: pre-line;
  color: var(--whiteColor);
}

.SAweb_tachmadeEasyImageSpace {
  height: 22rem;
}

.SAweb_tachmadeEasy2 {
  transform: translateY(-48%);
}

.SAweb_tachmadeEasy2 .tails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
}

.SAweb_tachmadeEasy2 .tails img {
  width: 100%;
}

.SAweb_tachmadeEasy2 .tails .textView {
  background-color: var(--whiteColor);
  padding: 2rem 1.5rem;
  margin-top: 5px;
}

.SAweb_tachmadeMadeEasy h2 {
  white-space: pre-line;
  text-align: left;
}

.SAweb_tachmadeMadeEasy .item {
  display: flex;
  text-align: left;
  align-items: center;
  padding-bottom: 1rem;
}

.SAweb_tachmadeMadeEasy .container {
  margin: 5rem auto;
}

.SAweb_tachmadeMadeEasy .item .pic {
  margin-right: 5rem;
}

.SAweb_tachmadeMadeEasy .item .pic img {
  width: 5.2rem;
  max-width: initial;
}

.SAweb_tachInternal {
  position: relative;
}

.SAweb_tachInternal::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 45%;
  width: 100%;
  background-color: var(--colors);
}

.SAweb_tachInternal h2 {
  text-align: center;
  margin: 4rem 0;
}

.SAweb_tachInternal .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
  margin-bottom: 5rem;
}

.SAweb_tachInternal .box .item {
  text-align: center;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: var(--whiteColor);
  padding: 3rem;
  z-index: 9;
}

.SAweb_tachInternal .box .image {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_tachInternal .box .image img {
  width: 6.5rem;
}

.SAweb_tachInternal .box h2 {
  color: var(--colors);
  font-size: 2.65rem;
  margin-bottom: 1.5rem;
  white-space: pre-line;
}

.SAweb_tachInternal .box p {
  color: var(--colors);
}

.SAweb_tectChapplogo {
  padding: 6rem 0;
  background-color: var(--colors);
}

.SAweb_tectChapplogo h3 {
  white-space: pre-line;
  margin-bottom: 0;
  margin-top: 1.5rem;
  color: var(--whiteColor);
}

.SAweb_gHousingBanner {
  background: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/gHousing/banner.jpg)
    no-repeat center center;
  min-height: 80vh;
  width: 100%;
  background-size: cover;
}

.SAweb_gHousingBanner .textView {
  display: flex;
  height: 70vh;
  justify-content: flex-start;
  align-items: flex-end;
}

.SAweb_gHousingBanner .textView img {
  width: 300px;
}

.SAweb_gHousingBannerBottom {
  background-color: var(--colors);
}

.SAweb_gHousingBannerBottom .container {
  padding: 8rem 0;
}

.SAweb_gHousingBannerBottom h2 {
  color: var(--whiteColor);
  font-size: 3rem;
}

.SAweb_updateUi .SAweb_gHousingBannerBottom p.p {
  color: var(--whiteColor);
  font-weight: 400;
  width: 90%;
}

.SAweb_ghousingUltimate {
  padding: 5rem 0;
  border-bottom: 1px solid var(--colors);
}

.SAweb_topheadingWithArrrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SAweb_topheadingWithArrrow .btn {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--secondaryColor);
  margin-bottom: 1rem;
  display: flex;
  background: #c1c1c130;
  padding: 5px 10px;
  border-radius: 0px;
  align-items: center;
}

.SAweb_topheadingWithArrrow .btn .bi-chevron-right {
  width: 2rem;
  height: 2rem;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  line-height: 1.9 !important;
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.SAweb_topheadingWithArrrow .btn .bi-chevron-right::before {
  font-weight: 700 !important;
}

.SAweb_topheadingWithArrrow .btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.SAweb_topheadingWithArrrow .btn:hover .bi-chevron-right {
  background: #fff;
  color: #000000;
}

.SAweb_ghousingLocations {
  padding: 5rem 0;
}

.SAweb_ghousingLocations .tailsBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.2rem;
}

.SAweb_ghousingLocations .tailsBox p {
  color: var(--blackColor);
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0px;
}

.SAweb_ghousingLocations .tailsBox span {
  color: var(--blackColor);
  font-size: 1.08rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
  display: block;
}

.SAweb_ghousingLocations .tailsBox .pic {
  height: 27rem;
}

.SAweb_ghousingLocations .tailsBox .pic img {
  height: 100%;
  object-fit: cover;
}

.SAweb_ghousingBillingSlider {
  padding: 5rem 0;
}

.SAweb_ghousingBillingSlider h3 {
  margin-bottom: 1.5rem;
}

.SAweb_updateUi .billingSlider .owl-nav button {
  background-color: #000000 !important;
}

.SAweb_updateUi .billingSlider .owl-nav {
  margin-top: 1rem;
}

.SAweb_updateUi .billingSlider .owl-nav button i {
  color: var(--whiteColor);
  line-height: 1;
}

.SAweb_updateUi .billingSlider .owl-nav button.disabled {
  background-color: #787878 !important;
  border: 2px solid #787878 !important;
  display: inline-flex;
}

.SAweb_gHousingGuestExpc {
  border-top: 1px solid var(--colors);
}

.SAweb_gHousingGuestExpc h2 {
  font-size: 2.675rem;
}

.SAweb_gHousingGuestExpc .row .col-sm-6:first-child > div {
  width: 75%;
}

.SAweb_gHousingGuestExpc .tailBox .item {
  display: flex;
  margin: 5rem 0px;
  align-items: center;
}

.SAweb_gHousingGuestExpc .tailBox .item img {
  width: 80px;
  margin-right: 3rem;
}

.SAweb_gHousingGuestExpc .tailBox .item h3 {
  font-weight: 500;
}

.SAweb_gHousingGuestExpc.ghPage .rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0rem;
  width: 75rem;
  margin: auto;
}

.SAweb_gHousingGuestExpc.ghPage .rows .col-sm-6.col-main {
  width: 100%;
}

.SAweb_gHousingGuestExpc.ghPage .rows .col-sm-6.col-main:first-child {
  grid-column: 1 / span 2;
  width: 35rem;
}

.SAweb_ghousingCaseStudies {
  margin: 4rem 0px;
}

.SAweb_ghousingCaseStudies .row {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.SAweb_ghousingCaseStudies h3 {
  font-weight: 800;
  margin-bottom: 2rem;
}

.SAweb_ghousingCaseStudies h4 {
  font-size: 1.875rem;
  font-weight: 700;
}

.SAweb_gHousingheaderHere .row {
  padding: 6rem 0;
}

.SAweb_gHousingheaderHere .logoBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.SAweb_gHousingheaderHere .logoBox .item img {
  width: 135px;
}

.SAweb_gHousingheaderHere h2 {
  font-size: 2.75rem;
}

.SAweb_gHousingGuestExpc.SAweb_aboutUs {
  border: 0px;
}

.SAweb_amenities.secondPage {
  background-color: var(--colors);
}

.SAweb_amenities.secondPage h2 {
  color: var(--whiteColor);
  padding-top: 4rem;
}

.SAweb_amenities.secondPage .box {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.SAweb_amenities.secondPage .box span {
  color: var(--whiteColor);
}

.SAweb_amenities.secondPage .btn .bi.bi-plus {
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}

.SAweb_selectDrop select {
  background-color: var(--whiteColor);
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/down-arrow.svg) !important;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--colors);
  border-radius: 0px;
  line-height: 1.2;
  width: 100%;
}

.SAweb_selectDrop select::-ms-expand {
  display: none;
}

.SAweb_updateUi .tt-select {
  position: relative;
  text-align: left;
}

.SAweb_updateUi .tt-select select {
  display: none;
}

.SAweb_updateUi .select-selected,
.SAweb_updateUi .SAweb_selectDrop .ant-select-selection {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8) !important;
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 600;
  padding: 0.6rem 2.25rem 0.6rem 0.8rem;
  line-height: 1.2;
  border: 1px solid var(--colors);
  min-width: 20rem;
  border-radius: 0px;
  height: 45px;
}

.SAweb_updateUi .select-selected:before {
  position: absolute;
  content: "";
  top: 1px;
  right: 3px;
  width: 30px;
  bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/down-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
  transition: all 0.3s;
}

.SAweb_updateUi .select-selected.select-arrow-active:before {
  transform: rotate(180deg);
}

.SAweb_updateUi .select-items div {
  color: var(--colors);
  padding: 8px 16px;
  padding-right: 35px;
  cursor: pointer;
}

.SAweb_updateUi .select-items {
  position: absolute;
  background-color: var(--whiteColor);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.SAweb_updateUi .select-hide {
  display: none;
}

.SAweb_updateUi .select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.SAweb_selectDropBtn.btn {
  padding: 0.75rem 2rem;
  color: var(--whiteColor);
  background-color: var(--colors);
  border: 2px solid var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 0px;
  line-height: 1.2;
}

.SAweb_selectDropBtn.btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_selectDrop.min-width {
  min-width: 10rem;
}

.SAweb_searchCom .col-auto {
  flex: 0 0 auto;
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.SAweb_searchCom .col-auto .form-group {
  margin-bottom: 0;
}

.SAweb_searchResults {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-top: 1.25rem;
}

.SAweb_searchResults .form-group {
  display: flex;
  align-items: center;
}

.SAweb_searchResults h4 {
  font-size: 1.608rem;
  color: var(--colors);
  font-weight: 800;
  margin-bottom: 0px;
}

.SAweb_searchResults .form-group label {
  font-size: 1.08rem;
  font-weight: 700;
  white-space: nowrap;
}

.SAweb_searchResults .form-group select {
  min-width: 10rem;
}

.SAweb_searchResultsItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.SAweb_searchResultsItems .pic {
  position: relative;
  height: 230px;
}

.SAweb_searchResultsItems .pic img {
  height: 100%;
  object-fit: fill;
}

.SAweb_searchResultsItems .pic .btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--colors);
  background-color: var(--whiteColor);
  border-radius: 0px;
  border: 2px solid var(--whiteColor);
  padding: 0.25rem 0.75rem;
}

.SAweb_searchResultsItems .pic .btn:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_searchResultsItems .textView {
  background-color: var(--whiteColor);
  padding: 1rem;
  box-shadow: 0 0.5rem 1rem #dfdfdf;
}

.SAweb_searchResultsItems .textView h4 {
  font-size: 1.08rem;
  font-weight: 500;
}

.SAweb_searchResultsItems .textView h4 a {
  font-size: 1.08rem;
  font-weight: 800;
}

.SAweb_searchResultsItems .textView h4 a:hover {
  text-decoration: underline !important;
}

.btn.SAweb_loadMoreBtn {
  background-color: transparent !important;
  border: 0px !important;
  color: var(--colors) !important;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0rem;
}

.btn.SAweb_loadMoreBtn .bi-plus::before {
  font-weight: 700 !important;
  position: relative;
  top: 2px;
}

.SAweb_searchResultsItems .textView ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SAweb_searchResultsItems .textView ul li {
  font-size: 0.8rem;
  font-weight: 600;
  background-color: var(--lightBg);
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 3rem;
}

.SAweb_searchResultsItems .textView p {
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.SAweb_searchResultsItems .textView p a {
  font-size: 0.95rem;
  font-weight: 600;
  background-color: var(--colors);
  color: var(--whiteColor);
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--colors);
  width: 100%;
  text-align: center;
}

.SAweb_searchResultsItems .textView p a:hover {
  background-color: transparent;
  color: var(--colors);
}

.SAweb_updateUi #sideQuote {
  width: 30rem;
  position: fixed;
  top: 0;
  right: -30rem;
  height: 100vh;
  z-index: 1032;
  background: var(--whiteColor);
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.SAweb_updateUi #sideQuote.active {
  right: 0;
}

.SAweb_updateUi #sideQuote .quoteHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 2px solid var(--colors);
}

.SAweb_updateUi #sideQuote .quoteHeading .bi-x {
  margin-right: -0.75rem;
}

.SAweb_updateUi #sideQuote h4 {
  color: var(--colors);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
}

.SAweb_updateUi #sideQuote #dismiss i {
  cursor: pointer;
  color: var(--colors);
  font-size: 2.5rem;
  line-height: 1;
}

.SAweb_updateUi #sideQuote .formQuote {
  padding: 1.5rem 2rem;
}

.SAweb_updateUi #sideQuote .formQuote .btn-group {
  width: 100%;
  margin-bottom: 1.5rem;
}

.SAweb_updateUi #sideQuote .formQuote .btn {
  background-color: var(--lightBg);
  color: var(--colors);
  border-radius: 0px;
  font-size: 0.85rem;
  font-weight: 600;
  width: 50%;
  padding: 0.8rem 1rem;
  border: 0px;
}

.SAweb_updateUi #sideQuote .formQuote .btn.active,
.SAweb_updateUi #sideQuote .formQuote .btn:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_updateUi .floating-label-group label.floating-label {
  color: var(--colors);
  padding: 0.5rem 1rem;
  top: 5px;
  font-size: 1.08rem;
  font-weight: 500;
}

.SAweb_updateUi #sideQuote .formQuote .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.SAweb_updateUi #sideQuote .formQuote label.form-control {
  box-shadow: none;
  outline: 0px;
  border-color: var(--colors);
  border-radius: 0px;
  padding: 0.96rem 2rem 1rem 0.8rem;
  height: auto;
  line-height: 1.2;
  font-weight: 500;
  color: var(--colors);
  font-size: 1.08rem;
  font-family: var(--fontFamily);
}

.SAweb_updateUi .floating-label-group .form-control {
  box-shadow: none;
  outline: 0px;
  border-color: var(--colors);
  border-radius: 0px;
  padding: 0.9rem 2rem 0.8rem 0.8rem;
  height: auto;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--blackColor);
  font-family: var(--fontFamily);
}
.SAweb_updateUi #sideQuote .floating-label-group select.form-control {
  box-shadow: none;
  outline: 0px;
  border-color: var(--colors);
  border-radius: 0px;
  padding: 0.9rem 2rem 0.8rem 0.8rem;
  height: auto;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--blackColor);
  font-family: var(--fontFamily);
}

.SAweb_updateUi #sideQuote .formQuote .phone {
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
}

.SAweb_updateUi .phone .floating-label-group .floating-label {
  left: 52px;
}

.requestPlaceHolder ::-webkit-input-placeholder {
  /* Edge */
  color: var(--colors);
  font-weight: 500;
  font-size: 1.08rem;
  font-family: var(--fontFamily);
}

.requestPlaceHolder :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--colors);
  font-weight: 500;
  font-size: 1.08rem;
  font-family: var(--fontFamily);
}

.requestPlaceHolder ::placeholder {
  color: var(--colors);
  font-weight: 500;
  font-size: 1.08rem;
  font-family: var(--fontFamily);
}

.SAweb_selectDrop
  .ant-select-selection--multiple
  .ant-select-selection__placeholder {
  color: var(--colors);
  font-weight: 500;
  font-size: 1.08rem;
  font-family: var(--fontFamily);
}

.SAweb_selectDrop
  .ant-select-selection--multiple
  .ant-select-selection__choice__content {
  font-family: var(--fontFamily);
  font-weight: 500;
}

.no-placeholder ::-webkit-input-placeholder {
  /* Edge */
  display: none;
}

.no-placeholder :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  display: none;
}

.no-placeholder::placeholder {
  display: none;
}

.SAweb_updateUi #sideQuote .phone .SAweb_selectDrop.min-width {
  min-width: initial;
}

.SAweb_updateUi #sideQuote .formQuote .phone .floating-label-group {
  grid-column: 2/5;
}

.SAweb_updateUi #sideQuote .formQuote .input-group.guestCount {
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0px;
  width: 9rem;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.SAweb_updateUi #sideQuote .formQuote .input-group.guestCount input {
  margin: auto;
  display: block;
  flex: auto;
  border: 0;
  text-align: center;
  padding: 0px;
  font-size: 1.08rem;
  font-weight: 600;
  height: 94%;
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: none;
}

.SAweb_updateUi #sideQuote .formQuote .btn.btn-number {
  height: 100%;
  background: transparent !important;
  border: 0px;
  font-size: 2rem;
  line-height: 1;
  padding: 0px;
  color: var(--blackColor);
  opacity: 1;
}

.SAweb_updateUi #sideQuote .formQuote .datesView {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}

.SAweb_updateUi #sideQuote .react-datepicker-wrapper {
  width: 100%;
}

.SAweb_updateUi #sideQuote .react-datepicker__input-container {
  width: 100%;
}

.SAweb_updateUi #sideQuote .intl-tel-input .country-list .country-name,
.SAweb_updateUi #sideQuote .intl-tel-input .country-list .country .dial-code {
  color: var(--colors);
  font-size: 1.08rem;
}

.intl-tel-input .country-list {
  width: 100%;
  min-width: 26rem;
}

.SAweb_updateUi #sideQuote .formQuote form .btn {
  background-color: var(--colors);
  color: var(--whiteColor);
  border: 2px solid var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
  padding: 0.6rem 1.5rem;
}

.SAweb_updateUi #sideQuote .formQuote form .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_updateUi .overlay.sideQuote {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1031;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.SAweb_updateUi .overlay.sideQuote.active {
  display: block;
  opacity: 1;
}

.SAweb_updateUi .floating-label-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.SAweb_updateUi .floating-label-group .floating-label {
  position: absolute;
  pointer-events: none;
  transition: all 0.1s ease;
}

.SAweb_updateUi .floating-label-group input:focus ~ .floating-label,
.SAweb_updateUi
  .floating-label-group
  input:not(:focus):valid
  ~ .floating-label {
  bottom: 0px;
  opacity: 1;
  top: -5px;
  left: -2px;
  font-weight: 800;
  font-size: 0.75rem;
  color: #555555;
}

.SAweb_updateUi #sideQuote .SAweb_selectDrop select {
  height: 100%;
  width: 100%;
  padding-top: 0.96rem;
  padding-bottom: 1rem;
}

.SAweb_updateUi #sideQuote-header {
  width: 20rem;
  position: fixed;
  top: 0;
  right: -20rem;
  height: 100vh;
  z-index: 1032;
  background: var(--whiteColor);
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.SAweb_updateUi #sideQuote-header.active {
  right: 0px;
  width: 20.5rem;
}

.SAweb_updateUi #sideQuote-header #dismiss i {
  cursor: pointer;
  color: var(--colors);
  font-size: 2.5rem;
  line-height: 1;
}

.SAweb_updateUi #sideQuote-header #dismiss a {
  display: block;
}

.SAweb_updateUi #sideQuote-header ul {
  padding: 3rem;
  padding-left: 1rem;
}

.SAweb_updateUi #sideQuote-header ul li a {
  color: var(--colors);
  font-size: 1.2rem;
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.SAweb_updateUi #sideQuote-header ul li a:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_updateUi #sideQuote-header ul li:last-child a {
  border: 0px;
}

.SAweb_updateUi .sideQuote_footer {
  position: absolute;
  bottom: 15px;
  left: 1.5rem;
  right: 1.5rem;
}

.SAweb_updateUi .sideQuote_footer img {
  width: 85%;
}

.SAweb_updateUi #sideQuote-header .sideQuote_footer ul {
  padding: 0px;
  padding-top: 1.5rem;
}

.SAweb_updateUi #sideQuote-header .sideQuote_footer ul li {
  color: var(--colors);
  font-size: 1.2rem;
  padding: 0.5rem 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.SAweb_aboutUsBanner {
  background-color: var(--colors);
  color: var(--whiteColor);
  text-align: center;
  padding: 6rem 0;
}

.SAweb_aboutUsBanner h1.line {
  overflow: hidden;
  text-align: center;
}

.SAweb_aboutUsBanner h1.line:before,
.SAweb_aboutUsBanner h1.line:after {
  background-color: var(--whiteColor);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.SAweb_aboutUsBanner h1.line:before {
  right: 0.5em;
  margin-left: -50%;
}

.SAweb_aboutUsBanner h1.line:after {
  left: 0.5em;
  margin-right: -50%;
}

.SAweb_aboutUsBanner h3 {
  font-weight: 500;
  width: 35rem;
  margin: auto;
}

.SAweb_aboutUsBanner .textView {
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--whiteColor);
  padding: 5rem;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.SAweb_aboutUsBanner .textView h2 {
  width: max(280px, 70vw);
  margin: auto;
  font-weight: 700;
}

.SAweb_aboutUsBannerBottom {
  margin: 4rem 0;
}

.SAweb_aboutUsBannerBottom .tailBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  /* padding: 5rem 3rem; */
  padding: 5rem 0;
}

.SAweb_aboutUsBannerBottom .tailBox .item {
  background-color: var(--whiteColor);
}

.SAweb_aboutUsBannerBottom .tailBox .item.text {
  margin: 5rem 0;
  padding: 5rem;
  margin-right: -11rem;
  position: relative;
}

.SAweb_aboutUsBannerBottom .tailBox.tailBox2 .item.text {
  margin-left: -8rem;
  margin-right: auto;
}

.SAweb_aboutUsBannerBottom .tailBox .item .pic {
  height: 47rem;
  overflow: hidden;
}

.SAweb_aboutUsBannerBottom .tailBox .item:last-child .pic {
  height: 100%;
}

.SAweb_aboutUsBannerBottom .tailBox .item .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.SAweb_aboutUsBannerBottom .tailBox h3 {
  font-size: 2.666rem;
  width: 80%;
}

.SAweb_aboutUsBannerBottom .container.SAweb_container {
  margin: auto;
  margin-left: 0px;
  padding: 0px;
}

.SAweb_aboutUsOurMission {
  padding: 3rem 0;
}

.SAweb_aboutUsOurMission .container {
  background-color: var(--colors);
}

.SAweb_aboutUsOurMission .mainDiv {
  padding: 5rem 0;
  text-align: center;
  color: var(--whiteColor);
  width: 80%;
  margin: auto;
}

.SAweb_aboutUsOurMission h2 {
  font-size: 2.66rem;
  font-weight: 600;
  border-bottom: 1px solid var(--whiteColor);
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

.SAweb_aboutUsOurMission p.p {
  color: var(--whiteColor);
  width: 65%;
  font-weight: 300;
  margin: auto;
}

.SAweb_gHousingGuestExpc.SAweb_aboutUs .tailBox p.p {
  width: 50%;
  margin-bottom: 0px;
}

.SAweb_gHousingGuestExpc.SAweb_aboutUs .row .col-sm-6:first-child > div {
  width: 90%;
}

.SAweb_gHousingGuestExpc.SAweb_aboutUs h2 {
  width: 75%;
}

.SAweb_aboutUsWhatMakes {
  background-color: var(--colors);
  color: var(--whiteColor);
  padding-top: 5rem;
  text-align: center;
}

.SAweb_aboutUsWhatMakes h2 {
  font-size: 2.666rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.SAweb_aboutUsWhatMakes .tailBox {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--whiteColor);
  margin-top: 3rem;
  padding: 3rem 0;
}

.SAweb_aboutUsWhatMakes .tailBox .item {
  width: 11rem;
  margin: 0 4rem;
  text-align: center;
}

.SAweb_aboutUsWhatMakes .tailBox .pic {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  margin: auto;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 50%;
}

.SAweb_aboutUsWhatMakes .tailBox p {
  color: var(--whiteColor);
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1.2;
}

.SAweb_aboutUsWhatMakes .tailBox p span {
  font-size: 1rem;
  font-weight: 200;
  width: 70%;
  display: inline-block;
}

.SAweb_aboutUsAwards {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/aboutUS/awads_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3rem 0;
  background: #323232;
}

.SAweb_aboutUsAwards .container {
  background-color: #323232;
  color: var(--whiteColor);
  text-align: center;
  padding: 4rem 2rem;
}

.SAweb_aboutUsAwards .container p {
  color: var(--whiteColor);
  width: 75%;
  margin: auto;
  font-weight: 300;
  margin-bottom: 2rem;
}

.SAweb_aboutUsAwards .box {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  text-align: left;
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}

.SAweb_aboutUsAwards .box .item {
  width: 35rem;
}

.SAweb_aboutUsAwards .box .item:last-child {
  display: flex;
  justify-content: flex-end;
}

.SAweb_aboutUsAwards .box .item:last-child ul {
  width: auto;
}

.SAweb_aboutUsAwards .box ul {
  width: 100%;
}

.SAweb_aboutUsAwards .box ul li {
  font-weight: 300;
  font-size: 1.08rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.SAweb_aboutUsAwards .box ul li span {
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.5;
}

.SAweb_aboutUsAwards .box ul li span.quote {
  font-size: 3.5rem;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-right: 1rem;
  width: 5rem;
  justify-content: center;
  min-width: 5rem;
}

.SAweb_aboutUsAwards .box ul li span.quote.f-child {
  font-size: 4.05rem;
}

.SAweb_aboutUsAwards .box ul li span svg {
  fill: #ffffff;
  position: relative;
  top: 4px;
}

.SAweb_aboutUsAwards .box ul li b {
  font-weight: 800;
  font-size: 1.08rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.SAweb_aboutUsAwards .box ul li b span {
  font-weight: 800;
  font-size: 1.08rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: block;
}

.SAweb_aboutUsWhatMakes .btn {
  margin-bottom: 3rem;
}

.SAweb_aboutUsWhatMakes .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_aboutUsImageOverlap {
  padding: 5rem 0;
}

.SAweb_aboutUsImageOverlap .tailBox {
  display: flex;
  align-items: center;
  width: 85%;
}

.SAweb_aboutUsImageOverlap .tailBox .item {
  width: 40%;
  background-color: var(--whiteColor);
}

.SAweb_aboutUsImageOverlap .tailBox .item.text {
  padding: 3rem 5rem;
  margin-left: -10%;
  width: 60%;
  padding-right: 6rem;
}

.SAweb_aboutUsImageOverlap .tailBox h3 {
  font-size: 2.666rem;
  width: 80%;
}

.SAweb_aboutUsWorkWithus {
  padding: 5rem 0;
}

.SAweb_aboutUsWorkWithus h3 {
  font-size: 2.666rem;
}

.SAweb_aboutUsWorkWithus .col-md-5 {
  padding-right: 11%;
  margin-bottom: 2rem;
}

.SAweb_aboutUsWorkWithus .btn {
  margin-top: 2.5rem;
}

.SAwebHeadingButton .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SAwebHeadingButton .box h3 {
  width: 100%;
  font-weight: 800;
}

.SAweb_aboutUsLeaderShip {
  background-color: var(--colors);
  color: var(--whiteColor);
  padding: 5rem 0;
  text-align: center;
}

.SAweb_aboutUsLeaderShip h3 {
  border-bottom: 1px solid var(--whiteColor);
  padding-bottom: 5rem;
}

.SAweb_aboutUsLeaderShip .tailBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.SAweb_aboutUsLeaderShip .tailBox .item {
  width: 25%;
  padding: 2rem 2rem 1rem;
}

.SAweb_aboutUsLeaderShip .tailBox .pic {
  background: #eeeeee;
  width: 13rem;
  height: 13rem;
  margin: auto;
}

.SAweb_aboutUsLeaderShip .tailBox img {
  width: 100%;
}

.SAweb_aboutUsLeaderShip .tailBox h5 {
  font-weight: 800;
  font-size: 1.333rem;
}

.SAweb_aboutUsLeaderShip .tailBox h6 {
  font-size: 1.07rem;
  margin-bottom: 0;
  font-weight: 500;
  width: max(210px, 70%);
  margin: 0 auto;
  padding: 0 2rem;
}

.SAweb_aboutUsLeaderShip .tailBox .textView {
  background: #ffffff;
  transform: translateY(-30%);
  color: #000;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.SAweb_aboutUsCorporateLocations {
  padding: 4rem 0;
  text-align: center;
}

.SAweb_aboutUsCorporateLocations h3 {
  border-bottom: 2px solid var(--colors);
  padding-bottom: 3rem;
}

.SAweb_aboutUsCorporateLocations .tailBox {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-column-gap: 14%;
  margin-top: 3rem;
  justify-content: center;
}

.SAweb_aboutUsCorporateLocations .tailBox.items-3 {
  grid-template-columns: repeat(3, 1fr);
}

.SAweb_aboutUsCorporateLocations .tailBox .item {
  text-align: left;
  width: 100%;
  margin-bottom: 2rem;
}

.SAweb_aboutUsCorporateLocations .tailBox h4 {
  font-size: 1.333rem;
  font-weight: 800;
}

.SAweb_aboutUsCorporateLocations .tailBox li {
  font-size: 1.333rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.SAweb_aboutUsCorporateLocations .accordion-button {
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid var(--colors);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: auto;
}

.SAweb_aboutUsCorporateLocations .accordion-button::after {
  margin: auto;
}

.SAweb_guesrExpBanner {
  display: flex;
}

.SAweb_guesrExpBanner .textView {
  background-color: var(--colors);
  width: 35%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.SAweb_guesrExpBanner .textView h2 {
  color: var(--whiteColor);
}

.SAweb_guesrExpBanner .textView p {
  color: var(--whiteColor);
}

.SAweb_guesrExpBanner .textView .btn {
  color: var(--color);
  background-color: var(--whiteColor);
  margin-right: auto;
  font-size: 1.07rem;
  font-weight: 600;
  border-radius: 0px;
  border: 2px solid var(--whiteColor);
  padding: 0.85rem 1.5rem;
  margin-top: 2rem;
}

.SAweb_guesrExpBanner .textView .btn:hover {
  background-color: var(--color);
  color: var(--whiteColor);
}

.SAweb_guesrExpBanner .bannerSection {
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.SAweb_guesrExpBanner .flex-slide {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.SAweb_guesrExpBanner .flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}

.SAweb_guesrExpBanner .home {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/guest-experience/lake-macquarie-71208_1920.jpeg);
  background-size: cover;
  background-position: center center;
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }

  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

.SAweb_guesrExpBanner .flex-about-home {
  opacity: 0;
}

.SAweb_guesrExpBanner .about {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/guest-experience/beach-2089959_1280.jpeg);
  background-size: cover;
  background-position: center center;
}

.SAweb_guesrExpBanner .work {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/guest-experience/forest-208517_1280.jpeg);
  background-size: cover;
  background-position: center center;
}

.SAweb_guesrExpBannerBottom {
  margin: 4rem 0;
  text-align: center;
}

.SAweb_guesrExpBannerBottom .imageOnText {
  position: relative;
  text-align: center;
  padding-top: 3rem;
}

.SAweb_guesrExpBannerBottom .imageOnText img {
  width: 52rem;
}

.SAweb_guesrExpBannerBottom .imageOnText .textView {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: auto;
}

.SAweb_guesrExpBannerBottom p {
  width: 52rem;
  margin: auto;
  text-align: center;
  padding: 2rem;
}

.SAweb_guesrExpBannerBottom p.p.b {
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 0;
}

.SAweb_guesrExpBannerBottom .tails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.SAweb_guesrExpBannerBottom .tails .item {
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
}

.SAweb_guesrExpBannerBottom .tails .item .pic {
  width: 80px;
  min-width: 80px;
  position: relative;
  height: 70px;
}

.SAweb_guesrExpBannerBottom .tails .item .pic svg {
  width: 85px;
  margin: auto;
  margin-top: -10px;
  height: auto;
  display: none;
}

.SAweb_guesrExpBannerBottom .tails.aos-animate .item .pic svg {
  display: block;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.SAweb_guesrExpBannerBottom .tails .animated-check path {
  fill: none;
  stroke: #1c1c1c;
  stroke-width: 3;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: draw 1s 0.5s ease-in-out forwards;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.SAweb_guesrExpBannerBottom .tails .item .pic img {
  width: 100%;
}

.SAweb_guesrExpBannerBottom .tails .item p {
  width: auto;
  font-size: 1.2rem;
  text-align: left;
  padding-top: 0;
  margin: auto;
  margin-top: 0;
}

.SAweb_guesrExpBannerBottom .tails .item p span {
  font-weight: 800;
  font-size: 1.333rem;
  color: var(--colors);
  display: block;
}

.SAweb_guestExpExpectations {
  background-color: var(--whiteColor);
  padding: 5rem 0;
}

.SAweb_chInfo.SAweb_guestExp {
  padding-bottom: 5rem;
}

.SAweb_guestExpExpectations h2 {
  width: 75%;
}

.SAweb_guestExpExpectations .tailBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem 2rem;
}

.SAweb_guestExpExpectations .tailBox .pic {
  background-color: #eeeeee;
  margin-bottom: 1.5rem;
  height: 17rem;
}

.SAweb_guestExpExpectations .tailBox .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SAweb_guestExpExpectations .tailBox h4 {
  font-size: 1.333rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.SAweb_guestExpExpectations .tailBox p {
  margin-bottom: 0;
  font-weight: 500;
}

.SAweb_guestExpTech {
  background-color: var(--colors);
  padding-left: 5%;
  display: flex;
  align-items: center;
  color: var(--whiteColor);
}

.SAweb_guestExpTech .item h2 {
  width: 30rem;
}

.SAweb_guestExpTech .item:first-child {
  width: 40%;
  padding-right: 2rem;
}

.SAweb_guestExpTech .item:last-child {
  width: 60%;
}

.SAweb_updateUi .SAweb_guestExpTech p {
  color: var(--whiteColor);
  font-weight: 400;
}

.SAweb_guestExpCustomSearch {
  background-color: var(--colors);
  color: var(--whiteColor);
  padding: 7.5rem 2rem;
}

.SAweb_updateUi .SAweb_guestExpCustomSearch p.p {
  color: var(--whiteColor);
  font-weight: 300;
}

.SAweb_updateUi .SAweb_guestExpCustomSearch p {
  color: var(--whiteColor);
}

.SAweb_guestExpCustomSearch p b {
  font-weight: 700;
}

.SAweb_guestExpCustomSearch .btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  padding: 0.85rem 1.5rem;
  font-size: 1.07rem;
  font-weight: 600;
  margin-top: 1rem;
  border: 2px solid var(--whiteColor);
}

.SAweb_guestExpCustomSearch .btn:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_guestExpCustomSearch .item {
  position: relative;
  padding-left: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.SAweb_guestExpCustomSearch .item:nth-of-type(even) {
  justify-content: flex-end;
}

.SAweb_guestExpCustomSearch .item > div {
  width: 18rem;
}

.SAweb_guestExpCustomSearch .item h4 {
  font-size: 1.608rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.SAweb_guestExpCustomSearch .item p {
  line-height: 1.2;
  position: relative;
  font-weight: 300;
}

.SAweb_guestExpCustomSearch .item span {
  color: #333333;
  font-size: 10rem;
  line-height: 1;
  font-weight: 900;
  margin-right: -1rem;
}

.SAweb_guestExpCustomSearch .item:first-child span {
  margin-right: -0.7rem;
}

.SAweb_guestExpSlider h2 {
  width: 32rem;
}

.SAweb_guestExpSlider .bi-quote-image {
  position: absolute;
  top: -3rem;
  line-height: 1;
  left: 0rem;
}

.SAweb_guestExpSlider .caption .bi-quote-image:last-child {
  bottom: -3rem;
  top: auto;
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.SAweb_Sliderdots .owl-theme .owl-dots {
  text-align: right;
  margin-top: 1rem;
}

.SAweb_Sliderdots .owl-theme .owl-dots button span,
.SAweb_Sliderdots .owl-theme .owl-dots .owl-dot span {
  box-sizing: content-box;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #000;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  display: block;
  border-radius: 50%;
}

.SAweb_Sliderdots .owl-theme .owl-dots button.active span,
.SAweb_Sliderdots .owl-theme .owl-dots .owl-dot.active span {
  border-radius: 40px;
  width: 25px;
  opacity: 1;
  background-color: #000;
}

.SAweb_guestExpSlider .SAweb_owl-slider2 .owl-carousel .owl-item .item {
  background-color: var(--whiteColor);
  color: var(--color);
  padding: 2rem;
  min-height: 510px;
  position: relative;
  margin: 3rem 1rem;
  padding-top: 6rem;
}

.SAweb_guestExpSlider .owl-carousel h1 {
  font-size: 1.38rem;
  color: var(--blackColor);
  font-weight: 800;
}

.SAweb_guestExpSlider .owl-carousel p {
  color: var(--color);
  font-weight: 500;
  min-height: 15rem;
}

.SAweb_guestExpSlider .owl-carousel h3 {
  color: var(--color);
}

.SAweb_guestExpSlider .owl-carousel i.bi.bi-quote {
  position: absolute;
  top: -3rem;
  line-height: 1;
  left: 0rem;
}

.SAweb_guestExpSlider .owl-carousel i.bi.bi-quote::before {
  color: var(--blackColor);
}

.SAweb_guestExpSlider .item .caption i.bi.bi-quote:last-child {
  position: absolute;
  bottom: -3rem;
  right: 0;
  transform: rotate(180deg);
}

.SAweb_aboutUsCorporateLocations .accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png);
  background-size: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-position: center;
}

.SAweb_aboutUsCorporateLocations .accordion .card h2:hover {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/arrow56-512-white.png);
  background-color: var(--blackColor);
}

.SAweb_aboutUsCorporateLocations .accordion .card h2.collapsed {
  transform: rotate(-180deg);
}

.SAweb_aboutUsCorporateLocations .accordion .card h2 {
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid var(--colors);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: auto;
}

.SAweb_updateUi .owl-carousel.owl-drag .owl-item {
  max-width: initial;
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-scrollable {
  height: 97vh;
}

.modal-dialog.modal-lg-SAweb {
  width: 95%;
}

.SAweb_modalPoup .modal-header {
  border: 0px;
}

.SAweb_guestLoginBanner {
  background: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/guestLoginBanner.jpg)
    no-repeat center center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background-size: 101%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-position-x: -3px; */
}

.SAweb_guestLoginBanner .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.SAweb_guestLoginBanner .loginForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: auto;
  text-align: center;
}

.SAweb_guestLoginBanner .loginForm h2 {
  font-weight: 700;
}

.SAweb_guestLoginBanner .loginForm .btn {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  border: 2px solid var(--blackColor);
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 0px;
  width: 16rem;
  padding: 0.75rem 2rem;
  margin: 1rem 0 2rem;
}

.SAweb_guestLoginBanner .loginForm .btn:hover {
  background-color: transparent;
  color: var(--blackColor);
}

.SAweb_guestLoginBanner .loginForm .item {
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--blackColor);
  padding: 4rem;
  height: 100%;
}

.SAweb_guestLoginBanner .loginForm .item input {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 2px solid var(--blackColor);
  border-radius: 0px;
  box-shadow: none;
  color: var(--blackColor);
  padding: 0px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 5rem 0px 3rem 0;
  height: 2.5rem;
}

.SAweb_guestLoginBanner .loginForm .item2 {
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--whiteColor);
  padding: 4rem;
}

.SAweb_guestLoginBanner .loginForm .item2 p {
  color: var(--whiteColor);
  margin: 3rem 0px 5rem 0;
  height: 2.5rem;
  font-weight: 400;
}

.SAweb_guestLoginBanner .loginForm .item2 .btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border-color: var(--whiteColor);
}

.SAweb_guestLoginBanner .loginForm .item2 .btn:hover {
  background-color: transparent;
  color: var(--whiteColor);
}

.SAweb_sliderBottomArrows .owl-buttons {
  margin-top: 3.5rem;
}

.sliderButtonsCenter .owl-buttons {
  text-align: center;
}

.SAweb_sliderBottomArrows .owl-buttons .owl-next,
.SAweb_sliderBottomArrows .owl-buttons .owl-prev {
  position: static;
  width: 2rem;
  height: 2rem;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  line-height: 1.9 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.SAweb_sliderBottomArrows .owl-buttons .owl-next i,
.SAweb_sliderBottomArrows .owl-buttons .owl-prev i {
  font-size: 1rem;
  color: var(--blackColor);
  line-height: 1;
  position: static;
}

.SAweb_sliderBottomArrows .owl-buttons .owl-prev {
  margin-right: 1.5rem;
}

.billingSlider .owl-buttons .owl-next,
.billingSlider .owl-buttons .owl-prev {
  background-color: var(--blackColor);
}

.billingSlider .owl-buttons .owl-next i,
.billingSlider .owl-buttons .owl-prev i {
  color: var(--whiteColor);
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .warapperDiv {
  position: relative;
  z-index: 99;
  padding: 0 15px;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay {
  position: relative;
  border: 0px;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .col-sm-7 > div {
  width: 75%;
  margin: auto;
  padding-right: 9rem;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 58.333%;
  height: 100%;
  background-color: var(--colors);
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay h2 {
  color: var(--whiteColor);
  width: 90%;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay p {
  color: var(--whiteColor);
  font-weight: 300;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .btn {
  color: var(--whiteColor);
  margin-top: 1rem;
  border: 2px solid var(--whiteColor);
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .btn:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .tailBox {
  width: 80%;
  margin: auto;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .tailBox .item {
  margin-left: 3rem;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .tailBox p {
  color: var(--colors);
  font-weight: 400;
  margin-bottom: 0;
}

.SAweb_gHousingGuestExpc.SAweb_homeYourStay .tailBox h3 {
  font-weight: 600;
}

.SAwebFullModalScreen {
  padding: 0 !important;
}

.SAwebFullModalScreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.SAwebFullModalScreen .modal-content {
  height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  padding-top: 60px;
}

.SAwebFullModalScreen .modal-body {
  height: 100%;
}

.SAweb_closeBtn {
  height: 2rem;
  width: 2rem;
  margin: auto;
  margin-right: 0px;
  border: 2px solid var(--blackColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  opacity: 1;
  float: inherit;
  background-color: transparent;
}

.SAweb_closeBtn i {
  font-size: 1.4rem;
  line-height: 1;
}

.SAweb_closeBtn i::before {
  font-weight: 700 !important;
}

.SAweb_onlyButton {
  padding: 20px 15px;
  text-align: right;
  position: absolute;
  top: 0px;
  width: 100%;
}

.SAweb_timeLineView {
  border: 2px solid #cccccc;
  border-right: 0px;
  border-left: 0px;
  height: 100%;
  overflow-y: scroll;
}

.SAweb_timeLineView .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.SAweb_timeLineView .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #cccccc;
  left: 13%;
}

.SAweb_timeLineView .timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.SAweb_timeLineView .timeline > li:before,
.SAweb_timeLineView .timeline > li:after {
  content: " ";
  display: table;
}

.SAweb_timeLineView .timeline > li:after {
  clear: both;
}

.SAweb_timeLineView .timeline > li:before {
  content: " ";
  display: table;
  position: absolute;
  top: 5px;
  left: 13%;
  transform: translateX(-6px);
  background-color: white;
  border: 2px solid #cccccc;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.SAweb_timeLineView .timeline > li > .timeline-panel {
  width: 50%;
  left: 15%;
  margin-top: 60px;
  border-radius: 2px;
  padding: 0;
  position: relative;
  text-align: center;
}

.SAweb_timeLineView .timeline > li > .timeline-panel .pic {
  margin-bottom: 1rem;
}

.SAweb_timeLineView .timeline > li > .timeline-panel .pic img {
  width: 100%;
}

.SAweb_timeLineView .timeline > li > .timeline-panel p {
  width: 70%;
  margin: auto;
  font-weight: 600;
  margin-bottom: 3rem;
}

.SAweb_timeLineView .timeline > li > .timeline-badge {
  font-size: 2.15rem;
  color: #fff;
  width: 11.75rem;
  padding: 1.25rem 1.5rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  top: 40px;
  left: 13%;
  transform: translateX(-50%);
  background-color: var(--blackColor);
  z-index: 100;
  font-weight: 800;
}

.SAweb_privacyPolicyBanner {
  position: relative;
  background-color: var(--whiteColor);
}

.SAweb_privacyPolicyBanner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  margin: 0px;
  border-bottom: 1px solid #000000;
}

.SAweb_privacyPolicyTabs .box {
  display: flex;
}

.SAweb_privacyPolicyTabs .box .item1 {
  min-width: 20rem;
  width: 20rem;
}

.SAweb_privacyPolicyTabs ul.nav-tabs {
  padding: 5rem 0;
  border-bottom: none;
  border-right: 1px solid var(--colors);
}

.SAweb_privacyPolicyTabs ul.nav-tabs li {
  float: initial;
}

.SAweb_privacyPolicyTabs ul.nav-tabs li a {
  font-size: 1.333rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0px;
  padding-bottom: 1rem;
}

.SAweb_privacyPolicyTabs ul.nav-tabs li a i {
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  margin-right: 1.5rem;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f9f9f;
  font-size: 1.5rem;
}

.SAweb_privacyPolicyTabs ul.nav-tabs li a:hover {
  background-color: transparent;
  font-weight: 700;
}

.SAweb_privacyPolicyTabs ul.nav-tabs li a:hover i {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_privacyPolicyTabs ul.nav-tabs li.active > a,
.SAweb_privacyPolicyTabs ul.nav-tabs li.active > a:hover,
.SAweb_privacyPolicyTabs ul.nav-tabs li.active > a:focus {
  border: 0px;
  font-weight: 700;
}

.SAweb_privacyPolicyTabs ul.nav-tabs li.active > a i,
.SAweb_privacyPolicyTabs ul.nav-tabs li.active > a:hover i,
.SAweb_privacyPolicyTabs ul.nav-tabs li.active > a:focus i {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_privacyPolicyTabs .tab-content {
  padding: 5rem 2rem;
  font-size: 1.333rem;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
}

.SAweb_privacyPolicyTabs .tab-content .tab-pane {
  font-family: var(--fontFamily);
  font-size: 1.333rem;
  color: var(--colors);
}

.SAweb_privacyPolicyTabs .tab-content b {
  font-weight: 700;
  font-size: 1.333rem;
}

.SAweb_privacyPolicyTabs .tabDefinitionsView {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  text-align: center;
}

.SAweb_privacyPolicyTabs .tabDefinitionsView .item {
  padding: 0.75rem;
}

.SAweb_privacyPolicyTabs .tabDefinitionsView i {
  font-size: 4rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_privacyPolicyTabs .tabDefinitionsView i.fa {
  font-size: 3rem;
}

.SAweb_privacyPolicyTabs .tab-content h2 {
  font-size: 2.75rem;
  font-weight: 700;
}

.SAweb_privacyPolicyTabs .tab-content h4 {
  font-size: 2rem;
  font-weight: 700;
}

.SAweb_privacyPolicyTabs .tab-content h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

.SAweb_privacyPolicyTabs .tab-content ul {
  padding-left: 4rem;
  margin-bottom: 2rem;
}

.SAweb_privacyPolicyTabs .tab-content ul li {
  font-weight: 500;
  font-size: 1.333rem;
  color: var(--colors);
  list-style-type: disc;
}

.SAweb_privacyPolicyTabs .tab-content ul li b {
  font-weight: 800;
}

.SAweb_privacyPolicyTabs .tab-content a {
  color: #0087ff;
  font-weight: 500;
  font-size: 1.333rem;
}

.SAweb_contactUs {
  text-align: center;
  padding: 6rem 0;
  width: 100%;
}

.SAweb_contactUs h2 {
  line-height: 1;
}

.SAweb_contactUs p {
  padding: 2rem 0;
  font-weight: 700;
}

.SAweb_contactUs p i {
  margin-right: 0.35rem;
}

.SAweb_contactUs form {
  background-color: var(--lightBg);
  width: 47rem;
  margin: auto;
  padding: 4rem 8rem;
  text-align: left;
}

.SAweb_contactUs form .btn {
  background-color: var(--colors);
  color: var(--whiteColor);
  border: 2px solid var(--colors);
  font-size: 1.18rem;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
}

.SAweb_contactUs form .btn:hover {
  background-color: transparent;
  color: var(--colors);
}

.SAweb_contactUs form textarea.form-control {
  resize: both;
}

.SAweb_leaderShipPage {
  background-color: var(--whiteColor);
  color: var(--color);
  text-align: center;
  padding: 7rem 0;
}

.SAweb_updateUi .SAweb_leaderShipPage h2{
  font-weight: 700;
}
.SAweb_updateUi .SAweb_leaderShipPage p{
  font-size: 18px;
  font-weight: 400;
  max-width: 650px;
  margin: auto;
}
.SAweb_updateUi .SAweb_leaderShipPage h3{
  font-size: 30px;
  font-weight: 800;
}

.SAweb_leaderShipPage .tails {
  margin: 5rem auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
}

.SAweb_leaderShipPage .tails .item {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.SAweb_leaderShipPage .tails .pic {
  width: 14rem;
  height: 14rem;
  background-color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}


.SAweb_leaderShipPage .pic .extraPicsize {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SAweb_leaderShipPage .pic .extraPicsize {
  margin-top: 5px;
}

.SAweb_leaderShipPage .tails h5 {
  font-size: 1.333rem;
  font-weight: 700;
  margin: 0px;
}

.SAweb_leaderShipPage .tails span {
  font-size: 1.1rem;
  font-weight: 200;
  display: inline-block;
}

span.abt-me {
  color: #45a1f0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer;
}

.SAweb_contactUs form h3.error {
  color: red;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #ff000015;
  padding: 1rem 1.5rem;
}

.SAweb_contactUs form h3.success {
  color: #2b9b08;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #2b9b0815;
  padding: 1rem 1.5rem;
}

.SAweb_updateUi .form-control.validation {
  border-color: red !important;
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/error-Icon.svg);
  background-repeat: no-repeat;
  background-size: 1.75rem;
  background-position: center;
  background-position-x: calc(100% - 1rem);
}

.phColor ::-webkit-input-placeholder {
  /* Edge */
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
}

.phColor :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
}

.phColor ::placeholder {
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
}

.loginForm .phColor ::-webkit-input-placeholder {
  font-size: 1.33rem;
}

.loginForm .phColor :-ms-input-placeholder {
  font-size: 1.33rem;
}

.loginForm .phColor ::placeholder {
  font-size: 1.33rem;
}

.SAweb_salogosbanner {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_salogosbanner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10rem;
  padding: 10rem 0;
}

.SAweb_salogosbanner .box img {
  width: 30rem;
}

.SAweb_salogosbanner .box h3 {
  text-align: right;
  width: 28rem;
  margin: auto;
  margin-right: 0;
  font-weight: 300;
}

.SAweb-salogosExperience {
  padding-bottom: 5rem;
}

.SAweb-salogosExperience h1 {
  font-size: 3.75rem;
  margin: 5rem 0;
}

.SAweb-salogosExperience .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10rem;
  text-align: right;
}

.SAweb-salogosExperience .box .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.SAweb-salogosExperience .box .item:last-child img {
  width: 25rem;
}

.SAweb_salogosText {
  padding: 6rem 0;
}

.SAweb_salogosText h3 {
  font-weight: 400;
  width: 75%;
  margin: auto;
  padding-bottom: 1.5rem;
  font-size: 1.9rem;
  text-align: center;
}

.SAweb_salogosServiceEx {
  background-color: var(--colors);
}

.SAweb_salogosServiceEx h3 {
  font-weight: 300;
  width: 75%;
  margin: 3.5rem auto;
  color: var(--whiteColor);
  text-align: center;
}

.SAweb_salogosServiceEx .pic {
  border-bottom: 3px solid var(--whiteColor);
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 3rem;
}

.SAweb_salogosServiceEx .pic img {
  padding: 0 10rem;
}

.SAweb_salogsIterations .owl-carousel.owl-drag .owl-item .item {
  padding: 5px;
}

.SAweb_salogsIterations .owl-carousel.owl-drag .owl-item .caption {
  box-shadow: 0px 5px 10px #dfdfdf;
  padding: 22px;
  margin: 0px;
  margin-bottom: 5px;
  /* margin-top: 11px; */
  border-radius: 10px;
  height: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SAweb_salogsIterations {
  border-bottom: 2px solid var(--colors);
}

.SAweb_salogsIterations h3 {
  font-weight: 400;
  text-align: center;
}

.SAweb_salogsIterations .owl-slider .owl-dots {
  text-align: right;
  margin-top: 1rem;
}

.SAweb_salogsIterations .owl-slider .owl-dots .owl-dot.active span {
  border-radius: 40px;
  width: 25px;
  opacity: 1;
}

.SAweb_salogsIterations .owl-slider .owl-dots .owl-dot span {
  box-sizing: content-box;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #000000 !important;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  display: block;
  border-radius: 50%;
}

.SAweb_updateUi .SAweb_salogsIterations h2.h2_rotate {
  font-size: 4.5rem;
}

.SAweb_updateUi a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}

.SAweb_updateUi a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.SAweb_updateUi .gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.SAweb_updateUi .gmnoprint div {
  background: none !important;
}

.SAweb_salogosVideo {
  background-color: var(--whiteColor);
  padding: 4rem 0;
}

.SAweb_salogosVideo .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SAweb_salogosVideo .box .item {
  width: 50%;
}

.SAweb_salogosVideo .box video {
  width: 60%;
  border: 3px solid #cccccc;
}

.SAweb_salogosVideo .box p {
  padding-left: 2.5rem;
}

.SAwebredesigLogoblack {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAwebredesigLogoblack h4 {
  font-size: 2.666rem;
  margin: 6rem 0;
  padding: 0 8rem;
  position: relative;
  text-align: center;
}

.SAwebredesigLogoblack h4 span {
  font-size: 2.666rem;
  display: block;
  margin-top: 20px;
}

.SAwebredesigLogoblack h4::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 25px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 0px;
}

.SAwebredesigLogoblack h4::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 25px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 0px;
}

.SAweb_salogos_equation {
  padding: 6rem 0;
  text-align: center;
}

.SAweb_salogos_equation img {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 4.5rem;
}

.SAweb_salogos_multiLogos {
  padding: 5rem 0;
  text-align: center;
}

.SAweb_salogos_multiLogos img.gifImage {
  width: 60rem;
  display: block;
  margin: 3rem auto;
  border: 2px solid var(--lightBg);
}

.SAweb_salogos_multiLogos h4.line {
  overflow: hidden;
  margin: 5rem 0;
}

.SAweb_salogos_multiLogos h4.line span {
  font-size: 3.2rem;
  font-weight: 800;
  width: 50rem;
  margin: auto;
  display: inline-block;
}

.SAweb_salogos_multiLogos h4.line:before,
.SAweb_salogos_multiLogos h4.line:after {
  background-color: var(--colors);
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  top: -4.3rem;
  width: 50%;
}

.SAweb_salogos_multiLogos h4.line:before {
  right: 0.5em;
  margin-left: -50%;
}

.SAweb_salogos_multiLogos h4.line:after {
  left: 0.5em;
  margin-right: -50%;
}

.logosSections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: var(--colors);
}

.logosSections .item {
  padding: 5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.logosSections .item.bg-item {
  background-color: var(--lightBg);
}

.SAweb_salogo_lineImage {
  overflow: hidden;
  text-align: center;
  padding: 5rem 0;
  background-color: var(--whiteColor);
}

.SAweb_salogo_lineImage:before,
.SAweb_salogo_lineImage:after {
  background-color: var(--colors);
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50%;
  vertical-align: middle;
}

.SAweb_salogo_lineImage:before {
  right: 0.5em;
  margin-left: -50%;
}

.SAweb_salogo_lineImage:after {
  left: 0.5em;
  margin-right: -50%;
}

.SAweb_salogos_tails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.SAweb_salogos_tails .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.SAweb_salogos_tails img {
  width: 100%;
}

.SAweb_salogos_tails .dotsLogo img {
  width: auto;
}

.SAweb_salogosStepsbystep {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--colors);
  padding: 6rem;
}

.SAweb_salogosStepsbystep .item {
  width: 50%;
  text-align: center;
}

.SAwebredesigLogoblack.clrChnage h4 {
  color: var(--colors);
  font-weight: 500;
  font-size: 2.15rem;
}

.SAwebredesigLogoblack.clrChnage h4::before,
.SAwebredesigLogoblack.clrChnage h4::after {
  border-color: var(--colors);
}

.SAweb_pdBanner .image-gallery-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.SAweb_pdBanner .image-gallery-slide-wrapper {
  grid-column: 1/4;
  width: 100%;
}

.SAweb_pdBanner .image-gallery-thumbnails-wrapper {
  width: 100%;
}

.SAweb_pdBanner .image-gallery-thumbnail {
  height: auto;
  width: 100%;
}

.SAweb_pdBanner .image-gallery {
  min-height: 25rem;
}

.SAweb_pdBanner .image-gallery-slides {
  height: auto;
}

.SAweb_neighbourhood .tab-content .tabsView {
  padding: 4.5rem;
}

.SAweb_neighbourhood .tab-content .tabsView h3 {
  margin-bottom: 3rem;
}

.SAweb_neighbourhood .tab-content .tabsView input {
  width: 100%;
  background-color: #edededcc;
  color: var(--colors);
  font-size: 1.4rem;
  display: block;
  padding: 1.75rem 2rem;
  border: 0px;
  font-weight: 500;
}

.SAweb_neighbourhood .tabsView .view-btns {
  display: flex;
}

.SAweb_neighbourhood .tabsView .view-btns .btn {
  background-color: var(--colors);
  color: var(--whiteColor);
  padding: 0.6rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem;
  margin-top: 1.2rem;
  border: 2px solid var(--colors);
}

.SAweb_neighbourhood .tabsView .view-btns .btn:hover {
  background-color: transparent;
  color: var(--colors);
}

.SAweb_neighbourhood .tabsView #dvDistance h4 {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--colors);
  margin-bottom: 1.5rem;
}

.SAweb_neighbourhood .tabsView #dvDistance p {
  font-weight: 500;
  font-size: 1.333rem;
  color: var(--colors);
}

.SAweb_careerPageBanner {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/Career/banner.jpg);
  background-repeat: no-repeat;
  background-position-x: bottom;
  background-size: cover;
  height: 85vh;
  display: flex;
  align-items: center;
}

.SAweb_careerPageBanner .box {
  width: 30rem;
}

.SAweb_careerPageBanner h1 {
  color: var(--whiteColor);
}

.SAweb_careerPageBanner .box p.p {
  color: var(--whiteColor);
  font-weight: 400;
}

.SAweb_carrerOurGoals .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  margin: 4.5rem 0;
}

.SAweb_carrerOurGoals .box h2 {
  margin-bottom: 1.5rem;
  text-align: left;
}

.SAweb_carrerOurGoals .box img {
  width: 90%;
}

.SAweb_carrerOurGoals .box h4 {
  font-size: 1.608rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.SAweb_carrerOurGoals .box .items {
  background-color: var(--whiteColor);
  padding: 2rem;
  margin-bottom: 2rem;
}

.SAweb_carrerOurGoals .box .items p {
  margin-bottom: 0;
}

.SAweb_carrerWorkingSA h2 {
  margin-bottom: 1.5rem;
}

.SAweb_carrerWorkingSA {
  background-color: var(--colors);
  text-align: center;
  color: var(--whiteColor);
  padding: 5rem 0;
}

.SAweb_carrerWorkingSA p.p {
  color: var(--whiteColor);
  font-weight: 400;
  width: 45rem;
  margin: auto;
}

.SAweb_carrerWorkingSA .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  margin-top: 6rem;
}

.SAweb_carrerWorkingSA .box .item {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 4rem;
}

.SAweb_carrerWorkingSA .box .pic {
  min-width: 7rem;
  width: 7rem;
  height: 7rem;
  margin-right: 2rem;
  background-color: var(--whiteColor);
}

.SAweb_carrerWorkingSA .box h4 {
  font-size: 1.608rem;
  font-weight: 700;
}

.SAweb_carrerWorkingSA .box p {
  color: var(--whiteColor);
  width: 25rem;
  font-weight: 300;
  margin-bottom: 0;
}

.SAweb_carrerCurrentJob {
  margin: 5rem 0;
}

.SAweb_carrerCurrentJob .container h2 {
  font-size: 2.666rem;
}

.SAweb_carrerCurrentJob p.p {
  width: 38rem;
  margin-bottom: 0px;
}

.SAweb_carrerCurrentJob .inputFileds {
  display: flex;
  margin: 3rem 0;
}

.SAweb_carrerCurrentJob .inputFileds .form-group {
  width: 12rem;
  margin-right: 1rem;
  margin-bottom: 0px;
}

.SAweb_carrerCurrentJob .resutls ul.view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.SAweb_carrerCurrentJob .resutls ul.view li {
  font-size: 1.608rem;
  font-weight: 700;
}

.SAweb_carrerCurrentJob .resutls ul.view li span {
  font-size: 1.333rem;
  font-weight: 400;
  display: block;
}

.SAweb_scoreView .box .wlakScoreView {
  position: relative;
  display: flex;
}

.SAweb_scoreView .box .wlakScoreView .score_view {
  width: 80px;
  margin-right: 1rem;
}

.SAweb_scoreView .box .wlakScoreView .pic {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SAweb_scoreView .box .wlakScoreView .ant-progress-inner {
  height: 80px !important;
  width: 80px !important;
  position: static;
}

.SAweb_scoreView .box .wlakScoreView path.ant-progress-circle-trail {
  stroke: #ebebeb !important;
  stroke-width: 4px;
}

.SAweb_scoreView .box .wlakScoreView path.ant-progress-circle-path {
  stroke: var(--colors) !important;
  stroke-width: 4px;
}

.SAweb_scoreView .box .wlakScoreView span.ant-progress-text {
  position: absolute;
  top: calc(50% - 10px);
  margin: auto;
  text-align: left;
  font-size: 2.08rem;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 800;
  right: auto;
  left: 122px;
  width: 60px;
  color: #000000;
}

.SAweb_scoreView .box .wlakScoreView p {
  margin: auto;
  text-align: left;
  position: static;
  width: auto;
  padding-top: 25px;
}

.Saweb_MorePhotosPopup .modal-content {
  max-width: 800px;
  width: 800px;
  min-height: 500px;
}

.Saweb_MorePhotosSlider {
  padding: 3rem;
  padding-top: 1rem;
}

.Saweb_MorePhotosSlider .owl-carousel .item {
  height: 400px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.Saweb_MorePhotosSlider .owl-carousel .item img {
  height: 100%;
  object-fit: fill;
}

.Saweb_MorePhotosSlider .owl-buttons .owl-next,
.Saweb_MorePhotosSlider .owl-buttons .owl-prev {
  top: 42%;
  cursor: pointer;
}

.SAweb_container_searchPage {
  padding-right: 15px;
  padding-left: 30px;
}

.SAweb_container_searchPage:last-child {
  border-top: 2px solid #cccccc;
  margin-top: 1.5rem;
}

.SAweb_searchCom .inputSearch input.form-control {
  color: var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  border: 1px solid var(--colors);
  border-radius: 0px;
  line-height: 1.2;
  width: 100%;
  height: 45px;
}

.SAweb_searchCom .searchBtns {
  display: flex;
}

.SAweb_searchCom .searchBtns .btn {
  padding: 0.75rem 2rem;
  color: var(--whiteColor);
  background-color: var(--colors);
  border: 2px solid var(--colors);
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 0px;
  line-height: 1.2;
  width: auto;
  margin: 0px;
  height: 45px;
}

.SAweb_searchCom .searchBtns .btn:hover {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.SAweb_searchCom .searchBtns .btn:last-child {
  margin-left: 1.5rem;
}

.SAweb_searchCom .inputSearch .col-auto:first-child {
  width: 25rem;
}

.SAweb_searchCom .searchboxTails {
  display: flex;
}

.SAweb_searchCom .searchboxTails .items {
  width: 100%;
}

.SAweb_searchCom .searchboxTails .items:first-child {
  width: 730px;
  min-width: 730px;
  padding-right: 30px;
}

.SAweb_searchCom .lc_map {
  height: 80vh;
}

.SAweb_searchCom .lc_map .map-alignment {
  height: auto;
}

.SAweb_searchResultsItems {
  max-height: calc(80vh - 6.6rem);
  overflow: auto;
  margin-bottom: 10px;
}

.SAweb_searchCom .loadMoreLoader.btn span {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
}

.SAweb_insurancePageBanner {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/insurance/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  width: 100%;
  color: var(--whiteColor);
  position: relative;
}

.SAweb_insurancePageBanner img {
  width: 100%;
  height: 100%;
}

.SAweb_insurancePageBanner .textView {
  /* position: absolute; */
  left: 0px;
  width: 47rem;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  top: auto;
  padding: 3rem;
  bottom: 45%;
  transform: translateY(50%);
}

.SAweb_insurancePageBanner .textView::after {
  content: "";
  position: absolute;
  left: 0px;
  background-color: red;
}

.SAweb_insurancePageBanner .textView h1 {
  color: var(--whiteColor);
}

.SAweb_insurancePageBanner .textView h3 {
  color: var(--whiteColor);
  font-weight: 400;
  margin: 1.2rem 0;
}

.SAweb_insurancePageBanner .textView p.p {
  color: var(--whiteColor);
  font-weight: 400;
}

.SAweb_insuranceSolutions .tails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10rem;
  margin: 4rem 0;
  align-items: center;
}

.SAweb_insuranceSolutions .tails .item:first-child {
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
}

.SAweb_insuranceSolutions .tails .item:last-child {
  width: 85%;
}

.SAweb_insuranceSolutions .tails h2 {
  margin-bottom: 2.2rem;
}

.SAweb_insuranceSolutions .tails .item p:last-child {
  margin-bottom: 0;
}

.SAweb_insuranceSolutions .tails .pic.top {
  grid-column: 1 / span 4;
  grid-row: 1 / span 6;
}

.SAweb_insuranceSolutions .tails .pic.bottom {
  grid-column: 4 / span 6;
  grid-row: 5 / span 3;
}

.SAweb_insuranceWeCanHelp h2 {
  padding: 2rem 0;
  border-bottom: 2px solid var(--colors);
  border-top: 2px solid var(--colors);
  text-align: center;
}

.SAweb_insuranceWeCanHelp .tails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  padding: 3rem 0 4rem;
}

.SAweb_insuranceWeCanHelp .tails .item {
  background-color: var(--whiteColor);
  padding: 2rem;
}

.SAweb_insuranceWeCanHelp .tails .item h3 {
  margin-bottom: 1.5rem;
}

.SAweb_insuranceWeCanHelp .tails ul li {
  font-size: 1.5rem;
  color: var(--colors);
  font-weight: 400;
  margin-bottom: 1.2rem;
  padding-right: 3rem;
}

.SAweb_insuranceWeCanHelp .tails ul li span {
  font-size: 1.5rem;
  color: var(--colors);
  font-weight: 800;
  margin-right: 6px;
}

.SAweb_insuranceBottomText {
  background-color: var(--colors);
  color: var(--whiteColor);
  padding: 4rem 0 2rem;
}

.SAweb_insuranceBottomText h3 {
  text-align: center;
  width: 35rem;
  margin: auto;
  font-weight: 600;
}

.SAweb_spotlightCitiesBanner {
  background-image: url(https://suiteam-website.s3.us-west-1.amazonaws.com/new/images/spotlightcities/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 85vh;
  width: 100%;
  color: var(--whiteColor);
  position: relative;
}

.SAweb_spotlightCitiesBanner .textView {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.SAweb_spotlightCitiesBanner p.p {
  color: var(--whiteColor);
  width: 45rem;
  font-weight: 400;
}

.SAweb_spotlightCitiesBanner .SAweb_selectDrop select {
  height: 4rem;
  padding-left: 1.25rem;
}

.SAweb_spotlightCitiesBanner .form-group {
  margin-bottom: 0px;
}

.SAweb_spotlightCitiesBanner .col-auto {
  margin-right: 1rem;
}

.SAweb_spotlightCitiesBanner .SAweb_selectDropBtn.btn {
  height: 4rem;
  width: 10rem;
}

.SAweb_spotlightCitiesGridView {
  padding: 5rem 0;
}

.Saweb_spotLightheadingBorder {
  border-top: 5px solid #dcdcdc;
  position: relative;
}

.Saweb_spotLightheadingBorder::after {
  content: "";
  height: 5px;
  top: -5px;
  left: 0px;
  width: 220px;
  background-color: var(--colors);
  position: absolute;
  display: none;
}

.SAweb_spotlightCitiesGridView h2 {
  margin: 4rem 0 2rem;
  font-size: 2.5rem;
  text-align: left !important;
}

.SAweb_spotlightCitiesGridView .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 2rem;
}

.SAweb_spotlightCitiesGridView .heading p {
  font-weight: 700;
}

.SAweb_spotlightCitiesGridView .heading ul {
  display: flex;
}

.SAweb_spotlightCitiesGridView .heading .btn {
  background-color: var(--lightBg);
  color: var(--colors);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.SAweb_spotlightCitiesGridView .heading .btn i {
  font-size: 1.5rem;
  margin-right: 10px;
  line-height: 1;
}

.SAweb_spotlightCitiesGridView .heading .btn i::before {
  font-weight: 700 !important;
}

.SAweb_spotlightCitiesGridView .heading .btn.active {
  background-color: var(--colors);
  color: var(--whiteColor);
}

.SAweb_spotlightCitiesGridView .mainView {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView {
  margin: 0;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView .box .progress {
  width: 3rem;
  min-width: 3rem;
  height: 3rem !important;
  line-height: 2.5rem;
  margin-bottom: 0px;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView .box .progress .progress-bar {
  border-width: 2px;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView .box .progress:after {
  border-width: 2px;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView .box .progress .progress-value {
  line-height: 2.5rem;
}

.SAweb_spotlightCitiesGridView .mainView p {
  margin-bottom: 0px;
  font-size: 1.608rem;
  font-weight: 800;
}

.SAweb_spotlightCitiesGridView .mainView p span {
  display: block;
  font-size: 1.08rem;
  font-weight: 500;
}

.SAweb_spotlightCitiesGridView .mainView .textView {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.SAweb_spotlightCitiesGridView .mainView .SAweb_scoreView .caption {
  display: none;
}

.SAweb_spotlightCitiesGridView .mainView.listview {
  display: block;
}

.SAweb_spotlightCitiesGridView .mainView.listview .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
  width: auto;
}

.SAweb_spotlightCitiesGridView .mainView.listview .item .pic {
  min-width: 14rem;
  width: 14rem;
  height: 14rem;
  margin-right: 1.5rem;
}

.SAweb_spotlightCitiesGridView .mainView.listview .textView {
  display: block;
}

.SAweb_spotlightCitiesGridView .mainView.listview p {
  margin-bottom: 1rem;
}

.SAweb_spotlightCitiesGridView .mainView.listview .SAweb_scoreView .caption {
  display: block;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView .box .item h1 {
  font-size: 1.25rem;
}

.SAweb_spotlightCitiesGridView .SAweb_scoreView .box .item p {
  margin-bottom: 0px;
  font-size: 0.88rem;
  font-weight: 600;
}

/* time-line css "if we dont need delete it." */

.newTimeline {
  padding: 2rem;
  padding-bottom: 5rem;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 0px;
}

.newTimeline .timeline {
  position: relative;
  min-height: 150px;
}

.newTimeline .line {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 2px;
  top: -50px;
  bottom: -50px;
  background-color: #000000;
  display: none;
}

.newTimeline .line::after,
.newTimeline .line::before {
  content: "";
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
}

.newTimeline .line::after {
  bottom: 0px;
}

.newTimeline .line::before {
  background-color: transparent;
}

.newTimeline .section {
  opacity: 0;

  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 50px 0;
  padding: 0;
  border-radius: 1rem;
  align-items: center;
}

.newTimeline .bead {
  position: relative;
  display: block;
}

.newTimeline .bead span {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #cccccc;
  margin: auto;
  transform: translateX(-45%);
}

.newTimeline .show-me.aos-animate .bead span {
  background-color: #000000;
}

.newTimeline .bead h2 {
  font-size: 2.5rem;
  color: #fff;
  width: 10rem;
  padding: 0.65rem 0px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  background-color: var(--blackColor);
  z-index: 100;
  font-weight: 800;
  font-family: var(--fontFamily);
  transform: translateX(-45%);
}

.newTimeline .show-me {
  transform: none;
  opacity: 1;
}

.newTimeline .content {
  padding: 1rem 2rem;
  width: 75%;
}

.newTimeline .content p {
  font-size: 1.608rem;
  color: var(--colors);
  width: 100%;
  margin: auto;
  text-align: center;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0rem;
  font-family: var(--fontFamily);
}

.newTimeline .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newTimeline .content .pic.suit2011 {
  /* width: 200px; */
  margin: auto;
}

.newTimeline span.lineShadow {
  position: absolute;
  left: 0;
  width: 2px;
  top: -50px;
  bottom: -50px;
  background-color: #cccccc;
}

.SAweb_updateUi .container.CaseStudiesContainer {
  width: 75%;
}

.SAweb_homeCaseStudies_Banner {
  padding: 3rem 0;
}

.SAweb_homeCaseStudiesHeading {
  padding: 5rem 0;
  text-align: center;
}

.SAweb_homeCaseStudiesHeading h2 {
  font-weight: 700;
  font-size: 3.5rem;
}

.SAweb_homeCaseStudiesContent {
  padding: 4rem 0;
}

.SAweb_homeCaseStudiesContent h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.SAweb_homeCaseStudiesContent p {
  font-size: 1.66rem;
  margin-bottom: 2rem;
}

.SAweb_homeCaseStudiesContent ul {
  padding-left: 40px;
}

.SAweb_homeCaseStudiesContent ul li {
  color: var(--colors);
  font-size: 1.66rem;
  font-family: var(--fontFamily);
  list-style-type: disc;
  font-weight: 500;
}

.SAweb_homeCaseStudiesContent .imageGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  margin: 4rem 0;
}

.SAweb_homeCaseStudiesContent .imageGrid .item {
  height: 100%;
  display: flex;
}

.SAweb_homeCaseStudiesContent .sideImageGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 4rem;
  margin-bottom: 3rem;
}

.SAweb_homeCaseStudiesContent .sideImageGrid .item:first-child {
  grid-column: 1 / 8;
}

.SAweb_homeCaseStudiesContent .sideImageGrid .item:last-child {
  grid-column: 8 / 13;
}

.SAweb_homeCaseStudiesContent .sideImageGrid .pic {
  height: 100%;
}

.SAweb_homeCaseStudiesContent .sideImageGrid img {
  height: 100%;
  object-fit: cover;
}

#successModal.savesearch .modal-content {
  border-radius: 0px !important;
}

#successModal.savesearch .close {
  opacity: 1;
}

#successModal.savesearch i.bi.bi-x {
  cursor: pointer;
  color: var(--colors);
  font-size: 2.5rem;
  line-height: 1;
}

#successModal.savesearch .modal-body {
  margin-bottom: 3rem;
}

.SAweb_searchCom .popoverView .popover__content {
  max-width: initial;
  left: 0 !important;
  width: 730px;
  min-width: 730px;
  max-height: calc(80vh - 6.6rem);
  overflow: auto;
}

.popoverView .SAweb_nationlFootprint ul li a .pic {
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
}

.popoverView .SAweb_nationlFootprint h2 {
  font-size: 1.75rem;
  font-weight: 700;
}

.popoverView .SAweb_nationlFootprint ul {
  margin: 1.5rem 0;
}

.popoverView .SAweb_nationlFootprint ul li a span {
  font-size: 1.333rem;
}

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: relative;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transform: translate(0, 10px);
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
}

.popover__content .SAweb_nationlFootprint {
  margin-bottom: 30px;
  padding-bottom: 25px;
  /* border-bottom: 1px solid #1c1c1c; */
}

.SAweb_selectDrop
  .ant-select-selection--multiple
  .ant-select-selection__choice {
  background: transparent;
  font-family: var(--fontFamily);
  font-weight: 600;
  border: 1px solid #b3b0b0;
  padding: 6px 25px 2px 10px;
  height: auto;
  line-height: 1;
  overflow: visible;
}

.SAweb_container_searchPage .inputSearch {
  position: relative;
  padding-bottom: 20px;
}

.SAweb_container_searchPage .inputSearch .ant-select {
  position: static;
}

.SAweb_container_searchPage .inputSearch .ant-select-selection__rendered {
  position: static;
  margin: 0;
  line-height: inherit;
}

.SAweb_container_searchPage .inputSearch .ant-select ul {
  position: absolute;
  top: 50px;
  left: 10px;
  right: 0px;
  display: flex;
  padding-left: 70px;
}

.SAweb_container_searchPage .ant-select-selection__placeholder {
  display: inline-flex !important;
  position: relative;
  top: 2px;
}

.SAweb_selectDrop
  .ant-select-selection--multiple
  .ant-select-selection__choice:first-child:after {
  content: "Filters :";
  position: absolute;
  left: -70px;
  font-family: var(--fontFamily);
  font-weight: 700;
  color: #000000;
  font-size: 1.2rem;
}

.SAweb_expDrive .box .item ul li .pic.gif_pic {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.SAweb_expDrive .box .item ul li .pic.gif_pic img {
  width: 18px;
}

.SAweb_expDrive .box .item ul li .pic.gif_pic svg {
  display: none;
  position: absolute;
  top: 0px;
  width: auto;
  bottom: 0;
  margin: 0px;
  left: 0px;
}

.SAweb_expDrive .box .item ul li.aos-animate .pic.gif_pic svg {
  display: block;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}

.SAweb_expDrive .box .item ul li .pic.gif_pic svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.SAweb_expDrive .box .item ul li .pic.gif_pic svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 1s 1.1s ease-in-out forwards;
  animation: dash-check 1s 1.1s ease-in-out forwards;
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

.corporate-h.fullvideo.cc_image_text_main {
  margin-top: 0px !important;
}

.h1.mainheading_ribbon {
  top: 0 !important;
  margin-top: 0px !important;
}

.fixedNavSpaceRemove {
  margin-top: -4.5rem;
}

.SAweb_homeCaseStudies_Banner .banner {
  height: 86vh;
  overflow: hidden;
}

.SAweb_homeCaseStudies_Banner .banner img {
  height: 100%;
  object-fit: cover;
}

.SAwebGuest_homeBanner {
  height: 85vh;
  width: 100%;
  background: url(/assets/newUI-images/guestportal/home_banner.jpg) center
    center / cover no-repeat;
  display: flex;
  align-items: center;
}

.SAwebGuest_homeBanner .textView {
  color: #ffffff;
  width: 45rem;
}

.SAwebGuest_homeBanner .textView p {
  font-weight: 500;
  color: var(--whiteColor);
  padding-right: 1rem;
}

.SAwebGuest_homeBannerBottom {
  padding: 6rem 0;
  text-align: center;
}

.SAwebGuest_homeBannerBottom h2 {
  font-weight: 700;
  font-size: 2.7rem;
}

.SAwebGuest_homeBannerBottom p {
  width: 45rem;
  margin: auto;
}

.SAwebGuest_homefindTheans {
  padding: 4rem 0;
}

.SAwebGuest_homefindTheans h3 {
  font-size: 2.5rem;
  width: 40rem;
  margin: auto;
  text-align: center;
  margin-bottom: 3rem;
}

.SAwebGuest_homefindTheans .tails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}

.SAwebGuest_homefindTheans .tails .item {
  padding: 3rem;
  box-shadow: 0px 12px 10px #e9e9e9;
  position: relative;
}

.SAwebGuest_homefindTheans .tails .pic {
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  padding: 1.75rem;
  margin: auto;
}

.SAwebGuest_homefindTheans .tails .pic img {
  height: 100%;
  object-fit: cover;
}

.SAwebGuest_homefindTheans .tails p {
  font-size: 1.8rem;
  font-weight: 700;
  width: 14.75rem;
  margin: auto;
  text-align: center;
  line-height: 1.2;
}

.SAwebGuest_homefindTheans .tails .item.active {
  background-color: var(--blackColor);
  box-shadow: 0px 12px 10px #d1cece;
}

.SAwebGuest_homefindTheans .tails .active p {
  color: var(--whiteColor);
}

.SAwebGuest_homefindTheans .tails .bi-chevron-down {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--blackColor);
  border-radius: 50%;
  color: var(--whiteColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  transform: translateY(50%);
}

.SAwebGuest_homefindTheans .tails .bi-chevron-down::before {
  font-weight: 700 !important;
}

.SAwebGuest_homefindTheans .tails .active .bi-chevron-down {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.SAwebGuest_homeEastProcess {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  text-align: center;
  padding: 4rem 0;
}

.SAwebGuest_homeEastProcess h3 {
  font-weight: 600;
}

.SAwebGuest_homeEastProcess p {
  color: var(--whiteColor);
}

.SAwebGuest_homeEastProcess .boxes {
  width: 35rem;
  margin: auto;
}

.SAwebGuest_homeEastProcess .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.SAwebGuest_homeEastProcess .item:nth-of-type(even) {
  justify-content: flex-end;
}

.SAwebGuest_homeEastProcess .item p {
  width: 7.5rem;
  text-align: left;
  line-height: 1.2;
  font-size: 1.188rem;
  margin: 0px;
  font-weight: 500;
  margin-left: 20px;
}

.SAwebGuest_homeEastProcess .item span {
  display: block;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 600;
  position: relative;
  top: 3px;
}

.SAwebGuest_homeEastProcess .item span::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0px;
  right: -10px;
  height: 70%;
  width: 0.25rem;
  margin: auto;
  background: white;
}

.SAwebGuest_homeNewsletter {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  text-align: center;
  padding: 4rem 0;
}

.SAwebGuest_homeNewsletter .box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.SAwebGuest_homeNewsletter .box .bi.bi-send-fill {
  color: #262626;
  font-size: 10rem;
  margin-right: 5rem;
}

.SAwebGuest_homeNewsletter .box p {
  color: var(--whiteColor);
  font-size: 2rem;
  margin: 0;
}

.SAwebGuest_homeNewsletter .box span {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1rem;
}

.SAwebGuest_homeNewsletter .box input {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  width: 68%;
  line-height: 1.5;
  height: 40px;
}

.SAwebGuest_homeNewsletter .box .btn {
  border: 2px solid var(--whiteColor);
  padding: 0.5rem 1rem;
  box-shadow: none !important;
  line-height: 1.5;
  height: 40px;
}

.SAwebGuest_homeNewsletter .box .btn:hover {
  background-color: var(--whiteColor);
}

.SAwebGuest_homeSlider {
  padding: 5rem 0;
  position: relative;
}

.SAwebGuest_homeSlider::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background-color: var(--blackColor);
  height: 26rem;
}

.SAwebGuest_homeSlider .item {
  background-color: var(--whiteColor);
  padding: 4.5rem 2rem;
  height: 26rem;
  width: 100%;
}

.SAwebGuest_homeSlider .item .pic {
  width: 16rem;
  height: 12rem;
  margin: auto;
  padding: 2rem;
}

.SAwebGuest_homeSlider .item .pic img {
  width: 100%;
}

.SAwebGuest_homeSlider .item h4 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 50%;
  margin: auto;
  min-height: 6rem;
  position: relative;
  padding-bottom: 1rem;
}

.SAwebGuest_homeSlider .item h4::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  width: 80%;
  bottom: 0px;
  height: 2px;
  background-color: #000000;
  margin: auto;
  display: none;
}

.SAwebGuest_homeSlider .item p {
  display: none;
  justify-content: center;
  align-items: center;
  width: 17rem;
  text-align: center;

  margin: auto;
  margin-top: 3.5rem;
}

.SAwebGuest_homeSlider h2 {
  width: 40rem;
  font-weight: 700;
  font-size: 2.5rem;
  margin: auto;
  position: absolute;
  top: 14rem;
  right: 0;
  padding-right: 8rem;
}

.SAwebGuest_homeSlider .owl-carousel .owl-item {
  height: 55rem;
  display: flex;
  align-items: flex-end;
}

.SAwebGuest_homeSlider .owl-carousel .owl-item.active.secondchild .item {
  height: 40rem;
}

.SAwebGuest_homeSlider .owl-carousel .owl-item.active.secondchild .item h4 {
  min-height: auto;
}

.SAwebGuest_homeSlider
  .owl-carousel
  .owl-item.active:nth-child(2)
  .item
  h4::after {
  display: block;
}

.SAwebGuest_homeSlider .owl-carousel .owl-item.active.secondchild .item p {
  display: flex;
}

.SAwebGuest_homeSlider .owl-carousel .owl-nav {
  width: 40rem;
  font-weight: 700;
  font-size: 2.5rem;
  margin: auto;
  position: absolute;
  top: 14rem;
  right: 0;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons {
  width: 40rem;
  font-weight: 700;
  font-size: 2.5rem;
  margin: auto;
  position: absolute;
  top: 14rem;
  right: 0;
  height: 6rem;
  display: flex;
  align-items: center;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons .owl-prev {
  left: 10px;
  top: auto;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons .disabled {
  display: block;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons .owl-prev.disabled i::after {
  color: #00000030;
  display: block !important;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: red;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons i::before {
  color: #000000;
  display: block;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons .owl-next {
  right: auto;
  left: 5rem;
  top: auto;
}

.SAwebGuest_homeSlider .owl-carousel .owl-buttons .owl-next i:before {
  color: #000000;
  font-size: 4rem;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.SAwebGuest_reservePage {
  display: flex;
  width: 100%;
}

.SAwebGuest_reservePage #sidebar {
  background: #efefef;
  color: #fff;
  transition: all 0.3s;
  padding-left: 4rem;
  padding-right: 2rem;
  width: 25rem;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

#sidebar.active {
  margin-left: -250px;
}

.SAwebGuest_reservePage .sidebar-header {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.SAwebGuest_reservePage .sidebar-header .user-icon {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  border: 3px solid var(--colors);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 5px #a8a8a8;
  margin-right: 1.75rem;
}

.SAwebGuest_reservePage .sidebar-header .user-icon i {
  color: var(--colors);
  font-size: 3rem;
}

.SAwebGuest_reservePage .sidebar-header h2 {
  color: var(--colors);
  margin: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
  text-align: left;
}

.SAwebGuest_reservePage .sidebar-header h2 span {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1;
}

.SAwebGuest_reservePage .sidebar-header p {
  margin: 0;
  color: #ababab;
  font-weight: 400;
}

.SAwebGuest_reservePage #sidebar ul li a {
  font-size: 1.333rem;
  font-weight: 500;
  padding: 0 0 5px 0;
  color: var(--colors);
  line-height: 1.5;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #efefef;
}

.SAwebGuest_reservePage #sidebar ul li {
  padding-bottom: 2rem;
}

.SAwebGuest_reservePage #sidebar ul li a:hover {
  font-weight: 800;
  border-color: var(--colors);
}

.SAwebGuest_reservePage #sidebar ul li.active > a {
  font-weight: 800;
  border-color: var(--colors);
}

.SAwebGuest_reservePage #sidebar .btn.closeSidebtn {
  font-size: 2rem;
  color: #000000;
  position: absolute;
  right: 0px;
  display: none;
  background: transparent;
  border: 0;
}

.SAwebGuest_reservePage #sidebar .btn.closeSidebtn i::before {
  font-weight: 700 !important;
}

.SAwebGuest_reservePage .btn.btn-info.openbtn {
  background: #fff;
  border: 2px solid var(--colors);
  border-radius: 5px;
  padding: 0px 10px;
  display: none;
  margin-bottom: 1.5rem;
}

.SAwebGuest_reservePage .btn.btn-info.openbtn i {
  color: var(--colors);
  font-size: 20px;
}

.SAwebGuest_reservePage .btn.btn-info.openbtn i::before {
  font-weight: 700 !important;
}

.SAwebGuest_reservePage #content {
  width: 100% !important;
  max-width: initial !important;
  min-height: 100vh;
  transition: all 0.3s;
  margin: 0rem 5rem;
  padding-top: 5rem;
  margin-left: 27rem;
}

.SAwebGuest_reserveTabs {
  width: 50rem;
}

.SAwebGuest_reserveTabs .nav-tabs {
  padding: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid var(--blackColor);
}

.SAwebGuest_reserveTabs .nav-tabs li {
  width: 33.333%;
  margin: 0px;
}

.SAwebGuest_reserveTabs .nav-tabs li a {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border: 0;
  border-bottom: 5px solid transparent;
  margin-bottom: -3px;
  background: transparent;
  width: 100%;
}

.SAwebGuest_reserveTabs .nav-tabs li.active a,
.SAwebGuest_reserveTabs .nav-tabs li a:hover {
  font-weight: 700;
  border: 0px;
  border-bottom: 5px solid var(--blackColor);
  margin-bottom: -3px;
}

.SAwebGuest_reserveTabs .currentTabTails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
  margin-top: 3rem;
}

.SAwebGuest_reserveTabs .currentTabTails .item {
  position: relative;
  cursor: pointer;
}

.SAwebGuest_reserveTabs .currentTabTails .text {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  padding: 10px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  padding-top: 20%;
}

.SAwebGuest_reserveTabs .currentTabTails .pic {
  height: 15.5rem;
  overflow: hidden;
}

.SAwebGuest_reserveTabs .currentTabTails .pic img {
  height: 100%;
  object-fit: cover;
}

.SAwebGuest_reserveTabs .currentTabTails h2 {
  font-size: 1.65rem;
  color: var(--whiteColor);
  font-weight: 700;
  text-align: left;
}

.SAwebGuest_reserveTabs .currentTabTails p {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--whiteColor);
  display: flex;
  justify-content: space-between;
  margin: 0;
  align-items: end;
  line-height: 1.2;
}

.SAwebGuest_reserveTabs .currentTabTails p span {
  font-size: 1rem;
  font-weight: 600;
  min-width: 56%;
  width: 56%;
  text-align: right;
  margin-left: 1.25rem;
}

.SAwebGuest_reserveDetails {
  width: 45rem;
}

.SAwebGuest_reserveDetails .bottom_part {
  overflow: auto;
  height: calc(100vh - 8.2rem);
}

.SAwebGuest_reserveDetails .InstructionsList .bottom_part {
  overflow: auto;
  height: calc(100vh - 14rem);
}

h1.SAwebGuest_reserveDetails_heading {
  font-size: 1.75rem !important;
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--blackColor);
  padding-bottom: 13px;
  width: 45rem;
  margin-bottom: 2rem;
}

h1.SAwebGuest_reserveDetails_heading::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 25%;
  background-color: var(--blackColor);
  height: 5px;
}

h1.SAwebGuest_reserveDetails_heading span {
  font-size: 1.15rem !important;
  font-weight: 400;
}

.SAwebGuest_reservePage .SAwebGuest_reserveDetails .gallertGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.SAwebGuest_reserveDetails .gallertGrid .pic {
  height: 11rem;
  position: relative;
}

.SAwebGuest_reserveDetails .gallertGrid .pic .btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0.35rem 1.25rem;
  line-height: 1;
}

.SAwebGuest_reserveDetails .gallertGrid .pic .btn:hover {
  background: #000000;
  color: #ffffff;
}

.SAwebGuest_reserveDetails .gallertGrid .fullpic .pic {
  height: 23.5rem;
}

.SAwebGuest_reserveDetails .gallertGrid .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SAwebGuest_reserveDetails .gallertGrid .item:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
}

.SAwebGuest_reserveDetails .gallertGrid .item:nth-child(2) {
  grid-column: 5 / span 6;
}

.SAwebGuest_reserveDetails .gallertGrid .item:nth-child(3) {
  grid-column: 5 / span 6;
  position: relative;
}

.SAwebGuest_reserveDetails .gallertGrid .item.above_three::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000099;
  backdrop-filter: blur(5px);
}

.SAwebGuest_reserveDetails .gallertGrid .item.above_three .btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: var(--whiteColor);
  font-weight: 700;
  z-index: 9;
  background-color: transparent;
}

.SAwebGuest_reserveDetails .gallertGrid .pic span.placeHolder {
  width: 100%;
  height: 100%;
  background-color: #808080;
}

.SAwebGuest_reserveDetails .btngroup {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.5rem;
}

.SAwebGuest_reserveDetails .btngroup .btn {
  box-shadow: 0px 0px 10px #cccccc !important;
}

.SAwebGuest_reserveDetails .btngroup .btn.active:hover {
  color: var(--blackColor);
  background-color: var(--whiteColor);
}

.SAwebGuest_reserveDetails h2 {
  font-size: 2.25rem;
  font-weight: 800;
}

.SAwebGuest_reserveDetails ul.community {
  background-color: #f4f4f4;
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 2rem;
  white-space: normal;
  word-break: break-word;
}

.SAwebGuest_reserveDetails ul.community li {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}

.SAwebGuest_reserveDetails ul.community li p {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.SAwebGuest_reserveDetails ul.community li a {
  font-weight: 400;
  color: var(--colors);
}

.SAwebGuest_reserveDetails ul.community li a:hover {
  text-decoration: underline !important;
}

.SAwebGuest_reserveDetails .includedGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.SAwebGuest_reserveDetails .includedGrid .item {
  background-color: #f4f4f4;
  padding: 2rem;
  width: 100%;
  min-width: 100%;
}

.SAwebGuest_reserveDetails .includedGrid .item .pic {
  margin-bottom: 2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SAwebGuest_reserveDetails .includedGrid .item img {
  width: 100%;
  object-fit: cover;
}

.SAwebGuest_reserveDetails .includedGrid .item h4 {
  font-size: 1.333rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SAwebGuest_reserveDetails .includedGrid .item h4 span {
  font-size: 1.333rem;
  font-weight: 700;
}

.SAwebGuest_reserveDetails .includedGrid .item p {
  font-size: 1.088rem;
  font-weight: 500;
  margin: 0;
}

.SAwebGuest_reserveDetails .includedGrid .item p a {
  color: #0066cc;
  font-size: 1.088rem;
  font-weight: 500;
}

.SAwebGuest_reserveDetails .includedGrid .item p i {
  font-family: var(--fontFamily);
  font-style: normal;
  font-size: 1.088rem;
  font-weight: 500;
}

.SAwebGuest_reserveDetails .table > thead > tr > th {
  font-size: 0.8rem;
}

.SAwebGuest_reserveDetails .table > tbody > tr > td {
  font-size: 1rem;
  padding: 5px;
}

.SAwebGuest_reserveDetails .lastpara p {
  font-size: 1.2rem;
  font-weight: 700;
}

.SAwebGuest_reserveDetails .lastpara p a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0066cc;
}

.SAwebGuest_reserveDetailsMain {
  display: flex;
}

.SAwebGuest_reserveDetails_sidetails {
  background-color: var(--blackColor);
  padding: 2.5rem;
  width: 27rem;
  margin-left: 2rem;
  height: 100%;
  margin-top: 5.2rem;
}

.SAwebGuest_reserveDetails_sidetails .checkInOut {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
}

.SAwebGuest_reserveDetails_sidetails p {
  color: #c3c3c3;
  font-size: 1.2rem;
  font-weight: 400;
}

.SAwebGuest_reserveDetails_sidetails p a {
  color: #c3c3c3;
}

.SAwebGuest_reserveDetails_sidetails p a:hover {
  text-decoration: underline !important;
}

.SAwebGuest_reserveDetails_sidetails p span {
  display: block;
  font-size: 1.35rem;
  color: var(--whiteColor);
  font-weight: 700;
}

.SAweb_updateUi .SAwebGuest_reserveDetails_sidetails .btn {
  border: 1px solid var(--whiteColor);
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.15rem;
  color: var(--whiteColor);
  font-weight: 700;
  background: transparent !important;
}

.SAweb_updateUi .SAwebGuest_reserveDetails_sidetails .btn:hover {
  color: var(--whiteColor);
}

.SAweb_updateUi .SAwebGuest_reserveDetails_sidetails .btn p {
  font-size: 1.15rem;
  color: var(--whiteColor);
  font-weight: 700;
  margin: 0;
}

.SAweb_updateUi .SAwebGuest_reserveDetails_sidetails .btn p span {
  color: #c3c3c3;
  font-size: 0.9rem;
  font-weight: 400;
}

.SAwebGuest_arrivalInfo {
}

.SAwebGuest_arrivalInfo .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--blackColor);
}

.SAwebGuest_arrivalInfo .heading.closeIcon {
  position: relative;
  padding-right: 2.5rem;
}

.SAwebGuest_arrivalInfo .heading h3 {
  width: 70%;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0px;
}

.SAwebGuest_arrivalInfo .heading span {
  font-size: 1.15rem;
  font-weight: 500;
}

.SAwebGuest_arrivalInfo .heading .bi.bi-x {
  position: absolute;
  font-size: 1.5rem;
  right: 0px;
}

.SAwebGuest_arrivalInfo .heading .bi.bi-x::before {
  font-weight: 700 !important;
}

.SAwebGuest_arrivalInfo ul.nav-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.SAwebGuest_arrivalInfo ul.nav-tabs li {
  width: 33.333%;
  margin: 0px;
}

.SAwebGuest_arrivalInfo ul.nav-tabs li a {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 1.15rem;
  font-weight: 500;
  display: block;
  text-align: center;
  border: 0px;
  margin: 0px;
}

.SAwebGuest_arrivalInfo ul.nav-tabs li.active a,
.SAwebGuest_arrivalInfo ul.nav-tabs li a:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: 0px;
}

.SAwebGuest_arrivalInfo .tab-content {
  padding: 3rem 0;
}

.SAwebGuest_arrivalInfo .form-group label {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.SAwebGuest_arrivalInfo .form-group label span {
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  color: #6e6c6c;
}

.SAwebGuest_arrivalInfo .form-group label a {
  color: #0066cc;
  font-size: 1.25rem;
  font-weight: 700;
}

.SAwebGuest_arrivalInfo .form-group input[type="radio"]:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transition: 240ms;
}

.SAwebGuest_arrivalInfo .form-group input[type="radio"]:checked:after {
  border-color: var(--blackColor);
  background: var(--blackColor);
}

.SAwebGuest_arrivalInfo .progress {
  height: 4px;
  background: #cccccc;
  box-shadow: none;
  margin-bottom: 60px;
  overflow: visible;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
}

.SAwebGuest_arrivalInfo .progress-value {
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  font-size: var(--f-size17);
  color: #636363;
}

.SAwebGuest_arrivalInfo .progress-value span {
  font-size: 1.08rem;
  font-weight: 800;
}

.SAwebGuest_arrivalInfo .progress-bar {
  background-color: var(--blackColor);
  position: relative;
}

.SAwebGuest_arrivalInfo .progress-bar::after {
  content: "";
  position: absolute;
  right: 0px;
  background-color: var(--blackColor);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  bottom: 50%;
  transform: translateY(50%);
}

.SAwebGuest_arrivalInfo .form-group .form-control {
  background-color: #efefef;
  border: 1px solid #efefef;
  box-shadow: none;
  height: 2.75rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000000;
}

.SAwebGuest_arrivalInfo .form-group textarea.form-control {
  height: auto;
}

.SAwebGuest_arrivalInfo ::placeholder {
  color: #636363;
  font-weight: 400;
}

.SAwebGuest_arrivalInfo ::-moz-placeholder {
  color: #636363;
  font-weight: 400;
}

.SAwebGuest_arrivalInfo ::-webkit-input-placeholder {
  color: #636363;
  font-weight: 400;
}

.SAwebGuest_arrivalInfo .checkOutList ul {
  margin-top: 3rem;
}

.SAwebGuest_arrivalInfo .checkOutList ul li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 1rem;
}

.SAwebGuest_arrivalInfo .checkOutList ul li::after {
  background-image: url(/assets/newUI-images/guestportal/tickSvg.svg);
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 2.25rem;
  height: 2.25rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.SAwebGuest_arrivalInfo .checkOutList ul li b {
  font-weight: 800;
  font-size: 1.3rem;
  width: 24rem;
  display: block;
}

.SAwebGuest_arrivalInfo .checkOutList ul li:nth-of-type(2):after,
.SAwebGuest_arrivalInfo .checkOutList ul li:nth-of-type(5):after {
  display: none;
}

.SAwebGuest_arrivalInfo .serviceSelected {
  width: 47rem;
  margin: auto;
  margin-top: 4rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .type {
  display: inline-block;
  border: 2px solid #000000;
  padding: 1.25rem 2.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .type img {
  width: 35px;
  margin-right: 1rem;
}

.SAwebGuest_arrivalInfo .serviceSelected h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  border-top: 1px solid #000;
  padding-top: 1rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .roomView {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
  margin-bottom: 3rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .roomView .btn {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 0px 10px #e7e6e6;
  padding: 1.85rem 1.5rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .roomView .btn.active,
.SAwebGuest_arrivalInfo .serviceSelected .roomView .btn:hover {
  background: #000000;
  color: #ffffff;
}

.SAwebGuest_arrivalInfo .serviceSelected .btn {
  border: 1px solid #000000;
}

.SAwebGuest_arrivalInfo .serviceSelected .btn:hover {
  background: #000000;
  color: #ffffff;
}

.SAwebGuest_arrivalInfo .serviceSelected .btn.next {
  background: #000000;
  color: #ffffff;
  margin-left: 1rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .btn.next:hover {
  background: transparent;
  color: #000000;
}

.SAwebGuest_arrivalInfo .serviceSelected .entryView {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
  margin-bottom: 3rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .entryView .item {
  box-shadow: 0px 0px 10px #e7e6e6;
  padding: 1.5rem;
}

.SAwebGuest_arrivalInfo .serviceSelected .entryView h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

.SAwebGuest_arrivalInfo .serviceSelected .entryView p {
  font-size: 1.2rem;
}

.SAwebGuest_arrivalInfo .serviceRequestTabs h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  width: 17rem;
}

.SAwebGuest_arrivalInfo .newServcieId {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
}

.SAwebGuest_arrivalInfo .newServcieId .item {
  border: 2px solid #000000;
  padding: 1.25rem 1rem 1.25rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
}

.SAwebGuest_arrivalInfo .newServcieId .item img {
  width: 40px;
  margin-right: 10px;
}

.SAwebGuest_arrivalInfo .newServcieId .item img.ele {
  width: 33px;
}

.SAwebGuest_arrivalInfo .newServcieId .item:last-child {
  justify-content: center;
}

.SAwebGuest_arrivalInfo .table-responsive.serviceInfo {
  /* width: 65rem; */
  width: 100%;
  height: 65vh;
  overflow-y: auto;
}

.SAwebGuest_arrivalInfo .serviceRequestOpenTable,
.SAwebGuest_arrivalInfo .serviceRequestOpenTable table th {
  padding: 1rem;
  font-size: 1.15rem;
  padding-right: 0;
}

.SAwebGuest_arrivalInfo .serviceRequestOpenTable table td {
  padding: 1rem;
  font-size: 1.15rem;
}

.SAwebGuest_arrivalInfo .serviceRequestOpenTable table td a {
  color: #01b701;
  font-size: 1.15rem;
  font-weight: 700;
}

.SAwebGuest_arrivalInfo .yourTeamtails .tails {
  width: 100%;
  margin-bottom: 2rem;
  margin: auto;
  margin-top: 2rem;
}

.SAwebGuest_arrivalInfo .yourTeamtails .item {
  box-shadow: 0px 0px 10px #e7e6e6;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.SAwebGuest_arrivalInfo .yourTeamtails .item .pic {
  width: 9rem;
  height: 8rem;
  min-width: 9rem;
  margin-right: 2rem;
}

.SAwebGuest_arrivalInfo .yourTeamtails .item .pic img {
  height: 100%;
  object-fit: cover;
}

.SAwebGuest_arrivalInfo .yourTeamtails .item h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.SAwebGuest_arrivalInfo .yourTeamtails p {
  margin: 0;
  font-size: 1.25rem;
  width: 85%;
}

.SAwebGuest_arrivalInfo .yourTeamtails .item p {
  width: 100%;
}

.SAwebGuest_arrivalInfo .yourTeamtails .item p i {
  margin-right: 8px;
}

.SAwebGuest_arrivalInfo .yourTeamtails p a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0066cc;
}

.SAwebGuest_arrivalInfo .yourTeamtails p b {
  font-weight: 800;
  font-size: 1.25rem;
}

.modal-content strong.popupheading {
  font-size: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content strong.popupheading span {
  font-size: 1.75rem;
}

.SAweb_updateUi .modal p a {
  color: #0066cc;
}

.SAwebGuest_arrivalInfo h3.enteryHeading {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

.SAwebGuest_arrivalInfo h3.enteryHeading b {
  font-size: 1.65rem;
  font-weight: 700;
}

.SAwebGuest_arrivalInfo ul.instruc {
  box-shadow: 0px 0px 10px #dfdfdf;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.SAwebGuest_arrivalInfo ul.instruc h5.note {
  font-size: 1.15rem;
}

.SAwebGuest_arrivalInfo ul.instruc h5.note a {
  font-size: 1.15rem;
  color: #000000;
  font-weight: 800;
}

.SAweb_updateUi .modal .newSRView .modal-header h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

.SAweb_updateUi .modal .newSRView h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.SAweb_updateUi .modal .newSRView h3 {
  font-size: 1.5rem;
  font-weight: 800;
}

.SAwebGuest_arrivalInfo .itmeGallery .thumbnail {
  border: 0px;
  box-shadow: none;
  margin: 0px;
}

.SAwebGuest_arrivalInfo .itmeGallery .img-thumbnail {
  padding: 2rem;
  border: 0px;
}

.SAwebGuest_arrivalInfo .itmeGallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.SAwebGuest_arrivalInfo .itmeGallery .thumb {
  box-shadow: 0px 0px 10px #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SAwebGuest_arrivalInfo ul.instruc pre {
  color: #000000;
  word-break: break-word;
  background-color: #ffffff;
  border: 0;
  white-space: pre-wrap;
  font-family: var(--fontFamily);
  font-size: 1.25rem;
  word-spacing: 5px;
  text-align: left;
}

.guest-Ui .newSRView .SAwebGuest_arrivalInfo .SR-tials {
  width: 47rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin: auto;
  margin-top: 3rem;
}

.guest-Ui .SAwebGuest_arrivalInfo .item {
  border: 2px solid #000000;
  padding: 1.25rem 1rem 1.25rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0px;
  cursor: pointer;
}

.guest-Ui .SAwebGuest_arrivalInfo .item.active {
  background-color: #000000;
}

.guest-Ui .SAwebGuest_arrivalInfo .item.active p {
  color: #ffffff;
}

.guest-Ui .SAwebGuest_arrivalInfo .item img {
  width: 40px;
  margin-right: 10px;
}

.guest-Ui .SAwebGuest_arrivalInfo .item:first-child img {
  width: 33px;
}

.guest-Ui .SAwebGuest_arrivalInfo .item:last-child {
  justify-content: center;
}

.guest-Ui .SAwebGuest_arrivalInfo .item:last-child img {
  display: none;
}

.guest-Ui .SAwebGuest_arrivalInfo .item p {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected {
  display: block;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .items {
  margin-bottom: 2rem;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .switchParent {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .items .type {
  display: inline-block;
  border: 2px solid #000000;
  padding: 1.25rem 2.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  width: 20rem;
  text-align: center;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .items img {
  width: 35px;
  margin-right: 1rem;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .items h4 {
  font-weight: 600;
  font-size: 1.08rem;
  margin-top: 5px;
  color: #000000;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .items h4 i {
  font-size: 1.25rem;
  padding: 0 10px;
  color: #000;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected textarea {
  border: 2px solid #000000;
  font-family: "Poppins";
  text-align: left;
  background: #ffffff;
  outline: 0px !important;
  padding: 10px 20px;
  border-radius: 0px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
  resize: vertical;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .btns {
  text-align: right;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .btns .btn {
  border: 1px solid #000000;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .btns .btn:hover {
  background: #000000;
  color: #ffffff;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .btns .btn.cnl {
  background: #000000;
  color: #ffffff;
  margin-left: 1rem;
}

.SAwebGuest_arrivalInfo .SR-tials-itemSelected .btns .btn.cnl:hover {
  background: transparent;
  color: #000000;
}

.SAwebGuest_arrivalInfo .switchToggle {
}

.guest-Ui
  .newSRView
  .SAwebGuest_arrivalInfo
  .switchToggle
  input:checked
  + .slider {
  background-color: #000000;
}

.s_message {
  color: green !important;
}

.SAwebGuest_reserveDetails .spinnerload {
  font-size: 2rem;
}

#myModalInstructions .SAwebGuest_arrivalInfo {
  width: 50rem;
  margin: auto;
  margin-top: 2rem;
}

#myModalInstructions .SAwebGuest_arrivalInfo .btn.submit {
  font-size: 1.08rem;
  font-weight: 600;
  padding: 0.5rem 2.25rem;
  border: 1px solid #000000;
  line-height: 1.5;
  background-color: #000000;
  color: #ffffff;
}

#myModalInstructions .SAwebGuest_arrivalInfo .btn.submit:hover {
  background-color: #ffffff;
  color: #000000;
}

.SAwebGuest_arrivalInfo .react-datepicker__day-name,
.SAwebGuest_arrivalInfo .react-datepicker__day,
.SAwebGuest_arrivalInfo .react-datepicker__time-name {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--fontFamily);
}

.SAwebGuest_arrivalInfo ul li.react-datepicker__time-list-item {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--fontFamily);
}

.SAwebGuest_arrivalInfo .react-datepicker__input-container {
  width: 17rem;
}

.guest-Ui .SAwebGuest_locationPage .exploreCommuteSelect {
  border-bottom: 1px solid var(--blackColor);
  padding-bottom: 13px;
  margin-bottom: 2rem;
  position: relative;
}

.guest-Ui .SAwebGuest_locationPage .exploreCommuteSelect::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 25%;
  background-color: var(--blackColor);
  height: 5px;
}

.SAwebGuest_reservePage #content.SAwebGuest_locationPage {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.guest-Ui .SAwebGuest_locationPage .exploreLocation .details.detailsTopPlace {
  top: 5rem;
  height: calc(100vh - 5.5rem);
}

.guest-Ui
  .SAwebGuest_locationPage
  .exploreLocation
  .details.detailsTopPlace
  .topPlaces {
  height: 50vh;
}

.guest-Ui .SAwebGuest_locationPage .myReservation .map-alignment {
  width: 100%;
  height: 100vh;
}

#take360Tour .modal-body iframe {
  height: 70vh;
}

#take360Tour.guest-Ui .modal-content {
  padding: 0 5%;
}

.servicerequest-pop-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  align-items: center;
  width: 1000px;
  margin: auto;
}

.servicerequest-pop-header h2 {
  font-size: 2.25rem;
  font-weight: 800;
}

.servicerequest-pop-header h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0px;
}

.SAwebGuest_reservePage .guest-Ui .newSRView .SR-tials.SR-slectOrID {
  margin: auto;
}

.guest-Ui .bookingList .cntView h2 {
  letter-spacing: 0px;
  font-size: 2.5rem;
  font-weight: 700;
}

.guest-Ui .SAwebGuest_reservePage .myReservation .communityDetails {
  padding-top: 0px;
}

.guest-Ui .home-slider .card h1 {
  font-size: 1.45rem;
}

.SAwebGuest_reservePage .SAwebGuest_serviceInfo {
  width: 70rem;
}

.formQuote .datesView .react-datepicker__header {
  background: transparent;
}

.formQuote .datesView .react-datepicker__current-month,
.formQuote .datesView .react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-family: var(--f-family);
  font-weight: 700;
}

.formQuote .datesView .react-datepicker__day-name,
.formQuote .datesView .react-datepicker__day,
.formQuote .datesView .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0px;
  padding: 0;
  font-size: 15px;
  font-family: var(--f-family);
  font-weight: 600;
}

.formQuote .datesView .react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
  font-weight: 500;
}

.formQuote .datesView .react-datepicker__day--selected,
.formQuote .datesView .react-datepicker__day--in-selecting-range,
.formQuote .datesView .react-datepicker__day--in-range {
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
}

.formQuote .datesView .react-datepicker__day {
  cursor: pointer;
  font-weight: 500;
  border-radius: 50%;
}

.formQuote .datesView .react-datepicker__day:hover {
  background-color: #000000;
  color: #ffffff;
}

.formQuote .datesView .react-datepicker__day--today {
  font-weight: 500;
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
}

.formQuote
  .datesView
  .react-datepicker__day--today.react-datepicker__day--selected {
  background-color: #000000;
  color: #ffffff;
}

.formQuote .datesView .react-datepicker__day--keyboard-selected {
  background-color: #000000;
  color: #ffffff;
}

.guest-Ui .newSRView .switchToggle {
  display: flex;
  align-items: center;
}

.guest-Ui .SAwebGuest_locationPage .exploreLocation .topPlaces .image img {
  width: 100%;
  object-fit: cover;
}

.SAweb_guestLoginBanner .loginForm .alert {
  font-family: var(--f-family);
  font-size: 1.25rem;
}

.SAweb_guestLoginBanner .loginForm .alert-warning {
  font-family: var(--f-family);
  font-size: 1.08rem;
  padding: 5px;
}

.SAweb_guestLoginBanner .loginForm .alert.alert-primary {
  background-color: #cfedff;
}

.guest-Ui .SAwebGuest_reservePage .map-alignment #content {
  min-height: initial;
  margin: 0px;
  padding-top: 0px;
}

.SAweb_updateUi .modal-content {
  border-radius: 0px;
}

.modal-content.newSRView.no-open-orders {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.SAweb_updateUi .gm-style .gm-style-iw-c {
  border-radius: 0px;
}

.ant-select-dropdown.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item:hover {
  background-color: var(--colors);
  color: var(--whiteColor);
}

div
  div.ant-select-dropdown.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item-selected
  .ant-select-selected-icon,
div
  div.ant-select-dropdown.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item-selected:hover
  .ant-select-selected-icon {
  display: inline-block;
  color: #ffffff;
}

div.ant-select-dropdown.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item:hover
  .ant-select-selected-icon {
  color: #ffffff;
}

.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  color: var(--colors);
  font-weight: 500;
  font-family: var(--fontFamily);
}

.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item-active:not(
    .ant-select-dropdown-menu-item-disabled
  ) {
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
}

.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected {
  color: #fff;
  font-weight: 600;
  background-color: #000000;
}

.ant-select-dropdown--multiple
  .ant-select-dropdown-menu-item-selected
  .ant-select-selected-icon {
  color: #ffffff;
  font-size: 16px;
}

.SAweb_selectDrop .ant-select-search--inline .ant-select-search__field {
  caret-color: transparent;
}

.SAweb_updateUi #bodyContent .bodycontentimg img {
  min-height: 140px;
  object-fit: cover;
  width: 90%;
  max-width: initial;
}

.SAweb_updateUi .gm-style-iw-t button.gm-ui-hover-effect img {
  width: 19px !important;
  height: 19px !important;
  margin-left: 0px !important;
}

.SAweb_updateUi .tab-content .no_data_found {
  min-height: 31rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SAweb_updateUi .guest-Ui .bookingList .imageView {
  border-radius: 0px;
}

.SAweb_updateUi .guest-Ui .home-slider .card {
  border-radius: 0px;
  padding-bottom: 3.25rem;
}

.SAweb_updateUi .guest-Ui .home-slider .card span.btm .btn,
.SAweb_updateUi .guest-Ui .btn.guestThemeBtn {
  border-radius: 0px;
}

h1.h1.mainheading_ribbon {
  z-index: 99;
}

.docusign_validation {
  border-color: red !important;
}

input#chkAcceptTerms + label {
  font-weight: 400;
  text-transform: capitalize;
}

input#chkAcceptTerms.docusign_validation + label {
  color: red;
}

.messageViewPage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.messageViewPage h2.succmessage {
  width: 35rem;
  background-color: #34870120;
  padding: 5rem;
  color: #348701;
  text-align: center;
  font-family: var(--fontFamily);
  font-size: 1.75rem;
  font-weight: 500;
}

.messageViewPage h2.succmessage i {
  display: block;
  font-size: 5rem;
  margin-bottom: 2rem;
}

.messageViewPage h2.wrongEntrymessage {
  width: 35rem;
  background-color: #bf060620;
  padding: 5rem;
  color: #bf0606;
  text-align: center;
  font-family: var(--fontFamily);
  font-size: 1.75rem;
  font-weight: 500;
}

.messageViewPage h2.wrongEntrymessage i {
  display: block;
  font-size: 5rem;
  margin-bottom: 2rem;
}

div#dynamicHtml > table {
  background-color: #ffffff !important;
}

div#dynamicHtml > table table tr:nth-child(3) > td > table {
  /* width: 90% !important;
  margin: auto; */
}

div#dynamicHtml table table table {
  display: block;
}

div#dynamicHtml input#txtGuestName,
div#dynamicHtml input#txtGuestSignedDate {
  height: 28px;
  width: 180px;
  padding: 5px 10px;
}

div#dynamicHtml button#btnHistory {
  font-family: var(--fontFamily);
  font-size: 1.08rem;
  font-weight: 600;
  height: 28px;
  border: 0;
  padding: 3px 10px;
  background-color: #1c1c1c;
  color: #ffffff;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.SAweb_updateUi .showHtmlText ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.SAweb_updateUi .showHtmlText ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.SAweb_updateUi .showHtmlText p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.SAweb_updateUi .showHtmlText b,
.SAweb_updateUi .showHtmlText strong {
  font-weight: bold;
}

.SAweb_updateUi .showHtmlText ol li,
.SAweb_updateUi .showHtmlText ul li {
  list-style: inherit;
  text-transform: unset;
}

.SAweb_updateUi .showHtmlText p,
.SAweb_updateUi .showHtmlText span,
.SAweb_updateUi .showHtmlText ul,
.SAweb_updateUi .showHtmlText ol,
.SAweb_updateUi .showHtmlText ul li,
.SAweb_updateUi .showHtmlText ol li,
.SAweb_updateUi .showHtmlText strong,
.SAweb_updateUi .showHtmlText b {
  font-family: Arial;
  line-height: inherit;
  text-align: initial;
  text-transform: unset;
}

.SAweb_updateUi #threevideoView .modal-body {
  height: 80vh;
}

.SAweb_updateUi #threevideoView .modal-body iframe {
  height: 98%;
}

.SAweb_updateUi #threevideoView .servicerequest-pop-header {
  border: 0;
}

/* .SAweb_updateUi .owl-carousel.owl-drag .owl-item.active:nth-child(2){
  color:red !important;
} */

.alert.alert-2 {
  font-size: 1.5rem;
}

.d-inline {
  display: inline !important;
}

/*------ property-owners new css ----------*/

.SAwebGuest_homeEastProcess.circle .boxes {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 9rem 0;
}

.SAwebGuest_homeEastProcess.circle .boxes .item {
  width: 22rem;
  height: 22rem;
  position: relative;
  display: block;
}

.SAwebGuest_homeEastProcess .outer-arc {
  width: 20rem;
  height: 20rem;
}

.mainCircleDiv {
  width: 22rem;
  min-width: 22rem;
  height: 22rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainCircleDiv span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.mainCircleDiv span.topBorder {
  border: 0.35rem dotted #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
}

.mainCircleDiv span.bottomBorder {
  border: 0.35rem solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.mainCircleDiv .nextcurveborder {
  position: absolute;
  right: -7.49rem;
  width: 8rem;
  height: 8rem;
}

.mainCircleDiv .nextcurveborder::after {
  content: "";
  position: absolute;
  background-image: url(/assets/newUI-images/guestportal/side_arrow_mark.svg);
  width: 6rem;
  height: 9.5rem;
  background-size: 98%;
  left: -0.8rem;
  bottom: 3.15rem;
  background-position: 0px -2px;
  background-repeat: no-repeat;
}

.mainCircleDiv .nextcurveborder::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 20px;
  height: 27px;
  background: #000000;
  top: 2rem;
}

.mainCircleDiv span.sideBorder {
  border: 5px solid red;
  border-color: transparent;
  border-left-color: white;
  border-radius: 50%;
  transform: rotate(44deg);
}

.mainCircleDiv span.sideBorder::before {
  content: "";
}

.mainCircleDiv span.sideBorder::after {
  content: "";
}

.mainCircleDiv .number {
  width: 4.5rem;
  height: 5rem;
  font-size: 2.75rem;
  color: #ffffff;
  background-color: #000000;
  z-index: 99;
  position: absolute;
  top: 47%;
  left: -2rem;
  transform: translateY(-50%);
}

.mainCircleDiv .number::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.35rem solid #ffffff;
  border-radius: 50%;
  left: 1.7rem;
  bottom: -1px;
}

.mainCircleDiv p.text {
  width: 9.65rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.mainCircleDiv.second .number {
  top: 0px;
  left: 35%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: end;
  padding-right: 10px;
}

.mainCircleDiv.second .number::after {
  left: auto;
  right: -3px;
  top: calc(2.5rem + -5px);
}

.mainCircleDiv.second span.bottomBorder {
  border-style: dotted;
}

.mainCircleDiv.second span.topBorder {
  border-style: solid;
  border-left-color: transparent;
  transform: rotate(40deg);
}

.mainCircleDiv.second .nextcurveborder::after {
  background-image: url(/assets/newUI-images/guestportal/side_arrow_mark_bottom.svg);
  top: 1.85rem;
  bottom: auto;
  left: -1.12rem;
  background-size: 107%;
  height: 10rem;
}

.mainCircleDiv.third .number {
  top: auto;
  bottom: 0;
  left: 5.5rem;
  transform: translateY(10px);
}

.mainCircleDiv.third .number::after {
  left: auto;
  top: auto;
  right: -1.25rem;
  transform: translateY(-20%);
}

.mainCircleDiv.third span.bottomBorder {
  border-bottom-color: transparent;
}

@media (max-width: 1366px) {
  .mainCircleDiv span.topBorder {
    border-width: 5px;
  }

  .mainCircleDiv .number::after {
    border-width: 4px;
    left: 20px;
  }

  .mainCircleDiv .nextcurveborder::after {
    left: -10px;
    bottom: 36px;
  }

  .mainCircleDiv.second .number::after {
    top: 25px;
  }

  .mainCircleDiv.second .nextcurveborder::after {
    background-size: 105%;
    left: -14px;
    top: 20px;
  }

  .mainCircleDiv.third .number::after {
    transform: translateY(-40%);
    right: -14px;
  }
}

.SAwebGuest_homeEastProcess.circleImage .boxes {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 9rem 0 6rem;
}

.circleImage .boxes .circleBox {
  background-image: url(/assets/newUI-images/guestportal/circleImage/Circle_Img1.svg);
  width: 22rem;
  height: 22rem;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.circleImage .boxes .circleBox p {
  width: 9.65rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 4.5rem;
}

.circleImage .boxes .number {
  font-size: 2.75rem;
  color: #ffffff;
  background-color: #000000;
  z-index: 99;
  position: absolute;
  top: 5rem;
  left: -0.75rem;
}

.circleImage .boxes .circleBox.second {
  background-image: url(/assets/newUI-images/guestportal/circleImage/Circle_Img2.svg);
  margin-left: -2.5rem;
}

.circleImage .boxes .circleBox.second .number {
  top: -1rem;
  left: 3rem;
}

.circleImage .boxes .circleBox.third {
  background-image: url(/assets/newUI-images/guestportal/circleImage/Circle_Img3.svg);
  margin-left: -2.5rem;
}

.circleImage .boxes .circleBox.third .number {
  top: auto;
  left: 3rem;
  bottom: 1.5rem;
}

.circleImage .boxes .circleBox.fourth {
  background-image: url(/assets/newUI-images/guestportal/circleImage/Circle_Img4.svg);
  margin-left: -2.5rem;
  background-size: 85%;
}

.circleImage .boxes .circleBox.fourth .number {
  top: -1rem;
  left: 3rem;
}

#walkscoreInfoMadal h6 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

#walkscoreInfoMadal .all-score-table {
  width: 60%;
  margin: auto;
  height: 450px;
  overflow: auto;
}

#walkscoreInfoMadal .all-score-table table tr th {
  background: #e5e5e5;
  padding: 10px;
  font-size: 1.333rem;
  font-family: var(--fontFamily);
}

#walkscoreInfoMadal .all-score-table table tr td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-family: var(--fontFamily);
}

#walkscoreInfoMadal .all-score-table table tr td b {
  display: block;
}

#fullmodel-Carousel1 .modal-content.propertyGallery {
  padding-top: 3%;
  padding-bottom: 0px;
}
#fullmodel-Carousel1 .propertyGallery .modal-body {
  max-height: 80vh;
}

#fullmodel-Carousel1 .propertyGallery h2 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.2rem;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
}

#fullmodel-Carousel1 .propertyGallery ul li {
  margin-bottom: 1.2rem;
  text-align: center;
}

#fullmodel-Carousel1 .propertyGallery ul li img {
  width: auto;
}

/* .slider {
  margin: 30px 50px;
} */

.slick-slide {
  background: #3a8999;
  color: white;
  padding: 40px 0;
  font-size: 30px;
  font-family: "Arial", "Helvetica", sans-serif;
  text-align: center;
}

.slick-prev::before,
.slick-next::before {
  color: black;
}

.slick-slide:nth-child(odd) {
  background: #e84a69;
}

.SAweb_updateUi #explore_map h2 {
  padding-left: 15px;
}

.SAweb_updateUi #explore_map ul li {
  cursor: pointer;
  border-top: 1px solid rgba(55, 55, 55, 0.06);
  padding: 8px 10px;
  position: relative;
  font-size: 1.333rem;
}

.SAweb_updateUi #explore_map ul {
  height: 700px;
  overflow: auto;
  margin-bottom: 3rem;
}

.SAweb_updateUi #explore_map ul li span {
  font-weight: 300;
  display: block;
  font-size: 1.08rem;
}

.SAweb_updateUi #explore_map ul li span:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 75%;
}

.SAweb_updateUi #explore_map ul span.location_distance {
  position: absolute;
  right: 15px;
  bottom: 8px;
}

.SAweb_updateUi #explore_map ul li:hover,
.SAweb_updateUi #explore_map ul li.test {
  background-color: #ededed;
  font-weight: 700;
}

.SAweb_updateUi #explore_map ul li:hover span,
.SAweb_updateUi #explore_map ul li.test span {
  font-weight: 700;
}

.SAweb_updateUi .company_section i {
  font-family: var(--fontFamily);
  font-size: 1.333rem;
  color: var(--colors);
}

.SAweb_updateUi #wowslider-container1 .logo {
  display: none;
}

.SAweb_updateUi .logo {
  display: none;
}

.SAweb_updateUi #wowslider-container1 span {
  font-family: var(--fontFamily);
  font-size: 1.333rem;
  color: var(--colors);
}

.SAweb_updateUi .guest-Ui .bookingList .imageView::after {
  background-color: transparent;
}

.SAweb_updateUi .guest-Ui .bookingList h5.note {
  margin-top: var(--f-size20);
  font-size: var(--f-size15);
}

.SAweb_updateUi .exploreCommuteSelect select.form-control {
  height: 30px;
  color: var(--colors);
  font-weight: 500;
  font-family: var(--fontFamily);
}

.SAweb_updateUi .explore_Location_listView {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.SAweb_updateUi .explore_Location_listView .item {
  width: 10rem;
  background: #e0e0e0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.SAweb_updateUi .explore_Location_listView .item p {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.08rem;
}

.SAweb_updateUi .explore_Location_listView .item p i {
  font-size: 1rem;
  padding-right: 10px;
}

.SAweb_updateUi .explore_Location_listView .item.slick-center2,
.SAweb_updateUi .explore_Location_listView .item:hover {
  background: #000000;
}

.SAweb_updateUi .explore_Location_listView .item.slick-center2 p,
.SAweb_updateUi .explore_Location_listView .item:hover p {
  color: #ffffff;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .image {
  height: 14rem;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .cnt {
  height: 14rem;
  width: 100%;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .item {
  cursor: pointer;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .test .cnt,
.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .item:hover .cnt {
  background: #efefef;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .cnt span {
  font-size: var(--f-size13);
  font-weight: 600;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .cnt .btn {
  border-radius: 0;
  line-height: 1.2;
  padding: 0.35rem 1.25rem !important;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--fontFamily);
  background-color: #000;
  color: #fff;
  border: 2px solid #000000;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .cnt .btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .cnt h2 {
  font-size: var(--f-size20);
  margin-bottom: 0px;
}

.guest-Ui .SAweb_updateUi .exploreLocation .topPlaces .cnt p {
  font-size: var(--f-size15);
}

div ul li.ant-select-dropdown-menu-item {
  color: var(--colors);
  font-weight: 500;
  font-family: var(--fontFamily);
}

div ul li.ant-select-dropdown-menu-item:hover {
  color: #ffffff;
  background-color: #000000 !important;
}

div
  ul
  li.ant-select-dropdown-menu-item-active:not(
    .ant-select-dropdown-menu-item-disabled
  ) {
  background-color: #000000;
  color: #ffffff;
}

.exploreCommuteSelect .ant-select-selection-selected-value {
  color: var(--colors);
  font-weight: 500;
  font-family: var(--fontFamily);
}

.exploreCommuteSelect .ant-select-arrow svg {
  fill: black;
  width: 16px;
}

.exploreCommuteSelect .ant-select-arrow {
  position: absolute;
  right: 5px;
  top: 0px;
  height: 100%;
  vertical-align: middle;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.exploreCommuteSelect .ant-select-selection__rendered {
  line-height: 2.3;
}

.exploreCommuteSelect .ant-select-selection--single {
  width: 17rem;
  border-color: #494949;
}

.SAwebGuest_arrivalInfo .progress input[type="range"]::-webkit-slider-thumb {
  border-color: black;
  background-color: #fff;
}

@-moz-document url-prefix() {
  .SAwebGuest_arrivalInfo input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #fff;
  }
}

@-moz-document url-prefix() {
  .SAwebGuest_arrivalInfo .progress {
    background-color: transparent !important;
  }

  .SAwebGuest_arrivalInfo input[type="range"]::-moz-range-track {
    background-color: #cccccc;
  }

  .SAwebGuest_arrivalInfo input[type="range"]::-moz-range-progress {
    background-color: #cccccc;
  }

  .SAwebGuest_arrivalInfo input[type="range"] {
    background-color: transparent;
  }

  .SAwebGuest_arrivalInfo input[type="range"]::-moz-range-thumb {
    border: 2px solid #000000;
    border-radius: 50%;
  }
}

.SAwebGuest_arrivalInfo input[type="range"]::-webkit-slider-thumb {
  border: 2px solid #000000;
}

.SAwebGuest_arrivalInfo input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  background-color: #cccccc;
  height: 3px;
}

.gif_loader {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gif_loader img {
  width: 180px;
}

/* @media screen and (-webkit-min-device-pixel-ratio: 0) {
  .SAwebGuest_arrivalInfo input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    background-color: #fff;
  }

  .SAwebGuest_arrivalInfo input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    -webkit-appearance: none;
    margin-top: -1px;
    background-color: yellow;
    border-color: green;
  }

  .SAwebGuest_arrivalInfo input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: ew-resize;
    margin-top: -13px;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
} */

.SAweb_searchCom .property_loadermore div#guestLoader {
  min-height: inherit;
  margin: auto;
}

/************** hiro css start ********************/
::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8e8e8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1c1c1c;
}

:root {
  --fontFamily: "Cabinet Grotesk", sans-serif;
  --colors: #000000;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --secondaryColor: #353535;
  --mainBg: #1c1c1c;
  --whiteBg: #ffffff;
  --blackBg: #000000;
  --lightBg: #f6f6f6;
  --secondaryBg: #6a6a6a;
  --lightGrayBg: #d9d9d9;
  --gothamBookFont: "Gotham Book", sans-serif;
  --gothamFont: "Gotham", sans-serif;
  --saRedColors: #cf2e22;
}

.text-gray-200{
  color:#7e7e7e;
}

.m-auto {
  margin: auto !important;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.border-top {
  border-top: 1px solid #dee2e6;
}

.text-right {
  text-align: right !important;
}

.SAweb_hiraComm {
  font-family: var(--gothamFont);
  margin: 0px;
  padding: 0px;
}

.SAweb_hiraComm p,
.SAweb_hiraComm span,
.SAweb_hiraComm b,
.SAweb_hiraComm a,
.SAweb_hiraComm button,
.SAweb_hiraComm .btn,
.SAweb_hiraComm ul,
.SAweb_hiraComm li,
.SAweb_hiraComm select,
.SAweb_hiraComm label,
.SAweb_hiraComm input {
  font-family: var(--gothamFont);
  letter-spacing: 0;
}

.SAweb_hiraComm h1,
.SAweb_hiraComm h2,
.SAweb_hiraComm h3,
.SAweb_hiraComm h4,
.SAweb_hiraComm h5,
.SAweb_hiraComm h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: var(--gothamFont);
  line-height: 1.2;
}

.d-flex,
.sm-d-flex {
  display: flex;
}

.align-items-center {
  align-items: center !important;
}

.breakPoint {
  white-space: pre-line;
}

.text-dark {
  color: var(--blackColor);
}

.text-end {
  text-align: right !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.text-dark {
  color: var(--blackColor) !important;
}

.text-white {
  color: var(--whiteColor) !important;
}

.SAweb_hiraComm button {
  box-shadow: none !important;
  outline: 0px !important;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.SAweb_hiraComm .btn,
.SAweb_hiraComm a {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.SAweb_hiraComm {
  font-family: var(--gothamFont);
}

.SAweb_hiraComm header .navbar-collapse form {
  min-width: 250px;
}

.SAweb_hiraComm #fullview #home {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}

/* Override Styles */

.SAweb_hiraComm div#home {
  position: relative;
}

.SAweb_hiraComm .bannerImage {
  position: relative;
}

.SAweb_hiraComm .bannerImage::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  background-color: #00000070;
}

.SAweb_hiraComm .bannerImage img {
  height: 100%;
  object-fit: cover;
}

.SAweb_hiraComm .bannerText {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}

.SAweb_hiraComm .bannerText img {
  width: 30rem;
  margin-bottom: 1.5rem;
  height: auto;
}

.SAweb_hiraComm .bannerText h1 {
  font-family: var(--gothamFont);
  font-size: 8rem;
  color: #ffffff;
  letter-spacing: 1rem;
  line-height: 1.25;
  margin: 0;
  font-weight: 400;
}

.SAweb_hiraComm .bannerText h2 {
  font-family: var(--gothamFont);
  line-height: 1.25;
  margin: 0;
  color: #ffffff;
  font-size: 5rem;
}

.SAweb_hiraComm .bannerText h2 span,
.SAweb_hiraComm .bannerText h2 span b {
  font-family: var(--gothamFont);
  font-weight: 700;
  color: #ffffff;
  font-size: 6.25rem;
}

.SAweb_hiraComm .bannerText h2 span b {
  color: #ffffff;
}

.SAweb_hiraComm h3 {
  color: #000000;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: var(--gothamFont);
}

.SAweb_hiraComm p {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--gothamFont);
}

.SAweb_hiraComm #fullview #locationBlock .top {
  width: 95rem;
  margin: auto;
}

.SAweb_hiraComm #fullview #locationBlock .top p {
  margin-top: 3.75rem;
}

.SAweb_hiraComm #fullview #locationBlock .top p span {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--gothamFont);
  display: block;
}

.SAweb_hiraComm #fullview .location-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.SAweb_hiraComm #fullview .location-cont .item {
  width: 50%;
}

.SAweb_hiraComm #fullview .location-cont .item p {
  width: 80%;
}

.SAweb_hiraComm #fullview .location-cont .item:first-child {
  width: 50rem;
  position: relative;
}

.SAweb_hiraComm #fullview .location-cont .item:first-child::before {
  content: "01";
  color: #edeef0;
  font-weight: bolder;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-25%, -50%);
  z-index: -1;
  font-family: var(--gothamFont);
  font-size: 14rem;
}

.SAweb_hiraComm #fullview .location-button {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #ffffff;
  border-color: #000000;
  text-transform: uppercase;
  border-radius: 0px;
  font-family: var(--gothamFont);
  padding: 1rem 1.5rem;
}

body {
  background: #ffffff;
}

.SAweb_hiraComm #fullview #amenitiesBlock {
  position: relative;
}

.SAweb_hiraComm .techView {
  padding: 3.5rem 0;
  position: relative;
}

.SAweb_hiraComm .techView::before {
  content: "03";
  color: #edeef0;
  font-weight: bolder;
  position: absolute;
  left: 50%;
  top: -6rem;
  transform: translateX(-50%);
  z-index: -1;
  font-family: var(--gothamFont);
  font-family: gotham;
  font-size: 14rem;
}

.SAweb_hiraComm .techView h3 {
  text-align: center;
}

.SAweb_hiraComm .techView h3 span {
  color: #000000;
  font-size: 4.9rem;
  font-weight: 800;
  font-family: var(--gothamFont);
}

.SAweb_hiraComm .techView .tails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  max-width: 1040px;
  margin: auto;
  margin-top: 7rem;
}

.SAweb_hiraComm .techView .tails .item {
  box-shadow: 0px 0px 5px #979797;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.SAweb_hiraComm .techView .tails .icons {
  margin: 25px;
  width: 150px;
  height: 150px;
  min-width: 150px;
}

.SAweb_hiraComm .techView .tails .text {
  background-color: #000000;
  width: calc(100% - 300px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
}

.SAweb_hiraComm .techView .tails .text p {
  font-size: 19px;
  text-align: right;
  color: #ffffff;
  font-family: var(--gothamFont);
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
}

.SAweb_hiraComm .techView .tails .text p span {
  display: block;
  font-size: 19px;
  color: #ffffff;
  font-family: var(--gothamFont);
  font-weight: 400;
}

.SAweb_hiraComm .techView .tails .text::after {
  content: "";
  position: absolute;
  left: -103px;
  top: 0px;
  height: 100%;
  border-top: 6.5rem solid transparent;
  border-right: 6.5rem solid #000000;
  border-bottom: 6.5rem solid transparent;
  border-width: 104px;
}

.SAweb_hiraComm #section5 {
  padding-top: 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.SAweb_hiraComm .bookingOpen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SAweb_hiraComm .bookingOpen h3 {
  width: 55rem;
}

.SAweb_hiraComm .bookingOpen .btn {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #ffffff;
  border-color: #000000;
  text-transform: uppercase;
  border-radius: 0px;
  font-family: var(--gothamFont);
  padding: 1.2rem 2rem;
}

.SAweb_hiraComm .bookingOpen .btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.SAweb_hiraComm footer {
  background-color: #000000;
  padding: 0px;
  margin-top: 6.5rem;
  border: 0px;
  text-align: left;
}

.SAweb_hiraComm footer .bannerText {
  position: static;
  margin: 5.5rem 0 14.5rem;
  display: block;
}

.SAweb_hiraComm footer .bannerText img {
  width: 14rem;
}

.SAweb_hiraComm footer .bannerText h2 {
  font-size: 1.75rem;
}

.SAweb_hiraComm footer .bannerText h2 span,
.SAweb_hiraComm footer .bannerText h2 span b {
  font-size: 2.5rem;
}

.SAweb_hiraComm footer .top {
  background-color: #343434;
  text-align: center;
  padding: 2.75rem 0;
  font-family: var(--gothamFont);
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 400;
}

.SAweb_hiraComm #header.header-scrolled {
  background-color: #000000;
}

.SAweb_hiraComm #header.header-scrolled .navbar-brand img {
  padding-top: 0;
}

.SAweb_hiraComm #header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  width: 100%;
}

.SAweb_hiraComm header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.SAweb_hiraComm header nav.navbar {
  padding: 10px 0;
  margin: 0px;
  min-height: initial;
  border-width: 0;
}

.SAweb_hiraComm header .navbar-brand {
  width: 250px;
  margin: 0px;
  padding: 0px;
  height: auto;
}

.SAweb_hiraComm header .navbar-brand img {
  transition: all 0.25s ease;
  width: 40px;
}

.SAweb_hiraComm header .navbar-collapse ul:first-child {
  display: flex;
  width: 100%;
  justify-content: center;
}

.SAweb_hiraComm header .nav .nav-link {
  font-family: var(--gothamFont);
  font-weight: 400;
  font-size: var(--f-size15);
  background: transparent;
  cursor: pointer;
  margin: 0px 10px;
}

.SAweb_hiraComm header .navbar-collapse form {
  width: 250px;
  min-width: 250px;
  justify-content: flex-end;
}

.SAweb_hiraComm header .btn.red-btn {
  color: var(--blackColor);
  font-family: var(--gothamFont);
  text-transform: uppercase;
  font-weight: 400;
  border: 0px;
  font-size: 1.08rem;
  border-radius: 0;
  line-height: 1.5;
  padding: 1.1rem 2rem 1.05rem;
  background-color: var(--whiteColor);
  border: 2px solid var(--whiteColor);
}

.SAweb_hiraComm header .btn.red-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.addTopSpace {
  padding-top: 9.8rem;
}

.rollIn.dp_item {
  -webkit-animation-name: rollIn1;
  animation-name: rollIn1;
}

@keyframes rollIn1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
      rotateX(12deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
      rotateX(12deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
      rotateX(12deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(12deg) ro;
    -ms-transform: rotateX(12deg);
    transform: rotateX(12deg);
  }
}

#hiro_contactus button.close {
  opacity: 1;
  font-weight: 500;
  font-family: "Gotham";
  font-size: 2.8rem;
}

#hiro_contactus.savesearch .form-control {
  font-family: "Gotham Book";
  font-weight: 500;
  height: 40px;
  font-size: 15px;
  border-radius: 0;
  font-weight: 500;
  border: 1px solid #e9e6e6;
  box-shadow: none;
}

#hiro_contactus.savesearch .modal-body {
  width: 75%;
  margin: auto;
}

#hiro_contactus .form-group.calendarFormgroup {
  display: flex;
  justify-content: space-between;
}

#hiro_contactus.savesearch textarea.form-control {
  height: auto;
}

#hiro_contactus.company_btn {
  font-family: "Gotham Book";
  font-weight: 500;
}

#hiro_contactus
  .react-datepicker-wrapper
  .react-datepicker__input-container
  input {
  margin-bottom: 0px;
}

#hiro_contactus.savesearch.modal {
  top: 0px;
}

#hiro_contactus .modal-body h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

#hiro_contactus.savesearch .form-control.validation {
  border-color: red;
}

#hiro_contactus .modal-body .alert {
  font-size: 1.75rem;
}

#hiro_contactus .form-group.calendarFormgroup > div {
  width: 48%;
}

#hiro_contactus .react-datepicker-wrapper,
#hiro_contactus .react-datepicker__input-container {
  width: 100%;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    p {
      text-align: left;
    }
  }
}

.SAweb_hiraComm .vSlider .l-realise-slider-card-block {
  position: relative;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.SAweb_hiraComm .vSlider .card {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 15px;
  box-shadow: 0px 10px 20px #9b9b9b;
  background: #f9f9f9;
  cursor: pointer;
}

.SAweb_hiraComm .vSlider .card-block-wrap {
  position: absolute;
  top: 0px;
  left: 85px;
  width: 1000px;
  height: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.SAweb_hiraComm .vSlider .card.a {
  -webkit-transform: translate3d(30px, -65px, -40px);
  transform: translate3d(30px, -65px, -40px);
  opacity: 0.6;
}

.SAweb_hiraComm .vSlider .card.b {
  -webkit-transform: translate3d(30px, 90px, -40px);
  transform: translate3d(30px, 90px, -40px);
  opacity: 0.3;
}

.SAweb_hiraComm .vSlider .card.c {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.SAweb_hiraComm .vSlider .card.d {
  -webkit-transform: translate3d(55px, 170px, -70px);
  transform: translate3d(55px, 170px, -70px);
  opacity: 0.1;
}

.SAweb_hiraComm .vSlider {
  height: 70rem;
  margin-top: 8rem;
}

a.hiro_a {
  display: none;
}

header.cc_image_text_main.corporate-h.fullvideo.landing.hiro_banner {
  margin-top: 11rem !important;
}

.hiro_banner a.hiro_a {
  display: block;
}

/************** hiro css end ********************/
.notallowed {
  background-color: "#b3aeae";
  cursor: "not-allowed";
}

.SAweb_guestLoginBanner .loginForm2 {
  grid-template-columns: repeat(2, 1fr);
  width: 40%;
  margin: auto;
  text-align: center;
}

.SAweb_guestLoginBanner .loginForm2 h2 {
  font-weight: 700;
}

.SAweb_guestLoginBanner .loginForm2 .btn {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  border: 2px solid var(--blackColor);
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 0px;
  width: 16rem;
  padding: 0.75rem 2rem;
  margin: 1rem 0 2rem;
}

.SAweb_guestLoginBanner .loginForm2 .btn:hover {
  background-color: transparent;
  color: var(--blackColor);
}

.SAweb_guestLoginBanner .loginForm2 .item {
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--blackColor);
  padding: 4rem;
  height: 100%;
}

.SAweb_guestLoginBanner .loginForm2 .item input {
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid var(--blackColor);
  border-radius: 0px;
  box-shadow: none;
  color: var(--blackColor);
  padding: 0px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 5rem 0px 3rem 0;
  height: 2.5rem;
}

.SAweb_guestLoginBanner .loginForm2 .item2 {
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--whiteColor);
  padding: 4rem;
}

.SAweb_guestLoginBanner .loginForm2 .item2 p {
  color: var(--whiteColor);
  margin: 3rem 0px 5rem 0;
  height: 2.5rem;
  font-weight: 400;
}

.SAweb_guestLoginBanner .loginForm2 .item2 .btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border-color: var(--whiteColor);
}

.SAweb_guestLoginBanner .loginForm2 .item2 .btn:hover {
  background-color: transparent;
  color: var(--whiteColor);
}

.SAwebGuest_reservePage #content2 {
  width: 100% !important;
  max-width: initial !important;
  min-height: 100vh;
  transition: all 0.3s;
  margin: 0rem 5rem;
  padding-top: 5rem;
  margin-left: 20rem;
}

.SAwebGuest_reservePage #content2.SAwebGuest_locationPage {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.openLinkService .SAwebGuest_reservePage #content2 {
  margin-left: 8rem;
}

.openLinkService .SAwebGuest_reservePage .SAwebGuest_serviceInfo {
  width: 100%;
}

.openLinkService .SAwebGuest_arrivalInfo .heading {
  border-bottom: none;
}

.openLinkService .SAwebGuest_arrivalInfo ul.nav-tabs {
  border-top: 2px solid var(--blackColor);
  width: 65%;
}

#serviceRequest .intl-tel-input {
  display: flex !important;
}

#serviceRequest .custom_radio {
  display: flex;
  /* line-height: 1.2; */
}

.formQuote span.span_spinner {
  color: #000000;
  font-size: 20px;
}

.welcomeVideoModal .modal-dialog {
  margin-top: 50px;
}
.welcomeVideoGIF {
  padding: 40px;
  position: relative;
  padding-top: 60px;
}
.welcomeVideoGIF button.btn.close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #000000;
}

.welcomeVideoModal .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.welcomeVideoModal .welcomeVideoGIF p {
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
}
.welcomeVideoGIF p a {
  font-size: 20px;
}

ul.starbucksPhotes li {
  margin-bottom: 15px;
}

.listing_amenities {
  display: flex;
}

.amenity_first i {
  margin-right: 8px !important;
}

.amenity i {
  margin-right: 8px !important;
  padding-left: 16px;
}

.textView .available_date {
  display: flex;
  justify-content: end;
  margin-top: 7px;
}

/* homepage css */
.sa-home-text-animation {
  background: #fcfcfc;
}

.sa-home-text-animation .user-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.sa-home-text-animation .user-section img {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.sa-home-text-animation h3 {
  font-size: 2rem;
  /* font-weight: 800; */
}

.sa-home-text-animation p {
  width: 50%;
}

.heading-text-break::before {
  content: "\a";
  white-space: pre;
}

.sa-home-text-animation ul.flowBtns {
  display: flex;
  justify-content: flex-start;
  margin-right: 4rem;
  margin-bottom: 4rem;
  padding-top: 20px;
}
.sa-home-text-animation ul.flowBtns li:not(:last-child) {
  margin-right: 20px;
}

.sa-home-text-animation ul.flowBtns li div {
  background: #000;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 4rem;
  border-radius: 4rem;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}

.sa-home-text-animation ul.flowBtns li div.active,
.sa-home-text-animation ul.flowBtns li div:hover {
  background: #d1d1d1;
  color: #000000;
}

.sa-home-text-animation h2 a {
  font-size: 2rem;
  font-weight: 800;
  text-decoration: none;
  color: #000000;
  padding-top: 5rem;
  display: inline-block;
}

.sa-home-text-animation .typewrite > .wrap {
  display: inline-block;
  padding-right: 5px;
}

/* blog page css */
section.sa-blog-view {
  margin-top: 2rem;
}

.sa-blog-view .blogs .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.sa-blog-view .blogs .tail.longTail {
  grid-column: 1 / 3;
  display: block;
  position: relative;
}

.sa-blog-view .blogs .tail .categories {
  padding-left: 6px;
  margin-bottom: 15px;
  font-size: 0.85rem;
  color: #616161;
  display: flex;
  text-decoration: none;
  align-items: inherit;
  line-height: 1.2;
  letter-spacing: 1.5px;
  position: relative;
  font-weight: 600;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-wrap: wrap;
}

.sa-blog-view .blogs .tail .categories::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 2px;
  height: 100%;
  background-color: black;
}

.sa-blog-view .blogs h1 {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 9px;
  cursor: pointer;
}

.sa-blog-view .blogs h1:hover {
  text-decoration: underline;
}

.sa-blog-view .blogs p {
  font-size: 1rem;
  font-weight: 600;
  color: #616161;
  letter-spacing: 1.5px;
}

.sa-blog-view .blogs figure {
  overflow: hidden;
  background: white;
  /* min-height: 25rem; */
  height: 25rem;
  position: relative;
}

.sa-blog-view i.fa.fa-star-o {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0.5;
  margin: 10px;
}

.sa-blog-view .blogs figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.sa-blog-view .latest-blog.blogs figure {
  height: 32rem;
}

.sa-blog-second-header .navbar.navbar-expand-sm {
  padding: 0.5rem 0;
}
.sa-blog-second-header div#navbar22 {
  justify-content: space-between;
  align-items: center;
}
.sa-blog-second-header .blog-search input {
  border-radius: 0;
  min-width: 300px;
  height: 38px;
}
.sa-blog-second-header .blog-search .btn {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border: 0;
}
.sa-blog-second-header i.bi.bi-search {
  position: relative;
  top: 3px;
}
.sa-blog-second-header .navbar-toggle {
  background-color: #000000;
}
.sa-blog-second-header .navbar-nav {
  background: transparent;
  float: initial;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 1rem;
  width: 100%;
}
.sa-blog-second-header li.nav-item {
  float: initial;
  width: 100%;
  display: block;
}
.sa-blog-second-header li.nav-item .btn {
  width: 100%;
}
.sa-blog-second-header li.nav-item .btn.active {
  background-color: var(--whiteColor);
  color: var(--colors);
}

.sa-blog-second-header .container:after,
.sa-blog-second-header .container:before,
.sa-blog-second-header .nav:after,
.sa-blog-second-header .nav:before,
.sa-blog-second-header .navbar-collapse:after,
.sa-blog-second-header .navbar-collapse:before,
.sa-blog-second-header .navbar:after,
.sa-blog-second-header .navbar:before,
.sa-blog-second-header .row:after,
.sa-blog-second-header .row:before {
  display: none;
}

ul.ant-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/* --------------- */

.breadcrumb .breadcrumb-item a {
  font-size: 1rem;
  text-decoration: none;
  color: #959595;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.breadcrumb .breadcrumb-item.active {
  color: #959595;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 1rem;
  /* text-transform: math-auto; */
}
.sa-blog-view .meta li:after {
  content: "";
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  margin-left: 1rem;
  height: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 3px;
}
.sa-blog-view .meta img.user {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #999999;
}
.sa-blog-view .meta li:last-child::after {
  display: none;
}

.sa-blog-view .blogs .meta a::after {
  display: none;
}
.sa-blog-view .blogs .meta a {
  margin: 0;
  padding: 0;
  display: inline;
  text-decoration: none;
  color: #959595;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 1rem;
}
.sa-blog-view .blogs .meta li {
  color: #959595;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 1rem;
}

.sa-blog-view .blogs .blog-content p {
  color: #707a88;
  font-size: 16px;
  text-transform: initial;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: initial;
  /* text-align: justify; */
}
.sa-blog-view .blogs .blog-content p.heading {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
}
.sa-blog-view .blog-content h3 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
}
.sa-blog-view div.blog-content a {
  display: inline;
  margin: 0;
  padding: 0;
  letter-spacing: initial;
  font-size: 1.1rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: #000000;
}
.sa-blog-view div.blog-content a::after {
  display: none;
}
.sa-blog-view .blogs .user-image-left {
  float: left;
  margin: 1rem 2rem 1rem 0rem;
  height: auto;
  max-width: 200px;
  background: transparent;
}
.sa-blog-view .blogs .user-image-right {
  float: right;
  margin: 1rem 0rem 1rem 2rem;
  height: auto;
  max-width: 200px;
  background: transparent;
}

.sa-blog-view .blogs a.tag {
  border: solid 1px #c3c3c3;
  border-radius: 25px;
  font-size: 13px;
  display: inline-block;
  padding: 3px 14px;
  margin: 4px 5px;
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  background: #000000;
}
.sa-blog-view .blogs .post-bottom {
  border-top: 1px solid #cccccc;
  margin: 2rem 0 3rem;
}
.sa-blog-view .post-bottom .userStory {
  display: flex;
  align-items: center;
  background: #ebebeb;
  margin-top: 1rem;
  padding: 1.25rem;
  /* background: #dddddd; */
}
.sa-blog-view .post-bottom .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 80px;
  min-width: 80px;
  margin-right: 2rem;
}
.sa-blog-view .post-bottom h3 {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 700;
}
.sa-blog-view .blog-sideview h3 {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 800;
  margin-bottom: 2rem;
}
.sa-blog-view .blog-sideview {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 1.5rem;
}
.sa-blog-view .blog-sideview p {
  color: #707a88;
  font-size: 16px;
  text-transform: initial;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: initial;
}
.sa-blog-view ul.social-icons {
  display: flex;
  justify-content: center;
}
.sa-blog-view ul.social-icons li {
  margin: 0 10px;
}
.blog-sideview .post {
  display: flex;
  text-align: left;
  align-items: center;
  position: relative;
  /* background: red; */
  margin-bottom: 2rem;
}
.blog-sideview .post .thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.blog-sideview .post .thumb img {
  height: 100%;
  object-fit: cover;
}
.blog-sideview .post h6 a {
  color: #000000;
  font-size: 1.05rem;
  font-weight: 600;
}
.blog-sideview .post:after {
  content: "";
  display: block;
  height: 1px;
  /* margin-bottom: 20px; */
  /* margin-top: 20px; */
  width: 100%;
  background: #ebebeb;
  background: -webkit-linear-gradient(right, #ebebeb 0%, transparent 100%);
  background: linear-gradient(to left, #dddcdc 0%, transparent 100%);
  position: absolute;
  bottom: -1rem;
}
.blog-sideview .post:last-child::after {
  display: none;
}
.sa-blog-view .post-bottom .details-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#baseModal-micheal .modal-body {
  width: 95%;
}
#baseModal-micheal .modal-content {
  background: #ffffff;
}
.modal .sa-forms-new form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  text-align: left;
}
.modal .sa-forms-new h1.modal-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-top: -2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.modal .sa-forms-new form .form-group input {
  border: 0;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  /* box-shadow: 0px 5px 6px 0 rgb(96 96 96 / 30%) inset,
    -8px -8px 12px 0 rgba(255, 255, 255, 0.95) inset; */
  border: 1px solid #000000;
}
#baseModal-micheal .location {
  text-align: left;
}
#baseModal-micheal .list-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#baseModal-micheal .list-items label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
}
#baseModal-micheal .list-items input[type="radio"] {
  margin: auto auto 10px auto;
}
#baseModal-micheal .list-items input[type="radio"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: 240ms;
}
#baseModal-micheal .list-items input[type="radio"]:checked:after {
  border-color: #000000;
  background: #000000;
}
#baseModal-micheal .calendar {
  text-align: left;
}
#baseModal-micheal .react-datepicker-wrapper,
#baseModal-micheal .react-datepicker__input-container {
  width: 100%;
}
#baseModal-micheal .form-control {
  height: 40px;
}
.sa-forms-new form .btn {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-weight: 500;
  border: 2px solid #000000;
}
.sa-forms-new form .btn:hover {
  background: #ffffff;
  color: #000000;
}
.profile.sa-forms-new .tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  margin-bottom: 3rem;
}
.profile.sa-forms-new .tabs .tab-button {
  background: #ccc;
  color: #000000;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 15px;
  border: 0;
}
.profile.sa-forms-new .tabs .tab-button.active {
  background: #000000;
  color: #ffffff;
}
.profile.sa-forms-new table td {
  width: 50%;
  vertical-align: top;
  text-align: left;
  padding: 5px 0;
}
.profile.sa-forms-new table td.spl {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

#baseModal-micheal .modal-content {
  border-radius: 0px !important;
}

.sa-blog-second-header .logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
}
.sa-blog-second-header .another-logo {
  max-width: 220px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sa-blog-second-header .another-logo img {
  width: 37px;
  margin-right: 15px;
}
.sa-blog-second-header .another-logo h1 {
  font-size: 30px;
  margin: 0;
}

#baseModal-micheal .rmc .list-items {
  flex-direction: column;
  align-items: start;
}
#baseModal-micheal .rmc .list-items input[type="radio"] {
  width: auto;
  border: 0;
  height: auto;
  padding: 10px;
  margin: 0;
}
#baseModal-micheal .rmc .list-items label {
  font-size: 15px;
  font-weight: 400;
  margin-right: 25px;
}
#baseModal-micheal .rmc .list-items input[type="radio"]:after {
  width: 20px;
  height: 20px;
  border-color: #000000;
}
#baseModal-micheal .volume input {
  margin-bottom: 15px;
}
#baseModal-micheal .volume .list-items {
  flex-wrap: wrap;
}
#baseModal-micheal .volume input[type="checkbox"] {
  width: 22px;
  height: 22px;
}
#baseModal-micheal label.sub-label {
  font-weight: 400;
  font-size: 14px;
}

.modal.dialog-900 .modal-dialog {
  max-width: 900px;
}
.modal .thanksModalView h2 {
  margin-top: -2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.modal .thanksModalView p {
  color: #898989;
  font-size: 1.5rem;
  margin-left: 4rem;
}

ul.blog-ul-list-disc {
  list-style-type: disc;
  padding-left: 50px;
  margin: 10px 0;
}
ul.blog-ul-list-disc li {
  list-style-type: disc;
  padding-bottom: 5px;
}
#leadership-modal img {
  max-width: 320px;
}
.SAweb_updateUi .btn.no-hover:hover {
  background-color: initial;
  color: initial;
}
.SAweb_updateUi #leadership-modal h3 {
  font-size: 3rem;
  color: #000000;
}
.SAweb_updateUi #leadership-modal h4 {
  font-size: 22px;
  color: #444444;
}
.SAweb_updateUi #leadership-modal span{
  font-size: 18px;
}
#leadership-modal .modal-lg {
  width: 1000px;
}
#leadership-modal .modal-content{
  border-radius: 15px;
}
#leadership-modal .modal-content .close.btn .bi-x::before {
   font-weight: normal !important
}
/* tooltip custom csss */

.tooltip-container {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1000000;
  bottom: 125%;
  top: 100%;
  left: 100px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  min-width: 350px;
  height: 80px;
}

/* Tooltip container hover state */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.overflow-visible {
  overflow: visible !important;
}

ul.appStore-listview {
}
ul.appStore-listview li {
  font-size: 1.5rem;
  color: var(--colors);
  display: flex;
  justify-content: flex-start;
  margin: 20px 0px;
  font-weight: 500;
  align-items: center;
}
ul.appStore-listview li:first-child {
  opacity: 0.5;
}
ul.appStore-listview li span:first-child {
  width: 65px;
  text-align: center;
  margin-right: 10px;
}

ul.appStore-listview li span {
  font-size: 1.5rem;
  color: var(--colors);
  font-weight: 500;
}

.rounded-5 {
  border-radius: 5px;
}

.sa-admin-login .intl-tel-input .flag-container {
  top: 24px;
  z-index: 999;
}

.sa-admin .bookit-search-form input.form-control {
  width: 100%;
}

.input-group-append.bookit-google-places {
  position: absolute;
  right: 0px;
  z-index: 9;
  top: 0px;
  bottom: 0px;
}

.badge.studio.active {
  background-color: teal;
}

.SAweb_schools ul.nav-tabs li {
  position: relative;
}
.SAweb_schools ul.nav-tabs li a {
  background: transparent;
}
.SAweb_schools ul.nav-tabs li .great-schools-main-logo {
  width: 110px;
  position: absolute;
  bottom: 5px;
  right: 0px;
}

.SAweb_schools .owl-carousel .item ul img.rating-image {
  width: 37px;
  margin: 0px 10px 0px 0px;
  height: auto;
}
.SAweb_schools .owl-carousel.btn-left .owl-buttons {
  text-align: left;
}
.SAweb_schools span.school-copy-right {
  position: absolute;
  bottom: 45px;
  right: 0px;
  font-size: 15px;
  z-index: 666;
}
.SAweb_schools span.school-copy-right a {
  font-size: 17px;
  font-weight: 600;
}
/* ------------- */

.in-intern-home-banner {
  position: relative;
}
.in-intern-home-banner img.bannerImg {
  min-height: 750px;
  object-fit: cover;
}

.in-intern-home-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
}

.in-intern-home-content {
  position: absolute;
  left: 0px;
  top: 10%;
  z-index: 2;
  right: 0px;
  margin: auto;
}
.in-intern-home-content .content-width {
  width: 490px;
}

.in-intern-home-content .content-width .btn {
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border-radius: 10rem;
  margin-top: 30px;
  font-weight: 700;
}
.in-intern-home-content .content-width.paraCount p {
  font-size: 1.35rem;
  font-weight: 300;
}
.SAweb_updateUi.in-intern-content h3 {
  font-size: 2rem;
}
.SAweb_updateUi.in-intern-content h4 {
  font-size: 1.45rem;
  font-weight: 700;
}
.in-intern-content ul.listView {
  margin: 1.5rem 0;
}
.in-intern-content ul.listView li {
  font-size: 1.55rem;
  font-weight: 500;
}
.in-intern-content ul.listView li i {
  margin-right: 10px;
}

.in-intern-content .btn {
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  border-radius: 10rem;
  margin-top: 30px;
  font-weight: 700;
}
.in-intern-content ul.listView.listViewAbout {
  margin: 1.5rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20%;
}
.in-intern-content .imageOverlapBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.in-intern-content .imageOverlapBox .item img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  height: 700px;
}
.in-intern-content .imageOverlapBox .item {
  height: 100%;
}

.in-intern-content .imageOverlapBox .item.text {
  background: #ffffff;
  padding: 4rem;
  margin: 4rem 0;
  height: calc(100% - 8rem);
  margin-left: -6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.in-intern-content .imageOverlapBox .item.text p {
  font-size: 1.5rem;
}

.in-intern-content ul.stepListView {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  border-bottom: 2px solid #949393;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.in-intern-content ul.stepListView li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 600;
}
.in-intern-content ul.stepListView li span {
  font-weight: 700;
  font-size: 1.75rem;
}
.in-intern-content ul.stepListView li:nth-of-type(odd) span {
  color: #0374b3;
}
.in-intern-content ul.stepListView li img {
  height: 45px;
  margin-top: 1rem;
}
.in-intern-content ul.stepListView.text {
  border: 0;

}
.in-intern-content ul.stepListView.text li {
  font-size: 1.5rem;
  font-weight: 400;

}

.in-intern-content ul.stepListView.oneTial {
  display: block;
  text-align: center;
}
.in-intern-content ul.stepListView.oneTial img {
  height: 75px;
}
.border-0 {
  border: 0px !important;
}

.in-intern-content ul.listView.listViewAbout li {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: center;
}
.min-height-auto {
  min-height: initial !important;
}

.bottomSpaceHide{
  margin-bottom: -70px;
    padding-bottom: 60px;
    z-index: 9;
    position: relative;
}
span.close-btn-modal{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  color: #333333;
  font-weight: 500;
}

.w-45{
  width: 45%;
}

#detailsModal .modal-header{
  border: 0;
}
#detailsModal .modal-content{
 border-radius: 10px;
}
#detailsModal button.close.btn {
 position: absolute;
 top: 20px;
 right: 20px;
}

.sa-admin .ant-table-content a[href]{
 color: #0066cc;
 font-weight: 400;
}
.sa-admin .ant-table-content a[href]:hover{
 text-decoration: underline !important;
}

.sa-admin .card.custom-card-view{
    padding: 20px;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #b3b3b3;
}
.sa-admin .custom-card-view .round{
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0px 0px 10px #d3d3d3;
    border: 1px solid #000000;
}

.sa-admin .custom-card-view h5{
   font-size: 1.6rem;
   color: #000;
   font-weight: 700;
}
.sa-admin .custom-card-view p{
font-size: 20px;
color: #333333;
font-weight: 500;
}
.sa-admin .custom-card-view .round i.mdi{
  font-size: 30px;
}
.sa-admin i.mdi.mdi-help {
  background: #4e4e4e;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.sa-admin #service-orders-modal .page-title-box{
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: 20px;
}
.sa-admin #service-orders-modal .page-title-box .btn.close{
   position: static ;
}
.sa-admin #detailsModal .btn.location_btn{
   border-radius: 5px;
}
.sa-admin #detailsModal h2{
  text-align: center;
  font-size: 22px;
}

/* feb-14 changes */
.terms-conditions ul{
  padding-left: 20px;
  padding-top: 15px;
}
.terms-conditions ul li{
   list-style-type: disc;

   margin-bottom: 5px;
   font-size: 17px;
   font-weight: 400;
   color: #000000;
}

.terms-conditions .checkmark{
  border-radius: 5px;
  margin-right: 10px;
}

.terms-conditions span {
  font-weight: 600;
  position: relative;
  top: 5px;
  left: 5px;
}

.terms-conditions .custom_checkbox{
  display: flex;
  align-items: center;
  padding: 0;
}
.banner_bottom.footer_top.linkedIn .bb_text h1{
  font-size: 1.5rem;
}
.terms-conditions .custom_checkbox input[type=checkbox]{
  width: 30px;
  height: 30px;
  margin: 0;
  left: 4px;
  top: 4px;
  z-index: 1;
}

.linkedIn-interns {
  background: #f1f1f1f1;
  max-width: 500px;
  border-radius: 10px;
  padding: 50px 60px;
  margin: auto;
  margin: 10rem auto;
}
.linkedIn-interns h2 {
  margin: 0px;
  font-weight: 600;
}
.linkedIn-interns h3 {
  font-size: medium;
}
.linkedIn-interns form {
  display: flex;
  align-items: center;
}
.linkedIn-interns form input {
  height: 35px;
  padding: 5px;
}
.linkedIn-interns form button.btn {
  height: 35px;
}
.linkedIn-interns .error {
  font-size: small;
  color: #f51313;
  margin-top: 10px;
}

/* Your Dedicated Team css */

.your-d-team {
  width: 85%;
}
.your-d-team .tails{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.your-d-team .tails img{
  margin-right: 20px;
    min-width: 200px;
    min-height: 200px;
}
.your-d-team .tails h3{
  font-weight: 800;
}
.your-d-team .tails h4{
  font-weight: 700;
  white-space: normal;
  word-break: break-all;
}
.your-d-team .tails p{
  color: #6b6969;
  white-space: normal;
  /* word-break: break-all; */
  font-size: 17px;
}



.your-d-team .tails-new h3{
  font-weight: 800;
}
.your-d-team .tails-new p{
  color: #000000;
  font-weight: 500;
  font-size: 1.135rem;
}
.your-d-team .tails-new p a{
  font-weight: 500;
  font-size: 1.134rem;
  color: #0066cc;
}

.your-d-team .tails-new p a:hover{
  text-decoration: underline !important;
}



@media  (max-width:1024px){
  #leadership-modal .modal-lg {
    width: 90%;
  }
} 

@media  (max-width:767px) {
  .your-d-team .tails{
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
  .your-d-team {
    width: 85%;
   margin: auto;

 }
.your-d-team .tails img{
    min-width: 180px;
    min-height: 180px;
    margin: auto;
    margin-bottom: 25px;
}
}