* {
	font-family: 'Montserrat', sans-serif;
}

/* Navbar */

.nav-bg {
	border-bottom: 0.5px solid #e6e6e6;
}

.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	background-color: #fff !important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	border-bottom: 0px;
}

.navbar-brand img {
	width: 40px;
}

.navbar-link li a {
	color: black !important;
	 /* font-weight: bold;  */
}

.navbar-link li .active {
	color: #10C6C2 !important;
	font-weight: bold;
}

.btn-login {
	border-radius: 10px;
	border-color: #409495 !important;
	font-weight: 400 !important;
}
.btn-closed {
	border-radius: 10px;
	border-color: #6c757d !important;
	font-weight: 400 !important;
}

.btn-login:hover{
	background-color: #10c6c2;
	font-weight: bold;
	color: white;
	border-color: #10c6c2 !important;

}

/*navbar effect underline */

.nav-ms-auto li a,
.nav-ms-auto li a:after,
.nav-ms-auto li a:before {
	transition: all .5s;
}

.nav-ms-auto li a:hover {
	color: #10c6c2 !important;
}

/*navbar effect part stroke */

.nav-ms-auto li a {
	position: relative;
}

.nav-ms-auto li a:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #10c6c2;
	height: 2px;
}

.nav-ms-auto li .active:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	content: '.';
	color: transparent;
	background: #10c6c2;
	height: 2px;
}

.nav-ms-auto li a:hover:after {
	width: 100%;
}

.nav-ms-auto li .login:after {
	display: none;
}

/* navbar responsive */

/* mobile */

@media (max-width: 767px) {
	.offcanvas-end {
		width: 250px;
	}

	.nav-ms-auto {
		margin-left: inherit !important;
	}

	.nav-ms-auto li a {
		padding: 8px 16px !important;
	}

	.is-sticky {
		animation: none;
	}

	.nav-ms-auto li a:after {
		display: none;
	}
}

/* mobile and ipad */

@media (min-width: 100px) and (max-width: 1023px) {
	.offcanvas {
		overflow-y: overlay;
	}

	.offcanvas::-webkit-scrollbar {
		display: none;
	}
}

/* Ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-ms-auto {
		margin-left: inherit !important;
	}

	.nav-ms-auto li a {
		padding: 8px 16px !important;
	}

	.is-sticky {
		animation: none;
	}

	.nav-ms-auto li a:after {
		display: none;
	}
}

/* SearchBox */

.search-bar {
	background-color: #fff;
	border-radius: 100px;
	border: 2px solid #10C6C2;
}

.bg-none {
	background-color: inherit !important;
	border: none;
}

.f-control {
	padding: 15px 0  10px 15px;
}

.input-after::after {
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	background: #10C6C2;
	position: absolute;
	top: 0%;
	right: 0;
}

.f-btn-rel {
	position: relative;
	width: 100%;
}

.f-btn-rel .submit {
	border-radius: 100px;
	background-color: #10C6C2 !important;
	color: white;
	font-weight: bold;
	width: 110px !important;
	padding: 12px;
	position: absolute;
	right: -2px;
	top: -1px;
	overflow: hidden;
	border-color: #10C6C2 !important;
}

.f-control:focus {
	box-shadow: none !important;
	background-color: transparent !important;
}

/* Rating Color */

.fa-star {
	color: #00DBA7;
}

/* Buttons */

.book-now {
	background-color: #10C6C2;
	border-radius: 15px;
	font-weight: 600;
	color: white;
	font-size: 16px;
}

.book-now:hover{
  border: 1px solid #10c6c2;
  background:  none;
  color: #10c6c2;
}

.btn:focus{
	box-shadow: none;
}

/* Footer */

footer {
	background: #E6FFFA;
	margin-top: 70px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.fd-dark {
	margin-bottom: 10px;
}

.fd-dark a {
	color: black;
	font-weight: 400;
	text-decoration: none;
	font-size: 17px;
	margin-bottom: 2px;
}

.fd-dark a:hover {
	color: #10C6C2;
}

.copyright {
	background-color: #F0FAF8;
}

.copyright p {
	font-weight: 500;
}

/* Top Up Buttons */

.btn-bottoms {
	background-color: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: none;
	cursor: pointer;
	border: 2px solid black;
	transition: 0.4s ease-in-out;
	color: black;
	z-index: 99999999999;
}

.btn-bottoms:hover {
	background-color: #10c6c2;
	color: white;
	border: 2px solid #10c6c2;
}

/* Owl Carousel */

.owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}

