.swiper-button-prev-next {
  position: absolute;
  right: 84px;
  bottom: 92px;
  margin: auto;
  z-index: 9;
  width: 72px;
}
  .swiper-button-prev-white,
.swiper-button-next-white {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #832625;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 30%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
}
.bannerHeadingBox {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  bottom: 55px;
  top: 0;
  margin: auto;
  left: 100px;
  width: 42%;
}
.bannerHeadingBox.bannerHeadingBoxRight{
  right: 0;
  width: 40%;
  margin-right: 80px;
}
.bannerHeadingBox.bannerHeadingBoxCenter{
  margin: auto;
  right: 0;
  width: 40%;
  left: 0;
}
.maskContentHide .mask-content-cover{
  display: none !important;
}
.gmbQRCodeBannerOuter .mask-content-cover{
  display: none !important;
}
.gmbQRCodeBannerOuter picture img {
	top:0;
  margin-bottom:0;
  border-radius: 10px;
}
.gmbQRCodeBannerOuter .gmbQRCodeImageBox img{
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}
.gmbQRCodeBannerOuter .col-sm-4{
  padding-right: 5px;
}
.maskContentHide picture img {
	top:0;
  margin-bottom:0;
  border-radius: 10px;
}
.bannerCenterTextOuter .row {
  margin-bottom: 40px;
  margin-top: 40px;
} 
.gmbQRCodeBannerOuter .row{
  margin-bottom: 40px;
  margin-top: 40px;
}
.gmbQRCodeBannerOuter .gmbQRCodeImageBox {
  width: 100%;
  height: 100%;
}
.gmbQRCodeBannerOuter .bannerHeadingBox {
  display: none;
}
.bannerHeading {
  font-size: 32px ;
  color: #832625;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 8px;
}
.main-slider h1 {
  font-size: 32px;
  line-height: 40px;
}

.bannerSubHeading {
  font-size: 20px;
  color: #832625;

  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
}

.bannerCtaURL {
  padding: 8px 16px;
  background-color: #832625;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
}
.bannerHeadingBox.bannerCenterText .bannerCtaURL {
  line-height: 20px;
}

.bannerCtaURL:hover {
  color: #fff;
  transform: scale(1.05);
}
@media screen and (min-width: 576px) {
  .bannerHeadingBox.bannerCenterText {
    bottom:0
  }
}
@media screen and (max-width: 1279px) {
  .spotlight picture img {
    top: 0;
  }
  
}
@media screen and (max-width: 992px) {
  .swiper-button-prev-next {
    position: absolute;
    right: 16%;
    bottom: 70px;
    margin: auto;
    z-index: 9;
    width: 72px;
  }
  
  .bannerHeading {
    font-size: 30px ;
    line-height: 38px;
  }
  .bannerHeadingBox {
    bottom: 0;
    width: 42%;
    left: 60px;
  }
  .bannerHeadingBox.bannerHeadingBoxRight{
    right: 0;
    width: 40%;
    margin-right: 60px;
  }
  .bannerHeadingBox.bannerHeadingBoxCenter{
    margin: auto;
    right: 0;
    width: 40%;
    left: 0;
  }
  .bannerSubHeading {
    font-size: 20px;
    line-height: 26px;
  }
  .bannerCtaURL {
    font-size: 16px;
    padding: 8px 16px;
    line-height: 24px;
  }
  .bannerHeadingBox.bannerCenterText .bannerCtaURL {
    font-size: 16px;
    padding: 6px 16px;
    line-height: 20px;
  }
  #mainDivBan .spotlight .mask-content-cover {
    height: 100%;
  }
  .spotlight .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-slider h1 {
    margin-bottom: 8px;
    text-align: left;
    font-size: 30px ; 
   line-height: 38px;
    
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev-next {
    position: absolute;
    right: 16%;
    bottom: 60px;
    margin: auto;
    z-index: 9;
    width: 72px;
  }
  .bannerCenterTextOuter .row {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gmbQRCodeBannerOuter .row{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .swiper-button-prev-white,
  .swiper-button-next-white {
    width: 30px;
    height: 30px;
  }
  .bannerHeadingBox {
    left: 40px;
  }
  .bannerHeadingBox.bannerHeadingBoxRight{
    right: 0;
    width: 40%;
    margin-right: 60px;
  }
  .bannerHeadingBox.bannerHeadingBoxCenter{
    margin: auto;
    right: 0;
    width: 40%;
    left: 0;
  }
  .bannerHeading {
    font-size: 26px ;
    line-height: 34px;
  }
  .main-slider h1 {
    font-size: 26px ;
    line-height: 34px;
    
  }
  .bannerSubHeading {
    font-size: 18px;
    line-height: 26px;
  }
  .bannerCtaURL {
    font-size: 14px;
    padding: 8px 12px;
    line-height: 20px;
  }
  .bannerHeadingBox.bannerCenterText .bannerCtaURL {
    font-size: 14px;
    padding: 6px 12px;
    line-height: 20px;
  }
  .spotlight .container {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .spotlight-holder.maskContentHide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gmbQRCodeBannerOuter .spotlight-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bannerHeading {
    font-size: 24px ;
    line-height: 32px;
  }
  .main-slider h1 {
    font-size: 24px ;
    line-height: 32px;
  }
  .gmbQRCodeBannerOuter .gmbQRCodeImageBox{
    display: none;
  }
  .bannerSubHeading {
    font-size: 16px;
    line-height: 24px;
  }
  .bannerHeadingBox ,.bannerHeadingBoxRight {
    left: 40px;
    bottom: inherit;
    top: 30px;
    width: calc(100% - 120px);
  }
  .bannerHeadingBox ,.bannerHeadingBoxCenter{
    left: 40px;
    bottom: inherit;
    top: 30px;
    width: calc(100% - 120px) !important;
  }
  .bannerHeadingBox.bannerCenterText {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
  }
  .bannerHeadingBox.bannerCenterText .bannerCtaURL{
    margin: auto;
  }
}

.high_contrast .bannerCtaURL {
  color: white ;
  background-color: black ;
  border: solid 1px #ffef00;
}
.high_contrast .swiper-button-prev-white,
.high_contrast .swiper-button-next-white {
  background-color: black ;
  border: solid 1px #ffef00 ;
}
.high_contrast .bannerHeading ,
.high_contrast .bannerSubHeading{
  color: #ffef00 !important;
}
@media (min-width: 300px) {
.swiper-button-next-white,
  .swiper-container-rtl .swiper-button-prev-white {
      right: 0px ;
      left: auto ;
  }
}
.swiper-button-prev-white.swiper-button-white,
.swiper-container-rtl .swiper-button-next-white.swiper-button-white {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next-white.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev-white.swiper-button-black,
.swiper-container-rtl .swiper-button-next-white.swiper-button-black {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-disabled,.swiper-button-disable{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}