@import "font/stylesheet.css";


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{font-family: 'Open Sans', sans-serif; overflow-x: hidden;}
body.mainmenuopened {
    overflow-y: hidden;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,1.00);
  opacity: 0.7; /* Firefox */
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
.clearfix{ clear:both; float:none;}

.overflow-hidden{overflow: hidden;}

.top-bannerrr {
    height: 20vw;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bannerrr img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* filter: brightness(0.8); */
    object-fit: cover;
}

.top-bannerrr .top-over-banner {
    padding: 1.5vw 4.16vw;
    width: 48.69vw;
    height: 10.15vw;
    background-color: rgba(0,84,158, 0.6);
    text-align: center;
    color: white;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border-radius: 15px;	
}

.top-over-banner h1 {
    font-size: 30px;
}

.top-banner .top-over-banner p:nth-of-type(2) {
    margin: 0 auto;
    margin-top: 1vw;
    font-size: 1.30vw;
    color: white;
}

.page-breadcrumbs {
    display: flex;
    margin-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    line-height: 1.9;
}
.page-breadcrumbs-item span {
    color: #B5B5B5;
	font-size: 16px;
}
.page-breadcrumbs-delimiter>span {
    margin: 0 10px;
	color: #B5B5B5;font-size: 16px;
	line-height: 1.9;
}

.title-style {
    position: relative;
    text-align: left;
    font-size: 1.56vw;
    color: #004996;
    font-family: Lato, sans-serif;
    margin-bottom: 1vw;
    font-weight: 700;
}

.title-style::after {
    content: '';
    width: 60px;
    height: 0.26vw;
    background-color: #FDB812;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.62vw;
    margin: 0 auto;
    transition: 300ms ease;
    border-radius: 20px;
}

.title-style::after {
    right: unset;
}

.contentT{    margin-top: 2.6vw; }
.contentT > p {
    margin-bottom: 1.04vw;
    color: #3C3C3C;
}

.step-div {
    margin-bottom: 1.56vw;
    line-height: 1.30vw;
    color: #3C3C3C;
    font-family: Lato, sans-serif;
	font-size: 0.93vw; padding-right: 100px;
}



.itemS {
    background-color: #F7F7F7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 54px 25px;
    text-align: center;
}
.itemS .title-style {
    font-size: 1.14vw;
}
.itemS .title-style {
    position: relative;
    text-align: center;
    font-size: 1.56vw;
    color: #004996;
    font-family: Lato, sans-serif;
    margin-bottom: 1vw;
    font-weight: 700;
}

.itemS .title-style::after {
    content: '';
    width: 60px;
    height: 0.26vw;
    background-color: #FDB812;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.62vw;
    margin: 0 auto;
    transition: 300ms ease;
    border-radius: 20px;
}

.itemS img {
    transition: 300ms ease;
    height: 5.2vw;
}

.itemS>p {
    margin-top: 1vw;
}



.btns {
    display: flex;
}
.btns > a {
    margin-right: 10px;
}
.btn2 {
    width: 7.81vw;
    height: 2.6vw;
    color: white;
    background-color: #00549E;
    border-radius: 36px;
    text-align: center;
    line-height: 2.60vw;
    transition: 300ms ease;
    cursor: pointer;
    font-size: 0.83vw;
}


p:empty {
    display: none;
}

p {
    font-size: 15px!important;line-height: 28px;
	
}

.contentT p {
    margin: 5px 0 15px 0!important;
    font-size: 15px!important;
	line-height: 28px;
}
.contentT span {
    color: #00549E;
    text-transform: uppercase;
    font-size: 1.04vw;
    margin-bottom: 0.3vw;
	margin-top: 1vw;
}

.title-styleC {
    font-size: 1.14vw;
}
.title-styleC {
    position: relative;
    text-align: center;
    font-size: 1.56vw;
    color: #004996;
    font-family: Lato, sans-serif;
    margin-bottom: 1vw;
    font-weight: 700;
}

