article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}
*,
 ::after,
 ::before {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	background: #fff;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	overflow-x: hidden;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: all 0.2s linear 0s;
}

a {
	color: #000000;
	text-decoration: none;
	background-color: transparent
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}
input,textarea,select,button,input[type="button"],input[type="text"],input[type="submit"],
input[type="reset"],input[type="Password"],input[type="email"],input[type="number"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

select {
	display: inline-block;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	 font-family: 'Montserrat', sans-serif;
}

ul,
ol,
li {
	 font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	list-style: none;
}

p {
	 font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	color: #221F1F;
}

img {
	border: 0;
	outline: none;
	vertical-align: middle;
	max-width: 100%;
}


/*** header-title ***/

h1 {
	font-size: 25px;
	line-height: 25px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 20px;
}


/*** button ***/

.button {
	font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 30px;
	font-weight: 700;
    line-height: inherit;
    color: #ffffff;
    padding: 5px 46px;
    height: 62px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50px;
    background: #DE1F26;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
}
.button:hover {
	color: #221F1F;
}

/*** colum row css ***/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	padding-right: 15px;
	padding-left: 15px;
}

.col-1 {
	width: 8.333333%
}

.col-2 {
	width: 16.666667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.333333%
}

.col-5 {
	width: 41.666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.333333%
}

.col-8 {
	width: 66.666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.333333%
}

.col-11 {
	width: 91.666667%
}

.col-12 {
	width: 100%
}


/** clearfix & wrapper **/

.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

