* {
	margin: 0px;
	padding: 0px;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

@font-face {
	font-family: my_font_regular;
	src: url(fonts/PROXIMANOVA-REGULAR.OTF);
}

@font-face {
	font-family: my_font_bold;
	src: url(fonts/ProximaNova-Bold.otf);
}

.f-none {
	float: none !important;
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	margin: auto;
	overflow-x: hidden;
	background-color: #fff;
	padding: 0px !important;
	margin: 0px;
}
.navbar-brand{
    padding-top:0px!important;
}

header .navbar {
	padding: 0px 1rem 0rem !important;
}

.line_height_1 {
	line-height: 20px;
}

#ct_navigation {
	position: relative;
	padding: 8px 13px 16px 1px;
}

#categories_menu {
	display: none;
	position: absolute;
	top: 25px;
	height: auto;
}

#menu {
	overflow: auto;
	position: relative;
	z-index: 2;
}

.hidetab {
	display: none;
}

.parent-menu {
	background-color: #ffffff;
	min-width: 200px;
	float: left;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 5px;
	margin-bottom: 0px !important
}

#menu ul {
	list-style-type: none;
}

#menu ul li a {
	padding: 10px 15px;
	display: block;
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #f2f2f2;
	border-left: 2px solid #1DBF73
}

#menu ul li:hover>ul {
	left: 200px;
	-webkit-transition: left 200ms ease-in;
	-moz-transition: left 200ms ease-in;
	-ms-transition: left 200ms ease-in;
	transition: left 200ms ease-in;
}

#menu ul li>ul {
	position: absolute;
	background-color: #f2f2f2;
	top: 0;
	left: -200px;
	min-width: 200px;
	z-index: -1;
	height: 100%;
	-webkit-transition: left 200ms ease-in;
	-moz-transition: left 200ms ease-in;
	-ms-transition: left 200ms ease-in;
	transition: left 200ms ease-in;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 0px 5px 5px 0px;
}

#menu ul li>ul li a:hover {
	background-color: #f9f9f9;
}

.btn:hover {
	color: #fff;
}

.btn-link {
	font-weight: 400;
	color: #2562B6;
	background-color: transparent;
}

.btn-link:focus,
.btn-link:active,
.btn-link:hover {
	font-weight: 400;
	color: #2562B6;
	background-color: transparent;
}

#categories_menu:hover {
	display: block;
}

#ct_navigation:hover+#categories_menu {
	display: block;
	width: 100%;
	height: auto;
}

.light_color_text {
	color: #636363;
}

.light_color_bg {
	color: 000;
	background: #fff;
	border: 1px solid #e4e5e7;
	padding: .375rem .75rem;
	;
}

.light_color_bg span:hover {
	color: 000 !important;
}

.purpul_color_bg {
    background-color: #d4271a;
    color: #fff;
}

.purpul_color_text {
    color: #d5271a;
}

.btn_group {
	display: flex;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #2562B6 !important;
	outline: 0;
	box-shadow: none !important;
}

.blue_color_bg {
	background-color: #d2271a;
	border-radius:8px;
	color: #fff;
	border: 0px;
	padding: 8px 15px;
	font-size: 14px;
}

.btn_group .blue_color_bg {
    background-color: #d4271a;
    color: #fff;
    border: 0px;
    padding: 5px 10px;
    font-size: 12px;
}

.card-img-popular {
	.object-fit: contain;
	display: block;
}

.product_text .bold_text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.upload-prescirption a {
	background-color: #d4271a;
	color: #fff !important;
	border: 0px;
	padding: 10px 20px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 5px;
}

.upload-prescirption a:hover {
	color: #fff;
}

.modal.upload-presciption .modal-header .close {
	position: absolute;
	height: 30px;
	width: 30px;
	background: #BA378F;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	right: -5px;
	top: 5px;
}

.modal.upload-presciption .modal-header h4 {
	font-size: 18px;
	font-weight: 600;
}

.modal.upload-presciption .modal-body form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal.upload-presciption .modal-body form button {
	background-color: #2562B6;
}

.modal.upload-presciption .modal-body form label.upload-btn {
	position: relative;
	background-color: #BA378F;
	color: #fff !important;
	border: 0px;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 10px 20px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 5px;
}

.modal.upload-presciption .modal-body form label.upload-btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
	cursor: pointer;
}

.upload-prescirption a small {
	color: #fff;
}

.btn_group .blue_color_border {
	border: 1px solid #d4271a;
	color: #d4271a;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 0px !important;
	text-align: center;
}

.btn_group .blue_color_border:hover {
	border: 1px solid #d4271a;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #d4271a;
	border-radius: 0px !important;
}

.container.tope {
	margin-top: 131px;
}

.blue_color_border {
	border: 1px solid #d12619;
	color: #d12619;
	padding: 3px 10px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 3px;
}

.blue_color_border:hover {
	background-color: #d12619;
	color: #fff;
	transition: transform .2s;
	transform: rotateX(0deg);
}

.blue_color_text {
	color: #d5271a!important;
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 50px solid #555;
	border-bottom: 25px solid transparent;
}

.green_color_bg {
	background-color: #4CAF50;
	color: #fff;
	padding: 5px;
}

.blue_color_on_hover:hover {
	color: #2562B6 !important;
}

.black_color_bg {
	background-color: #000;
	color: #fff;
}

.my-caption {
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
	/* Fallback for non-webkit */
}

.width400 {
	max-width: 400px !important;
}

.navbar-right {
	float: right;
}

.navbar-right li {
	margin-left: 15px;
}

.navbar-right li a,
.navbar-right li button {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.navbar-right li.cart-icon {
	position: relative;
	margin-left: 15px;
}

.navbar-right li.cart-icon i {
	color: #2562B6;
	font-size: 20px;
}

.navbar-right li.login-signup a,
.navbar-right li.login-signup a:hover {
	color: #2562B6;
}

button.login-signup {
	color: #2562B6;
	background-color: transparent;
}

.main-banner-slider {
	border-bottom: 1px solid #ddd;
}

.heading_section {
	justify-content: center;
}

.video_card {
	margin-bottom: 0px;
}

.heading_section h6 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #000;
}
.heading_section h6 ::before {
    content: "";
    height: 4px;
    width: 95px;
    background-color: #d4271a;
    position: absolute;
    left: 50%;
    border-radius: 30px;
    bottom: 0;
    transform: translateX(-50%);
}

/* .heading_section h6{
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.heading_section h6 ::before{
  content: "";
  height: 3px;
  width: 50px;
  background-color: #be4496;
  position: absolute;
  left: 0;
  bottom: 0;
} */

.navbar-right li.cart-icon span {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #be4496;
	border-radius: 50%;
	color: #fff;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 8px;
	top: 2px;
	right: -6px;
	line-height: 20px;
}

.tab-content>.active {
	display: block;
	text-align: left;
}

.qsup_nav {
	width: 30px;
	height: 3px;
	background-color: #A6A6A6;
	margin: 6px 0;
	border-radius: 10px;
}

.btn:active,
.btn:focus,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.scroll_show {
	border-top: 1px solid #dddddd;
	transition: height 4s;
	width: 100%;
	text-align: center;
}

.transtion {
	transition: transform .2s;
	transform: rotateX(0deg);
}

.scroll_show ul li {
	display: inline-block;
	padding: 10px;
}

.scroll_show ul li:hover {
	border-bottom: 2px solid #1DBF73;
	transition: transform .10s;
}

.scroll_show ul li a:hover {
	color: #1DBF73;
	transition: transform .10s;
}

.scroll_show ul li a {
	color: #636363;
}

img {
	width: 100%;
}

.nobtn,
.bd-navbar .navbar-nav .nav-link.active,
.bd-navbar .navbar-nav .nav-link:hover,
.bd-navbar .navbar-nav .nav-link:focus-within,
.nav-pills .show>.nav-link {
	color: #000;
	background-color: transparent;
}

