/* Reset default styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

/* Basic typography */
body {
font-family: "Outfit", sans-serif;
line-height: 1.6;
color: #0A044B;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Outfit", sans-serif;
margin: 0;
}

a {
text-decoration: none;
color: #0A044B;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

p {
color: #000;
}

.text-red{
	display: block;
    color: #DC2626;
}
/* css */

.mb_header_nav {
	/* position: unset; */
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}

.scrolled_header {
background: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
left: 0;
}
.nav_logo_btn a {
	display: block;
	padding: 0;
	margin: 0;
}
.nav_logo_btn a img{
	height: 42px;
}
#navbarSupportedContent ul li a {
font-size: 16px;
margin: 0 5px;
padding: 8px 12px;
}

.header_right a {
height: 46px;
width: 160px;
background: #DC2626;
font-size: 16px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 35px;
}

.header_right a img {
height: 14px;
margin: 0px 0 0 19px;
position: relative;
top: 1px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.header_right a:hover {
background: #0161A3;
color: #fff;
}

.header_right a:hover img {
margin: 0 0 0 5px;
}

.blue_cross_logo {
height: 58px;
margin-left: 25px;
padding-left: 25px;
border-left: 1px solid #0000001c;
}

.banner_content {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
}

.banner_content h1 {
font-size: 70px;
font-weight: 200;
line-height: 1.2;
}

.banner_content h1 span {
font-weight: 500;
}

.banner_content p {
font-size: 17px;
margin-top: 25px;
}
.earth_image {
	background: #1f7af233;
	display: inline-flex;
	padding: 12px;
	border-radius: 0 10px 10px 0;
	border-left: 5px solid #1f7af2;
	align-items: center;
	gap: 20px;
}
.earth_image p{
	margin: 0;
}
/* .highliht_bnr_text {
	background: #1f7af233;
	display: inline-block;
	padding: 12px;
	border-radius: 0 10px 10px 0;
	border-left: 5px solid #1f7af2;
} */
.banner_content a {
width: 200px;
height: 57px;
display: flex;
align-items: center;
justify-content: center;
background: #1F7AF2;
border-radius: 35px;
color: #fff;
font-size: 17px;
font-weight: 500;
margin-top: 40px;
}

.banner_content a img {
margin: 0 0 0 15px;
position: relative;
top: 2px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.banner_content a:hover {
background: #DC2626;
color: #fff;
}

.banner_content a:hover img {
margin: 0 0 0 5px;
}

.home-sec-b {
background: url(/frontend_assets/images/gradient_bg.svg) no-repeat center center;
background-size: cover;
background-position: center center;
border-radius: 30px;
position: relative;
top: -20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}

.title_h2 {
font-size: 56px;
}

.home-sec-b p {
color: #fff;
font-weight: 300;
font-size: 26px;
line-height: 1.3;
margin: 25px 0;
}

.why_meftal_list_box {
gap: 30px;
margin: 36px 0;
}

.why_meftal_list_box figure {
width: 65px;
height: 65px;
min-width: 65px;
max-width: 65px;
max-height: 65px;
min-height: 65px;
background: #F1F2F5;
display: flex;
align-items: center;
justify-content: center;
border-radius: 15px;
margin: 0;
}

.why_meftal_list_box h6 {
font-size: 22px;
color: #fff;
margin: 0;
font-weight: 400;
}

.why_meftal_list_box p {
margin: 5px 0 0 0;
font-size: 17px;
font-weight: 200;
}

.why_meftal_list {
padding-left: 50px;
}

.btn_all_style {
width: 167px;
height: 49px;
display: flex;
align-items: center;
background: #DC2626;
justify-content: center;
font-size: 17px;
color: #fff;
border-radius: 35px;
margin: 45px 0 0 0;
}

.btn_all_style img {
height: 14px;
margin: 0 0 0 15px;
position: relative;
top: 2px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.btn_all_style:hover {
background: #0161A3;
color: #fff;
}

.btn_all_style:hover img {
margin: 0 0 0 5px;
}

.pataient_corner_main {
gap: 106px;
}

.pataient_corner_image {
gap: 20px;
flex: 1;
}

.pataient_corner_content {
flex: 1;
}

.pataient_corner_image img {
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}

.pataient_corner_image_two img {
margin: 0 0 20px 0;
}

.pataient_corner_image_one {
margin: 40px 0 0 0;
}

.pataient_corner_content span {
display: inline-flex;
color: #242C35;
background: #F1F2F5;
font-size: 17px;
padding: 7px 25px;
border-radius: 30px;
margin: 0 0 12px 0;
}

.pataient_corner_content p {
color: #242C35;
font-size: 17px;
font-weight: 200;
margin: 25px 0 0 0;
}

.home-sec-d p {
font-size: 17px;
margin: 0;
font-weight: 400;
}

.hcp_corner_main {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 0 10px;
justify-content: center;
}

.hcp_corner_item {
width: 49.5%;
display: flex;
/* align-items: center; */
gap: 10px;
}

.hcp_corner_item figure {
margin: 0;
flex: 1;
min-width: 49%;

}

.hcp_corner_item figure img {
border-radius: 24px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-ms-border-radius: 24px;
-o-border-radius: 24px;
overflow: hidden;
width: 100%;
}

.hcp_corner_item figcaption {
margin: 0;
flex: 1;
padding: 50px;
border-radius: 24px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-ms-border-radius: 24px;
-o-border-radius: 24px;
min-width: 49%;
}

.hcp_corner_item_one figcaption {
background: #EDF2FA;
}

.hcp_corner_item_two figcaption {
background: #092075 url(/frontend_assets/images/hcp_bg_shade.svg) no-repeat center center;
background-size: 150px;
background-position: right bottom;
}

.hcp_corner_item_three figcaption {
background: #004394 url(/frontend_assets/images/hcp_bg_shade.svg) no-repeat center center;
background-size: 150px;
background-position: right bottom;
}

.hcp_corner_item p {
font-size: 22px;
font-weight: 200;
}

.hcp_corner_item_two figcaption p,
.hcp_corner_item_three figcaption p {
color: #fff;
}

#accordionWhy_choose button {
outline: none;
box-shadow: none;
padding: 15px 0;
border: none;
font-size: 22px;
line-height: 24px;
font-weight: 500;
background-color: transparent;
position: relative;
}

#accordionWhy_choose .accordion-item {
background-color: transparent;
border: none;
border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
margin-bottom: 20px;
}

#accordionWhy_choose .accordion-body {
padding: 10px 0;
}

#accordionWhy_choose .accordion-body p,
#accordionWhy_choose .accordion-body ul li {
font-weight: 200;
font-size: 17px;
margin: 0 0 12px 0;
}

#accordionWhy_choose .accordion-body ul {
list-style: disc;
list-style-position: inside;
}

