@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
#pabdt body {
    font-family: 'Raleway', sans-serif !important;
    background-color: #edf2f6;
    color: #888ea8;
}

#pabdt .m_0 {
    margin: 0 !important;
}

#pabdt .p_0 {
    padding: 0 !important;
}

#pabdt .btn-primary {
    color: #fff;
    background-color: #45c203 ;
    border-color: #318d01 ;
}


/* #pabdt .btn-info {
    color: #fff;
    background-color: #01b7ff;
    border-color: #00a2e3;
}  */

#pabdt .btn-info {
    color: #fff;
    background-color: #79B0EC;
    border-color: #79B0EC;
    border-radius: 0;
}
#pabdt .btn-info:hover{
    color: #fff;
    background-color: #529EF2;
    border-color: #529EF2;
}

#pabdt .btn-danger {
    color: #fff;
    background-color: #EA7882;
    border-color: #EA7882;
    border-radius: 0;
}
#pabdt .btn-danger:hover {
    color: #fff;
    background-color: #E9616D;
    border-color: #E9616D;
}

#pabdt .btn-primary:hover,
#pabdt .btn-primary:focus,
#pabdt .btn-primary:active {
    background-color: #37a000;
    border-color: #318d01;
}


#pabdt .profile-card {
    border: 1px solid #e5ecf6;
    background-color: #fafbfd;
    font-family: 'Raleway', sans-serif !important;
}

#pabdt .profile-card {
    background-image: url("../img/profile-bg.jpg");
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
   
}

#pabdt .profile-card::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#pabdt .profile-card::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

@media (max-width: 767px) {
    #pabdt .profile-card {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    #pabdt .profile-card {
        /*margin-left: 1px;*/
    }
}


/*profilr card header*/

#pabdt header {
    text-align: center;
    width: 100%;
    position: relative;
    height: 115px;
    border-bottom: 1px solid #fff;
}

#pabdt header h1 {
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

#pabdt header a {
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 70px;
    width: 70px;
    left: 0;
    right: 0;
    margin: 75px auto 0;
    display: block;
    overflow: hidden;
    border: 4px solid #fff;
}

#pabdt header a img {
    width: inherit;
    height: inherit;
}

#pabdt header h1,
#pabdt header h2 {
    z-index: 2;
    position: relative;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
    color: #515267;
}

#pabdt header h1 {
    padding: 18px 0 0 0;
    font-size: 20px;
    font-weight: 500;
}

#pabdt header h2 {
    text-transform: uppercase;
    font-size: 13px;
}

#pabdt .profile-bio {
    padding: 46px 10px 20px;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

#pabdt .profile-bio p {
    margin-bottom: 15px;
    text-align: justify;
    color: #515267;
    font-weight: 500;
}

#pabdt address {
    margin-bottom: 15px;
    color: #515267;
    font-weight: 500;
    font-style: normal;
}

#pabdt address a {
    color: #01b7ff;
}

#pabdt .profile-social-links {
    margin: 0;
    padding: 0;
    text-align: center;
}

#pabdt .profile-social-links li {
    display: inline-block;
}

#pabdt .profile-social-links li a {
    color: #fff;
    padding: 9px;
    text-align: center;
    line-height: 20px;
    height: 35px;
    width: 35px;
    display: block;
    font-size: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-decoration: none;
}

#pabdt .profile-social-links li.fb a {
    background-color: #3b5998 ;
}

#pabdt .profile-social-links li.tw a {
    background-color: #01b7ff;
}

#pabdt .profile-social-links li.g-plus a {
    background-color: #d34836;
}

#pabdt .profile-social-links li a:hover{
    opacity: 0.7;
}

/*--------------- booking bottons -----------------*/

#pabdt .ladda-button {
    background: #fff;
    padding: 7px 12px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #e5ecf6;
    color: #888ea8;
    background-color: #fafbfd;
}

#pabdt .ladda-button:hover {
    color: #fff;
    background-color: #79B0EC;
    border-color: #79B0EC;
}

#pabdt .btn.ladda-button.active, .btn.ladda-button:active {
    box-shadow: none;
    background-color: #79B0EC;
    color: #fff;
    border: 1px solid #79B0EC;
}

@media (max-width: 767px){
    #pabdt .ladda-button {
        padding: 6px 12px;
    }
}



/*--------------- Personal Information -----------------*/

#pabdt .p_info label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
}

