@charset "utf-8";
body{
	font-family: 'Nunito', sans-serif;
	color: #3c464b;
}
p{
	font-size: 15px;
}
a{
	color: #5aaa83;
	transition: all 0.5s ease-in-out 0s;
}
a:hover,
a:focus{
	color: #5aaa83;
	text-decoration: none;
	outline: none;
}
a.focus,
button:focus,
button.focus{
	outline: none;
}
.btn:focus{
	box-shadow: none;
}
/*.h2, h2{
	font-size: 34px;
}
.h3, h3{
	font-size: 24px;
}*/

/*Logo*/
.logo img{
	height: 38px;
}

/*Header*/
.bg-light{
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link{
	color: #3c464b;	
}
.navbar-toggleable-md .navbar-nav .nav-link{
	padding-left: 12px;
	padding-right: 12px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled{
	background-color: #5aaa83;
	border: #5aaa83 1px solid;
}
.btn-primary:hover{
	background-color: #509b76;
	border: #509b76 1px solid; 
}
.btn-primary.focus,
.btn-primary:focus,
.btn-toggle.focus,
.btn-toggle:focus,
.btn-blue.focus,
.btn-blue:focus{
	color: #ffffff;
}
.btn-outline-primary{
	border: #5aaa83 1px solid; 
	border-radius: 16px;
	padding: 6px 25px!important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus{
	background-color: #509b76;
	border: #509b76 1px solid; 
	color: #ffffff!important;
}
.btn-register{
	margin-top: 5px!important;
	margin-left: 13px;
}


/*Search Panel*/
.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(147,147,147,0.3);
    z-index: -1;
}
.full-screen{
	width: 100%;
	height: 100%;
}
.bg-search{
	background-image: url(../images/getjab-banner.jpg);
	background-position: center center;
	background-repeat:  no-repeat;	
	background-size:  cover;
	background-color: #999;
}

h1.banner-heading{
	font-weight: 200;
	color: #ffffff;
	font-size: 65px;
	margin-top: 80px;
}
.subtitle{
		font-size: 24px;
	}
.search-tabs{
	margin: 15px 0 35px 0;
}
.search-tabs .nav-tabs .nav-item{
	margin-bottom: 0;
}
.search-tabs .nav-tabs{
	border-bottom: none;
}
.search-tabs .nav-tabs .nav-link{
	background-color: #333c4f;
	color: #ffffff;
	margin-right: 5px;
	border: none;
	padding: 10px 20px;	
}
.search-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: rgba(255,255,255,0.6);
	color: inherit;
}
.search-tabs .tab-content{
	background-color: rgba(255,255,255,0.6);
	border-radius: 0px 3px 3px 3px;
}
.search-tabs .tab-content .form-group{
	position: relative;
	margin-bottom: 0;
	display: inline-block;
}
.search-tabs .tab-content .form-control{
	height: 60px;
	border-radius: 3px;
	padding-left: 45px;
	background-color: #f9f9f9;
	border-color: #dddddd;
	font-size: 16px!important;
}
.search-tabs .tab-content .form-control::placeholder{	
	font-size: 16px!important;
}
.form-group-icon-left .icofont {
    color: #5aaa82;
	font-size: 24px;
    display: block;    
    left: 12px;    
    position: absolute;
    text-align: center;
    top: 18px;
    transition: all 0.3s ease 0s;   
    z-index: 2;
}
.form-group-icon-left img {
    color: #5aaa82;
	font-size: 24px;
    display: block;    
    left: 12px;    
    position: absolute;
    text-align: center;
    top: 18px;
    transition: all 0.3s ease 0s;   
    z-index: 2;
}
.form-control::placeholder{
	color: #999999;
}
.btn-search{
	height: 60px;
	width: 100%;
	border-radius: 3px!important;
}
.search-btn{
	padding-left: 0;
}

/*How it works*/
section.how-it-works{
	padding-bottom: 30px;
}
.how-it-works img{
	height: 115px;	
}
h2.sec-title{
	font-weight: 300;
	padding-top: 60px;
	padding-bottom: 60px;	
}
.text-small{
	font-size: 14px;
}
section.how-it-works .has-dots::after {
    color: #ddd;
    content: ".............";
    font-size: 40px;
    letter-spacing: 4px;
    position: absolute;
    right: -70px;
    top: 10%;
}
section.how-it-works .has-dots1::after {
    color: #ddd;
    content: ".............";
    font-size: 40px;
    letter-spacing: 4px;
    position: absolute;
    right: -94px;
    top: 10%;
}

/*Testimonials*/
/*section.testimonials{
	background-color: #333c4f;
	padding-bottom: 60px;
	padding-top: 60px;
}*/
section.testimonials{
	background-color: #333c4f;	
}

.video-overlay{
	background: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	color: #ffffff;
	font-size: 80px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 28%;
}

.video-overlay .fa{
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonal-author{
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	width: 100px;
	margin-right: 20px;
}
.testimonial-text p{
	color: #ffffff;	
	font-size: 18px;
	display: flex;	
	margin-bottom: 0;
}
.testimonial-text::before{
	color: rgba(255,255,255,0.3);		
	font-size: 24px;	
	content: '\f0b1';
	font-family: 'icofont';	
}
.author-intro p,
.author-intro h6{
	font-size: 13px;
}




/*Popular Destination*/
.popular-destionation ul,
.popular-vaccination ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.popular-destionation ul li{	
	width: 16.6667%;
	float: left;
	margin-bottom: 2px;
}

section.popular-vaccination{
	background-color: #f9f9f9;
	margin-top: 60px;
	padding-bottom: 60px;
}
.popular-vaccination ul li{	
	width: 33.3333%;
	float: left;
	margin-bottom: 2px;
}

/*Footer*/
.site-footer{
	background-color: #333c4f;
	padding-top: 60px;
	color: #cccccc;
	font-size: 14px;
}
.footer-box{
	width: 20%;
	padding: 10px;
	float: left;
}
.footer-logo img{
	height: 40px;
}
.site-footer h3 {
    border-bottom: 1px solid #888;
    font-size: 16px;
    font-weight: 600;    
    padding-bottom: 9px;
	margin-bottom: 15px;
}
.site-footer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.site-footer ul li{	
	padding: 3px 0 0;
}

.site-footer ul li > a{
	color: #cccccc;
	font-size: 14px;
}
.site-footer ul li > a:hover,
.site-footer address a:hover{
	color: #5aaa83;
}
.site-footer address a{
	color: #cccccc;
	font-size: 14px;
}
.site-footer .icofont{
	background: rgba(255,255,255,1);	
	border-radius: 5px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	margin-right: 3px;
	margin-top: 4px;
	margin-bottom: 6px;
	color: #333c4f;
}
.site-footer .icofont:hover{
	background: rgba(255,255,255,1);
}
.copyright{
	background-color: #1f2430;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 50px;
	font-size: 14px;
}
.copyright a{
	color: #cccccc;
}

/****************************************Inner pages******************************/

/*Listing Page*/
section.search-listing{
 padding-top: 140px;
 background: #f1f1f1;
}
/*.listing{
 width: 100%;
 border-bottom: #dddddd 1px solid;
 display: flex;
 flex-wrap: wrap;
}*/
.listing{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.2);
 margin-top: 15px;
 background: #ffffff;
 padding: 8px;
}

.clinic-profile-image{
	float: left;
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin-right: 20px;
}
.clinic-profile-image img{	
	width: 220px;
	height: 220px;	
}
.stars .icofont{
	color: #ffc400!important;
}
.clinic-meta .icofont{
	color: #ccc;
	font-size: 14px;
}
.clinic-meta p{
	font-size: 12px;
}
.clinic-meta p.miles,
.clinic-meta .stars{	
	display: inline-block;
	margin-right: 2px;
}

.result-details{
	float: left;
	padding-left: 0;
}
.clinic-profile-detail{
	padding-top: 15px;
}
.clinic-profile-detail h3{
	font-size: 22px;
}
.near-station{
	color: #888;
	font-size: 14px;
}
.plocation{
	color: #5aaa83;
	font-size: 14px;
}
/*.result-booking{
	background-color: #f9f9f9;
	padding: 15px 15px 0;
	float: left;
}*/

.btn-book{
	background-color: #5aaa83; 
	border: #5aaa83 1px solid;	
	color: #ffffff;	
	margin-top: 5px;
}
.btn-book:hover{
	background-color: #509b76;
	border: #509b76 1px solid; 
	color: #ffffff!important;
}
.table-book{
	font-size: 13px;	
}
.table-book > thead > tr > td{
	background-color: #ffffff;
	color: #5aaa83;
	font-weight: 600;
	width: 100%;
}
.table-book > tbody{
	height: 90px;
	overflow-y: auto;
	float: left;
	width: 100%;
	background-color: #f1f1f1;
}
.table-book > tbody > tr > td{	
	width: 100%;
	border-color: #ffffff;
	padding-right: 8px;
}
.availability .icofont{
	border: #5aaa83 1px solid;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
	text-align: center;
	color: #5aaa83;
	line-height: 23px;
	border-radius: 50%;
}
.recommand-vaccines{
	position: fixed;
	padding: 50px 30px;
	background: #f1f1f1;
	right: 0;
	height: 100%;
}
.recommand-vaccines > ul{
	list-style-type: none;
	padding: 10px 0 0 15px;
	margin: 0;
}
.recommand-vaccines > ul > li{
	margin-bottom: 10px;
}
.recommand-vaccines > ul > li::before{
	font-family: "FontAwesome";
	content: '\f00c';
	font-size: 16px;
	color: #5aaa83;
}

.recommand-vaccines-m{	
	padding: 20px 15px;
	background: #f1f1f1;
	right: 0;
	height: 100%;
}

.recommand-vaccines-m ul{
    margin: 0;
    padding: 0 20px;
}

.text-primary{
	color: #5aaa83!important;
}
.table-vaccine > thead > tr > td{
	background-color: #5aaa83;
	color: #ffffff;
	width: 100%;
	font-weight: bold;
	vertical-align: inherit;
}
.table-vaccine > tbody > tr > td{
	background-color: #ffffff;	
	width: 100%;
	font-size: 14px;
}
.table-vaccine > tbody > tr > td .icofont{
	color: #5aaa83;
}

/*Fancybox*/
#pharmacy-detail{
	display: none;
	width: 94%;
}

