body {
  font-family: 'Open Sans';
}

.fw-600 {
  font-weight: 600;
}

.banner {
  background-image: url('../images/begu-new.png');

  padding: 22% 0;
}

.banner-2 {
  background-image: url('../images/banner-2-bangalore-min.png');

  padding: 8% 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;
}

.breadcrumb_container p{color: #0081C5; font-weight: 500; font-style: italic;}
.breadcrumb_container p a{color: #fff; text-decoration: none;}
.breadcrumb_container p span{margin: 0 5px; color: #fff;}
.banner.bg.container-fluid .breadcrumb_container p{
  color: #fff !important;
}

.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: -77px;

  left: 50%;

  transform: translateX(-50%);
}

.gray-box {
  background-color: #e5f2f9;

  position: absolute;

  top: 75px;

  left: -50px;

  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;
}

.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;
}
.carousel-control-next {
  right: 50px;
}
.carousel-control-prev {
  left: 40px;
}
@media (max-width: 321px) {
  .last-btn {
    left: 20% !important;

    top: 40%;

    transform: translate(-10%, -50%) !important;
  }
  .banner {
    padding: 20% 0px !important;
  }
}

@media (max-width: 768px) {
  .banner {
    background-image: url(../images/begu-new.png);
    padding: 0% 0px;
    height: 204px;
}
  .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: 46px;

    line-height: unset;
  }

  h2 {
    font-size: 28px;
  }

  .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%);
  }

  .sub-btn {
    font-size: 14px;
  }

  .fixed-button {
    right: -80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner {
    
    height: 341px;
}
}
@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 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: 0px !important;

    /* margin-top: 40px; */
  }

  .gray-box {
    background-color: #e5f2f9;

    position: unset;

    margin-left: -10px;

    /* margin-top: 45px; */
  }

  .right-img {
    height: 550px;
  }

  .left-img {
    height: 430px;
  }

  .visit-showroom-img {
    margin-top: -180px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .gray-box-left {
    background-color: #e5f2f9;

    position: unset;

    margin-right: -65px !important;

    margin-top: 40px;
  }

  .gray-box {
    background-color: #e5f2f9;

    position: unset;

    margin-left: -70px;

    margin-top: 45px;
  }

  .right-img {
    height: unset;
  }

  .left-img {
    height: 430px;
  }

  .carousel-item {
    z-index: -1;
  }
  #carouselExample02Indicators .carousel-item {
    z-index: unset !important;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .gray-box p,
  .gray-box-left p {
    font-size: 18px;

    line-height: 25px;
  }
}

@media (min-width: 1601px) and (max-width: 1750px) {
  .gray-box p,
  .gray-box-left p {
    font-size: 24px;

    line-height: 30px;
  }
}

@media (min-width: 1751px) and (max-width: 2000px) {
  .gray-box p,
  .gray-box-left p {
    font-size: 24px;

    line-height: 45px;
  }
}

@media (min-width: 1401px) and (max-width: 2000px) {
  .xxl-padding {
    padding-bottom: 9%;
  }

  .fixed-button {
    right: -125px !important;
  }
}

.fixed-button {
  right: -140px;

  top: 35%;

  position: fixed;

  transform: rotate(-90deg);

  z-index: 999999;
}

@media (min-width: 1520px) and (max-width: 1600px) {
  .xxl-padding {
    padding-bottom: 6%;
  }
}
