body {
  font-family: "Open Sans";
}

.banner-t {
  background-image: url("../images/banner.png");
  padding: 15% 0 23%;
}

.fw-600 {
  font-weight: 600;
}
.carousel-caption {
  position: absolute;
  right: 5%;

  left: 5%;

  text-align: center;
  top: 24%;
}
.banner-text {
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 98px;
  color: #266ca3;
}
/* .banner {
  background-image: url("../images/banner.png");
  padding: 13% 0;
}
.banner-1 {
  background-image: url("../images/au-banner-desktop.png");
  padding: 17% 0;
} */
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 76px;
  line-height: 95px;
  color: #ffffff;
}
h2 {
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #17374f;
}
h3 {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #17374f;
}
.banner-heading {
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 74px;
  line-height: 95px;
  color: #266ca3;
}
.banner_subtext {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  /* line-height: 95px; */
  color: #ffffff;
}
.nav-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.text-blue {
  color: #3984be !important;
}
.logo {
  width: 6%;
}
.btn,
.sub-btn {
  font-size: 18px;
  font-family: "Open Sans";
}
.blue-box {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}
.gray-box {
  background-color: #e5f2f9;
  position: absolute;
  top: 75px;
  left: -80px;
  z-index: 1;
}
.unispace-gray-box {
  background-color: #e5f2f9;
  position: absolute;
  top: 0px;
  left: -14px;
  z-index: 1;
}
.gray-box-left {
  background-color: #e5f2f9;
  position: absolute;
  top: 75px;
  right: -80px;
  z-index: 1;
}
.gray-box p,
.gray-box-left p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.logo_text {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #404040;
  padding-top: 20px;
}
.underline {
  margin-top: -30px;
  width: 250px;
  height: 3px;
}
.underline-2 {
  margin-top: -30px;
  width: 175px;
  height: 3px;
}
.bg-blue {
  background-color: #3984be;
}
.usnispace {
  background-image: url("../images/unispace-edge.webp");
}
.owl-carousel .owl-item img {
  width: unset;
}
.unispace-icon {
  width: 50px !important;
}
.item p {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #404040;
}
.card p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  height: 135px;
}
.voice-of-delight {
  background-image: url("../images/voice-of-delight-bg.webp");
}
.testimonal-name {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: black;
}
.padding-last {
  padding: 10% 0;
}
.visit-showroom-img {
  margin-top: -225px;
}
.last-btn {
  /* top: 35%;
  left: 45%;
  transform: translateX(-34%); */
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.footer-bg {
  background-image: url("../images/footer-bg.webp");
}
.parsley-errors-list {
  color: red;
}
.windows_section {
  background-color: #e4eefb;
}
p.window_text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #17374f;
}
.fixed_button {
  top: 50%;
  right: -98px;
  position: fixed;
  transform: rotate(-90deg);

  z-index: 999;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 321px) {
  .last-btn {
    left: 20% !important;
    top: 40%;
    transform: translate(-10%, -50%) !important;
  }
  h1 {
    font-size: 19px;
    line-height: 34px;
  }
  .banner-text {
    font-size: 19px !important;
    line-height: 30px !important;
  }
  .carousel-caption {
    top: 3% !important;
  }
}
@media (max-width: 768px) {
  .btn span {
    font-size: 12px;
  }
  .gray-box {
    position: unset;
  }
  .blue-box {
    position: unset;
    padding: 0 10px;
    transform: unset;
    margin-top: -80px;
  }
  .blue-box img {
    width: 100%;
  }
  .gray-box-left {
    position: unset;
  }
  h1 {
    font-size: 31px;
    line-height: unset;
  }
  h2 {
    font-size: 23px;
  }
  .logo {
    width: 20%;
  }
  .m-15 {
    margin: 15px 0;
  }
  .padding-last {
    padding: unset;
  }
  .visit-showroom-img {
    margin-top: unset;
    padding: 10px 0;
  }
  .last-btn {
    left: 28%;
    top: 40%;
    transform: translate(-10%, -50%);
  }
  .logo_text {
    font-size: 15px;
  }
  .fixed_button {
    right: -76px;
  }
  .banner_subtext {
    font-size: 27px;
  }
  .banner-heading {
    font-size: 32px;
    line-height: unset;
  }
}
@media (max-width: 767px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    padding-bottom: 20px;
  }

  .location-logo-mb {
    position: relative;
    top: -25px;
  }
  .banner-1 {
    padding: 6% 0;
  }
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .b-img {
    height: 300px;
  }
  .carousel-caption {
    top: 21%;
  }
  .banner-text {
    font-size: 20px;
    line-height: 34px;
  }
  .carousel-caption {
    right: 3%;
    left: 3%;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .last-btn {
    left: 30%;
    top: 40%;
    transform: translate(3%, -50%);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .blue-box {
    margin-top: 30px;
  }
  .blue-box img {
    width: 750px;
  }
  /* .pt-md-4 {
    padding-top: 0px !important;
  } */
  .gray-box p,
  .gray-box-left p {
    font-size: 12px;
  }
  h2 {
    line-height: unset;
  }
  .gray-box-left {
    background-color: #e5f2f9;
    position: unset;
    margin-right: -80px !important;
    margin-top: 40px;
  }
  .gray-box {
    background-color: #e5f2f9;
    position: unset;
    margin-left: -70px;
    margin-top: 45px;
  }
  .unispace-gray-box {
    margin-left: -26px;
    margin-top: 0px;
  }
  .right-img {
    height: 550px;
  }
  .left-img {
    height: 430px;
  }
  .visit-showroom-img {
    margin-top: -180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-1 {
    padding: 10% 0;
  }

  .logo {
    width: 8%;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    padding-bottom: 20px;
  }
  h1 {
    font-size: 38px;
    line-height: 55px;
  }
  .banner-text {
    font-size: 38px;
    line-height: 55px;
  }
  .carousel-caption {
    top: 26%;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .carousel-caption {
    top: 28%;
  }
}
@media (min-width: 820px) and (max-width: 991px) {
  .banner-heading {
    font-size: 61px;
    line-height: 86px;
  }
  .banner-1 {
    padding: 15% 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .footer-text {
    font-size: 14px;
  }
  .banner-heading {
    font-size: 43px;
    line-height: 52px;
  }
  h1 {
    font-weight: 400;
    font-size: 60px;
  }

  .banner-text {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .gray-box-left {
    background-color: #e5f2f9;
    position: unset;
    margin-right: -65px !important;
    margin-top: 40px;
  }
  .banner-heading {
    font-size: 49px;
    line-height: 66px;
  }
  .gray-box {
    background-color: #e5f2f9;
    position: unset;
    margin-left: -70px;
    margin-top: 45px;
  }
  .unispace-gray-box {
    margin-left: -26px;
    margin-top: 0px;
  }
  .right-img {
    height: unset;
  }
  .left-img {
    height: 430px;
  }
  /* .carousel {
    z-index: -1;
  } */
}
@media (min-width: 768px) and (max-width: 991px) {
  .gray-box {
    margin-left: 0px !important;
  }
  .usnispace {
    margin-top: 28px !important;
  }
  .btn-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .gray-box p,
  .gray-box-left p {
    font-size: 18px;
    line-height: 25px;
  }
  .usnispace {
    margin-top: 166px;
  }
  .unispace-margin {
    margin-top: 228px;
  }
  .mb_heading {
    padding-top: 68px;
  }

  .banner-1 {
    padding: 15% 0;
  }
}
@media (min-width: 1550px) and (max-width: 1600px) {
  .unispace-margin {
    margin-top: 149px;
  }
}

@media (min-width: 1601px) and (max-width: 1750px) {
  .gray-box p,
  .gray-box-left p {
    font-size: 24px;
    line-height: 30px;
  }
  .unispace-margin {
    margin-top: 361px;
  }
}
@media (min-width: 1751px) and (max-width: 2000px) {
  .gray-box p,
  .gray-box-left p {
    font-size: 24px;
    line-height: 45px;
  }
  .usnispace {
    margin-top: 350px;
  }
  .unispace-margin {
    margin-top: 361px;
  }
  .mb_heading {
    padding-top: 151px;
  }

  .banner-1 {
    padding: 16% 0;
  }
  h1 {
    font-size: 98px;
    line-height: 142px;
  }

  .carousel-caption {
    top: 28%;
  }
  .banner-text {
    font-size: 99px;
    line-height: 142px;
  }
}
@media (min-width: 1900px) and (max-width: 1930px) {
  .banner-1 {
    padding: 17% 0;
  }
}
/* @media (min-width: 1440px) and (max-width: 1920px)
.unispace-margin {
    margin-top: 153px;
} */
