/**/
.featured{
    height: 30vh;
    position: relative;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-bottom:0;
}
.featured a{
    color: #fff;
}
.zeroPadding{padding: 0 0;}
.zeroMargin{margin: 0 0;}
header{
    min-height: 55px;
    background-color: #35959C;
}
.mainHeader{
    transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -webkit-transition: max-height 0.4s ease-out;
}
.header-brand .site-header a{
    color: #fff;
    font-size: 35px;
    padding: 15px;
    padding-left: 0;
}
.menuOption{margin-right: 15px;}
form.col{
    margin-top: 10px;
}
.clearfix:before, .clearfix:after{
    display: block;
    content: '';
    clear: both;
}
.successCounter, .processContainer, .doctorList{
    padding: 60px 0 60px 0;
}
.successCounter{
    background-color: #def8fb;
    margin-bottom: 0;
}
.mainsearch input#search_text{
    color: #fff;
    border-bottom-color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}
.search_icon{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
}
.mainsearch .input-field{
    margin-top: 0;
}
.input-field label.search_label{
    color: #ccc;
}
input#search_text:focus:not([readonly]){
    border-bottom-color: #34ECDB;
}
input#search_text.valid{
    border-bottom-color: #1AB720
}

/*.navUser{
    position: absolute;
    right: 5px;
    top: 19px;
}*/
.footer-copyright a{
    margin: 0 4px;
    padding: 0 5px;
}
.list-inline li{
    display: inline-block;
    margin-right: 9px;
}
footer.page-footer{
    background-color: #35959C;
    margin-top: 0;
}
.two-column-directory{
        -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.milestone i{
    color: #35959C;
    font-size: 6rem;
}
/*.searchResult > li, .filterResult > li{
    display: inline-block;
    max-width: 195px;
    margin-right: 15px;
    height: 1200px;
    max-height: 289px;
}*/
.card{
    /* background-color: #612137; */
}
.card .card-image{
  height: auto;
  padding-left: 0;
}
.card .card-content{
  padding: 10px;
  height: 80px;
}
.card .card-action{
  padding: 10px;
}
.card .card-action a.bookNow{
  color: #EE6E74 !important;
}
.card .card-image img{
  height: 80px;
  width: 80px;
}
li .card .card-title{
    font-size: 17px;
    letter-spacing: -1px;
}
li .card .card-content .card-title{
    line-height: 21px;
}
.expander-inner{
    padding: 50px 30px;
    background-color: #f7f7f7;
}
.close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 27px;
    cursor: pointer;
}
.close:before, .close:after{
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.searchResult li, .expand{
    transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -webkit-transition: max-height 0.4s ease-out;
}
.expand{
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
}
.expand-inner{
    background-color: #f7f7f7;
    height: 100%;
    padding: 50px 30px;
    position: relative;
}
.og-fullimg img{
    max-width: 200px;
}
.clickToClose:after{
    bottom: -16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f7f7f7;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}
.moveUp{
    transform: translateY(-200px);
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.collection.sideMenu{
    margin-top: 0;
}
.collection.sideMenu .collection-item.active{
    background-color: #35959C;
}
.sectionHeader{
    font-size: 2rem;
    padding: 15px;
}
table th:first-of-type, table td:first-of-type{
    padding-left: 15px;
}
.bookingList{
    background-color: #35959C;
    font-size: 1.4rem;
    padding: 15px;
}
.addButtons{
    margin: 10px 0;
}
.filter.select-wrapper{
    width: 300px;
    display: inline-block;
    padding: 0 10px;
}
.filter.select-wrapper input.select-dropdown{
    font-size: 1.64rem;
    margin: 0 0;
}
.display-fit{
    display: block;
    max-width: 100%;
    height: auto;
}
.doctor_profile_image_container img{
    padding: .75rem;
}
.userNavigationContainer{
    border-bottom: 2px solid #eee;
}
.userNavigation{
    width: 40% !important;
    overflow: hidden;
}
.tabs .indicator{
    display: none;
}
.tabs.userNavigation .tab a{
    color: #ababab;
    font-weight: bold;
}
.tabs.userNavigation .tab.view a.active{
    color: #35959C;
    background-color: rgba(53, 149, 156, 0.06);
}
.tabs.userNavigation .tab.edit a.active{
    color: #FD686E;
    background-color: rgba(253, 104, 110, 0.06);
}
.viewProfile{ color: #ff409e; }
.specialityGroup{
  background-color: #e9e8e5;
  border-bottom: 1px solid #bdbdbd;
  color: black;/*rgb(162, 162, 162);*/
  font-size: larger;
  padding: 0.7rem;
  z-index: 10;
  width: 100%;
  margin: 0px;
}
#view{
    background-color: #f5f5f5;
}
.profileRightHalf{
    background-color: #fff;
}
.col.m5.profileLeftHalf, .col.m7.profileRightHalf{
    padding: 0 20px;
}
.profileBlock{
    margin-bottom: 80px;
}
.todays-patient-panel{
    margin-top: 25px;
}
table.todayList td, table.todayList th{
    padding-top: 7px;
    padding-bottom: 7px;
}
.preHeader{
    max-height: 0;
    height: 400px;
    overflow: hidden;
    background-color: #eee;
    transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -webkit-transition: max-height 0.4s ease-out;
}
.preHeader.open{
    max-height: 300px;
}
.preHeaderForm{
    padding: 20px 0;
}
.perHeaderContainer{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}
.autoSuggestContainer{position: relative;}
.autoSuggestContainer .collection{
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 200;
}
.autoSuggestContainer .collection .collection-item.avatar{
    min-height: 60px;
    cursor: pointer;
}
.autoSuggestContainer .collection .collection-item.avatar:hover, .autoSuggestContainer .collection .collection-item.avatar:active{
    background-color: #f9f9f9;
}
/* Added on 06-1016 by Abhinandan */
footer .collapsible{
    border: none;
box-shadow: none;
margin-top: 0;
}
footer .collapsible-header{
    background-color: transparent;
border: none;
}
footer .collapsible-header h5{
line-height: 190%;
margin-top: 0;
}
footer .collapsible-header.active{
    background-color: rgba(51,51,51,0.08);
}
footer .collapsible-body{border: none;}

/* Added on 11-09-16  Ratnadeep*/


.logo-left{
    float:left;
}

.logo-left img{
    width: 180px;
}

.navUser a{
    color: #fff;
    transition-duration: .4s;
}

.navUser a span{
    display: inline-block;
    margin-top: 3px;
}

.navUser a i.left{

    margin-right: 10px;
}
.valign .header-top, .navUser{
    padding-top: 10px;
}
.valign h1{
    color: #e2d1bd;
    line-height: 1.3;
    font-weight: 400;
}
.doctor-bg, .group-of-doctors{
    background: #E9E8E5;
    padding: 10px 0px;
}
h6.h_speciality{
  text-transform: capitalize;
}
h6.speciality{
    font-size: 16px;
}

.doctor-bg form{
    padding-top: 0px;
}

.doctor-bg form h4{
    padding-top: 0px;
    margin-top: 0px;
}
.side-nav{
    background-color: #f7f7f7;
}
.side-nav a#btnSerialGetNumber{
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    display: inline-block;
    color: white;
}
.side-nav a#btnSerialGetNumber_mnth{
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    display: inline-block;
    color: white;
}
.side-nav a#btnBookAppointMent
{
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    display: inline-block;
    color: white;
}
.side-nav li{padding-top: 10px; line-height: 1.5;
    }
