@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
body {
  background-color: #fff!important;
}
:root {
  --font_georgia: Georgia, serif;
  --open-sans: "Open Sans", sans-serif;
  --font-montserrat: "Montserrat";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font_georgia);
  font-weight: 700;
}
.primary_btn_red,
.primary_btn_red:hover,
.primary_btn_red:active,
.primary_btn_red:focus {
  color: #fff;
  background-color: #e02b5b;
  font-size: 20px;
  border-radius: 30px;
  padding: 12px 50px 12px;
  border: 1px solid #e02b5b;
  min-width: 350px;
}
.primary_btn_red:hover,
.primary_btn_red:active,
.primary_btn_red:focus {
  background-color: #f1a9bc !important;
  border: 1px solid #f1a9bc !important;
}

.secondary_btn_white,
.secondary_btn_white:hover,
.secondary_btn_white:active,
.secondary_btn_white:focus {
  color: #e02b5b;
  background-color: #fff;
  border: 1px solid #e02b5b;
  font-size: 20px;
  border-radius: 30px;
  padding: 7px 30px 7px;
}
.white_btn,
.white_btn:hover,
.white_btn:active,
.white_btn:focus {
  color: #123456 !important;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 30px;
  padding: 12px 30px 12px;
  font-weight:700;
}
.content_area {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.gap-50 {
  gap: 50px;
}
.secondary_btn_white.blue {
  border: 1px solid #123456;
  color: #123456;
  font-weight: 500;
}
/*------------------------
Header Styles Starts Here
---------------------------*/

header {
  background-color: #fff;
}
.header_area {
  padding: 0 60px;
}
.pro_logo {
  width: 250px;
}
.pipe {
  width: 5px;
  height: 40px;
}
.thirdPatyLogo {
  width: 210px;
}
.pro_logo_section {
  gap: 25px;
}

/*-----------------------
Hero Styles Starts Here
--------------------------*/
.hero_section {
  background-size: cover;
  position: relative;
  background-color: #123456;
  padding-top: 23%;
  background-position: top 0px left;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 450px;
}
.hero_section .content_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 100%;
}
.hero_content_wrapper {
  width: 100%;
  max-width: 1000px;
}
.hero_content {
  text-align: center;
}
.hero_content .h1 {
  font-size: clamp(30px, 2.5vw, 40px);
  max-width: 35ch;
  margin: 0 auto 40px;
}
.hero_content p {
  font-size: clamp(24px, 2vw, 35px);
  max-width: 35ch;
  margin: 0 auto 25px;
}

/*-----------------------
About Styles Starts Here
--------------------------*/
.about_personapro {
  padding: 50px 0;
  background-color: #fff;
}
.about_content {
  max-width: 74ch;
  margin: 0 auto;
  font-size: clamp(18px, 1.5vw, 26px);
}

/*------------------------
How Persona Pro Works Here
--------------------------*/
.how_persona_pro_works {
  background-color: #fff;
}
.how_it_works_content {
  padding: 20px 0;
}
.how_works_title {
  color: #123456;
  margin: 0 0 50px;
}
.how_persona_works_tab_content {
  padding-top: 80px;
}
.how_persona_works_tab_content li {
  padding: 0 0 20px 0;
  font-size: 24px;
  color: #123456;
  font-family: Montserrat;
}
.how_it_works_content .nav-pills .nav-link.active {
  color: #123456;
  border-bottom: 5px solid #123456;
  font-weight: 700;
  margin-bottom: -35px;
  padding-bottom: 30px;
  background-color: transparent;
  border-radius: 1px;
}

.how_it_works_content .nav-pills .nav-link {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0%;
  line-height: 35px;
  text-align: center;
  color: #123456;
  background-color: transparent;
  font-family: Montserrat;
  padding: 0;
}

.carousel-heading {
  border-bottom: 5px solid #123456;
  padding-bottom: 30px;
}
.grey_bottom li {
  margin-left: 0;
}
.number {
  width: 30px;
  height: 30px;
  background: #123456;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.border_class {
  border: 2px solid #3f0071;
  background: transparent;
  width: fit-content;
  border-radius: 5px;
  padding: 20px;
}
.border_class:hover {
  background-color: #3f0071;
}
.how_persona_works_tab_content ul {
  list-style-type: disc;
}
ul li {
  margin-left: 8px;
}
.grey_bottom {
  border-bottom: 5px solid #dbd2ff;
  padding-bottom: 30px;
}

