@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Heavy.eot");
  src: url("../fonts/Nexa-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Heavy.woff2") format("woff2"), url("../fonts/Nexa-Heavy.woff") format("woff"), url("../fonts/Nexa-Heavy.ttf") format("truetype"), url("../fonts/Nexa-Heavy.svg#Nexa-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Regular.eot");
  src: url("../fonts/Nexa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Regular.woff2") format("woff2"), url("../fonts/Nexa-Regular.woff") format("woff"), url("../fonts/Nexa-Regular.ttf") format("truetype"), url("../fonts/Nexa-Regular.svg#Nexa-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Black.eot");
  src: url("../fonts/Nexa-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Black.woff2") format("woff2"), url("../fonts/Nexa-Black.woff") format("woff"), url("../fonts/Nexa-Black.ttf") format("truetype"), url("../fonts/Nexa-Black.svg#Nexa-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Nexa";
}

html {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-y: visible;
  position: relative;
  height: unset;
  font-size: 1em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 0.75em;
  }
}
body.block {
  overflow: hidden !important;
}

html, body {
  overflow-x: hidden;
  margin: 0;
  /* background: linear-gradient(108.1deg, #1F030E -1.5%, #F00017 100.74%); */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  background: transparent;
  outline: none;
  border: none;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #600110;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

.hide--content {
  display: none;
}

.full--height {
  min-height: 100vh;
}

.only--mobile {
  display: none !important;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .only--mobile {
    display: flex !important;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .only--desktop {
    display: none !important;
  }
}

.display--block{
  display: block;
}

.flex {
  display: flex;
}
.flex--align-items-baseline {
  align-items: baseline;
}
.flex--align-items-end {
  align-items: flex-end;
}
.flex--align-items-center {
  align-items: center;
}
.flex--align-items-start {
  align-items: flex-start;
}
.flex--align-self-center {
  align-self: center;
}
.flex--align-self-end {
  align-self: flex-end;
}
.flex--align-self-start {
  align-self: flex-start;
}
.flex--justify-content-evenly {
  justify-content: space-evenly;
}
.flex--justify-content-between {
  justify-content: space-between;
}
.flex--justify-content-around {
  justify-content: space-around;
}
.flex--justify-content-end {
  justify-content: flex-end;
}
.flex--justify-content-center {
  justify-content: center;
}
.flex--justify-content-start {
  justify-content: flex-start;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex--wrap-nowrap {
  flex-wrap: nowrap;
}
.flex--direction-column {
  flex-direction: column;
}
.flex--direction-column-rev {
  flex-direction: column-reverse;
}
.flex--direction-row {
  flex-direction: row;
}
.flex--direction-row-rev {
  flex-direction: row-reverse;
}
.flex--one {
  flex: 1;
}

.font--family {
  font-family: "Nexa";
}
.font--light {
  font-weight: 300;
}
.font--bold {
  font-weight: 700;
}
.font--heavy {
  font-weight: 800;
}
.font--medium {
  font-weight: 500;
}
.font--semibold{
  font-weight: 600;
}
.font--right {
  text-align: right;
}

.font--center {
  text-align: center;
}

.color--white {
  color: #fff;
}

.color--black {
  color: #000;
}

.color--primary{
  color: #DF1F26;
}

.bg--secondary{
  background-color: #DF1F26;
}

.bg--primary {
  background-color: #600110;
}

.bg--white {
  background-color: #fff;
}

.fs--60 {
  font-size: 3.75em;
}
.fs--55 {
  font-size: 3.437em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .fs--60 {
    font-size: 3.125em;
    
  }
  .fs--55 {
    font-size: 2.8125em !important;
  }
}
.fs--40 {
  font-size: 2.5em;
}

.fs--30 {
  font-size: 1.875em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .fs--30 {
    font-size: 1.25em !important;
  }
}
.fs--25 {
  font-size: 1.5625em;
}
.fs--22{
  font-size: 1.375em;
}
.fs--23{
  font-size: 1.4375em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .fs--25 {
    font-size: 1.125em !important;
  }

  .fs--22{
    font-size: 1.25em !important;
  }
  .fs--23{
    font-size: 1.375em !important
  }
  .fs--20 {
    font-size: 1.125em !important;
  }
  .fs--16 {
    font-size: 1em !important;
  }
}
.fs--20 {
  font-size: 1.25em;
}
.fs--16 {
  font-size: 1em;
}

.fs--18{
  font-size: 1.125em;
}

.position--relative {
  position: relative;
}
.position--absolute {
  position: absolute;
}
.position--sticky {
  position: sticky;
}
.position--fixed {
  position: fixed;
}

.top--100{
  top: 100px;
}

.btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 1em;
  padding: 15px 50px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .btn {
    font-size: 1.25em;
  }
}
.btn--background {
  border-radius: 10px;
  background-color: #fff;
  color: #9C2B57;
}
.btn--secondary {
  border-radius: 50px;
  background-color: #E37D8D;
  color: #fff;
}

.btn--primary {
  border-radius: 10px;
  background-color: #DF1F26;
  color: #fff;
}

.lh{
  line-height: 1.2;
}

.mt--20{
  margin-top: 20px;
}

.pt--50 {
  padding-top: 50px;
}
.pt--20 {
  padding-top: 20px;
}
.pt--80 {
  padding-top: 80px;
}
.pt--70 {
  padding-top: 70px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .pt--50 {
    padding-top: 25px;
  }
  .pt--80 {
    padding-top: 25px;
  }
  .pt--70 {
    padding-top: 25px;
  }
}

.pb--50 {
  padding-bottom: 50px;
}
.pb--20 {
  padding-bottom: 20px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--100 {
  padding-bottom: 100px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .pb--50 {
    padding-bottom: 25px;
  }
  .pb--100 {
    padding-bottom: 25px;
  }
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  content: ".";
  line-height: 0;
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

.women--container {
  padding-left: 5%;
  padding-right: 5%;
}
/* .women--banner, .women--banner-slider {
  min-height: 100vh;
} */
/* .women--banner{
  min-height: 100vh;
} */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--banner, .women--banner-slider {
    min-height: auto;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--banner {
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: center;
  }
}
.women--banner-group {
  width: 32%;
  z-index: 1;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--banner-group {
    width: 100%;
  }
}
.women--banner-image {
  pointer-events: none;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
}
/* .women--banner-slider {
  width: 300%;
} */
.women--banner-slider .panel--group {
  width: 35%;
  margin-right: 45px;
  /* margin-left: auto; */
  border-radius: 20px;
  padding: 30px;
  border: 2px solid #DF1F26;
}
@media only screen and (max-width: 1366px) {
  .women--banner-slider .panel--group {
  padding: 15px;
  }
}
.women--banner-slider .panel--group img {
  margin-bottom: 15px;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--banner-play {
    margin-top: 10px;
  }
}
.women--banner-play img {
  margin-right: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--banner-play img {
    width: 10%;
    margin-right: 10px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--calculator .calculator--container {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .women--calculator .calculator--container {
    justify-content: space-between !important;
    border-radius: 70px;
    overflow: hidden;
    background: url(../images/stress-bg.png) no-repeat;
    background-size: cover;
    border: 1px solid #DF1F26;  
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .women--calculator .calculator--wrapper {
    /* padding: 100px 50px; */
    padding: 25px 50px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    display: flex;
    justify-content: center;
    
    /* background-color: #fff; */
    
  }

  /* .women--container #bg-img {
    width: 23.25vw;
    height: 23.25vw;
  }
  .women--container .elipse-bg li{
    left: -2.083vw;
    transform-origin: 16.104vw;
  }

  .women--container .elipse-bg{
    width: 28.458vw;
    height: 28.458vw;
  }

  .women--container .hero-img {
    width: 80px;
    height: 80px;
  }

  .women--container .ch-slider, .slider{
    height: 0.50vw;
  } */

  .women--container .slidecontainer{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .women--calculator.women--calculator{
    background-color: white;
    background-image: url(../images/women_health/women-calculatorbg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  .women--calculator .calculator--content {
    /* background-color: #600110; */
    width: 50%;
  }
  .women--calculator .calculator--content div, .women--calculator .calculator--content span, .women--calculator .calculator--content p {
    /* color: #fff; */
    color: #000;
  }
}

@media only screen and (max-width: 1512px) {
  .fs--22{
    font-size: 1em;
  }
  .fs--23{
    font-size: 1em;
  }
  .fs--20{
    font-size: 0.8125em;
  }
  .fs--16{
    font-size: 0.625em;
  }
  .fs--18{
    font-size: 0.875em;
  }
  .fs--30{
    font-size: 1em;
  }
  .fs--55{
    font-size: 3em;
  }
  .women--container .hero-img {
    width: 70px;
    height: 70px;
  }
}
.women--calculator .calculator--mobile {
  background-color: transparent;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--calculator .calculator--mobile {
    background-color: #fff;
    border-radius: 10px;
  }
}
.women--calculator .calculator--mobile-wrapper {
  padding: 0;
}
.women--calculator .calculator--mobile-wrapper .card-img {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.women--calculator-facts {
  margin-bottom: 100px;
}

.women--calculator-facts img {
  width: 100%;
}

.women--calculator-facts-content .heading {
  margin-bottom: 20px;
}

.women--calculator-facts-content {
  width: 60%;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--calculator-facts {
    margin-bottom: 50px;
    align-items: flex-end;
    text-align: center;
  }
  
  .women--calculator-facts-content .heading {
    margin-bottom: 20px;
  }
  
  .women--calculator-facts-content {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}

.women--result-modal-group button {
  width: 30%;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .women--result-modal-group button {
    width: 100%;
  }
}

.women--result-modal-group button:not(:last-child) {
  margin-bottom: 20px;
}

.women--slider .slick-track {
  display: flex !important;
}
.women--slider .slick-slide {
  height: inherit !important;
}
.women--slider-card {
  border: 1px solid #E37D8D;
  padding: 30px;
  border-radius: 30px;
}
.women--slider-card img {
  margin-bottom: 15px;
}
.women--sticky {
  padding: 10px 20px;
  /* background: linear-gradient(108.1deg, #1F030E -1.5%, #F00017 100.74%); */
  background-color: #fff;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.sticky--heart{
  position: sticky;
  top: 100px;
}

.heartstrong--faq-main {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 50%;
  padding: 60px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--faq-main {
    padding: 0;
    width: 100%;
    border-radius: 0px;
    background-color: initial;
    margin-bottom: 20px;
  }
}
.heartstrong--faq-main .title {
  margin-bottom: 20px;
}
.heartstrong--faq-data {
  /* background-color: #fff; */
  /* border-top-right-radius: 50px; */
  /* border-bottom-right-radius: 50px; */
  width: 50%;
  /* padding: 80px 50px; */
  height: 80vh;
  overflow: hidden;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--faq-data {
    height: auto;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--faq-data {
    width: 100%;
    padding: 0px;
    background-color: initial;
    border-radius: 0px;
  }
}
.heartstrong--faq-data-accordian {
  overflow-y: auto;
  padding-right: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--faq-data-accordian {
    padding-right: 0;
    overflow: auto;
  }
}
.heartstrong--faq-data-accordian-list {
  padding: 20px 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--faq-data-accordian-list {
    background-color: #fff;
    padding: 15px 20px;
  }
}
.heartstrong--faq-data-accordian-list .head.active::after {
  transform: rotate(-180deg);
}
.heartstrong--faq-data-accordian-list .head::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
  background: url(../images/arrow_down.png) no-repeat center right;
}
.heartstrong--faq-data-accordian-list .head--question {
  width: 90%;
}
.heartstrong--faq-data-accordian-list .body {
  margin-top: 10px;
}
.heartstrong--faq-wrap {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--faq-wrap {
    flex-direction: column;
  }
}
.heartstrong--header {
  z-index: 100;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--header {
    padding: 15px 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--header.fixed-header {
    padding: 15px 20px;
  }
  .heartstrong--header.fixed-header .hamburger--white {
    color: #000;
  }
}
.heartstrong--header.fixed-header .header--links {
  color: #600110;
}
.heartstrong--header.fixed-header .btn {
  background-color: #DF1F26;
  color: #fff;
}
.heartstrong--header.fixed-header .logo--black, .heartstrong--header.fixed-header .hamburger--black {
  display: block;
}
.heartstrong--header.fixed-header .logo--white, .heartstrong--header.fixed-header .hamburger--white {
  display: none;
}
.heartstrong--header-wrap {
  width: 65%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--header-wrap {
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    flex-direction: column;
    background-color: #fff;
    z-index: 999;
    transform: translateX(100%);
    transition: all 0.5s ease;
  }
  .heartstrong--header-wrap .btn {
    background-color: #DF1F26;
    color: #fff;
  }
}
.heartstrong--header-wrap.active {
  transform: translateX(0px);
}
.heartstrong--header-wrap-list {
  margin: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--header-wrap-list {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--header-wrap-list li:not(:last-child) {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #B3B3B3;
  }
  .heartstrong--header-wrap-list li:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--header-wrap-list li a {
    color: #600110;
    font-weight: normal;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heartstrong--logo {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .heartstrong--overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    transition: opacity 0.5s ease-in-out;
  }
  .heartstrong--overlay.open {
    display: block;
    opacity: 0.5;
    z-index: 17;
  }
}

.heart--talk-card {
  margin-top: 50px;
  margin-bottom: 40px;
}
.heart--talk-card iframe {
  border-radius: 20px;
  width: 100% !important;
  /* height: 300px !important; */
  height: 100% !important;
  pointer-events: none;
  
}
.heart--talk-card-list-vdo{
  height: 12.625vw;
  margin-bottom: 15px;
}
.heart--talk-card-list {
  background-color: #fff;
  margin-right: 30px;
  padding: 10px;
  border-radius: 20px;
  width: calc(33.3333333333% - 50px);
  cursor: pointer;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .heart--talk-card-list {
    margin-right: 10px;
  }

  .heart--talk-card-list-vdo{
    height: 200px;
  }
}
.heart--talk-card-list:last-child {
  margin-right: 0px;
}
.heart--talk-card-list .blog--title {
  margin-bottom: 50px;
}

.healthier--health-card {
  margin-top: 60px;
}
.healthier--health-card-list {
  background-color: #fff;
  margin-right: 30px;
  padding: 10px 10px 25px;
  border-radius: 20px;
  width: calc(33.3333333333% - 50px);
}
.healthier--health-card-list img {
  width: 100%;
  height: auto;
}
.healthier--health-card-list .card--video {
  width: 100% !important;
  aspect-ratio: 4/3;
}

.healthier--health-heading {
  padding: 25px 80px;
}

.healthier--health-heading h2 {
  margin: 0;
}

@media only screen and (max-width: 1440px){
  .healthier--health-heading h2{
    font-size: 1.875em;
  }
}

.healthier--health-heading::after {
  content: url(../images/women_health/follow-arrow.svg);
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .healthier--health-card {
    margin-top: 30px;
  }
  
  .healthier--health-card-list {
    margin-right: 0;
  }

  .healthier--health-heading {
    padding: 15px 10px;
    border-radius: 15px;
  }

  .healthier--health-heading::after {
    content: url(../images/women_health/follow-arrow-mobile.svg);
  }
}
.healthier--health-card-list:last-child {
  margin-right: 0px;
}
.healthier--health-card-list h4 {
  margin-top: 15px;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .result-popup {
    max-height: 85vh;
    overflow-y: auto;
  }
}/*# sourceMappingURL=women-health.css.map */

.risk--factor-slider .slick-list {
  padding-left: 5%;
  margin-bottom: 40px;
}



.women--banner-slider-group{
  margin-bottom: 30px;
}

.risk--factor-slider .slick-next{
  
  bottom: -19%;
  right: 6%;
 
}

.risk--factor-slider .slick-prev{
  /* left: 87%; */
  left: auto;
  bottom: -19%;
  right: 10%;
  
}

.risk--factor-slider .slick-prev, .risk--factor-slider .slick-next{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DF1F26;
    border-radius: 7px;
    background-color: white;
    /* padding: 20px; */
    color: #DF1F26;
    top: auto;
    width: 50px;
    height: 50px;
}

.risk--factor-slider .slick-prev:before{
  content: url(../images/women_health/arrow-prev.svg);
}

.risk--factor-slider .slick-next:before{
  content: url(../images/women_health/arrow-next.svg);
}

.slick-prev:before, .slick-next:before{
  font-size: 40px;
}

.women--banner-slider{
  background: linear-gradient(90deg, rgba(255,246,246,1) 0%, rgba(255,230,231,1) 50%);
  padding-top: 50px;
  padding-bottom: 130px;
}

.women--calculator h2{
  margin-bottom: 50px;
}

.women--calculator .calculator--container{
  background-color: #fff;
}

.women--banner .scrollTo{
  background-color: #DF1F26;
  color: white;
  margin-top: 20px;
}

.women--banner-data{
  width: 60%;
}

.women--banner-data .heart--poster{
  /* width: 60%; */
  z-index: 1;
  margin-bottom: 0px;
}

.women--banner-data .heart--attack{
  /* width: 40%; */
  transform: translateX(-190px);
  cursor: pointer;
}

.women--banner{
  background-image: url(../images/women_health/banner-bg.png);
  background-repeat: no-repeat;
  /* background-size: contain;
  background-position-x: center; */
  background-size: 32%;
    background-position-x: 57%;

}

.cardiac--container-card-list {
  background-color: #fff;
  margin-right: 30px;
  padding: 10px;
  border-radius: 20px;
  width: calc(33.3333333333% - 50px);
  border: 1px solid #DF1F26;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardiac--container-card-list img{
  width: 100%;
  height: auto;
  border: none;
  margin-bottom: 30px;
  border-radius: 10px;
}

.cardiac--container-card{
  margin-top: 30px;
  margin-bottom: 30px;
}

.cardiac--container-card-list .blog--title{
  margin-bottom: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.healthier--health{
  background-color: white;
  background-image: url(../images/women_health/women-calculatorbg.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.women--main{
  background-image: url(../images/women_health/banner-main-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.heart--strong.modal{
  pointer-events: none;
}

.heart--strong.modal .modal-dialog{
    height: 90%;
    display: flex;
    align-items: center;
}

.heart--strong.modal iframe{
  width: 100% !important;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.overlay.show {
  display: block;
  opacity: 0.5;
  z-index: 101;
}

.heart--footer p{
  margin-bottom: 0px;
}

.women--calculator{
  z-index: 98;
}

.relative--scroll{
  position: relative;
  z-index: 100;
}

.cardiac--container{
  background-image: url(../images/women_health/women-calculatorbg.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.header.fixed-header{
  padding-left: 5%;
  padding-right: 5%;
  z-index: 101;
}

.totop{
  z-index: 100;
}

#social_side_links{
  z-index: 100;
}


#social_side_links li a img {
  padding: 0;
}


.women--heart-next{
  margin-top: 20px;
}

.popup-container{
  z-index: 105;
}

@media screen and (max-width: 1512px) {
  .risk--factor-slider .slick-prev{
   
    right: 12%;
    
  }
}

@media screen and (max-width: 1024px) {
  .women--main{
    padding-top: 20px;
  }
  .totop{
    display: none !important;
  }
  .relative--scroll{
    position: static;
    z-index: 1;
  }
  .sticky--heart{
    position: static;
  }
  .risk--factor-slider .slick-dots{
    padding-right: 5%;
    padding-left: 5%;
    right: 0;
  }
  .women--banner-slider .panel--group img{
    width: 70px;
    height: 70px;
  }
  .women--banner{
    background-image: none;
  }
  .women--banner-data{
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
  
  .women--banner-data .heart--poster{
    width: 80%;
    z-index: 1;
    margin-bottom: 0px;
  }

  .women--banner-data .heart--poster{
    background-image: url(../images/women_health/banner-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    
  }
  
  .women--banner-data .heart--attack{
    width: 100%;
    transform: none;
  }
  .cardiac--container-card-list{
    margin-right: 10px;
  }

  .cardiac--container-card{
    margin-bottom: 50px;
  }

  .women--calculator .calculator--mobile-wrapper{
    border-radius: 10px;
    border: 1px solid #DF1F26;
  }

  .risk--factor-slider .panel--group{
    margin-right: 10px;
    border-radius: 25px;
    padding: 20px;
  }

  .risk--factor-slider{
    padding-right: 5%;
    padding-left: 5%;
  }

  .risk--factor-slider .slick-list{
    padding-left: 0;
  }

  /* .risk--factor-slider p{
    min-height: 120px;
  } */

  .women--banner-slider{
    padding-bottom: 50px;
  }

  .heart--talk-card, .cardiac--container-card{
    margin-bottom: 50px !important;
  }

  .risk--factor-slider .slick-dots li.slick-active button:before, 
  .cardiac--container-card .slick-dots li.slick-active button:before,
  .healthier--health-card .slick-dots li.slick-active button:before{
    background-color: #DF1F26;
  }
}
