:root {
    --c-pink : #ff758f;
    --c-pink-o1 : #ff758f10;
    --c-pink-o2 : #ff758f20;
    --c-pink-o3 : #ff758f30;
    --c-pink-o4 : #ff758f40;
    --c-pink-o5 : #ff758f50;
    --c-pink-o6 : #ff758f60;
    --c-pink-o7 : #ff758f70;
    --c-pink-o8 : #ff758f80;
    --c-pink-o9 : #ff758f90;
    --c-grey-xxlight: #fcf4f8;
    --c-red: #ce4180;
    --c-red-bg: #ff758f10;
    --c-green: #008800;
    --c-green-bg: #00880010;
    --c-blue: #3e6ce6;
    --c-blue-bg: #3e6ce610;
    --c-purple: #7743e6;
    --c-purple-bg: #7743e610;
} 
.bg-pink {
    background-color:#ff8fab;
}
@media screen and (min-width: 768px) {
.page-nav .desktop {
    display: flex;
}
.page-nav .mobile {
    display: none;
}
}
@media screen and (max-width: 767px) {
.page-nav .desktop {
    display: none;
}
.page-nav .mobile {
    display: block;
}
}

.page-nav.sticky {
    position: fixed;
    top:6.25em;
    left:0;
    width:100%;
    z-index: 2;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
.page-nav .wrap {
    padding:0;
}
.page-nav .page-nav-toggle {
    padding:1em 1em;
    display: block;
    position: relative;
    cursor: pointer;
}
.page-nav .page-nav-toggle:after {
    /*arrow down fontawesome*/
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    display: inline-block;
    /* position: absolute; */
    right: 0;
    margin-left: 0.25em;
    color:var(--c-pink);
    transition: transform 0.2s ease-out;
}
.page-nav.active .page-nav-toggle:after {
    transform: rotate(180deg);
}
.page-nav.active ul {
    display: block;
    margin:0;
    padding:0;
}

.page-nav.active ul li {

    list-style: none;
}

.page-nav.active ul li a {
    padding: 0.5em 1em;
    color:#000;
    transition-duration:0.2s;
    transition-timing-function:ease-out;
    cursor: pointer;
    display: block;
}
.page-nav.active ul li a:hover {
    color:var(--c-pink);
    background-color: var(--c-pink-o1);
}
}
@media screen and (min-width: 768px) {
.page-nav .page-nav-toggle {display: none;}
    .page-nav .wrap {
        padding-top:1em; 
        padding-bottom:1em;
    }
.page-nav ul {
    margin: 0;
    padding: 0;
    display: flex
;
    gap: 3dvw;
    align-items: center;
    justify-content: end;
}
.page-nav ul li{
    list-style: none;
}
.page-nav  ul li a{
    white-space: nowrap;
    cursor: pointer;
    color:#000;
}

.page-nav  ul li a:hover{
    color:var(--c-pink);
}

}
.cta a {

    font-size: 1.1em;
    padding: 0.6em 1em;

}
 
main {
 
  overflow: hidden;
}

h2,h3,h4,h5,h6 {
    margin-top:0;
    color:var(--c-pink);
}
.section-title :not(h1) {
    color:var(--c-pink);
}
main h1 {
font-size:200%;
 margin-bottom: 0.5em;
}
main h2 { 
font-size:160%;
}

@media screen and (min-width: 768px) {
    main h1 {
        font-size:300%;
         
        }

main h2 { 
    font-size:250%;
    }
    }        
main h3 {
    
font-size:140%;
}
main .products-list .item h3 {
    font-size: inherit; /* or whatever size you want for product list items */
}

main section h3 {
    color:var(--c-pink);
    margin-bottom:0.5em;
}

main h4 {
    
font-size:100%;
}
main .content-wrap {
    margin:0;
    padding:0;
    max-width:100%;
}
.breadcrumb {
    padding: var(--wrap);
    max-width: 105em;
    margin: auto;
    margin-bottom:1em;
}
.cta {

    max-width: 64em;
    margin: auto;
}
.cta>*{
    flex:1;
}
.cta a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-pink);
}

.cta .whatsapp a.btn {
    background: rgba(37, 211, 102, 0.6);
}

