* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: #6c6c6c;
	background: #fff;
}

/*Typography*/
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf') format("truetype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
	font-style: normal;
	font-weight: 900;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
	font-style: normal;
	font-weight: bold;
}
label {
	font-weight: 600;
	color: #000;
}

ul li,
ol li {
	margin-bottom: 0.5rem;
}
strong {
	font-weight: bold;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #999 !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #999 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #999 !important;
}
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px !important;
}

.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-25 {
	font-size: 25px !important;
}
.font-30 {
	font-size: 30px !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
@media only screen and (max-width: 576px) {
	h1 {
		font-size: 1.6rem !important;
	}
	h2 {
		font-size: 1.2rem !important;
	}
	h3 {
		font-size: 1.2rem !important;
	}
	h4 {
		font-size: 1rem !important;
	}
	h5 {
		font-size: 1rem !important;
	}
	h6 {
		font-size: 1rem;
	}
	body {
		font-size: 14px !important;
	}
}

.line-height-1p0 {
	line-height: 1rem !important;
}
.line-height-1p1 {
	line-height: 1.1rem !important;
}

.line-height-1p2 {
	line-height: 1.2rem !important;
}
.line-height-1p3 {
	line-height: 1.3rem !important;
}

.line-height-1p4 {
	line-height: 1.4rem !important;
}

.line-height-1p8 {
	line-height: 1.8rem !important;
}

.line-height-2p0 {
	line-height: 2rem !important;
}
.line-height-2p5 {
	line-height: 2.5rem !important;
}

.line-clamp1 {
	max-width: 100%;
	height: 24px;
	line-height: 24px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	/* display: -webkit-box; */
	overflow: hidden;
	text-overflow: ellipsis;
	color: #24326c;
    font-weight: 600;
    font-size: 14px;
}
.white-bg .line-clamp1 {
	white-space: normal;
}
.line-clamp2 {
	max-width: 100%;
	height: 48px;
	line-height: 24px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-clamp-sm-2 {
	max-width: 100%;
	height: 38px;
	line-height: 18px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-clamp3 {
	max-width: 100%;
	height: 72px;
	line-height: 24px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.font-weight-100 {
	font-weight: 100;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-900 {
	font-weight: 900;
}

.border-radius-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.border-radius-8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.border-radius-12 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}

.border-radius-20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.border-radius-30 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}

.border-radius-50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.box-shadow-1 {
	-webkit-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	-moz-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	-o-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	-ms-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
}
@media (min-width: 992px){

	.big .modal-xl {
		max-width: 100% !important;
	}
	.big .modal-lg, .modal-xl {
	   max-width: 100% !important;
	}
	}
@media (max-width: 390px) {
	.col-font-65 {
		font-size: 65%;
	}
}

@media only screen and (max-width: 575px) {
	.brd-col-0 {
		border-radius: 0px !important;
	}
}




/*=======bootstrap overrides=======*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1170px;
	}
}

.modal-header {
	background: #007ab3;
	color: #fff;
	border-top-left-radius: .6rem;
	border-top-right-radius: .6rem;
}
.modal-title {
	color: #fff;
}

.modal-footer {
	border-top: 0px;
}
.modal-header .close {
    padding: 0rem 0.6rem 0rem 0rem;
    margin: -0.8% -1% -1% auto;
}
.stars{
	display: none !important;
}
@media only screen and (max-width: 576px) {
	.modal-header .close {
		margin: -1rem -1rem -1rem auto;
	}
}
.modal-content {
	border-radius: 0.6rem;
	border: 0px;
}

.btn-primary {
	color: #fff !important;
	background-color: #00adc0;
	border-color: #00adc0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px !important;
	padding: 0.4rem 1.8rem;
}

.btn-primary:hover {
	color: #fff;
	background-color: #329ca6;
	border-color: transparent;
}

.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	-moz-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	-o-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	-ms-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
}

.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #00adc0;
	border-color: #005cbf;
}

.btn-secondary {
	color: #fff !important;
	background-color: #ba71ab;
	border-color: #ba71ab;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	border-radius: 4px !important;
	padding: 0.375rem 1.3rem;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #a36a97;
	border-color: transparent;
}

.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.14);
	-moz-box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.14);
	-o-box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.14);
	-ms-box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.14);
	box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.14);
}

.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #ba71ab;
	border-color: #005cbf;
}

.btn-success {
	color: #fff !important;
	background-color: #adbe64;
	border-color: #adbe64;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0.375rem 1.3rem;
}

.btn-success:hover {
	color: #fff;
	background-color: #4e864e;
	border-color: transparent;
}

.btn-success:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.24);
	-moz-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.24);
	-o-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.24);
	-ms-box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.24);
	box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.24);
}

.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #adbe64;
	border-color: #5aa45a;
}

.btn-default {
	color: #000 !important;
	background-color: transparent;
	border-color: #8a8a8a !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0.375rem 1.3rem;
}

.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0.375rem 1.3rem;
}

.btn-warning:hover {
	color: #fff;
	background-color: #d49b4b;
	border-color: transparent;
}

.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgb(236, 217, 190);
	-moz-box-shadow: 0 0 0 0.2rem rgb(236, 217, 190);
	-o-box-shadow: 0 0 0 0.2rem rgb(236, 217, 190);
	-ms-box-shadow: 0 0 0 0.2rem rgb(236, 217, 190);
	box-shadow: 0 0 0 0.2rem rgb(236, 217, 190);
}

.btn-warning:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #dfc6a2;
}

.btn-dark {
	color: #fff !important;
	background-color: #666666;
	border-color: #757675;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0.375rem 1.3rem;
}

.btn-dark:hover {
	color: #fff;
	background-color: #46494b;
	border-color: transparent;
}

.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(146, 148, 149, 0.5);
	-moz-box-shadow: 0 0 0 0.2rem rgba(146, 148, 149, 0.5);
	-o-box-shadow: 0 0 0 0.2rem rgba(146, 148, 149, 0.5);
	-ms-box-shadow: 0 0 0 0.2rem rgba(146, 148, 149, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(146, 148, 149, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #46494b;
	border-color: #757675;
}

.btn-default:focus {
	box-shadow: none;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #00adc0;
    border-color: #00adc0;
}
.btn-primary:disabled:hover {
	background-color: #00adc0;
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #ba71ab;
    border-color: #ba71ab;
}
.btn-secondary:disabled:hover {
	background-color: #ba71ab;
}
.btn-success:disabled {
    color: #fff;
    background-color: #adbe64;
    border-color: #adbe64;
}
.btn-success:disabled:hover {
	background-color: #adbe64;
}

.btn-greyed {
	color: #fff !important;
	background-color: #aba9a9;
	border-color: #aba9a9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 0.4rem 1.8rem;
}

.btn-greyed:hover {
	color: #fff;
	background-color: #aba9a9;
	border-color: transparent;
}

.btn-greyed:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	-moz-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	-o-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	-ms-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.09);
}

.btn-greyed:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #aba9a9;
	border-color: #005cbf;
}

.btn-lg {
	font-size: 1.10rem;
	padding: 0.6rem 2.2rem;
	font-weight: 300;
}
.btn-group-sm>.btn, .btn-sm {
	font-weight: 300;
	padding: 0.25rem 1rem !important;
}
.btn.disabled, .btn:disabled {
	opacity: 0.3;
}

.nav-pills .nav-link {
	text-align: center;
	border: 1px solid #00adc0;
	color: #00adc0;
	font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #00adc0;
}


/*badges*/

.badge-primary {
	color: #fff;
	background-color: #00adc0;
}

.badge-secondary {
	color: #fff;
	background-color: #ba71ab;
}

.badge-success {
	color: #fff;
	background-color: #adbe64;
}
button.close {
	font-weight: 100;
	font-size: 50px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	padding: auto;

}
.close:hover {
	color: #fff;
}

.close:focus,
.close span:focus {
	outline: none !important;
}


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

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url(../img/icons/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

/*customizing default radio buttons*/
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #00adc0;
	background-color: #00adc0;
}
.text-primary {
	color: #00adc0 !important;
}

.text-secondary {
	color: #ba71ab !important;
}

.text-success {
	color: #adbe64 !important;
}

.text-black {
	color: #000 !important;
}
.text-red {
	color: #f94343 !important;
}
.text-blue {
	color: #2196f3 !important;
}
.text-blue2 {
	color: #004d7e !important;
}

.text-normal {
	color: #6c6c6c !important;
}
.text-return {
	color: #ebeff0;
}

.text-primary-light {
	color: #c6e6e9;
}

.text-primary-light2 {
	color: #b9e7ed;
}

.bg-primary {
	background: #00adc0 !important;
}

.bg-secondary {
	background: #ba71ab !important;
}

.bg-success {
	background: #adbe64 !important;
}
.bg-grey {
	background: #e0e5e5 !important;
}
.word-wrap-break {
	word-wrap: break-word;
}



/*anchor tags*/

a {
	color: #00adc0;
}

a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}

a.anchor-primary {
	color: #00adc0;
}
a.anchor-primary:hover {
	text-decoration: underline;
	color: #0f919f;
}

a.anchor-secondary {
	color: #ba71ab;
}
a.anchor-secondary:hover {
	text-decoration: underline;
	color: #a36496;
}

a.anchor-success {
	color: #adbe64;
}
a.anchor-success:hover {
	text-decoration: underline;
	color: #539253;
}

a.anchor-black {
	color: #000;
}
a.anchor-black:hover {
	color: #727272;
	text-decoration: underline;
}

a.anchor-normal {
	color: #6c6c6c;
}
a.anchor-normal:hover {
	text-decoration: underline;
}

a.anchor-decoration-primary {
	color: #00adc0;
	text-decoration: underline;
}
a.anchor-decoration-primary:hover {
	color: #0f919f !important;
}
a.anchor-decoration-secondary {
	color: #ba71ab;
	text-decoration: underline;
}
a.anchor-decoration-secondary:hover {
	color: #a36496 !important;
}
a.anchor-decoration-success {
	color: #adbe64;
	text-decoration: underline;
}
a.anchor-decoration-success:hover {
	color: #539253;
}
a.anchor-decoration-black {
	color: #000;
	text-decoration: underline;
}
a.anchor-decoration-black:hover {
	color: #727272;
}
a.anchor-decoration-white {
	color: #fff;
	text-decoration: underline;
}
a.anchor-decoration-white:hover {
	color: #c6e6e9;
}
a.anchor-decoration-normal {
	color: #6c6c6c;
	text-decoration: underline;
}
a.anchor-decoration-normal:hover {
	color: #6c6c6c;
}

/*customizing jquery ui datepicker/calendar*/

.ui-widget.ui-widget-content {
	margin: 0 auto;
	border: 0px;
	font-family: 'Montserrat';
}

.ui-widget-header {
	border: 0px !important;
	background: #ba71af !important;
	/*background: #00adc0 !important;*/
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 6px !important;
	width: 1.4em !important;
	height: 1.4em !important;
}

.ui-datepicker .ui-datepicker-next {
	/*right: 0.6rem !important;*/
	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev {
	/*left: 0.6rem !important;*/
	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.ui-widget-header .ui-icon {
	background-image: url(../img/icons/calendar-arrow-left.png) !important;
}

.ui-icon-circle-triangle-e {
	background-position: 3px !important;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.ui-icon-circle-triangle-w {
	background-position: 3px !important;
}

.ui-widget-header {
	color: #fff !important;
	font-size: 1rem;
	font-weight: 300;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	border-radius: 4px !important;
	background: #fff !important;
	border: 1px solid #90a0a8 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #00adc0 !important;
	color: #fff !important;
	border: 1px solid #00adc0 !important;
}

/*.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
	border: 1px solid #ba71ab !important;
	background: #ba71ab !important;
	color: #fff !important;
}*/

.ui-state-active {
	background: #00adc0 !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
	margin: 0.25rem !important;
	text-align: center !important;
	color: #90a0a8;
}

.ui-datepicker th {
	color: #90a0a8;
	font-weight: 600 !important;
}
.borderless-field {
	border: 0px;
	border-bottom: 1px solid #d5d5d5;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px;
	transition: 0.2s ease-in-out;
	background-color: transparent;
	padding: initial;
	margin-top: -0.5rem;
}

.borderless-field:focus {
	border: 0px;
	border-bottom: 2px solid #00adc0;
	box-shadow: none !important;
	background: transparent;
}

/*customizing data table*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #00adc0;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0px;
}
.dataTables_wrapper .dataTables_scroll {
  margin-bottom: 1rem;
}
.dataTables_wrapper .dataTables_paginate {
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding-top: 0px;
}
.dataTables_wrapper .dataTables_filter input {
   height: calc(1.5em + .75rem + 2px);
   padding: .375rem .75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: .25rem;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dataTables_wrapper .dataTables_filter input:focus {
  border: 1px solid #00adc0 !important;
  outline: none !important;
  
}



/*ios toggle custom*/

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
	border-radius: 20rem;
}

.toggle.ios .toggle-handle {
	border-radius: 20rem;
}

.calendar-icon {
	background: url(../img/icons/calendar-icon.png);
	background-position: 97%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.datepicker td,
.datepicker th {
	padding: 5px;
}
#accordionnew a[aria-expanded=false] .hgi-chevron-down{
  transform: rotate(-90deg) !important;  
}
#accordionnew a[aria-expanded=true] .hgi-chevron-down{
 transform: rotate(0deg) !important;
 margin-right: 4px;  
}


/*hgo header start here*/
.hgo-logo {
	width: 200px;
	height: auto;
}

.hgo-logo-fill {
	fill: #00adc0;
}
.hgo-logo-fill-success {
	fill: #adbe64;
}
.hgo-logo-fill-secondary {
	fill: #ba71ab;
}

.hgo-header {
	background: #fff;
	padding: .2rem 1rem;
}
.burger-menu-icon {
	color: #6c6c6c;
}


.hgo-header .navbar-nav li{
	margin-bottom: 0px
}
.navbar-light.hgo-header .navbar-nav .active>.nav-link {
	color: #6c6c6c;
	text-transform: capitalize;
}

.navbar-light.hgo-header .navbar-nav .nav-link {
	color: #6c6c6c;
}

.navbar-light.hgo-header .navbar-nav .nav-link:hover {
	color: #ba71ab;
}

.navbar-expand-lg.hgo-header .navbar-nav .nav-item:last-child {
	border-left: 1px solid #19b2c0;
	padding-left: 1.2rem;
}

@media (min-width: 768px) {
	.navbar-expand-lg.hgo-header .navbar-nav .nav-link {
		/* padding-right: 1.2rem;
		padding-left: 1.1rem; */
	}
}

.hgo-header .dropdown:hover>.dropdown-menu {
  display: block;
}

.hgo-header .dropdown-menu {
	padding: 0px;
	border: none;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
.hgo-header .dropdown-menu li {
	margin-bottom: 0px;
}
.hgo-header .dropdown-item {
	padding: 0.6rem 0.8rem;
}
.hgo-header .dropdown-header {
	padding: .5rem 0.8rem;
}
.hgo-header .dropdown-item:hover {
	color: #fff;
	background-color: #a36a97;
}
.hgo-header .dropdown-item:first-child:hover {
	border-radius: .25rem .25rem 0rem 0rem;
}
.hgo-header .dropdown-item:last-child:hover {
	border-radius: 0rem 0rem .25rem .25rem;
}


.hgo-header .dropdown-menu.language-dropdown li {
	margin-bottom: 0px;
}
.hgo-header .dropdown-menu.language-dropdown li .dropdown-item {
	padding: 0.6rem 0.8rem;
	border-radius: 0px;
}
.hgo-header .dropdown-menu.language-dropdown li .dropdown-item:hover {
	color: #fff;
	background-color: #a36a97;
}
.hgo-header .dropdown-menu.language-dropdown li:first-child:hover {
	border-top-left-radius: .25rem;
}
.hgo-header .dropdown-menu.language-dropdown li:last-child:hover {
	border-bottom-left-radius: .25rem;
}



.hgo-header .dropdown-item.active {
	background-color: #ba71ab;
}
.sign-in-link {
	color: #00adc0;
	font-weight: 300;
	border: 1px solid #00adc0;
	border-radius: 4px 4px 4px 4px;
	padding: 0.6rem 1rem;
	/*transition: 1s ease-in-out;*/
}
.sign-in-link:hover {
	background: #00adc0;
	color: #fff;
}
.navbar-nav  .nav-item {
	margin-bottom: 0px;
}

.covid-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	font-size: 13px;
	text-align: center;
	z-index: 1045;
}
.covid-bar .first-bar {
	background-color: #ba71af;
	color: #fff;
	padding: 6px 10px;
}
.covid-bar .second-bar {
	background-color: #515151;
	color: #fff;
	padding: 6px 10px;	
}
.covid-bar .second-bar .badge-white {
	background-color: #fff;
	color: #75a6a9;
	font-size: 14px;
	font-weight: 600;
}
.covid-bar .second-bar .badge-white:hover {
	color: #000;
	background-color: #ededed;
}
/*@media only screen and (max-width: 768px) {
	.covid-bar {
		display: none;
	}
	.media-mt-0 {
		margin-top: 0px !important;
	}
}*/
.covid-bar .telphone {
	color: #ba71af;
} 

@media only screen and (max-width: 576px) {
	.hgo-header {
		/* margin-top: 130px !important; */
	}
}
.blink {
 animation: animateBlink 0.8s linear infinite; 
}
@keyframes animateBlink{ 
 0%{ 
   opacity: 0; 
 } 
 50%{ 
   opacity: 0.8; 
 } 
 100%{ 
   opacity: 0; 
 } 
} 


/*homepage onload popup covid's*/
.corona_top_banner_onload {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/corona-landingpage/corona-onloadppbg.png);
        background-position: 85% bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;

    }
    @media only screen and (min-width: 1600px) {
        .corona-empty-spaceonload {
            padding-top: 33% !important;
        }
        .corona-empty-spaceonload-left {
            padding-bottom: 0%;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .corona-empty-spaceonload {
            padding-top: 24% !important;
        }
        .corona_top_banner_onload {
            background-position: 30% !important;
        }
        .corona-empty-spaceonload-left {
            padding-bottom: 6%;
            padding-top: 5%;
            padding-left: 12%;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .corona-empty-spaceonload {
            padding-top: 45% !important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .corona-empty-spaceonload {
            padding-top: 65% !important;
        }
        .corona_top_banner_onload {
            background-position: 65%;
        }
    }

    @media (max-width: 767px) {
        .corona_top_banner_onload {
            position: relative;
            width: 100%;
            height: 200px;
            background-position: 100%;
        }
        .corona-empty-spaceonload {
            padding-top: 16vh !important;
        }
        .corona-empty-spaceonload-left {
            padding-top: 10%;
        }
        .hgologo {
    		max-width: 150px;
    	}
    	.logocorona {
    		max-width: 180px !important;
    	}
    }

    @media (max-width: 480px) {
        .corona_top_banner_onload {
            height: 130px;
        }
    }

    .corona-empty-spaceonload {
        padding-top: 52%;
    }
    .btn-risk-scanonload {
        background-color: #ee2a65;
        color: #fff;
        padding: 0.4rem 2rem;
        font-size: 1rem;
        border-radius: 8px;
        font-weight: 300;
    }
    @media only screen and (max-width: 380px) {
        .btn-risk-scanonload {
            padding: 0.4rem 1rem;
        }
    }
    .btn-risk-scanonload:hover {
        background-color: #fff;
        color: #ee2a65;
        border: 1px solid #ee2a65;
    }
    .btn-risk-scanonload:focus {
        box-shadow: none;
    }
    .btn-risk-scanonload:active {
        background-color: #ee2a65;
        color: #fff;
    }
    .covidOnLoadPopup {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      box-shadow: 2px 2px 9px 3px rgba(7, 7, 7, 0.1);
      display: none;

    }
    .close-coronapop {
      position: absolute;
       right: 1rem;
       background: transparent;
       display: block;
       z-index: 9999;
       font-size: 3rem;
       outline: none;
       border: none;
       cursor: pointer;
    }
    .close-coronapop:hover {
      color: rgba(0,0,0,0.5);
    }
    .close-coronapop:focus {
      border: none;
      outline: none;
    }


    /*==nav affix==*/
nav.nav-affix {
	background: #fff !important;
	-webkit-box-shadow: 0px 1px 18px 1px #80808021;
	-moz-box-shadow: 0px 1px 18px 1px #80808021;
	-o-box-shadow: 0px 1px 18px 1px #80808021;
	-ms-box-shadow: 0px 1px 18px 1px #80808021;
	box-shadow: 0px 1px 18px 1px #80808021;
}

nav.nav-affix .navbar-nav .nav-link {
	font-size: 15px;
	-webkit-transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}
nav.nav-affix .navbar-nav .nav-link:hover {
	color: #ba71ab !important;
	-webkit-transition: 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
	-ms-transition: 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}
nav.nav-affix .hgo-logo .hgo-logo-fill {
	fill: #00adc0;
}
nav.nav-affix .hgo-logo .hgo-logo-fill-success {
	fill: #adbe64;
}
nav.nav-affix .hgo-logo .hgo-logo-fill-secondary {
	fill: #ba71ab;
}

nav.nav-affix .hgo-logo {
	width: 130px;
	height: auto;
	transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}
nav.nav-affix .user-login-pic.broken-profile-img:after {
	left: 6px;
    top: 0px;
    font-size: 1.5rem;
}

nav.nav-affix .sign-in-link {
	padding: 0.4rem 0.5rem;
}

nav.nav-affix .burger-menu-icon {
	font-size: 14px;
	transition: 0.6s ease-in-out;
}

@media only screen and (min-width: 991px) {
	nav.nav-affix.hgo-header {
		padding: 0px 0px !important;
	}
}
nav.nav-affix .user-login-pic {
	height: 40px;
	width: 40px;
	transition: 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.user-login-pic {
 width: 50px;
 height: 50px;
 object-fit: cover;
 object-position: center;
 border: 1px solid #929292;
 position: relative;
 display: inline-block;
 overflow: hidden;
 color: #000;
 background-color: #fff;
}
/*when image is broken*/
.user-login-pic.broken-profile-img:before { 
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.user-login-pic.broken-profile-img:after { 
    content: "\e943";
    display: block;
    font-style: normal;
    font-family: hgo;
    position: absolute;
    left: 12px;
    top: 6px;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    color: #00adc0;
}
/*hgo header ends here*/



/*complete master banner starts here*/
.master-banner {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   height: auto;
   padding-top: 6rem !important;
   padding-bottom: 9.5rem !important;
}
@media only screen and (min-width: 1660px) and (max-width: 1920px){
	.master-banner {
	   padding-top: 13rem !important;
	   padding-bottom: 15rem !important;
	}
}
@media only screen and (min-width: 1920px) and (max-width: 2200px){
	.master-banner {
	   padding-top: 18rem !important;
	   padding-bottom: 18rem !important;
	}
}
@media only screen and (min-width: 2200px){
	.master-banner {
	   padding-top: 16rem !important;
	   padding-bottom: 15rem !important;
	}
}
@media only screen and (max-width: 768px){
	.master-banner {
	   padding-bottom: 1rem !important;
	}
}
@media only screen and (max-width: 576px){
	.master-banner {
	   padding-top: 8rem !important;
	}
}
.ovc {
   background-color: #fff;
   overflow: hidden;
}
.ovc .ovc-icon {
   position: absolute;
   left: 50%;
   top: 65%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.ovc .new-strip {
   background-color: #ba71af;
    color: #fff;
    padding: 2px 39px;
    font-size: 13px;
    position: absolute;
    right: -34px;
    top: 8px;
    transform: rotate(45deg);
    display: block;
    z-index: 2;
}
.master-banner [type="radio"] {
    display: none;
}
.master-banner [type="radio"]:checked + label,
.master-banner [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
}
.master-banner [type="radio"]:checked + label:before,
.master-banner [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.master-banner [type="radio"]:checked + label:after,
.master-banner [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #ba71ab;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.master-banner [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.master-banner [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*.master-banner p{
  display:inline-block;
  margin-right: 10px
}
@media only screen and (max-width: 576px) {
	.master-banner p {
		display: block;
		text-align: left;
		margin-left: 0.6rem;	
	}
}*/
.master-banner .master-title {
   font-size: 3.2rem;
   font-weight: 600;
   margin-bottom: 2.5rem;
}
.master-banner .mainpage-search-inp {
   padding: 1.5rem 2.7rem 1.5rem 0.8rem;
   font-size: 0.9rem;
   position: relative;
}
.master-banner .mainpage-search-inp-wrap {
    /*display: inline-block;*/
    position: relative;
}
/* @media only screen and (max-width: 576px) {
 	.master-banner .mainpage-search-inp-wrap,
 	.master-banner .mainpage-insurance-inp-wrap {
 		width: 100% !important;
 	}
 	.master-banner .mainpage-book-apt-btn {
 		width: 95% !important;
 	}
 }*/
.master-banner .mainpage-search-inp-wrap:before {
	content: '\e903';
	font-family: hgo;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 0.5rem;
    right: 0.8rem;
    z-index: 2;
    color: #cccccc;
    font-size: 1.6rem;
 }

.master-banner .mainpage-search-inp::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #ba71ab !important;
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-search-inp::-moz-placeholder {
   /* Firefox 19+ */
   color: #ba71ab !important;
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-search-inp:-ms-input-placeholder {
   /* IE 10+ */
   color: #ba71ab !important;
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-search-inp:-moz-placeholder {
   /* Firefox 18- */
   color: #ba71ab !important;
   font-weight: 300;
   font-size: 1rem;
}
.master-banner .mainpage-insurance-inp-wrap {
    /*display: inline-block;*/
    position: relative;
 }
 .master-banner .mainpage-insurance-inp-wrap:before {
    content: '\e924';
    font-family: hgo;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0.9rem;
    right: 0.75rem;
    z-index: 2;
    color: #cccccc;
    font-size: 0.95rem;
 }
.master-banner .mainpage-insurance-inp {
    padding: 1.5rem 2.7rem 1.5rem 0.8rem;
   font-size: 0.9rem;
   position: relative;
}
.master-banner .mainpage-insurance-inp::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #ba71af !important;
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-insurance-inp::-moz-placeholder {
   /* Firefox 19+ */
   color: #ba71af !important;
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-insurance-inp:-ms-input-placeholder {
   /* IE 10+ */
   color: #ba71af !important;
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-insurance-inp:-moz-placeholder {
   /* Firefox 18- */
   color: #ba71af !important;
   font-weight: 300;
   font-size: 1rem;
}
/*mainpage location input*/
.master-banner .mainpage-location-inp-wrap {
    /*display: inline-block;*/
    position: relative;
 }
 .master-banner .mainpage-location-inp-wrap:before {
    content: '\e916';
    font-family: hgo;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    z-index: 1;
    color: #cccccc;
    font-size: 1.6rem;
    cursor: pointer;
 }
 .master-banner .mainpage-location-inp-wrap:after {
    content: 'Near';
    font-style: normal;
    font-weight: 300;
    position: absolute;
    top: 0.79rem;
    left: 0.8rem;
    z-index: 1;
    color: #ba71af;
    font-size: 1rem;
 }
 .master-banner .mainpage-location-inp-wrap:before:hover{
 	font-size: 1.8rem;
 }
.master-banner .mainpage-location-inp {
   padding: 1.5rem 2.7rem 1.5rem 3.5rem;
   font-size: 0.9rem;
   position: relative;
}
.master-banner .mainpage-location-inp::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-location-inp::-moz-placeholder {
   /* Firefox 19+ */
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-location-inp:-ms-input-placeholder {
   /* IE 10+ */
   font-weight: 300;
   font-size: 1rem;
}

.master-banner .mainpage-location-inp:-moz-placeholder {
   /* Firefox 18- */
   font-weight: 300;
   font-size: 1rem;
}

.master-banner-content .row {
	margin:0px;
	padding:3px;
}

.master-banner-content .form-group {
	margin:0px;
	padding:3px;
}

.master-banner .mainpage-book-apt-btn {
   background: #00adc0;
   color: #fff;
   font-size: 1.3rem;
}
/*@media only screen and (max-width: 400px) {
	.master-banner .mainpage-book-apt-btn {
		font-size: 1.2rem;
    	padding-left: 1.3rem;
	}
}
@media (max-width: 768px) {
   .mainpage-search-inp,
   .mainpage-insurance-inp {
      width: 95% !important;
   }
   .master-banner .mainpage-book-apt-btn {
   	width: 66%;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
   .master-banner .mainpage-book-apt-btn {
      width: 50% !important;
   }
}*/
.master-banner .mainpage-book-apt-btn:hover {
   background: #e3fafe;
   color: #000;
}
.master-banner .mainpage-book-apt-btn:focus {
   box-shadow: none;
}
.master-banner .mainpage-book-apt-btn:active {
   background: #fff;
}
.master-banner .master-search-icon {
	width: 28px;
}
		/*speciality carousel starts here*/
   .speciality-carousel .item {
      background: #fff;
      /*margin: 0.6rem;*/
      overflow: hidden;
   }
   .speciality-carousel .speciality-name {
   	font-size: 1.1rem;
   }
   .speciality-carousel .item .speciality-icons {
      width: 100%;
      height: 125px;
      object-fit: cover;
      object-position: center;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.21);
   }
.speciality-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
    top: 35%;
	width: 40px;
	height: 40px;
}

.speciality-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
    top: 35%;
	width: 40px;
	height: 40px;
}
.speciality-carousel .owl-nav button.owl-prev:hover,
.speciality-carousel .owl-nav button.owl-next:hover,
.speciality-carousel .owl-nav button.owl-prev:focus,
.speciality-carousel .owl-nav button.owl-next:focus {
	background: transparent;
	outline: none;
}
@media only screen and (max-width: 768px) {
	.speciality-arrow-left,
	.speciality-arrow-right {
	display: none;
}
}
		/*speciality carousel ends here*/



        /*homepage search dropdowns*/
.search-dropdown-wrapper {
    width: 100%;
    position: absolute;
    z-index: 3;
    /* left: 17.5%; */
    top: 60px;
    border-radius: 4px;
    border: 1px solid #e4e0e0;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	}
   @media only screen and (max-width: 768px) {
      .search-dropdown-wrapper {
         width: 95%;
         left: 2.5%;
      }
   }
   .search-dropdown-wrapper .search-dropdown-inner {
      height: 41vh;
      overflow-y: scroll;
      border-radius: 0.5rem;
      background: #fff;
      /*border: 1px solid #e4e0e0;*/
      border-top: 0px;
   }
   .search-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item {
      text-align: left;
      border: 0px;
      padding: .65rem;
      /*text-transform: capitalize;*/
      border-bottom: 1px solid #dadada;
      margin-bottom: 0px;
   }
   .search-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item:hover {
   	border-bottom: 1px solid #dadada;
   }
   .search-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item:hover .ins-name {
   	color: #00adc0;
   }
   .search-dropdown-wrapper .search-dropdown-title {
      background: #d4f3f8 !important;
      padding-left: 2rem !important;
      border-top-left-radius: 0.5rem !important;
      border-top-right-radius: 0.5rem !important;
      border-bottom-left-radius: 0rem !important;
      border-bottom-right-radius: 0rem !important;
      text-align: left;
   }
   .search-dropdown-wrapper .list-group-item:first-child {
       border-top-left-radius: 0px;
       border-top-right-radius: 0px;
   }
   .search-dropdown-wrapper .list-group-item:last-child {
       border-bottom-left-radius: 0rem;
       border-bottom-right-radius: 0rem;
   }
   .arrow-normal-dropdown {
      width: 20px;
       height: 20px;
       border-bottom: 20px solid #fff;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
       position: absolute;
       top: 100%;
       left: 20%;
       z-index: 4;
   }
   .search-dropdown-wrapper .inner-list-group-main .list-group-item {
   	padding: .75rem 1.8rem !important;
   }
   .search-dropdown-wrapper .inner-list-group-main .list-group-item:hover {
   	color: #ba71ab;
   }

/*combined search dropdown in home page*/
.search-dropdown-wrapperMulti {
      width: 70%;
      position: absolute;
      z-index: 3;
      left: 15%;
      top: 70px;
      overflow: auto;
      height: 45vh;
      min-height: 45vh;
      background: #FFF;
      border-radius: 0.5rem;
   }
   @media only screen and (max-width: 768px) {
      .search-dropdown-wrapperMulti {
         width: 95%;
         left: 2.5%;
      }
   }
   .search-dropdown-wrapperMulti .normal-dropdown-main .list-group-item {
      text-align: left;
      border: 0px;
      padding: .75rem 2rem;
      text-transform: capitalize;
      border-radius: 0px;
   }
   .search-dropdown-wrapperMulti .normal-dropdown-main .list-group-item:first-child {
   	background: #d4f3f8;
   	padding: .5rem 2rem;
   }

   /*combination dropdown*/
   .map-search-dropdown-wrapperMulti {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    z-index: 99;
    top: 50px;
    border-radius: 0.5rem;
    overflow: auto;
    height: auto;
    min-height: 30px;
    max-height: 45vh;
    border: 1px solid #ececec;
    background: #fff;
   }
   .map-search-dropdown-wrapperMulti .normal-dropdown-main .list-group-item {
      text-align: left;
      border: 0px;
      padding: 0.5rem 1rem;
      text-transform: capitalize;
      font-size: 15px;
      border-radius: 0px;
   }
   .map-search-dropdown-wrapperMulti .list-group-item:first-child {
       background: #d4f3f8;
   }



	/*this is global for owl carousel*/
.own-nav-enable .owl-nav.disabled {
	display: block !important;
}
	/*ends here*/


/*counting section starts here*/
.counting-section {
	-webkit-box-shadow: 0px 16px 30px -15px #d4d3d37a;
	-moz-box-shadow: 0px 16px 30px -15px #d4d3d37a;
	-o-box-shadow: 0px 16px 30px -15px #d4d3d37a;
	-ms-box-shadow: 0px 16px 30px -15px #d4d3d37a;
	box-shadow: 0px 16px 30px -15px #d4d3d37a;
	padding-bottom: 30px;
}

.counting-section .hcp-ins-users {
	font-weight: bold;
	color: #00adc0;
}

.counting-section .count-number {
	font-weight: bold;
	background: -webkit-linear-gradient(90deg, #19b2c0, #2bb38a);
	background: -moz-linear-gradient(90deg, #19b2c0, #2bb38a);
	background: -o-linear-gradient(90deg, #19b2c0, #2bb38a);
	background: -ms-linear-gradient(90deg, #19b2c0, #2bb38a);
	background: linear-gradient(90deg, #19b2c0, #2bb38a);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	text-fill-color: transparent;
}

.counting-section-img {
	background: url(../img/count-section.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 180px;
}


/*titles and sub titles*/

.what-we-do-title,
.offers-section-title,
.articles-section-title,
.partners-section-title,
.subscribe-section-title,
.testimonials-section-title {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 2.1rem;
}

.y-hgo-title {
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.what-we-do-sub-title,
.offers-section-sub-title,
.articles-section-sub-title,
.partners-section-sub-title,
.subscribe-section-sub-title,
.testimonials-section-sub-title {
	text-align: center;
	color: #6c6c6c;
	margin-top: 0px;
	font-weight: 300;
	font-size: 1rem;
}

.y-hgo-sub-title {
	text-align: center;
	color: #fff;
	margin-top: 0px;
}


/*main page offers cards*/

.offers-carousel .card {
	-webkit-border-radius: 1rem !important;
	-moz-border-radius: 1rem !important;
	-o-border-radius: 1rem !important;
	-ms-border-radius: 1rem !important;
	border-radius: 1rem !important;
	width: 85%;
	margin: 22px auto;
	-webkit-box-shadow: 4px 5px 10px 0px #bebcbc;
	-moz-box-shadow: 4px 5px 10px 0px #bebcbc;
	-o-box-shadow: 4px 5px 10px 0px #bebcbc;
	-ms-box-shadow: 4px 5px 10px 0px #bebcbc;
	box-shadow: 4px 5px 10px 0px #bebcbc;
	border: none;
}

.offers-carousel .card:hover {
	-webkit-box-shadow: 4px 7px 20px 0px #bebcbc;
	-moz-box-shadow: 4px 7px 20px 0px #bebcbc;
	-o-box-shadow: 4px 7px 20px 0px #bebcbc;
	-ms-box-shadow: 4px 7px 20px 0px #bebcbc;
	box-shadow: 4px 7px 20px 0px #bebcbc;
}

.offers-carousel .card .offer-img {
	height: 190px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-border-top-left-radius: 1rem !important;
	-moz-border-top-left-radius: 1rem !important;
	-o-border-top-left-radius: 1rem !important;
	-ms-border-top-left-radius: 1rem !important;
	border-top-left-radius: 1rem !important;
	-webkit-border-top-right-radius: 1rem !important;
	-moz-border-top-right-radius: 1rem !important;
	-o-border-top-right-radius: 1rem !important;
	-ms-border-top-right-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

/*.heart-icon-filled,
.heart-icon-unfilled,
.bookmark-filled,
.bookmark-unfilled,
.share-icon {
	height: auto !important;
	width: 20px !important;
	display: inline-block!important;
}

.share-icon:focus {
	outline: none;
}*/

.offers-carousel .card .card-body .number {
	font-size: 12px;
}

@media only screen and (max-width: 400px) {
	.offers-carousel .card .card-body .number {
		font-size: 9px;
	}
}

.offers-carousel .card .card-body .offer-type {
	color: #00adc0;
	font-weight: bold;
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.offers-carousel .card .card-body .offer-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.offers-carousel .card .card-body .offer-description {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

.offers-carousel .card .card-body .offers-left {
	color: #d75a4a;
	font-weight: 300;
	font-size: 14px;
}

.offers-carousel .card .card-body .ends-in {
	color: #d75a4a;
	font-weight: 300;
	font-size: 14px;
}

.offers-carousel .card .card-body .view-offer {
	font-weight: 300;
	text-decoration: underline;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}

.offers-carousel .card .card-body .offer-type .offer-strike {
	text-decoration: line-through;
	color: #d75a4a;
}

.offers-carousel .card .card-body {
	position: relative;
}

.offers-carousel .card .card-body .offers-ribbon {
	position: absolute;
	right: 0px;
	width: 45%;
	height: auto;
	margin-top: 3px;
}

.offers-carousel .card .card-body .speciality-name {
	position: absolute;
	right: 0px;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.offers-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -18px;
	top: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.offers-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}
.owl-theme.offers-carousel .owl-nav [class*=owl-]:hover {
	background: #8ba5ab !important;
}
.owl-theme.offers-carousel .owl-nav [class*=owl-]:focus {
	outline: none;
}
.owl-theme.offers-carousel .owl-nav [class*=owl-]:active {
	background: #809398 !important;
}


/*why healthigo section*/

.why-hgo {
	background: transparent !important;
}

.anim-mob1,
.anim-mob2,
.anim-mob3 {
	width: 20%;
	margin: 20px;
}

.why-hgo-section {
	background-repeat: no-repeat;
	background-position: top;
}
@media only screen and (min-width: 1920px) {
	.why-hgo-section {
		background-size: 100%;
	}
}

/*main page blog cards*/

.articles-cards {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 1800px) {
	.articles-cards {
		padding-bottom: 6rem;
	}
}

.articles-carousel .card {
	-webkit-border-radius: 1rem !important;
	-moz-border-radius: 1rem !important;
	-o-border-radius: 1rem !important;
	-ms-border-radius: 1rem !important;
	border-radius: 1rem !important;
	width: 85%;
	margin: 22px auto;
	-webkit-box-shadow: 6px 6px 17px -6px #bebcbc;
	-moz-box-shadow: 6px 6px 17px -6px #bebcbc;
	-o-box-shadow: 6px 6px 17px -6px #bebcbc;
	-ms-box-shadow: 6px 6px 17px -6px #bebcbc;
	box-shadow: 6px 6px 17px -6px #bebcbc;
	border: none;
}

.articles-carousel .card:hover {
	-webkit-box-shadow: 4px 4px 20px 0px #bebcbc;
	-moz-box-shadow: 4px 4px 20px 0px #bebcbc;
	-o-box-shadow: 4px 4px 20px 0px #bebcbc;
	-ms-box-shadow: 4px 4px 20px 0px #bebcbc;
	box-shadow: 4px 4px 20px 0px #bebcbc;
}

.articles-carousel .card .article-img {
	height: 190px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-border-top-left-radius: 1rem !important;
	-moz-border-top-left-radius: 1rem !important;
	-o-border-top-left-radius: 1rem !important;
	-ms-border-top-left-radius: 1rem !important;
	border-top-left-radius: 1rem !important;
	-webkit-border-top-right-radius: 1rem !important;
	-moz-border-top-right-radius: 1rem !important;
	-o-border-top-right-radius: 1rem !important;
	-ms-border-top-right-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.articles-carousel .card .card-body .heart-icon-filled,
.articles-carousel .card .card-body .heart-icon-unfilled {
	height: auto;
	width: auto;
	display: inline-block;
}

.articles-carousel .card .card-body .share-icon {
	height: auto;
	width: auto;
	display: inline-block;
}

.articles-carousel .card .card-body .number {
	font-size: 12px;
}

@media only screen and (max-width: 400px) {
	.articles-carousel .card .card-body .number {
		font-size: 9px;
	}
}

.articles-carousel .card .card-body .article-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.articles-carousel .card .card-body .article-description {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

.articles-carousel .card .card-body .read-more {
	font-weight: 300;
	text-decoration: underline;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}

.articles-carousel .card .card-body {
	position: relative;
}

.articles-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -18px;
	top: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.articles-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.owl-theme.articles-carousel .owl-nav [class*=owl-]:hover {
	background: #8ba5ab !important;
}
.owl-theme.articles-carousel .owl-nav [class*=owl-]:focus {
	outline: none;
}
.owl-theme.articles-carousel .owl-nav [class*=owl-]:active {
	background: #809398 !important;
}


/*partners of healthigo*/

.partners {
	margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
	.partners {
		padding-bottom: 0rem !important;
		padding-top: 0rem !important;
		margin-bottom: 0px;
	}
}
.partners-carousel {
	padding: 20px 40px;
}

.partners-carousel .item {
	height: 160px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 4px 4px 13px -2px #c4c1c1;
	-moz-box-shadow: 4px 4px 13px -2px #c4c1c1;
	-o-box-shadow: 4px 4px 13px -2px #c4c1c1;
	-ms-box-shadow: 4px 4px 13px -2px #c4c1c1;
	box-shadow: 4px 4px 13px -2px #c4c1c1;
	margin: 15px auto;
	position: relative;
	overflow: hidden;
}

.partners-carousel .item .partner-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	object-position: center;
}
.partners-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -18px;
	top: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.partners-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -18px;
	top: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.owl-theme.partners-carousel .owl-nav [class*=owl-]:hover {
	background: #8ba5ab !important;
}
.owl-theme.partners-carousel .owl-nav [class*=owl-]:focus {
	outline: none;
}
.owl-theme.partners-carousel .owl-nav [class*=owl-]:active {
	background: #809398 !important;
}
/*download app section*/
.download-app .smart-text {
	color: #00adc0;
	font-weight: 600;
}

.download-app .download-app-text {
	color: #000;
	font-weight: 600;
	font-size: 36px;
}

.download-app .get-app-text {
	color: #4a4949;
	font-weight: 600;
}

.download-app input {
	height: 50px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-o-border-top-left-radius: 0px;
	-ms-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-o-border-bottom-left-radius: 0px;
	-ms-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	background: #edf5f5;
}

.download-app select {
	height: 50px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-o-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-ms-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-o-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-ms-border-bottom-right-radius: 0px;
	background: #edf5f5;
	background-image: url(../img/icons/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 84% 50%;
}

.download-app ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #4a4949 !important;
	font-weight: 600;
}

.download-app ::-moz-placeholder {
	/* Firefox 19+ */
	color: #4a4949 !important;
	font-weight: 600;
}

.download-app :-ms-input-placeholder {
	/* IE 10+ */
	color: #4a4949 !important;
	font-weight: 600;
}

.download-app :-moz-placeholder {
	/* Firefox 18- */
	color: #4a4949 !important;
	font-weight: 600;
}

.download-app .app-link-btn {
	padding: 12px 20px;
}

/*footer starts here*/

footer {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
}

footer .heading {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}

footer .sub-heading {
	font-size: 1.6rem;
	color: #d2cfcf;
}

.footer-lists ul li a {
	color: #d2cfcf;
	font-weight: 300;
	font-size: 15px;
}

.footer-lists ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.footer-lists ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/*.footer-lists ul li {
	margin-bottom: 1.4rem;
}*/

.footer-lists .copyright-text {
	color: #d2cfcf;
	font-weight: 600;
}

.sub-footer {
	background: #00000029;
	padding-top: 25px;
	padding-bottom: 10px;
}

.sub-footer .text {
	color: #d2cfcf;
	font-weight: 300;
	font-size: 14px;
}


/*--social icons footer -sprite images--*/
.footer-social ul li a .footer-social-imgs {
	font-size: 1.5rem;
	color: #d2cfcf;	
}


/*subscribe here*/

.subscribe-here {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	margin-top: -12rem;
	-webkit-box-shadow: 0px -7px 18px -5px #d6d6d6;
	-moz-box-shadow: 0px -7px 18px -5px #d6d6d6;
	-o-box-shadow: 0px -7px 18px -5px #d6d6d6;
	-ms-box-shadow: 0px -7px 18px -5px #d6d6d6;
	box-shadow: 0px -7px 18px -5px #d6d6d6;
}

.subscribe-here .inpt-subscribe {
	display: inline-block;
	width: 85%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	padding-left: 2rem;
	padding-right: 2rem;
	-webkit-box-shadow: 2px 3px 8px 0px #bebebe;
	-moz-box-shadow: 2px 3px 8px 0px #bebebe;
	-o-box-shadow: 2px 3px 8px 0px #bebebe;
	-ms-box-shadow: 2px 3px 8px 0px #bebebe;
	box-shadow: 2px 3px 8px 0px #bebebe;
	border: 0px;
}

.subscribe-here .inpt-subscribe:focus {
	border: 1px solid #00adc0;
}

.subscribe-here ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #cacaca !important;
	font-weight: 600;
}

.subscribe-here ::-moz-placeholder {
	/* Firefox 19+ */
	color: #cacaca !important;
	font-weight: 600;
}

.subscribe-here :-ms-input-placeholder {
	/* IE 10+ */
	color: #cacaca !important;
	font-weight: 600;
}

.subscribe-here :-moz-placeholder {
	/* Firefox 18- */
	color: #cacaca !important;
	font-weight: 600;
}

.subscribe-here .subscribe-btn {
	padding: 18px 30px;
	width: 80%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 2px 3px 8px 0px #bebebe;
	-moz-box-shadow: 2px 3px 8px 0px #bebebe;
	-o-box-shadow: 2px 3px 8px 0px #bebebe;
	-ms-box-shadow: 2px 3px 8px 0px #bebebe;
	box-shadow: 2px 3px 8px 0px #bebebe;
}

@media only screen and (max-width: 768px) {
	.deco-flower {
		display: none;
	}
	.deco-flower-flip {
		display: none;
	}
}


/*testimonials starts here*/

.testimonials {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	padding-top: 5rem;
	padding-bottom: 14rem;
}
@media only screen and (max-width: 768px) {
	.testimonials {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.testimonials .testimonial-deco {
	position: absolute;
	top: -60px;
	left: -30px;
	z-index: 1;
}

.testimonials .testimonial-deco-flip {
	position: absolute;
	top: -60px;
	right: -30px;
	z-index: 1;
}

/*@media only screen and (max-width: 768px) {
	.testimonials .testimonial-deco,
	.testimonials .testimonial-deco-flip {
		display: none;
	}
}
*/
.testimonials-carousel .item {
	text-align: center;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	border-radius: 1.5rem;
	-webkit-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-moz-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-o-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-ms-box-shadow: 6px 2px 24px -2px #c4c1c1;
	box-shadow: 6px 2px 24px -2px #c4c1c1;
	padding: 2rem;
	width: 90%;
	margin: 20px auto;
	background: #fff;
}

.testimonials .back-item1 {
	text-align: center;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	border-radius: 1.5rem;
	-webkit-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-moz-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-o-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-ms-box-shadow: 6px 2px 24px -2px #c4c1c1;
	box-shadow: 6px 2px 24px -2px #c4c1c1;
	padding: 2rem;
	width: 70%;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 15%;
	z-index: 1;
}

.testimonials .back-item2 {
	text-align: center;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	border-radius: 1.5rem;
	-webkit-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-moz-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-o-box-shadow: 6px 2px 24px -2px #c4c1c1;
	-ms-box-shadow: 6px 2px 24px -2px #c4c1c1;
	box-shadow: 6px 2px 24px -2px #c4c1c1;
	padding: 2rem;
	width: 60%;
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 20%;
	z-index: 0;
}

.testimonials-carousel .testimonial-pic {
	width: 110px !important;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #00adc0;
	object-fit: contain;
	object-position: center;
}

.testimonials-carousel blockquote {
	font-size: 18px;
	width: 80%;
	margin: 20px auto;
	line-height: 26px;
	height: 90px;
}

.testimonials-carousel blockquote::before {
	content: '\201C';
	font-size: 50px;
	position: relative;
	color: #00adc0;
	line-height: 20px;
	bottom: -15px;
	right: 5px;
	font-weight: bold;
}

.testimonials-carousel blockquote::after {
	content: '\201E';
	font-size: 50px;
	position: relative;
	color: #00adc0;
	line-height: 6px;
	bottom: 2px;
	left: 5px;
	font-weight: bold;
}

.testimonials-carousel .person-name {
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
}
.testimonials-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.testimonials-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.owl-theme.testimonials-carousel .owl-nav [class*=owl-]:hover {
	background: #8ba5ab !important;
}
.owl-theme.testimonials-carousel .owl-nav [class*=owl-]:focus {
	outline: none;
}
.owl-theme.testimonials-carousel .owl-nav [class*=owl-]:active {
	background: #809398 !important;
}


/*hcp page starts here*/

.hcp-banner {
	background: url(../img/hcp-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1820px) {
	.hcp-banner {
		padding-bottom: 3.5rem !important;
	}
}

@media only screen and (min-width: 1820px) and (max-width: 2000px) {
	.hcp-banner {
		padding-top: 2rem !important;
		padding-bottom: 6rem !important;
	}
}

@media only screen and (min-width: 2000px) {
	.hcp-banner {
		padding-top: 1rem !important;
		padding-bottom: 8rem !important;
	}
}

.transp-white-btn {
	background: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	padding: 10px 24px;
	font-weight: 600;
	border: 1px solid #fff;
}

.transp-white-btn:hover {
	color: #00adc0;
	background: #fff;
}

.transp-white-btn:focus {
	box-shadow: none;
}

.transp-white-btn:active {
	background: transparent;
	color: #fff;
}

.d-apps-imgs {
	max-width: 170px;
}


/*list your facility for free*/

.box-title {
	color: #000;
	font-weight: 600;
	/*font-size: 2.5rem;*/
}

.list-your-facility-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px !important;
}

.list-your-facility-form ::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px !important;
}

.list-your-facility-form :-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px !important;
}

.list-your-facility-form :-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px !important;
}

.list-your-facility-form {
	-webkit-box-shadow: 0px 0px 26px -5px #808080;
	-moz-box-shadow: 0px 0px 26px -5px #808080;
	-o-box-shadow: 0px 0px 26px -5px #808080;
	-ms-box-shadow: 0px 0px 26px -5px #808080;
	box-shadow: 0px 0px 26px -5px #808080;
}


/*hcp-threeBox-view */

.hcp-threeBox-view .hcp-box {
	-webkit-box-shadow: 0px 4px 18px 3px #80808040;
	-moz-box-shadow: 0px 4px 18px 3px #80808040;
	-ms-box-shadow: 0px 4px 18px 3px #80808040;
	-o-box-shadow: 0px 4px 18px 3px #80808040;
	box-shadow: 0px 4px 18px 3px #80808040;
	padding: 2.2rem;
	height: 90%;
}


/*enhance or list your page */

.pRel {
	position: relative;
}

.enhanced_top_banner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/list_or_enhance_your_facility.jpg);
	background-position: 85% bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 2000px) {
	.enhance-empty-space {
		padding-top: 75% !important;
	}
	.enhance-empty-space-right {
		padding-bottom: 12%;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2000px) {
	.enhance-empty-space {
		padding-top: 58% !important;
	}
	.enhance-empty-space-right {
		padding-bottom: 15%;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
	.enhance-empty-space {
		padding-top: 58% !important;
	}
	.enhance-empty-space-right {
		padding-bottom: 11%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.enhance-empty-space {
		padding-top: 49% !important;
	}
	.enhanced_top_banner {
		background-position: 30% !important;
	}
	.enhance-empty-space-right {
		padding-bottom: 6%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.enhance-empty-space {
		padding-top: 45% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.enhance-empty-space {
		padding-top: 45% !important;
	}
	.enhanced_top_banner {
		background-position: 65%;
	}
}

@media (max-width: 767px) {
	.enhanced_top_banner {
		position: relative;
		width: 100%;
		height: 400px;
		background-position: 30%;
	}
	.enhance-empty-space {
		padding-top: 5% !important;
	}
}

@media (max-width: 480px) {
	.enhanced_top_banner {
		height: 225px;
	}
}

.enhance-empty-space {
	padding-top: 52%;
}


/*get updates from healthigo*/

.updates-hgo {
	background: url(../img/water-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.updates-form input {
	height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 0px 0px 5px 2px #80808024;
	-moz-box-shadow: 0px 0px 5px 2px #80808024;
	-o-box-shadow: 0px 0px 5px 2px #80808024;
	-ms-box-shadow: 0px 0px 5px 2px #80808024;
	box-shadow: 0px 0px 5px 2px #80808024;
	border: none;
	padding-left: 1rem;
}

.updates-form input:focus {
	border: 1px solid #00adc0;
}


/*corporate enterprises page*/

.ce-banner {
	background: url(../img/ce-banner-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

@media only screen and (min-width: 1700px) and (max-width: 2100px) {
	.ce-banner {
		padding-bottom: 7% !important;
	}
}

@media only screen and (min-width: 2100px) {
	.ce-banner {
		padding-top: 3% !important;
		padding-bottom: 10% !important;
	}
}

.corporate-insurance {
	background: url(../img/mapping_section_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 16%;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
	.corporate-insurance,
	.personalised-news {
		padding-bottom: 20% !important;
	}
}

@media only screen and (min-width: 1800px) and (max-width: 2200px) {
	.corporate-insurance,
	.personalised-news {
		padding-bottom: 22% !important;
	}
}

@media only screen and (min-width: 1800px) {
	.corporate-insurance,
	.personalised-news {
		padding-top: 10% !important;
		padding-bottom: 22% !important;
	}
}

.personalised-news {
	background: url(../img/personalised_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 16%;
}


/*share it popover*/

.share-popup img {
	-webkit-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	-ms-transition: transform 0.2s;
	transition: transform 0.2s;
	width: 30px;
	height: auto;
}

.share-popup img:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	outline: none;
}


/*appointment booking*/
.first-option input[type="radio"],
.second-option input[type="radio"] {
	display: none;
}

.first-option .timings-box,
.second-option .timings-box {
	border: 1px solid #cacaca;
	padding: 10px 30px;
	text-align: center;
	background: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.first-option .timings-box .timings,
.second-option .timings-box .timings {
	margin-top: 10px;
	font-weight: normal;
	color: #6c6c6c;
}

.first-option input[type="radio"]:checked+.timings-box,
.second-option input[type="radio"]:checked+.timings-box {
	background: #48999ffc;
}

.first-option input[type="radio"]:checked+.timings-box .timings,
.second-option input[type="radio"]:checked+.timings-box .timings {
	color: #fff;
}

.first-option input[type="radio"]:checked+.timings-box .fa,
.second-option input[type="radio"]:checked+.timings-box .fa {
	color: #fff;
}

.selected_payment_type {
	border: 1px solid #fff;
	padding: 6px 14px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
}

.stars-section{
	display: none !important; 
}


/*schedule booking thank you screen starts here*/

.req-booking-form-section,
.schedule-thankyou-section,
.choose-apt-date-section,
.choose-apt-time-section,
.apt-booking-form-section,
.apt-otp-section,
.apt-booking-confirmed-section,
.error-page-section,
.provider-details-section,
.doctor-details-section,
.user-all-details-section,
.doc-all-details-section,
.page-decoration {
	background: url(../img/req-booking-form-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f7f8fc;
}

@media only screen and (max-width: 576px) {
	.req-booking-form-section,
	.schedule-thankyou-section,
	.choose-apt-date-section,
	.choose-apt-time-section,
	.apt-booking-form-section,
	.apt-otp-section,
	.apt-booking-confirmed-section,
	.error-page-section,
	.provider-details-section,
	.doctor-details-section,
	.user-all-details-section,
	.doc-all-details-section,
	.page-decoration
	 {
		background-size: cover;
		background-position: top;
	}
}

@media only screen and (min-width: 1920px) {
	.req-booking-form-section,
	.schedule-thankyou-section,
	.choose-apt-date-section,
	.choose-apt-time-section,
	.apt-booking-form-section,
	.apt-otp-section,
	.apt-booking-confirmed-section
	.error-page-section,
	.provider-details-section,
	.doctor-details-section,
	.user-all-details-section,
	.doc-all-details-section,
	.page-decoration
	 {
		background-size: 100%;
	}
}


/*.choose-apt-date*/
.choose-apt-time,
.choose-apt-date,
.apt-booking-form,
.apt-otp,
.apt-booking-confirmed,
.error-page,
.provider-details,
.user-all-details,
.doc-all-details,
.page-decoration-inner
 {
	-webkit-box-shadow: 0px 0px 9px -5px #737373;
	-moz-box-shadow: 0px 0px 9px -5px #737373;
	-o-box-shadow: 0px 0px 9px -5px #737373;
	-ms-box-shadow: 0px 0px 9px -5px #737373;
	box-shadow: 0px 0px 9px -5px #737373;
}

.schedule-thankyou .highlight-doc-bg {
	background: url(../img/booking-confirmed-doc-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	width: 90%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}


/*web signup starts here*/

/*.signUp-Login-box {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 8px 20px 50px 8px rgba(167, 158, 158, 0.4);
	-moz-box-shadow: 8px 20px 50px 8px rgba(167, 158, 158, 0.4);
	-o-box-shadow: 8px 20px 50px 8px rgba(167, 158, 158, 0.4);
	-ms-box-shadow: 8px 20px 50px 8px rgba(167, 158, 158, 0.4);
	box-shadow: 8px 20px 50px 8px rgba(167, 158, 158, 0.4);
}

.login-close {
	position: absolute;
	right: 14px;
	top: -7px;
	font-size: 3rem;
	color: #cfcece;
	font-weight: 100;
}*/

/*choose date for apt booking starts here*/

.your-apt-with {
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.your-apt-with .doc-pic {
	width: 75px;
	height: 75px;
	object-fit: contain;
	object-position: center;
	-webkit-box-shadow: 0px 0px 14px -5px #f4eeee;
	-moz-box-shadow: 0px 0px 14px -5px #f4eeee;
	-o-box-shadow: 0px 0px 14px -5px #f4eeee;
	-ms-box-shadow: 0px 0px 14px -5px #f4eeee;
	box-shadow: 0px 0px 14px -5px #f4eeee;
}

.your-apt-with .experience {
	background: #d0eff3;
	padding: 2px 10px;
}

.your-apt-with .selected-date-time {
	background: #f1f5f5;
}

.close-icon-big {
	position: absolute;
	right: 3rem;
	top: 2rem;
}
.close-icon-normal {
	position: absolute;
	right: 1.5rem;
	top: 1rem;
}

.choose-date-box .ui-widget.ui-widget-content {
	margin: 0 auto;
	border: 0px;
	font-family: 'Montserrat';
}

.choose-date-box .ui-widget-header {
	border: 0px !important;
	background: transparent !important;
}



.choose-date-box .ui-datepicker .ui-datepicker-next {
	right: 0.6rem !important;
	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.choose-date-box .ui-datepicker .ui-datepicker-prev {
	left: 0.6rem !important;
	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.choose-date-box .ui-widget-header .ui-icon {
	background-image: url(../img/icons/calendar-arrow-left.png) !important;
}

.choose-date-box .ui-icon-circle-triangle-e {
	background-position: 3px !important;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.choose-date-box .ui-icon-circle-triangle-w {
	background-position: 3px !important;
}

.choose-date-box .ui-widget-header {
	color: #ba71ab !important;
	font-size: 1.3rem;
	font-weight: 600;
}

.choose-date-box .ui-state-default,
.choose-date-box .ui-widget-content .ui-state-default {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	border-radius: 10px !important;
	background: #fff !important;
	border: 1px solid #90a0a8 !important;
}

.choose-date-box .ui-state-active,
.choose-date-box .ui-widget-content .ui-state-active {
	background: #00adc0 !important;
	color: #fff !important;
	border: 1px solid #00adc0 !important;
}

.choose-date-box .ui-state-highlight,
.choose-date-box .ui-widget-content .ui-state-highlight {
	border: 1px solid #ba71ab !important;
	background: #ba71ab !important;
	color: #fff !important;
}

.choose-date-box .ui-state-active {
	background: #00adc0 !important;
}

.choose-date-box .ui-datepicker td a,
.choose-date-box .ui-datepicker td span {
	margin: 0.25rem !important;
	text-align: center !important;
	color: #90a0a8;
}

.choose-date-box .ui-datepicker th {
	color: #90a0a8;
	font-weight: 600 !important;
}
.ui-datepicker .ui-datepicker-title{
	margin:0px !important;
 }

.ui-datepicker .ui-datepicker-title{
	margin: 0px !important;
}
/* .rtl[dir=rtl] .second-bt{
	text-align: right;
 }
 .rtl .country_name{
	text-align: right;
 }
 .rtl .dropdown-toggle::after{
	float:left;
 } */

@media only screen and (min-width: 576px) {
	.choose-date-box .ui-widget-header{
		font-size: 1rem !important;
	}
	.choose-date-box .ui-datepicker {
		width: 27em !important;
	}
	.choose-date-box .ui-datepicker td a,
	.choose-date-box .ui-datepicker td span {
		padding: 0.9em !important;
		font-weight: 600 !important;
	}
	.choose-date-box .ui-state-default,
	.choose-date-box .ui-widget-content .ui-state-default {
		border: 2px solid #90a0a8 !important;
	}
	.ui-datepicker .ui-datepicker-title{
		font-size: 14px;
	}
	.custom-checkbox label{
		font-size: 12px;
	}	
}


/*choose time for appointment booking*/

.available-time label {
	width: 100%;
	height: auto;
}

.available-time .slot-timings-outer .slot-timings-inner {
	border: 2px solid #edefee;
	width: 100%;
	height: auto;
	padding: 6px;
	margin-bottom: 1rem;
	vertical-align: middle;
}
.available-time .slot-timings-outer .slot-timings-inner .time,
.lunch_time-slot_booked .slot-timings-inner .time {
	font-weight: 600;
	display: block;
}
.lunch_time-slot_booked .slot-timings-inner .time,
.lunch_time-slot_booked .slot-timings-inner .available-text {
	color: #bbbcbc;
}
.available-time .slot-timings-outer .slot-timings-inner .available-text,
.lunch_time-slot_booked .slot-timings-inner .available-text {
	text-transform: uppercase;
	font-size: 80%;
	margin-bottom: 0;
	font-weight: 600;
	display: block;
}
.available-time .slot-timings-outer:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.available-time label input {
	display: none;
}

.available-time label input:checked~.slot-timings-outer .slot-timings-inner {
	width: 55%;
	display: inline-block;
	background: #00adc0;
	color: #fff;
	border: 0px;
}

.available-time label input:checked~.slot-timings-outer .slot-timings-inner .available-text {
	color: #d7e5e5;
}

.available-time label input:checked~.slot-timings-outer .confirm-btn {
	display: inline-block !important;
}

.available-time .slot-timings-outer .slot-timings-inner .available-text {
	color: #a6a6a6;
}

.available-time .confirm-btn {
	padding: 0.375rem 0.5rem !important;
	display: none;
	vertical-align: text-bottom;
}

.available-time .confirm-btn:hover {
	transform: scale(1.3);
	transition: all 300ms ease-in-out;
}

.available-time .confirm-btn:active {
	transform: scaleY(2);
}

.lunch_time-slot_booked {
	border: 2px solid #edefee;
	border-radius: 10px;
	width: 100%;
	height: auto;
	padding: 6px;
	margin-bottom: 1.4rem;
	vertical-align: middle;
	background: #edefee;
	color: #bbbdbc;
}

.selected-date {
	background: #f1f5f5;
	padding: 10px 20px;
}


/*appointment otp screen starts here*/

.apt-otp #otp-input {
	/*padding-left: 2rem;
	letter-spacing: 5rem;
	border: 0;
	background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 25% 1px;
	background-repeat: repeat-x;
	background-position-x: 26%;
	width: 75%;
	font-size: 2rem;
	color: #00adc0;*/
	padding-left: 40px;
    letter-spacing: 50px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 70px 1px;
    background-repeat: repeat-x;
    background-position-x: 70px;
    width: 300px;
    min-width: 220px;
    color: #00adc0;
    font-size: 2rem;
}
@media only screen and (max-width: 340px) {
	.apt-otp #otp-input {
		width: 280px;
		letter-spacing: 40px;
		/*background-position-x: 50px;*/
	} 
}

/*@media only screen and (min-width: 768px) and (max-width: 992px) {
	.apt-otp #otp-input {
		letter-spacing: 7rem;
	}
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
	.apt-otp #otp-input {
		letter-spacing: 4rem;
	}
}

@media only screen and (min-width: 380px) and (max-width: 450px) {
	.apt-otp #otp-input {
		letter-spacing: 3rem;
	}
}

@media only screen and (max-width: 380px) {
	.apt-otp #otp-input {
		letter-spacing: 2.5rem;
	}
}*/

.apt-otp #otp-input:focus {
	outline: none;
	border: none;
}

.apt-otp .divInner {
	left: 0;
	position: sticky;
}

.apt-otp .divOuter {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}


/*appointment booking confirmed screen*/

.apt-booking-confirmed .booking-confirmed-header {
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	height: 35vh;
}

.apt-booking-confirmed .booking-confirmed-header .inner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 90%;
}
@media only screen and (max-width: 576px) {
	.booking-confirmed-icon {
		width: 40px;
	}
}

.apt-booking-confirmed .booking-confirmed-header::after {
	background: #00adc0;
	content: '';
	border-radius: 100%;
	width: 460px;
	height: 10rem;
	position: absolute;
	margin: 0 auto;
	top: 87%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	padding-top: 7rem;
}

@media only screen and (max-width: 576px) {
	.apt-booking-confirmed .booking-confirmed-header::after {
		display: none;
	}
	.apt-booking-confirmed .booking-confirmed-header .inner-content {
		top: 50%;
	}
}

.your-apt-with-confirmed {
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.your-apt-with-confirmed .experience {
	background: #000;
	padding: 2px 10px;
	color: #fff;
}

.your-apt-with-confirmed .doc-pic {
	width: 75px;
	height: 75px;
	object-fit: contain;
	object-position: center;
	-webkit-box-shadow: 0px 0px 14px -5px #f4eeee;
	-moz-box-shadow: 0px 0px 14px -5px #f4eeee;
	-o-box-shadow: 0px 0px 14px -5px #f4eeee;
	-ms-box-shadow: 0px 0px 14px -5px #f4eeee;
	box-shadow: 0px 0px 14px -5px #f4eeee;
}

.your-apt-with-confirmed .selected-date-time {
	background: #f1f5f5;
}

.transparent-bg {
	background: transparent !important;
}

.apt-confirmed-map {
	box-shadow: 6px 6px 30px -4px #e2e2e2;
}
.apt-confirmed-map .confirmed-map {
	border:0;
	width: 100%;
	height: 60vh;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: -6px;
}

/*search-map page css starts here*/
.mapsearch-section .map-iframe {
	border: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.mapsearch-box .searchfields-box {
	border: 0px;
	-webkit-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-moz-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-o-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-ms-box-shadow: 5px 5px 16px -10px #a1a1a1;
	box-shadow: 5px 5px 16px -10px #a1a1a1;
}

.mapsearch-box .searchfields-box .card-body {
	padding: 0.8rem;
}

.mapsearch-box .searchfields-box .card-header {
	-webkit-border-radius: 10px 10px 0px 0px !important;
	-moz-border-radius: 10px 10px 0px 0px !important;
	-o-border-radius: 10px 10px 0px 0px !important;
	-ms-border-radius: 10px 10px 0px 0px !important;
	border-radius: 10px 10px 0px 0px !important;
	border: 0px;
}
.searchfields-box .card-header .header-text {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.mapsearch-box .searchfields-box .card-header:hover {
	cursor: pointer;
}

.searchfields-box .doc-hcp-pharma-input-wrap,
.searchfields-box .location-input-wrap,
.searchfields-box .insurance-input-wrap,
.searchfields-box .selectspeciality-input-wrap {
	display: inline-block;
    width: 100%;
    position: relative;
}
.searchfields-box .doc-hcp-pharma-input-wrap:before,
.searchfields-box .location-input-wrap:before,
.searchfields-box .insurance-input-wrap:before,
.searchfields-box .selectspeciality-input-wrap:before {
     font-family: hgo;
     font-style: normal;
     font-weight: normal;
     color: orange;
     position: absolute;
     top: 0.3rem;
     right: 0.8rem;
     z-index: 0;
     color: #aaa7a7;
     font-size: 1.2rem;
}
.searchfields-box .doc-hcp-pharma-input-wrap:before {
	content: '\e903';
}
.searchfields-box .location-input-wrap:before {
	content: '\e916';
}
.searchfields-box .insurance-input-wrap:before,
.searchfields-box .selectspeciality-input-wrap:before {
	content: '\e924';
    font-size: 0.7rem;
    top: 0.8rem;
}
.searchfields-box .doc-hcp-pharma-input,
.searchfields-box .location-input,
.searchfields-box .insurance-input,
.searchfields-box .insurance-input {
	padding-right: 2.2rem;
	box-shadow: 0px 4px 12px -3px #bababa;
	border: none;
	text-transform: capitalize;
	border-radius: 25px !important;
    border: 0.5px solid #909293 !important;
    padding: 0.8em 40px !important;
}
.searchfields-box .near-me-inp-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
 }
 .searchfields-box .near-me-inp-wrap:before {
     content: '\e903';
     font-family: hgo;
     font-style: normal;
     font-weight: normal;
     position: absolute;
     top: 0.3rem;
     right: 0.8rem;
     z-index: 9;
     color: #aaa7a7;
     font-size: 1.2rem;
 }
.searchfields-box .near-me-inp {
	  background: #fff;
	  cursor: pointer;
	  box-shadow: 0px 4px 12px -3px #bababa;
	  border: none;
}

.doctor-card-map,
.provider-card-map,
.pharmacy-card-map,
.doctor-card-vdo {
	padding: 0.8rem;
	-webkit-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-moz-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-o-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-ms-box-shadow: 5px 5px 16px -10px #a1a1a1;
	box-shadow: 5px 5px 16px -10px #a1a1a1;
}
.doctor-card-map .hgi-heart-outline,
.provider-card-map .hgi-heart-outline,
.pharmacy-card-map .hgi-heart-outline,
.doctor-card-vdo .hgi-heart-outline {
	font-size: 1.33em;
}
.doctor-card-map .hgi-heart-Filled,
.provider-card-map .hgi-heart-Filled,
.pharmacy-card-map .hgi-heart-Filled,
.doctor-card-vdo .hgi-heart-Filled {
	font-size: 1.20em;
}

.doctor-card-map .doc-pic,
.provider-card-map .provider-pic,
.pharmacy-card-map .pharmacy-pic,
.doctor-card-vdo .doc-pic {
	width: 60px;
	/* height: 60px; */
	object-fit: contain;
	object-position: center;
	border: 4px solid #ebe9e9;
    border-radius: 50% !important;
    background-color: #ebe9e9;
}

.doctor-card-map .hospital,
.doctor-card-vdo .hospital {
	font-size: 15px;
	font-weight: 600;
}
.pin-code{
	color: #24326c;
	display: flex;
}


.heart-filled-red,
.heart-unfilled-red {
	width: 22px;
	height: auto;
}

.bknow-bbtm {
	border-bottom: 3px solid #00adc0;
}

.schedule-bbtm {
	border-bottom: 3px solid #ba71ab;
}

/*map search dropdowns*/
.map-search-dropdown-wrapper {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    z-index: 99;
    top: 50px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
   }
   .map-search-dropdown-wrapper .search-dropdown-inner {
      height: 41vh;
      overflow-y: scroll;
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      background: #fff;
      border: 1px solid #e4e0e0;
      border-top: 0px;
   }
   .map-search-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item {
      text-align: left;
      border: 0px;
      padding: 0.5rem 1rem;
      text-transform: capitalize;
      font-size: 15px;
   }
   .map-search-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item:hover .ins-name {
   	color: #00adc0;
   }
   .map-search-dropdown-wrapper .search-dropdown-title {
      background: #d4f3f8 !important;
      padding-left: 1rem !important;
      border-top-left-radius: 0.5rem !important;
      border-top-right-radius: 0.5rem !important;
      border-bottom-left-radius: 0rem !important;
      border-bottom-right-radius: 0rem !important;
      text-align: left;
      border: 0px;
      padding: 0.5rem 1.25rem;
   }
   .map-search-dropdown-wrapper .list-group-item:first-child {
       border-top-left-radius: 0px;
       border-top-right-radius: 0px;
   }
   .map-search-dropdown-wrapper .list-group-item:last-child {
       border-bottom-left-radius: 0rem;
       border-bottom-right-radius: 0rem;
   }
   .arrow-map-dropdown {
      width: 20px;
       height: 20px;
       border-bottom: 20px solid #d4f3f8;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
       position: absolute;
       top: 100%;
       left: 30px;
       z-index: 4;
   }
   .map-search-dropdown-wrapper .inner-list-group-main .list-group-item {
   	padding: .75rem 3rem;
   }
   .map-search-dropdown-wrapper .inner-list-group-main .list-group-item:hover {
   	color: #ba71ab;
   }

/*select speciality dropdown map*/
.selectspeciality-dropdown-wrapper {
      height: 41vh;
      overflow-y: scroll;
      overflow-x: hidden;
      width: 100%;
      position: absolute;
      z-index: 101;
      top: 53px;
      border-radius: 4px;
      border: 1px solid gainsboro;
      background: white;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }
    @media only screen and (max-width: 768px) {
        .selectspeciality-dropdown-wrapper {
           width: 95%;
           left: 2.5%;
        }
     }

	 @media only screen and (max-width: 480px) {
        .custom-checkbox label{
			font-size: 12px;
		}
     }
	.confirm-proceed{
		font-size: 16px;
	}
    .selectspeciality-dropdown-wrapper ul {
      padding: 5% 10%;
    }
    .selectspeciality-dropdown-wrapper ul li {
      margin-bottom: 16px;
    }
    .selectspeciality-dropdown-wrapper ul li:hover > a {
      color: #19b2c0 !important;
    }
    .selectspeciality-dropdown-wrapper ul li:last-child {
      margin-bottom: 0px;
    }
    .selectspeciality-dropdown-wrapper ul li a .speciality-icon {
      height: 20px;
      float: left;
    }
    .selectspeciality-dropdown-wrapper ul li a .speciality-icon {
      vertical-align: middle;
    }
    .selectspeciality-dropdown-wrapper ul li a .text {
      margin-left: 24px;
    }

  /*toggle switch css*/
  .toggle-switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 17px;
    margin-top: 5px;
  }

  .toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

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

  .toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .toggle-switch input:checked + .slider {
    background-color: #19b2c0;
  }

  .toggle-switch input:focus + .slider {
    box-shadow: 0 0 1px #19b2c0;
  }

  .toggle-switch input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  .toggle-switch .slider.round {
    border-radius: 34px;
  }

  .toggle-switch .slider.round:before {
    border-radius: 50%;
  }
  /*sort by cost css*/
  .sortbycostbtn {
	  border: 1px solid #19b2c0;
	 }
	 .sortbycostbtn:focus {
	  box-shadow: none;
	 }
	 .cost-labels {
	  width: 100%;
	  cursor: pointer;
	  display: block;

	 }
	 .cost-labels input {
	  display: none;
	 }
	 
	 .cost-labels .cost_text {
	  display: block;
	  background-color: #fff;
	  border-radius: 4px;
	  padding: 10px 2px;
	  box-shadow: 3px 3px 10px 1px rgba(150, 148, 148, 0.31);
	  font-weight: 600;
	  font-size: 13px;
	  text-align: center;
	  margin-right: 5px;
	  color: #000;
	  margin-bottom: 12px;
	  transition: all 0.3s ease-in-out;
	 }
	 .cost-labels input:checked ~ .cost_text {
	    color: #fff;
	    background-color: #ba71af;
	 }
	 .confbtn-cost {
	  display: block;
	  background-color: #19b2c0;
	  border-radius: 4px;
	  padding: 9px 2px;
	  box-shadow: 3px 3px 10px 1px rgba(150, 148, 148, 0.31);
	  font-weight: 600;
	  font-size: 13px;
	  text-align: center;
	  margin-right: 5px;
	  color: #fff;
	  width: 96%;
	  margin-bottom: 12px;
	 }
	 .confbtn-cost:hover {
	  box-shadow: none;
	  background-color: #fff;
	  border: 1px solid #19b2c0;
	  color: #19b2c0;
	 }
	 .confbtn-cost:active {
	  background-color: #19b2c0;
	  color: #fff;
	 }

	 /*vdo doc card half css*/
	 .bkaptbtn-vdo {
      background-color: #e5f1f9;
      color: #316e97;
      font-weight: 600;
    }
    .bkaptbtn-vdo:hover {
      background-color: #d7e7f2;
      color: #3b8fc8;
    }
    .consOnlinebtn {
	     background-color: #fff;
	     color: #19b2c0;
	     border: 1px solid #19b2c0;
	     font-weight: 600;
	  }
	  .consOnlinebtn:hover {
	     box-shadow: 3px 3px 10px 1px rgba(150, 148, 148, 0.31);
	     color: #19b2c0;
	  }
	  .consOnlinebtn:hover:disabled {
	  	box-shadow: none;
	  }
	  .consOnlinebtn.small {
	  	 font-size: 14px;
   		 padding: 0.2rem 1rem;

	  }

.aed-text {
   border: 2px dashed #b171af;
   color: #b171af;
   padding: 6px;
   border-radius: 2px;
   font-weight: bold;
   font-size: 1.4rem;
}

/*schedule booking form starts here*/

.first-second-option label {
	width: 100%;
	height: auto;
}

.first-second-option input {
	display: none;
}

.first-second-option .slots-box {
	border: 1px solid #d5d5d5;
	padding-top: 5px;
}

.first-second-option .slots-box .day-icons {
	width: auto;
	height: 35px;
}

.first-second-option .slots-box .timings {
	padding-bottom: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.first-second-option input:checked~.slots-box.morning {
	border: 0.1rem solid #c4d96a;
}

.first-second-option input:checked~.slots-box.afternoon {
	border: 0.1rem solid #ffe245;
}

.first-second-option input:checked~.slots-box.evening {
	border: 0.1rem solid #dbb5ff;
}

.first-second-option input:checked~.slots-box.night {
	border: 0.1rem solid #56acd8;
}

.first-second-option input:checked~.slots-box.morning .timings {
	background: #c4d96a;
	color: #fff;
	margin-top: 3px;
	padding: 0.1rem 0px;
}

.first-second-option input:checked~.slots-box.afternoon .timings {
	background: #ffe245;
	color: #fff;
	margin-top: 3px;
	padding: 0.1rem 0px;
}

.first-second-option input:checked~.slots-box.evening .timings {
	background: #dbb5ff;
	color: #fff;
	margin-top: 3px;
	padding: 0.1rem 0px;
}

.first-second-option input:checked~.slots-box.night .timings {
	background: #56acd8;
	color: #fff;
	margin-top: 3px;
	padding: 0.1rem 0px;
}


/*===doctor detail page popup view starts here===*/
.docDetailPopup,
.docDetailsBrief,
.providerDetailsBrief,
.pharmacyDetailsBrief {
	-webkit-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	-moz-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	-o-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	-ms-box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
	box-shadow: 1px 3px 20px -4px rgba(105, 105, 105, 0.5);
}
.docDetailPopup .doc-pic {
	height: 200px;
	width: 250px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #ebe9e9;
}

.docDetailPopup .experience {
	background: #d0eff3;
	padding: 2px 10px;
}
@media only screen and (max-width: 992px) {
	.docDetailPopup {
		display: none;
	}
}

.doctor-blogs,
.doctor-offers {
	border: 0px;
	-webkit-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-moz-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-o-box-shadow: 5px 5px 16px -10px #a1a1a1;
	-ms-box-shadow: 5px 5px 16px -10px #a1a1a1;
	box-shadow: 5px 5px 16px -5px #afabab;
}

.doctor-blogs .card-header,
.doctor-offers .card-header {
	-webkit-border-radius: 10px 10px 0px 0px !important;
	-moz-border-radius: 10px 10px 0px 0px !important;
	-o-border-radius: 10px 10px 0px 0px !important;
	-ms-border-radius: 10px 10px 0px 0px !important;
	border-radius: 10px 10px 0px 0px !important;
	border: 0px;
}

.doctor-blogs-carousel .item .blog-img,
.doctor-offers-carousel .item .offer-img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #ebe9e9;
}

.doctor-blogs-carousel .owl-nav button.owl-prev,
.doctor-offers-carousel .owl-nav button.owl-prev {
	position: absolute;
	right: 30px;
	top: -26%;
	width: 30px;
	height: 30px;
	color: #fff;
}

.doctor-blogs-carousel .owl-nav button.owl-next,
.doctor-offers-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -10px;
	top: -26%;
	width: 30px;
	height: 30px;
	color: #fff;
}

.owl-theme.doctor-blogs-carousel .owl-nav [class*=owl-]:hover,
.owl-theme.doctor-offers-carousel .owl-nav [class*=owl-]:hover {
	background: none !important;
}

.owl-theme.doctor-blogs-carousel .owl-nav [class*=owl-]:focus,
.owl-theme.doctor-offers-carousel .owl-nav [class*=owl-]:focus {
	outline: none;
}

.owl-theme.doctor-blogs-carousel .owl-nav [class*=owl-]:active,
.owl-theme.doctor-offers-carousel .owl-nav [class*=owl-]:active {
	background: none !important;
	color: #dadada;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.pageFadeIn-left {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}


/*login and signup css starts here*/
.signUp-login .signUp-login-content {
	-webkit-box-shadow: 0px -5px 30px -5px #c0b9b9;
	-moz-box-shadow: 0px -5px 30px -5px #c0b9b9;
	-o-box-shadow: 0px -5px 30px -5px #c0b9b9;
	-ms-box-shadow: 0px -5px 30px -5px #c0b9b9;
	box-shadow: 0px -5px 30px -5px #c0b9b9;
	padding: 2.5rem;
	margin: 6rem auto;
}
@media only screen and (max-width: 768px) {
	.signUp-login-content {
		border-radius: 0px;
	}
	.signUp-login .logins-right-bg {
		background-size: 0 !important;
	}
}

@media (max-width: 768px) {
	.signUp-login .signUp-login-content {
		margin: 1rem auto;
		padding: 1rem;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.signUp-login .signUp-login-content {
		margin-right: 8rem;
	}
}

@media only screen and (min-width: 1600px) {
	.signUp-login .signUp-login-content {
		margin-right: 15rem;
	}
}

.signUp-login .logins-right-bg {
	background: url(../img/logins-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.signUp-login .login-deco {
	position: absolute;
	top: 0;
	left: -40px;
	width: 220px;
	z-index: -1;
}

.signUp-login input,
.signUp-login select {
	font-size: 15px;
}

.signUp-login ::-webkit-input-placeholder {
	font-size: 14px;
}

.signUp-login ::-moz-placeholder {
	font-size: 14px;
}

.signUp-login :-ms-input-placeholder {
	font-size: 14px;
}
.signUp-login :-moz-placeholder {
	font-size: 14px;
}
.signUp-login .custom-control-label::before {
	top: 0rem;
}
.signUp-login .custom-control-label::after {
	top: 0rem;
}

/*user-otp starts here*/
/*.user-otp-box #user-otp-input {
	padding-left: 6%;
	letter-spacing: 4.5rem;
	border: 0;
	background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 25% 1px;
	background-repeat: repeat-x;
	background-position-x: 26%;
	width: 75%;
	font-size: 1.4rem;
	color: #00adc0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.user-otp-box #user-otp-input {
		letter-spacing: 7rem;
	}
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
	.user-otp-box #user-otp-input {
		letter-spacing: 4rem;
	}
}

@media only screen and (min-width: 380px) and (max-width: 450px) {
	.user-otp-box #user-otp-input {
		letter-spacing: 3rem;
	}
}

@media only screen and (max-width: 380px) {
	.user-otp-box #user-otp-input {
		letter-spacing: 2.5rem;
	}
}

.user-otp-box #user-otp-input:focus {
	outline: none;
	border: none;
}

.user-otp-box .divInner {
	left: 0;
	position: sticky;
}

.user-otp-box .divOuter {
	width: 90%;
	overflow: hidden;
}*/
/* .user-otp-box #user-otp-input {
   padding-left: 15px;
   letter-spacing: 42px;
   border: 0;
   background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
   background-position: bottom;
   background-size: 50px 1px;
   background-repeat: repeat-x;
   background-position-x: 35px;
   width: 220px;
   min-width: 220px;
   color: #00adc0;
 }

 .user-otp-box .divInner{
   left: 0;
   position: sticky;
 }

 .user-otp-box .divOuter{
   width: 190px; 
   overflow: hidden;
 }
 .user-otp-box #user-otp-input:focus {
	outline: none;
	border: none;
}*/
/*.user-otp-box #user-otp-input {
	width: 60%;
    height: 50px;
    color: #00adc0;
    font-size: 1.5rem;
    letter-spacing: 3.2rem;
    text-align: center;
}
@media only screen and (max-width: 450px) {
	.user-otp-box #user-otp-input {
	width: 100%;
}
}
*/
.login-signup-otp .divOuter {
     width: 190px;
     overflow: hidden;
 }
 .login-signup-otp .divInner {
  left: 0;
  position: sticky;
 }
 .login-signup-otp .otp-input{
    width: 250px;
     min-width: 250px;
     padding-left: 10px;
     letter-spacing: 40px;
     border: 0;
     background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
     background-position: bottom;
     background-size: 50px 1px;
     background-repeat: repeat-x;
     background-position-x: 35px;
     font-size: 20px;
 }
 .login-signup-otp .otp-input:focus {
     border: none;
     outline: none;
 }


/*burger menu css*/
   .burger-menu-wrapper {
      position: fixed;
      width: 340px;
      height: 100vh;
      left: -340px;
      top: 10px;
      z-index: 999999;
      background-color: #fff;
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      overflow-y: auto;
      /*-webkit-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      -moz-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      -ms-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      -o-box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;
      box-shadow: rgb(216, 215, 215) 0px 0px 22px -5px;*/
   }
   .burger-menu-wrapper .burger-menu-header {
      background-image: url(../img/burger-menu-bg-top.png);
      background-size: cover;
      background-position: 80% 100%;
      background-repeat: no-repeat;
      padding: 1rem 1rem 2rem 1rem;
   }
   .burger-return-arrow {
   	width: 22px;
   	height: auto;
   }
   .burger-menu-wrapper .burger-menu-list {
      padding: 1rem 2rem 2rem 2rem;
      background-image: url(../img/burger-menu-flower.png);
      background-repeat: no-repeat;
      background-position: 125% 73%;
      background-size: 78%;
   }
   .burger-menu-wrapper .burger-menu-list .nav-list li {
      margin-bottom: 0.7rem;
   }
   .burger-menu-wrapper .burger-menu-list .nav-list li a {
      color: #000;
      font-weight: 600;
   }
   .burger-menu-wrapper .burger-menu-list .nav-list li a:hover {
      color: #00adc0;
   }
   .social-media-burger ul li a {
   	font-size: 26px;
   }
   .social-media-burger ul li a:hover {
   	color: #6c6c6c;
   }
   .login-signup-burger li a:hover {
   	color: #6c6c6c;
   }

   .burger-menu-wrapper .burger-menu-list .hgi{
		padding-right: 8px;
   }
/*contact us page css*/
.contactUs-banner-section {
	background: url(../img/contactUs-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f7f8fc;
	padding-top: 4%;
	padding-bottom: 4%;
}
@media (min-width: 1920px) {
	.contactUs-banner-section {
		background-size: contain;
	}
}
.social-icons-white li a .social-white {
       width: 30px;
       height: 30px;
       background-image: url(../img/icons/social-media-white-hr.png);
       background-repeat: no-repeat;
       display: inline-block;
       vertical-align: middle;
       background-size: cover;
}
.social-icons-white li a #fb-white {
   background-position: 0% 100%;
}
.social-icons-white li a #insta-white {
   background-position: 24% 100%;
}
.social-icons-white li a #linkedin-white {
   background-position: 49% 100%;
}
.social-icons-white li a #twitter-white {
   background-position: 74% 100%;
}
.social-icons-white li a #youtube-white {
    background-position: 100% 100%;
}
/*@media (min-width: 992px) {
	.findUs-map-wrapper {
		margin-top: -18rem;
	}
}*/

/*about us page starts here*/
.aboutUs-banner {
	background: url(../img/aboutUs-banner-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.aboutUs-banner {
		padding-bottom: 9% !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.aboutUs-banner .aboutUs-content {
		padding-top: 7rem;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.aboutUs-banner {
		padding-bottom: 8% !important;
	}
}
@media only screen and (min-width: 1900px) and (max-width: 2200px) {
	.aboutUs-banner {
		padding-top: 10% !important;
		padding-bottom: 5% !important;
	}	
}


/*healthigo gallery section starts here*/
.hgo-gallery-carousel {
	padding: 20px 40px;
}
.hgo-gallery-carousel .item .card-img {
     height: 220px;
     width: 100%;
     position: relative;
  }
  .hgo-gallery-carousel .item .card-img .event-imgs {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
  }
  .hgo-gallery-carousel .item .card-img .event-date {
     position: absolute;
     left: 15px;
     top: 10px;
     color: #fff;
  }
  .hgo-gallery-carousel .item .card-img .event-title {
      position: absolute;
     bottom: 5%;
     left: 10%;
      color: #fff;
      width: 80%;
      padding: 10px;
      text-align: center;
      height: 60px;
     line-height: 26px;
  }
  .hgo-gallery-carousel .item .card-body .event-description {
     text-align: center;
  } 

.hgo-gallery-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -18px;
	top: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.hgo-gallery-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -18px;
	top: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #e2e2e2 !important;
	-webkit-box-shadow: 0px 0px 20px -5px grey;
	-moz-box-shadow: 0px 0px 20px -5px grey;
	-o-box-shadow: 0px 0px 20px -5px grey;
	-ms-box-shadow: 0px 0px 20px -5px grey;
	box-shadow: 0px 0px 20px -5px grey;
	background: #fff !important;
}

.owl-theme.hgo-gallery-carousel .owl-nav [class*=owl-]:hover {
	background: #8ba5ab !important;
}
.owl-theme.hgo-gallery-carousel .owl-nav [class*=owl-]:focus {
	outline: none;
}
.owl-theme.hgo-gallery-carousel .owl-nav [class*=owl-]:active {
	background: #809398 !important;
}


/*media in about us page*/
.media-cards .media-imgs{
   width: 100%;
   height: 230px;
   object-fit: cover;
   object-position: center;
}
.media-cards .media-youtube,
.media-cards .media-facebook,
.media-cards .media-vimeo {
   width: 100%;
   height: 230px;
   pointer-events: none;
}

/*media inner page in about us page*/
.media-imgs-inner {
   width: 100%;
   height: 60vh;
   object-fit: cover;
   object-position: center;
}
.media-youtube-inner,
.media-facebook-inner,
.media-vimeo-inner {
	width: 100%;
	height: 60vh;
}
@media only screen and (max-width: 768px) {
	.media-youtube-inner,
	.media-facebook-inner,
	.media-vimeo-inner,
	.media-imgs-inner {
		height: 30vh;
	}
}




/*how does healthigo help you starts here*/
.hgo-helps {
	background: url(../img/hgo-helps-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;

}

.why-hgo-aboutUs {
	background: url(../img/y-hgo-aboutUs-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
@media only screen and (max-width: 992px) {
	.why-hgo-aboutUs {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
.y-hgo-icons {
	background: url(../img/y-hgo-icons.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}
#y-hgo-icon1 {
	background-position: 8px;
}
#y-hgo-icon2 {
	background-position: -310px;
}
#y-hgo-icon3 {
	background-position: -627px;
}
#y-hgo-icon4 {
	background-position: -943px;
}
#y-hgo-icon5 {
	background-position: -142px;
}
#y-hgo-icon6 {
	background-position: -460px;
}
#y-hgo-icon7 {
	background-position: -778px;
}
#y-hgo-icon8 {
	background-position: -1090px;
}

/*ever growing healthcare network*/
.everGrowing_top_banner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/ever-growing-bg.png);
	background-position: 85% bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 2000px) {
	.everGrowing-empty-space {
		padding-top: 75% !important;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2000px) {
	.everGrowing-empty-space {
		padding-top: 58% !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
	.everGrowing-empty-space {
		padding-top: 58% !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.everGrowing-empty-space {
		padding-top: 49% !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.everGrowing-empty-space {
		padding-top: 45% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.everGrowing-empty-space {
		padding-top: 82% !important;
	}
	.everGrowing_top_banner {
		background-position: 40%;
	}
}

@media (max-width: 767px) {
	.everGrowing_top_banner {
		position: relative;
		width: 100%;
		height: 400px;
		background-position: 30%;
	}
	.everGrowing-empty-space {
		padding-top: 0% !important;
	}
	.everGrowing-content {
		color: #000 !important;
	}
}
@media (min-width: 767px) {
	.everGrowing-content {
		padding-top: 5rem;
	}
}

@media (max-width: 480px) {
	.everGrowing_top_banner {
		height: 225px;
	}
	.confirm-proceed{
		font-size: 12px !important;
	}
}

.everGrowing-empty-space {
	padding-top: 52%;
}

/*about company tab*/
.about-company ul {
	padding-left: 15px;
}


/*about company tabs starts here*/
.aboutUs-tabList .nav-pills .nav-link {
	height: 75px;
}
.aboutUs-tabList .aboutUs-tabs {
      width: 50px;
      height: 50px;
      background-image: url(../img/about-us-tabs2.png);
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      background-size: cover;
      float: left;
   }
   .aboutUs-tabList #company-tab-img {
      background-position: 100% 0%;
   }
   .aboutUs-tabList #thrive-tab-img {
      background-position: 100% 25%;
   }
   .aboutUs-tabList #media-tab-img {
      background-position: 100% 75%;
   }
   .aboutUs-tabList #gallery-tab-img {
      background-position: 100% 100%;
   }
   .aboutUs-tabList #partnerships-tab-img {
      background-position: 100% 49%;
   }
   .aboutUs-tabList .nav-pills .nav-item {
      margin-bottom: 1.4rem;
   }
   .aboutUs-tabList .nav-pills .nav-link {
      text-align: left;
      color: #fff;
      font-weight: normal;
      font-size: 1.2rem;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-company {
      background: #00adc0;
      border-color: #00adc0;
      position: relative;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-media {
      background: #ba71ab;
      border-color: #ba71ab;
      position: relative;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-gallery {
      background: #adbe64;
      border-color: #adbe64;
      position: relative;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-partnerships {
      background: #00548a;
      border-color: #00548a;
      position: relative;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-thrive {
      background: #2385e3;
      border-color: #2385e3;
      position: relative;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-company.active {
      background:  #329ca6;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-media.active {
      background:  #a36a97;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-gallery.active {
      background:  #4e864e;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-partnerships.active {
      background:  #1a567d;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }
    .aboutUs-tabList .nav-pills .nav-link.btn-thrive.active {
      background:  #2779c8;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }
   .aboutUs-tabList .nav-pills .nav-link.btn-company.active::after,
   .aboutUs-tabList .nav-pills .nav-link.btn-media.active::after,
   .aboutUs-tabList .nav-pills .nav-link.btn-gallery.active::after,
   .aboutUs-tabList .nav-pills .nav-link.btn-partnerships.active::after,
   .aboutUs-tabList .nav-pills .nav-link.btn-thrive.active::after {
      content: '';
      position: absolute;
      right: -17px;
      top: 14px;
      width: 18px;
      height: 18px;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
   }
   @media only screen and (max-width: 992px) {
      .aboutUs-tabList .nav-pills .nav-link.btn-company.active::after,
      .aboutUs-tabList .nav-pills .nav-link.btn-media.active::after,
      .aboutUs-tabList .nav-pills .nav-link.btn-gallery.active::after,
      .aboutUs-tabList .nav-pills .nav-link.btn-partnerships.active::after,
      .aboutUs-tabList .nav-pills .nav-link.btn-thrive.active::after {
         content: '';
         position: absolute;
         right: 0px;
         top: auto;
         bottom: -20px;
         width: 18px;
         height: 18px;
         border-left: 18px solid transparent;
         border-right: 18px solid transparent;
         z-index: -1;
      }
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-company.active::after {
      border-left: 18px solid #329ca6;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-media.active::after {
      border-left: 18px solid #a36a97;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-gallery.active::after {
      border-left: 18px solid #4e864e;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-partnerships.active::after {
      border-left: 18px solid #1a567d;
   }
   .aboutUs-tabList .nav-pills .nav-link.btn-thrive.active::after {
      border-left: 18px solid #2779c8;
   }
   @media only screen and (max-width: 992px) {
      .aboutUs-tabList .nav-pills .nav-link.btn-company.active::after {
         border-top: 18px solid #329ca6;
      }
      .aboutUs-tabList .nav-pills .nav-link.btn-media.active::after {
         border-top: 18px solid #a36a97;
      }
      .aboutUs-tabList .nav-pills .nav-link.btn-gallery.active::after {
         border-top: 18px solid #4e864e;
      }
      .aboutUs-tabList .nav-pills .nav-link.btn-partnerships.active::after {
         border-top: 18px solid #1a567d;
      }
       .aboutUs-tabList .nav-pills .nav-link.btn-thrive.active::after {
         border-top: 18px solid #2779c8;
      }
   }

/*advanced filter css*/
.advanced-filter-box .consultation-days label .day-name{
   border: 1px solid #c7c7c7;
    display: inline-block;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    width: 90px;
    margin-right: 4.5px;
    font-weight: 300;
    color: #00adc0;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.advanced-filter-box .consultation-days label input {
   display: none;
}
.advanced-filter-box .consultation-days label input:checked ~  .day-name {
   background: #00adc0;
   color: #fff !important;
}
.advanced-filter-box .consultation-days label:hover {
   cursor: pointer;
}
.select-search-options label {
   width: 100%;
   height: auto;
}
.select-search-options input {
   display: none;
}
.select-search-options .select-search-options-box {
   border: 1px solid #d5d5d5;
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.select-search-options .select-search-options-box:hover {
	cursor: pointer;
}
.select-search-options .select-search-options-box .type-icons {
	color: #000;
}
.select-search-options .select-search-options-box .selectType-name {
	color: #6c6c6c;
}
.select-search-options input:checked ~ .select-search-options-box {
   background: #00adc0;
   border-color: #00adc0;
}
.select-search-options input:checked ~ .select-search-options-box .type-icons {
   color: #fff;
}
.select-search-options input:checked ~ .select-search-options-box .selectType-name {
   color: #fff;
}


.preferred-time-filter label {
   width: 100%;
   height: auto;
}

.preferred-time-filter input {
   display: none;
}

.preferred-time-filter .slots-box {
   border: 1px solid #d5d5d5;
   padding-top: 5px;
}

.preferred-time-filter .slots-box .day-icons {
   width: auto;
   height: 26px;
}

.preferred-time-filter .slots-box .timings {
   padding-bottom: 5px;
   display: block;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   font-size: 14px;
}

.preferred-time-filter input:checked~.slots-box.morning {
   border: 0.1rem solid #c4d96a;
}

.preferred-time-filter input:checked~.slots-box.afternoon {
   border: 0.1rem solid #ffe245;
}

.preferred-time-filter input:checked~.slots-box.evening {
   border: 0.1rem solid #dbb5ff;
}

.preferred-time-filter input:checked~.slots-box.night {
   border: 0.1rem solid #56acd8;
}

.preferred-time-filter input:checked~.slots-box.morning .timings {
   background: #c4d96a;
   color: #fff;
   margin-top: 3px;
   padding: 0.1rem 0px;
}

.preferred-time-filter input:checked~.slots-box.afternoon .timings {
   background: #ffe245;
   color: #fff;
   margin-top: 3px;
   padding: 0.1rem 0px;
}

.preferred-time-filter input:checked~.slots-box.evening .timings {
   background: #dbb5ff;
   color: #fff;
   margin-top: 3px;
   padding: 0.1rem 0px;
}

.preferred-time-filter input:checked~.slots-box.night .timings {
   background: #56acd8;
   color: #fff;
   margin-top: 3px;
   padding: 0.1rem 0px;
}

.gender-advanced-filter  label .gender-type{
   border: 1px solid #c7c7c7;
    display: inline-block;
    border-radius: 0px;
    padding: 5px;
    text-align: center;
    font-weight: 300;
    color: #6c6c6c;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.gender-advanced-filter  label:first-child .gender-type {
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
}
.gender-advanced-filter  label:last-child .gender-type {
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}
.gender-advanced-filter  label input {
   display: none;
}
.gender-advanced-filter  label input:checked ~  .gender-type {
   background: #00adc0;
   color: #fff !important;
   border-color: #00adc0;
}
.gender-advanced-filter  label:hover {
   cursor: pointer;
}

#kmSlider .slider-selection {
   background: #adbe64;
}
#kmSlider .slider-handle {
   background: #adbe64;
}
#kmSlider .slider-track-low, 
#kmSlider .slider-track-high {
   background: #e0e0e0;
}
.tooltip.in {
  opacity: 1;
}
.filter-close {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 9;
    outline: none;
    border: none;
    font-size: 3rem;
    color: #a6a6a6 !important;
    font-weight: 100;
}


/*provider detail page*/
.provider-details .provider-header {
	-webkit-box-shadow: 0px 3px 20px 0px rgba(160, 156, 156, 0.4);
	-moz-box-shadow: 0px 3px 20px 0px rgba(160, 156, 156, 0.4);
	-o-box-shadow: 0px 3px 20px 0px rgba(160, 156, 156, 0.4);
	-ms-box-shadow: 0px 3px 20px 0px rgba(160, 156, 156, 0.4);
	box-shadow: 0px 3px 20px 0px rgba(160, 156, 156, 0.4);
}
.provider-details .provider-header .provider-logo {
         height: 100px;
         width: 100%;
         object-fit: contain;
         object-fit: center;
         border-radius: 4px;
      }
      .provider-details .provider-header .provider-img {
         width: 100%;
         height: 28vh;
         object-fit: contain;
         object-position: center;
         background-color: #f1f1f1;
      }
      .provider-facilities .item {
         width: 80px;
         height: auto;
         position: relative;
         text-align: center;
         padding: 10px 7px;
      }
      .provider-facilities .item .facility-overlay {
         position: absolute;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         width: 100%;
         height: 100%;
         background: rgba(0,0,0,0.5);
         opacity: 0;
         transform: 0.5s ease;
         border-radius: 4px;
      }
      .provider-facilities .item:hover .facility-overlay {
         opacity: 1;
      }
      .provider-facilities .item .facility-overlay .count {
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-50%,-50%);
         color: #fff;
      }

.provider-speciality-carousel .item {
 width: 90px;
 height: auto;
 padding: 5px;
}
.provider-speciality-brief-carousel .item {
	width: 100px;
	height: auto;
    padding: 5px;
}
.provider-speciality-carousel .item .speciality-icons,
.provider-speciality-brief-carousel .item .speciality-icons  {
 width: 40%;
 height: auto;
}
.provider-speciality-carousel .owl-nav button.owl-prev .fa,
.provider-speciality-carousel .owl-nav button.owl-next .fa,
.provider-speciality-brief-carousel .owl-nav button.owl-prev .fa,
.provider-speciality-brief-carousel .owl-nav button.owl-next .fa {
 font-size: 10px;
}
.provider-speciality-carousel .owl-nav button.owl-prev,
.provider-speciality-brief-carousel .owl-nav button.owl-prev {
 position: absolute;
 left: -5px !important;
 top: 30%;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 -ms-border-radius: 4px;
 border-radius: 4px;
 width: 20px;
 height: 20px;
 border: 1px solid #e2e2e2 !important;
 background: #eaeaea !important;
 color: #bebebe !important;
 text-align: center;
 line-height: 10px;
}

.provider-speciality-carousel .owl-nav button.owl-next,
.provider-speciality-brief-carousel .owl-nav button.owl-next {
 position: absolute;
 right: -5px !important;
 top: 30%;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 -ms-border-radius: 4px;
 border-radius: 4px;
 width: 20px;
 height: 20px;
 border: 1px solid #e2e2e2 !important;
 background: #eaeaea !important;
 color: #bebebe !important;
 text-align: center;
 line-height: 10px;
}

.owl-theme.provider-speciality-carousel .owl-nav [class*=owl-]:hover,
.owl-theme.provider-speciality-brief-carousel .owl-nav [class*=owl-]:hover {
 background-image: -webkit-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -moz-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -o-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -ms-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
}

.owl-theme.provider-speciality-carousel .owl-nav [class*=owl-]:focus,
.owl-theme.provider-speciality-brief-carousel .owl-nav [class*=owl-]:focus {
 outline: none;
}

.owl-theme.provider-speciality-carousel .owl-nav [class*=owl-]:active,
.owl-theme.provider-speciality-brief-carousel .owl-nav [class*=owl-]:active {
 background: #1d6687 !important;
}


/*pagination*/
.page-item.active .page-link {
	background-color: #00adc0;
    border-color: #00adc0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.page-link {
	padding: .5rem 1rem;
	color: #b2b2b2;
	border: 0px;
	font-weight: 600;
	margin: 5px;
}
.page-link:hover {
    z-index: 2;
    color: #b2b2b2;
    text-decoration: none;
    background-color: #eaeaea;
    border-color: #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.75rem;
}

.provider-articles-carousel .card{
   border: 0.1rem solid #adbe64;
   -webkit-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   -moz-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   -o-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   -ms-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   margin: 10px;
}
.provider-offers-carousel .card{
   border: 0.1rem solid #ba71ab;
    -webkit-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   -moz-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   -o-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   -ms-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.4);
   margin: 10px;
}
.provider-articles-carousel .card .article-img,
.provider-offers-carousel .card .offer-img {
   height: 100%;
   width: 100%;
   object-fit: contain;
   object-position: center;
   -webkit-border-top-left-radius: 20px;
   -moz-border-top-left-radius: 20px;
   -o-border-top-left-radius: 20px;
   -ms-border-top-left-radius: 20px;
   border-top-left-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
   -moz-border-bottom-left-radius: 20px;
   -o-border-bottom-left-radius: 20px;
   -ms-border-bottom-left-radius: 20px;
   border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 992px) {
   .provider-articles-carousel .card .article-img,
   .provider-offers-carousel .card .offer-img {
      -webkit-border-radius: 20px 20px 0px 0px;
      -ms-border-radius: 20px 20px 0px 0px;
      -o-border-radius: 20px 20px 0px 0px;
      -moz-border-radius: 20px 20px 0px 0px;
      border-radius: 20px 20px 0px 0px;
      height: 200px;
   }
}
.provider-articles-carousel .card .heart-icon-filled,
.provider-articles-carousel .card .heart-icon-unfilled,
.provider-articles-carousel .card .comment-icon {
   width: 18px !important;
}
.provider-articles-carousel .card .comment-icon {
   display: inline !important;
}
.provider-articles-carousel .articles-ribbon,
.provider-offers-carousel .offers-ribbon {
   position: absolute;
   right: 0px;
   top: 12px;
   width: 43% !important;
   height: 26px;
}
.provider-articles-carousel .speciality-title,
.provider-offers-carousel .speciality-title {
   position: absolute;
   right: 0px;
   top: 13px;
   color: #fff;
   width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    padding-right: 5px;
}
.provider-articles-carousel .bookmark-filled,
.provider-articles-carousel .bookmark-unfilled,
.provider-offers-carousel .bookmark-filled,
.provider-offers-carousel .bookmark-unfilled {
   width: 16px !important;
   height: auto;
}
.provider-articles-carousel .item .speciality-icons  {
 width: 75%;
 height: auto;
}
.provider-articles-carousel .owl-nav button.owl-prev .fa,
.provider-articles-carousel .owl-nav button.owl-next .fa,
.provider-offers-carousel .owl-nav button.owl-prev .fa,
.provider-offers-carousel .owl-nav button.owl-next .fa,
.provider-speciality-brief-carousel .owl-nav button.owl-next .fa {
 font-size: 10px;
}
.provider-articles-carousel .owl-nav button.owl-prev,
.provider-offers-carousel .owl-nav button.owl-prev,
.provider-speciality-brief-carousel .owl-nav button.owl-prev {
 position: absolute;
 right: 13%;
 bottom: 20px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 -ms-border-radius: 4px;
 border-radius: 4px;
 width: 28px;
height: 28px;
border: 1px solid #e2e2e2 !important;
 background: #eaeaea !important;
 color: #bebebe !important;
 text-align: center;
 line-height: 10px;
}

.provider-articles-carousel .owl-nav button.owl-next,
.provider-offers-carousel .owl-nav button.owl-next,
.provider-speciality-brief-carousel .owl-nav button.owl-next {
 position: absolute;
 right: 6%;
 bottom: 20px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 -ms-border-radius: 4px;
 border-radius: 4px;
 width: 28px;
height: 28px;
border: 1px solid #e2e2e2 !important;
background: #eaeaea !important;
 color: #bebebe !important;
 text-align: center;
 line-height: 10px;
}

.owl-theme.provider-articles-carousel .owl-nav [class*=owl-]:hover,
.owl-theme.provider-offers-carousel .owl-nav [class*=owl-]:hover,
.owl-theme.provider-speciality-brief-carousel .owl-nav [class*=owl-]:hover {
 background-image: -webkit-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -moz-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -o-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -ms-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
}

.owl-theme.provider-articles-carousel .owl-nav [class*=owl-]:focus,
.owl-theme.provider-offers-carousel .owl-nav [class*=owl-]:focus,
.owl-theme.provider-speciality-brief-carousel .owl-nav [class*=owl-]:focus {
 outline: none;
}

.owl-theme.provider-articles-carousel .owl-nav [class*=owl-]:active,
.owl-theme.provider-offers-carousel .owl-nav [class*=owl-]:active,
.owl-theme.provider-speciality-brief-carousel .owl-nav [class*=owl-]:active {
 background: #1d6687 !important;
}
.provider-offers-carousel .offer-type {
   color: #00adc0;
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 0px;
   }

   .provider-offers-carousel .offer-title {
   color: #000;
   font-weight: 600;
   font-size: 18px;
   text-transform: capitalize;
   }
   .provider-offers-carousel .offers-left {
   color: #d75a4a;
   font-weight: 300;
   font-size: 14px;
   }

   .provider-offers-carousel .ends-in {
   color: #d75a4a;
   font-weight: 300;
   font-size: 14px;
   }

   .provider-offers-carousel .view-offer {
   font-weight: 300;
   text-decoration: underline;
   font-size: 15px;
   margin-top: 10px;
   display: block;
   }

   .provider-offers-carousel .offer-type .offer-strike {
   text-decoration: line-through;
   color: #d75a4a;
   }

   .provider-reviews,
   .doctor-reviews,
   .doctorBrief-reviews,
   .providerBrief-reviews {
      -webkit-box-shadow: 5px 5px 20px -6px rgba(105, 102, 102, 0.4);
      -moz-box-shadow: 5px 5px 20px -6px rgba(105, 102, 102, 0.4);
      -o-box-shadow: 5px 5px 20px -6px rgba(105, 102, 102, 0.4);
      -ms-box-shadow: 5px 5px 20px -6px rgba(105, 102, 102, 0.4);
      box-shadow: 5px 5px 20px -6px rgba(105, 102, 102, 0.4);
   }
   .provider-reviews .reviews-person,
   .doctor-reviews .reviews-person,
   .doctorBrief-reviews .reviews-person {
      width: 100% !important;
      height: 95px;
      object-fit: contain;
      object-position: center;
      border: 1px solid #ebe9e9;
   }
   .providerBrief-reviews .reviews-person {
   	  width: 100% !important;
      height: 75px;
      object-fit: contain;
      object-position: center;
      border: 1px solid #ebe9e9;
   }
   .provider-reviews .date,
   .doctor-reviews .date,
   .doctorBrief-reviews .date,
   .providerBrief-reviews .date {
      color: grey;
   }
   .provider-reviews .half-hrLine,
   .doctor-reviews .half-hrLine,
   .doctorBrief-reviews .half-hrLine {
      width: 50%;
      height: 1px;
      background: #cacaca;
      margin-bottom: 1rem;
   }
   .providerBrief-reviews .half-hrLine {
      width: 100%;
      height: 1px;
      background: #cacaca;
      margin-bottom: 1rem;
   }
   .provider-reviews .reviews-body,
   .doctor-reviews .reviews-body,
   .doctorBrief-reviews .reviews-body,
   .providerBrief-reviews .reviews-body {
      border-right: 1px solid #cacaca;
      padding-right: 1rem;
   }

   /*horizontal comments*/
   .provider-reviews-carousel-hr .owl-nav button.owl-prev .fa,
   .provider-reviews-carousel-hr .owl-nav button.owl-next .fa {
    font-size: 10px;
   }
   .provider-reviews-carousel-hr .owl-nav button.owl-prev {
    position: absolute;
    right: 0px !important;
    top: -52%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #e2e2e2 !important;
    background: #eaeaea !important;
    color: #bebebe !important;
    text-align: center;
    line-height: 10px;
   }
   .provider-reviews-carousel-hr .owl-nav button.owl-next {
    position: absolute;
    right: -30px !important;
    top: -52%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #e2e2e2 !important;
    background: #eaeaea !important;
    color: #bebebe !important;
    text-align: center;
    line-height: 10px;
   }

   .owl-theme.provider-reviews-carousel-hr .owl-nav [class*=owl-]:hover {
    background-image: -webkit-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
    background-image: -moz-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
    background-image: -o-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
    background-image: -ms-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
    background-image: linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
   }

   .owl-theme.provider-reviews-carousel-hr .owl-nav [class*=owl-]:focus {
    outline: none;
   }

   .owl-theme.provider-reviews-carousel-hr .owl-nav [class*=owl-]:active {
    background: #1d6687 !important;
   }

/*provider detail page brief view*/
.providerDetailsBrief .gps-icon {
  width: 30px;
  height: auto;
  } 
  .providerDetailsBrief .provider-img{
  width: 100%;
  height: 250px;
  object-position: center;
  /* object-fit: contain; */
  /* background-color: #f1f1f1; */
  }
  .w-26px {
     width: 27px;
  }
  .provider-logo-brief-box {
      position: absolute;
      top: 20px;
      left: 33px;
      background: #fff;
      border-radius: 4px;
  }
  .provider-logo-brief {
      object-fit: contain;
      width: 150px;
      height: 125px;
      border-radius: 4px 4px 0px 0px;
  }
.providerBrief-articles-carousel .card,
.providerBrief-offers-carousel .card {
	width: 95%;
	margin-top: 5px;
	margin-bottom: 22px;
	-webkit-border-radius: 1rem !important;
	-moz-border-radius: 1rem !important;
	-o-border-radius: 1rem !important;
	-ms-border-radius: 1rem !important;
	border-radius: 1rem !important;
	-webkit-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
}
.providerBrief-articles-carousel .card {
	border: 0.1rem solid #adbe64;
}
.providerBrief-offers-carousel .card {
	border: 0.1rem solid #ba71ab;
}
.providerBrief-offers-carousel .offers-ribbon {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 43% !important;
    height: 26px;
}
.providerBrief-articles-carousel .card .heart-icon-filled,
.providerBrief-articles-carousel .card .heart-icon-unfilled,
.providerBrief-articles-carousel .card .comment-icon {
   width: 18px !important;
}
.providerBrief-articles-carousel .bookmark-filled, 
.providerBrief-articles-carousel .bookmark-unfilled, 
.providerBrief-offers-carousel .bookmark-filled, 
.providerBrief-offers-carousel .bookmark-unfilled {
	width: 16px !important;
}
.providerBrief-articles-carousel .card .comment-icon {
   display: inline !important;
}
.providerBrief-offers-carousel .speciality-title {
    position: absolute;
    right: 0px;
    top: 24px;
    color: #fff;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    padding-right: 5px;
}
.providerBrief-offers-carousel .card .card-body .offer-type {
	color: #00adc0;
	font-weight: bold;
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.providerBrief-offers-carousel .card .card-body .offer-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.providerBrief-offers-carousel .card .card-body .offer-description {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

.providerBrief-offers-carousel .card .card-body .offers-left {
	color: #d75a4a;
	font-weight: 300;
	font-size: 14px;
}

.providerBrief-offers-carousel .card .card-body .ends-in {
	color: #d75a4a;
	font-weight: 300;
	font-size: 14px;
}
.providerBrief-articles-carousel .owl-nav button.owl-next,
.providerBrief-offers-carousel .owl-nav button.owl-next {
  position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    border: 1px solid #e2e2e2 !important;
    background: #eaeaea !important;
    color: #bebebe !important;
    text-align: center;
    line-height: 10px;
}
.providerBrief-articles-carousel .owl-nav button.owl-prev,
.providerBrief-offers-carousel .owl-nav button.owl-prev {
 position: absolute;
    right: 70px;
    bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    border: 1px solid #e2e2e2 !important;
    background: #eaeaea !important;
    color: #bebebe !important;
    text-align: center;
    line-height: 10px;
}
.providerBrief-offers-carousel .card .offer-img,
.providerBrief-articles-carousel .card .article-img {
	height: 160px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-border-top-left-radius: 1rem !important;
	-moz-border-top-left-radius: 1rem !important;
	-o-border-top-left-radius: 1rem !important;
	-ms-border-top-left-radius: 1rem !important;
	border-top-left-radius: 1rem !important;
	-webkit-border-top-right-radius: 1rem !important;
	-moz-border-top-right-radius: 1rem !important;
	-o-border-top-right-radius: 1rem !important;
	-ms-border-top-right-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}
.providerBrief-articles-carousel .card .card-body .heart-icon-filled,
.providerBrief-articles-carousel .card .card-body .heart-icon-unfilled,
.providerBrief-offers-carousel .card .card-body .heart-icon-filled,
.providerBrief-offers-carousel .card .card-body .heart-icon-unfilled {
	height: auto;
	width: auto;
	display: inline-block;
}
.providerBrief-articles-carousel .card .card-body .share-icon,
.providerBrief-offers-carousel .card .card-body .share-icon {
	height: auto;
	width: auto;
	display: inline-block;
}
.providerBrief-articles-carousel .card .card-body .number,
.providerBrief-offers-carousel .card .card-body .number {
	font-size: 12px;
}
/** loader css **/
.lang-loader {
	width: 100%;
	display: block;
 }
 .input-box {
	height: 55px;
	background: #777;
	margin-top: -3.4rem;
	z-index: 1;
	position: relative;
 }
 .input-search{
	border-radius: 5px;
	height: 55px;
	background: #777;
	margin-top: -3.8rem;
	z-index: 1;
	position: relative;
 }
 .input-search-two{
	border-radius: 10px;
	height: 55px;
	background: #777;
	margin-top: -2.8rem;
	z-index: 1;
	position: relative;
 }
 .input-text{
	border-radius: 10px;
	height: 34px;
	background: #777;
	margin-top: -1.8rem;
	z-index: 1;
	position: relative;
 }
 .img-box{
	height: 157px;
	background: #777;
	z-index: 1;
	position: relative;
	width: 100%;
	margin-left: 0px;
	bottom: 9rem;
 }
 .input-box-two{
	height: 45px;
    background: #777;
    margin-top: -3.4rem;
    z-index: 1;
    position: relative;
    border-radius: 25px;
 }

	@keyframes fullView {
	100% {
	   width: 100%;
	}
	}
	.animate {
	animation: shimmer 1s;
	animation-iteration-count: infinite;
	background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%);
	background-size: 1000px 100%;
	}
	   @keyframes shimmer {
	   from {
		  background-position: -1000px 0;
	   }
	   to {
		  background-position: 1000px 0;
	   }
 }
 @media only screen and (max-width: 595px) {
	.sms-email{
		line-height: 4.5;
	}
	.sms-emails{
		line-height: 3;
	}
}
 /** loader End **/
@media only screen and (max-width: 400px) {
	.providerBrief-articles-carousel .card .card-body .number,
	.providerBrief-offers-carousel .card .card-body .number {
		font-size: 9px;
	}
}
.providerBrief-articles-carousel .card .card-body .read-more,
.providerBrief-offers-carousel .card .card-body .read-more {
	font-weight: 300;
	text-decoration: underline;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}
.providerBrief-articles-carousel .card .card-body .article-title,
.providerBrief-offers-carousel .card .card-body .offer-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.providerBrief-articles-carousel .card .card-body .article-description,
.providerBrief-offers-carousel .card .card-body .offer-description {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}
.providerBrief-articles-carousel .card .card-body,
.providerBrief-offers-carousel .card .card-body {
	position: relative;
}
.providerBrief-articles-carousel .owl-nav button.owl-prev .fa,
.providerBrief-articles-carousel .owl-nav button.owl-next .fa,
.providerBrief-offers-carousel .owl-nav button.owl-prev .fa,
.providerBrief-offers-carousel .owl-nav button.owl-next .fa {
 font-size: 10px;
}
.owl-theme.providerBrief-articles-carousel .owl-nav [class*=owl-]:hover,
.owl-theme.providerBrief-offers-carousel .owl-nav [class*=owl-]:hover {
 background-image: -webkit-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -moz-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -o-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -ms-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
}
.owl-theme.providerBrief-articles-carousel .owl-nav [class*=owl-]:focus,
.owl-theme.providerBrief-offers-carousel .owl-nav [class*=owl-]:focus {
 outline: none;
}
.owl-theme.providerBrief-articles-carousel .owl-nav [class*=owl-]:active,
.owl-theme.providerBrief-offers-carousel .owl-nav [class*=owl-]:active {
 background: #1d6687 !important;
}
.close-icon1 {
     position: absolute;
     right: 8px;
     top: -22px;
     z-index: 99;
     background: transparent;
     outline: none;
     border: none;
     font-size: 3rem;
     color: #a6a6a6;
     font-weight: 100;
  }
  @media only screen and (max-width: 576px) {
  	.close-icon1 {
  		right: 5px;
       top: -15px;
  	}
  }
.close-icon1:focus {
	outline: none;
}
.close-icon1:hover {
	color: #ba71ab;
}
.pharmacyDetailsBrief .close-icon1 {
  right: 15px;
  top: 5px;
}
/*pharmacy details brief*/
.pharmacyDetailsBrief .gps-icon {
  width: 30px;
  height: auto;
  } 
  .pharmacyDetailsBrief .pharmacy-img{
  width: 100%;
  height: 30vh;
  object-fit: contain;
  object-position: center;
  background-color: #f1f1f1;
  }
.pharmacy-timings-card {
	border: 0.1rem solid #adbe64;
	box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
}
.about-pharmacy-box {
	box-shadow: 1px 0px 8px 0px rgba(0,0,0,0.4);
}
   /*===doctor detail page===*/
   .doctorpage-articles-carousel .card {
	-webkit-border-radius: 1rem !important;
	-moz-border-radius: 1rem !important;
	-o-border-radius: 1rem !important;
	-ms-border-radius: 1rem !important;
	border-radius: 1rem !important;
	width: 94%;
	margin-top: 5px;
	margin-bottom: 22px;
	-webkit-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	border: 0.1rem solid #adbe64;
}

.doctorpage-articles-carousel .card .article-img {
	height: 175px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-border-top-left-radius: 1rem !important;
	-moz-border-top-left-radius: 1rem !important;
	-o-border-top-left-radius: 1rem !important;
	-ms-border-top-left-radius: 1rem !important;
	border-top-left-radius: 1rem !important;
	-webkit-border-top-right-radius: 1rem !important;
	-moz-border-top-right-radius: 1rem !important;
	-o-border-top-right-radius: 1rem !important;
	-ms-border-top-right-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.doctorpage-articles-carousel .card .card-body .heart-icon-filled,
.doctorpage-articles-carousel .card .card-body .heart-icon-unfilled {
	height: auto;
	width: auto;
	display: inline-block;
}
.doctorpage-articles-carousel .card .heart-icon-filled,
.doctorpage-articles-carousel .card .heart-icon-unfilled,
.doctorpage-articles-carousel .card .comment-icon {
   width: 18px !important;
}
.doctorpage-articles-carousel .bookmark-filled, 
.doctorpage-articles-carousel .bookmark-unfilled,
.doctorpage-offers-carousel .bookmark-filled, 
.doctorpage-offers-carousel .bookmark-unfilled {
	width: 16px !important;
}
.doctorpage-articles-carousel .card .comment-icon {
   display: inline !important;
}


.doctorpage-articles-carousel .card .card-body .share-icon {
	height: auto;
	width: auto;
	display: inline-block;
}

.doctorpage-articles-carousel .card .card-body .number {
	font-size: 12px;
}

@media only screen and (max-width: 400px) {
	.doctorpage-articles-carousel .card .card-body .number {
		font-size: 9px;
	}
}
.doctorpage-articles-carousel .card .card-body .read-more {
	font-weight: 300;
	text-decoration: underline;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}
.doctorpage-articles-carousel .card .card-body .article-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.doctorpage-articles-carousel .card .card-body .article-description {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

.doctorpage-articles-carousel .card .card-body {
	position: relative;
}

.doctorpage-articles-carousel .owl-nav button.owl-prev .fa,
.doctorpage-articles-carousel .owl-nav button.owl-next .fa,
.doctorpage-offers-carousel .owl-nav button.owl-prev .fa,
.doctorpage-offers-carousel .owl-nav button.owl-next .fa {
 font-size: 10px;
}
.doctorpage-articles-carousel .owl-nav button.owl-prev,
.doctorpage-offers-carousel .owl-nav button.owl-prev {
 position: absolute;
    right: 25%;
    bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    border: 1px solid #e2e2e2 !important;
    background: #eaeaea !important;
    color: #bebebe !important;
    text-align: center;
    line-height: 10px;
}

.doctorpage-articles-carousel .owl-nav button.owl-next,
.doctorpage-offers-carousel .owl-nav button.owl-next {
  position: absolute;
    right: 14%;
    bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    border: 1px solid #e2e2e2 !important;
    background: #eaeaea !important;
    color: #bebebe !important;
    text-align: center;
    line-height: 10px;
}
.owl-theme.doctorpage-articles-carousel .owl-nav [class*=owl-]:hover,
.owl-theme.doctorpage-offers-carousel .owl-nav [class*=owl-]:hover {
 background-image: -webkit-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -moz-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -o-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: -ms-linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
 background-image: linear-gradient(90deg, #34c4d4c2, #3d8e97c2);
}

.owl-theme.doctorpage-articles-carousel .owl-nav [class*=owl-]:focus,
.owl-theme.doctorpage-offers-carousel .owl-nav [class*=owl-]:focus {
 outline: none;
}

.owl-theme.doctorpage-articles-carousel .owl-nav [class*=owl-]:active,
.owl-theme.doctorpage-offers-carousel .owl-nav [class*=owl-]:active {
 background: #1d6687 !important;
}



/*doctor detail page offers*/
.doctorpage-offers-carousel .card {
	-webkit-border-radius: 1rem !important;
	-moz-border-radius: 1rem !important;
	-o-border-radius: 1rem !important;
	-ms-border-radius: 1rem !important;
	border-radius: 1rem !important;
	width: 94%;
	margin-top: 5px;
	margin-bottom: 22px;
	-webkit-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	box-shadow: 3px 4px 8px -4px rgba(0,0,0,0.4);
	border: 0.1rem solid #ba71ab;
}

.doctorpage-offers-carousel .card .offer-img {
	height: 175px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-border-top-left-radius: 1rem !important;
	-moz-border-top-left-radius: 1rem !important;
	-o-border-top-left-radius: 1rem !important;
	-ms-border-top-left-radius: 1rem !important;
	border-top-left-radius: 1rem !important;
	-webkit-border-top-right-radius: 1rem !important;
	-moz-border-top-right-radius: 1rem !important;
	-o-border-top-right-radius: 1rem !important;
	-ms-border-top-right-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}

.doctorpage-offers-carousel .card .card-body .number {
	font-size: 12px;
}

@media only screen and (max-width: 400px) {
	.doctorpage-offers-carousel .card .card-body .number {
		font-size: 9px;
	}
}

.doctorpage-offers-carousel .card .card-body .offer-type {
	color: #00adc0;
	font-weight: bold;
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.doctorpage-offers-carousel .card .card-body .offer-title {
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.doctorpage-offers-carousel .card .card-body .offer-description {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

.doctorpage-offers-carousel .card .card-body .offers-left {
	color: #d75a4a;
	font-weight: 300;
	font-size: 14px;
}

.doctorpage-offers-carousel .card .card-body .ends-in {
	color: #d75a4a;
	font-weight: 300;
	font-size: 14px;
}

.doctorpage-offers-carousel .card .card-body .view-offer {
	font-weight: 300;
	text-decoration: underline;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}

.doctorpage-offers-carousel .card .card-body .offer-type .offer-strike {
	text-decoration: line-through;
	color: #d75a4a;
}

.doctorpage-offers-carousel .card .card-body {
	position: relative;
}

.doctorpage-offers-carousel .card .card-body .offers-ribbon {
	position: absolute;
	right: 0px;
	width: 45%;
	height: auto;
	margin-top: 3px;
}

.doctorpage-offers-carousel .card .card-body .speciality-name {
	position: absolute;
	right: 0px;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.doctor-details-header .experience,
.doctor-details-header .known-langs,
.doctor-details-header .likes,
.doctor-details-header .verified {
height: 26px;
line-height: 16px;
}
.doctor-details-header .doc-pic {
width: 100%;
height: 26vh;
object-fit: contain;
object-position: center;
background-color: #f1f1f1;
}


/*doctor availability popup*/
.doc-avail-address .card:not(:last-child) {
	margin-bottom: 1rem;
}


/*personal info preview*/
.user-apts-left-menu,
.doc-profile-left-menu {
	background: #fff;
	box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.4);
	margin-top: 2px;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
	.user-apts-left-menu .nav-item,
	.doc-profile-left-menu .nav-item{
		display: none;
	}
	.user-apts-left-menu .nav-item.active,
	.doc-profile-left-menu .nav-item.active{
		display:list-item;
	}
	#providerChecks{
		max-height: 150px !important;
	}
}


.user-apts-left-menu .nav,
.doc-profile-left-menu .nav {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}
.user-apts-left-menu .nav-link.active,
.doc-profile-left-menu .nav-link.active {
	background: #e6ecef;
}
.user-apts-left-menu .nav-link,
.doc-profile-left-menu .nav-link {
	color: #000;
	overflow: auto;
	padding: 0.8rem 2rem;
	font-weight: 300;
}
.user-apts-left-menu .nav-link .user-menu-icons,
.doc-profile-left-menu .nav-link .user-menu-icons {
	float: left;
}
.user-apts-left-menu .nav-link .name,
.doc-profile-left-menu .nav-link .name {
	margin-left: 3.5rem;
	margin-top: 0.6rem;
}
.emirates-cards {
	width: 100%;
	height: 150px;
	object-fit: contain;
	object-position: center;
	border: 1px solid #ebe9e9;
}
.edit-map-address {
  border:0;
  width: 100%;
  height: 40vh;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: -6px;
}

/*family members preview*/
/*.family-members-box .family-header,
.family-members-form .family-header {
background: #e6ecef;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-o-border-radius: 10px 10px 0px 0px;
-ms-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}*/

/*Appointments*/
.upcoming-card,
.past-apt-card {
  box-shadow: 2px 3px 10px -3px rgba(0,0,0,0.4);
}
.upcoming-card .doc-pic,
.past-apt-card .doc-pic {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #ebe9e9;
}
.searchShowInp-wrap {
 display: inline-block;
  position: relative;
  width: 100%;
}
.searchShowInp-wrap:before {
 content: '\e903';
  font-family: hgo;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0.3rem;
  right: 0.8rem;
  z-index: 99;
  color: #6c6c6c;
  font-size: 1.3rem;
}
.searchShowInp {
 padding-right: 2.5rem;
 border: none;
 transition: all 0.3s ease-in-out;
}
.searchShowInp:focus {
 border: 1px solid #00adc0;
}

/*past appointments*/
.past-apt-strips {
	position: relative;
	height: 30px;
}
.past-apt-strips-label {
	position: absolute;
	top: 13%;
	left: 22px;
}
.yes-no-recommended label .yes-no-recom-btn {
    border-radius: 4px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.5rem 2rem;
 }
 .yes-no-recommended label .yes-no-recom-btn:hover {
 	cursor: pointer;
 }
 .yes-no-recommended label input {
    display: none;
 }
 .yes-no-recommended label input:checked ~ .yes-no-recom-btn {
    background: #fff;
    color: #00adc0;
 }
 .upcoming-past-buttons label input {
  display: none;
}
.upcoming-past-buttons .upcoming-past-texts {
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0.4rem;
  color: #6c6c6c;
  font-weight: 300;
  border: 1px solid grey;
  border-radius: 4px;
}
.upcoming-past-buttons .upcoming-past-texts:hover {
	cursor: pointer;
}
.upcoming-past-buttons label input:checked ~ .upcoming-past-texts {
  background: #00adc0;
  color: #fff;
  border-color: #00adc0;
}
.upcoming-past-buttons li:first-child label {
	margin-right: -4px;
}
.upcoming-past-buttons li:first-child label .upcoming-past-texts {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.upcoming-past-buttons li:last-child label .upcoming-past-texts {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media only screen and (max-width: 500px) {
   .upcoming-below-buttons li {
      display: block;
   }
   .upcoming-below-buttons li a {
      width: 100%;
   }
}


/*user favorites*/
.favorite-type  label .fav-type{
   border: 1px solid #c7c7c7;
    display: inline-block;
    border-radius: 0px;
    padding: .5rem .75rem;
    text-align: center;
    font-weight: 300;
    color: #6c6c6c;
    width: 100%;
}
.favorite-type  label:first-child .fav-type {
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
}
.favorite-type  label:last-child .fav-type {
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}
.favorite-type  label input {
   display: none;
}
.favorite-type  label input:checked ~  .fav-type {
   background: #00adc0;
   color: #fff !important;
   border-color: #00adc0;
}
.favorite-type  label:hover {
   cursor: pointer;
}


.fav-search-inpt {
  border: none;
  -webkit-transition: 0.9s ease;
  -moz-transition: 0.9s ease;
  -ms-transition: 0.9s ease;
  -o-transition: 0.9s ease;
  transition: 0.9s ease;
  width: 50%;
  background-image: url(../img/icons/Search-Icon.png);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 20px;
  padding-right: 2rem;
}
.fav-search-inpt:focus {
  border: 1px solid #00adc0;
  width: 100%;
}
.fav-search-inpt::-webkit-input-placeholder {
  font-weight: 300;
  text-align: right;
  padding-right: 20px;
}

.fav-search-inpt::-moz-placeholder {
  font-weight: 300;
  text-align: right;
  padding-right: 20px;
}

.fav-search-inpt:-ms-input-placeholder {
  font-weight: 300;
  text-align: right;
  padding-right: 20px;
}
.fav-search-inpt:-moz-placeholder {
  font-weight: 300;
  text-align: right;
  padding-right: 20px;
}

/*previsit form*/
.previsit-form-header,
.cab-booking-header,
.family-header {
	border-radius: -webkit-10px 10px 0px 0px;
	border-radius: -moz-10px 10px 0px 0px;
	border-radius: -o-10px 10px 0px 0px;
	border-radius: -ms-10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

/*cab-booking*/
.pickup-dropoff-map {
	border:0;
	width: 100%;
	height: 35vh;
	margin-bottom: -6px;
}
.cabType-select label input {
 display: none;
}

.cabType-select label .cab-type-box {
 -webkit-box-shadow: 1px 1px 10px 0px rgba(157, 148, 148, 0.38);
 -moz-box-shadow: 1px 1px 10px 0px rgba(157, 148, 148, 0.38);
 -o-box-shadow: 1px 1px 10px 0px rgba(157, 148, 148, 0.38);
 -ms-box-shadow: 1px 1px 10px 0px rgba(157, 148, 148, 0.38);
 box-shadow: 1px 1px 10px 0px rgba(157, 148, 148, 0.38);
 -webkit-transition: 0.4s ease-in-out;
 -moz-transition: 0.4s ease-in-out;
 -o-transition: 0.4s ease-in-out;
 -ms-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
}
.cabType-select label .cab-type-box:hover {
 cursor: pointer;
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 -o-transform: scale(1.05);
 -moz-transform: scale(1.05);
 transform: scale(1.05);
 border: 0.01rem solid #00adc0;
}
.cabType-selected label .cab-type-box:hover {
 cursor: default;
 -webkit-transform: none;
 -ms-transform: none;
 -o-transform: none;
 -moz-transform: none;
 transform: none;
}
.cabType-select label input:checked ~ .cab-type-box .cab-icons {
 -webkit-transform: scaleX(-1);
 -ms-transform: scaleX(-1);
 -o-transform: scaleX(-1);
 -moz-transform: scaleX(-1);
 transform: scaleX(-1);
}
.cabType-select label .cab-type-box .cab-icons {
 width: 60px;
 -webkit-transition: 0.4s ease-in-out;
 -moz-transition: 0.4s ease-in-out;
 -o-transition: 0.4s ease-in-out;
 -ms-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
}
.cabType-select .cab-type-box .cab-business {
 fill: #00adc0;
}
.cabType-select label .cab-type-box .amount {
 font-size: 18px;
 color: #ba71ab;
}
.cabType-select label input:checked ~ .cab-type-box {
 background: #00adc0;
 color: #fff;
}
.cabType-select label input:checked ~ .cab-type-box .cab-business {
 fill: #fff;
}
.cabType-select label input:checked ~ .cab-type-box .amount {
 color: #fff;
}

.booknow-booklater-box label input {
 display: none;
} 
.booknow-booklater-box label input:checked ~ .booknow-booklater-btns {
 background: #00adc0;
 color: #fff;
}
.booknow-booklater-box label .booknow-booklater-btns {
 background: #fff;
 border: 1px solid #00adc0;
 color: #00adc0;
 padding: 8px 20px;
 margin: 6px;
}
.booknow-booklater-box label .booknow-booklater-btns:hover {
 cursor: pointer;
}

/*customizing wicked time picker*/
.wickedpicker {
	height: 140px;
}
.wickedpicker__title {
	background: #ba71ab;
	color: #fff;
}
.wickedpicker__close {
	color: #fff;
}

/*profile picture upload*/
.profile-pic-wrap {
  width: 150px;
  height: 150px;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  }
  .profile-pic-wrap .profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  }
  .profile-pic-wrap:hover .profile-pic-overlay{
  display: block;
  cursor: pointer;
  }
  .profile-pic-overlay {
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
  }
  .profile-pic-overlay .inner-block {
  position: absolute;
  width: 90%;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  }
.upload_profile_pic {
color: transparent;
display: none;
}

/*tooltip temperory work*/
/*<style>
  .tooltip-inner{
      padding:2px 7px;
      color:#55AAAA;
      text-align:center;
      font-weight:900;
      background: -webkit-gradient(linear, left top, left 25, from(#F4F4F4), color-stop(4%, #B4C8D6), to(#F4F4F4)); 
      background: -moz-linear-gradient(top, #F4F4F4, #B4C8D6 1px, #F4F4F4 25px); 
      border: 1px solid #55AAAA;
      -webkit-border-radius:9px;
      -moz-border-radius:9px;
      border-radius:9px;    
  }
</style>*/

.m-burger-lang .dropdown:hover>.dropdown-menu {
  display: block;
}
.m-burger-lang .dropdown-menu {
	padding: 0px;
	border: none;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
.m-burger-lang .dropdown-menu li {
	margin-bottom: 0px;
}
.m-burger-lang .dropdown-item {
	padding: 0.6rem 0.8rem;
}
.m-burger-lang .dropdown-header {
	padding: .5rem 0.8rem;
}
.m-burger-lang .dropdown-item:hover {
	color: #fff;
	background-color: #a36a97;
}
.m-burger-lang .dropdown-item.active {
	background-color: #ba71ab;
}
.m-burger-lang .nav-item .nav-link {
	padding: .5rem 0rem;
}

/*star rating tooltip*/
/*.docDetailsBrief.tooltip-inner,
{
     padding:10px;
     color: #000 !important;
     text-align:center;
     font-weight:600;
     background: #fff; 
     border: 1px solid #00adc0;
     border-radius: 4px;   
 }*/
 .hgo-loading-wrapper {
			width: 100%;
			height: 100vh;
			position: fixed;
			background: #fff;
			opacity: 0.8;
			z-index: 9999999999;
		}
		.hgo-loading {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
		}
		.hgo-loading {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.hgo-loading .obj {
			width: 6px;
			height: 60px;
			margin: 0px 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
			-ms-border-radius: 10px;
			border-radius: 10px;
			background: #fff;
			-webkit-animation: loadingObjMoving 0.6s linear infinite;
			-moz-animation: loadingObjMoving 0.6s linear infinite;
			-ms-animation: loadingObjMoving 0.6s linear infinite;
			-o-animation: loadingObjMoving 0.6s linear infinite;
			animation: loadingObjMoving 0.6s linear infinite;
			box-shadow: 0px 0px 10px rgba(0,0,0,0.5);

		}
		.hgo-loading .obj:nth-child(2) {
			-webkit-animation-delay: 0.1s;
			-moz-animation-delay: 0.1s;
			-o-animation-delay: 0.1s;
			-ms-animation-delay: 0.1s;
			animation-delay: 0.1s;
		}
		.hgo-loading .obj:nth-child(3) {
			-webkit-animation-delay: 0.2s;
			-moz-animation-delay: 0.2s;
			-o-animation-delay: 0.2s;
			-ms-animation-delay: 0.2s;
			animation-delay: 0.2s;
		}
		.hgo-loading .obj:nth-child(4) {
			-webkit-animation-delay: 0.3s;
			-moz-animation-delay: 0.3s;
			-o-animation-delay: 0.3s;
			-ms-animation-delay: 0.3s;
			animation-delay: 0.3s;
		}
		.hgo-loading .obj:nth-child(5) {
			-webkit-animation-delay: 0.4s;
			-moz-animation-delay: 0.4s;
			-o-animation-delay: 0.4s;
			-ms-animation-delay: 0.4s;
			animation-delay: 0.4s;
		}.hgo-loading .obj:nth-child(6) {
			-webkit-animation-delay: 0.5s;
			-moz-animation-delay: 0.5s;
			-o-animation-delay: 0.5s;
			-ms-animation-delay: 0.5s;
			animation-delay: 0.5s;
		}
		.hgo-loading .obj:nth-child(7) {
			-webkit-animation-delay: 0.6s;
			-moz-animation-delay: 0.6s;
			-o-animation-delay: 0.6s;
			-ms-animation-delay: 0.6s;
			animation-delay: 0.6s;
		}
		.hgo-loading .obj:nth-child(8) {
			-webkit-animation-delay: 0.7s;
			-moz-animation-delay: 0.7s;
			-o-animation-delay: 0.7s;
			-ms-animation-delay: 0.7s;
			animation-delay: 0.7s;
		}
		@keyframes loadingObjMoving {
			0% {
				height: 0px;
				background: #fff;
			}
			50% {
				height: 60px;
				background: #00adc0;
			}
			100% {
				height: 0px;
				background: #ba71af;
			}
		}
		.hgo-loading-wrapper .loading-text {
			color: #00adc0;
			font-size: 1.5rem;
			position: absolute;
			left: 50%;
			top: 58%;
			transform: translate(-50%, -50%);
			letter-spacing: 2px;
		}
		@keyframes rotate {
        100% {
          transform: rotate(360deg);
        }
     }

    @keyframes dash {
      0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
      }
      50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
      }
      100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
      }
    }

     @keyframes drawcheck {
         from {
             stroke-linecap: round;
         }
         to {
             stroke-linecap: round;
             stroke-dashoffset: 0;
         }
     }

    .svg-check path {
       fill:none;
       stroke:#2ABA66;
       stroke-miterlimit:10;
       stroke-width: 25px;        
       stroke-dasharray: 250;
       stroke-dashoffset: 250;
       animation: drawcheck 0.5s linear forwards;      
     }

  
    .spinner {

      animation: rotate 1s linear infinite;
      width: 22px;
      height: 22px;
      display: none;
      float: left;
      margin-top: 5px;
      margin-right: 7px;
    }

    .spinner .path{
      stroke: #EC0143;
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite;
    }
    
    .spinner.blue.show{
      margin:0px;
      display: inline-block;
    }

    .spinner.blue .path{
      stroke: #2C64BA;
    }
 /*all insurances popup*/
   .all-insurances-list .search-dropdown-inner {
      height: 60vh;
      overflow-y: auto;
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      background: #fff;
      border-top: 0px;
   }
   .all-insurances-list .search-dropdown-inner .normal-dropdown-main .list-group-item {
      text-align: left;
      border: 0px;
      padding: .75rem 1rem;
      text-transform: capitalize;
   }
   .all-insurances-list .search-dropdown-title {
      background: #d4f3f8 !important;
      padding-left: 2rem !important;
      border-top-left-radius: 0.5rem !important;
      border-top-right-radius: 0.5rem !important;
      border-bottom-left-radius: 0rem !important;
      border-bottom-right-radius: 0rem !important;
      text-align: left;
   }
   .all-insurances-list .inner-list-group-main .list-group-item {
   	padding: .75rem 3rem;
   }


   .green-dot{
   	display: inline-flex;
   	margin:0px 5px;
   	width: 8px;
   	height: 8px;
   	border-radius: 4px;
   	background: #2DD907;
   }

   /*===========HGP Scroll TOp============*/
  	.hgo-scrollTop {
	  position: fixed;
	  right: 25px;
	  bottom: 25px;
	  background-color: #ba71ab;
	  border-radius: 50%;
	  height: 50px;
	  width: 50px;
	  opacity: 0;
	  text-align: center;
	  transition: all 0.4s ease-in-out;
	  box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
	  z-index: 1;
	  cursor: pointer;
	}
	.hgo-scrollTop:hover {
		background: #94658a;
	}
	.hgo-scrollTop img {
	  width: 20px;
	  height: 20px;
	  margin-top: 12px;
	}
   /*===========HGP Scroll TOp============*/

/*awards & recognition tab in about us page*/
.recognition-cards {
 overflow: auto;
 -webkit-box-shadow: 2px 2px 7px 0px #b5b2b2;
 -moz-box-shadow: 2px 2px 7px 0px #b5b2b2;
 -o-box-shadow: 2px 2px 7px 0px #b5b2b2;
 -ms-box-shadow: 2px 2px 7px 0px #b5b2b2;
 border: 0px;
}
.recognition-cards .recognition-imgs {
 width: 100%;
 height: 230px;
 object-fit: contain;
 object-position: center;
}
.recognition-cards .title-box {
 background: #a3bfd2;
}
.recognition-cards .title {
 color: #fff;
 text-align: center;
 text-transform: capitalize;
}

   /*combination bucket list*/
   .combination-dropdown-wrapper {
    width: 100%;
    position: absolute;
    z-index: 101;
    top: 0px;
    border-radius: 4px;
    border: 1px solid gainsboro;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	margin-top: 0px;
   }
   .combination-dropdown-wrapper.dp-list{
    top: 53px;
	margin-top: 16px;
   }

   @media only screen and (max-width: 768px) {
      .combination-dropdown-wrapper {
         width: 95%;
         left: 2.5%;
      }
   }
   .combination-dropdown-wrapper .search-dropdown-inner {
      border-radius: 0.5rem;
      overflow-x: auto;
      overflow-y: hidden;
      background: #fff;
      border-top: 0px;
   }
   .combination-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item {
      text-align: left;
      border: 0px;
      padding: .75rem 1.2rem;
      text-transform: capitalize;
      border-bottom: 1px solid #dadada;
      margin-bottom: 0px;
   }
   .combination-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item:hover .ins-name {
   	color: #00adc0;
   }
   .combination-dropdown-wrapper .search-dropdown-title {
      background: #d4f3f8 !important;
      padding-left: 2rem !important;
      border-top-left-radius: 0.5rem !important;
      border-top-right-radius: 0.5rem !important;
      border-bottom-left-radius: 0rem !important;
      border-bottom-right-radius: 0rem !important;
      text-align: left;
   }
   .combination-dropdown-wrapper .list-group-item:first-child {
       border-top-left-radius: 0px;
       border-top-right-radius: 0px;
   }
   .combination-dropdown-wrapper .list-group-item:last-child {
       border-bottom-left-radius: 0rem;
       border-bottom-right-radius: 0rem;
   }
   #combination-bucket-list .arrow-normal-dropdown {
      width: 20px;
       height: 20px;
       border-bottom: 20px solid #fff;
       border-left: 15px solid transparent;
       border-right: 15px solid transparent;
       position: absolute;
       top: 96%;
       left: 7%;
       z-index: 4;
   }
   .combination-dropdown-wrapper .inner-list-group-main {
   	max-height: 200px;
   	transition: height 0.3s ease;
   }
   .combination-dropdown-wrapper .inner-list-group-main div {
   	overflow: hidden;
   	overflow-y: scroll;
   	transition: height 0.3s ease;
   }
   .combination-dropdown-wrapper .inner-list-group-main .list-group-item {
   	padding: .75rem 1.5rem !important;
   	background: #f1f7fb;
   }
   .combination-dropdown-wrapper .inner-list-group-main .list-group-item:hover {
   	/*color: #ba71ab;*/
   	background: #D2E4EF;
   }

   .combination-dropdown-wrapper .list-group-item{
   	background: #eee;
   }
   .combination-dropdown-wrapper .list-group-item.collapsed{
   	background: #fff;
   }
   .combination-dropdown-wrapper .list-group-item.collapsed:hover{
   	background: #EEE;
   }
	@-webkit-keyframes placeholderShimmer {
	  0% {
	    background-position: -468px 0;
	  }
	  
	  100% {
	    background-position: 468px 0; 
	  }
	}

	@keyframes placeholderShimmer {
	  0% {
	    background-position: -468px 0;
	  }
	  
	  100% {
	    background-position: 468px 0; 
	  }
	}

   .shrimmer{
	  background: #f6f7f8;
	  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
	  background-repeat: no-repeat;
	  background-size: 468px 10px; 
	  display: inline-block;
	  position: relative; 
	  
	  -webkit-animation-duration: 1s;
	  -webkit-animation-fill-mode: forwards; 
	  -webkit-animation-iteration-count: infinite;
	  -webkit-animation-name: placeholderShimmer;
	  -webkit-animation-timing-function: linear;
	}


	.shrimmer.red{
	    background: #ffffff;
	    background-image: linear-gradient(to right, #0b94ce 0%, #64c5d3 20%, #baebff 40%, #349ac5 100%);
	}


	.pac-container{
	border-radius: 4px;
	width: 80%;
	margin-top: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	}
	.pac-item{
	padding:0.5rem;
	cursor: pointer;
	}
	.pac-item:hover{
	background: #f1f1f1;
	}
	#accordion-buckets{
	min-height:30px;
	}
	.global-search-inp{
	text-transform: capitalize;
	}
	.near-you a{
	padding:3px 5px;
	font-size: 12px;
	color:#5D5D5D;
	background: #FFF;
	}
	.list-group-item-action{
	transition: background-color 0.25s ease-in;
	}
	.list-group-item-action:focus, .list-group-item-action:hover{
	background-color:#e5eaef; 
	}

	.combination-dropdown-wrapper .search-dropdown-inner .normal-dropdown-main .list-group-item:last-child{
	border-bottom:0px;
	}

	.no-border{
	border:0px;
	}

	.input-icon-helper{
		width: 42px;
	    height: 42px;
	    background: rgba(0,0,0,0);
	    /* float: right; */
	    right: 0;
	    position: absolute;
	    z-index: 10;
	    cursor: pointer;
	    border-radius: 24px;
	    top: 3px;
	}


	/*mobileview section in home*/
	.download-apps-m-home img {
		width: 150px;
	}

	.hgo-gallery-card {
		overflow: auto;
	}
	.hgo-gallery-card .gallery-imgs{
		width: 100%;
	    height: 230px;
	    object-fit: cover;
	    object-position: center; 
	}
	.hgo-gallery-card .vdo-type {
		width: 100%;
	   height: 230px;
	   pointer-events: none;
	}
	.hgo-gallery-card .img-video-notavail {
		width: 100%;
		height: 230px;
		background-image: linear-gradient(90deg, #19b2c0, #2bb38a);
	}
	.hgo-gallery-card .notavailtext {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
	}

	.v-flex{
		display: flex !important;
		flex-direction: column;
		line-height: 17px;
	}

	.v-flex span.networks{
		color: #8a8989;
	    font-size: 0.65rem;
	    text-transform: capitalize;
	    font-weight: 600;
	}

	.h-flex{
		display: flex !important;
		flex-direction: row; 
	}
	.h-flex div{

	}
	
	.slim-scroll::-webkit-scrollbar{
       width: 8px;
       padding:3px;
	   background: transparent;
	}
	 
	.slim-scroll::-webkit-scrollbar-track {
	 	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	}
	 
	.slim-scroll::-webkit-scrollbar-thumb {
		background-color: rgba(125, 151, 173,0.9);
	  	outline: 1px solid slategrey;
	  	border-radius:4px;
	  	margin:3px;
 	}

 	.search-area-wrapper{
 		display:flex;	flex-direction:row;	width:100%;	overflow: hidden;
 	}
 	
 	.filters-resutls-wrapper{
 		order: 1;	width:35%;
 	}
 	.map-details-wrapper{
 		order: 2;	width:70%;	position:relative;	z-index:1;	
 	}
 	#search-experience{
 		position: absolute;	z-index:2;	width:100%; height:100%;
 	}
 	.detail-popup-wrapper{
 		position: absolute;z-index:3;width:85%;padding:0px 15px;
 	}

 	/* Extra small devices (phones, 600px and down) */
	@media only screen and (max-width: 600px) {
		.search-area-wrapper{
 			display:flex;	flex-direction:column;	width:100%;	overflow: hidden;
	 	}
	 	.filters-resutls-wrapper{
	 		order: 2;	width:100%; height:100vh;
	 	}
	 	.map-details-wrapper{
	 		order: 1;	width:100%; 	position:relative;	z-index:1;	
	 	}
		/* .briefcard-scroll.slim-scroll{
			height: auto !important;
		} */
	 	#search-experience{
	 		position: absolute;	z-index:2; height: 40vh; display: none;	width:100%; height:100%;
	 	}
	 	.detail-popup-wrapper{
	 		position: fixed;top:45px;z-index:999;width:100%;padding:0px;margin:0px;
	 	}
	}

	/* Small devices (portrait tablets and large phones, 600px and up) */
	@media only screen and (min-width: 600px) {

	}

	/* Medium devices (landscape tablets, 768px and up) */
	@media only screen and (min-width: 768px) {

	}

	/* Large devices (laptops/desktops, 992px and up) */
	@media only screen and (min-width: 992px) {

	}

	/* Extra large devices (large laptops and desktops, 1200px and up) */
	@media only screen and (min-width: 1200px) {

	}


/*doctor profile starts here*/
/*.doc-profile-header .doc-img {
	width: 100%;
	height: 32vh;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, 3px;
	background-size: contain, cover;
	background-color: #f1f1f1;
	background-position: center, right top;
	border-radius: 4px;
	border: 1px solid #ebe9e9;
}*/
.doc-profile-header .doc-image-wrap {
   position: relative;
   width: 100%;
   height: 32vh;
   overflow: hidden;
   border-radius: 4px;
   margin-bottom: 10px;
}
.doc-profile-header .doc-blur-img,
.doc-profile-header .doc-normal-img {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
}
.doc-profile-header .doc-blur-img {
   z-index: 1;
   background-size: 500%;
   -webkit-filter: blur(35px);
   -moz-filter: blur(35px);
   -o-filter: blur(35px);
   -ms-filter: blur(35px);
   filter: blur(35px);
   background-position: center;
   -webkit-background-size: cover;
}
.doc-profile-header .doc-normal-img {
   z-index: 2;
   background-size: contain;
}

.pending-actions .progress {
	height: 7px;
}

.pending-actions .progress .progress-bar {
	width: 0%;
	height: 7px;
	box-shadow: 1px 1px 2px 2px #ebe9e9;
	-webkit-animation: pending-actions 1.5s ease-in-out forwards;
	animation: pending-actions 1.5s ease-in-out forwards;
}

@-webkit-keyframes pending-actions {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes pending-actions {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: grey;
}

.nav-tabs .nav-link {
	margin-bottom: 0.6rem;
	color: grey;
}

.doc-profile-body .nav-tabs {
	border-bottom: 0px;
}

.doc-profile-body .nav-tabs .nav-link:focus,
.doc-profile-body .nav-tabs .nav-link.active {
	background: #00adc0;
	border-radius: 4px;
	color: #fff;
	position: relative;
}

.doc-profile-body .nav-tabs .nav-link.active::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00adc0;
	bottom: -10px;
	left: 40%;
}

.doc-profile-body .nav-tabs .nav-link:hover {
	border-radius: 4px;
}

.doc-profile-body .nav-tabs .nav-link {
	border-radius: 4px;
	background: #eef1f2;
	margin: auto 15px 15px auto;
}

.doc-basic-details {
	border: 1px solid #dee2e6;
}

.doc-basic-details,
.doc-basic-details-noborder {
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.doc-basic-details .doc-licence-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 180px;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #dee2e6;
}
@media only screen and (min-width: 992px) {
	.min-border-right-lg {
		border-right: 1px solid #ced4da;
	}
}


/*doctor profile schedules*/
.doc-schedules-hr-card {
   border-radius: 8px;
   box-shadow: 2px 2px 7px 2px rgba(159, 159, 159, 0.5);
}
.doc-schedules-hr-card:not(:last-child) {
	margin-bottom: 1.2rem;
}
.doc-schedules-hr-card .provider-img-doc-schl{
   width: 100%;
   height: 10vh;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   border: 1px solid #ebe9e9;
   border-radius: 4px;
   margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
   .doc-schedules-hr-card .provider-img-doc-schl {
      width: 100px;
   }
}
.available-slots-box .day-label {
   display: inline-block;
   color: #fff;
   text-align: center;
   background-color: #ba71af;
   padding: 2px 12px;
   position: absolute;
   left: -10px;
   top: -24px;
   font-size: 14px;
   box-shadow: 3px 4px 6px 0px rgba(120, 120, 120, 0.5);
}
.available-slots-box .day-label::after {
   content: '';
   width: 0px;
   height: 0px;
   border-top: 10px solid #6d4868;
   border-left: 10px solid transparent;
   position: absolute;
   left: 0;
   bottom: -10px;
}
.available-slots-box {
   border: 1px solid #d5d5d5;
   border-radius: 0px 8px 8px 8px;
   margin: 2.2rem 0.5rem 0.5rem 0.5rem;
}
.available-slots-box .time-label {
   color: #00adc0;
    background: #f2f5f7;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

/*open-close button doc-schedules*/
.open-colose-button {
   width: 40px;
   height: 40px;
   display: block;
   background-color: #fff;
   border-radius: 50%;
   position: relative;
   border: 1px solid #a2a2a2;
}
.open-colose-button .hr-strip,
.open-colose-button .vr-strip {
   
   background-color: #a2a2a2;
   border-radius: 10px;
   position: absolute;
   left: 50%;
   top: 50%;
   transition: all 0.5s ease-in-out;
   transform: rotate(135deg);
}
.open-colose-button .hr-strip {
   width: 20px;
   height: 3px;
   margin-left: -10px;
   margin-top: -1px;
}
.open-colose-button .vr-strip {
   width: 3px;
   height: 20px;
   margin-left: -2px;
   margin-top: -10px;
}
.open-colose-button.collapsed {
   border: none;
   background-color: #00adc0;
   
}
.open-colose-button.collapsed .hr-strip,
.open-colose-button.collapsed .vr-strip {
   background-color: #fff;
   transform: rotate(0deg);
   
}
/*doctor consultations*/
ul.today-tmrw-btns input {
 display: none;
}
ul.today-tmrw-btns li  label {
 width: 100%;
}
ul.today-tmrw-btns li  label .today-tmrw-text {
 display: inline-block;
 background-color: #d0eff3;
 padding: 4px 14px;
 border-radius: 4px;
 height: 38px;
 line-height: 30px;
}
ul.today-tmrw-btns li  label .today-tmrw-text:hover {
 cursor: pointer;
}
ul.today-tmrw-btns input:checked ~ .today-tmrw-text {
 background-color: #00adc0;
 color: #fff;
}
.patient-details-card {
  box-shadow: 2px 2px 7px 2px rgba(159, 159, 159, 0.5);
  border-radius: 8px;
}
.patient-details-card:not(:last-child) {
  margin-bottom: 1.2rem;
}
.patient-details-card .doc-img {
  width: 100%;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat:  no-repeat;
  border: 1px solid #ebe9e9;
  border-radius: 4px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 576px) {
  .patient-details-card .doc-img {
     width: 80px;
     height: 80px;
  }
}
.status-labels {
  margin-left: -16px;
  position: relative;
}
.status-labels .waiting-label {
  width:250px;
  height:32px;
}
.status-labels .confirmed-label,
.status-labels .cancelled-label,
.status-labels .attended-label {
  width:120px;
  height:32px;
}
.status-labels .not-attended-label {
  width:140px;
  height:32px;
}
.status-labels .text {
  position: absolute;
  left: 16px;
  top: 6px;
  color: #fff;
  font-size: 14px;
}

/*doctor profile articles*/
.article-hr-card-docprf,
.offer-hr-card-docprf {
    box-shadow: 2px 2px 7px 2px rgba(159, 159, 159, 0.5);
    border-radius: 16px;
 }
 @media only screen and (max-width: 768px) {
    .article-hr-card-docprf .article-image-wrap,
    .offer-hr-card-docprf .offer-image-wrap {
       border-radius: 16px 16px 0px 0px !important;
    }
 }
 @media only screen and (min-width: 576px) and (max-width: 992px) {
    .article-hr-card-docprf .article-image-wrap,
    .offer-hr-card-docprf .offer-image-wrap {
       height: 34vh;
    }
 }
 .article-hr-card-docprf:not(:last-child),
 .offer-hr-card-docprf:not(:last-child) {
    margin-bottom: 1.2rem;
 }
 .article-hr-card-docprf .article-image-wrap,
 .offer-hr-card-docprf .offer-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px 0px 0px 16px;
 }
 .article-hr-card-docprf .article-blur-img,
 .offer-hr-card-docprf .offer-blur-img,
 .article-hr-card-docprf .article-normal-img,
 .offer-hr-card-docprf .offer-normal-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
 }
 .article-hr-card-docprf .article-blur-img,
 .offer-hr-card-docprf .offer-blur-img {
    z-index: 1;
    background-size: 500%;
    -webkit-filter: blur(35px);
    -moz-filter: blur(35px);
    -o-filter: blur(35px);
    -ms-filter: blur(35px);
    filter: blur(35px);
    background-position: center;
    -webkit-background-size: cover;
 }
 .article-hr-card-docprf .article-normal-img,
 .offer-hr-card-docprf .offer-normal-img {
    z-index: 2;
    background-size: contain;
 }
 /*offer hr - doctor profile*/
 .offer-hr-card-docprf .offers-ribbon {
     position: absolute;
     right: -1px;
  }
  .offer-hr-card-docprf .speciality-name {
     position: absolute;
     right: 0;
     width: 135px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     color: #fff;
     font-size: 14px;
     margin-top: 5px;
  }
  .offer-hr-card-docprf .offer-strike {
     color: #d75a4a;
     text-decoration: line-through;
  }

/*sticky social media icons starts here*/
.floating-social-container {
   position: fixed;
   right: 0;
   top: 50%;
   transform: translate(86%, -50%);
   z-index: 1040;
   
}
.floating-social-container ul {
   list-style: none;
   padding: 0;
   margin: 0;
   /*transform: translateX(256px);*/
   background-color: #fff;
   box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.07);
}
.floating-social-container ul li {
   display: block;
   padding: 7px;
   margin-bottom: 5px;
   margin-top: 5px;
   background-color: #fff;
   width: 300px;
   border-radius: 8px;
   border: 1px solid #fff;
   transition: all 0.4s;
}
.floating-social-container ul li:first-child {
   margin-top: 5px;
}
.floating-social-container ul li:not(:first-child):not(:last-child):hover {
   transform: translate(-110px);
}
.floating-social-container ul li.floating-facebook a {
   color: #3b5998;
}
.floating-social-container ul li.floating-facebook:hover {
   background-color:  #3b5998;
}
.floating-social-container ul li.floating-instagram i,
.floating-social-container ul li.floating-instagram .text {
   -webkit-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -moz-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -ms-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -o-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -o-background-clip: text;
   -ms-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
   -o-text-fill-color: transparent;
   -ms-text-fill-color: transparent;
   text-fill-color: transparent;
}
.floating-social-container ul li.floating-instagram:hover {
   -webkit-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -moz-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -ms-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   -o-background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
   background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
.floating-social-container ul li.floating-linkedin a {
   color: #0e76a8;
}
.floating-social-container ul li.floating-linkedin:hover {
   background-color: #0e76a8;
}
.floating-social-container ul li.floating-twitter a {
   color: #6699ff;
}
.floating-social-container ul li.floating-twitter:hover {
   background-color: #6699ff;
}
.floating-social-container ul li.floating-youtube a {
   color: #c4302b;
}
.floating-social-container ul li.floating-youtube:hover {
   background-color: #c4302b;
}
.floating-social-container ul li:not(:first-child):not(:last-child):hover a {
   color: #fff !important;
}
.floating-social-container ul li.floating-instagram:hover i,
.floating-social-container ul li.floating-instagram:hover .text {
   background: -webkit-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: -moz-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: -o-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: -ms-radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   background: radial-gradient(circle at 33% 100%, #fff 4%, #fff 30%, #fff 62%, #fff 85%, #fff);
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -o-background-clip: text;
   -ms-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
   -o-text-fill-color: transparent;
   -ms-text-fill-color: transparent;
   text-fill-color: transparent;
}
.floating-social-container ul li a {
   text-decoration: none;
}
.floating-social-container ul li a .text {
   display: inline-block;
   font-size: 14px;
   margin-right: 12%;
}
.floating-social-container ul li i {
   width: 26px;
   height: 26px;
   line-height: 26px;
   vertical-align: middle;
   font-size: 18px;
   text-align: center;
   display: inline-block;
   margin-right: 8px;
}
.gpsicon{
	height: 42px;
    width: 42px;
    float: right;
}
@media only screen and (max-width: 992px) {
   .sticky-add-remove {
      display: none !important;
   }
}
@media only screen and (min-width: 992px) {
   .floating-globe,
   .floating-chevdown {
      display: none !important;
   }
}
@media only screen and (max-width: 576px) {
   .floating-social-container {
      top: 1%;
      transform: translate(86%,0%);
   }
}
/*sticky social media icons ends here*/

	/*customizing select2 plugin*/
.select2-single-borderless .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.testing .select2-single-borderless .select2-container .select2-selection--single{
	background-image: none;
	   
}
.testing img{
	position: relative;
}
.testing .select2-single-borderless .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding: 0px 10px;
   
}

.testcls input{height: 31px;
    line-height: 1;
    margin: 0px 0px 2rem;
    padding: 4px 0px 0px;}	

.select2-single-borderless .select2-container .select2-selection--single {
	background-image: url(../img/icons/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
	height: 30px;


}
.select2-container .select2-selection--single {
	background-image: url(../img/icons/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
	height: 38px;
}
.select2-container--default .select2-selection--single {
	border-color: #d5d5d5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.select2-single-borderless .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
}
.select2-single-borderless .select2-container--default .select2-selection--single {
	border: 0px;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0px;	
	padding: 0px 5px 30px 10px;
}
.select2-single-borderless .select2-container .select2-selection--single:focus {
	outline: none;
}
.select2-container {
	width: 100% !important;
	outline: none;
}
.select2-container:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
 .count-number {
 font-size: 2rem;
 }
 .hcp-ins-users {
 font-size: 1rem !important;
 }
 }
 @media only screen and (max-width: 768px) {
    .counter-web {
       display: none;
    }
    .counter-mobile {
       display: block !important;
    }
	.master-banner-content{
		/* margin: 3rem 0rem 0rem; */
		font-size: 20px!important;
	}
	.providerDetailsBrief .provider-img{
		height: 200px;
	}

 }
.booking-otp-box {
    width: 60%;
     margin: 0 auto;
     height: 60px;
     color: #00adc0;
     font-size: 2rem;
     letter-spacing: 3.2rem;
     text-align: center;
 }
 /** Network Search **/
.network-search{
	padding: 0px 15px;
	margin-bottom: -6px;
}
.network-search h5{
	color:#525252;
	font-size: 30px;
	font-weight: 400;
}
.network-search p{
	color:#525252;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 5px;
}
.network-search .box{
	width: 130px;
}
.network-search .box p{
	color: #223270;
	font-size: 14px;
    text-align: center;
    font-weight: 600;
	padding: 12px 2px 10px;
	line-height: 1;
}

.network-search .box img{
	width: 100%;
	height: 82px;
	cursor: pointer;
	margin-bottom: 1px;
	background:#fff;
	border-radius: 5px 5px 0px 0px;
}
.network-search .wrapper{
	display: flex;
	gap: 4rem;
    /* padding-top: 20px; */
    justify-content: left;
}
.network-search .logo-section{
	background: #fff;
    height: 71px;
    width: 131px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 11px;
}
.network-search .content{
	border-top: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
	height: 17px;
	width: 131px;
	border-radius: 0px 0px 5px 5px;
}
.network-search .content-description{
	border-top: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
	height: 65px;
	border-radius: 0px 0px 5px 5px;
}
.network-search .box-one.active{
    background-color: #223270;
	color: #fff;
}
.network-search .box-one.active p{
	color: #fff;
}
.second-wrap{
	color:#223270; 
	position: relative;
	 top: -14px;
	  line-height: 1;
}
.simple-box .Choice-one{
	margin: 2px 0px !important;
	width: auto !important;
}
.simple-box .Choice-two{
	margin: 2px 0px !important;
	width: auto !important;
}
.Choice-one p{
	padding: 16px 16px 10px !important;
}
.Choice-one .second-tag{
	padding: 16px 16px 16px !important;
}
.Choice-two .second-tag{
	padding: 16px 16px 16px !important;
}
.Choice-two p{
	padding: 20px 12px 10px !important;
}
.box-one .Choice-one{
	margin: 0px !important;
}

.network-search .box-one{
	background-color: #fff;
	border-radius: 5px;
	color: #223270;
	width: 130px;
	/* height: 40px; */
	cursor: pointer;
	margin: 16px 0px 16px;
}
.network-search .box-one .fa{
	position: relative;
    top: -2px;
    float: right;
    left: 5px;
}
.network-search .box-one p{
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.network-search .box .border-one{
	border: 2px solid #223270;
	height: 86px;
	width: 135px;
	border-radius: 5px;
	margin-left: -2.4px;
}
.network-search .refer-policy{
	color: #EE0101;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 12px;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}
.search-provider{
	/* position: relative;
    top: 6rem; */
}
.section-two{
	display: flex;
}
.section-two img{
	height: 60px;
    width: 52px;
    margin-top: 6px;
	position: relative;
    padding: 2px;
    top: 8px;
}
.section-two .gap{
	padding: 0px 1rem;
}
.section-two .provider-type-item{
	background-color: #909293;
    border-radius: 5px 5px 0px 0px;
}
.provider-type-item{
	background-color: #909293;
    border-radius: 5px 5px 0px 0px;
}
.white-bg{
	border-radius: 0px 0px 5px 5px;
}
.first-wrap{
	position: relative;
    top: -14px;
    line-height: 1;
}
.section-two h6{
	color: #909293 !important;
	padding: 5px 0px;
	word-break: break-word;
	font-size: 14px;
}

.special-instructions .accordion {
	margin-top: 40px;
  }
  .special-instructions .accordion .card {
	border: none;
	margin-bottom: 20px;
  }
  .special-instructions .accordion .card p{
	color: #6C6C6C;
	font-size: 18px;
	font-weight: 400;
	white-space: normal;
    line-height: 1.5;
  }
  .special-instructions .accordion .card h5 {
	background: url("../images/information_activated.svg") no-repeat calc(100% - 0px) center;
	background-size: 20px;
	cursor: pointer;

  }
  .special-instructions .accordion .card h5.collapsed {
	background-image: url("../images/information_deactivated.svg");
  }
  .special-instructions .accordion .card h5[aria-expanded="false"]{
	background-image: url("../images/information_deactivated.svg");
  }
  
  .special-instructions .accordion .card-body {
	padding-left: 0 !important;
	padding-right: 0;
  }
  .section-two{
	grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    display: grid;
  }
  .provider-types-carousel .owl-prev{
	position: absolute;
    left: -31px;
    top: 50%;
  }

 .provider-types-carousel .owl-nav img {
    filter: none;
  }
  .provider-types-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
}
 .owl-theme .owl-nav [class*=owl-]:hover{
	background: none;
}
.btn-editor{
    background-color: #24326c !important;
    border: 1px solid #24326c !important;
    color: #fff !important;
}
.btn-editor:hover{
    color:#fff !important;
}
.inactive{
    background-color: #909293 !important;
    border: none !important;
    pointer-events: none;
}
.owl-nav img{
	margin: -1rem;
}
.provider-types-carousel{
	/* overflow-y: hidden;  */
	position: relative;
	right: 19px;
}
.footer-tag{
	color: #525252;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}
#speciality-list .owl-nav img {
    filter: none;
}

#providerTypes .owl-item.active{
	width: 163px !important;
   }
   #specialities-list .owl-item.active{
	width: 160px !important;
   }
   #specialities-list .owl-item{
	width: 160px !important;
   }
   #providerTypes .owl-item.cloned{
	width: 163px !important;
   }
   #providerTypes .owl-item{
	width: 163px !important;
   }
   .section-grid{
	display: grid;
	grid: auto-flow / 0fr 0fr 0fr;
   }
   @media screen and (min-width:260px) and (max-width:600px){
   .section-grid{
		/* display: grid;
		grid: auto-flow / 1fr 1fr 1fr;
		overflow: scroll;
		overflow-y: hidden; */
	}
	::-webkit-scrollbar {
		height: 2px;              /* height of horizontal scrollbar ← You're missing this */
		width: 4px;               /* width of vertical scrollbar */
		border: 1px solid #d5d5d5;
	  }
	#global_choice_providers{
		display: grid;
		grid: auto-flow / 1fr 1fr 1fr;
		overflow: scroll;
		overflow-y: hidden;
	}
	#open_choice_providers{
		display: grid;
		grid: auto-flow / 1fr 1fr 1fr;
		overflow: scroll;
		overflow-y: hidden;
	}
	}
@media only screen and (max-width:780px) and (min-width:280px){
	.owl-carousel .owl-stage-outer{
		margin: 0px 30px 0px 0px !important;
	}
	#p-types .owl-stage-outer{
		margin: 0px 30px 0px 16px !important;
	}
	#speciality-types h5{
		font-size: 20px !important;
	}
	#speciality-types .owl-next{
	    right: 0rem;
	}
	.provider-types-carousel{
		right: 0px;
	}
	#providerTypes .owl-item {
		width: 100px !important;
		padding-left: 20px;
	}
	#providerTypes .owl-item.active {
		width: 100px !important;
	}
	#specialities-list .owl-item.active {
		width: 100px !important;
	}
	#specialities-list .owl-item{
		width: 100px !important;
	}

	.provider-types-carousel .owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
	}
	.provider-types-carousel .owl-prev {
		position: absolute;
		left: 0px;
		top: 50%;
	}
}

@media only screen and (max-width:480px) and (min-width:845px){
.provider-types-carousel .owl-next {
    position: absolute !important;
    right: -31px !important;
    top: 18% !important;
}
.provider-types-carousel .owl-prev {
    position: absolute !important;
    left: -31px !important;
    top: 18%;
}
}
@media only screen and (max-width:200px) and (min-width:600px){
	.provider-types-carousel .owl-next {
		position: absolute;
		right: -5px;
		top: 50%;
	}
	.provider-types-carousel .owl-prev {
		position: absolute;
		left: -5px;
		top: 50%;
	}
	.network-search .wrapper{
		gap: 3rem !important;
		left: 0rem;
	}
	.network-search .wrapper{
		left: 0rem !important;
	}
}
@media only screen and (max-width:500px) and (min-width:220px){
	.network-search .wrapper{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 3rem;
		display: grid;
		padding: 0px 0px 20px;
		left: 0 !important;
	}

	.network-search h5{
		margin: 0!important;
	}
	.section-grid.usa{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 3rem;
		display: grid;
	}
}
@media only screen and (max-width:410px) and (min-width:250px){
	.section-grid.usa{
		grid-template-columns: repeat(1, 1fr);
	}
	.line-clamp1{
		font-size: 10px !important;
	}
}
@media only screen and (max-width:780px) and (min-width:450px){
	.section-two{
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 0fr);
		grid-column-gap: 10px;
		grid-row-gap: 0px;
		/* display: grid; */
	}
	.network-search .wrapper{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 3rem;
		/* display: grid; */
	}
}
 @media only screen and (max-width: 450px) {
	.booking-otp-box {
	width: 95%;
	height: 50px;
	font-size: 1.5rem;
	letter-spacing: 2.2rem;
}

.blur-up {
	-webkit-filter: blur(50px);
	filter: blur(50px);
	transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

img.speciality-arrow-left, img.speciality-arrow-right{
	width:25px;
	filter: brightness(0) invert(1);
}

.navbar-light .navbar-brand{
	padding:10px 0px!important;
	}

}
@media screen and (max-width: 360px) { 
	.navbar-brand{
margin: 1rem 0rem 0rem;
	}
	.master-banner-content h1{
		margin: 3rem 0rem 1rem!important;
		font-size: 20px!important;
	}
}

@media screen and (max-width: 280px) { 
	.navbar-brand{
margin: 4rem 0rem 0rem;
	}
	.master-banner-content h1{
		margin: 6rem 0rem 1rem!important;
		font-size: 15px!important;
	}
}

@media screen and (min-width: 591px) and (max-width: 785px){
	.testcls input{
		margin: 0px 2rem 2rem;
	}	
}

