h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
}
p{
	font-family: 'PT Sans', sans-serif;
}
.nav-content1 img {
    float: left;
    margin-right: 10px;
}
.nav-content1 p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}
.theme-red-color{
	color: #d63300;
}
.theme-red-bg{
	background: #d63300;
}
#header {
    padding: 20px 50px;
    background: url(../images/block1-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.header-title h1 {
    text-align: center;
    margin-top: 60px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.header-title h3 {
    text-align: center;
    margin-top: 40px;
    font-size: 29px;
    line-height: 45px;
}
.header-title h3 span{
    color: #fff;
    padding: 0px 10px;
}
.feture-list-ul{
	list-style-image: url('../images/icon4.png');
}
ul.feture-list-ul h4 {
    font-size: 28px;
    color: #d63300;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
ul.feture-list-ul p {
    font-size: 17px;
}
ul.feture-list-ul li {
    padding-left: 10px;
    margin-bottom: 10px;
}
.h-product-image img {
    width: 100%;
}
.h-timer {
    box-shadow: 0px 0px 15px 0px #000;
    border-radius: 15px;
    text-align: center;
    background: #fff;
}
.timer-title {
    background: #de5c33;
    padding: 20px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
.timer-title h5 {
    color: #fff;
    font-weight: 600;
}
div#timer {
    padding: 30px 40px;
}
#hours, #minutes, #seconds{
 	font-size: 35px;
  	color: #e4251e;
  	width: 33%;
  	float: left;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 800;
}
#timer span{
	color: #000;
	font-size: 18px;
	display: block;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
}
.h-timer button {
    padding: 15px 70px;
    margin-top: 50px;
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    background: #b0de06;
    transition: .3s;
    box-shadow: 0px 0px 17px -5px;
}
.h-timer button:hover{
	background: #118e02;
	color: #fff;
}
.h-timer img {
    position: relative;
    left: -120px;
    bottom: -40px;
    transform: rotate(-25deg);
}


/*Section 2 style*/

#section2 {
    padding: 70px 0px;
    background: #fff;
    background: url('../images/block2_pattern.jpg') repeat;
}
.section2-title {
    text-align: center;
}
.section2-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}
.sec2-content img {
    float: left;
    border-radius: 70px;
}
.sec2-content p {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: start;
    font-size: 20px;
    font-weight: 400;
}
.sec2-content {
    background: #edf1f4 none repeat scroll 0 0;
    border-radius: 70px;
    clear: both;
    margin: 20px 10px;
    overflow: auto;
    display: table;
    width: 100%;
}
.row.sec2-row {
    /* border: 1px solid; */
    padding: 15px 10px;
    box-shadow: 0px 0px 18px -7px #000;
}

/*section 3*/

section#section3 {
    padding: 40px 0px;
}
.section3-title h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
}
.section3-content {
    background: #b9360a;
    padding: 30px 50px;
    margin-top: 40px;
}
.section3-content h2 {
    color: #fcbc26;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.section3-content p {
    color: #fff;
    font-size: 24px;
}
.sec3-btn {
    text-align: center;
    margin-top: 40px;
}
.sec3-btn button {
    padding: 15px 100px;
    border: 0;
    background: #b0de06;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    transition: .3s;
    box-shadow: 0px 0px 17px -5px;
}
.sec3-btn button:hover {
    background: #118e02;
    color: #fff;
}

/*section 4 style*/

section#section4 {
    padding: 50px 0;
    background: #43484f;
    text-align: center;
}
.section4-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fcbc26;
    margin-bottom: 40px;
    line-height: 45px;
}
.sec4-content img {
    width: 80%;
    margin-bottom: 35px;
}
.sec4-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fcbc26;
}
.sec4-content p{
	color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.text-color-yollow{
	color: #fcbc26;
}
.section4-bottom h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
}
#sec4-bootom {
    background: #b9360a;
    padding: 35px 0;
}

/*Section 5 style*/

