@charset "utf-8";
/*
Theme Name: Teaser - Multipurpose Product Landing Page.
Author: Zedwebthemes
Author URL: https://themeforest.net/user/zedwebthemes
Version:1.0
*/
/*===========================
 =  Table of CSS
  	1. General code
		1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Accordion
		1.8. Section-background-color & sectino-heading
		1.9 Tabs 
		1.10. parallex-background
		1.11. Modal
	2. Header	 
	3. Intro
	4. About-us
	5. Inside
	6. How-it-work
	7. Benefits
	8. Success-Stories
	9. Products
	10. Footer
	11. Responsive-CSS
===========================*/

/*====================
	1. General code
==========================*/

body {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:25px;
	overflow-x:hidden;
	font-weight:400;
	color:#555555;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	margin:0 auto 20px;
	font-weight:300;
	text-transform:uppercase;
}
h1 {
	font-size: 58px;
	font-weight:500;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 17px;
}
p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#1B548B;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#1B548B;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
   margin: 0 auto 10px;
}
blockquote {
	background:#f5f5f5 ;	
}
.white-text, 
.white-text h1, 
.white-text h2, 
.white-text h3, 
.white-text h4, 
.white-text h5, 
.white-text h6, 
.white-text p, 
.white-text.section-header p {
	color:#fff;	
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}
img {
	max-width:100%;
	width:auto;
	height:auto;
}

