/* Contact Form 7 */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"]
{
    background-color: #fafafa;
    color: #777777;
    width: 520px;
    height: 40px;
    font-size: 20px;
    border: 2px solid #e7e7e7;
}

.wpcf7 textarea
{
    background-color: #fafafa;
    color: #777777;
    width: 520px;
    font-size: 20px;
    border: 2px solid #e7e7e7;
}
.wpcf7-submit{
    text-decoration: none;
    background: #fec800;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 15px 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0.1s;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: center;
    border-radius: 4px;
    width: 93%;
    margin-left: 19px;
    float: left;
}

.wpcf7-submit:hover{
    cursor: pointer;
    text-decoration:none;
    color:#FFF;
    filter: brightness(1.05);


}

/* thumbnail left - trade update posts */


.lcp_catlist img { float:left; margin:5px 10px 5px 0; }
.lcp_catlist li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both;}
#content ul.lcp_catlist li {list-style-type:none;}
.thumbstuff {
    position: absolute;
    left: 0;
    top: 3px;

}

.lcp_catlist li {
    clear: both;
    display: inline-table;
    padding-left: 110px;
    margin-bottom: 0px;
    position: relative;
    border:0;

}


.lcp_catlist a {
    font-size: 18px;
    text-decoration: none;
    color: #004a80 !important;
    width:33% !important;
}

.lcp_catlist a:hover {

}

span.lcp_excerpt{

}

.thumbstuff {
    float: left;
    margin: 0 0 0 0;
}

.lcp_catlist li {
    list-style-type: none;
    overflow: auto;
    padding: 10px;
    width:95%;
}

/* links */

a:hover {
    color: #ffffff;
}


/* member menu */
#membermenu ul {

}

#membermenu li{
    height: 18px;
    width: 290px;


}

#membermenu a:link, #membermenu a:visited {
    text-decoration: none !important;
    color: #004a80;

}

#membermenu a:hover, #membermenu a:active {
    color: #004a80;
}

#headerfullwidth{margin: 0 auto; background-image: url(../png/backpart.png) !important;}

/* Everest Counter */

.ec-counter-items-wrap {
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

.ec-shortcode-outer-wrap.ec-template3 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template4 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template5 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template6 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template9 .ec-counter-item {
    padding: 15px 20px 20px;
}
.ec-counter-items-wrap .ec-counter-item {
    margin: 2px 1% 15px;
}

/* Multi Level Affiliate thing */
#affwp-tab-content_mla_rates div {
    height: auto!important;
}


/* Social Center Icons*/
.social-solution--flexbox {
    display: flex;
    align-items: center;
}



/* Footer Styling divider between links and disclaimer*/

.footer5 {
    border-top: 1px solid #ededed;
    width: 1120px;
    margin-left:auto;
    margin-right:auto;
}