a,
a:hover,
a:focus-within,
a:active,
.bd-navbar .navbar-nav .nav-link a:focus-within,
.nav-pills .show>.nav-link {
	color: #000;
}

header {
	background-color: #669f00;
	height: 70px;
	position: -webkit-sticky;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
}

.card-body {
	padding: 10px !important;
}

.gradient_text {
	background: -webkit-linear-gradient(45deg, #BA378F, #2562B6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.top_image_text {
	margin: auto;
	width: 100%;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding-top: 10%;
}

.card_discount {
	border: 1px solid #dddddd;
	padding: 50px 15px 15px;
	border-style: dotted;
}

.card_discount label {
	position: absolute;
	top: 10px;
	left: 15px;
}

.light_purple_bg {
    background-color: #eb7067;
    color: #fff;
    padding: 10px;
}
.single_btn {
	padding: 10px !important;
	font-size: 14px !important;
}

.f-18 {
	font-size: 18px;
}

.f-14 {
	font-size: 14px;
}

.f-12 {
	font-size: 14px;
}

small {
	color: #636363;
}

.grey_text {
	color: #636363;
}

.top_image_text h1 {
	margin-bottom: 20px;
	font-family: my_font_bold;
}

.top_image_text form {
	display: inline-block;
	margin-top: 50px;
	position: relative;
}

#message {
	height: 80px;
}

input::placeholder {
	color: #dddddd;
}

.top_image_text form input::placeholder {
	color: #dddddd;
}

.unit span {
	cursor: pointer;
}

.unit span i {
	color: #fff;
	font-size: 10px;
	line-height:27px;
}

.unit .minus {
    width: 30px;
    height: 30px;
    background: #d12619;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
}

.unit .plus {
    width: 30px;
    height: 30px;
    background: #d5271a;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
}

.unit input {
	height: 30px;
	width: 50px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #d5271a;
	display: inline-block;
	vertical-align: middle;
}

.top_image_text form input {
	width: 400px !important;
	border-radius: 5px 0px 0px 5px;
	padding-left: 40px;
}

.top_image_text form button {
	padding: 6px 30px;
	border-radius: 0px 5px 5px 0px;
}

.top_image_text form:after {
	font: 16px FontAwesome;
	content: "\f002";
	color: #999;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 15px;
}

.mentors,
.popular {
	/*padding: 10px 10px;*/
}

.checked {
	color: orange;
}

.mentor_name {
	text-align: center;
}

.mentors .card-img-top {
	border-radius: 50%;
	/* -webkit-box-shadow: 2px 2px 6px 1px rgba(143,143,143,0.2);
-moz-box-shadow: 2px 2px 6px 1px rgba(143,143,143,0.2);
box-shadow: 2px 2px 6px 1px rgba(143,143,143,0.2);*/
}

.popular .card-img-popular. {
	border-radius: 10px;
	/*-webkit-box-shadow: 2px 2px 6px 1px rgba(143,143,143,0.2);
-moz-box-shadow: 2px 2px 6px 1px rgba(143,143,143,0.2);
box-shadow: 2px 2px 6px 1px rgba(143,143,143,0.2);*/

}

.controls-top .left {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	background-color: #fff;
	border-radius: 50%;
	padding: 10px 14px;
	height: 40px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
	width: 40px;
	color: #cccccc;
}

.controls-top .right {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 2;
	background-color: #fff;
	border-radius: 50%;
	padding: 10px 15px;
	height: 40px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
	width: 40px;
	color: #cccccc;
}

.product_text {
	padding: 10px;
}

.align-center {
	text-align: center;
}

.customer_profile {
	width: 70px;
	text-align: center;
}

.m-auto {
	margin: auto;
}

.bold_text {
	font-family: my_font_bold;
}

.rightalign {
	float: right !important;
}

.category_img ul li {
	width: 100px;
	text-decoration: none;
	display: inline-block;
	padding: 18px;
	margin: 4px 20px 0px 20px;
	text-align: center;
}

a:hover {
	text-decoration: none;
}

.category_img ul li div {
	font-size: 12px;
	color: #636363;
}

.heading_section {
	width: 100%;
	display: inline-flex;
}

.nopadding {
	padding: 0px;
}

.navbar-brand img {
	width: 150px;
	height: auto;
}

.navbar-brand {
	z-index: 1000;
}

.small_mentor_image img {
	border-radius: 50%;
}

