.p_29_s213 .about_section_19 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
}
.p_29_s213 .maxWidth1000 {
  max-width: 900px;
}
.p_29_s213 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_29_s213 .line::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent var(--themeColor1);
  content: "";
  animation: zump 1.5s linear infinite;
}
@keyframes zump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.p_29_s213 .abtHead {
  font-size: 20px;
  letter-spacing: 2.2px;
  font-family: var(--o1Font);
  color: var(--themeColor1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}
.p_29_s213 .abtSubHead {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--themeColor3);
  margin-bottom: 20px;
}
.p_29_s213 .imgSec {
  width: 250px;
  margin-bottom: 30px;
}
.p_29_s213 .abtPara {
  font-size: 18px;
  line-height: 28px;
}
.p_29_s213 .pointSec {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p_29_s213 .pointGrid {
  grid-template-columns: 20px 1fr;
}
.p_29_s213 .pointText {
  text-align: left;
}
.p_29_s213 .pointIcon i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_29_s213 .points {
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .p_29_s213 .about_section_19 {
    padding: 40px 0px;
  }
  .p_29_s213 .abtSubHead {
    font-size: 25px;
    line-height: 35px;
  }
  .p_29_s213 .abtPara {
    font-size: 15px;
    line-height: 25px;
  }
  .p_29_s213 .imgSec {
    margin-bottom: 20px;
  }
  .p_29_s213 .pointSec {
    gap: 10px;
  }
  .p_29_s213 .points {
    font-size: 15px;
  }
  .p_29_s213 .pointIcon i {
    font-size: 15px;
  }
}
.p_29_s213 .pointSec {
  margin-top: 0px;
}
@media only screen and (max-width: 900px) {
  .p_29_s213 {
    background-attachment: scroll;
  }
}
.p_29_s215 .why_choose_us_11 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_29_s215 .smallHead {
  color: var(--headingColor1);
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 14px 10px 30px;
}
.p_29_s215 .round-subtitle-shape:before {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  background-color: var(--themeColor1);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  animation: rt-opacity 1.5s ease infinite;
}
@keyframes rt-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.p_29_s215 .mainHeading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: var(--headingColor2);
  margin-bottom: 10px;
}
.p_29_s215 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 50px;
}
.p_29_s215 .btn {
  margin-top: 50px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.p_29_s215 .cardMain {
  padding: 30px;
  background-color: var(--themeBg2);
  border-radius: 10px;
}
.p_29_s215 .cardMainHead {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 700;
  margin-bottom: 10px;
}
.p_29_s215 .innerCard {
  padding: 20px;
  background-color: var(--themeBg1);
  border-radius: 5px;
}
.p_29_s215 .custGrid {
  grid-template-columns: 30px 1fr;
}
.p_29_s215 .iconSec {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
.p_29_s215 .iconSec i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_29_s215 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--headingColor2);
}
.p_29_s215 .cardPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_29_s215 .cardOutPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 30px;
}
.p_29_s215 .cardImg {
  width: 300px;
  bottom: -200px;
  left: -150px;
}
.p_29_s215 .cardImg2 {
  width: 300px;
  bottom: -200px;
  right: -150px;
}
@media only screen and (max-width: 900px) {
  .p_29_s215 .why_choose_us_11 {
    padding: 40px 0px;
  }
  .p_29_s215 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .p_29_s215 .subPara {
    margin-bottom: 30px;
  }
  .p_29_s215 .cardMain {
    padding: 20px;
  }
  .p_29_s215 .gap20 {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_29_s215 {
    background-attachment: scroll;
  }
}
.p_29_s216 .about_section_20 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_29_s216 .mainHeading {
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
  color: var(--headingColor2);
}
@media only screen and (max-width: 900px) {
  .p_29_s216 .about_section_20 {
    padding: 40px 0px;
  }
  .p_29_s216 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
}
.p_29_s216 .mainHeading {
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 900px) {
  .p_29_s216 {
    background-attachment: scroll;
  }
}
.p_29_s218 .banner_3 {
  padding: 70px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--themeBg1);
  overflow: hidden;
}
.p_29_s218 .formSec {
  background-color: var(--themeBg2);
  padding: 30px;
  border-radius: 20px;
}
.p_29_s218 .formHead {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--headingColor1);
  margin-bottom: 20px;
  font-family: var(--hFont);
}
.p_29_s218 .inputSec {
  width: calc(100% - 30px);
  padding: 15px 15px;
  border-radius: 8px;
  border: 1px solid var(--themeBg1);
  outline: none;
  margin-bottom: 20px;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
}
.p_29_s218 textarea {
  resize: none;
}
.p_29_s218 select.inputSec {
  width: 100%;
}
.p_29_s218 .radioPara {
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: var(--headingColor1);
}
.p_29_s218 .labelText {
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}
.p_29_s218 input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.p_29_s218 .radioMainSec {
  margin-bottom: 20px;
}
.p_29_s218 .submit {
  width: 150px;
  font-family: var(--pFont);
  font-weight: 500;
  border-style: none;
  border-radius: 5px;
  padding: 15px 30px 15px 30px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  font-size: 13px;
  transition: 0.4s;
}
.p_29_s218 .submit:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
.p_29_s218 .smallHead {
  padding: 5px 20px;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--hFont);
  line-height: 26px;
  background-color: var(--themeBg2);
  color: var(--headingColorW2);
  border-radius: 50px;
}
.p_29_s218 .mainHeading {
  font-size: 60px;
  font-weight: 700;
  color: var(--headingColor1);
  line-height: 70px;
  font-family: var(--hFont);
  margin: 0px 0px 20px;
}
.p_29_s218 .subPara {
  font-family: var(--pFont);
  color: var(--paragraphColorBlack);
  font-weight: 400;
  line-height: 25px;
  font-size: 15px;
}
.p_29_s218 .formMainSec {
  padding: 50px;
}
.p_29_s218 .circle {
  width: 200px;
  height: 200px;
  border-radius: 50px;
  background-color: var(--themeBg2);
}
.p_29_s218 .circle1 {
  top: -100px;
  left: -100px;
  animation: rotate 10s linear infinite;
}
.p_29_s218 .circle2 {
  bottom: -100px;
  right: -100px;
  animation: rotate 10s linear infinite;
}
.p_29_s218 .imgSec {
  line-height: 0px;
  width: 250px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p_29_s218 .timeSec {
  width: fit-content;
  margin-top: 30px;
}
.p_29_s218 .cardSec {
  padding: 30px;
  background-color: var(--themeBg2);
  border-radius: 10px;
}
.p_29_s218 .time {
  font-size: 50px;
}
.p_29_s218 .timePara {
  font-size: 14px;
  margin-top: 10px;
}
.p_29_s218 .floatBtn {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 26px;
  background-color: var(--btnColor);
  padding: 10px 20px;
  color: var(--btnTextColor);
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  width: max-content;
  animation: zoom 1s linear infinite;
}
@keyframes zoom {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.p_29_s218 .floatBtn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_29_s218 .banner_3 {
    padding: 40px 0px;
  }
  .p_29_s218 .circle {
    display: none;
  }
  .p_29_s218 .smallHead {
    font-size: 15px;
  }
  .p_29_s218 .mainHeading {
    font-size: 30px;
    margin: 10px 0px;
    line-height: 40px;
  }
  .p_29_s218 .cardSec {
    padding: 15px 10px;
  }
  .p_29_s218 .gap100 {
    gap: 30px;
  }
  .p_29_s218 .formMainSec {
    padding: 0px;
  }
  .p_29_s218 .formHead {
    font-size: 20px;
    line-height: 30px;
  }
  .p_29_s218 .formSec {
    padding: 20px;
  }
  .p_29_s218 .radioBtnMainSec .grid {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p_29_s218 .timeSec .gap20 {
    gap: 10px;
  }
  .p_29_s218 .gridInner .gap20 {
    gap: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p_29_s218 {
    background-attachment: scroll;
  }
}
.p_29_s219 .about_section_20 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_29_s219 .mainHeading {
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
  color: var(--headingColor2);
}
@media only screen and (max-width: 900px) {
  .p_29_s219 .about_section_20 {
    padding: 40px 0px;
  }
  .p_29_s219 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
}
.p_29_s219 .mainHeading {
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 900px) {
  .p_29_s219 {
    background-attachment: scroll;
  }
}
.p_29_s220 .about_section_19 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_29_s220 .maxWidth1000 {
  max-width: 900px;
}
.p_29_s220 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_29_s220 .line::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent var(--themeColor1);
  content: "";
  animation: zump 1.5s linear infinite;
}
@keyframes zump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.p_29_s220 .abtHead {
  font-size: 20px;
  letter-spacing: 2.2px;
  font-family: var(--o1Font);
  color: var(--headingColor1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}
.p_29_s220 .abtSubHead {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 20px;
}
.p_29_s220 .imgSec {
  width: 250px;
  margin-bottom: 30px;
}
.p_29_s220 .pointSec {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p_29_s220 .pointGrid {
  grid-template-columns: 20px 1fr;
}
.p_29_s220 .pointText {
  text-align: left;
}
.p_29_s220 .pointIcon i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_29_s220 .points {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_29_s220 .btn {
  padding: 10px 20px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
  font-weight: 600;
  animation: 1s bounce infinite linear;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.p_29_s220 .btnOut {
  width: fit-content;
  margin-bottom: 20px;
}
.p_29_s220 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_29_s220 .about_section_19 {
    padding: 40px 0px;
  }
  .p_29_s220 .abtSubHead {
    font-size: 25px;
    line-height: 35px;
  }
  .p_29_s220 .abtPara {
    font-size: 15px;
    line-height: 25px;
  }
  .p_29_s220 .imgSec {
    margin-bottom: 20px;
  }
  .p_29_s220 .pointSec {
    gap: 10px;
  }
  .p_29_s220 .points {
    font-size: 15px;
  }
  .p_29_s220 .pointIcon i {
    font-size: 15px;
  }
}
.p_29_s220 .abtSubHead {
  margin-top: 0px;
}
.p_29_s220 .pointSec {
  margin: 30px 0px;
}
@media only screen and (max-width: 900px) {
  .p_29_s220 {
    background-attachment: scroll;
  }
}
.p_29_s329 .why_choose_us_11 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_29_s329 .smallHead {
  color: var(--headingColor1);
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 14px 10px 30px;
}
.p_29_s329 .round-subtitle-shape:before {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  background-color: var(--themeColor1);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  animation: rt-opacity 1.5s ease infinite;
}
@keyframes rt-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.p_29_s329 .mainHeading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: var(--headingColor2);
  margin-bottom: 10px;
}
.p_29_s329 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 50px;
}
.p_29_s329 .btn {
  margin-top: 50px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.p_29_s329 .cardMain {
  padding: 30px;
  background-color: var(--themeBg2);
  border-radius: 10px;
}
.p_29_s329 .cardMainHead {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 700;
  margin-bottom: 10px;
}
.p_29_s329 .innerCard {
  padding: 20px;
  background-color: var(--themeBg1);
  border-radius: 5px;
}
.p_29_s329 .custGrid {
  grid-template-columns: 30px 1fr;
}
.p_29_s329 .iconSec {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
.p_29_s329 .iconSec i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_29_s329 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--headingColor2);
}
.p_29_s329 .cardPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_29_s329 .cardOutPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 30px;
}
.p_29_s329 .cardImg {
  width: 300px;
  bottom: -200px;
  left: -150px;
}
.p_29_s329 .cardImg2 {
  width: 300px;
  bottom: -200px;
  right: -150px;
}
@media only screen and (max-width: 900px) {
  .p_29_s329 .why_choose_us_11 {
    padding: 40px 0px;
  }
  .p_29_s329 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .p_29_s329 .subPara {
    margin-bottom: 30px;
  }
  .p_29_s329 .cardMain {
    padding: 20px;
  }
  .p_29_s329 .gap20 {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_29_s329 {
    background-attachment: scroll;
  }
}
