@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato/LatoRegular.woff2) format('woff2'),
         url('../fonts/Lato/LatoRegular.woff') format('woff'),
         url('../fonts/Lato/LatoRegular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato/lato-light.eot');
    src: url('../fonts/Lato/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/lato-light.woff') format('woff'),
         url('../fonts/Lato/lato-light.ttf') format('truetype'),
         url('../fonts/Lato/lato-light.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/lato/LatoBold.woff2) format('woff2'),
         url('../fonts/Lato/LatoBold.woff') format('woff'),
         url('../fonts/Lato/LatoBold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/raleway-regular.eot');
    src: url('../fonts/Raleway/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway/raleway-regular.woff') format('woff'),
         url('../fonts/Raleway/raleway-regular.ttf') format('truetype'),
         url('../fonts/Raleway/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @group General */

html,
body {
    width: 100%;
    height: 100%;
}
body{
    background: #ffffff;
    font-family: 'LatoLight', 'Helvetica-Nueu', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    color: #193048;
    font-size: 18px;
    line-height: 30px;
}

body > div {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}

.row {
	position: relative;
	z-index: 2;
}

.dark-container {
	background: #f5f5f5 no-repeat left top;
}

a {
    color: #16a085;
    text-decoration: none;
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
}

a,
a:hover,
a:focus{
	outline: none;
}

a:hover {
    color: #297685;
    text-decoration: none;
}

strong {
	font-family: 'LatoBold';
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 50px;
	font-family: 'Raleway', 'Helvetica-Nueu', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 40px;
	font-family: 'LatoLight';
}

h3 {
    font-size: 30px;
    font-family: 'LatoLight';
}

h4 {
    font-size: 24px;
    font-family: 'LatoLight';
}


#preloader,
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10000;
   /*display: none;*/
}

#status,
.status {
   width: 40px;
   height: 40px;
   position: absolute;
   left: 50%; 
   top: 50%;
   margin: -15px 0 0 -15px;
   font-size: 42px;
   color: #111;
}

#status.stripeLoader {
   width: 500px;
   height: 175px;
   margin: -80px 0 0 -255px;
   line-height: 50px;
   color: #fff;
   font-weight: bold;
   text-align: center;
}

#overlay {
	background: #111;
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index:9999;
	/*display: none;*/
}

.red {
	color: #D9534F;
}

.no-text-shadow {
	text-shadow: none !important;
}

.txt-shadow-3 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.bx-shadow-10 {
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.bx-shadow-5 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 20;
	filter: alpha(opacity=2000);
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.fa-li {
	/*top: 0.33em;*/
	color: #FF7832;
	/*font-size: 22px;*/
}

hr {
	margin: 40px 0;
	height: 6px;
	background: url(../img/hr-11.png) repeat-x 0 0;
    border: 0;
}

/* @end */

/* @group Login */

body.temp-page {
    background: url('../img/bg-login.jpg');
    background-size: 100% 100%;
    background: #193048;
    color: #ffffff;
}

body.temp-page a{
    color: #ffffff;
}

body.temp-page #main_content {
    background: url("../img/parallax_overlay.png") repeat scroll 0 0 rgba(25, 48, 72, 0.80);
    width: 100%;
    padding: 100px 0;
    /*height: 100%;*/
    font-size: 16px;
    line-height: 20px;
}