.trustedby {
	background-color: #FFF;
	height: 90px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.service_section {
	position: relative;
}

.service_section_text {
	text-align: center;
	font-family: my_font_bold;
	position: absolute;
	top: 30%;
	left: 20%
}

footer {
	background-color: #2562b6;
	color: #fff;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.footer_link {
	/*width: 100%;*/
	/*display: flex;*/
}

.footer_link ul li {
	font-size: 12px;
	list-style-type: none;
	line-height: 26px;
}

.footer_link ul li a {
	color: #fff;
}

.footer_link h4 {
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.testi .product_text {
	padding: 0 20px;
}

.footer_link ul li a,
.footer_link ul li a:hover {
	text-decoration: none;
}

.padding_adjust {
	padding: 0px 10px;
}

.footer_logo {
	display: flex;
}

.footer_sm_links ul li {
	text-decoration: none;
	display: inline-block;
	padding: 10px;
}

.footer_sm_links ul li a img {
	width: 20px;
	height: auto !important;
}

/*category page*/

.product_list ul li {
	list-style-type: none;
	line-height: 2.5;
	border-bottom: 1px solid #ddd;
	padding: 0px 10px;
}

.product_list h6 {
	color: #000;
	font-weight: 600;
}

.product_list a {
	text-decoration: none;
	color: #333333;
}

.product_list a span i {
	font-size: 10px;
}

.product_list a span i:hover {
	color: #1DBF73;
}

.product_list a:hover,
.product_list .nav .active {
	color: #1DBF73;
}

.sc_product_name {
	color: #333333;
	font-size: 12px;
	padding-left: 10px;
}

.sign_up_btn button {
	width: 100%;
}

.signup_twitter span img,
.signup_github span img,
.signup_google span img {
	width: 20px;
	display: inline-block;
	float: left;
	margin-top: 4px;
}

@media (max-width: 767.98px) {

	.Partners-mobile {
		position: relative;
		display: block !important;
	}

	.Partners-desktop {
		position: relative;
		display: none !important;
	}

	.wcu-desktop {
		position: relative;
		display: none !important;
	}

	.wcu-mobile {
		position: relative;
		display: block !important;
	}

	.video_card {
		margin-bottom: 0px;
	}

	header {
		min-height: 75px;
		height: auto;
		padding: 10px 0;
	}

	header .navbar {
		padding: 0 !important;
	}

	.top_image_text form input {
		width: 100%;
		border-radius: 5px;
		padding: 10px 10px 10px 50px;
	}

	.product_text {
		padding: 10px;
	}

	.top_image_text form button {
		width: 100%;
		border-radius: 5px;
		padding: 10px;
	}

	.top_image_text {
		padding-top: 20%;
	}

	.top_image_text form {
		display: flex;
		margin-top: 50px;
		position: relative;
	}

	.top_image_text form:after {
		font: 23px FontAwesome;
	}

	.top_white_line {
		text-align: center;
	}

	.top_image_text form input::placeholder {
		color: #dddddd;
		padding-left: 5px;
	}

	.searchbox_width {
		width: 88%;
	}

	.scroll-x {
		display: flex;
		overflow-x: auto;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.category_img ul li {
		margin: 4px 0px 0px 11px;
	}

	.footer_logo,
	.footer_sm_links,
	.copy_right {
		text-align: center;
	}

	.service_section_text {
		text-align: center;
		font-family: my_font_regular;
		position: absolute;
		top: 20%;
		left: 0%;
	}

	.service_section_text h3 {
		font-size: 16px;
	}

	.service_section_text p {
		font-size: 12px;
	}

	footer ul {
		padding: 10px;
	}

	footer ul li {
		list-style-type: none;
		padding: 10px;
	}

	.mobile_footer {
		text-align: center;
		width: 100%;
	}

	.footer_logo {
		display: block;
	}

	.footer_logo img {
		width: 100px;
		height: auto !important;
	}

	a:hover {
		text-decoration: none;
	}

	.trustedby {
		height: 50px;
	}

	#navbarCollapse {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 280px;
		/*example + never use min-width with this solution */
		height: 100%;
		background: #000;
	}

	.product_list ul li {
		list-style-type: none;
		line-height: 4;
		border-bottom: 1px solid #ddd;
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 75px;
		box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	}

	.sidenav a {
		padding: 10px 10px 20px 18px;
		text-decoration: none;
		font-size: 15px;
		color: #636363;
		display: block;
		transition: 0.3s;
	}

	.sidenav a:hover {
		color: #f1f1f1;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	@media screen and (max-height: 450px) {
		.sidenav {
			padding-top: 15px;
		}

		.sidenav a {
			font-size: 18px;
		}
	}

	content {
		height: 100%;
		width: 100%;
		z-index: 2345677;
	}
}

@media (min-width: 991.98px) {
	.f-r {
		float: right !important;
	}
}

@media (min-width: 1199.98px) {
	.f-r {
		float: right !important;
	}
}

/*new css*/
.login_btn button {
	width: 100%;
}

.login_master_img img {
	width: 80% !important;
}

.bookappointment {
	width: 100%;
}

.slot_time {
	display: inline-block;
	padding: 0px 10px;
	margin: 2px;
	border: 1px solid #254986;
	font-size: 12px;
	color: #254986;
	line-height: 28px;
	border-radius: 25px;
	background-color: white;
	cursor: pointer;
}

.slot {
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px 5px;
	height: 105px;
	overflow: auto;
}

.white-button {
	background-color: #ffffff;
	color: #1a4c8d;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	font-size: 12px;
	border-radius: 4px;
}

.blue-button {
	background-color: #2562B6;
	color: #ffffff;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	font-size: 12px;
}

.icon-align {
	width: 20px;
	margin-right: 10px;
}

.pin_icon {
	width: 20px;
}

.w-100 {
	width: 100%;
}

.profile_patient {
	border-bottom: 1px solid #dddddd;
}

.nav-pills .nav-link.active {
	color: #2562B6;
	background-color: #e3f2fd;
}

.light_blue_bg {
	color: #2562B6;
	background-color: #e3f2fd;
}

.smallicons {
	width: 18px;
	margin-right: 5px;
}

.round_green_status {
	background-color: #26a541;
	border: 2px solid #26a541;
}

._3SbeKb {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: none;
	border: 2px solid #26a541;
	display: inline-block;
	margin-right: 8px;
}

.round_yellow_status {
	background-color: #ff9f00;
	border: 2px solid #ff9f00;
}

.profileicons {
	width: 30px;
	margin-right: 5px;
}

.top-service img {
	max-width: 100%;
}

/*.top-service .scroll-x{*/
/*    width:100%;*/
/*}*/

.topDoc .carousel-item img {
	width: 100%;
	height: 200px;
	.object-fit: cover;
}

.top-service .scroll-x {
	display: flex;
}

.top-service img {
	width: 100%;
	height: 180px;
}

.top-service .card-text {
	font-weight: 600;
	font-size: 12px;
}

.top-service .card a,
.top-doctor-city .card a {
	float: right;
	font-size: 10px;
	color: #be4496;
	font-weight: 400;
	text-decoration: none;
}

body .top-doctor-city .card a {
	float: none;
	color: #d12619;
}

.top-service .card,
.top-doctor-city .card {
	border: none;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	background-color: rgba(37, 98, 182, 0.1);
	transition: 0.4s all ease-in-out;
	margin: 10px 0;
}

.top-service .card img,
.top-doctor-city .card img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.top-service .card:hover,
.top-doctor-city .card:hover {
	transform: scale(1.02);
}

.top-doctor-city .card {
	margin: 20px 0;
}

.top-doctor-city .carousel-control-prev-icon,
.top-doctor-city .carousel-control-next-icon {
	position: absolute;
	left: -5px;
	background-color: #be4496;
	width: 40px;
	height: 40px;
	background-size: 17px;
	border-radius: 50%;
}

.top-doctor-city .carousel-control-next-icon {
	left: auto;
	right: -5px;
}

.carousel-control-next,
.carousel-control-prev {
	width: auto;
}

.consultDoctor .controls-top .left {
	left: -15px;
}

.consultDoctor .controls-top .right {
	right: -15px;
}

#product-item .popular .card {
	background-color: rgba(37, 98, 182, 0.1);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	border: none;
	min-height: auto;
	overflow: hidden;
}

.view-all-link {
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	margin-top: 0px;
	color: #be4496 !important;
}

.pink_color_border {
	border: 1px solid #d12619;
	padding: 8px 10px;
	font-size: 12px;
	transition: 0.2s all ease-in-out;
	border-radius: 3px;
	font-weight: 700 !important;
	background: transparent;
}

.pink_color_border:hover {
	background-color: #d12619;
	color: #fff !important;
}

.join-login-group .width400 {
	width: fit-content;
	max-width: 400px !important;
}

.join-login-group .width400 .modal-content {
	padding: 5px 15px;
}

.join-login-group .modal-nav .nav-tabs {
	display: block;
	width: 100%;
}

.join-login-group .close {
    position: absolute;
    right: -14px;
    top: -14px;
    height: 30px;
    opacity: 1;
    width: 30px;
    background-color: #d4271a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-login-group .close span {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 16px;
	transform: translate(-50%, -50%);
}

.join-login-group .modal-nav .nav-tabs a {
	display: block;
	border-radius: 5px;
	width: 300px;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	background-color: transparent;
	border: 1px solid #d5271a;
	color: #d5271a;
	transition: 0.2s all ease-in-out;
}

.join-login-group .modal-nav .nav-tabs a:hover {
	background-color: #d5271a;
	color: #fff;
}

#product-item .popular .card img {
	height: 250px;
}

#product-item .popular .card .product_text,
.top-doctor-city .card .product_text {
	height: auto;
	text-align: center;
	padding: 12px 15px;
}

#product-item .popular .card .product_text .bold_text,
.top-doctor-city .card .product_text .bold_text {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#product-item .popular .card .product_text .grey_text small,
.top-doctor-city .card small {
	font-size: 12px;
	display: inline-block;
	padding-top: 5px;
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	.slider-container {
		margin: 0 -15px;
	}

	.controls-top .right {
		right: 15px !important;
	}

	.test-content img {
		height: auto !important;
		width: 70px !important;
	}

	.controls-top .left {
		left: 15px !important;
	}

	.carousel-item img {
		width: 100%;
		height: 98px !important;
	}

	#slider-1 img {
		width: 100%;
		height: 110px !important;
	}

	#slider-1 small {
		font-size: 8px;
	}

	.testi img {
		width: 100%;
		height: 86px !important;
	}

	.testi .product_text {
		padding: 0;
	}

	.rating span {
		font-size: 12px !important;
	}

	.modal-body .form-group {
		width: unset !important;
	}

	.form-group {
		width: 100% !important;
	}

	.searchbox_width {
		width: 82% !important;
	}

	.heading_section {
		padding: 0 10px !important;
	}

	.modal-nav .nav-tabs {
		width: 65% !important;
	}

	.mobile-ban {
		display: none;
	}

	.bold_text {
		font-size: 11px;
		font-family: my_font_bold;
	}

	#carouselExampleIndicators img {
		width: 100%;
		height: 140px !important;
		object-fit: inherit;
	}

	.inner-box .card.labtest-card .product_text small,
	.inner-box .card.labtest-card .product_text .f-14 {
		font-size: 11px;
	}

	.heading_section h6 b {
		font-size: 14px;
	}

	.heading_section .row {
		width: 100% !important;
	}

	.heading_section a {
		font-size: 11px;
	}

	.top-service>.row {
		overflow-x: auto !important;
		white-space: nowrap !important;
	}

	.top-service>.row>.col-md-3 {
		display: inline-block;
		float: none;
	}

	.top-service .scroll-x {
		/*display:block !important;*/
	}

	.top-service .card img {
		height: 180px !important;
	}

	.topDoc .carousel-control-prev-icon {
		/*background: #777 !important;*/
	}

	.topDoc .carousel-control-next-icon {
		/*background: #777 !important;*/
	}

	.top-service {
		overflow: hidden;
	}

	.signup-form .form-control {
		display: block;
		margin-bottom: 16px !important;
	}

	.signup-form .form-group {
		margin-bottom: 0px !important;
		padding: 0;
		margin: 0;
	}

	.faq-section .content {
		width: 100% !important;
		padding: 0 0px 0 0 !important;
	}

	.product_text p {
		font-size: 9px !important;
	}

	.product_text p {
		overflow: auto !important;
	}

	#customers .product_text {
		width: 100%;
		height: 277px !important;
	}
}

