/* banner Section */
.banner-section {
  padding-top: 2rem;
}

.bnr-txtbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
}

.bnr-txtbx h2 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--ne-medic-secondry-color);
}

.bnr-txtbx h2 span {
  color: var(--ne-medic-primary-color);
  word-wrap: break-word;
}

.bnr-txtbx p {
  color: var(--ne-medic-alttxt-color);
}

.servicesitem {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  /*width:75%;*/
}

.servicesitem .owl-carousel {
  width: 100%;
  overflow: hidden;
}

.servicesitem .owl-wrapper-outer {
  width: 100%;
}

.servicesitem .owl-carousel .owl-item {
  margin-right: 0;
}

.servicesitem .owl-nav {
  display: none;
}

.servicesitem .owl-carousel .owl-dots {
  border: none;
  width: auto;
  height: auto;
  padding: 1rem 0;
}

.servicesitem .owl-carousel .owl-dot {
  border: none;
  width: auto;
  height: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--ne-medic-secondry-color);
}

/* .servicesitem .owl-dots{display: none;} */

.service-cardlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 436px;
  border: 1px solid var(--ne-medic-primary-color);
  border-radius: 8px;
  align-items: center;
  position: relative;
  overflow: hidden;
  /*justify-content: center;*/
}

.service-cardlist .serviceimg {
  width: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  /*transform: scale(1.5);*/
}

.service-cardlist .serviceimg img {
  transition: all 0.5s ease-in-out;
  /* height: 260px;
    object-fit: fill; */
}

.textbx {
  width: 100%;
  height: 100%;
  padding: 10%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
}

.textbx h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ne-medic-primary-color);
}

.textbx p {
  font-size: 0.9rem;
  color: var(--ne-medic-alttxt-color);
}

.hide-txtbx {
  display: none;
}

.appbx .appbtn {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0;
  gap: 0.5rem;
}

.service-cardlist:hover .textbx {
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0%;
}

.service-cardlist:hover .serviceimg {
  width: 100%;
  height: 100%;
  transform: scale(0.55);
}

.service-cardlist:hover .serviceimg img {
  transform: scale(1.25);
  transition: all 0.5s ease-in-out;
}

.service-cardlist:hover .hide-txtbx {
  display: flex;
  color: var(--ne-medic-txt-color);
  transition: all 0.5s ease-in-out;
}

.service-cardlist:hover .textbx .btn {
  background: var(--ne-medic-secondry-color);
  color: #fff;
  border-color: var(--ne-medic-secondry-color);
}

/*bof:our therapist's Solutions */

/* .our-solutionsbx {
    position: relative;
    height: 726px;
    background: url(../img/ot-solution-bg-logo_02.svg) center bottom no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
    z-index: 0;
    margin-top: 60px;
} */

.our-solutionsbx {
  position: relative;

  background: url(../img/ot-solution-bg-logo_02.svg) center bottom no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
  z-index: 0;
  margin-top: 60px;
}

@media (max-width: 769px) {
  .our-solutionsbx {
    padding-top: 40px;
    margin-top: 0px;
  }
}

.otsolution-bg {
  width: 100%;
  height: 100%;
}

.otsolution-bg img {
  width: 100%;
  height: 720px;
}

.ots-secbx {
  width: 50%;
  float: right;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  text-align: right;
}

.ots-secbx h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: var(--ne-medic-primary-color);
}

.fots-secbx p {
  font-size: 0.9rem;
  color: #fff;
}

/* .our-therapits-solution {
    position: absolute;
    bottom: 468px;

} */
.our-therapits-solution {
  position: relative;
  top: 92px;
  height: 576px;
}

.flowstep-lista {
  display: flex;
  width: 300px;
  padding: 2rem;
  border: 3px solid #fff;
  border-radius: 2rem;
  position: absolute;
  top: -154px;
  left: 0;
}

.flowstep-lista,
.flowstep-listb,
.flowstep-listc {
  background: var(--ne-medic-primary-color);
}

.flowstep-lista::before,
.flowstep-listb::before,
.flowstep-listc::before {
  content: "";
  width: 54px;
  height: 96px;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("../img/otsolution-listicon.svg") 0 0 no-repeat;
  overflow: hidden;
  z-index: -2;
}