.side-nav li.basic{padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.side-nav form li{padding: 0px 0;}
img.responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
#booking-panel li:hover{
    background-color: inherit;
}

#booking-panel_AKC li:hover{
    background-color: inherit;
}
#booking-panel-mnth li:hover{
    background-color: inherit;
}
hr {
    border-bottom: 1px solid #E0E0E0;
    border-top: none;
    margin: 15px 0;
}
.booking-form .input-field {
    margin-top: 2rem;
}

#btnBookAppointMent_AKC,#btnSerialGetNumber_AKC{
    height: 36px;
line-height: 36px;
padding: 0 2rem;
display: inline-block;
color: white;
}
.search_field_container{
  background-color: #28767b;
  color: #fff;
}
.search_field_container.pinned{
  width: 100%;
  top: 0;
  z-index: 20;
}
.search_field_container .row{ margin-bottom: 0;}
.search_field_container input{
  font-size: 2rem;
  border-bottom-color: #fff;
}
.search_field_container .input-field .prefix{top: 20%;}
.search_field_container label{color: #fff;}
/* Profile popup */
.profileBody .tabs .tab a.active {
    outline: none;
    background-color: rgba(246,178,181,0.2);
    color: #ee6e73;
}
.profileImage img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  border: 4px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
/*new modification */
@media only screen and (max-width: 480px){
    #booking-panel,#booking-panel_AKC,#booking-panel-mnth{
        width: calc(100% - 56px);
        min-width: calc(100% - 56px);
        max-width: calc(100% - 56px);
    }

    h4#h_DoctorName {
    font-size: 16px;
}

  h6#h_speciality {
      font-size: 13px;
  }

  .close{
      width: 30px;
      height: 30px;
      top: 8px;
      right: 9px;
  }
  .input-field label{
      left: 1.50rem;
  }

  input[type="text"]{
      width: 90%;
  }
  #modalContactUs input[type="text"]{
      width: 100%;
  }
  .navUser a i.left{display: none;}
  .perHeaderContainer{
      padding: 40px 0;
  }
  .booking-form .input-field{
      margin-top: 20px;
  }
  .featured{
      width: 100%;
  }
  .row li.col.s6{
    width: 100%;
  }
  .card .card-image img{
    width: 100px;
    height: 100px;
  }
  .card .card-content{
    height: 100px;
  }
  h6.specialityGroup.pinned {
    width: 95%;
  }
}
@media only screen and (min-width: 720px){
  .featured img.home-logo{
    max-width: 300px;
    display: inline-block;
  }
  h6.specialityGroup.pinned {
    width: 87%;
  }
}
@media only screen and (min-width: 1024px){

}
.color-black{
    color: rgba(0,0,0,0.87)!important;
}
.dr-name-font-bold{
    font-weight: 400!important;
}