@media only screen and (max-width: 1139px) {
    .footer5 {
        border-top: 1px solid #ededed;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }

}

/* Footer Links, make them bold and color*/
.navigation-sidebar-7 li li a, .navigation-sidebar-7 li>a:only-child{
    font-weight: 700 !important;
    color: #2e82bc !important;
}

.navigation-sidebar-7 li a:hover {
    color: #005a97 !important;
}

/*** FREE BLUR RIBBON START ***/

.freeribbon {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.freeribbon:before {
    background-color: #63cdf1;     /* CHANGE PRICING RIBBON BG COLOR */
    border: 1px solid #63cdf1;     /* CHANGE PRICING RIBBON BORDER COLOR */
    color: #fff;     /* CHANGE PRICING RIBBON TEXT COLOR */
    content: 'Free';     /* CHANGE PRICING RIBBON TEXT */
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    position: absolute;
    right: -40px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 140px;
    z-index: 2;
}

/*** FREE BLUE RIBBON END ***/

/***  EXECUTIVE GREEN RIBBON START ***/

.executiveribbon {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.executiveribbon:before {
    background-color: #008b01;   /* CHANGE PRICING RIBBON BG COLOR */
    border: 1px solid #008b01;     /* CHANGE PRICING RIBBON BORDER COLOR */
    color: #fff;     /* CHANGE PRICING RIBBON TEXT COLOR */
    content: 'Executive';     /* CHANGE PRICING RIBBON TEXT */
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    position: absolute;
    right: -40px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 140px;
    z-index: 2;
}

/*** GREEN EXECUTIVE RIBBON END ***/

/***  ULTRA GOLD RIBBON START ***/

.ultraribbon {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.logged-in #menu-item-35770 {
    display: none !important;
}


.ultraribbon:before {
    background-color: #D7B740;   /* CHANGE PRICING RIBBON BG COLOR */
    border: 1px solid #D7B740;   /* CHANGE PRICING RIBBON BORDER COLOR */
    color: #fff;     /* CHANGE PRICING RIBBON TEXT COLOR */
    content: 'Ultra';     /* CHANGE PRICING RIBBON TEXT */
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    position: absolute;
    right: -40px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 140px;
    z-index: 2;
}

/*** ULTRA GOLD RIBBON END ***/

/*** FREE BLUE TAG START ***/
.freetag{
    display: inline-block;
    background: #63cdf1;
    border-radius: 6px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 14px;
    font-family: montserrat, Helvetica, sans-serif;
    font-weight: bold;
}

/*** EXECUTIE GREEN TAG START ***/
.executivetag{
    display: inline-block;
    background: #008b01;
    border-radius: 6px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 14px;
    font-family: montserrat, Helvetica, sans-serif;
    font-weight: bold;
}

/*** ULTRA GREEN TAG START ***/
.ultratag{
    display: inline-block;
    background: #D7B740;
    border-radius: 6px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 14px;
    font-family: montserrat, Helvetica, sans-serif;
    font-weight: bold;
}

/*** MENU JOIN FREE TAG START ***/
.joinfreetag{
    display: inline-block;
    background: #63cdf1;
    border-radius: 3px;
    font-size: 14px;
    color: #FFF;
    padding: 12px 20px;
    font-family: montserrat, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
    bottom: 5px;

}

/*** Makes Nav Bar Not Drop Down On Blog ***/
.op-navbar {
    position: fixed !important;
    width: 100% !important;
}

.navbar-default {
    z-index: 999 !important;
}


/*** Make blog header the right size and center text ***/
.op-blog-header-content {
    padding-top: 100px;
}

.op-blog-header-content {
    min-height: 364px !important;
}

/*** WARING OOPS RED AREA ***/

.oopstag{
    display: inline-block;
    background: #bb3a3a;
    border-radius: 12px;
    font-size: 18px;
    color: #FFF;
    padding: 5px 20px;
    font-family: montserrat, Helvetica, sans-serif;

}

/*** Stock Price Alert Tool ***/
.block__spa {
    border: 1px solid #fff;
    border-radius: 5px;
    max-width: 450px;
    font-family: raleway;
    color: #000;
    padding: 10px;
    background: #fff;
}
/*** Stock Price Alert Tool Header Gray ***/
.op-blog-post-header {
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 100%) !important;
}
#op3-designer-element #op3-element-AIsJs5Zm{border-top:1px solid #eee;border-bottom:1px solid #eee;}

/*
.navbar-nav>.menu-item-has-children>a:after{display:none;}

*/

.select2-container--default .select2-selection--single {
    margin-bottom: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -12px;}
.info__spa {
    margin-top: 20px;
    margin-bottom: 0px;
}
.wpkiller-m-op{
    margin-top:145px;
}
.wpkiller-single-title{
    font-weight:700;
}
.wpkiller-hero-head{
    background-color: #f9f9f9;
    color: #333333 !important;
}
.wpkiller-hero-head .op-homepage-hero-button{
    background-color:#fec800;
    color:#333333;
}
.wpkiller-hero-head .op-homepage-hero-button:hover{
    color:#ffff;
    background-color:#fec800;
}
.wpkiller-hero-head h1,h2,h3,h4,h5{
    color: #333333 !important;
}
.wpkiller-hero-head .op-homepage-hero-title::after {
    background-color: #333333;
}

.wpkiller-content-for-blogs .op-read-more {
    border-color: #fec800;
}
.wpkiller-pagination .page-numbers{
    display:none;
}
.wpkiller-pagination .prev.page-numbers, .next.page-numbers{
    display:inline-block;
    color: #ffffff !important;
    background-color: #fed026;
    text-decoration: none;
    letter-spacing: .5px;
    /* color: #a0a0a0; */
    margin: 0;
    text-transform: uppercase;
    border: none;
    background-image: none;
    outline: 0;
    /* -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%); */
    /* box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%); */
    transition: all .15s ease!important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.wpkiller-m-op .op-headline{
    font-weight:700;
}
.relpost-thumb-wrapper, .op-author.vcard, .the_champ_sharing_container, .the_champ_sharing_title, .code-block.code-block-3{
    display:none;
}
.wp-killer-single-wrap .relpost-thumb-wrapper, .wp-killer-single-wrap .op-author.vcard, .wp-killer-single-wrap .the_champ_sharing_container, .wp-killer-single-wrap .code-block.code-block-3{
    display:block;
}

.wp-killer-single-wrap .code-block.code-block-3 .description a {
    color: #2e84be;
}
.relpost-block-single:hover {
    background-color: #fff;
}
/*------- footer wpkiller style -----------*/
.wpkiller-footer-new{
    display:block;
}
.footer-social-row{
    width: 100%;
    padding-bottom: 30px !important;
    display: block;
}
.footer-fb, .footer-twitter, .footer-pinterest {
    float: left;
    padding-right: 10px;
    width: 24%;
}
.footer-fb a, .footer-twitter a, .footer-pinterest a {
    padding: 10px 0;
    border-radius: 4px;
    display: block;
}
.footer-fb a{
    background: #3b5998;
}
.footer-twitter a {
    background: #1da1f2;
}
.footer-pinterest a {
    background: #bd081c;
}
.footer-link a {
    color: #2e82bc !important;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.7em;
    display: block;
}
.footer-link {
    padding: 12px 30px;
}
.footer-sec {
    text-align: left;
    width: 25%;
    float: left;
    font-weight: 700;
    color: rgba(29,29,29,.84);
    font-size: 17px;
}
.footer-link img {
    margin-right: 14px;
    height: 26px;
    width: 26px;
    margin-top: 7px;
}
.footer-sec img {
    float: left;
}
.footer-bottom-sec {
    border-top: 1px solid #eee;
    padding-top: 43px;
    margin-top: 40px;
    float: left;
}
.op-entry a{
    color:#337ab7 !important;
}
.wpkiller-sidbar-wrap a{
    color:#222 !important;
}
.wpkiller-footer-new{
    background: #ffff!important;
    border-top: 1px solid #eee;
    padding-bottom: 0;
    padding-top: 25px;
}
.wpkiller-remove-mr-btm{
    margin-bottom:0 !important;
}
.wk-mb-3{
    margin-bottom:30px;
}
.wpkiller-content-for-blogs a{
    color:#222 !important;
}
.wpkiller-footer-new a{
    color: #337ab7!important;
}
.wpkiller-footer-new .footer-four-columns{
    margin-top:50px;
}
#um_form_avatar .qq-upload-button {
    background: #DADDDD;
    border: #ccc;
    color: #777;
}
#um_form_avatar .qq-upload-button:hover{
    background: #E8E8E8;
}
#um_field_11_avatar_result .avatar-180{
    width: 150px;
    height: 150px;
}
html {
    scroll-behavior: smooth;
}
/*---------- new blog page style start from here -----------*/



