/*
Theme Name: Hustler
Theme URI: https://www.pabbly.com/hustler-wordpress-theme/
Author: Pabbly Team
Author URI: https://www.pabbly.com/
Description:  The Hustler Theme for WordPress is clutter free with 6 column featured area. In 6 column featured area, you can highlight your favorite blogs.
Version: 1.2.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hustler
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Lato', sans-serif;
    color: #404040;
    font-size: 16px !important;
    line-height: 1.5;
    background-color:#fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}
label {
    font-size: 18px;
}
a {
    background-color: transparent;
    word-wrap:break-word;
    text-decoration:none;
}
a:focus{
    outline:none !important;
}
a:active,
a:hover {
    outline: 0;
    text-decoration:none;
}

abbr[title] {
    border-bottom: 1px dotted;
}
.widget-area .search-form input[type='search']::-webkit-input-placeholder {
    color: #35302F !important;
    font-family: 'proxima_novalight';
}
.widget-area .search-form input[type='search']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #35302F !important;
    font-family: 'proxima_novalight';
}
.widget-area .search-form input[type='search']::-moz-placeholder { /* Firefox 19+ */
    color: #35302F !important;
    font-family: 'proxima_novalight';
}
.widget-area .search-form input[type='search']:-ms-input-placeholder { /* IE 10+ */
    color: #35302F !important;
    font-family: 'proxima_novalight';
}
.widget-area .search-form input[type='search']:-moz-placeholder { /* Firefox 18- */
    color: #35302F !important;
    font-family: 'proxima_novalight';
}
b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    color:#1a1a1a;
    font-weight:bold;
}
p{
    margin-bottom: 1em;
    font-size: 18px;
    word-wrap: break-word;
}
li {
    font-size: 18px;
}
mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button ,input[type="submit"],input[type="button"]{
    overflow: visible;
    background-color: #233f90;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
    color: white;
    padding: 3px 12px;
    max-width: 100%;
}

button,
select {
    text-transform: none;
}


button[disabled],
html input[disabled] {
    cursor: default;
}


input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 5px;
    border: 1px solid #a09999;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.site_title_descrip{
    margin-top: -20px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}



ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/




input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block !important;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}



.main-navigation ul ul ul {
    left: -999em;
    top: 0 !important;
}