.title-styleC::after {
    content: '';
    width: 60px;
    height: 0.26vw;
    background-color: #FDB812;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.62vw;
    margin: 0 auto;
    transition: 300ms ease;
    border-radius: 20px;
}
.importance>p {
    margin: 0 auto;
    margin-top: 2.34vw;
    width: 50%;
    text-align: center;
    color: #3C3C3C;
    font-size: 0.93vw;
}

.imp-items{text-align: center;}

.imp-img {
    height: 90px;
}
.imp-img img {
    display: block;
    margin: 0 auto;
}

.imp-items p {
    color: #3C3C3C;
    font-size: 14px!important;
    text-align: center;
    margin-top: 0.52vw;
}


.bodypng {
    width: 100%;
    padding: 0 23vw;
}


.body-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0;
}

#female {
    position: relative;
    height: 28vw;
    width: 11.5vw;
    background-image: url(../img/fem-map.png);
    background-size: contain;
    /* opacity: 0.6; */
}

#male {
    position: relative;
    height: 28vw;
    width: 13.4vw;
    background-image: url(../img/man-map.png);
    background-size: cover;
    /* opacity: 0.6; */
    right: 1.4vw; 
}

#female.woman-center {
    position: relative;
    height: 28vw;
    width: 100% !important;
    background-image: url(../img/fem-map.png);
    background-size: contain;
    /* opacity: 0.6; */
    background-repeat: no-repeat !important;
    background-position: center !important;
}


#female>* {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#fetus {
    width: 3vw;
    transform: rotate(180deg);
    top: 10.3vw;
}

#female>img, #male>img {
    /* width: 35px; */
    transition: 300ms ease;
}

#fetus {
    width: 3vw;
    transform: rotate(180deg);
    top: 10.3vw;
}

#female>* {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#female>img, #male>img {
    /* width: 35px; */
    transition: 300ms ease;
}


.edit-text {
    position: absolute;
    width: 24vw;
}

.texts h2 {
    background-color: #004996;
    color: white;
    padding: 5px 5px 5px 1vw;
    font-size: 1vw;
}

.texts p {
    margin-top: 5px!important;
}

.texts p {
    color: #00549E;
    margin-top: 1vw;
}
.top-left {
    top: -25vw;
    left: 0;
}

.top-right {
    top: -25vw;
    right: 0;
}

.bottom-left {
    left: 0;
    top: -8vw;
}
.bottom-right {
    right: 0;
    top: -8vw;
}


.contentT ul {
    padding-left: 15px;
}
ul {
    padding: 0;
    list-style: none;
}

.contentT ul li {
    position: relative;
    margin-bottom: 8px;
	color: #3C3C3C;
    font-size: 15px!important;
	line-height: 28px;

}

.contentT ul li::before {
    top: 7px !important;
}
.contentT ul li::before {
    content: "";
    height: 0.52vw;
    width: 0.52vw;
    border-radius: 50%;
    background-color: #004996;
    position: absolute;
    left: -16px;
    top: 5px;
}




.wp-block-table table {
    width: 100%;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}


.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}
.wp-block-table tr td {
    word-break: unset!important;
    height: auto;
}

.wp-block-table tr td {
    border: 2px solid #004996;
    background-color: #F0F2F3;
    justify-content: center;
    align-items: center;
    line-height: 1.30vw;
    text-align: center;
    padding: 0.52vw;
    height: 6.51vw;
}
.wp-block-table tr:first-of-type td {
    color: #00549E;
    font-size: 0.93vw;
    background-color: #D8DAD4;
    border: 2px solid #004996;
    margin-bottom: 0.26vw;
    text-transform: uppercase;
    text-align: center;
}
.wp-block-table tr:first-of-type td {
    color: #fff;
    background-color: #004996;
}
.wp-block-table tr:first-of-type td {
    font-size: unset;
    table-layout: fixed;
}
.wp-block-table tr td {
    white-space: pre-line;
    word-break: break-word;
    line-height: unset;
}