#accordionWhy_choose .accordion-body a {
font-weight: 400;
font-size: 17px;
color: #1F7AF2;
display: inline-flex;
align-items: center;
}

#accordionWhy_choose .accordion-body a img {
position: relative;
top: 2px;
left: 6px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

#accordionWhy_choose .accordion-body a:hover img {
left: 10px;
}

#accordionWhy_choose {
padding-right: 75px;
}

.our_product_item {
padding: 20px;
background: #EDF2FA;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.our_product_item h6 img {
	width: auto;
	height: 55px;
	margin: 25px 0 15px 0;
	display: block;
}
.productdetails_box_content h2 img {
	height: 85px;
}
.our_product_item figure {
background: #fff;
height: 320px;
border-radius: 20px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}

.our_product_item figcaption h6 {
font-size: 22px;
font-weight: 400;
}

.our_product_item figcaption p {
font-size: 15px;
color: #242C35A1;
}

.our_product_item figcaption a {
color: #1F7AF2;
font-size: 17px;
font-weight: 500;
}

.our_product_item figcaption a img {
position: relative;
top: -1px;
margin-left: 5px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.our_product_item figcaption a:hover img {
margin-left: 10px;
}

.swiper_product_nav .swiper-button-next,
.swiper_product_nav .swiper-button-prev {
position: unset;
width: 50px;
height: 50px;
border: 1px solid #0B031F;
border-radius: 50%;
margin: 0 0 0 10px;
}

.swiper_product_nav .swiper-button-next::after,
.swiper_product_nav .swiper-button-prev::after {
display: none;
}

.swiper_product_nav {
display: flex;
align-items: center;
}

.swiper_product_nav .swiper-button-prev {
background: url(/frontend_assets/images/left.svg) no-repeat center center;
}

.swiper_product_nav .swiper-button-next {
background: url(/frontend_assets/images/right.svg) no-repeat center center;

}

#accordionFaq {
max-width: 1130px;
margin: 0 auto;
width: 100%;
}

.home-sec-g_inr {
background: url(/frontend_assets/images/gradient_bg.svg) no-repeat center center;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
background-position: center center;
background-size: cover;
position: relative;
}

#accordionFaq {
background: transparent;
}

#accordionFaq .accordion-item {
background: transparent;
border: none;
}

#accordionFaq .accordion-item button {
background: transparent;
border-bottom: 1px solid #fff3;
outline: none;
box-shadow: none;
color: #fff;
font-size: 18px;
padding: 18px 0;
}

#accordionFaq .accordion-button::after {
background: url(/frontend_assets/images/faq_arrow.svg) no-repeat center center;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #ffffff3d;
background-size: 17px;
background-position: center center;
}

#accordionFaq .accordion-button:not(.collapsed)::after {
background: url(/frontend_assets/images/faq_arrow.svg) no-repeat center center;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid white;
background-size: 17px;
background-position: center center;
}

#accordionFaq .accordion-body {
padding: 20px 0 0 0;
}

#accordionFaq .accordion-body ul {
padding: 0;
margin: 0;
list-style-position: inside;
}

#accordionFaq .accordion-body ul li,
#accordionFaq .accordion-body p {
font-weight: 200;
font-size: 17px;
color: #fff;
margin: 5px 0;
}

.home-sec-g {
position: relative;
}

.home-sec-g::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 125px;
background: #070e45;
z-index: -1;
}

/* pataient */
.pataient_a_main {
gap: 137px;
}

.pataient_a_box {
flex: 1;
}

.pataient_a_box ul {
margin: 0;
padding: 0;
list-style: none;
}

.pataient_a_box ul li {
font-size: 17px;
margin: 15px 0;
color: #242C35;
position: relative;
padding-left: 30px;
}

.pataient_a_box ul li::after {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 18px;
height: 18px;
background: url(/frontend_assets/images/pataient_mark.svg) no-repeat center center;
background-size: cover;
}

.pataient_a_box p {
background: rgba(255, 197, 197, 0.43);
font-size: 14px;
padding: 12px;
color: #DC2626;
text-align: center;
margin: 40px 0 0 0;
border-radius: 7px;
border: 1px solid #FEF2F2;
}

.paaient_a h6 {
font-size: 22px;
font-weight: 400;
}

.section-five-content {
max-width: 1029px;
margin: 0 auto;
width: 100%;
gap: 30px;
}

.section-five-box {
flex: 1;
padding: 10px 30px;
border-radius: 14px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
}

.colour_two {
background: #FEF2F2;
border: 1px solid #FCDFDF;
}

.section-five-box h2 {
font-size: 23px;
font-weight: 600;
margin: 0 0 32px 0;
}

.section-five-box ul {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
}

.section-five-box ul li {
font-size: 17px;
font-weight: 400;
margin: 25px 0;
padding-left: 40px;
position: relative;
color: #242C35;
}

.colour_two ul li::before {
content: '';
position: absolute;
left: 0;
background: url(/frontend_assets/images/dont_cross.svg) 0 0 no-repeat;
width: 25px;
height: 25px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
background-size: 100%;
}

.colour_one {
background: #F0FDF4;
border: 1px solid #BBEBCA;
}

.colour_one ul li::before {
content: '';
position: absolute;
left: 0;
background: url(/frontend_assets/images/do_right.svg) 0 0 no-repeat;
width: 25px;
height: 25px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
background-size: 100%;
}

.ftr_sec_c {
display: flex;
justify-content: space-between;
padding: 25px 0;
}

.ftr_sec_c p {
color: #ffffff80;
font-size: 16px;
font-weight: 300;
margin: 0;
}

.ftr_sec_c ul li a {
color: #ffffff80;
font-size: 16px;
font-weight: 300;
margin: 0 0 0 31px;
}

.ftr_sec_c ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
}

.paaient_a {
background: url(/frontend_assets/images/shade_two.svg) no-repeat center center;
background-position: center right;
background-size: 800px;
}

.paaient_a img {
border-radius: 24px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-ms-border-radius: 24px;
-o-border-radius: 24px;
}

/* pataient */

/* fever */
.what_is_fever_boxes_main {
gap: 17px;
}

.what_fever_box {
padding: 35px;
background: #EDF2FA;
border-radius: 18px;
flex: 1;
}