.mobile-ban img {
	width: 100%;
	height: 300px;
	display: none;
}

.consultSec {
	display: none;
}

.mobile-top-doctors {
	display: none;
}

.mobileLab {
	display: none;
}

.mobileEpharmacy {
	display: none;
}

.mobileHealth {
	display: none;
}

.mobTest {
	display: none;
}

.test-content {
	width: 100%;
	height: 255px;
}

.mobTest h4 b {
	font-size: 17px;
}

/*Footer*/


/*.f-accordian .inner {*/
/*  padding-left: 1em;*/
/*  overflow: hidden;*/
/*  display: none;*/
/*}*/

/*.f-accordian .alist {*/
/*  margin: 0.5em 0;*/
/*}*/

/*.f-accordian .alist .at.toggle {*/
/*  width: 100%;*/
/*  display: block;*/
/*  background: rgba(0, 0, 0, 0.78);*/
/*  color: #fefefe;*/
/*  padding: 0.75em;*/
/*  border-radius: 0.15em;*/
/*  transition: background 0.3s ease;*/
/*}*/

/*.f-accordian .alist .at.toggle:hover {*/
/*  background: rgba(0, 0, 0, 0.9);*/
/*}*/





.f-accordian .accordion-container {
	position: relative;
	max-width: 500px;
	height: auto;
	margin: 10px auto;
}

.f-accordian .accordion-container>h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.f-accordian .set {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	margin-bottom: 15px;
	border-radius: 5px;
}

.f-accordian .set>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	text-decoration: none;
	color: #d0261a !important;
	font-weight: 600;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 12px;
	border: 1px solid #d0261a !important;
	border-radius: 5px;
}

.f-accordian .set>a i {
	float: right;
	margin-top: 2px;
}

.f-accordian .content {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	display: none;
}

.f-accordian .content p {
	padding: 10px 15px;
	margin: 0;
	color: #333;
}

.f-accordian ul li a {
	color: #000;
}

.f-accordian ul li a:hover {
	color: #000;
	text-decoration: none;
}

.f-list-item {
	color: #000 !important;
}

.f-accordian {
	display: none;
}

.hide-desktop {
	display: none;
}

.topcart {
	position: relative;
}

.topcart i {
	color: #000;
}

.topcart img {
	width: 79%;
}

.topcart .c-count {
	font-size: 12px;
	background: #b53890;
	padding: 1px 6px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -6px;
	right: -6px;
}

.desk-top-doctors img {
	object-fit: contain;
}

.mobileLabDesk img {
	object-fit: contain;
}

.deskEpharmacy img {
	object-fit: contain;
}

.mobileHealth img {
	object-fit: contain;
}

form .form-control {
	font-size: 14px;
	min-height: 40px;
}

form .form-group label {
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: 600;
}

.login_btn .blue_color_bg {
	font-size: 14px;
	min-height: 40px;
	letter-spacing: 1px;
	background-color: #be4496 !important;
}

.otpbtn {
	margin-bottom: 10px;
}

.otpbtn a {
	color: #be4496 !important;
}

.main-banner {
	background-image: url(images/labtest_banner.png);
	min-height: 280px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: 71px;
}

.labtest-search {
	margin-top: -85px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 0;
}

.verified-doctor-slider {
	display: flex;
	overflow-x: auto;
}

.verified-doctor-slider .card {
	width: calc(25% - 15px);
	margin: 5px 7.5px;
}

.top-service.mobile-view {
	display: none;
}

.sub {
    background: #d5271a;
}

.search-wrap-1 {
	/*background:#e7e7e7;*/
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	max-width: 90%;
	margin: -60px auto 0;
}

.inner-box {
	max-width: 90%;
	margin: 0 auto;
}

.inner-box .card {
    display: flex;
    padding: 0 !important;
    padding: 15px 15px 0 0px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    border: none;
    height: 160px;
    border: 1px solid #d5271a;
    border-radius: 15px 0 15px 0;
    margin-bottom: 15px;
}

.inner-box .card figure {
	margin: 0;
	height: 100%;
	padding: 0px 0px 0 15px;
}