.steps {
    margin-top: 70px;
}
.steps>div {
    position: relative;
    left: 15px;
    border-radius: 50px;
    margin-top: 17px;
    height: 3.69vw;
    width: 100%;
    background-color: #00549e;
    display: flex;
    align-items: center;
    transition: 1500ms ease;
}
.steps .circle-number {
    position: absolute;
    left: -15px;
    height: 3.64vw;
    width: 3.9vw;
    border-radius: 50%;
    background-color: #00549e;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 1);
}
.circle-img {
    height: 2vw;
}
.steps>div>p {
    padding-left: 4vw;
}
.steps p {
    color: white;
}






a.accT{
	border-radius: 12px;
    position: relative;
    border: 2px solid #47A2B2;
    color: #47A2B2;
    font-size: 0.93vw;
    transition: 300ms ease;
    text-indent: 1.35vw;
    cursor: pointer;
    z-index: 10;
	width: 100%;
	display: block;
	line-height: 2.6vw!important;
	background: #fff;
	margin-top: 20px;
}
a.accT span {
    height: 0.46vw;
    width: 0.46vw;
    border-bottom: 2px solid #47A2B2;
    border-left: 2px solid #47A2B2;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.04vw;
    transition: 300ms ease;
}
/*.rot > span {
    transform: rotate(135deg);
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}*/

a.accT:hover{}
a.accActive {}

.accContainer {
	margin:0 0 15px 0; padding:40px 30px 30px 30px;
	overflow: hidden;
	clear: both;
	text-align:justify;
	font-size:14px;
	background: #F7F7F7;
	border-radius: 0 0 20px 20px;
	position: relative; top: -10px;
}

.accContainer .btn2 {
    width: 7.81vw;
    height: 2.6vw;
    color: white;
    background-color: #00549E;
    border-radius: 36px;
    text-align: center;
    line-height: 2.60vw;
    transition: 300ms ease;
    cursor: pointer;
    font-size: 0.83vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.accContainer img{margin: 0 auto;
    display: block;
    width: 75%;}

.wp-block-table tr td {
    word-break: unset!important;
    height: auto;
}




































@media only screen and (max-width: 900px) {
	.top-bannerrr{height: 200px;}
	.top-over-banner h1 {
    font-size: 20px;
}
    
.top-bannerrr .top-over-banner {
    padding: 1.5vw 4.16vw;
    width: 90%;
    height: auto;
    background-color: rgba(253, 184, 18, 0.6);
    text-align: center;
    color: white;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}	
	
	.page-breadcrumbs{justify-content: center;}
	.title-style{font-size: 20px;}
	.contentT > p {

    line-height:18px;
}
	
	.contentT{padding: 0;}
	.step-div{font-size: 14px; line-height: 18px;padding-right: 0;}
	.btn2{width: auto; height: auto; font-size: 14px; padding: 12px 15px;}
	.itemS{margin-top: 20px;}
	.itemS img {
    transition: 300ms ease;
    height:50px;
}

 #female {
    height: 80.39vw !important;
    width: 33.32vw !important;
}	
#fetus {
    width: 7vw;
    top: 32.3vw;
}
.texts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: fit-content;
    height: -moz-max-content;
    margin-top: 80px;
}	
.edit-text {
    position: unset;
    width: 90%;
    margin: 10px;
}
.gx-5 {
    --bs-gutter-x: 0.75rem;
}	
.offset-1{margin-left: 0;}
	
.contentT span {
    font-size: 16px;
}	
	
.title-styleC {
    font-size: 16px;
}	

	.imp-items{margin-bottom: 40px;}	
	.bodypng{padding: 0 15px;}
	.texts h2 { font-size: 15px;}
	
	
	
	#male {
    height: 80.39vw;
    width: 38.32vw;
}
	
	
	
	
.circle-number {
    height: 45px !important;
    width: 45px !important;
    top: -7px;
}	
	
.steps>div:nth-of-type(odd) .circle-number {
    left: -15px;
}	
.circle-img {
    height: 8vw;
}	
	
	
	
	
	
	.steps>div>p {
    font-size: 2.93vw !important;
    padding: 0;
}
	
.steps>div>p {
    padding-left: 47px;
    padding-right: 4vw;
}	
	
.steps>div {
    height: 55px;
	width: 94%;
}	
	
	.steps{margin-bottom: 20px;}
	
}