/* Buttons Outline */

.btn-outline-play {
	border-radius: 12px;
	border: 2px solid #10C6C2;
	font-weight: bold;
	font-size: 16px;
}

.btn-outline-play img {
	width: 20px !important;
}

.btn-outline-play:hover{
  border: 2px solid #10C6C2;
  color: black;
  background-color: #10C6C2;
}

.btn-outline-store {
	border-radius: 12px;
	border: 2px solid #10C6C2;
	font-weight: bold;
	font-size: 16px;
}

.btn-outline-store img {
	width: 20px !important;
}

.btn-outline-store:hover{
  border: 2px solid #10C6C2;
  color: black;
  background-color: #10C6C2;
}


/* Download App Input */

.med-form-control {
	padding: 15px 10px;
}

.med-form-control:focus {
	box-shadow: none;
}

.f-btn-rel .get-link {
	padding: 15px 30px;
	border-radius: 40px;
}

/* All  lead */

.lead {
	font-weight: 400;
}


/* About Us */

/*.h2-mission {
	position: relative;
}

.h2-mission::after {
	content: '';
	position: absolute;
	background-image: url('../images/about-bottom.png');
	width: 110%;
	right: 0px;
	top: 0px;
	height: 100vh;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}*/

.testimonial {
	background-image: url('../images/background.png');
	width: 100%;
	background-size: cover;
	padding: 100px 0px;
}

.a-section-2 {
	margin-top: 150px;
	margin-bottom: 80px;
}

.big-doctor-margin {
	margin-top: 100px;
}

/* Contact us*/

.c-text-color {
	color: #10C6C2;
}

.c-text-link {
	color: black;
}

.c-text-link:hover {
	color: #10C6C2;
}

.c-form-rad {
	border-radius: 15px;
}

.contact-accordian {
	background: none !important;
	color: black !important;
	font-weight: bold;
	font-size: 20px;
	box-shadow: none !important;
}

.contact-accordian:focus {
	box-shadow: none;
	border: none;
}

.contact-item {
	border: none;
	border-bottom: 0.25px solid rgba(112, 112, 112, 0.25);
	padding: 5px 0px;
}

.contact-card {
	border-radius: 40px;
	height: 100%;
}

.map-border iframe {
	border-radius: 40px;
	border: 1px solid rgba(0, 0, 0, .125);
	width: 450px;
	height: 450px;
}


.contact-accordian:not(.collapsed)::after {
	background-image: url(../images/icons/download.svg);
}


/* Doctors */

.medical-search-bar {
	background-color: #fff;
	border-radius: 100px;
	border: 1px solid #10C6C2;
}

.br-med {
	border-right: 1px solid #10C6C2;
}


/* Find Doctors */

.nav-filter {
	background-color: #10C6C2 !important;
}

.book-p {
	color: #10C6C2;
	font-weight: 600;
	font-size: 14px;
}

.f-h5 {
	font-weight: bold;
	color: #10C6C2;
}

.fd-card {
	border-radius: 0px !important;
}

#fd-page-link {
	color: #2CD889 !important;
}

.page-item.active .page-link {
	background-color: #2CD889 !important;
	color: white !important;
	border-color: #D7DAE2 !important;
}

.page-link {
	color: #4D4F5C !important;
}

/* Index Page */

#owl-carousel-visit .owl-prev span,
#owl-carousel-visit .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-consult .owl-prev span,
#owl-carousel-consult .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-top-rated-1 .owl-prev span,
#owl-carousel-top-rated-1 .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-top-rated-1 .item {
	padding: 10px
}

#owl-carousel-top-rated-2 .owl-prev span,
#owl-carousel-top-rated-2 .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-top-rated-2 .item {
	padding: 10px
}