.main-navigation ul ul a {
    width: 110px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/******************************************************************************************************************/



header{
    /*background-color: #2c4eaf;*/
    width: 100%;
    z-index: 99999;
}
.mean-container .mean-nav ul li a.mean-expand{
    height: 38px !important;
}
.fixed{
    position: fixed !important;
    background-color: white !important;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    animation-name: fadeInDown;
}
.fixed .head_logo {
    padding: 8px 0;
    margin: 6px 0;
}
.head_logo_1{
    display: none;
}
.head_logo img {
    max-width: 140px;
    max-height: 35px;
}
.logo_img{
    display: none;
}
.head_logo{
    padding: 24px 0;
}
.page_head{
    background-image: url(assets/images/head_bg.jpg);
    background-size: cover;
    background-position: center;
    
}
.page_heading_con {
    margin: 100px 0;
    text-align: center;
    animation-name: pulse;
    animation-delay: .5s;
}
.page_heading_con h1 {
    font-size: 40px;
    color: white;
    margin-top: 0;
    margin-bottom: 22px;
}
.page_heading_con h4 {
    font-size: 24px;
    font-weight: 300;
    color: white;
}
.feature_con{
    background-color: #edf1f8; 
    padding:25px 0 72px 0;
    border-bottom: 2px solid #e9e9e9;
}

.features .feat {
    background-color: white;
    padding: 15px 25px 22px 25px;
    box-shadow: rgb(225, 229, 235) 0px 0px 8px 3px;
    margin: 50px 5px 15px 5px;
    transition: all 0.5s ease;
    border-radius: 3px;
    animation-name: fadeInDown;
}
.features .feat:hover {
    transform: translate(0,-4px);
    box-shadow: 8px 8px 8px rgba(0,0,0,.19), 0 2px 10px rgba(0,0,0,.12);
}
.feat img {
    float: left;
    margin-right: 9px;

}

.feat i {
    float: left;
    margin-right: 9px;
    margin-top: -11px;
    color:rgb(218, 73, 88);
}
.col-red{
    color:#da4958;
}
.col-blue{
    color:#6772e5;
}
.feat_head {
    margin-bottom: 25px;
    display: initial;
}
.feat_head i{
    font-size: 40px;
    float: left;
    margin-right: 15px;
}
.feat p {
    line-height: 25px;
    margin-top: 20px;
    color: #000;
    font-size: 17px;
}
.feat_head h4 , .feat_btn{
    font-weight: 700;
}
.feat_btn {
    padding: 7px 13px !important;
    border-radius: 5px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    border: 1px;
}
.feat_head h4 {
    font-size: 23px;
    color: black;
}
.btm_feat_con{
    background-image: url(../images/ads_bar.png);
    background-repeat: repeat-x;
    padding: 62px;
}
.btn_feat_1:hover {
    background-color: #189554 !important;
}
.btn_feat_1 {
    background-color: rgb(31, 172, 98) !important;
    border-color: rgb(31, 172, 98);
}
.btn_feat_2 {
    background-color: rgb(103, 114, 229) !important;
    border-color: rgb(75, 86, 201);
}
.btn_feat_2:hover {
    background-color: #3947d9 !important;
}
.btn_feat_3{
    background-color: rgb(4, 169, 214) !important;
    border-color: rgb(0, 141, 186);
}
.btn_feat_3:hover {
    background-color: #3071a9 !important;
}
.btn_feat_4{
    background-color: rgb(218, 73, 88) !important;
    border-color: rgb(190, 45, 60);
}
.btn_feat_4:hover {
    background-color: #c62838 !important;
}
.btn_feat_5{
    background-color: rgb(9, 110, 177) !important;
    border-color: rgb(0, 82, 149);
}
.btn_feat_5:hover {
    background-color: #074a77 !important;
}
.btn_feat_6{
    background-color: rgb(223, 126, 47) !important;
    border-color: rgb(195, 98, 19);
}
.btn_feat_6:hover {
    background-color: #c5671a !important;
}
.home_blog {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 65px;
    background-color: #fff;
}
.blg_head h2 {
    font-size: 35px;
}
.blg_head h4 {
    line-height: 30px;
    color: black;
    font-size: 18px;
}
.sli_img {
    text-align: center;
    position: relative;
}
.hp_blg_slider .sli {
    box-shadow: rgb(225, 229, 235) 0px 0px 8px 3px;
    padding: 15px;
    padding-top: 90px;
    position: relative;
    margin-right: 25px;
}
.hp_blg_slider img {
    position: absolute;
    top: -165px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95px !important;
    height: 87px;
    padding: 5px;
    background-color: white;
    border: 1px solid #e8dcdc;
}
.blg_head {
    margin-bottom: 85px;
}
.pabbly_support_section .sli p {
    line-height: 23px;
    font-size: 16px;
}
.sli p{
    line-height: 25px;
    color: #000;
    font-size: 16px;
}
.sli .author a{
    text-decoration:none;
}
.sli .author {
    margin: 30px 0 25px 0;
    color: #000;
    font-size: 16px;
}
.pabbly_support_section .flex-control-paging li a{
    background-color:transparent !important;

}
.hp_blg_slider {
    margin-top: 140px;
}
.flex-direction-nav a{
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.22);
}
.flex-direction-nav a :hover{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.25) !important;
}
.flex-direction-nav .flex-prev {
    background-image: url(assets/images/Aerrow-left.png);
    background-repeat: space;
    background-position: center;
    left: 0;
}
.flex-direction-nav .flex-next {
    background-image: url(assets/images/Aerrow-right.png);
    background-repeat: space;
    background-position: center;
    right: 0;
}
.flex-control-nav {
    bottom: -65px !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: 120px !important;    
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 145px !important;    
}
.flex-control-paging li a.flex-active {
    background: rgba(24, 91, 241, 0.9) !important;
}
.flex-control-paging li a {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
}
.flexslider .slides > li {
    text-align: -webkit-center !important;
    text-align: center;
}
.flex-direction-nav a,.flex-direction-nav a:before{
    color:transparent !important;
}
.flex-direction-nav .flex-prev:before{
    font-size: 25px;
    margin:4px 4px 0 0;
}
.flex-direction-nav .flex-next:before{
    font-size: 25px;
    margin: 3px 8px 0 0;
}
.bottom_feature{
    background-color: #edf1f8;
}
.botm_fea_img img {
    width: 120px;
    height: auto;
    padding: 25px 0;
}
.botm_fea_img {
    display: inline-block;
    margin: 0 15px;
}
.bottom_ads {
    background: linear-gradient(to right, #1a43b5 , #26b3d0);
}
.btm_ads_con{
    text-align: center;
    padding: 70px 0; 
}
.btm_ads_con h2{
    padding-bottom: 20px ;
    color:white;
    font-size: 35px;
}
.btm_feat_con {
    text-align: center;
}
.ads_btn{
    font-size: 25px;
    color:white;
    border-radius: 5px;
    border:1px;
    padding: 11px 35px;
}
.ads_btn_1{
    background-color: rgb(31, 172, 98);
    border-color: rgb(3, 144, 70);
    margin-right: 22px;
}
.ads_btn_1:hover {
    background-color: #189554;
}
.ads_btn_2{
    background-color: rgb(218, 73, 88);
    border-color: rgb(190, 45, 60);
}
.ads_btn_2:hover {
    background-color: #c62838;
}
.my_cen{
    text-align: center;
}
.foot_1 ,.foot_head{
    margin-bottom: 20px;
}
footer{
    background-color: #333333;
    padding-top: 40px;
}
.foot_1_img{
    margin-bottom: 15px;
}
.foot_1 p,.foot_head li a,.copy_right span a{
    color: rgb(151, 151, 151);
    line-height: 24px;
    font-size: 16px;
}
.foot_1 p,.foot_head li a,.copy_right{
    margin-bottom: 10px;
}
.foot_head span {
    color:white;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 17px;
}
.foot_head .listing{
    margin-top: 20px;
}
.footer_con {
    margin: 0 -75px;
}
.foot_head li{
    list-style:none;
}
.foot_head li a,.copy_right span a{
    text-decoration: none;
}
.foot_head li a:hover ,.copy_right span a:hover {
    color: white;
}
.copy_right{
    margin-top: 20px;
}


/*//////////////////////////////////////////////// pabbly chat ////////////////////////////////////////////////*/

.pages_header{
    position: relative;
}
.pchat_header{
    background-color: #1a7143;
}
.my_hr{
    position: absolute;
    width: 100%;
    height: 2px;
    top: 35%;
}
.nav_menu ul li a {
    color: white;
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 10px 15px;
    z-index: -9999;
    text-decoration: none;
}
.menu li:last-child a{
    padding-left: 0; 
}
.menu li:last-child {
    font-size: 15px;
    padding: 6px 20px;
    background-color: rgb(55, 179, 93);
    border-color: rgb(27, 151, 65);
    border-radius: 5px;
    border: 1px;
    color: white;
}
.menu li:last-child a{
    padding:0;
}
.nav-menu_con ul.menu li.yes_child ul li:last-child a {
    padding-left: 15px;
}

.nav-menu_con ul.menu li:last-child {
    margin-left: 20px;
}
.nav_menu ul{
    float: right;
}
.fixed nav.nav-menu_con ul li a {
    color: black !important;
}
.fixed nav.nav-menu_con ul li:last-child a {
    color: white !important;
}
.pages_header .nav-menu_con ul li {
    margin-left: 0.4em;
}
.psmall_nav_menu ul li a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}
nav.nav-menu_con ul.sub-menu {
    margin-top: 20px;
}
.my_hr_chat{
    background-color: #307e55;
}
.head_content-1 a img {
    margin-top: -8px;
}
.p_pages_head_content_1 {
    padding-top: 7px;
    margin: 0 -75px;
}
.pages_header .nav_menu {
    padding: 25px 0;
}
.pages_header .head_logo {
    padding: 22px 0 15px 0;
}
.psmall_nav_menu ul#primary-menu li:last-child > a{
    margin-left: -0.7em;
}
.psmall_nav_menu ul#primary-menu li.yes_child:last-child > ul.sub-menu li a{
    margin-left: 0 !important;
}
.psmall_nav_menu ul#primary-menu li ul li:last-child > a {
    color: black !important;
    margin-left: 0 !important;
}
.pchat_nav_menu ul li a,
.pchat_nav_menu ul#primary-menu li:last-child > a,
.pchat_nav_menu .yes_child:after {
    color: #24965a !important;
}
.psmall_nav_menu .yes_child .sub-menu{
    margin-top: 5px;
}
.psmall_nav_menu li.yes_child a{
    padding-bottom: 0;
}
.psmall_nav_menu li.yes_child{
    padding-bottom: 0;
}
.psmall_nav_menu ul {
    float: right;
    margin-right: 10px;
}
.pchat_page_head{
    background-image: url(assets/images/pchat_head_bg.png);
    background-size: cover;
}
.pabbly_feature_con .feature_head {
    text-align: center;
    margin: 90px 0 30px 0;
}
.pages_header .head_content {
    margin: -15px -75px;
}
.get_start {
    clear: both;
    padding: 0 15px;
    width: 80%;
    margin: 0 auto;
}
.head_btn {
    background-color: #2ac875 !important;
    margin-top: 20px;
    border-radius: 5px;
    padding: 11px 27px !important;
    color: white;
    font-weight: 300;
    display: inline-block;
    font-size: 19px !important;
    box-shadow: 8px 8px 8px rgba(0,0,0,.19), 0 2px 10px rgba(0,0,0,.12);
}
.pages_page_head .head_btn:hover {
    animation-name: pulse;
    color: white;
}
.pages_page_head .head_input {
    padding: 14px 30px;
    /* text-align: center; */
    font-size:15px;
    background-color: white;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.07) inset;
    border: 1px;
    margin: 35px 20px;
}
.pabbly_features {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}
.pchat_feature_con{
    background-color: #ecfff4;   
}
.pabbly_feature_con{
    padding-bottom: 60px;
}
.feature_head h1{
    margin-bottom: 20px;
    font-size: 35px;
}
.pchat_feature_con .feat_head i{
    color:#25c16f;
}
.feature_head {
    text-align: center;
    margin: 100px 0 70px 0;
}
.pabbly_features .feat:hover {
    transform: translate(0,-4px);
    box-shadow: 8px 8px 8px rgba(0,0,0,.19), 0 2px 10px rgba(0,0,0,.12);
}
.pabbly_features .feat {
    background-color: white;
    padding:25px;
    box-shadow: rgb(225, 229, 235) 0px 0px 8px 3px;
    margin: 50px 5px 0 5px;
    transition: all 0.5s ease;
    animation-name: fadeInDown;
}
.pchat_feature_con .feat:hover {
    box-shadow: 8px 8px 8px rgba(31, 172, 98,.19), 0 2px 10px rgba(31, 172, 98,.12);
}
.pchat_feature_con .feat,.chat_support_section .sli{
    box-shadow: rgba(31, 172, 98, 0.15) 0px 0px 10px 3px;
}
.chat_support_section .flex-control-paging li a.flex-active{
    background-color: rgba(22, 127, 72, 0.15) !important;
}