#add_dependents,
#editdetail{
	display: none;
}
.fancybox_content .custom-select{
	width: 31.8%;
}
.fancybox_content .form-control{
	font-size: 13px;
}
.dob-select{
	font-size: 12px!important;
	height: 34px!important;	
}
.profile-image{
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 20px;
}
.profile-image img{	
	width: 150px;
	height: 150px;	
}
.profile-detail{
	float: left;
}
.profile-detail .reviews{
	margin-top: 3px;
	margin-left: 10px;
}
.profile-detail .reviews span{
	margin-right: 10px;
}
.profile-detail .reviews a{
	color: #5aaa83;
	font-weight: bold;
}
.border-right{
	border-right: #f1f1f1 1px solid;
}
.border-right-fancy{
	border-right: #f1f1f1 1px solid;
}
.fancybox-inner p{
	font-size: 14px;
	margin-bottom: 8px;
}
.fancybox-inner .block{
	margin-bottom: 35px;
}
.fancy-nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.fancy-nav ul > li{
	display: inline;
	margin-right: 30px;
}
.text-small-fancy{
	font-size: 11px;
}
.pharmacy-detailed-info{
	height: 400px;
	overflow-y: auto;	
}
#readMore .card-block{
	border: none;
	padding: 0;
}
.fancy-review{
	border: #dddddd 1px solid;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
}

#info:focus,
#about:focus,
#procedures:focus,
#interests:focus,
#education:focus,
#review:focus{
	border-left: #5aaa83 2px solid;
}

/*Login*/
.login{
	display: flex;
	flex-wrap: wrap;
	margin: 120px 0 60px 0;
	width: 100%;
	border: #f1f1f1 1px solid;
	padding: 0;
}
.user-login{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
	width: 100%;
	border: #f1f1f1 1px solid;
	padding: 0;
	background-color: #fbfaf9;
}
.form-control:focus{
	border: #5aaa83 1px solid;
}
.login .form-control,
.user-login .form-control{
	font-size: 12px;
	height: 40px;
}
.login textarea.form-control,
.user-login textarea.form-control{
	font-size: 12px;
	height: 80px;
}
.login .custom-select,
.user-login .custom-select{
	max-width: 32.8%;
}
.cc-form .custom-select{
	max-width: 100%;
}
.login-aside{
	background-color: #f9f9f9;
	height: 100%;
}
.login-heading{	
	/*border-bottom: #b8b8b8 1px solid;
	padding-bottom: 35px;*/
	margin-bottom: 35px;	
	padding-top: 8px;
}