/*-----------------
	1.2. Button
-------------------------*/
.btn-calltoaction {
  background:#1B548B;	
  background: #0ACA00;

  border: medium none;
  border-radius:0px;
  color: #ffffff;
  font-size: 18px;
  text-transform:uppercase;
  line-height: 30px;
  height:auto;
  margin: auto;
  padding: 12px 28px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-lg {
	font-size: 24px;
	line-height: 30px;
	padding: 22px 50px;
}
.btn.btn-sm {
	font-size:16px;
	padding:8px 25px;
}
.btn-calltoaction:hover, .btn-calltoaction:focus {
	color: #ffffff;
	outline:none;
	background:#a80732;
}
.btn-link {
  font-weight: 800;
  font-size:17px;
  color:#308FCA;
}
.btn-default.active{
	color: #FFF;
	background-color:  #559ACE;
}
.btn.outline-btn {
	background:none;
	color:#c7335b;
	border:#c7335b solid 3px;
	letter-spacing:4px;
	padding:15px 50px;
	font-weight:700;
}
.btn.outline-btn:hover {
	color:#fff;
}


/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
  position: relative;
  z-index: 1;
}
.div_zindex > * {
	position:relative;
	z-index:1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.color-overlay {
  background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding_top_20 {
	padding-top:20px;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.padding_right {
	padding-right:60px;
}
.padding_left {
	padding-left:60px;
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-top-20 {
    margin-top: 20px;
	clear:both;
}
.margin-top-40 {
    margin-top: 40px;
	clear:both;
}
.margin-btm-40 {
    margin-bottom: 40px;
	clear:both;
}
.margin-top-60 {
    margin-top: 60px;
	clear:both;
}
.margin-btm-60 {
    margin-bottom: 60px;
	clear:both;
}
.margin-none {
	margin:0px;
}


/*-----------------
	1.5. Form
---------------------------*/
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 6px;
  border:#ccc solid 1px;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  height: 50px;
  line-height: 30px;
  padding: 0 15px;
}
textarea.form-control {
	padding:15px 20px;
}
.form-control:hover {
	box-shadow:none;
	outline:none	
}
.form-control:focus {
	box-shadow:none;
	border-color:#8dba3f;
	outline:none	
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;	
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;	
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
}
.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}


/*-----------------
	1.6. Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}


/*-----------------
	1.7. Accordion
---------------------------*/
.panel-group .panel {
  background:rgba(0, 0, 0, 0.8);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-title {
  color: #252930;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
.panel-title a {
  display: block;
  padding: 25px 25px 25px 107px;
  position: relative;
  border: 2px solid #c7335b;
  color:#fff !important;
}
.panel-title a.collapsed {
	border: 2px solid #929497;
}
.panel-title a .question {
	width:85px;
	height:100%;
	content:"";
	color:#fff;
	font-size:39px;
	line-height:1;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	background:#c7335b;
}
.panel-title a.collapsed .question {
	background:#252930;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
}
.panel-title a .question span {
	position:absolute;
	top:45%;
	left:0px;
	right:0px;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border:0px;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  padding: 0;
}
.panel-heading:hover .panel-title a .question {
	background:#c7335b;
}
.panel-heading:hover .panel-title a {
	border-color:#c7335b;
}
.panel-body {
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -1px;
  padding: 25px;
}
.panel-body p {
	font-size:17px;
	line-height:30px;
	font-weight:400;
}


/*-----------------------------------------------------------
	1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section {
	position:relative;
}
.secondary-bg {
	background:#111;
}
.primary-bg {
  /* background: #f6c4c7; */
  /* background: #008FCA; */
  background: #42A0EF;
  background:  linear-gradient(
	rgba(66, 160, 239, 0.65), 
	rgba(66, 160, 239, 0.65)	
  ), url('catagoribreadcrumb.jpg');
  /*	rgba(66, 160, 239, 0.75), 
	rgba(66, 160, 239, 0.75)
	rgba(37, 74, 108, 0.55)	*/
  
  zzbackground: radial-gradient(transparent,#42A0EF) url('people.jpg');
}
.gray_bg {
	/* background:#f8f8f8; */
	background: #EBF4FA;
}
.section-padding {
  padding: 60px 0;
}
.section-header {
  margin: 0 auto;
  max-width: 950px;
  padding-bottom: 50px;
}
.section-header h2 {
	margin:0 auto;
}
.section-header p {
	color: #777;
	font-size: 17px;
	margin: 22px auto 0;
}


/*--------------------
	1.9. Tabs 
------------------------------*/
.nav.nav-tabs {
  border: medium none;
}
.nav-tabs > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  padding: 14px 26px;
  text-align: center;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li a:hover, 
.nav-tabs > li a:focus {
  color: #ffffff;
  background:#308FCA;
}
.nav-tabs > li {
  margin-bottom: 0;
}


/*--------------------------------------------
	1.10. parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*------------------------
	1.11. Modal
--------------------------------*/
.modal-dialog {
  margin: 20px auto;
  max-width: 90%;
  width: 500px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-header h3 {
	margin:15px auto;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-align: center;
  text-shadow: none;
  top: -20px;
  width: 31px;
}
label.error {
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}




/*================
	 2. Header
===========================*/
#header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  position:relative;
  transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  z-index: 22;
}
#header.sticky {
	position:fixed;
	top:0;
}
#header .logo {
	margin:14px 0;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
#navigation {
	padding:0px;
}
.navbar.navbar-default {
	background:none;
	border-radius:0px;
	border:0px;
	margin:0 auto;
}
.navbar.navbar-default .nav.navbar-nav {
	float:right;
}
.navbar.navbar-default .nav.navbar-nav li {
	margin:0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
  color: #111111;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 30px 20px;
  text-transform: uppercase;
}
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a {
	color:#308FCA;	
	background:none;
}  
.navbar.navbar-default .nav.navbar-nav > li > a.btn {
	color:#fff;
}
.navbar.navbar-default .nav.navbar-nav > li.active a.btn,
.navbar.navbar-default .nav.navbar-nav > li a.btn:focus, 
.navbar.navbar-default .nav.navbar-nav > li a.btn:hover {
	background:#a80732;	
}

@-webkit-keyframes fadeHeaderInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes fadeHeaderInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes fadeHeaderInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
#header.sticky, .fadeHeaderInDown {
	-webkit-animation-name:fadeHeaderInDown;
	-moz-animation-name:fadeHeaderInDown;
	-o-animation-name:fadeHeaderInDown;
	animation-name:fadeHeaderInDown;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:22;
	background:rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header:not(.is-alternate) {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}

/*==========
	3. Intro
=================*/
#intro {
	background-image:url(1920X800.jpg);
}
.book_form {
	background:#fff;
	padding:20px;
	border-radius:6px;
	text-align:center;
}
.form_heading {
	background:#8dba3f;
	border-radius:6px 6px 0 0;
	padding:20px 15px;
	margin:-20px -20px 25px; 
}
.form_heading h4 {
	color:#fff;
	font-weight:400;
	margin:0 auto;
}
.product_img {
	float:left;
	width:40%;
	margin-right:2%;	
}
.product_info {
	float:left;
	width:58%;
	padding-top:50px;
}
.product_info ul {
	margin:0;
	padding:10px 0 0;
}
.product_info ul li {
	position:relative;
	list-style:none;
	margin:0 auto 20px;
	font-size:19px;
	padding:0 0 0 40px;
}
.product_info ul li:after {
	position:absolute;
	left:0px;
	top:1px;
	content:"\f105";
	font-family:fontawesome;
	width:26px;
	height:26px;
	border-radius:50%;
	text-align:center;
	line-height:26px;
	background:#8dba3f;
}
#intro_section .product_img {
	width:100%;
	float:none;
	text-align:center;
	background:url(5550x470.png) no-repeat center / 100%;
}
#intro_section .product_info {
	width:100%;
	padding-top:110px;
	text-align:center;
}
#intro_section .product_info h4 {
	line-height:36px;
}

