
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

/*body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #b8a07e;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  border-bottom: 1px solid #999;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 5px;
}
nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', helvetica;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/banner1.jpg") repeat scroll center center / cover;
  height: 400px;
  width: 100%;
}


#header .header-content {
  height: 400px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  margin-top: 3px; 
}

.header-content p {
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}



/* abhi css */

.navbar {
  background: #f4f4f4;
}

.navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.white-color{
  color: #000 !important;
}
.navbar-brand img {
  width: auto;
  height: 60px;
  padding: 0px;
  margin: 0px 30px 0px 0px;
}
.header-content a span {
  color: #fff;
  background-color: #18ACD7;
  padding: 10px 16px 10px 16px;
  text-decoration: none;
}
.header-content a{
  margin-top: 10px;
}
.section-2-appoinment {
  background: #18ACD7;
  height: 114px;
  padding: 0px 20px;
  transition: 0.5s;
  margin-bottom: 20px;
}
.section-2-find-doctor {
  background: #ADCF36;
  height: 114px;
  padding: 0px 20px;
  transition: 0.5s;
  margin-bottom: 20px;
}
.section-2-appoinment a span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.section-2-find-doctor a span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.find-doc {
  margin-top: 40px;
}
.find-icon {
  margin-top: 12px;
  text-align: center;
}
.section-2-find-doctor:hover{
  transform: scale(1.1);
  transition: 0.5s;
  border-radius: 5px 0px 0px 5px;
}
.section-2-appoinment:hover{
  transform: scale(1.1);
  transition: 0.5s;
  border-radius: 5px 0px 0px 5px;
}
.section-3-image img{
  width: 100%;
}
.section-3 {
    margin-top: 50px;
}
.inner-section-3 {
  text-align: center;
  width: 70%;
  margin: auto;
}
.heading-1 span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.heading-1 {
  padding: 12px 0px;
}
.section-3-readmore a {
  color: #18ACD7 !important;
  cursor: pointer;
}
.section-3-readmore{
  margin: 10px 0px;
}
.nav-right a {
  background-color: #ADCF36;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

/*karan-css-start*/

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* about us css */

.about-banner {
    background-image: url(../images/about-us.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clear{
  clear: both;
}
.inner-about-banner h1{
  text-align: center;
  color: #000;
  font-weight: 600;
  padding-top: 30px;
}
.about-section-main{
  margin: 50px 0px;
}
.about-img{
  overflow: hidden;
}
.about-img img {
  width: 100%;
  box-shadow: 0px 0px 10px -3px #000;
  transition: 0.6s;
  overflow: hidden;
}
.about-brief p {
  color: #000;
}
.about-img img:hover {
  transform: scale(1.1);
  transition: 0.6s;
}
/* services css */
.servive-banner {
    background-image: url(../images/services.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-servive-banner h1{
  text-align: center;
  color: #000;
  font-weight: 600;
  padding-top: 30px;
}

.service-type img{
  width: auto;
  height: 100px;
  border-radius: 50%;
}
.service-type {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s;
  cursor: pointer;
}
/*.service-type:hover{
  transition: 0.5s;
  transform: scale(1.08);
}*/
.service-type h3 {
  color: #18ACD7;
  padding-top: 20px;
}
.icon-back2 a {
  color: #fff;
  font-size: 70px;
}
.icon-back2 {
  width: 150px;
  height: 150px;
  background: #ADCF36;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 79px;
}
.service-type p {
  color: #000;
  line-height: 21px;
  text-align: justify;
  padding-top: 20px;
}
.service-section{
  margin: 50px 0px;
}
.service-type2 {
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s;
}
/*.service-type2:hover{
  transition: 0.5s;
  transform: scale(1.08);
}*/
.service-type2 h3 {
  color: #ADCF36;
  padding-top: 20px;
}
.icon-back1 {
  width: 150px;
  height: 150px;
  background: #18ACD7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 79px;
}
.icon-back1 a {
  color: #fff;
  font-size: 70px;
}
.service-type2 p {
  color: #000;
  line-height: 21px;
  text-align: justify;
  padding-top: 20px;
}
.service-section{
  margin: 50px 0px;
}

.provider {
  font-size: 14px;
  font-weight: 400;
  color: #06A6E0 !important;
  cursor: pointer;
}
.patient{
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    color:#06A6E0 !important;
    cursor: pointer;
}
/* corporate wellness model */

.corporate-model-benifits ol li p {
  margin: 0px;
}
.modal-body {
  padding: 30px;
  border-top: 5px solid #18ACD7;
  border-bottom: 5px solid #18ACD7;
  border-radius: 5px;
}
.corporate-model-benifits h3 {
  padding-bottom: 16px;
}
.corporate-model-benifits h3 {
  color: #333;
  font-size: 16px;
}
.corporate-model-head h3 {
  color: #ADCF36;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}

/* patient login css */
.patientlogin-heading h4 {
  text-align: center;
}
.patientlogin-heading h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.form-control:focus{
  outline: none;
}
.patientlogin-heading {
  margin: 8px 0px;
}
.submit-button-green {
  background: #ADCF36;
  padding: 10px 10px;
  text-align: center;
  border-radius: 4px;
}
.submit-button-green button{
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.patientlogin-footer p{
  text-align: center;
  color: #000;
}
.patientlogin-footer p a{
  color: #18ACD7;
}





/* header css */
.navtext-small {
  font-size: 11px;
  font-weight: 100 !important;
  color: #666;
  text-transform: initial;
}



.inputboX::placeholder {
        color: #000;
    }
   .search-bar {
      padding: 20px 0px;
      background: #fff;
    }
    .inner-search-bar .col-3,.inner-search-bar .col-9{
        margin: 0px;
        padding: 0px;
    }
    .search-bar-part1{
        position: relative;
    }
    .search-bar-part1 input{
        padding-left: 32px;
        background-color: #fff;
        border: 1px solid #999;
    }
    .search-bar-part1 input:focus{
        outline: none;
        background-color: #fff;
        border: 1px solid #999;
    }
    .search-bar-part1 span {
      position: absolute;
      top: 8px;
      left: 10px;
      font-size: 20px;
      color: #18ACD7;
    }
    .search-bar-part2{
        position: relative;
    }
    .search-bar-part2 .inputboX:focus{
        outline: none;
        background-color: #fff;
        border: 1px solid #999;
    }
    .search-bar-part2 button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .inputboX {
        background: #fff;
        color: #000;
        border: 1px solid #999;
    }
    .inputboX:focus {
        color: #000;
    }
    .inner-search-bar {
        width: 100%;
    }
    .form-control{
      margin: 0px !important;
    }
   .search-icon {
      float: right;
      margin-top: -43px;
      position: relative;
      z-index: 2;
      color: #fff;
      background: #ADCF36;
      padding: 10px 10px;
      margin-right: 7px;
      border-radius: 12px 6px 12px 6px;
    }
    .search-bar-rightadd {
      width: 60%;
      float: right;
      background: #ADCF36;
      padding: 7px;
      border-radius: 5px;
    }
.add-left span {
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  background: #06A6E0;
  padding: 4px 10px;
  border-radius: 5px;
}
.add-center span {
  font-size: 13px;
  line-height: 0px;
  color: #fff;
  font-weight: 400;
}
.add-right span {
  color: #fff;
}
.add-left {
  margin-top: 9px;
  text-align: center;
}
.add-right {
  margin-top: 9px;
}
.search-bar-rightadd .col-7{
  padding: 0px;
}
.search-bar-rightadd .col-4{
  padding: 0px;
}
.search-bar-rightadd .col-1{
  padding: 0px;
}
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
  .slider-new{
    width: 90%;
    margin: auto;
  }
  .search-result-main-logo-img img{
    width: 100%;
  }
 .search-result-main-left {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ccc9c9;
  transition: 0.4s;
}
.search-result-main-left:hover {
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
}
.search-result-main-details img {
  width: auto;
  height: 40px;
  border-radius: 5px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
.bg-main1{
 /* background-image: url(../images/banner1.jpg);*/
 background-image: url(../images/revise_slider/banner_14.jpg);
 
 height: 400px;
 background-size: cover; 
 background-repeat: no-repeat;
 background-position: center;
}
.bg-main2{
  /*background-image: url(../images/about-us.jpg);*/
   background-image: url(../images/revise_slider/banner_15.jpg);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-main3{
 /* background-image: url(../images/services.jpg);*/
  background-image: url(../images/revise_slider/banner_16.jpg);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-caption {/*
  background: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;*/
  align-items: center;
  justify-content: flex-start;
  display: flex;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  padding-left: 160px;
  text-align: left;
}
p{
  margin: 0px;
}
.search-result-main-details p {
  color: #333;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 0px;
}
.search-result-main-details h3 {
  color: #06A6E0;
  font-size: 18px;
  font-weight: 400;
}
.search-result-main-srevices a {
  background: #eee;
  padding: 1px 6px;
  border-radius: 5px;
  line-height: 30px;
  font-size: 12px;
}
.search-result-main-srevices {
  margin: 10px 0px;
}
.search-result-main-details span {
  margin-right: 2px;
}
.search-result-main-rates p {
  color: #333;
  font-size: 13px;
}
.search-result-main-left-bottom-sponsored p {
  color: #000;
  font-size: 12px;
}
.search-result-main-left-bottom-btn {
  background: #18ACD7;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
}
.search-result-main-left-bottom-btn a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 11px;
}
.search-result-heading {
  margin-top: 15px;
}
.search-result-heading p {
  font-size: 13px;
  color: #333;
}
.search-result-heading span a {
  background: #18ACD7;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.search-result-main-rates a {
  color: #18ACD7;
  font-size: 13px;
}
.search-option {
  background: #06A6E0;
  padding: 10px 0px;
}
.availability select {
  background: #FFF;
  border: none;
  color: #000;
  font-size: 12px;
  padding: 3px 2px;
  -webkit-appearance: none;
  border-radius: 2px;
}
.online-booking {
  color: #fff;
}
.online-booking input {
  margin-right: 7px;
  margin-top: 4px;
}
.online-booking {
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 2px 9px;
  border-radius: 2px;
}
.allfilters select {
  background: #fff;
  color: #000;
  border: none;
  font-size: 12px;
  padding: 3px 2px;
  -webkit-appearance: none;
}
.sort-by select {
  background: #fff;
  color: #000;
  border: none;
  font-size: 12px;
  padding: 3px 2px;
  -webkit-appearance: none;
}
.sort-by span {
  color: #fff;
  font-size: 14px;
}
.practo-states p {
  padding: 10px 0px;
}
.states a {
  font-size: 12px;
  color: #666;
}
.practo-states p {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.send-applink {
  background-color: #18ACD7;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
}
.practo-states input {
  margin-bottom: 26px;
  padding: 10px;
  border: 1px solid #ddd;
  background: transparent;
}

/* search css */

.search-banner-head{
  background-image: url(../images/search-image.jpg);
  height: 500px;
  background-size: cover;
  background-position: center;
}

.search-banner-bar-input input {
  padding: 15px;
  width: 100%;
  border: none;
}
.overlay-black{
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.inner-search-banner-head {
  text-align: center;
  width: 60%;
  margin: auto;
}
.search-banner-bar {
  background: #fff;
}
.search-heading1 h1 {
  color: #fff;
  padding-bottom: 30px;
}
.search-heading2 h3 {
  color: #fff;
  padding-bottom: 20px;
}
.search-other-options {
  margin-top: 20px;
}
.search-other-options span {
  padding: 0px 11px;
  color: #fff;
  border-left: 1px solid #fff;
}
.patientlogin-footer {
  margin-top: 20px;
}

.has-search .form-control {
    padding-left: 30px;
}
.has-search .form-control-map {
    padding-left: 30px;
}

.has-search .form-control-feedback-map {
  position: absolute;
  z-index: 2;
  left: 24px;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 17px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  left: 24px;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 12px;
}
.form-control-feedback {
  margin-top: 5px;
}
.practo-states {
	margin-top: 20px;
	background: #fff;
	padding: 8px;
	position: sticky;
	top: 0;
}
.practo-states:hover {
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
}
.nav-right a span {
  border: 1px solid #06A6E0;
  padding: 9px 15px;
  border-radius: 4px;
  transition: 0.4s;
  text-align: center;
  display: inline-block;
}
.nav-right span:hover{
    background-color: #06A6E0;
    color: #fff !important;
    transition: 0.4s;
}
/* section-4 css */

.section-4 {
  background-color: #18ACD7;
  height: 230px;
  display: flex;
  align-items: center;
}
.doc-cate {
  text-align: center;
  width: 64%;
  margin: auto;
}
.doc-cate h3 {
  color: #fff;
  font-size: 36px;
  line-height: 38px;
}
.doc-cate h1 {
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  margin: 10px 0px;
}


/* login/signup page css */

.inner-login-tab {
  width: 80%;
  margin: auto;
}
.login-signup-tab {
  text-align: center;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
.login-signup-tab ul{
  list-style-type: none;
}
.login-signup-tab ul li{
  display: inline-block;
}
.login-signup-tab ul li a {
  color: #000;
  font-size: 14px;
  padding: 14px 20px;
  font-weight: 400;
  transition: 0.5s;
}
.login-active{
  border-bottom: 2px solid #06A6E0;
  color: #18ACD7 !important;
}
.login-signup-img {
  text-align: center;
  margin-bottom: 20px;
}
.login-signup-img img{
  width: auto;
  height: 300px;
}
.login-form-img {
  padding: 50px 0px;
}
.log-in-form {
  border: 1px solid #ddd;
  padding: 25px 25px;
  background: #fff;
}
.log-btn {
  background: #06A6E0;
  padding: 11px;
  text-align: center;
  border-radius: 4px;
}
.log-btn button {
	color: #fff;
	background: transparent;
	border: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.px13 {
  font-size: 12px !important;
  font-weight: 100;
  color: #333 !important;
  padding: 7px 0px;
}
.face-btn {
  background: #0d6dc1;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  text-align: center;
}
.face-btn button {
  background: transparent;
  border: none;
  color: #fff;
}
.face-btn span {
  color: #fff;
}
.or{
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.or span{
  font-size: 14px;
}
.or span::after {
  content: "";
  position: absolute;
  width: 43%;
  top: 10px;
  left: 0;
  height: 1px;
  background: #ddd;
}
.or span::before {
  content: "";
  position: absolute;
  width: 43%;
  top: 10px;
  right: 0;
  height: 1px;
  background: #ddd;
}



/* sign up css */


.no-states select {
  padding: 14px 0px 14px 5px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  border-bottom: 1px solid #999;
  color: #666;
}
.join-heading-head h3 {
	font-size: 14px;
	margin: 0px;
}
.ask-qustion p {
  font-size: 11px;
}
.join-heading {
  padding-bottom: 14px;
  margin-bottom: 13px;
  position: relative;
}
.under-line {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -25px;
  height: 1px;
  background-color: #999;
}
.ask-qustion p a {
  color: #06A6E0;
}
.join-heading-head p{
  font-size: 14px;
  color: #999;
}
.ask-qustion p{
  text-align: right;
}


.my-item {
  text-align: center;
}

.pop-special p span{
  background: #18ACD7;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
}
.my-icons-heading {
  margin: 30px 0px 50px 0px;
}
.my-icons-heading h3 {
  color: #000;
  font-size: 25px;
  padding-top: 30px;
}
.pop-special img {
  width: auto !important;
  height: 108px !important;
  padding-bottom: 21px !important;
  margin: auto;
}



/* full details css */

.go-back-list ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.go-back-list ul li {
  display: inline-block;
}
.go-back-list ul li a {
  color: #666;
  padding: 14px;
  font-size: 14px;
}
.inner-go-back {
  margin: 15px 0px;
}
.go-back {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 7px;
  background: #fff;
}
.go-back-list {
  display: flex;
  justify-content: space-between;
}
.fullpage-details1{
  background-image: url(../images/slider-1.jpg);
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.fullpage-details2{
  background-image: url(../images/slider-2.jpg);
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.fullpage-details3{
  background-image: url(../images/slider-3.jpg);
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.fullpage-details4{
  background-image: url(../images/slider-4.jpg);
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.page-profile-img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 10px -3px #000;
  border: 3px solid #fff;
  background: #f7f7f7;
}
.page-profile-img {/*
  position: absolute;
  top: 90%;
  left: 15%;
  transform: translate(-50%,-50%);*/
  z-index: 9999;
  border-radius: 50%;
}
/*.my-icons {
  position: relative;
}*/
.profile-details {
  margin-top: 70px;
  text-align: center;
}
.profile-name h3 {
  color: #000;
  padding-bottom: 7px;
  font-weight: 400;
}
.profile-what h5 {
  color: #666;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 4px;
} 
.profile-where h5 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  color: #06A6E0;
}
.profile-rating span i {
  color: red;
  padding: 0px 2px 5px 2px;
}
.profile-review p {
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
}
.profile-book a {
  background: #06A6E0;
  padding: 12px 23px;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
}
.profile-book a span {
  padding: 5px;
  font-size: 16px;
}
.profile-book{
  margin-top: 10px;
}
.blue-color {
  background: #06A6E0;
  height: 8px;
}
.green-color {
  background: #ADCF36;
  height: 8px;
}
.three-border{
  margin-top: 50px;
}
.details-review-insurance ul {
  list-style-type: none;
  padding: 0px;
}
.details-review-insurance ul li {
  display: inline-block;
}
.profile-fulldetails {
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
}
.inner-detailsreviewinsurance {
  margin-top: 20px;
}
.details-review-insurance ul li a {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 10px;
  padding-bottom: 16px;
}
.details-review-insurance ul li a:hover{
  color: #06A6E0;
  border-bottom: 2px solid #06A6E0;
}
.details-review-insurance ul li a:focus{
  color: #06A6E0;
  border-bottom: 2px solid #06A6E0;
}
.credentials-education span img{
  width: auto;
  height: 30px;
}
.details-full-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}
.details-full {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  transition: 0.5s;
}
.details-full:hover{
  box-shadow: 0px 0px 8px -3px #000;
  transition: 0.5s;
}
.specialities-heading h5 {
  font-size: 16px;
  font-weight: 200;
  color: #333;
  padding: 20px 0px;
}
.specialities-dentist a {
  color: #06A6E0;
}
.specialities-dentist p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  padding-top: 10px;
}
.specialities-dentistry h5 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding-top: 16px;
}
.specialities-dentistry p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  padding-top: 10px;
}
.specialities-language h5 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 16px;
}
.specialities-language span a {
  font-size: 14px;
  color: #06A6E0;
}
.specialities-treatments h5 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 16px;
}
.specialities-treatments span a {
  font-size: 14px;
  color: #06A6E0;
}
.credentials-heading h5 {
  font-size: 16px;
  font-weight: 200;
  color: #333;
  padding: 20px 0px;
}
.credentials-education span {
  padding-right: 7px;
  font-size: 14px;
}
.credentials-qualification h5 {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding-top: 16px;
}
.credentials-qualification p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  padding-top: 10px;
}


.reviews-full {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  transition: 0.5s;
}
.reviews-full:hover{
  box-shadow: 0px 0px 8px -3px #000;
  transition: 0.5s;
}
.reviews-full-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}
.reviews-type label {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 16px;
}
.reviews-type textarea {
  width: 100%;
  padding: 10px;
}
.reviews-faces span {
  display: inline-block;
  padding: 5px;
  text-align: center;
}
.reviews-faces span i {
  font-size: 36px;
}
.reviews-faces span {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px -3px #000;
  width: 140px;
  height: 95px;
  padding: 17px;
  margin: 10px 0px;
}
.reviews-faces {
	margin-bottom: 25px;
	text-align: center;
}
.reviews-publish {
  background: #06A6E0;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
}
.reviews-publish button {
  background: transparent;
  border: navajowhite;
  color: #fff;
}
.reviews-sortby {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.reviews-sortby span {
  font-size: 16px;
  color: #333;
}
.review-user p {
  color: #333;
  padding: ;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.date-satis {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.date-satis p span i {
  padding-right: 11px;
  font-size: 29px;
  padding-top: ;
}
.reviews-thank p {
  font-size: 15px;
  color: #333;
  padding-bottom: 10px;
}
.reviews-show {
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0px 0px 5px -3px #000;
}

.insurance-full {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
/*.insurance-full:hover {
  box-shadow: 0px 0px 8px -3px #000;
  transition: 0.5s;
}*/
.insurance-full-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}

.similar-doctors {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.similar-doctors:hover{
  box-shadow: 0px 0px 8px -3px#000;
  transition: 0.5s;
}
.similar-doctors-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}

.insurance-provider {
  background-image: url(../images/search-image.jpg);
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.similar-profile-images img {
  width: auto !important;
  height: 50px;
  margin-left: 35%;
}
.similar-profile-name h3{
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 8px 0px;
}
.similar-profile-what h5{
  font-size: 14px;
  font-weight: 300;
  color: #333;
  padding-bottom: 5px;
}
.similar-profile-rating span i {
  color: #f00;
  padding-right: 4px;
  font-size: 10px;
}
.similar-profile-review p {
  font-size: 12px;
}
.similar-profile-details {
  padding: 5px;
  box-shadow: 0px 0px 10px -3px #000;
}


.booking-details {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.booking-details-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}
.view-price {
  background: #ADCF36;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}
.view-price button {
  background: transparent;
  border: none;
  color: #ffff;
  font-weight: 500;
}
.book-now {
  background: #06A6E0;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}
.book-now button {
  background: transparent;
  border: none;
  color: #ffff;
  font-weight: 500;
}

.view-price i {
  padding-right: 10px;
}
.book-now i {
  padding-right: 10px;
}
.clinic-location {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.clinic-location:hover {
  box-shadow: 0px 0px 8px -3px #000;
  transition: 0.5s;
}
.clinic-location-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}
.location-address h5 {
  font-size: 17px;
  color: #333;
  padding: 13px 0px;
}
.location-area a {
  color: #06A6E0;
  font-size: 14px;
}
.Location-near p {
  color: #666;
  padding-bottom: 7px;
}
.Location-google-map {
  background: #06A6E0;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  margin-top: 15px;
}
.Location-google-map button {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
}
.share-doctor {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.share-doctor-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}
.share-icons p i {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.share-icons {
  margin-top: 20px;
  display: flex;
}
.share-icons p {
  margin-right: 10px;
}
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.sticky + .content {
  padding-top: 102px;
}



/* header result css */

.main-search-result {
  padding: 12px 0px;
  background: #fff;
}
.what-search select {
  width: 100%;
  padding: 10px;
  color: #333;
  border: 1px solid #999;
  -webkit-appearance: none;
}
.insurance-search select {
  width: 100%;
  padding: 10px;
  color: #333;
  border: 1px solid #999;
  -webkit-appearance: none;
}
.where-search select {
  width: 100%;
  padding: 10px;
  color: #333;
  border: 1px solid #999;
  -webkit-appearance: none;
}



/* text css */




/* new css for profile page  */

.inner-profile-image-main {
  margin: 30px 0px;
}

/* new edtails css */

.doctor-main-image img {
  width: 100%;
  border-radius: 50%;
  background: #ddd;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px -3px;
}
/*.doctor-main {
  background-image: url(../images/banner1.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;*/
}*/
.doctor-main-name h3{
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.doctor-main-rating p {
  color: #f49149;
  font-size: 16px;
  font-weight: 600;
}
.doctor-main-rating p span{
  font-size: 14px;
}
.doctor-main-speciality span {
  color: #333;
  font-weight: 500;
}
.doctor-main-speciality p {
  color: #666;
}
.doctor-main-book span {
  background: #06A6E0;
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.doctor-main-book {
  margin-top: 13px;
}
.fade-image img{
  width: 100%;
  opacity: 0.08;
  transform: scale(1.4);
}

/* our service bellow */

.our-service-heading h1{
  padding-bottom: 30px;
  color: #333;
  text-align: center !important;
}


.consultation-full {
  border: 1px solid #ddd;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  transition: 0.5s;
}
.consultation-full:hover{
  box-shadow: 0px 0px 8px -3px #000;
  transition: 0.5s;
}
.consultation-full-heading h1 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  color: #333;
}
.consultation-table table th{
  text-align: center;
  background: #06A6E0;
  color: #fff;
}
.consultation-table table td{
  text-align: center;
  color: #000;
}
.consultation-table {
  margin-top: 20px;
}
.avatar img {
  width: auto;
  height: 150px;
}
.testimonials {
  background: #18ACD7;
  padding: 10px;
}
.btnone-img img{
  width: 100%;
}

.discount-morebtn span {
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
.btnone {
	padding: 10px;
	border-radius: 3px;
	background: #f9f9f9;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
.discount-morebtn {
  margin: 10px 0px;
}
.health-checkup-heading h1 {
  color: #333;
  font-size: 30px;
  margin: 30px 0px;
}
.plarstore-icons span img{
  width: auto;
  height: 70px
}
.mob-img img{
  width: 100%;
}
.download {
  margin-top: 50px;
}
.mob-text-heading h3 {
  color: #333;
  padding: 30px 0px;
  font-size: 25px;
}
.download{
  text-align: center;
}
.wid70{
  width: 70% !important;
  margin: auto !important;
}


.blog-special img {
  width: 100%;
  padding-bottom: 21px !important;
}


.discount-more {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.btnone-img h3{
  font-size: 20px;
  color: #333;
  padding: 10px 0px;
}
.discount-more span {
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
}
.btnone-img p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding-bottom: 10px;
}
.discount-morebtn p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding: 10px 0px;
}
.discount-morebtn h3 {
  font-size: 25px;
  color: #333;
}
.discount-morebtn a {
  font-size: 14px;
  color: #333;
}




/* calender css */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

/*body {
  margin: 0;
}
*/
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #000;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #00B7FF;

  color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #06A6E0;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #06A6E0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #06A6E0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #06A6E0;

  color: #fff;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #06A6E0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #06A6E0;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;

  color: #06A6E0;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
  border: 1px solid #ADCF36;
}

.datepicker .dow {
	color: #fff;
	font-size: 13px;
	background: #06A6E0;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #000 !important;
  background: #BEBFBB !important;
  cursor: not-allowed !important;
  border: 1px solid #958c8c;
}
@import url("normalize.css");
@import url("datepicker.css");



/* app */
.charset {
  box-shadow: 1px 1px 10px #000;
}


.app:after {
  content: "";
  display: table;
  clear: both;
}
  .app__side {
    background: #333;
    width: 35%; height: 100%;
    padding: 40px;
    float: left;

    color: #06A6E0;
  }
 /* .app__main {
    background: #fbf9fa;
    width: 65%; height: 100%;
    float: left;
    padding: 40px;
  }*/
  .calendar .datepicker {
    width: 100%;
  }
  .calendar .datepicker table {
    width: 100%;
  }


.time {
  border: 2px solid #06A6E0;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
}
.time a.active{
  color: #fff;
    background: #06A6E0;
    transform: scale(1.1);
    transition: 0.5s;
    padding: 4px 21px;
    border-radius: 4px;
}

.time a {
  color: #333;
  background: transparent;
  transition: 0.5s;
  cursor: pointer;
}
.time a:hover{
  color: #fff;
  background: #06A6E0;
  transform: scale(1.1);
  transition: 0.5s;
  padding: 4px 21px;
  border-radius: 4px;
}
.time a:focus{
  color: #fff;
  background: #06A6E0;
  transform: scale(1.1);
  transition: 0.5s;
  padding: 4px 21px;
  border-radius: 4px;
}
.calender-main {
  margin-top: 50px;
}
.calender-times {
  border: 1px solid #ddd;
  padding: 30px;
  transition: 0.5s;/*
  height: 444px;
  overflow-y: scroll;*/
}
.calender-main-cal {
  border: 1px solid #ddd;
  padding: 30px;
  transition: 0.5s;
  background-color: white;
}
.calender-main-cal:hover {
  box-shadow: 0px 0px 10px -3px #999;
  transition: 0.5s;
}
.calender-times-heading {
  margin-bottom: 20px;
}
.conform-btn{
  text-align: center;
  margin: 40px 0px;
}
.conform-btn span {
  color: #fff;
  background: #06A6E0;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer;
}
.self {
  display: inline-grid;
}
.family {
  display: inline-grid;
}
.custom-control {
  margin-right: 20px;
}


/* yes no toggle css */

  .clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
  .clearfix { display:inline-block; }   
  * html .clearfix { height:1%; }
  .clearfix { display:block; }

 /* body {margin:0;
   background:#FFF url(../img/body.png);
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    padding:10px 2%; 
    font:14px/24px 'Open Sans', Helvetica, Arial, sans-serif  ; 
    color:#000;
  }*/  
  #wrapper { background:#FFF; width:1200px; margin:0 auto; border:solid 0px #E7E7E7; border-top:5px solid #0088cc; border-radius:6px; box-shadow:0 0 3px rgba(0,0,0,0.2), inset 0 4px 0 #ededed }
  #header { padding:30px 20px; border-bottom:solid 1px #e0e0e0; margin-bottom:20px; text-align:center; font-family:'Open Sans', sans-serif;}
  #logo { display:inline-block; font-weight:300;  margin:0 0 0px; font-size:30px; line-height:24px;  color:#000; text-decoration:none; position:relative;  }
  #logo span{ color:#0088cc;}
  
  section { padding:0 20px 20px}
  h2, h3{ font:300 22px/30px 'Open Sans', sans-serif;  margin:0 0 10px 0; padding:0}
  h2 span{color:#0088cc;}
    h3 { font-size:18px; margin:20px 0 5px 0;}
    
  .classname { display:block;  padding:20px;  border:solid 2px #CCC; text-align:center;}



  .switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin:0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing:content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing:content-box;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing:content-box;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Switch Left Right
==========================*/
.switch-left-right .switch-label {
  overflow: hidden;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -12px;
  border-radius: 20px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-left-right .switch-label:before {
  background: #eceeef;
  text-align: left;
  padding-left: 80px;
}
.switch-left-right .switch-label:after {
  text-align: left;
  text-indent: 9px;
  background: #FF7F50;
  left: -100px;
  opacity: 1;
  width: 100%;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
  opacity: 1;
  left: 100px;
}
.switch-left-right .switch-input:checked ~ .switch-label:after {
  left: 0;
}
.switch-left-right .switch-input:checked ~ .switch-label {
  background: inherit;
}
/* Switch Flat
==========================*/
.switch-flat {
  padding: 0;
  background: #FFF;
  background-image: none;
}
.switch-flat .switch-label {
  background: #FFF;
  border: solid 2px #eceeef;
  box-shadow: none;
}
.switch-flat .switch-label:after {
  color: #0088cc;
}
.switch-flat .switch-handle {
  top: 6px;
  left: 6px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}
.switch-flat .switch-handle:before {
  background: #eceeef;
}
.switch-flat .switch-input:checked ~ .switch-label {
  background: #FFF;
  border-color: #0088cc;
}
.switch-flat .switch-input:checked ~ .switch-handle {
  left: 72px;
  background: #0088cc;
  box-shadow: none;
}
/* Switch Yes No
==========================*/
.switch-yes-no {
  padding: 0;
  margin: 15px 0 0;
  background: #FFF;
  border-radius: 0;
  background-image: none;
}
.switch-yes-no .switch-label {
  box-shadow: none;
  background: none;
}
.switch-yes-no .switch-label:after, .switch-yes-no .switch-label:before {
  width: 100%;
  height: 70%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10%;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-yes-no .switch-label:after {
  color: #FFFFFF;
  background: #32CD32;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.switch-yes-no .switch-label:before {
  background: #eceeef;
  backface-visibility: hidden;
}
.switch-yes-no .switch-handle {
  display: none;
}
.switch-yes-no .switch-input:checked ~ .switch-label {
  background: #FFF;
  border-color: #0088cc;
}
.switch-yes-no .switch-input:checked ~ .switch-label:before {
  transform: rotateY(180deg)
}
.switch-yes-no .switch-input:checked ~ .switch-label:after {
  transform: rotateY(0)
}
/* Switch Slide
==========================*/
.switch-slide {
  padding: 0;
  background: #FFF;
  border-radius: 0;
  background-image: none;
}
.switch-slide .switch-label {
  box-shadow: none;
  background: none;
  overflow: hidden;
}
.switch-slide .switch-label:after, .switch-slide .switch-label:before {
  width: 100%;
  height: 65%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10%;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-slide .switch-label:after {
  color: #FFFFFF;
  background: #87CEEB;
  left: -100px;
}
.switch-slide .switch-label:before {
  background: #eceeef;
}
.switch-slide .switch-handle {
  display: none;
}
.switch-slide .switch-input:checked ~ .switch-label {
  background: #FFF;
  border-color: #0088cc;
}
.switch-slide .switch-input:checked ~ .switch-label:before {
  left: 100px;
}
.switch-slide .switch-input:checked ~ .switch-label:after {
  left: 0;
}
/* Switch Light
==========================*/
.switch-light {
  padding: 0;
  background: #FFF;
  background-image: none;
}
.switch-light .switch-label {
  background: #FFF;
  border: solid 2px #eceeef;
  box-shadow: none;
}
.switch-light .switch-label:after {
  color: #9370DB;
}
.switch-light .switch-label:before {
  right: inherit;
  left: 11px;
}
.switch-light .switch-handle {
  top: 6px;
  left: 72px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}
.switch-light .switch-handle:before {
  background: #eceeef;
}
.switch-light .switch-input:checked ~ .switch-label {
  background: #FFF;
  border-color: #9370DB;
}
.switch-light .switch-input:checked ~ .switch-handle {
  left: 72px;
  box-shadow: none;
  background: #9370DB
}
.switch-light .switch-input:checked ~ .switch-handle:before {
  background: rgba(255,255,255,0.7);
}
/* Transition
============================================================ */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/* toogle css end */

.user-details-type {
  margin: 0px 0px;

}
.insurance-details-type {
  margin: 25px 0px;
}
.self-family {
  margin-bottom: 50px;
}
.switch {
  margin-bottom: 50px;
  border: none;
  background: transparent;
  box-shadow: none;
}
.fill-details {
  margin: 0px !important;
  background: #ececec;
  border-radius: 7px;
  border-bottom: none;
  transition: 0.5s;
}
.fill-details-label{
  color: #06A6E0;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
}
.fill-details:focus{
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #06A6E0;
  transition: 0.5s;
}
.user-details {
  width: 100%;
}
.self-or-family {
  padding: 20px;
  border: 2px solid #06A6E0;
  width: 100%;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 14px;  
  margin-bottom: 30px;
}
.self-or-family:hover{
  box-shadow: 0px 0px 10px -3px #999;
  transition: 0.5s;
}
.self-or-family-headings {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.self-or-family-headings h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.self-or-family-headings button {
    background-color: #06a6e0;
    line-height: 0;
    height: 40px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    font-weight: 500;
}
.insurance-box {
  padding: 20px;
  border: 2px solid #06A6E0;
  width: 100%;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
}
.insurance-box:hover{
  box-shadow: 0px 0px 10px -3px #999;
  transition: 0.5s;
}
.submit-cancel-btns{
  display: flex;
  justify-content: space-between;
}
.confirm-btn {
  color: #fff;
  font-size: 14px;
  border-radius: 4px !important;
  background: #06A6E0;
}
.cancel-btn {
  color: #666;
  font-size: 14px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #666;
}
.cancel-btn:hover{
  color: #000;
}
.cancel-btn:focus{
  color: #000;
}
.calender-times-heading h3 {
  font-size: 25px;
  color: #444;
}
.self-family {
  margin-bottom: 50px;
}
.switch h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.blue-font{
  color: #06A6E0;
  font-weight: 600;
}
.textArea {
  width: 100%;
  background: #ececec;
  border: none;
  padding: 8px;
  border-radius: 6px;
}
.textArea:focus {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #06A6E0;
  transition: 0.5s;
}
.calender-times:hover {
  box-shadow: 0px 0px 10px -3px #999;
  transition: 0.5s;
}
.calender-main-cal-heading h3 {
  margin-top: 0px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
  border-bottom: 1px solid #ddd9d9;
  padding-bottom: 7px;
}


.available-times {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
.available-heading {
  text-align: center;
}
.available-from {
  border: 2px solid #06A6E0;
  width: 130px;
  text-align: center;
  border-radius: 5px;
  margin-right: 30px;
}
.available-to {
  border: 2px solid #06A6E0;
  width: 130px;
  text-align: center;
  border-radius: 5px;
}
.available-from p {
  color: #06A6E0;
  font-weight: 600;
  font-size: 16px;
  padding: ;
}
.available-to p {
  color: #06A6E0;
  font-weight: 600;
  font-size: 16px;
  padding: ;
}
.available {
  margin-top: 20px;
}
.available-heading h2 {
  font-weight: 500;
  color: #333;
  font-size: 24px;
  padding-bottom: 11px;
  margin:0;
}



.prev {
  border: 1px solid #06A6E0 !important;
  color: #06A6E0 !important;
}
.datepicker-switch {
	border: 1px solid #06A6E0 !important;
	color: #06A6E0 !important;
	font-size: 20px !important;
}
.next {
  border: 1px solid #06A6E0 !important;
  color: #06A6E0 !important;
}



/* searach page css */

.doctor-section-img {
 	background-image: url(../images/doctor2.jpg);
 	background-repeat: no-repeat;
 	height: 350px;
 	background-size: cover;
 	background-position: center;
 	margin-top: 20px;
}
.doctors-heading h2 {
	font-size: 31px;
	font-weight: 600;
	color: #333;
}
.doctors-brief p {
	color: #333;
	padding: 20px 0px;
}
.doctors-read-btn button {
	background: #06A6E0;
	border: none;
	padding: 10px 30px;
	border-radius: 4px;
	color: #fff;
}
.doctor-section-brief {
	margin-top: 30px;
}
.doctor-section{
	margin: 50px;
}

.hospitals-section-img {
 	background-image: url(../images/hospital.jpg);
 	background-repeat: no-repeat;
 	height: 350px;
 	background-size: cover;
 	background-position: center;
 	margin-top: 20px;
}
.hospitals-heading h2 {
	font-size: 31px;
	font-weight: 600;
	color: #333;
}
.hospitals-brief p {
	color: #333;
	padding: 20px 0px;
}
.hospitals-read-btn button {
	background: #06A6E0;
	border: none;
	padding: 10px 30px;
	border-radius: 4px;
	color: #fff;
}
.hospitals-section-brief {
	margin-top: 30px;
}
.hospitals-section{
	margin: 50px;
}



.doctor-clinic-tabs {
	text-align: right;
	margin-top: 19px;
}
.doctor-clinic-tabs span {
	background: #18ACD7;
	padding: 10px 30px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 0px 10px -3px #0D556A;
}

.clinic-results-first {
	margin-bottom: 30px;
}
.clinic-results-first-img {
	background-image: url(../images/hospital.jpg);
	height: 244px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.clinic-results-first-heading {
	margin-top: 10px;
}
.clinic-results-first-heading h2 {
	color: #18ACD7;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 0px;
}
.clinic-results {
	margin: 30px 0px;
}

.clinic-results-first {
	border: 1px solid #ddd;
	background: #fff;
	padding: 8px;
	transition: 0.5s;
}
.clinic-results-first-brief {
	padding: 0px 20px;
}
.clinic-view-profile {
	background: #18ACD7;
	margin: 10px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
}
.clinic-view-profile a {
	color: #fff;
	width: 100%;
	display: inline-block;
	height: 100%;
}
.clinic-results-first-brief p {
	color: #333;
	font-size: 14px;
}
.clinic-results-map {
	background: #fff;
	padding: 8px;
	position: sticky;
	top: 0;
	transition: 0.5s;
}
.clinic-results-first:hover{
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
}
.clinic-results-map:hover{
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
}
.doctor-clinic {
	margin-top: 10px;
}
.search-result-showed {
	margin-top: 10px;
}

.login-tab {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
    /*height: 100vh;*/
    overflow-y: auto;
}



/*diagnostic-center-css-start*/
.diagnostic {
  background-image: url(../images/diagnostic/lab-banner-1.jpg), linear-gradient(#07a7e196, #000000e0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  background-blend-mode: overlay;
  position: relative;
}
  .diagnostic-single-field {
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 50px 10px;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
  }
  .diagnostic-single-field a {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
  }
  .diagnostic-single-field a:hover,.diagnostic-single-field a:focus{
    color: #000;
  }
/*diagnostic-center-css-End*/



/*diagnostic-center-test-css-start*/
.diagnostic-test {
  background-image: url(../images/diagnostic/lab-banner-1.jpg), linear-gradient(#07a7e196, #000000e0);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-blend-mode: overlay;
  position: relative;
}
.provider-content{
  padding: 50px 0px;
}
.provider-content-part ul li {
  width: 50%;
  border: 1px solid #ccc;
}
.provider-content-part ul li a{
  border-radius: 0px !important;
  color: #fff;
  font-weight: 500;
  color: #000;
}
.provider-content-part ul li .nav-link.active{
  background-color: #07a7e1;
}
.lab-test-single-field-img img {
  width: 100%;
}
.lab-test {
  padding: 30px 0px 0px 0px;
}
.lab-test-single-field {
  border: 1px solid #ccc;
  padding: 10px 10px;
  margin: 10px 0px;
  transition: 0.5s;
}
.lab-test-single-field:hover{
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
  transition: 0.5s;
}
.lab-test-single-field-title span{
  color: #000;
}
.lab-test-title {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.lab-test-title span{
  font-size: 25px;
  font-weight: 600;
}
/*diagnostic-center-test-css-End*/


/*diagnostic-center-radiology-css-start*/
.diagnostic-center-radiology{
  background-image: url(../images/diagnostic/lab-banner-1.jpg), linear-gradient(#07a7e196, #000000e0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-blend-mode: overlay;
  position: relative;
}
/*diagnostic-center-radiology-css-End*/
/*-------book now css strat------*/
.app .ui-widget-header {
    background: white !important;
}
.app .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
.app .ui-datepicker-title span {
    color: #1c94cc;
}
.app a.ui-datepicker-prev.ui-corner-all {
    background: #1c94c4;
}
.app a.ui-datepicker-next.ui-corner-all {
    background: #1c94c4;
}
.app table.ui-datepicker-calendar th {
    background: #1c94c4;
    border-right: 2px solid #4CAF50;
    color: white;
    padding: 10px;
}
.app a.ui-state-default {
    background: white !important;
    text-align: center !important;
    padding: 7px !important;
}
.app a.ui-state-default.ui-state-active {
    background: #1c94c4 !important;
    color: white !important;
}
.app .ui-widget-header {
    border: none !important;
}
.app .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-align: center !important;
    padding: 7px !important;
}
.footer-bottom-space{
  height: 20px;
}