body.temp-page .login-header{
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

body.temp-page .login-header h1{
    /*margin-top: 60px;*/
    margin-bottom: 30px;
    text-align: center;
}

body.temp-page .users.loginFormSingle,
body.temp-page .forgotPassword,
.users.loginFormSingle,
.forgotPassword {
    width: 400px;
    margin: 0 auto;
}

body.temp-page .users.loginFormSingle h1,
body.temp-page .forgotPassword h1 {
    display: none;
}

body.temp-page .users.loginFormSingle div.checkbox,
.users.loginFormSingle div.checkbox {
    display: inline-block;
}

body.temp-page .users.loginFormSingle div.checkbox input[type="checkbox"],
.users.loginFormSingle div.checkbox input[type="checkbox"] {
    margin-left: 0;
}

body.temp-page .users.loginFormSingle button,
body.temp-page .forgotPassword button, 
.users.loginFormSingle button,
.forgotPassword button {
    font-size: 18px;
    text-transform: uppercase;
}

/* @end */

/* @group Buttons */

.btn i {
	margin-right: 5px;
}

.btn:focus,
.btn.active {
	text-decoration: none;
}

.btn-14 {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-18 {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-24 {
	font-size: 24px;
	padding: 20px 20px;
}

.btn-28 {
	font-size: 28px;
	padding: 20px 30px;
}

.btn-32 {
	font-size: 32px;
	padding: 20px 30px;
}

.btn-36 {
	font-size: 36px;
	padding: 20px 30px;
}

.btn-40 {
	font-size: 40px;
	padding: 15px 40px;
}

.btn-44 {
	font-size: 44px;
	padding: 15px 40px;
}

.btn-success {
    background-color: #2FA349;
    border-color: #2FA349;
    color: #FFFFFF;
}

.btn-group > .btn.btn-success:last-child:not(:first-child), 
.btn-group > .btn-success.dropdown-toggle:not(:first-child){
	border-left: 1px solid #178B31;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #178B31;
    border-color: #178B31;
    color: #FFFFFF;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active{
	background-color: #4DB865;
	border-color: #4DB865;
}

.btn-primary {
    background-color: #297685;
    border-color: #297685;
    color: #FFFFFF;
    -moz-box-shadow: 0 3px 0 #074D5A;
    -webkit-box-shadow: 0 3px 0 #074D5A;
    box-shadow: 0 3px 0 #074D5A;
}

.btn-group > .btn.btn-primary:last-child:not(:first-child), 
.btn-group > .btn-primary.dropdown-toggle:not(:first-child){
	border-left: 1px solid #297685;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #156372;
    border-color: #156372;
    color: #FFFFFF;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active{
	background-color: #6EACB8;
	border-color: #6EACB8;
}

.btn-group.b-primary .dropdown-menu{
	background: #156372;
}

.btn-group.b-primary .dropdown-menu > li{
	border-top: 1px solid #297684;
	border-bottom: 1px solid #08505d;
}

.btn-group.b-primary .dropdown-menu > li > a:hover,
.btn-group.b-primary .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #458A97;
}

.btn-primary .badge {
    background-color: #fff;
    color: #074D5A;
}

.btn-info {
    background-color: #57c8f1;
    border-color: #57c8f1;
    color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #53bee6;
    border-color: #53bee6;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #D9534F;
    border-color: #D9534F;
    color: #FFFFFF;
    -moz-box-shadow: 0 3px 0 #961512;
    -webkit-box-shadow: 0 3px 0 #961512;
    box-shadow: 0 3px 0 #961512;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #BE2F2B;
    border-color: #BE2F2B;
    color: #FFFFFF;
}

.btn-inverse {
    background-color: #193048;
    border-color: #193048;
    color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
    background-color: #294058;
    border-color: #294058;
    color: #fff;
}

.btn-orange {
    background-color: #FF7832;
    border-color: #FF7832;
    color: #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #FF7C38;
    border-color: #FF7C38;
    color: #fff;
}

/* @end */

/* @group Alerts */

.alert{
    border-radius: 2px;
    padding: 5px;
}

.alert-primary{
    background-color: #1fb5ad;
    border: none;
    color: #FFFFFF;
}

.alert-success{
    background-color: #95b75d;
    border: none;
    color: #FFFFFF;
}

.alert-danger{
    background-color: #DF040A;
    background-color: rgba(217,83,79,0.80);
    border: none;
    color: #FFFFFF;
}


.growl-animated.alert{
    width:301px;
    padding: 10px;
}

.growl-animated.alert{
    z-index: 10003 !important;
}

.growl-animated.alert.alert-success{
    background: rgba(149,183,93,0.80);
}

.growl-animated.alert.alert-danger{
    background: rgba(217,83,79,0.80);
}

.growl-animated.alert .close{
    font-size: 14px;
}

.growl-animated .fa,
.growl-animated .fas,
.growl-animated .fab,
.growl-animated .growl-title,
.growl-animated .growl-message,
.growl-animated .growl-url{
    display: block;
}

.growl-animated .growl-title,
.growl-animated .growl-message,
.growl-animated .growl-url{
    margin-left: 58px;
}

.growl-animated .fa,
.growl-animated .fas,
.growl-animated .fab  {
    float: left;
    width: 48px;
    height: 48px;
    font-size: 48px;
    font-size: 48px;
    margin-top: 5px;
}

.growl-animated .growl-title {
    font-weight: 700;
    font-size: 16px;
}

.growl-animated .growl-message,
.growl-animated .growl-url {
    line-height: 18px;
}

/* @end */

/* @group Header */

#header {
	height: 69px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

#header .container {
	background: #ffffff;
	width: 100%;
	border-bottom: 3px solid rgba(187, 187, 187, .75);
	z-index: 1999;
	box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

#header .container:after{
	clear: both;
	display: block;
	content: '';
}

#header .container .row {
	width: 1170px;
	margin: 0 auto;
}

