.center {
    /* text-align: center;
    float: none; */
    /* padding-right:unset;
    padding-left: unset; */
}
.topimg img{
    text-align: center;
    max-height: 18rem;
    width: 100%;
    /* padding-right:unset;
    padding-left: unset; */
}

.title {
    font-size: 15px;
    font-weight: 600;
}
.titlebox {
    /* justify-content: space-between; */
    color: #1ecdc6;
    /* font-size: 0.6rem; */
    font-weight: 600;
        margin-top: .4rem;


}
.desc {
    padding: 8px;
    color: #fff;
    font-weight: 600;
    background-color: turquoise;
    border-radius: 5px;
    margin-top: .4rem;
}

.formlay {
     margin-top: .4rem;
     line-height: 34px;
}

.formlay .form-group{
    padding-left: unset;
    padding-right: 15px;
}
.btn-info {
    width: 80%;
    text-align: center;
    display: inline;
    background-color: #03A9F4;
    border-color: #46b8da;
}

.cavsub {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    z-index: 999;
    display: block;
}
.cavbuer {
    position: absolute;
    top: 53%;
    /* bottom: 30%; */
    width: 100%;
    text-align: center;
    z-index: 999;
    display: block;
    font-size: 18px;
    color: #fff;
}