.cta .tel a.btn:before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 0.25em;
    line-height: 1;
    background-image: url(../medical-icons/svg/filled/objects/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
}

.cta .eshop a.btn:before {
    content: '';
    width: 2em;
    height: 2em;
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 0.25em;
    line-height: 1;
    background-image: url(../medical-icons/svg/filled/conditions/ribbon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
}
main .wrap,
.component.component3.wc_listing,
main .cover{
    padding: var(--wrap);
    max-width: 88em;
    margin: auto;
    
}

.section-cta {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    text-align: center; 
}

.section-cta .txt-wrap {
    font-size: 1.5em;
    font-weight: 700;
    color:var(--c-blue1);
    margin-bottom: 0.5em;
}
.why-ultrasound .points {
display: flex;
flex-direction: column;
gap: 1em;
justify-content: center;
max-width: 64em;

margin: auto;
}

.why-ultrasound .points .item {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
 
    justify-content: center;
    text-align:left; 

    flex: 1;
    box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    padding: 1em;
}

.why-ultrasound .points .item .txt-wrap {
    width:10em;
}
@media screen and (min-width: 768px) {
.why-ultrasound .points { 
    /* align-items: center; */
    flex-direction: row;
}

.why-ultrasound .points .item {
    flex-direction: column;
    text-align:center; 
    justify-content: start;

    padding: 2em;
}
}
.why-trinity ul li .icon img,
.why-ultrasound .item .icon img {
    display: block;
    margin:0;
    width:2.5em;
    height:2.5em;
    filter:invert(1);
}
.why-trinity ul li .icon,
.why-ultrasound .item .icon {
display: block;
margin:0;
background-color:var(--c-blue1);
border-radius: 100%;
padding:1em;
}

.why-trinity ul li:nth-child(2n+2) .icon,
.why-ultrasound .item:nth-child(2n+2) .icon {
    
background-color:var(--c-blue2);
}

.intro {
text-align: center;
}

.why-ultrasound .points {
    padding:2em 0;
}
.why-ultrasound .item h3 {
  margin-top:0;
    margin-bottom:0.5em;
}
section.data {
    margin:4em auto;
}
.data-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    max-width: 64em;
    margin: 2em auto;
}
.data-list .item {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.data-list .item {
    background-color: #fff;
    border-radius: 1em;
    padding: 1em;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .data-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .data-list .item {
        padding: 1.5em;
    }
}


.data-list .item:nth-child(1) {
    background-color: var(--c-red-bg);
}
.data-list .item:nth-child(1) .number {
 
    color: #ff758f;
}   
 
.data-list .item:nth-child(2) {
    background-color: var(--c-green-bg);
}

.data-list .item:nth-child(2) .number {
 
    color: var(--c-green);
}
 
.data-list .item:nth-child(3) {
    background-color: var(--c-blue-bg);
}

.data-list .item:nth-child(3) .number {
    
    color: var(--c-blue);
}
 
.data-list .item:nth-child(4) {
    background-color: var(--c-purple-bg);
}

.data-list .item:nth-child(4) .number {
 
    color: var(--c-purple);
}

.data-list .item .number {
    font-size: 2em;
    font-weight: 700;
}

section.whatis {
    margin:4em auto;
    padding:4em 0;
}
.whatis .img-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 0em;
    background-color: #fff;
}
.whatis .img-txt-wrap .img-wrap,
.whatis .img-txt-wrap .img-wrap figure,
.whatis .img-txt-wrap .img-wrap img {
    display: block;
    margin:0;
}

.whatis .img-txt-wrap .txt-wrap {
    background-color: #fff;
    padding: 1em;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .whatis .img-txt-wrap {
        flex-direction: row;
        align-items: center;
    }
    .whatis .img-txt-wrap > div {
        flex:1;
        align-items:center;
    }

.whatis .img-txt-wrap .txt-wrap {
    padding: 2em;
}
}

 hgroup {
    color:var(--c-blue1);
    text-align: center;
}
.leading {
    margin-bottom:3em;
}

