@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, *{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
    color: #3e5660;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

span, i{
    color: inherit;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
b {
    font-weight: bolder;
}
em, i{
    color: inherit;
    font-style: italic !important;
    font-weight: inherit !important;
}
a{
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ub, sup{
    font-size: 70% !important;
    vertical-align: text-middle;
    line-height: 0 !important;
    bottom: .8em;
    position: relative;
    color: inherit;
}
strong{
    color: inherit;
    font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e5660;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}


h5{
    font-size: 25px;
}

h6 {
    font-size: 22px;
}

p {
    font-weight: 500;
    line-height: 1.45em;
    font-size: 18px;
    padding-bottom: 1em;
    word-wrap: break-word; 
    overflow-wrap: break-word;
}

p:last-of-type{
    padding-bottom: 0;
}

.mx-bottom{
    margin-bottom: 2.75%;
}

h1 {
    font-size: 52px;
    color: #FFFFFF;
    line-height: 1.28em;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.28em;
}

a {
    color: #2bb7c4;
}

.bg-gray{
    background-color: #f2f2f2 !important  ;
}

.bg-pink{
    background-color: #FB65A2 !important;
}

.bg-red{
    background-color: #ED3E53!important;
}

.bg-navy{
    background-color: #234C97 !important;
}

.bg-f4{
    background-color: #f4f4f4 !important;
}

.bg-blue{
    background-color: #4dc4f0!important;
}

.bg-aqua{
    background-color: #2BB7C4!important

}

.bg-white{
    background-color: #fff !important;
}

.xx-small{
    font-size: xx-small !important;
}

.btn{
    color: #FFFFFF !important;
    border-color: #2bb7c4;
    border-radius: 28px;
    font-size: 18px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #2bb7c4;
    display: inline-block;
    transition: all 300ms ease 0ms;
    padding: 5.4px 37px;
    line-height: 1.7em;
    text-transform: initial;
}

.btn:hover{
    background-color: #234c97;
}

.btn.btn-navy{
    background-color: #234C97;
}

.btn.btn-navy:hover{
    background-color: #234C97;

}

.container{
    max-width: 1200px;
    margin: 0 auto;
}


/* Header */
.main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 109px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99999;
}

.toggle-menu{
    display: none;
    cursor: pointer;
}

.main-header .container{
    width: 100%;
    max-width: 1440px;
    height: 100%;
    
}

.header-wrap{
    padding-right: 32px;
    padding-left: 30px;
    height: 100%;
    position: relative;
}

.main-menu__header{
    padding-top: 40px;
    padding-left: 167px;
    display: flex;
    float: right;
}


.top-menu-nav ul.sub-menu{
    background: #fff;
    visibility: hidden;
    opacity: 0;
    width: auto;
    left: 30px ;
    right: 30px ;
    padding: 30px 20px;
    position: absolute
}

.top-menu-nav ul li li .sub-menu{
    position: relative;
    left: unset;
    padding: 0;
    right: unset;
}

.top-menu-nav .main-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}

.main-menu li{
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
    font-weight: 600;
}

.main-menu li:last-child {
    padding-right: 0;
}

@media (min-width: 1024px) and (max-width: 1430px) {
    #menu-item-1821 {
      display: none !important;
    }
}

.main-menu .menu-item-has-children > a:first-child{
    padding-right: 20px;
    position: relative;
}

.main-menu > li.menu-item-has-children > a:first-child::after{
    background-image: url(../images/chevron-down.svg);
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 16px;
    height: 16px;
}

.main-menu li a{
    color: #3e5660;
}
.logo-header{
    position: absolute;
    height: 100%;
    
    display: flex;
    align-items: center;
    left: 30px;
}

.logo-header a{
    line-height: 0;
}

.btn-thank{
	margin-bottom: 20px !important
}

.section-thanks__wrapper{
	    display: flex
;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.title-thanks h1{
	color: #FFF !important;
	line-height: 1.45em;
    margin-bottom: 20px !important;
	font-family: 'Comfortaa', display;
    font-weight: 700;
    font-size: 44px;
    color: #ffffff !important;
    line-height: 1.28em;
	text-align: center
}

.section-thanks{
	min-height: 1000px;
	padding-top: 120px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
	background-size: contain;
    background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: 50%;
}

.description-banner__home{
    margin-bottom: 30px;
}

.header-top_search {
    float: right;
    margin: 15px 25px 11px 10px;
    position: relative;
    display: block;
    width: 20px;
}

#search_icon_header svg{
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.top-menu-nav .menu-hover .sub-menu{
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
}

.top-menu-nav  li.mega-menu-parent-3 > ul > li {
    width: 33.33%;
}

.top-menu-nav  li.mega-menu-parent-2 > ul > li {
    width: 50%;
}

.top-menu-nav .hide-menu-heading > a{
    display: none !important;
}

.top-menu-nav>ul>li>a:hover, .top-menu-nav .main-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.top-menu-nav li.menu-item-has-children a{
    display: inline-block;
}

.top-menu-nav ul.main-menu > li.menu-item-has-children > a{
    line-height: 1em;
}

.top-menu-nav li.menu-item-has-children > ul > li{
    padding: 0;
}

.top-menu-nav li.menu-item-has-children > ul ul{
    float: left;
    width: 100% !important;
}

.top-menu-nav li.menu-item-has-children > ul ul li{
    width: 100% !important;
}
.top-menu-nav ul.main-menu > li.menu-item-has-children > ul{
    border-top: 3px solid #2ea3f2;
    position: absolute !important;
}

.top-menu-nav .main-menu > li.menu-item-has-children > .sub-menu > li > a{
    padding: 0 40px 10px 20px !important;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    width: 100% !important;
    opacity: 1;
    transition: 0.4s all ease-in-out;
    display: inline-block;
}

.top-menu-nav ul li ul li a{
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.top-menu-nav ul.sub-menu li ul.sub-menu li a:hover{
    background-color: rgba(0, 0, 0, .03);
    opacity: .7;
}

.main-menu li li a{
    line-height: 2em;
    padding: 6px 20px;
    display: inline-block;
    width: 100%;
}


.menu-cta a{
    background-color: #2bb7c4;
    padding: 15px 25px !important;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 1em;
}

.menu-cta a:hover{
    opacity: 0.7;
}




/* Footer */

footer .textwidget {
	padding-top: 10px;
}

footer .text-menu-footer {
	display: none;
}
footer #menu-sub-footer {
	display:flex;
}

footer #menu-sub-footer .menu-item {
	padding-right: 10px !important;
}

footer #menu-sub-footer .menu-item:not(:last-child)::after {
	content: '|';
	margin-left: 10px;
	margin-right: 0;
	color: #999;
}

@media (max-width: 800px) {
	footer #menu-sub-footer .menu-item:not(:last-child)::after {
		content: none;
	}
}

footer .logo-footer {
	text-align: left;
}
footer .col-footer {
	width: auto;
}
footer .col-footer.col2-footer {
		margin-right: 0;
	margin-left: auto;
}


.main-footer{
    background-color: #f4f4f4 !important;
}

