.p_26_s191 .faq_section_3 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p_26_s191 .maxWidth900 {
  max-width: 900px;
}
.p_26_s191 .faqGrid {
  grid-template-columns: 400px 1fr;
}
.p_26_s191 .faqImg {
  border-radius: 25px;
  overflow: hidden;
}
.p_26_s191 .smallHead {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--hFont);
  color: var(--headingColor1);
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.p_26_s191 .mainHeading {
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 60px;
}
.p_26_s191 .subPara {
  color: var(--paragraphColorBlack);
  font-size: 16px;
  line-height: 30px;
  font-family: var(--pFont);
  margin-bottom: 50px;
}
.p_26_s191 .faqCard {
  margin-bottom: 10px;
}
.p_26_s191 .quesSec {
  cursor: pointer;
  padding: 20px 25px 20px 25px;
  border: 2px solid rgba(6, 94, 185, 0.3);
  border-radius: 15px;
  background-color: var(--themeBg2);
}
.p_26_s191 .ques {
  font-size: 16px;
  font-weight: 600;
  color: var(--headingColor2);
  font-family: var(--hFont);
  line-height: 26px;
}
.p_26_s191 .leftQues {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.p_26_s191 .iconSec i {
  font-size: 14px;
  color: var(--themeColor1);
}
.p_26_s191 .ansSec {
  display: none;
  padding: 20px 25px 20px 25px;
}
.p_26_s191 .active {
  display: block;
}
.p_26_s191 .ans {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
}
.p_26_s191 .allBtn {
  display: inline-block;
  font-family: var(--pFont);
  font-weight: 500;
  border-style: none;
  border-radius: 100px;
  padding: 15px 30px 15px 30px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  font-size: 13px;
  transition: 0.4s;
  margin-top: 20px;
}
.p_26_s191 .allBtn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
.p_26_s191 .btn {
  width: fit-content;
  margin: 50px 0px 0px 0px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  font-size: 15px;
  font-weight: 500;
  border: 0px;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
@media only screen and (max-width: 900px) {
  .p_26_s191 .faqGrid {
    grid-template-columns: 1fr;
  }
  .p_26_s191 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_26_s191 .subPara {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .p_26_s191 .quesSec {
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
  }
  .p_26_s191 .ansSec {
    padding: 10px 20px 10px 20px;
  }
  .p_26_s191 .ans {
    font-size: 14px;
    line-height: 25px;
  }
}
.p_26_s191 .quesSec {
  border: 1px solid var(--themeBg2);
}
.p_26_s191 .faq_section_3 {
  background-size: 1400px;
  /*padding-bottom: 0px;*/
}
.p_26_s191 {
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  .p_26_s191 {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.p_26_s344 .why_choose_us_10 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_26_s344 .innerSec {
  padding: 50px;
  background-color: var(--themeBg2);
}
.p_26_s344 .smallHead {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding: 7px 18px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: var(--headingColor1);
  border: 1px dashed var(--headingColor1);
}
.p_26_s344 .mainHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 10px 0px;
  color: var(--headingColor2);
}
.p_26_s344 .subPara {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
  color: var(--paragraphColorBlack);
}
.p_26_s344 .cardGrid {
  grid-template-columns: 90px 1fr;
}
.p_26_s344 .iconSec {
  width: 90px;
  height: 90px;
}
.p_26_s344 .cardHead {
  font-size: 22px;
  line-height: 32px;
  color: var(--headingColor2);
  font-weight: 600;
  margin-bottom: 5px;
}
.p_26_s344 .cardPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_26_s344 .navBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.p_26_s344 .navIcon {
  pointer-events: all;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: var(--btnColor);
  border-radius: 5px;
  transition: 0.3s;
}
.p_26_s344 .navIcon:hover {
  background-color: var(--btnHoverColor);
}
.p_26_s344 .navIcon i {
  color: var(--btnTextColor);
}
.p_26_s344 .navIcon:hover i {
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_26_s344 .why_choose_us_10 {
    padding: 40px 0px;
  }
  .p_26_s344 .innerSec {
    padding: 30px;
    width: calc(90% - 60px);
  }
  .p_26_s344 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_26_s344 .subPara {
    margin-bottom: 30px;
  }
  .p_26_s344 .cardHead {
    font-size: 18px;
    line-height: 28px;
  }
  .p_26_s344 .cardGrid {
    grid-template-columns: 60px 1fr;
  }
  .p_26_s344 .iconSec {
    width: 60px;
    height: 60px;
  }
}
.p_26_s344 .cardGrid {
  grid-template-columns: 70px 1fr;
  gap: 10px;
}
.p_26_s344 .iconSec {
  width: 70px;
  height: 70px;
}
.p_26_s344 .cardHead {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 1000px) {
  .p_26_s344 .innerSec.width90 {
    width: calc(90% - 100px);
  }
}
@media only screen and (max-width: 900px) {
  .p_26_s344 {
    background-attachment: scroll;
  }
}
