* {
    box-sizing: border-box;
}
/* override elementor css */
.elementor-button:focus,
.elementor-button:hover, 
.elementor-button:visited {
     color: #26929A !important; 
}
.how-it-works-steps{
    position: relative;
}
.how-it-works-steps:after{
    content: "";
    width: 75%;
    height: 2px;
    background: url('https://delimedionline.com/wp-content/uploads/2026/04/dots.svg');
    position: absolute;
    left: 147px;
    top: 21%;
    display: block;
    z-index: 1;
}
.how-it-works .elementor-icon-box-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.how-it-works span.elementor-icon {
    background: #00666D;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-mobile-icon{
	cursor: pointer;
}
@media all and (max-width: 1024px){
    .how-it-works-steps:after{
        display: none;
    }
}
@media all and (max-width: 768px){
    .header-menu {
      display: none;
    }
    
    .header-menu.active {
      display: flex !important;
    }
}