.inner-box .card img {
	height: 90px;
	width: 90px;
	display: block;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.inner-box .card .action-btns {
	display: flex;
	text-align: center;
	margin: 0px -5px 0;
}

.inner-box .card .action-btns a {
	margin: 0 5px;
	font-size: 12px;
	padding: 5px 10px;
}

.inner-box .card .specialist {
    background-color: rgb(102 159 0);
    font-size: 10px;
    color: #fff;
    padding: 2.5px 5px;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.inner-box .card .action-btns a.know-more {
    border: none;
    color: #669f00;
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    border-right: 1px solid #000;
    border-radius: 0;
    padding-right: 10px;
    text-decoration: underline;
}
.inner-box .card .action-btns a.bookappointment {
    width: unset;
    border: none;
    font-weight: 600;
    text-decoration: underline;
    color: #d5271a;
    padding: 0;
    background-color: transparent;
}

.inner-box .card p {
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.9);
	margin-bottom: 0px !important;
}

.inner-box .card .content-box {
	width: calc(100% - 180px);
	padding: 0 20px;
	position: relative;
}

.inner-box .card .left-contet-box {
	flex: 1;
}

.inner-box .card .address {
	width: 200px;
	padding-right: 20px;
}

.inner-box .card .address h3 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.address-content svg {
	overflow: unset;
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

/* .inner-box .card .content-box:before{
  content: "";
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #2562B6;
  position: absolute;
  right: -100px;
  bottom: -60px;
  opacity: 0.2;
} */
.inner-box .card .content-box .watermark {
	opacity: 0.3;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 180px;
	height: auto;
	object-fit: contain;
}

.inner-box .card .content-box h6 {
	margin-bottom: 0;
}

.inner-box .card .content-box .exper {
	display: inline-block;
	font-size: 12px;
	color: #000;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}

.search-property-1 {
	padding: 15px;
}

.search-property-1 .form-group {
	width: calc(25% - 5px);
	float: left;
	margin-bottom: 0;
}

.search-property-1 input {
	border: none;
	border-radius: 0;
	border-right: 1px solid #cacaca;
	border-radius: 3px;
}

.search-property-1 select {
	border: none;
	border-radius: 0;
	border-right: 1px solid #cacaca;
}

.w-bg {
	/*background:#777;*/
}

.w-bg span {
	float: left;
	padding-top: 6px;
}

.mobile-view-btn {
	display: none !important;
}

.inner-box .card.labtest-card {
	box-shadow: none !important;
	border: 1px solid #d5271a;
	border-radius: 25px 0 25px 0;
	height: unset;
	margin-bottom: 30px !important;
	padding: 25px !important;
}

.inner-box .card.labtest-card .product_text {
	padding: 0;
	width: 100%;
}

.inner-box .card.labtest-card .product_text .btn_group {
	margin: 0px -5px 0;
}

.inner-box .card.labtest-card .product_text .btn_group a,
.inner-box .card.labtest-card .product_text .btn_group button {
	border: none;
	text-align: left;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #ddd;
	text-align: center;
	border-radius: 4px !important;
	margin: 0 5px;
	line-height: 23px;
	color: #d2271a;
}

.inner-box .card.labtest-card .product_text .btn_group button {
	background-color: #ba388f;
	color: #fff;
}

.inner-box-lab-test h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}


/*=========================MOBILE===========================*/
@media only screen and (max-width:991px) {
	.hidetab {
		display: block;
	}

	.search-wrap-1,
	.inner-box {
		max-width: 100%;
	}

	.verified-doctor-slider .card {
		width: 200px;
		min-width: 200px;
		overflow: unset !important;
	}
}

@media only screen and (max-width: 767px) {
	.inner-box .card img {
		height: 70px;
		width: 70px;
	}

	.inner-box .card.labtest-card {
		padding: 10px !important;
	}

	.inner-box .card.labtest-card .product_text .btn_group a,
	.inner-box .card.labtest-card .product_text .btn_group button {
		margin: 5px 3px 0 !important;
		font-size: 7px !important;
		line-height: 12px !important;
		letter-spacing: 0 !important;
	}

	.inner-box-lab-test .col-6 {
		padding: 0 5px;
	}

	.inner-box-lab-test .row {
		margin: 0 -5px;
	}

	.inner-box .card figure {
		padding: 0px 0px 0 0px;
		width: 70px !important;
	}

	.inner-box .card .content-box {
		width: 100%;
	}

	.main-banner {
		min-height: 160px;
	}

	.w-bg span {
		display: none;
	}

	.inner-box .card .content-box:before {
		display: none;
	}

	.inner-box .card .action-btns.mobile-view-btn {
		position: absolute;
		left: 5px;
		padding: 0 10px;
		width: 100%;
		bottom: 15px;
		display: flex !important;
	}

	.inner-box .card .action-btns a.know-more {
		width: calc(50% - 10px);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inner-box .card .action-btns a {
		font-size: 9px;
	}

	.inner-box .card .content-box {
		padding: 0 15px 15px;
	}

	.inner-box .card .address {
		width: 100%;
	}

	.inner-box .card .address h3 {
		font-size: 14px;
	}

	.inner-box .card .content-box h6 {
		font-size: 14px;
	}

	.inner-box .card {
		flex-direction: column;
		padding: 15px !important;
		align-items: flex-start;
	}

	.inner-box .card .action-btns a {
		width: unset !important;
	}

	.inner-box .card p {
		font-size: 13px;
		letter-spacing: 0.5px;
	}

	.search-property-1 select,
	.search-property-1 input {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}

	.search-property-1 input[type="submit"] {
		margin-top: 20px;
	}

	.inner-box .card {
		height: auto;
	}

	.inner-box .card .content-box .watermark {
		display: none;
	}

	.inner-box .card figure {
		width: 100%;
	}

	.mobile-ban img {
		width: 100%;
		height: 360px;
		display: block !important;
		object-fit: cover;
	}

	.top-service.verified-doctor-slider {
		padding: 0 10px 0 5px !important;
	}

	.join-login-group .modal-nav .nav-tabs {
		width: 100% !important;
	}

	.modal-dialog {
		margin: 10rem auto !important;
	}

	.top-doctor-buttons {
		flex-direction: column;
	}

	.verified-doctor-slider .card {
		width: 160px;
		min-width: 160px;
	}

	.top-service.verified-doctor-slider .card img {
		height: 130px !important;
		border-top-left-radius: 0.25em;
		border-top-right-radius: 0.25em;
	}

	#video-multi-item .row.mt-5 {
		margin-top: 30px !important;
	}

	.hide-mobile {
		display: none;
	}

	.top-service.mobile-view,
	body .mobile-consultant {
		display: block;
		margin: 0 -15px;
		padding-left: 15px !important;
	}

	.top-service .card {
		margin-bottom: 20px !important;
	}

	#carouselExampleIndicators {
		display: block !important;
	}

	.top-service,
	.consultDoctor,
	.deskTest {
		padding: 0px 15px !important;
	}

	.hide-desktop {
		display: block;
	}

	.blue_color_border {
		padding: 3px 5px;
		font-size: 10px;
	}

	.consultSec {
		display: block !important;
	}

	.mobile-top-doctors {
		display: block !important;
	}

	.mobileLab {
		display: block !important;
	}

	.mobile-top-doctors .bold_text {
		font-size: 15px !important;
		padding: 4px 0 !important;
	}

	.mobile-top-doctors a img {
		width: 100%;
		height: 100px !important;
		object-fit: cover;
	}

	.desk-top-doctors {
		display: none;
	}

	.mobileLabDesk {
		display: none;
	}

	.mobileEpharmacy {
		display: block !important;
	}

	.deskEpharmacy {
		display: none;
	}

	.product_text {
		width: 100%;
		height: unset !important
	}

	.mobileHealth {
		display: block !important;
	}

	.deskHealth {
		display: none;
	}

	.mobileHealth .bold_text {
		font-size: 14px !important;
	}

	.deskTest {
		display: none;
	}

	.mobTest {
		display: block !important;
	}

	.footer-lists {
		display: none !important;
	}

	.f-accordian {
		display: block !important;
	}

	.content ul {
		padding: 5px 0;
	}

	.content ul li {
		padding: 5px 10px !important;
	}

	.f-accordian ul li a {
		font-size: 14px;
	}

	.consultSec .product_text {
		padding: 10px 10px !important;
		height: auto !important;
	}

	.consultSec .product_text .grey_text {
		font-size: 12px;
	}

	.consultSec .product_text p {
		font-size: 12px !important;
	}

	.topcart {
		display: block !important;
	}

	.epharmnew img {
		object-fit: cover;
	}
}

.carousel {
	position: relative;

}

.carousel {
	position: relative;
}

.registration121 {
	margin-top: 115px;
}

img.d-block.w-100 {
	height: auto;
}

.labtest-content {
	padding: 15px;
	outline: 1px solid #bab8b8;
}

.labtest-details258 .card {
	border: 0px;
	outline: 1px solid #bab8b8;

}

h2.lab-test-type {
	font-size: 20px;
	font-weight: 600;
}

.labtest-content .table td,
.table th {
	padding: 2px 5px;
	vertical-align: top;
	font-size: 14px;
	border-top: 0px solid #dee2e6;
}

.labtest-content .table {
	width: 100%;
	margin-bottom: 1rem;
	padding: 10px;
	color: #212529;
	background: #f5f5f5;
}

.labtest-content p {
	margin: 0px !important;
}

ul.test-list258 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

ul.test-list258 p {
	margin: 0px;
	padding: 0px;
}

.labtest-details258 {
	position: relative;
	padding: 15px;
}

.labtest-details258 h3 {
	font-size: 20px;
	font-weight: 600;
}

.wcu-icon {
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px #ccc;
	padding: 15px;
	min-height: 150px;
}

.wcu-icon h2 {
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

.wcu-icon img {
	width: 65px;
}

.Our-Lab-Partners {
	position: relative;
}

.Our-Lab-Partners .controls-top .left {
	top: 50% !important;
	left: -50px !important;

}

.Our-Lab-Partners .controls-top .right {
	top: 50% !important;
	right: -50px !important;

}

.Our-Lab-Partners .carousel {
	position: relative;
	margin-top: 72px;
	height: auto;
}

.newsletter {
	position: fixed;
	left: 0;
	right: 0px;
	bottom: 0;
	z-index: 9;
	min-height: 70px;
	background: #2562b6;
}

footer.mt-4.d-sm-none.d-md-block.px-4 {
	margin-bottom: 0px !important;
}

.newsletter-input {
	text-align: center;
	color: #fff;
}

.newsletter-input h2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin: 20px 0px;
	padding: 0px;
}

.newsletter-input input {
	text-align: left;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	margin: 0px 0px 20px 0px;
	padding: 0px 15px;
	width: 450px;
	height: 40px;
}

.get-free-coll input {
	margin-bottom: 15px;
}

button.gfcn {
    width: 100%;
    background: #d5271a;
    border: 0px;
    text-align: center;
    height: 40px;
    font-size: 18px;
    color: #fff;
    margin: 15px 0px;
    border-radius: 6px;
}

.get-free-coll .modal-dialog {
	max-width: 610px;
	margin: 10rem auto;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
	.wcu-desktop {
		position: relative;
		display: none;
	}

	a.book-apointment {
		background: #2562b6 !important;
		color: #fff !important;
		float: inherit !important;
		margin: 5px auto !important;
		padding: 7px 25px !important;
		border-radius: 6px !important;
		width: 150px !important;
		display: block !important;
		font-size: 12px !important;
	}

	.select-timeslot .nav-tabs .nav-link {
		font-size: 12px !important;

	}

	.select-date label {

		color: #fff;
		font-size: 12px !important;
		margin: 3px 0px;
	}

	input#dateselect {
		font-size: 12px !important;
	}

	.modepbox h2 {
		font-size: 10px !important;
		margin: 10px 0px 0px 0px !important;
	}

	.modepbox img {
		width: 60px !important;
	}

	.checkoutnew {
		padding: 50px 0px !important
	}

	.labtest-details258 p {
		font-size: 12px;
	}

	.labtest-details258 .f-18 {
		font-size: 15px;
	}

	.labtest-details258 h3 {
		font-size: 16px;
		font-weight: 600;
	}

	.labtest-content ul {
		padding-left: 15px;
	}

	.labtest-content p {
		font-size: 12px;
		margin: 0px;
	}

	.labtest-content .table td,
	.table th {
		padding: 2px;
		font-size: 12px;
	}

	.labtest-content table td {
		font-size: 13px;
	}

	h2.lab-test-type {
		font-size: 14px;
	}

	.newsletter-input h2 {
		text-align: center;
		color: #fff;
		font-size: 16px;
		margin: 5px 0px;
		padding: 0px;
	}

	.newsletter-input input {
		text-align: left;
		color: #fff;
		font-size: 11px;
		display: inline-block;
		margin: 0px 0px 10px 0px;
		padding: 0px 5px;
		width: 280px;
		height: 32px;
	}

	.hidetab {
		display: block !important;
	}

	a.navbar-brand {
		margin-left: -25px !important;
	}

	.carousel {
		position: relative;
		margin-top: 72px;
		height: auto !important;
	}

	img.d-block.w-100 {
		height: auto;
	}

	#carouselExampleIndicators img {
		height: 320px !important;
	}

	#video-multi-item .mt-5,
	.my-5 {
		margin-top: 30px !important;
	}

	.heading_section h6 {
		padding-bottom: 10px;
		margin-bottom: 0px;
	}

	#video-multi-item .owl-item {

		margin: 0px auto;
	}

	.my-4.consultDoctor h6 {
		line-height: 16px;
	}

	.view-all-link {
		margin-top: 0px;
	}

	.heading_section.mb-4.mt-5 {
		margin-top: 20px !important;
	}

	.col-md-offset-1.col-md-5 {
		display: none;
	}

	.tab {
		padding: 0 !important;
		margin-top: 20px;
	}

	.tab-content>.tab-pane {
		min-height: inherit !important;
	}

	.form-horizontal .forgot-pass .btn {
		margin: 0 !important;
	}

	.user-dashboard .sidenav {
		height: inherit !important;
		width: 100% !important;
		margin-bottom: 20px;
		top: 0 !important;
		position: relative !important;
	}

	.container.tope {
		margin-top: 50px;
		text-align: justify;
	}

	.mobTest .col-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.main-banner {
		min-height: 320px;
		margin-top: 70px;
	}
}