.flowstep-lista .contentbx,
.flowstep-listb .contentbx,
.flowstep-listc .contentbx {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.flowstep-lista .contentbx .imgbx,
.flowstep-listc .contentbx .imgbx,
.flowstep-listb .contentbx .imgbx {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.flowstep-lista .contentbx .imgbx img,
.flowstep-listc .contentbx .imgbx img,
.flowstep-listb .contentbx .imgbx img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 30px;
}

.flowstep-lista .contentbx h3,
.flowstep-listb .contentbx h3,
.flowstep-listc .contentbx h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.flowstep-lista .contentbx p,
.flowstep-listb .contentbx p,
.flowstep-listc .contentbx p {
  font-size: 0.9rem;
  color: #fff;
}

.flowstep-lista .btnbx,
.flowstep-listb .btnbx,
.flowstep-listc .btnbx {
  display: flex;
  justify-content: end;
}

/* Mental Health Conditions */
.mhcondition_bg {
  position: relative;
  top: -160px;
}

.mh-conditionbx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0rem 0rem;
}

.txt-section {
  height: 100%;
  display: flex;
  justify-content: center;
  background: var(--ne-medic-altsecondry-color);
  padding: 10%;
}

.txt-section h2,
.txt-section p {
  color: #fff;
  padding: 1rem 0;
}

.mh-condition-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*grid-template-rows: repeat(5, 1fr);*/
  grid-gap: 15px;
  padding: 6rem 0.5rem;
}

.listopt {
  background: url(../img/Check_icon.svg) 0 center no-repeat;
  padding: 1rem 0rem 1rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.mh-conditionbx .btnbx button {
  border-color: #fff;
  color: #fff;
}

/* flowstep-b */
.flowstep-listb {
  width: 300px;
  padding: 2rem;
  border: 3px solid #fff;
  border-radius: 2rem;
  position: absolute;
  top: -100px;
  /* top: -120px; */
  left: 330px;
}

/* flowstep-c */
.flowstep-listc {
  width: 300px;
  padding: 2rem;
  border: 3px solid #fff;
  border-radius: 2rem;
  position: absolute;
  top: 30px;
  left: 660px;
}

/* whychooseus_bg */
.whychooseus_bg {
  background: rgba(23, 22, 22, 2%);
  margin-top: -190px;
  padding: 3rem 0;
  text-align: center;
  overflow: hidden;
}

.whychooseus_bg .headingbx {
  padding: 2rem 0;
}

.whychooseus_bg .btnbx {
  padding: 2rem 0;
}

.whychooseus_section {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  position: relative;
}

.whychooseus_section .wcus-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*border: 1px solid rgb(83, 83, 83); border-radius: 100%; padding: 3.7rem 5rem;*/
  width: 440px;
  height: 330px;
  border-radius: 100%;
}

.whychoose-list {
  width: 1000px;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-self: center;
  position: relative;
}

.whychoose_item {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-self: center;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  width: 500px;
}

.infobx {
  position: relative;
  display: inline;
}

.infotxt {
  width: 120px;
  position: absolute;
  top: 30px;
  right: 0;
  background: var(--ne-medic-secondry-color);
  color: #fff;
  padding: 0.5rem;
  font-size: 0.8rem;
  opacity: 0;
  border-radius: 4px;
  text-align: left;
  z-index: 1;
}

.whychoose_item:hover .infotxt {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.whychoose_item img {
  padding: 0.5rem;
}

.choose_opt1 {
  top: 20px;
  left: -70px;
}

.choose_opt2 {
  top: 110px;
  left: -157px;
}

.choose_opt3 {
  top: 218px;
  left: -180px;
}

.choose_opt4 {
  top: 314px;
  left: -156px;
}

.choose_opt5 {
  top: 410px;
  left: -60px;
}

.choose_opt6 {
  top: 20px;
  right: -75px;
  justify-content: flex-start;
}

.choose_opt7 {
  top: 110px;
  right: -166px;
  justify-content: flex-start;
}

.choose_opt8 {
  top: 218px;
  right: -190px;
  justify-content: flex-start;
}

.choose_opt9 {
  top: 314px;
  right: -165px;
  justify-content: flex-start;
}

.choose_opt10 {
  top: 410px;
  right: -66px;
  justify-content: flex-start;
}

/* how to works */
.howtoworks-bg {
  background: rgba(130, 184, 49, 0.15);
}

.howtoworks {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  dtop: -7rem;
  background: rgba(130, 184, 49, 0.15);
}

.prakartik-bnr {
  position: relative;
}

.prakartik-bnr img {
  height: 100%;
}

.prakartik-bnr .headingbx {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 80%;
}

.prakartik-bnr .headingbx h2 {
  font-weight: 600;
  color: #fff;
  padding-bottom: 1rem;
}

.prakartik-bnr .headingbx p {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}

.prakartik-bnr .btnbx .btn {
  border: 2px solid #fff;
  font-size: 20px;
 padding: 20px;
  color: #fff;
}

.txt-howtowork {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 0rem;
}

.txt-howtowork h2 {
  color: var(--ne-medic-primary-color);
  padding: 1rem 0;
}

.howtowork-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(3, 1fr); */
  grid-gap: 20px;
  padding: 1rem 0rem;
}