.leading h2 {
    padding-top:1em;
    position: relative;
}
.leading h2:before {
    content: '';
    display: block;
    width: 1em;
    height: 0.1em;
    background-color: var(--c-blue1);
    position: absolute;
    top:-0.2em;
    left:50%;
    transform: translateX(-50%);
}   

@media screen and (min-width: 768px) {

    .leading h2:before {
        left:0;
        transform:none;
    }
}
.intro {
    font-size:1.1em;
    color:#666;
}

@media screen and (min-width: 768px) {
}
.leading ul {
    padding-left:1em;
}
@media screen and (min-width: 768px) {
    .leading .wrap {
        display: flex;
        gap:2em;
    }
    .leading hgroup {
        flex:1;
        text-align: left;
    }
    .leading .intro {
        flex:1;
        margin:1.5em 0;
    
}
}

.key-points {
    background-color: var(--c-blue3-o2);
    padding:1em 0 4em 0;
}

.key-points ul {
 padding: 0; 
 margin:0;
 display: flex;
 gap:1em;  
 flex-direction: column;
}

.key-points ul li{
    padding:1em;
    background-color: #fff;
    border-radius: 0.5em;
    list-style: none;
    flex:1;
}
@media screen and (min-width: 768px) {
    .key-points ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .key-points ul li{
        flex:unset;
        width:calc((100% - 1em) / 2);
    }
}