.equal-spc {
	position: relative;
	padding-top: 40px;
}

.ufp {
	position: relative;
	margin-top: 135px;
}

.client-view img.customer_profile {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	border: 2px solid #ccc;
}

img.customer_profile {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	margin-top: 15px;
	border: 2px solid #ccc;
}

.client-view .product_text {
	padding: 10px;
	min-height: 100px;
}

.cvd {
	min-height: 70px;
}

.free-call312 {
	position: fixed;
	z-index: 999;
	right: 0;
	width: 40px;
	height: 200px;
	top: 200px;

}

.free-call312 button.free-call {
	color: #fff;
	border-radius: 4px;
	border: 0px;
	height: 36px;
	border-radius: 4px 0px 0px 4px;
	width: 134px;
	position: relative;
	right: 45px;
	background: #d12619;
	transform: rotate(90deg);
}

.labtest-content ul {
	padding-left: 15px;
}

/*--============Book Apointment page css========================*/
.doctordetails-sideleft {
	float: left;
	width: 50%;
}

.doctordetails-sideright {
	float: right;
	width: 50%;
}

.select-date {
	position: relative;
	width: 30%;
	float: left;
}

.select-timeslot {
	position: relative;
	float: right;
	width: 70%;
	background: #f5f5f5;
}

.nav-tabs .nav-item {
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	margin-bottom: 0px;
	float: left;
	width: 33.3%;
}

.checkoutbox11 {
	position: relative;
	width: 100%;
	padding: 10px 0px;
	overflow: hidden;
	box-shadow: none;
}

.select-timeslot .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	background: #23d2b1;
	color: #fff;
	padding: 7px 15px;
	border-top-right-radius: .25rem;
}

.nav-tabs {
	border-bottom: 0px;
}

.select-timeslot .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	background: #ba378f;
	color: #fff;
	padding: 7px 15px;
	border-top-right-radius: .25rem;
}

.select-date form {
	padding: 5px 10px;
	background: ##707072;
	border-bottom: 2px solid #fff;
}

.booked-time-slot {
	color: #fff !important;
	background: #FF0000;
}

.page-title {
	text-align: center;
	width: 100%;
	position: relative;
}

.page-title h2 {
	font-size: 32px;
	border-bottom: 2px solid #000;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 30px;
}

.mode-area {
	background: #fcfcfc;
	text-align: center;
	box-shadow: 0px 0px 5px #ccc;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	position: relative;
}

a.book-apointment {
	background: #2562b6;
	color: #fff;
	margin: 0 auto;
	padding: 7px 25px;
	float: inherit;
	margin-top: 20px;
	border-radius: 6px;
	display: inline-block;
}

a.book-apointment:hover {

	color: #fff;

}

.modepbox {
	margin-bottom: 30px;
	position: relative;
	float: left;
	width: 33.3%;
	text-align: center;
}

.modepbox button {
	border: none;
	background: transparent;
}

.modepbox img {
	width: 110px;
	background: transparent;
	border: none;
}

.modepbox h2 {
	font-size: 22px;
	margin: 10px 0px 0px 0px;
}

.colr-blue {
	color: #2562b6;
	font-weight: 600;
}

.colr-purpal {
	color: #ba378f;
	font-weight: 600;
}

.colr-black {
	color: #747475;
	font-weight: 600;
}

.doctortiming {
	box-shadow: none;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 25px 0px 0px 0px;
	border-radius: 6px;
}

/*===============================================
Check Out New Page Design Code Here
=================================================*/
.timeslotsleft {
	position: relative;
	float: left;
	width: 35%;
	background: #f5f5f5;
	min-height: 300px;
}

