/******* style general *********/
body {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	

}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;

}
.title-red {
	color: #EA2027;
	font-size: 20;
	font-weight: 900;
	font-style: italic;
}
.title-black-negative {
	background: #000000;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 900;
	padding: 5px 0; 
	text-align: center;
	margin-bottom: 20px;
}
.hero-banner-content, .copy-content, .features-content, .feature-content-2, .feature-content-3, .guarantee-content {
		padding: 30px 0;
	}
.green-text {
	color: #5EDB01;
}
.call-now {
	font-size: 16px;
	font-weight: 600;
}
.call-now a {
	font-size: 16px;
	color:  #666666;
	font-weight: 400;
	text-decoration: none;
}
.navbar .callto_W {
	padding: 10px 20px;
}
.callto_W {
	background: #ff8a00;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	font-weight: 700;
	max-width: 200px;
}
.callto_W:hover {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
	color: #FFFFFF;
	background: #FF8255;
}
.callto_W_white {
	background: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	color: #F44336;
	font-size: 16px;
	width: 100%;
	max-width: 200px;
}

.carousel-caption h5 {
	color: #FFFFFF;
}

.number-feature {
	width: 53px;
	height: 53px;
	background: #05B4FF;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 2;
	font-weight: 700;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	vertical-align: middle;

}
.review-content svg {
	color: #FFEB00	
}
.scroll {
	overflow: auto;
	height: 250px;
}
.navbar {
	background: #cc171e;
	
}
.navbar a {
	font-weight: 700
}
/******* navbar ******/
.header-content {
	background: #FFFFFF;

	padding: 3px 0px;
}

.header-content  h2 {
	color: #000000;
	font-size: 25px;
	font-weight: 400;
	font-style: italic;
}
.span-title {
	font-size: 24px;
	font-weight: 900;
	padding-right: 5px;
}



/******* hero-banner-content *******/
.hero-banner1-content {
	background: url(../img/bg_l-outer.jpg);
	background-size: cover;
	background-position: center bottom;
	
	padding-top: 60px;
	
}

.title-feature, .how_use h3 {
	display: inline-block;
	background: #F44336;
	padding: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.hero-banner-content  .content-info-her {
	margin-top: 30px;
}
.hero-banner-content h4 {
	margin-top: 25px;
	font-size: 20px;
}


.feature-img {
	margin-bottom: 20px;
}


/****** copy-content *****/

.copy-content {
	background: url(../img/bg_proven.jpg);
	background-size: cover;
	background-position: center center;
	padding: 90px 0;

}
.copy-content h3 {
	color: #FFFFFF;
	font-size: 39px;
	font-weight: 400;
	font-style: italic;
	text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
}

.copy-content h3 .span-title {
	font-size: 39px;
}


.review-content h4 {
	color: #707070
}
.review-content h5 {
	font-size: 16px;
}
.feature-content-1 {
	font-size: 25px;
}
/***** gallery-content ******/
.gallery-content h3 {
	
	font-weight: 600;
	margin-bottom:30px; 
}
.gallery-content .call-now {
	margin-top: 30px;
}
.gallery-content p {
	margin-bottom:30px; 

}

.benefits-content li {
	margin-bottom: 5px;
}
.benefits-content li::marker {
	content: ""
}
.benefits-content li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EA2027; /* Change the color */
  font-size: 20px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/***** feature-content ******/



.content-feature-1 ul li {
	text-align: left;
}

.feature-content h2 {
	font-size: 30px;
}
.feature-content h3 {
	color: #EA2027;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
}
.feature-content .feature-img {
	margin-bottom: 30px;
}
.feature-content h4, .feature-content p {
	margin-bottom: 20px;
}
.feature-content h4 {
	color: #FC4F03;
}
.feature-content .feature-top {
	margin-bottom: 20px;
}

.feature-1 img, .feature-2 img, .feature-3 img, .feature-4 img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.features-content {
	background: #F1F1F1;
}
/******** feature-gallery **********/

.feature-gallery {
	background: #FC4F03;
	padding: 60px 0;
	color: #FFFFFF;
	text-align: center;
}


/******** feature-video *********/

.feature-video {
	padding: 60px 0;
}
.list-check ul { 
    list-style: none;
}
.list-check ul li {
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 70px;
}

/********* .guarantee-content *********/

.guarantee-content {
	background: #EDEDED;
	padding: 60px 0;
}
.guarantee-content h4 {
	font-size: 20px;
	font-weight: 700;
}

/********* footer-content **********/

.footer-content {
	padding: 60px 0;
	background: #FFFFFF;
}
.footer-content h4 {
	font-size: 16px;
	font-weight: 700;
}
.footer-content a {
}
.footer-content .call-now a {
	color: #666666;
}
.logo-tvnov img {
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}

.copyright-content {
	background: #FFF;
	padding: 8px;
	font-size: 14px;
	text-align: center;
}
.copyright-content p {
	font-size: 14px
}
@media (min-width: 768px) {
	
	.content-feature-1 {
		background: #EDEDED;
		padding: 30px;
		-webkit-border-top-left-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-topleft: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	
	
	.content-feature-2 {
		background: #FFFFFF;
		padding: 44px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	.content-logo {
	position: relative;
	}
	.logo-1 {
		position: absolute;
		top: -50px;
		width: 90%
	}
}
@media (min-width: 992px) {
	.logo-1 {
		position: absolute;
		top: -60px;
		width: 80%
	}
}