.clearfix:after {
	clear: both;
	display: table;
	visibility: hidden;
	content: "";
}
.container-full {
	max-width: 19200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.container {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.header-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.site-logo img {
	max-width: 320px;
	width: 100%;
}
.main-nav {
    display: flex;
    margin-left: auto;
	align-items: center;
}
.nav {
	z-index: 11;
}
.nav > ul {
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.nav > ul > li {
	margin-right:20px;
	padding: 20px 20px;
	padding-bottom: 33px;
}
.nav > ul > li:last-child {
	margin-right:0px;
	/* position: relative; */
	/* padding-bottom: 20px; */
}
.nav > ul > li > a {
    font-size: 28px;
    line-height: 38px;
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    word-break: break-all;
    width: 100%;
    max-width: 201px;
    display: block;
    text-align: center;

}
.nav > ul > li:nth-child(2) > a {
	padding: 0 15px;
} 
.nav > ul > li:last-child a {
	max-width: 260px;
	padding: 0;
}
.nav ul li .sub-menu {
	background-color: #fff;
	position: absolute;
	padding: 20px;
	max-width: 240px;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	top: 110px;
	opacity: 0;
	visibility: hidden; 
}
.nav ul li .sub-menu::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #DE1F26;
    transform: rotate(45deg);
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
}
.nav ul li .sub-menu li{
	display: block;
	margin-bottom: 20px;
}
.nav ul li .sub-menu li a {
	font-size: 18px;
	line-height: 24px;
	color: #606060;
	font-family: 'Montserrat', sans-serif;
}

.nav > ul > li.active > a,
.nav > ul > li:hover > a,
.nav ul li .sub-menu li:hover a {
	color:#DC1C4A;
}
.nav > ul> li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}


.banner {
	position: relative;
}
.banner::before {
    background-image: url("../images/box-shadow.png") !important;
    bottom: -27px !important;
}
.banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 900px;
    min-height: 900px;
    width: 100%;
	position: relative;
}
.banner.doctor-banner .banner-text  {
	right: 80px;
}
.banner.doctor-banner .banner-logo img {
	margin-right: 0;
}
.banner-text {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
}
.banner-logo img {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

#slider .owl-nav {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
#slider .owl-nav .owl-prev {
	float: left;
	margin-left: 15px;
}
#slider .owl-nav .owl-next {
	float: right;
	margin-right: 15px;
}
#slider .owl-nav .owl-prev span,
#slider .owl-nav .owl-next span {
	display: block;
	text-align: center;
	width: 50px;
	height: 100px;
	color: #8a907d;
	border-radius: 100%;
	line-height: 60px;
	font-size: 0;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center center;
	position: relative;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: all 0.2s linear 0s;
	margin: 0 auto;
}
#slider .owl-nav .owl-next span {
	background-image: url("../images/arrow-right.png");
}
.box-shadow {
	position: relative;
}
.box-shadow::after {
	content: '';
    display: block;
    margin: -25px auto 0;
    width: 90%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px black;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.Understand-main {
	margin-top: 4px;
}
.Understand-section {
	background-color: #fbe2e8;
	padding-top: 50px;
	position: relative;
}
.Understand-section::before {
    background-image: url("../images/box-shadow.png") !important;
    bottom: -29px !important;
}
.sub-title {
	display: block;
	text-align: center;
}
.sub-title h2 {
	font-size: 75px;
	line-height: 80px;
	color: #DC1C4A;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-weight: 300;
}
.Understand-text {
	padding-left: 45px;
}
.Understand-text p,
.Understand-section .list-text p{
	font-size: 24px;
	line-height: 34px;
	color: #221F1F;
	padding-bottom: 100px;
	text-align: justify;
}
.Understand-section .list-text ul {
	background-color: #fff;
	position: relative;
	padding-left: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.Understand-section .list-text ul::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: -100%;
	top: 0;
}
.Understand-section .list-text li {
	font-size: 30px;
	line-height: 40px;
	color: #221F1F;
	padding-bottom: 10px;
	color: #DC1C4A;
	position: relative;
}
.Understand-section .list-text ul li::after {
	content: "";
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background-image: url("../images/dots.png");
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: left center;
	width: 100%;
	height: 100%;
	display: block;
}
.Understand-section .list-text p {
	padding-bottom: 50px;
	padding-left: 50px;
}
.Understand-img {
    background-color: #f9c6d3;
    border-radius: 15px;
    height: 100%;
    position: relative;
}
.Understand-img-box {
	position: absolute;
	bottom: 0;
}


.Types-fibroid {
	margin-top: 10px;
	padding: 60px 0 70px;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
} 
.Types-fibroid .container {
	position: relative;
	z-index: 1;
}
.Types-fibroid::before,
.Causes-section::before,
.symptom-section::before,
.Prevention-section::before,
.Treating-section::before,
.healthy-living-section::before,
.food-intake::before,
.diet-section::before,
.exercise-section::before,
.post-box::before,
.fertility-section::before,
.Understand-section::before,
.banner::before,
.box_shadow::before {
	content:"";
	position: absolute;
	width: 100%;
	height: 29px;
	background-image: url("../images/box-shadow-2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
	right: 0;
	bottom: 0;
}
.round-bg .round-item-1,.round-bg .round-item-2,
.round-bg .round-item-3,.round-bg .round-item-4{
	position: absolute;
}
.round-item-1 img {max-width: 430px; width: 100%;}
.round-item-2 img {max-width: 280px; width: 100%;}
.round-item-3 img {max-width: 148px; width: 100%;}
.round-item-4 img {max-width: 68px; width: 100%;}

.round-bg .round-item-1 {
    left: -60px;
    top: 70px;
}
.round-bg .round-item-2 {
	right: -60px;
    top: 90px;
}
.round-bg .round-item-3 {
    right: 40px;
    bottom: 280px;
}
.round-bg .round-item-4 {
    right: -30px;
    bottom: 40px;
}
.Types-fibroid .container-full {
	padding-top: 40px;
	position: relative;
	z-index: 11;
}
.Types-fibroid .row {
	align-items: center;
}

.Types-fibroid-img {
    background-color: #ffffff;
    /* box-shadow: rgb(0 0 0 / 60%) 5px 5px, rgb(0 0 0 / 30%) 5px 5px, rgb(0 0 0 / 30%) 5px 5px; */
    box-shadow: rgb(0 0 0 / 60%) 8px 5px 9px 0px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
	position: relative;
	text-align: center;
}
.Types-fibroid-img img {
	border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
}
.Types-fibroid-text {
    padding: 0 30px 0 60px;
}
.fibroid-sub-list {
	padding-bottom: 40px;
}
.fibroid-sub-list strong {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #DC1C4A;
	text-transform: capitalize;
	display: block;
}



.Causes-section {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.Causes-section .row {
	align-items: center;
}
.Causes-section .container {
	position:relative;
	z-index: 1;
}
.causes-text {
    max-width: 640px;
    text-align: justify;
}
.causes-text .button {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.causes-item {
    display: flex;
    background-color: #fbe2e8;
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 8px;
    border: 1px solid rgb(235 127 153 / 80%);
    max-width: 600px;
	min-height: 180px;
    width: 100%;
	margin-bottom: 40px;
}
.causes-item:nth-child(even) {
	margin-left: auto;
}
.causes-img {
    background-color: #ffffff;
    padding: 20px;
    margin-right: 20px;
    max-width: 194px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.causes-img img {
	max-height: 140px;
}
.causes-title {
    display: flex;
    align-items: center;
}
.causes-title strong {
	font-size: 45px;
	line-height: initial;
	display: block;
	color: #606060;
	padding-bottom: 10px;
	border-bottom: 1px solid #eb7f99;
}
.Causes-section .round-bg .round-item-1 {
    left: -150px;
}
.Causes-section .round-bg .round-item-3 {
    right: 160px;
    bottom: 230px;
}
.Causes-section .round-bg .round-item-4 {
    right: 40px;
	bottom: 10px;
}


.symptom-section {
	padding: 70px 0 100px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.symptom-section .container {
	max-width: 1520px;
	position: relative;
	z-index: 11;
}
.symptom-section .sub-title p {
	word-spacing: 14px;
    margin-bottom: 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto 20px;
}
.symptom-inner-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 320px;
}
.symptom-item .col-6 {
	padding: 0 30px;
}
.symptom-img {
    max-width: 300px;
    width: 100%;
    position: absolute;
    z-index: 11;
    /* left: 0; */
    top: 50%;
    transform: translateY(-50%);
}
.symptom-inner-item .symptom-title {
    height: 110px;
    display: flex;
    align-items: center;
	justify-content: flex-start;
	padding-left: 270px;
    border-radius: 15px;
    background-color: #fbe2e8;
    width: 100%;
	max-width: 650px;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color: #606060;
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 6px;
	margin-left: auto;
	border: 1px solid rgb(235 127 153 / 80%);
}
.symptom-item:nth-child(odd) .col-6:nth-child(even) .symptom-inner-item {
	flex-direction: row-reverse;
}
.symptom-item:nth-child(odd) .col-6:nth-child(even) .symptom-inner-item .symptom-title {
	margin-left: 0;
	margin-right: auto;
	padding-right: 240px;
	padding-left: 40px;
}
.symptom-item {
	margin-bottom: 20px;
}
.symptom-item:nth-child(even) .col-6:nth-child(odd) .symptom-inner-item {
	flex-direction: row-reverse;
}
.symptom-item:nth-child(even) .col-6:nth-child(odd) .symptom-inner-item .symptom-title {
	margin-left: 0;
	margin-right: auto;
	padding-right: 200px;
	padding-left: 40px;
}
.symptom-item:nth-child(3) .col-6:nth-child(2) .symptom-inner-item .symptom-title {
	padding-left: 60px;
}
.symptom-section .round-bg .round-item-1 {
	left: -120px;
    top: 540px;
}
.symptom-section .round-bg .round-item-2{
    top: 51%;
    transform: translateY(-50%);
    right: 20px;
}
.symptom-section .round-bg .round-item-3 {
    right: 100px;
    bottom: 240px;
}



.Prevention-section {
	padding: 70px 0 ;
	position: relative;
	overflow: hidden;
}
.Prevention-section  .container {
	padding: 0 70px;
}
.Prevention-main {
	position: relative;
	z-index: 1;
	margin-top: 110px;
}
.Prevention-main .row {
	justify-content: center;
}
.Prevention-box {
	border: 1px solid #dc1c4a;
	border-bottom: 10px solid #dc1c4a;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	position: relative;
	margin-bottom: 160px;
}
.Prevention-icon {
	width: 222px;
	height: 222px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 4px solid #dc1c4a;
	margin: -111px auto 0;
	background-color: #ffffff;
}
.Prevention-text {
	padding: 60px 0 40px;
}
.Prevention-text p {
	max-width: 320px;
    margin: 0 auto;
    text-align: center;
	font-size: 34px;
	line-height: 46px;
	color: #606060;
}

.Prevention-main .row {
	margin: 0 -40px;
}
.Prevention-main .col-5,
.Prevention-main .col-4 {
	padding: 0 40px;
} 
.Prevention-main .col-5 .Prevention-text p {
	max-width: 520px;
}
.Prevention-main .col-5 .Prevention-box {
	margin-bottom: 50px;
}
.Prevention-section .round-bg .round-item-1 {
    left: -154px;
    top: 40%;
    transform: translateY(-50%);
}
.Prevention-section .round-bg .round-item-2 {
    top: 37%;
    transform: translateY(-50%);
    right: 0;
}
.Prevention-section .round-bg .round-item-3 { 
	right: 190px;
    bottom: 560px;
}
.Prevention-section .round-bg .round-item-4 { 
	right: 40px;
    bottom: 330px;
}


.Treating-section {
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}
.Treating-main {
	position: relative;
	z-index: 1;
}
.Treating-section .sub-title h2 {
	padding-bottom: 80px;
}
.Treating-section  .row {
	align-items: center;
}
.Treating-section  .col-6 {
	padding-left: 0;
	padding-right: 0;
}
.Treating-img img {
	border-bottom-right-radius:50px;
	border-top-right-radius:50px;
}
.Treating-text {
	max-width: 624px;
	width: 100%;
	margin: 0 auto;
}
.Treating-text p {
	text-align: justify;
}

.healthy-living {
	position: relative;
}
.healthy-living::before {
    content: "";
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: 442px;
    background-image: url("../images/round-big.png");
    background-repeat: no-repeat;
    top: -220px;
    left: -110px;
	z-index: -1;
}
.healthy-living::after {
    content: "";
    position: absolute;
    max-width: 300px;
    width: 100%;
    height: 300px;
    background-image: url("../images/round-2.png");
    background-repeat: no-repeat;
    top: -220px;
    right: 0px;
	z-index: -1;
}
.healthy-living-section {
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}
.healthy-living-section .sub-title p {
	font-size: 27px;
}
.healthy-living-banner {
	padding-top: 70px;
	text-align: center;
}

.healthy-living-section .round-bg .round-item-3 {
    right: 90px;
}
.healthy-living-section .round-bg .round-item-4 {
    right: 40px;
    bottom: 90px;
}

.diet-lifestyle {
	padding: 70px 0;
}
.diet-lifestyle-text p {
	text-align: justify;
}



.food-intake {
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}
.food-intake .container {
	position: relative;
	z-index: 1;
}
.food-intake .sub-title {
	padding-bottom: 80px;
}
.food-intake-top strong {
	text-align: center;
	font-size: 40px;
	line-height: 46px;
	color: #606060;
	display: block;
	margin-bottom: 50px;
	max-width: 600px;
}

.food-intake-main .food-inner-item {
	max-width: 620px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    background-color: #fbe2e8;
    border: 1px solid rgb(235 127 153 / 80%);
}
.food-intake-main .food-inner-item .img {
	background-color: #ffffff;
}
.food-intake-main .food-inner-item .text {
	padding: 30px 40px 30px 20px;
	width: calc(100% - 190px);
}
.food-intake-main .food-inner-item .text strong {
	font-size:35px;
	line-height: 40px;
	font-weight: 500;
	color: #606060;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.food-intake-main .food-inner-item .text strong::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	max-width: 240px;
	width: 100%;
	height: 1px;
	background-color:#dc1c4a;
}
.food-intake-main .food-inner-item {
	position: relative;
	margin-bottom: 20px;
}
.food-intake-main .food-inner-item .text p {
	font-size:20px;
	list-style: 24px;
	color: #606060;
}
.right-icon {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.food-intake-main .col-6:nth-child(even) .food-intake-top {
	margin-left: 169px;
}
.food-intake-main .col-6:nth-child(even) .food-inner-item {
	margin-left: auto;
}
.food-intake .round-bg .round-item-1 {
    left: -120px;
    top: 170px;
}
.food-intake .round-bg .round-item-2 {
    right: -50px;
    top: 240px;
}
.food-intake .round-bg .round-item-2 img {
    width: 90%;
}
.food-intake .round-bg .round-item-3 {
    right: 60px;
    bottom: 44%;
}
.food-intake .round-item-4 {
    right: 10px;
    bottom: 400px;
}


.diet-section {
	padding: 70px 0 100px;
	position: relative;
}
.diet-section .sub-title {
	padding-bottom: 80px;
}
.diet-section .sub-title p {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}
.diet-main {
	margin-top: 140px;
}
.diet-main .row {
	margin: 0;
}
.diet-main .col-3 {
	padding: 0;
}
.diet-box {
	border: 1px solid #dc1c4a;
	border-bottom: 10px solid #dc1c4a;
}
.diet-box .img {
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #dc1c4a;
    margin: -140px auto 0;
    background-color: #ffffff;
}
.diet-box .text{
    padding: 60px 0 40px;
	}
.diet-box .text p {
	max-width: 360px;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    line-height: 46px;
	color: #606060;
}


.exercise-section {
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}
.exercise-section .container {
	position: relative;
	z-index: 1;
}
.exercise-section .sub-title p {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.exercise-box {
	padding-top: 50px;
}
.exercise-item {
	max-width: 1550px;
	width: 100%;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.exercise-item .img {
	max-width: 240px;
	width: 100%;
	text-align: center;
}
.exercise-item .text  {
	width: calc(100% - 240px);
	padding-left: 10px;
}
.exercise-item .text p {
	font-size: 34px;
    line-height: 46px;
	color: #606060;
}
.exercise-section .round-bg .round-item-1 {
    left: -150px;
    top: 55%;
    transform: translateY(-50%);
}
.exercise-section .round-bg .round-item-2{
    right:-10px;
    top: 45%;
}
.exercise-section .round-bg .round-item-3 {
    right: 150px;
    bottom: 320px;
}
.exercise-section .round-bg .round-item-4 {
    right: 50px;
    bottom: 130px;
}


.post-section {
	position: relative;
	padding: 70px 0 30px;
}
.post-box {
	background-color:#fbe2e8;
	padding: 60px 0 40px;
	margin-top: 60px;
}
.post-box .exercise-item .text p  {
	color: #231F20;
}

.fertility-section {
	position: relative;
	padding: 70px 0 100px;
}
.fertility-main {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.fertility-img {
	position: relative;
}
.fertility-img::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 36px;
    background-image: url("../images/arrow-big.png");
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}
.col-4:last-child .fertility-img:after {
	display: none;
}
.fertility-img {
	text-align: center;
}
.fertility-text {
	margin-top: 84px;
}
.fertility-text p {
	font-size: 27px;
	line-height: 40px;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	text-align: center;
}



.dos-main {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.dos-main .container,
.donot-main .container {
	position: relative;
	z-index: 1;
}
.dos-main .sub-title h2 {
	padding-bottom: 70px;
}
.dos-main .sub-title p {
    max-width: 1040px;
    text-align: center;
    margin: 0 auto;
    width: 1000%;
    line-height: 42px;
}
.dos-section {
	padding-top: 90px;
}
.dos-section .sub-title,
.donot-section .sub-title{
	padding-bottom: 64px;
}
.dos-item {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}
.dos-item .img  {
	width: 224px;
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #dc1c4a;
    background-color: #ffffff;
	position: relative;
}
.dos-item .img::before{
	position: absolute;
	content: "";
	height: 115%;
	width: 2px;
	background-color: #dc1c4a;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.dos-item .text {
    width: calc(100% - 240px);
	padding: 0 0 0 30px;
    position: relative;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dos-item .text:after, .dos-item .text::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -112px;
    height: 2px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#dc1c4a), to(transparent));
    background-image: -webkit-linear-gradient(left, #dc1c4a, transparent);
    background-image: -moz-linear-gradient(left, #dc1c4a, transparent);
    background-image: -o-linear-gradient(left, #dc1c4a, transparent);
    width: 100%;
}
.dos-item .text::before {
	bottom: auto;
	top: -20px;
}
.dos-item .text strong {
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	color: #000000;
	display: block;
	padding-bottom: 15px;
}
.dos-item .text p {
	font-size: 34px;
	line-height: 40px;
	color:#606060;
	text-align: justify;
}
.dos-main .round-bg .round-item-1 {
    left: -60px;
    top: 170px;
}
.dos-main .round-bg .round-item-2 {
    right: -40px;
    top: 140px;
}
.dos-main .round-bg .round-item-3 {
    top: 730px;
    bottom: auto;
    right: 150px;
}
.dos-main .round-bg .round-item-4 {
    top: 1000px;
    bottom: auto;
    right: 0px;
}

.donot-main {
	position: relative;
	overflow: hidden;
}

.donot-main .round-bg .round-item-1 {
	left: -230px;
    top: 50%;
    transform: translateY(-50%);
}
.donot-main .round-bg .round-item-2 {
	right: 30px;
    top: 30%;
}
.donot-main .round-bg .round-item-3 {
    right: 180px;
    bottom: 300px;
}
.donot-main .round-bg .round-item-4 { 
	right: 110px;
    bottom: 110px;
}

.footer {
	background-color: #ed243d;
	padding: 60px 0;
	text-align: center;
}
.social-media-link ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.social-media-link ul li {
	padding-right: 35px;
}
.social-media-link ul li:last-child {
	padding-right: 0;
}
.social-media-link ul li a {
    width: 84px;
    height: 84px;
    background: #050708;
    border-radius: 50%;
    display: block;
    text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Copyright p {
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}


/* home page banner */
.home-header .nav > ul > li:last-child {
    border: none;
}
.home-banner::before {
	display: none;
}
.home-banner .banner-text {
    top: 100%;
	transform: translateY(-100%);
	right: 70px;
}
.banner-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
}
.banner-btn .button {
	font-weight: 400;
	min-width: 280px;
	text-transform: capitalize;
	padding: 0;
	margin: 0 20px;
}

/***************************************** doctror style *****************************************/

.doctor-div {
	background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	position: relative;
}
.doctor-login-form,
.doctor-registration-form{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 740px;
	width: 100%;
	border-radius: 25px;
	background-color: rgb(255 255 255 / 90%);
	padding: 70px;
	margin: 0 auto;
	text-align: center;
}
.doctor-registration-form {
	max-width: 1140px;
}
.doctor-top {
	margin-bottom: 0;
}
.form-title {
	font-size: 47px;
	line-height: 52px;
	font-weight: 500;
	color: #DD2427;
	text-transform: capitalize;
	display: block;
	padding-bottom: 64px;
}
.doctor-top p {
	font-size: 25px;
	line-height: 30px;
	color: #231F20;
	margin-bottom: 70px;
} 
.login-input label {
	font-size: 34px;
	line-height: 40px;
	color: #606161;
	display: block;
	text-align: left;
	padding-bottom: 15px;
}
.login-input input {
	color: #606161;
	font-size: 24px;
	line-height: 26px;
	max-width: 586px;
	background-color: transparent;
	width: 100%;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 30px;
	border: 1px solid #c3c3c3;
}
.doctor-registration-form .login-input input  {
	margin-bottom: 60px;
}
.login-input input::-webkit-input-placeholder { 
	color: #D2D3D4;
}
.login-input input::-moz-placeholder { 
	color: #D2D3D4;
}
.login-input input:-ms-input-placeholder { 
	color: #D2D3D4;
}
.login-input input:-moz-placeholder {
	color: #D2D3D4;
}
.login-btn .btn {
	max-width: 224px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	background-color: #e01e26;
	border-radius: 45px;
	height: 62px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 60px auto 0;
}
.doctor-registration-form .login-btn .btn {
	max-width: 260px;
	margin-top: 0;
}
.login-btn .btn:hover {
	background-color: #ffffff;
	color: #58595B;
}
.btn-account {
	max-width: 224px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #58595B;
	background-color:transparent;
	border-radius: 15px;
	height: 62px;
	margin: 50px auto 0;
	border: 1px solid #606060;
}
.btn-account:hover {
	color: #ffffff;
	background-color: #e01e26;
	border-color: transparent;
}


/******************** doctor page *************************/

.doctor-header  .nav ul li .sub-menu {
	max-width: 190px;
	text-align: center;
}
.doctor-header .nav ul li .sub-menu li:last-child {
	margin-bottom: 0;
}
.banner-text p{
	max-width: 546px;
	text-align: justify;
	font-size: 24px;
	line-height: 32px;
	margin-top: 50px;
	display: block;
}


.gynae-section {
	padding-top: 55px;
	background-color: #FBE2E8;
	margin-top: 8px;
}
.gynae-section .sub-title {
	padding-bottom: 60px;
}
.gynae-section .col-7 {
    padding: 0;
    max-width: 1040px;
    margin-left: auto;
	margin-top: auto;
}
.gynae-text {
	padding-left: 85px;
}
.gynae-text p {
	font-size: 45px;
	line-height: 55px;
	color: #231F20;
	max-width: 100%;
	width: 100%;
	margin-bottom: 42px;
}
.gynae-text ul {
	padding-bottom: 140px;
}
.gynae-text ul li {
	font-size: 35px;
	line-height: 55px;
	color: #DC1C4A;
	position: relative;
	padding-bottom:25px;
}
.gynae-text ul li::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	background-color: #DC1C4A;
	top: 24px;
	left: -40px;
}



.treatment-section {
	padding-top: 55px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.treatment-section.box_shadow::before {
	bottom: -18px;
}
.treatment-section .container-full {
	position: relative;
	z-index: 1;
}
.treatment-main {
	text-align: center;
}

.treatment-section .round-bg .round-item-1 {
    left: -40px;
    top: 131px;
} 
.treatment-section .round-bg .round-item-2 {
    right: -60px;
    top: 190px;
}
.treatment-section .round-bg .round-item-3 {
    bottom: 50%;
}
.treatment-section .round-bg .round-item-4 {
    right: 300px;
    bottom: 37%;
}
.treatment-section .round-bg .round-item-5 {
    right: -30px;
    bottom: 32%;
    position: absolute;
}


.limitation-div {
	padding-top: 70px;
}
.limitation-div .sub-title {
	padding-bottom: 60px;
}
.limitation-main {
	background-color: #FBE2E8;
}
.limitation-section .col-6:first-child {
	padding: 0;
	margin-right: 0;
}
.limitation-main .row {
	align-items: center;
}
.limitation-text ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
	padding-left: 100px;
}
.limitation-text ul li {
    font-size: 45px;
    line-height: 46px;
    padding: 10px 0;
    color: #DC1C4A;
    position: relative;
}
.limitation-text ul li::after {
    content: "";
    left: -40px;
    top: 0;
    position: absolute;
    background-image: url("../images/dots.png");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: left center;
    width: 100%;
    height: 100%;
    display: block;
}
.limitation-text ul li:last-child:after{
	top: -24px;
}

.limitation-section {
	overflow: hidden;
}
.Hysterectomy-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.Hysterectomy-section .container {
	position: relative;
	z-index: 1;
}
.Hysterectomy-section .row {
    margin: 0 -40px;
}
.Hysterectomy-section .col-4 {
    padding: 0 40px;
}
.red-box {
	border: 1px solid #dc1c4a;
    border-bottom: 10px solid #dc1c4a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    margin-top: 110px;
}
.red-box .hy-img {
    width: 222px;
    height: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #dc1c4a;
    margin: -111px auto 0;
    background-color: #ffffff;
	overflow: hidden;
}
.red-box .hy-text {
    padding: 40px 15px;
	text-align: center;
	font-size: 34px;
	line-height:44px;
}
.Hysterectomy-section .round-bg .round-item-1 {
    left: -110px;
    top: 160px;
}
.Hysterectomy-section .round-bg .round-item-2 {
    right: -70px;
    top: 180px;
    width: 250px;
}
.Hysterectomy-section .round-bg .round-item-3 {
    right: 0;
    bottom: -50px;
	z-index: -1;
}
.Hysterectomy-section .round-bg .round-item-4 {
    right: -20px;
    bottom: -260px;
}




.myomectomy-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.myomectomy-section .row {
    margin: 0 -40px;
}
.myomectomy-section .col-4 {
    padding: 0 40px;
}

.Hysterectomy {
	padding-top: 60px;
	padding-bottom: 60px;
}

.uterine-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.uterine-section .container {
	position: relative;
	z-index: 1;	
}
.uterine-section .round-bg .round-item-1 {
    left: -60px;
    bottom: -140px;
	top: auto;
	z-index: -1;
}
.uterine-section .round-bg .round-item-2 {
    right: 0;
    bottom: -60px;
	top: auto;
	z-index: -1;
}
.uterine-section .round-bg .round-item-3 {
    right: 40px;
    bottom: -380px;
}
.uterine-section .round-bg .round-item-4 {
    right: 10px;
    bottom: -580px;
}



.magnetic-section {
	padding-top: 60px;
	padding-bottom: 85px;
}
.magnetic-section .container {
	position: relative;
	z-index: 1;
}
.magnetic-section .row {
    margin: 0 -40px;
}
.magnetic-section .col-4 {
    padding: 0 40px;
}
.magnetic-main .col-4:last-child .hy-box .hy-img img {
	height: 100%;
}


.limitation_of_section {
	background-color: #FBE2E8;
	padding-bottom: 35px;
}
.limitation_of_section .sub-title {
	padding-top: 70px;
	padding-bottom: 60px;
}
.limitation_of_section .container {
	max-width: 1782px;
}
.limitation_of_main .row {
	justify-content: center;
	margin: 0;
}
.limitation_of_main .col-3 {
	max-width: 420px;
	width: 100%;
} 
.limitation_of_main .col-3:nth-child(5),
.limitation_of_main .col-3:nth-child(7) {
	max-width: 510px;
}
.limitation_white-box {
	border-radius: 15px;
    border: 1px solid #dc1c4a;
	padding: 50px 20px;
	text-align: center;
	margin-bottom: 55px;
	background-color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.limitation_white-box h4 {
	font-size: 38px;
	line-height: 50px;
	color: #DC1C4A;
	padding-bottom: 18px;
	margin-bottom: 45px;
	display: block;
	border-bottom: 1px solid #dc1c4a;
	height: 120px;
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
.limitation_white-box p {
	font-size: 34px;
	line-height: 40px;
	color: #606060;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 2px solid #606060;
}
.limitation_white-box p:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.clinical-section {
	padding-top: 54px;
}
.clinical-section .sub-title {
	padding-bottom: 20px;
}
.clinical-banner {
	padding-bottom: 60px;
}
.clinical-evidence h2 {
    font-size: 75px;
    line-height: 90px;
    color: #606161;
    font-weight: 300;
    display: block;
    padding-bottom: 70px;
    text-align: center;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.clinical-info-title {
	background-color: #DBDBDA;
	padding: 30px 0;
	margin-bottom: 70px;
}
.clinical-info-title .container {
	max-width: 1665px;
}
.clinical-info-title p {
	font-size: 50px;
	line-height: 64px;
	color: #221F1F;
	text-align: center;
}



.clinical-info-box .row {
	align-items: center;
}
.Tripterygium-img {
	border: 1px solid #dc1c4a;
	text-align: center;
	overflow: hidden;
	padding: 80px 30px;
}
.Tripterygium-img p{
	font-size: 46px;
	line-height: 52px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ED243D;
	display: block;
	text-align: center;
	padding-top: 60px;
}
.Tripterygium-list ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.Tripterygium-list ul li {
	margin-bottom: 50px;
	padding-left: 70px;
}
.Tripterygium-list ul li:last-child {
	margin-bottom: 0;
}
.Tripterygium-list ul li strong {
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	color: #59595C;
	position: relative;
	margin-bottom: 20px;
	/* padding-left: 20px !important;  */
	padding-left: 0px !important; 
	display: inline-block;
	border-bottom: 2px solid #dc1c4a;
}
/* .Tripterygium-list ul li strong::after {
	content: "";
	position: absolute;
	width: 376px;
	height: 2px;
	background-color: #dc1c4a;
	top: 100%;
	left: 0;
	display: block;
} */
.Tripterygium-list ul li p {
	font-size: 32px;
	line-height: 40px;
	color: #59595C;
	margin-left: 40px;
	position: relative;
}
.Tripterygium-list ul li p::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	background-image: url("../images/list-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	top: 12px;
	left: -20px;
}

.conclusion-section {
	padding-top: 90px;
}
.conclusion-top h2 {
	font-size: 75px;
	line-height: 85px;
	font-weight: 700;
	color: #606161;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.red-box-text .container {
	max-width: 1665px;
}
.red-box-text {
	background-color: #DC1C4A;
	padding: 46px 52px;
	text-align: center;
}
.red-box-text p {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	display: block;
	color: #ffffff;
}

.grey-box {
	padding-top: 65px;
}
.grey-box  h3 {
	font-size: 75px;
	line-height: 90px;
	color: #606161;
	font-weight: 300;
	display: block;
	padding-bottom: 70px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.grey-box-text {
	background-color: #DBDBDA;
	padding: 30px 0;
	margin-bottom: 90px;
	text-align: center;
}
.grey-box-text p {
	font-size: 50px;
	line-height: 64px;
	font-weight: 500;
	text-align: center;
}

.conclusion-box .container {
	max-width: 1665px;
}
.conclusion-box .row {
	align-items: center;
}
.conclusion-box .Tripterygium-list ul li p {
    font-size: 28px;
}

.Fibronorm-pdf {
	padding-top: 110px;
}
.Fibronorm-pdf-title h2 {
	font-size: 75px;
    line-height: 85px;
    font-weight: 700;
    color: #606161;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.Fibronorm-pdf-red {
	background-color: #DC1C4A;
	padding: 52px 52px;
	text-align: center;
}
.Fibronorm-pdf-red p {
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	color: #ffffff;
}



.Fibronorm-pdf {
	padding-bottom: 54px;
}
.Fibronorm-pdf-main {
	padding-top: 80px;
}
.pdf-box {
	display: flex;
	align-items: center;
	justify-self: center;
	 max-width: 1200px; 
	/*max-width: 1300px;*/
	margin: 0 auto;
}
.book {
    margin-right: 300px;
}
@media only screen and (max-width: 1150px){
	.book {
    	margin-right: 250px;
	}	
}
@media only screen and (max-width: 767px){
	.book {
    	margin-right:0px;
	}	
}
.pdf-btn a {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 15px;
    background-color: #DC1C4A;
    min-width: 256px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pdf-btn a:hover {
	background-color:#000000;
}
.Testimonials-box .sub-title p {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	padding-bottom: 60px;
	display: block;
}
.Testimonial-video {
	background-color: #FBE2E8;
	padding: 80px 0 10px;
}
.Testimonial-video .container {
	max-width: 1665px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 90px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #ffffff;
}

.bolg {
	padding:140px 20px;
}
.bolg-box {
	border:1px solid #DC1C4A;
}
.bolg-img {
	margin-bottom: 30px;
}
.bolg-img img {
	min-height: 440px;
	max-height: 440px;
	width: 100%;
}
.bolg-text {
	padding: 0 10px 20px;
	text-align: center;
}
.bolg-text p {
	font-size: 20px;
	color: #000000;
}
.box_shadow {
	position: relative;
}
.box_shadow::before {
	bottom: -28px;
}
.clinical-banner.box_shadow::before {
    bottom: 32px;
}


/******************** contact page *************************/

.doctor-header .container {
	max-width: 1675px;
}

.contact-header.doctor-header .nav > ul > li {
	padding: 33px 10px;
}
.contact-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	min-height: 950px;
	position: relative;
}
.contact-banner-conatent {
	max-width: 800px;
	width: 100%;
	position: absolute;
	top: 55%;
	left:150px;
	transform: translateY(-55%);
}
.contact-title-text h1 {
	font-size: 75px;
    line-height: 80px;
    color: #DC1C4A;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: 300;
	padding-left: 10px;
}
.contact-title-text p {
	font-size: 24px;
    line-height: 34px;
    color: #221F1F;
    padding-bottom: 100px;
    text-align: justify;
}
.contact-title-text ul li {
	margin-bottom: 30px;
	display: flex;
    align-items: center;
}
.contact-title-text ul li:last-child {
	margin-bottom: 0;
}
.contact-title-text ul li span {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #606060;
    border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.contact-title-text ul li a {
	font-size: 26px;
    line-height: 28px;
    color: #DC1C4A;
}

.Fibronorm__image {
	padding: 100px 0;
	background-color: #fbe2e8;
}
.Fibronorm__image__main {
	text-align: center;
}
.Fibronorm__image__main img {
	max-width: 1050px;
	width: 100%;
}
.footer {
	position: relative;
}
.footer-logo {
    background: #fff;
    width: 100%;
    max-width: 480px;
    padding: 0 30px;
    border-radius: 20px;
    position: absolute;
    top: -100px;
    right: 60px;
}