#owl-carousel-top-rated-3 .owl-prev span,
#owl-carousel-top-rated-3 .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-top-rated-3 .item {
	padding: 10px
}

#owl-carousel-top-rated-4 .owl-prev span,
#owl-carousel-top-rated-4 .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-top-rated-4 .item {
	padding: 10px
}

#owl-carousel-top-rated-5 .owl-prev span,
#owl-carousel-top-rated-5 .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

#owl-carousel-top-rated-5 .item {
	padding: 10px
}

#owl-carousel-consult .item {
	padding: 20px
}

#owl-carousel-consult .item .card {
	padding: 20px 20px;
	width: 150px;
	margin: auto;
	border: none;
	box-shadow: 0px 3px 6px rgb(234, 234, 234, 0.5);
	border-radius: 16px;
}

#owl-carousel-consult .item .card-body {
	background-color: #F0FAF8;
	margin: auto;
	border-radius: 16px;
	box-shadow: 0px 3px 6px #00000029;
}

#owl-carousel-consult .item img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

#owl-carousel-visit .item {
	padding: 20px
}

#owl-carousel-visit .item .card {
	padding: 20px 20px;
	width: 150px;
	margin: auto;
	border: none;
	box-shadow: 0px 3px 6px rgb(234, 234, 234, 0.5);
	border-radius: 16px;
}

#owl-carousel-visit .item .card-body {
	background-color: #F0FAF8;
	margin: auto;
	border-radius: 16px;
	box-shadow: 0px 3px 6px #00000029;
}

#owl-carousel-visit .item img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.product-btn {
	background-color: rgba(16, 198, 194, 0.5);
	color: #fff;
	border-radius: 100%;
}

.new-testimonial {
	margin-top: 70px;
	margin-bottom: 70px;
}

.why-choose {
	background-color: white;
	border-radius: 20px;
	box-shadow: 0px 3px 6px #00000029;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.choose-content {
	margin-top: 100px;
}

.have-question {
	margin-top: 70px;
}

.btn-view {
	border: 2px solid #10C6C2;
	border-radius: 11px;
	color: #10C6C2;
	font-weight: bold;
}

.trusted-mt-5 {
	margin-top: 70px;
}

#owl-carousel-wellness .item .card {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
}

#owl-carousel-wellness .item {
	padding-bottom: 10px;
	padding-top: 10px;
}

.w-40 {
	width: 40%;
}

.learn-more {
	color: #10C6C2;
	text-decoration: none;
}

.learn-more {
	position: relative;
}

.learn-more a {
	text-decoration: none;
	color: #10C6C2;
}

.learn-more a::after {
	content: '';
	width: 30%;
	background-color: #10C6C2;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: translate(116%);
	border-bottom: 3px solid #10C6C2;
}

.pro-arrow-video {
	padding: 10px;
	box-shadow: 0px 3px 6px rgb(234, 234, 234, 0.5);
	border-radius: 16px;
}

.tab-pills .nav-link.active,
.tab-pills .show>.nav-link {
	background: none !important;
	color: black;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	position: relative;
}

.tab-pills .nav-link.active::after {
	content: '';
	width: 100%;
	background-color: #10C6C2;
	position: absolute;
	left: 0;
	bottom: -12px;
	border-bottom: 5px solid #10C6C2;
}

.tab-pills .nav-link {
	color: black;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin-right: 30px;
}

#owl-carousel-carousel-index .item {
	padding: 40px 5px;
}

.carousel-index {
	box-shadow: 3px 3px 4px #00000029;

	border-radius: 30px;
}

.carousel-index .index-img {
	width: 95% !important;
}

.btn-v-service {
	background-color: #10C6C2;
	border-radius: 15px;
	font-weight: 600;
	color: white;
	font-size: 16px;
}

/* Medicine Details */

.med-line:not(:last-child)::after {
	content: "\003E ";
	margin-left: 10px;
}

.med-line::nth-child(3) {
	display: none;
}

.med-line a {
	color: rgba(0, 0, 0, 0.5);
}

.shows {
	width: 500px;
	height: 500px;
}

