.p_37_s321 .about_section_19 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
}
.p_37_s321 .maxWidth1000 {
  max-width: 900px;
}
.p_37_s321 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_37_s321 .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_37_s321 .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_37_s321 .abtSubHead {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--themeColor3);
  margin-bottom: 20px;
}
.p_37_s321 .imgSec {
  width: 250px;
  margin-bottom: 30px;
}
.p_37_s321 .abtPara {
  font-size: 18px;
  line-height: 28px;
}
.p_37_s321 .pointSec {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p_37_s321 .pointGrid {
  grid-template-columns: 20px 1fr;
}
.p_37_s321 .pointText {
  text-align: left;
}
.p_37_s321 .pointIcon i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_37_s321 .points {
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  .p_37_s321 .about_section_19 {
    padding: 40px 0px;
  }
  .p_37_s321 .abtSubHead {
    font-size: 25px;
    line-height: 35px;
  }
  .p_37_s321 .abtPara {
    font-size: 15px;
    line-height: 25px;
  }
  .p_37_s321 .imgSec {
    margin-bottom: 20px;
  }
  .p_37_s321 .pointSec {
    gap: 10px;
  }
  .p_37_s321 .points {
    font-size: 15px;
  }
  .p_37_s321 .pointIcon i {
    font-size: 15px;
  }
}
.p_37_s321 .pointSec {
  margin-top: 0px;
}
@media only screen and (max-width: 900px) {
  .p_37_s321 {
    background-attachment: scroll;
  }
}
.p_37_s322 .why_choose_us_11 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_37_s322 .mrgTop30 {
  margin-top: 30px !important;
}
.p_37_s322 .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_37_s322 .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_37_s322 .mainHeading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: var(--headingColor2);
  margin-bottom: 10px;
}
.p_37_s322 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 50px;
}
.p_37_s322 .btn {
  margin-top: 50px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.p_37_s322 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
.p_37_s322 .cardMain {
  padding: 30px;
  background-color: var(--themeBg2);
  border-radius: 10px;
}
.p_37_s322 .cardMainHead {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 700;
  margin-bottom: 10px;
}
.p_37_s322 .innerCard {
  padding: 20px;
  background-color: var(--themeBg1);
  border-radius: 5px;
}
.p_37_s322 .custGrid {
  grid-template-columns: 30px 1fr;
}
.p_37_s322 .iconSec {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
.p_37_s322 .iconSec i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_37_s322 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--headingColor2);
}
.p_37_s322 .cardPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_37_s322 .cardOutPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 30px;
}
.p_37_s322 .cardImg {
  width: 300px;
  bottom: -200px;
  left: -150px;
}
.p_37_s322 .cardImg2 {
  width: 300px;
  bottom: -200px;
  right: -150px;
}
@media only screen and (max-width: 900px) {
  .p_37_s322 .why_choose_us_11 {
    padding: 40px 0px;
  }
  .p_37_s322 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .p_37_s322 .subPara {
    margin-bottom: 30px;
  }
  .p_37_s322 .cardMain {
    padding: 20px;
  }
  .p_37_s322 .gap20 {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_37_s322 {
    background-attachment: scroll;
  }
}
.p_37_s323 .about_section_20 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_37_s323 .mainHeading {
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
  color: var(--headingColor2);
}
.p_37_s323 .btn {
  margin-top: 50px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.p_37_s323 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_37_s323 .about_section_20 {
    padding: 40px 0px;
  }
  .p_37_s323 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .p_37_s323 .btn {
    margin-top: 30px;
  }
}
.p_37_s323 .mainHeading {
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 900px) {
  .p_37_s323 {
    background-attachment: scroll;
  }
}
.p_37_s325 .about_section_20 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_37_s325 .mainHeading {
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
  color: var(--headingColor2);
}
@media only screen and (max-width: 900px) {
  .p_37_s325 .about_section_20 {
    padding: 40px 0px;
  }
  .p_37_s325 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
}
.p_37_s325 .mainHeading {
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 900px) {
  .p_37_s325 {
    background-attachment: scroll;
  }
}
.p_37_s326 .about_section_19 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_37_s326 .maxWidth1000 {
  max-width: 900px;
}
.p_37_s326 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_37_s326 .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_37_s326 .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_37_s326 .abtSubHead {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 20px;
}
.p_37_s326 .imgSec {
  width: 250px;
  margin-bottom: 30px;
}
.p_37_s326 .pointSec {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p_37_s326 .pointGrid {
  grid-template-columns: 20px 1fr;
}
.p_37_s326 .pointText {
  text-align: left;
}
.p_37_s326 .pointIcon i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_37_s326 .points {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_37_s326 .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_37_s326 .btnOut {
  width: fit-content;
  margin-bottom: 20px;
}
.p_37_s326 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_37_s326 .about_section_19 {
    padding: 40px 0px;
  }
  .p_37_s326 .abtSubHead {
    font-size: 25px;
    line-height: 35px;
  }
  .p_37_s326 .abtPara {
    font-size: 15px;
    line-height: 25px;
  }
  .p_37_s326 .imgSec {
    margin-bottom: 20px;
  }
  .p_37_s326 .pointSec {
    gap: 10px;
  }
  .p_37_s326 .points {
    font-size: 15px;
  }
  .p_37_s326 .pointIcon i {
    font-size: 15px;
  }
}
.p_37_s326 .abtSubHead {
  margin-top: 0px;
}
.p_37_s326 .pointSec {
  margin: 30px 0px;
}
@media only screen and (max-width: 900px) {
  .p_37_s326 {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 900px) {
  .p_37_s327 {
    background-attachment: scroll;
  }
}
