*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 100);
}

body {
  font-family: "Gilroy";
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #16122d;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
}

p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p:last-child {
  padding-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.image-overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  max-width: 1044px;
  padding: 0 22px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 52px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 22px;
  }
}

/* font */

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Black.woff2") format("woff2"),
    url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-UltraLight.woff2") format("woff2"),
    url("../font/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Light.woff2") format("woff2"),
    url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Regular.woff2") format("woff2"),
    url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Thin.woff2") format("woff2"),
    url("../font/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-SemiBold.woff2") format("woff2"),
    url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Medium.woff2") format("woff2"),
    url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* font end */

/* headre */
.headre-right__col ul.dropdown-menu{
    width: 216px;
}
.headre-right__col ul.dropdown-menu > li {
  margin: 0 !important;
}
.headre-right__col ul.dropdown-menu > li a.dropdown-item {
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.headre-right__col ul.dropdown-menu > li a.dropdown-item img{
    width: 20px;
}

.page-headre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding: 0px 0;
  z-index: 999;
}

.headre-left__col {
  width: 120px;
}

.headre__flex {
  display: flex;
  justify-content: space-between;
}

.headre-right__col {
  width: max-content;
}

.headre-right__col > ul {
  position: fixed;
  top: 60px;
  left: -100%;
  width: 300px;
  height: 100%;
  background-color: #0cb797;
  z-index: 9999;
  padding: 39px 22px;
  transition: all 0.3s ease-in-out;
}

.headre-right__col > ul.active {
  left: 0;
}

.headre-right__col > ul > li {
  color: #ffffff;
  font-weight: 700;
}

.headre-right__col > ul > li a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 10px;
}

.headre-right__col > ul > li:last-child a {
  margin: 0;
}

.btn-primarys {
  border-radius: 5px;
  background: #0cb797;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
        line-height: 40px;
}

.headre-right__col {
  display: flex;
  align-items: center;
}

.toggle-btn {
  width: 25px;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 11111;
}

.toggle-btn.open {
  margin-top: 7px;
}

.toggle-btn div {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 6px;
  transition: all 0.3s ease-in-out;
}

.toggle-btn div:first-child {
  margin-top: 0;
}

.toggle-btn.open .one {
  transform: rotate(44deg) translate(2px, 3px);
  background: #0cb797;
}

.toggle-btn.open .two {
  opacity: 0;
}

.toggle-btn.open .three {
  transform: rotate(-45deg) translate(9px, -9px);
  background: #0cb797;
}

@media (min-width: 1200px) {
  .headre-left__col {
    width: auto;
  }

  .btn-primarys {
    font-size: 15px;
    line-height: 44px;
    border-radius: 12px;
    padding: 0 27px;
  }

  .toggle-btn {
    display: none;
  }

  .headre-right__col > ul {
    position: relative;
    top: 0px;
    left: 0%;
    width: max-content;
    height: auto;
    background-color: transparent;
    display: flex;
    margin-right: 45px;
    padding: 0;
  }

  .headre-right__col > ul > li a {
    color: #656565;
    margin: 0 22px;
  }

  .headre-right__col > ul > li a:hover {
    color: #0cb797;
  }

  .headre-right__col > li {
    color: #656565;
  }

  .headre-right__col > ul > li:last-child {
    margin-left: 22px;
  }



  .btn-primarys:hover {
    background: #036855;
  }
}

/* headre end */

/* banner */

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: inherit;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  height: 50px;
  background: #0cb797;
  border-radius: 50%;
  margin-block: auto;
}
.carousel-control-next {
  right: calc(50% - 60px);
}
.carousel-control-prev {
  left: calc(50% - 60px);
}

.banner {
  margin-top: 61px;
}

.banner__left-content {
  padding: 50px 0 20px;
}

.banner__right-image {
  width: 250px;
  margin: 0 auto;
}

.banner__left-content h1 {
  color: #066352;
  font-size: 35px;
  padding: 0 0 13px;
}

.banner__left-content p {
  font-size: 15px;
  color: #505050;
  font-weight: 500;
  padding: 0 0 19px;
}

.btn-play-store {
  display: inline-block;
  width: 120px;
}

.banner__left-content ul {
  display: flex;
  margin-top: 15px;
}

.banner__left-content ul li {
  font-size: 20px;
  margin-right: 15px;
  color: #fbc702;
}