.pabbly_feat_btn{
    padding: 7px 13px !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: 1px;
}
.pchat_feat_btn {
    background-color: rgb(31, 172, 98) !important;
    border-color: rgb(31, 172, 98) !important;
}
.pchat_feat_btn:hover {
    background-color: rgb(25, 130, 75) !important;
}
.pay_sec_head{
    margin-top: 80px;
    text-align: center;
    margin-bottom: 10px;
}
.pay_sec_head h1 ,.support_head h2 ,.trails_sec_con h1{
    font-size: 35px;
}
.pay_section .flexslider:hover .flex-direction-nav .flex-next {
    right: -50px !important;
}
.pay_section .flexslider:hover .flex-direction-nav .flex-prev {
    left: -50px !important;
}
.chat_pay_section .price_box{
    color: rgb(31, 172, 98);
}
.chat_pay_section .pay_box .price_con {
    background-color: rgb(31, 172, 98);
}
.chat_pay_section .pay_box .price_btn{
    color: #187343;
    box-shadow: 0 3px 0 #137944;
}
.chat_pay_section .pay_box .price_btn:hover{
    background-color: #137944 !important;
}
.pay_section .flex-direction-nav {
    display: none;
}

.price_box span.doller ,
.price_box span.rate.rate-content ,
.price_box span.month,
.price_box span.duration {
    font-weight: bold;
}