/*Process Steps*/
.bs-wizard {
	margin-top: 110px;
	margin-bottom: 50px;
}
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	/*padding: 0 0 10px 0;*/
	
}
.bs-wizard > .bs-wizard-step {
	padding: 0;
	position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {	
	font-size: 16px;
	margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {	
	font-size: 14px;
	margin-left: 10px;	
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
	background: #5aaa83;
	top: 16px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;	
} 
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot .icofont,
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot .icofont{
	color: #ffffff;
	font-size: 26px;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot .icofont{
	color: #999;
	font-size: 26px;
}
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #5aaa83;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}*/
.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width:0px;
	box-shadow: none;
	background: #5aaa83;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width:100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width:50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width:0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child  > .progress {
	left: 50%;
	width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child  > .progress {
	width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{
	pointer-events: none;
}
/*END Form Wizard*/

/*Time Slot*/
.timeslot{	
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0 25px 0;
	width: 100%;	
	padding: 0;	
	border-bottom: #f1f1f1 1px solid;
}
.table-timeslot{
	margin-bottom: 0;	
}
.table-timeslot > thead,
.table-timeslot > tbody{
	width: 100%;
	display: table;
}
.table-timeslot > tbody{
	margin-top: 42px;	
}
.table-timeslot > thead{
	position: absolute;	
	background-color: #ffffff;
	top: 0;
}
.table-timeslot > thead > tr >  th{	
	font-size: 12px;
	text-align: center;
	padding: 2px 0;
	border-bottom-width: 1px;
}
.table-timeslot > thead > tr > th > span.day{
	display: block;
}
.table-timeslot > tbody > tr > td{
	padding: 0;	
}
.table-timeslot > tbody > tr > td >a{
	background-color: #fbfaf9;	
	font-weight: bold;
	text-align: center;		
	padding: 5px 0;
	border-bottom: #eceeef 1px solid;
	display: block;	
}
.table-timeslot > tbody > tr > td > a.active{
	text-decoration: line-through;
	background-color: #509b76;
	color: #ffffff;
}
.table-timeslot > tbody > tr > td > a:hover{
	background-color: #509b76;	
	color: #ffffff;
}

.table-timeslot > tbody > tr > td > .empty{	
	color: #ffffff;
	font-weight: bold;
	text-align: center;		
	padding: 5px 22px;
	display: block;
}
.table-timeslot{
	height: 222px;
	overflow-y:auto;	
	float: left;
	width: 100%;	
}

/*Checkbox style*/
.custom-checkbox .custom-control-indicator{
	background: #ffffff;
	border: #ccc 1px solid;	
	padding: 5px;
	width: 18px;
	height: 18px;
	border-radius: 0;
	top: 1px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator{
	background-color: #5aaa83;
	border: #5aaa83 1px solid;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator{
	box-shadow: none;
}
.custom-checkbox .custom-control-description{
	font-weight: normal;
	font-size: 13px;
}
/*Radio Button Style*/
.custom-radio .custom-control-indicator{
	top: 1px;
	height: 1.3rem;
	width: 1.3rem;
	background-size: 52% 52%;
	border: #BFBFBF 1px solid;	
	background-color: #ffffff;
	
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator{
	background-color: #5aaa83;
	border: #5aaa83 1px solid;
}
.custom-radio .custom-control-input:focus ~ .custom-control-indicator{
	box-shadow: none;
}
.custom-radio .custom-control-description{
	font-weight: normal;
	font-size: 13px;
}
.table-dependents{
	display: table;
}
.table-dependents > thead > tr > th,
.table-dependents > tbody > tr > td{
	font-size: 14px;
}
.table-dependents .custom-control{
	min-height: 18px;
	margin-bottom: 0;
}

.traf .table-dependents{
	background: #ffffff;
}


/*Payment Tabs*/
.payment-tabs{
	width: 100%;
}
.payment-tabs .tab-content{
	border: #ddd 1px solid;
	border-top: none;
	background-color: #ffffff;
}
.paypal img{
	height: 80px;
}

.payment-tabs .alert{
	margin-bottom: 0;
}
.payment-tabs .raf-pdetail{
	padding: 20px;
}

/*RAF*/
.patientdetail {
   background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 7px;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 15px;
    width: 100%;
}
.patientdetail li {
    display: block;
    margin-bottom: 6px;
	font-size: 14px;
}

.patientdetail-box {  
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.patientdetail-box li {
    display: block;
    margin-bottom: 6px;
	font-size: 14px;
}
.patientdetail-box .fa {
	margin-right: 10px;
	color: #B5B5B5;
}



/*.timeslots .days ul,
.timeslots .slots ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: #f1f1f1 1px solid;
	float: left;
	width: 100%;
}
.timeslots .days ul li{	
	text-align: center;
	width: 14.286%;
	font-size: 12px;	
	float: left;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: 700;
	border-right: #f1f1f1 1px solid;
}
.timeslots .slots ul li{	
	text-align: center;
	width: 14.286%;
	font-size: 12px;
	float: left;
	padding: 1px 0px 1px 1px;
}
.timeslots .days ul li:last-child{
	border-right: none;
}
.timeslots .days ul li span{
	display: block;
}
.timeslots .slots .time{
	background-color: #5aaa83;
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	margin-bottom: 2px;
}
.timeslots .slots .time:hover{
	background-color: #509b76;	
}
.timeslots .slots .empty{
	background-color: transparent;	
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;	
}
.timeslots{
	height: 222px;
	overflow-y: auto;		
}*/
/*.shadow {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(238, 238, 238, 0), #EDEDED) repeat scroll 0 0;
    bottom: 0;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}*/


/*New Time Slots*/
.booking-item-payment {
    border: 1px solid #f1f1f1;
	border-bottom: none;
	width: 100%;
}
.booking-item-payment > header {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 15px;
}
#monthly_calender ul.week-days {
    list-style-type: none;
    padding: 15px 0 0;
    text-align: center;
}
#monthly_calender ul.week-days > li {
    color: #373737;
    display: inline-block;
    font-size: 15px;
    margin-right: 18px;
}
#monthly_calender ul.date {
    list-style-type: none;
    padding: 7px 0;
    text-align: center;
}
#monthly_calender ul.date > li {
    color: #373737;
    display: inline-block;
    font-size: 15px;
    margin-right: 0.54em;
}
#monthly_calender ul.date > li > a {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #373737;
    float: left;
    height: 35px;
    padding: 6px;
    width: 35px;
}
.booking-item-payment .booking-item-payment-details {    
    border-top: 1px solid #f1f1f1;
    list-style: outside none none;
    margin: 0;
    padding: 15px;
}
ul.timing, ul.booking-datetime {
    list-style-type: none;
    padding: 0;
}
ul.timing li {
    display: inline-block;
    list-style-type: none;
    margin-right: 3px;
    padding: 15px 0;
}
ul.timing li a {
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
    color: #000000;
    font-size: 16px;
    padding: 4px 8px;
}
ul.timing li a:hover,
ul.timing li a.active {
    background: #5aaa83;
    border: 1px solid #5aaa83;
    color: #ffffff;    
}
ul.timing li a.kod-booked-slot {    
	text-decoration: line-through; 
    border: 1px solid #5aaa83;
    color: #5aaa83; 
    pointer-events: none;
}
#monthly_calender ul.date > li > a.current-date{   
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-top: 10px;
    width: 40px;
	background-color: #5aaa83;
	color: #ffffff;
	border: #5aaa83 1px solid;
}

#monthly_calender ul.week-days > li.current-day{
	font-weight: bold;
	
	color: #5aaa83;
}
#monthly_calender ul.date > li > a.disable-date{   
	background-color: #ddd;
	color: #fafafa;
	border: #ccc 1px solid;
}
#monthly_calender ul.date > li > a:hover{               
	background-color: #5aaa83;
	color: #ffffff;
	border: #5aaa83 1px solid;
}

/*Pharmacy Registration*/
.steps-num{
	color: #ffffff;
	font-weight: bold;
	font-size: 21px;
	line-height: 0;
}
.disabled .steps-num{
	color: #999;
}
.text-none{
	text-transform: none;
}

/*Toggle Switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 27px;
	margin-bottom: 0;
}
.switch input {
	display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5aaa83;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5aaa83;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.txt-hours{
	height: 32px!important;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.table-title{
	background-color: #5aaa83;
	color: #ffffff;
	padding: 5px 10px;
}

.time-grey {
    background: #ccc;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: left;    
    padding: 3px 5px;
    width: 100%;
	margin-bottom: 4px;
}
.time-grey a{    
    color: #ffffff;    
}
.time-grey .slot-input-time{
	background-color: #5aaa83!important;
	border: none;
	color: #ffffff;
	font-weight: bold;
}
.table-master,
.table-white{
	background-color: #fff;
	margin-bottom: 0;
}
.table-master > thead > tr> th{
	padding: 3px 5px;
}
.table-master > tbody > tr> td{
	padding: 5px;
}
.master-day{
	margin-top: 4px;
	float: left;
}

/*Toggle Switch*/
.switch-small {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
	margin-bottom: 0;
	margin-top: 4px;
}
.switch-small input {
	display:none;
}

.slider-small {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-small:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-small {
  background-color: #5aaa83;
}

input:focus + .slider-small {
  box-shadow: 0 0 1px #5aaa83;
}

input:checked + .slider-small:before {  
  transform: translateX(22px);
}

/* Rounded sliders */
.slider-small.round {
  border-radius: 34px;
}

.slider-small.round:before {
  border-radius: 50%;
}
.time-panel{
	min-height: 150px;
}
.time-green{
	background-color: #eaeaea;
	padding: 5px;
	border-radius: 3px;
	margin-top: 10px;
	float: left;	
}
.time-green ul{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 35px 0px;	
}
.time-green ul > li{ 
	float: left;
}
.add-slot-input-field{
	padding: 2px 5px;
	text-align: center;
	height: 30px!important;
}

/*user dashboard*/
.user-dashboard {
   margin: 63px 0 0 0;
	width: 100%;	
	padding: 0;
	height: 100%;
	background: #f3f3f4;
}
.user-dashboard-patient{	
	margin: 63px 0 0 0;
	width: 100%;	
	padding: 0;
	height: 100%;
	min-height: 595px;
	background: #f3f3f4;
}

.user-dashboard .navbar-toggler-right{
    right: 0;
    background-color: #47546e;
	color: #ffffff;
	border: #3d485e 1px solid;
    font-size: 14px;
}
.user-dashboard .navbar-toggler-right .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E")
}



.user-dashboard-patient .navbar-toggler-left,
.user-dashboard .navbar-toggler-left{    
    background-color: #47546e;
	color: #ffffff;
	border: #3d485e 1px solid;
    font-size: 14px;
	top: 10px;
	position: static;
	cursor: pointer;
}
.user-dashboard-patient .navbar-toggler-left:hover,
.user-dashboard .navbar-toggler-left:hover{    
    background-color: #5aaa83;
	color: #ffffff;
	border: #5aaa83 1px solid;    
}
.user-dashboard-patient .navbar-toggler-left .navbar-toggler-icon,
.user-dashboard .navbar-toggler-left .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E")
}