section#section5 {
    padding: 50px 0px;
    background: #eef2f3;
}
.section5-title h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    margin-bottom: 45px;
}
.sec5-content h5 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    line-height: 35px;
}
.sec5-content img {
    width: 100%;
}

/*Section 6 style*/

#section6{
	background: url('../images/block5-bg.jpg')no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
}
.section6-title h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    margin-bottom: 50px;
}
.sec6-content {
    background: #d3dbdd;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.sec6-c-img {
    float: left;
    width: 50px;
    height: 88px;
    position: relative;
    left: -25px;
    top: -25px;
}
.sec6-image {
    text-align: center;
}
.sec6-image img {
    width: 65%;
}

/*Section 7 style*/

section#section7 {
    padding: 50px 0;
    background: url('../images/block7-bg.jpg')no-repeat;
    background-size: cover;
    background-position: center;
}
.section7-title h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    margin-bottom: 60px;
}
.sec7-content1 {
    display: flex;
    margin-left: -40px;
    margin-bottom: 40px;
}
.sec7-image img {
    width: 100%;
    border-radius: 100%;
}
.sec7-content1 .sec7-image {
    width: 120px;
}
.sec7-content1 .sec7-c {
    width: 75%;
    padding-left: 20px;
}

.sec7-content2 {
    display: flex;
    margin-left: 20px;
    margin-bottom: 40px;
}
.sec7-image img {
    width: 100%;
    border-radius: 100%;
}
.sec7-content2 .sec7-image {
    width: 120px;
}
.sec7-content2 .sec7-c {
    width: 75%;
    padding-left: 20px;
}

.sec7-content3 {
    display: flex;
    margin-left: 20px;
    margin-bottom: 40px;
}
.sec7-image img {
    width: 100%;
    border-radius: 100%;
}
.sec7-content3 .sec7-image {
    width: 120px;
}
.sec7-content3 .sec7-c {
    width: 75%;
    padding-left: 20px;
}

.sec7-content4 {
    display: flex;
    margin-left: -40px;
}
.sec7-image img {
    width: 100%;
    border-radius: 100%;
}
.sec7-content4 .sec7-image {
    width: 120px;
}
.sec7-content4 .sec7-c {
    width: 75%;
    padding-left: 20px;
}
.sec7-c h5 {
    color: #d63300;
    font-size: 24px;
    font-weight: 600;
}
.sec7-c p {
    font-size: 18px;
    color: #454546;
}

/*Section 8 style*/

section#section8 {
    background: #d93200;
    padding: 50px 0px 0px 0px;
}
.dt-product-image img {
    width: 100%;
}
.dt-sec1-content h2{
	font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
}
.sec8-btn button {
    padding: 15px 100px;
    border: 0;
    background: #b0de06;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    transition: .3s;
    box-shadow: 0px 0px 17px -5px;
    margin-top: 20px;
}
.sec8-btn button:hover {
    background: #118e02;
    color: #fff;
}
ul.dt-sec1-ul {
    padding-left: 25px;
    list-style-image: url('../images/icon6.png');
}
ul.dt-sec1-ul li {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
}

.doctor-text, .doctor-text2 {
    background: #f8f9fb;
    /* height: 100%; */
    padding: 22px 35px;
    font-size: 19px;
    box-shadow: 0px 0px 14px -3px;
}
.doctor-info {
    margin-top: 35px;
}
.doctor-info span {
    display: block;
}
.doctor-text::before {
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: 50px solid #f8f9fb;
    content: " ";
    display: block;
    height: 0;
    left: -51px;
    position: absolute;
    top: 30px;
    width: 0;
    transform: translate(0px, 0px);
}
.doctor-text2::before {
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: 50px solid #f8f9fb;
    content: " ";
    display: block;
    height: 0;
    left: -51px;
    position: absolute;
    top: 30px;
    width: 0;
    transform: translate(0px, 0px);
}
.doctor-text2::before {
    border-left-color: #f8f9fb;
    border-right-color: transparent;
    left: 760px;
}
.doctor-image img {
    width: 100%;
}
.doctor-part {
    background: #e3e3e3;
    padding: 40px 30px;
}
.doctor-part-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
.prodotto-title{
	text-align: center;
}
.prodotto-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
.prodotto-title img {
    width: 70%;
}
.prodotto-content p {
    font-size: 24px;
}
.prodotto-part {
    padding: 50px 0;
}



