/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


li.whats-icons {
    margin-top: 10px;
}

li.whats-icons img {
    width: 42px;
    border: 1px solid #ffe400;
    border-radius: 100%;
}

.whats-home-cta{
 margin-top: 30px !important;
 display: none;
}

ul.inner-points-ser {
    margin-bottom: 10px;
}

.margin-ten{
margin-bottom: 10px !important;
line-height: normal;
}

/* ========== faq ============ */

@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

 
.accordion .accordion-item {
  border-bottom: 1px solid #eeeeee;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #eeeeee;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {font-size: 20px;color: #000;font-weight: 500;font-family: 'Black Quality';}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #000000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {font-size: 16px;padding: 10px 0px 10px 0px;margin-bottom: 0;font-weight: 400;color: #000;}


.acc {
    padding: 30px 0px 50px;
}

.acc h2 {
    text-align: center;
}


.add-heading h2 , h3 , p {
text-align: start !important;
}
@media screen and (max-width:767px) {
    .accordion button .accordion-title{
        font-size:16px;
    }
}

.list{
    text-align: start !important;
    padding-left: 30px;
    margin-bottom: 10px;
}

.margin-ten h2{
    margin-bottom: 10px !important;
    line-height: normal;
}
.margin-ten h3{
    margin-bottom: 10px !important;
    line-height: normal;
}
.list li {
    font-size: 16px;
    line-height: 26px;
}
 
.heading-for h4 , h2 {
    font-size: 22px;
    text-align: start;
    margin-bottom: 10px;
}

.h-for{
    color: #fff;
}