
/* Background Colors */
.bg-progressbar-card {
  background-color: #f2f2f2;
}

.bg-progressbar-card-active {
  background-color: #f8ce6c;
}

.bg-module-container {
  background-image: linear-gradient(to bottom, white 85%, #e6ebf1 100%);
}

.bg-card-active {
  background-color: #ffffff;
}

/* Font Colors */
.cl-dark {
  color: #212336;
}

.cl-light {
  color: #8d99af;
}

.cl-dark-hover {
  color: #2a2a2a;
}

/* Padding */
.pd-heading {
  padding: 1.25% 2% 1% 0.5%;
}

.pd-module-container {
 /*   padding: 1.5rem;*/
}

.pd-card-container {
  padding: 2% 2.5%;
}

.pd-card-md {
    padding: 0rem 0rem 2rem 5rem;
}

.pd-text-content {
  padding: 5.3% 4% 5% 6.5%;
}

.pd-card-text p {
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 5px;
}

.pd-list li {
  padding: 4% 0%;
}

/* Spacing Child Elements */
.sp-module-container {
  margin: 5% auto;
  margin-top: 1%;
}

.sp-content-container {
  margin-top: 25px;
}

.sp-card-container {
  gap: 1.5rem;
}

.sp-text-content h4 {
  margin-left: -3%;
  margin-top: -1.2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 1250px) {
  .sp-text-content h4 {
    margin-left: -2%;
  }
}
@media screen and (max-width: 900px) {
  .sp-text-content h4 {
    margin-left: 2%;
    margin-bottom: 3%;
  }
}
.sp-text-content p {
  margin-bottom: 4%;
  margin-top: 1%;
  margin-left: -3%;
}
@media screen and (max-width: 1250px) {
  .sp-text-content p {
    margin-left: -1%;
  }
}
@media screen and (max-width: 900px) {
  .sp-text-content p {
    margin-left: 2%;
  }
}

.sp-heading {
  margin-bottom: 1.7%;
}

.sp-card-clicked {
  margin-bottom: 5px;
}

.sp-progressbar-card {
  margin-bottom: 3px;
  margin-left: 6px;
}

.sp-card-text p {
  margin-top: 8px;
}

.sp-list {
  gap: 2rem;
}
@media screen and (max-width: 1250px) {
  .sp-list {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .sp-list {
    gap: 1.2rem;
  }
}



/* Border */
.rd-card-container {
  border-radius: 5px;
}

/* Semantic Classes */
.lo-module-container {
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.lo-content-container {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.lo-card-container-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  .lo-card-container-h .pd-tab-nav {
    padding: 2% 1.8%;
  }
  .lo-card-container-h .gap-tab-nav {
    gap: 0.4rem;
  }
}


/* Anzer Theme Specific */
.lo-card-container-v {
  display: flex;
  flex-direction: column;
}

.lo-card-v {
  display: flex;
  flex-direction: column;
  position: relative;
/*  background: #fff;
      z-index: 1;*/
}



.lo-card-v .title {
  display: flex;
  position: relative;
  align-items: center;
}

.lo-card-v .title .icon {
    position: absolute;
    left: -5rem;
}


.div-block-680 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    position: absolute;
    right: 0;
}

.sp-card-md.lo-card-active.sh-card-active.lo-card-animate .div-block-680 .plus-icon{
  display: none;
}

.sp-card-md.lo-card-active.sh-card-active.lo-card-animate .div-block-680 .minus-icon {
    display: block;
}

.sp-card-md.lo-card-inactive .div-block-680 .minus-icon{
  display: none;
}

.sp-card-md.lo-card-inactive{
/*  border: 1px solid #fad4da;*/
/*  border-radius: 15px;*/
/*  padding: 30px 40px;*/
  position: relative;
  overflow: hidden;

}

.sp-card-md.lo-card-active.sh-card-active.lo-card-animate{
 /* border-radius: 15px;*/
/*  padding: 30px 40px;*/
  position: relative;
  overflow: hidden;
/*background: #fff;*/
/*height: 210px;*/
}



.lo-card-v div[role=title]:hover {
  cursor: pointer;
}

.lo-card-active .lo-progressbar-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
/*  background-color: #fad4da;*/
  height: 2px;
}
.lo-card-active .lo-progressbar-card-indicator {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  z-index: -1;
    background-image: linear-gradient(90deg, rgba(241, 0, 215, 1) 0, rgba(255, 31, 47, 1) 15%, rgba(242, 83, 73, 1) 33%, rgba(255, 169, 63, 1) 49%, rgba(179, 214, 118, 1) 63%, rgba(0, 134, 202, 1) 83%, rgba(0, 0, 255, 1) 100%);
}
.lo-card-active div[role=description] {
/*  max-height: 300px;
 transition: max-height 1s linear;*/
 	transition: all 0.4s;
/*  transition: max-height 1s ease-out;*/
 /*  transition: all 1s ease-out;*/
/*    transition: transform 8000s ease-in !important;*/
     /* transition: transform 5s ease-out;*/
	margin-top: 15px;
}

.lo-card-inactive .lo-progressbar-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
/*  z-index: 1;*/
  background-color: #fad4da;
  height: 2px;
}
.lo-card-inactive .lo-progressbar-card-indicator {
  visibility: hidden;
}
.lo-card-inactive div[role=description] {
  max-height: 0px;
  overflow: hidden;
transition: transform 5s ease-in;
 background-color: #fff;

}
.lo-card-inactive div[role=title] {
  color: #7e7a7a;
}