@media screen and (min-width: 1024px) {
    .key-points ul {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .key-points ul li{
     width:auto;
     flex:1;
    }
}

.key-points ul li h3{
    margin:0.5em 0;
}
.key-points ul li figure img {
    width: 3.5em;
    height: 3.5em; 
    margin:auto;
    display: block;
}


section.related.product-list{
border:none;
padding:4em 0;
}
section.faq {
   
}

section.faq .wrap {
    padding-top:4em;
    padding-bottom:4em;
}
section.faq .faq-item h3 {

}
.gender .section-title {
    margin-bottom:3em;
}
.gender {

    display: flex;
    flex-direction: column;
    gap: 4em;
    padding:4em 0; 
    margin:4em 0;
}
.gender .items {
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.gender .img-wrap {
width:90%;
}

.gender .img-wrap figure {
    width:100%;
    padding-bottom:66%;
    position: relative;
    
}

.gender .img-wrap figure img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.gender .txt-wrap {
    padding:0 1em;
}
.gender .txt-wrap h2 {
    margin-top:0;
}

.gender .txt-wrap ul {
    padding-left:1em;
}
.gender .txt-wrap .section-title {
    text-align: left;
    margin:0;
}
.gender .male {
    align-items:end;
}

@media screen and (min-width: 768px) {

.gender .items {
    flex-direction: row;
    align-items:start; 

    gap: 2em;
}
.gender .items .item {
    flex:1;
}
.gender .img-wrap {
    width:50%;
    max-width:40em;
}
.gender .img-wrap figure {
    height:100%;
}
.gender .txt-wrap {
    padding:1.5em;

    max-width:48em;
    margin:auto;
}
.gender .txt-wrap {
    width:50%;
}
.gender .male {
    flex-direction: row-reverse;
    align-items:stretch;
}
}

@media screen and (min-width: 1024px) {

.gender .txt-wrap {
    padding:0em 2em;
}
}
section.related  {
    margin:0 1em;
}
@media screen and (max-width: 767px) {
    section.related .swiper-container {
margin:0;
    }
}
@media screen and (min-width: 768px) {
    section.related {
        margin:0 1.5em;
    }
    section.related .swiper-container {
        margin:0;
            }
}
@media screen and (min-width: 1024px) {
    section.related {
        margin:0 2em;
    }
    section.related .swiper-container {
        margin:0;
            }
}
@media screen and (min-width: 90em) {
section.related .swiper-slide {
    width:calc((100% - 96px) / 4);
}
}
.features {
    background-color: #000;
    color:#fff;
    overflow: hidden;

}
.features .txt-wrap .bg {
transition-duration: 3s;
transition-timing-function: ease-in-out;
opacity: 0;
z-index: 1;
position: absolute;
top:0;
left:0;
width:100%;
height:100%;

}

.features .txt-wrap .bg video {
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
@keyframes breathe {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.9;
    }
}
.features.active .txt-wrap .bg {
    opacity: 0.8;
    background: rgb(76,104,128);
    background: radial-gradient(circle, rgba(76,104,128,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(23,47,68,1) 100%);
}
.features .wrap {
    position: relative;
    z-index: 2;
}

.features .wrap  hgroup h2  {
    color:#fff;
}
/*
.features hgroup {
    color:var(--c-blue3);
}
.features .intro {
    color:#fff;
}*/
.features .swiper-slide {
    position:relative;
    width:100%;
    padding-bottom: 100%;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .features {
        align-items: stretch;
    }
    .features .img-wrap {
      position: relative;
      padding-bottom: 0;
    }
}
.features .img-wrap  img {
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    margin:0;
}

 
.features p {
    font-size:1.25em;
    text-align: center;
}
.features .txt-wrap {
    padding: 2em 0;
    position: relative;
    display: flex;
}

.features .features-list ol {
    margin:0;
    padding:2em 0;
    display: flex;
    gap:1.5em;
    flex-direction: column; 
    counter-reset: item;
}
.features .features-list li {
    background-color: rgba(255, 255, 255, 0.8);
    color:#000;
    
    padding: 0.5em 1em 0.5em 0.5em;
    border-radius: 4em;
    position: relative;
list-style: none; 
display: flex;
align-items: center;
cursor: pointer;

box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.1);
transition-delay: 0s!important;
}


.features .features-list li:hover {
    transform: scale(1.1)!important;
    transition-duration: 0.2s!important;
    transition-delay: 0s!important;
}
.features .features-list li:before {
    content: counter(item);
    counter-increment: item;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: var(--c-blue-g2);
    margin-right: 0.5em;
    text-align: center;
    line-height: 2;
    flex-shrink: 0;
    /* border: 1px solid var(--c-blue2); */
    font-size: 1.5em;
}
.features .features-list li h3 {
    margin:0;
}

@media screen and (min-width: 768px) {
    .features { 
        position: relative;
        display: flex;
    }
    .features .img-wrap  {
        flex:1;
        width:50%;
    }
    .features .img-wrap .swiper-container {
       position:sticky;
       top:0;
       flex:1;
       left: 0;
       z-index: 1;
    } 

    .features .txt-wrap { 
        flex:1; 
        width:50%;
    } 
    
}
@media screen and (min-width: 768px) {  
    .packages hgroup {
        text-align: center;
    }
}
.swiper-container {
    position: relative;
}

.table-wrap {
    
    overflow-x: auto;
    overflow-y: visible;
    width: 100vw;
    max-width: 100%;
    margin: auto;
}
.table-inner {
    min-width: 64em;
    max-width: 72em;
    margin: auto;
    padding: 1em 1em 4em 1em;
}
.packages-table {
    box-shadow: 0 0 1em rgba(0,0,0,0.2);
    border-spacing:0;
}
.packages-table th {
    min-width: 8em;
    text-align: left;
    font-weight: normal;
    padding: 1em 1em;
}
.packages-table td { 
    width:33%;
    border-left: 1px solid #ccc;
    padding: 1em 1em;
}

.packages-table .cta-row > th,
.packages-table .cta-row > td {
    padding:1em;
}

.packages-table .cta-row a {
    display: block;

}
.packages-table .plan-row td {
    position: relative;
    padding-top:3em;
}

.packages-table th,
.packages-table td {
    vertical-align: top;
}

.packages-table td {
    text-align: center;
}
.packages-table .age-row,
.packages-table .mammo-row {
    background-color: var(--c-blue3-o3);
}

 
    .stages-list {
        width:100vw; 
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: visible;
        padding:2em 1em 4em 1em;
    }
.stages-list .items-wrap {

    display: flex
    ;
            flex-direction: row;
            gap: 0.5em;
            width: 80em;
      
    margin: auto;

}

.stages-list .item {
    flex: 1;
 background-color:var(--c-pink-o2);
 padding:1.5em;
 border-radius: 1em;
}
    

.stages-list .item:nth-child(1) {
    background-color:var(--c-pink-o1);
}
.stages-list .item:nth-child(2) {
    background-color:var(--c-pink-o2);
}
.stages-list .item:nth-child(3) {
    background-color:var(--c-pink-o3);
}
.stages-list .item:nth-child(4) {
    background-color:var(--c-pink-o4);
}
.stages-list .item:nth-child(5) {
    background-color:var(--c-pink-o6);
}
.stages-list .item-wrap {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    background-color: #fff; 
}


.stages-list .item hgroup,
.stages-list .item hgroup h3 {
    text-align: left;
}  


.stages-list .item .rate {
    margin-top:1em;
    color:var(--c-pink);
    font-weight:500;
}
section.age {
padding: 4em 0;

overflow: hidden;
}
.age-nav { 
    
    /* border: 1px solid #ccc; */
    /* border-radius: 1.4em; */
    display: flex;
    /* gap: 0.1em; */
    overflow: hidden;
    overflow-x: auto;
    margin: 0 -1em;

    justify-content: center;
    /* remove scroll bar */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
        display: none;
    }
    
}
.age-nav .item {
    padding:0.5em 1em; 
    cursor: pointer;
    transition:0.1s;
    transition-timing-function: ease-out; 
 
    cursor: pointer;
    text-align: center;

    transition-duration: 0.2s;
    transition-timing-function: ease-out;

    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    padding-bottom: 1em;
}

.age-nav .item:hover {
    color:var(--c-pink);

}
.age-nav .item.active {
color:var(--c-pink);
font-weight: 700;
}

.age-nav .item.active:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
    position: absolute;
    /* right: 0; */
    bottom: 0;
    /* bottom: 0; */
    margin: auto;
    height: 1em;
    width: 1em;
    left: 50%;
    margin-left: -0.5em;
    line-height: 1;
}
.age-list {
    margin:2em auto;
    display:flex;
    flex-direction: column;
    gap:1em;
}
@media screen and (min-width: 768px) {
    .age-nav {
        flex-direction: row;
    }
}
.age-list>.item {
    box-shadow: 0 0.2em 0.8em rgba(0,0,0,0.2);
    background-color: #fff;
    overflow: hidden;
    border-radius: 1em; 
    display:none;
} 
.age-list .item .item-name  {
    padding:0.5em 1em; 
    text-align: left;
}
 