#intro_section h1, #intro_section h2, #intro_section h3, #intro_section h4, #intro_section h5, #intro_section h6 { color: #fff;}


/*==============
	4. About-us
===================*/
#about_us {
	position:relative;
}
#about_us h2 {
	margin-top:10px;
}
.about_img {
	text-align:center;
}
.padding_b_none {
	padding-bottom:0;
}
.vertical_box {
	overflow:hidden;
	display:flex;
	padding:0 0 15px;
}
.icon_box {
	text-align:center;
	max-width:85;
	padding-right:20px;
}
.icon_box img{max-width: fit-content;}
.vertical_box h6 {
	margin:0 auto 12px;
}
.vertical_box p {
	font-size:13px;
	line-height:20px;
}
.video_wrap {
	text-align:center;
}
.video_wrap iframe, .video_wrap video {
	height:340px;
	width:100%;
	border:0;
}


/*=============
	5. Inside
===================*/
#inside {
	background-image:url(1920X800.jpg);
}
.inside_info {
	background:#fff;
	overflow:hidden;
	padding:20px 30px 50px;
	text-align:center;
	border-radius:15px 15px 150px 150px;
	margin:10px auto;
}
.circle_box {
	margin:0 auto 15px;
	overflow:hidden;
	border-radius:50%;
	width:190px;
	height:190px;
}
.inside_info p {
	font-size:14px;
	line-height:24px;
}

/*===================
	6. How-it-work
==========================*/
.work_steps {
	margin:20px 0;
	overflow:hidden;
}
.work_steps ul {
	margin:0;
	padding:0;
}
.work_steps li {
	background:#8dba3f;
	color:#fff;
	position:relative;
	float:left;
	width:31%;
	padding:30px 40px;
	margin:0 2% 20px 0;
	border-radius:0 50px 0 50px;
	list-style:none;
}
.steps_no {
	background:#fff;
	color:#8dba3f ;
	position:absolute;
	top:8px;
	left:8px;
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:50%;
	text-align:center;
}
.list_arrow {
	padding:0;
	margin:0;
}
.list_arrow li {
	list-style:none;
	position:relative;
	padding:0 0 0 40px;
}
.list_arrow li:after{
	position: absolute;
	left: 0px;
	color:#fff;
	top: 4px;
	content: "\f105";
	font-family: fontawesome;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	background: #8dba3f;
}
.steps_wrap {
	text-align:center;
	margin:10px auto;
}
.steps_img {
	border:#308FCA solid 2px;
	overflow:hidden;
	padding:20px;
	margin:0 auto 10px;
}
.steps_number {
	background:#308FCA;
	padding:8px 20px;
	margin:-20px -20px 20px;
	display:block;
	font-weight:600;
	font-size:16px;
	color:white;
}
.steps_wrap p {
	font-size:13px;
	line-height:17px;
}

/*================
	7. Benefits
=======================*/
.benefits_wrap {
	background:#FFF;
	padding:20px;
	margin:10px auto;
}
.icon_wrap {
	margin:0 auto 15px;
	width:120px;
	line-height:110px;
	height:120px;
	font-size:50px;
	border:#eee solid 1px;
	border-radius:50%;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
}
.benefits_wrap p {
	font-size:15px;
	line-height:26px;
}
.benefits_wrap:hover .icon_wrap {
	background:#8dba3f;
	color:#fff;
	border-color:#8dba3f;
}
#benefits_section {
	background-image:url(checklist_bg.png);
}
.right_check {
	padding:0;
	margin:20px auto;
}
.right_check li {
	color:#333;
	margin:0 auto 10px;
	list-style:none;
	position:relative;
	font-size:17px;
	padding:0 0 0 30px;	
}
.right_check li:after {
	position: absolute;
	left: 0px;
	top: 1px;
	color:#fff;
	content: "\f105";
	font-family: fontawesome;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	background: #5b231b;
}
.benefits_list {
	padding-left:50px;
}