/* .howtowork-icon img {
    width: 65px;
    height: 65px;
    object-fit: cover;
} */
.howtowork-list {
  display: flex;
  gap: 1rem;
}

.howtowork-list .txtbx {
  display: flex;
  flex-direction: column;
}

.howtowork-list .txtbx h5 {
  font-weight: 500;
  font-size: 1rem;
  color: var(--ne-medic-primary-color);
}

.howtowork-list .btnbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Support & Resources */

.support_bg {
  padding: 5rem 0 3rem;
  overflow: hidden;
}

.support_bx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130, 184, 49, 0.15);
  justify-content: space-between;
  align-content: space-between;
}

.support_bx_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #53565a;
}

.support_bx_form .inputbx_fullgrid {
  grid-area: 3 / 1 / 3 / 3;
}

.support_bg .leftsection img {
  display: flex;
  align-self: center;
}

/* bof:slider */
.carousel-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}

.testimonial_bgcolor {
  background: #f5f5f5;
}

.testimonial_bx {
  overflow: hidden;
  text-align: center;
  padding: 3rem 0;
}

.testimonial_bx .owl-carousel {
  width: 80%;
  margin: auto;
  position: relative;
  padding: 3rem 0.9rem;
}

/* .testimonial_bx .owl-wrapper-outer{width:100%; margin: 0 auto; overflow: hidden; text-align:center ;} */
.testimonial_bx .owl-carousel .owl-item {
  margin-right: 20px;
}

.testimonial_bx .owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: -8%;
  width: 116%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 2rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 0;
  border: 1px solid var(--ne-medic-alttxt-color);
  color: var(--ne-medic-alttxt-color);
}

.testimonial_list {
  background: #fff;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  justify-items: center;
  gap: 2rem;
}

.testimonial_list .pic img {
  width: 100%;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

@media (min-width: 600px) {
  .test_user_info {
    padding: 10px;
    display: flex;
    align-items: center;
  }

  .test_user_info .pic {
    margin-right: 40px;
  }
}

.test_user_info {
  padding: 10px;
}

/* blog */
.blogbg {
  background: var(--ne-medic-secondry-color);
  padding: 3rem 0;
}

.blog_section h2 {
  color: #fff;
}

.owl-item {
  margin-right: 1rem;
}

.blog_section .btnbx {
  text-align: center;
}

.blog_section .btnbx button {
  border-color: #fff;
  color: #fff;
}

.blog_section #blog-slider {
  padding-top: 2rem;
  height: 100%;
}

.blog_section .owl-carousel {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0.9rem;
}

.blog_sec.owl-theme .owl-dots {
  display: none;
}

.blog_list {
  width: 100%;
  padding: 1rem;
  position: relative;
  text-align: left;
  background: #fff;
  display: flex;
  flex-direction: column;

  align-content: center;
  justify-items: center;
  align-items: center;
  border-radius: 1rem;
  height: 400px;
}

.blog_list .artical_txt h6 {
  color: var(--ne-medic-primary-color);
  padding-top: 1rem;
}

