/*
Theme Name: IGMH Theme
Theme URI: http://igmh.gov.mv
Description: IGMH WordPress Theme.
Version: 1.0
Author: Ahmed Sobah
Author URI: 
*/

@font-face {
	font-family: CircularBlack;
	src: url(fonts/CircularStd-Black.otf);
}

@font-face {
	font-family: CircularMedium;
	src: url(fonts/CircularStd-Medium.otf);
}

@font-face {
	font-family: AvenirNext;
	src: url(fonts/AvenirNextLTPro-Medium.otf);
}

body {
	/*min-height: 2000px;*/
	padding-top: 115px;
	/*font-family: AvenirNext !important;*/
	font-family: Verdana,Geneva,sans-serif;
}

body.modal-open {
    overflow: hidden;
}

/* DATE TIME PICKER*/
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}
/* DATE TIME PICKER*/

.head-shadow {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.09);
}

.bg-green {
	background: #21bebf; /* Old browsers */
	background: -moz-linear-gradient(left, #21bebf 0%, #21bebf 32%, #99d7d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #21bebf 0%,#21bebf 32%,#99d7d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #21bebf 0%,#21bebf 32%,#99d7d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21bebf', endColorstr='#99d7d0',GradientType=1 ); /* IE6-9 */
}

.top-bar {
	/*padding-bottom: .7rem!important;*/
	padding-top: .7rem!important;
	font-family: CircularBlack;
	color: #ffffff;
	font-size: 16px;
}

.top-bar p{
	padding: 5px 0 1px 10px !important
}

.top-bar-buttons button {
	float: left;
	margin-right: 10px;
}

.igmh-btn {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #21bebf;
	font-family: CircularBlack;
	background: #ffffff;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	border: none;
	transition: all 0.5s;
	border: solid 1px #ffffff;
}

.igmh-btn:hover, .igmh-btn:active {
	background: transparent;
	color: #ffffff;
	border: solid 1px #ffffff;
}

/* Navbar styles */

.navbar-brand {
	height: 70px !important;
}

.navbar-nav {
	margin-top: 10px !important;
	font-family: CircularMedium !important;
	font-size: 15px;
}

.navbar-default {
    border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 360px;
}

.navbar-default .navbar-nav>li>a {
	color: #333333;
	transition: all 0.5s;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #21bebf;
}

.navbar-default .navbar-toggle {
	margin-top: 18px;
}

.navbar-nav .dropdown-split-right {
	margin-left: -20px;
}

.navbar-nav .dropdown-split-left {
	float: left;
}

/* Navbar styles end*/

.slider {
	transition: all 0.5s;
}

.colored-bar {
	padding-bottom: .7rem!important;
	padding-top: .7rem!important;
	font-family: CircularBlack;
	color: #ffffff;
	font-size: 16px;
}

.news-slider {
	padding-top: 50px;
	padding-bottom: 50px;
}

.news-animate {
	opacity: 0;
	max-width: 360px;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: .25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 5px;
	text-align: left;
}

.news-slider .card-body a {
	text-decoration: none;
	transition: all 0.5s;
}

.box-shadow img {
	width: 100%;
}

.news-slider .card-body a:hover h4 {
	color: #777;
	transition: all 0.5s;
}

.news-slider .card .card-body h4 {
	color: #21bebf;
	font-family: CircularBlack;
}

.card-text {
	color: #8D8D8D;
	font-family: AvenirNext;
}

.testi-wrapper {
	margin-top: 35px;
	margin-bottom: 50px;
}

.testimonials {
	color: #21bebf;
	font-family: CircularBlack;
	margin-bottom: 20px;
}

.testi-header {
	color: #8D8D8D;
	font-family: CircularBlack;
	font-size: 15px;
	margin-bottom: 4px;
}

.testi-text {
	color: #8D8D8D;
}

.testi-blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.online-services {
	position: relative;
}

.online-text-wrapper {
	position: absolute;
	top: 30%;
}

.online-text-wrapper h1 {
	color: #ffffff;
	font-family: CircularBlack;
	margin-bottom: 20px;
}

.online-text-desc {
	margin-top: -10px;
	margin-bottom: 20px;
	color: #ffffff;
}

.online-btn {
	margin-top: 10px;
}

.online-services-btn {
	padding: 10px 20px 10px 20px;
	/*-webkit-box-shadow: 10px 10px 41px 2px rgba(255,255,255,1);
	-moz-box-shadow: 10px 10px 41px 2px rgba(255,255,255,1);
	box-shadow: 10px 10px 41px 2px rgba(255,255,255,1);*/
}

.online-pic-wrapper {
	float: right;
}

.online-pic-wrapper img {
	height: 400px;
}

.vertical-center {
  vertical-align: middle;
}

.find-doctor {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.find-pic-wrapper {
	float: left;
}

.find-pic-wrapper img {
	max-height: 300px;
	max-width: 100%;
	transition: all 0.5s;
}

.find-text-wrapper h1 {
	color: #21bebf;
	font-family: CircularBlack;
}

.find-text-desc {
	color: #8D8D8D;
    margin-bottom: -16px;
}

.find-btn {
	color: #ffffff;
	font-family: CircularBlack;
	background: #21bebf;
	padding: 10px 20px 10px 20px;
}

.login-btn {
	color: #ffffff;
	font-family: CircularBlack;
	background: #21bebf;
	margin-top: -10px;
}

.find-btn:hover {
	color: #21bebf;
	background: transparent;
	border: solid 1px #21bebf;
}

.login-btn:hover {
	color: #21bebf;
	background: transparent;
	border: solid 1px #21bebf;
}

.queue-btns {
	color: #ffffff;
	font-family: CircularBlack;
	background: #73D2D2;
	margin-top: -10px;
	border: solid 1px #73D2D2;
	min-height: 33px;
}

.queue-btns:hover {
	color: #21bebf;
	background: transparent;
	border: solid 1px #21bebf;
}

.online-search {
	clear: both;
}

.search-button-wrapper {
	border: solid 1px #F4F4F4;
	border-radius: 28px;
	background-color: #F4F4F4;
	max-width: 320px;
	margin-bottom: 15px;
}

.search-button-wrapper button {
	border: none;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	background-color: transparent;
	color: #848484;
}

.search-button-wrapper input {
	border: none;
	background-color: transparent;
	width: 90%;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
	height: 28px;
}

.nav .search-button-wrapper {
	border: solid 1px #C6C6C6;
	background-color: transparent;
	margin-top: 12px;
}

.nav .search-button-wrapper input{
	width: 80%;
	font-family: AvenirNext;
	font-style: italic;
	margin-top: -24px;
}

.find-text-wrapper {
	padding-top: 70px;
}

.footer-wrapper {
	background-color: #303030;
	font-family: Verdana,Geneva,sans-serif;
	padding-top: 62px;
    padding-bottom: 50px;
}

.footer-wrapper li a {
	font-size: 15px;
    color: #838486;
	line-height: 2;
	transition: all 0.5s;
}

.footer-wrapper li a:hover, .footer-wrapper li a:active {
	text-decoration: none;
	color: #21bebf;
}

.footer-brand {
	padding: 10px;
	max-width: 125px;
	margin-top: -5px;
	min-width: 100%;
	/*
	background-color: #ffffff;
	margin-top: 40px;*/
}

.emb-number {
	color: #dfe0e0;
	font-family: CircularBlack;
}

.emb-number h1 {
	margin-top: 17px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer-bottom {
    background: #222222;
    padding: 27px 0;
    color: #555759;
}


.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.flex {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalcontainer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modalcontainer.active {
  display: block;
}

.modalcontainer h2 {
  margin-top: 0px;
  color: #4d5c6e;
  font-weight: 400;
}

.findmodalcontainer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.findmodalcontainer.active {
  display: block;
}

.findmodalcontainer h2 {
  margin-top: 0px;
  color: #4d5c6e;
  font-weight: 400;
}

.findmodalcontainer .modal {
  display: none;
  position: relative;
  width: 720px;
  /*height: 330px;*/
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
  overflow-y: auto;
  text-align: center;
}


.emrmodalcontainer {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.emrmodalcontainer.active {
  display: block;
}

.emrmodalcontainer h2 {
  margin-top: 0px;
  color: #4d5c6e;
  font-weight: 400;
}

.emrmodalcontainer .modal {
  display: none;
  position: relative;
  width: 720px;
  /*height: 330px;*/
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
  overflow-y: auto;
  text-align: center;
}

.modal {
  display: none;
  position: relative;
  width: 1024px;
  /*height: 330px;*/
  background-color: rgba(255,255,255,0.8);
  border-radius: 10px;
  overflow-y: auto;
}

.modal.active {
  display: block;
}

.modal .header {
	background-color: #ffffff;
	padding: 10px 10px 2px 20px;
}

.modal .header h2{
	color: #21bebf;
	font-family: CircularBlack;
	text-align: center;
}

.modal .content {
  padding: 30px;
  /*background:rgba(255,255,255,0.5);*/
}

.modal .close {
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  color: #FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  color: #999;
  font-size: 40px;
}

.modal .close span {
  transform: rotate(45deg);
  display: block;
}

.modal .findadocclose {
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  color: #FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  color: #999;
  font-size: 40px;
}

.modal .findadocclose span {
  transform: rotate(45deg);
  display: block;
}

.modal .emrclose {
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  color: #FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  color: #999;
  font-size: 40px;
}

.modal .emrclose span {
  transform: rotate(45deg);
  display: block;
}

.modal .buttons {
  width: 600px;
  position: absolute;
  bottom: 0;
  height: 50px;
  background-color: #FFF;
}

.modal .buttons a {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  background-color: #EEE;
  color: #4d5c6e;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: bold;
}

.modal .buttons a:hover {
  background-color: #e1e1e1;
}

.modal .buttons a:nth-of-type(2) {
  float: right;
  color: #FFF;
  background-color: #00c06d;
}

.modal .buttons a:nth-of-type(2):hover {
  background-color: #00a75f;
}

.modal .col-sm-3 {
	margin-bottom: 20px;
}

.queue-header {
	text-align: center;
	color: #8F8F8F;
	font-size: 15px;
    font-weight: 600;
}

.queue-box {
	background-color: #73D2D2;
	border-radius: 10px;
	padding: 10px;
}

.now-serving {
	text-align: center;
	font-family: CircularBlack;
	color: #CEEFEF;
}

.queue-token {
	text-align: center;
	font-family: CircularBlack;
	color: #ffffff;
	font-size: 50px;
}

.queue-note {
	font-family: AvenirNext;
	text-align: center;
	margin-top: 20px;
	font-style: italic;
}

/* ONLINE SERVICES CSS STARTS */
.login-page-wrapper {
	background-color: #F8F8F8;
}

.login-page {
	text-align: center;
}

#login-pic {
	max-width: 400px;
	margin-top: -200px;
}

.login-wrapper {
	max-width: 500px;
	min-height: 250px;
	margin-top: 250px;
	margin-bottom: 150px;
	background: #ffffff;
	border-radius: 20px;
}

.login-wrapper-head {
	background: #21bebf; /* Old browsers */
	background: -moz-linear-gradient(left, #99d7d0 0%, #99d7d0 32%, #21bebf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #99d7d0 0%,#99d7d0 32%,#21bebf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #99d7d0 0%,#99d7d0 32%,#21bebf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d7d0', endColorstr='#21bebf',GradientType=1 ); /* IE6-9 */
	border-radius: 20px;
}	

.online-head-text {
	color: #ffffff;
	font-family: CircularBlack;
	margin-top: -10px;
    padding-bottom: 20px;
}

.login-form-wrap {
	text-align: left;
	padding: 20px 50px;
}

.login-page-login {
	color: #21bebf;
	font-family: CircularBlack;
	margin-top: 0px;
    padding-bottom: 10px;
}

.igmh-login {
	margin-bottom: 20px;
}

.igmh-login .form-control {
	webkit-box-shadow: none; 
    box-shadow: none;
    border-radius: 0px;
    padding: 23px 12px;
    background-color: #F4F4F4;
    border: none;
    margin-bottom: 20px;
}

.login-wrapper .login-btn {
	margin-top: 0px;
	padding: 5px 20px 5px 20px;
}

.register-btn {
	color: #ffffff;
	font-family: CircularBlack;
	background: #A4DAD2;
	padding: 5px 20px 5px 20px;
}

.register-btn:hover {
	color: #21bebf;
	background: transparent;
	border: solid 1px #21bebf;
}

.forgot-pass {
	color: #DDDDDD;
	font-family: CircularMedium;
	transition: all 0.5s;
	text-decoration: none;
}

.forgot-pass a {
	color: #DDDDDD;
	font-family: CircularMedium;
	transition: all 0.5s;
	text-decoration: none;
}

.forgot-pass a:hover {
	color: #21bebf;
}

.incorrect-login {
	color: red;
	display: none;
	margin-bottom: 20px;
}

.login-loading {
	display: none;
}

#reset-pass {
	display: none;
}


#igmh-register {
	display: none;
}

.members-area {
    color: #21bebf;
    /*font-family: CircularBlack;*/
    margin-bottom: 20px;
    max-width: 960px;
    text-align: left;
    margin-top: 20px;
    min-height: 400px;
}

.welcome-container {
    position: relative;
    background-color: rgba(255,255,255,0.8);
    overflow-y: auto;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.09);
    padding: 20px;
}

.img-circle {
    border-radius: 50%;
    /* border-radius: 5px; */
}

.user-image {
	float: left;
}

.user-details {
	float: left;
	padding-left: 25px;
}

.cover-image {
	background: -moz-linear-gradient(left, rgba(33,190,191,0.6) 0%, rgba(33,190,191,0.6) 1%, rgba(33,190,191,0.6) 23%, rgba(153,215,208,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(33,190,191,0.6) 0%,rgba(33,190,191,0.6) 1%,rgba(33,190,191,0.6) 23%,rgba(153,215,208,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(33,190,191,0.6) 0%,rgba(33,190,191,0.6) 1%,rgba(33,190,191,0.6) 23%,rgba(153,215,208,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9921bebf', endColorstr='#9999d7d0',GradientType=1 ); /* IE6-9 */

	min-width: 100%;
	min-height: 150px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}

.user-wrapper {
	margin-top: -60px;
    z-index: 2000;
}

.members-area h2 {
    color: #ffffff;
}

.user-details-sub {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Verdana,Geneva,sans-serif;
	color: #767676;
	margin-top: 15px;
}

.online-tabs {
	background: #21bebf; 
	margin-top: 30px;
    /*margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;*/
}

.online-tabs a {
	color: #ffffff;
}

.online-tabs li a:hover {
	border-radius: 0px;
	background-color: #ffffff;
	color: #21bebf; 
}

.online-tabs .active {
	border: solid 1px #21bebf; 
	border-radius: 0px;
	background-color: #ffffff;
	color: #21bebf; 
}

.ol-page {
	/*background-image: url(images/background.jpg);*/
	margin-bottom: 50px;
}

.token-container {
	margin-top: 40px;
}

.service-container {
    background-color: rgba(255,255,255,0.7);
    overflow-y: auto;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.09);
    padding: 20px;
    border-radius: 10px;
    margin-top: -10px;
}

.service-header h2 {
	text-align: center;
	color: #21bebf; 
	margin-top: 0px;
}

.service-details {
	color: #B5B5B5;
}

#no-token {
	text-align: center;
}

.float{
	padding: 15px 17px;
	background-color: #21bebf;
	color :#FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 1px 1px 5px #999;
	z-index: 2000;
}

.float:hover {
	color: blue;
}

.queuelistcontainer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8888;
}

.queuelistcontainer.active {
  display: block;
}

.queuelistcontainer h2 {
  margin-top: 0px;
  color: #4d5c6e;
  font-weight: 400;
}

.queuelistcontainer .queue-name {
    text-align: center;
    font-family: CircularBlack;
    color: #ffffff;
    font-size: 20px;
}

.queuelistcontainer .queue-box {
	min-height: 100px;
    line-height: 2;
    margin-top: 20px;
}

.queuelistcontainer .queue-box:hover {
	background: #ffffff;
}

.queuelistcontainer .queue-box:hover .queue-name {
	color: #21bebf;
}

#queue-list-loading {
	display: none;
}

#queue-list-error {
	display: none;
	font-size: 18px;
	color: #ef456a;
}

.token-header {
	padding-top: 10px;
}

.service-details .queue-token {
	background: url(images/Token.png);
	min-height: 315px;
    max-width: 375px;
}

.queue-token h2 {
	color: #505050;
    font-size: 70px;
    
}

.queue-title {
	font-size: 16px;
	color: #818181;
	font-family: 'Open Sans', sans-serif;
	padding-top: 7px;
}

.queue-sub {
	font-size: 16px;
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
	margin-bottom: -10px;
}

.queue-waiting {
	font-size: 14px;
	color: #818181;
	font-family: 'Open Sans', sans-serif;
}

.queue-date {
	font-size: 14px;
	color: #818181;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
}

.token-download {
	float: left;
    padding-top: 35px;
    padding-left: 50px;
    font-size: 20px;
    position: absolute;
}

.token-download:hover, .token-download:active {
	color: #21bebf;
}

.no-service {
	text-align: center;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr > td {
	font-family: Verdana,Geneva,sans-serif;
	color: #777;
	padding-top: 10px;
    padding-bottom: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #e7eaec;
}

.table-striped thead {
	background-color: #F5F5F6;
    color: #777;
    border: solid 1px #e7eaec;
}

.table-striped tbody {
    border: solid 1px #e7eaec;
}

.newwatilistcontainer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8888;
}

.newwatilistcontainer.active {
  display: block;
}

.newwatilistcontainer h2 {
  margin-top: 0px;
  color: #4d5c6e;
  font-weight: 400;
}

.form-submit {
	color: #fff;
    background: #21bebf;
    border: solid 1px #21bebf;
    min-height: 34px;
    min-width: 150px;
}

.form-submit:hover, .form-submit:active {
	color: #21bebf;
    background: transparent;
    border: solid 1px #21bebf;
}

#wait-list-error {
	display: none;
	font-size: 18px;
	color: #ef456a;
	margin-bottom: 20px;
}