/*#header {
	background: #ffffff;
	padding: 0;
	border-bottom: 3px solid rgba(187, 187, 187, .75);
	z-index: 1999;
	box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,.15);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}*/

/*#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}*/

/*#header:after{
	clear: both;
	display: block;
	content: '';
}*/

#header .logo-container {
	padding: 10px 0;
}

#header .logo-container img {
	/*width: 180px;*/
}

#header .menu {
	float: right;
	font-family: 'Lato';
	font-size: 15px;
}

#header .menu.nav > li {
	line-height: 2.45;
}

#header .menu.nav > li > a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 20px;
	color: #193048;
}

#header .menu.nav > li:hover,
#header .menu.nav > li.active {
	box-shadow: 0 3px 0 0 #297685 !important;
}

#header .menu.nav > li > a:hover,
#header .menu.nav > li > a:active,
#header .menu.nav > li > a:focus,
#header .menu.nav > li > a.active,
#header .menu.nav > li.active > a,
#header .menu.nav > li.active > a:hover,
#header .menu.nav > li.active > a:active,
#header .menu.nav > li.active > a:focus,
#header .menu.nav > li.active > a.active  {
	background: none;
	color: #297685;
}

/* @end */

/* @group Banner */

#banner {
	/*margin-top: 32px;*/
	color: #fff;
	border-bottom: 2px solid #bbb;
}

.sales-page #banner {
	padding: 20px 0 20px;
}

.sales-page .sales-banner-img {
	margin: 20px auto;
	position: relative;
	text-align: center;
}

.sales-page .sales-banner-img div.wistia_embed{
	margin: 0 auto;
	display: inline-block !important;
}

.sales-page .sales-banner-img img{
	border-radius: 50%;
	width: 300px;
	border: 7px solid #ffffff;
}

.sales-page #banner .vid_container {
	width: 60%;
	margin: 30px auto;
}

.banner-bg {
	background: url("../img/sales-page-banner-4.png") no-repeat scroll 0 0 #193048;
	background-position: 50% 50%;
	opacity: 100;
	filter: alpha(opacity=10000);
	opacity: 1;
	filter: alpha(opacity=100);
}

#banner .banner-bg > .banner-bg2 {
    background: url("../img/parallax_overlay.png") repeat scroll 0 0 rgba(25, 48, 72, 0.20);
    background-position: 50% 0;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}

.sales-page #banner .banner-bg {
	background: url("../img/sales-page-banner-4.png") no-repeat scroll 0 0 #193048;
	background-position: 50% 0;
	opacity: 100;
	filter: alpha(opacity=10000);
	opacity: 1;
	filter: alpha(opacity=100);
}

.sales-page #banner .banner-bg > .banner-bg2 {
    background: url("../img/parallax_overlay.png") repeat scroll 0 0 rgba(25, 48, 72, 0.90);
    background-position: 50% 0;
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}

.sales-page #banner h1,
.sales-page #banner h2,
.sales-page #banner h3 {
	color: #ffffff;
}

.sales-page #banner h1 {
	font-size: 50px;
}

.sales-page #banner h2 {
	font-size: 40px;
	font-family: 'LatoLight';
}

.sales-page #banner h3 {
	font-size: 28px;
	font-family: 'LatoLight';
}


/* @end */

/* @group Main Content */

#main_content {
	
}

.sales-page .icon {
	margin-bottom: 20px;
}

.sales-page .icon img {
	height: 130px;
}

.sales-page #product-genie h1 {
	margin-bottom: 60px;
}

.sales-page #product-genie .container .row .row {
	margin-bottom: 40px;
}

/* @end */

/* @group Testimonials */