.what_fever_box figure {
width: 65px;
height: 65px;
border-radius: 15px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.what_fever_box h3 {
font-size: 22px;
margin: 25px 0 12px 0;
}

.what_fever_box p {
margin: 0;
color: #242C35;
font-size: 17px;
font-weight: 200;
}

.fever-b {
background: url(/frontend_assets/images/gradient_bg.svg) no-repeat center center;
background-size: cover;
background-position: center center;
border-radius: 30px;
position: relative;
top: -20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}

.list_style li {
font-size: 17px;
margin: 15px 0;
color: #fff;
position: relative;
padding-left: 30px;
}

.list_style li::after {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 18px;
height: 18px;
background: url(/frontend_assets/images/pataient_mark.svg) no-repeat center center;
background-size: cover;
}

.fever-b .btn_all_style {
width: 234px;
height: 52px;
}

.video_fever {
max-width: 930px;
margin: 0 auto;
display: block;
width: 100%;
}
.video_fever_100{
	max-width: 100%;
}
.video_fever video{
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}

.video_fever span {
display: block;
color: #dc2626;
font-size: 15px;
font-weight: 500;
margin: 10px 0 0 0;
}

.fever_d_inr {
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
background-image: linear-gradient(to right bottom, #092075, #153593, #1c4bb2, #2062d2, #1f7af2);
}

.fever-d::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 85px;
background: #070e45;
z-index: -1;
}

.fever_d_btn {
display: flex;
justify-content: center;
max-width: 1067px;
width: 100%;
gap: 40px;
margin: 0 auto;
}

.fever_d_btn_box {
display: flex;
flex: 1;
background: #EDF2FA;
padding: 15px;
border-radius: 14px;
align-items: center;
}

.fever_d_btn_box figure {
margin: 0 20px 0 0;
width: 50px;
min-width: 50px;
max-width: 50px;
height: 50px;
min-height: 50px;
max-height: 50px;
background: #fff;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.fever_d_btn_box figcaption {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}

.fever_d_btn_box figcaption h6 {
font-size: 20px;
}

.fever_d_btn_box figcaption a {
background: #DC2626;
width: 40px;
min-width: 40px;
max-width: 40px;
height: 40px;
min-height: 40px;
max-height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.fever_d_btn_box:hover figcaption a {
background: #070E45;
}

.during_fever {
background: #EDF2FA url(/frontend_assets/images/grey_shade.svg) no-repeat center center;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
background-size: auto;
background-position: right bottom;
}

.during_fever_list {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.during_fever_list_box {
width: 48%;
margin: 10px 0;
display: flex;
align-items: center;
}

.during_fever_list_box figure {
margin: 0 20px 0 0;
width: 50px;
min-width: 50px;
max-width: 50px;
height: 50px;
min-height: 50px;
max-height: 50px;
background: #fff;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.during_fever_list_box h6 {
font-size: 17px;
}

.during_fever p {
font-size: 17px;
margin: 25px 0;
font-weight: 200;
}

/* fever */

/* Faqs */
.faqs_tabs {
display: flex;
justify-content: space-between;
gap: 118px;
align-items: flex-start;
}

#Faqs_tab {
width: 30%;
min-width: 30%;
max-width: 30%;
}

#Faqs_tabContent {
width: 60%;
min-width: 60%;
max-width: 60%;
}

#Faqs_tab {
border: 1px solid #303D5426;
border-radius: 35px;
display: flex;
justify-content: space-between;
gap: 10px;
padding: 12px;
}

#Faqs_tab li {
flex: 1;
text-align: center;
}

#Faqs_tab li button {
border: none;
text-align: center;
width: 100%;
background: transparent;
font-size: 17px;
border-radius: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
-o-border-radius: 35px;
color: #242C35;
padding: 11px 5px;
}

#Faqs_tab li button.active {
background: #1F7AF2;
color: #fff;
}

#Faqs_tabContent .accordion-item {
background: transparent;
border: none;
}

#Faqs_tabContent .accordion .accordion-item button {
background: transparent;
border-bottom: 1px solid #0A044B1C;
outline: none;
box-shadow: none;
color: #0A044B;
font-size: 18px;
padding: 18px 0;
}

#Faqs_tabContent .accordion-body {
padding: 20px 0 0 0;
}

#Faqs_tabContent .accordion-body ul li,
#Faqs_tabContent .accordion-body p {
font-weight: 200;
font-size: 17px;
color: #0A044B;
margin: 5px 0;
}

#Faqs_tabContent .accordion-button::after {
background: url(/frontend_assets/images/faq_arroww_blue.svg) no-repeat center center;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #0A044B21;
background-size: 17px;
background-position: center center;
}

#Faqs_tabContent .accordion-button:not(.collapsed)::after {
background: url(/frontend_assets/images/faq_arroww_blue.svg) no-repeat center center;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #0A044B;
background-size: 17px;
background-position: center center;
}

/* Faqs */

/* contact */
.contact_left_box ul {
max-width: 462px;
background: #EDF2FA;
padding: 30px;
border-radius: 18px;
}

.contact_left_box ul li {
display: flex;
margin: 25px 0;
gap: 15px;
}

.contact_left_box ul li,
.contact_left_box ul li a {
color: #0A044B;
font-size: 17px;
line-height: 17px;
}

.contact_left_box ul li span {
width: 20px;
min-width: 20px;
max-width: 20px;
margin-right: 10px;
}

.contact_left_box h2 {
font-size: 32px;
}

.contact_left_box p {
font-size: 17px;
font-weight: 200;
margin: 12px 0 45px 0;
}

.contact_right_box {
padding: 50px;
box-shadow: 0 12px 50.7px 0 #110B2D1F;
border-radius: 18px;
}

.contact_right_box h2 {
font-size: 32px;
}

.contact_right_box p {
font-size: 15px;
margin: 12px 0 25px 0;
}

.contact_right_box .form-control {
border: none;
border-bottom: 1px solid rgba(36, 44, 53, 0.21);
border-radius: 0;
padding: 12px 0;
font-size: 14px;
color: #242C35;
outline: none;
box-shadow: none;
margin: 15px 0 0 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;

}
.contact_right_box select.form-control {
background: #fff url(/frontend_assets/images/select-down-arrow.png) 0 0 no-repeat;
background-size: 25px;
background-position: 100% 50%;
}

.contact_right_box .form-control::placeholder {
color: #242C35;
opacity: 1;
}

.contact_right_box .btn_all_style {
border: none;
/* margin: 0 0 0 0; */
outline: none;
box-shadow: none;
}

/* contact */

/* doctor-corner */
.table_box_head {
display: flex;
background: #1F7AF2;
border-radius: 12px;
}

.table_box_head h6 {
flex: 1;
padding: 20px 20px;
color: #fff;
font-size: 14px;
}

.table_row ul {
display: flex;
justify-content: space-between;
}

.table_row ul li {
flex: 1;
padding: 20px 20px;
font-size: 16px;
color: #242C35;
}

.table_row {
border-bottom: 1px solid rgba(10, 4, 75, 0.18);
}

.doctor_corner_a_table {
max-width: 1028px;
margin: 0 auto;
width: 100%;
}

