/*Special Designed table - 2015-02-12*/
		.table-hld {
		    padding-bottom: 20px;
            overflow: hidden;
            }
		.table-hld table {width: auto; max-width: 100%; margin: 0 auto;
		border-left:1px solid #C3C3C3; border-top:1px solid #C3C3C3;}
		.table-hld table thead th {
			text-transform: uppercase;
			padding: 8px;
			border-right: 1px solid #C3C3C3;
			border-bottom: 1px solid #C3C3C3;
			background-color: #d9edf7;
			font-weight: 700;
			vertical-align: middle;
			text-align: center;
			font-size: 14px;
		}
		.table-hld table tbody tr:nth-child(odd) {background: #fff}
		.table-hld table tbody tr:nth-child(even) {background: #f9f9f9;}
		.table-hld table tbody tr td {
			border-right: 1px solid #C3C3C3;
			border-bottom: 1px solid #C3C3C3;
			text-align: center;
			vertical-align: middle;
			padding: 8px;
			font-size: 14px;
		}

		.table-hld table tbody tr td.col1 {width: 180px;}

	    @media only screen and (max-width: 768px){
        .table-hld table thead th {
            font-size: 12px;
        }
        .table-hld table tbody tr td {
            font-size: 12px;
            line-height: 1.5;
            }
        .table-hld table tbody tr td.col1 {width: auto;}
        }
/*Price Table 2018-04-24 and 6sep, 2018*/
ul.new_table {
	padding: 0;
	width: 100%;
	margin: 0;
}
ul.new_table li.thead {
	display: inline-block;
	width: 16.66666%;
	float: left;
	list-style: none;
	box-sizing: border-box;
	padding: 1px;
	margin: 0;
}
ul.second_new_table li.thead {
	width: 20%;
}
ul.new_table li.thead img{
	max-width: 63px;
	width: auto;
	height: auto;
}
ul.new_table li.thead ul{
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.new_table li.thead ul li{
	list-style: none;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 2px;
	text-align: center;
	padding: 10px;
	line-height: 1.5;
	flex-wrap: wrap;
	font-size: 14px;
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.new_table li.thead ul li label{
	font-size: 14px;
	line-height: normal;
	font-weight: 200;
	display: block;
	width: 100%;
}
ul.new_table li.first_row ul li{
	background-color: #e7eef2;
    	font-weight: 700;
}
ul.new_table li.first_row ul li:first-child{
	background-color: #8aa5b5;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
ul.new_table li.second_row ul li:first-child{
	background-color: #c2908c;
}
ul.new_table li.second_row ul li{
	background-color: #f5e8e7;
}
ul.new_table li.three_row ul li:first-child{
	background-color: #88b5b5;
}
ul.new_table li.three_row ul li{
	background-color: #e7f1f1;
}
ul.new_table li.four_row ul li:first-child{
	background-color: #9db381;
}
ul.new_table li.four_row ul li{
	background-color: #eef2e9;
}
ul.new_table li.five_row ul li:first-child{
	background-color: #c7ac90;
}
ul.new_table li.five_row ul li{
	background-color: #fff3e7;
}
ul.new_table li.six_row ul li:first-child{
	background-color: #7aa5c8;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
ul.new_table li.six_row ul li{
	background-color: #e6f1fa;
}
ul.new_table li.first_row ul li.white_bg,
ul.new_table li.six_row ul li.white_bg {
	background-color: #fff;
}
ul.new_table li.second_row ul li a.btn,
ul.new_table li.three_row ul li a.btn,
ul.new_table li.four_row ul li a.btn,
ul.new_table li.five_row ul li a.btn{
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: 12px 14px;
	width: 88%;
	display: inline-block;
	border-radius: 6px;
	font-weight: 700;
	white-space: normal;
}
ul.new_table li.second_row ul li a.btn{
	background-color: #c2908c;
}
ul.new_table li.three_row ul li a.btn{
	background-color: #88b5b5;
}
ul.new_table li.four_row ul li a.btn{
	background-color: #9db381;
}
ul.new_table li.five_row ul li a.btn{
	background-color: #c7ac90;
}
ul.new_table li.thead ul li span img {
	padding-left:  2px;
	margin-top: -3px;
}
@media only screen and (max-width: 991px){
	ul.new_table li.thead ul li {
		font-size: 13px;
		padding: 10px;
		height: 100px;
	}
	ul.new_table li.first_row ul li:first-child {
		font-size: 11px;
	}
}
@media only screen and (max-width: 767px){
	ul.new_table li.first_row ul li:first-child {
		font-size: 14px;
	}
	ul.new_table li ul li:before {				
		content: attr(data-name);
		position: absolute;
		left: 10px;
		width: 50%;
		top: 50%;
		font-size: 14px;
		vertical-align: middle;
		text-align: left;
		display: inline-block;
		font-weight: 700;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-moz-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	ul.new_table li.thead ul li.white_bg:last-child {
		display: none;
	}
	ul.new_table li.thead ul li:last-child
	{
		justify-content: space-around;
	}
	ul.new_table li.thead {
		width: 100%;
	}
	ul.new_table {
		overflow: hidden;
	}
	ul.new_table li.thead.first_row {
		display: none;
	}
	ul.new_table li.thead ul li {		    		
		justify-content: flex-end;
		position: relative;
		font-size: 14px;
		height: 80px;
	}
}
@media only screen and (max-width: 480px){
	ul.new_table li ul li:before
	{
		width: 34%;
	}
	.dvk-social-sharing>a
	{
		margin: 10px;
	}
}

/* Price Table logo center  */
@media only screen and (max-width: 767px){
	ul.new_table li ul li:first-child {
		justify-content: center;  
	}
}


/* Price Table 2018-04-24 and 6sep, 2018 ends */

/*****Header Section *******/
/**@import url(https://fonts.googleapis.com/css?family=Open+Sans);**/
.home-page a{
	text-decoration:none;
}
.looking-for-section a{
	text-decoration:none;
}
a:focus {
    outline: medium none!important;
}
	/*.home-page header .wrap{
   padding: 25px 30px 0;
} */
.home-page  .entry-header{
	display:none;
}
.navbar-collapse {
    padding-left: 0!important;
    padding-right: 0!important;
}
.navigation-section ul.nav  > li > br, .navigation-section ul.nav > li > p{
	display:none;
}
.common-space-width{
	margin:0px !important;
}
/***** Navigation Section ******/
/*.home-page .nav-primary
{
    margin: 0 30px
}
.home-page  .site-container{
	padding:0px;
}
.home-page .site-inner{
	padding-top:0px;
}
.container-space {
	overflow: hidden;
    padding: 0 30px;
} */
.navigation-section{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}
.navigation-section ul{
	background: #434343 none repeat scroll 0 0;
	clear: both;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navigation-section ul li{
	display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
	float:none;
}
.navigation-section ul li  a{
	color: #fff !important;
    display: block;
    padding: 13px 23px 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation-section ul li a:hover , .navigation-section ul li a:focus, .navigation-section ul li a.active {
	background: #f96e5b none repeat scroll 0 0 !important;
}
.nav-primary a:hover, .nav-primary a:focus{
    text-decoration: none;
    color:#fff;
}

/********* Section One ( Featured Section) *********/

.section-one {
    margin: 30px 0;
    overflow: hidden;
}
.section-one  .section-one-inner {
    color: #424242;
    display: block;
    padding: 15px;
    text-align: center;
}
.section-one  .section-one-inner  h3{
	color: #424242;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-one  .section-one-inner  p{
    font-size: 14px;
    margin: 0 auto;
    width: 75%;
}
.section-one-inner:hover, .section-one-inner:focus{
	background: #d8d8d8  none repeat scroll 0 0;
    color: #424242;
    text-decoration: none;
}
.section-one .col-xs-12 > p {
	display:none;
}

/******* Section Two( as seen in) *********/
.section-as-seen {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px 0 15px;
	 margin: 0 -3.6rem;
}
.section-as-seen h4{
	color: #999;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.section-as-seen ul {
    list-style: outside none none;
    overflow: hidden;
}
.section-as-seen ul li{
	display: table-cell;
    margin-right: 12px;
    text-align: center;
    vertical-align: inherit;
    width: 5%;
}
.section-as-seen ul li:last-child{
    margin-right: 0px;
}
/********* Section Three (E-Book) ******/
.ebook-section{
	background: rgba(0, 0, 0, 0) url("../../uploads/landingpages/e-book-feature1.jpg") no-repeat scroll center top;
	background-size:cover;
    height: 362px;
    padding: 75px 0px 0px;
	 margin: 0 -3.6rem;
}
.ebook-section-inner{
	padding-left: 25px;
}
.ebook-section h3{
	color: #424242;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ebook-section p{
	font-size: 18px;
    width: 43%;
}
.ebook-form {
	 margin-top: 40px;
}
.ebook-form  input[type='email']{
	border: medium none;
    border-radius: 0;
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    width: 22% !important;
}
.ebook-form .button{
	background: #fc846e none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    padding: 0 15px;
    text-transform: capitalize;
}
/******* Section Four(looking for more?)*********/
.looking-for-section{
	margin:20px 0px 0PX;
	overflow:hidden;
}
.looking-for-section h1{
	color: #424242 !important;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.looking-for-section .block1 {
    color: #424242;
    display: block;
    margin-bottom: 15px;
    min-height: 180px;
    padding: 15px 15px 8px;
    text-align: center;
}
.looking-for-section .block1 h3 {
    color: #424242;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
}
.looking-for-section .block1:hover{
	background: #d8d8d8 none repeat scroll 0 0;
    color: #424242;
    text-decoration: none;
}
.looking-for-section .col-lg-3{
	padding-left:0px;
	padding-right:0px;
}
.button-label{
	color: #646464;
    font-size: 13px;
    font-weight: bold;
}
.looking-for-section .looking-for-section-inner  .col-xs-12 > p{
	display:none;
}
.block1 > br{
	display:none;
}
/****** Blog Section *********/
.book-btn {
	text-align:center;
}
.book-btn a{
	margin-right:15px;
}
/***** Mail chimp Account ****/
.mc4wp-success {
    width: 60%;
}

.section-one .section-one-inner h3 {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/** font-family: "Open Sans",sans-serif; **/
}

.looking-for-section .block1 h3 {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;/**  font-family: "Open Sans",sans-serif;**/
}

/********* Responsive Section *******/

@media only screen and (max-width: 1200px){
.navigation-section ul {
    text-align: center;
}
.section-as-seen {
    padding: 20px 0 0;
}
.section-as-seen ul {
    margin-bottom: 0;
    text-align: center;
}
.section-as-seen ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
    width: auto;
}
.ebook-section p {
    width: 45%;
}
.looking-for-section .col-lg-3 {
    text-align: center;
}
.looking-for-section .block1 {
    min-height: 178px;
}

}
@media only screen and (max-width: 991px) {
.ebook-section {
    /*background-size: contain ;*/
    height: 100%;
}
.section-one .section-one-inner {
    min-height: 390px;
}
}
@media only screen and (max-width: 767px) {
/*.container-space {
    padding: 0 15px;
}              */
.section-one {
    text-align: center;
}
.header-image .site-title a {
    background-size: contain !important;
}
.section-one .section-one-inner {
    display: block;
}
.ebook-section p {
    width: 76%;
}
.ebook-form input[type="email"] {
    margin-bottom: 12px;
    width: 68% !important;
}
.looking-for-section .col-lg-3 {
    text-align: center;
}
.looking-for-section .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.header-image .site-title, .header-image .title-area {
    min-height: 75px;
}
.header-image .site-title a {
    min-height: 75px;
}
.looking-for-section .block1 {
    min-height: 100%;
}
.section-one .section-one-inner {
    min-height:100%;
}
.navigation-section ul li {
     display: block;
}
.navigation-section ul li:last-child {
    margin-bottom: 0px;
}
/****** Blog Section ******/
.post .entry-header .entry-meta{
	margin-bottom: 12px;
    overflow: hidden;
    text-align: center;
}
.entry-comments-link{
	display: block;
    float: none !important;
    margin-top: 12px;
}
.alignright{
	display: block;
    float: none;
    margin: 0 auto 12px!important;
}
.alignleft{
	display: block;
    float: none;
    margin: 0 auto 15px!important;
}
.book-btn a{
	margin-right:0px;
	margin-bottom:10px;
	display:block;
}
.mc4wp-success {
    width: 100%;
}

}
@media only screen and (max-width: 320px) {
	.header-image .site-title, .header-image .title-area {
    min-height: 40px;
}
.header-image .site-title a {
    min-height: 40px;
}
.header-image .site-title a {
    background-size: cover !important;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100%;
}
.ebook-section {
    padding: 18px 0 0;
}
.ebook-form input[type="email"] {
    width: 100% !important;
}
}

/*-----------------------------------------Index Gray Box CSS-------------------------------------------------------------------------------*/
	 .indexsdc a {
text-decoration-line:none;
}
.indexsdc ol li {
margin-bottom: 10px;
font-weight: bold;
}
.indexsdc {
background-color: #f5f5f5;
border: none;
padding: 5px;
padding-right:15px;
}
.indexsdc h4 {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;}
/*Index Gray Box CSS ends*/


/* -------------------------------------------------------------FAQ CSS-----------------------------------------------------------*/
div.accordionsdc {	 	 
 background-color: #eee;	 	 
 color: #444;	 	 
 cursor: pointer;	 	 
 padding: 18px!important;
 width: 100%;	 	 
 text-align: left;	 	 
 border: none;	 	 
 outline: none;	 	 
 transition: 0.4s;	 	 
 margin-bottom:10px;	 	 
}	 	 
div.accordionsdc.active, div.accordionsdc:hover {	 	 
 background-color: #bbb;	 	 
}	 	  	 
div.accordionsdc:after {	 	 
 content: '\2795'; 	 	 
 font-size: 1.3rem;	 	  	 
 float: right;	 	 
 margin-left: 5px;	 	 
}	 	 	 
div.accordionsdc.active:after {	 	 
 content: "\2796"; 	 	 
}	 	  	 
div.faqpanel {	 	 
 padding: 0 18px;	 	 
 background-color: white;	 	 
 max-height: 0;	 	 
 overflow: hidden;	 	 
 transition: 0.4s ease-in-out;	 	 
 opacity: 0;	 	 
 margin-bottom:10px;	 	 
}	 	 
div.faqpanel.show {	 	 
 opacity: 1;	 	 
 max-height: 500px;	 	 
}
/* FAQ CSS ends*/

/*------------------css changes 10 april-----------------------*/
.site-container {
    margin: 0 auto;
    padding-top: 20px;
}

.site-inner {
    padding-top: 10px;
}

.looking-for-section-inner a>p {
    margin: 0;
}

.looking-for-section {
    margin-top: 0;
}

.landing-main-section>p {
    margin: 0;
}

article.entry {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.logged-in  nav.nav-primary.stickymenu {
	    top: 30px;
}
nav.nav-primary.stickymenu {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1066px;
    z-index: 9;
}
nav.nav-primary.stickymenu + .site-inner {
    padding-top: 44px;
}
/**** Spaced lists ****/
ul.space-list li, ol.space-list li {
	margin-bottom: 2.6rem;
}
/** FTC Notice CSS ***/
.sdc_disclosure {
    text-align: center;
    font-size: 1.4rem;
}
/** Cellphone new layout 07/02/2020 ****/
@media only screen and (max-width: 730px) {
.site-container {
    width: 100%;
    padding: 0;
}
.search-box, .site-inner {
    padding-top: 0;
    width: 94%!important;
    margin: auto;
}
body.header-image .site-title a {
    margin-bottom: 14px;
}
}

/*-----------------------------Bootstrap substitution --------------------------------------------------*/
.col-xs-12 {
float: left;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
@media only screen and (max-width: 992px) {
.col-xs-12, .col-md-4, .col-md-3 {
width:50%;
}
}
@media only screen and (max-width: 768px) {
.col-xs-12, .col-md-4, .col-md-3 {
width:100%;
}
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
/*----------------POST CTA and photo credits-------------------------------*/
span.credits {
    font-size: 0.8em;
    font-style: italic;
    }
.cta-big {
    text-align: center;
    font-size: 1.5em;
    font-weight:bold;
    }
.cta-small {
    text-align: center;
    font-size: 1.2em;
    font-weight:bold;
    }