	.card1726826963 {margin-left: 8%;}

.card1726826963 .mhead {
    
}

.card1726826963 .mtitle {
    
}

.card1726826963 .mdesc {
    
}

.card1726826963 .mbody {
    text-align: center;
     
}


/*Module specific style*/
  .card1726826963 img.center {
    width: 71%;
}
.card1726826963 .card {
    width:71%;
    border:none;
    border-radius: 10px;
    background: radial-gradient(circle, rgba(230,231,232,1) 0%, rgba(243,244,244,1) 100%);
    padding: 7% 0 7% 0;
    margin-bottom: 8%;
    box-shadow: 0px 6px 4px rgb(0 0 0 / 0.1);
}

.card1726826963 .card-background {
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index:1;
}

.card1726826963 .card-foreground {
    /* background:rgba(255,255,255,0.1); */
    z-index:2;
}

.card1726826963 .card-header {
    text-align:center;
}

.card1726826963 .card-title {
    text-align:center;
}

.card1726826963 .card-body {
    text-align:justify;
}

.card1726826963 .card-image {
    text-align: center;
}

.card1726826963 .card-icon {
    text-align: center;
    font-size: 75px;
    padding: 15px 0;
    color:#02a755;
}

.card1647172899 .card-text {
    font-size:small;
    text-align:center;
    line-height: 30px;
}

.card1647172899 .image-link {
    text-align:center;
}

.card1726826963 .list-group {
    font-size:smaller;
}

.card1726826963 .list-group li {
    background:rgba(255,255,255,0.9);
}

.card1726826963 .card-link {
    font-size:smaller;
}
.card1726826963 .mposttext {
    width: 200px;
    margin: 0 auto;
    position:relative;
    font-size: 16px;
    color:#fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.5s ease-in-out !important;
    z-index: 1;
    border: 2px solid #02a755;
    color:black;
}
.card1726826963 .mposttext:hover{
    color: #fff !important;
}
.card1726826963 .mposttext:hover:before {
    width:100% !important;
}
.card1726826963 .mposttext:before{
    content: "";
    position: absolute;
    background:#02a755 !important;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out !important;
    z-index: -1;
    color:#ffffff !important;
}
.card1726826963  .row.justify-content-evenly {
    box-shadow: unset !important;
}


/*Module specific style*/

@media (max-width: 767px) {
.card1726826963 .row .col-sm-3:nth-child(2){
    border-style: none !important;

}
.card1726826963 .row .col-sm-3:nth-child(3){
    border-style: none !important;

}
    .card1726826963 {
 padding:0px;
}
.card1726826963 .mcontent{
    padding:0px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {

}
@media (min-width: 1500px) {
    .card1726826963 .card {
    width: 56%;
    }
   .card1726826963 img.center {
    width: 64%;
}
}