/* Hide the checkbox */
.read-more-less input[type="checkbox"] {
	display: none;
}

/* Container for the text */
.read-more-content {
	max-height: 50px; /* Limit the height for "Read More" */
	overflow: hidden;
	transition: max-height 0.5s ease;
}

/* When checkbox is checked, show full content */
.read-more-less input[type="checkbox"]:checked ~ .read-more-content {
	max-height: 100%; /* Or any height you need to reveal the content */
}

/* Read More/Read Less link styling */
.read-more-label {
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
	color: #007bff;
	font-weight: bold;
	text-decoration: underline;
}

/* Hide the "Read Less" label by default */
.read-more-less input[type="checkbox"] ~ .read-less-label {
	display: none;
}

/* Show "Read Less" when checkbox is checked and hide "Read More" */
.read-more-less input[type="checkbox"]:checked ~ .read-less-label {
	display: inline-block;
}

.read-more-less input[type="checkbox"]:checked ~ .read-more-label {
	display: none;
}

/*---------------------------------------------*/
/* SIDEBAR NAV FOR ALL THEMES
/*---------------------------------------------*/
.nav-sidebar .form-search .selectize-input, .nav-sidebar .form-search select, .nav-sidebar .form-search textarea, .nav-sidebar .form-search input[type=email], .nav-sidebar .form-search input[type=password], .nav-sidebar .form-search input[type=tel], .nav-sidebar .form-search input[type=text] {
  background: transparent;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #dde6ef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.nav-sidebar__search {
  cursor: pointer;
}
.nav-sidebar__sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  white-space: nowrap;
}
.nav-sidebar__sidenav .form-row > [class*=col-] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.nav-sidebar__sidenav .input-group-append {
  width: 100%;
  margin-top: 15px;
  height: 45px;
}
.nav-sidebar__sidenav .input-group-append .btn {
  width: 100%;
}
.nav-sidebar__sidenav a {
  font-size: 16px !important;
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.nav-sidebar__sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 25px !important;
}
.nav-sidebar__sidemenu ul {
  list-style: none;
  padding-left: 5px;
  overflow-y: auto;
  margin-top: 5px;
  max-height: 190px;
  scrollbar-color: #fdd935 #f1f1f1;
  scrollbar-width: thin;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar {
  width: 5px;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar-thumb, .nav-sidebar__sidemenu ul::-webkit-scrollbar-thumb:hover {
  background: #fdd935;
}
.nav-sidebar__sidemenu ul ul {
  display: none;
  padding-left: 15px;
}
.nav-sidebar__sidemenu ul a {
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}
.nav-sidebar__sidemenu ul a:hover {
  color: #fdd935;
}
.nav-sidebar__sidenav li a {
	color: #222;
}

.qb-brand {
    background-size: contain !important;
    background: rgba(0, 0, 0, 0) url(../../../assets/images/logo.png) no-repeat scroll 0 0;
    width: 200px;
    height: 45px;
}
.qb-brand a {
    text-indent: -468.75rem;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 45px;
}
.blocknumber {
  display: block;
  position: relative;
  margin: 15px 0;
  font-size: 110%;
  line-height: 1.8rem;
  min-height: 50px;
  padding: 10px 0 0 65px;
}
.bignumber {
  padding: 10px;
  display: block;
  top: 0px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
}
/* assign list-check class to ul to have checkmark with each li */
.list-check li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "";
  margin-right: 10px;
  color: #fdd935;
}
.list-lg li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.lead {
  font-size: 120%;
  font-weight: 200;
  line-height: 30px;
}
/*! display a floating icon with button  */
@media only screen and (max-width: 37.5em) {
  .btn-theme-icon {
    text-align: center;
  }
}
.btn-theme-icon a {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-top: 5px !important;
}
.btn-theme-icon a:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "";
  position: relative;
  padding-left: 0.4rem;
  padding-top: 5px;
}
.btn-theme-icon a:hover:after {
  transition: all 0.3s;
  padding-left: 0.6rem;
}
.btn-theme-icon-link:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "";
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.3rem;
  padding-left: 0.5rem;
}
.btn-theme-icon-link:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
/*! Dynamic Jarallax Overlay */
.jarallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: white;
}
/*! Image Radius within a DIV */
.block-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.block-img img {
  border-radius: 0.25rem;
  display: block;
  width: 100%;
}
/* Set Background Image on a Div */
.qb-bg-image {
  background-image: url("../../../assets/images/backgrounds/bg_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/*! Background Overlay */
.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/*! Background Overlay */
.qb-overlay::after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
/* Add overlay before to have the effect only on the images not content */
.qb-boverlay {
  position: relative;
}
.qb-boverlay::before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.qb-boverlay .qb-boverlay-text {
  /* text overlay fix, assign this class to the div and p tags or use position-relative */
  z-index: 10;
  position: relative;
}
/* Default opacities */
.qb-bopacity-6::before {
  background: rgba(0, 0, 0, 0.6);
}
.qb-bopacity-8::before {
  background: rgba(0, 0, 0, 0.8);
}
/*! Video Play Button */
.btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.btn-play .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
/*! Full-screen */
.fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* Icon Circle */
.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 25px;
  overflow: hidden;
}
.ft-circle {
  text-align: center;
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.ft-circle i {
  font-size: 40px;
  line-height: 78px;
  color: #fff;
}
h3.h5 {
  line-height: 1.8rem;
}
/* display text between two lines */
.heading-with-lines {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto 0.2em auto;
  color: #E4CB62 !important;
}
.heading-with-lines:before, .heading-with-lines:after {
  background-color: #E4CB62;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 12%;
}
.heading-with-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading-with-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
/* display play button on video image */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 50px;
  color: #c4302b;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #444;
}
.video-thumbnail:hover:before {
  color: #eee;
}
/*---------------------------------------------*/
/* TYPEAHEAD SEARCH BAR
/*---------------------------------------------*/
.tt-suggestion {
  background-color: #fdd935;
  color: #222222;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #111111;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #fdd935;
  color: #222222;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #111111;
  color: #ffffff;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #111111 #f1f1f1;
  scrollbar-width: thin;
}
.vertical-scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.vertical-scrollbar::-webkit-scrollbar-track {
  background: #eee;
}
.vertical-scrollbar::-webkit-scrollbar-thumb, .vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: black;
  border-radius: 20px;
}
/*---------------------------------------------*/
/* ROUNDED ICONS LIST
/*---------------------------------------------*/
.rounded-icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 0;
  overflow: hidden;
  clear: both;
}
.rounded-icons-list li {
  display: inline-block;
  margin-right: 10px;
}
.rounded-icons-list li a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #ffffff;
  color: #fdd935;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