.small-img {
	width: 450px;
	height: 70px;
	margin-top: 10px;
	position: relative;
	left: 25px;
}

.small-img .icon-left,
.small-img .icon-right {
	width: 12px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.small-img .icon-left {
	transform: rotate(180deg)
}

.small-img .icon-right {
	right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
	opacity: .5;
}

.small-container {
	width: 310px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.small-container div {
	width: 800%;
	position: relative;
}

.small-container .show-small-img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	cursor: pointer;
	float: left;
}

.small-container .show-small-img:last-of-type {
	margin-right: 0;
}

.star-in i {
	font-size: 13px;
}

.star-in:not(:last-child) {
	margin-right: 0px;
}

.heart a i {
	color: #00DBA7;
	font-size: 30px;
	margin-right: 15px;
}

.share a i {
	color: #00DBA7;
	font-size: 30px;
}

.md-pills .nav-link.active,
.md-pills .show>.nav-link {
	background: none !important;
	color: #10C6C2;
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	position: relative;
}

.md-pills .nav-link.active::after {
	content: '';
	width: 100%;
	background-color: #10C6C2;
	position: absolute;
	left: 0;
	bottom: -12px;
	border-bottom: 5px solid #10C6C2;
}

.md-pills .nav-link {
	color: black;
	font-weight: bold;
	font-size: 30px;
	padding: 0px;
	margin-right: 30px;
}

.med-modal-content {
	background-color: #F0FAF8;
	border-radius: 30px;
	padding: 10px 0px;
}

.med-f-control {
	background-color: rgba(16, 198, 194, 0.2);
	border-radius: 20px;
	border: none;
}

.med-f-control:focus {
	box-shadow: none;
}

/* Medicine */

.pro-arrow {
	padding: 10px;
	box-shadow: 0px 3px 6px rgb(234, 234, 234, 0.5);
	border-radius: 16px;
	margin-right: 30px;
}

#owl-carousel-categories .item {
	padding-left: 10px
}

#owl-carousel-categories .item .card {
	padding: 20px 20px;
	width: 150px;
	margin: auto;
	border: none;
	box-shadow: 0px 3px 6px rgb(234, 234, 234, 0.5);
	border-radius: 16px;
}

#owl-carousel-categories .item .card-body {
	background-color: #F0FAF8;
	margin: auto;
	border-radius: 16px;
	box-shadow: 0px 3px 6px #00000029;
}

#owl-carousel-categories .item img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

#owl-carousel-categories .owl-stage:after {
	display: contents !important;
}

#owl-carousel-categories .owl-prev span,
#owl-carousel-categories .owl-next span {
	color: #10C6C2;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