.buttonswrapper .list-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.list-button-success {
    color: #fff;
    background-color: #13ce66;
    border-color: #13ce66;
}

.list-button {
    padding: 4px 7px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
}

.buttonswrapper .list-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -3px;
    padding: 4px 8px;
}

.buttonswrapper .view-button {
    padding: 4px 7px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
}

.list-button-warning {
    color: #fff;
    background-color: #f7ba2a;
    border-color: #f7ba2a;
}

#memo-status-content {
	display: none;
}

.memostatuscontainer {
	max-width: 410px;
}

.list-button-go {
    border-radius: 50px;
    background-color: #73D2D2;
    font-size: 16px;
    color: #fff;
    padding: 5px 11px;
    margin-left: -10px;
    border: solid 1px #73D2D2;
}

.list-button-go:hover {
	border: solid 1px #73D2D2;
	background-color: transparent;
	color: #73D2D2;
}

.memo-token {
    background: url(images/Token.png);
    min-height: 315px;
    max-width: 375px;
    margin-top: 20px;
}

.memo-token h2{
	margin-top: 20px;
}

#memo-details-content {
	display: none;
}


/* Content Page Styles*/
.page-item {
    position: relative;
    margin-bottom: 35px;
}

.department-item {
	opacity: 0;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px 4px;
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info img {
	opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.thumb-info img:hover {
    transform: scale(1.2);
}

.page-item:hover .thumb-info img {
  opacity: 0.3;
}

.page-item:hover .middle {
  opacity: 1;
}

.img-fluid {
	width: 100%;
    max-width: 100%;
    height: auto;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/*
.thumb-info .thumb-info-action-icon {
    background-color: #0088cc;
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #FFF;
}*/

.page  {
	font-family: Verdana,Geneva,sans-serif;
    padding-bottom: 20px;
    line-height: 1.9;
    color: #333333;
    font-size: 1.6rem;
    font-weight: 300;
}

.page h1 {
	font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 32px;
    color: #333333;
    margin-top: 32px;
    font-weight: 700;
}

/* Category Posts */
.intro-post .icon.post-type {
    color: #ffffff;
}
.intro-post .icon.post-type {
    background-color: #21bebf;
}
.intro-post .icon.post-type {
    font-size: 14px;
    font-size: 1.4rem;
    background: #21bebf;
    color: #fff;
    padding: 10px 12px 10px;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    bottom: 195px;
    z-index: 10;
}

.cat-container {
	/*background: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -100px;*/
}

.cat-container .post-content {
    background: #ffffff;
    height: 473px;
    max-width: 330px;
}

.cat-container .post-entry {
    margin: 0 auto;
    padding: 8%;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.cat-container .post-title {
    text-align: center;
}

.cat-container .post-title h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1;
    margin-top: -5px;
    font-size: 17px;
    font-weight: 700;
    word-break: break-word;
    transition: 500ms;
}

.cat-container .post-title h2 a, .cat-container .page-title h2 a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cat-container .post-title h2 a:hover, .cat-container .page-title h2 a:hover {
    color: #21bebf;
    text-decoration: none;
}

.cat-container .akmanda-excerpt {
    margin: 20px 0 10px;
    line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cat-container .post-content p {
    color: #666;
}

.cat-container .akmanda-excerpt p {
    margin: 0 0 20px;
}

.cat-container .more-button {
    text-align: center;
    padding-top: 10px;
}

.cat-container .more {
    border-color: #000;
}

.cat-container .more, input#submit, .cat-container .input-group-btn:last-child>.btn, .cat-container .wpcf7-submit {
    background: #21bebf;
}

.cat-container .post-content img:hover {
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  	opacity: 0.6;
}

/* Category Posts finish */

/* Doctor profile page starts */
.doctor-profile-container {
    border: 1px solid #EBF1F8;
    border-radius: .2222222222rem;
    padding: 1.7777777778rem 2.2222222222rem 1.9444444444rem;
}

.doctor-profile-container h1 { 
	font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 0px;
}

.doctor-profile-picture {
	text-align: center;
}

.doc-profile-pic {
	border-radius: 50%;
	max-width: 150px;
}

.doctor-profile-basic-info {
	text-align: center;
}

.make-app-btn-container {
	text-align: center;
	margin-top: 20px;
}

.make-app-btn {

}

.doctor-details-container {
	margin-top: 50px;
    padding: 25px;
    border: 1px solid #EBF1F8;
    border-radius: .2222222222rem;
}

.doctor-profile-container .table-striped thead {
	background-color: #21bebf;
    color: #FFF;
    border: solid 1px #21bebf;
}
/* Doctor profile page ends */

/* Hide comment section */
.comment-respond {
	display: none;
}

.about-us-table {
	border: none;
}

.about-us-table tr {
	border: none;
}

.about-us-table>tbody>tr>td {
    border: none;
}

.search-live-form .screen-reader-text, .search-button-wrapper .screen-reader-text {
	display: none;
}

.search-button-wrapper #searchsubmit {
	display: none;
}

.search-live {
	float: right;
}

#s {
	float: right;
}

.live-doc-search {
	display: block; 
}

.livesearch a:hover {
	text-decoration: none;
}

.findadochead {
	cursor: pointer;
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-form label {
    width: 100%;
    color: #666;
    margin-bottom: 20px;
}

.wpcf7-text, .wpcf7-textarea {
    border: 1px solid #e3edf9;
    background-color: transparent;
    margin-top: 12px;
    border-radius: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

.wpcf7-submit {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #fff;
    font-family: CircularBlack;
    background: #21bebf;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    border: none;
    transition: all 0.5s;
    border: solid 1px #ffffff;
    margin-top: 30px;
}

.wpcf7-submit:hover {
	color: #21bebf;
	background: transparent;
	border: solid 1px #21bebf;
}

.contact-us-container-det {
    padding: 25px;
    border: 1px solid #EBF1F8;
    border-radius: .2222222222rem;
    margin-bottom: 30px;
}

.contact-us-container {
    padding: 25px;
    border: 1px solid #EBF1F8;
    border-radius: .2222222222rem;
}

.contact-us-container h5 {
    font-weight: 600;
    color: #21bebf;
    margin-bottom: 5px;
}

.contact-us-container p {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #d44950;
}

.dataTable {
	margin-left: 10px;
	margin-right: 10px;
}

.bs-example .table {
	width: 98%;
}

.dataTables_filter {
    float: right;
}

.dataTables_filter input {
    margin-left: 10px;
}

.download-table tbody:before {
    margin-top: 10px;
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.download-table thead {
    border: none;
}

.download-table tbody {
    border: none;
}

.doctor-duty .table {
	width: 98%;
}

.doctor-duty .table-responsive {
	margin-top: 10px;
}

.doctor-duty thead {
    background-color: #21bebf;
    color: #FFF;
    border: solid 1px #21bebf;
}

.top-bar-small {
	display: none;
}

.gradient::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to top, transparent 0%, #31DBDB 120%);
  margin-top: -180px;
  height: 180px;
  width: 100%;
  content: '';
}

.gradient:hover:after {
	transition: all 0.5s;
  	background-image: none;
}

.publ_card_container {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: left;
    max-width: 100%;
}

.publ_card_image img {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    transition: all 500ms ease-in-out;
    width: 100%;
}

.publ_card_title {
	clear: both;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 700;
    word-break: break-word;
    transition: 500ms;
}

.publ_card_meta {
	line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.publ_card_container a {
	color: #333333 !important;
}

.publ_card_container a:hover {
	text-decoration: none;
}

.publ_card_container h3:hover {
	color: #21bebf;
	transition: 0.5s;
	text-decoration: none;
}

.doc_card_title {
	clear: both;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    word-break: break-word;
    transition: 500ms;
}

.sidebar-container {
    border: 1px solid #EBF1F8;
    border-radius: .2222222222rem;
    padding: 1.7777777778rem 2.2222222222rem 1.9444444444rem;
}

.sidebar-title {
	margin-bottom: 24px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.sidebar-recent-post:before {
    counter-increment: widget;
    content: " ";
    position: relative;
    left: -16px;
    font-size: 18px;
    font-style: italic;
    font-family: Georgia, serif;
    font-weight: 700;
    color: #DB3334;
}

.sidebar-recent-post:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #EBF1F8;
}

.sidebar-recent-post:last-child {
    padding-bottom: 24px;
}

.sidebar-recent-post:first-of-type {
    padding-top: 0;
    padding-top: 12px;
}

.sidebar-container a {
	color: #222222;
}

.sidebar-container a:hover {
	color: #21bebf;
	transition: 0.5s;
	text-decoration: none;
}

.sidebar-recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-left: 16px;
    padding-top: 24px;
}

.sidebar-recent-title {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-bottom 500ms ease-in-out;
}

.sidebar-recent-date {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.publ_detail img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}