.lo-card-animate .lo-progressbar-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
/*  z-index: 1;*/
  background-color: #fad4da;
  height: 2px;
}
.lo-card-animate .lo-progressbar-card-indicator {
  visibility: visible;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 5px;
/*  z-index: 1;*/
    background-image: linear-gradient(90deg, rgba(241, 0, 215, 1) 0, rgba(255, 31, 47, 1) 15%, rgba(242, 83, 73, 1) 33%, rgba(255, 169, 63, 1) 49%, rgba(179, 214, 118, 1) 63%, rgba(0, 134, 202, 1) 83%, rgba(0, 0, 255, 1) 100%);
  animation: progress-bar-v 8000ms linear forwards;
}

@keyframes progress-bar-v {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* End Anzer Theme Specific */


.lo-content-block-text{
  max-width: 45%;
  flex: 0 0 45%;
}

.lo-content-block-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  background: #fff;
  align-items: center;
  border-radius: 15px;
}

.lo-img-container {
  position: absolute;
  top: 50%;
  transition: opacity 0.5s linear;
  transform: translateY(-50%);
}

.lo-progressbar-h {
  position: absolute;
  top: 8px;
  width: 87%;
  height: 2px;
}

.lo-progressbar-active {
  position: absolute;
  top: 8px;
  width: 0%;
  height: 4px;
  animation: fillProgress 5s forwards;
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* Morison Specific */
.lo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.lo-list-item {
  position: relative;
  max-width: 80%;
}
@media screen and (max-width: 900px) {
  .lo-list-item {
    font-size: 16px;
    line-height: 30px;
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .lo-list-item {
    font-size: 16px;
    line-height: 30px;
    margin-left: 8%;
  }
}
.lo-list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -18px;
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: rgba(236, 235, 235, 0.5);
  margin-top: 5px;
}
.lo-list-item:last-child::after {
  display: none;
}

/* End Morison Specific */
.lo-card-h:hover {
  background-color: #ffffff;
  z-index: 2;
  box-shadow: -1px 0.8px 13px 0.5px #d8dbe2;
  transition: background-color 0.5s;
}

.lo-card-active-h {
  width: 105%;
  z-index: 1;
  transition: background-color 0.5s;
}
.lo-card-active-h .tx-title-3 {
  color: #2a2a2a;
}

.lo-title {
  max-width: 380px;
}

@media screen and (max-width:767px) {
  .lo-card-v .title img {
    left: -3rem;
}

.pd-card-md {
    padding: 1rem 0rem 2rem 3rem;
}

.lo-content-block-image {
    display: none;
}

.lo-content-block-text {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.lo-card-v .title .icon {
    left: -3rem;
}

}

/* Responsive Css Start*/


@media only screen and (min-width:1440px) and (max-width:1599px) {
.sp-card-md.lo-card-active.sh-card-active.lo-card-animate{
  height: 180px;
}

.lo-img-container {
    padding: 2rem;
}


}


@media only screen and (min-width:1366px) and (max-width:1439px) {
.sp-card-md.lo-card-active.sh-card-active.lo-card-animate{
  height: 180px;
}
.lo-img-container {
    padding: 2rem;
}
}
@media only screen and (min-width:1280px) and (max-width:1365px) {
.sp-card-md.lo-card-active.sh-card-active.lo-card-animate{
  height: 180px;
}
.lo-img-container {
    padding: 2rem;
}
}


@media only screen and (min-width:1140px) and (max-width:1279px) {
.sp-card-md.lo-card-active.sh-card-active.lo-card-animate{
  height: 180px;
}
.lo-img-container {
    padding: 2rem;
}
}


@media only screen and (min-width:0px) and (max-width:992px) {
.sp-card-md.lo-card-active.sh-card-active.lo-card-animate{
  height: auto;
}
}


/* Responsive Css End*/