.age-list .item:nth-child(1) .item-name  {
 
    background-color: #fb6f92;
}

 
.age-list .item:nth-child(2) .item-name  {

    background-color: #ff8fab;
} 
.age-list .item:nth-child(3) .item-name  {
    
    background-color: #FFB3C6;
}


.age-list .item .item-name h3{
    color:#fff;
    margin:0;
    
}

.age-list .item .products {
    padding:1em;
}
.age-list .item:nth-child(2) .item-name h3  {
}
.age-list .item .label {
    margin-top:1em;
    font-size:1.5em;
    font-weight: 500;
    color:var(--c-pink);
}
.age-list .item .products-list {
    display:grid; 
    grid-template-columns: repeat(2, 1fr);
    gap:1em;
    margin:1em 0;
}
@media screen and (min-width: 768px) {
    .age-list .item .products-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.age-list .item .products-list .price {
    font-size:1.25em;
}
.age-list .item .products-list .price,
.age-list .item .products-list .price * {
    color: var(--c-gold);

}
.age-list .item .products-list .price del {
    display:none;
}
.age-list .item .products-list .price ins {
text-decoration: none;
}
.features-detail { 
    padding:1.5em 0; 
}
    .features-detail {
        padding:4em 0;

    
    }
    .features-detail .wrap {
        display: flex;
        flex-direction: column;
        gap:4em;
    }

    
@media screen and (min-width: 768px) {
    
    .features-detail .wrap {
        flex-direction: row;
        gap:2em;
    }

    .features-detail .wrap>* {
        flex:1;
    }
    .features-detail .left {
       position: relative;
    }

    .features-detail .left .sticky {
        position: sticky;
        top:8em;
        flex: 1;
        left: 0;
        z-index: 1;
     }
    }

     .features-detail .left .sticky .cta {
        margin-top: 2em; 
        text-align: center;

     }
    .features-detail .left hgroup h2{
        margin:0;
    }
    .features-detail  .item hgroup h3 {
        margin-top:0;
    }

.features-detail .items { 
    display: flex;
    flex-direction: column;
    gap:4em;
}

.features-detail .item,
.features-detail .item hgroup {
    text-align: left;
}
.features-detail .item .txt-wrap {
margin-top:1em;
}
.features-detail .item .cta {
    margin:2em auto; 
}
.features-detail .item .cta a {

}
.features-detail .item ul {
    margin: 0;
    padding: 0; 
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      gap:0.5em;
    
}

.features-detail .item ul li {
    list-style:none; 
}
.features-detail .item .subhead {
    color:var(--c-blue1);
    font-weight: 700;
    font-size:1.25em;
    margin:1em auto;
}
.features-detail .item ul li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0.25em;  
}
.features-detail .item  ul li:before {
    display:block;
  content: "✓";
  color:var(--c-blue1);
  font-size:1.25em;
  line-height: 1.25;
}