.carousel-medicine {
	background-image: url('../images/carousels.png');
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.make-now {
	background-color: #00D4A2;
	border-radius: 3px;
	font-weight: 600;
	color: white;
	font-size: 16px;
}

/* Profile */

.p-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bg-profile {
	position: relative;
	top: -70px;
}

.w-35 {
	width: 30%;
	border: 3px solid #10C6C2;
	border-radius: 50%;
}

.btn-follow {
	background-color: rgba(16, 198, 194, 0.2);
	color: #10C6C2;
	font-weight: bold;
	border-radius: 40px;
	font-size: 13px;
	/* padding: 8px 20px; */
	margin-bottom: 20px;
	/* width: 200px; */
}

.treatment {
	margin-top: 40px;
	margin-bottom: 20px;
}

.treat-img li img {
	width: 20px;
}

.treat-img li {
	font-weight: 500;
}

.feedback {
	margin-top: 40px;
	margin-bottom: 20px;
}

.feed-name {
	margin-top: 100px;
}

.progress-bar {
	background-color: #10C6C2;
	border-radius: 40px;
}

.progress {
	background-color: rgba(16, 198, 194, 0.2);
	border-radius: 40px;
	height: 12px;
	width: 200px;
}

.list-inline-item:not(:last-child) {
	margin-right: 0px;
}

.heart-rating i {
	color: #10C6C2;
}

.rating-color {
	color: #10C6C2;
}

.clinic-hospital {
	margin-top: 100px;
	margin-bottom: 50px;
}

 /* Modal */

.col-form-label span{
  color: #57D7D4;
}


/* RESPONSIVE */

/* About Us Page Responsive */

/* Mobile */

@media (max-width: 767px) {
	.a-section-2 {
		margin-top: 100px;
		margin-bottom: 20px;
	}

	.about-png {
		margin-bottom: 20px;
	}

	.big-doctor-margin {
		margin-top: 0px;
	}

	.text-c-size {
		font-size: 10px !important;
	}

	.text-body {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	p {
		font-size: 14px;
	}
}

/* Ipad */

@media (min-width: 768px) and (max-width:1023px) {
	.h1-d {
		font-size: 25px;
	}

	.h1-s {
		font-size: 20px;
	}

	.a-section-2 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.h1-d5 {
		font-size: 30px;
	}

	/* All Footer */

	.f-text {
		font-size: 12px;
	}

	.fd-dark a {
		font-size: 12px;
	}

	/* End All Footer */

	p {
		font-size: 14px;
	}
}

/* ipad pro */

@media (min-width: 1024px) and (max-width: 1200px) {
	p {
		font-size: 14px;
	}
}

/* Contact Us Page Responsive */

/* Mobile */

@media (max-width: 767px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}

	.map-border iframe {
		width: 100%;
		height: 300px;
		border-radius: 20px;
	}

	.contact-accordian {
		background: none !important;
		color: black !important;
		font-weight: 600;
		font-size: 15px;
		box-shadow: none !important;
		padding: 1rem 0rem;
	}
}

/* Ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}

	.map-border iframe {
		width: 100%;
		height: 300px;
		border-radius: 20px;
	}

	.p-con-em {
		word-break: break-all !important;
	}
}

/* ipad pro */

@media (min-width: 1024px) and (max-width: 1200px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}

	.map-border iframe {
		width: 100%;
		height: 300px;
		border-radius: 20px;
	}
}

/* Doctors */

/* Mobile */

@media (max-width: 767px) {
	.search-bar {
		background-color: none;
		border-radius: none;
		border: none
	}

	.f-control {
		padding: 15px 0 15px 15px;
		background: none;
	}

	.input-after {
		border-radius: 100px;
		border: 1px solid #10C6C2 !important;
		margin-bottom: 15px;
	}

	.input-before {
		border-radius: 100px;
		border: 1px solid #10C6C2 !important;
		margin-bottom: 15px;
	}

	.input-after::after {
		display: none;
	}

	.f-btn-rel .submit {
		position: relative;
		padding: 15px 0 10px;
		width: 100% !important;
	}

	input::placeholder {
		text-overflow: ellipsis;
		font-size: 10px;
	}

.place-option{
	font-size: 10px;
}
	.dowload-glink {
		margin-top: 15px;
	}
}

/* Ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	input::placeholder {
		font-size: 11.5px;
	}

	.f-control {
		padding: 15px 10px 15px 10px;
	}

	.f-btn-rel .submit {
		padding: 15px;
	}

	.h1-simple {
		font-size: 25px;
	}

	.med-form-control {
		padding: 0.375rem 0.75rem;
	}

	.f-btn-rel .get-link {
		padding: 0.375rem 0.75rem;
	}
	.place-option{
		font-size: 11.5px;
		line-height: 25px;
	}
}

/* ipad pro */

@media (min-width: 1024px) and (max-width: 1200px) {
	input::placeholder {
		font-size: 12px;
	}

	.f-control{
		padding: 15px;
	}
	.f-btn-rel .submit{
		padding: 15px;
	}
	.place-option{
	font-size: 12px;
	line-height: 25px;
}

}

/* Find Doctors */

/* Mobile */

@media (max-width: 767px) {
	.nav-filter {
		position: sticky;
		z-index: 1;
		top: 60px;
	}

	.filter-color {
		justify-content: center;
	}

	.nav-filter .filter-color li a {
		padding: 0.5rem;
	}

	.reset-filter {
		text-align: center;
	}

	.filter-body {
		text-align: center;
	}
}

/* ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	.filter-pro-img {
		width: 100% !important;
	}
}


/* Index Page */

