.site-btn {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    position: relative;
}
.site-btn input[type=email] {
    height: 50px;
    border: 1px solid #cecece;
    background: #FFFFFF;
    color: #a2a3a5;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 63px 0 13px;
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 4px;
}

.site-btn input[type=text] {
    height: 50px;
    border: 1px solid #cecece;
    background: #FFFFFF;
    color: #a2a3a5;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 63px 0 13px;
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 4px;
}


.site-btn button[type=submit] {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border: none;
    color: #623294;
    font-size: 15px;
    font-weight: 400;
    line-height: 41px;
    position: absolute;
    top: 1px;
    right: 1px;
    transition: 400ms ease;
    transition-property: color, background-color;
    border-radius: 0 4px 4px 0;
}
.service-page-details-section .left-box {
    
    background-color: #ffffff !important;
    
}
.site-grey-vt {
    
    background-color: #f0f1f2 !important;
    
}
.service-page-vt{
    text-align: center !important;
}
.border-radius{
    background-color: white;
    padding: 20px !important;
    border-radius: 8px;
}
.border-radius h3{
    font-size: 22px !important;
    
    line-height: 1.3 !important;
}
.authore-vt{
    text-align: left;
    margin-bottom: 20px;
}
.service-page-details-section .inner p {
    padding: 0 0 15px 0 !important;
   
}