@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

/*=============================
	Global CSS 
===============================*/
* {
    padding: 0;
    margin: 0;
}


body {
    font-size: 17px;
    font-family: "Roboto Flex", sans-serif;
    color: #707070;
    line-height: 1.6;
}

img {
    max-width: 100%
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

p {
    font-size: 17px;
    color: #181818;
    line-height: 1.8;
}

button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

button:focus {
    outline: 0;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0;
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}*/

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 auto 10px;
    line-height: normal;
    text-transform: capitalize;
    color: #ED3337;
    position: relative;
}

.section-title h2 span {
    color: #0098DA;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background-color: #ED3337;
}

.section-title:not(.text-center) h2::after {left: 0;right: auto;transform: unset;}

.section-title p {
    /* max-width: 750px; */
    margin: 0 auto;
    font-weight: 500;
        margin-top: 40px;
}

.top-btn {
    position: fixed;
    bottom: 102%;
    right: 30px;
    color: #fff;
    font-size: 30px;
    background: #ED3337;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 2s;
    transition: 2s;
    z-index: 999;
}

.top-btn:hover {
    background: #009D57;
}

.top-btn.active {
    bottom: 2%
}

.top-btn .bx-fade-up {
    -webkit-animation: fade-up 3s infinite linear;
    animation: fade-up 3s infinite linear;
}


.page-title {
    background-position: center center;
    background-size: cover;
    height:415px;
    padding: 0;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

.page-title::before {
    position: absolute;
    content: '';
    background: #00000094;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-title h1 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}

.page-title h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 75px;
    border-bottom: 3px solid #ED3337;
    left: auto;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.page-title ul {
    margin: 0;
    display: inline-block;
    padding-left: 0px;
}

.page-title ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 15px;
    text-transform: capitalize;
}

.page-title ul li::before {
    position: absolute;
    content: '\ea50';
    right: -28px;
    top: 4px;
    font-family: boxicons;
    font-size: 22px;
    line-height: 1;
}

.page-title ul li:last-child::before {
    display: none;
}

.page-title ul li a {
    color: #fff;
    font-weight: 500;
}

.page-title ul li a:hover {
    color: #ED3337;
}

.page-title.title-bg1 {
    background-image: url('../img/my-img/innerpage-banner.jpg');
}

/*=============================
	header CSS 
===============================*/
.navbar-area .main-nav {
    background: #000;
    padding: 15px 0;
    position: relative;
}

.navbar-area .main-nav .navbar {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
    padding: 10px 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    font-family: catamaran, sans-serif;
    font-size: 17px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    border: 0;
    content: '\ea4a';
    font-family: boxicons;
    vertical-align: middle;
    line-height: 1;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #ED3337;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    border-radius: 0;
    background: 0 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
    border-bottom: 1px dashed #4d5877;
    background: #fff;
    color: #ED3337;
    font-size: 15px !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #fff;
    background: #ED3337 !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link {
    border-bottom: 0;
}

.navbar-area .main-nav .navbar .other-option {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-area .main-nav .navbar .other-option .signin-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    background: #ED3337;
    border-radius: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none !important;
}

.navbar-area .main-nav .navbar .other-option .signin-btn:hover,
.navbar-area .main-nav .navbar .other-option .signup-btn:hover {
    background: #009D57;
    color: #fff;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important;
}

/*=============================
	header CSS  end
===============================*/

/*=============================
	banner section CSS start
===============================*/
.banner-section, .banner-slider .items {
    height: 800px;

    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner-section::before, .banner-slider .items::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 4, 44, .6);
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 100%;
}
.banner-section .banner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width:100%;
}

.banner-section .banner-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 46px;
}

.banner-section .banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    max-width: 630px;
    margin: 0 auto 30px;
    text-transform: capitalize;
    line-height: 80px;
    color: #CDCDCD;
    max-width: 880px;
}

.banner-section .banner-content h1 span {
    color: #ED3337;
}

.banner-section .banner-content .readmore-btn {
    background: #ED3337;
    font-size: 20px;
    text-transform: Capitalize;
    font-weight: 700;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 12px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 23.44px;
}

.banner-section .banner-content .readmore-btn:hover {
    background: #009D57;
}

.banner-section .banner-content .readmore-btn i {
    left: 10px;
    top: 2px;
    position: relative;
}

.banner-section .banner-content p {
    animation: fadeInUp 1s both 0.4s;
}

.banner-section .banner-content h1 {
    animation: fadeInUp 1s both 0.6s;
}

.banner-section .banner-content .readmore-btn {
    animation: fadeInUp 1s both 1.0s;
}

/*=============================
	banner section CSS end
===============================*/

/*=============================
	prescription-services section CSS start
===============================*/
.prescription-services-section {
    background: #F2F2F2
}

.prescription-services-section .prescription-card {
    padding: 30px 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
    background: #0098DA;
    display: flex;
    gap: 20px;
    border-radius: 20px;
    height: 100%;
}

/*.prescription-services-section .prescription-card .img-container {*/
/*    background: #ED3337;*/
/*    padding: 25px;*/
/*    border-radius: 100px;*/
/*    height: 110px;*/
/*    width: 275px;*/
/*    overflow: hidden;*/
/*}*/

/*.prescription-services-section .prescription-card:hover .img-container {*/
/*    background-color: #009D57;*/
/*}*/

.prescription-card .img-container {
    background-color: #ffffff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    width: 88px;
    min-width: 88px;
}


.prescription-services-section .prescription-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.2px;
}

.prescription-services-section .prescription-card p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: normal;
    color: #ffffffd9;
}


/*=============================
	prescription-services section CSS end
===============================*/
/*=============================
	focus-helth-section CSS start
===============================*/
.focus-helth-section {
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.focus-helth-section::before {
    content: '';
    position: absolute;
    bottom: 75px;
    right: 50px;
    background-image: url(../img/my-img/icon/doctor.png);
    background-size: cover;
    width: 75px;
    height: 75px;
    z-index: -1;
    animation: movedelement 4s linear infinite;
}

@keyframes movedelement {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.focus-helth-section .focus-product-text p {
    margin-bottom: 20px;
    font-weight: 500;
    text-align: justify;
}

.focus-helth-section .focus-product-btn {
    color: #ED3337;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.focus-helth-section .focus-product-btn:hover {
    color: #009D57;
}

.focus-helth-section .focus-product-btn i {
    top: 6px;
    position: relative;
}

.focus-helth-section .helth-product-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.focus-helth-section .helth-product-img .aboutus-content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    background-color: #198754;
    color: white;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 210px;
    height: 140px;
    justify-content: center;
    border-radius: 0px 20px 0px;
}

.focus-helth-section .helth-product-img .aboutus-content h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    display: flex;
    gap: 10px;
}

.focus-helth-section .helth-product-img .aboutus-content p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
}

.focus-helth-section .focus-product-text img {
    -webkit-transition: .5s;
    transition: .5s;
}

.focus-helth-section .focus-product-text img:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*=============================
	focus-helth-section CSS end
===============================*/

/*=============================
	compounding-section  CSS start
===============================*/
.compounding-section .section-title p {
    max-width: 1150px;
    margin: 0 auto;
}

.compounding-card {
    background: #F2F2F2;
    padding: 30px 25px;
    width: 460px;
    border-radius: 10px;
}

.compounding-card .img-container {
    background: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    padding: 8px;
    overflow: hidden;
    text-align: start;
    margin-bottom: 20px;
}

.compounding-card .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.compounding-card h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #0098DA;
    text-align: start;
}

.compounding-card p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #181818;
    text-align: justify;
}

.compounding-card .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    padding: 12px 7px !important;
    color: #fff !important;
}

.compounding-card i {
    color: #009D57;
    padding-right: 5px;
}

.compounding-card:hover .btn {
    width: 140px;
    background: #009D57;
}

.compounding-card:hover i {
    color: #fff;
}

.condidate-slider .owl-dots {
    line-height: 1;
    margin-top: 25px !important;
}