.box-part {
    padding: 40px 0;
}
.box-left, .box-right {
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 12px -1px;
}
.box-left h4 {
    background: #b2b2b2;
    padding: 50px 0px;
    border-radius: 15px 15px 0px 0px;
    font-size: 24px;
    font-weight: 700;
    height: 140px;
}
.box-left-img {
    position: absolute;
    left: 41%;
    transform: translate(0px, -40px);
}
.box-right h4 {
    background: #d93200;
    padding: 50px 45px;
    border-radius: 15px 15px 0px 0px;
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    color: #fcbc26;
    height: 140px;
}
.box-right-img {
    position: absolute;
    right: 0;
    top: -60px;
}
.box-right-img img {
    width: 75%;
}
.box-right-content, .box-left-content {
    text-align: left;
    padding: 30px 50px;
}
.box-left-content span, .box-right-content span {
    text-align: center !important;
    display: block;
    color: #fff;
}
.box-left-content h5, .box-right-content h5 {
    background: #e9e9e9;
    padding: 10px;
}

.testimonial-part {
    background: #fff;
    padding: 50px;
}
.review {
    background: #f1f5f6;
    margin-bottom: 40px;
}
.client-text {
    /* border: 1px solid; */
    padding: 20px;
}
.client-text p {
    font-size: 22px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.client-image img {
    width: 100%;
}

.vantaggi-part {
    background: #b83609;
    padding: 50px;
}
.vantaggi-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.vantaggi-content img {
    float: left;
    margin-right: 20px;
}
.vantaggi-text h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.vantaggi-text p {
    font-size: 22px;
}
.vantaggi-text {
    width: 80%;
    float: left;
    margin-bottom: 30px;
}
#hours2, #minutes2, #seconds2{
 	font-size: 35px;
  	color: #000;
  	width: 33%;
  	float: left;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 800;
}
.h-timer2 {
    box-shadow: 0px 0px 15px 0px #000;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
}
.h-timer2 button {
    padding: 15px 70px;
    margin-top: 20px;
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    background: #b0de06;
    transition: .3s;
    box-shadow: 0px 0px 17px -5px;
}
.h-timer2 #timer {
    padding-top: 15px;
}