.aside-dashboard{
    background: #333c4f;   
    color: #fff;    
    padding: 20px 0;
	width: 100%;
}
.user-profile-avatar .profile-img {
    height: 120px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    width: 120px;
	border-radius: 50%;
}

.user-profile-avatar .profile-img .pimg-hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: 0;
    font-size: 12px;
    height: 120px;
    left: 0;
    line-height: 120px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 120px;	
}
.user-profile-avatar .profile-img:hover .pimg-hover{
  	opacity: 1;
	cursor: pointer;
}
/*.user-profile-avatar{
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0px auto 15px;
}

.user-profile-avatar .profile-img{
   position: absolute;
   background-color: rgba(0,0,0,0.8);
   border-radius: 50%;
   width: 120px;
   height: 120px;  
   line-height: 120px;
   display: inline-block;
   cursor: pointer;
}*/

/*.user-profile-avatar .profile-img .pimg-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  width: 120px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	line-height: 120px;
	font-size: 12px;
}

.user-profile-avatar .profile-img:hover .pimg-hover{
  opacity: 1;
}*/


.user-profile-avatar h5{
	font-size: 24px;
}
.user-profile-avatar p{
	font-size: 11px;
}

.aside-dashboard .user-profile-nav{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.aside-dashboard .user-profile-nav > li {
  border-bottom: 1px solid #2D3546;
}
.aside-dashboard .user-profile-nav > li:first-child {
  border-top: 1px solid #2D3546;
}
.aside-dashboard .user-profile-nav > li.active > a {
  background: #5aaa83;
  color: #fff;
  cursor: default;
}
.aside-dashboard .user-profile-nav > li.active > a:hover {
  background: #5aaa83;
  color: #fff;
}
.aside-dashboard .user-profile-nav > li.active > a:hover > i {
  color: #fff;
}
.aside-dashboard .user-profile-nav > li > a {
  padding: 10px 20px;
  color: #d9d9d9;
  display: block;
  font-size: 13px;
}
.aside-dashboard .user-profile-nav > li > a:hover {
  color: #fff;
  background: #1f2430;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.aside-dashboard .user-profile-nav > li > a:hover > i {
  color: #5aaa83;
}
.aside-dashboard .user-profile-nav > li > a > i {
  margin-right: 7px;
  display: inline-block;
  width: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/*Pharmacy Dashboard*/
.table-dashboard{
	display: table;
	width: 100%;
}

.table-dashboard a.name-link{
	color: inherit;
	font-weight: bold;
}


.table > thead > tr > th{
	background: #f3f3f4!important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9!important;
}

.table-dashboard > thead > tr > th,
.table-dashboard > tbody > tr > td{
	font-size: 13px;
}
.table-dashboard .custom-control{
	min-height: 18px;
	margin-bottom: 0;
}
.dashboard-patient{	
	margin: 0;	
	padding: 0 15px 15px;	
	height: 100%;
}

.dashboard {
    margin: 0;	
	padding: 0 15px 15px;	
	height: 100%;
	min-height: 800px;
}

.dashboard-patient .form-control,
.dashboard .form-control{
	font-size: 13px;
	height: 40px;
}
.dashboard-patient textarea.form-control,
.dashboard textarea.form-control{
	font-size: 13px;
	height: 80px;
}
.dashboard-patient label,
.dashboard label{
	font-size: 14px;
	font-weight: bold;
}
.btn-blue{
	background-color: #47546e;
	color: #ffffff;
	border: #3d485e 1px solid;
}
.btn-blue:hover{
	background-color: #3d485e;
	color: #ffffff;
	border: #333c4f 1px solid;
}
.btn-outline-secondary{
	border: #3d485e 1px solid;
	color: inherit;
}
.table-action .form-group,
.display-records .form-group{
	margin-bottom: 0;
}
.table-action .custom-select,
.display-records .form-control{
	height: 30px!important;
}
.display-records{
	background-color: #f1f1f1;
	padding: 5px;
}
.time-fields{
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;	
}

.time-fields,
.book-user{
	width: 100%;
	float: left;
}
.time-icons{	
	padding: 0px 5px;
	border-radius: 3px;
	margin-bottom: 2px;
}

.time-default{
	background-color: #333c4f;
}

.time-blue{
	background-color: #5aaa83;
}
.time-cancel{
	background-color: #f2560c;
}
.master-date{
	font-size: 12px;
	color: #929292;
	margin-bottom: 2px;
}

table > thead > tr > th{
	background-color: #f9f9f9;
}
.bg-faded{
	background-color: #fbfaf9;
}

.master-week{
	/*background: #f9f9f9;*/
	padding: 5px;
	margin-bottom: 10px;
}
.master-week .weeks{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
.master-week .weeks > li{	
	text-align: center;
	margin-left: 0px;
	display: inline-block;	
}
.master-week .weeks > li > a{
	color: inherit;
	transition: none;	
	padding: 0 8px;
	display: inline-block;	
	background-color: #f1f1f1;
}
.master-week .weeks > li > a.active,
.master-week .weeks > li > a:hover{
	background-color: #5aaa83;
	color: #ffffff;	
	border-radius: 3px;
}

/*Update Search*/
.search-update .form-group{
	position: relative;	
	display: inline-block;
	margin-bottom: 5px;
}
.search-update .form-control{	
	border-radius: 3px;
	padding-left: 45px;	
	font-size: 14px;
}
.search-update .form-group-icon-left .icofont {
    color: #5aaa82;
	font-size: 24px;
    display: block;    
    left: 12px;    
    position: absolute;
    text-align: center;
    top: 7px;
    transition: all 0.3s ease 0s;   
    z-index: 2;
}
.search-update .form-group-icon-left img {	
    display: block;    
    left: 12px;    
    position: absolute;
    text-align: center;
    top: 7px;
    transition: all 0.3s ease 0s;   
    z-index: 2;
}
.search-update .btn-search{
	height: auto;	
}
.search-update .btn{
	vertical-align: inherit;
}
.selected-country ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.selected-country ul > li{
	background-color: #5aaa83;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 8px;
	color: #ffffff;
	font-size: 13px;
}
.selected-country ul > li a{
	color: #ffffff;
	margin-left: 5px;
}
.sortby .custom-select{
	height: 28px!important;
}
.sortby{
	width: 49%;
}

/*Pagination*/
.page-link{
	margin-right: 5px;
	border-radius: 3px;
	font-size: 13px;
	color: inherit;
}
.page-link:hover,
.page-link.active{
	background-color: #5aaa83;
	color: #ffffff;
	border: #5aaa83 1px solid;
}


.booking-cdate{
	padding-top: 0;
	margin-left: 0;
}
.bookingmaster-date{
	font-size: 18px;	
	padding: 0 10px;
}
.left-arrow a{
	background-color: #ccc;
	color: inherit;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 25px;
}
.left-arrow a:hover{
	background-color: #5aaa83;
	color: #ffffff;
}

.btn-toggle{
	background-color: #47546e;
	color: #ffffff;
	border: #3d485e 1px solid;
	text-align: left;
	border-radius: 0;
}
.btn-toggle:hover{
	background-color: #3d485e;
	color: #ffffff;
	border: #333c4f 1px solid;
}
.traf .card{
	border-radius: 0;
}
.table-destionation{
	margin-top: 15px;
}
.table-destionation > thead > tr > th,
.table-destionation > tbody > tr > td{
	padding: 5px;
}
.table-destionation > tbody > tr > td .form-control{
	height: 30px!important;
}
.bg-primary{
	background-color: #5aaa83!important;
	color: #ffffff;
}
/*.traf .icofont{
	margin-top: auto;
}*/
.traf .btn-toggle span{
	display: block;
}
.traf .btn-toggle span:after{
	font-family: 'FontAwesome';
	content: '\f107';
	color: #ffffff;
	position: absolute;
	right: 25px;
}
.traf .collapsed span:after{
	font-family: 'FontAwesome';
	content: '\f106';
	color: #ffffff;
	position: absolute;
	right: 25px;
}

/*Listing Refine Search*/
.refine-search-opener-sticky {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    opacity: 1;
    overflow: hidden;
    padding: 15px;
    position: fixed;    
    width: 100%;
    z-index: 1005;
	transition: all 0.5s linear;
}
.refine-search-opener-sticky .refine-search-opener,
.refine-search-cancel-sticky .refine-search-cancel{
    margin: 0 auto;
    width: 100%;   
}
.refine-search-container{
    position: fixed !important;    
    left: 0;
    width: 100%;
    display: block !important;
    height: 100%;    
    overflow-y: auto;
    z-index: 1001;		
    top: 62px;
	padding: 0;
	background-color: rgba(255,255,255,1);
	transition: all 0.5s linear;
}
.fine-search{			
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.fine-search .search-update .form-group-icon-left img{
	top: 35px;
}
.fine-search .search-update .form-group-icon-left .icofont {
    color: #5aaa82;
	font-size: 24px;
    display: block;    
    left: 12px;    
    position: absolute;
    text-align: center;
    top: 34px;
    transition: all 0.3s ease 0s;   
    z-index: 2;
}
.fine-search .search-update .form-group{
	position: relative;	
	display: inline-block;	
	margin-bottom: .5rem;
}

.refine-search-cancel-sticky{
    display: none;
}
.refine-search-cancel-sticky {   
    box-sizing: border-box;
    left: 0;
    opacity: 1;
    overflow: hidden;
	padding: 0;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 1005;
	position: relative;
	bottom: 0px;
}

.gm-style .place-card-large{
	display: none!important;
}

.refine-search-opener,
.refine-search-cancel{
	font-size: 16px;
	cursor: pointer;
	border-radius: 0;
	background-color: rgba(71,84,110,0.9);
	color: #ffffff;
	border: rgba(61,72,94,0.9) 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.refine-search-opener:hover,
.refine-search-cancel:hover{
	background-color: #3d485e;
	color: #ffffff;
	border: #333c4f 1px solid;
}

/* --- Custm Changes --- */
.hidden{
	display: none !important;
}

.btn{
}

#rota_prev_day_weekly,
#rota_next_day_weekly{
	padding: 6px 12px!important;
}
#opc_error_message {
	color:#737373;
	font-size:inherit;
	float:left;
}
#postcode_lookup{
	width: 100%;
}
#opc_input {
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	height: 37px;
	line-height: 37px;
	text-align: left;
	color: #666;
	font-size: 13px;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	width: 60%;
}
#opc_button {
	background: #5aaa83;		
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	float:right;
	height: 37px;
	line-height: 37px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding:0px 10px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-radius: 0 3px 3px 0;
	width: 40%;
}
#opc_button:hover {
	background: #509b76;
	border: 1px solid #509b76;
}
#opc_dropdown {
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff !important;
	height: 37px;
	line-height: 37px;
	text-align: left;
	color: #666;
	font-size: 13px;
	padding: 0 15px;
	margin-bottom: 10px;
	width: 100%;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	float:left;
	margin:10px 0px 10px 0px;
	background-size: 100%;
}
#opc_dropdown option {
	padding: 10px 15px;
	text-align: left;
	box-shadow: none;
	outline: none;
	appearance: none;
	border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background-color:#CCC;	
}