/* Mobile */

@media (max-width: 767px) {
	.lead {
		font-size: 14px;
	}

	.monial-body {
		padding: 0px;
	}

	.why-choose {
		background-color: white;
		border-radius: 20px;
		box-shadow: 0px 3px 6px #00000029;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}

	.new-testimonial {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.have-question {
		margin-top: 40px;
	}

	.choose-content {
		margin-top: 40px;
	}

	.m-size {
		font-size: 13px;
	}

	.btn-view {
		border: 1px solid #10C6C2;
		border-radius: 6px;
		color: #10C6C2;
		font-weight: bold;
		font-size: 10px;
	}

	.trusted-mt-5 {
		margin-top: 40px;
	}

	.pro-arrow-video {
		padding: 0px;
	}

	.video-text {
		font-size: 15px;
	}

	.video-pad-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.tab-pills .nav-link.active,
	.tab-pills .show>.nav-link {
		background: none !important;
		color: black;
		font-size: 18px;
		font-weight: 700;
		padding: 0px;
		position: relative;
	}

	.tab-pills .nav-link.active::after {
		content: '';
		width: 100%;
		background-color: #10C6C2;
		position: absolute;
		left: 0;
		bottom: -12px;
		border-bottom: 2px solid #10C6C2;
	}

	.tab-pills .nav-link {
		color: black;
		font-weight: 700;
		font-size: 18px;
		padding: 0px;
		margin-right: 20px;
	}

	.tab-pills li {
		margin-bottom: 20px;
	}

	.find-text {
		font-size: 12px;
	}

	.btn-v-service {
		background-color: #10C6C2;
		border-radius: 10px;
		font-weight: 500;
		color: white;
		font-size: 8px;
		padding: 5px;
	}

	.carousel-index {
		border-radius: 10px;
		padding: 10px;
	}

	.carousel-index .index-img {
		width: 100% !important;
		height: 100%;
	}
}

/* Ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	.lead {
		font-size: 14px;
	}

	.monial-body {
		padding: 0px;
	}

	.why-choose {
		background-color: white;
		border-radius: 20px;
		box-shadow: 0px 3px 6px #00000029;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}

	.new-testimonial {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.have-question {
		margin-top: 40px;
	}

	.choose-content {
		margin-top: 40px;
	}

	.btn-view {
		border: 1px solid #10C6C2;
		border-radius: 6px;
		color: #10C6C2;
		font-weight: bold;
		font-size: 10px;
	}

	.trusted-mt-5 {
		margin-top: 40px;
	}

	.pro-arrow-video {
		padding: 0px;
	}

	.video-text {
		font-size: 15px;
	}

	.video-pad-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.tab-pills .nav-link.active,
	.tab-pills .show>.nav-link {
		background: none !important;
		color: black;
		font-size: 18px;
		font-weight: 700;
		padding: 0px;
		position: relative;
	}

	.tab-pills .nav-link.active::after {
		content: '';
		width: 100%;
		background-color: #10C6C2;
		position: absolute;
		left: 0;
		bottom: -12px;
		border-bottom: 2px solid #10C6C2;
	}


	.tab-pills .nav-link {
		color: black;
		font-weight: 700;
		font-size: 18px;
		padding: 0px;
		margin-right: 20px;
	}

	.tab-pills li {
		margin-bottom: 20px;
	}

	.find-text {
		font-size: 25px;
	}

	.btn-v-service {
		background-color: #10C6C2;
		border-radius: 10px;
		font-weight: 500;
		color: white;
		font-size: 8px;
		padding: 5px;
	}

	.carousel-index {
		border-radius: 10px;
		padding: 10px;
	}

	.carousel-index .index-img {
		width: 100% !important;
		height: 100%;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.video-text {
		font-size: 15px;
	}

	.pro-arrow-video {
		padding: 0px;
	}
}


/* Medicine Details */

/* Mobile */

@media (max-width: 767px) {

	.md-pills .nav-link.active,
	.md-pills .show>.nav-link {
		background: none !important;
		color: #10C6C2;
		font-size: 14px;
		font-weight: 500;
		padding: 0px;
		position: relative;
	}

	.md-pills .nav-link.active::after {
		content: '';
		width: 100%;
		background-color: #10C6C2;
		position: absolute;
		left: 0;
		bottom: -12px;
		border-bottom: 2px solid #10C6C2;
	}

	.md-pills .nav-link {
		color: black;
		font-weight: 500;
		font-size: 14px;
		padding: 0px;
		margin-right: 10px;
	}

	.shows {
		width: auto;
		height: auto;
	}

	.small-img {
		width: auto;
		height: 70px;
		margin-top: 10px;
		margin-bottom: 30px;
		position: relative;
		left: 0px;
	}

	.product-name {
		font-size: 15px;
	}

	.heart a i {
		color: #00DBA7;
		font-size: 20px;
		margin-right: 15px;
	}

	.share a i {
		color: #00DBA7;
		font-size: 20px;
	}

	.mb-icon-ul {
		margin-bottom: 0px !important;
	}

	.input-medicine-detail {
		border-radius: 100px;
		border: 1px solid #10C6C2 !important;
		margin-bottom: 15px;
	}
}

/* ipad */

@media (min-width: 768px) and (max-width: 1023px) {

	.md-pills .nav-link.active,
	.md-pills .show>.nav-link {
		background: none !important;
		color: #10C6C2;
		font-size: 20px;
		font-weight: bold;
		padding: 0px;
		position: relative;
	}

	.md-pills .nav-link.active::after {
		content: '';
		width: 100%;
		background-color: #10C6C2;
		position: absolute;
		left: 0;
		bottom: -12px;
		border-bottom: 2px solid #10C6C2;
	}

	.md-pills .nav-link {
		color: black;
		font-weight: bold;
		font-size: 20px;
		padding: 0px;
		margin-right: 30px;
	}

	.shows {
		width: auto;
		height: auto;
	}

	.small-img {
		width: auto;
		height: 70px;
		margin-top: 10px;
		margin-bottom: 30px;
		position: relative;
		left: 0px;
	}

	.product-name {
		font-size: 15px;
	}

	.heart a i {
		color: #00DBA7;
		font-size: 20px;
		margin-right: 15px;
	}

	.share a i {
		color: #00DBA7;
		font-size: 20px;
	}

	.mb-icon-ul {
		margin-bottom: 0px !important;
	}

	.small-container .show-small-img {
		width: 60px;
		height: 60px;
		margin-left: 10px;
		margin-right: 7px;
	}
}

/* Ipad pro */

@media (min-width: 1024px) and (max-width: 1200px) {
	.shows {
		width: auto;
		height: auto;
	}

	.small-img {
		left: 0px;
	}
}


/* Medicines */

/* Mobile */

@media (max-width: 767px) {
	#owl-carousel-categories .item .card-body {
		padding: 20px;
	}

	.display-content {
		display: contents;
	}
}

/* ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	.pro-arrow {
		padding: 0px;
		margin-right: 10px;
	}

	.display-content {
		flex-wrap: inherit;
	}
}


/* Profile */

/* Mobile */

@media (max-width: 767px) {
	.bg-profile {
		top: 0px;
		margin: -50px 0px 0px 0px;
	}

	.btn-follow {
		background-color: rgba(16, 198, 194, 0.2);
		color: #10C6C2;
		font-weight: bold;
		padding: 8px 9px;
		border-radius: 40px;
		font-size: 10px;
		width: inherit;
		
	}
	.module {
		justify-content: center;
    display: contents;
}	 
	}

	.profile-user {
		width: 15px;
	}

	.treatment {
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.treat-img li img {
		width: 15px;
	}

	.treat-img li {
		font-weight: 500;
		font-size: 12px;
	}

	.feedback {
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.progress {
		background-color: rgba(16, 198, 194, 0.2);
		border-radius: 40px;
		height: 8px;
		width: 120px;
	}

	.fa-star {
		font-size: 14px;
	}

	.feed-name {
		margin-top: 40px;
	}

	.feedback-list-in {
		margin-bottom: 0px;
	}

	.clinic-hospital {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.write-feedback {
		margin-bottom: 0px !important;
		margin-top: 5px;
	}

	.p-image {
		object-fit: cover;
		width: 100%;
		height: 15vh !important;
	}



/* Ipad */

@media (min-width: 768px) and (max-width: 1023px) {
	.bg-profile {
		position: relative;
		top: -34px;
	}

	.btn-follow {
		background-color: rgba(16, 198, 194, 0.2);
		color: #10C6C2;
		font-weight: bold;
		padding: 8px 15px;
		border-radius: 40px;
		font-size: 12px;
	}

	.profile-user {
		width: 15px;
	}

	.write-feedback {
		margin-bottom: 0px !important;
		margin-top: 5px;
	}

	.feedback-list-in {
		margin-bottom: 0px !important;

	}

	.laparo {
		font-size: 12px;
		white-space: nowrap
	}

	.treat-img li {
		font-weight: 500;
		font-size: 12px;
	}

	.treat-img li img {
		width: 15px;
	}

	.progress {
		background-color: rgba(16, 198, 194, 0.2);
		border-radius: 40px;
		height: 8px;
		width: 120px;
	}

	.fa-star {
		font-size: 14px;
	}
}

/* ipad pro */

@media (min-width: 1024px) and (max-width: 1200px) {
	.bg-profile {
		position: relative;
		top: -34px;
	}

	.btn-follow {
		background-color: rgba(16, 198, 194, 0.2);
		color: #10C6C2;
		font-weight: bold;
		padding: 8px 15px;
		border-radius: 40px;
		font-size: 12px;
	}

	.profile-user {
		width: 15px;
	}

	.write-feedback {
		margin-bottom: 0px !important;
		margin-top: 5px;
	}

	.feedback-list-in {
		margin-bottom: 0px !important;

	}

	.laparo {
		font-size: 12px;
		white-space: nowrap
	}

	.treat-img li {
		font-weight: 500;
		font-size: 12px;
	}

	.treat-img li img {
		width: 15px;
	}

	.progress {
		background-color: rgba(16, 198, 194, 0.2);
		border-radius: 40px;
		height: 8px;
		width: 120px;
	}

	.fa-star {
		font-size: 14px;
	}
}


/* Select Css Custom */

.select2-container{
	display: inherit !important;
}
.select2-container .select2-selection--single{
	height: 49px !important;
	padding-top: 12px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 11px !important;
	right: 4px !important;
}

.select2-container--open .select2-dropdown {
    left: -2px !important;
}
.select2-dropdown{
	top: 11px;
}


@media (max-width: 767px){
	.select2-container--default .select2-selection--single{
		background: none  !important;
	}
	.select2-container .select2-selection--single .select2-selection__rendered{
		padding-left: 15px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px){
	.select2-container .select2-selection--single{
	height: 55px !important;
	padding-top: 14px !important;
}
}


@media (min-width: 1023px) and (max-width: 1200px){
	.select2-container .select2-selection--single{
		height: 54px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
.offcanvas-end .navbar-nav li a{
		font-size: 14px !important;
	}
}


@media (max-width:767px){
	  .parent {
    flex-direction: column-reverse;
    display: flex;
  }
}


.form-control:focus{
	box-shadow:none;
}

.floating{
	z-index: 9999;
}
.new-modal-login{
	border-radius: 0px;
	border:0px;
	border-bottom: 0.5px solid #ced4da;
}


.btn-outline-infos{
	background: #10c6c2 !important;
	border-color: #10c6c2;
	color: white;
	font-weight: 600;
	border-radius: 10px;
	font-size: 16px;
}

.btn-outline-infos:hover{
	background:none !important;
	border:1px solid #10c6c2;
	color: #10c6c2;
	font-weight: 600;
	border-radius: 10px;
	font-size: 16px;
}

.bgh-pills{
   background-color: #f0faf8;
	padding: 6px 10px;
	border-radius: 50px;	
}

.bgh-pills .nav-link.active{
	background:  #10c6c2  !important;
	border-radius: 50px;
	padding: 8px 25px;
	font-size: 600;
}

.bgh-pills .nav-link{
	padding: 8px 25px;
	color: #000;
	font-weight: 600;
}
