span.wpcf7-list-item-label {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
}
#metting_schedule{
    margin-bottom: 60px;
}
.meeting_form{
    background-color: #F2F2F2;
    box-shadow: 3px 3px 11px 6px rgba(0,0,0,0.3);
    z-index: 0;
    position: relative;
    padding: 40px;
    margin-top: 40px;
}
.meeting_form input[type=checkbox], input[type=radio]{
    margin-right: 10px;
}
.meeting_form input[type=checkbox].extra-margin, input[type=radio].extra-margin{
    margin-right: 14px;
}
.metting_schedule{
    margin-top: 30px;
    margin-bottom: 30px;
}
.call_form_head h3{
    text-align: center;
}
.main_chk .row{
    margin:0;
    padding : 20px 0px;
}
input[type=checkbox]
{
    transform: scale(1.5);
}
.content_call{
    padding-left: 30px;
    padding-right: 30px;
}
.content_call li{
    margin-bottom: 0;
}
.contact_input{
    margin-top: 10px;
}
.contact_input input[type="text"] ,.contact_input input[type="email"],.contact_input textarea {
    font-family: Lato,Arial,sans-serif;
    font-size: 2rem;
    height: 30px;

    border-bottom: 1px dotted;
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    outline: 0;
}
.contact_input textarea {
    overflow: hidden;
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
}
.count_chk{
    margin-top: 10px;
}
label.proposal {
    vertical-align: top;
}
.error{
    color:red;
}

.sugarcrm-form-submit-btn{
    margin-top: 10px;
    margin-left: 14px;
    background: #c62127;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 5px;
    transition: all 0.25s ease-in-out;
}
.sugarcrm-form-submit-btn:hover{
    background: #f29040;
    cursor: pointer;
}
.sugarcrm-form-submit-btn:active{
    background: #f29040;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 5px inset;
    cursor: pointer;
}