/*=======================
	8. Success-Stories
===========================*/
#success_stories {
	background-image:url(1920X800.jpg);
}
#testimonials {
	margin:0 auto;
	max-width:850px;
	position:relative;
}
#testimonials .item {
	background:#cd3860;
	padding:30px 50px;
	border-radius:30px;
	text-align:center;
	margin:0 auto 5px;
}
.testimonial_img {
	width:100px;
	margin:0 auto 10px;
	height:100px;
	overflow:hidden;
	border-radius:50%;
}
.testimonial_header {
	margin:0 auto 20px;
}
.testimonial_header h5 {
	margin:0 auto;
}
.testimonial_header span {
	font-size:13px;
}
.owl-dots {
	text-align:center;
}
.owl-dot {
	display:inline-block;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	margin:0 4px;
	opacity:0.3;
}
.owl-dot.active {
	opacity:1;
}
#success_testimonials .item {
	background:#fff;
	padding:20px;
	text-align:center;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
	border-radius:30px;
	border:#eee solid 1px;
	margin-bottom:20px;	
	height: 320px;
}
#success_testimonials .item p {
	font-size:14px;
}
#success_testimonials .owl-dot {
	background:#333;
}


/*==============
	9. Products
====================*/
.product_wrap {
	padding:30px 20px;
	text-align:center;
	border:#eee solid 1px;
	border-radius:10px;
}
.price_wrap {
	margin:15px 0 30px;
}
.price_wrap p {
	font-size:30px;	
	color:#222;
	margin:0 auto 12px;
	font-weight:300;
}
.price_wrap .regular_price {
	font-size:19px;
	color:#666;
}
.price_wrap .regular_price span {
	text-decoration:line-through;
}
.purchases_product {
	background:#fff;
	padding:20px;
	border:#f6c4c7 solid 2px;
	margin:10px 0;
	text-align:center;
}
.save_info {
	background:#f6c4c7;
	padding:10px 20px;
	margin:-20px -20px 20px;
	color:#333;
}
.save_info p {
	margin:0 auto;
	font-size:19px;
}
.money_back {
	text-align:center;
	padding:40px 25px;
}
.money_back img {
	margin:20px auto;
}
.money_back p {
	font-size:14px;
}


/*================
	10. Footer
======================*/
.footer_content {
	padding:40px 0 20px;	
	text-align:center;
}
.footer_content p {
	color:#fff;
	opacity:0.7;
	font-size:14px;
}
.footer_bottom {
	padding:20px 0;
	border-top:rgba(255, 255, 255, 0.1) solid 1px;
}
.follow_us {
	text-align:right;	
}
.follow_us ul {
	padding:0;
	margin:0;
}
.follow_us ul li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 10px;
}
.follow_us ul li a {
	display:block;
	color:#fff;
	font-size:17px;
	padding:1px 5px
}
.follow_us ul li a:hover {
	color:#cd3860;	
}
.footer_bottom p {
	margin:5px 0;
	color:#fff;
}

/*=======================
	11. Responsive-CSS
==============================*/
@media (min-width:992px) and (max-width:1200px) {
h1 {
	font-size: 40px;
}
h2 {
	font-size:34px;
}
h4 {
	font-size: 20px;
}
#intro_section .product_info h4 {
	line-height: 29px;
}
#about_us h2 {
	margin-top: 0;
}
.about_img {
	text-align: center;
	margin-top: 90px;
}
.inside_info {
	padding: 20px 15px 50px;
}
.circle_box {
	width: 180px;
	height: 180px;
}
.work_steps li {
	padding: 30px;
}
.benefits_wrap {
	padding: 15px;
}
.benefits_wrap h4 {
	font-size:18px;
}

	
}


