.md-content {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    position: relative;
}
    .md-content .modal-body {
        padding: 20px;
    }
.mdclose {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10;
}
.share-content {

}   
    .share-content h3 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #1D2E3F;
    }
    .btn-share {
        margin-top: 30px;
    }
        .btn-share button {
            width: 100%;
            margin-top: 10px;
            border: none;
            border-radius: 7px;
            padding: 15px;
            font-size: 14px;
            font-weight: 600;
        }
            .btn-share .fb {
                color: #fff;
                background: #4267B2;
            }
            .btn-share  .others {
                color: #0E5B61;
                background: rgba(14, 91, 97, 0.25);
            }
.apps-share {
    padding: 30px 0;
}
    .apps-share a {
        margin-right: 25px;
    }
.share-link {
    border: 1px solid #EDEDED;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}
    .share-link span {
        color: #11D2E3F;
    }
    .share-link a {
        margin-left: auto;
        color: #0CAB6A;
        font-size: 10px;
        text-transform: uppercase;
    }
        .share-link a:hover {
            text-decoration: none;
        }
.qr-img {
    text-align: center;
    padding: 40px 0;
    padding-bottom: 20px;
}
.btn-link {
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
}
    .btn-link:hover {
        color: #fff;
    }

.mbtn {
    padding: 14px 25px;
    font-size: 15px;
    font-weight: 500;
    transition: all ease 0.3s;
    border: none;
}
    .mbtn-full {
        display: block;
        width: 100%;
    }
    .mbtn-primary {
        background: #0E5B61;
        border-radius: 7px;
        color: #fff;
        text-align: center;
    }
        .mbtn-primary:hover {
            text-decoration: none;
            color: #fff;
            background: #146E75;
            transition: all ease 0.3s;
        }
.btn-header {
    background: #0E5B61;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
    transition: all ease 0.3s;
}
    .btn-header:hover {
        color: #fff;
        transition: all ease 0.3s;
        text-decoration: none;
    }
.dark {
    color: #aaa;
    transition: all ease 0.3s;
}
    .dark:hover {
        color: #0CAB6A;
        transition: all ease 0.3s;
        text-decoration: none;
    }































@media (min-width: 768px) {
    .md-400 {
        width: 400px;
    }  
    .md-520 {
        width: 520px;
    }

}
@media (max-width: 768px) {
   .frm-holder {
        width: 100%;
        padding: 20px;
        box-shadow: none;
    }  
}
@media (max-width: 500px) {
   .frm-grid {
        margin-top: -200px;
    }  
}
    




