.blog_list .pic {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

@media (max-width: 600px) {
  .blog_list .pic img {
    width: 200px;
    /* height: 150px !important; */
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 766px) {
  .blog_list .pic img {
    border-radius: 10px;
    width: 100%;
    width: 250px;
    height: 150px;
    object-fit: cover;
  }
}

.blog_list .description {
  padding-top: 0.5rem;
}

.owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-0%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.owl-buttons div {
  background: none !important;
}

.owl-buttons div img {
  width: 30px;
  height: 30px;
}

#our_psychologist img {
  width: 100% !important;
  object-fit: cover;
  height: 400px;
}

#our_psychologist .blog_list {
  padding: 0px;
  flex-direction: row;
}

/* faq */
.faqbg {
  padding: 3rem 0;
}

.faq_section div#accordion {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.faq_section .headingbx {
  overflow: hidden;
  text-align: center;
  padding: 0rem 0 3rem;
}

.faq_section .card {
  width: 70%;
  border-color: var(--ne-medic-secondry-color);
  display: flex;
  align-content: center;
  justify-content: center;
}

.faq_section .card-header {
  border: none;
  background: none;
}

.accordion-head {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0.7rem 1rem;
}

.accordion-head a {
  text-decoration: none;
  color: var(--ne-medic-txt-color);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.faq_section .faq_articalbx {
  padding: 0rem 1rem;
  color: var(--ne-medic-alttxt-color);
}

.faq_section .btnbx {
  text-align: center;
  padding: 2rem 0;
}

.faq_section .accordion-head a img {
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
}

.faq_section .accordion-head a.collapsed img {
  transform: rotate(0deg);
}

/* Media Queries style */
@media (min-width: 1300px) {
  /* .container, */
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  /* .prakartik-bnr{    transform: translate(0, 50%);} */
  .our-solutionsbx {
    background: var(--ne-medic-primary-color);
    /* margin: 3rem 0; */
    height: auto;
  }

  .ots-secbx {
    width: 100%;
    color: #fff;
    text-align: center;
    justify-content: center;
  }

  .ots-secbx h2 {
    color: #fff;
  }

  .our-therapits-solution {
    position: inherit;
    padding: 2rem 0rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .flowstep-lista,
  .flowstep-listb,
  .flowstep-listc {
    position: inherit;
    top: inherit;
    width: 98%;
    align-items: baseline;
  }

  .flowstep-lista .contentbx,
  .flowstep-listb .contentbx,
  .flowstep-listc .contentbx {
    text-align: center;
    align-items: center;
  }

  .flowstep-lista .contentbx h3,
  .flowstep-listb .contentbx h3,
  .flowstep-listc .contentbx h3 {
    text-align: center;
  }

  .flowstep-lista .contentbx .imgbx img,
  .flowstep-listc .contentbx .imgbx img,
  .flowstep-listb .contentbx .imgbx img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 30px;
  }

  .flowstep-lista::before,
  .flowstep-listb::before,
  .flowstep-listc::before {
    display: none;
  }

  .whychooseus_section {
    height: auto;
  }

  .whychooseus_section .wcus-logo {
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
  }

  .whychoose-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    display: grid;
    text-align: left;
  }

  .whychoose_item {
    position: inherit;
    right: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    align-content: flex-start;
    justify-content: space-between;
    justify-items: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .whychoose_item img {
    width: 10%;
    margin-right: 10px;
  }

  .mhcondition_bg {
    top: inherit;
  }

  .mh-conditionbx .txt-section {
    padding: 5%;
  }

  .mh-conditionbx .txt-section .btnbx {
    display: flex;
    gap: 10px;
    padding: 0;
  }

  .choose_opt6,
  .choose_opt7,
  .choose_opt8,
  .choose_opt9,
  .choose_opt10 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .mh-condition-item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 2rem 0.5rem;
  }

  .listopt {
    padding: 0.5rem 0rem 0.5rem 2rem;
  }

  .whychooseus_bg {
    margin-top: 1rem;
    padding: 0;
  }

  .support_bg {
    padding: 1rem 0 1rem;
  }

  .howtowork-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .howtowork-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .prakartik-bnr img {
    width: 100%;
  }

  .prakartik-bnr .headingbx h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .prakartik-bnr .btnbx .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .faq_section .card {
    width: 100%;
  }

  .footeritem,
  .footerlist li {
    justify-content: center;
    text-align: center;
  }

  .footeritem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .appdownload {
    flex-direction: row;
    justify-content: center;
  }

  .privacybx {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .our-solutionsbx {
    background: var(--ne-medic-primary-color);
    /* margin: 3rem 0; */
    height: auto;
  }

  .ots-secbx {
    width: 100%;
    color: #fff;
    text-align: center;
  }

  .ots-secbx h2 {
    color: #fff;
    font-size: 2rem;
  }

  .ots-secbx .btnbx .btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
  }

  .our-therapits-solution {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: inherit;
    padding: 2rem 1rem;
    position: relative;
    top: 0;
    height: auto;
  }

  .flowstep-lista,
  .flowstep-listb,
  .flowstep-listc {
    position: inherit;
    top: inherit;
    width: 100%;
    margin-bottom: 10px;
  }

  .flowstep-lista .contentbx,
  .flowstep-listb .contentbx,
  .flowstep-listc .contentbx {
    text-align: center;
    align-items: center;
  }

  .flowstep-lista .contentbx h3,
  .flowstep-listb .contentbx h3,
  .flowstep-listc .contentbx h3 {
    text-align: center;
  }

  .flowstep-lista::before,
  .flowstep-listb::before,
  .flowstep-listc::before {
    display: none;
  }

  .whychooseus_section {
    height: auto;
  }

  .whychooseus_section .wcus-logo {
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
  }

  .whychoose-list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 15px;
  }

  .mhcondition_bg {
    top: inherit;
  }

  .mh-conditionbx .txt-section {
    padding: 5%;
  }

  .mh-conditionbx .txt-section .btnbx {
    display: flex;
    gap: 10px;
    padding: 0;
  }

  .choose_opt6,
  .choose_opt7,
  .choose_opt8,
  .choose_opt9,
  .choose_opt10 {
    flex-direction: row;
  }

  .mh-condition-item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 0rem 0.5rem;
  }

  .listopt {
    padding: 0.5rem 0rem 0.5rem 2rem;
  }

  .whychooseus_bg {
    margin-top: 1rem;
    padding: 0;
  }

  .support_bg {
    padding: 1rem 0 1rem;
  }

  .howtowork-item {
    display: flex;
    flex-direction: column;
  }

  .howtowork-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .prakartik-bnr img {
    width: 100%;
  }

  .prakartik-bnr .headingbx h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .prakartik-bnr .btnbx .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .faq_section .card {
    width: 100%;
  }

  .footeritem,
  .footerlist li {
    justify-content: center;
    text-align: center;
  }

  .footeritem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footeritem a {
    margin: auto;
  }

  .footeritem,
  .footerlist li {
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .appdownload {
    flex-direction: column;
  }

  .privacybx {
    flex-direction: column;
  }

  .servicesitem .owl-dots {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 1rem;
  }

  .servicesitem .owl-nav {
    display: none;
  }

  .owl-carousel button.owl-dot {
    border: none;
    width: auto;
    height: auto;
  }

  .testimonial_list {
    display: block;
    text-align: center;
  }

  .testimonial_list .pic img {
    width: 50px;
    margin: 10px auto;
    height: 50px;
    object-fit: cover;
  }
}