.condidate-slider .owl-dots .owl-dot span {
    background: #BDBDBD !important;
    margin: 0 5px;
}

.condidate-slider .owl-dots .owl-dot.active span {
    background: #ED3337 !important;
}

/*=============================
	compounding-section  CSS end
===============================*/

/*=============================
	helth-product section CSS start
===============================*/
.helth-product-section {
    background-color: #F2F2F2;
    position: relative;
    z-index: 0;
}

.helth-product-section::before {
    content: '';
    position: absolute;
    bottom: 75px;
    right: 50px;
    background-image: url(../img/my-img/icon/doctor.png);
    background-size: cover;
    width: 75px;
    height: 75px;
    z-index: -1;
    animation: movedelement 4s linear infinite;
}

@keyframes movedelement {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}





.helth-product-section .helth-product-text p {
    font-weight: 500;
    text-align: justify;
}

.helth-product-section .helth-product-text .helth-product-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    color: #181818;
}

/* .helth-product-section .helth-product-img {
    -webkit-animation: translateY 5s infinite linear;
    animation: translateY 5s infinite linear;
} */

.helth-product-section .helth-product-btn {
    font-size: 20px;
    font-weight: 500;
    background: #009D57;
    color: #fff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
}

.helth-product-section .helth-product-btn i {
    top: 6px;
    position: relative;
}

.helth-product-section .helth-product-btn:hover {
    background: #ED3337;
    border: 1px solid #fff;
}

/*=============================
	helth-product section CSS end
===============================*/
/*=============================
	about-section CSS start
===============================*/
.about-section {
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.about-section::before {
    content: '';
    position: absolute;
    bottom: 75px;
    right: 50px;
    background-image: url(../img/my-img/icon/doctor.png);
    background-size: cover;
    width: 75px;
    height: 75px;
    z-index: -1;
    animation: movedelement 4s linear infinite;
}

@keyframes movedelement {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}



.about-section .about-text p {
    font-weight: 500;
    text-align: justify;
}

.about-section .readmore-btn {
    color: #ED3337;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
}

.about-section .readmore-btn:hover {
    color: #009D57;
}

.about-section .readmore-btn i {
    top: 6px;
    position: relative;
}

.about-section .aboutus-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-section .aboutus-img img {
    width: 100%;
    display: block;
}

.about-section .aboutus-img .aboutus-content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    transform: translate(18%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-section .aboutus-img .aboutus-content h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    display: flex;
    gap: 10px;
}

.about-section .aboutus-img .aboutus-content p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}

/*=============================
	about-section CSS end
===============================*/
/*=============================
	testimonial CSS start
===============================*/

.testimonial-section .testimonial-items .testimonial-text {
    background-image: url('../img/my-img/test_1.png');
    background-size: cover;
    background-position: center;
    padding: 20px 50px;
    margin: 0 0 25px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    height: 280px;
        border-radius: 20px;
    overflow: hidden;
}

.testimonial-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: -9;
}

.testimonial-section .testimonial-items .testimonial-text .star .checked {
    color: #E49C10 !important;
}

.testimonial-section .testimonial-items .testimonial-text i {
    color: #ED3337;
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.testimonial-section .testimonial-items .testimonial-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 25px;
}

.testimonial-section .testimonial-items .testimonial-text .testimonial-info {
    display: flex;
    gap: 20px;
}

.testimonial-section .testimonial-items .testimonial-text .testimonial-info span {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    color: #fff
}

.testimonial-section .testimonial-items:hover .testimonial-text {
    background: #fd1616;
}

.testimonial-section .testimonial-items:hover .testimonial-text i,
.testimonial-section .testimonial-items:hover .testimonial-text p {
    color: #fff;
}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
    background: #ED3337 !important;
    color: #fff !important;
    font-size: 22px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
    line-height: 42px !important;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.testimonial-section .owl-prev:hover,
.testimonial-section .owl-next:hover {
    background: #009D57 !important;
    color: #fff !important;
}

.testimonial-section .owl-nav {
    margin-top: 20px !important;
}

/*=============================
	testimonial CSS end
===============================*/
/*=============================
	blog CSS start 
===============================*/

.blog-section {
    background-color: #F2F2F2;
    overflow: hidden;
}

.blog-card {
        border: 1px solid #dddddd;
    height: 100%;
}

.blog-card .blog-img {
    overflow: hidden;
    position: relative;
}
.blog-card .blog-img>a {
    float: left;
    padding-bottom: 95%;
    width: 100%;
    position: relative;
}
.blog-card .blog-img img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0px;
}
.helth-product-img {border-radius: 20px;}
.blog-img p {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #ED3337;
    padding: 15px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 25px;
}

.blog-card .blog-img img {
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-card .blog-text {
    padding: 25px;
}
.blog-text h3 {
    line-height: 1;
    margin-bottom: 15px;
}

.blog-card .blog-text .blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.blog-card .blog-text .blog-info i.user {
    background: #ED3337;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.blog-card .blog-text .blog-info i.comment {
    background: #009D57;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.blog-card .blog-text .blog-info span {
    font-size: 18px;
    font-weight: 600;
    color: #181818c7;
    line-height: 36px;
}


.blog-card .blog-text h3 a {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0098DA;
}

.blog-card .blog-text h3 a:hover {
    color: #ED3337;
}

.blog-card .blog-text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #181818ba;
}

.blog-card .blog-text .blog-btn {
    color: #ED3337;
    font-size: 18px;
    font-weight: 700;
    margin-top: auto;
}

.blog-card .blog-text .blog-btn:hover {
    color: #009D57;
}

.blog-card .blog-text .blog-btn i {
    top: 6px;
    position: relative;
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.blog-slider .owl-stage {
  display: flex;
}

.blog-slider .owl-item {
  display: flex;
  height: auto;
}

.blog-slider .blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
    overflow: hidden;   
}


/* Text section expands to fill remaining height */
.blog-slider .blog-text {
  flex-grow: 1;
      display: inline-flex;
    flex-direction: column;
  
}