.qb-rounded-icons {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.qb-rounded-icons i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 7px;
}
.qb-rounded-icons-primary {
  color: #fdd935;
}
.qb-rounded-icons-primary i {
  background: #fdd935;
  color: #222222;
}
.qb-rounded-icons-secondary {
  color: #111111;
}
.qb-rounded-icons-secondary i {
  background: #111111;
  color: #ffffff;
}
.qb-rounded-icons-tertiary {
  color: #dddddd;
}
.qb-rounded-icons-tertiary i {
  background: #dddddd;
  color: #333333;
}
/*---------------------------------------------*/
/* SLICK SLIDER CUSTOM ARROWS
/*---------------------------------------------*/
.qb-slick-arrows .slick-initialized.slick-slider {
  position: relative;
}
.qb-slick-arrows .slick-prev::before, .qb-slick-arrows .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qb-slick-arrows:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.qb-slick-arrows .slick-arrow {
  z-index: 13;
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.qb-slick-arrows .slick-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  box-shadow: 8px 6px 16px #3c3737;
  transition: all 5s ease-out;
}
.qb-slick-arrows .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #3c3737;
}
.qb-slick-images .slick-prev, .qb-slick-images .slick-prev:hover, .qb-slick-images .slick-prev:focus, .qb-slick-images .slick-prev:active {
  left: 0px;
  z-index: 2;
  background: url("../../../assets/images/prev-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.qb-slick-images .slick-next, .qb-slick-images .slick-next:hover, .qb-slick-images .slick-next:focus, .qb-slick-images .slick-next:active {
  right: 0px;
  z-index: 2;
  background: url("../../../assets/images/next-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.qb-slick-images .slick-prev:before, .qb-slick-images .slick-next:before {
  display: none;
}
.qb-slick-inside .slick-prev {
  left: 0px;
  z-index: 1;
}
.qb-slick-inside .slick-next {
  right: 0px;
  z-index: 1;
}
/* Slick Arrows Together */
.qb-slick-join .slick-next {
  right: 18px;
}
.qb-slick-join .slick-prev {
  left: 93%;
}
.qb-slick-join .slick-arrow {
  position: absolute;
  top: -30px;
}
.qb-slick-join .slick-prev:before, .qb-slick-join .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  background: #fdd935;
  color: #222222;
}
.qb-slick-join .slick-prev:before {
  content: "";
}
.qb-slick-join .slick-next:before {
  content: "";
}
/*---------------------------------------------*/
/* Social Links
/*---------------------------------------------*/
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.62rem 0.62rem 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #bb0000;
}
.social-network a.icoPinterest:hover {
  background-color: #C92228;
}
.social-network a.icoInstagram:hover {
  background-color: #f94877;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
  color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  background-color: #D3D3D3;
}
.social-circle li i {
  margin: 0;
  line-height: 2.5rem;
  text-align: center;
}
.social-circle i {
  color: #111111;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*---------------------------------------------*/
/* VERTICAL CENTER 
/*---------------------------------------------*/
.vertical-center {
  height: 100%;
  width: 100%;
  text-align: center;
  /* align the inline(-block) elements horizontally */
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
}
.vertical-center:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.vertical-center > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/*---------------------------------------------*/
/* LIST/GRID VIEW 
/*---------------------------------------------*/
.qb-list-row {
  margin: 5px 5px 0.62rem 5px;
}
.qb-price__mrp {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.qb-grid-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.qb-grid-view .qb-grid-col-3, .qb-grid-view .qb-grid-col-4, .qb-grid-view .qb-grid-col-6 {
  position: relative;
  width: 100%;
  /*padding-right: 15px;
		padding-left: 15px;*/
}
.qb-list-view .qb-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.qb-list-view .qb-list-row .qb-list-col-4, .qb-list-view .qb-list-row .qb-list-col-5, .qb-list-view .qb-list-row .qb-list-col-6, .qb-list-view .qb-list-row .qb-list-col-7, .qb-list-view .qb-list-row .qb-list-col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.qb-list-view .qb-list-row .qb-list-col-4 .img-crop-center {
  height: 100%;
  max-height: 280px;
}
@media (min-width: 768px) {
  .qb-grid-view .qb-grid-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .qb-grid-view .qb-grid-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .qb-grid-view .qb-grid-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .qb-list-view .qb-list-row .qb-list-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .qb-list-view .qb-list-row .qb-list-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .qb-list-view .qb-list-row .qb-list-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .qb-list-view .qb-list-row .qb-list-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .qb-list-view .qb-list-row .qb-list-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (max-width: 768px) {
  .qb-list-view .qb-list-row .qb-list-col-8 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* Avatar Images */
.qb-avatar {
  position: relative;
  width: 10vw;
  height: 10vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.qb-avatar img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* products images flip */
.qb-images-flip {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  display: block;
}
.qb-images-flip img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.qb-images-flip img.qb-view__img--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.img-tag {
  position: absolute;
  z-index: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
@media only screen and (max-width: 574px) {
  .qb-grid-view .img-tag {
    right: 0;
    top: 5px;
  }
}
@media only screen and (min-width: 574px) {
  .qb-list-view .img-tag {
    bottom: -2rem;
    text-align: center;
    margin-left: 10px;
  }
}
/* accordion with arrow */
.qb-accordion .btn-link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.qb-accordion .btn-link.collapsed:after {
  content: "";
}
/* The box should have a fixed height */
.img-box {
    display: table-cell;
    height: 8.75rem;
    max-height: 8.75rem;
    max-width: 21.87rem;
    text-align: center;
    vertical-align: middle;
    width: 21.87rem;
}

.img-box .img-fluid {
    display: block;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto; /* Image Center Align */
    margin-right: auto;
}
/* Crop the image from the Center */
.img-crop-center,
.color-box {
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    position: relative;
    display: block;
}
.img-crop-center-md { /* Height of the Image*/
	height: 13.75rem;
}
.img-crop-center img,
.color-box img {
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
    height: auto;
    width: auto;
    
     /* Stretch Image to Fit 100% of Div Height and Width */			
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-crop-center .img-contain {
    object-fit: contain; /* Keep the aspect ratio */
	
}

/* Perfect Circle DIV Image, given image path in HTML using style attribute */
.img-circle-block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-circle-block__image {
	width: 6.25rem;
	height: 6.25rem;
	-webkit-border-radius: 6.25rem;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 6.25rem;
	-moz-background-clip: padding;
	border-radius: 6.25rem;
	background-clip: padding-box;
	margin: 7px 0 0 5px;
	float: left;
	background-size: cover;
	background-position: center center;
}
.text-justify {
  text-align: justify;
}
.h-100 {
  height: 100% !important;
}
.message-block p {
  margin-bottom: 0px;
}
/* assign list-cheiconck class to ul to have icon with each li */
.list-icon li {
  position: relative;
}
.list-icon li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "\f054";
  margin-right: 10px;
  color: #fff;
}
.qb-bg-cover {
	width: 100%;
	height: auto;
	position: relative;
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}