/*aka CSS*/
.tnp-widget-minimal input.tnp-submit {background-color: #88C100 !important;}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
  
    background-color: #88C100 !important;
    border-color:#88C100 !important;
}
.btn{ background-color: #88C100 !important;
    border-color:#88C100 !important;}
.radiant-contact-form.rte28e10185bb3756 .form-row input[type=submit], .radiant-contact-form.rte28e10185bb3756 .form-row input[type=button], .radiant-contact-form.rte28e10185bb3756 .form-row button[type=submit] {
      background-color: #88C100 !important;
    border-color:#88C100 !important;
}
.wpcf7-submit{ background-color: #88C100 !important;border-color:#88C100 !important;}



/* ================== */
/* START OF MEGA MENU */
/* ================== */

.home-megamenu .rt-megamenu-widget-title{
    display:none;
}

.home-megamenu .rt-mega-menu > ul.rt-mega-menu-row{
    display:block;
    float:left;
}

.home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(1){
    width:66.66%;
}

.home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(2){
    width:33.34%;
}

.home-megamenu .rt-mega-menu > ul > .menu-item{
    padding-bottom:10px;
    text-align:center;
}

.home-megamenu-item{
    display:block;
    text-align:center;
}

.home-megamenu-item img{
    box-shadow:0px 3px 10px rgba(0,0,0,0.1);
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.home-megamenu-item:hover img{
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    box-shadow:0px 10px 20px rgba(0,0,0,0.15);
}

.services-megamenu > .rt-mega-menu{
    background-image:url('//themes.radiantthemes.com/seolounge/wp-content/uploads/2018/07/Megamenu-Background-Image.png');
    background-position:right bottom;
    background-repeat:no-repeat;
}

.services-megamenu > .rt-mega-menu > .rt-mega-menu-row > .menu-item:nth-child(2) .rt-megamenu-widget-title:before,
.services-megamenu > .rt-mega-menu > .rt-mega-menu-row > .menu-item:nth-child(4) .rt-megamenu-widget-title:before{
    display:none;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){

    .home-megamenu:after{
        content:" ";
        display:block;
        clear:both;
    }

    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(1),
    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(2){
        width:50%;
    }

}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

    .home-megamenu:after{
        content:" ";
        display:block;
        clear:both;
    }

    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(1),
    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(2){
        width:50%;
    }

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

    .home-megamenu:after{
        content:" ";
        display:block;
        clear:both;
    }

    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(1),
    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(2){
        width:100%;
    }

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

    .home-megamenu:after{
        content:" ";
        display:block;
        clear:both;
    }

    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(1),
    .home-megamenu .rt-mega-menu > ul.rt-mega-menu-row:nth-child(2){
        width:100%;
    }

}

/* ================== */
/* END OF MEGA MENU */
/* ================== */

/* ================== */
/* START OF HOME PAGE 2 */
/* ================== */

.radiant-contact-form.home-2-seo-checker-form .wpcf7-submit{
    width:100%;
}

/* ================== */
/* END OF HOME PAGE 2 */
/* ================== */

/* ================== */
/* START OF HOME PAGE 3 */
/* ================== */

.home-3-banner-image{
    width:720px;
    float:right;
    margin-right:-35px;
}

.home-3-seo-feature-image-2{
    width:600px;
    float:right;
    margin-right:-20px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.home-3-banner-image,
    .home-3-seo-feature-image-2{
	    width:100%;
	    margin-right:0;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.home-3-seo-feature-image-2{
	    width:100%;
	    margin-right:0;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.home-3-seo-feature-image-2{
	    width:100%;
	    margin-right:0;
	}

}

/* ================== */
/* END OF HOME PAGE 3 */
/* ================== */

/* ================== */
/* START OF HOME PAGE 4 */
/* ================== */

.home-4-audit-image{
    width:1000px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.home-4-audit-image{
	    width:100%;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.home-4-audit-image{
	    width:100%;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.home-4-audit-image{
	    width:100%;
	}

}

/* ================== */
/* END OF HOME PAGE 4 */
/* ================== */

/* ================== */
/* START OF HOME PAGE 5 */
/* ================== */

.newsletter-form{
    position:relative;
    width:100%;
    max-width:575px;
    margin:0 auto;
}

.newsletter-form .form-row{
}

.newsletter-form .form-row input[type=email]{
    width:100%;
    height:52px;
    padding:0px 180px 0px 18px;
    background-color:#fff;
    border:none;
    border-radius:35px;
    font-weight:400;
    font-size:15px;
    color:#212d31;
    line-height:26px;
}

.newsletter-form .form-row input[type=button]{
    position:absolute;
    top:0;
    right:0;
    z-index:1;
    height:52px;
    padding:11px 35px 11px 35px;
    background-color:#25c16f;
    border:none;
    border-radius:35px;
    font-weight:500;
    font-size:15px;
    color:#fff;
    line-height:26px;
    cursor:pointer;
}

/* ================== */
/* END OF HOME PAGE 5 */
/* ================== */

/* ================== */
/* START OF CONTACT PAGE 3 */
/* ================== */

.contact-page-3-contact-info-box > .vc_column-inner{
    box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

/* ================== */
/* END OF CONTACT PAGE 3 */
/* ================== */

/* ================== */
/* START OF SEO ANALYSIS PAGE */
/* ================== */

.seo-analysis-welcome-box{
    box-shadow:0px 0px 25px rgba(0,0,0,0.1);
}

/* ================== */
/* END OF SEO ANALYSIS PAGE */
/* ================== */

/* ================== */
/* START OF CASE STUDIES SINGLE PAGE */
/* ================== */

.case-studies-single-main-image{
    width:580px;
    float:right;
}

.case-studies-single-boosting-image{
    width:580px;
}

.case-studies-single-report-image{
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.case-studies-single-report-image:hover{
    box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.case-studies-single-main-image,
	.case-studies-single-boosting-image{
	    width:100%;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.case-studies-single-main-image,
	.case-studies-single-boosting-image{
	    width:100%;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.case-studies-single-main-image,
	.case-studies-single-boosting-image{
	    width:100%;
	}

}

/* ================== */
/* END OF CASE STUDIES SINGLE PAGE */
/* ================== */

/* ================== */
/* START OF PRICING PLANS PAGE */
/* ================== */

.seo-pricing-plans-table{
    padding-top:10px;
    padding-bottom:10px;
    border:none;
}

.seo-pricing-plans-table > .table > thead > tr > th{
    padding:4px 15px 5px 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebebeb+0,e2e2e2+100 */
    background: rgb(235,235,235); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    border-top:2px #e0e0e0 solid !important;
    border-bottom:none;
    vertical-align:middle;
    overflow:hidden;
    text-align:center;
    font-family:"Poppins";
    font-weight:500;
    font-size:15px;
    color:#13110e;
    line-height:26px;
    letter-spacing:-0.3px;
}

.seo-pricing-plans-table > .table > thead > tr > th:first-child{
    text-align:left;
    border-left:2px #e0e0e0 solid;
}

.seo-pricing-plans-table > .table > thead > tr > th:last-child{
    border-right:2px #e0e0e0 solid;
}

.seo-pricing-plans-table > .table > thead > tr > th.highlight{
    position:relative;
    padding-top:2px;
    padding-bottom:11px;
    background-color:#ef8100;
    background-image:initial;
    overflow:visible;
    color:#fff;
}

.seo-pricing-plans-table > .table > thead > tr > th.highlight:before{
    position:absolute;
    bottom:100%;
    left:0;
    right:0;
    z-index:1;
    content:" ";
    height:10px;
    background-color:#ef8100;
    border-radius:10px 10px 0px 0px;
}

.seo-pricing-plans-table > .table > thead > tr > th strong{
    display:block;
    margin-bottom:-3px;
    text-transform:uppercase;
    font-weight:600;
    font-size:18px;
}

.seo-pricing-plans-table > .table > tbody > tr:nth-of-type(odd){
    background-color:#fff;
}

.seo-pricing-plans-table > .table > tbody > tr:nth-of-type(even){
    background-color:#efefef;
}

.seo-pricing-plans-table > .table > tbody > tr > td{
    padding:15px 15px 17px 15px;
    border-top:none;
    border-right:1px #d2d2d2 solid;
    text-align:center;
    font-family:"Poppins";
    font-weight:500;
    font-size:13px;
    color:#13110e;
    line-height:25px;
    letter-spacing:-0.3px;
}

.seo-pricing-plans-table > .table > tbody > tr > td:first-child{
    text-align:left;
    border-left:2px #e0e0e0 solid;
}

.seo-pricing-plans-table > .table > tbody > tr > td:last-child{
    border-right:2px #e0e0e0 solid;
}

.seo-pricing-plans-table > .table > tbody > tr > td.highlight{
    border-right:none;
}

.seo-pricing-plans-table > .table > tbody > tr:nth-of-type(odd) > td.highlight{
    background-color:#fffde4;
}

.seo-pricing-plans-table > .table > tbody > tr:nth-of-type(even) > td.highlight{
    background-color:#fef3d8;
}

.seo-pricing-plans-table > .table > tbody > tr > td.highlight{
    position:relative;
}

.seo-pricing-plans-table > .table > tbody > tr > td.highlight:before,
.seo-pricing-plans-table > .table > tbody > tr > td.highlight:after{
    position:absolute;
    top:0;
    bottom:0;
    z-index:1;
    content:" ";
    width:2px;
    background-color:#ef8100;
}

.seo-pricing-plans-table > .table > tbody > tr > td.highlight:before{
    left:-1px;
}

.seo-pricing-plans-table > .table > tbody > tr > td.highlight:after{
   right:0;
}

.seo-pricing-plans-table > .table > tbody > tr > td.section-heading{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebebeb+0,e2e2e2+100 */
    background: rgb(235,235,235); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    font-weight:600;
    font-size:15px;
    color:#13110e;
    line-height:26px;
}

.seo-pricing-plans-table > .table > tbody > tr > td strong{
    font-weight:inherit;
    color:#f92c04;
}

.seo-pricing-plans-table > .table > tfoot > tr > td{
    vertical-align:middle;
    padding:17px 15px 17px 15px;
    border-right:1px #d2d2d2 solid;
    border-bottom:2px #e0e0e0 solid;
    text-align:center;
}

.seo-pricing-plans-table > .table > tfoot > tr > td:first-child{
    border-left:2px #e0e0e0 solid;
}

.seo-pricing-plans-table > .table > tfoot > tr > td:last-child{
    border-right:2px #e0e0e0 solid;
}

.seo-pricing-plans-table > .table > tfoot > tr > td.highlight{
    position:relative;
    padding-top:9px;
    padding-bottom:0;
    background-color:#ef8100;
}

.seo-pricing-plans-table > .table > tfoot > tr > td.highlight:before,
.seo-pricing-plans-table > .table > tfoot > tr > td.highlight:after{
    position:absolute;
    left:0;
    right:0;
    z-index:1;
    content:" ";
    background-color:#ef8100;
}

.seo-pricing-plans-table > .table > tfoot > tr > td.highlight:before{
    bottom:100%;
    height:1px;
}

.seo-pricing-plans-table > .table > tfoot > tr > td.highlight:after{
    top:100%;
    height:10px;
    border-radius:0px 0px 10px 10px;
}

.seo-pricing-plans-table > .table > tfoot > tr > td .btn{
    position:relative;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    border:2px #ef8100 solid;
    border-radius:3px;
    text-transform:uppercase;
    font-family:"Poppins";
    font-weight:500;
    font-size:15px;
    color:#ef8100;
    line-height:26px;
}

.seo-pricing-plans-table > .table > tfoot > tr > td.highlight .btn{
    border-color:#fff;
    color:#fff;
}

.seo-pricing-plans-table > .table > tfoot > tr > td .btn > .first-face,
.seo-pricing-plans-table > .table > tfoot > tr > td .btn > .second-face{
    display:block;
    padding:10px 32px 10px 32px;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.seo-pricing-plans-table > .table > tfoot > tr > td .btn > .first-face{
    background-color:transparent;
    transform:translateY(0);
    -webkit-transform:translateY(0);
}

.seo-pricing-plans-table > .table > tfoot > tr > td .btn:hover > .first-face{
    transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
}

.seo-pricing-plans-table > .table > tfoot > tr > td .btn > .second-face{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    background-color:#ef8100;
    color:#fff;
    transform:translateY(100%);
    -webkit-transform:translateY(100%);
}

.seo-pricing-plans-table > .table > tfoot > tr > td .btn:hover > .second-face{
    transform:translateY(0);
    -webkit-transform:translateY(0);
}

.seo-pricing-plans-table > .table > tfoot > tr > td.highlight .btn > .second-face{
    background-color:#fff;
    color:#ef8100;
}

/* ================== */
/* END OF PRICING PLANS PAGE */
/* ================== */