.as-margin-top-h{
    margin-top: 90px;
}
.as-item{
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 50px;
}
.as-border-radious{
    border-radius: 4px;
}
a:hover{
    text-decoration: none !important;
}
.as-post-link-wrap{
    margin-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #62636b;
    display: flex;
}
.as-posts-horizontal-image{
    max-width: 175px;
    min-width: 175px;
    max-height: 92px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
}
.as-post-heading{
    margin-top: 0;
    font-size: 15px;
    line-height: 1.4 !important;
    font-weight: 600;
    margin-bottom: 3px;
    text-decoration: none;
}
.as-readmore{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
}
.as-section-title{
    max-width: 60%;
    margin-bottom: 3rem;
}
.as-content-imgae-wrp{
    overflow: hidden;
    width: 100%;
    border: 1px solid #fafafa;
    border-radius: 5px;
}
.as-large-heading{
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.as-decription{
    color: #62636b;
}
.as-contact-link:hover{
    color: inherit !important;
}
.as-pull-right{
    float: right !important;
}
.as-cat-list{
    margin: o;
}
.as-cat-list li{
    display: inline-block;
}
.as-section-subheading{
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    margin-top: 0;
}
.as-cat-list li a{
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    background-color: #eee;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.as-cat-list li a:hover{
    background-color: #fafafa;
    color: #222;
    text-decoration: none;
}
.rounded {
    border-radius: 0.8rem!important;
}
.as-card-heading-medium{
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 8px;
}
.as-sec-heding-all{
    margin-top: 25px;
}
a:hover{
    color: inherit !important;
    text-decoration: none !important;
}
.as-section{
    margin-bottom: 5rem;
}
.mb-2{
    margin-bottom: 4rem;
}
.as-card-wrap{
    display: block;
}
.as-card-wrap:hover{
    text-decoration: none !important;
}
.as-text-small {
    font-size: 14px;
    line-height: 20px;
}
.as-card{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #fbfcfd;
    margin-bottom: 25px;
}
.as-card-body{
    text-align: center;
    padding: 60px 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #222525;
}
.as-newsletter input[type=email]{
    height: 45px;
    margin-bottom: 0;
    padding: 10px 8px;
    border: 1px solid #e9eef1;
    border-radius: 3px;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    font-size: 16px;
    line-height: 24px;
    border-bottom-left-radius: 0;
}
.as-newsletter input[type=submit]{
    position: relative;
    padding: 6px 6px;
    border: 2px solid #0575c8;
    border-radius: 3px;
    background-color: #1186cf;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-left: -5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.as-right-comn{
    width: 62% !important;
    max-width: 62% !important;
}
.media_image-2{
    display: none;
}
.as-mt{
    margin-top: 12px;
}
.as-margin-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.as-mb-3{
    margin-bottom: 30px;
}
.as-side-blok-home{
    display: block !important;
}
.as-post-heading-b-hom{
    margin-top: 5px;
    line-height: 28px;
    font-size: 21px;
}
.as-post-description-b-hom{
    margin-top: 10px;
}
.as-heding-b-main{
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 28px;
}
.as-b-home-hd{
    position: relative;
    border-bottom: 1px solid #e5e9ec;
    margin-bottom: 35px;
    padding-bottom: 10px;
}
.as-bottom-section-b-home{
    text-align: center;
    margin-bottom: 65px;
}
.as-bottom-section-b-home h1{
    font-weight: 800;
    font-size: 30px;
}
.as-banner-blog-page{
    position: relative;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 50px;
}
.as-blog-page-wrap{
    margin: 0px;
    padding: 80px calc(8.3333% + 30px);
    display: block;
    background: #FAF9DC;
    flex-wrap: nowrap;
    border-radius: 6px;
}
.as-blog-page-wrap:hover{
    box-shadow: 0px 10px 15px rgba(22,51,127,0.15);
}
.as-banner-blog-content{
    max-width: calc(100% - 30%);
}
.as-banner-blog-content h3{
    font-size: 32px;
    margin-bottom: 18px;
    margin-top: 10px;
}
.as-blog-baner-img {
    width: 50%;
    bottom: 5px;
    right: 0px;
    width: 100%;
    max-width: calc(100% - 61%);
    opacity: 0.9;
    margin: 0px;
    position: absolute !important;
    top: 20px;
    text-align: center;
}
.as-middle-banner-img{
    width: 52%;
    height: 100%;
    object-fit: contain;
}
.as-site-btn{
    font-weight: 700;
    color: rgb(255,255,255);
    font-family: Montserrat,sans-serif;
    border-radius: 6px;
    background: #fec800 !important;
    padding: 15px 35px;
    margin-top: 10px;
    display: inline-block;
}
.as-site-btn:hover{
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    color: #fff;
}
.as-editor-wrap{
    grid-area: auto / auto / span 2 / span 2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E9EC;
}
.as-editor-wrap:hover img {
    transform: scale(1.03);
}
.as-editor-img{
    position: relative;
    width: 184px;
    min-width: 184px;
    height: 102px;
    padding-top: 102px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 4px;
}
.as-editor-img img{
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}
.as-editor-post-heading{
    transition: all 0.2s ease-in-out 0s;
    padding: 20px 0px;
    text-align: left;
    text-transform: none;
    color: #1d2b36;
    margin: 0px;
    font-size: 21px;
}
.as-section-editor{
    margin-bottom: 65px;
    margin-top: 65px;
}
.editor-signup{
    padding: 80px 40px;
    background: #FBFCFD;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.editor-signup h4{
    font-weight: 600;
    margin: 0px 0px 20px;
    font-size: 28px;
}
.as-b-home-hd a{
    font-weight: 600;
}
.editor-sing-imag-wrap{
    margin-bottom: 30px;
}
.editor-sing-imag-wrap img{
    max-width: 187px;
    display: block;
    margin: 0 auto;
}
.editor-sec-form form label{
    display: block;
}
.editor-sec-form form input[type="checkbox"]{
    transition: all 0.2s ease 0s;
    width: 18px !important;
    height: 18px !important;
    position: relative;
    border-radius: 50px !important;
    background-color: white;
    border: 1px solid #A5B2BD;
    box-sizing: border-box;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    height: 36px;
    line-height: 34px;
    margin: 0px;
    outline: 0px;
    padding: 0px 8px;
    position: relative;
    vertical-align: middle;
}
.editor-sec-form form input[type="checkbox"]:hover{
    border-color:#1292EE;
}
.editor-sec-form form input[type="email"]{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #a5b2bd;
    color: #253642;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 12px 12px;
    outline: 0;
    display: inline-block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-top: 20px;
    width: calc(100% - 122px);
}
.editor-sec-form form input[type="submit"]{
    line-height: 42px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: auto!important;
    padding: 5px 23px;
    background: #ffd200;
    color: #fff;
    font-weight: 700;
    margin-left: -6px;
}
.editor-sec-form input[type="checkbox"]::after{
    background:#ffd200;
    color:white
}
input[type="checkbox"]::after {
    width: 18px;
    height: 18px;
    background: url(../index-5.html) center center / 8px no-repeat;
}
.as-last-section{
    padding: 70px 0 70px 0;
    position: relative;
    /*background: linear-gradient(rgb(250, 249, 220) 0%, rgba(247, 249, 253, 0) 100%);*/
    border-top: 1px solid #eee;
}
.as-last-section p{
    max-width: 655px;
    text-align: center;
    margin: 0 auto;
}
.as-left-last-sec, .as-right-last-sec{
    z-index: 0;
    width: 50%;
    height: 100%;
    max-width: 550px;
    position: absolute !important;
    top: 0;
}
.as-left-last-sec{
    left: 0;
}
.as-right-last-sec{
    right: 0;
}
.as-last-sec-content{
    text-align: center;
    margin: 0 auto;
}
.as-last-sec-content h2{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
}
.as-default-btn{
    background: #ffd200;
    padding: 20px 50px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    height: 65px;
}
.as-default-btn:hover{
    background: #ffd200;
    color: #ffffff!important;
    text-decoration: none!important;
    filter: brightness(1.05);
}
.as-content-item a{
    color: #666 !important;
}
.editor-read{
    display: block;
}
.as-last-p{
    max-width: 655px;
    text-align: center;
    margin: 0 auto;
}
.social-warp-1170{
    max-width: 1170px !important;
}
.as-blog-page-wrap:visited .as-site-btn{
    background: #1d93f0;
}
.toc-list-wrap li ul{
    position:relative !important;
    border:none;
    padding:0;
}
.toc-list-wrap li ul .tox-close{
    display:none;
}
.toc-list-wrap li ul h4{
    display:none;
}
/*--------- as new single blog page style begin from here ------------*/
.as-margin-top-hs{
    padding-top: 65px;
}
.as-f-wight{
    font-weight: 500;
}
.as-mt-5{
    margin-top: 50px;
}
#media_image-2, #block-3{
    display: none;
}
.table-of-contents{
    position: fixed;
    background: #fbfcfd;
    left: -40px;
    top: 6%;
    z-index: 999;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-top: 16%;
    margin-left: 43px;
}
.toc-headline{
    font-weight: 600;
    font-size: 16px;
    color: #222;
    padding: 15px;
    display: block;
    cursor: pointer;
}
.table-of-contents ul{
    position: absolute;
    top: 0;
    width: max-content;
    background: #fbfcfd;
    padding: 22px 33px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.toc-list-wrap{
    display: none;
}
.table-of-contents:hover ul{
    /*display: block;*/
}
.table-of-contents:focus + ul{
    display:none;
}
.table-of-contents ul li a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 3px;
}
.toc-list-wrap h4{
    margin: 15px 0 6px 0;
    font-size: 18px;
    font-weight: 600;
}
.toc-list-wrap li{
    line-height: 22px;
}
.tox-close{
    color: #222;
    float: right;
    margin-top: -15px;
    margin-right: -18px;
    font-size: 18px;
    font-weight: 400;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
}
#main{
    margin-top: 72px;
}
.as-section-title h2{
    margin-top: 0;
}
.as-single-accordian .nav-tabs{
    background: #fbfcfd;
    padding: 0 40px;
    border: 1px solid #f2f2f2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align:center;
}
.as-single-accordian .nav-tabs>li.active a{
    border: none;
    background-color: #fbfcfd !important;

    border-bottom-color: #222 !important;
    font-weight: 900;
}
.as-single-accordian .nav-tabs>li.active{
    border-bottom: 3px solid #222;
}
.as-single-accordian .nav-tabs>li a:hover{
    border: none;
    background: inherit !important;
}
.as-single-accordian .nav-tabs>li:hover{
    border-bottom: 3px solid #222;
}
.as-single-accordian .nav-tabs>li a{
    padding: 22px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Bitter', serif;
    border: none;
}
.as-single-accordian .nav-tabs>li a:focus, .as-single-accordian .nav-tabs>li a:focus-visible{
    outline: none;
}
.as-single-accordian .nav-tabs>li{
    margin: 0px 18px;
    float: none;
    display: inline-block;
}
.as-single-accordian .tab-content{
    border: 1px solid #f2f2f2;
    padding: 35px;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.as-single-accordian .tab-content ul li{
    margin-bottom: 0px;
    padding: 5px 10px;
}
.as-single-accordian .tab-content ul li a{
    padding: 5px;
    font-size: 16px;
}
.as-single-accordian .tab-content ul li a:hover{
    text-decoration: underline;
}
.as-single-accordian .tab-content ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ff950d;
    position: absolute;
    margin-top: 10px;
    margin-left: -15px;
}
.widget-head{
    font-weight: 700;
    border: 1px solid #f2f2f2;
    background: #fbfcfd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}
.widget-head p{
    padding: 1.22222em 60px;
    display: inline-block;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    font-family: 'Bitter', serif;
}
.as-widget-content-option{
    border: 1px solid #f2f2f2;
    padding: 35px;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.as-single-accordian{
    margin-bottom: 50px;
}
.as-single-top-widget ul li {
    margin-bottom: 0;
    padding: 5px 10px;
}
.as-single-top-widget ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #ff950d;
    position: absolute;
    margin-top: 10px;
    margin-left: -15px;
}
.as-single-top-widget ul li a {
    padding: 5px;
    font-size: 16px;
}
.as-section-title-single h1{
    margin-top: 0px;
    margin-bottom: 3rem;
    font-size: 35px;
    font-weight: 700;
}
.mb-3{
    margin-bottom:50px;
}
h1::before,h2::before,h3::before,h4::before,h5::before,h6::before {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
  content: " ";
}

.op3-element h1::before,
.op3-element h2::before,
.op3-element h3::before,
.op3-element h4::before,
.op3-element h5::before,
.op3-element h6::before {
  content: initial;
}
/*-------- as new single blog page style end from here */

.as-stragy-grid ul{
    padding:0px;
}
.as-stragy-grid ul li{
    display: inline-block;
    width: 30%;
    border:2px solid #f2f2f2;
    margin: 8px;
    border-radius: 5px;
    text-align: center;
}
.as-stragy-grid ul li a{
    display:block;
    padding:20px;
    margin-left: -3px !important;
    border-radius: 5px;
    margin: 0;
}
.as-stragy-grid ul li a span{
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    max-height: 60px;
    overflow: hidden;
    display: block;
}
.as-stragy-grid ul li a:hover{
    background:#fbfcfd;
}
.as-newmob-grid.as-stragy-grid ul li a span{
    padding-top: 18px;
    min-height: 75px;
    margin-top: 10px;
}
.footer-fb a, .footer-twitter a, .footer-pinterest a{
    display:block;
}
.footer-fb, .footer-twitter, .footer-pinterest, .footer-spread{
    float:none;
    display:inline-block;
    margin-bottom: 10px;
    padding-right:10px
}
.as-layout-content img{
    border-radius:4px;
}
#op3-element-sQorQUgU{
    display:none;
}
.wpkiller-hero-head{
    max-height:450px !important;
    min-height:450px;
}
.wpkiller-hero-head .op-homepage-hero-container, .wpkiller-hero-head .op-homepage-hero{
    max-height:450px;
    min-height:450px;
}
.wpkiller-content-for-blogs .op-post-date{
    display:none;
}
.wpkiller-content-for-blogs .op-content-grid-row .op-content-list-img-container img{
    border-radius:4px;
}
/*--------- globel footer ------------*/
.as-glob-footer .footer-sec{
    width:15%;
}
.as-glob-footer .footer-link{
    padding:0;
}
.as-glob-footer .footer-terms-sec{
    width:52%;
    margin-right:35px;
    padding-right: 30px;
}
.as-glob-footer .as-globel-footer-link a img{
    width: 25px;
    margin-right: 5px;
    border-radius: 4px
}
.as-glob-footer .as-globel-footer-link, .as-glob-footer .copyright-text{
    display:inline-block;
    font-size:20px;
}
.as-glob-footer .footer-bottom-sec{
    padding-top: 17px !important;
    text-align:left;
}
.as-glob-footer h3:before{
    height:2px;
}
.as-globel-footer-link span{
    font-size: 14px;
    border-left: 1px solid #6d6d6d;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 15px;
}
.as-container, .container{
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 36px;
    padding-left: 36px;
}
#menu-item-14922 a{
    background: #ffd200;
    padding: 11px 19px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
}
#menu-item-14922 a:hover{
    background: #ffd200;
    color: #ffffff!important;
    text-decoration: none!important;
    filter: brightness(1.05);
}
#navbar ul li a .fas, #navbar ul li a .fab{
    display: none;
}
.adden-soft-one-footer .col-sm-12{
    padding: 0;
}
#op3-element-AIsJs5Zm, #op3-element-k0ppBUSh, #op3-element-AQ9qaTn4, #op3-element-kF2cKVkp, #op3-element-AQ9qaTn4, #op3-element-kF2cKVkp{
    display: none;
}
html .navbar-nav>.menu-item-has-children>a:after{
    padding-left: 0!important;
}
.adden-soft-one-footer .op-footer{
    display: block;
}
.wpkiller-footer-new .fixed-dynamic-content-padding-right h3{
    font-size: 18px;
    color: rgba(29,29,29,.84);
}
.wpkiller-footer-new .fixed-dynamic-content-padding-right .footer-spread{
    margin-right: 35px;
}
#mc_embed_signup div.mce_inline_error{
    font-size: 16px;
    padding: 0!important;
    font-weight: 500 !important;
    border-radius: 4px;
}
#mce-success-response{
    background: #649a3f;
    position: absolute;
    padding: 2px 25px;
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    display: inline-block;
    margin-left: 38px;
    border-radius: 4px;
}
.op3-element[data-op3-element-type=button]>a:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    color: #fff !important;
}
.footer-terms-sec{
    text-align: left;
    width: 25%;
    float: left;
    font-weight: 700;
    color: rgba(29,29,29,.84);
    font-size: 17px;
}
.op-blog-header-content {
    padding-top: 35px;
}
.op-blog-header-content {
    min-height: 335px!important;
}
.op3-element[data-op3-element-type=image] .op3-image-overlay-container img{
    width: auto !important;
}
.footer-terms-sec h3{
    margin-bottom: 22px;
}
.home #main{
    margin-top: 0 !important;
}
.op-entry.single a, .as-right-comn a{
    color: #337ab7;
}
.as-new-fixed-height{
    min-height: 350px;
}
html[data-op3-support] #op3-designer-element #op3-element-NRdL56bv>[data-op3-element-container]>[data-op3-border]{
    border-top-color: rgb(249 249 249);
    border-right-color: rgb(249 249 249);
    border-bottom-color: rgb(249 249 249);
}
.wpkiller-content-for-blogs .op-list-headline{
    line-height: 33px;
    font-size: 32px
}
.author-blog-post .op-list-layout-header-group, .author-blog-post .op-homepage-list-text{
		display:none;
}
.author-blog-post .op-content-list-img-container, .author-blog-post .op-content-list-placeholder-img{
		    border-radius: 0.8rem!important;
}
.author-blog-post h2::before{
		height: 40px;
}
.author-blog-post .op-archive-title a {
		color:#333 !important;
}
.author-blog-post .op-content-grid-row .op-content-list-img-container, .author-blog-post .op-content-grid-row .op-content-list-placeholder-img{
		    height: 240px !important;
}
.authore-articles{
	margin-bottom: 45px !important;	
}
.authore-page-container{
		margin-top:75px;
}
.author-blog-post .pagination a{
		font-size: 17px;
    padding: 11px 35px;
    color: #333 !important;
}
.author-blog-post .as-readmore{
		margin-top:10px;
}
.op-navbar{
	height:70px;
}

	#mlb2-30284827{
									margin-top:30px;
								}
								.ml-form-embedSubmit button.primary{
									line-height: 42px;
									border-radius: 4px;
									border-bottom-left-radius: 0;
									border-top-left-radius: 0;
									width: auto !important;
									padding: 5px 23px;
									background: #ffd200;
									color: #fff;
									font-weight: 700;
									margin-left: -6px;
									white-space: nowrap;
								}
								.ml-field-email.ml-validate-email input{
									width: 100% !important;
									 margin-top: 1px !important;
									margin-bottom: 0px !important;
									height: 98%;
								}
								.ml-form-formContent{
									width:100%;
								}
								.ml-block-form{
									display:flex;
								}
								.ml-form-fieldRow.ml-last-item, .ml-field-group.ml-field-email{
									height:100%;
								}
