#selectDay {
    margin: 10px 0;
}

label {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
}

#popLink:hover {
    cursor: pointer;
}


.success {
  color: #FF5733;
}

.fadeblack_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}


.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.feedback-input {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    line-height: 22px !important;
    background-color: #fbfbfb !important;
    padding: 13px 13px 13px 54px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box!important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box!important;
    border: 3px solid rgba(0, 0, 0, 0)!important;
    display: inline-block !important;
}

#fullname {
    background-image: url(https://doctorsinternet.com/test/img/name.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#datePicked {
    background-image: url(https://doctorsinternet.com/test/img/calendar.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

.white_content {
    display: none;
    position: absolute;
    top: 20%;
    left: 25%;
    width: 50%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    );
    overflow: auto;
    z-index: 99020000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

#email {
    background-image: url(https://doctorsinternet.com/test/img/mail.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#phone {
    background-image: url(https://doctorsinternet.com/test/img/iphone.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea#comments {
    background-image: url(https://doctorsinternet.com/test/img/comments.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
}

#button-blue, .buttonColor {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 99%;
    border: #fbfbfb solid 4px;
    text-align: center;
    cursor: pointer;
    background-color: #3498db;
    color: white;
    font-size: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

#button-blue:hover , .buttonColor: hover{
    background-color: white;
    color: #0493bd;
}

.feedback-input:focus {
    background: #fff;
    box-shadow: 0;
    border: 3px solid #3498db;
    color: #3498db;
    outline: none;
    padding: 13px 13px 13px 54px;
}

#emailconfirm {
    display: none;
}

.formError {
    color: red;
}

#popupSuccess {
    width: 102%;
    height: 295px;
    margin-left-10px;
    background: #dff0d8;
    color: #6c956a;
    z-index: 9000;
    position: absolute;
    top: 0;
    margin-left: -16px;
    text-align: center;
    padding-top: 100px;
}

#closepop a {
    margin: 20px 15px -30px 0;
    color: white;
    background: black;
    border-radius: 10px;
    padding: 5px 8px;
    text-decoration: none;
    cursor: pointer;
}

#resetpop a {
    margin: 20px 15px -30px 0;
    color: white;
    background: black;
    border-radius: 10px;
    padding: 5px 8px;
    text-decoration: none;
    cursor: pointer;
}

#fullname.inputemtpy{background-color: #FE4344 !important;}
#email.inputemtpy{background-color: #FE4344 !important;}
#phone.inputemtpy{background-color: #FE4344 !important;}





#fullname.inputemtpy::placeholder{color: white !important;}
#email.inputemtpy::placeholder{color: white !important;}
#phone.inputemtpy::placeholder{color: white !important;}


@media only screen and (max-width: 580px) {
    .white_content {
        left: 3%;
        margin-right: 3%;
        width: 90%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}


#successMessage{
color:green;
}
/// This is style for error message

