/********************************************
 * General settings
 */
 
.not-phone480, .tablet-only, .phablet-only, .phone-only, .desktop-only {
  display: none;
}

#container, header, nav, #content, footer {
  width: 100%;
}

.wrapper {
  width: auto;
}

/********************************************
 * 
 */
 body{
	font-size: 18px;	 
 }
 p{
	font-size: 18px;	 
 } 
h1 {
	font-size: 24px;

}
h2 {
	font-size: 22px;

}
h3 {
	font-size: 20px;

}
h4 {
	font-size: 18px;

}
 
.footer-container .footer-column{
	padding: 0;
}
.footer-container .footer-column.first-column, .footer-container .footer-column.second-column{
	margin-right: 0px;	
} 

#section_1 .left_side,
#section_1 .right_side,
#section_2 .left_side,
#section_2 .right_side,
#section_3 .left_side,
#section_3 .right_side
{
	width: 420px;	
}


.plan-details #enudge-businesses .details:first-of-type:not(:last-of-type), 
.plan-details #enudge-enterprise .details:first-of-type:not(:last-of-type){
    border: none;
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: 3px solid;	
}
.plan-details #enudge-businesses .details.second-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: 3px solid;	
}

.plan-details #enudge-businesses .details, .plan-details #enudge-enterprise .details{
    width: 100%;	
}
.plan-details #enudge-businesses .details:nth-of-type(2), .plan-details #enudge-businesses .details:nth-of-type(3){
	border-left: 0px;
}


#section_1 h2,
#section_2 h2,
#section_3 h2{
	font-size: 24px;	
}
#section_1 input{
    width: 400px;
    padding: 10px 5px;	
	
}
#section_1 .button{
	margin-bottom: 20px;
}


#section_4 h2.title{
	font-size: 24px;	
}
.plan-details h2.plan-title{
	padding:  5px;
}
.plan-details .details-price .price span{
	font-size: 30px;	
}
.plan-details .details-price+.details-button {
    margin-top: 12px;
}
.plan-details .details-button {
    margin-bottom: 15px;
}
.details-content-left {
    margin-top: 40px;
}


#section_5 .left_side,
#section_5 .right_side{
	width: 400px;
    padding: 30px 20px;	
}

#article_list_section .col-4 {
    width: auto;
    margin: 15px 0;
}


/************
others
**************/
#bot-icons-container{
    display:none !important;
}
.col-1, .col-2, .col-3, .col-xs-3{
    display:block;
    width:auto;
}
.price-headings{
    height:auto;
    border-top: 1px solid black;
}
.left_side, .right_side{
    padding:5px;
    display:block !important;
    margin: 0 auto !important;
    width: auto !important;
}
#section_8 {
    padding : 10px;
}

footer {
}
#logo_div{
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
    display:none;
    height: 70px;
    left:auto;
}
#logo_txt{
    font-size: 20px;
    display: inline;
    vertical-align: middle;
    line-height: 70px;
}
#logo_pic{
    width:50px;
    vertical-align: middle;
}
#section_testimonials .testimonial-card {
    width: 100%;
    padding: 40px;
    margin: 0 20px 20px;
}
#section_testimonials .testimonial-card img {
    max-width: 300px;
    margin-bottom: 30px;
    position: relative;
    border: 0;
}
#section_testimonials .learn_more_links {
    text-align: center;
    padding: 0;
}
/*EMAIL MARKETING*/
.heading_container{
    width:auto;
    left:auto;
    top:50px;
}
.heading_container div{
    width:auto!important;
}
#email_section_1{
    height:400px;
}
.heading_container .heading_small{
    font-size:  15px;
    display:inline-block;
}
#email_section_2 ul {
    font-size: 17px;
}
  /**********
**HEADING SECTION
***********/
.linear-gradient{
    height: 400px
}

/* Thumbnail list styles */
.thumbnail-list .thumbnail-item img {
    padding-right: 10px;
    max-width: 130px;
}

.thumbnail-list .thumbnail-item .sub-title {
    font-size: 12px;
}

.thumbnail-list .thumbnail-item .desc {
    font-size: 14px;
}

/* Latest blog styles */
#latest-blog-post {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

#latest-blog-post .post-thumbnail,
#latest-blog-post .post-thumbnail img {
    width: 100%;
}

#latest-blog-post .post-detail {
    padding: 20px 0 0 0;
}

/* Site content hero image */
.hero-float-left-wrapper {
    float: none;
    margin: 0 0 20px 0;
}

.hero-float-left-wrapper img {
    width: 100%;
}

/* Form Style */
.form-style.inline .form-style-label {
    width: 100%;
    padding: 0 0 10px;
}