.order-form select {
    width: 100%;
    padding: 10px;
}
.order-form {
    padding: 0 30px;
    margin-top: 70px;
}
.order-form input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.footer-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.footer {
    padding: 40px 0;
}
.footer-feture h4 {
    color: #fff !important;
}
.footer-feture p {
    font-size: 21px !important;
}
.copyright p {
    text-align: center;
    color: #cacaca;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
.copyright {
    padding: 20px 0;
}



@media (max-width: 1199.99px) {
	.nav-content1 img {
	    margin-bottom: 15px;
	}
	.h-timer button {
	    padding: 10px 45px;
	}
	.section3-title h2,
	.section2-title h2,
	.section4-title h2,
	.section4-bottom h2,
	.section5-title h2,
	.section6-title h2,
	.section7-title h2,
	.footer-title h2 {
	    font-size: 32px;
	}
	.sec6-image img {
	    width: 90%;
	}
	.doctor-part {
	    margin-top: 40px;
	}
	.doctor-text2::before {
	    left: 627px;
	}
	.box-right-content, .box-left-content {
	    padding: 30px 30px;
	}
	.vantaggi-text {
	    width: 75%;
	}
	.vantaggi-text h5 {
	    font-size: 25px;
	}
	.vantaggi-text p {
	    font-size: 20px;
	}
	ul.feture-list-ul h4 {
	    font-size: 25px;
	}
	.h-timer2 button {
	    padding: 10px 51px;
	}
}

@media (max-width: 991.99px) {
	.nav-content1 p {
	    font-size: 13px;
	}
	.header-title h1 {
	    font-size: 40px;
	}
	.header-title h3 {
	    margin-top: 30px;
	    font-size: 25px;
	    line-height: 40px;
	}
	#header {
	    padding: 20px 50px;
	    background: url(../images/block1-bg-tab.jpg) no-repeat;
	    background-size: cover;
	    background-position: right;
	}
	.h-timer img {
	    bottom: -25px;
	    width: 32%;
	}
	.section3-content p {
	    font-size: 19px;
	}
	.sec5-content h5 {
	    font-size: 20px;
	}
	.sec6-image img {
	    width: 100%;
	}
	.sec-6-tab {
	    align-items: center;
	    display: flex;
	}
	section#section7 {
	    padding: 50px 0;
	    background: url(../images/block7-bg-tab.jpg)no-repeat;
	    background-size: cover;
	    background-position: center;
	}
	.sec7-content1 {
	    margin-left: 0px;
	    margin-bottom: 20px;
	}
	.sec7-content2 {
	    margin-left: 0px;
	    margin-bottom: 20px;
	}
	.sec7-content3 {
	    margin-left: 0px;
	    margin-bottom: 20px;
	}
	.sec7-content4 {;
	    margin-left: 0px;
	}
	.dt-sec1-content h2 {
	    font-size: 30px;
	}
	ul.dt-sec1-ul li {
	    font-size: 20px;
	}
	.doctor-part-title h2 {
	    font-size: 30px;
	}
	.doctor-text, .doctor-text2 {
	    font-size: 16px;
	}
	.doctor-info {
	    margin-top: 0px;
	}
	.doctor-text2::before {
	    left: 446px;
	}
	.prodotto-title h2 {
	    font-size: 30px;
	    margin-bottom: 16px;
	}
	.prodotto-content p {
	    font-size: 20px;
	}
	.box-left-img img {
	    width: 80%;
	}
	.box-left-img {
	    position: absolute;
	    left: 29%;
	    transform: translate(0px, -40px);
	}
	.box-left h4 {
	    padding: 40px 0px;
	    font-size: 17px;
	    height: 110px;
	}
	.box-right h4 {
	    padding: 40px 30px;
	    font-size: 25px;
	    height: 110px;
	}
	.box-right-img {
	    right: -10px;
	    top: -56px;
	}
	.box-left-content h5, .box-right-content h5 {
	    font-size: 16px;
	}
	.client-text p {
	    font-size: 16px;
	}
	.vantaggi-title h2 {
	    font-size: 30px;
	    margin-bottom: 30px;
	}
	.vantaggi-content {
	    text-align: center;
	}
	.vantaggi-text {
	    width: 100%;
	}
	.vantaggi-text h5 {
	    font-size: 20px;
	}
	.vantaggi-text p {
	    font-size: 17px;
	}
}

@media (max-width: 767.99px) {

}

