a.wbcourse-link{
    text-decoration: none;
    outline: none;
}

a.wbcourse-link:hover .edtitle-wbcourses{
    color:#CF5252;
}

.wbcourses-listing{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:15px;
    margin: 15px 0px;
}

.wcpage{
    display:grid;
    grid-template-columns: repeat(auto-fill, 100%);
    grid-gap: 15px;
}



.message.error{
    color: #CF5252;
    font-family: Arial Rounded MT;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 10px;
}

.mscontainer{
max-width:767px;
margin:0px auto;
text-align:center;
width:100%;
padding: 0px 15px;
}

.logo img{
    padding:0px 30px
}

.hr-cust{
    background-color: #eaebe6;
    height: 2px;
    width: 100%;
    margin:25px auto;
}

.edlabel{
    color:#3174AC;
    font-family:Arial Rounded MT;
    font-size: 2rem;  
    line-height: 19px;  
}

.edinput{
    width: 91%;
    border: 2px solid #98b7d3;
    height: 35px;
    margin-top: 15px;
}

.edsubmit{
    background-color: #3174AC;
    color: white;
    border-radius: 10px;
    width: auto;
    height: 30px;
    font-family: Arial Rounded MT;
    font-size: 2rem;
    margin-top: 25px;
    padding: 0px 25px;
}
.edsubmit:hover{
    background-color:#CF5252;
}

.edsmlinks{
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    row-gap: 2px;
}

a.edlink{
    color:#3174AC;
    text-decoration:none;
    font-size:1.4rem;
    font-family:ArialRoundedMTW04;
    
}

a.edlink:hover{
    color:#CF5252
}

.edfooter{
    color: #3174AC;
    font-family: Arial Rounded MT;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.edfooter a{
    text-decoration: none;
    color:#3174AC;
    font-family: Arial Rounded MT;
    font-size:1.5rem;
}
.edfooter a:hover{
color:#CF5252;
}

.smicons{
    height:30px;
}

.edpoint{
    font-family:ArialRoundedMTW04;
    font-size: 9rem;
    color:#CF5252;
    /*background-color:#FAD3D5;*/
}

.edpoints{
    font-family:ArialRoundedMTW04;
    font-size: 3.4rem;
    color:#3174AC;
   /* background-color:#FAD3D5;*/
}

.edtitle{
    color:#3174AC;
    font-family: Arial Rounded MT;
    font-size:3.5rem;
}
.edtitle-wbcourses{
    color:#3174AC;
    font-family: Arial Rounded MT;
    font-size:2.5rem;
}

.eddesc{
    color:#CF5252;
    font-family: Arial Rounded MT;;
    font-size:2.2rem;
    line-height: 23px;
    margin: 10px 0px;
}

.eddescb{
   
    font-family: ArialRoundedMTW04;
    font-size:1.6rem;
    line-height: 23px;
    margin: 10px 0px; 
}

.edprice{
    color:white;
    background-color:#3174AC;
    font-family:ArialRoundedMTW04;
    font-size: 2.3rem;
    border-radius: 15px;
}
.edearn{
    color:white;
    background-color:#CF5252;
    font-family:ArialRoundedMTW04;
    font-size: 2.3rem;
    border-radius: 15px;
    margin-top: 10px;
}

.edlabel2{
    color:#3174AC;
    font-family:Arial Rounded MT;
    font-size: 3rem;  
    line-height: 19px;  
}

.edsubmit2{
    background-color: #3174AC;
    color: white;
    border-radius: 10px;
    width: 75%;
    height: auto;
    font-family: Arial Rounded MT;
    font-size: 3.3rem;
    margin-top: 25px;
    padding: 0px 25px;
    margin: 0px auto;
}

a.edsignout{
    text-decoration:none;
    background-color:#CF5252;
    color:white;
    border-radius: 5px;
    padding:0.3rem 0.8rem;
}
a.edsignout:hover{
background-color:#3174AC;
}


@media (max-width:767px){
    /*mobile*/
    .wcpage{
        display:grid;
        grid-template-columns:1fr;
        grid-gap: 15px;
    }

    .wbcourses-listing{
        grid-template-columns: 1fr;
        grid-gap:15px;
    }

}