/*------------------------
How Persona Benefits Starts Here
--------------------------*/

.how_persona_benefits ul li {
  margin-left: 0px;
}
.how_persona_benefits ul li a {
  font-family: var(--font_georgia);
}
#benefits-practice {
  border-right: 1px solid #123456;
}
#benefits-practice.nav-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#benefits-patients.nav-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#benefits-practice a:hover,
#benefits-patients a:hover,
.benefits-pills a:hover,
#benefits-patients a:hover {
  color: #123456;
}
.pract-benefit,
.pat-benefit {
  width: 50%;
}

.howpersona_benefit .content_area {
  max-width: 1564px;
  padding: 0 50px;
}
.persona_benefit_box {
  position: relative;
  padding-top: 37%;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  min-height: 300px;
  margin: 50px 0;
}
.persona_benefit_box.patientbenefit {
  background-repeat: no-repeat;
  background-size: unset;
  background-position: left;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.persona_benefit_box .benefit_box_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefit_text {
  width: 50%;
  padding: 0 60px;
}
.benefit_text .h2 {
  font-size: 30px;
}
.benefit_text p {
  font-size: clamp(18px, 2vw, 24px);
}
.benefit_lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 100px;
  padding: 50px 0 100px;
}
.single_benefit {
  display: grid;
  grid-template-columns: 160px auto;
  gap: 20px;
}
.benefit_details {
  padding-top: 50px;
}
.benefit_details ul,
.step_text ul {
  list-style: outside;
  padding-left: 23px;
  font-size: clamp(18px, 2vw, 24px);
}
.benefit_details ul li,
.step_text ul li {
  margin: 0 0 30px;
  max-width: 35ch;
}
.benefit_details ul li:last-child,
.step_text ul li:last-child {
  margin: 0;
}

.how_persona_benefits {
  background-color: #f2f5fa;
  padding: 60px 0;
}
.how_persona_benefits a {
  color: #123456;
}
.benefits-pills {
  border: 1px solid #123456;
  border-radius: 20px;
}
.benefits-pills a {
  color: #123456;
  font-weight: 700;
  font-size: 30px;
  width: 100%;
  display: inline-block;
}
.benefits-pills.nav-pills .nav-link.active {
  background-color: white;
  color: #123456;
}
.benefits-pills.nav-pills .nav-link {
  padding: 10px 30px;
  border-radius: 20px;
}
.benefit_practice_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.benefit_practice_list ul li h2 {
  font-size: 28px;
  text-align: center;
  min-height: 62px;
  margin: 30px 0;
  font-family: var(--open-sans);
}
.benefit_practice_list ul li p {
  text-align: center;
}

/*-----------------------
Grow With Persona Styles Starts Here
--------------------------*/

.chat_banner {
  position: relative;
  padding-top: 23%;
  background-size: cover;
  background-position: center center;
  min-height: 250px;
  color: #fff;
}
.chat_banner .content_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 60px;
}
.chat_banner_content .h2 {
  font-size: clamp(30px, 3vw, 60px);
}
.chat_banner_section {
  padding: 120px 0;
}