.price_box span.doller {
    font-size: 40px;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 3px;
    display: inline-block;
}
.price_box span.rate.rate-content {
    font-size: 80px;
}
.price_box span.month {
    font-size: 20px;
}
.price_box span.duration {
    font-size: 25px;
}
.pay_box .price_box {
    background: #fff;
    padding: 30px 10px 25px 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    font-weight: 500;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.payment_con .pay_box {
    box-shadow: rgb(225, 229, 235) 0px 0px 8px 3px;
    margin: 39px 0;
    max-width: 350px;
}
.pay_box .price_con {
    padding: 40px 40px 50px 40px;
    text-align: center;
    /*background-color: #0175c6;*/
}
.pay_section .flex-control-nav {
    display: none;
}
.price_con  p{
    color:white;
    font-weight: 600;
    font-size: 20px;
}
input.price_btn{
    background: #fff;
    padding: 9px 25px 9px 25px ;
    margin-top: 15px ;
    font-size: 21px !important;
    border: 1px;
    box-shadow: 0 3px 0 #1f4f79;
    border-radius: 4px;
    color:#1f4f79 ;
}
input.price_btn:hover {
    background: #1f4f79 !important;
    text-decoration: none !important;
    color: #fff !important;
}
.flex-direction-nav a {
    background-color: white;
}
.chat_support_section{
    background-color: #ecfff4;
}
.pabbly_support_section{
    padding-bottom: 50px;
}
.pabbly_support_section .sli{
    background-color: white;
}
.pabbly_support_section .flexslider{
    background-color: transparent;
    border-color: transparent;
    clear: both;
}
.pabbly_support_section ul.flex-direction-nav {
    display: none;
}
.pabbly_support_section .flex-direction-nav a {
    top:70%
}
.pabbly_support_section .hp_blg_slider {
    margin-top: 0;
}
.support_head{
    text-align: center;
    margin: 90px 0 100px 0;
}
.support_head h2{
    margin-bottom: 15px;
}
.chat_trail_section {
    background: linear-gradient(to right, #298c57 , #26b3d0);
}
.trails_sec_con{
    text-align: center;
    padding: 65px;
}
.trails_sec_con h1{
    color:white;
    margin-top: 15px;
    margin-bottom: 35px;
}

.psmall_nav_menu ul#primary-menu li:last-child{
    margin-top: -5px;
    background-color: transparent;
    padding: 6px 0;
}

.trail_txtbox{
    padding: 9px 12px !important;
    background-color: white;
    border-radius: 3px;
    border: 1px;
    font-size :16px;
    margin-right: 12px;
    margin-bottom: 15px;
}
.trail_btn{
    padding: 6px 13px !important;
    border-radius: 4px;
    border: 1px;
    font-size: 20px !important;
    color: white;
    padding-bottom: 7px !important;
}
.chat_trail_btn{
    background-color: #37b35d !important;
}
.chat_trail_btn:hover{
    background-color: #34a557 !important;
}





/*//////////////////////////////////////////////// Pabbly Email ////////////////////////////////////////////////*/


.pemail_header{
    background-color: #b32b2b;
}
.pemail_nav_menu ul li a,.pemail_nav_menu .yes_child:after{
    color:#dd4444;
}
.my_hr_email{
    background-color: #ba3d3d;
}
.email_menu_btn{
    background-color: #f83e3e !important;
    border-color: #db3737 !important;
}
.pemail_page_head{
    background-image: url(assets/images/pemail_head_bg.png);
    background-size: cover;
}
.pemail_header .menu li:last-child {
    background-color: #f83e3e ;
    border-color: #db3737 !important;
}
.psmall_nav_menu .menu li:last-child {
    background-color: transparent !important;
}
.pemail_feature_con .feat_head i{
    color:#f05050;
}
.pemail_feat_btn {
    background-color: #f05050 !important;
    border-color: #d04040 !important;
}
.pemail_feature_con{
    background-color: #ffeee3;   
}
.pemail_feat_btn:hover {
    background-color: #b72b2b !important;
}
.pemail_feature_con .feat,.email_support_section .sli{
    box-shadow: rgba(232, 108, 108, 0.15) 0px 0px 10px 3px;
}
.email_support_section .flex-control-paging li a.flex-active {
    background-color: rgb(239, 167, 120) !important;
}

.pemail_feature_con .feat:hover {
    box-shadow: 8px 8px 8px rgba(232, 108, 108,.19), 0 2px 10px rgba(232, 108, 108,.12);
}
.email_pay_section .price_box {
    color: #f05050;
}
.email_pay_section .pay_box .price_con {
    background-color: #f05050;
}
.email_pay_section .pay_box .price_btn:hover {
    background-color: #b72b2b !important;
}
.email_pay_section .pay_box .price_btn {
    color: #b72b2b;
    box-shadow: 0 3px 0 #b72b2b;
}
.email_support_section{
    background-color: #ffeee3;
}
.email_trail_section {
    background: linear-gradient(to right, #ef3b3b , #ea9d65);
}
.email_trail_btn{
    background-color: #ef3b3b !important;
}
.email_trail_btn:hover{
    background-color: #c73838 !important;
}


/*//////////////////////////////////////////////// Pabbly SMTP ////////////////////////////////////////////////*/


.psmtp_header{
    background-color: #0c67a5;
}
.psmtp_nav_menu ul li a{
    color:#3c9de0;
}
.my_hr_smtp{
    background-color: #2375ad;
}
.smtp_menu_btn{
    background-color: #2446a7 !important;
    border-color: #1d398b !important;
}
.psmtp_page_head{
    background-image: url(../images/psmtp_head_bg.png);
    background-size: cover;
}
.psmtp_feature_con .feat:hover {
    box-shadow: 8px 8px 8px rgba(9, 110, 177,.19), 0 2px 10px rgba(9, 110, 177,.12);
}
.psmtp_feature_con .feat,.smtp_support_section .sli{
    box-shadow: rgba(9, 110, 177,.15) 0px 0px 10px 3px;
}
.psmtp_feature_con .feat_head i{
    color:#096eb1;
}
.psmtp_feat_btn {
    background-color: #096eb1;
    border-color: #095d94;
}
.psmtp_feat_btn:hover {
    background-color: #165a86;
}
.psmtp_feature_con{
    background-color: #f0faff;   
}
.smtp_pay_section .price_box {
    color: #096eb1;
}
.smtp_pay_section .pay_box .price_con {
    background-color: #096eb1;
}
.smtp_pay_section .pay_box .price_btn:hover {
    background-color: #165a86 !important;
}
.smtp_pay_section .pay_box .price_btn {
    color: #165a86;
    box-shadow: 0 3px 0 #165a86;
}
.smtp_support_section .flex-control-paging li a.flex-active {
    background-color: #2498e4 !important;
}
.smtp_support_section{
    background-color: #f0faff;
}
.smtp_trail_section {
    background: linear-gradient(to right, #135e91 , #239bcb);
}
.smtp_trail_btn{
    background-color: #2650c8;
}
.smtp_trail_btn:hover{
    background-color: #1a3c9c;
}



/*//////////////////////////////////////////////// Pabbly Subscriptions ////////////////////////////////////////////////*/


.psubs_header{
    background-color: #424cb0;
}
.psubs_nav_menu ul li a,.psubs_nav_menu .yes_child:after{
    color:#7780da;
}
ul#pabbly-subsciptions_menu li:last-child {
    background-color: #626dda;
}
.my_hr_subs{
    background-color: #525bb7;
}
.subs_menu_btn{
    background-color: #626dda !important;
    border-color: #3f48a9 !important;
}
.psubs_page_head{
    background-image: url(assets/images/psubs_head_bg.png);
    background-size: cover;
}
.psubs_feature_con .feat_head i{
    color:#6772e5;
}
.psubs_feat_btn {
    background-color: #6772e5 !important;
    border-color: #3842ad !important;
}
.psubs_feat_btn:hover{
    background-color: #404cca !important;
}
.psubs_feature_con{
    background-color: #ece6ff;   
}
.psubs_feature_con .feat, .subs_support_section .sli {
    box-shadow: rgba(103, 114, 229, .15) 0px 0px 10px 3px;
}
.psubs_feature_con .feat:hover {
    box-shadow: 8px 8px 8px rgba(103, 114, 229,.19), 0 2px 10px rgba(103, 114, 229,.12);
}
.subs_pay_section .price_box {
    color: #6772e5;
}
.subs_pay_section .pay_box .price_con {
    background-color: #6772e5;
}
.subs_pay_section .pay_box .price_btn:hover {
    background-color: #404cca !important;
}
.subs_pay_section .pay_box .price_btn {
    color: #404cca;
    box-shadow: 0 3px 0 #404cca;
}
.subs_support_section{
    background-color: #ece6ff;
}
.subs_support_section .flex-control-paging li a.flex-active{
    background-color: #bfb8d2 !important;
}
.subs_trail_section {
    background: linear-gradient(to right, #424aa2 , #9880d6);
}
.subs_trail_btn{
    background-color: #6772e5 !important;
}
.subs_trail_btn:hover{
    background-color: #5d67d0 !important;
}
.clear{
    clear:both;
}






/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



h1.page_title {
   
}
.page-content {
    margin-top: 44px;
    margin-bottom: 80px;
}
.page-content .content-bar {
    margin-bottom:50px;
    line-height: 24px;
    /* margin-left: 10px; */
    margin-top: 40px;
}
ol.commentlist {
    position: relative;
}
.page-content .content-bar h1, .page-content .content-bar h2,
.page-content .content-bar h3, .page-content .content-bar h4,
.page-content .content-bar h5, .page-content .content-bar h6 {
    margin-bottom:18px;
}
.content-bar img {
    margin-bottom: 10px;
}
.page-content .content-bar .post {
    margin-bottom: 30px;
}
.page-content .content-bar .post .post_meta {
    list-style-type:none;
    color:#aba9a9;
    padding-top:5px;
    padding-bottom:0;
    line-height: 28px;
    padding-left:3px;
}
blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote {
    min-height: 40px;
}
.page-content .content-bar .post .post_meta .posted_by {
}
.page-content .content-bar .post .post_meta .post_date {
}
.page-content .content-bar .post .post_meta .post_category {
}
.page-content .content-bar .post .post_meta .postc_comment {
}
.page-content .content-bar .post .post_title {
    padding-left:1px;
    padding-top:0;
    margin-top:13px;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.5em;
}
.page-content .content-bar .post .post_title a {
    color:#464242;
    line-height: 1.5em;
}
.page-content .content-bar .post .post_meta li {
    display:inline;
    margin-left:0px;
    margin-right:10px;
}
.page-content .content-bar .post .post_meta li,
.page-content .content-bar .post .post_meta li span,
.page-content .content-bar .post .post_meta li span a,
.page-content .content-bar .post .post_meta a{
    font-size: 14px;
    color:#A29E9E;

}

.content-bar.single_page .post_content,
.content-bar.single_page .post_content p {
    /*  font-size: 18px; */
}
.page-content .content-bar .post .post_meta a:hover {
    color: #655959;
}
.page-content .content-bar .post .post_meta li span.glyphicon {
    margin-right: 5px;
}
.page-content .content-bar .post .post_content {
    overflow:hidden;
    text-shadow:0 1px 0 #fff;
    line-height: 25px;
    /*    padding-top: 10px; */
}
.post_content .tag {
    margin-bottom: 10px;
}
.page-content .content-bar .post .post_content img.postimg {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid #C5C3C3;
    border-radius: 0;
}
.page-content .content-bar .post.single .post_content img {
    max-width:100%;
    height:auto;
    background:none;
    padding:0;
}
.page-content .content-bar .post .post_content .read_more {
    display: table;
    text-transform: uppercase;
    color: rgba(78, 7, 7, 0);
/*    float: left;*/
    font-size: small;
    background: #2c4eaf;
    border-radius: 4px;
    padding: 6px 12px;
    margin-top: 12px
}
.page-content .content-bar .post .post_content .read_more:hover {
    background: #1c3da0;
}
.page-content .content-bar .post-seprater {
    height:5px;
    margin-top:20px;
}
#nav-single {
    overflow: hidden;
    margin-bottom: 20px;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
    color: royalblue;
}
#respond h3 {
    color: rgba(0, 0, 0, 0.63);
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 20px;
}
#respond input {
    border: none;
    color: #fff;
    font-size: 18px;
    background: #233f90;
    border-radius: 4px;
    padding: 6px 12px;
}
h2.comments-title {
    font-size: x-large;
}
ol.commentlist {
    padding: 0;
    padding-top: 5px;
    font-size: 15px;
    position: relative;
    list-style: none;
    /* border: 1px solid #d7d5d5; */
    overflow: hidden;
    margin-bottom: 30px !important;
    background: #fff;
    line-height: 1.6em;
}
li.comment ul.children {
    margin-top: 30px;
}
ol.commentlist .comment{
    margin-bottom: 25px;
    position: relative;
    padding: 5px;
    padding-left: 0;
}
ol.commentlist ul .comment {
    padding-right: 0;
}
ol.commentlist .comment:last-child {
    margin-bottom: -5px;
}
.comment span.says {
    display: none;
}
.comment-metadata .edit-link{
    margin: 10px 20px 0 5px;
    font-weight: 600;
    font-size: 14px;
}
.comment-metadata{
    color: #898c85;
    padding: 8px 0 14px;
    width: 100%;
}
.comment-author.vcard .fn {
    font-weight: 100;
    color: #000;
}
ol.commentlist li.comment .reply {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.comment-metadata time {
    font-size: 14px;
}
.comment-metadata a {
    color: #898c85;
}
p.comment-form-author #author,
p.comment-form-email #email,
p.comment-form-url #url{
    background-color: transparent;
    border: 1px solid gray;
    color: black;
    padding: 10px;
    width: 50%;
    box-shadow: rgba(225, 229, 235, 0.23) 0px 0px 8px 3px;
}
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
    display: none;
}
ol.commentlist li.comment .reply a {
    font-size: 16px;
    display: block;
    color: #fff;
    background-color: #4987bc;
    padding: 4px 20px;
    border-radius: 2px;
}
li.comment article.comment-body .comment-content {
    margin-top: -10px;
}
li.comment article.comment-body {
    background-color: rgba(245, 240, 240, 0.45);
    position: relative;
    padding: 25px;
    padding-bottom: 50px;
    box-shadow: 0 2px 0 #e6e6e6;
    border: 1px solid #f3e9e9;
}
.commentlist .comment-content p {
    clear: both;
    font-size: 16px;
}
.comment-meta img.avatar.avatar-32.photo {
    display: none;
}
footer.comment-meta {
    background-color: transparent;
    padding: 0 5px 10px 2px;
}
aside.widget-area {
    margin-left: 15px;
    margin-top: 30px;
}
.widget-area ul li a {
    color: #6c6c6c;

}
.widget-area .widget-title {
    font-size:22px;
}
.widget-area ul li {
    list-style:none;
    margin: 5px 0;
    transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
}
.widget-area ul li:hover > a{
    color:#000;
}
.widget-area ul li:hover{
    margin-left: 15px;
}
.widget-area ul li:before {
    content: "\f138";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
    margin-left: 2px;
    color: #988d8d;
    transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
}
.widget-area ul {
    padding-left: 0;
}
.widget-area .menu li:last-child ,footer .menu li:last-child {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
}
footer h2.widget-title {
    color: white;
}
footer .widget a ,footer .widget p{
    color: rgb(151, 151, 151);
    font-size: 16px;
}
footer .widget ul {
    padding-left: 0;
}
footer .widget td, footer .widget th {
    color: rgb(151, 151, 151);
}
footer .widget ul li {
    list-style: none ;
    color: rgb(151, 151, 151);
}
p.comment-form-comment #comment {
    box-shadow: rgba(225, 229, 235, 0.23) 0px 0px 8px 3px;
}
input.search-submit {
    border-radius: 3px;
    color: white;
    border: 1px;
    padding: 6.5px 12px;
    font-size: 18px !important;
}
.widget input.search-field {
    padding: 7px;
}
section.custom_search {
    margin-top: 20px;
}
.contact_page .btnSubmit {
    color: white;
    padding: 6px 12px;
}
.contact_page .btnSubmit:hover{
    background-color: #233f90;
}
.footer_con h2.widget-title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 0;
}
footer .widget a{
    line-height: 24px;
    font-size: 16px;
}
footer .widget a:hover {
    color: #fff;
}