.btn-sharp-corners{
	border-radius: 0px;	
}
.btn-sharp-radius{
	border-radius: 3px;	
}
.btn-footer{
	border-radius: 3px;	
	color: #ffffff!important;
}

/*****************NEW CSS*************/
.popup-bg{
 background: url('../images/bg-popup.png') no-repeat;
 background-size: cover; 
 width: 100%;
 height: 100%;
 padding: 55px 40px; 
 background-attachment: fixed;
 position: fixed;
}
.popup-bg::before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.pharmacy-detail-popup{
 background: #ffffff;
 padding: 20px;
 position: relative;
}
.pharmacy-detail-popup p{
 font-size: 14px;
}
.popup-close{
 position: absolute;
 top: 10px;
 right: 10px;
}
.popup-close .fa{
 color: #3c464b;
 background: #f9f9f9;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 text-align: center;
 line-height: 30px;
}
.popup-close .fa:hover{
 color: #ffffff;
 background: #5aaa83;
}

.rate-box-popup{
	width: 50% !important;
}

@media screen and (max-width: 767px){
	
	.popup-bg{
  		position: relative;
 	} 

 	.rate-box-popup{
 		width: 90% !important;
 	}

} /* @media */

.thankyou .fa{
	background: #5aaa83;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #ffffff;
	line-height: 60px;
	font-size: 26px;
	margin-bottom: 25px;
}

.section-title{
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 20px;
}
table > thead > tr > th.vaccine-name{
	background-color: transparent;
	border: none;
}
table > tbody > tr > td.vname{
	background-color: #f9f9f9;
}
.overlay_loading {
	background-color: white;
	filter:alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 0px;
	left: 0px;
	font-size:25px;
}

.pimg-hover input[type="file"]{
	display: none;
}

.btn {
	cursor: pointer;	
}
/*********CMS****************/
.content-top{
 margin-bottom: 50px;
    margin-top: 110px;
}

.faq .card{
 border: none;
}
.faq .card-header{
 padding: 0;
 background: #5aaa83;
 border:none;
 border-radius: 0;
}
.faq .card-header a{
 padding: 12px;
 color: #ffffff;
 font-size: 16px;
 font-weight: 600;
}
.faq .card-body{
 background: #f7f7f7;
 font-size: 14px;
}
.faq [data-toggle="collapse"]:after{
 font-family: 'FontAwesome';
 content: "\f068";
 float: right;
 color: #ffffff;
 font-size: 12px;
 line-height: 22px;
 -webkit-transform: rotate(0deg);
 -moz-transform:    rotate(0deg);
 -ms-transform:     rotate(0deg);
 -o-transform:      rotate(0deg);
 transform:         rotate(0deg);
}
.faq [data-toggle="collapse"].collapsed:after{
 font-family: 'FontAwesome';
 content: "\f067";
 float: right;
 color: #ffffff;
 font-size: 12px;
 line-height: 22px;
 -webkit-transform: rotate(90deg);
 -moz-transform:    rotate(90deg);
 -ms-transform:     rotate(90deg);
 -o-transform:      rotate(90deg);
 transform:         rotate(90deg);
}

.form-control{
 font-size: 13px;
 height: 40px;
}

/* --- New Search Pharmacy --- */
.price{
 font-size: 22px;
 color: #5aaa83;
	font-family: georgia, arial, sans-serif;
}
.btn-white{
 background: #c7edfc; 
 color: #565656;
 border-radius: 0 35px 35px 0; 
 padding: 5px 25px!important; 
 width: 160px;
 margin-top: 15px;
}
.btn-white:hover{
 background: #5aaa83;
 color: #ffffff;
}
.recommanded-vaccines{
 width: 100%; 
 box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.2);
 margin-top: 15px;
 background: #5aaa83;
 padding: 15px;
	color: #ffffff;
}
.recommanded-vaccines a{ 
	color: #ececec;
}
.recommanded-vaccines ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.recommanded-vaccines ul li{
 padding-bottom: 8px;
	padding-left: 15px;
	
}
.result-booking{
 background-color: #f1f1f1;
 padding: 15px 15px 0;
 float: left;
}

.text-danger a{
	color: #d9534f !important;
}

.has-error{
	color: #d9534f;
}


/**New CSS**/
.btn-back{
	color: #5aaa83;
	border-radius: 4px;
}
.price-list-popup{
	background: #5aaa83!important;
	color: #ffffff;
	padding-left: 30px!important;
	padding-right: 30px!important;
}
.price-list-popup table > thead > tr > th{
	background-color: transparent!important;
}
.txt-readonly,
.vaccine-date-selector{
	background: #ffffff!important;
	padding: 8px 12px!important;
}
.bg-light-grey{
	background: #fcfcfc;
}
.vaccine-date-selector{
	min-height: 40px;
	max-height: 150px;
	word-break: break-all;
}