.testimonials h2 {
	margin: 10px 0 40px;
	font-size: 32px;
}

.testimonials h3 {
	font-size: 26px;
}

.testimonials h4 {
	font-size: 22px;
}

.testimonials .testimonial-img {
	/*margin: 20px auto;*/
	position: relative;
}

.testimonials .testimonial-img img{
	border-radius: 50%;
	max-width: 150px;
	border: 7px solid #eeeeee;
}

.dark-container.testimonials .testimonial-img img{
	border-radius: 50%;
	max-width: 150px;
	border: 7px solid #ffffff;
}



/* @end */

/* @group FAQs */

.faq_dc {
	margin-top: 40px;
}

.faq_dc .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq_dc .panel-title a{
	/*font-family: 'LatoBold';*/
	display: block;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 20px;
}

.faq_dc .panel-title a p {
	margin-bottom: 0;
	display: inline-block;
}

.faq_dc .panel-title a:before{
	font-family: 'FontAwesome', 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
	content: "\f059";
	color: #555;
	font-weight: 900;
	margin-right: 10px;
}

.faq_dc .panel.panel-default {
	border: none;
}

/* @end */

/* @group Pricing Table 1 */

.strike-price {
	background: transparent url('../img/strike-price.png') no-repeat left 3px;	
}

.pricing-table1 {
  /*padding-top: 110px;
  padding-bottom: 110px;*/
}

.pricing-table1 .plan {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  
  font-size: 18px;
}

.pricing-table1 .plan:hover {
	color: #bdc3c7;
}

.pricing-table1 .plan > * {
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-table1 .plan b {
  color: #7f8c8d;
}

.pricing-table1 .plan .title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 700;
  padding: 32px 0 7px;
}

.pricing-table1 .plan .price {
  padding-bottom: 30px;
  border-bottom: 2px solid #ebedee;
}

.pricing-table1 .plan .description {
  padding: 25px 40px;
  font-size: 18px;
  color: #415973;
}
.pricing-table1 .plan .description b {
  color: #193048;
  font-weight: 500;
  font-family: 'LatoBold';
}
.pricing-table1 .plan .description .description-box {
  padding: 16px 0;
  border-top: 2px solid #ebedee;
}
.pricing-table1 .plan .description .description-box:first-child {
  border-top: 0;
}
.pricing-table1 .plan .btn {
  display: block;
  background: #D9534F;
  color: white;
  width: auto;
  margin: 0 -2px -2px;
  padding: 22px 20px 24px;
  font-size: 22px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.pricing-table1 .plan .btn:hover,
.pricing-table1 .plan .btn:focus {
  background: #D9534F;
}
.pricing-table1 .plan .btn:active {
  background: #D9534F!important;
}
.pricing-table1 .plan,
.pricing-table1 .plan .title,
.pricing-table1 .plan .price {
  -webkit-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  -moz-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  -o-transition: border-color 0.25s, background-color 0.25s, color 0.25s;
  transition: border-color 0.25s, background-color 0.25s, color 0.25s;
}

.pricing-table1 .plan:hover {
  border-color: #D9534F;
}

.pricing-table1 .plan:hover .title,
.pricing-table1 .plan:hover .price,
.pricing-table1 .plan:hover .btn {
  background: #D9534F;
  border-color: #D9534F;
}

.pricing-table1 .plan:hover .title,
.pricing-table1 .plan:hover .price {
  color: #fff;
}

.pricing-table1 .plan:hover .price {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-table1 .description-detail {
  /*color: #95a5a6;*/
}

.pricing-table1 .description-detail > * + * {
	margin-top: 25px;
}

.pricing-features .description-detail > * + * {
	margin-top: 0;
}

.pricing-table1 .description-detail h6,
.pricing-features .description-detail h6 {
  color: #297685;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

/*.pricing-table1 .description-detail ul {
	padding-left: 15px;
}*/

.pricing-table1 .description-detail i[class*="fa-"],
.pricing-table1 .description-detail span[class*="fa-"],
.pricing-features .description-detail i[class*="fa-"],
.pricing-features .description-detail span[class*="fa-"] {
	color: #bdc3c7;
	font-size: 24px;
	display: inline-block;
	margin-right: 5px;
}

.pricing-table1 .description-detail ul li i[class*="fa-"],
.pricing-features .description-detail ul li i[class*="fa-"] {
	font-size: 18px;
}

/* @end */

/* @group Tablet View Css */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .menu {
    	float: left !important;
	}
	#checkout .well {   
   		width: auto !important;
	}
}

@media (max-width: 320px) {
	#checkout .submit, #checkout .stripeImage {
	    float: right;
	    margin-top: 10px;
	    width: 178px;
	}
}

