.sandbox-form .ig-input-group input:hover, .sandbox-form .ig-input-group select:hover {
    background: rgba(0,0,0,.05);
}
.sandbox-form .intl-tel-input {
    width: 100%;
}
.sandbox-form select.form-control:not([size]):not([multiple]) {
    font-weight: 600;
    height: 60px;
}
.sandbox-form .selectClsForDropDown {
    font-size: 16px;
}
.sandbox-form .buttonWrap {
    display: flex;
    justify-content: flex-end;
}
