﻿.b5 {
    color: #fff;
    /*background-image: linear-gradient(135deg, #f9f5f5 0%, #669472 100%);*/
    margin-top: 48px;
    padding-top: 67px;
}

.msbform {
    background: #fff;
    border-radius: 21px;
    padding: 1px 60px 60px 60px;
    border: 1px solid #cdd8ce;
}

    .msbform p {
        line-height: 31px;
        color: #006f3c;
    }

.msundw {
    height: 8px;
    -webkit-mask: url(/App_Themes/Template/images/heading_wave.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    width: 81px;
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    margin: 10px auto;
    float: right;
    margin-bottom: 22px;
}

.p995 {
    text-align: right;
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 13px;
    padding-bottom: 1px;
    color: #ffffff;
}

.p99 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-top: 56px;
    margin-bottom: 13px;
    padding-bottom: 1px;
    color: #008749;
}

.msund {
    height: 8px;
    -webkit-mask: url(/App_Themes/Template/images/heading_wave.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    width: 81px;
    background-image: linear-gradient(135deg, #39c5b7 0%, #9bb7a1 100%);
    margin: 10px auto;
    margin-bottom: 22px;
}

.textboxbf {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: transparent;
    border-color: #cdd8ce;
    line-height: 30px;
    padding: 5px 23px;
    border: 2px solid #cdd8ce;
    border-radius: 1.5em;
    color: #006f3c;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-bottom: 10px;
}

.msbtn5 {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 1.2em;
    border: none;
    color: #fff;
    line-height: 1;
    padding: 13px 35px;
    text-align: center;
    margin-bottom: 4px;
    border-width: 2px;
    background-image: linear-gradient(to right, #e8cc3c 0%, #5fa50c 50%, #e2ca3a 100%);
    background-size: 200% auto;
    transition: 0.5s;
}

    .msbtn5:hover {
        background-position: right center;
    }
