@font-face{
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
    font-weight: 300;
}
@font-face{
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face{
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
}
@font-face{
    font-family: Poppins;
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: KaushanScript;
    src: url('../fonts/Kaushan_Script/KaushanScript-Regular.ttf');
}

body{
    font-family: Poppins;
    font-weight: 300;
}

.tbl{
    display: table;
    width: 100%;
}
.tbl-cell{
    display: table-cell;
    vertical-align: middle;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.table thead th.col{
    max-width: 25% !important;
}
table .btn.btn-link.gl-th {
    color: #fff;
    padding: 7px 0;
}
.table-bordered thead td, .table-bordered thead th{
    /* width: 1%; */
}
.table-bordered thead th{
    vertical-align: middle !important;
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 14px;
}
.table-responsive{
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-narrow{
    padding-left: 15%;
    padding-right: 15%;
}

.navbar .navbar-brand > img{
    max-height: 74px;
}
.navbar.navbar-expand-md .navbar-nav .nav-link{
    color: #171717;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar.navbar-expand-md .navbar-nav .nav-link:focus{
    color: #007bff;
}

.content{
    min-height: calc(100vh - 430px);
}

.section-title{
    position: relative;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.section-title:after{
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #007bff;
}
.hiw-wrap{
    padding: 80px 0 55px;
    background-color: #F6F6F6;
}
.hiw-content{
    border: 1px solid #f2eff1;
    padding: 30px;
}
.hiw-icon{
    margin: 0 0 30px;
}
.hiw-icon img{
    max-height: 150px;
    margin: auto;
}
.hiw-text{
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.callout-wrap{
    background-color: #FBFBFB;
}
.callout-wrap .tbl{
    max-width: 650px;
    margin: auto;
}
.callout-img{
    width: 220px;
}
.callout-text h3{
    color: #000;
    margin: 0;
}
.page-title{
    position: relative;
    background-image: url('../images/fence-3500332_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    color: #ffffff;
}
.page-title:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}
.page-title > *{
    position: relative;
}
.page-title h1{
    position: relative;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.page-title h1:after{
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #ffffff;
}
.form-control{
    font-size: 1rem;
    border: 0;
}
.btn-doctor, .doc-name{
    width: auto !important;
    display: inline-block !important;
}
.btn-doctor {
    height: 38px;
    /* margin: -5px 0 0 0; */
}

/* find my doctor page  */
.btn-search {
    height: 38px;
    margin: 0 0 0 -15px;
    color: #fff;
    background-color: #226b0abf;
    border-image: #226b0abf;
}
.search_error{
    color: red;
    margin-top: 5px;
}
.find-my-doc-text{
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}
.partner-modal{
    cursor: pointer;
}
.doctor-container {
    background-color: #eee;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 30px 0 0;
}
.doctor-container .doc-icon {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 100px;
    color: #999;
}
.doctor-container .doc-info {
    display: inline-block;
    width: 65%;
    margin-left: 20px;
    vertical-align: middle;
}
.doctor-container .doc-info h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 2px;
}
.doctor-container .doc-info p {
    color: #777;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.doctor-container .btn{
    margin: 30px 0;
}
.doctor-container .doc-location {
    color: #777;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 15px;
}
.doctor-container .doc-location i{
    margin-right: 5px;
}
.doc-btm {
    margin: 30px 0;
}
.doc-btm a{
    color: #007bff;
    text-decoration: underline;
    transition: all 0.3s ease;
}
/* find my doctor page  */
.system-container {
    margin: 30px 0 0;
}
.system-container .header-title {
    color: #26a8c5;
}.system-container ul{
    padding: 0;
}
.system-container li{
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.system-container li:before{
    position: absolute;
    content: "\f111";
    font-family: fontawesome;
    top: 9px;
    left: 0;
    color: #007bff;
    font-size: 6px;
}
.system-container h4{
    color: #007bff;
}
.mt0{
    margin-top: 0 !important;
}
.privacy-policy {
    background-color: #eee;
    padding: 15px 0;
}
.privacy-policy a{
    display: block;
}
h2.header-title{
    display: inline-block;
    font-size: 30px;
    border-bottom: 3px solid #ccc;
    margin: 0 0 30px;
    padding-bottom: 5px;
}
td.action-td a{
    padding: 0 5px;
}
.action-td a{
    color: #00b303;
    transition: all 0.3s ease;
    font-size: 17px;
}
.doc-type{
    color: #777;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.info-doclist{
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.model-link{
    color: #035a74;
}

/* New Css 31-05-19 */
.right-hand{
    font-size: 20px !important;
    margin-right: 12px !important;
    margin-top: 2px;
}
.carousel-inner img {
    width: 100%;
    height: 80%;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 9;
    width: auto !important;
}
#demo .carousel-control-prev {
    left: 60px;
}
#demo .carousel-control-next {
    right: 60px;
}
.content-div {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    z-index:9;
    padding: 60px 0;
}
.carousel-inner{
    width:100%;
    position:relative;
}
html,body {
    height: 100%;
}
body .info{
    min-height: 100%;
    position:relative;
    /* Firefox */
    min-height: -moz-calc(100% - 56px);
    /* WebKit */
    min-height: -webkit-calc(100% - 56px);
    /* Opera */
    min-height: -o-calc(100% - 56px);
    /* Standard */
    min-height: calc(100% - 56px);
}
footer {
    height:56px;
    margin: 0;
    clear: both;
    width:100%;
    position: relative;
}
.footer-privacy{
    font-size: 14px;
    float: right;
    margin-left: 7px;
    margin-right: 7px;
}
.footer-terms{
    font-size: 14px;
    float: right;
    margin-left: 7px;
    margin-right: 7px;
}
.banner-wrap{
    padding: 70px 0;
    background-image: url('../images/computer-1149148_1920.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
}
.banner-wrap:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-wrap h1{
    color: #ffffff;
    font-size: 45px;
    line-height: 1.5;
    margin: 0 0 70px;
}
.banner-wrap h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 50px;
}
/* .banner1{
    padding: 70px 0;
    background-image: url('../images/banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
} */
.banner1:before, .banner2:before, .banner3:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner1 h1{
    color: #ffffff;
    font-size: 45px;
    line-height: 1.5;
    margin: 0 0 70px;
}
.banner1 h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 50px;
}
.banner-wrap .btn{
    border: 2px solid #000;
    box-shadow: 2px 3px 0 #000;
}
.contact-wrap{
    padding: 50px 0;
    background-color: #ffffff;
}
/* admin dashboard */
.btn-refresh{
    font-weight: 500 !important;
    margin-right: 40px;
    margin-top: -5px;
    color: #fff;
    background-color: #009688;
}
.btn-avail{
    color: #fff;
    /* background-color: green;
    border-color: green; */
    background-color: #2BAE66;
    border-color: #2BAE66;
}
.btn-reserved{
    color: #000;
    /* background-color: lightpink;
    border-color: lightpink; */
    background-color: #E2D1F9;
    border-color: #E2D1F9;
}
.btn-reserved2{
    color: #000;
    background-color: #ffff00;
    border-color: #ffff00;
}
.btn-booked{
    color: #fff;
    /* background-color: #e1b067;
    border-color: #e1b067; */
    /* background-color: #f5c94d;
    border-color: #f5c94d; */
    background-color: #FFE77A;
    border-color: #FFE77A;
}
.btn-default{
    color: #000;
    /* background-color: #e4e8f7;
    border-color: #e4e8f7; */
    background-color: #FCF6F5;
    border-color: #FCF6F5;
    /* background-color: gainsboro;  */
}
.btn-noshow{
    color: #fff;
    /* background-color: #e17367;
    border-color: #e17367; */
    background-color: #F26370;
    border-color: #F26370;
}
.btn-blocked{
    color: #000;
    /* background-color: #26a8c5;
    border-color: #26a8c5; */
    /* background-color: #b7b7b7;
    border-color: #b7b7b7; */
    background-color: #CCF381;
    border-color: #CCF381;
}
.btn-blocked2{
    color: #000;
    /* background-color: #26a8c5;
    border-color: #26a8c5; */
    /* background-color: #b7b7b7;
    border-color: #b7b7b7; */
    background-color: #CCF381;
    border-color: #CCF381;
}
.legend-blocked{
    font-size: 12px !important;
    color: #000;
    /* background-color: #b7b7b7;
    border-color: #b7b7b7; */
    background-color: #CCF381;
    border-color: #CCF381;
    width: 39;
    height: 39;
    cursor: auto !important;
}
.legend-avail{
    font-size: 12px !important;
    color: #fff;
    /* background-color: green;
    border-color: green; */
    background-color: #2BAE66;
    border-color: #2BAE66;
    width: 39;
    height: 39;
    cursor: auto !important;
}
.legend-reserved{
    font-size: 12px !important;
    color: #000;
    /* background-color: lightpink;
    border-color: lightpink; */
    background-color: #E2D1F9;
    border-color: #E2D1F9;
    width: 39;
    height: 39;
    cursor: auto !important;
}
.legend-booked{
    font-size: 12px !important;
    color: #000;
    /* background-color: #e1b067;
    border-color: #e1b067; */
    /* background-color: #f5c94d;
    border-color: #f5c94d; */
    background-color: #FFE77A;
    border-color: #FFE77A;
    width: 39;
    height: 39;
    cursor: auto !important;
}
.legend-unavail{
    font-size: 12px !important;
    color: #000;
    /* background-color: #e4e8f7;
    border-color: #e4e8f7; */
    background-color: #FCF6F5;
    border-color: #FCF6F5;
    width: 39;
    height: 39;
    cursor: auto !important;
}
.legend-noshow{
    font-size: 12px !important;
    color: #000;
    /* background-color: #e17367;
    border-color: #e17367; */
    background-color: #F26370;
    border-color: #F26370;
    width: 39;
    height: 39;
    cursor: auto !important;
}
.dashboard-time-slot{
    margin-bottom: 10px;
    width: auto;
    font-size: 14px !important;
    position: relative;
}
.dashboard-time-slot:focus{
    outline: none !important;
}

.admin-reminder-container {
    position: absolute;
    top: 6;
    right: 0;
    transform: translate(50%, -50%); /* Center the emoji and tooltip */
    display: inline-block;
    text-transform: none;
    z-index: 1030;
}

.admin-reminder {
    position: relative;
    display: inline-block;
    font-size: 20px !important;
}

.admin-reminder-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 12px !important;
    white-space: normal;
  }

  .admin-reminder-container:hover .admin-reminder-tooltip {
    visibility: visible;
    opacity: 1;
  }

.dashboard-link{
    top: -36px !important;
    left: 65px !important;
}
.doctor-text{
    margin-top: -65px;
    color: white;
    /*cursor: pointer;*/
}
.doctor-select{
    margin-top: -63px;
    cursor: pointer;
}
.sun-dashboard {
    left:-7% !important;
}
.today-links {
    color: inherit !important;
}
/* end admin dashboard */

/* trial registration css */

.trial-registration{
    background-color: #124b5a;
}
.form-trial-registration{
    background-color: azure;
    padding: 20px;
    margin-bottom: 20px;
}
.registration-title{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}
.url-code {
    float: right;
    margin-right: 15px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: black;
}
.reg-submit{
    float: right;
    border-radius: 20px !important;
    width: 100px;
}

/* End trial registration css */
/* select booking time slot */
.wait-loader{
  position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;

  background-image:url('../images/demo_wait.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 0.8;
  filter: alpha(opacity=40);
}
.next-date{
    color: black;
}
.next-date:hover{
    color: black;
}
.book-date{
    color: gray;
    font-size: 12px;
}
.right_aerrow{
    display: inline-block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0px;
    color: #00303b;
}
.aerrow{
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 30px !important;
    color: #00303b;
}
.left-aerrow{
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 30px !important;
    color: #dddddd;
}
.vl {
    /* border-right: solid #ada19c; */
}
.time-slot{
    margin-bottom: 10px;
    width: 100px;
}
.col-container {
    display: flex;
}
.time-slot-col {
    flex: 1;
}

.alert-booking-time-slot{
    position: relative;
    /* margin-bottom: 1rem; */
    border: 1px solid transparent;
    /* border-radius: .25rem; */
    color: #fff;
    /* background-color: #ada19c; */
    /* border-color: #ada19c; */
    /* background-color: #006e87;
    border-color: #006e87; */
    background-color: #2F67B1;
    border-color: #2F67B1;
    /* padding-bottom: 10px; */
}
/* end select booking time slot */
/* main-Nav css */
.book-doctor-nav{
    background-color: #464641 !important;
}
.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu, .dropdown-menu.show{
    display: block;
    z-index: 1050;
}
.nav-item{
    margin-right: 10px;
}
.nav-title{
    color:#888282e0;
    font-size: 22px;
}
.column h1{
    margin-bottom: auto;
    font-weight: bold !important;
}
.btn-logout{
    color: #fff;
    background-color: #26a8c5;
    border-color: #26a8c5;
}
.free-trial{
    color: #ff7b00 !important;
    font-weight: bold !important;
}
.free-trial:hover{
    margin-left: 4px;
    padding-left: 20px;
    background-color: #ff7b00 !important;
    border-radius: 16px;
    color: white !important;
    font-weight: bold !important;
}
.nav-icon{
    color: #124b5a;
}
/* end main-Nav css */
/* off time list delete icon css */
.delete_off_time{

    display: inline-block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #ff0500;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 5px;
}
.delete_off_time:hover{
    color: #0062cc;
}
.delete_form{
    display: inline-block;
}
/* End off time list delete icon css */

#password-reset{
    margin-top: 35px;
}
.alert-title{
    color: #000;
    background-color: #ada19c;
    border-color: #ada19c;
}
.appointment-title{
    font-size: 20px;
    border-bottom: 2px solid #463d3db3;
    /* margin-left: 100px; */
}
.main-title{
    font-size: 20px;
    border-bottom: 2px solid #463d3db3;
    margin-left: 105px;
}
.main-title-2{
    font-size: 20px;
    border-bottom: 2px solid #463d3db3;
}
.span-text{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.span-text-2{
    font-size: 18px;
    font-weight: bold;
}
.book-confirm{
    padding: 10px;
}
.book-back-url{
    float: right;
    margin-right: 50px;
    margin-top: 5px;
}
.admin-book-back-url{
    float: right;
    margin-top: 5px;
}
.info-data{
    margin-top: 40px;
    margin-left: 50px;
}
/* update_profile css */
.user-update-form{
    border: 3px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.mandotary{
    color: #0854a5;
}
.change-password-modal{
    max-width: 550px;
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    margin: 1.75rem auto;
}
.doctor-list-modal{
    max-width: 600px;
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    margin: 1.75rem auto;
}
/* End update_profile css */
.desc-icon {
    float: right;
    margin-right: 6px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: black;
}
.datepicker-days {
    padding: 5px;
}
/* View Appointment css*/
.view-appt-text{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #3884e3;
}
.main-member-text{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: green;
}
.patient-info-text{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #cd0af1
}

.btn-move-appt{
    color: #000;
    background-color: #ddd !important;
    border-color: #ddd !important;
    width: 185px;
}
/* End View Appointment css*/
/* book an appointment */
.alert-remaining-time{
    color: #000;
    background-color: #af1d238c;
    border-color: #af1d238c;
}
.admin-alert-remaining-time{
    color: #000;
    background-color: #e17e1985;
    border-color: #e17e1985;
}
.appointment-radio-lable{
    margin-left: 8px;
    margin-top: 8px;
    margin-right:8px;
}
.how-radio-lable{
    margin-left: 8px;
    margin-top: 8px;
    margin-right:8px;
}
.when-radio-lable{
    margin-left: 8px;
    margin-top: 8px;
    margin-right:8px;
}
.appointment-text{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.btn-doctor{
    color: #fff;
    background-color: #226b0abf !important;
    border-color: #226b0abf !important;
}
.btn-cancel{
    color: #fff;
    background-color: #ad2a0dd9 !important;
    border-color: #ad2a0dd9 !important;
}
fieldset.scheduler-border {
    border: 3px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.btn-appointment{
    margin: auto !important;
    display: inherit !important;
    text-align: center;
}
.btn-appointment .btn{
    font-weight: 600 !important;
    padding: 8px .75rem !important;
    font-size: 14px !important;
}
.btn-appointment button:focus{
    box-shadow: none;
}
.alert-booking-time-slot .col-form-label{
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
.alert-booking-time-slot .input-group{
    width: auto;
    display: inline-flex !important;
}
.time-slot-col{
    /* border: 1px solid #eee; */
}
.time-slot-col center span{
    font-size: 14px;
}
.time-slot-col center h5{
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 5px;
}
.time-slot-col .book-date{
    margin-bottom: 6px !important;
}
.time-slot-col center {
    /* border-top: 1px solid #eee; */
}
.time-slot-col.vl center {
    /* border-top: 1px solid #eee; */
    margin-top: -1px;
    /* border-bottom: 1px solid #eee !important; */
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.time-slot-col .btn{
    padding: 6px .75rem !important;
    margin: 2px 0 2.55px !important;
    height: auto;
    font-weight: 600;
    /*min-height: 37px*/;
    min-width: 125px;
}
.time-slot-col .btn-booked.dashboard-time-slot {
    padding: 0px .75rem !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 16px;
    width: 125px;
    white-space: normal;
}
.time-slot-col .btn-noshow.dashboard-time-slot {
    padding: 0px .75rem !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 16px;
    width: 125px;
    white-space: normal;
}.time-slot-col .btn-blocked2.dashboard-time-slot {
    padding: 0px .75rem !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 16px;
    width: 125px;
    white-space: normal;
}
body{
    overflow-x: hidden;
}

.operating-checkbox{

    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    /* margin-top: 14px;
    margin-left: 200px;
    margin-right: 15px; */
}
.time-divide{
    font-weight: 900;
}

.today{
    /* background-color: #f5c94da3; */
    background-color: #fffae8;
    margin-bottom: 56px;
}
.timer-text{
    margin-top: 10px;
}
.today-row{
    margin-top: 15px;
    margin-bottom: 15px;
}
.today-data{
    display: flex;
    text-align: center;
}
.today-icon{
    font-size: 22px !important;
    margin-bottom: 5px;
}

.today-member-text{
    color: green;
    font-weight:bold;
    text-align: left;
}

.today-patient-text{
    color: #cd0af1;
    font-weight:bold;
    margin-left: 15px;
}
.pet-tag{
    width: 25px;
    height: 25px;
}
/*.timer-data{
    padding-left: 22px;
    color: #3884e3;
    font-weight:bold;
    font-size: 25px;
}*/
.today-btn {
    border: 2px solid #000;
}
.today-btn .btn.btn-default {
    width: 100%;
    text-transform: capitalize;
    text-align: left;
    padding: 2px 10px;
    font-weight: 500;
    border-radius: 0;
}
.today-btn .btn.btn-default:hover, .today-btn .btn.btn-default:focus{
    color: #3884e3;
    box-shadow: none;
    outline: none;
}
.timer-data{
    padding-left: 30px;
    color: #3884e3;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    margin-top: -35px;
}
.virtual-tag{
    /* padding-left: 30px; */
    /* margin-top: 10px; */
    color: #134788;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
}
.today-title{
    margin-left: 58px;
    margin-top: 15px;
    font-weight: 600;
}
.h4-title{
    font-weight: bold;
}

/* End book an appointment */

.giveaway{
    color: gray;
    font-size: 12px;
}

/*.doc-list{
    cursor: pointer;
}*/

.reminder{
    color: orange;
    font-size: 16px;
    font-weight: bold;
}
.cb_label {
    display: block;
    padding-left: 15px;
    /* text-indent: -50px; */
}
.cb_input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.banner1{
    padding: 70px 0;
    background-image: url('../images/banner1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner2{
    padding: 70px 0;
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner3{
    padding: 70px 0;
    background-image: url('../images/banner3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner4{
    padding: 70px 0;
    background-image: url('../images/banner4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner5{
    padding: 70px 0;
    background-image: url('../images/banner5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner6{
    padding: 70px 0;
    background-image: url('../images/banner6b.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner7{
    padding: 70px 0;
    background-image: url('../images/banner7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.banner8{
    padding: 70px 0;
    background-image: url('../images/banner8.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

/*.content-div:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}*/
.content-div h1{
    color: #ffffff;
    font-size: 45px;
    line-height: 1.5;
    margin: 0 0 70px;
}
.content-div h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 50px;
}

/* Styles for WhatsApp floating icon */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: green; /* Replace with your icon's background color or use an image */
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
  }
  
  .whatsapp-float img {
    width: 100%;
    height: auto;
    display: block;
    padding: 6px;
  }
  

@media(min-width: 768px){
    .navbar-expand-md .navbar-nav{
        margin-right: -1rem;
    }
}
@media(min-width: 992px){
    .navbar.navbar-expand-md .navbar-nav .nav-link{
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media(max-width: 991px){
    .register-text{
        margin-bottom: 50px;
    }
}
@media(max-width: 1099px){
    .content-div{
        padding: 20px 0;
    }
    #demo .carousel-control-prev {
        left: 15px;
    }
    #demo .carousel-control-next {
        right: 15px;
    }
    .content-div h1{
        margin: 0 0 40px;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    .doctor-container .doc-info{
        width: 45%;
    }
    .doctor-container .doc-info h3{
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .today-patient-text{
        margin-left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .today-member-text{
        text-align: left;
    }
    .today-data .col-md-2 {
        max-width: 15%;
        text-align: center;
    }
    .today-patient-text{
        text-align: left;
    }
}
@media(max-width: 575px){
    body{
        height: auto;
    }
    footer{
        bottom: 0;
    }
    .today{
        /* padding-bottom: 180px; */
        margin-bottom: 0;
    }
}
@media(max-width: 767px){
    .content-div h1{
        font-size: 35px;
        line-height: 1;
    }
    .content-div h1 {
        margin: 0 0 30px;
    }
    .content-div h4 {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 30px;
        padding: 0 20px;
    }
    body{
        height: auto;
    }
    .home-banner h1{
        font-size: 30px;
    }
    .home-banner p{
        font-size: 14px;
    }
    .home-banner h3{
        font-size: 20px;
        margin: 50px 0 0;
    }
    .callout-wrap .tbl-cell{
        display: block;
    }
    .callout-text{
        text-align: center;
        padding: 0 0 15px;
    }
    .page-title{
        text-align: center;
    }
    .page-title h1{
        font-size: 30px;
    }
    .page-title h1:after{
        left: 50%;
        margin-left: -30px;
    }
    .doctor-container .doc-info h3{
        font-size: 27px;
    }
    .doctor-container .btn {
        margin: 0;
    }
    .doctor-container .doc-location{
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .contact-form label{
        text-align: left !important;
    }
    .today-data .col-md-2 {
        width: 15%;
    }
    .today-patient-text{
        margin-left: 0;
    }
}

/***
Time slot booking (top header) responsiveness fixes
***/

.alert-booking-time-slot {
    max-height: 220px !important;
    overflow: hidden;
}

.alert-booking-time-slot .form-group.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .alert-booking-time-slot .form-group.row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}

.alert-booking-time-slot .form-group.row .col-xs-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-self: center;
    max-width: 100vw;
    margin: 7px 0;
}

.alert-booking-time-slot .form-group.row .col-xs-12 span+span {
    margin: 0 5px 0 6px;
}

@media (orientation: landscape) and (max-device-width: 800px) {
    .alert-booking-time-slot span.fa.fa-chevron-circle-left.left-aerrow,
    .alert-booking-time-slot span.fa.fa-chevron-circle-right.aerrow {
        margin: 0;
    }

    .alert-booking-time-slot .aerrow {
        margin: 0 !important;
    }

    .alert-booking-time-slot span.fa.fa-chevron-circle-left.left-aerrow+span {
        transform: scale(.92);
    }
}

.alert-booking-time-slot .input-group>* {
    margin-right: 0;
}

.alert-booking-time-slot button.right_aerrow {
    margin-left: 10px;
}

.alert-booking-time-slot span.input-group-text {
    height: 38px;
}

.alert-booking-time-slot .form-group.row label {
    margin-bottom: 0;
    margin-right: 15px;
}

.alert-booking-time-slot .fa-chevron-circle-left,
.alert-booking-time-slot .fa-chevron-circle-right {
    margin-top: 0 !important;
    align-self: center;
}

.alert-booking-time-slot .form-group.row .col-xs-12 span {
    align-self: center;
}

.alert-booking-time-slot .form-group.row .col-xs-12:first-child {
    justify-content: center;
    padding: 0;
    align-items: center;
}

.alert-booking-time-slot form {
    margin: 12px 0;
    max-height: 220px;
}

.alert-booking-time-slot .form-group {
    margin-bottom: 0;
}

.alert-booking-time-slot input#date {
    width: 180px;
}

.alert-booking-time-slot a.next-date {
    display: flex;
}

.alert-booking-time-slot a.next-date+span {
    margin: 0 5px;
}

/* Color blocks */
.row.btn-appointment.pull-right {
    width: 100%;
    justify-content: center;
}

/* Color blocks */
.row.btn-appointment.pull-right>button:not(:last-child) {
    margin-right: 10px;
}

.alert-booking-time-slot .next-date:hover {
    color: transparent;
}

@media only screen and (min-width: 900px) and (max-width: 1385px) {
    .row.btn-appointment.pull-right>button {
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 600px) {
    body .info {
        overflow: hidden;
    }

    .info .col-container {
        overflow: scroll;
    }

    .alert-booking-time-slot .aerrow {
        margin-right: 0;
        margin-left: 0;
    }
}
/***
End Time slot booking (top header) responsiveness fixes
***/

/***
Cancel appointment page responsivness fixes
***/

/* Back button right align */
@media only screen and (min-width: 768px) {
   .navigation-buttons .navigation-back {
        justify-content: end;
    }
}

@media only screen and (max-width: 767px) {
    /* Back and cancel appointment button position in mobile */
    .pull-right.navigation-buttons {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        float: unset;
    }

    /* Appoint details div label and details align in one row */
    .row.appointment-details > * {
        display: flex;
        width: 50%;
        justify-content: start;
    }


    /* Label align left in mobile device */
    fieldset.scheduler-border .col-md-10 > .row span {
        text-align: left !important;
    }
}

/***
End Cancel appointment page responsivness fixes
***/

/***
Footer responsivness fixes
***/

footer {
    height: auto;
}

@media only screen and (max-width: 600px) {
    footer .row > div {
        display: flex;
        justify-content: center;
    }
}

/***
End Footer responsivness fixes
***/

.more-button-pc {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) {
    .more-button-mobile {
        display:none;
    }
}

@media only screen and (max-width: 991px) {
    .more-button-pc {
        display:none;
    }
}




@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
      max-width: 100%;
    width: 100%;
    *width: 100%;
  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
      flex: 0 0 14.285714285714285714285714285714%;
      max-width: 100%;
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    flex: 0 0 14.285714285714285714285714285714%;
    max-width: 100%;
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
