@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('../Assets/fonts/GeneralSans-Medium.otf');
    font-style: normal;
  }


.sub-wrapper {
    min-height: 100vh;
        padding: 100px 0 0 0;
    /* border: 1px solid red; */
    width: 85%;
    margin: 0 auto;
}


.card {
    font-family: 'GeneralSans-Medium';
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 4px 77px #0000001C;
    border-radius: 16px;
    border: none;
    position: relative;
}
.card-title{
    color: #00225F;
    height: 22px;
    overflow: hidden;
}

h3 {
    font-size: 24px !important;
    font-family: 'GeneralSans-Medium';
    width: 100%;
    color: #00225F !important;
    border-bottom: 1px solid #CF5B5B;
    line-height: 0.1em !important;

}

h3 span {
    background: #fff;
    padding: 0 10px;
    margin-left: 2rem
}

.video-btn{
    position: absolute;
    top: 24%;
    right: 43%;
    width: 50px;
    cursor: pointer;
}
.video-duration{
    position: absolute;
    top: 54%;
    right: 3%;
   border-radius: 17px;
    font-size: x-small;
    padding: 2px 8px;
    color: #fff;
    background: #252525;
}
small{
    font-size: 12px;
}

/* video modal popup css */
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}

/*media qurey start*/

@media only screen and (max-width: 576px) and (min-width: 576px) {
    .card{
        width:100%;
    }
}

@media only screen and (min-width: 768px){
    .card{
        width:42%;
    }
}
@media only screen and (min-width: 992px){
    .card{
        width:27%;
    }
}