.doctor_corner_a_table span, .doctor_corner_a_table p.reference {
display: block;
color: #DC2626;
font-size: 17px;
margin: 15px 0 0 0;
}

.doctor_corner_b {
background: #EDF2FA;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}

.pathogenesis_of_fever_box p {
font-size: 17px;
font-weight: 300;
margin: 0;
}

.pathogenesis_of_fever_box {
max-width: 625px;
width: 100%;
}

.pathogenesis_of_fever_box ul {
display: flex;
gap: 30px;
margin: 25px 0;
}

.pathogenesis_of_fever_box ul li {
font-size: 17px;
margin: 15px 0;
color: #242C35;
position: relative;
padding-left: 30px;
flex: 1;
}

.pathogenesis_of_fever_box ul li::after {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 18px;
height: 18px;
background: url(/frontend_assets/images/pataient_mark.svg) no-repeat center center;
background-size: cover;
}

.border_radius_22 {
border-radius: 22px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
}

.exogenous_pyrogens_main {
display: flex;
gap: 90px;
}

.exogenous_pyrogens_box {
flex: 1;
}

.exogenous_pyrogens_box_white {
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
background: #fff;
padding: 21px;
}

.exogenous_pyrogens_box h6 {
font-size: 22px;
color: #fff;
text-align: center;
padding: 15px;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
margin: 0 0 30px 0;
}

.exogenous_pyrogens_box_title_a {
background: #1F7AF2;
}

.exogenous_pyrogens_box_title_b {
background: #004394;
}

.exogenous_pyrogens_content p {
font-size: 17px;
font-weight: 300;
}

.exogenous_pyrogens_content span{
display: block;
color: #DC2626;
}

.doctor_corner_c p {
font-size: 17px;
font-weight: 300;
}

.inflammasome_activation_img {
max-width: 990px;
margin: 0 auto;
width: 100%;
}

.list_style li strong {
font-weight: 500;
}

.pataient_corner_content_doctor p {
color: #fff;
font-size: 22px;
font-weight: 300;
margin: 15px 0 20px 0;
}

.doctor_fever_e {
margin: 70px 0 0 0 !important;
}

/* doctor-corner */
.custom-header {
background-color: #008cd1 !important;
color: #fff !important;
}

.custom-categories {
background-color: #1f41ae !important;
color: #fff !important;
font-weight: 400;
text-align: center !important;
font-size: 16px;
}

.custom-header-categories {
background-color: #1f41ae !important;
}

.custom-header.custom-header-categories {
vertical-align: middle;
padding: 45px 10px 10px 10px !important;
font-weight: 400;
text-align: center !important;
font-size: 16px;
}

.fever-red {
color: #d32f2f;
font-weight: bold;
}

.table-bordered th,
.table-bordered td {
border: 1px solid #0074c6 !important;
}

.table-bordered th {
font-weight: 400;
text-align: center !important;
font-size: 15px;
}

/* Product-details */
.Products-details {
background: #EDF2FA;
}

.productdetails_box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 97px;
}

.productdetails_box_content {
flex: 1;
}

.productdetails_box_image_box {
flex: 1;
}
.productdetails_box_image_box .disclaimer {
	margin: 15px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.productdetails_box_image {
background: rgba(255,255,255,0.5);
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
padding: 50px;
border-radius: 12px;
}

.Products-details {
padding-top: 50px;
position: relative;
}

/*.Products-details::before {
content: "";
position: absolute;
width: 100%;
height: 73px;
background: #fff;
top: 0;
}
*/
.productdetails_box_content h2 {
font-size: 32px;
}

.productdetails_box_content h6 {
font-size: 22px;
font-weight: 400;
margin: 30px 0 20px 0;
}

.productdetails_box_content li {
font-size: 17px;
margin: 15px 0;
color: #242C35;
position: relative;
padding-left: 30px;
}

.productdetails_box_content li::after {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 18px;
height: 18px;
background: url(/frontend_assets/images/pataient_mark.svg) no-repeat center center;
background-size: cover;
}

.producst_details_tabs #Faqs_tab {
min-width: 55%;
max-width: 55%;
width: 55%;
}

#products_tabContent {
width: 82%;
min-width: 82%;
max-width: 82%;
margin: 0 auto;
}

.product_details_tab_box h6 {
font-size: 17px;
margin: 0 0 10px 0;
}

.product_details_tab_box h6 {
font-size: 17px;
margin: 25px 0 12px 0;
}

/* Product-details */

/* footer */
.page_footer {
background: #070E45;
}

.ftr_left_social {
display: flex;
align-items: center;
}

.ftr_left_social ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
}

.ftr_left_social span {
color: #fff;
text-transform: uppercase;
font-size: 16px;
margin: 0 20px 0 0;
}

.ftr_left_social ul li a {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.08);
margin: 0 3px;
border-radius: 50%;
}

.ftr_sec_a {
display: flex;
align-items: center;
justify-content: space-between;
}

.ftr_left_logo {
width: 350px;
min-width: 350px;
max-width: 350px;
}

.ftr_left_logo figure {
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
}

.news_letter_ftr {
width: 718px;
min-width: 718px;
max-width: 718px;

}

.news_letter_ftr form {
display: flex;
justify-content: space-between;
align-content: center;
}

.news_letter_ftr .form-group {
width: 247px;
min-width: 247px;
max-width: 247px;
}

.news_letter_ftr button {
width: 200px;
min-width: 200px;
max-width: 200px;
}

.news_letter_ftr .form-group .form-control {
border: none;
border-radius: 0;
background: transparent;
color: #fff;
border-bottom: 1px solid #ffffff30;
padding: 15px 0;
outline: none;
box-shadow: none;
font-weight: 200;
font-size: 15px;
}

.news_letter_ftr .form-group .form-control::placeholder {
color: rgba(255, 255, 255, 0.5);
opacity: 1;
}

