

a:hover {
    text-decoration: none !important;
}

.time-hide {
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.247);
    text-align: center;
    margin-left: 10px;
    font-size: smaller;
    display: inline-block;
    margin-top: 10px;
}

.success-popup {
    border: 1px solid #f5f5f5;
    width: 40%;
    margin: 0 auto !important;
    position: fixed;
    z-index: 1000;
    left: 29%;
    padding: 20px 20px;
    background-color: #f3f3f3;
    margin-top: 40px !important;
}

p {
    font-size: 15px;
}


.user-name h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(0, 129, 250);
}

.book-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
    padding: 5px 31px;
    text-align: center;
    background-color: rgb(255, 87, 87);
    color: white;
    transition: ease-in-out 200ms;
    font-size: 17px;
}

.tab {
    color: red;
    font-size: 18px;
}

.book-btn:hover {
    background-color: rgb(223, 59, 59);
    transform: scale(1.1);
    transition: ease-in-out 200ms;
}

.book-btn a {
    color: white;
    text-decoration: none;
}

.schedule-table {
    width: 90%;
    box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.28);
    margin: auto;
    margin-bottom: auto;
    padding: 10px 10px 50px 23px;
    margin-bottom: 100px;
}

.day-box {
    margin-top: 10px;
}

.stime {
    padding: 6px 12px;
    border: 1px solid black;
    margin-right: 10px;
    text-align: center;
}

.sDay {
    background-color: rgb(255, 87, 87);
    color: white;
    padding: 6px 12px;
    margin: auto;
    font-weight: 600;
}

.sch-time {
    width: 100%;
    height: auto;
    padding: 10px;
    box-shadow: 0px 0px 2px 0px #95919180;
    margin-top: 15px;
}

    .sch-time p {
        color: rgb(0, 129, 250);
        padding-bottom: 5px;
        font-size: 18px;
    }

.book-btn {
    -webkit-box-shadow: -7px 0px 51px -8px rgba(62,168,50,0.58);
    -moz-box-shadow: -7px 0px 51px -8px rgba(62,168,50,0.58);
    box-shadow: -7px 0px 51px -8px rgba(62,168,50,0.58);
}

.sch-time span {
    font-size: 13px;
    color: rgb(133, 133, 133);
}

.schedule-table p {
    margin: 0px;
}

.title-4 {
    font-weight: 600;
}

.title-6 {
    font-weight: 600;
    font-size: 15px;
    color:black;
}

/*...........................Schedule.......................*/
.feature {
    width: 100%;
    height: 152px;
    background-image: url('../images/exa.jpg');
}

.schedule-box {
    width: 100%;
}

.icon-color i {
    color: #3ea832;
    width: 20px;
}

.slotred {
    color: red;
}

.time {
    padding: 2px 8px;
    border: 1px solid rgba(0, 0, 0, 0.247);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    font-size: smaller;
    display: inline-block;
    margin-top: 10px;
}

    .time a {
        color: white;
    }

.time {
    background-color: green;
    color: white;
}

.books {
    background-color: #091a98;
    color: white;
}

.out {
    background-color: #de6fa6;
    color: white;
}

.blocked {
    background-color: #f22828;
    color: white;
}

.time-box {
    width: 100%;
    margin-bottom: 15px;
}

.timeBook {
    background-color: green;
    color: white;
    border: none;
}

 .xxxbtn {
            color:white;
            background-color:#e92020;
            border-color: #00234f;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 35px;
            
        }
 .xxxbtnoff {
            color:white;
            background-color:green;
            border-color: black;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 35px;
            
        }
/*...................appoiment page..............................*/
.appoiment {
    width: 100%;
    padding-top: 20px;
}

.appoiment-info {
    width: 90%;
    height: auto;
    box-shadow: 0px 0px 3px 0px #9a9a9a80;
    margin: auto;
    background-color: #f8f8f8;
}

    .appoiment-info .profile {
        border: none;
        width: 100px;
        height: 120px;
    }

.appo-header {
    padding: 10px;
    border-bottom: 2px solid #807d7d;
    display: flex;
    background-color: #3695EB;
    color: white;
}

.conform-appo {
    width: 70%;
}

.appoiment-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

label {
    margin-bottom: 3px;
}

.appoiment .form-group {
    margin-bottom: 10px;
}


/*......................sss..............*/
header .nav a {
    color: rgb(100, 100, 100);
}

.main-container {
    width: 100%;
    padding: 0px 0px;
    padding-top: 0px;
}

.btn-nav {
    position: absolute;
    right: 30px;
    display: none;
    cursor: pointer;
    z-index: 2;
}

.nav-height {
    height: auto;
}

@media only screen and (max-width: 600px) {
    .btn-nav {
        display: block;
    }

    .pl-4 {
        padding: 20px !important;
    }

    .main-container {
        padding-top: 0px;
        background-color: white;
        height: auto;
        width: 100%;
    }

    .schedule-table {
        position: relative;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
        margin-bottom: 9px;
        width: 100%;
    }

    header {
        height: 50px;
        overflow: hidden;
    }


    .profile-box {
        width: 100%;
        padding: 20px 12px;
        height: auto;
    }

    .user-name h2 {
        font-size: 20px;
    }

    .profile {
        width: 120px;
        height: 130px;
        margin: auto;
    }

    .nav {
        display: inline;
    }

    .book-btn {
        position: fixed;
        bottom: 4px;
        right: 4px;
    }

    .conform-appo, .appoiment-info {
        width: 100%;
    }

    .conform-appo {
        margin-top: 20px;
    }
}