@media (max-width: 768px) {
	#product-genie .col-md-6 > img {
	    display: none;
	}
	.testimonial-img img {
	    margin: 0 auto;
	}
	#testimonials .col-md-3.pull-left
	{
		width: 100% !important;
		float: none !important;
	}
	#testimonials2 .col-md-3.pull-left
	{
		width: 100% !important;
		float: none !important;
	}
}
@media (max-width: 767px) {
	/*mobile view css*/
	/*checkout*/
	#checkout .well {   
   		width: auto !important;
	}

	nav {
	    background: #fff none repeat scroll 0 0;
	}
	.sales-page #banner {
	    padding-top: 70px !important;
	}
	.navbar-toggle .icon-bar {
	    background: #fff;
	}
	.navbar-toggle {
	    background-color: #2fa349;
	    margin-right: 0 !important;
	    margin-top: 16px;
	}
	.navbar-collapse.collapse.in {
	    margin-top: 11px !important;
	    max-height: 200px;
	}
	#header .container .row {    
	    width: auto;
	}
	#header .menu.nav > li {    
	    width: 100%;
	    line-height: 1;
	}
	#header .menu {
	    float: left;   
	}
	#header .col-md-10.pull-right
	{
		float: left !important;
	    position: absolute;
	    right: 0;
	    top: 3px;
	}
	#pricing .pricing-table1 .description-detail > * {
	    margin-top: 0 !important;
	}
	#footer .col-md-6
	{
		text-align: center !important;
	}
	#footer-bottom ul li {   
    display: inline-block;
    float: none !important;   
    width: auto;
}
	#footer-bottom ul li:first-child {
    border-right: 1px solid #bdc3c7 !important;
    margin-right: 10px !important;
    padding-right: 10px !important;
}
	#footer-bottom .col-md-6
	{
		text-align: center;
	}
	#faqs.dark-container {
	    padding-bottom: 0;
	}
	#footer h2 {
	    font-size: 24px;
	    padding-top: 15px;
	}
	#faqs h2 strong {
	    font-size: 26px;
	}
	.fa-ul {   
	    margin-bottom: 0 !important;
	}
	.pricing-table1 .description-detail > * > * + * {
	    margin-top: 0 !important;
	}
	#pricing .pricing-table1 > h3 {
	    font-size: 27px;
	}
	#feature-title h2, #limited-time h1 {
	    font-size: 25px;
	}
	#know-customers h3.bold > strong {
	    font-size: 23px;
	}
	
	#product-genie .col-md-6 h3 strong {
	    font-size: 25px;
	}
	#product-genie .col-md-6 li > strong {
	    font-size: 20px;
	}
	#product-genie h2 {
	    font-size: 30px;
	}
	#product-genie h1 {
	    font-size: 35px;
	}
	
	#measure-growth .bold
	{
		margin-top: 15px;
	}
	#measure-growth .bold > strong {
    	font-size: 21px;
	}
	#feature-title .text-center > strong {
	    display: block;
	    font-size: 30px;
	}
	#testimonials .col-md-3.pull-left
	{
		width: 100% !important;
		float: none !important;
	}
	
	.testimonials h3 {
	    font-size: 21px !important;
	}
	#testimonials .col-md-12.clearfix > h1 {
	    font-size: 34px;
	}
	.main_content .col-md-4 > p {
	    font-size: 14px;
	}
	#main_content .main_content > h2 {
	    font-size: 25px;
	}
	#main_content .main_content > h3 {
	    font-size: 28px;
	}
	#main_content .main_content > h2 {
		font-size: 37px;
	}
	.sales-page .sales-banner-img img {
	    width: 250px;
	}
	.sales-page #banner h1 {
	    font-size: 30px;
	}
	.sales-page #banner h3 {
	    font-size: 22px;
	}
	#get-started-now .no-text-shadow {
	    font-size: 20px;
	    text-align: center;
	    width: 100%;
	}
	.btn.btn-danger.btn-lg.btn-24.no-text-shadow {
	    font-size: 20px;
	    width: 100%;
	}
	/*1-12 end*/
  .pricing-table1 .description-detail > * {
    margin-top: 50px;
  }
  .pricing-table1 .description-detail > * > * + * {
    margin-top: 50px;
  }
}


