/* 
Theme Name: Essentials for SSSL
Theme URI: https://github.com/elementor/hello-theme-child/
Description: QCT Wordpress, Woocommerce, SEO, UI UX, Frontend Designer
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.redSpan span{
    color:#E8192C;
}

.stepRow:before {
    content: '';
    position: absolute;
    left: 100px;
    width: calc(100% - 20%);
    background: #E8192C;
    height: 1px;
    top: 70px;
    z-index: 1;
}
.stepIcon:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #E8192C;
    width: 10px;
    height: 10px;
    border-radius: 500%;
}
.stepIcon {
    z-index: 99;
    background: transparent;
}
/*reponsive device css*/

@media screen and (max-width: 1024px) {
    .removebr br{
        display:none;   
    }
    
}

@media screen and (max-width: 767px) {
   .stepRow:before{
       display:none;
   }
   
}


