.left-static-img {
    float: left;
    width: 30%;
    text-align: center;
    padding: 10px;
}
.left-static {
	padding: 10px;	
    float: left;
    width: 52%;
    margin-left: 6.5%;
    margin-right: 6.5%;  
    right: 0;   
}
.right-static-img {    
    float: right;
    width: 30%;
    text-align: center;
    padding: 10px;
    margin-right: 6.5%;
}
.right-static {    
	padding: 10px;
    float: left;
    width: 52%;
    margin-right: 6.5%;
    left: 0;
}
.sectation-pages-container {
    margin-top: 20px;
    font-weight: normal !important;
}


.sectation-pages-container .sectation-pages { margin-bottom: 20px;}
.business-waitlist-category-page{ background: #fff;}
.top-nav-container, .user-nav-container{ position: fixed; top: 0px; width: 100%; background: #f1f1ef; border-bottom: 1px solid #cfcfcc; z-index: 9999;}
hr{border-width: 1px !important; border-color: #e4e4e4 !important; margin:-5px 0 10px !important; border-top: 0px !important; width: 95%}

.wrap{padding-top: 66px;}
body{ background: #fff !important;}
.pricing-update-banner{ border-top: 0px !important;}

.static-pages-dis.left-static > h3, .right-static > h3 {
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;

}
.static-pages-dis.left-static, .right-static{ font-weight: 400 !important}
.static-pages{ padding: 10px;}


@media screen and (max-width: 1024px) {
    .left-static, .right-static {
        width: 60%;
 
    }
}


.relative{position: relative;}
.static-pages-dis{ position: absolute;
  top: 50%;
  transform: translateY(-50%);}



@media screen and (max-width: 767px) {
    .left-static, .right-static { width: 94%; margin: 0px;}
    .right-static-img, .left-static-img{ width: 94%;}
    .static-pages-dis{ position: static; top: 0%; transform: translateY(0%);}
    .static-pages.right-static-img{ float: none; }

}