body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

.container {
    max-width: 1713px;
}



.sticky {
    background-color: rgb(255, 255, 255);
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 4px #0000001a;
    z-index: 1000;
    transition: 0.5s;
    animation: .5s forwards sp-header-stuck-slidein;
}

@keyframes sp-header-stuck-slidein {
    from {
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.sticky .navbar{padding:15px 0;}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    padding: 0;
    margin-left: 52px;
}
.logo img{
    max-width:235px;
}
.navbar {
    padding: 25px 0;
    /*border-bottom: 1px solid #9d9d9d;*/
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff3939;
}

.banner {
    width: 100%;
    padding: 160px 0;
    background-size: cover;
}

.Bgbnr {
    background: url(../images/banner_bg.png);
    background-size: cover;
}

.banner_content {
    max-width: 1075px;
    margin: 0 auto;
    text-align: center;
}

.banner_title {
    font-size: 55px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-bottom: 60px;
    display: inline-block;
}

.bnr_search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 25px 32px;
    border-radius: 8px;
}

.bnr_search_box input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
}

.bnr_search_box input::placeholder {
    color: rgb(105, 105, 105);
}

.bnr_search_box i {
    font-size: 19px;
    cursor: pointer;
}

.sec_pdn {
    padding: 66px 0;
}

.sec_title {
    font-size: 24px;
    font-weight: bold;
    color: rgb(45, 45, 45);
    margin-bottom: 40px
}

.sec_title small {
    font-size: 18px;
    font-weight: 500;
    margin-left: 16px;
}

.mdcn_txt_ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 69px;
}

.mdcn_txt_ctn span {
    font-size: 14px;
    color: rgb(45, 45, 45);
}
.mdcn_txt_ctn span p{margin:0;}

.textArea {
    display: flex;
    text-transform: uppercase;
    gap:10px;
    max-width:80%;
}

.textArea a {
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    width: 29px;
    height: 29px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: 10px;*/
    cursor: pointer;
    text-decoration: none;
}

.textArea a:hover {
    background-color: #ff3939;
    border: #ff3939;
    color: #fff;
}

.textArea .active {
    background-color: #ff3939;
    border: #ff3939;
    color: #fff;
}


.medicine_itemBx {
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 18px 0px rgba(32, 185, 226, 15%);
    padding: 35px 30px;
    position: relative;
    height: 100%;
}

.medicine_itemBx::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 89px;
    height: 87px;
    border: 1px solid #ff3939;
    border-bottom: none;
    border-right: none;
}

.medicine_itemBx::before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 90px;
    border: 1px solid #ff3939;
    border-top: none;
    border-left: none;
}

.mdcn_upper {
    display: flex;
    justify-content: space-between;
    gap:15px;
}

.mdcn_upper p {
    font-size: 12px;
}

.mdcn_upper .mdcn_upper_right img {
    width: 60px;
}

.required {
    display: flex;
    margin-bottom: 20px;
    font-size: 12px;
}

.required p {
    margin-bottom: 10px;
    color: #2d2d2d!important;
    font-weight: 500;
}
.required p:last-child{margin:0;}

.required span {
    width: 19px;
    height: 19px;
    background-color: rgb(36, 44, 93);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 12px;
}
.mdcn_upper_left a{text-decoration: none;}
.mdcn_upper_left a:hover h3{color:#ff3939;}

.mdcn_upper_left h3 {
    font-size: 16px;
    color: rgb(45, 45, 45);
    font-weight: bold;
    min-height: 30px;
    margin-bottom:18px;
}

.mdcn_upper_left p {
    color: #000;
    line-height: 15px;
}

.mdcn_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    z-index:1;
}

.mdcn_lower p {
    margin-bottom: 0;
    font-size: 12px;
}

.btn {
    color: #ff3939;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 6px;
}

.btn i {
    margin-left: 10px;
    font-size: 12px;
}

.view_more {
    background-color: rgb(255, 57, 57);
    color: #fff;
    padding: 26px 42px;
    font-size: 18px;
    border-radius: 0;
    margin-top: 66px;
    font-weight: bold;
}

.view_more i {
    margin-left: 22px;
    font-size: 15px;
}

.view_more:hover {
    background-color: rgb(0, 0, 0);
    color: #fff;
}

footer {
    background-color: #2d2d2d;
    color: #fff;
    padding: 78px 0;
    text-align: center;
}

.footer_logo img {
    width: 235px;
    margin-bottom: 18px;
}

.border_top_bottom {
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}

footer p {
    padding: 45px 0;
    margin-bottom: 0;
}

.copyRight {
    padding-bottom: 0;
}

.copyRight span {
    color: #ff3939;

}

.bgGray {
    background-color: #f8f8f8;
}

.blog_items {
    border: 1px solid #dadada;
    height: 100%;
}

.blog_text {
    padding: 26px 16px;
}

.blog_text .date span.day {
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
}

.blog_text .date span {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    vertical-align: middle;
}

.blog_items h3 {
    font-size: 20px;
    margin: 29px 0;
}

.blog_items a {
    text-decoration: none;
    color: rgb(255, 57, 57);
}

.blog_text p {
    margin-bottom: 0;
}

.blog_text .btn {
    margin-top: 35px;
}

.health_insights .sec_title {
    margin-bottom: 54px;
}

.medicine_bnr {
    padding: 100px 0;
}

/* .medicine_bnr .bnr_search_box{
    border: 1px solid rgb( 255, 63, 63 );
} */