.news_letter_ftr button {
width: 200px;
min-width: 200px;
max-width: 200px;
border-radius: 35px;
border: none;
background: #1F7AF2;
color: #fff;
font-size: 17px;
height: 57px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.news_letter_ftr button img {
height: 13px;
position: relative;
top: -1px;
right: -10px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.news_letter_ftr button:hover {
background: #DC2626;
color: #fff;
}

.news_letter_ftr button:hover img {
right: -5px;
}

.news_letter_ftr h6 {
color: #fff;
font-size: 16px;
font-weight: 400;
margin: 0 0 20px 0;
}

.ftr_sec_b {
display: flex;
align-items: center;
justify-content: space-between;
}

.ftr_right_menu {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}

.ftr_right_menu li a {
color: #fff;
font-size: 16px;
margin: 0 0 0 30px;
}

.ftr_sec_b {
display: flex;
align-items: center;
justify-content: space-between;
margin: 75px 0 0 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.22);
padding: 0 0 25px 0;
}
#Faqs_tab.contact_tabs {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.clinical_studies_box {
background-size: cover !important;
height: 300px;
overflow: hidden;
margin: 15px 0;
border-radius: 15px;
position: relative;
}
.clinical_studies_box_content {
	position: absolute;
	bottom: 0;
	background: transparent;
	width: 100%;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.clinical_studies_box_content a {
	text-align: center;
	display: block;
	font-size: 18px;
	color: #0A044B;
	font-weight: 600;
}
.blue_cross_logo_mobile{
display: none;
}
.mobile_menu{
display: none;
}
.home_video_pathogen_box video {
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}
.home_video_pathogen_box span {
display: block;
color: #dc2626;
font-size: 15px;
font-weight: 500;
margin: 10px 0 0 0;
}
.home_video_pathogen_sec .title_h2 {
padding: 0 0 0 50px;
}

#journey_tab {
border: 1px solid #303D5426;
border-radius: 35px;
display: flex;
justify-content: space-between;
gap: 10px;
padding: 12px;
max-width: 700px;
margin: 0 auto;
}
#journey_tab li {
flex: 1;
text-align: center;
}
#journey_tab li button {
border: none;
text-align: center;
width: 100%;
background: transparent;
font-size: 17px;
border-radius: 35px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
-o-border-radius: 35px;
color: #242C35;
padding: 11px 5px;
}
#journey_tab li button.active {
background: #004394;
color: #fff;
}
.journeyslidebox {
	width: 75%;
	display: flex;
	align-items: center;
	gap: 50px;
	margin: 30px auto 0;
}
.journeyslideboximage {
min-width: 25%;
max-width: 25%;
width: 25%;
display: flex;
justify-content: center;
align-items: center;
}
.journeyslideboxcontent {
min-width: 75%;
max-width: 75%;
width: 75%;
}
.journeyslideboxcontent {
display: flex;
align-items: center;
gap: 30px;
}
.journeyslideboxcontent p{
margin: 0;
}

.journeyslideboxcontent h2 {
font-size: 118px;
color: #0A044B;
font-weight: 300;
border-top: 1px solid #DC2626;
}
.journeyslideboxcontent p {
font-size: 22px;
font-weight: 200;
color: #242C35;
}
.journey_swiper_prev, .journey_swiper_next {
position: unset;
width: 50px;
height: 50px;
border: 1px solid #0B031F;
border-radius: 50%;
margin: 0 0 0 10px;
}
.journey_swiper_prev {
background: url(/frontend_assets/images/left.svg) no-repeat center center;
}
.journey_swiper_next {
background: url(/frontend_assets/images/right.svg) no-repeat center center;
}
.journeyslidernav {
display: flex;
position: absolute;
bottom: 0;
right: 0;
z-index: 9;
}

.journey-b-box ul li h2 {
font-size: 118px;
color: #0A044B;
font-weight: 300;
border-top: 1px solid #DC2626;
}
.journey-b-box ul li {
display: flex;
align-items: center;
justify-content: center;
margin: 30px 0;
gap: 50px;
justify-content: flex-start;
}

.journey-b-box, .journey-c-box {
max-width: 80%;
margin: 35px auto 0;
}
.journey-b-box ul li figure {
margin: 0;
}
.fever_inr_banner h1{
font-size: 56px;
}
.fever_inr_banner p{
margin: 0;
}
.fever_inr_banner h6 {
font-size: 32px;
font-weight: 300;
}
.mefanic-acid-sec-a p {
text-align: center;
margin: 0;
font-weight: 200;
font-size: 16px;
}

.mefanic-acid-sec-a h6 {
font-size: 25px;
font-weight: 400;
}
.exogenous_pyrogens_content ul {
list-style: disc;
list-style-position: inside;
font-weight: 300;
font-size: 16px;
margin: 15px 0;
}
.exogenous_pyrogens_content span ul {
list-style: decimal;
list-style-position: inside;
font-weight: 300;
font-size: 16px;
margin: 0;
}

.mefanic-acid-d-box img {
width: 100%;
}
.mefanic-acid-d-box a {
display: flex;
position: absolute;
top: 0;
align-items: center;
width: 100%;
height: 100%;
color: #0A044B;
font-size: 30px;
font-weight: 500;
padding: 0 25px;
}
.video_fever img{
width: 100%;
}
.when_fever_manage h6 {
font-size: 32px;
font-weight: 300;
margin: 0 0 15px 0;
}
.when_fever_manage ul li {
font-size: 17px;
font-weight: 200;
margin: 0px 0;
list-style: disc;
list-style-position: inside;
}
.refe_red{
color: #DC2626;
font-size: 17px;
max-width: 75%;
}

.refe_red_2 {
color: #DC2626;
font-size: 16px !important;
max-width: 79% !important;
text-align: left !important;
margin: 0 auto !important;
font-weight: 300 !important;
}
.exogenous_pyrogens_content_b ul{
margin: 5px 0;
}
/* .blink_text {
	position: fixed;
	right: -144px;
	background: #1f7af2;
	z-index: 99;
	transform: rotate(-90deg);
	top: 50%;
	padding: 10px;
} */
.blink_text {
	position: fixed;
	right: 35px;
	bottom: 25px;
	z-index: 3;
	background: #fff;
	padding: 20px 15px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blink_text figcaption {
	font-size: 17px;
	color: #1F7AF2;
	animation: blink 3s linear infinite;
	/* -webkit-animation: blink 3s linear infinite; */
    font-family: "Outfit", sans-serif;
}
/* @keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
} */
.blink_text figure {
	margin: 0;
	background: #EDF2FA;
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	max-height: 60px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 0 10px 0 0;
}
#popup_cross_sticky {
	position: absolute;
	right: 8px;
	top: 2px;
	cursor: pointer;
}
.tabs_btn_sec {
	position: relative;
	background: #1f7af257;
}
.tabs_btn_box {
	position: fixed;
	right: 35px;
	bottom: 140px;
}
.tabs_btn_box a {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1F7AF2;
	border-radius: 50px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin: 5px 0;
	text-align: center;
	line-height: 1.3;
}
.person_name_banner_contact {
	position: absolute;
	background: #1F7AF2;
	padding: 19px;
	color: #fff;
	font-size: 18px;
	border-radius: 12px;
	right: 30%;
	bottom: 13%;
	transform: scale(0);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}