/* @end */

/* @group Checkout Page */

.checkout h1 {
	font-size: 40px;
}

.checkout h2 {
	margin-bottom: 50px;
}

.checkout .well {
	background: transparent;
	border: none;
	box-shadow: none;
	width: 500px;
	margin: 0 auto;
}

.new-checkout .well {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: auto;
}

.checkout #plan-signup-form .well {
    padding-top: 0;
}

.new-checkout #plan-signup-form .well {
    padding-top: 19px;
}

#plan-signup-form h3 {
    font-size: 20px;
}

.checkout .form-group {
	margin-bottom: 10px;
}

.checkout .form-group input {
	border-radius: 2px;
}

.checkout .alert {
	font-size: 15px;
	line-height: 18px;
}

.checkout .form-group .alert {
	margin-top: 2px;
}

.checkout .submit,
.checkout .stripeImage {
	float: right;
}

.checkout .stripeImage {
	margin: 4px 0 0 5px;
}

.checkout #getStartedNowBtn {
	/*margin-bottom: 10px;*/
}

/* @end */

/* @group Page Not Found */
.body-404 {
    background:#35bcb5;
    color:#fff;
    padding: 0;
}

.errorBody {
	background: #35bcb5;
	padding: 0;
	border-bottom: none;
}

.error-head {
    background:#fff;
    height:280px;
    position: relative;
    z-index: 1;
}
.error-wrapper {
    text-align:center;
    position: relative;
    z-index: 2;
}
.error-wrapper h1 {
    font-size:90px;
    font-weight:300;
    margin:-141px 0 0 0;
    text-align:center;
}
.error-wrapper h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight:300;
    margin:0;
    text-transform:uppercase;
    color: #ffffff;
}
.error-desk {
    background: #1fb5ad;
    margin-top: 0;
    padding:30px 0;
    
}
.error-wrapper p,.error-wrapper p a {
    font-size: 18px;
    font-weight:300;
    margin:0;
}
.error-wrapper p.nrml-txt {
    color:#03f1e4;
    font-size: 30px;
    line-height: 36px;
    margin:0 auto;
    max-width: 700px;
}
.back-btn,.back-btn:hover {
    border:1px solid rgba(255,255,255,.5);
    padding:10px 15px;
    margin: 80px 0 40px;
    display:inline-block;
    border-radius:5px;
    -webkit-border-radius:5px;
    color:#fff;
    font-size:16px;
    font-weight:300;
}
.back-btn:hover {
    background:#fff;
    color: #02a9a0;
}

/* @end */

/* @group Footer */

#footer {
	background: #294058;
	padding: 20px 0;
	color: #ffffff;
	border-bottom: none;
}

#footer h2 {
	
}

/* @end */

/* @group Footer Bottom */

#footer-bottom,
#feature-title,
#limited-time  {
	background: #193048 no-repeat left top;
	color: #bdc3c7;
	padding: 20px 0;
	border-bottom: none;
	font-size: 14px;
	line-height: 20px;
}

#feature-title h2,
#limited-time h1 {
	margin-bottom: 0;
}

#footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-bottom ul li {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #bdc3c7;
	line-height: 14px;
}

#footer-bottom ul li:first-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#footer-bottom ul li a {
	color: #bdc3c7;
}

#footer-bottom ul li a:hover {
	color: #979c9f;
}

/* @end */

/* @group To Top */

#toTop {
	background: #193048;
	background: rgba(25, 48, 72, .75);
	bottom: 14px;
	display: none;
	height: 50px;
	width: 50px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	z-index: 9999;
	font-size: 0px;
	color:transparent;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	border-radius: 50%;
}

#toTop:before {
    /*display: block;*/
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f106';
    color:#ffffff;
    font-size: 38px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'FontAwesome', 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
    position: absolute;
    left: 13px;
    top: 5px;
}

#toTopHover, #toTop:hover {
	background: #D9534F;
	background: rgba(217, 83, 79, .75);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

/* @end */