/*-----------------------
Footer Styles Starts Here
--------------------------*/
.footer_bottom {
  background-color: #123456;
  color: #fff;
  padding: 30px 0;
}
.footer_links ul {
  display: flex;
  justify-content: center;
  gap: 100px;
  color: #fff;
}
.footer_content a,
.footer_links ul li a,
.footer_page_links ul a {
  color: #fff;
}
.footer_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_content a {
  color: #fff;
}
.social_media_icons {
  flex-direction: column;
  align-items: center;
}
.footer_page_links ul,
.social_media_icons,
.social_media_icons ul {
  display: flex;
  gap: 30px;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.crn_statement .proud_member {
  font-weight: 500;
  font-size: 16px;
}
.crn_statement .statement_text {
  font-size: 12px;
}
.footer_final_sec {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 30px;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .hero_content_wrapper {
    padding: 0;
    max-width: 750px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .hero_content_wrapper {
    padding: 0;
    max-width: 750px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero_section {
    background-position: left center;
  }
  .hero_content_wrapper {
    padding: 0;
    max-width: 600px;
  }
  .hero_section .content_area {
    background-size: auto 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_section {
    background-position: left center;
    padding-top: 35%;
  }
  .hero_section .content_area {
    background-size: auto 8px;
  }
  .hero_content_wrapper {
    padding: 0 15px;
    max-width: 450px;
  }
  .chat_banner_content {
    max-width: 70%;
    text-align: center;
  }
  .chat_banner_section {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .primary_btn_red {
    font-size: 16px;
  }
  .content_area {
    padding: 0 15px;
  }
  .header_area {
    padding: 0 15px;
    justify-content: center !important;
  }
  .pro_logo {
    width: 150px;
  }
  .pipe {
    width: 5px;
    height: 20px;
  }
  .thirdPatyLogo {
    width: 140px;
  }
  .pro_logo_section {
    gap: 10px;
  }

  .hero_section {
    background-image: url("/assets/images/Hero-lpmbl.png") !important;
    background-position: bottom;
    min-height: 800px;
  }
  .hero_section .content_area {
    padding: 0 20px;
  }

  .hero_content_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
    height: 100%;
  }
  .hero_content {
    width: 100%;
    padding: 60px 0px 50px;
    max-width: 450px;
    margin: 0 auto;
  }
  .hero_content p {
    margin-top: 40px;
  }

  .about_personapro {
    padding: 30px 0;
  }
  .how_persona_pro_works .carousel-control-next,
  .how_persona_pro_works .carousel-control-prev {
    top: 700px !important;
    height: 20px;
  }
  .carousel-item img {
    width: 100% !important;
    height: 100% !important;
  }
  .carousel-heading {
    font-size: 28px;
    text-align: center;
  }
  .carousel-control-prev {
    left: 37% !important;
  }
  .carousel-control-next {
    right: 39% !important;
  }
  #carouselExampleControlsNoTouching {
    margin: 50px 0;
  }
  #carouselExampleControlsNoTouching ul li {
    margin-left: 40px;
    list-style-type: disc;
  }

  .how_persona_benefits {
    background-color: #ffffff;
    padding:0 0 60px 0;
  }
  .persona_benefit_box {
    padding-top: unset;
  }

  .persona_benefit_box.patientbenefit {
    box-shadow: none;
    background-position: bottom;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .persona_benefit_box .benefit_box_content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    position: unset;
    height: 530px;
  }
  .benefit_text {
    width: 100%;
    padding: 40px 15px;
  }
  #benefits-carousel .carousel-item img,
  #benefits-patient-carousel .carousel-item img {
    width: 150px !important;
    height: 150px !important;
  }
  #benefits-patient-carousel .carousel-control-prev,
  #benefits-patient-carousel .carousel-control-next,
  #benefits-carousel .carousel-control-prev,
  #benefits-carousel .carousel-control-next {
    height: 20px;
    bottom: -18px !important;
    top: unset !important;
  }
  .benefit_practice_list ul {
    grid-template-columns: 1fr;
  }
  .persona_benefit_box.patientbenefit.doctor {
    background-color: #fafaf9;
    box-shadow: 0px 4px 4px 0px #00000040;
    .benefit_text {
      padding: 0 15px;
    }
    .benefit_box_content {
      height: fit-content;
    }
  }
  .chat_banner_section {
    padding: 75px 0;
  }
  .chat_banner {
    margin-bottom: 0;
    min-height: 130px;
    background-image: url("../images/grow-your-practice-mbl.webp") !important;
    padding-top: 130%;
  }
  .chat_banner_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .chat_banner_content .h2 {
    padding-left: 0;
    text-align: center;
  }
  footer p {
    font-size: 16px;
  }
  .footer_links.mb-5 {
    margin-bottom:15px!important;
  }
  .footer_links ul {
    gap: 15px;
    flex-direction: column;
    align-items: center;
    border-bottom:1px solid #fff;
    padding:25px 0;
  }
  .footer_links ul li {
    line-height:20px;
  }
  .footer_links ul li a {
    font-size: 16px;
  }
  .footer_content {
    grid-template-columns: 1fr !important;
    padding-top:30px;
  }
  .social_media_icons a.white_btn {
    color: #163556 !important;
    font-weight: 700;
  }
  .social_media_icons img {
    width: 30px;
    height: 30px;
  }
  .white_btn,
  .white_btn:hover,
  .white_btn:active,
  .white_btn:focus {
    font-size: 16px;
  }
  .footer_logo img {
    width: 70px;
  }
  .footer_final_sec {
    flex-direction: column;
    border-top:unset;
  }
  .footer_page_links ul a {
    font-size: 14px;
  }
  .trustpilot_text img {
    width:100%!important;
  }
}