/*---------- wpkiller responsive style code --------------*/
@media only screen and (max-width: 350px) {
    .adden-soft-one-footer .as-glob-footer .footer-sec {
        width: 100%;
    }
}
@media only screen and (max-width: 489px) {
    .as-editor-wrap{
        display:block;
    }
    .as-editor-img{
        width: 100%;
        height: auto;
        padding-top: 15px;
    }
    .as-last-sec-content{
        padding: 0 25px;
    }
    .as-default-btn{
        height: 54px;
        padding: 12px 15px;
        font-weight: 600;
        font-size: 14px;
        max-height: 50px;
        overflow: hidden;
    }
    .as-editor-img img{
        position:inherit;
    }
    .editor-signup{
        margin-top:16px;
    }
    .as-b-home-hd a{
        font-weight: 700;
        font-size: 12px;
    }
    .as-heding-b-main{
        font-size: 22px;
    }
		.ml-block-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
		.ml-form-embedSubmit button.primary{
				width: 100% !important;
				border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;

		}

}
@media only screen and (max-width: 589px) {

    .adden-soft-one-footer .as-glob-footer .footer-sec{
        width: 42%;
        display: inline-block;
        vertical-align: text-top;
    }
    .as-globel-footer-link{
        display: block !important;
        text-align: center;
    }
    .as-globel-footer-link span{
        display:none;
    }
    html #main .as-glob-footer .footer-terms-sec{
        width:100% !important;
    }
    .as-glob-footer	.footer-last-sec{
        width:100% !important;
        margin-top:0px;
    }
    .as-glob-footer .footer-bottom-sec{
        margin-bottom: 274px;
        margin-top: 0;
    }
    .as-blog-page-wrap{
        padding: 35px calc(8.3333% + 0px);
    }
    .as-blog-baner-img{
        max-width: 100%;
        position: relative !important;
        margin-top: 20px;
    }
    .as-banner-blog-content{
        max-width: 100%;
    }
    .as-middle-banner-img{
        width: 80%;
    }
    .footer-fb, .footer-twitter, .footer-pinterest{
        position: relative;
        display: block;
        margin-bottom: 35px;
        float:none;
        padding-right:0px;
    }
    .as-stragy-grid ul li{
        width:100%;
    }
    .footer-fb, .footer-twitter, .footer-pinterest, .footer-spread {
        width: 95% !important;
    }
    .navbar>.container-fluid .navbar-brand, .navbar>.op-container .navbar-brand {
        max-width: 72px;
    }
    .as-glob-footer .footer-terms-sec{
        width: 100%!important;
        margin-right: 0 !important;
    }
    .editor-sec-form form input[type="email"]{
        width: 100% !important;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    .editor-sec-form form input[type="submit"]{
        width: 100% !important;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .as-right-comn {
        width: 100% !important;
        max-width: 100%!important;
    }
    .footer-fb, .footer-twitter, .footer-pinterest, .footer-spread {
        width: 48%;
    }
}
@media only screen and (max-width: 850px){
    #main .as-glob-footer .footer-terms-sec {
        width: 60% !important;
    }
    .as-glob-footer .footer-sec {
        width: 34% ;
        margin-bottom: 65px !important;
    }
    .wpkiller-footer-new .fixed-dynamic-content-padding-right .footer-spread{
        margin-right: 0 !important;
    }
    .footer-fb, .footer-twitter, .footer-pinterest, .footer-spread {
        width: 45%;
    }
}
@media only screen and (max-width: 1020px){
    .footer-fb a, .footer-twitter a, .footer-pinterest a{
        padding: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .footer-fb, .footer-twitter, .footer-pinterest, .footer-spread{
        width: 45%;
    }
    .as-glob-footer .footer-sec {
        width: 28%;
        margin-left: 28px;
    }
    .as-glob-footer .footer-terms-sec{
        width: 100% !important;
        padding-left: 25px;
        margin-bottom: 50px;
    }
    .as-glob-footer{
        padding-top: 0;
    }
    .footer-copyright{
        margin-top: 0;
    }
    .wpkiller-footer-new .fixed-dynamic-content-padding-right .footer-spread {
        margin-right: 0;
    }
}
/* fix caps in header */
.op-navbar .navbar-menu a {
    text-transform: capitalize !important;
    left: -32px;
}

/* Hide google recaptcha */
.grecaptcha-badge { opacity:0;} 

.date_cats_inline {
  display: inline-block;
  font-weight: bold;
}

.date_cats_inline .lcp_catlink {
  margin-left: 5px;
}

.lcp_post_item {
  margin-bottom: 20px;
}

.lcp_title a {
  color: #0056b3;
  text-decoration: none;
}
.lcp_title a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 700px) {
		.page-id-14185 #lcp_instance_0{
				display:flex;
				gap:30px;
				margin-top:20px;
		}
}