.related-products {
    padding:2em 0 4em 0;
}
.related-products .items {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap:1em;
}
.related-products .items figure,
.related-products .items figure img {
    margin:0;
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .related-products .items .item {
        transition-duration: 0.1s;
        transition-timing-function: ease-out;
    }
.related-products .items .item:hover {
    transform: scale(1.1);
}
}
.related-products .items .item hgroup {
    text-align: left;
}
.related-products .items .item hgroup h3 {
    font-size: 120%;
    margin:0.75em 0 0.25em 0;
}
.related-products .items .item .price span {
  
}
.related-products .items .item .price span.sale {
    font-size:1.25em;
    font-weight: bold;
    color:var(--c-gold);
}
.related-products .items .item .price span.regular {
    font-size:1em;
    font-weight: bold;
    text-decoration: line-through;
    color:#888;
}


@media screen and (min-width: 768px) {
    .related-products .items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 1024px) {
    .related-products .items {
        grid-template-columns: repeat(4, 1fr);
    }
}

.popup-container.common-usg  {
    padding:0;
}
.popup-container.common-usg .popup  {
    max-width:48em;
    max-height:80dvh;
    overflow-y:auto;
    padding: 0em;
    text-align: left;
}
 
.popup-container.common-usg .popup img  {
    width:100%;
    margin:0;
    display: block;
}

.why-trinity .video-wrapper {
    position: relative;
    width:100%;
    padding-bottom: 56.25%;
    margin:2em auto;
}
.why-trinity .video-wrapper video {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    display: block;

}
.why-trinity ul { 
gap:0.5em;
margin:0;
padding:0;
align-items: stretch;
margin-top:2em;
}


.why-trinity ul li{
    background-color: #fff;
    padding:1.5em 1em;
    border-radius: 0.5em;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
}
.why-trinity ul li strong {
    display: block;
    font-size:1.25em;
    font-weight: bold;
    color:var(--c-blue1);
}

.common-usg {
    padding:4em 0;
    overflow: hidden;
}
.common-usg  .wrap .items {
    margin:0;
    padding:0;
}
.common-usg  .wrap .items {
    margin:0;
    padding:0;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top:2em;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .common-usg .wrap .items {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .common-usg .wrap .items .item {
     width:calc((100% - 1em) / 2);
    }
}
@media screen and (min-width: 768px) {
    .common-usg .wrap .items .item {
     width:calc((100% - 2em) / 3);
    }
}

.common-usg  .item {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: var(--c-white);
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2);
}

.common-usg   .item figure {
    margin:0;
    padding:0;
    display: block;
    position: relative;
    width:100%;
    padding-bottom: 50%;
}
.common-usg   .item figure img {
    border-radius:1em 1em 0 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}

.common-usg   .item .txt-wrap {
    padding:1em;
}
.common-usg .item .txt-wrap ul {
    margin:0;
    padding:0;
}
.common-usg   .item .txt-wrap .header-gender-wrap {
    display: flex;
    flex-direction: row;
    gap: 1em;
    margin-bottom: 1em;
}