@media (max-width: 575.99px) {
	.doctor-text2::before {
	    left: 198px;
	}
	.nav-content1 {
	    display: none;
	}
	.header-title h1 {
	    font-size: 24px;
	}
	.header-title h3 {
	    margin-top: 20px;
	    font-size: 17px;
	    line-height: 25px;
	}
	.col-12.h-mob-v {
	    padding-left: 0;
	    padding-right: 0;
	}
	.row.h-mob-r-v {
	    margin-left: -40px;
	    margin-right: -40px;
	}
	ul.feture-list-ul h4 {
	    font-size: 22px;
	}
	ul.feture-list-ul p {
	    font-size: 15px;
	}
	.timer-title h5 {
	    font-size: 15px;
	}
	#hours, #minutes, #seconds {
	    font-size: 30px;
	}
	div#timer span {
	    font-size: 15px;
	}
	.h-timer button {
	    padding: 10px 45px;
	    margin-top: 25px;
	}
	.h-timer img {
	    display: none;
	}
	.h-timer {
	    padding-bottom: 25px;
	}
	.section3-title h2, .section2-title h2, .section4-title h2, .section4-bottom h2, .section5-title h2, .section6-title h2, .section7-title h2, .footer-title h2 {
	    font-size: 20px;
	    line-height: 25px;
	}
	.sec2-content p {
	    font-size: 15px;
	}
	.section3-content h2 {
	    font-size: 25px;
	    margin-bottom: 10px;
	}
	.section3-content p {
	    font-size: 16px;
	    text-align: center;
	    margin-top: 10px;
	}
	.sec3-btn button {
	    padding: 10px 70px;
	    font-size: 18px;
	}
	.sec4-content img {
	    width: 55%;
	    margin-bottom: 20px;
	}
	.sec4-content h4 {
	    font-size: 25px;
	}
	.sec4-content p {
	    font-size: 17px;
	}
	.sec5-content img {
	    width: 60%;
	}
	.sec5-content {
	    text-align: center;
	}
	.sec5-content h5 {
	    margin-top: 10px;
	    font-size: 17px;
	}
	.sec6-content h5 {
	    font-size: 15px;
	}
	.sec6-c-img {
	    left: -17px;
	}
	.sec6-image img {
	    width: 50%;
	    margin-bottom: 25px;
	}
	.sec7-content1 .sec7-image,
	.sec7-content2 .sec7-image,
	.sec7-content3 .sec7-image,
	.sec7-content4 .sec7-image {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.sec7-content1 .sec7-c,
	.sec7-content2 .sec7-c,
	.sec7-content3 .sec7-c,
	.sec7-content4 .sec7-c{
	    width: 100%;
	    padding-left: 0px;
	}
	.sec7-content1, .sec7-content2, .sec7-content3, .sec7-content4 {
	    display: inline;
	    text-align: center;
	}
	.sec7-image img {
	    width: 50%;
	}
	section#section7 {
	    background: #fafafa;
	}
	.dt-product-image img {
	    width: 50%;
	}
	.dt-product-image {
	    text-align: center;
	}
	.dt-sec1-content h2 {
	    font-size: 25px;
	    text-align: center;
	}
	ul.dt-sec1-ul li {
	    font-size: 16px;
	}
	.sec8-btn button {
	    padding: 10px 70px;
	    font-size: 18px;
	}
	.sec8-btn {
	    text-align: center;
	}
	.doctor-part-title h2 {
	    font-size: 19px;
	    margin-bottom: 10px;
	}
	.pl-n-m {
	    padding-left: 15px !important;
	}
	.doctor-text::before {
	    display: none;
	}
	.doctor-text2::before {
	    display: none;
	}
	.pr-n-m{
		padding-right: 15px !important;
	}
	.doctor-p-btn button {
	    padding: 10px 45px;
	    font-size: 18px;
	}
	.prodotto-title h2 {
	    font-size: 25px;
	    margin-bottom: 16px;
	}
	.prodotto-title img {
	    width: 40%;
	}
	.box-left-img {
	    left: 32%;
	    top: 10px;
	}
	.box-left h4 {
	    padding: 35px 0px;
	    font-size: 16px;
	    height: 100px;
	}
	.box-right-content, .box-left-content {
	    padding: 20px 20px;
	}
	.box-left-content h5, .box-right-content h5 {
	    font-size: 14px;
	}
	.box-right {
	    margin-top: 70px;
	}
	.box-right h4 {
	    padding: 40px 30px;
	    font-size: 23px;
	    height: 100px;
	}
	.testi-pr-nm {
	    margin-left: -30px;
	    margin-right: -30px;
	}
	.col-12.testi-cr-nm {
	    padding-left: 0;
	    padding-right: 0;
	}
	.rev-m-bg{
		background: #f1f5f6;
	}
	.vantaggi-title h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.vantaggi-content img {
	    float: none;
	    margin-right: 0px;
	    width: 25%;
	    margin-bottom: 10px;
	}
	.vantaggi-text p {
	    font-size: 15px;
	}
	.vantaggi-part {
	    padding: 40px 40px 0px 40px;
	}
	.footer-feture p {
	    font-size: 15px !important;
	}
	.copyright p {
	    font-size: 15px;
	}

}