#pabdt .p_info .form-control {
    height: 46px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e5ecf6;
    background-color: #fafbfd;
    border-left: 3px solid #79B0EC;
}

#pabdt .p_info textarea.form-control {
    height: auto;
}

#pabdt .p_info .has-error .form-control {
    border-color: #d9534f;
    box-shadow: none;
}

#pabdt .p_info .has-error .checkbox,
#pabdt .p_info .has-error .checkbox-inline,
#pabdt .p_info .has-error .control-label,
#pabdt .p_info .has-error .help-block,
#pabdt .p_info .has-error .radio,
#pabdt .p_info .has-error .radio-inline,
#pabdt .p_info .has-error.checkbox label,
#pabdt .p_info .has-error.checkbox-inline label,
#pabdt .p_info .has-error.radio label,
#pabdt .p_info .has-error.radio-inline label {
    color: #d9534f;
}

#pabdt .radio {
    padding-left: 25px;
}

#pabdt .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 16px;
    color: #515267;
    font-weight: 500;
}

#pabdt .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

#pabdt .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

#pabdt .radio input[type="radio"] {
    opacity: 0;
}

#pabdt .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#pabdt .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

#pabdt .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

#pabdt .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

#pabdt .radio.radio-inline {
    margin-top: 0;
}

#pabdt .radio-danger input[type="radio"] + label::after {
    background-color: #5bbc2e;
}

#pabdt .radio-danger input[type="radio"]:checked + label::before {
    border-color: #5bbc2e;
}

#pabdt .radio-danger input[type="radio"]:checked + label::after {
    background-color: #5bbc2e;
}


/*--------------- Modal -----------------*/

#pabdt .modal-dialog {
    z-index: 1041;
}
#pabdt .modal-content {
    border-radius: 0;
}
#pabdt .modal-body {
    padding: 0;
}

#pabdt .card_image {
    margin-bottom: 20px;
}

#pabdt .payment-methods {
    text-align: center;
    margin-bottom: 20px;
}

#pabdt .payment-methods ul li {
    display: inline-block;
    margin-right: 5px;
}

@media (min-width: 768px) {
    #pabdt .modal-dialog {
        width: 610px;
    }
}

@media (max-width: 620px) {
   #pabdt .card_image {
        margin-bottom: 0px;
    }
   #pabdt .appointment li > a {
        padding: 4px 10px;
        background-color: #5bbc2e !important;
        color: #fff;
        text-decoration: none;
        margin-left: 0px;
    }
   #pabdt .ok_inner {
        margin-left: 5px;
    }
   #pabdt .personal-info {
        margin-left: 5px;
    }
}

#pabdt button.close {
    background-color: #474747;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    border: 2px solid #ddd;
    position: absolute;
    right: -10px;
    top: -9px;
    color: #fff;
    text-shadow: none;
    z-index: 1;
    box-shadow: -3px 1px 5px #848484;
    display: block;
}

#pabdt button.close:hover {
    opacity: 1;
    color: #fff;
}

#pabdt .payment-details {
    position: relative;
}

#pabdt .payment-details-inner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    color: #fff;
}

#pabdt .payment-details-inner h3 {
    font-size: 36px;
    font-weight: 100;
}

#pabdt .payment-details-inner h3 strong {
    font-weight: 400;
}

#pabdt .payment-details-inner hr {
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#pabdt .payment-details-inner p {
    font-size: 16px;
}


/*payment form*/

#pabdt .payment-form {
    padding: 20px;
}

#pabdt .payment-form h3 {
    text-align: right;
    margin: 10px 0 0;
    font-weight: 700;
    color: #243842;
    font-size: 28px;
}

#pabdt .payment-form hr {
    margin-top: 10px;
    border-top: 1px solid #e5ecf6;
}

#pabdt .payment-form label {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #babfd4;
    letter-spacing: 0.3px;
}

#pabdt .payment-form .form-control {
    box-shadow: none;
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding: 0;
    border-color: #e5ecf6;
    font-weight: 500;
    color: #243842;
}

#pabdt .payment-form .form-control::-moz-placeholder {
    color: #243842;
}

#pabdt .payment-form .form-control:-ms-input-placeholder {
    color: #243842;
}

#pabdt .payment-form .form-control::-webkit-input-placeholder {
    color: #243842;
}

#pabdt .payment-form .btn {
    border-radius: 0;
    margin-top: 13px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

/*success message*/
#pabdt .success-message {
    text-align: center;
}
#pabdt .success-message h1 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}