/*/////////////////////--------------Payment Section---------------------//////////////////////////*/


.cen{
    text-align:center;
}
.payment_section {
    width: 90%;
    padding: 25px 0;
    margin: 0 auto;
    /*border: 1px solid;*/
}
.payment_head {
    margin-bottom: 40px;
}
.payment_head .head{
    font-family: 'proxima_novabold';
}
.payment_head h3.sub-head {
    font-family: 'proxima_nova_rgregular';
}
.payment_price {
    text-decoration: none;
    border: 0.3rem solid #856ec6;
    border-radius: 4px;
    color: black; 
    display: block;
    margin: 0.5em auto;
    padding: 0 1em 1em;
}
.payment_price h4 {
    margin: -15px 15px 20px;
    font-family: 'proxima_nova_rgregular';
}
.payment_price_con a.price_sub h3 {
    font-family: 'proxima_nova_rgregular';
}
.payment_price li {
    display: inline;
    font-weight: 600;
}
.payment_price li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    margin: 0 5px 0 15px;
}
.price_sub {
    border-radius: 4px;
    display: block;
    color: black;
    text-decoration: none;
    margin: 0.5em auto;
    padding: 0.5em 0.75em 0.65em 0.75em;
    border: 0.3rem solid #d8c6a6;
}
.p_sub_first_con {
    padding: 0 10px 0 0;
}
.p_sub_second_con {
    padding: 0 0 0 10px;
}
hr.sml_hr {
    width: 40%;
}
.compair_sec_both{
    position:relative;   
}
.compair_sec_con {
    margin-top: 30px;
    /*position: relative;*/
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.compair_sec_pabbly {
    border-right: 1px solid rgba(0,0,0,0.15);
}
.compair_sec_others {
}
.compair_logo {
    /*margin-left: -10px;*/
}
.logo_con {
    text-align: left;
    margin-bottom: 10px;
}
.compair_sec_con .compair_sec_pabbly ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3cb371;
    margin-right: 10px;
}
.compair_sec_con ul li {
    list-style: none;
    text-align: left;
}
.compair_sec_con ul {
    padding-left: 30%;
}
.compair_sec_con .compair_head {
    padding: 0 0 0.65em 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    font-size: 19px;
    font-family: 'proxima_novabold';
}
h3.compair_others_head {
    text-align: left;
    padding-left: 30px;
}