.main-footer .container{
    width: 100%;
    max-width: 1400px !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.top-footer{
    padding: 30px 0;
}

@media (min-width: 800px) and (max-width: 1450px) {
    .top-footer {
        padding: 30px 20px;
    }
}

.col-footer{
    width: 20%
}

.col-footer.col2-footer{
    padding-right: 10px;
    padding-left: 30px;
}

.col-footer.col3-footer{
    width: 16%;
    padding-right: 10px;
    padding-left: 10px;
}

.col-footer.col4-footer{
    width: 22%;
    padding-right: 10px;
    padding-left: 10px;
}

.col-footer.col5-footer{
    width: 22%;
    padding-right: 10px;
    padding-left: 10px;
}

.text-menu-footer{
    margin-bottom: 5px;
}

.text-menu-footer p{
    font-weight: 700;
    line-height: 20px;
    color: #3E5660;
    font-size: 18px;
}

.list-menu-footer a{
    color: #3E5660 !important;
    transition: color 300ms ease 0ms;
    line-height: 1.7em;
    font-size: 14px;
}

.col4-footer .list-menu-footer li, .col5-footer .list-menu-footer li{
    line-height: 26px;
}

.bottom-footer{
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #2bb7c4 !important;
}

.bottom-footer__wrapper{
    margin-top: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-bottom-footer{
    width: calc(100% / 3);
}

ul.menu-privacy{
    display: flex;
    margin: 0px -11px;
    flex-wrap: wrap;
}

ul.menu-privacy li{
    padding: 0 11px;
    margin-bottom: 8px;
}

ul.menu-privacy li a{
    transition: all .4s ease-in-out;
    padding-top: 8px;
    line-height: 1em;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.text-copyright p{
    line-height: 1.45em;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.social-footer li img{
    width: 22px;
    height: 22px;
}

.social-footer li:nth-child(2) img{
    width: 16px;
    height: 16px;
}

.social-footer li{
    margin-bottom: 8px;
    width: 40px;
    display: flex;
    justify-content: center;
}

.social-footer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.social-footer li > a{
    display: inline-block;
}

.social-footer li svg path{
    fill: #fff
}


.main-search-header{
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: flex;
    right: 30px;
    align-items: center;
    background: #fff;
    max-width: 978.922px;
    justify-content: flex-end;
}

.search-form{
    width: 90%;
    position: relative;
}

.input-search {
    font-size: 14px !important;
}

.close-search svg{
    width: 25px;
    height: 25px;
}

/* HOME */
.intro-home{
    padding: 20px 30px;
    background-color: #234C97 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.intro-home .container{
    max-width: 900px;
}

.title-intro-sph h2{
    font-weight: 700;
    font-size: 44px;
    color: #FFFFFF !important;
    line-height: 1.28em;
    text-align: center;
}


.intro-home .btn{
    padding-top: 5.8px;
    padding-bottom: 5.8px;
}

.main-intro__wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.banner-home {
    padding: 60px 30px 77px;
    background-color: #2bb7c4;
}

.banner-home.banner-no-border .img-banner__home img{
	border-radius: 0 !important
}

.text-white h2, .text-white p, .text-white li{

    color: #fff !important;



}



.pd-100{

    padding-top: 100px !important;

    padding-bottom: 100px !important

}



.section-content-center {

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

.section-content-center.pd-tb-90{
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.section-content-center.bg-center-content{
	background-position: right center !important;
	background-size: contain !important;
}

.section-content-center.title-center-52 h2,.section-content-center.title-left-52 h2{
	font-size: 52px !important;
	line-height: 1.3em !important
}

.section-content-center.title-left-52 h2 {
	text-align: left !important
}

.section-content-center.title-center-52 .desc-content-center-mel{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.section-shortcode-register, .section-podcast{
	padding: 60px 30px;
}

.section-podcast .container{ 
	max-width: 100% !important
}

.section-podcast a{
	display: inline-block
}

.section-podcast .title-podcast{
	font-family: 'Comfortaa';
	font-size: 18px;
	padding-bottom: 10px;
	color: #333 !important;
	font-weight: 700 !important
	
}

.thumbnail-podcast{
	margin-bottom: 30px !important
}

.section-podcast .description-podcast{
	font-family: 'Comfortaa',
	font-size: 18px;
	color: #666
	
}

.list-podcast{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-podcast .item-podcast{
	width: calc((100% - 60px) / 4)
}

.heading-podcast h3{
	font-size: 32px;
    color: #3E5660 !important;
    line-height: 1.3em;
	text-align: center;
	margin-bottom: 60px
}

.section-shortcode-register .container{
	max-width: 900px !important;
}

.section-shortcode-register .main-form-contact{
	box-shadow: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.divider-top.no_wavy_top .wavy-bottom{
	display: none !important
}

.no_wavy_top .wavy-bottom{
	display: none !important
}

.section-content-sph.intro-how.intro-how-mel.intro-half .image-section-content{
	width: 47.25%;
}

.section-content-sph.intro-how.intro-how-mel.intro-half  .main-section-content{
	width: 47.25%;
	margin-right: 5.5%;
}

.section-content-sph.intro-how.intro-how-mel.intro-half  .section-content__wrapper{
	gap: 0;
	align-items: center;
}

.divider-why-4col .list-image-text .item{
	width: calc(83.5% / 4)
}

.divider-top.no_button .box > .btn{
	display: none;
}

.divider-box .list-button-divider {
	    display: flex;
    flex-direction: column;
    gap: 20px;

}

.divider-box .list-button-divider a{
	height: auto !important
}

.section-button-line{
	padding: 15px 30px;
	
}

.link-button-download svg path{
	fill: #fff !important;
}

.section-button-download{
	padding: 60px 30px;
}

.section-button-download .container{
	max-width: 750px !important
}

.section-button-download a{
	display: flex;
    align-items: center;
    gap: 10px;
}
.item-button-download{
	display: flex;
	margin-bottom: 16px !important;
    align-items: center;
    justify-content: space-between;
}

.link-button-download svg {
	width: 14px;
}

.section-button-line a{
	background: inherit !important;
	color: #666666 !important;
	font-family: 'Comfortaa', display;
    font-size: 18px;
	padding: 0 !important;
	font-weight: 400 !important;
	margin: 0 auto;
    display: block;
	
	text-align: center
}

.section-button-line ul{
	padding: 10px 0 !important;
	display: flex;
        justify-content: space-evenly;
        align-items: center;

}

.section-button-line ul li{
	padding: 0 15px;
	border-right: 2px solid #2bb7c4;
	width: 100%
}

.section-button-line ul li:last-child{
	border: none !important
}
.section-button-line .container{
	max-width: 100% !important
}

.banner-home.bg-white h1{
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.banner-home.banner-investor h1{
	margin-bottom: 30px !important;
}

.banner-home.banner-investor .description-banner__home{
	min-height: 379.5px;
}

.banner-home.bg-banner-full .container{
/* 	max-width: 100% !important */
}

.banner-home.border-top-bottom .img-banner__home img{
	border-radius: 180px 0 180px 0 !important
}

.banner-home.bg-white .description-banner__home p{
	color: #3e5660 !important;
	font-family: 'Comfortaa', display;
    font-size: 18px;
}

.banner-home.banner-center .main-banner__home{

    align-items: center;

}



.banner-home.banner-border-bottom .img-banner__home{

    border-radius: 0 0 180px 0;

}



.banner-home.divider-banner.banner-start .content-banner__home {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
}



.banner-home .container{
    max-width: 1400px !important;
}

.main-banner__home{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.content-banner__home{
    width: 47.25%;
    margin-right: 5.5%;
    padding-right: 40px;
    margin: auto;
    margin-left: 0;
}

.description-banner__home p, .description-banner__home span, .description-banner__home sup{
    color: #fff;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.img-banner__home{
    /* aspect-ratio: 650 / 488; */
    /* border-radius: 0 180px 0 0; */
    overflow: hidden;
    width: 47.25%;
}

.img-banner__home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 800px;
    border-radius: 180px 0 0 0;
}

.section-video__home {
    padding: 60px 30px 40px;
}

.section-video__home .container{
    max-width: 1300px;
}

.main-video-home{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-video-home{
    margin-right: 5.5%;
    width: 47.25%;
}

.source-video-home{
    width: 47.25%;
}

.title-video h2{
        font-weight: 700;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.main-source-video{
    padding-top: 56.2963%;
    width: 100%;
    position: relative;
}

.main-source-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-multi-risk{
    padding: 60px 30px;
}



.title-multi-risk h2{
    margin-bottom: 25px !important;
    font-weight: 700;
    font-size: 50px;
    color: #234C97 !important;
    text-align: center;
    line-height: 1.28em;
}

.desc-multi-risk{
    padding-bottom: 5px !important;
    margin-bottom: 36px !important;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto
}

.desc-multi-risk p{
    line-height: 1.58em;
}

.list-risk-test{
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5.5%;
}

.item-risk-test{
    width: calc((100% - 5.5%) / 2);
}

.section-multi-risk .container{
    max-width: 1200px;
}

.name-risk-test h5{
    font-weight: 700;
    font-size: 24px;
    color: #234C97 !important;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 11px !important;
}

.image-risk-test{
    padding: 6px 35px 3px;
}

.image-risk-test img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.risk-assessment{
    background-color: #f2f2f2;
}

.risk-assessment .container{
    max-width: 1460px;
}

.risk-assessment-top{
    padding: 60px 30px;
}

.title-risk-assessment h2{
    margin-bottom: 25px !important;
    font-weight: 700;
    font-size: 50px;
    color: #234C97 !important;
    line-height: 1.28em;
    text-align: center;
}

.desc-risk-assessment{
    margin: 0 auto;
    margin-bottom: 36px !important;
    max-width: 1000px;
}

.desc-risk-assessment p{
    text-align: center;
    line-height: 1.58em;
}

.main-risk-assessment{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    background-color: #fff;
    padding: 25px;
}

.demo-risk-assessment{
    width: 47.25%;       
    margin-right: 5.5%;
}

.act-risk-assessment{
    width: 47.25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.name-risk-assessment h5{
    font-size: 24px;
    color: #234C97;
    line-height: 1.3em;
    text-align: center;
    font-weight: 700;
}

.image-risk-assessment{
    padding: 6px 35px 3px;
}

.image-risk-assessment img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-act-risk h5{
    padding-top: 18px;
    font-weight: 700;
    font-size: 24px;
    color: #234C97;
    line-height: 1.3em;
    text-align: center;
    padding-bottom: 12px;
}

.btn-first-risk{
    margin-bottom: 5.82%;
    margin-right: 10px;
}

.btn-second-risk{
    margin: 0 10px;
}

.risk-assessment-bottom{
    padding: 41px 30px 41px;
}

.title-risk-conclude h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97;
    text-align: center;
    line-height: 1.28em;
}

.title-risk-conclude{
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 30px;
}

.main-risk-conclude{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.item-risk-conclude{
    width: 50%;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
}

.box-risk-conclude{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 550px;
    align-items: center;
}

.box-risk-conclude img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.box-risk-conclude p{
    width: calc(100% - 60px);
    padding-left: 15px;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 700;
}
.note-risk-conclude{
    font-size: 10px;
    line-height: 1.45em;
    margin-bottom: 25px !important;
}

.section-content-sph{
    padding: 60px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-content-sph .container{
    max-width: 1400px;
}

.section-content-sph.intro-how .btn.btn-navy{
    background-color: #234C97;
    margin-top: 4.75%;
}

.section-content-sph.intro-how .btn.btn-navy:hover{
    background-color: #234C97;

}

.section-content-sph.flex-start .section-content__wrapper{
    align-items: flex-start;
}

.section-content-sph.content-sph-reverse .section-content__wrapper{
    flex-direction: row-reverse;
}
 
.section-content-sph.split-half-content .section-content__wrapper{
    gap: 5.5%;
}

.section-content-sph.split-half-content .image-section-content,.section-content-sph.split-half-content  .main-section-content{
    width: 47.25%
}

.w-75 .image-section-content img{
    width: 75%;
    margin-left: auto;
    display: block;
}

.breast-cancer-risk .container{
    margin-top: 2px;
    padding: 2px 0 30px 0;
}

.section-content__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 5.5%;
    align-items: center;
}

.image-section-content{
    width: 36.7%;
    border-radius: 0 180px 0 0;
    overflow: hidden;
    /* aspect-ratio: auto 1920 / 1280; */
}

.content-ratio-2_3 .image-section-content{
    width: 57.8%
}

.content-ratio-2_3 .main-section-content{
    width: 36.7%
}



.image-section-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.image-section-content h3{
    font-size: 32px;
    color: #3E5660 !important;
    line-height: 1.3em;
    margin-top: 5.82%;
}

.intro-how-mel .image-section-content{
    border-radius: 0;
}

.intro-how-mel .image-section-content img{
    border-radius: 180px 0 0 0;
}

.intro-how-mel .section-content__wrapper{
    align-items: flex-start;
}
.main-section-content{
    width: 57.8%;
}

.main-section-content h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97;
    line-height: 1.28em;
}

.main-section-content h4{
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
}

.desc-section-content p{
        line-height: 1.45em;
}

.desc-section-content{
    margin-bottom: 4.758%;
}

.action-section-content .btn{
    /* margin: 0 10px 4.758% 0; */
    margin: 0 10px;
}

.action-section-content{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.action-section-content .btn:nth-child(2){
    margin: 0 10px;
}

.section-intro-reverse .section-content__wrapper{
    flex-direction: row-reverse;
}

.section-content-reverse .image-section-content{
    border-radius: 0 0 180px 0;
    line-height: 0;
}

.section-quality .image-section-content{
    aspect-ratio: auto 600 / 600;
}

.section-quality a.btn{
    margin-bottom: 0;
}

.section-quality .desc-section-content p{
    line-height: 1.58em;
}

.section-support-home h4{
    color: #fff;
    line-height: 1.6em;
}

.section-support-home{
    padding-bottom: 40px;
}

.section-support-home .image-section-content{
    /* aspect-ratio: auto 513.8 / 333; */
}

.section-support-home .main-section-content{
    padding: 29px 0;
}





/* ABOUT */
.banner-about .img-banner__home{
    border-radius: 0 0 180px 0;
    margin-bottom: 15px;
}

.banner-home.banner-about{
    padding: 60px 30px 40px;
}

.section-about-who{
    padding: 60px 30px;
    background-color: #fff;
    margin-top: -19px;
}

.section-about-who .container{
    max-width: 1400px;
    padding: 2px 0 30px;
    margin-top: 2px;
}

.main-about-who{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image-about-who{
    width: 36.7%;
    aspect-ratio: auto 1920 / 1280;
    margin-right: 5.5%;
    
}

.image-about-who img{
    border-radius: 0 180px 0 0;
        width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-about-who h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.content-about-who{
    width: 57.8%;
}

.section-about-building{
    padding: 60px 30px 67px;
    margin-top: -19px;
}

.section-about-building .container{
    max-width: 1400px;
    padding: 2px 0 0;
    margin-top: 2px;
}

.title-about-building h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
    text-align: center;
}

.title-about-building{
    margin-bottom: 2.75%;
}


.description-about-building p{
    text-align: center;
}

.description-about-building{
    margin-bottom: 30px;
}

.image-about-buiding{
    max-width: 1200px;
    padding: 40px 0;
    display: flex;
    margin: 0 auto;
}

.image-about-buiding a{
    max-width: 250px;
    margin: 0 auto;
}

.image-about-buiding img{
    width: 100%;
}

.about-value-commitment{
    background-size: initial;
    background-position: center bottom 0px;
    padding: 60px 30px 30px;
    background-color: #234C97 !important;
    background-repeat: no-repeat;
}

.about-value-commitment .container{
    max-width: 1400px;
}

.main-value-commitment{
    display: flex;
    flex-wrap: wrap;
    margin-top: -19px;
    padding-top: 30px;
}

.content-value-commitment{
    width: 48.5%;
    margin-right: 3%;
    padding: 0 15px;
}

.list-value-commitment{
    width: 48.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col1-value-commitment{
    width: 22.75%;
    margin-right: 3%;
    padding: 0 15px;
}

.col2-value-commitment{
    width: 22.75%;
     padding: 0 15px;
}

.col2-value-commitment .item-value-comment:last-child .desc-item-value{
    margin-bottom: 2px;
}

.title-item-value h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1em;
}

.desc-item-value p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 28.44px;
    color: #fff;
    font-size: 18px;
}

.desc-item-value{
    margin-bottom: 50px;
}

.title-item-value{
    margin-bottom: 20px;
}

.title-value-commitment h2{
    color: #fff;
    font-size: 44px;
    line-height: 1.28em;

}

.title-value-commitment{
    margin-bottom: 20px;
}

.description-value-commitment p{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 28.44px;
    font-size: 18px;

}

.description-value-commitment{
    margin-bottom: 40px;
}
.main-key-strengths{
    padding: 60px 30px;
    background-color: rgba(43, 183, 196, 0.75);
}

.section-key_strengths .main-key-strengths:nth-child(even){
    padding: 60px 30px;
    background-color: #F2F2F2;
    color: #3E5660;
}

.section-key_strengths .main-key-strengths:nth-child(even) h2,
.section-key_strengths .main-key-strengths:nth-child(even) p,
.section-key_strengths .main-key-strengths:nth-child(even) li,
.section-key_strengths .main-key-strengths:nth-child(even) h4{
    color: rgb(62, 86, 96);
}



.main-key-strengths .container{
    max-width: 1200px;
}

.key-strengths-wrapper{
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-key-strengths{
    width: 36.7%;
    margin-right: 5.5%;
}

.image-key-strengths img{
    width: 100%;
}
.content-key-strengths{
    width: 57.8%;
}
.title-key-strengths h2{
   font-size: 44px;
    color: #FFFFFF ;
    line-height: 1.28em;
}
.description-key-strengths p{
    font-weight: 300;
    line-height: 1.45em;
    font-size: 18px;
    color: #fff;
}   
.description-key-strengths{
    /* margin-bottom: 4.758%; */
}

.conclude-key-strengths{
    margin-top: 4.758%;
    padding: 40px;
    background-color: #2bb7c4;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
}

.conclude-key-strengths h6{
    color: #fff;
    font-style: italic;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
}

/* Contact */
.section-banner-contact{
    background-repeat: no-repeat;
    padding: 60px 30px;
    background-size: contain;
    background-position: right 0px center;
    background-color: #2BB7C4 !important;    
}

.section-banner-contact .container{
    max-width: 100%;
}

.main-banner-contact{
    margin-bottom: 29px !important;
}

.main-banner-contact h1{
    line-height: 1.3;
}

.section-info-contact{
    padding: 60px 30px;
    margin-bottom: -2px;
}

.section-info-contact .container{
    max-width: 100%;
}

.title-info-contact h2{
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.list-info-contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-info-contact .item-info-contact:nth-child(odd){
    width: 36.7%;
    margin-right: 5.5%;
}

.list-info-contact .item-info-contact:nth-child(even){
    width: 57.8%;
}

.title-item-contact h3{
        font-size: 32px;
    color: #234C97 !important;
    line-height: 1.3em;
    font-weight: 700;
}

.desc-item-contact p{
    line-height: 1.58em;
}

.item-info-contact:nth-child(odd) .desc-item-contact{
    padding-bottom: 5px;
    margin-bottom: 2px;
}

.form-contact__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.content-form-contact{
    width: 36.7%;
    margin-right: 5.5%;
}
.section-form-contact{
    padding: 60px 30px;
}

.section-form-contact .container{
    max-width: 100%;
}

.content-form-contact{
    width: 36.7%;
    margin-right: 5.5%;
}

.main-form-contact{
    width: 57.8%;
    background-color: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    overflow: hidden;
    border-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3)
}

.content-form-contact h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.content-form-contact hr{
    margin: 9px 0;
    border: 1px solid;
    border-top: 0;
    opacity: 0.4;
}

.main-form-contact label{
    font-size: 14px;
    line-height: 1.45em;
    color: #666;
    margin-bottom: 2px;
}

.main-form-contact p{
    font-size: 14px;
    line-height: 1.45em;
    color: #666;
}

.main-form-contact input, .main-form-contact select, .main-form-contact textarea{
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 15px;
    background-color: #f5f8fa;
    border: 1px solid #bbb;
    color: #4e4e4e;
    font-size: 13.3333px;
    line-height: 1.45em;
    margin-top: 2px;
}

.main-form-contact textarea{
    height: 74px;
}

.item-sph-form{
    padding: 3px 0px;
    padding-bottom: 15px;
}

.main-form-contact input[type="checkbox"]{
    width: 13px; 
    height: 13px;
    margin: 3px 3px 3px 4px
}


.item-checkbox label, .item-checkbox input{
    position: relative;
    left: 1em;
}
.main-form-contact input[type="submit"]{
    width: auto; 
    background: #2bb7c4;
    padding: 15px 25px;
    border-radius: 25px;
    color: #FFF;
    height: unset;
    margin-bottom: 14px;
    border-width: 2px;
    border-style: outset;
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
    line-height: 15px;
    margin-top: 0px;
}

p.text-form-sph{
    line-height: 1.82;
    margin-top: 2px;
    padding-bottom: 3px;
}

.item-has-checkbox{
    margin-bottom: -4px;
}

.conclude-form{
    margin-top: 12px;
    margin-bottom: -2.5px;
}

/* Privacy */
.section-privacy{
    padding: 60px 30px;
}

.section-privacy .container{
    max-width: 900px;
}

.title-privacy h2, .title-privacy h1{
    font-weight: 700;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.title-privacy h1{
    line-height: 1;
}

.content-privacy h5{
    line-height: 1.45em;
}


.content-privacy li{
    font-size: 18px;
}

.content-privacy ul{
    list-style-type: disc;
    padding: 0 0 18px 18px;
    line-height: 26px;
}

.content-disclaimer p{
    font-size: 16px;
    line-height: 1.45em;
    font-weight: 500;
}

.content-disclaimer h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28em;
}


/* What happening */
.section-whats-happening{
    padding: 60px 30px;
    background-color: #2bb7c4;
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

.section-whats-happening .container{
    max-width: 1400px;
}

.main-banner-happening{
    width: 47.25%;
    margin-right: 5.5%;
    padding: 30px 0;
}

.main-banner-happening h1{
    font-size: 52px;
    color: #FFFFFF !important;
    line-height: 1.28em;
}

.desc-banner-happening p{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.6em;
}

/* Blogs */
.section-blogs-page{
    padding: 60px 30px;
}

.section-blogs-page .container{
    max-width: 80%
}

.main-blogs-page{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.item-blog-sph{
    width: calc(100% / 3);
    padding: 15px 15px 0 15px;
}

.thumbnail-blog-sph{
    line-height: 0;
}

.thumbnail-blog-sph a{
    display: inline-block;
    height: 250px;
    width: 100%;
}

.thumbnail-blog-sph img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.review-blogs-sph{
    padding: 20px;
    padding-top: 29px;
}

.title-blog-sph h4{
    font-size: 18px !important;
    line-height: 1.7em !important;
}

.title-blog-sph a{
    color: #234c97!important;
}

.time-blog-sph p{
    color: #666;
    font-size: 18px;
    margin-bottom: 6px;
}

.desc-blog-sph p{
    line-height: 1.4;
}

.blog-link-sph{
    display: inline-block;
    line-height: 1.4em;
    font-weight: 500;
    font-variant: small-caps;
    font-size: 18px;
}

/* Modules */

.banner-short{
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    background-color: #234C97;
    padding: 60px 30px;
}

.banner-short.banner-left-sph h1,.banner-short.banner-left-sph .description-banner-short p{
	text-align: left !important
}

.section-content-center.title-32-center h2{
	font-size: 32px !important;
    color: #3E5660 !important;
    line-height: 1.3em;
}

.section-content-center.bg-right-center{
	background-position: right 0px top;
}

.banner-short-full .main-banner-short{
		max-width: 100% !important
}

.banner-short .container{
    max-width: 1200px;
}

.list-image-text .item .infor h4{
	font-size: 18px !important
}
.main-banner-short{
    padding-right: 40px;
    margin: 0 auto 30px !important;
    max-width: 75%;
}

.subtitle-divider p{
	font-family: 'Comfortaa';
	line-height: 1.4em;
	font-size: 18px;
	color: #666;
	text-align: center
}

.main-banner-short h1{
    font-size: 52px;
    color: #FFFFFF;
    line-height: 1.28em;
    text-align: center;
}

.description-banner-short p, .description-banner-short span{
    text-align: center;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.6em;
}

.section-content-sph.intro-how {
    /* margin-top: -19px; */
    background-color: #fff;
}

.section-content-sph.intro-how .desc-section-content{
    margin-bottom: 0;
}

.section-content-sph.intro-how .container{
        margin-top: 2px;
    padding: 2px 0 30px 0;
}

.section-content-sph.intro-ovarian .container{
    max-width: 1200px;
    padding: 0 40px;
}

.section-content-sph.intro-ovarian h2{
    text-align: center;
}

.section-content-sph.intro-melanoma h2{
    text-align: left;
}

.section-content-sph.intro-ovarian .section-content__wrapper{
    align-items: flex-start;
}

.section-content-sph.intro-ovarian .image-section-content{
    border-radius: 0 !important;
}

.section-content-sph.intro-ovarian .image-section-content img{
    border-radius: 180px 0 0 0 !important;
}
.section-content-sph .desc-section-content ul{
    list-style-type: disc;
    padding: 0 0 18px 18px;
    line-height: 26px;
}

.section-content-sph .desc-section-content li{
    font-size: 18px;
}

.divider-simple.step-order__sph{
    background-color: #f4f4f4;
}

.title-section-small h3{
    color: #000080;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28em;
}

.title-section-small p{
    max-width: unset !important;
}

.divider-simple.step-order__sph .container{
    max-width: 1400px;
}

.box-white{
	padding-bottom: 30px !important
}

.divider-simple.step-3 .divider-simple-list .box-white{
	width: calc(94% / 3)
}


.divider-simple.step-order__sph .divider-simple-list {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}


.divider-simple.step-order__sph .divider-simple-list .box-white{
    padding: 20px;
}

.box-white{
    line-height: 0 !important;
}

.divider-simple.step-order__sph .box-white img {
    margin-bottom: 20px;
    width: 50%;
}

.divider-simple.step-order__sph .box-white h3{
    text-align: left;
    font-size: 28px;
    color: #3E5660 !important;
    line-height: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.divider-simple.step-order__sph .box-white ul{
    padding-bottom: 1em;
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding-bottom: 14px;
}

.divider-simple.step-order__sph .divider-btn {
    margin: 0;
}

.video-simple{
    background-color: #f4f4f4;
    padding: 60px 30px
}

.main-video-simple {
    line-height: 0;
}

.main-video-simple h2{
        font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.video-simple .container{
    max-width: 1400px;
}

.video-simple video{
    max-width: 720px;
}

.know-action{
    background-color: #2BB7C4;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    padding: 60px 30px;
}

.main-know-action h2{
    font-weight: 700;
    font-size: 44px;
    color: #FFFFFF !important;
    line-height: 1.28em;
}

.btn.btn-blue{
    background-color: #234C97;
}

.btn.btn-blue:hover{
    background-color: #3E5660;
}

.btn.btn-aqua{
    background-color: #2BB7C4;
}

.btn.btn-aqua:hover{
    background-color: #3E5660;
}

.banner-multi .btn {
    background-color: #234C97;
}

.banner-multi .btn:hover {
    background-color: #234C97;
}

.banner-multi.banner-home .img-banner__home {
    margin-bottom: 30px;
}

.banner-divider-full.banner-home .content-banner__home, .banner-divider-full.banner-home .description-banner__home{
    padding: 0 !important;
}

.banner-multi.banner-home.no-space .img-banner__home {
    margin-bottom: 0;
}

.banner-multi.banner-home .content-banner__home{
    margin-top: 0;
    padding-right: 0;
}

.banner-science.banner-home .content-banner__home{
    margin-top:auto;
    padding-right: 0;
}

.banner-science.banner-home h1{
    font-size: 48px;
}

.banner-science.banner-home .content-banner__home{
    padding-right: 40px !important;
}

.banner-science.divider-banner .img-banner__home{
    /* border-radius: 0 0 180px 0; */
    margin-bottom: 0;
}

.banner-science.divider-banner .img-banner__home img{
    border-radius: 0 0 180px 0;
}

.divider-banner.banner-multi.banner-home .description-banner__home{
    padding-right: 0;
    margin-bottom: 5.82%;
}

.section-content-sample{
    padding: 60px 30px
}

.section-content-sample.no-subtitle .image-sample h6{
	display: none
}
.risk-image-white img{
    background-color: #fff;
}

.no-radius img{
    border-radius: 0 !important;
}

.section-risk-plan.width-half .content-risk-plan, .section-risk-plan.width-half .image-risk-plan{
    width: 47.25%
}

.section-risk-plan.risk-gap3 .main-risk-plan{
    gap: 3%
}

.section-risk-plan.risk-gap3 .content-risk-plan, .section-risk-plan.risk-gap3 .image-risk-plan{
    width: 48.5%
}

.image-90 img{
    width: 90% !important;
    margin: 0 auto;
    display: block;
}

.section-content-sample.space-3 .content-sample__wrapper{
    gap: 3%
}

.section-content-sample.border-radius-bottom img{
    border-radius: 0 0 180px 0;
} 
.section-content-sample.space-3 .image-sample,.section-content-sample.space-3  .main-content-sample{
    width: 48.5%;
}

.section-content-sample.content-sample-female .image-sample img{
    border-radius: 180px 0 180px 0;
}
.section-content-sample.content-sample-full .content-sample__wrapper{
    gap: 0;
}

.section-content-sample.content-sample-artery .content-sample__wrapper{
    gap: 3%
}

.section-content-sample.content-sample-artery .main-content-sample, .section-content-sample.content-sample-artery .image-sample{
    width: 48.5%
}

.section-content-sample.content-sample-artery .image-sample img{
    margin: 0 auto;
    display: block;
}

.section-content-sample.content-sample-full .image-sample,.section-content-sample.content-sample-full  .main-content-sample{
    width: 50%
}

.section-content-sample.border-top .image-sample img{
    border-radius: 180px 0 0 0;
}

.section-content-sample .desc-content-sample h3{
    font-size: 32px;
    color: #3E5660 !important;
    line-height: 1.3em;
}

.section-content-sample.section-sample-full .desc-content-sample {
    padding-top: 24px !important;
    margin-top: 2px !important;
    margin-bottom: 30px !important;
}

.section-content-sample.section-sample-full a.btn{
    line-height: 1.7em;
    padding: 10px 37px !important;
}

.section-content-sample.section-sample-full .image-sample img{
    border-radius: 180px 0 0 0;
}

.section-content-sample.w-75 .image-sample img{
    width: 75%;
    margin: 0 auto;
    display: block;
}

.section-content-sample .desc-content-sample h6{
    font-size: 22px;
}

.w-65 .image-sample img{
    width: 65%;
    margin: 0 auto;
    display: block
}

.section-content-sample.content-sample-3 .content-sample__wrapper{
    gap : 3%
}

.section-content-sample.content-sample-3 .image-sample, .section-content-sample.content-sample-3 .main-content-sample{
    width: 48.5%
}

.section-content-sample.content-sample-5 .wrap-proactive-health{
    gap : 5.5%
}

.section-content-sample.content-sample-5 .image-proactive-health, .section-content-sample.content-sample-5 .content-proactive-health{
    width: 47.25%
}

.section-proactive-health .desc-proactive-health h2{
    font-size: 44px;
    color: #234c97;
    line-height: 1.28em;
}

.proactive-gap-3 .wrap-proactive-health{
    gap: 3%
}

.proactive-gap-3 .content-proactive-health, .proactive-gap-3 .image-proactive-health{
    width: 48.5% !important
}

.mw-1200 .container{
    max-width: 1200px !important;
}

.container-full .container{
    max-width: 100% !important;
}

.container-full .desc-content-center-mel {
    margin: 0 auto !important;
}

.title-center h2{
    text-align: center !important;
}

.pd-horizontal-40 .container{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.section-breast-proactive .image-proactive-health img{
   margin-left: auto;
    display: block;
}

.section-proactive-health.section-artery-proactive.section-breast-proactive.section-proactive-reverse .image-proactive-health img{
    border-radius: 0 0 0 180px;
}

.section-breast-proactive.section-proactive-health.section-artery-proactive .image-proactive-health img{
    border-radius: 0 0 180pc 0;
}

.proactive-no-padding .image-proactive-health{
    padding: 0 !important;
    border-radius: 0 !important; 
    box-shadow: unset !important;
    background: inherit !important;
}

.proactive-no-padding.section-proactive-reverse .image-proactive-health {
    display: flex;
    justify-content: flex-end;
}


.desc-font-18 .desc-proactive-health p{
    font-size: 18px !important; 
    font-weight: 500;
} 

.desc-black .desc-proactive-health p{
    color: #000 !important;
}

.section-content-sample.content-sample-basic .desc-content-sample{
    padding-top: 24px;

}

.section-content-sample.bg-navy h2,.section-content-sample.bg-navy h6, .section-content-sample.bg-navy p, .section-content-sample.bg-navy li, .section-content-sample.bg-navy h4{
    color: #fff !important;
}


.section-content-sample.bg-pink h2,.section-content-sample.bg-pink h6, .section-content-sample.bg-pink p, .section-content-sample.bg-pink li, .section-content-sample.bg-pink h4{
    color: #fff !important;
}

.bg-navy.section-content-sph h2, .bg-navy.section-content-sph p, .bg-navy.section-content-sph li, .bg-navy.section-content-sph h4, .bg-red.section-content-sph h2, .bg-red.section-content-sph p, .bg-red.section-content-sph li, .bg-red.section-content-sph h4{
    color: #fff !important;
}

.width-text-85 .desc-content-center-mel{
    width: 85%;
}

.section-content-sample.pd-40 .container{
    padding: 0 40px;
}

.content-sph-colorectal h2{
    font-size: 41px;
}

.content-sph-colorectal.section-content-sph .desc-section-content li{
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
}

.section-content-sph.content-sph-patient .main-section-content{
    width: 36.7%;
}


.section-content-sph.content-sph-5 .section-content__wrapper{
    gap: 5.5%
}

.section-content-sph.content-sph-5 .image-section-content, .section-content-sph.content-sph-5 .main-section-content{
    width: 47.25%
}

.section-content-sph.content--sph-artery .main-section-content h2{
    margin-bottom: 5.82%;
}

.section-content-sph.content--sph-artery .section-content__wrapper{
    align-items: flex-start;
}

.section-content-sph .image-section-content{
    border-radius: 0;
}


.section-content-sph .image-section-content img{
    border-radius: 0 0 180px 0;
/*     width: 80%; */
	width: 100%
}


.section-content-sph.content-sph-patient .image-section-content{
    width: 57.8%;
}

.section-content-sph.content-sph-patient .image-section-content img{
    border-radius: 180px 0 0 0 ;
    padding-right: 30px;
}

.section-content-sph.content-sph-patient .desc-section-content{
    padding-top: 24px !important;
    margin-top: 2px !important;
}


.section-content-sph.content-sph-patient .main-section-content p, .section-content-sph.content-sph-patient .main-section-content ul{
    color: #666 !important;
}

.section-content-sph.content-sph-patient .image-section-content{
    border-radius: 0;
}

.section-content-sph.content-sph-patient .container{
    padding: 0 40px;
}

.section-content-sph.content-sph-patient .section-content__wrapper{
    align-items: flex-start;
}

.content-sph-colorectal .image-section-content{
    border-radius: 0 !important;
}
.content-sph-colorectal .image-section-content img{
    border-radius: 180px 0 0 0 !important;
}


.content-center-mel{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.content-center-mel.section-content-center h2{
    color: #fff;
}

.content-center-mel.section-content-center .container{
    max-width: 900px;
}

.desc-content-center-mel {
    margin-top: calc(2.75% - 7px) !important;
    margin-bottom: 25px !important;
    width: 75%;
    margin: 0 auto;
}

.desc-content-center-mel  p{
    font-family: 'Poppins',  sans-serif;
    line-height: 1.58em;
    min-height: 34.4px;
    font-weight: 500;

    color: #fff !important;
}

.section-content-sample.sample-mel .container{
    max-width: 1400px;
}

.sample-mel .image-sample img{
    width: 85%
}

.section-content-sample.sample-mel .image-sample{
        width: 36.7%;
}

.section-content-sample.sample-mel .main-content-sample{
    width: 57.8%;
}

.section-content-sample .container{
    max-width: 1400px;
}

.content-sample__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5.5%
}

.image-sample, .main-content-sample{
    width: 47.25%;
    line-height: 0;
}

.main-content-sample h2{
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.main-content-sample > a{
    padding: 10px 37px;
    margin-top: 30px;
}

.content-sample-colorectal .desc-content-sample{
    padding-top: 24px !important;
    margin-top: 2px !important;
}

.content-sample-colorectal .image-sample img{
    width: 85%
}

.content-sample-breast .image-sample img{
    border-radius: 0 0 180px 0;
}
.section-content-sample.section-content-sample__reverse .content-sample__wrapper{
    flex-direction: row-reverse ;
}

.section-content-sample h4{
    font-size: 28px;
    color: #3E5660 !important;
    line-height: 1.3em;
}

.desc-content-sample p:last-child{
    padding-bottom: 0;
}

.section-content-sample ul{
    padding-left: 18px;
    padding-bottom: 18px;
    list-style-type: disc;
    line-height: 26px;
    font-size: 18px;
}

.section-content-sample h6{
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
}
.section-risk-plan{
    background-position: right 0px bottom 0px;
    padding: 60px 30px;
    background-color: #2BB7C4;
    background-repeat: no-repeat;
}

.section-risk-plan.risk-plan-white .description-risk-plan{
    padding-top: 11px !important;
    padding-bottom: 0px !important;
    margin-bottom: 26px !important;
}

.section-risk-plan.risk-plan-white .content-risk-plan{
    width: 47.25%;
    padding: 0;
}

.section-risk-plan.risk-plan-white .image-risk-plan{
    width: 47.25%;
}

.section-risk-plan.risk-plan-white .image-risk-plan img{
    border-radius: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
}

.section-risk-plan.border-risk-plan .image-risk-plan img{
    border-radius: 0;
}

.section-risk-plan.border-risk-plan .container{
    margin-top: -23px;
}


.section-risk-plan .container{
    max-width: 1400px;
}

.main-risk-plan {
    display: flex;
    flex-wrap: wrap;
    gap: 5.5%;

}

.section-risk-plan .image-risk-plan h6 {
    margin-bottom: 15px;
}

.section-risk-plan .image-risk-plan h6 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.section-risk-plan.practitioners-risk-plan .content-risk-plan{
    width: 48.5%;
}

.section-risk-plan.coronary-risk-plan__65 .image-risk-plan img{
    width: 65%;
    margin: 0 auto;
    display: block;
    border-radius: 0;
}

.section-risk-plan.coronary-risk-plan__65 .container{
    margin-top: -23px;
}

.section-risk-plan.practitioners-risk-plan .main-risk-plan{
    gap: 3%
}

.section-risk-plan.practitioners-risk-plan .image-risk-plan{
    width: 48.5%;

}

.main-risk-plan a{
    margin-top: 35px
}

.content-risk-plan{
    width: 57.8%;
    padding-bottom: 5px;
}

.image-risk-plan{
    width: 36.7%;
    line-height: 0;
}

.full-container .container{
    /* max-width: 100% !important; */
    max-width: 1440px !important
}

.section-risk-plan.split-half .main-risk-plan{
    gap: 0;
}

.section-risk-plan.split-half .content-risk-plan, .section-risk-plan.split-half .image-risk-plan{
    width: 50%;
    text-align: center;
}

.section-risk-plan.split-half .image-risk-plan img{
    border-radius: 0;

}

.content-risk-plan{
    color: #fff !important;
}

.content-risk-plan h2{
    font-size: 44px;
    line-height: 1.28em;
    color: #fff;
}

.content-risk-plan h3 {
    font-size: 32px;
    color: #fff!important;
    line-height: 1.3em;
}

.content-risk-plan p, .content-risk-plan li{
    color: #fff;
}

.risk-font-poppins .content-risk-plan p, .risk-font-poppins .content-risk-plan li, .risk-font-poppins .content-risk-plan span{
    font-family: "Poppins";
}

.title-41 h2{
    font-size: 41px;
}

.content-risk-plan ul{
    color: #fff;
    list-style-type: disc;
    padding: 0 0 18px 18px;
    line-height: 26px;
    font-size: 18px;
}

.image-risk-plan img{
    border-radius: 180px 0 180px 0;
}

.section-proactive-health{
    padding: 60px 30px;
    background-color: rgba(43, 183, 196, 0.15) ;
}


.title-proactive-health{
    max-width: 900px;
    margin: 0 auto 30px;
}


.section-proactive-health .wavy-bottom{
    height: 68px;
    background-size: 100% 68px;
}
.title-proactive-health p{
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3em;
    padding-top: 30px;
    padding-bottom: 11px;
    margin-bottom: -2px;
    color: #234C97
}

.section-proactive-health .container{
    max-width: 1400px;
}

.wrap-proactive-health{
    display: flex;
    flex-wrap: wrap;
    gap: 5.5%;
    align-items: flex-start;
}

.content-proactive-health {
    width: 47.25%
}

.content-proactive-health ul{
    list-style-type: disc;
    padding: 0 0 18px 18px;
    line-height: 26px;
    font-size: 18px;
}

.desc-proactive-health{
            margin-bottom: 5.82%;
}

.image-proactive-health {
    width: 47.25%;
    line-height: 0;
    background-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

.intro-has-boxshadown img{
    border-width: 1px;
    border-color: RGBA(0, 0, 0, 0);
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}

.divider-support .container-2{
    max-width: 1500px;
}

.divider-support .divider-support-left img{
    width: 75%;
}
.divider-support .divider-support-right p{
    line-height: 1em;
}

.divider-support .divider-support-right h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.832em;
}

.divider-support .divider-support-right > * {
    color: #FFFFFF !important;
}

.section-faq{
    padding: 60px 30px;
}

.section-faq .container{
    max-width: 1300px;
}

.main-faq h2{
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
}

.main-accordion{
    max-width: 1100px;
    margin-top: 30px;
    margin: 30px auto 0;
}

.accordion-item{
    padding: 15px 20px;
    border-bottom: 3px solid #234C97;
}

.accordion-header h5{
    font-size: 22px;
    color: #3E5660 ;
    position: relative;
    padding: 0 50px 0 0;
    line-height: 1.38em;
}

.accordion-header{
    cursor: pointer;
}

.accordion-content{
    display: none;
    padding-top: 20px;
}

.faq-science .accordion-content{
    display: block;
}

.accordion-content ul{
        list-style-type: disc;
        padding: 0 0 23px 18px;
        line-height: 26px;
}

.accordion-content li{
    font-size: 18px;
    font-weight: 500;
}
.accordion-header h5::before{
    content: "";
    background-image: url(../images/plus-svgrepo-com.svg);
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: -.5em;
    background-color: #234C97;
    width: 25px;
    height: 25px;
    right: -5px;
    border-radius: 50%;
    background-position: center;
    background-size: 14px;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
}

.accordion-item.active .accordion-header h5::before{
      background-image: url(../images/minus-svgrepo-com.svg);
}


.accordion-item{
    /* background-color: #f2f2f2; */
}
.section-references{
    padding: 60px 30px
}

.section-references .container{
    max-width: 1400px;
}

.section-references h5{
    color: #333;
}

.section-references ol{
    padding-bottom: 18px;
    line-height: 26px;
    color: #666;
    font-weight: 500;
    font-size: 18px;
    list-style-type: decimal;
    list-style-position: inside;
}

.section-background{
    padding: 60px 30px 40px;
    background-position: center bottom 0px;
    background-repeat: no-repeat;
    background-color: #2BB7C4
}

.section-accreditation{
    padding: 50px 30px 30px;

}
.section-accreditation .container{
    max-width: 900px;
}

.main-accreditation img{
    margin: 0 auto;
    max-width: 165px;
    display: block;;
}

.desc-accreditation{
    font-size: 20px;
    line-height: 1.45em;
    padding-top: 50px;
    padding-right: 0px ;
    padding-bottom: 30px;
    padding-left: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.desc-accreditation p{
    font-size: 20px;
    line-height: 1.45em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #3E5660
}

.banner-breast-cancer .content-banner__home{
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.banner-breast-cancer .img-banner__home{
    margin-bottom: 30px;
}

.banner-breast-cancer.divider-banner .description-banner__home{
    padding-right: 0;
}

.section-content-center{
    padding: 60px 30px
}

.section-content-center h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97;
    line-height: 1.28em;
}


.image-content-center{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    line-height: 0;
}

.image-content-center{
    margin-top: 2.75% !important;
}

.section-proactive-health.breast-proactive-health{
    background-color: #ffe5ef !important;
    padding-bottom: 100px;
}

.section-proactive-health.breast-proactive-health .wavy-bottom {
    height: 80px;
    background-size: 100% 80px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZCNjVBMiI+PHBhdGggZD0iTTMyMCAyOEMxNjAgMjggODAgNDkgMCA3MFYwaDEyODB2NzBjLTgwIDIxLTE2MCA0Mi0zMjAgNDItMzIwIDAtMzIwLTg0LTY0MC04NHoiLz48L2c+PC9zdmc+');
}

.wavy-top{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI3MnB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOEMxNjAgMjggODAgNDkgMCA3MFYwaDEyODB2NzBjLTgwIDIxLTE2MCA0Mi0zMjAgNDItMzIwIDAtMzIwLTg0LTY0MC04NHoiLz48L2c+PC9zdmc+);
    background-size: 100% 72px;
    bottom: 0;
    height: 72px;
    z-index: 1;
    transform: scale(1, -1);
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.section-proactive-health.breast-proactive-health .title-proactive-health p{
    color: #f065a0
}

.section-proactive-health.breast-proactive-health h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28em;
    color: #333;
}

.section-proactive-health.breast-proactive-health table{
    border-collapse: collapse; 
    width: 100%; 
    height: 201px;
}

.section-proactive-health.breast-proactive-health table tr td:nth-child(odd){
    width: 11.9767%;
}

.section-proactive-health.breast-proactive-health table tr td:nth-child(even){
    width: 88.0233%;
}

.section-proactive-health.section-proactive-reverse .wrap-proactive-health{
    flex-direction: row-reverse;
}

.section-proactive-health.section-artery-proactive .image-proactive-health{
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.section-proactive-health.section-artery-proactive{
    background: #ffffff;
}

.section-proactive-health.section-artery-proactive .btn{
    background-color: #234C97;
}

.section-proactive-health.section-artery-proactive .btn:hover{
    background-color: #234C97;

}

.section-proactive-health.section-artery-proactive .desc-proactive-health p{
    font-size: 20px;
    font-weight: 700;
    color: #666;
}

.section-proactive-health.section-artery-proactive .image-proactive-health img{
    border-radius: 0 0 0 180px;
}

.section-proactive-health.section-artery-proactive .title-proactive-health p{
    padding-top: 0;
    line-height: 1.7em;
    margin-bottom: 3px;
}

.section-proactive-health.section-artery-proactive .wrap-proactive-health{
    gap: 3%;
}

.section-proactive-health.section-artery-proactive .title-proactive-health{
    margin-bottom: 3px;
}

.section-proactive-health.section-artery-proactive .content-proactive-health,.section-proactive-health.section-artery-proactive  .image-proactive-health {
    width: 48.5%;
}

table:not(.variations) {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

tr td {
    border: 1px solid #eee;
    padding: 6px 24px;
    vertical-align: middle
}

td{
    line-height: 1.58;
}

.image-proactive-health{
    text-align: center;
}

.breast-content-sample.section-content-sample ul{
    padding-left: 32px;
}

.breast-content-center .container{
    max-width: 1400px;
}

.banner-colorecal-cancer .description-banner__home{
            margin-bottom: 5.82%;
}

.banner-colorecal-cancer .img-banner__home{
    margin-bottom: 0;
}

.section-content-center__coloreral .container{
    max-width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mw-900 .container{
    max-width: 900px !important;
}

.mw-1400 .container{
    max-width: 1400px !important;
}



.mw-1400 .image-content-center{
    padding-right: 100px;
    padding-left: 100px;
    margin-right: 100px !important;
    margin-left: 100px !important;
    width: 85%;
    max-width: 100%;
}

.mw-900 .image-content-center{
    max-width: 700px;
    padding-top: 19px;
}


.section-content-center.section-content-center__coloreral h2{
    padding-top: 4px;
}

.section-content-center h3{
    font-size: 32px;
    color: #234C97 !important;
    line-height: 1.28em;
}

.content-center-atrial.section-content-center h3{
    font-size: 32px;
    color: #3E5660 !important;
    line-height: 1.3em;
}

.content-center-atrial.section-content-center .container{
    max-width: 100%;
}

.content-center-atrial.section-content-center .desc-content-center-mel{
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.section-content-center.section-content-center__coloreral .image-content-center{
    padding-top: 19px;
}
.section-content-center.section-content-center__coloreral{
    padding: 30px 20px
}

.section-content-center.section-content-center__coloreral h2{
    line-height: 1.4;
}

.section-sample__coloreral .main-content-sample h2{
    line-height: 1.4;
}

.section-sample__coloreral .image-sample img{
    width: 75%;
    margin: 0 auto;
    display: block;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
    border-width: 1px;
    border-color: RGBA(0, 0, 0, 0);
}



.section-sample__coloreral.w-65 .image-sample img{
    width: 65%
}

.section-sample__coloreral.section-content-sample h6{
    margin-bottom: 15px;
}

.section-content-sample.multi-practitioners .content-sample__wrapper{
    gap: 3%
}

.section-content-sample.multi-practitioners .image-sample,.section-content-sample.multi-practitioners  .main-content-sample{
    width: 48.5%;
}

.section-content-sample.multi-practitioners .image-sample img{
    border-radius: 0 0 180px 0;
}

.colorectal-risk-plan .image-risk-plan img{
    border-radius: 180px 0 0 0 ;
}

.list-blogs-featured{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 30px;
}

.list-blogs-featured .item-blog-sph{
    width: 31.333%;
    padding: 0;
}

.section-blogs-featured .container{
    max-width: 1400px;
}

.section-blogs-featured{
    padding: 60px 20px;
}

a.blog-link-featured{
    font-size: 18px;
    color: #FFFFFF;
    padding: 5.4px 37px;
    display: inline-block;
    margin: 5px 0;
    background: #2BB7C4;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4em;
    text-transform: lowercase;
}

.section-blogs-featured .review-blogs-sph{
    margin-bottom: 30px;
}


.section-blogs-featured .thumbnail-blog-sph a {
    border-radius: 17px;
    overflow: hidden;
}

.main-blogs-featured h2{
    padding-top: 10px;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
    text-align: center;
}

.prostate-risk-plan .image-risk-plan img {
    border-radius: 0 0 180px 0;
}

.references-32.section-references h5{
    font-size: 32px;
}

.desc-content-center h4{
        font-size: xx-large;
    color: #234c97;
}

.bg-red .img-banner__home{
    aspect-ratio: unset;
}

.bottom-content-sample{
    background-color: #2bb7c4;
    padding: 40px 60px;
    width: 100%;
}



.box-bottom-content-sample{
    padding-bottom: 20px;
}

.bottom-content-sample .box-bottom-content-sample h6{
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}


.section-content-sample .container{
    /* overflow: hidden; */
}

.atrial-sample .image-sample img{
    border-radius: 0px 0 0 180px;
    overflow: hidden;
}

.section-recommended{
    padding: 60px 30px
}

.section-recommended.recommended-center .content-recommened{
    width: 100%
}

.section-recommended.recommended-center .content-recommened h3{
    font-size: 32px;
    text-align: center;
    line-height: 1.3em;
}

.section-recommended .container{
    max-width: 1400px;
    padding: 0 10px
}

.title-section-recommened h2{
    font-weight: 700;
    font-size: 44px;
    color: #234c97 !important;
    line-height: 1.28em;
    text-align: center;
}

.top-section-recommended{
    margin-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px
}

.section-recommened-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.content-recommened, .image-section-recommened{
    width: 50%
}

.content-recommened{
     margin-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px
}

.image-section-recommened .main-image-recommended{
    width: 82%;
    margin: 0 auto;
    display: block;
}

.content-recommened h3{
    font-size: 32px;
    color: #3E5660 !important;
    line-height: 1.3em;
}

.main-image-recommended img{
    margin: 0 auto;
    display: block;
}

.science-content-center .desc-content-center{
    margin-top: 2.75%;
    margin-bottom: 11px;
}

.section-content-center.science-content-center{
    padding: 100px 30px;
}

/* Update */
.border-top-bottom img{
	border-radius: 180px 0 180px 0 !important
}

.border-bottom img{
	border-radius: 0px 0 180px 0 !important
}

.border-left img{
	border-radius: 0px 0 0px 180px !important
}

.border-right img{
	border-radius: 0px 180px 0px 0px !important
}

.border-right-bottom img{
	border-radius: 0px 0px 180pc 0px !important
}

.border-top img{
	border-radius: 180px 0px 0px 0px !important
}
.no-border img{
	border-radius: 0 !important
}
.no-box-shadown img{
	box-shadow: unset !important;
}

.image-full img{
	width: auto !important;
    margin-left: 0 !important;
}

.image-65 img{
	width: 65% !important;
    margin: 0 auto;
    display: block;
}

.image-80 img{
	width: 80% !important;
}

.image-96 img{
    width: 96% !important
}

.image-75 img{
	width: 75% !important;
    margin: 0 auto;
    display: block;
}

.image-left img{
    margin-right: auto !important;
    display: block !important;
    margin-left: 0 !important;
}

.image-center img{
    margin: 0 auto !important;
    display: block !important
}

.image-85 img{
    width: 85% !important;
}

.section-content-center.image-700 .image-content-center{
	max-width: 700px
}

.banner-center .main-banner__home{
	align-items: center !important
}







@media only screen and (min-width: 981px) {
    .main-menu > li > a {
        padding-bottom: 40px;
    }
}

@media (max-width: 1499px){
    .risk-assessment-top, .section-about-who{
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .risk-assessment-bottom {
        padding: calc(60px - 19px) 30px 4%;
    }

    .section-about-who .container, .key-strengths-wrapper{
        padding-bottom: 2%;
    }

    .section-about-who{
        padding-top: 60px;
    }

    .description-about-building {
        margin-bottom: 2%;
    }

    .main-value-commitment{
        padding-top: 2%;
    }

    .main-key-strengths, .section-key_strengths .main-key-strengths:nth-child(even){
        padding-bottom: 4%;
    }

    .section-multi-risk{
        padding: 4% 30px;
    }

    .desc-risk-assessment{
        padding-bottom: 5px;
    }


    .box-risk-conclude{
        align-items: flex-start;
    }

    .title-risk-conclude{
        padding-bottom: 2%;
    }

    .box-risk-conclude p{
        line-height: 1.26;
    }

    .section-content-sph.breast-cancer-risk{
        margin-top: -19px;
        background-color: #fff;
        padding-bottom: 4%;
    }

    .breast-cancer-risk .container{
        padding-bottom: 2%;
    }

    /* Contact */
    .section-banner-contact, .section-info-contact, .section-form-contact{
        padding: 4% 30px
    }

    /* Privacy */
    .section-privacy{
        padding: 4% 30px;
    }


    /* What happening */
    .main-banner-happening{
        padding: 2% 0;
    }

    /* Blog */
    .section-blogs-page{
        padding: 4% 30px;
    }





    /* Module */
    .section-content-sph.intro-how{
        padding-bottom: 4%;
    }

    .section-content-sph.intro-how .container{
        padding-bottom: 2%;
    }

    .divider-simple.step-order__sph, .video-simple{
        padding: 4% 30px;
    }

    .banner-home.divider-banner, .section-content-sample, .section-proactive-health, .divider-support {
        padding: 4% 30px !important;
        padding-bottom: 4%;
    }


    .section-proactive-health.breast-proactive-health{
        padding: 60px 30px 100px !important;
    }

    .section-content-sample.breast-content-sample {
        padding: 60px 30px !important
    }

    .banner-home.banner-colorecal-cancer {
        padding: 60px 30px !important;
    }

    .banner-home.banner-colorecal-cancer .main-banner__home{
        align-items: center;
    }

    .section-blogs-featured{
        padding: 4% 20px;
    }

}

@media (max-width: 1400px){
    .main-risk-conclude{
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px){
    .main-search-header{
        width: 80%;
        right: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1200px){
    .top-menu-nav .main-menu li{
        padding-right: 5px;
    }

    .main-menu > li > a{
        padding-bottom: 0;
    }

    .header-top_search{
        margin: 10px 0px 10px 5px;
    }

    .menu-cta a{
        padding: 10px 10px !important;
        font-size: 12px;
    }

    .main-menu__header{
        padding-left: 145px;
    }
}

@media (max-width: 1024px){
	
	.section-button-line ul{
		flex-wrap: wrap;
		row-gap: 10px;
	}
	
	
	.section-button-line ul li{
		width: 50%;
	}
	
	.section-button-line ul li:nth-child(2){
		border: none !important
	}
	.list-podcast .item-podcast{
		width: calc(50% - 20px)
	}
    .toggle-menu{
        display: flex;
        align-items: center;
    }

    .toggle-menu svg{
        width: 32px;
        height: 32px;
    }

    .toggle-menu svg path{
        fill: #2bb7c4;
    }

    .top-menu-nav{
        position: absolute;
        left: 0;
        top: 80px;
    }

    ul.main-menu{
        display: flex;
        flex-direction: column;
    }

    .logo-header{
        left: 0.5%;
    }

    .main-header .container{
        max-width: 99%;
    }
    .header-wrap{
        padding: 0;
    }

    .logo-header img{
        width: 98.98px;
    }

    .main-menu__header{
        padding-top: 0;
    }

    .main-header{
        height: 80px;
    }

    .header-top_search {
        margin: 15px 17px 11px 12px;
    }

    #search_icon_header{
        display: block;
        height: 20px;
    }

    .header-wrap{
        align-items: center;
        justify-content: flex-end;
        display: flex;
    }

    .top-menu-nav ul.sub-menu{
        visibility: visible;
        opacity: 1;
    }

    .top-menu-nav ul.main-menu > li.menu-item-has-children > ul{
        position: relative !important;
        border: none !important;
        left: 0;
        line-height: 0;
        right: 0;
    }

    ul.main-menu{
        border-top: 3px solid #2ea3f2;
        background: #fff;
        padding: 5%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }

    .main-menu > li.menu-item-has-children > a:first-child::after{
        display: none;
    }

    .top-menu-nav .main-menu .menu-cta a{
        padding: 15px 25px !important;
    }

    .top-menu-nav .main-menu li{
        padding-right: 0;
    }

    .main-menu > li > a{
        border-bottom: 1px solid rgba(0, 0, 0, .03);
        color: #666;
        padding: 10px 5%;
        display: block !important;
        width: 100%;
        line-height: 23px !important;
    }

    .main-menu > li.menu-item-has-children > a{
        font-weight: 700;
        background-color: rgba(0, 0, 0, .03);
    }

    .main-menu > li.menu-item-has-children > ul, .main-menu .sub-menu{
        padding: 0 !important;
        padding-left: 10px !important;
    }

    .top-menu-nav .main-menu a, .top-menu-nav .main-menu > li.menu-item-has-children > .sub-menu > li > a{
        padding: 10px 5% !important;
        line-height: 23px !important;
    }

    .main-menu > li.menu-item-has-children > ul > li{
        padding-left: 5%;
    }

    .main-menu li li {
        padding-left: 5% !important;
    }

    .top-menu-nav li.mega-menu-parent-2 > ul > li, .top-menu-nav li.mega-menu-parent-3 > ul > li{
        width: 100% !important;
    }

    .top-menu-nav{
        height: 0;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        min-height: 0;
    }

    .top-menu-nav.open{
        height: 100vh;
        min-height: max-content;
    }
}

.top-menu-nav > ul {
	position: relative !important;
}
.top-menu-nav li > .sub-menu {
    max-width: 100% !important;
    margin: 0 auto !important;
}

@media (max-width: 980px){
	.section-content-sph.intro-how.intro-how-mel.intro-half .image-section-content, .main-section-content{
		width: 100%
	}
	
	.section-button-download{
		padding: 4% 30px;
	}
	.divider-simple.step-3 .divider-simple-list .box-white {
		width: 47.25%;
	}
	
	.divider-why-4col .list-image-text .item{
		width: calc(89% / 2)
	}
	
	
	.section-content-center.pd-tb-90{
		padding-top: 80px !important;
		padding-bottom: 80px !important
	}

    .main-search-header{
        width: 50%;
    }
	
	.section-shortcode-register, .section-podcast{
		padding: 4% 30px;
	}

    
    
/* HOME */
    ul.menu-privacy{
        justify-content: center;
    }

    .intro-home{
        padding: 90px 20px
    }

    .mx-bottom{
        margin-bottom: 30px;
    }

    .banner-home{
        padding: 30px
    }

    .content-banner__home{
        width: 100%;
        padding: 0 20px 0 30px !important;
        margin: 0;
    }

    .img-banner__home{
        width: 100%;
        aspect-ratio: unset;
    }

    .img-banner__home img{
        border-radius: 180px 0 0 0;
        width: auto;
        max-width: 800px;
        height: auto;
    }

    .banner-about .img-banner__home img{
        border-radius: 0 0 180px 0;

    }
    .section-video__home{
        padding: 60px 20px 40px
    }

    .content-video-home{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .source-video-home{
        width: 100%;
    }

    .section-multi-risk{
        padding: 50px 30px
    }

    .item-risk-test{
        width: 100%;
    }

    /* .image-risk-test img{
        width: auto
    } */

    .risk-assessment-top{
        padding: 50px 30px !important
    }

    .demo-risk-assessment{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .image-risk-assessment img{
        width: auto
    }

    .act-risk-assessment{
        width: 100%
    }

    .btn-first-risk{
        margin-bottom: 30px;
    }

    .risk-assessment-bottom{
        padding: 41px 20px 50px
    }

    .item-risk-conclude{
        width: 100%;
    }

    .main-risk-conclude{
        width: 90%;
        margin: 0 auto;
    }

    .image-section-content{
        width: 100% !important;
        margin-bottom: 30px;
    }

    .section-content-sph.content-sph-reverse .image-section-content{
        margin-bottom: 0 !important;
        margin-top: 30px !important;
    }

    .image-section-content img{
        width: auto;
        height: auto;
        border-radius: 0 180px 0 0;
    }

    .intro-how-mel .image-section-content img{
        border-radius: 180px 0 0 0;
    }

    .box-risk-conclude:last-child{
        margin-bottom: 25px;
    }

    .section-content-sph{
        padding: 60px 20px 50px
    }

    .section-content-sph.content-sph-reverse .section-content__wrapper{
        flex-direction: column-reverse;
    }

    .main-section-content{
        width: 100% !important
    }

    .desc-section-content{
        margin-bottom: 30px;
    }

    .section-intro-reverse .section-content__wrapper {
        flex-direction: column-reverse;
    }

    .action-section-content .btn{
        margin-bottom: 30px;
    }

    .section-content-reverse .section-content__wrapper .main-section-content{
        margin-bottom: 30px;
    }

    .section-content-reverse .image-section-content img{
        border-radius: 0 0 180px 0;
    }
    .section-quality .image-section-content{
        aspect-ratio: unset !important;
    }

    .section-content-reverse .image-section-content{
        margin-bottom: 0;
    }

    .section-quality{
        padding: 60px 20px;
    }

    .image-section-content{
        aspect-ratio: unset !important;
        line-height: 0;
    }

    .section-content-sph{
        padding-bottom: 40px !important
    }

    .top-footer{
        padding: 30px 20px;
    }
    .main-footer .container{
        /* padding: 0; */
    }


    .col-footer{
        width: 50%
    }

    .col-footer.col3-footer, .col-footer.col4-footer, .col-footer.col5-footer{
        width: 33.33% !important;
    }

    .col-footer.col4-footer, .col-footer.col5-footer{
        padding-top: 50px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .item-bottom-footer{
        width: 100%
    }

    .bottom-footer{
        padding: 60px 30px;
    }

    .name-risk-test h5, .name-risk-assessment h5{
        margin-bottom: 3px !important;
    }

    .list-risk-test{
        gap: 30px
    }

    .title-act-risk h5{
        padding-bottom: 10px;
    }

    .title-risk-conclude, .breast-cancer-risk .container{
        padding-bottom: 30px;
    }

    .box-risk-conclude{
        align-items: center;
    }

    .image-section-content img{
        max-width: 100%;
    }

    .section-content-sph{
        padding-bottom: 60px !important;
    }

    .section-content-sph.breast-cancer-risk{
        padding-bottom: 50px !important;
    }

    .section-content-sph.section-support-home {
        padding-bottom: 40px !important;
    }


    /* ABOUT */
    .banner-home.banner-about{
        padding: 30px;
    }

    .banner-about .content-banner__home{
        padding: 0 20px 0 0 !important;
    }

    .img-banner__home{
        margin-left: auto;
        border-radius: 0 0 180px 0;
    }

    .section-about-who{
        padding: 60px 20px 50px !important;
    }

    .image-about-who{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        line-height: 0;
    }

    .content-about-who{
        width: 100%;
    }

    .section-about-who .container, .key-strengths-wrapper{
        padding-bottom: 30px;
    }

    .title-about-building, .description-about-building{
        margin-bottom: 30px;
    }

    .section-about-building, .about-value-commitment{
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-value-commitment, .image-key-strengths{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;

    }

    .about-value-commitment{
        padding-bottom: 60px;
    }

    .main-value-commitment{
        padding-top: 30px;
    }

    .col1-value-commitment{
        width: 47.25%;
        margin-right: 5.5%;
    }

    .col2-value-commitment{
        width: 47.25%;
    }

    .image-key-strengths img{
        width: auto;
    }

    .image-key-strengths{
        line-height: 0;
    }

    .content-key-strengths,.list-info-contact .item-info-contact:nth-child(even){
        width: 100%;
    }
    .main-key-strengths{
        padding: 60px 20px 50px !important
    }

    .conclude-key-strengths{
        margin-top: 30px;
    }



    /* CONTACT */
    .section-banner-contact, .section-info-contact, .section-form-contact{
        padding: 50px 30px
    }

    .list-info-contact .item-info-contact:nth-child(odd){
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .content-form-contact{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .main-form-contact{
        width: 100%
    }


    /* Privacy */
    .section-privacy{
        padding: 60px 30px;
    }



    /* What Happening */
    .main-banner-happening{
        padding: 30px 0;
        width: 100%;
        margin: 0;
        padding-bottom: 60px;
        margin-bottom: 30px;
    }

    .section-whats-happening{
        padding: 50px 30px 35px;
    }

    /* Blogs */
    .item-blog-sph{
        width: 50%
    }


    /* Modules */
    .banner-short{
        padding: 30px
    }

    .main-banner-short{
        padding-right: 20px;
    }

    .section-content-sph.intro-how{
        padding-bottom: 50px !important;
    } 

    .section-content-sph.intro-how .container{
        padding-bottom: 30px;
    }

    .divider-simple.step-order__sph, .video-simple{
        padding: 60px 30px
    }

    .banner-home.divider-banner, .section-content-sample, .section-proactive-health, .divider-support {
        padding: 60px 30px !important;
    }

    .banner-home.divider-banner{
        padding: 50px 30px !important;
    }

    .divider-banner.banner-multi.banner-home .description-banner__home{
        margin-bottom: 30px;
    }

    .divider-banner.banner-multi.banner-home .content-banner__home{
        padding-right: 20px !important;
    }

    .banner-multi.banner-home .content-banner__home, .desc-proactive-health{
        margin-bottom: 30px;
    }

    .image-sample, .main-content-sample, .content-risk-plan, .image-risk-plan, .content-proactive-health, .image-proactive-health{
        width: 100% !important;
    }

    .main-content-sample{
        /* margin-top: 30px; */
    }

    .content-sample__wrapper, .wrap-proactive-health{
        gap: 30px !important;
    }


    .section-content-sample.section-content-sample__reverse .content-sample__wrapper {
        flex-direction: column-reverse;
    }

    .main-risk-plan{
        gap: 0px;
    }

    .divider-support{
        padding: 50px 30px !important
    }

    .section-background{
        padding: 100px 30px
    }

    .section-accreditation{
        padding: 30px 20px 5px 20px;
    }

    .main-accreditation img{
        max-width: unset;
    }

    .desc-accreditation p{
        font-size: 16px;
    }

    .banner-home.banner-breast-cancer, .section-content-center {
        padding: 80px 30px !important
    }

    .banner-breast-cancer .content-banner__home{
        margin-bottom: 30px;
    }

    .image-content-center{
        margin-top: 30px !important;
    }

    .section-proactive-health.breast-proactive-health .wrap-proactive-health{
        gap: 0;
    }

    .section-content-center.breast-content-center {
        padding: 60px 30px !important
    }

    .section-blogs-featured{
        padding: 60px 20px;
    }

    .list-blogs-featured .item-blog-sph {
        width: 47.25%;
    }
    .item-blog-sph:not(:last-child){
        margin-bottom: 7.5%;
    }

    .list-blogs-featured{
        gap: 5.5%
    }

    .section-risk-plan .image-risk-plan{
        margin-top: 30px;
    }

    .divider-banner .img-banner__home{
        /* margin-top: 30px; */
    }

    .content-recommened, .image-section-recommened{
        width: 100%
    }

    .section-content-center.science-content-center{
        padding: 90px 20px;
    }
    .title-proactive-health p{
        font-size: 32px !important;
    }

    .section-proactive-health.section-proactive-reverse .wrap-proactive-health {
        flex-direction: column-reverse;
    }
}


@media (max-width: 767px){
	.section-button-line ul li{
		width: 100%;
		border: none
	}
	
	.item-button-download{
		flex-direction: column;
	}
	
	.text-button-download{
		text-align: center;
		margin-bottom: 10px;
	}
	.section-button-download{
		padding: 30px;
	}
	.title-thanks h1{
		font-size: 38px;
	}
	
	.section-thanks{
		padding-top: 30px;
	}
	
	.btn-thank{
		text-align: center
	}
	
	.divider-simple.step-3 .divider-simple-list .box-white {
		width: 100%;
	}
	.list-podcast .item-podcast{
		width: 100%
	}
	.banner-home.bg-white h1{
		font-size: 32px;
	}
	
	.section-shortcode-register, .section-podcast{
		padding: 30px;
	}
	
	.section-content-center.title-center-52 h2, .section-content-center.title-left-52 h2{
		font-size: 32px !important;
		line-height: 1.3em !important
	}
	
	.section-content-center.pd-tb-90{
		padding-top: 40px !important;
		padding-bottom: 40px !important
	}
	
    .main-blogs-featured h2{
        font-size: 32px;
    }

    .section-risk-plan.practitioners-risk-plan .content-risk-plan h2{
        font-size: 32px;
    }

    .mw-1400 .image-content-center{
        margin: 0 !important;
        padding: 19px 0 0 0 !important
    }
    img{
        width: auto;
        max-width: 100%
    }

    h1{
        font-size: 32px;
    }

    .main-banner__home{
        padding-top: 6px;
    }

    .description-banner__home p{
        font-size: 18px;
    }

    .section-about-who{
        padding: 40px 20px 50px !important
    }

    .section-about-who .container{
        padding-top: 6px;
    }

    .title-about-who h2, .title-about-building h2, .title-key-strengths h2{
        font-size: 32px;
    }

    .title-value-commitment h2{
        font-size: 38px;
    }

    .section-about-building{
        padding-top: 40px;
    }

    .main-about-building, .main-value-commitment, .main-key-strengths .container{
        padding-top: 6px;
    }

    .section-about-who .container, .key-strengths-wrapper{
        padding-bottom: 0;
    }

    .section-about-building .container{
        padding-top: 0;
    }

    .description-about-building{
        margin-bottom: 0;
    }

    .image-about-buiding{
        padding: 35px 0 29px 0
    }

    .about-value-commitment{
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 60px;
        padding-left: 20px
    }

    .col1-value-commitment, .col2-value-commitment{
        width: 100%;
        margin: 0;
    }

    .col1-value-commitment{
        margin-bottom: 30px;
    }

    .main-key-strengths{
        padding: 40px 20px 50px !important;
    }

    .intro-home{
        padding: 30px 20px
    }

    .title-intro-sph h2{
        font-size: 38px;
    }

    .btn-bottom-intro{
        margin: 0 10px;
        text-align: center;
    }

    .img-banner__home{
        border-radius: 0;
    }

    .section-video__home .container, .risk-assessment .container{
        padding-top: 6px;
    }

    .title-multi-risk h2, .title-risk-assessment h2, .title-risk-conclude h2{
        font-size: 32px;
    }

    .section-multi-risk .container{
        padding-top: 6px;
    }

    .risk-assessment-bottom {
        padding: 21px 20px 31px;
    }

    .title-risk-conclude, .breast-cancer-risk .container{
        padding-bottom: 0 ;
    }

    .box-risk-conclude{
        align-items: flex-start;
    }

    .main-risk-conclude, .section-content-reverse .section-content__wrapper, .section-content-sph.section-support-home .container, .main-footer .container{
        padding-top: 6px;
    }

    .section-content-sph.section-quality, .section-content-sph.section-support-home{
        padding-top: 80px;
    }

    .top-footer{
        padding: 80px 20px 60px
    }

    .col-footer, .col-footer.col3-footer, .col-footer.col4-footer, .col-footer.col5-footer{
        width: 100% !important;
    }

    .col-footer.col2-footer, .col-footer.col3-footer, .col-footer.col4-footer, .col-footer.col5-footer{
        padding: 50px 10px 0;
    }

    .col-footer.col3-footer{
        margin-bottom: 34px;
    }

    ul.menu-privacy {
        flex-direction: column;
        align-items: center;
    }

    .bottom-footer{
        padding: 30px 20px !important
    }

    .bottom-footer__wrapper{
        padding-top: 6px;
    }

    .bottom-footer__wrapper{
        margin-top: 17px;
    }

    ul.menu-privacy li{
        line-height: 22px;
        margin-bottom: 10px;
    }

    


    /* CONTACT */
    .main-banner-contact h1{
        line-height: 50.9px;
    }

    .main-banner-contact{
        padding-top: 6px;
    }

    .title-info-contact h2{
        font-size: 38px;
        line-height: 1.28;
    }

    .title-info-contact, .list-info-contact, .form-contact__wrapper, .main-privacy{
        padding-top: 6px;
    }

    .content-form-contact h2{
        font-size: 38px;
        line-height: 1.28;
    }

    /* Privacy */
    .section-privacy{
        padding: 30px;
    }

    .title-privacy h2{
        font-size: 38px;
    }

    .main-banner-happening h1{
        font-size: 32px;
    }

    .section-whats-happening{
        background-image: initial !important;
        padding: 60px 20px 0;
    }

    .main-banner-happening{
        padding: 0;
        margin: 0;
        padding-bottom: 30px;
    }

    /* Blogs */
    .item-blog-sph{
        width: 100%;
        padding: 0;
    }

    .section-blogs-page{
        padding: 30px;
    }



    /* Module */
    .video-simple video{
        padding-top: 6px;
        max-width: 100%;
    }

    .main-banner-short{
        padding-top: 6px;
    }

    .main-banner-short h1{
                font-size: 32px;
    }

    .description-banner-short p, .description-banner-short span{
        line-height: 1.6em;
        font-size: 18px;
    }

    .section-content-sph.intro-how{
        padding-top: 40px;
    }

    .section-content-sph.intro-how .container, .divider-simple.step-order__sph .container{
        padding-top: 6px;
    }

    .main-section-content h2, .main-video-simple h2, .main-know-action h2{
        font-size: 32px;
    }

    .section-content-sph.intro-how .container{
        padding-bottom: 0;
    }

    .divider-simple.step-order__sph, .video-simple{
        padding-left: 20px;
        padding-right: 20px;
    }
	
	

    .video-simple .container{
        padding-top: 6px;
    }

    .know-action{
        background-size: cover;
    }


    .banner-home.divider-banner, .section-content-sample, .section-proactive-health, .section-references{
        padding: 30px !important;
    }

    .divider-banner.banner-multi .content-banner__home{
        /* padding-right: 20px !important; */
    }

    .divider-banner.banner-multi .description-banner__home p{
        font-size: 20px;
    }

    .img-banner__home{
        line-height: 0;
    }

    .img-banner__home img{
        max-width: 100%;
    }

    .content-sample__wrapper, .main-risk-plan{
        padding-top: 6px;
    }

    .main-content-sample h2, .content-risk-plan h2, .main-faq h2{
        font-size: 38px;
    }

    .section-content-sample.border-top .main-content-sample h2{
        font-size: 32px;
    }

    .section-content-sample.section-content-sample__reverse .content-sample__wrapper{
        padding-top: 0;
    }

    .title-proactive-health p{
        font-size: 35px;
    }

    .divider-support{
        padding: 50px 30px !important;
    }

    .divider-support-left{
        line-height: 0;
    }

    .content-references{
        padding-top: 6px;
    }

    .main-faq {
        padding-top: 6px;
    }

    .section-accreditation{
        padding: 30px 30px 5px 30px;
    }

    .main-accreditation{
        padding-top: 6px;
    }

    .main-accreditation img{
        width: 79%
    }

    .desc-accreditation {
        margin-top: 6px;
    }

    .banner-home.banner-breast-cancer {
        padding: 80px 30px!important
    }

    .divider-banner.banner-breast-cancer .description-banner__home p{
        font-size: 20px;
    }

    .banner-breast-cancer.divider-banner .content-banner__home{
        padding-right: 0px !important;
    }

    .section-content-center{
        padding: 30px !important;
    }

    .title-video h2{
        font-size: 38px;
    }

    .section-content-center h2{
        font-size: 32px;
    }

    .section-video__home{
        padding: 80px 20px 40px !important;

    }

    .section-content-sample.breast-content-sample, .section-content-center.breast-content-center{
        padding: 30px !important
    }

    .section-content-sample.breast-content-sample .content-sample__wrapper{
        padding-top: 0;
    }

    .section-content-sample.breast-content-sample .main-content-sample h2{
        font-size: 44px;
        line-height: 1.28em;
    }


    .section-content-center.breast-content-center h2{
        font-size: 44px;

    }

    .section-risk-plan.practitioners-risk-plan{
        padding: 30px
    }

    .title-section-recommened h2{
        font-size: 32px;
    }

    .banner-science.banner-home .content-banner__home{
        padding-right: 20px !important;
    }
}

@media (max-width: 479px){
    .section-blogs-featured{
        padding: 30px;
    }

    .list-blogs-featured .item-blog-sph {
        width: 100%;
    }
    .item-blog-sph:not(:last-child){
        margin-bottom: 11.5%;
    }

    .list-blogs-featured{
        gap: 0
    }
}


.main-search-header{
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: flex;
    right: 30px;
    align-items: center;
    background: #fff;
    max-width: 978.922px;
    justify-content: flex-end;
}
 
.search-form{
    width: 90%;
    position: relative;
}
 
.input-search {
    font-size: 14px !important;
}
 
.close-search svg{
    width: 25px;
    height: 25px;
}
 
.input-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}
 
.input-search{
    width: 100%;
    height: 100%;
    outline: none !important;
    border: none !important;
}
@media (max-width: 1200px){
 
    .main-search-header{
 
        width: 80%;
 
        right: 10px
 
    }
 
}
 
@media (max-width: 980px){
 
    .main-search-header{
        width: 50%;
    }
}


@media (max-width: 640px){
	.list-image-text .item{
		width: 100% !important
	}
}