.common-usg   .item .txt-wrap .header-gender-wrap h3{
    
    flex: 1;
}
.common-usg   .item .txt-wrap .header-gender-wrap .gender-tag {
    background-color: var(--c-male-bg);
    color: var(--c-white);
    padding: 0.2em 0.6em 0.2em 0.2em;
    border-radius: 2em;
    white-space: nowrap;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
    font-size: 0.875em;
    color: var(--c-male);
}

.common-usg  .item .txt-wrap .header-gender-wrap .gender-tag {
}


.common-usg   .item .txt-wrap .header-gender-wrap .gender-tag .icon {
    background-color: var(--c-male);
    /* display: inline-block; */
    border-radius: 100%;
    padding: 0.2em;
    /* margin-top: -3em; */
    position: relative;
    flex-shrink: 0;
}
.common-usg   .item .txt-wrap .header-gender-wrap .gender-tag .icon img { 
    width:1.25em;
    height:1.25em;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
    filter: invert(1);
}

.common-usg  .item .txt-wrap .header-gender-wrap .gender-tag.female {
    filter: hue-rotate(120deg);
}
.common-usg   .item .txt-wrap h3{
align-items: center;
margin:0;
}

.common-usg   .item .content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.common-usg  .item .content .focus {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
} 
.common-usg   .item .content .diceases {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
} 

.common-usg .item .content .focus .label:before {
content:'\f140';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size:1.2em;
color:var(--c-pink);
display: inline-block;
vertical-align: middle;
margin-right: 0.25em;
}

.common-usg   .item .content .diceases .label:before {
    content:'\f0f1';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size:1.2em;
color:var(--c-pink);
display: inline-block;
vertical-align: middle;
margin-right: 0.25em;
    
}
.common-usg  .item .content .diceases ul {
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap:0.5em;
}

.common-usg   .item .content .diceases ul li {
    list-style: none;
    background-color: var(--c-pink-o2);
    padding:0.4em .6em;
    border-radius: 0.5em;
    color:var(--c-pink);
}
.common-usg .item .content .diceases ul li span {
 
}



.are-you-ready {
    padding:2em 0;
}

.are-you-ready .intro ,

.are-you-ready h2 {
    color:var(--c-white);
}
.are-you-ready .items {
    padding:1em 0;
 
}
.are-you-ready .items .item {
    background-color:var(--c-white);
    padding:1.5em 1em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    gap:1em;
    align-items: center;
    text-align: center; 
}

.are-you-ready .items .item .cta {
    margin-top:1em;
}

.are-you-ready .items .item .icon {
    font-size:2em;
        color:var(--c-pink); 
}
.are-you-ready .items .item .icon.tel {
    color:var(--c-pink);
}
.are-you-ready .items .item .icon.whatsapp {
 transform:scale(1.2);  
}

.are-you-ready .items .item.whatsapp .btn {
    background:rgba(37, 211, 102, 1);
}


.plan-ad { 
    background-color: var(--c-grey-xxlight);
    padding:4em 1em;
    margin:4em auto 0 auto;
}

.plan-ad .wrap{
    display: flex;
    flex-direction: column;
    gap: 0;
    padding:0;
    background-color: #fff;
    max-width: 64em;
    margin:0 auto;
}
.plan-ad .img-wrap {
    width: 100%;
}
.plan-ad .img-wrap img {
    width: 100%;
    height: auto;
}

.plan-ad .img-wrap figure,

.plan-ad .img-wrap img {
    display: block;
    margin:0;
}
.plan-ad .txt-wrap {
    padding:2em;
    text-align: center;
}

.plan-ad .txt-wrap .cta {
    margin-top:2em;
}

@media screen and (min-width: 768px) {

.plan-ad { 
    padding:4em 2em;
}
    .plan-ad .wrap{
        flex-direction: row;
        align-items: center;
        background-color: #fff;
       
    }
    .plan-ad .wrap>div {
        flex:1;
    }
    .plan-ad .txt-wrap {
        padding:2em;
    }
}
.banner-slider .swiper-container .swiper-slide {
    padding-bottom:0;
}
.banner-slider .swiper-container .swiper-slide figure{
    margin:0;
    
}
.banner-slider .swiper-container .swiper-slide figure img{
    position: relative;
    height:auto;
    object-fit:unset;
}
