/*
Theme Name: MSSP
Version: 2.0
*/

.single .content ul li {
    margin-bottom: 15px;
}

.elementor-element-9726ee6 img {
    width: 60px !important;
}

#wpcf7-f10-o1{
	scroll-margin-top: 100px;
}

.single .content a {
    color: #f68220 !important;
}



/****TOC css*****/
@media (min-width: 667px){
    .container.blog {
        display: flex;
        gap: 20px;
        position: relative;
    }
    
    div#ez-toc-container ul li {
        margin-top: 15px;
    }
    
    .container.blog .col-md-4 {
        position: sticky;
        top: 100px;
        height: 350px;
    }

}
/****TOC css*****/


.cta_bg {
    margin: 20px 0 40px 0;
    background-size: cover;
}

.cta_bg .inner {
    color: #fff;
    padding: 25px;
    position: relative;
    text-align: center;
    display: flex;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
}

.cta_bg .inner a, .single .content .blog_cta {
    display: block;
    width: fit-content;
    color: #fff !important;
    background: #f58220;
    padding: 5px 20px;
    margin-top: 14px;
    border-radius: 4px;
}

.quality-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
    font-family: "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 24%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.quality-table tr:nth-child(even) {
    background-color: rgba(245, 130, 32, .16);
}

.quality-table th {

    font-weight: 600;
    color: #111827;
    font-size: 15px;
    padding: 10px;
}

table.quality-table td {
    padding: 10px;
}