@media (min-width:767px) and (max-width:991px) {
.navbar.navbar-default .nav.navbar-nav > li > a {
	padding: 30px 6px;
	font-size: 14px;
}
#intro_section .product_info {
	padding-top: 0;
	float: none;
}
h1 {
	font-size: 40px;
}
h4 {
	font-size: 20px;
}
#intro_section .product_info h4 {
	line-height: 26px;
}
#intro_section .product_img {
	margin: 60px auto 0;
}
.section-padding {
	padding: 50px 0;
}
.vertical_box {
	padding: 0 0 10px;
}
.video_wrap {
	margin: 0 auto 30px;
}
h2 {
	font-size: 34px;
}
.steps_wrap {
	text-align: center;
	margin: 10px auto 50px;
}
.steps_wrap {
	text-align: center;
	margin: 10px auto 50px;
}
#how_it_work div:last-child .steps_wrap {
	margin-bottom:0;
}
.money_back {
	padding: 0px 0px 20px;
}
.purchases_product {
	margin: 10px 0 40px;
}
#footer, .follow_us {
	text-align:center;
}
.book_form {
	clear: both;
}
.product_img {
	margin-bottom: 30px;
}
#about_us {
	padding-bottom: 0;
}
.inside_info, .product_wrap {
	padding: 20px;
	border-radius: 10px;
	margin: 16px auto;
	max-width: 450px;
}
.work_steps li {
	padding: 30px 20px;
}
#how_it_work .text-right {
	text-align: center;
}
.benefits_wrap {
	margin: 15px auto;
	max-width: 450px;
}

	
}


@media (max-width:767px) {
#header .logo {
	float: left;
	max-width: 90%;
}
#header .navbar-header {
	margin:0 auto;
}
.navbar-default .navbar-toggle {
	border-radius: 0;
	margin: 22px 0;
}
.navbar.navbar-default .nav.navbar-nav {
	float: none;
	margin: 0 auto;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	display: block;
	font-size: 15px;
	padding: 12px 15px;
}
#intro_section .product_info {
	padding-top: 0;
	float:none;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h4 {
	font-size: 18px;
}
#intro_section .product_info h4 {
	line-height: 30px;
}
#intro_section .product_img {
	margin: 50px auto 0;
}
.section-padding {
	padding: 40px 0;
}
.section-header p {
	font-size: 16px;
}
.video_wrap {
	margin: 0 auto 35px;
}
.steps_wrap, .purchases_product {
	text-align: center;
	margin: 0px auto 40px;
}
#how_it_work div.col-md-4:last-child .steps_wrap {
	margin-bottom:0;
}
#products div.col-md-4:last-child .purchases_product {
	margin-bottom:20px;
}
.benefits_list {
	padding-left: 0;
}
.money_back {
	padding: 0 0 30px;
}
#footer, .follow_us {
	text-align:center;
}
.right_check li {
	font-size: 16px;
}
.money_back img {
	margin: 0px auto 20px;
}
.money_back {
	padding: 0 0 20px;
}
.product_img {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.product_info {
	float:none;
	width:100%;
}
.product_info ul li {
	margin: 0 auto 15px;
	font-size: 17px;
	padding:0 0 0 32px;
}
.product_info ul li::after {
	width: 22px;
	height: 22px;
	line-height: 22px;
}
.book_form {
	margin-top: 30px;
}
.form-control {
	border-radius:4px;
	font-size: 13px;
	height: 45px;
}
.padding_b_none {
	padding-bottom: 0;
}
.inside_info {
	padding: 20px;
	border-radius: 4px;
	margin: 0 0 20px;
}
.work_steps li {
	width: 100%;
	padding: 30px 40px;
	margin: 0 auto 11px;
	border-radius: 0 50px 0 50px;
}
p, body {
	font-size: 14px;
	line-height: 23px;
}
.benefits_wrap {
	margin: 0 auto 20px;
}
.benefits_wrap h4 {
	font-size: 20px;
}
#testimonials .item {
	padding: 20px;
	border-radius: 20px;
}
.product_wrap {
	margin-bottom:20px;
}

	
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons{color:#5930CA}

#social_proof{
	background-color: #1E4A6C;
	padding: 15px 0px;
	color:white;
}
#social_proof h5{color:#2A6694;
font-weight: bold;
margin: 10px 0px 10px 0px;
}