.home_sec_a:hover .person_name_banner_contact {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.home_products_section {
	background: url(/frontend_assets/images/gradient_bg.svg) no-repeat center center;
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

/* Zoom Out Animation */
@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
  100% {
    transform: scale(0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}
}

/* Zoom In Animation */
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}
  100% {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
}

/* Class for zoom-out */
.zoomOut {
  animation: zoomOut 0.5s forwards;
  -webkit-animation: zoomOut 0.5s forwards;
}

/* Class for zoom-in */
.zoomIn {
  animation: zoomIn 0.5s forwards;
  -webkit-animation: zoomIn 0.5s forwards;
}
.product_pdf_btn {
	background: #dc2626;
	color: #fff;
	padding: 11px 25px;
	display: inline-flex;
	margin: 15px 0 0 0;
	border-radius: 35px;
	font-size: 15px;
}
#earth {
	position: relative;
	background-image: url("/frontend_assets/images/world_map.png");
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	/*margin: 3em auto;
	*/background-repeat: repeat;
	background-size: cover;
	transition: transform 200ms linear;
	animation: rotate 15s linear infinite;
	color: #000;
	border-radius: 50%;
	box-shadow: inset 3px 0 28px 6px rgba(0, 0, 0, 1);
	transform-style: preserve-3d;
	-webkit-animation: rotate 15s linear infinite;
	-webkit-transition: transform 200ms linear;
	-moz-transition: transform 200ms linear;
	-ms-transition: transform 200ms linear;
	-o-transition: transform 200ms linear;
}
#earth::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .2;
	border-radius: 50%;
	/* background: radial-gradient(circle at 100px 100px, #fff, #000); */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#earth::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	/* box-shadow: -80px 15px 80px 10px rgba(0, 0, 0, .9) inset; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

@keyframes rotate {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 150px 0;
  }
}
.title_h4 {
	font-size: 32px;
}


#Disclaimer_popup .modal-header, #Disclaimer_popup_faq .modal-header {
	padding: 0;
	border: none;
}
#Disclaimer_popup .modal-body img, #Disclaimer_popup_faq .modal-body img {
	height: 50px;
	margin: 0 auto 25px;
	display: block;
}
#Disclaimer_popup .modal-body h3, #Disclaimer_popup_faq .modal-body h3 {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #292929;
}
#Disclaimer_popup .modal-body p, #Disclaimer_popup_faq .modal-body p {
	text-align: center;
	font-size: 16px;
	margin: 15px 0 0 0;
	color: #595656;
	font-weight: 300;
}

.Disclaimer_popup_ftr {
	display: flex;
	justify-content: center;
	padding: 0 15px 30px 15px;
}
.Disclaimer_popup_ftr button {
	padding: 6px 20px;
	margin: 0 5px;
	border-radius: 5px;
	font-size: 14px;
}

#Disclaimer_popup .btn-close, #Disclaimer_popup_faq .btn-close {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f0f0f0;
	opacity: 1;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	outline: none;
	box-shadow: none;
	z-index: 9;
}
.pharmacopoeia_popup {
	border-radius: 10px;
	background: linear-gradient(0deg, #FFF 49.82%, #ACACAC 201.58%);
	padding: 45px 15px 0 15px;
}
.pharmacopoeia_popup img {
	height: 168px;
	width: auto !important;
	margin: 0 auto;
	display: block;
}
#successMessage, #successMessage_hcp {
	margin: 15px 0 0 0;
	color: #fff;
	background: #66800cf5;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}
#errorMessage, #errorMessage_hcp {
	margin: 15px 0 0 0;
	color: #fff;
	background: #dc2626;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}
.form-submit {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 25px 0 0 0;
}
.form-submit .btn_all_style {
	margin: 0;
}
.product_details_tab_box ul li {
	position: relative;
	padding-left: 24px;
	margin: 10px 0;
}
.product_details_tab_box ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	background: url(/frontend_assets/images/pataient_mark.svg) no-repeat center center;
	background-size: cover;
}
/* media */
/* media */
/* media */
/* media */
@media screen and (min-width: 1199px) and (max-width: 1400px) {
.banner_content h1 {
font-size: 56px;
}

.title_h2 {
font-size: 45px;
}

.home-sec-b p {
font-size: 20px;
}

.why_meftal_list_box {
margin: 20px 0;
}

.hcp_corner_item figcaption {
padding: 25px;
}

.hcp_corner_item p {
font-size: 17px;
}

#accordionWhy_choose button {
font-size: 18px;
line-height: 20px;
}

.our_product_item figcaption h6 {
font-size: 20px;
}

.our_product_item figcaption a {
font-size: 16px;
}

.pataient_corner_image_one img,
.pataient_corner_image_two img {
width: 100%;
}

.pataient_corner_image_one,
.pataient_corner_image_two {
flex: 1;
}
.what_fever_box h3 {
font-size: 20px;
margin: 25px 0 12px 0;
}
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {

#accordionFaq {
max-width: 980px;
}

#navbarSupportedContent ul li a {
font-size: 15px;
padding: 8px 6px;
}

.blue_cross_logo {
margin-left: 15px;
padding-left: 15px;
}
.during_fever.mx-5.mb-5 {
margin: 0 !important;
padding: 45px 0;
}
}

@media screen and (max-width: 1092px) {
.banner_content h1 {
font-size: 45px;
}

.title_h2 {
font-size: 35px;
}

.home-sec-b p {
font-size: 15px;
}

.why_meftal_list_box {
margin: 20px 0;
}

.hcp_corner_item figcaption {
padding: 25px;
}

.hcp_corner_item p {
font-size: 17px;
}

#accordionWhy_choose button {
font-size: 18px;
line-height: 20px;
}

.our_product_item figcaption h6 {
font-size: 20px;
}

.our_product_item figcaption a {
font-size: 16px;
}

.pataient_corner_image_one img,
.pataient_corner_image_two img {
width: 100%;
}

.pataient_corner_image_one,
.pataient_corner_image_two {
flex: 1;
}

.ftr_sec_a {
gap: 30px;
}

.ftr_left_logo {
width: 30%;
min-width: 30%;
max-width: 30%;
}

.news_letter_ftr {
width: 70%;
min-width: 70%;
max-width: 70%;
}

.news_letter_ftr .form-group {
width: 30%;
min-width: 30%;
max-width: 30%;
}

.ftr_left_logo img {
height: 50px;
}

.news_letter_ftr button {
width: 30%;
min-width: 30%;
max-width: 30%;
font-size: 16px;
height: 52px;
}

.ftr_right_menu li a {
font-size: 15px;
}
.blue_cross_logo {
margin-left: 15px;
padding-left: 15px;
}
#navbarSupportedContent ul li a {
font-size: 15px;
padding: 8px 8px;
}
.fever_d_btn {
max-width: 860px;
gap: 20px;
}
.fever_d_btn_box figcaption h6 {
font-size: 17px;
}
.what_fever_box h3 {
font-size: 19px;
}
.what_fever_box h3 br{
display: none;
}
.journeyslideboxcontent h2, .journey-b-box ul li h2 {
font-size: 70px;
}
.journeyslideboximage img {
width: 100%;
}
.journeyslideboxcontent p {
font-size: 18px;
}
}