@media (min-width: 768px) {
  .banner {
    padding: 50px 0 0;
  }

  .banner__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .banner__left-content {
    padding: 0;
    width: calc(50% - 16px);
  }

  .banner__right-image {
    width: 250px;
    width: calc(50% - 16px);
  }
}

@media (min-width: 1200px) {
  .banner {
    margin-top: 114px;
    padding: 50px 0 0;
  }

  .banner__left-content h1 {
    font-size: 58px;
    padding: 0 0 13px;
  }

  .banner__left-content {
    width: calc(60% - 16px);
  }

  .banner__right-image {
    width: 250px;
    width: calc(40% - 16px);
  }

  .banner__left-content p {
    font-size: 18px;
    padding: 0 0 30px;
  }

  .btn-play-store {
    width: 180px;
  }

  .banner__left-content ul {
    margin-top: 20px;
  }

  .banner__left-content ul li {
    font-size: 30px;
    margin-right: 24px;
  }

  .btn-play-store:hover {
    transform: scale(1.1);
  }
}

/* banner end */

/* text-icon */

.text-icon {
  background-color: #d8f4e8;
  padding: 50px 0;
}

.text-icon-col {
  margin: 0 0 20px;
}

.text-icon-col:last-child {
  margin: 0px;
}

.text-icon-icon {
  width: 45px;
  height: 45px;
  background-color: #33ad7a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 19px;
}

.text-icon-col h4 {
  color: #000;
  font-size: 18px;
  line-height: normal;
  padding: 0 0 19px;
}

.text-icon-col p {
  color: #a6a6a6;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}

.text-icon-col ul li {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.text-icon-col ul li::before {
  content: "\f00c";
  position: absolute;
  font-family: fontawesome;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #33ad7a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

.statistics-content {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.statistics-content-col {
  margin-top: 20px;
}

.statistics-content-col h3 {
  font-size: 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.statistics-content-col p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #414141;
}

@media (min-width: 768px) {
  .text-icon-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .text-icon-col {
    width: calc(50% - 15px);
  }
}

@media (min-width: 1200px) {
  .text-icon {
    padding: 80px 0;
  }

  .text-icon-col {
    width: 219px;
    margin: 0;
  }

  .statistics-content-col {
    margin-top: 40px;
    border-right: 1px solid #000;
  }

  .border-none {
    border: none;
  }

  .text-icon-col ul li {
    font-size: 15px;
  }
}

/* text-icon end */

/* text-image */

.text-image {
  padding: 50px 0 20px;
}

.text-image-content h6 {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
}

.text-image-content h2 {
  color: #000;
  font-size: 31px;
  font-weight: 700;
  padding: 0 0 10px;
}

.text-image-content p {
  padding-bottom: 15px;
}

.text-image-icon {
  width: 45px;
  height: 45px;
  background-color: #33ad7a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 19px;
}

.text-image-text h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 9px;
}

.text-image-text p {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 600;
}

.text-image-info {
  margin-bottom: 20px;
}

.text-image-content {
  padding-top: 30px;
}

.text-icon-heading h6 {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
}

.text-icon-heading h2 {
  color: #000;
  font-size: 41px;
  font-weight: 700;
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .text-image-content {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .text-image {
    padding: 100px 0 70px;
  }

  .text-image-content h2 {
    font-size: 41px;
  }

  .text-image-icon {
    margin: 0px;
  }

  .text-image-info {
    display: flex;
  }

  .text-image-text {
    width: calc(100% - 45px);
    padding-left: 20px;
  }

  .text-icon-heading h2 {
    padding: 0 0 35px;
  }
}

/* text-image end */

.consult-doctor .text-image-content > p {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
}

.consult-doctor .text-image-content h2 {
  padding: 0 0 0;
}

@media (min-width: 1200px) {
  .text-image-content-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .text-image-content-flex .text-image-info {
    width: 220px;
    display: block;
  }

  .text-image-content-flex .text-image-info .text-image-text {
    width: calc(100%);
    padding-left: 0px;
  }

  .text-image-content-flex .text-image-info .text-image-icon {
    margin-bottom: 10px;
  }

  .padd-top0 {
    padding-top: 0;
  }
}

/* download-app */

.download-app {
  padding: 50px 0;
  background: #effaf6;
}

.download-app__left-content {
  padding: 0px 0 20px;
}

.download-app__right-image {
  width: 250px;
  margin: 0 auto;
}

.download-app__left-content h5 {
  color: #a6a6a6;
  font-size: 18.968px;
  font-weight: 800;
  line-height: 22.524px;
}

.download-app__left-content h2 {
  color: #000;
  font-size: 35px;
  padding: 0 0 13px;
}

.download-app__left-content p {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.524px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .download-app__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .download-app__left-content {
    padding: 0;
    width: calc(50% - 16px);
  }

  .download-app__right-image {
    width: 250px;
    width: calc(50% - 16px);
  }
}

@media (min-width: 1200px) {
  .download-app {
    padding: 20px 0;
  }

  .download-app__left-content h2 {
    font-size: 40px;
    padding: 0 0 13px;
  }

  .download-app__left-content {
    width: calc(60% - 16px);
  }

  .download-app__right-image {
    width: 250px;
    width: calc(40% - 16px);
  }

  .download-app__left-content p {
    font-size: 17px;
    padding: 0 0 30px;
  }
}

/* download-app end */

/* footer */

.page-footer {
  background: #184e37;
  position: relative;
  z-index: 1;
}

.page-footer::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/footer-overlay.png);
  background-size: 100% 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

.footer-left h2 {
  font-size: 20px;
  color: #fff;
  padding: 0 0 10px;
}

.footer-left p {
  color: #9de7c7;
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 15px;
}

.footer-right .btn-primarys {
  background-color: #ffffff;
  color: #000;
}

.footer-bottom {
  padding: 10px 0;
  margin-top: 40px;
  border-top: 1px solid #3a8162;
}

.footer-bottom-wrap p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 10px;
}

.footer-bottom-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-bottom-wrap ul li a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-right ul {
  display: flex;
  margin-top: 20px;
}

.footer-right ul li a {
  font-size: 17px;
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
}

.footer-left a {
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
}

.footer-left a i {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .footer-right {
    text-align: right;
  }

  .footer-left h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 0 12px;
  }

  .footer-left p {
    font-size: 18px;
    line-height: 21px;
    padding: 0;
  }

  .footer-bottom {
    padding: 17px 0 12px;
    margin-top: 66px;
  }

  .footer-right ul li a {
    font-size: 30px;
    margin: 0 0 0 42px;
  }

  .footer-right ul {
    justify-content: end;
    margin-top: 50px;
  }

  .footer-bottom-wrap ul {
    width: 185px;
  }

  .footer-bottom-wrap p {
    text-align: left;
    font-size: 14px;
    padding: 0;
  }

  .footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
  }

  .footer-bottom-wrap ul li a {
    font-size: 14px;
  }

  .page-footer::before {
    top: -98px;
    height: 262px;
  }

  .footer-right ul li a:hover,
  .footer-right .btn-primarys:hover {
    opacity: 0.6;
  }

  .footer-left a {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
  }

  .footer-left a:hover {
    text-decoration: underline;
  }
}