.top_header {background-color: #ED3337;padding: 5px 0;}
.top_header ul li, .top_header ul li a {display: inline-flex;align-items: center;font-weight: 600;color: #ffffff;    float: left;}
.top_header ul li a {color: #ffffff;}
.top_header ul li a:hover{color: #000000;}
.top_header ul li i {margin-right: 6px;font-size: 21px !important;color: #ffffff;}
.top_header ul li+li {margin-left: 30px;}

.homecontemailmain .btn {outline: none !important;box-shadow: none;border: none !important;text-transform: unset;}
/*.homecontemailmain .btn-primary:hover {color: #ffffff;background-color: #ff5255;}*/
/*.homecontemailmain .btn-success:hover {color: #ffffff;background-color: #1f9960;}*/
.white_bg {background-color: #ffffff;}

.homecontemailmain .btn img {border-radius: 0;}
.owl-carousel .owl-nav button.owl-next {margin-right: -60px;}
.owl-carousel .owl-nav button.owl-prev {margin-left: -60px;}

.footer-top img {border-radius: 0;}
.footer-top:hover {background-color: rgb(255 255 255 / 20%);    -webkit-transition: .5s;transition: .5s;}
.footer-area .footer-widget .address-info a:hover {color: #ED3337;}
.footer-social-media ul li a img {border-radius: 0;}
.footer-social-media ul li a:hover {background-color: #009D57;}

.page-content, .entry-content, .entry-summary {margin: 0 !important;}
.single_blog .product-detail-text ul {padding: 0;margin-left: 19px;}
.single_blog .product-detail-text ul li p {line-height: normal;}
.imgcnt_wrpr .imgcnt_sub {padding: 30px 30px;border-radius: 10px;}
.imgcnt_wrpr .imgcnt_sub:nth-child(odd) {background-color: #f5f5f5;}
.single_blog .product-detail-text ul:last-child {margin-bottom:0px;}


/**/
img.contact-info-boximg {border-radius: 0px;}
.new-prescription-guide .guide-box {border-radius: 20px;}
.btn+.btn {margin-left: 15px;}
/* PAGINATION STYLING */
.pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.pagination-wrapper .page-numbers:hover {
  background: #ED3337;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

/* Active page */
.pagination-wrapper .page-numbers.current {
  background: #ED3337;
  color: #fff;
  border-color: #ED3337;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
  transform: scale(1.05);
}

/* Previous & Next Icons */
.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 500;
}

.pagination-wrapper .page-numbers.prev:hover,
.pagination-wrapper .page-numbers.next:hover {
  background: #ED3337;
  color: #fff;
}


.license_information h3 {
    font-size: 20px;
    color: #0098DA;
    font-weight: 400;
    margin-bottom: 10px;
}
.license_information .about-text span {margin-top: 0 !important;margin-bottom: 0 !important;}

.license_information .about-text h3+strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.license_information.about-section .about-text h2 {margin-bottom: 20px;}
.licensee_info {border-left: 4px solid #e13034;    background-color: #f5f5f5;padding: 15px;margin-bottom: 15px;}
.new-prescri-contact-info {background-color: rgb(0 152 218 / 20%);border-radius: 15px;padding: 20px 40px;}
.product-detail .wpforms-container .wpforms-form h2, div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 42px !IMPORTANT;
    font-weight: 700 !IMPORTANT;
    margin: 0 auto 20px !IMPORTANT;
    line-height: normal;
    text-transform: capitalize;
    color: #ED3337 !important;
    position: relative;
    line-height: normal !important;
}
.product-detail .wpforms-container .wpforms-form h2::after, div.wpforms-container-full .wpforms-form .wpforms-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #ED3337;
}
div.wpforms-container-full .wpforms-field-label {text-transform: capitalize;}
.product-detail .wpforms-container .wpforms-form h2+p {margin-top: 35px!important;}
.new-prescri-contact-info .section-title h2 {font-size: 30px;}
.new-prescri-contact-info .section-title h2::after {    bottom: -10px;    width: 60px;height: 3px;}
.new-prescri-contact-info .section-title {margin-bottom: 35px;}
.bg_none {background: transparent;}
.contact-card h4 {color: #000000;margin-bottom: 15px;}
.contact-card p:last-child {margin-bottom: 0;}

.btn {font-size: 18px;display:inline-flex;text-transform: Capitalize;border: none;font-weight: 700;border-radius: 10px;padding: 12px 30px;outline:none;box-shadow:none; -webkit-transition: .5s;transition: .5s;line-height:normal;}
.btn-primary, .btn-primary:focus, .btn-primary:active {background: #ED3337;color: #fff;}
.btn-primary:hover {background: #009D57;color: #fff;}


















/* Responsive tweaks */
@media (max-width: 480px) {
  .pagination-wrapper .page-numbers {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.image_wrpr {
    height: 100%;
}

.image_wrpr>img {object-fit: cover;height: 100%;}
section {padding: 100px 0;}
.blog-slider .owl-stage {padding-bottom: 40px;}



.blog-slider {
  position: relative;
}

/* Nav arrows */
.blog-slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  left: 0;
    right: 0;
    margin: auto;
}

.blog-slider .owl-nav button.owl-prev,
.blog-slider .owl-nav button.owl-next {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #111 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 28px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  pointer-events: all;
}

/* Hover effect */
.blog-slider .owl-nav button:hover {
  background: #111;
  color: #fff;
  transform: scale(1.1);
}

.blog-slider .owl-nav i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.blog-slider .owl-nav button:hover i {
  transform: translateX(3px);
  color: #f04e23; /* Accent color */
}




.page-id-885 section.contact-detail-homepage {background: #ffffff;}
.product-detail .product-detail-text ul {margin-left: 0;}
.product-detail .product-detail-text ul li p {
    padding: 10px 0px;
    margin-bottom: 10px;
    line-height: normal;
}
textarea.form-control {    height: 120px;}
.map-container iframe {
    height: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 27%);
    width: 100%;
    border-radius:  20px 0px 0px 20px;
}

.map-container {
    height: 100%;
}
.contact-form-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 27%);
    border-radius: 0px 20px 20px 0px;
}
.download-wrapper {
    background-color: #f5f5f5;
    padding:50px 15px;
}
.download-wrapper p:last-child {
    padding-bottom: 0;
}


.why_choose_us_box {
    width: 100%;
    float: left;
    padding: 29px;
    border: 2px solid #0098DA;
    border-radius: 20px;
    height: 100%;
    margin: 0;
    text-align: center;
}

.why_choose_us_box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ed3337;
}

.why_choose_us_box p {
    font-size: 15px;
}
.why_choose_us_box p:last-child {
    margin-bottom: 0;
}
.why_choose_us_box .why_choose_us_icon img {
    max-height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    border-radius: 0;
}

.why_choose_us_box .why_choose_us_icon {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background-color: #ed3337;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.image_wrpr {height: 100%;}
.why_choose_us {background-color: #f5f5f5;}
.helth-product-img img {width: 100%;}
.single_blog .image_wrpr>img{max-height: 550px;}




/*=============================
	blog CSS end 
===============================*/
/*=============================
	Footer CSS start 
===============================*/
.footer-area {
    position: relative;
    background-image: url(../img/my-img/footer\ banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    padding: 100px 0 70px;
}

.footer-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.9;
    z-index: -2;
}

.footer-top {
    border: 1px solid #F2F2F2;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
    margin: 0px 20px 40px 0px;
        -webkit-transition: .5s;
    transition: .5s;
}

.footer-top p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    color: #009D57;
}

.footer-top h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffffb3;
}

.footer-area .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer-area .footer-widget p {
    color: #ffffffa3;
    margin-bottom: 30px;
    font-weight: 400;
}

.footer-area .footer-widget .footer-social a i {
    color: #3955bc;
    background: #fff;
    font-size: 18px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget .footer-social a i:hover {
    background: #fd1616;
    color: #fff;
}

.footer-area .footer-widget h3 {
    color: #ED3337;
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: #ED3337;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -15px;
}

.footer-area .footer-widget .address-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-area .footer-widget .address-info .bx {
    line-height: 36px !important;
}

.footer-area .footer-widget .address-info i {
    color: #009D57
}

.footer-area .footer-widget .address-info a {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
}

.footer-area .footer-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-area .footer-widget ul li {
    list-style-type: none;
    color: #d3d3d3;
    margin-bottom: 5px;
}

.footer-area .footer-widget ul li a {
    color: #fffc;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0px;
    /* font-family: 'Helvetica Neue'; */
}

.footer-area .footer-widget ul li a i {
    color: #009D57;
    top: 6px !important;
    position: relative;
}

.footer-area .footer-widget ul li a:hover {
    color: #ED3337;
}

.footer-area .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-area .footer-widget.footer-info ul li {
    margin-bottom: 12px;
}

.footer-area .footer-widget.footer-info ul li a {
    padding-left: 25px;
}

.copyright-text {
    background: #fff;
    padding: 20px 0;
}

.copyright-text p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    line-height: normal;
}

.copyright-text p a {
    color: #fff;
}

ul.footer-col2-3 {
    margin: 0px;
    ;
}

/*=============================
	Footer CSS end 
===============================*/

/*=============================
	contact CSS start 
===============================*/

.contact-section .contact-card {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px rgba(136, 136, 136, 37%);
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    height: 240px;
}
.address_cnt ul li a {
    max-width: 250px;
    display: inline-block;
}

.contact-section .contact-card i {
    color: #fff;
    border: 1px dashed #ED3337;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 32px;
    background: #ED3337;
}

.contact-section .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-section .contact-card ul li {
    list-style: none;
    color: #181818;
    font-size: 17px;
    font-weight: 400;
}
.contact-section .contact-card ul li a:hover {
    color: #ed3337 !important;
}

.contact-section .contact-card ul h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    color: #181818;
    margin-bottom: 0px;
}

.contact-section .contact-area {
    /* -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07); */
    padding: 50px;
    border-radius: 10px;
    background: #F2F2F2;
}

.contact-section .contact-area h3 {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
    color: #ED3337;
    font-weight: 600;
    position: relative;
    line-height: 55px;
}

.contact-section .contact-area h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background-color: #ED3337;
}

.contact-section .contact-area form .form-group {
    margin-bottom: 30px;
}

.contact-section .contact-area form .form-group label {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.contact-section .contact-area form .form-group .form-control {
    height: 50px;
    padding: 5px 20px;
    background: #fff;
}

.contact-section .contact-area form .form-group .form-control:focus {
    border-color: #ED3337 !important;
}

.contact-section .contact-area form .form-group .nice-select {
    width: 100%;
    height: 55px;
    line-height: 33px;
    border-radius: .25rem;
    font-size: 17px;
    border-color: #ced4da;
    color: #75777a;
    height: 45px;
    padding: 5px 20px;
    background: #fff;
}

.contact-section .contact-area form .form-group .message-field {
    height: 150px;
    padding-top: 10px;
}

.contact-section .contact-area form .contact-btn {
    background: #009D57;
    color: #fff;
    padding: 12px 50px;
    -webkit-transition: .8s;
    transition: .8s;
    border-radius: 10px;
}

.contact-section .contact-area form .contact-btn:hover {
    background: #ED3337;
}

.contact-section.google-map {
    height: 600px;
}

/*=============================
	contact CSS end 
===============================*/

/*=============================
	loader CSS start 
===============================*/
.loader-content {
    background: #ED3337;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    text-align: center;
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=============================
	loader CSS end 
===============================*/

@-webkit-keyframes line {
    0% {
        top: 0%
    }

    100% {
        top: 100%
    }
}

@keyframes line {
    0% {
        top: 0%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wrap {
    0% {
        border-radius: 65% 35% 42% 58%/55% 48% 52% 45%
    }

    100% {
        border-radius: 55% 45% 52% 48%/51% 60% 40% 49%
    }
}

@keyframes wrap {
    0% {
        border-radius: 65% 35% 42% 58%/55% 48% 52% 45%
    }

    100% {
        border-radius: 55% 45% 52% 48%/51% 60% 40% 49%
    }
}

@-webkit-keyframes translateY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes translateY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*=============================
	help-section CSS start 
===============================*/
.help-section {

    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

.help-section::before {
    position: absolute;
    content: '';
    background: #000000c2;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    z-index: -1;
}

.help-section h2 {
    font-size: 38px;
    font-weight: 700;
    /* margin-bottom: 25px; */
    line-height: 57px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    text-align: center;
}

.help-section h2 span {
    color: #0098DA;
}

.help-section p {
   
    /* max-width: 1200px; */
    text-align: center;
    color: #ffffffb5;
}

.help-section .readmore-btn {
    color: #009D57;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    border: 1.5px solid #009D57;
    padding: 8px 15px;
    border-radius: 10px;
}

.help-section .readmore-btn i {
    top: 6px;
    position: relative;
}

.help-section .readmore-btn:hover {
    color: #ED3337;
    border: 1.5px solid #ED3337;
}

/*=============================
	help-section CSS end 
===============================*/
/*=============================
product-detail section CSS start 
===============================*/
.product-detail {
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.product-detail .product-detail-text h2 {
    font-size: 38px;
    font-weight: 600;
    /* margin-bottom: 25px; */
    line-height: 57px;
    text-transform: capitalize;
    color: #ED3337;
    position: relative;
}

.product-detail .product-detail-text h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 12%;
    left: 0px;
    height: 5px;
    background-color: #ED3337;
}

.product-detail .product-detail-text h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #181818;
}

.product-detail .product-detail-text .star .checked {
    color: #FFA800 !important;
}

.product-detail .product-detail-text p {
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    line-height: 30px;
    padding: 10px 0px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

.product-detail .product-detail-text .product-price,
.product-detail .product-detail-text .variations_button{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product-detail .product-detail-text .product-price .btn-primary {
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    color: #ED3337;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    border: 1px solid transparent;
    font-weight: 600;
}

.product-detail .product-detail-text .cart .quantity input {
    background: #F2F2F2
}

.product-detail .product-detail-text .product-price .btn-primary:focus {
    box-shadow: none !important;
}

.product-detail .product-detail-text .product-price .buynow-btn {
    font-size: 20px;
    font-weight: 500;
    background: #009D57;
    color: #fff;
    border: 1px solid transparent;
    padding: 7px 35px;
    display: inline-block;
    border-radius: 10px;
	height:44px;
}

.product-detail .product-detail-text .product-price .buynow-btn:hover {
    background: #ED3337;
    border: 1px solid #fff;
    color: #fff;
}

#tabs.product-tab {
    background: #fff;
    color: #000 !important;
}

#tabs.product-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ED3337 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 22px;
    font-weight: 600;
}

#tabs.product-tab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #A5A5A5;
    font-size: 22px;
    font-weight: 500;
}

#tabs.product-tab .nav-tabs p {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    text-align: justify;
}

/*=============================
product-detail section CSS end 
===============================*/
/*=============================
product section CSS start 
===============================*/
.product-section .product-card {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 30px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.product-section .product-card .product-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.product-section .product-card:hover .product-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-section .product-card .product-img {
    overflow: hidden;
}

.product-section .product-card .product-text {
    padding: 8px 12px;
    z-index: 1;
    background: #fff;
    position: relative;
}

.product-section .product-text .product-info .detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-section .product-text .product-info .detail h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ED3337;
    margin-bottom: 0px;
}

.product-section .product-text .product-info .detail .cart-img {
    height: 35px;
    width: 35px;
    object-fit: cover;
}

.product-section .product-text .product-info .price-text {
    color: #ED3337;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.product-section .product-text .product-info .price-text span {
    color: #ED3337;
}

.product-section .product-text .product-info .star .checked {
    color: #FFA800 !important;
}

/*=============================
product section CSS end 
===============================*/

/*=============================
pharmacy-services section CSS start 
===============================*/
.pharmacy-services {
    background-color: #F2F2F2;
}

.pharmacy-services .product-card {
    border-radius: 20px;
    overflow: hidden;
        height: 100%;
}
.pharmacy-services .product-card .product-text {border-radius: 0px 0px 20px 20px;}

.pharmacy-services .product-card .product-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0px;
}

.pharmacy-services .product-card:hover .product-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pharmacy-services .product-card .product-img {
    overflow: hidden;


}

.product-text .hidden {
    display: none;
}

.product-card .product-text:hover .hidden {
    display: block;
}

.pharmacy-services .product-card .product-text {
    padding: 18px 12px;
    z-index: 1;
    background: #ed3337;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: .5s;
}
.pharmacy-services .product-card:hover .product-text {background: #0098da;}

.pharmacy-services .product-card .product-text a {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color:#ffffff;
}

/*.pharmacy-services .product-card .product-text:hover {*/
/*    background-color: #ED3337;*/
/*    color: #fff;*/
/*    transform: translateY(-50%);*/
/*    transition: transform 0.3s ease;*/
/*    height: auto;*/
/*}*/

/*.pharmacy-services .product-card .product-text:hover a {*/
/*    font-size: 22px;*/
/*    color: #fff;*/
/*}*/

/*.pharmacy-services .product-card .product-text:hover p {*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/

/*.pharmacy-services .product-card .product-text:hover a.readmore-btn {*/
/*    background: #009D57;*/
/*    font-size: 18px;*/
/*    text-transform: Capitalize;*/
/*    font-weight: 600;*/
/*    width: 100%;*/
/*    color: #fff;*/
/*    border-radius: 10px;*/
/*    padding: 10px 22px;*/
/*    -webkit-transition: .5s;*/
/*    transition: .5s;*/
/*    line-height: 23.44px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*}*/

.product-card {
    position: relative;
    overflow: hidden;
}

.product-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}


/*=============================
pharmacy-services section CSS end 
===============================*/

/*ACF Menu CSS Start*/

@media (min-width: 992px) {
    ul#menu-header-menu {
        flex-direction: row !important;
        display: flex;
        margin-right: 0 !important;
    }
}

ul#menu-header-menu {
    margin: auto !important;
    display: flex;
    margin-right: 0 !important;
}

.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item {
    padding: 10px 0;
}

.navbar-area .main-nav .navbar ul#menu-header-menu .current-menu-item a,
.main-nav nav ul#menu-header-menu .menu-item:hover a {
    color: #ED3337;
}
.main-nav nav ul#menu-header-menu>.menu-item+.menu-item {margin-left: 20px;}
.main-nav nav ul#menu-header-menu .menu-item a {
    font-weight: 500;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    /*font-family: catamaran, sans-serif;*/
    font-size: 15px;
}

.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children>a::after {
    border: 0;
    content: '\ea4a';
    font-family: boxicons;
    vertical-align: middle;
    line-height: 1;
    margin-left: 5px;
}

.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children ul.sub-menu {
    color: #212529;
    padding: 0px;
    background-color: #fff;
    flex-direction: column;

}

.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children ul.sub-menu>li {
    padding: 0px;
}

.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children ul.sub-menu li>a {
    border-bottom: 1px dashed #4d5877;
    background: #fff;
    color: #ED3337;
    font-size: 14px !important;
    margin: 0px;
    padding: 7px;
}

.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children ul.sub-menu li>a:hover,
.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children ul.sub-menu li.current-menu-item>a {
    border-bottom: 1px dashed #4d5877;
    color: #fff;
    background: #ED3337;


}
.main-nav nav ul#menu-header-menu>li.current_page_parent>a {
    color: #ed3337;
}
.navbar-area .main-nav .navbar ul#menu-header-menu .menu-item.menu-item-has-children ul.sub-menu li:last-child>a{
    border-bottom: 0;
}


/*ACF Menu CSS End*/

/* Header Search Bar CSS Start */
.navbar-area .main-nav .navbar .other-option  .search-overlay {
    display: none;
    position: relative;
    z-index: 0;
}
/* .navbar-area .main-nav .navbar .other-option  .search-overlay a.form-icon.search-icon {
    position: relative;
    top: 0px;
    left: 40px;
    transition: transform 0.3s ease-in-out;
    z-index: 17;
    font-size: 22px;
    color: #0000007d;
} */
.navbar-area .main-nav .navbar .other-option  .search-overlay a.form-icon {
    position: relative;
    top: 0px;
    right: 55px;
    transition: transform 0.3s ease-in-out;
    z-index: 17;
    font-size: 30px;
    color: #0000007d;
}
.navbar-area .main-nav .navbar .other-option  .search-overlay.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#ed3337b8; 
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-area .main-nav .navbar .other-option  .search-input {
    width: 80%;
    max-width: 700px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px;
}
.navbar-area .main-nav .navbar .other-option  .search-input:focus-visible{
    outline: none !important;
}
/*.navbar-area .main-nav .navbar .other-option  .search-btn{*/
/*    border: none;*/
/*    background-color: #000 !important;*/
/*    padding: 0;*/
/*    line-height: 0;*/
/*}*/
.is-form-style input.is-search-input {


    padding: 30px;

    border: 2px solid #000 !important;
 
    width: 100%;
  
    border-radius: 50px;
    color: #000; 
    font-size: 18px !important; 
}

form.is-search-form.is-form-style.is-form-style-2.is-form-id-89.is-ajax-search {
    width: 80%;
}

.is-search-input::placeholder {
    color: #666; 
    font-size: 18px; 
}

a.readmore-btn.search-page {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    
}

.prescription-services-section .prescription-card:hover a.readmore-btn.search-page {
    color: #009D57;

}

a.readmore-btn.search-page i.bx.bx-right-arrow-alt {
    top: 6px;
    position: relative;
}

a.readmore-btn.search-page .bx-right-arrow-alt:before {
    
    font-size: 1.55rem !important;

}

/* Header Search Bar CSS End */
/* New Css Add */
.product-section .row.products {
	clear:both;
}

.product_result_filter {
	display: flex;
    justify-content: space-between;
}

.product_result_filter .woocommerce-ordering ul {
	margin-left:0;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a{
	color:#fff !important;
}
.woocommerce-breadcrumb a:hover {
	color:#ED3337 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding:70px 0;
}
.woocommerce-tabs ul.tabs {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
	margin-left:0;
    list-style: none;
	border-bottom:1px solid #dee2e6;
}

.woocommerce-tabs ul.tabs li a {
	border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 22px;
    font-weight: 500;
	display: block;
    padding: .5rem 1rem;
    color: #A5A5A5;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.woocommerce-tabs ul.tabs li.active a{
	color: #ED3337 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 22px;
    font-weight: 600;
}
.woocommerce-tabs ul.tabs li.active a:focus {
	outline:none;
}
.woocommerce-Tabs-panel {
	font-size: 17px;
    color: #707070;
    line-height: 1.8;
	margin:10px 0 20px;
}
.woocommerce-Tabs-panel h2 {
	display:none;
}
.woocommerce-product-details__short-description .container{
	padding:0;
}
/* .qib-button-wrapper button.qib-button {
	font-size:32px;
	height:44px;
	border-radius:0;
	width:44px;
	border:none;
	display:flex;
	align-items:center;
	justify-content:center;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
	width:110px;
	height:44px;
	border-radius:0;
	border:none;
	background-color:#F2F2F2;
}
.product-detail .product-detail-text .product-price .buynow-btn {
	height:44px;
} */

#tabs.product-tab {
	padding-bottom:0;
}
.woocommerce-product-gallery__wrapper img {
	width:100%;
}
.woocommerce-product-gallery {
	position:relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position:absolute;
	top:10px;
	right:10px;
}

.product-detail-text.summary {
	margin-top:0;
}

.woocommerce div.product div.images a img {
    height: 100%;
    max-height: 460px;
    object-fit: cover;
	cursor: pointer;
}

button.tgqb-qty-updater{
	font-size:2rem;
	width:44px;
	height:44px;
	padding:0;
	border-radius:0;
	border:0;
	display: flex;
    justify-content: center;
    line-height: 36px;
}

.product-detail .product-detail-text .cart .quantity input {
    height: 44px;
    border: 0;
    width: 110px;
    background: #F2F2F2;
	border-radius:0;
	text-align:center;
}
.product-price lable.screen-reader-text{
	display:none;
}
.product-detail-text .product-price .quantity, .woocommerce-variation-add-to-cart.variations_button .quantity {
	display:flex;
	align-items:center;
}

/* Category single page hide */
.product-detail-text .product_meta {
	display:none;
}
.product-card h2.woocommerce-loop-product__title{
	font-size: 22px;
    font-weight: 600;
    color:#ED3337;
    margin-bottom: 0px;
}

.product-info .add_to_cart_button  {
	font-size: 24px;
	width:auto !important;
}
.woocommerce-Price-amount.amount,
.woocommerce-Price-currencySymbol{
	color:#000 !important;
	padding-left:3px;
}
.product-detail .product-detail-text .product-price .single_add_to_cart_button {
	width: auto !important;
    text-indent: initial !important;
	color:#fff !important;
}
.product-detail .product-detail-text .product-price .single_add_to_cart_button:before {
	display:none !important;
}
.woocommerce-notices-wrapper .message_successfull {
	padding:10px 0;
	background-color:#f5f5f5;
	font-weight:bold;
}

.woocommerce-cart .section{
	padding:60px 0;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
	width:150px;
	max-width:150px;
}
.woocommerce-cart-form tr th,
.woocommerce-cart-form tr td{
	padding:15px;
	border: 1px solid #ebebeb;
}
.woocommerce-cart-form .product-remove {
	padding:0 !important;
	text-align:center;
}
.woocommerce-cart-form .product-remove a {
    font-size: 25px;
	font-weight:bold;
	color:#ED3337;
	padding:5px;
}
.woocommerce-cart-form .product-quantity .quantity {
	display:flex;
}
.woocommerce-cart-form tr td .wcart--coupon {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-cart button.button,
.woocommerce-cart .button,
.woocommerce-checkout button.button,
.woocommerce-checkout .button{
	font-size: 20px;
    font-weight: 500;
    background: #009D57;
    color: #fff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
}
.woocommerce-cart button.button:hover,
.woocommerce-cart .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout .button:hover{
	background: #ED3337;
    border: 1px solid #fff;
}
.wcart--coupon input#coupon_code,
.shop_table input{
	height:42px;
}

.woocommerce .cart-collaterals {
	padding:60px;
	background-color:#f5f5f5;
	border-radius:20px;
	
}
.woocommerce .cart-collaterals h2 {
	margin-bottom:20px;
}
.woocommerce .cart-collaterals .shop_table tr {
   border-bottom: 1px solid #222;
   padding:15px 0;
   display:flex;
   justify-content:space-between;
}
ul.woocommerce-shipping-methods {
	margin:0 0 15px;
	list-style:none;
	padding:0;
}

.shipping-calculator-form p{
	display:flex;
}
.shipping-calculator-form p .select2-container{
	margin-bottom:20px;
}

.shipping-calculator-button {
	margin-bottom:10px;
	display:block;
}
.cart_totals .order-total{
	font-size:20px;
}


.woocommerce .cart-collaterals .shop_table tr th {
	padding-right:20px;
}
.woocommerce-cart-form .shop_table input {
	height:44px;
	
}
.checkout.woocommerce-checkout lable {
	color:#181818;
	font-weight:500;
	
}
.checkout.woocommerce-checkout input {
	width:100%;
	height: 45px;
    padding: 5px 20px;
    background: #fff;
}
.woocommerce-checkout h3 {
	margin-bottom:30px;
}

input#ship-to-different-address-checkbox {
	width:15px !important;
	height:15px !important;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout .wc_yourorder{
	padding: 50px;
    border-radius: 10px;
    background: #F2F2F2;
}

.woocommerce-checkout .woocommerce {
	overflow:hidden;
}
.woocommerce-order-overview,
.woocommerce-order-details{
	margin: 0 0 20px;
    padding-left: 20px;
    background: #f5f5f5;
    padding: 60px;
    border-radius: 20px;
}

.product-detail .product-detail-text form.cart table tr,
.product-detail .product-detail-text form.cart table tr td{
	border:none;
}
.product-detail .product-detail-text form.cart table tr th,
.product-detail .product-detail-text form.cart table tr td select.custom-select-options {
	padding:10px;
}
.product-detail .product-detail-text form.cart table tr td select.custom-select-options{
	width:75%;
}

.wc_yourorder .woocommerce-checkout-review-order tr.cart_item td{
    padding: 15px 15px 0 0;
}

.wc_yourorder .woocommerce-checkout-review-order tr.cart_item .product-name dl dt,
.wc_yourorder .woocommerce-checkout-review-order tr.cart_item .product-name dl dd{
    border: 1px solid #ccc;
    width: 50%;
    padding:8px;
    margin:0 !important;
}

.woocommerce-checkout dl.variation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding-top:15px;
    justify-content: space-between;
}

.woocommerce-checkout dd p {
    margin: 0px;
    line-height: normal;
}



/* M- css add */
.product-card h2.woocommerce-loop-product__title {
    font-size: 22px;
    font-weight: 600;
    color: #ED3337;
    margin-bottom: 0px;
    max-width: 250px;
}


ol.flex-control-nav {
	display:flex;
	align-items:center;
	list-style:none;
	padding-left: 0;
    margin-left: 0;
    margin-top: 24px;
}
ol.flex-control-nav li+li{
	margin-left:15px;
}


@media (max-width: 992px) {
	.woocommerce-cart-form .shop_table input.qty {
		width:50px;
	} 
	.woocommerce-cart-form {
		overflow-x:auto;
		position:relative;
	}
	.astm-search-menu-wrapper {
		display:none !important;
	}
	.woocommerce-checkout #customer_details {
		margin-bottom:20px;
	}
}
.wc_yourorder #order_review tbody tr,
.wc_yourorder #order_review tfoot tr,
.woocommerce-table tbody tr,
.woocommerce-table tfoot tr{
	border-bottom:1px solid #ccc;
}

.wc_yourorder #order_review .shop_table tr,
.woocommerce-table tbody tr,
.woocommerce-table tfoot tr,
.woocommerce-table thead tr{
	display:flex;
	justify-content:space-between;
	padding:10px 0;
}
.wc_yourorder ul.woocommerce-shipping-methods {
	margin-bottom:0;
}

.woocommerce-checkout ul.wc_payment_methods {
	margin:0;
	padding-left:0;
	list-style:none;
	
}
.woocommerce-customer-details .addresses .order_received_wc{
	background-color:#f5f5f5;
	padding:60px;
	border-radius:20px;
	height:100%;
}
.woocommerce-Tabs-panel table.woocommerce-product-attributes {
	width:50%;
}
.woocommerce-Tabs-panel table.woocommerce-product-attributes tr,
.woocommerce-Tabs-panel table.woocommerce-product-attributes td,
.woocommerce-Tabs-panel table.woocommerce-product-attributes th{
	border:1px solid;
}
.woocommerce-Tabs-panel table.woocommerce-product-attributes td,
.woocommerce-Tabs-panel table.woocommerce-product-attributes th {
	padding:10px;
}
.woocommerce-Tabs-panel table.woocommerce-product-attributes td p{
	margin-bottom:0;
}

@media (max-width: 768px) {
	.woocommerce-cart-form tr td .wcart--coupon {
		display:block;
	}
	.woocommerce-cart-form tr td .wcart--coupon .coupon{
		margin-bottom:20px;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail img {
		width:100px;
		max-width:100px;
	}
	.woocommerce-cart .woocommerce {
		overflow:hidden !important;
	}
	.woocommerce-Tabs-panel table.woocommerce-product-attributes {
		width:100%;
	}
}

@media (max-width: 425px) {
	.woocommerce .cart-collaterals,
	.woocommerce-checkout #customer_details, 
	.woocommerce-checkout .wc_yourorder,
	.woocommerce-order-overview, 
	.woocommerce-order-details,
	.woocommerce-customer-details .addresses .order_received_wc{
		padding:30px;
	}
	
	.wc_yourorder #order_review .shop_table tr {
	    display:block;
	}
	.wc_yourorder .woocommerce-checkout-review-order tr.cart_item td {
        width: 100% !important;
        display: block;
    }
    .product-section .product-card .product-text {
        padding: 24px 24px 32px;
    }
    .product-section .product-text .product-info .detail {
        display:block;
        text-align: center;
        
    }
    .product-card h2.woocommerce-loop-product__title {
        max-width: 100%;
        margin-bottom:10px;
    }
    .product-section .product-text .product-info .price-text {
        margin-bottom:20px;
    }
}

@media (max-width: 359px) {
    .woocommerce .cart-collaterals,
	.woocommerce-checkout #customer_details, 
	.woocommerce-checkout .wc_yourorder,
	.woocommerce-order-overview, 
	.woocommerce-order-details,
	.woocommerce-customer-details .addresses .order_received_wc{
		padding:15px;
	}
}



/* 3/7/24 */

/* General table styling */
.variations {
  width: 100%;
  border-collapse: collapse;
}

.variations th,
.variations td {
  padding: 10px;
  border: none;
  text-align: left;
}

/* Custom select dropdown styling */
.custom-select-options {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 8px 32px 8px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

/* Styling for the arrow */
.custom-select-options::after {
  content: '\25BC'; /* Unicode character for down arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Dropdown list styling */
.nice-select.custom-select-options {
  position: relative;
  width: 100%;
}

.nice-select.custom-select-options .current {
  padding: 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nice-select.custom-select-options .list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.nice-select.custom-select-options:hover .list,
.nice-select.custom-select-options.open .list {
  display: block;
}

.nice-select.custom-select-options .option {
  padding: 10px;
  cursor: pointer;
}

.nice-select.custom-select-options .option.selected {
  background-color: #f3f3f3;
}

.nice-select.custom-select-options .option:hover {
  background-color: #ddd;
}

/* Additional custom styles */
.variations .label {
  font-weight: bold;
}

.variations .value {
  width: 100%;
}


/* Order page */
.woocommerce-table__line-item ul.wc-item-meta{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top:15px;
}

.woocommerce-table__line-item ul.wc-item-meta li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px;
}

.woocommerce-table__line-item ul.wc-item-meta li p {
    margin-bottom:0;
}

/*.woocommerce-table__line-item ul.wc-item-meta li:odd {*/
/*    background-color:#ccc;*/
/*}*/


.page-id-16 select.wpcf7-form-control.wpcf7-select.form-control,
.page-id-45 select.wpcf7-form-control.wpcf7-select.form-control {
    display: block !important;
}


.contact-detail-homepage h3{
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
    color: #ED3337;
    font-weight: 600;
    position: relative;
    line-height: 55px;
}
.contact-detail-homepage h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background-color: #ED3337;
}

section.contact-detail-homepage {
    background: #F2F2F2;
    padding: 100px 0;
}
.contact-detail-homepage form .form-group .form-control input,
.contact-detail-homepage form .form-group select,
.contact-detail-homepage input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, 
.contact-detail-homepage input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.form-control{
    height: 50px;
    padding: 5px 20px;
    background: #fff;
}
.contact-detail-homepage .form-group label {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.contact-detail-homepage form .form-group .form-control textarea{
    height: 160px;
}
.contact-detail-homepage .contact-btn input {
    background: #ED3337;
    color: #fff;
    padding: 12px 50px;
    transition: .8s;
    border-radius: 10px;
    cursor: pointer;
        border: none;
}
.contact-detail-homepage .contact-btn input:hover {
    background: #009D57;
}
.page-id-45 .testimonial-section, .page-id-45 .contact-detail-homepage {
    display: none;
}
.copyright-text p a {
    color: #000000;
}




.custom-privacy-policy {
}

.custom-privacy-policy h2 {
    margin-top: 25px;
    font-size: 22px;
    padding-bottom: 8px;
}


.custom-privacy-policy ul {
    margin: 10px 0 20px 20px;
    padding: 0;
}

.custom-privacy-policy li {
    margin-bottom: 8px;
}

.custom-privacy-policy a, .custom-privacy-policy p a {
    color: #ED3337;
    text-decoration: none;
}
.custom-privacy-policy a:hover, .custom-privacy-policy p a:hover  {
    text-decoration: underline;
    color: #000000;
}
.testimonial-section {
}

.homectacontact, .homecontemailmain a:visited {
    color: #ffffff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    grid-gap: 10px;
}

/*.homectacontact:hover {*/
/*    color: #ED3337;*/
/*}*/
.btn-success:hover {
    background-color: #ed3337;
}
span.homectacontactdivider {
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}
.homecontemailmain {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.error-404 {
    background: #F2F2F2;
    padding: 70px 0;
    text-align: center;
}
.servicepost_mainsec {
    background-color: #ffffff;
}
.compounding-card {
    height: 360px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control
 {
    display: block !important;
}
.blog-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}








@media screen and (max-width: 1199px) {
    .main-nav nav ul#menu-header-menu .menu-item a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px;
    }
    .navbar img {
        width: 150px;
    }
    
   
    .copyright-text p {
        font-size: 15px;
    }
    .footer-area .footer-widget ul li a, .footer-area .footer-widget ul li {
        font-size: 14px;
        line-height:normal;
    }
    footer .bx-sm {font-size: 1.05rem !important;}
    .footer-area .footer-widget ul li {margin-bottom: 10px;}
    .footer-area .footer-widget .address-info a {
        font-size: 14px;
        line-height: normal;
    }
    .footer-area .footer-widget .address-info .bx {
    line-height: normal !important;
}
    .container, .container-lg, .container-md, .container-sm {
        max-width: 950px;
    }
   
   
   
    .compounding-card h2 {
        font-size: 18px;
    }
    .compounding-card p {
        font-size: 14px;
    }
    .compounding-card {
        width: 320px ;
    }
  
  
    .help-section h2 {
        font-size: 34px !important;
    }
    
    .homectacontact {
        font-size: 20px;
    }
    .testimonial-section .testimonial-items .testimonial-text {
        height: 310px;
    }
    .blog-card .blog-text h3 a {
        font-size: 19px;
    }
    .blog-card .blog-text p {
        font-size: 15px;
    }
    .blog-img p {
        padding: 10px;
        font-size: 14px;
    }
    
 
    .new-prescription-guide .guide-box {
        width: 400px !important;
    }
    .new-prescri-contact-info p a, .new-prescri-contact-info p
    {
        font-size: 15px !important;
    }
    img.contact-info-boximg {
        width: 22px !important;
    }
    .contact-detail-homepage .form-group label {
        font-size: 16px;
    }    
    textarea.wpcf7-form-control.wpcf7-textarea.form-control.message-field, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control, .contact-detail-homepage input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, .contact-detail-homepage input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.form-control {
        padding: 5px 10px;
        font-size: 14px;
    }
    .footer-top h5 {
        font-size: 18px;
    }
    .footer-top p {
        font-size: 14px;
    }
    .footer-top {
        padding: 20px;
        grid-gap: 10px;
    }
    .footer-area .footer-widget h3 {
        font-size: 18px;
    }
    .pharmacy-services .product-card .product-text a {
        font-size: 19px;
    }
    .bgred-grid-box {
        grid-template-columns: 726px 200px !important;
    }
    .contact-section .contact-card {
        height: 230px;
    }
    .contact-section .contact-card ul li {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .contact-section .contact-card ul li {
        font-size: 13px;
    }
   
    .copyright-text p {
        font-size: 12px;
    }
    .bgred-grid-box-inner h2, .bgred-grid-box-inner p {
        text-align: center;
    }
    .bgred-grid-box {
        grid-template-columns: 526px 200px !important;
    }   
    .testimonial-section .testimonial-items .testimonial-text p {
        font-size: 15px !important;
    }
   
   
    .compounding-card-sec {
        padding: 10px !important;
    }
    /*.new-prescription-guide {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    grid-gap: 20px;*/
    /*    width: 680px !important;*/
    /*    align-items: center;*/
    /*}*/
    .new-prescription-guide ul li {
        font-size: 15px !important;
    }

    .prescription-services-section .prescription-card h3 {
        font-size: 13px;
    }
   
   
    .section-title p {
        max-width: 680px !important;
    } 
    .compounding-card {
        width: 360px;
    }
    .help-section h2 {
        font-size: 28px !important;
    }
    
    .helth-product-section .helth-product-btn:hover {
        background: #ED3337;
        border: 1px solid #fff;
        font-size: 16px;
        padding: 13px;
    }
    
}

@media (max-width: 576px) {

    .help-section h2 {
        font-size: 22px !important;
    }
    
    .homectacontact {
        font-size: 15px;
    }
    .homectacontact img {
        width: 20px;
    }
    .helth-product-section .helth-product-img {
        margin-bottom: -20px !important;
    }
  
    .helth-product-section .helth-product-btn {
        font-size: 15px;
        padding: 10px 15px;
    }
    .testimonial-section .testimonial-items .testimonial-text {
        height: 324px;
    }
    .contact-detail-homepage {
        padding: 50px 0 !important;
    }
    .testimonial-section .testimonial-items .testimonial-text {
        padding: 20px !important;
    }
    .logo img {
        max-width: 220px;
    }
   
    .compounding-card {
        height: 320px;
    }
    
   
    .bgred-grid-box {
        grid-template-columns: repeat(1, 1fr) !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        grid-gap: 20px;
    }
    .contact-section .contact-card ul li {
        font-size: 15px;
    }
    .contact-section .contact-area {
        padding: 20px;
    }
    .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    section.bgred-section {
        margin: 40px 0 40px 0 !important;
    }
}

@media (max-width: 390px) {
    
    
    
    .homecontemailmain {
        flex-direction: column !important;
    }
   
    .product-detail .product-detail-text p {
        font-size: 16px;
    }
    .product-detail .product-detail-text h2 {
        font-size: 24px !important;
    }
    div.wpforms-container-full .wpforms-field-label {
        font-size: 15px !important;
    }
   .new-prescription-guide .guide-box {
        padding: 10px !important;
        width: 330px !important;
        margin: 0 auto;
    }
    .new-prescription-guide h3 {
        font-size: 22px !important;
    }
   
    .new-prescri-contact-info {
        width: 100% !important;
    }
   
  \
    
    .health-advice-section {
        padding: 40px 0px 30px 0px !important;
    }
}

@media only screen and (max-width: 375px) {
    
    
    .compounding-card {
        height: 340px;
    }
   
    .testimonial-section .testimonial-items .testimonial-text p {
        font-size: 13px !important;
    }
    .footer-top img {
        width: 40px;
    }
    .breadcrumb li {
        font-size: 12px;
    }
    .page-title ul li::before {
        content: '\ea50';
        top: -1px;
    }
    .page-title h1 {
        font-size: 24px !important;
    }
    .page-title h1::after {
        content: '';
        width: 33% !important;
        left: -10px !important;
    }
    #wpforms-form-694 h2 {
        font-size: 31px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #wpforms-694 #wpforms-694-field_5, #wpforms-694-field_6, #wpforms-762 #wpforms-762-field_5, #wpforms-762-field_6, #wpforms-781 #wpforms-781-field_5, #wpforms-781-field_6 {
        margin-top: 34px;
    }
    div.wpforms-container-full .wpforms-field-label {
        font-size: 13px !important;
    }
    .new-prescription-guide .guide-box {
        width: 270px !important;
    }
    .new-prescription-guide ul li {
        font-size: 13px !important;
    }
    .new-prescri-contact-info p a, .new-prescri-contact-info p {
        font-size: 15px !important;
    }
    .section-heading {
        font-size: 24px !important;
    }
   
    .blog-card .blog-text h3 a {
        font-size: 18px !important;
    }
    .overlay h2 {
        font-size: 18px;
    }
    .overlay a, .bgred-grid-box-inner a {
        font-size: 13px !important;
        padding: 5px 12px !important;
    }
    .overlay p {
        font-size: 13px !important;
    }
    .mean-container .mean-nav {
        margin-top: 66px !important;
    }
}


.footer-social-media ul li a {
    background: #ed3337;
    padding: 10px 12px;
    border-radius: 50%;
}

.footer-social-media ul {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    margin: 0;
    padding: 0;
}

.footer-social-media ul li {
    list-style: none;
}

.footer-social-media ul li a img {
    margin-bottom: 6px;
}
















.navbar img, .logo img {border-radius:0px;}
p:last-child {margin-bottom:0px !important;}

 img.contact-info-boximg {
        margin-right: 16px;
    }

 .contact-card-grid {
        display: grid;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .contact-card{
        box-shadow: 0 0 10px rgba(136, 136, 136, 37%);
        padding: 40px;
        text-align: center;
        height: 100%;
        border-radius: 20px;
        font-size: 20px;
    }
.clinic-services {
        background: #ffffff;
        margin: 0 auto;
    }
    .clinic-services .prescription-card {
       
        display: flex;
        align-items: center;
        grid-gap: 8px;
    }
    /*.hourly-operation-sec .contact-card {*/
    /*    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);*/
    /*    box-shadow: 0 0 10px rgba(136, 136, 136, 37%);*/
    /*    text-align: center;*/
    /*    padding: 25px;*/
    /*    border-radius: 15px;*/
    /*    margin-bottom: 30px;*/
    /*    height: 430px;*/
    /*}*/

    
   
    .hourly-operation-sec h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 36px;
        color: #181818;
        margin-bottom: 0px;
        text-align: center;
    }
    .hourly-operation-sec .contact-card ul li {
        list-style: none;
        color: #181818;
        font-size: 17px;
        font-weight: 400;
    }
    .hourly-operation-sec .contact-card i {
        color: #fff;
        border: 1px dashed #ED3337;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50px;
        margin-bottom: 20px;
        font-size: 32px;
        background: #ED3337;
    }
   

    .hourly-operation-sec ul {
        margin: 0;
    }
    .hourly-operation-sec ul li.faxbottomspace {
        margin-bottom: 38px;
    }
    
   
.family-grid .product-card .product-text {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 12px;
    z-index: 1;
    text-align: center;
    flex-direction: column;
    transition: .5s;
    position: absolute;
    bottom: 0;
    top: auto;
    background-color: #ec3337;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        border-radius: 0 0 20px 20px;
}
    .family-grid .product-card:hover .product-text {
    background-color: #0098da;
}
    .family-grid {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 80px;
    }
    
   /* Vision Mission Section */
    .vision-mission-section {
      background: #F2F2F2;
    }
    
    .vision-mission-section .section-title {
      font-size: 1.75rem;
      font-weight: 700;
      color: #2c3e50;
      position: relative;
      padding-left: 15px;
    }
    
    .vision-mission-section .section-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 24px;
      background: #1abc9c; /* Theme green accent */
      border-radius: 2px;
    }
    
 
    
    .vision-box, 
    .mission-box {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .vision-box:hover, 
    .mission-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }
    
    /* Quote Section */
    .vision-mission-quote {
      border-left: 3px solid #1abc9c;
      padding-left: 15px;
      font-size: 1.15rem;
      color: #2c3e50;
      font-style: italic;
    }
    .vision-box {
        margin-bottom: 60px;
    }
    
   
    .helth-product-sections .helth-product-info {
        margin-bottom: 14px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .download-form-section {
      padding: 60px 0;
      text-align: center;
      background: #fff;
    }
    
    .download-wrapper .download-btn {
      display: inline-block;
      padding: 10px 25px;
      border: 1px solid #ED3337;
      color: #ED3337;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      margin-top: 20px;
      transition: all 0.3s ease;
    }
    
    .download-wrapper .download-btn:hover {
      background: #ED3337;
      color: #fff;
    }
    
    .download-wrapper h3 {
      font-size: 18px;
      font-weight: 700;
      color: #555;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    
    .download-wrapper p {
      font-size: 15px;
      color: #666;
      max-width: 650px;
      margin: 0 auto;
      line-height: 1.6;
    }
    
    
    
    
    .wpcf7-spinner {
    position: absolute;
}
    
    
    .middle_cnt>section:nth-child(odd) .row {
    flex-direction: row-reverse;
}
    
.footer-area .footer-widget ul .bx-stopwatch {
    bottom: -6px;
    position: relative;
}
.product-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 500px;
}    
.pharmacy-services .product-card .product-img>a {
    width: 100%;
    float: left;
}    

#rx-container #rx-input {
    float: left;
}

#rx-container label {
    width: 100%;
    margin-bottom: 5px;
}

#rx-container #add-rx-btn {
    margin-top: 0;
    height: 43px;
}

#add-rx-btn {
}

#rx-container #rx-input {
    float: left;
}

#rx-container label {
    width: 100%;
    margin-bottom: 5px;
}

#rx-container #add-rx-btn {
    margin-top: 0;
    height: 43px;
}

ul#rx-list li button {
    border: 1px solid #ff0000;
    font-size: 14px;
    padding: 3px 5px;
    margin-left: 10px;
    border-radius: 5px;
    text-decoration: unset;
}

div ul#rx-list li {
    border: 1px solid #cccccc;
    padding: 5px;
    border-radius: 8px;
    padding-left: 10px;
}

ul#rx-list li button:hover {
    background-color: #ff0000;
    color: #ffffff;
}


.wpforms-page-button {
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 12px 50px !important;
    transition: .8s;
    font-size: 16px !important;
}
.wpforms-page-button:hover {background: #009D57 !important;border-color:#009D57 !important;}