@media screen and (max-width: 991px) {

.nav_logo_btn {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.blue_cross_logo_mobile {
display: inline-block;
margin: 0 25px 0 0;
}
.blue_cross_logo_mobile img {
height: 46px;
}
#navbarSupportedContent {
background: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.header_right {
display: none !important;
}
.hcp_corner_item {
width: 48.5%;
}
.our_product_item figure img {
width: 100%;
}
.our_product_item figure {
height: 260px;
}
.ftr_sec_a {
display: block;
}
.ftr_left_logo {
width: 100%;
min-width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
margin: 0 0 35px 0;
}
.news_letter_ftr {
width: 100%;
min-width: 100%;
max-width: 100%;
}
.ftr_sec_b {
flex-wrap: wrap;
justify-content: center;
margin: 45px 0 0 0;
}
.ftr_left_social {
width: 100%;
justify-content: center;
margin: 0 0 20px 0;
}
.news_letter_ftr h6 {
text-align: center;
}
.ftr_left_logo img {
height: 45px;
margin: 0 10px;
}
.pataient_corner_main {
gap: 40px;
}
.pataient_corner_content p {
font-size: 15px;
margin: 12px 0 0 0;
}
.btn_all_style {
margin: 25px 0 0 0;
}
#accordionWhy_choose {
padding-right: 35px;
}
#accordionWhy_choose .accordion-body p, #accordionWhy_choose .accordion-body ul li {
font-size: 15px;
}
.what_fever_box {
padding: 15px;
}
.what_fever_box p {
font-size: 15px;
}
.list_style li {
font-size: 16px;
}

.during_fever.mx-5.mb-5 {
margin: 0 !important;
padding: 45px 0;
background-position: top right;
}
.during_fever .row.align-items-center {
align-items: flex-end !important;
}
.exogenous_pyrogens_main {
gap: 30px;
}
.common_fever_table {
overflow: auto;
}
.common_fever_table table {
min-width: 1200px;
}
.table-bordered td img {
height: 17px;
}
.productdetails_box {
gap: 30px;
}
.producst_details_tabs #Faqs_tab {
min-width: 100%;
max-width: 100%;
width: 100%;
}
#products_tabContent {
width: 100%;
min-width: 100%;
max-width: 100%;
}
.mobile_menu {
display: block;
}
.navbar-toggler {
border-radius: 5px;
border-color: #0560a8;
outline: none !important;
box-shadow: none !important;
}
}

@media screen and (max-width: 767px) {

.banner_content p {
font-size: 16px;
margin-top: 15px;
max-width: 75%;
}
.banner_content p br{
display: none;
}
.banner_content h1 {
font-size: 35px;
}
.banner_content a {
font-size: 16px;
margin-top: 20px;
}
.home-sec-b p {
font-size: 16px;
}
.title_h2 {
font-size: 30px;
}
.why_meftal_list {
padding-left: 0;
margin: 30px 0 0 0;
}
.why_meftal_list_box h6 {
font-size: 19px;
}
.why_meftal_list_box {
gap: 15px;
}
.pataient_corner_main {
flex-wrap: wrap;
gap: 20px;
}
.pataient_corner_image {
gap: 10px;
width: 100%;
flex: unset;
}
.pataient_corner_image_two img {
margin: 0 0 10px 0;
}
.home-sec-d.pt-5.pb-5 {
padding-top: 0 !important;
}
.hcp_corner_main {
flex-wrap: wrap;
}
.hcp_corner_item {
width: 100%;
}
.home-sec-f.pt-5.pb-5 {
padding-top: 0 !important;
}
.swiper_product_nav .swiper-button-next, .swiper_product_nav .swiper-button-prev {
width: 35px;
height: 35px;
}
.home-sec-g_inr.mx-5.pt-5 {
margin: 0 !important;
}
#accordionFaq .accordion-button::after,
#accordionFaq .accordion-button:not(.collapsed)::after {
width: 35px;
height: 35px;
background-size: 12px;
}
#accordionFaq .accordion-body ul li, #accordionFaq .accordion-body p {
font-size: 15px;
}
#accordionFaq .accordion-body ul {
list-style-position: inside !important;
list-style: disc;
}
.ftr_right_menu li a {
margin: 0;
}
.ftr_right_menu {
gap: 15px;
}
.what_is_fever_boxes_main {
display: block !important;
}
.what_fever_box {
padding: 25px;
margin: 15px 0;
}
.during_fever.mx-5.mb-5 {
margin: 0 0 40px 0 !important;
padding: 45px 0 0 0;
background-position: bottom center;
}
.fever_d_btn {
display: block;
}
.fever_d_btn_box {
margin: 10px 0;
}
.mt-5{
margin-top: 30px !important;
}
.mb-5{
margin-bottom: 30px !important;
}
.pb-5{
padding-bottom: 30px !important;
}
.pt-5{
padding-top: 30px !important;
}
.mobile_margin_top_0{
margin-top: 0 !important;
}
.fever_d_inr.mx-5.pt-5.pb-5 {
margin: 0 !important;
}
.during_fever.mx-5.mb-5 {
margin: 0 0 30px 0 !important;
padding: 30px 0 0 0;
}
.fever_d_btn_box figure {
margin: 0 10px 0 0;
width: 45px;
min-width: 45px;
max-width: 45px;
height: 45px;
min-height: 45px;
max-height: 45px;
}
.during_fever_list {
display: block;
}
.during_fever_list_box {
width: 100%;
}
.doctor_corner_b.pt-5.pb-5.mx-5 {
margin: 0 !important;
}
.doctor_corner_b .border_radius_22 {
margin: 25px 0 0 0;
}
.pathogenesis_of_fever_box ul {
display: block;
}
.exogenous_pyrogens_main {
display: block;
}
.exogenous_pyrogens_box_white {
margin: 25px 0;
}
.exogenous_pyrogens_box h6 {
font-size: 18px;
margin: 0 0 20px 0;
}
.custom-categories {
font-size: 15px;
}
.common_fever_table table {
min-width: 900px;
}
.exogenous_pyrogens_content p {
font-size: 15px;
}
p, li, span{
font-size: 15px !important;
}
.doctor_corner_c.pt-5.pb-5.mx-5 {
margin: 0 !important;
}
.title_h2 br {
display: none;
}
.banner_content h1 span{
font-size: 30px !important;
}
.pataient_a_pataient {
flex-wrap: wrap;
gap: 20px;
}
.pataient_a_pataient .pataient_a_box_a {
flex: unset;
width: 100%;
order: 2;
}
.pataient_a_pataient .pataient_a_box_b {
flex: unset;
width: 100%;
order: 1;
}
.section-five-content {
display: block !important;
}
.colour_two {
margin: 25px 0 0 0;
}
.section-five-box {
padding: 30px;
}
.paaient_a h6 {
font-size: 17px;
}
.faqs_tabs {
gap: 20px;
display: block !important;
}
#Faqs_tabContent .accordion-button:not(.collapsed)::after, #Faqs_tabContent .accordion-button::after {
width: 35px;
height: 35px;
background-size: 10px;
}
#Faqs_tab , #Faqs_tabContent{
width: 100%;
min-width: 100%;
max-width: 100%;
}
#Faqs_tabContent {
margin: 15px 0 0 0;
}
#Faqs_tabContent h2 button {
font-size: 17px !important;
}
#Faqs_tabContent .accordion-body {
padding: 12px 0 0 0;
}
#Faqs_tab li button {
font-size: 15px;
}
.contact_left_box {
margin-bottom: 30px;
}
.contact_left_box p {
margin: 12px 0 20px 0;
}
.contact_right_box {
padding: 30px;
}
.contact_left_box h2, .contact_right_box h2 {
font-size: 23px;
}
.contact_left_box ul {
max-width: 100%;
padding: 15px;
}
.contact_left_box ul li, .contact_left_box ul li a {
font-size: 15px;
}
.contact_left_box.mt-4 {
margin-top: 0 !important;
}
.productdetails_box {
display: block;
}
.productdetails_box_image {
margin: 0 0 20px 0;
}
.productdetails_box_image_box .disclaimer {
	margin: 0 0 25px 0;
	text-align: left;
	font-size: 15px;
}
.productdetails_box_content h2 {
font-size: 23px;
}
.productdetails_box_content h6 {
font-size: 18px;
margin: 20px 0;
}
.Products-details::before {
display: none;
}
.Products-details {
padding-top: 40px;
}
.home_video_pathogen_sec .title_h2 {
padding: 12px 0 0 0;
}
#accordionWhy_choose {
padding-right: 0;
margin-bottom: 30px;
}
#accordionWhy_choose .accordion-item {
margin-bottom: 0;
}
#journey_tab {
align-items: center;
}
.journeyslidebox {
width: 100%;
gap: 30px;
}
.journeyslideboxcontent h2, .journey-b-box ul li h2 {
font-size: 40px;
}
.journeyslidernav {
position: unset;
width: 100%;
justify-content: center;
}
.journey_swiper_prev, .journey_swiper_next {
width: 35px;
height: 35px;
background-size: 13px !important;
}

