.pd-100 {
  padding: 100px 0;
}

/****Common Heading****/
.common-hd h4 {
  font-size: 64px;
  font-weight: 500;
}
.common-hd p {
  font-size: 20px;
}

/****Common Heading****/

.banner-sec {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
}

.banner-lft-dis h1 {
  font-size: 64px;
}

.banner-lft-dis p {
  font-size: 20px;
}
.banner-ftr-one img {
  width: 100%;
}
.chk-clients img {
  width: 100%;
}
.ai-powered img {
  max-width: 100%;
}
.ai-card {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.ai-dis {
  padding: 20px 30px;
}
.ai-dis h4 {
	width: 60%;
	font-size: 20px;
	line-height: 30px;
}
.ai-img {
  height: 360px;
  width: 100%;
}
.ai-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arrow-btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  line-height: 60px;
  transition: all 0.5s ease-in-out;
  min-height: 60px;
  min-width: 60px;
}
.arrow-btn svg {
  width: 30px;
  height: 30px;
}
.arrow-btn:hover {
  opacity: 0.85;
  color: #fff;
}
.plus-img {
  text-align: center;
}

.abt-rt-img {
  text-align: center;
}
.abt-lft-dis p {
  font-size: 20px;
  line-height: 36px;
}
.abt-lft-dis a {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.find-lft h4 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 12px;
}
.find-lft p {
  font-size: 20px;
}
.find-sec {
  position: relative;
}
.spring-rt {
  position: absolute;
  right: 0;
  top: 0;
}
.find-srch {
  width: 400px;
}

.find-srch .form-control {
  min-height: 60px;
  border-radius: 30px;
}
.srch-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: none;
  border: none;
  background: #0360d9;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.srch-btn:hover {
  opacity: 0.9;
}
.abt-rt-img img {
  max-width: 100%;
}
.get-best-inr.text-center {
  padding: 60px 60px;
  border-radius: 22px;
  background: #fff089;
}
.get-best-inr p {
  font-size: 20px;
}
.get-best-inr h2 {
  font-size: 64px;
  font-weight: 500;
}
.health-support {
  position: relative;
}
.support-dis h4 {
  font-size: 64px;
}
.support-dis p {
  font-size: 20px;
}
.spring-card {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.grey-bg {
  background: #f7f7f7;
}

.support-card {
  min-height: 505px;
  position: relative;
}
.center-bd {
  position: static !important;
  width: 100%;
  background: #353535;
  height: 1px;
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  display: block;
}
.support-img {
  border-radius: 20px;
  overflow: hidden;
  height: 140px;
  margin-bottom: 15px;
}
.support-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-inr h4 {
  font-size: 20px;
  font-weight: 700;
}
.support-inr p {
  font-size: 20px;
  margin-bottom: 0;
}
.support-inr {
  padding: 25px 25px 35px 30px;
  position: relative;
}
.support-inr::after {
  height: 100%;
  position: absolute;
  width: 2px;
  background: #000;
  left: 0;
  position: absolute;
  content: "";
  top: 0;
}
.robot-card.support-inr::after {
  display: none;
}
.support-inr::before {
	position: absolute;
	left: -9px;
	bottom: -9px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	content: "";
}
.robot-card.support-inr::before {
  display: none;
}
.support-bottom .support-inr::before {
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: inherit;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.support-bottom .support-inr {
  padding: 35px 25px 25px 20px;
  position: relative;
}
.support-bottom .support-img {
  margin-bottom: 0px;
  margin-top: 15px;
}
.support-inr.support-second {
  left: 20%;
}
.support-inr.support-third {
  left: 23%;
}
.support-inr.support-fourth {
  left: 16%;
}
.support-inr.support-five {
  left: 34%;
}
.support-inr.robot-card.support-six {
  left: 6%;
}


/* ================== FAQ CSS START ================== */

.faq-section {
  background-color: #f7f7f7;
  position: relative;
  overflow-x: hidden;
}

.faq-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 83px;
  height: 83px;
  background-color: #0360d9;
  border-radius: 100%;
}

.faq-wrapper {
  position: relative;
}

.faq-section .faq-wrapper:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -80px;
  background-image: url("../images/polygon-shape.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 17px;
}

.faq-content .accordion-item {
  border: 0;
  background-color: #e0eeff;
  border-radius: 15px;
  color: #353535;
}

.faq-content .accordion-item .accordion-header {
  border-radius: 15px;
  margin-bottom: 0;
  box-shadow: none !important;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  transition: all 0.3s ease-in-out !important;
  background-image: url("../images/faq-down.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(0);
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  border: 0 !important;
  padding: 25px 30px;
  color: #353535;
  border-radius: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 30px;
}

.faq-content
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq-up.png");
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  transition: all 0.3s ease-in-out !important;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 50px;
  padding-left: 30px;
  padding-top: 15px;
  color: #353535;
  background-color: #e0eeff;
  border-radius: 0 0 15px 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: #353535;
  letter-spacing: -0.2px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  background-color: #e0eeff;
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 30px;
  border: 1px solid transparent;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* ================== FAQ CSS END ================== */