/****DataTable CSS****/
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: #5aaa83!important;
	color: #ffffff!important;
	padding: 3px 10px;
	border-color: #5aaa83!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 3px 10px!important;
	margin-top: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #5aaa83!important;
	color: #ffffff!important;
	border-color: #5aaa83!important;
}
.dataTables_filter input,
.dataTables_length select{
	border: #ddd 1px solid;
	border-radius: 3px;
}
table.dataTable thead th,
table.dataTable thead td{
	border-color: #ddd!important;
}
table.dataTable.no-footer{
	border-bottom: none!important;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)!important;
}

.pac-container{
	z-index: 99999;
}
.booking-box{
	padding-top: 43px;
	padding-bottom: 43px
}

.captcha-border{
	border: #e7e7e7 1px solid;
	border-radius: 8px;
}

/*************************NEW SHOP CSS****************/
.shop-bg{
	background: #f2f2f2;
	width: 100%;
}
.shipping {
    background-color: #f9f9f9;
    padding: 16px;
    border-radius: 5px;
}
.category-heading{
	background: #ffffff;
	padding: 20px 30px;
	font-size: 24px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.06);
	margin-bottom: 30px;
}
.sort-bullet a.active{
	background: #5aaa83!important;
	color: #ffffff!important;
}
.prod-title{
	font-weight: 600;
	font-size: 16px;
	padding: 7px 15px 0; 
	height: 65px;
}
/*Product View List*/
.product-list{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.product-list .prod-img{
	padding-right: 10px;	
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
}
.product-list .prod-img img{
	height: auto;
}
.product-list .prod-data{
	display: inline-block;
	border-top: none;
}
.product-list .prod-data h5 a{
	font-size: 20px;
}
.prod-buy{
	padding: 15px;
	text-align: center;
}
.prodprice{
	font-weight: bold;
	line-height: 20px;
	color: #f05f22;
	font-size: 16px;
}
.bg-white{
	background: #ffffff !important;
}
.text-large-price{
	font-size: 24px;
	display: inline-block;
	margin: 8px 0 12px;
}
.table-cart{
	background: #ffffff;
	font-size: 14px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/********************Shop*******************/
.sort-by{	
	width: 100%;
	display: inline-block;	
}
.sort-by label{
	font-size: 14px;
	font-weight: 600;
	margin-right: 8px;
}
.sort-by .fa{
	font-size: 20px;
	margin-top: 5px;
	padding: 8px 10px;
}
.sort-by .fa:hover,
.sort-by a.active .fa{
	background: #5aaa83;
	color: #ffffff;
}
.content-box{
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);	
	margin: 0 0 45px;
	position: relative;
}

.prod-img{
	width: 100%;
	height: 200px;
	overflow: hidden;	
	background: #ffffff;	
}
.prod-img img{
	height: 200px;
}
.product{
	border: #e7e7e7 1px solid;	
	-webkit-transition: .7s;
    transition: .7s;
	position: relative;
	background: #ffffff;
}
.product:hover{
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}
.product-overlay {
    background: rgba(255,255,255,0.85);    
    color: #ffffff; 
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;    
    height: calc(100% - 0px);
	width: calc(100% - 0px); 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;      
    -webkit-transition: .7s;
    transition: .7s;
	opacity: 0;
	padding: 0 45px;
}
.product:hover .product-overlay {   
	opacity: 1;	
}
.prod-data{
	font-weight: 600;
	font-size: 14px;
	padding: 15px 15px;
	border-top: #e7e7e7 1px solid;
	background: #ffffff;
}
.prod-data h6{
	margin-bottom: 15px;
}
.prod-data h6 a{	
	font-size: 14px;
	color: inherit;
	font-weight: 600;
}
.prod-data .prod-price{	
	color: #5aaa83;
	font-size: 20px;
}
.prod-data .star ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.prod-data .star ul > li{
	display: inline;
	color: #FFBE00;
}
.product-overlay a{
	margin-bottom: 5px;
}
.shop .product{
	margin-bottom: 25px;
}
.filter-heading{
	font-weight: 600;
	font-size: 16px;
	padding: 15px 15px 0;
}
.filters .card-body{
	padding: 0;
	border: none;
}
.filters .custom-control{
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 0;
}
.filters .filter-link{
	font-size: 14px;
	font-weight: 600;	
	color: #333333;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
}
.filters .filter-link:hover,
.filters .filter-link:focus{
	text-decoration: none;
}
.filters .card{
	background-color: transparent;
}
.medcategories{
	padding-left: 15px;
	padding-right: 15px;
}
.medcategories ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.medcategories ul > li{
	display: block;	
	padding: 8px 0;
	border-bottom: rgba(0,0,0,0.04) 1px solid;
}
.medcategories ul > li:last-child{
	border-bottom: none;
}
.medcategories ul > li a{	
	font-size: 14px;		
	color: inherit;
	display: block;
}
.medcategories ul > li a:hover,
.medcategories ul > li a.active{	
	color: #5aaa83;
}
.filters [data-toggle="collapse"]:after
{
	font-family: 'FontAwesome';
	content: "\f0d7";
	float: right;
	color: #9f9f9f;
	font-size: 18px;
	line-height: 22px;

	-webkit-transform: rotate(0deg);
	-moz-transform:    rotate(0deg);
	-ms-transform:     rotate(0deg);
	-o-transform:      rotate(0deg);
	transform:         rotate(0deg);
}
.filters [data-toggle="collapse"].collapsed:after
{
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}


.carousel-control-prev .fa,
.carousel-control-next .fa{
	font-size: 32px !important;
	text-shadow: 0 0 8px rgba(0,0,0,0.8) !important;
}
#carouselProduct{
	/*border: #e7e7e7 4px solid;*/
	box-shadow: 4px 4px 3px 0 rgba(0,0,0,0.03);
}
.stars{
	padding: 0 0 8px; 
}
.stars ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.stars ul li{
	color: #FFC828;
	display: inline;
	font-size: 17px;
}
.prod-price{
	font-size: 22px;
	font-weight: 700;
}

