

/* inline style to css starts*/

.width6375rem{
  width: 6.375rem;

}

.width10rem {
  width: 10rem;
}
.width125rem {
  width: 12.5rem;
}
.width20rem {
  width: 20rem;
}
.width20{
  width: 20%;
}
.width150px {
  width: 150px;

}

.height4px {
  height: 4px;
}
.height12rem {
  height: 12rem;
}
.height15rem {
  height: 15rem;
}
.fontsize225rem{
  font-size: 2.25rem;

}
.maxwidth9rem{
  max-width: 9rem;
}
.maxwidth10rem{
  max-width: 10rem;
}
.maxwidth22rem {
  max-width: 22rem;
}
.maxwidth35rem {
  max-width: 35rem;
}
.maxwidth42rem{
  max-width: 42rem;
}
.zindex10{
  z-index: 10;

}
.bgcoloreaeaeb {
  background-color: #eaeaeb;
}
.bgcolord1dceb {
  background-color: #d1dceb;
}
.bgcolorf4e6a2 {
  background-color: #f4e6a2;
}
.bgcolorf3dcff {
  background-color: #f3dcff;
}
.bgcolor97947c {
  background-color: #97947c;
}
.bgcolor99a8be {
  background-color: #99a8be;

}
.opacity65 {
  opacity: 0.65;

}
.tns-hidden {
  display: none;
}

.about1 {
  min-height: 15rem;
  background-image: url('/img/about/01.jpg');
}
.about2 {
  min-height: 15rem;
  background-image: url('/img/about/02.jpg');
}
.about2 {
  min-height: 15rem;
  background-image: url('/img/about/02.jpg');
}
.about3 {
  min-height: 15rem;
  background-image: url('/img/about/03.jpg');
}
.about4 {
  min-height: 15rem;
  background-image: url('/img/about/04.jpg');
}
.about5 {
  min-height: 15rem;
  background-image: url('/img/about/05.jpg');
}
.howto1{
  background-image: url('/img/pages/help-hero-bg.jpg');
}



/* inline style to css ends*/

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-image {
   max-width: 100%;
   max-height: 100%;
   margin: auto;
}

.flash-messages-container {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 9999;
 }

 #quantity-select {
   width: 5rem;
 }


 #hero_slider_item1 {
  background-image: url('/images/home/hero-slider/01.jpg');
  background-position: center;
  background-size: cover;
  
 }
 #hero_slider_item2 {
  background-image: url('/images/home/hero-slider/02.jpg');
  background-position: center;
  background-size: cover;
  
 }
 #hero_slider_item3{
  background-image: url('/images/home/hero-slider/03.jpg');
  background-position: center;
  background-size: cover;
  
 }

 .fs-sm.mb-2{
    word-wrap: break-word;
 }
 .breakwords{
    word-wrap: break-word;
 }
.text-black {
  color: black;
}
.pre-line {
  white-space: pre-line;
  line-height: 1.5;
}


@media (min-width: 992px) {
  #hero_slider_item1,
  #hero_slider_item2,
  #hero_slider_item3 {
    height: 75vh;
  }
}