.compair_sec_others:before{
    content: "VS";
    position: absolute;
    line-height: 2.5;
    font-size: 30px;
    font-weight: bold;
    background-color: #283c46;
    width: 70px;
    left: -35px;
    z-index: 999;
    height: 70px;
    border-radius: 50%;
    color: white;

}
.hide_xs_p,.hide_xs_o{
    display:none;
    margin: 0 auto !important;
    font-size: 4.8rem !important;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}
.hide_xs_p{
    color: #3cb371;
}
.hide_xs_o{
    color: #e55235;
}

h4.compair_others_head {
    padding-left: 25px !important;
}
.compair_sec_others ul {
    border-left: 1px solid rgba(0,0,0,0.15);
    margin-top: -5px;
    padding-top: 5px;
}
.compair_sec_both ul {
    padding-bottom: 25px;
    margin-bottom: -5px;
}
.compair_notice {
    border-top: 1px solid rgba(0,0,0,0.15);
    /*margin-top: -10px;*/
}
.compair_notice a {
    margin: 0 auto !important;
    font-size: 4.8rem !important;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}
.compair_notice .notice_left a {
    color: #3cb371;
}
.compair_notice .notice_right a {
    color: #e55235;
}
.compair_notice .amount {
    text-align: left;
    padding-left: 15%;
}
.others_data_con .logo_con h4 span {
    font-size: 22px;
}
.compair_notice .notice_left {
    float: left;
    border-right: 1px solid rgba(0,0,0,0.15);
}
.compair_notice .notice_right {
    float: right;
}
h3.compair_notice_head {
    margin-bottom: 16px;
}
.compair_notice_both {
    /*margin-top: -10px;*/
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.notice_2{
    margin-top :0;
}
.payment_section p .trial_btn {
    transition: all 0.2s ease;
    display: inline-block;
    background-color: #2ac875;
    margin-top: 20px;
    border-radius: 25px;
    padding: 11px 27px;
    color: white;
    font-weight: 300;
    font-size: 19px !important;
    box-shadow: 5px 5px 8px rgba(0,0,0,.19), 0 2px 5px rgba(0,0,0,.12);
}
.payment_section p .trial_btn:hover {
    animation-name: pulse;
}
.page-content .content-bar .post .post_meta {
    list-style-type: none;
    color: #aba9a9;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 28px;
    padding-left: 3px;
}

.head_logo h1.site-title a{
    font-size: 36px;
    color: #7bd0f1;
    font-weight: 500;
    text-decoration: none;
}

.site_title_descrip .site-description{
    color: #7bd0f1;
}

.textwidget{
    color: rgb(151, 151, 151);
}

section#custom_html-6 {
    margin-bottom: 0px;
}

section#custom_html-9{
    margin-bottom: 0px;
}

section#custom_html-12{
    margin-bottom: 0px;
}