.quantity {
	padding-top: 10px;
	margin-right: 60px;
	margin-bottom: 20px;
}
.quantity input {
	-webkit-appearance: none;
	border: none;
	text-align: center;
	width: 32px;
	font-size: 16px;
	font-weight: 600;
}
.plus-btn,
.minus-btn,
.minus-btn-cart,
.plus-btn-cart {
	width: 30px;
	height: 30px;
	background-color: #E1E8EE;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}
.plus-btn:focus,
.minus-btn:focus,
.minus-btn-cart:focus,
.plus-btn-cart:focus{
	outline: 0;
}
.prod-qq{
	background-color: #f5f5f5;
	padding: 24px;
	border: 1px solid rgba(0,0,0,0.1);
	 margin-bottom: 32px;
}
.prodprice{
	font-size: 20px;
	margin-bottom: 0px;
	color: #5aaa83;
	font-weight: 800;
}
.strike-through{
	text-decoration: line-through;	
	color: #FD0000;
	margin-right: 10px;
	font-weight: 600;
	font-size: 15px;
}
.prod-dd{
	display: inline-block;
	height: 45px !important;
	margin-bottom: 16px;
}
.instock{	
	font-size: 16px;	
	margin-bottom: 8px;
	color: #5aaa83;
}
.table-prices > thead > tr > td{
	background-color: #5aaa83;
	color: #FFFFFF;
	font-weight: bold;
}
.table-prices{
	text-align: center;
}
.font-weight-light{
	font-weight:200;
}

.prod-info{
	margin: 16px 0;
}
.prod-info .nav-tabs{
	background: #f9f9f9;
	color: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);	
	border-bottom: none;
}
.prod-info .nav-tabs .nav-item.show .nav-link,
.prod-info .nav-tabs .nav-link.active,
.prod-info .nav-tabs .nav-link:focus,
.prod-info .nav-tabs .nav-link:hover{
	background-color: #5aaa83;
	color: #ffffff;
	border-radius: 0;
	border: none;	
}
.prod-info .nav-tabs .nav-link{
	color: #262626;
	border: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.prod-info .tab-content{
	background-color: #f5f5f5;
	padding: 22px;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 15px;
}

/*Related Product Slider*/
.product-slider .owl-nav{
	display: block!important;
}

/****************Breadcrumb*****************/
.breadcrumb{
	background-color: transparent;
	margin: 0 0 20px 0;
	padding: 0;
}
.breadcrumb-item{
	float: none;
	display: inline-block;	
}
.breadcrumb-item a{
	font-size: 16px;
	letter-spacing: 1px; 
	color: #333333;
}
.breadcrumb-item a:hover{
	color: #5aaa83;
}
.breadcrumb-item.active{
	color: #5aaa83;
	font-size: 16px;
	letter-spacing: 1px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #333333;
    content: "\f178";
	font-family: "FontAwesome";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}


/*************************NEW SHOP CSS****************/
.shop-bg{
	background: #f2f2f2;
	width: 100%;
}
.shipping {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
}
.category-heading{
	background: #ffffff;
	padding: 15px 30px;
	font-size: 28px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.06);
	margin-bottom: 30px;
}
.sort-bullet a.active{
	background: #5aaa83!important;
	color: #ffffff!important;
}
.prod-title{
	font-weight: 600;
	font-size: 16px;
	padding: 7px 15px 0; 
	height: 65px;
}
/*Product View List*/
.product-list{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.product-list .prod-img{
	padding-right: 10px;	
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
}
.product-list .prod-img img{
	height: auto;
}
.product-list .prod-data{
	display: inline-block;
	border-top: none;
}
.product-list .prod-data h5 a{
	font-size: 20px;
}
.prod-buy{
	padding: 15px;
	text-align: center;
	display: flow-root;	
}
.prodprice{
	font-weight: bold;
	line-height: 20px;
	color: #f05f22;
	font-size: 16px;
}
.bg-white{
	background: #ffffff;
}
.text-large-price{
	font-size: 24px;
	display: inline-block;
	margin: 8px 0 12px;
}
.table-cart{
	background: #ffffff;
	font-size: 14px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/***OWL Navigation**/
/*
.owl-prev{
 position: absolute;
 left: -20px;
 top: 33%;
 width: auto;
 height: auto;
 background: rgba(242,242,242,0.7)!important;
 border: #d8d8d8 1px solid!important;
 border-left: none!important;
 padding: 25px 10px!important;
 border-radius: 0!important;
 color: rgba(34,34,34,0.6)!important;
 font-size: 20px!important;
 box-shadow:1px 0px 1px 0 rgba(0,0,0,0.1)!important;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}
.owl-next{
 position: absolute;
 right: -17px;
 top: 33%;
 width: auto;
 height: auto;
 background: rgba(242,242,242,0.7)!important;
 border: #d8d8d8 1px solid!important;
 border-right: none!important;
 padding: 25px 10px!important;
 border-radius: 0!important;
 color: rgba(34,34,34,0.6)!important;
 font-size: 20px!important;
 box-shadow:-1px 0px 1px 0 rgba(0,0,0,0.1)!important;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}
.owl-prev:hover,
.owl-next:hover{
 background: #f2f2f2!important;
 color: #222!important;
}
.owl-nav{
 position: static;
 
}
*/

.line-through{
 text-decoration: line-through;
 color: #AAAAAA;
 font-weight: 100;
 font-size: 24px;
}

/*Reviews*/
.reviews_p ul li{	
	background: #fafafa;	
	border: 1px solid rgba(0,0,0,0.1);	
	padding: 8px;
	margin: 8px	 0;
}
.reviews_p .name{
	color: #00888a;
	font-weight: 600;
}
.reviews_p .name span{	
	font-weight: 400;
	font-size: 15px;
}
.reviews_p ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.reviews_p .stars ul li{
	border: none;
	padding: 0;
}
.reviews_p p{
	margin: 0;
	font-size: 14px;
}
.shop-dropdown{
	right: 0!important;
	left: auto;
	padding-left: 10px!important;
	padding-right: 10px!important;
	min-width: 300px!important;
	margin-top: 10px;
	border-radius: 0;	
	background: rgba(255,255,255,1);
	font-size: 13px;
	padding-bottom: 10px;
}
.shop-dropdown table > tbody > tr > td{
	padding: 8px;
}
.shop-icon{
	position: relative;
}
.shop-icon .icofont{
	font-size: 24px;
}
.total-item{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #5aaa83;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 30px;
}
.shop-dropdown .dropdown-item{
	white-space: normal;
	display: inline-block;
	padding: 0!important;
}
.shop-table tr:first-child td{
	border-top: none;
}


/*************New CSS Dashboard****************/
.dbox{
	background: #ffffff;
	border-bottom: #e7e7e7 4px solid;
	margin-bottom: 25px;
}
.dbox-main-heading{
	background: #ffffff;	
	margin-bottom: 25px;
	text-transform: capitalize;
	margin-top: 10px;
}
.dbox-main-heading h5{
	font-size: 24px;
	font-weight: 300;
}
.dbox-heading{
	font-size: 16px;
	padding: 10px;
	border-bottom: #e7e7e7 1px solid;
}

/* Patient dashboard */
.today-appointment a{
 color: #f93;
 font-size: 24px;
}
.today-appointment h5{
 background: #f93;
 font-size: 16px;
 color: #ffffff;
 margin-bottom: 0;
 font-weight: 600;
 padding: 10px;
}
.upcoming-appointment a{
 color: #5aaa83;
 font-size: 24px;
}
.upcoming-appointment h5{
 background: #5aaa83;
 font-size: 16px;
 color: #ffffff;
 margin-bottom: 0;
 font-weight: 600;
 padding: 10px;
}
.past-appointment a{
 color: #333c4f;
 font-size: 24px;
}
.past-appointment h5{
 background: #333c4f;
 font-size: 16px;
 color: #ffffff;
 margin-bottom: 0;
 font-weight: 600;
 padding: 10px;
}
.cancel-appointment a{
 color: #EF5A65;
 font-size: 24px;
}
.cancel-appointment h5{
 background: #EF5A65;
 font-size: 16px;
 color: #ffffff;
 margin-bottom: 0;
 font-weight: 600;
 padding: 10px;
}
.dashboard-info-box{
 margin: 0 15px 25px;
 padding: 15px 0;
 width: 100%;
 background: url('../images/bg-dashboard.jpg') no-repeat;
 background-size: cover;
 background-position: top;
 display: flex;
}
.btn-cancel{
 background: #EF5A65;
 border: #EF5A65 1px solid;
 color: #ffffff;
}
.btn-cancel:hover{
 background: #E34E59;
 border: #E34E59 1px solid; 
 color: #ffffff;
}

.hide_alert{
	margin-top: 25px;
}


.readonly-txt{
	background: #ffffff!important;
}
#add_destination_div{
	background: #dcffee;
	padding: 15px;
}

table.dataTable, table.dataTable th, table.dataTable td{
	-webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.auto-sugst-box .list-group-item:first-child{
	border-radius: 0!important;
	border-top: none!important;
}
.auto-sugst-box .list-group-item:hover{
	background: #f5f5f5;
}
.auto-sugst-box .list-group-item:hover a,
.auto-sugst-box .list-group-item a{
	color: #3c464b;
}
.border-radius-0{
	border-radius: 0;
}

.color-caption{
	font-size: 14px;
}

.overlay_loading {
	background-color: rgba(0,0,0,0.3);
	z-index: 20;
	height: 100%;
	width: 100%; 
	position:fixed;
	color: #FFFFFF; 
	top: 50%;
    left: 50%;
    font-size: 50px;
 	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.overlay_loading .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/************************Thankyou Popup*****************/
.thankyou-popup{
 background: #ffffff; 
 position: relative;
 width: 70%;
 margin: auto;
}
.thankyou-popup p{
 font-size: 14px;
}
.thankyou-popup ul{
 padding: 0;
 margin: 0;
}
.thankyou-popup ul li,
.thankyou-popup ol li{
 padding-bottom: 10px;
}




.table tbody + tbody {
    border-top: 0px solid #eceeef;
}
.bg-total{
	background: #EDEDED;
	padding: 10px 15px!important;
}

/*************************GP Detail*****************/
.gp-detail{
	font-size: 14px;
	color: #6b6b6b;
}
.w-60 {
    width: 60% !important;
}

/*******************Booking Button Group*****************/
.booking-btn-group{
	background: #fff;
	width: 100%;
	margin-bottom: 8px;
	float: left;
}
.booking-btn-group ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.booking-btn-group ul li{
	float: left;
	border-right: #e7e7e7 1px solid;
}
.booking-btn-group ul li:last-child{
	border-right: none;
}
.booking-btn-group a{
	color: inherit;
	padding: 11px 10px;	
	line-height: 45px;
}
.btn-date-booking{
	padding: 6px 10px;	
	line-height: 23px;
}
.btn-arrows{
	padding: 4px 10px!important;
	line-height: normal!important;
	color: #ffffff!important;	
}
.date-dd{
	padding: 7px 30px 7px 12px!important;
	line-height: normal!important;
}
.booking-btn-group a:hover,
.booking-btn-group a.active{
	background: #333c4f;
	color: #ffffff;
}

.booking-id{
	font-weight: 600;
	color: #000;
}

.box-shadow{
 box-shadow: 4px 4px 0px 0 rgba(0,0,0,0.05); 
}
.box-shadow .dbox{
 border-bottom: none;
 height: 120px;
}

.video-title,
.video-desc{
 max-height: 40px;
}

/* ///////////////////////// */
.overlay_loading_raf {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0.0;
	z-index:2;
}
.overlay_loading_raf {
	background-color: rgba(0,0,0,0.3);
	filter:alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 0px;
	left: 0px;
	font-size:25px;
}

/***********************New Updated CSS******************/
.text-overflow {
	height: 0px;
	word-wrap: break-word;	
	overflow: hidden;
	position: relative;
}

.bg-more{}
.btn-overflow {
	display: none;	
	width: 100%;
	font-size: 14px;			
	font-size: 34px;
	color: #ffffff!important;	
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.text-blue{
	color: #47546e;
}
label{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

/******************Features Page*******************/
.features-main{
 background: url(../images/pattern.jpg) no-repeat;
 background-size: cover;
 background-position: center center;
 border-bottom: #ddd 1px solid;
 width: 100%;
}
.feature-txt{
 padding-left: 50px;
 padding-right: 50px;
}
.img-dashboard{
 box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
}
.features-call-action{
 padding-top: 30px;
 padding-bottom: 30px;
}

.feature-services{
 background: #f9f9f9;
 width: 100%;
 padding-bottom: 40px;
 padding-top: 50px;
}
.fservice-content{
 margin-bottom: 30px;
}
.fservice-content img{
 margin-bottom: 10px;
 height: 70px;
}

/***********************New Testimonials **********************/
.faq-wrapper {
 padding: 20px 0;
 position: relative;
 text-align: center;
}
.faq-wrapper .owl-dots {
 display: none;
}
.faq-wrapper .owl-theme .owl-nav {
 bottom: 10%;
 margin-top: 10px;
 position: absolute;
 right: 0%;
 text-align: center;
}
.faq-wrapper .owl-theme .owl-nav [class*="owl-"] {
 padding: 4px 12px;
}
/** Single Testimonials **/
.testi-area .single-testi {
 margin-bottom: 30px;
}
.testi-content::before {
 border-left: 31px solid rgba(0, 0, 0, 0);
 border-right: 30px solid rgba(0, 0, 0, 0);
 border-top: 45px solid #f7f7f7;
 bottom: -24px;
 content: "";
 height: 0;
 left: 20px;
 position: absolute;
 width: 0;
}
.testi-content {
 background: #f7f7f7;
 font-size: 16px;
 font-weight: 300;
 margin: 0 0 23px;
 padding: 20px;
 position: relative;
}
.testi-info {
 float: left;
 margin: 10px 0 0 50px;
 width: 100%;
 text-align: left;
}
.testi-img {
 float: left;
 margin: 0 15px 0 0;
 overflow: hidden;
}
.testi-img img {
 border-radius: 50%;
 height: 70px;
 width: 70px;
}
.testi-title {
 text-align: left;
}
.testi-title h4 {
 margin: 0;
 font-weight: 600;
 color: #1e2832;
 text-transform: uppercase;
}
.testi-title > ul {
 display: block;
 padding: 0;
 margin: 0;
}
.testi-title li {
 display: inline-block;
}
.testi-title li i {
 color: #eda20e;
}
.border_style {
 position: absolute;
}
.faq-wrapper .border_style span::after {
 height: 20px;
 left: 0;
 width: 1px;
}
.border_style span:before, .border_style span:after {
 background-color: #fff;
 content: "";
 display: block;
 height: 1px;
 position: absolute;
 width: 20px;
}
.border_style span:before {
 top: -1px;
}
.border_style span {
 display: block;
 position: relative;
}
.border_style.top.left {
 left: -1px;
}
.border_style.top {
 top: 0;
}
.border_style.top.right span::before {
 left: -20px;
}
.border_style.top.right:before {
 right: 0;
}
.border_style.top.right {
 right: 0;
}
.border_style.bottom.left {
 left: -1px;
}
.border_style.bottom.left span::after {
 bottom: 0;
}
.border_style.bottom.right:before {
 right: 0;
}
.border_style.bottom.right {
 right: 0;
}
.border_style.bottom {
 bottom: -1px;
}
.border_style.bottom.right span::after {
 bottom: 0;
}
.border_style.bottom.right span::before {
 right: 0;
}





/*****************New CSS of vacination************/
.vacc-table-div{
	height: 340px;
	background: #f9f9f9;
	margin-bottom: 15px;
	border-radius: 8px;
}
.new-vac-table{
	font-size: 13px;
}
.new-vac-table{
	height: auto;
	overflow-y: auto;
}	
.new-vac-table > tbody > tr > td{
	padding: 5px 8px;
	border: none;
}
.new-vac-table > tbody{
	min-height: 300px !important;
}
.new-vac-table > thead > tr > th{
	padding: 8px;
	background: #47546e!important;
	color: #ffffff!important;
	height: 56px;
	vertical-align: middle;
}
.new-vac-table > thead > tr > th a{
	color: #ffffff;
}
.vac-txt-new {
    display: inline-block;
    max-width: 100%;
    padding: 5px;   
    color: #464a4c;
    vertical-align: middle;    
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.vac-date {
    display: inline-block;
    max-width: 75px;
    padding: 5px;   
    color: #464a4c;
    vertical-align: middle;    
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.vac-dd {
    display: inline-block;
    padding: 0px 15px 0px 2px; 
    color: #464a4c;
    vertical-align: middle;    
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
	font-size: 12px;
	height: calc(1.9rem + 1px)!important;
	background-position: right 0.3rem center!important;
	width: 45px;
	
}


.order-popup-element{
	width: 100%;
}

.remove-vac .fa{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #c9302c;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	right: 10px;
	top: -5px;
}



.m-js{
	margin-right: 3px; 
}



/***********Signature box***********/
.box-signature{
	width: 200px;
	height: 80px;
	padding: 20px;
	border: #e7e7e7 1px solid;
}

.kbw-signature { 
	width: 200px;
	height: 87px;
}
.preview-sign{
	width: 200px;
	display: inline-block;
	background: #f7f7f7;
	border: #e7e7e7 1px solid;
	height: 87px;
}
.preview-sign svg{
	width: 200px !important;
}


/****************Fancybox****************/
.popup-dialog{
	padding: 0px!important;
	border-radius: 8px;
	width: 650px;
}
.popup-header{	
	font-size: 20px;
	font-weight: 600;
	background: #f8f9fa;
	border-bottom: #e6e6e6 1px solid;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.popup-body{
	padding: 15px;
}
.popup-footer{	
	border-top: #e6e6e6 1px solid;
	text-align: right;
	padding: 10px;
	background: #f8f9fa;
}

.cookie_info_bar {
	border: solid 1px #666; 
	padding:20px; 
	width:100%; 
	background-color:#FFF;	
}