

 


footer.st_default_footer_area .st_footer_logo_warap {
    margin: 0 0 40px;
}
.st_section_padding {
     padding: 90px 0; 
}
/*Counter Area*/
.st_single_counter {
    border: transparent;
}

.st_single_counter h2{
    color: #fff;
}

.st_screenshot_warap .st_screenshot_tab .nav-pills > li a.active {
    color: #007bff !important;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.st_screenshot_warap .st_screenshot_tab .nav-pills > li a.active:before {
    width: 300px;
    background: linear-gradient(to right,#FFFFFF 0%, #007bff 50%, #FFFFFF 100%);
    /* background: -webkit-linear-gradient(left, #FFFFFF 0%, #FF5D1C 50%, #FFFFFF 100%); */
    background: linear-gradient(to right, #FFFFFF 0%, #007bff 50%, #FFFFFF 100%);
}



/*Pricing Table*/
.fieldset-active-medium-purple input:checked + label {
    color: #007bff !important;
}
.fieldset-active-medium-purple .st-pricing-underlines .st-pricing-underlines-2 {
    background: -moz-linear-gradient(left, rgba(128, 102, 220, 0.04) 0%, #007bff 50%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to right, rgba(128, 102, 220, 0.04) 0%, #007bff 50%, rgba(255, 255, 255, 0.1) 100%);
}
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover {
     background-color: #007bff; 
}
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover .st_default_btn.st-pricing{
     background-color: #007bff; 
}
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover .st_default_btn.st-pricing:hover {
     background-color: #1c48de; 
}
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-header {
    background-color: #007bff;
}