/* Default size for desktop screens (1024px and up) Site Reviews*/
.glsr-summary-text,
.glsr-summary-rating .glsr-tag-value {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
}

/* Size for tablet screens (768px to 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .glsr-summary-text,
    .glsr-summary-rating .glsr-tag-value {
        font-size: 16px !important;
    }
}

/* Size for mobile screens (767px and down) */
@media screen and (max-width: 767px) {
    .glsr-summary-text,
    .glsr-summary-rating .glsr-tag-value {
        font-size: 15px !important;
    }
}

.glsr-review-title {
    font-family: 'Bitter', serif !important;
}

/* Styles the review headline ("Great so far") to Bitter */
.glsr-review-title h4 {
    font-family: 'Bitter', serif !important;
font-weight: 600;
}

/* Base styles: PC (default) */
.glsr-review-date .glsr-tag-value,
.glsr-review-content p,
.glsr-review-author .glsr-tag-value {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px; /* default for desktop */
}

/* Tablet */
@media (max-width: 1024px) {
  .glsr-review-date .glsr-tag-value,
  .glsr-review-content p,
  .glsr-review-author .glsr-tag-value {
      font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .glsr-review-date .glsr-tag-value,
  .glsr-review-content p,
  .glsr-review-author .glsr-tag-value {
      font-size: 15px;
  }
}

/* Forces the review container to take up 100% of the available width */
#op3-element-UybLul6Y {
    max-width: 100% !important;
    width: 100% !important;
}