.timeslotsright {
	position: relative;
	float: right;
	width: 65%;
}

.checkoutnew {
	position: relative;
	width: 100%;
	padding: 50px;
	background: #fff;
}

.checkoutnew a.backtopage {
	background: #2562b6;
	color: #fff;
	padding: 5px 25px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 6px;
}

.checkoutbox11 {
	position: relative;
	width: 100%;
	padding: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
}

.doctordetails {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.doctordetails .doctordetails-sideleft {
	position: relative;
	width: 49%;
	float: left;
}

.doctordetails .doctordetails-sideright {
	position: relative;
	width: 49%;
	float: right;
}

.radiosec {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.radiosec .radio {
	position: relative;
	width: auto;
	float: left;
	margin-right: 50px;
}

.yesno {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.yesno .radio {
	position: relative;
	width: auto;
	float: left;
	margin-right: 65px;
}

.doctordetails-sideright h2.doctorname {
	font-size: 24px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}

.doctordetails-sideright h2.doctorname span {
	font-size: 16px;
	color: #2562b6;
}

.doctordetails-sideright h3.doctorqual {
	font-size: 20px;
}

.doctordetails-sideright .doctortiming {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 150px;
	box-shadow: 0px 0px 2px #2562b6;
}

.doctordetails-sideleft h2.doctorname {
	font-size: 24px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}

.doctordetails-sideleft h2.doctorname span {
	font-size: 16px;
	color: #2562b6;
}

.doctordetails-sideleft h3.doctorqual {
	font-size: 20px;
}

.doctortiming {
	box-shadow: 0px 0px 2px #ccc;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 25px 0px 0px 0px;
	border-radius: 6px;
}

.doctortiming .doctortiming-header {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 0px;
	border-radius: 6px 6px 0px 0px;
}

.select-date {
	position: relative;
	width: 100%;
}

.nav-tabs .nav-item {
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	margin-bottom: 0px;
}

.select-timeslot {
	position: relative;
	float: right;
	width: 100%;
	background: #f5f5f5;
}

.select-timeslot li {
	width: 100%;
	text-align: left;
}

button.btn.time-btn {
	margin: 5px;
	text-align: center;
	color: #2562b6;
	font-weight: 700;
	border: 1px solid #2562b6;
}

div#myTabContent {
	padding: 0px;
}

button.btn.time-btn:hover {
	margin: 5px;
	background: #ccc;
	text-align: center;
	color: #2562b6;
	font-weight: 700;
	border: 1px solid #2562b6;
}

button.btn.time-btn.active {
	background: #2562b6;
	color: #fff;
}

.select-timeslot .nav-link.active {
	background: #2562b6 !important;
	color: #fff;
}

.select-timeslot .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	background: #4f80c4;
	color: #fff;
	border-top-right-radius: .25rem;
}

a.book-apointment {
	background: #2562b6;
	color: #fff;
	float: right;
	margin: 3px 30px;
	padding: 7px 25px;
	border-radius: 6px;
	display: block;
}

input::-webkit-calendar-picker-indicator {
	color: #fff !important;
	cursor: pointer;
}

.select-date form {
	padding: 5px 10px;
	background: #c04798;
	border-bottom: 2px solid #fff;
}

.select-date label {
	color: #fff;
	margin: 3px 0px;
}

input#dateselect {
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1px 5px;
	color: #fff;
	float: right;
	outline: none;
}

/*====================end====================*/
.i.fa.fa-shopping-cart {
	color: #2562B6 !important;
}

#carouselExampleIndicators {
	margin-top: 113px !important;
}

.carousel.slide {
	margin-top: 0px;
}

.upload-files {
	position: relative;
	margin-top: 75px;
}

.Partners-mobile {
	position: relative;
	display: none;
}

.Partners-desktop {
	position: relative;
	display: block;
}

.wcu-desktop {
	position: relative;
	display: block;
}

.wcu-mobile {
	position: relative;
	display: none;
}

.wcu-mobile .wcu-icon {
	position: relative;
	text-align: center;
	box-shadow: none;
	background: #f5f5f5;
	padding: 15px;
	margin-right: 5px;
}

.wcubox {
	position: relative;
}

.wcuslider12 {
	display: -webkit-box;
	overflow-x: auto;
}

.container.wcu-desktop {
	padding: 0px;
	width: 1170px;
}

button.btn.nobtn.blue_color_on_hover.hup {
	background: #ba388f;
	color: #fff;
}

/*======================================
UPLOAD FILES
======================================*/
.upload-files {
	position: relative;
	width: 100%;
	padding: 25px 0px;
	background: #f5f5f5;
}

.upload-file-section {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.upload-file-section ul {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #ccc;
	list-style: none;
}

.upload-file-section ul li {
	overflow: hidden;
	display: block;
	width: 100%;
	min-height: 75px;
	background: #e7e7e7;
	margin-bottom: 25px;
}

.upload-file-section ul li span.file-icon {
	float: left;
	width: 20%;
	line-height: 54px;
	padding: 10px;
	background: #ccc;
}

.upload-file-section ul li span.file-icon img {
	width: 100%;
}

.upload-file-section ul li span.file-type {
	float: right;
	width: 75%;
	text-align: center;
	display: flex;
	line-height: 75px;
	text-transform: uppercase;
	font-size: 18px;
	color: #335888;
	min-height: 60px;
	font-weight: 600;
}

.upload-file-section ul li span.file-type a {
	font-size: 16px;
	text-decoration: none;
}

.view-uploaded-files {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.view-uploaded-files img {
	width: auto;
}

.upload-file-section ul.prescription {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #ccc;
	list-style: none;
}

.upload-file-section ul.prescription li {
	overflow: hidden;
	display: block;
	width: 100%;
	min-height: 75px;
	background: #e7e7e7;
	margin-bottom: 25px;
}

.upload-file-section ul.prescription li span.file-icon {
	float: left;
	width: 20%;
	line-height: 54px;
	padding: 10px;
	background: #ccc;
}

.upload-file-section ul.prescription li span.file-icon img {
	width: 100%;
}

.upload-file-section ul.prescription li span.file-type {
	float: right;
	width: 75%;
	text-align: center;
	line-height: 75px;
	text-transform: uppercase;
	font-size: 18px;
	color: #335888;
	min-height: 60px;
	font-weight: 600;
}

.upload-file-section ul.prescription li span.file-type p {
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
	font-weight: 300;
	margin: 21px 0px 0px -15px;
}

.uploaded-files {
	position: relative;
	width: 60%;
	padding: 0px 40px;
	float: left;
}

.uploaded-files img {
	width: 100%;
}

.uploaded-files-desc {
	position: relative;
	width: 40%;
	text-align: left;
	padding-top: 20px;
	float: right;
}

input#myFile {
	height: 75px;
	border: 0px;
}

button#store-login-nows:hover {
	color: #be4496 !important;
}

img.card-img-popular {
	height: 175px;
}

.container.toppe {
	margin-top: 145px;
}

.chkout369 {
	position: relative;
}

select.cod321 {
	position: relative;
	margin-bottom: 15px;
}


.custom-option {
	position: relative;
	display: block;
	padding: 5px 22px 5px 22px;
	font-size: 16px;
	font-weight: 300;
	color: #3b3b3b;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.5s;
}

#header-top-bar {
	background: #669f00;
	position: fixed;
	width: 100%;
	height: 35px;
	top: 0;
	z-index: 9999;
}


.top-baar-left ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.top-baar-left ul li {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	margin: 5px 10px;
}
.navbaar-header-logo{
	position: relative;
}
.navbaar-header-logo img{
	width: 110px;
	float: right;
}


.top-baar-right {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-left: -25px;
}

.top-baar-right ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.top-baar-right ul li {
	position: relative;
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	font-size: 15px;
}

