.headerDarkText a{
    color: #474747 !important;
}
.mk-icon-img{

    padding-right:10px;

}

/* address background hero image */
.backgroundImage{
    position:absolute;
    top:0;
    /*width: 100vw;*/
    height: 100vh;

}
.hero-section{
    position: relative;
}
.backgroundImage img{
    height:100vh !important;
    width:100vw !important;
}

.backgroundImage span{
    height:100vh !important;
}

.nonfeature{
    text-decoration:line-through;
    color:#cec8c8 !important;
}
.nonfeature:before {

    content: "\f1fb ";
    font-family: Flaticon;
    color: #d00000;
    margin-right:5px;
}
.addFeature:before {

    content: "\f1fa ";
    font-family: Flaticon;
    color: #00d000;
    margin-right:5px;
}
.pricing li{
    margin-bottom: 5px;

}

.NavHeading{
    font-weight: bold;
}
.doc-nav-group{
    padding-left:10px;
}
.doc-nav-group {
    /* You need to turn on relative positioning so the line is placed relative to the item rather than absolutely on the page */
    position: relative;

    /* Use padding to space things out rather than margins as the line would get broken up otherwise */
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
}
.doc-nav-group:before {
    background-color: #fafafa;
    width: 1px;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
}
.doc-nav-group::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='lightgray' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
}
.subCatHead{
    font-weight: 500;
    margin-left:5px;
}
.subCatClass{
    margin-left:10px;
}
.doc-section{

    margin-top:120px;

}
.doc-nav{

    border-right: 1px solid #edebeb;

}

.doc-content{
padding-left:25px;
}
.doc-content ul{
    padding:revert !important;
    list-style-type:circle;
}
.doc-active{
    font-width: bold;

}
.doc-active a{
    color:red;
}
.doc-active{
    background-color: #eeeeee;
}
.doc-sectionTitle{
    border-left: 5px solid #82838a;
    padding-left:10px;
}
.doc-section-text{

    background-color: #ffffff;
    padding-right:10px;
    padding-left:10px;
    padding-bottom: 10px;
    border-bottom:solid 1px #cccccc;
    margin-bottom:20px;
    padding-top:5px;
}
.doc-section-text ul, .wow ul{

    list-style-type: circle !important;
    margin: 20px;
    padding: 20px;
}

.features li{

    list-style-type:none !important;

}

.doc-section-text h5{
    margin-top:0px;
}
.doc-toc{

    margin-bottom: 50px;
    padding:10px;
    border-bottom: solid 1px #c2c2c2;

}
.doc-toc ul{
    padding-left:35px;
}
.doc-toc li{
    list-style-type: circle;
}
/* WP block css */

.wp-block-image .aligncenter{
    text-align: center;
}

.mailMessage {
    background-color: #c8ffc8;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 34px;
    margin-top: -35px;
}
.error{
    background-color: #ffc8c8;
}
.NavHeading{
    margin-bottom: 20px;
}
.NavHeading:hover{
    cursor: pointer;
    background-color: #eeeeee;
}
.doc-nav-group:hover{
    background-color: #eeeeee;
}
.NavItem{
    margin-top:-20px;
}
.menu-close  > .subItemHeading{
    display:none;
}

.menu-close > ul{
    border:solid red;
    display:none !important;
}


.menu-open > ul{
    display:block;
    margin-left: 10px;
}
.menu-open > .subItemHeading{
    display:block;
    margin-left:5px;
}
.doc-menu-active-link{
    color: #0066ff;
    background-color: #ffffff;
}
.doc-menu-active{
    display: block !important;
}

.NavHeading span::before{
    font-size: 10px;
}
.subItem{
    margin-left:30px !important;
}

.subItem ul{
    margin-left: 10px;
}


.doc-menu > .docTitle{
    padding-top:15px;

    padding-bottom:15px;
    padding-left:5px;
    min-height:30px;
    border-bottom:1px lightgray solid;
}
.doc-menu > .docTitle:hover, .docTitle a:hover{

    cursor:pointer;
    color: #3676a1;
    background-color: #ffffff;

}
.doc-section-text pre{
    background-color: #efefef;
    padding:15px
}
.doc-note {
    background-color: #e6f7ff !important;
    padding: 10px;
}
.doc-menu li{


    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:solid 1px lightgray
}

.doc-menu li:hover{
    cursor:pointer;
    background-color: #ffffff;

    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:solid 1px lightgray
}
.cbexpand::before{
    font-size: 10px !important;
    margin-right:5px;
}
#testing{

    position:absolute;
    width:50vw;
    z-index: 99;
}

#testing-alt{

    position:absolute;
    width:50vw;
    z-index: 99;
}
.testing-alt-large{

    position:absolute;
    width:70vw !important;
    z-index: 99;
}
@media screen and (max-width: 700px) {
    #testing-alt{

        position:absolute;
        width:55vw;
        z-index: 99;
        display:none;
    }
    #testing{

        position:absolute;
        width:50vw;
        z-index: 99;
        display: none;
    }
    .testing-alt-large{

        position:absolute;
        width:70vw !important;
        z-index: 99;
        display:none;
    }
}
@media screen and (min-width: 701px) and ( max-width: 1300px) {
    #testing-alt{

        position:absolute;
        width:50vw;
        z-index: 99;

    }
    #testing{

        position:absolute;
        width:50vw;
        z-index: 99;

    }
    .testing-alt-large{

        position:absolute;
        width:100vw !important;
        z-index: 99;

    }
}
@media screen and (min-width: 1400px) {
    #testing-alt{

        position:absolute;
        width:55vw;
        z-index: 99;
    }
    .testing-alt-large{

        position:absolute;
        width:100vw !important;
        z-index: 99;
    }
}
@media screen and (min-width: 1600px) {
    #testing-alt{

        position:absolute;
        width:45vw;
        z-index: 99;
    }
    .testing-alt-large{

        position:absolute;
        width:100vw !important;
        z-index: 99;
    }
}
@media screen and (min-width: 1900px) {
    #testing-alt{

        position:absolute;
        width:40vw;
        z-index: 99;
    }
    .testing-alt-large{

        position:absolute;
        width:70vw !important;
        z-index: 99;
    }
}
.mobileNav-header{

    font-size:20px;
    padding:10px;
    background-color: #dadaf1;
}
.searchLink{




    color:lightgray;
    padding-bottom:10px;

}