/* Also ensure the inner review block itself expands fully  Site Reviews box ends*/
#op3-element-UybLul6Y .glsr-reviews {
    width: 100% !important;
} 






/* Sets the font for the form labels and instructional text to Raleway Semibold. */
.glsr-review-form .glsr-label span,
.glsr-review-form .glsr-field-toggle label {
    font-family: Raleway, sans-serif !important;
    font-weight: 600 !important; /* Semibold */
}

/* Sets the font for all input fields and the textarea to Raleway, and removes bolding. */
.glsr-review-form input[type="text"],
.glsr-review-form input[type="email"],
.glsr-review-form textarea {
    font-family: Raleway, sans-serif !important;
    font-weight: 400 !important; /* Not bold */
}

/* Sets the font for the "Submit Review" button to Montserrat Semibold,
   makes the text uppercase, and sets the font size to 17px. */
.glsr-review-form button.glsr-button.wp-block-button__link {
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important; /* Semibold */
    background-color: #fec800 !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 6px !important;
    height: 59px !important;
    text-transform: uppercase !important; /* Makes button text all caps */
    font-size: 17px !important; /* Sets font size */
}

/* Removes the hover effect so the button color does not change. */
.glsr-review-form button.glsr-button.wp-block-button__link:hover {
    background-color: #fec800 !important;
    color: rgb(255, 255, 255) !important;
    cursor: default;
}

/* Your original button style for consistency on other elements. */
html[data-op3-support] #op3-designer-element #op3-element-gfKWiyoI#op3-element-gfKWiyoI#op3-element-gfKWiyoI > .op3-link {
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    height: 59px;
    align-items: center;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 600; /* Semibold */
}

.lcp_category a::after {
    content: " ";
}