i.ect-own-icon {
    background-image: url('ect-icons.svg');
}

/* Other admin side css */
span.ectadmin-description img {
    width: 22px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.mce-container .ect-note {
    color:red !Important;
}


/* events demo page css start*/

.ect_started-section {
    width: 100%;
}
.ect_started-section .tab_panel{
    width: 100%;
    border: 2px solid whitesmoke;
}

.ect_started-section .button{
    padding: 15px 30px;
    background-color: whitesmoke;
    border:1px solid whitesmoke;
}
.ect_step {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    align-items: start;
    gap: 35px;
    border-bottom: 1px solid #00000020;
}
.ect_step-content {
    width: 48%;
    margin: 0 auto;
}
.ect_video-section {
    width: 48%;
    margin: auto;
    border: 1px solid #00000020;
    padding: 20px;
}
.ect_steps-list {
    padding-right: 10px;
}
.ect_steps-title h2 {
    color: black;
    font-size: 32px;
    padding: 25px 0px;
    margin: 0px;
    line-height: 30px;
    font-weight: bold;
}
li.ect_steps-title {
    /* display: flex; */
    /* list-style-type: none; */
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
span.ect_list-icon i {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid black;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin-right: 10px;
    color: #13c7c0;
    transition: 0.3s all ease-in-out;       
}

.ect_started-section>.ect_tab_btn_wrapper{
    position: relative;
    bottom: -2px;
}

.ect_started-section>.ect_tab_btn_wrapper>button.ect_tab_active{
    background-color: transparent;
    border-bottom-color: white !important;
    border-bottom-width: 2px;
}
.ect_started-section>.ect_tab_btn_wrapper>button:hover,
.ect_started-section>.ect_tab_btn_wrapper>button:focus,
.ect_started-section>.ect_tab_btn_wrapper>button:visited{
    border-color: #f0f0f1;
    box-shadow: 0px 0px #f0f0f1;
}
span.ect_list-text {
    font-size: 16px;
    word-spacing: 2px;
    color: #555555;
    line-height: 26px;
}
video.ect_events-video {   
    width: 100%;
}  
iframe.ect_events-video{
    width: 100%;
}
.ect_wrapper_third{
    padding: 20px;
    background-color: #def4ff7a;
    margin: 12px;
    border-radius: 14px;
    max-width: 416px;
}

.ect_get_pro_features{
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    .ect_step-content {
        width: 100%;
        margin: auto;
    }
    .ect_col-rev {
        flex-direction: column-reverse;
    }
    .ect_video-section {
        width: 100%;
        margin-top: 30px;
    }
    video.ect_events-video {
        width: 100% ;
    }
    .ect_step {
        padding:20px  0px;
    }
  }


  @media only screen and (max-width: 425px){
    .ect_steps-title h2 {
        font-size: 25px;
    }
   
  }

/* events shortcode pro button CSS*/
ul.p_feature-list li{
    font-size:18px;
    margin:5px;
    padding:5px;
}

/* events demo page css end*/