.p_1_s210 .service_section_21 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_1_s210 .innerSec {
  padding: 50px;
  background-color: var(--themeBg2);
}
.p_1_s210 .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_1_s210 .mainHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 10px 0px;
  color: var(--headingColor2);
}
.p_1_s210 .subPara {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
  color: var(--paragraphColorBlack);
}
.p_1_s210 .iconSec {
  padding: 10px;
  background-color: var(--themeBg1);
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.p_1_s210 .iconSec img {
  width: calc(100% - 20px) !important;
}
.p_1_s210 .justifyStart {
  justify-items: flex-start;
}
.p_1_s210 .cardHead {
  font-size: 14px;
  line-height: 24px;
  color: var(--headingColor2);
  font-weight: 600;
  margin-bottom: 5px;
}
.p_1_s210 .navBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.p_1_s210 .navIcon {
  pointer-events: all;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: var(--btnColor);
  border-radius: 5px;
  transition: 0.3s;
}
.p_1_s210 .navIcon:hover {
  background-color: var(--btnHoverColor);
}
.p_1_s210 .navIcon i {
  color: var(--btnTextColor);
}
.p_1_s210 .navIcon:hover i {
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_1_s210 {
    /* 
  .cardHead {
    font-size: 18px;
    line-height: 28px;
  } */
  }
  .p_1_s210 .service_section_21 {
    padding: 40px 0px;
  }
  .p_1_s210 .innerSec {
    padding: 30px 0px;
  }
  .p_1_s210 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s210 .subPara {
    margin-bottom: 30px;
  }
}
.p_1_s210 .service_section_21 {
  padding: 0px;
  background-color: var(--themeBg2);
}
@media only screen and (max-width: 900px) {
  .p_1_s210 {
    background-attachment: scroll;
  }
}
.p_1_s211 .imgSec {
  overflow: hidden;
  border-radius: 10px;
}
.p_1_s211 .imgSec img {
  transition: 0.4s;
}
.p_1_s211 .imgSec:hover img {
  transform: scale(1.05);
}
.p_1_s211 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .p_1_s211 {
    background-attachment: scroll;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p_1_s214 .short_form_1 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_1_s214 .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_1_s214 .mainHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 10px 0px;
  color: var(--headingColor2);
}
.p_1_s214 .subPara {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
  color: var(--paragraphColorBlack);
}
.p_1_s214 .formOutSec {
  background-color: var(--themeBg2);
  padding: 15px 30px;
  border-radius: 10px;
}
.p_1_s214 .inputMainGrid {
  grid-template-columns: 1fr 200px;
  align-items: flex-end;
}
.p_1_s214 .inputMainSec label {
  font-size: 14px;
  font-weight: 500;
  color: var(--headingColor4);
  line-height: 30px;
}
.p_1_s214 .inputMainSec label span {
  color: red;
}
.p_1_s214 .inputSec {
  width: -webkit-fill-available;
  background-color: var(--themeBg2);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid #00000014;
}
.p_1_s214 .inputSec input,
.p_1_s214 select {
  padding: 15px 0px;
  border: none;
  outline: none;
  background: transparent;
  color: #00000080;
}
.p_1_s214 .iconSec {
  width: 45px;
  height: 45px;
  border-right: 1px solid #00000014;
}
.p_1_s214 .iconSec svg {
  width: 25px;
  fill: var(--paragraphColorBlack);
}
.p_1_s214 .btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--btnColor);
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 15px 20px;
  color: var(--btnTextColor);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  overflow: hidden;
  cursor: pointer;
}
.p_1_s214 .btn .animation {
  border-radius: 100%;
  transition: 0.4s;
  animation: ripple 0.6s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s214 .inputMainGrid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s214 {
    background-attachment: scroll;
  }
}
