.leadformfield {
    position: relative;
    margin-bottom: 20px;
}
.leadformfield .form-control {
    display: block;
    width: 100%;
    padding: .6rem .75rem;
}
.leadformfield label {
    position: absolute;
    top: -13px;
    left: 10px;
    background-color: #fff;
    padding: 0px 5px;
    z-index: 1;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    color:#000;
}
.leadformfield input {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    color:#000;
}
.btn-colored {
    height: 55px;
    background: linear-gradient(182.49deg, #FF9818 -198.73%, #FCB603 5.35%, #B700F8 212.68%);
    border: 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 40px;
}
.formbox {
    max-width: 550px;
}
.formbox .terms-font {
    display: flex;
    align-items: flex-start;
}
.formbox .terms-font p{
    font-size: 12px !important;
    font-family: 'Roboto';
    color: #777777;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:0px;
}
.formbox .terms-font p a{
    color:#000;
}
.formbox .terms-font input[type="checkbox"] {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.formbox .send-otp-btn {
    position: absolute;
    right: 0px;
    top: 5px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto';
    text-decoration: underline;
}
.selectwrapper {
    position: relative;
}
.selectwrapper select {
    appearance: none;         
    -webkit-appearance: none; 
    -moz-appearance: none;   
    padding-right: 40px; 
}
.selectwrapper::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../../img-new/freetrial-new/dropdown-icon.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.leadformfield textarea{
    font-weight: 300;
}
.leadformfield textarea::placeholder{
    color:#777777;
}
.leadformfield input#phone {
    width: calc(100% - 90px);
    border: 0px;
}
.leadformfield .iti.iti--allow-dropdown {
    border: 1px solid #ced4db;
    border-radius: 5px;
}
.leadformfield input:focus, button#send-otp-btn-phone:focus{
    outline:none;
    box-shadow: none;
}
