/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #106ef2;
}

a:hover, a:active, a:focus {
  color: #106ef2;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 70px;
}
h4 {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/


.app {
  margin: 20px;
}
#footer{
  background-color: #3EC0A9;
}
/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/

#home:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#home h1 {
  margin: 30px 10px 10px 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#home h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}
#home {
  position: relative;
  opacity: .95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#home {
/*  background-image: url("images/doctor_blue.jpg"),url("images/epic2.png");*/
  min-height: 100%;
}


@media (max-width: 767px) {
#home {
    background-attachment: initial;
}
}
#searchbox { background-color: rgba(245, 245, 245, 0.4); }
#search_button {background-color: rgb(8, 209, 175);}

#image1 {
  background-image: url("doctor_blue.jpg");
}
#image2 {
  background-image: url("doctor.jpg");
}
#image3 {
  background-image: url("easy.jpg");
}


.carousel-item {
  opacity: .55;
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-image: url("/doctor_blue.jpg");
}
@media (max-width: 767px) {
.carousel-item {
    background-attachment: initial;
}
}


#ingredient-search::placeholder {
    color: #b2b0b0;
    font-size: 12px;
    /*opacity: 1; /* Firefox */
}
#ingredient-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b0b0;
  font-size: 12px;
}

#ingredient-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #b2b0b0;
  font-size: 12px;
}



/*--------------------
  Booking Section
-------------------*/
#booking {
  padding-top: 100px;
  padding-bottom: 400px;
  background-color:white;
}
@media (min-width:992px) {
  #booking {
    padding-top: 100px;
    padding-bottom: 400px;
    background-color:white;
  }
}
@media (max-width: 768px) {
  #booking {
    padding-top: 100px;

  }
}
popup: {
    position: "bottom left";
    origin: "top left"
}
#icon {
  color:#3EC0A9;
}
#available{
  background-color:#3EC0A9;
  color:white;
}
.date{

   background: #fff;
   border: 1px solid #3EC0A9;
   color: #666666;
   border-radius: 5px;

}
#back{
  background-color:#3EC0A9;
  color:white;
}
input[type=radio]{
  width:1em;
  height:1em;

 }
 input[type=radio]:checked {
     background-color: #3EC0A9;
     color: #3EC0A9;
     border-color: #3EC0A9;
 }
 #show1 {
   display: block;
 }
 #show2 {
   display: none;
 }
 #cont{
   border:2px solid #3EC0A9;
   border-radius: 10px;
 }

/*-------------------
ClinicInfo Section
-------------------*/

hr.style {
  border: 0;
  height: 2px;
  margin-top: -30px;
  width: 60%;
  background-image: -webkit-linear-gradient(left, #edf9f7, #3EC0A9, #edf9f7);
  background-image: -moz-linear-gradient(left, #edf9f7, #3EC0A9, #edf9f7);
  background-image: -ms-linear-gradient(left, #edf9f7, #3EC0A9, #edf9f7);
  background-image: -o-linear-gradient(left, #edf9f7, #3EC0A9, #edf9f7);
}
.img-fluid{
  width: 1200px;
  height: 300px;
}

#clinicInfoSection{
  padding-top: 120px;

}

/*---------------------
Doctor Search Section
-----------------------*/
#doctorSearch {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color:white;
}
@media (min-width:992px) {
  #doctorSearch {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:white;
  }
}
@media (max-width: 768px) {
  #doctorSearch {
    padding-top: 15px;
  }
}

#doctorpp{
  width:90px;
  height:110px;
  border-radius: 10px;
}


#hr{
color:#3EC0A9;
background-color:#3EC0A9;
font-weight: 400;
font-size: 400;
}



img {
  margin-top:0px;
  width:100px;
  height:100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#doctorList {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color:white;
}
@media (min-width:992px) {
  #doctorList {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:white;
  }
}
@media (max-width: 768px) {
  #doctorList {
    padding-top: 15px;
  }
}


#bookNow{
  background-color:#3EC0A9;
  color:white;
}
#hr{
  /*color:#3EC0A9;
  background-color:#3EC0A9;*/
}
#pp{
  width:140px;
  height:160px;
  border-radius: 10px;
}

a {
    cursor:pointer;
}

button.lessInfo
{
   display: none
}
button#show2
{
   display: block;
}
#currentlocation{
  width:20px;
  height:20px;
}

#noClinics{
  padding-bottom: 400px;
}

/*-----------------------
View Appointment Section
--------------------------*/

#viewAppointments {
  padding-top: 100px;
  padding-bottom: 400px;
  background-color:white;
}
@media (min-width:992px) {
  #viewAppointments {
    padding-top: 100px;
    padding-bottom: 400px;
    background-color:white;
  }
}
@media (max-width: 768px) {
  #viewAppointments {
    padding-top: 100px;

  }
}
thead{
  background-color:#3EC0A9;
  color:white;
}
#button,#buttons{
  background-color:#3EC0A9;
  color:white;
}
#button:hover{
  background-color:red;
  color:white;
}
#buttons:hover{
  background-color:green;
  color:white;
}
#doctorList{
    padding-top: 120px;
  padding-bottom: 250px;
}

/*---------------
Date & timeslots
-----------------*/
.react-datepicker__time-container   .react-datepicker__time
.react-datepicker__time-box   ul.react-datepicker__time-list {
     padding: 0;
}

.btn{
  background-color: #3EC0A9;
  color: #fff;
}


/*---------------
Date & timeslots
-----------------*/

#dateandtimeslots {
  padding-top: 100px;
  padding-bottom: 400px;
  background-color:white;
}
@media (min-width:992px) {
  #dateandtimeslots {
    padding-top: 100px;
    padding-bottom: 400px;
    background-color:white;
  }
}
@media (max-width: 768px) {
  #dateandtimeslots {
    padding-top: 100px;

  }
}
/*--------------
Sign In Section
----------------*/
/*.SignInPage {
  background-color: #3EC0A9;
}*/
.btn{
  background-color: #3EC0A9;
  color: #fff;
}
#signup{
  padding-top: 120px;
  padding-bottom: 120px;
}
#passwordForget{
  padding-top: 180px;
  padding-bottom: 220px;
}

#passwordChange{
  padding-top: 160px;
  padding-bottom: 220px;
}
