@font-face {
	/* aktivgroteskcorp-light-webfont.woff2 */

	font-family: 'aktiv_grotesk_corplight';
	src: url('../fonts/aktivgroteskcorp-light-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpMdIt';
	src: url('../fonts/aktivgroteskcorp-mediumitalic-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-mediumitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpbold';
	src: url('../fonts/aktivgroteskcorp-bold-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpmedium';
	src: url('../fonts/aktivgroteskcorp-medium-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpitalic';
	src: url('../fonts/aktivgroteskcorp-italic-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpbold_italic';
	src: url('../fonts/aktivgroteskcorp-bolditalic-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpregular';
	src: url('../fonts/aktivgroteskcorp-regular-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corpLtIt';
	src: url('../fonts/aktivgroteskcorp-lightitalic-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aktiv_grotesk_corplight';
	src: url('../fonts/aktivgroteskcorp-light-webfont.woff2') format('woff2'),
			 url('../fonts/aktivgroteskcorp-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box; }

a, a:hover {
  text-decoration: none;
  cursor: pointer;
  outline: none; }
p, label{
	margin:0px;
}
img {
  max-width: 100%; }

body {
  /*font-family: 'Nunito Sans', sans-serif;
  font-family: 'Open Sans', sans-serif;*/
  font-family: 'Lato', sans-serif;
  background-attachment: fixed;
  background-size: cover; 
  color: #585B5C;
  background:#f3f4f7;
  }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Euclid Circular B',  sans-serif;
  margin: 0px; }


header{
	width:100%;
	float:left;
	min-height:80px;
	background:#ffffff;
	box-shadow: 0px 1px 15px #f7ece4;
	-webkit-box-shadow: 0px 1px 15px #f7ece4;
	padding-top:21px;
}
.mainLogo{float:left;}
.mainLogo img{height:35px;}
.evolusSteps{
	float:none;
	color:#888888;
	font-size:16px;
	list-style:none;
	width: 100%;
	display: block;
	text-align: center;
}
.evolusSteps li{
	float:none;
	background-image:url('../images/arrowRight.png');
	background-repeat:no-repeat;
	background-position:right center;
	display: inline-block;
}
.evolusSteps li:last-child{
	background:none;
}
.evolusSteps li a{
	float:none;
	padding:6px 31px 6px 20px;
	color:#888888;
	display:block;
}
.evolusSteps li.active a{
	color:#0E1F3B;
}
.wrapper{
    margin: auto;
    width:920px;
    max-width: 100%;
    padding-top: 40px;
    display: flex;
}
.mainTitle{
    width: 100%;
    display:block;
    font-size: 24px;
    font-weight:500;
    color:#0E1F3B;
    margin-bottom:17px;
}
.subTitle{
	display:block;
	width: 100%;
	font-weight:700;
	font-size:17px;
	margin-bottom:30px;
	color: #0E1F3B;
}
.leftSection, .rightSection{
	flex: 1;
	margin-bottom:30px;
	position:relative;
}
.leftSection{padding-right:40px;}
.rightSection{width:347px;max-width:347px;}
.mainBtn{
	background:#2EAD5A;
	color: #ffffff;
	display:inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	padding:8px 10px;
	width: 235px;
	text-align: center;
	margin-right: 25px;
    font-weight: bold;
    font-size: 15px;
    border:none;
    height:42px;
}
.mainBtn:hover{
	color:#ffffff;
}
.lineBtn {
    background: #ffffff;
    color: #777777;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 13px 10px;
    width: 235px;
    text-align: center;
    margin-right: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border:2px solid #dddddd;
}
.lineBtn:hover{
	background: #e5554f;
	border:2px solid #e5554f;
	color: #ffffff;
}
.providerMain{
	width:100%;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:7px;
	background:#ffffff;
}
.providerSection{
	width:100%;
	padding:20px 13px;
	display:block;
	border-top:1px solid #E5E6E6;
}
.providerTitle{
    display: block;
    font-size: 12px;
    color:#929292;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}
.providerDetail{
	display:block;
	padding-right:0px;
	position:relative;
	/*min-height:50px;*/
}
.providerName{
	display:block;
	font-size:16px;
	margin-bottom:7px;
	color: #0E1F3B;
}
.locationName{
	display:block;
	font-size:14px;
	margin-bottom:7px;
	color: #0E1F3B;
}
.providerDetail p{
    display: block;
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #585B5C;
}
.providerDetail .insituteName{
	margin-bottom:3px!important;
	display:block;
	font-weight:bold;
	font-size:14px!important;
	font-weight: 600;
	color: #585B5C;
}
.providerImage{
    width:100px;
    max-height:81px;
    height:auto;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -30px;
    background: #eee;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    overflow:hidden;
}
.providerImage img{	
	width:100%;
	display:block;
}
.no-padding{
	padding:0px!important;
}
.no-margin{
	margin:0px!important;
}
.no-border{
	border:none!important;
}
.serviceRow{
	display:block;
	position:relative;
	padding-right:0px;
	font-size:14px;
	font-weight:400;
	width:100%;
	color: #0E1F3B;
}
.serviceRow a{
	position: absolute;
	right: 0px;
	top: 5px;
	color:#6579f9;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.dateTimeRow{
    display: block;
    position: relative;
    font-size: 14px;
    width:100%;
    color: #0E1F3B;
    min-height: 20px;
    margin-bottom:5px;
}
.dateTimeRow i, .dateTimeRow svg{
	margin-right:5px;
	vertical-align: middle;
}
.dateTimeRow img{
	position: absolute;
	left: 0px;
	top:-2px;
}
.serviceRowOuter p:last-child{
	margin:0px;
}
.provierRightTextarea{
	display:block;
	width:100%;
	resize:none;
	height:20px;
	border:none;
	font-size:13px;
	color: #000;
}
.totalAmount{
	display:table;
	width:100%;
	padding:15px 0px;
}
.totalAmount span{
	font-size:16px;
	font-weight:bold;
	color: #585B5C;
}
.refunableOuter{
	padding-right:100px;
	display:block;
	width:100%;
	position:relative;
	padding-top:20px;
}
.refunableOuter img{
	position:absolute;
	right:0px;
	top:25px;
}
.refundTitle{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}	
.refunableOuter p{
    font-size: 14px;
    display: block;
}
.refunableOuter p a{
	display:inline-block;
	color: #65c7bb;
	font-size:14px;
	color: #5DC4B8;
}
.refunableOuter p a:hover{
	text-decoration:underline;
}
.servicesAccordion{font-size:16px;}
.servicesAccordion ul{
	list-style:none;
	display:block;
}
.servicesAccordion ul li{
	display: block;
    
}
.servicesAccordion .card-header{
    display:block;
    position:relative;
    background:#F7F7F8;
    border-radius:10px;
    -webkit-border-radius:10px;
    margin-bottom:10px;
    padding-right:15px;
}
.servicesAccordion .card-header a{
	font-size: 16px;
    color:#585B5C;
    display:block;
    font-weight:bold;
    background-image:url('../images/arrow-down1.png');
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 8px;
	padding:17px 15px;
}
.treatmentRow{
	display: flex;
	text-align:left;
	padding:0px 10px;
	color:#0E1F3B;
}
.treatmentRow > div{
	flex: 1;
	vertical-align:top;
}
.procedureCheckbox{
	width:30px;
	max-width:30px;
	padding:3px;
}
.procedureTime{
	width:100px;
	max-width:100px;
	text-align:right;
	font-size:14px;
}
.procedureName label{
	font-weight:normal;
	cursor:pointer;
	font-size:15px;
	font-weight:500;
	color:#777777;
}
input[type=checkbox]{
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    outline:none!important;
    cursor:pointer;
    background-image:url('../images/checkbox.png');
	background-repeat:no-repeat;
	background-position:right -1px;
	margin:0px;
	display:inline-block;
	padding:0px;
	background-size: 20px 20px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox]:checked{
    background-image:url('../images/checkboxhover.png');
	background-repeat:no-repeat;
	background-position:right -1px;
    display: inline-block;
    outline:none;
    margin:0px;
    padding:0px;
}
input[type=radio]{
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    outline:none!important;
    cursor:pointer;
    border-radius:30px;
    -webkit-border-radius:30px;
    border:1px solid #dddddd;
    background:none;
	margin:0px;
	display:inline-block;
	padding:0px;
	background-size: 20px 20px;
}
input[type=radio]:checked{
	background:none;
    border:5px solid #2EAD5A;
    display: inline-block;
    outline:none;
    margin:0px;
    padding:0px;
}

.datePickerOuter{
	display:block;
	padding:30px 0px;
	border-top:1px solid #E5E6E6;
	margin:30px 0px 0px;
}
.datePicker{
	background:#ffffff;
	display:block;
	height:88px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background-image:url('../images/arrow-down.png');
	background-repeat:no-repeat;
	background-position:right 15px center;
	position:relative;
}
.datepicker-arrow{
	position:absolute;
	right:20px;
	top:30px;
}
.datePickerLeft{
	width: 80px;
    display: inline-block;
    background:#2EAD5A;
    height: 68px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 11px 10px;
    vertical-align: top;
    margin: 10px;
}
.datePickerLeft span{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
	color:#ffffff;
}
.datePickerLeft h5{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}
.datePickerright{
	display:inline-block;
	padding:17px 0px;
}
.datePickerright span{
	display:block;
	font-size:16px;
	margin-bottom:7px;
}
.datePickerright h5{
	display:block;
	font-size:15px;
}
.timePicker span{
    display: block;
    font-size:20px;
    font-weight: bold;
    padding: 27px;
}
.formRow{
	display:block;
	height:44px;
	border-radius:50px;
	-webkit-border-radius:50px;
	border:1px solid #BEC0C1;
	margin-bottom:15px;
	position:relative;
}
.formRow input{
	width:100%;
	display:block;
	height:42px;
	border:none;
	background:none;
	padding-left:50px;
	font-size:14px;
	padding-right:10px;
	font-size: 16px;
	color: #585B5C;
	border-radius: 50px;-webkit-border-radius: 50px;
}
.formRow img{
	position: absolute;
	left:18px;
	top: 10px;
}
.emailIcon{
	top:13px!important;
}
.formTextarea{
	width:100%;
	display:block;
	height:160px;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius:20px;
	border:1px solid #BEC0C1;
	resize:none;
	margin-bottom:30px;
	font-size: 16px;
	color: #585B5C;
}
.cardDetail{
	padding-left:20px!important;
}
.alertBox{
	border-left:4px solid #fcbf31;
	display:block;
	padding-left:20px;
	margin:30px 0px 50px;
}
.alertBox p{font-size: 16px;}
.alertBox a{color: #5DC4B8;}
.alertBox .subTitle{margin-bottom:10px;}
.phoneDetail{
	font-size:16px;
	display:block;
	margin:-20px 0px 20px;
	color: #0E1F3B;
}
.phoneField{
	margin-bottom:35px;
}
.codeOuter{
	display:inline-block;
	margin-bottom:30px;
	position:relative;
}
.codeInput{
	height:60px;
	width:100%;
	border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px;
	text-align:center;
	font-size:28px;
	font-weight:400;
	display:inline-block;
	border:1px solid #dddddd;
	margin-right:10px;
    background: #fafafa;
    color: #000000;
}
.code-space{
	margin-right:30px;
}
.sm-btn{
	width:188px;
	margin-right:15px;
}
.bookedInfo{
    width:325px;
    display:block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.bookedInfo .providerSection{padding:13px 0px;}
.bookedInfo > div:first-child{
	border:none;
}
.m-b-15{
	margin-bottom:15px!important;
}
.thankyouText{width:50%;float:left;color: #0E1F3B;}
.bookedInfo{margin-bottom:40px;}
.socialOuter{
	display:block;
	list-style:none;
	margin-bottom:50px;
}
.socialOuter li{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.socialOuter li a{
	display:inline-block;
	background-color:#f2fbfd;
	width:40px;
	height:40px;
	border-radius:50px;
	-webkit-border-radius:50px;
}
.socialOuter li a:hover{
	background-color:#5dc4b8;
}
.google{
	background-image:url('../images/google.png');
	background-repeat:no-repeat;
	background-position:center;
}
.google:hover{
	background-image:url('../images/googleHover.png');
}
.yahoo{
	background-image:url('../images/yahoo.png');
	background-repeat:no-repeat;
	background-position:center;
}
.yahoo:hover{
	background-image:url('../images/yahooHover.png');
}
.apple{
	background-image:url('../images/apple.png');
	background-repeat:no-repeat;
	background-position:6px 9px;
}
.apple:hover{
	background-image:url('../images/appleHover.png');
}
.backbtn{
	background-image:url('../images/arrwback.png');
	background-repeat:no-repeat;
	background-position:15px center;
}
.newBackbtn{
	position:relative;
	background:none;
	border:1px solid #0E1F3B;
	color:#0E1F3B;
}
.newBackbtn:hover{
	background:#0E1F3B;
	color:#ffffff;
}
.newBackbtn i, .newBackbtn svg{
	position: absolute;
    left: 20px;
    top: 4px;
    color: #777777;
    font-size: 23px;
}
.mobileView{
	display:none;
}
.desktopView{
	display:block;
}
#content .wrapper{min-height:546px;}
footer{
	display:block;
	color: #888888;
	font-size:13px;
}
footer .wrapper{
	 border-top:1px solid #E5E6E6;
	 padding:15px 0px;
	 font-size:14px;
	 color: #8A8E8F;
}
#otp {
  /*padding-left: 15px;
  letter-spacing: 42px;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width:380px!important;
  font-size:32px;
  background-image:inherit!important;*/
  color:#000000;
}
.success_true {
    color: green !important;
    line-height: 75px;
    padding-top: 6px;
    font-size: 14px;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.block{
    background: #EEEEEE;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}
.bookedInfo	.insituteName{color: #0E1F3B;font-weight:normal;margin-bottom:10px!important;}
.bookedInfo .providerDetail p{color: #0E1F3B;}

label.errorMsg, label.error, div.errorMsg, div.error {
    display: block;
    position: absolute;
    color: #E5554F;
    text-align: left;
    font-size: 12px;
    right: 13px;
    bottom: -17px;
    margin:0px;
    padding:0px;
    font-weight:normal;
    left:0;
    }

.no-height{height:auto;}
.disabledBtn {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
.loaderOuter{
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background:rgba(255,255,255,0.8);
	z-index:10;
}
.loading{
	position:fixed;
	left:50%;
	top:50%;
	width:300px;
	text-align:center;
	margin-left:-150px;
	margin-top:-50px;
}
.loading img{height:40px;}
.loading p{display:block;font-size:14px;margin-top:10px;font-weight:bold;}
.formRow.phoneField{
	overflow:visible;
}
.formRow.phoneField .selected-flag{
	border-radius: 20px 0px 0px 20px;
}
.timePicker select{
	height: 88px;
    width: 100%;
    background: no-repeat;
    border: none;
    appearance: inherit;
    -webkit-appearance: inherit;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 27px;
}
#datepicker .ui-widget.ui-widget-content{
	border:none!important;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 20px;
	width: 300px;

}
#datepicker .ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    color: #585B5C;
}
#datepicker .ui-widget-header{
	border: none!important;
	background: none!important;
}
#datepicker .ui-datepicker th{
	font-weight: 600;
	border: 0;
	font-size: 12px;
	color: #8A8E8F;
}
#datepicker .ui-state-default, #datepicker .ui-widget-content .ui-state-default, #datepicker .ui-widget-header .ui-state-default, #datepicker .ui-button, html #datepicker  .ui-button.ui-state-disabled:hover, html #datepicker  .ui-button.ui-state-disabled:active{
	border:none!important;
	background:none!important;
	text-align:center;
	font-size: 14px;
    color: #585B5C;
    width: 30px;
    height: 30px;
    line-height: 24px;
}
#datepicker  .ui-state-active, #datepicker .ui-widget-content .ui-state-active, #datepicker  .ui-widget-header .ui-state-active, #datepicker  a.ui-button:active, #datepicker  .ui-button:active, #datepicker  .ui-button.ui-state-active:hover {
    border:none!important;
    background: #5DC4B8!important;
    font-weight: normal;
    color: #fff;
    border-radius: 53px;
    -webkit-border-radius: 53px;
    text-align: center;
}
#datepicker .ui-state-hover, #datepicker .ui-widget-content .ui-state-hover{
	border: none;
    background: #eeeeee!important;
    border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
}
.timePicker{
	position:relative;
}
ul.timesortOuter{
	position: absolute;
    width: 533px;
    right: 0px;
    top:88px;
    right: 0px;
    max-height: 228px;
    overflow: auto;
    list-style: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding:20px;
    z-index:1;
}
ul.timesortOuter li{
    display: inline-block;
    width: 23%;
    margin: 4px 0.5%;
}
ul.timesortOuter li a{
	border: 1px solid #BEC0C1;
	box-sizing: border-box;
	border-radius:5px;
	-webkit-border-radius: 5px;
	height:41px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #777777;
	display:block;
	text-align: center;
    padding: 10px 0px;
}
ul.timesortOuter li a:hover{
	background: #2EAD5A;
	border:1px solid #2EAD5A;
	color:#ffffff;
}
.m-t-20{margin-top:20px!important;}
.verfify-phone a {
    width: 160px;
}

.provierRightTextarea::placeholder{
    color:#BEC0C1;
    font-weight:400;
    font-style: italic;
    font-size:14px;
}
.provierRightTextarea::-ms-input-placeholder{
    color: #BEC0C1;
    font-weight:400;
    font-style: italic;
    font-size:14px;
}


.selectType{
	width:100%;
	text-align:center;
}
.accordion .card-header{
	background:none;
	border:none;
}
.accordion .card-header h5{
	font-size:17px;
	font-weight:500;
}
.leftSection > .mainTitle{margin-top:-52px;}
.form-group{
	margin-bottom:15px;
	position:relative;
}
.form-group label{
	color:#6c757d;
	margin-bottom: .4rem;
	font-size: .875rem;
	line-height: 1.5;
}
.form-group label.my_label{
	    position: absolute;
    right: 0px;
    bottom: -17px;
    margin: 0px;
    font-size: 12px;
    color: red;
}
.form-control{
	height:38px;
	font-size:14px;
}
.btn-success, .btn-success:hover{
	background:#43d39e;
	border-color:#43d39e;
}
.btn-primary, .btn-primary:hover{
	background:#5369f8;
}
.loader-outer{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	position:fixed;
	left:0px;
	top:0px;
	z-index:10;
}
.loader-container{
	position:fixed;
	text-align:center;
	width:100%;
	top:50%;
	z-index:11;
}
.loader-container p{
	display:block;
	font-size:16px;
	font-weight:600;
	color:#444444;
}
.loader {
    border: 4px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-top: .25em solid #2EAD5A;
    border-right: .25em solid #2EAD5A;
    border-bottom: .25em solid #2EAD5A;
    width: 2rem;
    height: 2rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin .75s linear infinite;
    display: inline-block;
}

.no-display {
	display:none !important;
}
.accordion>.card {
	overflow:none !important;
}
input#selectdate {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999 !important;
}
.ui-menu {
    background-color: #fff;
    width:350px;
}
li.ui-menu-item {
    list-style: none;
    padding: 2px;
    cursor: pointer;
}
.disabled-tab {
  pointer-events: none; 
  opacity:0.7;
}
.has-error {
  border-color: red !important;
}
.has-slot-error {
  border: 1px solid red !important;
}
#ui-id-1{
	border: 1px solid #dddddd;
    font-size: 14px;
        max-height: 400px;
    max-width: 220px;
    overflow-y:auto;
    overflow-x:hidden;
}
#ui-id-1 li{
	 border-top: 1px solid #ddd;
	 padding:5px 10px;
	 font-size:14px;
}
#ui-id-1 li:hover{
	background:#f5f5f5;
}
#ui-id-1 li:first-child{
	border-top:none;
}
.clinic_div {
	max-height: 498px;
    overflow-y: auto;
    overflow-x: hidden;
}
.datepicker-dropdown{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 5px 17px;
	font-size: 13px;
}
.mainTitle1 {
	margin-top: 0px !important;
}

/*
* New Thank you page
*/
.bg-white{
	background:#ffffff!important;
}
.appointmentWrapper{
	width:1140px;
}
.appointmentWrapper .rightSection{
	padding-left:20px;
}
.appointmentWrapper .rightSection img{
	max-height: 80px;
	max-width: 100%;
}
.appointmentWrapper .mainTitle{
	margin-top:0px;
	margin-bottom:50px;
}
.appointmentWrapper .mainTitle span{
	position: relative;
    font-size: 37px;
    font-weight: 300;
    color: #666;
}
.appointmentWrapper .mainTitle span:after{
	position:absolute;
	width:100px;
	height:3px;
	content:'';
	bottom:-10px;
	left:50%;
	margin-left:-50px;
	background-color: red; 
	background-image: linear-gradient(to right, red, blue);
}
.appointmentWrapper .thankyouText {
    width: 73%;
    color:#666666;
}
.appointmentWrapper .providerTitle{
    clear: both;
    font-weight: bold;
    color: #444;
    text-transform: inherit;
    font-size: 15px;
}
p.date_text_label {
    font-weight: 600;
    padding: 14px 18px;
    opacity: 0.5;
}
p.time_text_label {
    font-weight: 600;
    padding: 32px 40px;
    opacity: 0.5;
}
.timesortOuterActive {
    background: #43d39e;
    border: 1px solid #43d39e;
    color: #ffffff;
}
.custom-search-dropdown .select2-container{
	width: 100%!important;
	height: calc(1.5em + .75rem + 2px);
	font-size: 1rem;
	font-weight: 400;
}
.custom-search-dropdown .select2-container .select2-selection{
	height: 38px;
	padding: .275rem 1.75rem .375rem .35rem;
	font-size: 14px;
	border-color:#ced4da;
}
.custom-search-dropdown .select2-container .select2-selection .select2-selection__rendered{
	padding-right: 0px;
}
.custom-search-dropdown .select2-container .select2-selection .select2-selection__rendered .select2-selection__clear{
	font-size: 16px;
	top: -1px;
}
.custom-search-dropdown .select2-container .select2-selection .select2-selection__arrow{
	top: 5px;
	right: 2px;
}
.custom-search-dropdown .select2-container .select2-selection .select2-selection__arrow b{
	border-color: #444 transparent transparent transparent;
}
.select2-results__options li{
	font-size:14px;
}
.red_alert_error {
	color: #bb0000;
}
.validation_error {
	border:1px solid #bb0000;
}
.verifyPhone, .verifyPhone:hover{
	width: auto;
    padding: 7px 30px;
    background: #4b9a03;
    margin-top: 29px;
    height: 38px;
}
.formField .iti--allow-dropdown{
	display:block;
}
.font-size-error {
	font-size:14px;
}
.service_label {
	    font-size: 14px;
    padding-bottom: 14px;
}
.verifyPhone {
	opacity: 0;
}
.p-text{
	font-size:13px;
}
td.new.day {
    pointer-events: none;
    display: none;
}
.under_appointment {
	font-size: 12px;
}
.asterik {
	color: #bb0000;
}
.pet_breed input::-webkit-input-placeholder {
  color:#495057
}
.pet_breed input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#495057
}
.pet_breed input::placeholder {
  color:#495057
}
.pet_breed .select2-selection__placeholder{
	color:#495057!important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/************************ landing page ************************/

body{background:#FEF8F3;}
button, button:focus{outline:none;}
.landingTop{float:left;width:100%;margin-bottom:130px;margin-top:60px;}
.landingTop img{height:44px;margin-top:3px;}
.landingPage{
	background-repeat:no-repeat;
	background-position:right bottom;
	width: 100%;
    float: left;
}
.landingPage .loginBtn{
	min-width:200px;
	height:50px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background:#0E1F3B;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	border:none;
	float:right;
}
.landingBody{
	float:left;
	width:100%;
	min-height: 700px;
	padding-bottom: 20px;
}
.landingTitle{
	color:#0E1F3B;
	font-size:45px;
	display:block;
	margin-bottom:20px;
	font-weight:700;
	float:left;
	width:100%;
}
.landingSubtitle{
	font-size: 24px;
	color:#0E1F3B;
	font-weight:800;
	display: block;
    width:485px;
    line-height: 30px;
    margin-bottom:30px;
    float:left;
}
.landnigText{
	font-size:18px;
	color:#0E1F3B;
	display:block;
    line-height: 22px;
    margin-bottom:30px;
    width:600px;
    float:left;
    clear:both;
}
.landnigText.w500{
	width:500px;
}
.landingBtn{
	min-width:200px;
	height:50px;
	border-radius:15px;
	-webkit-border-radius:15px;
	color:#ffffff;
	font-size:17px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	border:none;
	margin-right:25px;
	float:left;
	font-weight:700;
}
.landingBtn:hover{
	color:#ffffff;
}
.landingBtn.green{
	background:#2EAD5A;
}
.landingBtn.blue{
	background:#0E1F3B;
}
.footer-lg{
	background:#2EAD5A;
	padding:60px 0px;
	float:left;
	width:100%;
}
.footerAddress{}
.footerAddressSection{
	position:relative;
	display:block;
	font-size:14px;
	color:#0a4038;
	padding-left:35px;	
	margin-bottom:25px;
}
.footerAddressSection img{
	position:absolute;
	left:0px;
	top:0px;
	height:18px;
}
.footerAddressSection span{
	font-weight:800;
	display:block;
	margin-bottom:1px;
}
.footerAddressSection label{
	font-weight:800;
	display:inline-block;
	vertical-align:top;
}
.footerAddressSection p{
	line-height:22px;
}
.footerTitle{
	display:block;
	font-size:20px;
	font-weight:900;
	color:#0a4038;
	margin-bottom:25px;
}
.footerlinks a{
	display:block;
	font-size:14px;
	font-weight:900;
	color:#0a4038;
	margin-bottom:15px;
}
 .footerlinks a:hover{
 	color:#ffffff;
 }
.footerBottom{
	border-top:1px solid #4bbf73;
	padding-top: 45px;
}
.footerAbout{
	padding-left:158px;
	color:#0a4038;
	font-size:14px;
	position:relative;
	min-height:60px;
	line-height:22px;
}
.footerAbout img{
	position:absolute;
	left:0px;
	top:0px;
	height:42px;
}
.footerSocialLinks{
	display:block;
	color:#0a4038;
	font-size:18px;
	position: absolute;
    top: 62px;
}
.footerSocialLinks a{
	margin-right:20px;
	color:#0a4038;
}
.footerSocialLinks a:hover i{
	color:#ffffff;
}
.subscribeOuter{
	display:block;
	width:370px;
	float:right;
}
.subscribeOuter label{
	display:block;
	font-size:14px;
	color:#0a4038;
	margin-bottom:10px;
}
.subscribeField{
	border:1px solid #0a4038;
	display:block;
	height:45px;
	border-radius:3px;
	-webkit-border-radius:3px;
	
}
.subscribeField input{
	width: calc(100% - 110px);
	height:45px;
	border:none;
	background:none;
	font-size:14px;
	color:#ffffff;
	padding:0px 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.subscribeField input::-webkit-input-placeholder{
	color:#ffffff;
	opacity:0.5;
}
.subscribeField button{
	width:108px;
	height:45px;
	background:#0e1f3b;
	color:#ffffff;
	float:right;
	border:none;
	color:#ffffff;
	font-weight:700;
	font-size:16px;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin:-1px;
}
.card, .providerMain, .datePicker{
	box-shadow: 0px 1px 15px #f7ece4!important;
	-webkit-box-shadow: 0px 1px 15px #f7ece4!important;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.card.shadow-none {
    box-shadow: none!important;
}
.footerAbout p a {
    color: #0a4038;
}
.footerAbout p a:hover {
    color: #fff;
}
.otpBtn{
	background: #2EAD5A;
    font-size: 13px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0px 10px;
    margin-top: 30px;
    margin-right: 6px;
    color: #ffffff !important;
}
#verifyphone {
	position: relative;
}
.client_verified_action {
	position: absolute;
	opacity: 0;
}

.picker__select--year, .picker__select--month{
	padding: 0.3em 0.2rem!important;
    font-size: 20px;
}
.picker__select--month {
	width: 30% !important;
}
.picker__select--year {
	width: 30% !important;
}

.datePickerOuter .picker__day--highlighted.picker__day--today{
	border:none;
	background:none!important;
	color: #212529!important;
}
.datePickerOuter .picker__day--highlighted.picker__day--today.picker__day--selected{
	color: #ffffff!important;
    background-color: #2EAD5A !important;
    border-color: #2EAD5A;
}
.datePickerOuter .picker__day--today:before{
	display:none;
}
.datePickerOuter  .picker__day--highlighted{
	color: #ffffff;
    background-color: #2EAD5A !important;
    border-color: #2EAD5A;
    border-radius:4px;
    -webkit-border-radius:4px;
}
.picker__day--infocus:hover, .picker__day--outfocus:hover{
	background:#eeeeee!important;
	border-radius:4px;
    -webkit-border-radius:4px;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected{
	background-color: #2EAD5A !important;
    border-color: #2EAD5A;
}

.datePickerOuter .picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
	background: #fff !important;
    border-color: #fff !important;
}
.datePickerOuter .picker__day--highlighted {
	color: #fff !important;
}
.datePickerOuter .picker__day--highlighted:hover {
	background: #2EAD5A !important;
	color: #fff !important;
}

.articleDetailImage{
	width: 100%; 
	height: auto; 
	max-height:400px; 
	display: flex;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}
.articleDetailImage img{ 
	width: 100%; 
	height: auto; 
	object-fit: cover; 
	object-position: center; 
	border-radius:5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
} 
.articleDetailTitle{
	font-size:16px; 
	color: #0c1a2d;
	font-weight: 500;
	margin-bottom:10px;
}
.simpleText{
	font-size:14px; 
	color: #0c1a2d; 
	font-weight: 400;
	line-height: 17px;
}
.articleOuter{   
	background:#ffffff;   
	box-shadow:0px 0px 10px 3px rgba(172, 182, 191, 0.16);  
	border-radius:5px;  
	-webkit-border-radius:5px;
	width:100%;
}  
.articleContent{  
	padding:20px;  
}  
.articleOuter ul{   
	padding-left:30px;   
}   
.verification_danger {
	color: #0E1F3B;
    background-color: #edcac5;
    border-color: #edcac5;
}

@media screen and (min-width: 767px){
	.datePickerOuter .picker__box{
	border: 1px solid rgba(0,0,0,.15);
    border-radius: 15px;
    padding:0 10px;
}
.datePickerOuter .picker__frame{
	    min-width: 250px;
    max-width: 250px;
}
.picker__select--month, .picker__select--year{
	font-size: 15px;
	padding: 0px !important;
	width: 35%!important;
}
.datePickerOuter .picker__nav--next:before {
    border-right: 0;
    border-left: 8px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 9px;
}
.datePickerOuter .picker__nav--prev:before{
	border-left: 0;
    border-right: 8px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 9px;
}
.datePickerOuter .picker__nav--prev {
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.datePickerOuter .picker__nav--next {
	right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.datePickerOuter .picker__table th{
    color: #212529;
    font-size: 13px;
    font-weight: 600;
}
.datePickerOuter .picker__table td{
color: #212529;
    font-size: 13px;
    padding: 3px 0px;
        line-height: 18px;
}
.datePickerOuter .picker__table td > div{
	font-weight:normal;
	}
.datePickerOuter .picker__table td > div.picker__day--disabled{
	    background: none;
    border: none;
}
.datePickerOuter .picker__month, .datePickerOuter .picker__year{
	color:#000;
	font-size: 15px;
	margin:0px 2px;
	font-weight: 600;
	font-style: normal;
}

.datePickerOuter .picker__header{
	    margin-top: 5px;
}
.datePickerOuter .picker__table{
	margin-bottom:5px;
}
.datePickerOuter .picker__frame {
	margin-bottom: inherit;
	position: absolute;
	top:50%!important;
	margin-top:-100px;
}
}
@media screen and (max-width: 767px){
	
	.datePickerOuter .picker__frame{
	    margin-bottom: 0px;
	  }
	  .datePickerOuter .picker__month, .datePickerOuter .picker__year{
	    color: #000;
	    font-size: 0.90em;
	    margin: 0px 2px;
	    font-weight: 400;
	    font-style: normal;
	  }
	  .picker__nav--prev, .picker__nav--next{
	        font-size: 17px;
	  }
	  .picker__weekday{
	    color: #000!important;
	      font-weight: 600!important;
	  }
	  #otp {
	      letter-spacing: 20px !important;
	  }
	  .picker__select--month, .picker__select--year{
	    width: 35%!important;
	    font-size: 15px;
	    padding:0px!important;
	  }
	  .datePickerOuter .picker__day--highlighted {
	    color: #fff !important;
	  }



}
