.calltouserBox_desk {
    padding: 100px 0;
    margin: 0 auto;
}
.calltouserBox_desk #calltouserForm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.calltouserForm_image img {
    margin: 0 auto 10% auto;
}
.calltouserBox_desk .TimeToUserDiv {
    margin-bottom: 0;
}
.calltouserBox_desk .calltouserForm_image {
    flex: 0.8;
}
.calltouserBox_desk .calltouserForm_image img {
    margin: 0;
}
#calltouserForm_btn {
    cursor: pointer;
}
.calltouserForm_title {
    color: #828b97;
    font-size: 15px;
    margin-bottom: 12px;
}
.calltouserBox_desk2 .calltouserForm_title {
    background: #24a1ab;
    background: -webkit-linear-gradient(45deg, #2796b7, #24a1ab, #1c8e65);
    background: -moz-linear-gradient(45deg, #2796b7, #24a1ab, #1c8e65);
    background: linear-gradient(45deg, #2796b7, #24a1ab, #1c8e65);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.calltouserBox_desk .calltouserForm_box {
    flex: 1;
}
.calltouserForm_input .form-group {
    width: 100%;
}
.calltouserForm_input input {
    border: 1px solid #ececec;
    padding: 8px 10px;
    font-size: 17px;
    border-radius: 30px;
}
.TimeToUserDiv {
    margin-bottom: 13%;
}
#TimeToUser,#TimeToUser2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#TimeToUser input,#TimeToUser2 input {
    display: none;
}
#TimeToUser label,#TimeToUser2 label {
    color: #dfdfdf;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
    background-color: #a82479;
    background-image: linear-gradient(45deg, #b7276b, #a82479, #881c8d);
    opacity: 0.2;
}
.calltouserBox_desk2 #TimeToUser2 label {
    background-color: #24a1ab;
    background-image: linear-gradient(45deg, #2796b7, #24a1ab, #1c8e65);
}
#TimeToUser input:checked + label,#TimeToUser2 input:checked + label {
    color: #fff;
    background-color: #a82479;
    background-image: linear-gradient(45deg, #b7276b, #a82479, #881c8d);
    opacity: 1;
}
.calltouserBox_desk2 #TimeToUser input:checked + label,.calltouserBox_desk2 #TimeToUser2 input:checked + label {
    background-color: #24a1ab;
    background-image: linear-gradient(45deg, #2796b7, #24a1ab, #1c8e65);
}
#TimeToUser span,#TimeToUser2 span {
    color: #6b6b6b;
}
.TimeToUserArrow {
    text-align: center;
    font-size: 35px;
    color: #aeb8c4;
    margin-bottom: 4%;
}
.calltouserBox_desk .TimeToUserArrow {
    margin-bottom: 0;
    line-height: 1;
}
.calltouserBox_desk .TimeToUserBtn {
    padding-bottom: 60px;
}
.TimeToUserSend button {
    background-color: #a82479;
    background-image: linear-gradient(45deg, #b7276b, #a82479, #881c8d);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 5px;
    border-radius: 30px;
    border: none;
}
.calltouserBox_desk2 .TimeToUserSend button {
    background-color: #24a1ab;
    background-image: linear-gradient(45deg, #2796b7, #24a1ab, #1c8e65);

}
.calltouserBox_desk2 #calltouserForm2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.calltouserBox_desk2 .calltouserForm_image img {
    margin: 0;
}
.calltouserBox_desk2.calltouserBox_mo #calltouserForm2 {
    flex-direction: column;
}
.calltouserBox_desk2.calltouserBox_mo .calltouserForm_box {
    order: 2;
}
.calltouserBox_desk2.calltouserBox_mo .calltouserForm_image {
    order: 1;
}
.calltouserBox_desk2.calltouserBox_mo .calltouserForm_image img {
    margin: 0 auto 10% auto;
}
@media screen and (max-width: 768px) {
    #calltouserFullBox{
        height: 100vh;
    }
    #TimeToUser span, #TimeToUser2 span {
        font-size: 10px;
    }
}