.journey-b-box ul li h2{
order: 2;
}
.journey-b-box ul li img {
height: 108px;
}
.journey-b-box ul li {
flex-wrap: wrap;
justify-content: center !important;
gap: 0;
}
.journey-b-box ul li figure {
width: 100%;
text-align: center;
}
.title_h4 {
	font-size: 20px;
	margin: 0 0 20px 0;
}
.banner_content {
	align-items: flex-start;
	padding-top: 50px;
}
.nav_logo_btn a img {
	height: 31px;
}
.blink_text figcaption {
	font-size: 13px;
}
.blink_text figure {
	width: 35px;
	min-width: 35px;
	max-width: 35px;
	height: 35px;
	max-height: 35px;
	min-height: 35px;
}
.blink_text figure img{
 width: 100%;
}
#meftal_products {
	padding-top: 30px !important;
}
.fever_inr_banner h6 {
	font-size: 19px;
}
.doctor_corner_b.mt-5.pt-5.pb-5.mx-5 {
	margin-top: 30px !important;
}
.doctor_corner_b.mt-5.pt-5.pb-5.mx-5 .when_fever_manage {
	margin: 0 0 20px 0;
}
}

@media screen and (max-width:575px){
.mb_header_nav {
position: unset;
}
.scrolled_header {
position: fixed;
}
.banner_content h1,
.banner_content h1 span{
font-size: 23px !important;
line-height: 1.1;
}
.banner_content p {
font-size: 15px;
}
.banner_content a {
width: 163px;
height: 48px;
}
.title_h2 {
font-size: 25px;
}
.pataient_corner_content span {
font-size: 15px;
}
.hcp_corner_item {
width: 100%;
flex-wrap: wrap;
}
.hcp_corner_item figure {
flex: unset;
min-width: 100%;
order: 1;
}
.hcp_corner_item figcaption {
flex: unset;
min-width: 100%;
order: 2;
}
.home-sec-d.pt-5.pb-5 {
padding-top: 40px !important;
}
#accordionWhy_choose button {
font-size: 17px;
}
.news_letter_ftr form {
flex-wrap: wrap;
padding: 20px;
background: #181f57;
border-radius: 15px;
}
.news_letter_ftr .form-group {
width: 100%;
min-width: 100%;
max-width: 100%;
}
.news_letter_ftr button {
width: 100%;
min-width: 100%;
max-width: 100%;
font-size: 16px;
height: 50px;
margin: 25px 0 0 0;
}
.ftr_right_menu {
display: block;
width: 100%;
}
.ftr_right_menu li a {
display: block;
margin: 5px 0;
}
.ftr_left_social {
display: block;
}
.ftr_left_social span {
font-size: 15px;
margin: 0 0 14px 0;
display: block;
}
.ftr_sec_b {
margin: 25px 0 0 0;
}
.ftr_sec_c {
flex-wrap: wrap;
}
.ftr_sec_c p {
font-size: 14px;
order: 2;
text-align: center;
width: 100%;
margin: 15px 0 0 0;
}
.ftr_sec_c ul {
width: 100%;
justify-content: center;
gap: 15px;
}
.ftr_sec_c ul li a {
font-size: 14px;
margin: 0;
}
.ftr_sec_c {
padding: 20px 0;
}
.home-sec-g.pb-5 {
padding-bottom: 0 !important;
}
#accordionFaq .accordion-item button {
font-size: 15px;
padding: 15px 0;
}
.producst_details_tabs #Faqs_tab {
display: block;
}
.journeyslidebox {
gap: 15px;
margin: 20px 0;
}
#journey_tab {
display: block;
}
#journey_tab li button {
font-size: 15px;
}
.journeyslidebox {
flex-wrap: wrap;
justify-content: center;
}
.journeyslideboxcontent {
gap: 15px;
flex-wrap: wrap;
justify-content: center;
}
.journeyslideboxcontent p {
text-align: center;
}
.journeyslideboxcontent h2, .journey-b-box ul li h2 {
font-size: 30px;
margin: 15px 0 0 0;
}

.journeyslidebox_odd .journeyslideboxcontent{
order: 2;
}
.journeyslidebox_odd .journeyslideboximage{
order: 1;
}
.productdetails_box_content h2 img {
	height: auto;
	width: 100%;
}
}