#makeAppointment form {
    padding: 20px;
    background: #f6f7f9;
    border-radius: 10px;
}
#makeAppointment form .row {
    margin-top: 0;
}
#makeAppointment .row-lg-30 > * {
    margin-bottom: 20px;
}
#makeAppointment .form-control {
    padding: 20px 0px 15px 0;
    padding-left: 45px;
}
#makeAppointment form .col-md-6 .form-control,
#makeAppointment form .col-12 .form-control {
    background-size: 20px !important;
    background-position-x: 15px !important;
    cursor: pointer;
    background-color: #fff !important;
    background-position-y: 20px !important;
}
#makeAppointment form .apm-item:nth-child(1) .form-control {
    background: url(../../images/editor/user.png) no-repeat left center;
}
#makeAppointment form .apm-item:nth-child(2) .form-control {
    background: url(../../images/editor/age-group.png) no-repeat left center;
}
#makeAppointment form .apm-item:nth-child(3) .form-control {
    background: url(../../images/editor/toilet.png) no-repeat left center;
}
#makeAppointment form .form-control.nationality {
    background: url(../../images/editor/travel.png) no-repeat left center;
}
#makeAppointment form .form-control.dob {
    background: url(../../images/editor/dob_calendar.png) no-repeat left center;
}
#makeAppointment form .form-control.phone {
    padding-left: 55px;
}
#makeAppointment form .form-control.date {
    background: url(../../images/editor/calendar.png) no-repeat left center;
}
#makeAppointment form .form-control.time {
    background: url(../../images/editor/start.png) no-repeat left center;
}
#makeAppointment form  .form-control.branch {
    background: url(../../images/editor/hospital.png) no-repeat left center;
}
#makeAppointment form .form-control.doctor {
    background: url(../../images/editor/doctor.png) no-repeat left center;
}
#makeAppointment form .form-control.mail {
    background: url(../../images/editor/arroba.png) no-repeat left center;
}
#makeAppointment form .form-control.messenger {
    background: url(../../images/editor/messenger.png) no-repeat left center;
}

/* 
#makeAppointment form .form-control.branch {
    background: url(../../images/editor/full-time.png) no-repeat left center;
}

 */
#makeAppointment form .iti {
    width: 100%;
}
.iti__country-list,
#ui-datepicker-div {
    z-index: 9 !important;
}

#makeAppointment form .iti__selected-flag {
    border-radius: 8px 0 0 8px;
}
#makeAppointment button[type=submit] {
    font-size: 18px;
    font-weight: bold;
    border: 0;
    outline: none;
    background: #1e306e;
}
#makeAppointment textarea::-webkit-input-placeholder {
    font-weight:500;
}

.sidebar-social-button {
    position: fixed;
    max-width: 100px;
    right: 2vw;
    height: fit-content;
    top: calc(60% - 168px);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: max-width .8s cubic-bezier(.22,1,.36,1) 0s;
}
.sidebar-social-button>a {
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s;
}
.social-button img,
.social-button svg {
    height: 40px;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    object-fit: contain;
}
.social-button-wrapper.fb-btn {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    position: fixed;
    width: 40px;
    right: 2vw;
    height: fit-content;
    top: calc(60% - 64px);
    z-index: 99999;
    transition: max-width .8s cubic-bezier(.22,1,.36,1) 0s;
}
.social-button-wrapper.insta-btn {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    position: fixed;
    width: 40px;
    right: 2vw;
    height: fit-content;
    top: calc(60% - 115px);
    z-index: 99999;
    transition: max-width .8s cubic-bezier(.22,1,.36,1) 0s; 
}
.social-button-wrapper.telegram-btn {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    position: fixed;
    width: 40px;
    right: 2vw;
    height: fit-content;
    top: calc(60% - 168px);
    z-index: 99999;
}
.social-button-wrapper.line-btn {
    display: flex;
    align-items: center;
    margin: 5px 0px;
    position: fixed;
    width: 40px;
    right: 2vw;
    height: fit-content;
    top: calc(60% - 9px);
    z-index: 99999;
    transition: max-width .8s cubic-bezier(.22,1,.36,1) 0s;
}

.social-button {
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    background: #e7f2fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-button-title {
    display: none;
    width: 100%;
    height: 40px;
    background-color: #e7f2fb;
    font-size: 14px;
    color: #1e306e;
    font-weight: 500;
    padding: 0 10px;
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*form validation*/
.form-control-wrap .form-control.error {
    border-color: transparent !important;
}
#makeAppointment .help-block.error-static,
#makeAppointment .help-block.error {
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #ffffff;
    transition: .3s;
    background: #e997b9;
    padding: 5px 15px;
    border-radius: 5px 5px 5px 0;
    font-weight: bold;
}
#makeAppointment .help-block.optional {
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000000;
    transition: .3s;
    background: #e8e8e8;
    padding: 5px 15px;
    border-radius: 5px 5px 5px 0;
    font-weight: bold;
}


@media screen and (min-width: 1200px) {
    .social-button-wrapper.fb-btn:hover, .social-button-wrapper.insta-btn:hover, .social-button-wrapper.telegram-btn:hover, .social-button-wrapper.line-btn:hover {
        width: 248px;
        transition: all 0.3s;
    }
    .social-button-wrapper:hover .social-button-title {
        display: flex;
        align-items: center;
    }
    .social-button-wrapper:hover .social-button {
    }
    .social-button-wrapper:hover .social-button svg {
      transform: scale(1.08);  
    }
    .social-button-wrapper:hover .social-button img {
        transform: scale(1.2);  
      }
}

@media only screen and (max-width: 480px) {
    .sidebar-social-button {
        position: fixed;
        right: 8px;
        bottom: 13%;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        top: unset;
    }
    .sidebar-social-button:hover {
        width: 200px;
        right: -2vw;
    }
    .social-button-title {
        height: 30px;
        font-size: 12px;
    }
    .social-button {
        margin: 6px 0px;
        transition: all 0.3s;
        background: #e7f2fb;
        border-radius: 50%;
    }

    .social-button svg {
        vertical-align: unset;
    }
}
