.test .md-modal {
    max-height: 100%;
    overflow: hidden;
}
.md-modal {
    z-index: 999999 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 756px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    background-color: #f3f3f3;
    max-height: 500px;
    overflow: auto;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-content {
    /* color: #fff; */
    position: relative;
    background: #fff;
    /* border-radius: 3px; */
    margin: 0 auto;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    /* background: rgba(143,27,15,0.8); */
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md_closecont {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 999;
}
.video .md_closecont {
    position: absolute;
    right: 0px;
    top: 20px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    padding: 5px !important;
    z-index: 999;
}
.md_close {
    width: 21px;
    height: auto;
    position: relative;
    height: 21px;
}
.md_close span {
    width: 100%;
    height: 3px;
    background: #f8ce4a;
    display: block;
    position: absolute;
    top: 40%;
}
.md_close span:first-child{
    transform: rotate(45deg);
}
.md_close span:last-child{
    transform: rotate(-45deg);
}
.md_info_wrapper {
    padding: 30px;
    padding-top: 60px;
}
.md_title {
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
}
.md_price {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 25px;
    font-weight: 900;
    background-color: #f8ce4a;
    display: inline-block;
    line-height: 25px;
    padding: 0 5px;
    margin: auto;
}
.prices-wrapper {
    text-align: center;
}
.md_desc {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
}
.test .md-content {
    background: #f3f3f3;
}
p.md_text {
    color: #9b9b9b;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-top: 0 !important;
}
.md_halfcont.md_left {
    display: flex;
    justify-content: center;
    background: #D8D8D8;
}
.md_halfcont.md_left img {
    align-self: center;
}
.md-content{
    display: none;
}
.md-content.active{
    display: block;
}