/* footer end */

.cards-icon-flex {
  display: flex;
  flex-wrap: wrap;
}

.cards-link {
  text-decoration: none;
  border: none;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
}

.cards-number {
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #36a994;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
}

.cards-number-name {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.3s ease-in-out;
}

/*about section*/
 .hero {
            background: #d8f4e8;
            height: 400px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .hero h2 {
            font-size: 48px;
            margin: 0;
        }
        .hero p {
            font-size: 18px;
            margin-top: 10px;
            color: #a6a6a6;
        }
        .hero button {
            padding: 10px 20px;
            font-size: 18px;
            background-color: #27AE60;
            color: white;
            border: none;
            cursor: pointer;
            margin-top: 20px;
        }
        .container {
            padding: 40px 20px;
            max-width: 1200px;
            margin: auto;
        }
        .section {
            margin-bottom: 50px;
        }
        h2 {
            font-size: 32px;
            color: #2C3E50;
        }
        .story{
            width: 100%;
            display: grid;
            grid-template-columns: 430px 1fr;
            gap: 30px;
            align-items: center;
        }
         .values {
            display: flex;
            gap: 20px;
            align-items: center;
        }
        .team {
            width: 100%;
            margin-bottom: 100px;text-align: center;
        }
        .story img{
            width: 100%;
        }
        .team_members{
            width: 100%;
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 40px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .story div{
            width: 100%;
        }
         .team img {
            width: 50%;
            border-radius: 10px;
        }

        .values {
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .value {
            flex: 1 1 45%;
            padding: 20px;
            text-align: center;
            background-color: #ECF0F1;
            border-radius: 10px;
            margin-bottom: 10px;
        }
        .value_grid{
            width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
            gap: 30px;
        }
        .value img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            margin-bottom: 20px;
        }
        .team .member {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 10px;
            min-width: 200px;
            text-align: center;
        }
        .team .member img {
            border-radius: 50%;
            width: 150px;
            height: 150px;
            margin-bottom: 20px;
        }
        
    .heading {
        width: 100%;
    }
    .heading .sub_text{
        margin-top: 10px;
            color: #a6a6a6;
    }
    .step-form-heading.text_start{
        text-align: start;
    }
/*about section*/

/*service page*/
.privacy,.data_safe{
    margin-block: 70px;
}
.btn-primarys{
    gap: 10px;
}
.btn-primarys img{
    width: 20px;
}
.inner_service_wrapper{
    margin-bottom: 50px;
}
.inner_service_wrapper .section:nth-of-type(even){
    grid-template-columns:  1fr 430px;
}
.btn_group{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.footer-left .btn-primarys {
    background-color: #ffffff;
    color: #000;
}
.btn-primarys:hover{
    text-decoration: none !important;
    opacity: 0.6;
}
.inner_service_wrapper .story img{
    width: 100%;
    height: 406px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
}
/*service*/


/*media queary*/

@media (min-width: 768px) {
  .cards-link {
    width: 33.33%;
  }
  /*services*/
  .inner_service_wrapper .section:nth-of-type(even) img{
   order: 2;
}
.inner_service_wrapper .section:nth-of-type(even) div{
    oder: 1;
}
  /*servises*/
}

@media (min-width: 1200px) {
  .cards-icon-flex {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cards-link {
    width: 100px;
    position: relative;
  }

  .cards-link:nth-child(even) {
    margin-top: 130px;
  }

  .cards-link:nth-child(odd)::before {
    content: "";
    position: absolute;
    bottom: -68px;
    width: 72px;
    height: 60px;
    right: -20px;
    border-left: 2px dashed #000;
    border-bottom: 2px dashed #000;
  }

  .cards-link:nth-child(odd)::after {
    content: "\f0da";
    position: absolute;
    font-family: fontawesome;
    bottom: -83px;
    right: -22px;
    font-size: 20px;
    color: #000;
  }

  .cards-link:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -91px;
    width: 77px;
    height: 75px;
    right: -27px;
    border-top: 2px dashed #000;
    border-left: 2px dashed #000;
  }

  .cards-link:nth-child(even)::after {
    content: "\f0da";
    position: absolute;
    font-family: fontawesome;
    top: -104px;
    right: -28px;
    font-size: 20px;
    color: #000;
  }

  .cards-link:last-child::after,
  .cards-link:last-child::before {
    display: none;
  }
}

/* step-form-number */

.step-form-section {
  padding: 50px 0 0;
}

.step-form-heading h2 {
  font-size: 25px;
  padding: 0 0 15px;
}

.step-form-heading p {
  font-size: 16px;
  color: #505050;
  padding: 0 0 15px;
}

.step-form-col {
  text-align: center;
  margin-top: 20px;
}

.step-form-col h3 {
  font-size: 17px;
  font-weight: 600;
  padding: 19px 0 0;
}

.step-form-number {
  width: 94px;
  height: 94px;
  box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.step-form-number h4 {
  width: 50px;
  height: 50px;
  background-color: #d8f4e8;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .step-form-col {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }

  .step-form-heading {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }

  .step-form-heading h2 {
    font-size: 41px;
    padding: 0 0 19px;
  }

  .step-form-heading p {
    font-size: 20px;
    padding: 0 0 60px;
  }

  .step-form-col::after {
    content: "";
    position: absolute;
    top: 46px;
    right: 0;
    width: 100%;
    height: 1px;
    border: 1px dashed #000;
    z-index: -1;
  }

  .step-form-col::before {
    content: "\f0da";
    position: absolute;
    font-family: fontawesome;
    top: 29px;
    right: -16px;
    font-size: 24px;
    color: #000;
  }

  .step-form-col-last::before {
    display: none;
  }

  .step-form-col-last::after {
    width: 50%;
    right: unset;
    left: 0;
  }

  .step-form-col-first::after {
    width: 50%;
  }
}

@media (max-width: 1023px) {
    .value_grid{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .inner_service_wrapper .section:nth-of-type(even){
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .story{
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        }
}
@media (max-width: 767px) {
    .inner_service_wrapper .section:nth-of-type(even){
        grid-template-columns: 1fr;
    }
    .story{
            grid-template-columns:  1fr;
        }
}
/* step-form-number end */