.top-baar-right ul li a {
	color: #fff;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.user-icon {
    height: 35px;
    display: inline-block;
    line-height: 35px;
    width: 100%;
    text-align: center;
    background: #d5271a;
    border-radius: 10px 10px 0 0;
    padding: 0px 15px;
    color: #fff !important;
}

span.user-icon a {
	color: #fff !important;
}

span.user-icon a:hover {
	color: #fff !important;
	font-weight: 500;
}

#second-top-baar {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-top: 4px solid #d5271a;
    border-radius: 15px 15px 0 0;
    height: 80px;
    z-index: 9999;
    width: 100%;
    top: 33px;
}

.main-footer {
	background-color: #f5f5f5;
	margin-bottom: 0px!important;
}

.term-font {
	font-size: 12px;
	color: #000;
	font-weight: 500;
}


.term-mob {
    margin-top: 17px;
    margin-bottom: 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}
.term-box{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	padding: 10px;
}
.bold-tilttle{
	color: #000;
	font-weight: 600;
}
.social-icon{
	position: relative;
    width: 100%;
    display: inline-block;
}
.social-icon ul li {
    display: inline-block;
    float: left;
	padding-right: 10px;
}
.social-icon ul li a{
	width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.social-icon ul li a .fa-facebook{
	color: #6078ab;
	line-height:40px;
}
.social-icon ul li a .fa-instagram{
	color: #75bbef;
	line-height:40px;
}
.social-icon ul li a .fa-youtube{
	color: #d94c42;
	line-height:40px;
}
.social-icon ul li a .fa-twitter{
	color: #e66793;
	line-height:40px;
}
.social-icon ul li a .fa-linkedin{
	color: #3193c5;
	line-height:40px;
}
.foot-contact{
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding-top: 10px;
	padding-bottom: 7px;
}



.footer-contact_info>ul>li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.footer-contact_info>ul>li>i {
    position: absolute;
    left: 6px;
    top: 43%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
}
.footer-contact_info>ul>li>span {
    cursor: text;
    margin-right: 5px;
    color: #000;
}
.footer-contact_info>ul>li:last-child {
    margin-bottom: 0;
}
.footer-contact_info>ul>li .cellphone-number_area {
    display: inline-block;
    vertical-align: middle;
}


h3.card--box-text {
    left: 4px;
    background: #fff;
    font-size: 12px;
    padding: 9px;
    border-radius: 19px 19px 19px 0px;
    position: absolute;
    top: -18px;
    color: #d12619;
    font-weight: bold;
    cursor: pointer;
    min-width: 50%;
    border: 1px solid #d5271a;
}
.top-service .service-box-card{
	margin: 22px 0!important;
}
.serive-btn {
    position: absolute;
    top: 20px;
    border: 1px solid #d4271a;
    padding: 8px;
    font-size: 12px;
    transition: 0.2s all ease-in-out;
    border-radius: 19px 19px 19px 0px;
    font-weight: 700 !important;
    background: transparent;
    left: 4px;
}
.top-service .service-box-card a{
	color: #d4271a;
} 
.serive-btn:hover{
	background-color: #d5271a;
    color: #fff !important;
}
.service-box-card img{
	height: 215px!important;
	border-radius: 8px!important;
}
.cunsultant-card-box{
	position: relative;
	overflow: unset!important;
	margin: 20px 0!important;
}
.cunsultant-card-box .cunsultant-card-box-text{
	position: absolute;
	top: -17px;
	color: #d5271a;
	border: 1px solid #d5271a;
	background: #fff;
    left: 4px;
	border-radius: 19px 19px 19px 0px;
	padding: 8px;
    font-size: 12px;
	cursor: pointer;
	font-weight: 700;
}
.cunsultant-card-box .cunsultant-card-box-text:hover{
	background-color: #d5271a;
    color: #fff !important;
}
.cunsultant-card-box img{
	border-radius: 8px;
}
.consultant-btn {
    padding: 10px 20px;
    background: #d12619;
    border-radius: 10px;
    color: #fff !important;
    margin: 20px 0;
}



/* form  */


.apply-now-form-box {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    border: 3px solid #d5271a;
}
.apply-form-text-box {
    position: relative;
    width: 50%;
    float: left;
    background: #669f00;
    padding: 10px;
}
.apply-form-box {
    position: relative;
    width: 50%;
    float: right;
    background: #fff;
    padding: 15px;
}
.cart-checkout {
    position: relative;
    width: 100%;
    height: auto;
   margin-bottom: 40px;
}
.progress-checkout-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 89%;
}

.form-row1 {
    position: relative;
}
.form-row1 input {
    position: relative;
    top: 2px;
    width: 77px;
    height: 22px;
    vertical-align: top;
    margin-right: 5px;
}
.form-row1 span {
    position: absolute;
    bottom: -21px;
    display: block;
    left: 18px;
    top: 29px;
    color: #000!important;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.forget-box{
	margin-top: 130px!important;
}
.tab {
    padding: 40px 50px;
    position: relative;
}

.tab .nav-tabs {
    border-bottom: none;
    padding: 0 20px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.tab .nav-tabs li {
    margin: 0 30px 0 0;
    display: inline-block;
}

.tab-content>.tab-pane {
    padding: 15px;
    min-height: 486px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.tab .nav-tabs li a {
    font-size: 18px;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    margin-right: 0;
    border: none;
    border-bottom: 2px solid transparent;
    opacity: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:hover {
    background: transparent;
}

.tab .nav-tabs li a.active {
    border: none;
    background: #d5271a;
    opacity: 1;
    border-bottom: 2px solid #d5271a;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
}

.tab .tab-content {
    padding: 0;
    margin-top: 0;
    background: transparent;
    z-index: 1;
    position: relative;
}

.form-bg {
    background: #ddd;
}

.form-horizontal .form-group {
    margin: 0 0 5px 0;
    position: relative;
}

.form-horizontal .form-control {
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: .25rem;
    box-shadow: none;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #ced4da;
    font-weight: bold;
    color: #999;
    transition: all 0.3s ease 0s;
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.form-horizontal .form-group label {
    padding: 0px;
    color: #7f8291;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.form-horizontal .main-checkbox {
    width: 20px;
    height: 20px;
    background: #eec111;
    float: left;
    margin: 5px 0 0 20px;
    border: 1px solid #eec111;
    position: relative;
}

.form-horizontal .main-checkbox label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.form-horizontal .main-checkbox label:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-horizontal .main-checkbox input[type=checkbox] {
    visibility: hidden;
}

.form-horizontal .main-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.form-horizontal .text {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.form-horizontal .btn {
    width: 100%;
    background: #d5271a;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
}
.form-horizontal .btn:hover{
    color:#fff!important;
}

.form-horizontal .btn:focus {
    background: #669f00;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.form-horizontal .forgot-pass {
    margin: 0;
    text-align: center;
}

.form-horizontal .forgot-pass .btn {
    width: auto;
    background: transparent;
    margin: 30px 0 0 0;
    color: #d5271a;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.form-horizontal .forgot-pass .btn:hover {
    color: #d5271a!important;
}

.loginpioc {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    min-height: 488px;
    background: url(../digno/public/front/images/dlogo.png) 85% 100% no-repeat;
    background-size: cover;
}

.loginpioc h2 {
    font-size: 42px;
    color: #fff;
    width: 100%;
    left: 51%;
    display: inline-grid;
    top: 50%;
    transform: translate(-50%, -80%);
    right: 0;
    position: absolute;
    z-index: 99;
}

.loginpioc .overflow {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-radius: 6px;
    left: 0;
    background: linear-gradient(#669f00, #669f00);
}

::-webkit-input-placeholder {
    /* Edge */
    color: red;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::placeholder {
    color: red;
}

.commondiv {
    position: relative;
    width: 100%;
    min-height: 30px;
}

.commondiv a {
    text-decoration: none;
    color: #d5271a;
    font-weight: 700;
}