.PopHeading {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding-bottom: 7px;
}

.PopCaption {
    font-weight: 700;
    font-size: 14px;
}

.basic {
    color: #000;
    text-decoration: none;
    font-weight: 700 !important;
}

#basic-modal-content {
    display: none;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    /*min-height: 100px;
    overflow: auto;
    max-height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    top: 14% !important;
    width: 80%;
    min-width: 230px !important;
    background-color: #FFF;
    border: none;
    padding: 0;
        bottom:14% !important*/
    position: fixed !important;;
    left: 50% !important;
    top: 50% !important;
    -ms-transform: translate(-50%,-50%) !important;;
    -moz-transform: translate(-50%,-50%) !important;;
    -webkit-transform: translate(-50%,-50%) !important;;
    transform: translate(-50%,-50%) !important;;
    /* top: 455px; */
    background-color: #fff !important;
           /* width: 60% !important; */
           
         overflow: auto;
    max-height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
        height: auto !important;

    background-color: #fff !important;
}



    #simplemodal-container .simplemodal-data {
       /* padding: 5vh 2vh; */
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 14px;
        margin-bottom: 0;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            /*background: url(../Images/x.png) no-repeat;
            width: 25px;
            height: 29px;*/
            position:relative;
            display: inline;
            z-index: 3200;
            float:right;
            cursor: pointer;
            font-size:18px;
            color:#000;
            right:4.5vh;
            top:6vh;
        }


       #simplemodal-container a.modalCloseImg {
            width: 12px;
            height: 12px;
        }
    #simplemodal-container h3 {
        color: #84b8d9;
    }

#dvContent {
    text-align: justify !important;
}

#basic-modal {
    margin-right: 10px !important;
}

#simplemodal-container {
    z-index: 9999 !important;
}

.portfolio-margin .portfolio-item .blog-down-arrow {
    z-index: 99999;
}

.ArticleLoader {
    position: fixed;
    color: white;
    top: 50%;
    left: 49%;
    z-index: 999;
    display: none;
}

@media screen and (max-width: 500px) {
#simplemodal-container {
    width: 100% !important;
}
}

@media screen and (min-width: 1920px) {
    #simplemodal-container {
        width:55vw !important;
    }
}

@media screen and (max-width: 1920px) {
    #simplemodal-container {
        width:85vw !important;
    }
}