.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
    text-align: center;
}
.toggle {
    position: absolute;
    height: 40px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    background: #262a29;
    transform: rotate(270deg);
    left: -100px;
    top: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
/* .toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
} */
.fild {
    padding: 20px;
    border: 2px dotted #262a29;
}
.fild h2 {
    padding: 0;
    color: #262a29;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
}
.sidebar-contact h2 {
    padding: 0;
    color: #262a29;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
}
.sidebar-contact.active {
    right: 0;
}
.iti{
    width: 100%;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.sidebar-contact input, .sidebar-contact select, .sidebar-contact textarea, .select-new1 {
    /* width: 100%; */
    /* height: 36px; */
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #262a29;
    outline: none;
}
.sidebar-contact input, .sidebar-contact select, .sidebar-contact textarea, .select-new1 {
    /* width: 100%; */
    /* height: 36px; */
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #262a29;
    outline: none;
}
.form-control {
    padding: 10px 15px;
    height: auto;
    border-color: gray;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}