@media (min-width: 600px) {
  .testimonial_list {
    height: 240px;
  }
}

.howtowork-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
}

.how_bx {
  padding: 20px;
  text-align: center;
  margin: auto;
}

.how_bx img {
  margin: auto;
  padding: 20px 0px;
}

.how_bx h4 {
  color: var(--ne-medic-primary-color);
}

.how_bx p {
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .reverse {
    flex-direction: column-reverse !important;
  }
}

/* Add Model css */
.add_right_sec {
  background: #83b831;
  /* display: grid; */
  position: relative;
}

.close {
  width: 20px;
  height: 20px;
  float: right;
  border: none;
  font-size: 35px;
  position: absolute;
  z-index: 999;
  top: -30px;
  right: 0;
}

@media (min-width: 600px) {
  .add_form {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
  }
}

@media (max-width: 600px) {
  .add_form {
    padding: 30px;
  }

  /* .modal-content {
        padding: 10px;
        background-color: transparent;
    } */

  .sm-none {
    display: none;
  }
}

#ApplicationSubmit {
  background: #1673b2;
  color: #fff;
}

@media (min-width: 600px) {
  #Register {
    height: 100vh;
    overflow: scroll;
  }
}

@media (max-width: 600px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
.modal-content .btn:hover {
  background-color: transparent;
}
