﻿
a:hover {
    text-decoration: none;
}

.widget-module {
    display: flex;
    flex-direction: column; /* or:   flex-flow: column wrap; */
    height: 100%;
}

    .widget-module .title {
        min-height: 67px;
        padding-bottom: 0px !important;
    }

.widget-content {
    flex: 1;
    background-repeat: no-repeat;
    background-position: top !important;
    background-size: 100px 100px !important;
}

.template-list ul li a {
    width: 350px;
}

.template-list .widget-module {
    width: 350px;
}

.template-list {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .template-list h2 {
        font-size: 40px;
        padding: 10px;
        color: white;
    }

    .template-list ul {
        padding-left: 0px;
    }


.widget-module2 {
    /*background-image: linear-gradient(#fafafa, #dedede);*/
    background: #ffffff;
    border: 2px solid #9c9c9c;
    margin: 0px 5px 25px 0px;
    /*border-radius: 15px;*/
    box-shadow: 7px 7px #D2D3D3;
}

.inActive {
    background: #CACBCD;
}

.widget-module2 .col-md-3 {
    padding-left: 5px;
}

.widget-module2 .col-md-9 {
    padding-left: 5px;
    padding-right: 5px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #535454;
    line-height: 20px;
}

.widget-module2 img {
    background-color: white;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    margin: 5px 0 5px 0;
    padding: 0 5px 0 5px;
}

.main1 {
    margin-bottom: 24%;
    margin-top: 5%;
}

.topic {
    background-color: #f5f5f5;
    color: #717171;
    padding: 31px 25px 39px 42px;
    line-height: 10px;
    border-style: solid;
}
.Springregister {
    background-color: #f5f5f5;
    color: #717171;
    padding: 31px 25px 107px 42px;
    line-height: 10px;
}
.recording {
    font-weight: 500;
    color: black;
    margin-left: -7px;
   
}
.record {
    font-weight: 500;
    color: black;
    margin-left: 12px;
    padding-top: 7px;
}
.virtual {
    padding-left: 68px;
}

.one {
    font-size: x-large;
    color: #717171;
    font: bold;
    margin-top: 27px;
}

.two {
    font-size: larger;
    color: #717171;
    font: bold;
    margin-top: 27px;
}

.three {
    color: #717171;
    font: bold;
}

.head2 {
    font-size: 23px;
    text-align: center;
    color: white;
    padding: 10px 10px 0px 10px;
}
.heading {
    font-size: 23px;
    text-align: center;
    color: white;
    padding: 10px 10px 0px 10px;
}

.content1 {
    font-size: 19px;
    color: #050505;
    padding-right: 7%;
    line-height: 1.7;
    font-weight: 500;
}

.content2 {
    font-size: 19px;
    color: #050505;
    padding-left: 7%;
    line-height: 1.7;
    font-weight: 500;
}

a {
    text-decoration: underline;
}

span {
    position: relative;
    left: 10px;
}
.box-border {
    border: 2px solid black;
    outline: #4CAF50 solid 10px;
    margin: auto;
    padding: 20px;
    text-align: center;
}
.register {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #012169;
    text-align: center;
    padding-top: 4%;
}
.coming-soon {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background-color: #e95e33;
    text-align: center;
    padding-top: 4%;
}

