@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Switzer', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #00B8C5;
}
::selection {
	color: #fff;
	background: #00B8C5;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #00B8C5 !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #00B8C5;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: -125%}
}
@keyframes shine {
    100% {left: -125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #00B8C5;
}
.hash_anchor {
	 scroll-margin-top: 80px;
}
body {
	background: #F9F9F9;
}
/************************* header *************************/
.menu_bg {
	height: 110px;
	position: absolute;
}
.s_menu_bg {
	height: auto !important;
	background: #F9F9F9;
	position: fixed;
	z-index: 9;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.menu_bg .logo img {
	width: 200px;
}
.s_menu_bg .logo img {
	width: 150px;
}
.s_menu_bg .navbar-nav > li > a {
    padding: 10px 0 !important;
    font-size: 16px;
}
.s_menu_bg .login_menu, .s_menu_bg .top_flag {
    font-size: 16px;
}
.login_menu {
	color: #616161;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
}
.login_menu:hover {
	color: #fff;
	background: #00B8C5;
}
.top_flag {
	color: #383838;
    font-size: 18px;
    font-weight: 400;
}
.header_profile_img img {
	width: 50px;
    height: 50px !important;
}
.s_menu_bg .header_profile_img img {
	width: 30px;
    height: 30px !important;
}
.header_profile_img::after {
	display: none;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	height: 350px;
    overflow-y: auto;
	padding: 1rem;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > a {
    color: #616161;
    display: block;
    position: relative;
    padding: 22px 0 !important;
	margin: 0 25px;
    font-size: 18px;
    font-weight: 500;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav > li.active > a.highlighted {
	color: #00B8C5;
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 !important;
	padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
	background-color: #00B8C5 !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
	animation: fadeIn 1s;
}
.menu_icon {
    width: 28px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #252525;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.megamenu h5 {
	font-size: 15px;
    font-weight: 700;
	color: #00B8C5;
    text-transform: uppercase;
	padding: 0 8px 8px 8px;
}
/***************************** btn *****************************/
.send_btn {
	font-family: 'Arial CE', sans-serif;
    font-size: 15px;
    padding: 14px 15px;
    font-weight: 400;
	background-color: #00B8C5;
    color: #fff;
	border: 2px solid #00B8C5;
	border-radius: 15px;
	text-align: center;
}
.send_btn:hover {
    background-color: transparent;
    color: #00B8C5;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 110px;
}
.banner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.banner h4 {
	font-family: 'Arial CE', sans-serif;
	color: #fff;
	font-weight: 400;
    font-size: 16px;
	line-height: 26px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.banner .carousel {
	background: #75A0B0;
	border-radius: 1rem;
	padding: 50px;
}
.banner_btn {
	background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
	border-radius: 10px;
	padding: 18px 25px;
	border: 2px solid #fff;
}
.banner_btn:hover {
	background-color: transparent;
    color: #fff;
}
/************************* banner_Search *************************/
.banner_form_box {
	margin-top: -50px;
	position: relative;
    z-index: 2;
}
.home_banner_form {
	width: 80%;
}
.banner_form input::placeholder {
	font-family: 'Arial CE', sans-serif;
    font-size: 20px;
    font-weight: 400;
	color: #616161;
}
.banner_search_btn {
	background: #00B8C5 !important;
}
.banner_search_btn:hover {
	background: #75A0B0 !important;
}
.banner_form_select .banner_form_select_btn {
    display: flex;
    font-family: 'Arial CE', sans-serif;
    font-size: 20px;
    font-weight: 400;
	color: #616161;
    align-items: center;
    cursor: pointer;
}
.banner_form_select .options {
    position: absolute;
    overflow-y: auto;
    max-height: 300px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}
.banner_form_select .options .option {
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.banner_form_select .options .option:hover {
    background: #f2f2f2;
}
.banner_form_select .options .option .option-text {
    font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #616161;
}
.banner_form_select_btn .banner_arrow {
    width: 10px !important;
    transition: 0.3s;
}
.banner_form_select.active .banner_form_select_btn .banner_arrow {
    transform: rotate(-180deg);
}
.banner_form_select.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

.inner_banner {
	background: #75A0B0;
	border-radius: 1rem;
	padding: 50px;
}
.inner_banner_form {
	width: 90%;
}
.inner_banner_form .banner_form_select .banner_form_select_btn, .inner_banner_form .banner_form_select .options .option .option-text, .inner_banner_form .form-check-label, .inner_banner_form_option {
	font-family: 'Arial CE', sans-serif;
    font-weight: 400;
    color: #616161 !important;
	font-size: 14px !important;
}
.inner_banner_form p {
	font-size: 14px;
	color: #999;
}
.inner_banner_form .banner_form_select .banner_form_select_btn img, .inner_banner_form .banner_form_select .options .option img {
	width: 12px;
}
.inner_banner_form_btn .send_btn {
	padding: 8px 15px !important;
}

.hospital_banner_form, .pharmacy_store_banner_form, .home_care_banner_form {
	width: 80%;
}
.hospital_banner_form .banner_form_select .banner_form_select_btn, .hospital_banner_form .banner_form_select .options .option .option-text, .hospital_banner_form .banner_form input::placeholder, .pharmacy_store_banner_form .banner_form_select .banner_form_select_btn, .pharmacy_store_banner_form .banner_form_select .options .option .option-text, .pharmacy_store_banner_form .banner_form input::placeholder, .home_care_banner_form .banner_form_select .banner_form_select_btn, .home_care_banner_form .banner_form_select .options .option .option-text, .home_care_banner_form .banner_form input::placeholder {
	font-family: 'Arial CE', sans-serif;
    font-weight: 400;
    color: #959EAD !important;
	font-size: 14px !important;
}
.hospital_banner_form .banner_form_select .banner_form_select_btn img, .hospital_banner_form .banner_form_select .options .option img, .pharmacy_store_banner_form .banner_form_select .banner_form_select_btn img, .pharmacy_store_banner_form .banner_form_select .options .option img, .home_care_banner_form .banner_form_select .banner_form_select_btn img, .home_care_banner_form .banner_form_select .options .option img {
	width: 18px;
}
.hospital_banner_form .send_btn:hover, .pharmacy_store_banner_form .send_btn:hover, .home_care_banner_form .send_btn:hover {
	border: 2px solid #fff;
    color: #fff;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}
/***************************** hm_clients *****************************/
.hm_clients .swiper-slide img {
    max-height: 50px;
}
/************************* hm_section *************************/
.hm_section {
    padding: 60px 0;
}
.hm_section h1, .hm_section h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.hm_section h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.hm_section1 h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.hm_section2 h3, .hm_section3 h3, .hm_section5 h3, .hm_section6 h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.hm_section4 h3 {
	width: 100%;
	float: left;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}
.hm_section4 h3 span {
	width: 100%;
	float: left;
	font-family: 'Arial CE', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #252525;
	text-transform: uppercase;
}
.hm_section1 h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hm_section2 h4, .hm_section3 h4, .hm_section5 h4, .hm_section6 h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hm_section4 h4 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hm_section5 h4 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.hm_section5 h4 .badge i {
    font-size: 7px;
}
.hm_section5 h6 {
	font-family: 'Arial CE', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.hm_section5 h6 i {
	font-size: 18px;
}
.hm_section .swiper_button_center {
	margin-top: -80px;
}
.hm_section_box {
	width: 100%;
	height: 320px;
	float: left;
    background: #E4EEE2;
    padding: 60px 50px;
}
.hm_section_mt {
	top: -120px;
	margin-bottom: -120px;
	padding: 0 30px !important;
}
.hm_section .viewall_btn {
	font-size: 18px;
	font-weight: 500;
	background-color: #EAEAEA;
	color: #616161;
	border: 2px solid #EAEAEA;
}
.hm_section .viewall_btn:hover {
	background-color: transparent;
	box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.06);
}
/************************* callus *************************/
.callus_bg {
	background: #E4EEE2;
	border-radius: 1rem;
}
.callus_bg h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
	text-transform: uppercase;
}
.callus_bg h2 span {
    font-weight: 500;
}
.callus_bg h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000;
}
.callus_bg h4 {
	font-family: 'Arial CE', sans-serif;
	color: #616161;
	font-weight: 400;
    font-size: 16px;
	line-height: 26px;
}
.callus_bg h5 {
	font-family: 'Arial CE', sans-serif;
	color: #616161;
	font-weight: 400;
    font-size: 14px;
}
.callus_bg_btn {
    background-color: #00B8C5;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    padding: 18px 25px;
	text-transform: uppercase;
	border: 2px solid #00B8C5;
}
.callus_bg_btn:hover {
	background-color: transparent;
    color: #00B8C5;
}
.callus_bg img {
	width: 350px;
}
/************************* hm_blog *************************/
.hm_blog {
    width: 100%;
	float: left;
    padding: 80px 0;
}
.hm_blog h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.hm_blog h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.hm_blog h3 {
    font-size: 24px;
    font-weight: 500;
    color: #030303;
}
.hm_blog h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hm_blog .viewall_btn {
	font-size: 18px;
	font-weight: 500;
	background-color: #EAEAEA;
	color: #616161;
	border: 2px solid #EAEAEA;
}
.hm_blog .viewall_btn:hover {
	background-color: transparent;
	box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.06);
}
.hm_blog .readnow_btn {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #00929B;
}
.hm_blog .readnow_btn:hover i {
    margin-left: 10px;
}
/************************* download_app_bg *************************/
.download_app_bg {
	background: rgba(180, 180, 255, 0.7);
	border-radius: 1rem;
	padding: 40px 80px 0 80px;
}
.download_app_bg h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.download_app_bg h4 {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #616161;
    line-height: 26px;
}
.download_app_bg a {
	width: 170px;
	float: left;
}
.download_app_bg a:hover img {
    transform: scale(0.95);
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
    padding: 50px 0 0 0;
	background: #fff;
}
.footer_search input {
	border: 1px solid #ECEFF3;
	border-radius: 50px !important;
	background: #fff url("../images/footer_search.svg") no-repeat;
	background-position: 6% 50%;
}
.footer_search .btn {
	font-size: 18px;
	font-weight: 500;
    background-color: #00929B;
	color: #fff;
	border-radius: 50px !important;
}
.footer_search .btn:hover, .footer_search .btn:active {
	background-color: #00B8C5;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #252525;
	text-align: right;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    font-weight: 600;
	font-size: 16px;
	color: #000;
}
.footer ul li {
	width: 100%;
    float: left;
    list-style: none;
}
.footer ul li a, .footer h4 {
	width: 100%;
    float: left;
    font-family: 'Arial CE', sans-serif;
    color: #3F3F3F;
    font-weight: 400;
    font-size: 15px;
	line-height: 26px;
	margin: 0 0 12px 0;
	word-break: break-all;
}
.footer ul li a:hover, .footer ul li .active {
    color: #00B8C5;
}
.footer_logo {
	width: 240px;
}
.footer_chat {
    position:fixed;
    right:15px;
    bottom:55px;
    cursor:pointer;
	z-index: 999;
}
/************************* social_media *************************/
.social_media a {
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	line-height: 1;
	color: #2E2E38;
	margin: 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
}
.social_media a i {
	font-size:18px;
	color: #00929B;
}
.social_media a:hover, .social_media a:hover i {
	color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #833ab4;
  	background: linear-gradient(to right, #833ab4,#fd1d1d,#fcb045);
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #34af23;
}
/***************************** copyright *****************************/
.copyright p {
    color: #5D5E76;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
	text-transform: uppercase;
}
.copyright p i {
	font-size: 11px;
}
/************************* whatsapp *************************/
.wa_icon .wa_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 110px;
	right: 5px;
	z-index: 10;
	background: #26af36;
	border-radius: 50%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.wa_icon i {
	color: #fff;
	font-size: 30px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
.wa_msg {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 9;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	opacity: 0;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.wa_icon:hover .wa_msg {
	width: 250px;
	padding: 0 0 0 35px;
	opacity: 1;
}
@keyframes ring {
  	0% { transform: rotate(0); }
  	1% { transform: rotate(30deg); }
  	3% { transform: rotate(-28deg); }
  	5% { transform: rotate(34deg); }
  	7% { transform: rotate(-32deg); }
  	9% { transform: rotate(30deg); }
  	11% { transform: rotate(-28deg); }
  	13% { transform: rotate(26deg); }
  	15% { transform: rotate(-24deg); }
  	17% { transform: rotate(22deg); }
  	19% { transform: rotate(-20deg); }
  	21% { transform: rotate(18deg); }
  	23% { transform: rotate(-16deg); }
 	25% { transform: rotate(14deg); }
  	27% { transform: rotate(-12deg); }
  	29% { transform: rotate(10deg); }
  	31% { transform: rotate(-8deg); }
  	33% { transform: rotate(6deg); }
  	35% { transform: rotate(-4deg); }
  	37% { transform: rotate(2deg); }
  	39% { transform: rotate(-1deg); }
  	41% { transform: rotate(1deg); }
  	43% { transform: rotate(0); }
  	100% { transform: rotate(0); }
}
/***************************** inner_head *****************************/
.inner_head {
	width: 100%;
    float: left;
	padding: 60px 0;
	margin-top: 110px;
}
/***************************** booking *****************************/
.booking_form {
	padding: 50px 80px;
}
.booking_logo img {
    width: 200px;
	display: block;
	margin: 0 auto;
}
 .booking .form-check-label {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.booking h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
}
.doctor_video_call a:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.booking .forgot_btn, .booking h4 a, .booking h4 button, .booking .form-check-label a {
    font-family: 'Arial CE', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1866C7;
	background-color: transparent;
	text-decoration: underline;
}
.booking .send_btn {
    font-weight: 700;
    font-size: 18px;
	background-color: #00929B;
	border: 2px solid #00929B;
}
.booking .send_btn:hover {
	background-color: transparent;
	color: #00929B;
}
.booking .cancel_btn {
	font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    padding: 14px 15px;
    font-weight: 700;
    background-color: #EAEAEA;
    color: #616161;
    border: 2px solid #EAEAEA;
    border-radius: 15px;
    text-align: center;
}
.booking .cancel_btn:hover {
	background-color: transparent;
	color: #616161;
    border: 2px solid #c1c1c1;
}
.int_tel_floating {
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    left: 94px !important;
	color: rgba(33, 37, 41, 0.65) !important;
}
.otp_time {
	font-family: 'Arial CE', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #00929B;
	text-align: center;
}
.otp_fields {
  	width: 100%;
  	display: flex;
  	justify-content: center;
  	gap: 10px;
}
.otp_fields input {
  	width: 64px;
  	height: 60px;
  	background-color: transparent;
  	border: 1px solid #ccc;
  	text-align: center;
  	outline: none;
  	font-size: 16px;
}
.otp_fields input::-webkit-outer-spin-button, .otp_fields input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
.otp_fields input[type=number] {
  	-moz-appearance: textfield;
}
.otp_fields input:focus {
  	border-color: #00B8C5;
  	font-size: 20px;
}
.upload_file label {
	width: 100%;
	color: #888;
	font-size: 15px;
	padding: 1.625rem .75rem .625rem .75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	background: #fff url("../images/upload_file_icon.svg") no-repeat;
	background-position: 98% 50%;
}
.upload_file p {
	color: #888;
    font-size: 12px;
    position: absolute;
    top: 8px;
    padding: 0 0 0 0.75rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.booking input[type="date"]::-webkit-calendar-picker-indicator {
    background: #fff url("../images/booking_calendar.svg") no-repeat;
}
.booking input[type="time"]::-webkit-calendar-picker-indicator {
    background: #fff url("../images/booking_clock.svg") no-repeat;
}
.signup_bg {
    background: #fff url("../images/signup_bg.webp") no-repeat center center;
    background-size: cover;
}
.login_bg {
    background: #fff url("../images/login_bg.webp") no-repeat center center;
    background-size: cover;
}
.otp_bg {
    background: #fff url("../images/otp_bg.webp") no-repeat center center;
    background-size: cover;
}
.doctor_booking_bg {
    background: #D9D6F8 url("../images/doctor_booking_bg.webp") no-repeat center center;
    background-size: contain;
}
.lab_book_appointment_bg {
    background: #D9D6F8 url("../images/lab_book_appointment_bg.webp") no-repeat center center;
    background-size: contain;
}
.home_care_booking_bg {
    background: #D9D6F8 url("../images/home_care_booking_bg.webp") no-repeat center bottom;
    background-size: contain;
}
.surgery_booking_bg {
    background: #D9D6F8 url("../images/surgery_booking_bg.webp") no-repeat center center;
    background-size: contain;
}
.pharmacy_medicine_order_bg {
    background: #D9D6F8 url("../images/pharmacy_medicine_order_bg.webp") no-repeat center center;
    background-size: contain;
}
.booking_form_bg_dark {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.4);
}
/***************************** find_doctors *****************************/
.find_doctors {
    padding: 60px 0;
}
.find_doctors h1, .find_doctors h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.find_doctors h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.find_doctors h3 {
	width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}
.find_doctors h4 {
	font-family: 'Arial CE', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #252525;
	text-transform: uppercase;
}
.find_doctors h4 span {
	font-family: 'Arial CE', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: #00929B;
	text-transform: uppercase;
}
.find_doctors h6 {
	width: min-content;
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 12px;
}
.find_doctors h6 .badge {
	height: 18px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.find_doctors h6 .badge i {
    font-size: 7px;
}
/***************************** doctor_details *****************************/
.doctor_details h1 {
	font-size: 30px;
    font-weight: 500;
    color: #252525;
}
.doctor_details h3 {
    font-family: 'Arial CE', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #00B8C5;
}
.doctor_details h4 {
    font-family: 'Arial CE', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    text-transform: uppercase;
}
.doctor_details h5, .doctor_overview h5, .doctor_overview ul li {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.doctor_details h6 {
	width: inherit;
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
}
.doctor_details h6 .badge {
	height: 18px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.doctor_details h6 .badge i {
    font-size: 7px;
}
.doctor_details h6 span {
    font-family: 'Arial CE', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #00929B;
    text-transform: uppercase;
}
.doctor_details_img, .doctor_appointment {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.doctor_overview h2, .doctor_blogs h2, .similar_doctors h2 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.doctor_blogs h3 {
    font-size: 24px;
    font-weight: 500;
    color: #030303;
}
.doctor_blogs h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.doctor_blogs .readnow_btn {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #00929B;
}
.doctor_blogs .readnow_btn:hover i {
    margin-left: 10px;
}
.similar_doctors h3 {
	width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}
.similar_doctors h4 {
    font-family: 'Arial CE', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #252525;
    text-transform: uppercase;
}
.similar_doctors h4 span {
    font-family: 'Arial CE', sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: #00929B;
    text-transform: uppercase;
}
.similar_doctors .swiper_button_center {
    margin-top: -80px;
}
.datepicker table tr td.day {
	background: #007f00;
	color: #fff !important;
	transition: all .3s ease-in-out;
}
.time_slots {
	height: 345px;
    overflow-y: auto;
}
.time_slots label {
	font-size: 14px;
	font-weight: 600;
}
.doctor_appointment h4 {
	font-size: 18px;
	font-weight: 600;
    color: #252525;
	margin: 17px 0 25px 0;
}
.doctor_appointment p i {
	font-size: 15px;
	font-weight: 400;
    color: #616161;
}
/***************************** testimonials *****************************/
.testimonials h2 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.testimonials h3 {
	font-size: 18px;
    font-weight: 600;
    color: #252525;
}
.testimonials h4 {
    font-family: 'Arial CE', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    line-height: 26px;
}
.testimonials h5 {
	font-size: 16px;
    font-weight: 500;
    color: #252525;
}
.testimonials i {
	font-size: 12px;
    color: #F2C94C;
}
/***************************** lab_booking *****************************/
.lab_booking {
    padding: 60px 0;
}
.lab_booking h1, .lab_booking h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.lab_booking h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.lab_booking h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.lab_booking h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lab_booking h4 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.lab_booking h4 .badge i {
    font-size: 7px;
}
.lab_booking h6 {
	font-family: 'Arial CE', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.lab_booking h6 i {
	font-size: 18px;
}
/***************************** lab_details *****************************/
.lab_details h1 {
	font-size: 30px;
    font-weight: 500;
    color: #252525;
}
.lab_details_img {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.lab_details h3 {
    font-family: 'Arial CE', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    text-transform: uppercase;
}
.lab_details h3 span {
    font-family: 'Arial CE', sans-serif;
    color: #252525;
}
.lab_details h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lab_details h4 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.lab_details h4 .badge i {
    font-size: 7px;
}
.lab_details h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.lab_details h6 {
	font-family: 'Arial CE', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.lab_details h6 i {
	font-size: 18px;
}
.lab_services h2, .lab_packages h2, .similar_lab h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.lab_services h5, .lab_packages h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.lab_services h3, .lab_packages h3, .similar_lab h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.lab_services h4, .lab_packages h4, .similar_lab h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.similar_lab h4 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.similar_lab h4 .badge i {
    font-size: 7px;
}
.similar_lab h6 {
	font-family: 'Arial CE', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.similar_lab h6 i {
	font-size: 18px;
}
.lab_services .swiper_button_center, .lab_packages .swiper_button_center {
    margin-top: -80px;
}
.similar_lab .swiper_button_center {
    margin-top: -115px;
}
/***************************** hospital *****************************/
.hospital {
    padding: 60px 0;
}
.hospital h1, .hospital h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.hospital h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.hospital h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.hospital h3 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.hospital h3 .badge i {
    font-size: 7px;
}
.hospital h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/***************************** surgery *****************************/
.surgery {
    padding: 60px 0;
}
.surgery .surgical_solutions h1, .surgery .departments h2, .surgery .experienced_doctors h2, .surgery .surgery_hospitals h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.surgery .surgical_solutions h5, .surgery .departments h5, .surgery .experienced_doctors h5, .surgery .surgery_hospitals h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.surgery .surgical_solutions h3, .surgery .departments h3, .surgery .surgery_hospitals h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.surgery .surgical_solutions h4, .surgery .departments h4, .surgery .surgery_hospitals h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.surgery .experienced_doctors h3 {
	width: 100%;
	float: left;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}
.surgery .experienced_doctors h3 span {
	width: 100%;
	float: left;
	font-family: 'Arial CE', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #252525;
	text-transform: uppercase;
}
.surgery .experienced_doctors h4 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.surgery .surgery_hospitals h3 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.surgery .surgery_hospitals h3 .badge i {
    font-size: 7px;
}
.surgery .swiper_button_center {
    margin-top: -80px;
}
.surgery .viewall_btn {
	font-size: 18px;
	font-weight: 500;
	background-color: #EAEAEA;
	color: #616161;
	border: 2px solid #EAEAEA;
}
.surgery .viewall_btn:hover {
	background-color: transparent;
	box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.06);
}
/***************************** pharmacy_store *****************************/
.pharmacy_store, .pharmacy_product {
    padding: 60px 0;
}
.pharmacy_store h1, .pharmacy_store h2, .pharmacy_product h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.pharmacy_store h5, .pharmacy_product h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.pharmacy_store h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.pharmacy_store h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pharmacy_store h4 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.pharmacy_store h4 .badge i {
    font-size: 7px;
}
.pharmacy_store h6 {
	font-family: 'Arial CE', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}
.pharmacy_store h6 i {
	font-size: 18px;
}
.pharmacy_product h3 {
	font-size: 15px;
    font-weight: 500;
    color: #252525;
	line-height: normal;
}
.pharmacy_product h4 {
	font-size: 15px;
    font-weight: 400;
    color: #616161;
}
.pharmacy_product h6 {
	font-family: 'Arial CE', sans-serif;
	font-size: 20px;
    font-weight: 500;
    color: #000;
}
.pharmacy_product h6 span {
	font-size: 15px;
    font-weight: 400;
    color: #616161;
}
.pharmacy_store .swiper_button_center {
	margin-top: -115px;
}
/***************************** pharmacy_details *****************************/
.pharmacy_details h1 {
	font-size: 30px;
    font-weight: 500;
    color: #252525;
}
.pharmacy_details_img {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.pharmacy_details h2 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #616161;
}
.pharmacy_details h2 span {
    font-family: 'Arial CE', sans-serif;
    color: #000;
}
.pharmacy_details h4 {
	font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.pharmacy_details ul li {
    font-family: 'Arial CE', sans-serif;
    color: rgba(27, 27, 27, 0.5);
    font-weight: 400;
    font-size: 20px;
}
.pharmacy_details_color {
	width: 50px;
	height: 50px;
	box-shadow: inset 0 0 0 4px #fff;
	cursor: pointer;
}
/***************************** similar_pharmacy_store *****************************/
.similar_pharmacy_store h2 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.similar_pharmacy_store h3 {
	font-size: 15px;
    font-weight: 500;
    color: #252525;
	line-height: normal;
}
.similar_pharmacy_store h4 {
	font-size: 15px;
    font-weight: 400;
    color: #616161;
}
.similar_pharmacy_store h6 {
	font-family: 'Arial CE', sans-serif;
	font-size: 20px;
    font-weight: 500;
    color: #000;
}
.similar_pharmacy_store h6 span {
	font-size: 15px;
    font-weight: 400;
    color: #616161;
}
/***************************** cart *****************************/
.cart h1 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.cart h4 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #616161;
}
.cart_product_img {
	width: 135px;
}
.cart_product h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cart_product h5 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #616161;
}
.cart_product h5 span {
    font-family: 'Arial CE', sans-serif;
    color: #000;
}
.cart_qty .input-qty {
    max-width: 50px;
    text-align: center;
    border: none;
    color: #070707;
    font-size: 14px !important;
    font-weight: 400;
}
.cart_qty button {
	width: 50px;
    height: 50px;
    font-family: 'Arial CE', sans-serif;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
}
.qty-btn-minus, .qty-btn-plus {
	border: 1px solid #8E8F94;
}
/***************************** mini_order_summary *****************************/
.mini_order_summary h2 {
	font-size: 24px;
    font-weight: 600;
    color: #070707;
}
.mini_order_summary h3 p {
	font-size: 14px;
    font-weight: 400;
    color: #070707;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.mini_order_summary h3 span {
	font-size: 14px;
    font-weight: 500;
    color: #070707;
}
.mini_order_summary h5 p {
	font-size: 14px;
    font-weight: 400;
    color: #8E8F94;
}
.mini_order_summary h5 span {
	font-size: 14px;
    font-weight: 500;
    color: #8E8F94;
}
.mini_order_summary h6 p {
	font-size: 14px;
    font-weight: 600;
    color: #070707;
}
.mini_order_summary_box {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/***************************** payment_method *****************************/
.payment_method h1 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.payment_method h4 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #616161;
}
.payment_method_box h3 {
    font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.payment_method_box input {
    right: -40px;
    position: relative;
}
.payment_method_box label {
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
    padding: 30px 30px 30px 50px;
	background: #fff;
	border: 1px solid #EAEAEA;
	display: flex;
	cursor: pointer;
}
.payment_method_box label img {
    height: 20px !important;
}
.payment_method_box .form-check-input:checked+label {
    background: rgba(0, 184, 197, 0.1);
	border: 1px solid #00B8C5;
}
/***************************** checkout *****************************/
.checkout h1 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.checkout_box h2 {
    font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.checkout_box h3 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
	letter-spacing: 1px;
}
.checkout h4 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #616161;
}
.checkout_box label, .checkout_box h4 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.checkout_box h5 {
    font-family: 'Arial CE', sans-serif;
    color: #ADA7A7;
    font-weight: 400;
    font-size: 16px;
	line-height: 24px;
}
.checkout_box input {
    height: 50px;
}
/***************************** order_summary *****************************/
.order_summary h1 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.order_summary h4 {
	width: 100%;
	float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #616161;
}
.order_summary_box1 h2, .order_summary_box2 h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1B1B1B;
}
.order_summary_box1 h3 p, .order_summary_box2 h5, .order_summary_box2 h5 span, .order_summary_box2 h6 p {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #8E8F94;
}
.order_summary_box1 h3 span, .order_summary_box2 h6 span {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #070707;
	text-align: right;
}
.order_summary_box1 h3 span i {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #8E8F94;
}
.order_summary_box2 h3 a {
	font-size: 20px;
    font-weight: 500;
    color: #1B1B1B;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.order_summary_box2 h4 {
	font-size: 20px;
    font-weight: 500;
    color: #1B1B1B;
}
.order_summary_box2_img {
	width: 120px;
}
/***************************** home_care *****************************/
.home_care {
    padding: 60px 0;
}
.home_care h1, .home_care h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.home_care h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.home_care h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.home_care h3 .badge {
	height: 20px;
	font-family: 'Arial CE', sans-serif;
	color: #fff;
    font-weight: 500;
    font-size: 12px;
	align-items: center;
    display: flex;
    width: fit-content;
}
.home_care h3 .badge i {
    font-size: 7px;
}
.home_care h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home_care .swiper1_button_center {
	margin-top: -115px;
}
.home_care .swiper_button_center {
	margin-top: -80px;
}
/***************************** about *****************************/
.about h1, .about h2 {
    font-family: 'Arial CE', sans-serif;
	font-size: 20px;
    font-weight: 400;
    color: #252525;
}
.about h3, .our_values h2 {
	font-size: 30px;
    font-weight: 600;
    color: #000;
}
.about h4 {
	font-size: 28px;
    font-weight: 500;
    color: #252525;
}
.about h5 {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #4f4f4f;
	line-height: 26px;
}
.about_bg_img {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about_bg, .our_values_box {
	background: #E5ECEE;
}
.our_values h3 {
	font-family: 'Arial CE', sans-serif;
	font-size: 24px;
    font-weight: 400;
    color: #252525;
}
.our_values h5 {
    font-family: 'Arial CE', sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
	line-height: 24px;
}
/***************************** blogs *****************************/
.blogs_title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.blogs_title h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.blogs h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.blogs h4 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blogs h6 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 13px;
}
.blogs .readnow_btn {
    font-family: 'Arial CE', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #00929B;
}
.blogs .readnow_btn:hover i {
    margin-left: 10px;
}
/***************************** blog_details *****************************/
.blog_details h2 {
    font-size: 24px;
    font-weight: 500;
    color: #030303;
	line-height: normal;
}
.blog_content p, .blog_content ul li {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.blog_content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.blog_details h6 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 13px;
}
.recent_blog {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.recent_blog h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.recent_blog h5 {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/***************************** contact *****************************/
.contact h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.contact h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
.contact h4 {
    width: 100%;
    float: left;
    font-family: 'Arial CE', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}
.contact .contact_address {
    font-family: 'Arial CE', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
	padding-left: 33px;
}
.contact .contact_address i {
	width: 20px;
    color: #252525;
	text-align: center;
}
.contact .contact_address:before {
	width: 10px;
	display: inline-block;
    margin-left: -44px;
    content: "";
}
.contact .contact_address:hover {
	color: #00B8C5;
}
.contact .social_media i {
	color: #252525;
}
.contact_form {
	background: #D9D6F8;
}
/***************************** my_account *****************************/
.my_account .side_menu {
	border-right: 1px solid #e9e9e9;
}
.my_account .side_menu .side_menu_btn {
	width: 100%;
	float: left;
	font-size: 16px;
    font-weight: 400;
    color: #252525;
	background: #fff;
}
.my_account .side_menu .side_menu_btn:hover, .my_account .side_menu .side_menu_btn.active {
    font-weight: 400;
    color: #007DFC;
	background: #E6F2FF;
}
.my_account h1 {
    font-size: 25px;
    font-weight: 600;
    color: #1B1B1B;
}
.my_account_modal .cancel_btn {
    background-color: #EAEAEA;
    color: #616161;
    border: 2px solid #EAEAEA;
}
.my_account_modal .cancel_btn:hover {
    border: 2px solid #c1c1c1;
}
.my_account_modal input[type="date"]::-webkit-calendar-picker-indicator {
    background: #fff url("../images/booking_calendar.svg") no-repeat;
}
.my_account_modal h4 {
	font-family: 'Arial CE', sans-serif;
	color: #60656a;
    font-size: 14px;
    font-weight: 400;
	background: #E6F2FF;
}
.my_account_pdf .my_account_pdf_btn {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
}
.my_account_pdf:hover .my_account_pdf_btn {
	opacity: 1;
}
.my_account .nav-link {
	font-family: 'Arial CE', sans-serif;
	color: #252525;
    font-size: 14px;
    font-weight: 400;
}
.my_account .nav-link.active {
	font-family: 'Arial CE', sans-serif;
	color: #007DFC;
	border-bottom: 1px solid #007DFC !important;
}
.side_menu .send_btn i {
    font-size: 18px;
}
.my_account .edit_btn, .my_account_modal .view_btn {
	width: 70px;
    text-align: center;
	color: #252525;
    font-size: 12px;
    font-weight: 500;
	justify-self: end;
}
.my_account .edit_btn:hover, .my_account_modal .view_btn:hover {
	border-color: #00B8C5 !important;
}
.my_account .delete_btn, .my_account_modal .delete_btn {
	width: 80px;
    text-align: center;
	color: #FF0000;
    font-size: 12px;
    font-weight: 500;
	justify-self: end;
	border-color: #ffcccc !important;
}
.my_account .delete_btn:hover, .my_account_modal .delete_btn:hover {
	border-color: #f00 !important;
}
.my_profile h2 {
    font-size: 24px;
    font-weight: 500;
    color: #252525;
}
.my_profile h5 {
    font-family: 'Arial CE', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8E8F94;
}
.my_profile h5 span {
    font-family: 'Arial CE', sans-serif;
    font-size: 16px;
    color: #070707;
}
.my_profile .profile_img {
	width: 125px;
}
.my_profile h4, .medical_records h3, .my_account_modal h3 {
    font-family: 'Arial CE', sans-serif;
	color: #070707;
    font-size: 18px;
    font-weight: 400;
}
.my_profile h4 span {
    font-family: 'Arial CE', sans-serif;
	color: #6A6A6A;
    font-size: 14px;
    font-weight: 400;
	line-height: 28px;
}
.medical_records h4 {
	min-width: max-content;
    font-family: 'Arial CE', sans-serif;
	color: #6a6a6a;
    font-size: 15px;
    font-weight: 400;
}
.appointments h3 {
	font-family: 'Arial CE', sans-serif;
	color: #070707;
    font-size: 18px;
    font-weight: 400;
	background: #E6F2FF;
}
.appointments h4 {
	font-family: 'Arial CE', sans-serif;
	color: #393939;
    font-size: 16px;
    font-weight: 400;
}
.medical_orders h3 a {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.medical_orders h5 {
	width: 100%;
	float: left;
    font-size: 18px;
    font-weight: 400;
    color: #616161;
}
.medical_orders h5 span {
    color: #000;
}
.medical_orders h6 {
	width: 100%;
	float: left;
    font-size: 16px;
    font-weight: 400;
    color: #8E8F94;
}
.medical_orders h6 span {
    color: #070707;
}
.medical_orders .download_invoices_btn {
	font-family: 'Arial CE', sans-serif;
    color: #007DFC;
    font-size: 16px;
    font-weight: 400;
}
.medical_orders_img {
	width: 135px;
}
/***************************** privacy_policy, terms_conditions *****************************/
.privacy_policy h1, .terms_conditions h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.privacy_policy h3, .terms_conditions h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.privacy_policy p, .privacy_policy ul li, .privacy_policy ol li, .terms_conditions p, .terms_conditions ul li, .terms_conditions ol li {
    font-family: 'Arial CE', sans-serif;
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
/***************************** breadcrumb *****************************/
.breadcrumb-item {
    font-family: 'Arial CE', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: #00929B !important;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Arial CE', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	color: #252525;
}
/***************************** not_found *****************************/
.not_found img {
	width: 500px;
}
.not_found h4 {
    font-size: 18px;
    color: #252525;
	text-align: center;
    line-height: 28px;
}
/*******************************videobtn*******************************/
.videobtn {
	width: 60px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:15px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#00B8C5;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #00B8C5;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #fff !important;
}
.swiper-button-next, .swiper-button-prev {
	color: #757575 !important;
	box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.06) !important;
	padding: 25px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 14px !important;
    font-weight: bolder;
}

@media (min-width: 200px) and (max-width: 1399.98px) {
	.menu_bg {
		height: 90px;
	}
	.banner, .inner_head {
		margin-top: 90px;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {

}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.hm_blog h3, .doctor_blogs h3, .blog_details h2 {
		font-size: 20px;
	}
	.hm_blog h4 {
		font-size: 16px;
	}
	.callus_bg h2 {
		font-size: 30px;
	}
	.download_app_bg {
		padding: 40px 40px 0 40px;
	}
	.booking_form {
		padding: 20px 50px;
	}
	.cart_product h3 a, .cart_product h5, .order_summary_box2 h3 a, .order_summary_box2 h4, .medical_orders h5 {
		font-size: 16px;
	}
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.navbar .dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px;
		font-weight: 400;
	}
	.megamenu h5 {
		font-size: 14px;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #dedede;
	}
	.navbar-nav > li > a {
		padding: 8px 0 !important;
		text-align: center;
		margin: 0 0 10px 0;
		justify-content: center;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		background: #fff;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
		height: auto;
        overflow-y: visible;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.home_banner_form {
		width: 96%;
	}
	.banner_form_box {
		margin-top: -20px;
	}
	.inner_banner_form {
		width: 98%;
	}
	.hospital_banner_form, .pharmacy_store_banner_form, .home_care_banner_form {
		width: 100%;
	}
	.banner h2, .hm_section h1, .hm_section h2, .hm_blog h2, .download_app_bg h2, .callus_bg h2, .find_doctors h1, .find_doctors h2, .doctor_details h1, .doctor_overview h2, .doctor_blogs h2, .similar_doctors h2, .testimonials h2, .lab_booking h1, .lab_booking h2, .hospital h1, .hospital h2, .pharmacy_store h1, .pharmacy_store h2, .pharmacy_product h2, .home_care h1, .home_care h2, .surgery .surgical_solutions h1, .surgery .departments h2, .surgery .experienced_doctors h2, .surgery .surgery_hospitals h2, .lab_details h1, .lab_services h2, .lab_packages h2, .similar_lab h2, .blogs_title h1, .privacy_policy h1, .terms_conditions h1, .pharmacy_details h1, .similar_pharmacy_store h2, .cart h1, .payment_method h1, .checkout h1, .order_summary h1, .contact h1, .about h3, .our_values h2, .about h4 {
		font-size: 25px;
	}
	.banner_form_select .banner_form_select_btn, .banner_form input::placeholder, .banner_btn, .blog_content h3, .privacy_policy h3, .terms_conditions h3 {
		font-size: 16px;
	}
	.banner_form_select .options .option .option-text, .callus_bg h4, .booking .send_btn, .booking .cancel_btn, .doctor_details h4, .lab_details h3, .lab_details h6, .medical_orders h6 {
		font-size: 14px;
	}
	.hm_section_box {
    	height: 360px;
	}
	.callus_bg h3, .pharmacy_details h2, .pharmacy_details h4, .payment_method_box h3, .checkout_box h2, .order_summary_box1 h2, .order_summary_box2 h2, .mini_order_summary h2, .contact h3, .our_values h3 {
		font-size: 20px;
	}
	.callus_bg_btn {
    	font-size: 14px;
    	padding: 12px 20px;
	}
	.callus_bg h5 {
		font-size: 10px;
	}
	.download_app_bg {
		padding: 20px 10px 0 10px;
	}
	.hm_blog h3, .hm_section4 h3, .doctor_blogs h3, .doctor_details h3, .similar_doctors h3, .surgery .experienced_doctors h3, .blog_details h2 {
		font-size: 18px;
	}
	.booking_form {
		padding: 20px 15px;
	}
	.side_menu .offcanvas-lg {
		width: 300px !important;
		border-left: none !important;
	}
	.my_account .side_menu {
		border: none;
	}
	.footer_search input {
		background-position: 3% 50%;
	}
	.recent_blog, .doctor_appointment {
		position: static;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.menu_bg .logo img, .s_menu_bg .logo img {
		width: 100px;
	}
	.login_menu, .s_menu_bg .login_menu {
		padding: 10px;
		font-size: 14px;
	}
	.header_profile_img img {
		width: 30px;
		height: 30px !important;
	}
	.menu_bg {
		height: 60px;
	}
	.banner, .inner_head {
		margin-top: 60px;
	}
	.banner h2, .hm_section h1, .hm_section h2, .hm_blog h2, .download_app_bg h2, .callus_bg h2, .find_doctors h1, .find_doctors h2, .doctor_details h1, .doctor_overview h2, .doctor_blogs h2, .similar_doctors h2, .testimonials h2, .lab_booking h1, .lab_booking h2, .hospital h1, .hospital h2, .pharmacy_store h1, .pharmacy_store h2, .pharmacy_product h2, .home_care h1, .home_care h2, .surgery .surgical_solutions h1, .surgery .departments h2, .surgery .experienced_doctors h2, .surgery .surgery_hospitals h2, .lab_details h1, .lab_services h2, .lab_packages h2, .similar_lab h2, .blogs_title h1, .privacy_policy h1, .terms_conditions h1, .pharmacy_details h1, .similar_pharmacy_store h2, .cart h1, .payment_method h1, .checkout h1, .order_summary h1, .order_summary_box1 h2, .order_summary_box2 h2, .contact h1, .my_account h1, .about h3, .our_values h2, .about h4 {
		font-size: 22px;
	}
	.callus_bg h3, .pharmacy_details ul li, .checkout_box h3, .my_profile h4, .medical_records h3, .my_account_modal h3, .appointments h3 {
		font-size: 16px;
	}
	.pharmacy_details h2, .pharmacy_details h4, .payment_method_box h3, .checkout_box h2, .order_summary_box1 h2, .order_summary_box2 h2, .mini_order_summary h2, .contact h3, .my_profile h2, .about h1, .about h2 {
		font-size: 18px;
	}
	.download_app_bg {
		background: #fff;
		border-radius: 0rem;
		padding: 0px;
	}
	.send_btn {
		padding: 8px 15px;
	}
	.doctor_details_img, .lab_details_img, .pharmacy_details_img, .mini_order_summary_box {
		position: static;
	}
	.footer h3 {
		border-bottom: 1px dotted #999;
		padding: 10px 0 20px 0;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.cart_qty button {
    	width: 30px;
    	height: 30px;
	}
	.cart_qty .input-qty {
    	max-width: 30px;
	}
	.cart_product_img, .medical_orders_img {
		width: 105px;
	}
	.order_summary_box1 h3 p, .order_summary_box2 h5, .order_summary_box2 h5 span, .order_summary_box2 h6 p, .order_summary_box1 h3 span, .order_summary_box2 h6 span, .my_profile h5 span, .appointments h4 {
		font-size: 14px;
	}
	.time_slots {
		height: auto;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.banner .container {
		padding: 0;
	}
	.banner .carousel, .inner_banner {
		border-radius: 0px;
		padding: 50px 15px;
	}
	.hm_section_mt {
		top: 0;
		margin-bottom: 0;
		padding: 0 !important;
	}
	.hm_section_box {
		height: auto;
		background: #ffffff;
		padding: 0;
	}
	.hm_section {
		padding: 40px 0;
	}
	.callus_bg img {
		width: 200px;
	}
	.doctor_video_call img {
		width: 40px;
	}
	.footer_search .btn, .cart h4, .checkout h4, .payment_method h4, .order_summary h4 {
		font-size: 14px;
	}
	.cart_qty {
		width: 100%;
	}
	.order_summary_box2 h3 a {
		-webkit-line-clamp: 2;
	}
	.cart_product_img, .order_summary_box2_img, .medical_orders_img {
        width: 80px;
    }
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.otp_fields {
		gap: 4px;
	}
	.otp_fields input {
  		width: 40px;
  		height: 50px;
	}
	.footer ul li a {
		margin: 0 0 18px 0;
	}
	.banner_form input::placeholder, .cart_qty button {
		font-size: 12px;
	}
	.payment_method_box label {
		display: block;
		text-align: center;
		padding: 20px 20px 20px 40px;
		font-size: 14px;
	}
	.payment_method_box input {
		right: -30px;
	}
	.payment_method_box label img {
		width: 100%;
		margin-top: 10px;
	}
	.cart_product h3 a, .cart_product h5, .order_summary_box2 h3 a, .order_summary_box2 h4, .checkout_box label, .medical_orders h5 {
        font-size: 14px;
    }
	.xsm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.login_menu {
		display: none;
	}
	.social_media a {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.xxsm-100 {
		width: 100%;
	}
}
.booking h4
{
    font-size: 20px !important;
}