.Shape_1 {
    border-width: 0.5px;
    border-color: rgb(71, 71, 71);
    border-style: solid;
    position: absolute;
    left: -1px;
    top: 80px;
    width: 1920px;
    height: 1px;
    z-index: 436;
}

.Rectangle_1 {
    border-width: 0.5px;
    border-color: rgb(255, 63, 63);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 423px;
    top: 149px;
    width: 1075px;
    height: 68px;
    z-index: 429;
}

.brd {
    border-radius: 6px;
    border: 1px solid #858585;
}
.sticky-sidebar{
    position: sticky;
    top: 85px;
}
.product_list_box {
    padding: 45px 30px;
}

.product_list_box ul li:last-child{
    margin-bottom: 0;
}

.product_list_box .view_more {
    padding: 0;
    margin-top: 0;
    background: none;
    color: #ff3939;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 48px;*/
}
.product_list_box .view_more i{
    margin-left: 0;
}
.innerPage ul{
   padding-left: 0;
   margin-bottom: 0;
}
.innerPage ul li{
    list-style: none;
    margin-bottom: 30px;
}
.innerPage ul li a{
    text-decoration: none;
    color: #2d2d2d;
    font-size: 16px;
    display: block;
    width: 100%;
}
.product_content_item{
    padding: 45px;
}
.product_content_item h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.product_content_item  .required{
/*    margin: 28px 0;*/
    margin-top: 28px;
    margin-bottom: 0 !important;
}

.pinkBtn{
    font-size: 14px;
    background-color: #ffd1d1;
    color: #000;
    padding: 10px 16px;
}
.pinkBtn:hover{
    background-color: #ffd1d1;
}
.product_content_item h2{
    color: #2d2d2d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.tablet h2{
    margin-top: 38px;
}
.product_content_item p{
    font-size: 13px;
}
.mnufatr{
    margin: 34px 0 18px 0;
}
.innerPage p:last-child{
    margin-bottom: 0;
}
.product_heding{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price_txt h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}
.price_txt h2 small{
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
}
.price_txt img{
    width: 21px;
    height: 31px;
    object-fit: cover;
}
.prdt h2{
    margin-bottom: 0;
}
.prdt p{
    font-size: 16px !important;
    margin-top: 35px;
    text-align: justify;
}
.product_content_item ul li{
    font-size: 16px;
    margin-top: 34px;
}
.product_content_item ul li i{
    color: #ff3939;
    font-size: 12px;
    margin-right: 15px;
}
.advise_txt img{
    margin-right: 26px;
    object-fit: cover;
    max-height: 59px;
    width: auto;
}
.advise_txt{
    display: flex;
    align-items: baseline;
}
.advise_txt h3{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}
.advise_ctn p{
    margin-top: 25px;
}

.breadcrumb {
    margin: 0;
    background: #efefef;
    padding: 25px 0;
}

.bdCm{
    color: #ff3939;
    font-weight:500;
    font-size:15px;
    margin:0;
}
.bdCm a{color:#000000; text-decoration: none;}
.bdCm span{margin:0 3px;color:#000000;}
.bdCm a:hover{color: #ff3939;}
/*.bdCm a i{font-size:14px;}*/

.product_content_item .pinkBtn{
       margin-top: 35px;
}
.fctBx .pinkBtn{
    display: flex;
    justify-content: space-between;
    width: fit-content;
}
.fctBx .pinkBtn p{
    margin: 0 28px;
    font-weight: normal;
}

.fctBxbtn{
    display: flex;
    flex-wrap: wrap;
}
.btnRight{
    margin-left:30px;
}
.prmyuse p{
    font-weight: 500;
}
.list2{
    column-count: 2;
}
.cmnefct ul{
    margin-top: 35px;
}
.cmnefct ul li{
    margin-bottom: 28px;
    margin-top: 0;
    font-weight: 600;
}
.cmnefct ul li:last-child{
    margin-bottom: 0;
}
.intrctnCtn{
    display: flex;
    flex-wrap: wrap;
}

.intrctnCtn li{
    padding:0;
    margin: 0 15px 15px 0 !important;
    font-weight: 600;
}
.intrctnCtn li p{
    display: inline-block;
    margin: 0;
    min-width: 216px;
}
.intrctnCtn li:last-child{
    margin-bottom: 0 !important;
}
.intrctnCtn ul{width:50%;}
.intrctnCtn .doctor li, .intrctnCtn li span{
    background-color: #ffdab4;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 16px;
    display: inline-block;
    width:50%;
}
.faq h3{
    font-weight: 600;
    font-size: 16px;
    margin:42px 0;
}
.substitutes{
    margin-top: 32px;
    font-weight: 600;
    color: #ff3939;
    display: block;
}
.pagination{
	margin:20px auto 0;
	display:block;
	text-align:center;
	
}
.pagination svg{
	width:32px;
}
.pagination li{
    display:inline-block;
}
.pagination li a, .pagination li span{
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    border: solid 1px #d7d7d7;
    display:inline-block;
}
.pagination li a:hover{background: #efefef;}
.pagination li.active span{
    color:#fff;
    border-color:#ff3939;
    background:#ff3939;
}



/*----Featured----*/

.featured ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}
.featured ul li{
    list-style: none;
}
.fetBtn{
    text-decoration: none;
    text-transform: capitalize;
    color: rgb(255, 57, 57);
    font-weight: 600;
    padding:10px 30px;
    border: 1px solid rgb(255, 57, 57);
    border-radius: 32px;
    font-size: 18px;
    width: fit-content;
    display: flex;
}
.fetBtn:hover{
   background-color: rgb(255, 57, 57);
   border: 1px solid rgb(255, 57, 57);
   color: #fff;
}