@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --app-height: 100svh;
}

h4,
h5 {
    font-family: 'Manrope';
}

body {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

/* * {
    outline: 1px solid red;
}  */

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vh 2vw;
    position: relative;
}

header .main-nav ul {
    display: flex;
    gap: 2vw;
    justify-content: center;
    list-style: none;
}

header .main-nav ul li a {
    font-family: 'Manrope';
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}

header .main-nav ul li.current_page_item a,
header .main-nav ul li.current_page_parent a,
header .main-nav ul li.current-page-ancestor a {
    color: #194894;
}

header .main-nav ul li.current_page_item a::after,
header .main-nav ul li.current_page_parent a::after,
header .main-nav ul li.current-page-ancestor a::after {
    color: #194894;
    transform: translateY(-2px);
}

header .main-nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #194894;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-out;
}

header .main-nav ul li a:hover {
    color: #194894;
    transform: translateY(-2px);
}

header .main-nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

header .auth-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3vw;
}

header .icon-header {
    width: 166px !important;
}

.auth-links a {
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 0.9rem;
    font-weight: 500;
    color: #194894;
    transition: color 0.3s, transform 0.3s;
}

.auth-links a:hover {
    transform: translateY(-2px);
}

header .register {
    background-color: #194894;
    color: #FFFFFF;
    font-family: 'Manrope';
    font-size: 0.9rem;
    font-weight: 500;
    padding: 13px 18px;
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    text-align: center;
    min-width: 133px;
    transition: background-color 0.3s, transform 0.3s;
}

header .register:hover {
    background-color: #163a6e;
    transform: translateY(-2px);
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

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

.rotating {
    -webkit-animation: rotating 2s linear infinite;
}


span.wpcf7-not-valid-tip,
label.error {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 11px !important;
    line-height: 11px !important;
    background: #fb0101;
    padding: 5px 5px 4px !important;
    color: #fff !important;
    z-index: 99;
    font-family: "Inter", sans-serif;
}

span.wpcf7-not-valid-tip:after,
label.error:after {
    content: "";
    left: 5px;
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fb0101;
    border-top: 0;
    content: '';
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    color: #194894 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-family: 'Manrope';
    font-size: 14px !important;
}

.form-alert {
    width: 100%;
    margin: 20px 0;
    color: #194894;
    font-size: 16px;
    font-family: 'Manrope';
}

.form-alert.form-alert-red {
    color: red;
}

.form-control label.error {
    left: 15px;
}



/* ,#video-carousel>div */
/* #content-wrapper-solution>div {
    overflow-y: visible !important;
    overflow-x: clip;
    width: -webkit-fill-available;
} */

#content-wrapper-solution>.image {
    margin-top: -20vh;
}

#content-wrapper-solution {
    padding: 7vh 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    padding-bottom: 0;
}

#content-wrapper-solution .slick-track {
    height: 90vh;
}

#content-wrapper-solution .section-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
}

#content-wrapper-solution .slick-slide {
    padding-inline: 15px;
    transition: .4s all ease-in-out;
}

#content-wrapper-solution .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

#content-wrapper-solution .slick-initialized .slick-slide.slick-current {
    display: flex !important;
    align-items: end;
}

#content-wrapper-solution .slick-initialized .slick-slide.slick-current img {
    height: 80% !important;
}

#content-wrapper-solution .slick-initialized .slick-slide img {
    transition: .4s all ease-in-out;
}

#content-wrapper-solution h1 {
    text-align: center;
    font-family: 'Georgia';
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 3rem;
    width: 35vw;
}

#content-wrapper-solution p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    width: 23vw;
}

#content-wrapper-solution .catalog-button,
#label-services .catalog-button,
#accreditations .catalog-button,
#specialize-section .catalog-button,
#footer-container .catalog-button,
#pictures .catalog-button,
.catalog-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-color: #194894;
    color: #fff;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 1.2rem;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 2rem;
    position: relative;
    z-index: 2;
}

#content-wrapper-solution .catalog-button:hover,
#label-services .catalog-button:hover,
#accreditations .catalog-button:hover,
#specialize-section .catalog-button:hover,
#footer-container .catalog-button:hover,
#pictures .catalog-button:hover,
.catalog-button:hover {
    background-color: #194894;
}


#content-wrapper-solution .catalog-button img,
#label-services .catalog-button img,
#accreditations .catalog-button img,
#specialize-section .catalog-button img,
#footer-container .catalog-button img,
#pictures .catalog-button img,
.catalog-button img {
    transition: transform 0.5s ease-in-out;
}

#content-wrapper-solution .catalog-button:hover img,
#label-services .catalog-button:hover img,
#accreditations .catalog-button:hover img,
#specialize-section .catalog-button:hover img,
#footer-container .catalog-button:hover img,
#pictures .catalog-button:hover img,
.catalog-button:hover img {
    transform: rotate(45deg);
}


#services {
    display: flex;
    flex-direction: column;
    padding: 4vh 3.5vw;
    gap: 2vh;
}

#services .service {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Manrope';
    font-weight: 400;
    /* justify-content: space-between; */
    margin-top: 7vh;
    column-gap: 6vw;
    row-gap: 2.4vh;
    align-items: flex-end;
}

#services .ques {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1.4rem;

}

#services .ques::after {
    content: "";
    display: block;
    width: 7vw;
    height: 0.2vh;
    background-color: #00BAD1;
    margin: 0;
}



#services h1 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 3.3rem;
    width: 65vw;
    line-height: 3.5rem;
}

/* #services .service p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 2vh;
} */

#services .service h2 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 2rem;
    color: #000;
    margin-bottom: 2vh;
}

#services .Quality,
.Customer--Service,
.Delivery,
.Guarantee {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-basis: 46%;
    gap: 1vw;
}

#services .Quality h3,
.Customer--Service h3,
.Delivery h3,
.Guarantee h3 {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1.5rem;
    color: #000;
}

#services .Quality p,
.Customer--Service p,
.Delivery p,
.Guarantee p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.9rem;
    width: 90%;
}

hr {
    border: none;
    border-top: 1px solid rgba(25, 72, 148, 0.5);
}

#video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#video-section .video-container {
    width: 93vw;
    height: 89%;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
}

#video-section .video-container video {
    width: 100%;
    height: 100vh;
    display: flex;
    border-radius: 1.5rem;
    object-fit: cover;

}

#mute-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

#mute-button img {
    width: clamp(1.875rem, 1.21rem + 2.128vw, 3.125rem);
    height: clamp(1.875rem, 1.21rem + 2.128vw, 3.125rem);
}

.pused-button {
    position: absolute;
    bottom: 10px;
    right: clamp(2.5rem, 1.503rem + 3.191vw, 4.375rem);
    cursor: pointer;
    z-index: 10;
}

.pused-button img {
    width: clamp(1.875rem, 1.21rem + 2.128vw, 3.125rem);
    height: clamp(1.875rem, 1.21rem + 2.128vw, 3.125rem);
}

#video-section .play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-item {
    position: relative;
    cursor: pointer;
}

.custom-item .videoPlay {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

.slick-current.slick-active .custom-item .videoPlay {
    opacity: 1;
    visibility: visible;
}


#video-section .play-button::before {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: wave 1.7s linear infinite;
}

@keyframes wave {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(8);
    }
}

/* #video-section .play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
} */


#two-column-sections {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.5vw;
}

#two-column-sections .two-column-section {
    display: flex;
    background-color: #194894;
    border-radius: 2rem;
    overflow: hidden;
}

#two-column-sections .text-content,
#two-column-sections .image-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    gap: 6vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



#two-column-sections .text-content {
    display: flex;
    flex-direction: column;
    padding: 14vh 5vw;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    align-items: self-start;
    justify-content: center;
}


#two-column-sections .text-content h2 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3rem;
    color: #FFFFFF;
}

#two-column-sections .text-content p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: clamp(1rem, 0.821rem + 0.476vw, 1.25rem);
    line-height: 1.4;
    color: #FFFFFF;
}

#two-column-sections .about-button {
    display: flex;
    gap: 18px;
    background-color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 400;
    color: #194894;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 2rem;
}



#two-column-sections .about-button img {
    transition: transform 0.5s ease-in-out;
}

#two-column-sections .about-button:hover img {
    transform: rotate(45deg);
}

#two-column-sections .image-content img {
    width: 46vw;
    height: 100%;
    object-fit: cover;
}

/* #two-column-sections .image-content img:hover {
    transform: scale(1.05);
} */

#specialize-section {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 2vw;
    /*    height: 240vh;*/
    height: 100vh;
}

.specialize-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    padding-left: 2vw;
}

.specialize-left h2 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 3rem;
    color: #000;
    padding: 0vh 2vw 0 0;

}

.specialize-left p {
    font-family: 'Manrope';
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
    color: #000;
    width: 62%;
}

.specialize-buttons {
    display: flex;
    gap: 0.8rem;
}

.register-provider-button {
    background-color: #194894;
    color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 500;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 2.5rem;
    transition: background-color 0.3s;
    font-size: 16px;
}

.register-patient-button {
    background-color: #00BAD1;
    color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 500;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 2.5rem;
    transition: background-color 0.3s;
    font-size: 16px;
}

#specialize-right {
    /*    position: sticky;*/
    top: 0;
    height: 100%;
    /*    width: 400vw;*/
    will-change: transform;
    display: flex;
    /* justify-content: space-between; */
    /*    left: 74vw; */
    /*    gap: 20px;*/
    z-index: 10;
    /*    width: max-content;*/
}

.sticky-container {
    display: flex;
    /*    overflow: hidden;*/
    /*    position: sticky;*/
    top: 0;
    height: 75vh;
    width: 100%;
}

.specialize-categories {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex: 2;
}

.specialize-carousel {
    display: flex;
    justify-content: flex-start;
}

/*.specialize-carousel .carousel-item {
    position: relative;
    padding: 1vh;
    box-sizing: border-box;
}
*/
.specialize-carousel .carousel-item {
    position: relative;
    padding: 13px;
    box-sizing: border-box;
    min-width: 57vh;
}

.carousel-item>img {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    height: 100%;
}

#specialize-right .image-button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #194894;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 1.25rem;
    cursor: pointer;
    transition: background-color 0.1s;
    font-size: 16px;
    font-family: 'Manrope';
    width: 82%;
    text-align: left;
    /* line-height: 3rem; */
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

#specialize-right .image-button>.button-image-container {
    border-radius: 50%;
    background-color: #194894;
    padding: 12px;
    display: flex;
    align-items: center;

}

#specialize-right .image-button img {
    /* width: 1rem; */
    transition: transform 0.5s ease-in-out;
    /* height: auto; */
}

#specialize-right .image-button:hover img {
    transform: rotate(45deg);
}

#specialize-right .image-button img {
    object-fit: cover;
    /* height: auto; */
}

#specialize-right .image-button img:hover {
    transform: scale(1.05);
}

#specialize-section #specialize-right .Add-more h2 {
    text-align: center;
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 3rem;
    color: #000;
}

#specialize-section .Add-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 2vw 1vw;
    justify-content: space-evenly;
    min-width: 430px;

}

.button-image-container img {}

#specialize-section .scroll_container {
    height: 400vh;
}

#specialize-section .horizontal_scroll {
    position: absolute;
    top: 0;
    height: 100%;
    width: 400vw;
    /* Adjust based on the number of categories */
    will-change: transform;
    display: flex;
    justify-content: space-between;
}

#specialize-section .scroll_contents {
    height: 100%;
    width: 100vw;
    background-size: cover;
    /* Ensure images cover the divs */
    display: flex;
    align-items: center;
    justify-content: center;
}

#specialize-section .sticky_wrap {
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
    /* This makes the horizontal scrolling section sticky */
}


#label-services {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5vh;
}



#label-services h2 {
    font-family: 'Georgia';
    font-weight: 500;
    font-size: 3.3rem;
    line-height: 3.2rem;
    text-align: center;
    color: #000;
    width: 54vw;

}

#label-services p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1.1rem;
    width: 57vw;

}

#label-services .picture {
    width: 100%;
    object-fit: cover;
}

#label-services .picture img {
    width: 100%;
    height: fit-content !important;
}


#label-services .text_content h2 {
    font-family: 'Georgia';
    font-weight: 400;
    padding: 5vw;
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 2vh;

}

#faq-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0vw;
    align-items: center;
    padding-bottom: clamp(2.5rem, -0.179rem + 7.143vw, 6.25rem);
}

#faq-container h2 {
    font-family: 'Georgia';
    font-weight: 400;
    text-align: center;
    font-size: 3rem;
    padding: 3vw;
}

#faq-container .accordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#faq-container .accordion-item {
    display: flex;
    border-bottom: 2px solid rgba(25, 72, 148, 0.5);
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

#faq-container .accordion-header {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-family: 'Manrope';
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

#faq-container .accordion-header[aria-expanded="true"] {
    background: transparent;
}

#faq-container .accordion-content {
    font-family: 'Manrope';
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* margin: 1vh 1vw; */
}

#faq-container .accordion-content p {
    margin: 1vh 1vw;
}

#faq-container .accordion-content ul {
    margin: 1vh 1vw;
    margin-top: 10px;
    list-style: disc;
    padding-left: 20px;
}

#faq-container .accordion-content ul li+li {
    margin-top: 5px;
}

#faq-container .accordion-content {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.9rem;
    width: 60vw;
    text-align: left;
}

#faq-container .icon::after {
    content: '\002B';
    font-size: 39px;
    color: #194894;
}

#faq-container .accordion-header[aria-expanded="true"] .icon::after {
    content: '\2212';
}

#accreditations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
    padding: 2vw;

}

#accreditations h1 {
    font-family: Georgia;
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: left;


}

#accreditations>img {
    width: 10vw;
}

#faq-container .accordion-header .icon {
    margin-top: 0;
    margin-left: 0;
    line-height: 1;
}


#ecommerce-partners {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    overflow: hidden;
}

#ecommerce-partners h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 100%;
    padding: 3vw;
    font-family: 'Manrope';
}

.partners-logos-wrapper {
    overflow: hidden;
    position: relative;
}

.partners-logos {
    display: flex;
    justify-content: start;
    gap: 10%;
    animation: scroll-logos 20s linear infinite;
    margin: 3% 0% 0% 0%;
}

.partners-logos img {
    max-height: 60px;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


#review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    padding: 6vh 0 100px;
}

#review h2 {
    text-align: center;
    font-family: 'Georgia';
    font-size: 3.3rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000;
}


#review p {
    font-family: 'Manrope';
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 22px;
    text-align: center;

}

#review .review-slider {
    padding: 1vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    border: solid 1px rgba(25, 72, 148, 0.5);
    border-radius: 1rem;
    height: 28vh;
}
#review .review-slider >p  {
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
    -webkit-line-clamp: 5;    
}
#review .review-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin-top: 4vh; */
    /* margin: 2.5vw; */
    flex-wrap: wrap;
}


#review .reviewer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

#review .review-container .image-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

#review .review-container .image-name img {
    display: none;
}

#review .rev {}

#review .rev img {
    border-radius: 0 !important;
}

#review .reviewer img {
    border-radius: 1rem;
}

#review .reviewer h4,
#review .reviewer h5 {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1rem;
}

#review .review-container p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1rem;
    text-align: left;

}


#review .slick-track {
    display: flex;
    gap: 1.5rem;
}

#review .slick-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    bottom: -5vh;
    background-color: #fff;
    border: 2px solid #194894;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

#review ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#review li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

#review .round-dot {
    width: .7vw;
    height: .7vw;
    border-radius: 50%;
}

#review span {
    margin: 0;
}

#review .slick-active span {
    border-color: #194894;
    width: 2vw;
    border-radius: 1rem;
}



.map-section {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5vh;
    margin-top: 3.5vh;
}

.map-section>.picture>img {
    width: 68% !important;
    height: 83vh !important;
    object-fit: cover;
}

#column-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh 3vw;
}

#column-section-container .column-section {
    display: flex;
    background-color: #194894;
    border-radius: 2rem;
    overflow: hidden;
}

#nextStep:disabled {
    opacity: 0.5;
    cursor: inherit;
}

#column-section-container .text-area,
#column-section-container .image-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
}

#column-section-container .text-area {
    padding: 9vh 2vw;
    gap: 3vh;
}

#column-section-container .text-area h2 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.2rem;
    color: #FFFFFF;
    padding: 0 3vw;
}

#column-section-container .text-area p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFFFFF;
}

#column-section-container .info-button {
    display: flex;
    background-color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 400;
    color: #194894;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 2rem;
    gap: 16px;
    margin-left: 4vw;
}

#column-section-container .info-button img {
    transition: transform 0.5s ease-in-out;
}

#column-section-container .info-button:hover img {
    transform: rotate(45deg);
}

#column-section-container .image-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* #column-section-container .image-area img:hover {
    transform: scale(1.05);
} */


#column-section-container .standards {
    padding: 0 4vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1vh;
}

#column-section-container .standards h3 {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;

}

#column-section-container .Non-Sterile {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;

}

#column-section-container .Non-Sterile span {
    position: relative;
    padding-left: 21px;
}

#column-section-container .Non-Sterile span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    top: 8px;
    left: 0;
}

#column-section-container ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
    padding: 0;
    list-style: none;

}





/* Footer Styling */
.section-divider-footer {
    /* border: none; */
    border-top: 1px solid #194894;
    /* width: 80%; */
    margin: 0;
    clear: both;
}

#footer-container {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    flex-wrap: wrap;
}

#footer-container .quality {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /*     flex: 1; */
    flex-basis: 30%;
}

#footer-container .footer-columns {
    display: flex;
    font-family: 'Manrope';
    font-weight: 400;
    justify-content: space-between;
    /*     flex: 2; */
    flex-basis: 70%;

}

#footer-container .footer-column {
    display: flex;
    flex-direction: column;
    font-family: 'Manrope';
    font-weight: 400;
    justify-content: flex-start;
    gap: 2vw;
}

.quality h2 {
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 3rem;
    line-height: 3rem;
    width: 15vw;
}



.footer-column h3,
.footer-column h4 {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 1.3rem;
    width: max-content;
    line-height: 1.5rem;
    color: #000;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer-column h3::after,
.footer-column h4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #194894;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-out;
}

.footer-column h3:hover,
.footer-column h4:hover {
    color: #194894;
}

.footer-column h3:hover::after,
.footer-column h4:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.quality p,
.footer-column a {
    font-family: 'Manrope';
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #000;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.socialImages a img {
    width: 28px;
    height: 28px;
}

.footer-column a:hover {
    color: #194894;
    text-decoration: underline;
    transform: translateY(-2px);
}

#footer-container .footer-column ul {
    list-style: none;
    padding: 0;
}

#footer-container .footer-column ul li {
    margin-bottom: 0.5rem;
}

#footer-container .footer-column ul li.current_page_item a,
#footer-container .footer-column ul li.current_page_parent a,
#footer-container .footer-column ul li.current-menu-item a,
#footer-container .footer-column ul li.current-page-ancestor a {
    color: #194894;
}

#footer-container .footer-column ul li a {
    text-decoration: none;
    color: #000;
}

#footer-container .footer-column ul li a:hover {
    color: #194894;
    text-decoration: underline;
    transform: translateY(-2px);
}

.section-divider {
    border: none;
    border-top: 1px solid #194894;
}

.coppyRight {
    text-align: center;
    font-family: 'Manrope';
    font-weight: 400;
    padding: 3vh;

}

.coppyRight a {
    color: #000;
    text-decoration: navajowhite;
}

.coppyRight a:hover {
    color: #194894;
}

.coppyRight p {
    font-family: 'Manrope';
    font-size: 0.9rem;
    color: #000;
    margin: 0;
}

.socialImages {
    display: flex;
    gap: 1rem;
}


#synergy-section {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    padding: 2vw;

}

#synergy-section .synergy-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    text-align: center;
    padding: 18vh 21vw;
}

#synergy-section .synergy-content h2 {
    font-family: 'Georgia';
    font-size: 3.3rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    padding: 0vh 5vw;
}


#synergy-section .synergy-content p {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0 12vw;


}

#synergy-section .register {
    display: flex;
    background-color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    border-radius: 2rem;
    position: relative;
    justify-content: center;
    padding: 15px 30px;
    gap: 25px;
}




#synergy-section .register img {
    transition: transform 0.5s ease-in-out;
}

#synergy-section .register:hover img {
    transform: rotate(45deg);
}

#mute-button img #pictures {
    display: flex;
    flex-direction: column;
    padding: 13vh 4vw;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 6vh;
    height: 250vh;
}

#pictures h2 {
    font-family: 'Georgia';
    font-size: 3.3rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 0vh 5vw;
}

#pictures .scrolling {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

#pictures .scrolling p {
    margin-left: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #000;
}

#pictures .ellipse {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-right: 1px solid transparent;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    box-sizing: border-box;
}

#pictures .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    /* Allow the wrapper to take up available space */
    width: 100%;
}

#pictures .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 70%;
    height: 170vh;
    position: sticky;
    top: 0;
}


#pictures .card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    transition: transform 0.8s;
    gap: 4vh;
}

#pictures .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

#pictures .middle-card img {
    width: unset !important;
    height: unset !important;
    object-fit: contain;
}

#pictures .middle-card .catalog-button img {
    width: 16px !important;
    overflow: visible;
}

#pictures .middle-card {

    background-color: #fff;
    border-radius: 1.5rem;
}

#pictures .card-level1 {
    z-index: 7 !important;
}

#pictures .card-level2 {
    z-index: 8 !important;

}

#pictures .card-level3 {
    z-index: 9 !important;

}

#pictures .card-level4 {
    z-index: 10 !important;

}

#pictures .card-hidden {
    z-index: 0 !important;

}



#pictures .grid-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

#pictures .grid-item img:hover {
    transform: scale(1.05);
}

#pictures .grid-item h2 {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #194894;
    margin-bottom: 1rem;
}

#pictures .grid-item .catalog-button {
    display: inline-block;
    background-color: #194894;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 2.4rem;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

#pictures .grid-item .catalog-button img {
    margin-left: 0.5rem;
    transition: transform 0.5s ease-in-out;
}

#pictures .grid-item .catalog-button:hover img {
    transform: rotate(45deg);
}


/****************************************catalog style*********************************************************/
#catalog {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

#catalog .filter-section {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-basis: 18%;
    border: 1px solid #F3F3F3;
    padding: 1vw;
    margin: 2vw;
    border-radius: 20px;
}

#catalog .woocommerce-product-search {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

#catalog .woocommerce-product-search h1 {
    font-family: 'Georgia';
    color: #000;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 22px;
}

#catalog .search-box,
#catalog .aws-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

#catalog .search-field,
#catalog .aws-search-field {
    width: 100%;
    padding: 1vh 1vw;
    border: 1px solid #194894;
    border-radius: 1.5rem !important;
    font-family: Manrope;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 19.12px;
    text-align: left;
}

#catalog input[type="search"]::-webkit-search-cancel-button {
    margin-right: 2vw;
}

#catalog .search-button,
#catalog .aws-search-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

#catalog .search-button img {
    width: 20px;
    height: 20px;
}

#catalog .aws-search-btn svg {
    display: none;
}

#catalog .aws-search-btn:before {
    position: absolute;
    content: "";
    background: url(../assets/images/search.svg) no-repeat;
    width: 17px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

#catalog .aws-search-field::-webkit-input-placeholder {
    color: #000;
}

#catalog .aws-search-field::-moz-placeholder {
    color: #000;
}

#catalog .aws-search-field:-ms-input-placeholder {
    color: #000;
}

#catalog .aws-search-field:-moz-placeholder {
    color: #000;
}

#catalog .bapf_head h3 {
    font-family: 'Georgia';
    color: #000;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

#catalog .bapf_sfilter ul li {
    list-style: none;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

#catalog .bapf_sfilter .bapf_body .mCSB_container>ul,
#catalog .bapf_sfilter .bapf_body>ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.9vw;
    max-height: 415px;
    overflow-y: auto;
    padding-right: 10px;
}

#catalog .bapf_sfilter .bapf_body>ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

#catalog .bapf_sfilter .bapf_body>ul::-webkit-scrollbar-track {
    box-shadow: none;
}

#catalog .bapf_sfilter .bapf_body>ul::-webkit-scrollbar-thumb {
    background-color: #0056b3;
    border-radius: 10px;
}

#catalog .bapf_sfilter {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

#catalog .bapf_sfilter.bapf_ckbox label {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
}

#catalog .bapf_sfilter.bapf_ckbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    transform: translate(-50%, -50%);

}

#catalog .bapf_sfilter.bapf_ckbox input[type="checkbox"]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: 2px solid #194894;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s;
}

#catalog .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked+label::after {
    content: '';
    position: absolute;
    left: 0.375rem;
    top: 0.4375rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #194894;
}

#catalog .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked+label::before {
    border-color: #194894;
}

#product-section .fav-icon,
#product-section .product-item img,
.fav-icon {
    width: 100% !important;
    height: 100% !important;
}

.line {
    color: #194894;
    width: 15vw;
    margin: 2vw 0;
}

.catalog-section {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 76%;
    gap: 1vh;
    padding: 4vh 2vw;
    width: 100%;
}

#catalog .catalog-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
}

.product-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 2vw;
    margin: 0 -19px;
    width: 100%;
}

#catalog .catalog-header h1 {
    font-family: 'Georgia';
    font-size: 2rem;
    font-weight: 400;
    line-height: 48px;
    flex: 1;
}

.sort-options {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.sort-options span {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 19.12px;
}

.sort-options span strong {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 19.12px;
}

.woocommerce-ordering select {
    border: none;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 19.12px;
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

#related-medications .catalog-list .slick-slide {
    padding: 1vw;
}

.product-item {
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 2vh;
    width: 25%;
    padding: 0 19px;
}

.catalog-list>.product-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image-wrapper .woocommerce-loop-product__link {
    position: relative;
    padding: 3rem 2.2rem;
    background: rgba(25, 72, 148, 0.1);
    border-radius: 20px;
    display: block;
    line-height: 0;
}

#related-medications .image-wrapper img {
    width: 100%;
    height: 100%;
    /* object-fit: none !important; */
    object-fit: contain;
}

#catalog .badge-favorite-container {
    position: absolute;
    top: 1vh;
    right: 1vw;
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge {
    position: absolute;
    top: 15px;
    right: clamp(1.563rem, 1.164rem + 1.277vw, 2.313rem);
    color: #000;
    background: rgba(25, 72, 148, 0.102);
    padding: 5px 15px;
    text-align: center;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    z-index: 1;
    border-radius: 5px;
}

#catalog .favorite-button,
#related-medications .favorite-button,
.favorite-is-not-login,
#product-section .favorite-button {
    position: absolute;
    top: clamp(0.375rem, -0.027rem + 1.071vw, 0.938rem);
    left: clamp(1.563rem, 1.164rem + 1.277vw, 2.313rem);
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    width: clamp(1.563rem, 1.071rem + 1.31vw, 2.25rem);
    height: clamp(1.563rem, 1.071rem + 1.31vw, 2.25rem);
    border-radius: 8px;
    padding: clamp(0.313rem, 0.179rem + 0.357vw, 0.5rem);
    background: rgba(25, 72, 148, 0.102);
}

#related-medications .favorite-is-not-login,
#related-medications .favorite-button,
#product-section .favorite-is-not-login,
#product-section .favorite-button {
    left: clamp(0.375rem, -0.027rem + 1.071vw, 0.938rem);
}

#related-medications .badge {
    right: 15px;
}

.product-item h2,
.product-title {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.product-item .woocommerce-loop-product__link {
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}

#product-section .product-item .product-title {
    margin-top: 10px;
}

.product-item h2:hover {
    text-decoration: underline;
    color: #194894;
}

.product-item p {
    font-family: 'Manrope';
    font-size: .9rem;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.product-item p a {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.product-item p a:hover {
    border-bottom-color: #194894;
    color: #194894;
}

/*****************************************product item info****************************************************/
#container {
    display: flex;
    justify-content: space-between;
    gap: 3vw;
    padding: 6vh 6.5vw;
}

#container.product-info-box {
    flex-wrap: wrap;
    gap: 0;
}

.product-info-box .product-back {
    padding: 5px;
    margin-bottom: 10px;
}


.image-container {
    position: relative;
    padding: 6vh;
    background: #e8ecf4;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

.image-container div {
    height: 100%;
    width: 100%;
}

/* WooCommerce Product Gallery Styles */
.woocommerce-product-gallery {
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
}

.woocommerce-product-gallery--with-images {
    /* Add any additional specific styles for the gallery with images */
}

.woocommerce-product-gallery--columns-4 {
    /* Add any specific styles for columns */
}

/* WooCommerce Product Gallery Wrapper */
.woocommerce-product-gallery__wrapper {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 3/3; Uncomment if you want to use aspect ratio */
}

/* WooCommerce Product Gallery Image */
.woocommerce-product-gallery__image {
    height: 100%;
}

/* Image Anchor Tag Styles */
.woocommerce-product-gallery__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Image Styles */
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: revert-layer !important;
    object-fit: contain;
}

.image-container img {
    display: flex;
    width: 100%;
}

.details-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

.details-container p {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.details-container h1 {
    font-family: Georgia;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    word-break: break-all;
}

.details-container .variations_form.cart {
    width: 100%;
    display: block;
}

.product-info {
    padding: 5vh 13vw;
}

.details-container .product-info {
    display: flex;
    margin-top: 3vh;
    padding: 0;
    margin-bottom: 3vh;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(25, 72, 148, 0.5);
    padding-bottom: 35px;
    margin-bottom: 0;
}

.details-container .product-info .availability {
    margin-left: 15px;
    font-size: 14px;
    color: #000;
    font-family: 'Manrope';
}

.details-container .product-info .availability a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.details-container .product-info .product-type {
    position: relative;
    left: 0;
    top: 0;
    width: unset;
    background: rgba(25, 72, 148, 0.1);
    color: #000;
    padding: 10px 20px;
    /* text-align: center; */
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 5px;
}

.details-container .product-info .product-type~.product-type {
    margin-left: 8px;
}

.product-type {
    position: absolute;
    top: 45vh;
    left: 42vw;
    width: 11%;
    background: rgba(25, 72, 148, 0.1);
    color: #000;
    padding: 10px;
    text-align: center;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 5px;
}

.details-container hr {
    color: rgba(25, 72, 148, 0.5);
}

.details-container .info-table {
    width: 100%;
}


.details-container .info-table .table-row {
    display: flex;
    justify-content: space-between;
    padding: 0.8vw 0;
    padding-top: 0;
}

.details-container .info-table .table-row:first-child {
    padding-top: 0;
}

.details-container .info-table .table-row:last-child {
    padding-bottom: 0;
}

.details-container .info-table .table-title {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.composition-table {
    border: 1px solid #abb8c3;
    border-radius: 10px;
}

.composition-table li {
    display: flex;
    justify-content: space-between;
}

.composition-table li:not(:first-child) {
    border-top: 1px solid #abb8c3;
}

.composition-table span {
    display: block;
    padding: 8px 12px;
    min-width: 180px;
    text-align: left;
}

.composition-table span:last-child {
    text-align: right;
    border-left: 1px solid #abb8c3;
    min-width: 100px;
    width: 25%;
}

.details-container .info-table .compositions-table-row .table-data {
    width: 100%;
    margin-top: 8px;
    max-width: 100%;
}

.details-container .info-table .compositions-table-row.table-row {
    display: block;
}



.details-container .info-table .table-data {
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 422px;
    text-align: justify;
}

.variations .table-data.value select {
    display: none;
}

.details-container .product-button {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #194894;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 55px;
    position: relative;
}

.product-button:hover {
    background-color: #194894;
}


.product-button img {
    transition: transform 0.5s ease-in-out;
}

.product-button:hover img {
    transform: rotate(45deg);
}

#related-medications {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2vh 6vw;
    gap: 3vh;
}

#related-medications .related-medications-title {
    font-family: 'Georgia';
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;

}

#related-medications .image-wrapper,
#favorites .image-wrapper {
    position: relative;
    background: rgba(25, 72, 148, 0.1);
    border-radius: 20px;
    padding: 1vw;
}

#related-medications .product-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

/*****************************************aboutUs****************************************************/


#Qualities-section {
    display: flex;
    flex-direction: column;
    gap: 6vh;
    padding: 7vh 3.5vw 0vh 3.5vw;
}

#Qualities-section h2 {
    font-family: 'Georgia';
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    width: 82%;
}

#tab-horizontal {
    display: flex;
}

#tab-horizontal .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

#tab-horizontal .right {
    flex: 2;
    padding: 3vw;
}

#tab-horizontal .right img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
    border-radius: 1.5rem;
}

.tabHeaderItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5vh 4vw;
    background-color: #FBFBFB;
    gap: 4vh;
    border-radius: 1rem;
    cursor: pointer;
}

.tabHeaderItem.active {
    background-color: #194894;
}

#tab-horizontal .left .tabHeaderItem.active h3 {
    color: #FFFFFF;

}

#tab-horizontal .left .tabHeaderItem h3 {
    font-family: 'Manrope';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 48px;

}

#tab-horizontal .left .tabHeaderItem.active p {
    color: #fff;
}

#tab-horizontal .left .tabHeaderItem p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

.tabHeaderItem .about-button {
    display: flex;
    background-color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 400;
    color: #194894;
    padding: 1.5vh 2vw;
    /* width: 7vw; */
    text-decoration: none;
    border-radius: 1.5rem;
    position: relative;
    gap: 2vw;
    display: none;
}

.tabHeaderItem .about-button.active {
    display: flex;
}


.tabHeaderItem .about-button img {
    transition: transform 0.5s ease-in-out;
}

.tabHeaderItem .about-button:hover img {
    transform: rotate(45deg);
}

.tabHeaderItem .image-content img {
    width: 48vw;
    object-fit: cover;
}

.tabHeaderItem .image-content img:hover {
    transform: scale(1.05);
}

#meetTeam {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    padding: 2.5vw;
    position: relative;
}

@media (min-width: 1366px) and (max-width: 1440px) {
    #meetTeam .personCard:hover img {
        object-fit: contain;
        height: 80%;
        top: 1rem;
    }
}

#meetTeam h2 {
    font-size: 3.3rem;
    font-family: 'Georgia';
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

#meetTeam>p {
    text-align: center;
    font-family: 'Manrope';
    width: 60%;
    font-weight: 500;
    font-size: 1.1rem;
}

#meetTeam .personCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 1rem;
    font-family: "Manrope", sans-serif;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    margin-top: 46px;
    padding-bottom: 40px;
}

#meetTeam .personCard .personCard-content-box {
    padding: clamp(0.938rem, 0.268rem + 1.786vw, 1.875rem);
    text-align: center;
    font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
    font-family: 'Manrope';
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 290px;
}

#meetTeam .personCard div {
    position: relative;
}

.personCard-img-box {
    position: relative;
    aspect-ratio: 0.93/1;
    height: clamp(25rem, 19.286rem + 15.238vw, 43rem);
    width: 100%;
    display: flex;
    align-items: start;
    margin-bottom: 25px;
    margin-top: -46px;
}

#meetTeam .personCard div img {
    position: absolute;
    height: 100%;
    z-index: 99;
    width: 100%;
    transition: all 0.4s ease-in-out;
    /*    transition: transform 0.3s ease, z-index 0s;*/
    object-fit: cover;
    border-radius: 1rem;
}

#meetTeam .personCard:hover img {
    object-fit: contain;
}

.personCard-content-box p {
    max-height: 246px;
    overflow-y: auto;
    padding-right: 20px;
    color: #fff;
}

/* For Webkit browsers (Chrome, Safari) */
.personCard-content-box p::-webkit-scrollbar {
    width: 5px;
}

.personCard-content-box p::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.personCard-content-box p::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.personCard-content-box p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#meetTeam .personcarousel {
    width: 90vw;
    padding: 4vh 0;
}

#meetTeam .personcarousel>div {
    width: 90vw;
    padding: 4vh 0;
    overflow-x: clip;
    overflow-y: visible;
}

#meetTeam .personCard:hover {
    background-color: #194894;
}

.personCard:hover div img {
    transform: translateY(-30%) scale(0.5);
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
}

.personCard h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.personCard div p,
.personCard h4,
.personCard h5,
.personCard h6 {
    transition: all 0.4s ease-in-out;
    text-align: center;

}

.personCard div p {
    opacity: 0;
}

.personCard:hover div p,
.personCard:hover h4,
.personCard:hover h5,
.personCard:hover h6 {
    color: #fff;
    opacity: 1;

}

.personCard h5 {
    color: #194894;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}

.personCard h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.personCard-prev,
.personCard-next {
    background: none;
    border: none;
    color: #000;
    font-size: 2rem;
    position: absolute;
    transform: translateY(-50%);
}

#meetTeam .personCard-prev {
    left: 2rem;
    top: 60%;
}

#meetTeam .personCard-next {
    right: 2rem;

    top: 60%;
}



/*video caroussel - About page*/
#video-carousel-container {
    padding: 0 1vw 10vh;
    border-radius: 1.5rem;
    margin: 2vw 0;
    position: relative;
    /* overflow: hidden; */
}

.video-carousel-wrapper {
    position: relative;
}

#video-carousel {
    display: flex;
    position: relative;
    transition: transform 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    max-width: 95%;
    margin: auto;
}

#video-carousel-container .custom-item {
    transition: transform 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*    transform: scale(1.4);*/
    transition: all 0.4s ease-in-out;
}

#video-carousel-container .slick-slide.slick-active .custom-item {
    z-index: 1;
}

#video-carousel-container .slick-current .custom-item {
    padding-block: 6rem;
    transform: scale(1.5);
    z-index: 2 !important;
}

#video-carousel-container .slick-slide:not(.slick-current) .custom-item {
    pointer-events: none;
    padding-block: 6rem;
}

#video-carousel-container .custom-item video {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    transition: transform 0.5s ease-in-out;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

#video-carousel-container .custom-item {
    position: relative;
}

#video-carousel-container .custom-item.is-loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 12;
}

#video-carousel-container .custom-prev,
#video-carousel-container .custom-next {
    background: none;
    border: none;
    color: #000;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#video-carousel-container .custom-prev {
    left: 1vw;
}

#video-carousel-container .custom-next {
    right: 1vw;
}

#video-carousel-container .slick-center video {
    /* transform: scale(1.5); */
    z-index: 10;
}

#video-carousel-container .slick-slide:not(.slick-center) .custom-item video {
    transform: scale(1);
    z-index: 1;
}

#play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

/* END - video caroussel - End*/

#pillsjiuce {
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    min-height: 1020px;
}

#pillsjiuce+#pictures {
    padding-block: clamp(2.5rem, 0.505rem + 6.383vw, 6.25rem);
}

/*#pillsjiuce+#pictures .content-wrapper {
    margin-top: 40px;
}*/

#pillsjiuce .pillsjiuce-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    padding: 6vh 27vw;
}

#pillsjiuce p {
    color: #fff;
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

#pillsjiuce h2 {
    font-size: 3rem;
    font-family: 'Georgia';
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;

}

#pillsjiuce .about-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 400;
    color: #194894;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 2rem;
    position: relative;
    gap: 24px;
    font-size: 1.2rem;
}

#pillsjiuce .about-button img {
    transition: transform 0.5s ease-in-out;
    margin-left: 0;
}

#pillsjiuce .about-button:hover img {
    transform: rotate(45deg);
}

#pillsjiuce .image-content img {
    width: 48vw;
    object-fit: cover;
}

#pillsjiuce .image-content img:hover {
    transform: scale(1.05);
}


/*************************************************patient's page******************************************/
#patient {
    display: flex;
}

#patient .text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    gap: 2vw;
    padding: 2vw;
}

#patient .text-section h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    width: 34vw;

}

#patient .text-section p {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    width: 30vw;

}

#patient .image-section {
    display: flex;
    flex: 2;
    padding: 2vw;
    justify-content: center;
}

#patient .image-section img {
    width: 100%;
    object-fit: cover;
}

#patient .text-section .register-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #194894;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.9rem;
    color: #fff;
    padding: 14px 26px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    gap: 20px;
}

#patient .register-button:hover {
    background-color: #194894;
}


#patient .register-button img {
    transition: transform 0.5s ease-in-out;
}

#patient .register-button:hover img {
    transform: rotate(45deg);
}

#best-service-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 7vh 3.5vw;
}

#best-service-wrapper .service-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    align-items: center;
    text-align: center;

}

#best-service-wrapper .service-description h1 {
    font-family: 'Georgia';
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 48px;
    width: 50vw;
}

#best-service-wrapper .service-description p {
    font-family: 'Manrope';
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    width: 48vw;
}


#best-service-wrapper .service-description img {
    width: 100%;
    object-fit: cover;
}

#products-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#products-container .products-header {
    display: flex;
    padding: 2vw;
    justify-content: space-between;
}

#products-container .bapf_head h3 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: center;

}

#products-container .products-header .view-full-button {
    display: flex;
    background-color: #194894;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
    padding: 1rem;
    text-decoration: none;
    border-radius: 1.5rem;
    position: relative;
    justify-content: center;
    width: 12%;

}

#products-container .view-full-button:hover {
    background-color: #194894;
}


#products-container .view-full-button img {
    margin-left: 2vw;
    transition: transform 0.5s ease-in-out;
}

#products-container .view-full-button:hover img {
    transform: rotate(45deg);
}

#catalog #toggle-filters {
    display: none;
}

/* #products-container .catalog-list {

    display: flex;
    padding: 2vw;
}

#products-container .catalog-list .categories {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 700;
    line-height: 47px;
    color: #000;
    text-decoration: none;

}

#products-container .catalog-list .categories a {
    text-decoration: none;
    color: #000;
}

#products-container .catalog-list .categories a:hover {
    color: #194894;
    text-decoration: underline;


}

#products-container .catalog-list .product-card-item {
    flex: 4;
    width: 22%;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;

}

#products-container .catalog-list .image-card-wrapper {
    position: relative;
    padding: 9vh;
    background: rgba(25, 72, 148, 0.1);
    border-radius: 20px;
}

#products-container .catalog-list .image-card-wrapper img {
    width: 100%;
    display: block;
}


#products-container .catalog-list .badge-card {
    position: absolute;
    top: 1vh;
    left: 10vw;
    width: 35%;
    background: rgba(25, 72, 148, 0.1);
    color: #000;
    padding: 10px;
    text-align: center;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 5px;
}

#products-container .catalog-list .product-card-item h2 {
    font-family: ' Manrope';
    font-size: 2rem;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding: 1vw;
    text-overflow: ellipsis;


}

#products-container .catalog-list .product-card-item p {
    font-family: 'Manrope';
    font-size: 10px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}
 */
/* .next-button {
    border-radius: 50%;
    background-color: #194894;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
} */




/*************************************contact us style*****************************************************/
#contact-section {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    background-size: cover;
    background-position: center;
    margin: 0 2vw;
    text-align: center;
    border-radius: 1.5rem;
    gap: 4vw;
    padding: 45px 130px;
}

/* Styling for the contact-left section */
#contact-section .contact-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 55px;
    max-width: 464px;
}

#contact-section .contact-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

#contact-section .contact-header h2 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: left;
}

#contact-section .contact-header p {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: left;
    padding: 0vh 4vw 0 0;
}

#contact-section .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

#contact-section .contact-info .address,
#contact-section .contact-info .phone,
#contact-section .contact-info .mail {
    display: flex;
    align-items: center;
    gap: 1vw;
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: left;
}

#contact-section .contact-info .address .icon-contact,
#contact-section .contact-info .phone .icon-contact,
#contact-section .contact-info .mail .icon-contact {
    width: 1.5vw;
}




#contact-section .contact-info .address a,
#contact-section .contact-info .phone a,
#contact-section .contact-info .mail a {
    text-decoration: none;
    color: #fff;
}

/* Styling for the contact-options section */
#contact-section .contact-options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    padding: 1vw 6vh;
    flex: 1;
}

#contact-section .contact-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    position: relative;
}

#contact-section .contact-option .imageContact {
    width: 100%;
    border-radius: 1.5rem;
}

#contact-section .contact-option .button-container {
    position: absolute;
    bottom: 2vw;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#contact-section .contact-option .contact-button {
    background-color: #fff;
    border: none;
    padding: 19px;
    cursor: pointer;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    text-decoration: none;
    color: #194894;
    font-size: 1rem;
    font-family: 'Manrope';
    font-weight: 500;
    transition: all .5s ease-in-out;
}



#contact-section .contact-option .contact-button .arrow-contact {
    /* width: 1rem;
    height: 1rem; */
    background-color: #194894;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    transition: all .5s ease-in-out;
}

#contact-section .contact-option .contact-button:hover {
    background-color: #194894;
    color: #fff;
}

#contact-section .contact-option .contact-button img {
    transition: all 0.5s ease-in-out;
}

#contact-section .contact-option .contact-button:hover img {
    transform: rotate(45deg);
}

#directions-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8vh;
    align-items: center;
    gap: 2vw;
}

#directions-section h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: center;

}

#directions-section p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;


}

#directions-section .map-container iframe {
    width: 93vw;
    height: 73vh;

}

/******************************************contactus patient**************************************************/
#form-wrapper {
    background-color: white;
    border-radius: 1rem;
    padding: 40px 50px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    max-width: 550px;
}

#form-wrapper .form-switcher {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 30px;
    gap: 14px;
    align-items: center;

}

#form-wrapper .form-switcher>p {
    display: flex;
    justify-content: flex-start;
    gap: 0.5vw;
    flex-direction: row;
    align-items: flex-start;

}

#form-wrapper .form-toggle-button {
    background-color: transparent;
    padding: 11px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Manrope';
    font-weight: 500;
    box-shadow: none;
    border: 1px solid rgba(25, 72, 148, 1);
    line-height: 1;
    color: #000;
    text-decoration: none;
    min-width: 141px;
}

#form-wrapper .form-toggle-button.active,
#form-wrapper .form-toggle-button:hover {
    background-color: #194894;
    color: white;
    font-size: 1rem;
    font-family: 'Manrope';
    font-weight: 500;
}

#form-wrapper p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wpcf7-form .form-control {
    position: relative;
}

.form-control .select2-selection--multiple,
.form-control .select2-selection--single,
.form-control .wpcf7-form-control {
    width: 100%;
    padding: 17px 23px;
    border-radius: 16px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    color: #000;
    justify-content: flex-start;
    gap: 1vh;
    font-family: 'Manrope';
    font-weight: 500;
    background-color: #FBFBFB;
    display: block !important;
    min-height: auto !important;
    border: none !important;
	resize:none;
}


.form-control .wpcf7-form-control:-internal-autofill-selected {}



.form-control .select2-selection--multiple,
.form-control .select2-selection--single {
    padding: 14px 19px;
}

.form-control select.wpcf7-form-control,
.form-salutation select {
    /* padding: 0 !important; */
    appearance: none;
    position: relative;
    background-image: url(../assets/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
}

/* .form-control select.wpcf7-form-control::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
} */

.form-control .select2-container .select2-search__field::placeholder,
.form-control .wpcf7-form-control::placeholder {
    color: #194894;
    opacity: 1;
    font-size: 1rem;
    font-family: 'Manrope';
    font-weight: 500;
}

.form-control .wpcf7-form-control.wpcf7-textarea {
    resize: none;
    height: auto;
    color: #194894;
    font-size: 1rem;
    font-family: 'Manrope';
    font-weight: 500;
    max-height: 120px;
}

.form-control .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form-control .select2-container--default .select2-selection--single .select2-selection__choice {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 13px;
    background-color: #194894;
    color: #fff;
    border: none;
    padding: 3px 8px 5px;
    border-radius: 3px;
    line-height: 1;
}

.form-control .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.form-control .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}

.form-control .select2-container--default .select2-selection--multiple .select2-selection__clear,
.form-control .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    color: #194894;
    width: 20px;
    height: 20px;
    margin: 0;
    line-height: 17px;
    font-size: 25px;
    font-weight: 300;
}

.form-control .dropdown-wrapper {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../assets/images/select-arrow.svg) no-repeat;
    background-position: center;
    pointer-events: none;
}

.select2-results__option {
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: 500;
}

.select2-container--open .select2-dropdown--below {
    border: none;
    margin: 5px 0;
    border: 1px solid #dfdddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fbfbfb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #194894;
    color: white;
}

.form-control .select2-container .select2-search__field {
    margin-top: 2px;
    font-size: 18px !important;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    cursor: pointer;
}

#form-wrapper .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

#form-wrapper .dropdown-toggle {
    width: 100%;
    padding: 1vw;
    border-radius: 0.3125rem;
    border: none;
    background-color: #FBFBFB;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-family: 'Manrope';
    font-weight: 500;
    color: #194894;

}

#form-wrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 100%;
    padding: 2vw 0vh;
    border-radius: 1rem;
    border: 1px solid #ccc;
}

#form-wrapper .dropdown-content p {
    display: flex;
}

#form-wrapper .dropdown-content label {
    display: flex;
    justify-content: flex-start;
    gap: 1vw;
}

#form-wrapper .dropdown-toggle span {
    transition: transform 0.3s ease;
}

#form-wrapper .dropdown-toggle.open span {
    transform: rotate(180deg);
}


#form-wrapper .wpcf7-list-item input[type="checkbox"] {
    display: none;
}


.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

#provider-form,
#patient-form {
    padding: 0
}

/* #form-wrapper .wpcf7-submit {
    background-color: #194894;
    color: white;
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 1vw;
    font-family: 'Manrope';
    font-weight: 400;
    padding: 2vh 2vw;
    max-width: 160px;
    border-radius: 80px;
    align-items: center;
}

#form-wrapper .wpcf7-submit:hover {
    background-color: #194894;
}

#form-wrapper .wpcf7-submit img:hover {
    transition: transform 0.5s ease-in-out;

    transform: rotate(45deg);

} */

/******************************************quality first****************************************/

#quality-standards {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#quality-standards h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;


}

#quality-standards .quality-cards {
    display: flex;
    justify-content: center;
    gap: 5vw;
    text-align: center;
    padding: 4vw;

}

#quality-standards .quality-card {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    text-align: left;
    gap: 3vw;
    flex-direction: column;
    padding: 2rem;
    border-radius: 1rem;
    background: #FBFBFB;


}

#quality-standards .quality-card h3 {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 1.5rem;
    color: #000;

}

#quality-standards .quality-card ul {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

#quality-standards .quality-card li {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    margin-left: 1vw;

}

#quality-standards p,
#quality-overview p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0 18vw;

}

#quality-overview .quality-info .quality-description {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;

}

#quality-overview {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 2vw;
}

#quality-overview h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;


}

#quality-overview .quality-details {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex: 1;
    padding: 2vw 3.5vw;

}

#quality-overview .quality-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    flex: 1;
    gap: 1.5vw;
    padding-right: 4vw;

}

#quality-overview .quality-info .info {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

#quality-overview .quality-info h3 {
    font-family: 'Manrope';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 26px;
    color: #000;

}

#quality-overview ul {
    padding: 0vh 1vw;

}

#quality-overview .quality-info li {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;

}


/************************************************Our Accreditations page**************************************************/

#accreditation-section {
    display: flex;
    padding: 2vw;
    justify-content: center;
    gap: 6vw;

}

#accreditation-section .Accreditation-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2vw;
    flex: 1;

}

#accreditation-section .Accreditation-image {
    flex: 2;

}

#accreditation-section .Accreditation-image img {
    object-fit: cover;
    width: 97%;
}

#accreditation-section .Accreditation-description h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
}

#accreditation-section .Accreditation-description p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;

}


#accreditation-gallery {
    display: flex;
    padding: 2vw;
    justify-content: center;

}

#accreditation-gallery .accreditation-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    background: #FBFBFB;
    border-radius: 20px;
    height: 100%;
    padding-top: 22px;
    padding-bottom: 40px;

}

#accreditation-gallery .accreditation-card img {
    width: 100%;
    height: 100%;

}

#accreditation-gallery .accreditation-card a img {
    width: auto;
    max-width: 100%;
}

#accreditation-gallery .accreditation-card p {
    font-family: 'Manrope';
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 0vh 5vw;
}


/*******************************************our tour facility********************************************************/
#facility-tour-section {
    position: relative;
    padding: 2vw;
    text-align: center;
}

#facility-tour-section .facility-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
    align-items: center;
    padding: 4vw;
}

#facility-tour-section .facility-description h1 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

#facility-tour-section .facility-description p {
    font-family: 'Manrope';
    font-size: 0.9rem;
    line-height: 1.6;
    width: 44%;
    text-align: center;
}

#facility-tour-section .facility-description .facility-slider {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

#facility-tour-section .facility-description .facility-slider iframe {
    border-radius: 2rem;
    height: 90vh;
}



#facility-tour-section .prev-white,
#facility-tour-section .next-white {
    display: flex;
    justify-content: center;
    background-color: #194894;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    padding: 1vw 2.5vh;
}

#facility-tour-section .prev-white {
    left: 7vw;
}

#facility-tour-section .next-white {
    right: 7vw;
}


#facility-gallery {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    padding: 2vw;
}

#facility-gallery h2 {
    font-family: 'Georgia';
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    text-align: center;

}

#facility-gallery .tabs {
    display: flex;
    justify-content: center;
    gap: 4vw;
    border-bottom: 2px solid rgba(25, 72, 148, 0.5);
    align-items: center;
    flex-wrap: wrap;
}


#facility-gallery .tab-link {
    border: none;
    padding: 1vw 1vh;
    cursor: pointer;
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    transition: background-color 0.3s, border-bottom 0.3s;
    background-color: #fff;

}

#facility-gallery .tab-link:hover {
    background-color: #fff;
}

#facility-gallery .tab-link.active {
    background-color: #194894;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    padding: 1vw 6vh;
}


#facility-gallery .tab-content {
    display: none;
}

#facility-gallery .tab-content.active {
    display: block;
}

#facility-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#facility-gallery .gallery-item {
    flex-basis: 31%;
    margin: 1vh;
}

#facility-gallery .gallery-item img {
    width: 100%;
    height: auto;
}



#facility-gallery .see-more-button {
    background-color: #194894;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
    width: auto;
    padding: 1vw 2vw;
    text-decoration: none;
    border-radius: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#pictures-mobile {
    display: none;
}

/* *******************************************sign up page********************************************************** */
#sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    padding: 2vw;
}

#sign-up .register-Patient-signup,
#sign-up .register-Provider-signup {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}


#sign-up .register-Patient-signup>img,
#sign-up .register-Provider-signup>img {
    width: 100%;
    object-fit: cover;
}

#sign-up .register-patient,
#sign-up .register-provider {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 0.6vw 8vh;
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 48px;
    color: #194894;
    display: flex;
    align-items: center;
    gap: 5vw;
    bottom: 4vw;
}

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #194894;
    border-radius: 50%;
    padding: 1vw;

}


.arrow-container img.arrow-radius {
    transition: transform 0.7s ease-in-out;
}

.arrow-container:hover .arrow-radius {
    transform: rotate(45deg);
    transition: transform 0.5s ease-in-out
}

/* ****************************************log in************************************************** */
#login-container {
    display: flex;
    justify-content: center;
    gap: 4vw;
    flex-direction: column;
    /* color: #FFFFFF; */
    align-items: stretch;
    padding: 0vh 3vw 3vh;
    height: auto;
    min-height: 450px;
}

.login-box {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 5vh;
    height: 100%;
    min-height: 85vh;
    padding: 15vh 0vw;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.u-column1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4vw;
}

.login-box form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 39vw;
    align-items: stretch;
    gap: 3vh;
}

.login-box form .woocommerce-error {
    margin-bottom: 0;
}


.login-box h2 {
    font-family: 'Georgia';
    font-size: 5.6rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4;

}

.input-group {
    display: flex;
}

.login-box input {
    padding: 2.5vh 2vw;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    transition: border-color 0.3s;
    width: 100%;
    font-family: 'Manrope';
    font-weight: 500;
}

.login-box input::placeholder {
    color: #194894;
    font-family: 'Manrope';
    font-size: 1.5rem;
    font-weight: 500;

}

.login-box input:focus {
    border-color: #194894;
}

button.login-button {
    display: flex;
    background-color: #194894;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
    padding: 2vh;
    text-decoration: none;
    border-radius: 1.5rem;
    justify-content: center;
    position: relative;
    border: none;
    width: 100%;
    cursor: pointer;
}

.login-button .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 1vw;
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
}

.login-button img {
    transition: transform 0.7s ease-in-out;
}



.login-button:hover img {
    transform: rotate(45deg);
}

.icon-container-forget {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 1vw;
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
}


button.login-button:hover {
    background-color: #0056b3;
}

.woocommerce-LostPassword {
    text-align: center;

}

a.forgot-password {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Manrope';
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;

}

a.forgot-password:hover {
    text-decoration: underline;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-error {
    display: flex;
    justify-content: center;
    list-style: none;
    background: rgb(251 1 1 / 80%);
    padding: 1vw 2vh;
    margin-bottom: 4vh;
    font-family: 'Manrope';
    border-radius: 20px;
    font-weight: 500;
    width: 39vw;
    color: #fff;

    align-items: center;
}

.woocommerce-error a {
    color: #fff;
}

.woocommerce-error a:hover {
    text-decoration: underline;
}


/* //////////////////////////////////Burger Menu/////////////////////////////////// */
/* Burger Menu */

#burger-menu {
    display: none;
}

#menu-toggle {
    opacity: 0;
    position: absolute;
    width: 40px;
    right: 2px;
    bottom: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
    height: 40px;
    margin: auto;
}

.menu-open #burger-menu .menu-btn>span {
    transform: rotate(45deg);
}

.menu-open #burger-menu .menu-btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

.menu-open #burger-menu .menu-btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

.menu-open #burger-menu .menu-box {
    left: 0 !important;
}

#burger-menu .menu-btn {
    cursor: pointer;
    z-index: 2;
}


#burger-menu .menu-btn>span,
#burger-menu .menu-btn>span::before,
#burger-menu .menu-btn>span::after {
    display: block;
    position: absolute;
    width: 47px;
    height: 3px;
    background-color: #194894;
    transition-duration: .25s;
    right: 2vw;
}

#burger-menu .menu-btn>span::before {
    content: '';
    top: -8px;
    right: 0;
}

#burger-menu .menu-btn>span::after {
    content: '';
    top: 8px;
    right: 0;
}

#burger-menu .menu-box {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: var(--app-height);
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: left 0.5s ease, transform 0.5s ease;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    overflow-y: auto;
    gap: 6vw;
    padding: 2rem 2rem 0 2rem;
    box-sizing: border-box;
    z-index: 1;
}

.has-sticky #burger-menu .menu-box {
    min-height: 100vh;
}

#burger-menu .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    gap: 4vw;
    background-color: #194894;
    border-radius: 2rem 2rem 0 0;
    padding: 3vw;
    width: 100%;
    box-sizing: border-box;
}

#burger-menu .footer-menu .register {
    background-color: #fff;
    color: #194894;
    padding: 2vh 10vw;
    font-size: 1rem;
}

#burger-menu .footer-menu .login {
    font-size: 1rem;
    color: #fff;
}

#burger-menu .menu-item {
    display: block;
    padding: 10px 24px;
    color: #333;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

html.menu-open,
body.menu-open {
    overflow: hidden;
    height: 100vh;
}

#burger-menu .social-images a img {
    height: 3vh !important;
    width: 3vh !important;
}

#burger-menu .social-images {
    display: flex;
    gap: 1rem;
}

@media (max-width: 1199px) {
    #burger-menu {
        display: flex;
        z-index: 100 !important;
        padding-left: 1.4rem;
    }

    #burger-menu .menu-box a {
        font-size: 1.2rem;
        color: #000;
        position: relative;
    }

    #burger-menu .menu-box li.current_page_item a,
    #burger-menu .menu-box li.current_page_parent a,
    #burger-menu .menu-box li.current-page-ancestor a {
        color: #194894;
    }

    #burger-menu .menu-box li.current_page_item a::after,
    #burger-menu .menu-box li.current_page_parent a::after,
    #burger-menu .menu-box li.current-page-ancestor a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #194894;
        left: 0;
        bottom: -5px;
        transform-origin: right;
        transition: transform 0.3s ease-out;
    }

    header .auth-links {
        gap: 4vw !important;
    }

    header .main-nav {
        display: none;
    }

    .logged-out-nav {
        overflow-y: auto;
        height: calc(var(--app-height) - 244px);
    }
}

.select-filter {
    display: none;
}


@media only screen and (min-width: 1530px) {
    .personCard:hover div img {
        transform: translateY(-27%) scale(0.5);
        bottom: auto;
        left: auto;
        right: auto;
    }

    #facility-tour-section .facility-description .facility-slider iframe {
        height: 116vh;
    }


}

/* @media (max-width: 1530px) {
    .personCard:hover div img {
        transform: translateY(-30%) scale(0.5);
        bottom: auto;
        left: auto;
        right: auto;
    }
    

    .personCard-prev, .personCard-next {
        top: 78vh;
    }


} */



@media only screen and (max-width: 1024px) {
    header .main-nav ul li a {
        font-size: 12px;
    }

    #content-wrapper-solution {
        gap: 3vw;
    }

    #content-wrapper-solution h1,
    #content-wrapper-solution p {

        width: 100% !important;

    }

    #services h1 {
        width: 100% !important;
    }

    #services .ques::after {

        width: 13vw;
    }

    .specialize-left {
        align-items: center;
        padding: 2vw;
    }

    .specialize-left h2 {
        padding: 0;
        text-align: center;
    }

    .specialize-left p {
        text-align: center;
        width: 100%;
    }

    .specialize-buttons {
        flex-direction: column;
    }

    #accreditations {
        /* flex-wrap: wrap; */
    }

    #accreditations h1 {
        font-size: 2rem;

    }

    #review {
        padding: 2vh 4vw;
        gap: 4vw;
    }

    #review .review-slider {
        padding: 2vw;
        min-height: 42vh;
    }

    #review .rev {
        margin-left: 1vw;
    }

    #review .slick-track {
        gap: 1rem;
    }

    #review .reviewer {}

    #review .review-container p {
        padding: 0vh;
    }

    #review .reviewer h4,
    #review .reviewer h5 {
        width: 100%;
    }

    #footer-container .quality {
        justify-content: center;
        gap: 2vw;
    }

    .quality h2 {

        width: 100%;
    }

    #footer-container .catalog-button {

        padding: 1vh 2vw;
    }

    /*.product-list {
        justify-content: center;
        gap: 3vw;
    }*/

    /*     .image-wrapper {
        padding: 7vw 5vh;

    } */

    .image-wrapper img {
        width: 10rem;
        height: 20vh;
    }

    .woocommerce-product-gallery__image img {
        width: 20rem !important;
        object-fit: none;
    }

    #container {
        padding: 2rem;
        flex-direction: column;
    }

    #related-medications .product-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .tabHeaderItem {
        padding: 2vh 2vw;
        gap: 2vh;

    }

    #tab-horizontal .right {
        padding: 1vw;
    }

    #tab-horizontal .left {

        justify-content: center;
        gap: 2vw;
    }

    .personCard:hover div img {
        transform: translateY(-29%) scale(0.5);
        height: auto;
    }

    #meetTeam h2 {
        font-size: 2.8rem;
    }

    #meetTeam>p {
        width: 70%;
        font-size: 1rem;
    }

    .personCard-prev,
    .personCard-next {
        display: block !important;
    }

    #video-section .video-container video {
        width: 100%;
        height: 100%;
        display: flex;
        border-radius: 1.5rem;
        object-fit: cover;
    }

    #pillsjiuce .pillsjiuce-items {

        padding: 6vh 13vw;
    }

    #facility-tour-section .facility-description .facility-slider iframe {
        height: 64vh;
    }

    #facility-gallery .see-more-button {
        font-size: 1rem;
        padding: 1vw 2vh;

    }



    #product-section .products-grid {
        width: 100%;
    }



    #product-section .product-item img,
    #product-section .product-item img.attachment-woocommerce_thumbnail {
        height: 29vh !important;
    }

    #product-section .prev-white,
    #product-section .next-white {
        padding: 1vw;
        top: 40%;

    }

    #product-section .prev-white {
        left: 1vw;
    }

    #product-section .next-white {
        right: 1vw;
    }

    #contact-section .contact-left {
        padding: 4vw;
        max-width: 100%;
        align-items: center;
        gap: 30px;
    }

    #contact-section .contact-info {
        gap: 5px;
    }

    #contact-section .contact-info .address .icon-contact,
    #contact-section .contact-info .phone .icon-contact,
    #contact-section .contact-info .mail .icon-contact {
        width: 3.5vw;
    }

    #quality-standards .quality-cards {
        justify-content: center;
        gap: 3vw;
    }

    #quality-standards .quality-card li {
        margin-left: 2vw;
    }

    #quality-standards .quality-card h3 {
        text-align: center;
    }

    #quality-overview .quality-details {
        flex-direction: column;
        gap: 3vh;
    }

    #quality-overview .quality-info {
        flex-direction: row;
    }

    #quality-overview .quality-info .info {
        align-items: center;
        text-align: center;
        flex: 1;
    }

    #quality-overview .quality-image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    #explore-news-section .news-intro {
        gap: 4vw;
    }

    #explore-news-section .news-item-title {
        font-size: 0.8rem;
    }

    #explore-news-section .news-item-title .icon-more-span {

        width: 2rem;
        height: 2rem;
    }

    #explore-news-section .news-item-title .icon-more-span img {
        width: 0.8rem;
        height: 0.8rem !important;
    }

    #explore-news-section .carousel-controls .slick-prev,
    #explore-news-section .carousel-controls .slick-next {
        width: 3rem;
        height: 3rem;
    }

    #blog-post-section .post-content p,
    #blog-post-section .post-content li {

        margin-left: 1vw;
    }

    #blog-post-section .post-content {

        padding: 0vh 3vw 0 0;
    }

    #related-articles-container {
        justify-content: center;
        gap: 1vw;
    }

    #sign-up {

        /* flex-direction: column; */
    }

    #sign-up .register-patient,
    #sign-up .register-provider {
        padding: 1vw 2vh;
        bottom: 4vw;
    }

    #pictures {
        height: auto;
        margin-bottom: 50px;
    }

    #pictures .grid-container {

        width: 95%;
        height: 100%;

    }

    #content-wrapper-solution .image {
        margin-top: 0;
        height: unset;
    }

    #content-wrapper-solution .slick-track {
        /* max-height: 600px; */
        height: 45vh;
    }

    #catalog .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked+label::after {
        content: '';
        position: absolute;
        left: 0.4rem;
        top: 0.45rem;
        width: 0.5rem;
        height: 0.5rem;
        background-color: #194894;
    }

    #product-section .product-filters {
        flex-direction: column;
    }

    #product-section .product-filters .filters-cat {
        overflow-y: scroll;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        scrollbar-width: none;
        -ms-overflow-style: none;
        background-color: transparent;
        margin-bottom: 20px;
        max-width: 40%;
    }

    .select-filter {
        display: block;
        background: #f8f8f8;
        color: #333;
        position: relative;
        border-radius: 50px;
        font-size: 16px;
        padding: 18px;
        line-height: 1;
        font-weight: 700;
        border: 1px solid rgba(0, 0, 0, .1);
        width: 100%;
        z-index: 3;
        text-align: left;
        font-family: 'Manrope';
    }

    .select-filter::after {
        content: "";
        position: absolute;
        right: 22px;
        top: -3px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #333;
        border-right: 3px solid #333;
        transform: rotate(45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out
    }

    .filter-dropdown:not(.asd) {
        margin: 0 auto;
        width: 100%;
        top: 55px;
        position: absolute;
        background-color: #f8f8f8;
        border-radius: 0;
        z-index: 2;
        display: none;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 30px;
        overflow: hidden;
        margin-top: -50px;
        max-height: max-content;
        padding-top: 50px;
        max-width: 40%;
    }

    .filter-dropdown:not(.asd) li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 0
    }

    .filter-dropdown:not(.asd) li:last-child {
        border-bottom: none
    }

    .filter-dropdown:not(.asd) li a.active {
        background: transparent;
        border-radius: 0;
        border-color: transparent
    }

    .filter-dropdown:not(.asd) li a {
        background: transparent;
        border: none;
        text-align: start;
        padding: 12px 15px;
        width: 100%;
        display: block
    }

    .filters-cat ul li a {
        font-size: 1.125rem
    }

    .filters-cat ul li {
        border-right: none
    }

    .filter-dropdown:not(.asd) li .protfolio-btn:hover,
    .filter-dropdown:not(.asd) li a:hover {
        transform: inherit;
        background-color: transparent;
        border-color: transparent;
        font-weight: 700
    }

    .filters-cat ul li a::before {
        display: none
    }


    #product-section .product-filters .filters-cat::-webkit-scrollbar {
        display: none;
    }

    #product-section .product-filters .filters-cat ul {
        /*flex-direction: row;
        gap: 7vw;*/
        display: none;
    }

    #product-section .product-filters .filters-cat ul li a {
        font-size: 1.1rem;
    }

}

@media (max-width: 991px) {

    /* #content-wrapper-solution .catalog-button,
    #label-services .catalog-button,
    #accreditations .catalog-button,
    #specialize-section .catalog-button,
    #footer-container .catalog-button,
    #pictures .catalog-button {
        display: flex;
        justify-content: center;
        gap: 8vw;
        background-color: #194894;
        color: #fff;
        font-family: 'Manrope';
        font-weight: 500;
        font-size: 0.9rem;
        padding: 2vh 5vw;
        text-decoration: none;
        border-radius: 3.5rem;
    } */

    .woocommerce-Button,
    input[type="submit"] {
        margin-top: 0;
        width: fit-content;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    #content-wrapper-solution .catalog-button,
    #label-services .catalog-button,
    #accreditations .catalog-button,
    #specialize-section .catalog-button,
    #footer-container .catalog-button,
    #pictures .catalog-button,
    .catalog-button,
    #two-column-sections .about-button,
    #pictures-mobile .card-mobile .catalog-button,
    #pillsjiuce .about-button,
    #synergy-section .register {
        margin-top: 0;
        width: fit-content;
        gap: 19px;
        font-size: 16px;
    }

    #two-column-sections .about-button,
    #column-section-container .info-button,
    #pictures-mobile .card-mobile .catalog-button,
    #synergy-section .register {
        gap: 14px;
    }

    .register-provider-button,
    .register-patient-button {
        padding: 12px 18px;
        font-size: 14px;
    }

    #contact-section .contact-option .contact-button {
        padding: 12px 19px;
    }

    #pictures-mobile .card-mobile .catalog-button {
        margin: 15px 0;
    }

    .login-button .icon-container {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    #content-wrapper-solution .slick-track {
        height: 38vh;
    }

    .card img {
        width: 25vw;
    }

    .card .catalog-button img {
        width: 5vw;
    }

    #content-wrapper-solution p {
        width: 100%;
    }

    /* #content-wrapper-solution>div>div,
    #video-carousel>div {
        overflow-y: visible !important;
        overflow-x: clip;
        width: 90vw;
    } */


    #product-section .product-filters .filters-cat {
        max-width: 100%;
    }

    .filter-dropdown:not(.asd) {
        max-width: 100%;
    }

    #services {
        display: flex;
        flex-direction: column;
        padding: 4vw;
        justify-content: center;
        gap: 2vh;
        align-items: center;
    }

    #services .ques::after {
        width: 64%;
    }

    #services .Quality,
    .Customer--Service,
    .Delivery,
    .Guarantee {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: 100%;
        gap: 1vw;
    }

    #services .Quality p,
    .Customer--Service p,
    .Delivery p,
    .Guarantee p {
        text-align: center;
        width: 100% !important;
    }

    #two-column-sections .two-column-section {
        flex-direction: column;
    }

    #two-column-sections .text-content {
        border-radius: 1rem;
        align-items: center;
        padding: 4vh 4vw;
        gap: 25px;
    }

    .specialize-categories {
        overflow: scroll !important;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }



    .specialize-categories::-webkit-scrollbar {
        display: none;
    }


    #specialize-section {
        height: 100%;
    }


    .specialize-left {
        align-items: center;
        gap: 7vw;
        padding: 4vw;
    }

    .specialize-left h2 {
        text-align: center;
        line-height: 100%;
    }

    .specialize-left p {
        text-align: center;

    }

    .specialize-buttons {}


    .sticky-container {

        height: fit-content !important;
        width: 100%;
        flex-direction: column;
        gap: 7vw;
    }

    /*.carousel-item>img {
        width: 73vw;
    }*/

    #specialize-right {
        width: 100%;
    }

    #specialize-section #specialize-right .Add-more h2 {

        padding: 0 22vw;
    }

    .specialize-carousel {}

    #video-section .video-container video {
        height: 100%;
    }

    .partners-logos-wrapper {
        overflow: hidden;
        position: relative;
        margin-bottom: 3vh;
    }

    #review h2 {
        text-align: center;
        font-family: 'Georgia';
        font-size: 3rem;
        line-height: 2rem;
        font-weight: 400;
        color: #000;
    }

    #pictures {
        display: none;

    }


    #label-services h2 {
        font-family: 'Georgia';
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.2rem;
        text-align: center;
        color: #000;
        width: 100%;
        padding: 4vw;
        padding-bottom: 0;

    }

    #label-services p {
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
        padding: 4vw;
        padding-top: 0;

    }

    #label-services .picture img {
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }

    #ecommerce-partners {
        margin-bottom: 0;
    }


    #column-section-container .column-section {
        display: flex;
        background-color: #194894;
        border-radius: 2rem;
        flex-direction: column;
    }

    #column-section-container .standards h3 {
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 1.3rem;
        color: #FFFFFF;
    }

    .specialize-carousel {
        width: 100%;
    }

    .carousel-item {
        width: 100%;
    }

    #accreditations {

        flex-wrap: wrap;
        gap: 5vw;
        flex-direction: column;
        align-items: center;
        margin-top: 0rem;
    }

    #review .reviewer h4,
    #review .reviewer h5 {
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 1rem;
    }

    #faq-container h2 {
        font-family: 'Georgia';
        font-weight: 400;
        text-align: center;
        font-size: 2.5rem;
        padding: 3vw;
    }

    #faq-container .accordion-header {
        font-size: 1.2rem;
    }

    #faq-container .accordion-content {
        width: 100%;
    }

    #synergy-section {
        padding: 4vw;
    }

    #synergy-section .synergy-content {
        padding: 10vw 20px;
        gap: 5vw;
    }

    #footer-container {
        gap: 5vh;
        flex-direction: column;
        align-items: center;
    }

    #footer-container .quality {
        align-items: center;
        gap: 4vh;
    }

    #footer-container .quality a .footer-img-icon {
        width: 30vw;
    }


    #footer-container .quality .catalog-button img {}

    #review .review-slider {
        min-height: 26vh;
    }

    .quality h2 {
        font-family: 'Georgia';
        font-weight: 400;
        font-size: 3rem;
        line-height: 3rem;
        text-align: center;
        width: 100%;
    }

    .quality p,
    .footer-column a {
        font-family: 'Manrope';
        font-size: 1rem;
        line-height: 0.9rem;
        color: #000;
        text-decoration: none;
        transition: color 0.3s, transform 0.3s;
        text-align: center;
    }

    #footer-container .footer-columns {
        display: flex;
        flex-wrap: wrap;
        font-family: 'Manrope';
        font-weight: 400;
        flex: 2;
        gap: 2rem;
    }

    #footer-container .footer-column {
        display: flex;
        flex-direction: column;
        font-family: 'Manrope';
        font-weight: 400;
        justify-content: flex-start;
        gap: 2vw;
        flex: 1;
    }

    #best-service-wrapper {
        padding: 1vw;
    }

    #best-service-wrapper .service-description {
        gap: 3vw;
    }

    #column-section-container .text-area {
        padding: 7vw 4vw 7vw 4vw !important;
        align-items: center;
    }

    /* Footer Styling */
    .section-divider-footer {
        margin: 4vh 0vw 0 0vw;
    }

    #label-services {
        gap: 1.5vh;
    }

    .coppyRight {
        padding: 0 15px;
    }


    #services h1,
    #content-wrapper-solution h1,
    #accreditations h1,
    #best-service-wrapper .service-description h1,
    #quality-standards h1,
    #quality-overview h1,
    #accreditation-section .Accreditation-description h1,
    #facility-tour-section .facility-description h1,
    #facility-gallery h2,
    #patient .text-section h1,
    #Qualities-section h2,
    #meetTeam h2,
    #pillsjiuce h2,
    #explore-news-section .news-intro h1,
    #contact-section .contact-header h2,
    #directions-section h1,
    #two-column-sections .text-content h2,
    #column-section-container .text-area h2,
    #synergy-section .synergy-content h2 {
        font-size: 2.5rem !important;
        line-height: 1.2;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #best-service-wrapper .service-description p,
    #quality-standards p,
    #accreditation-section .Accreditation-description p,
    #accreditation-gallery .accreditation-card p,
    #facility-tour-section .facility-description p,
    #patient .text-section p,
    #tab-horizontal .left .tabHeaderItem p,
    #meetTeam>p,
    #pillsjiuce p,
    #explore-news-section .news-intro p,
    #contact-section .contact-header p,
    #directions-section p,
    #two-column-sections .text-content p,
    #synergy-section .synergy-content p {
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    #quality-standards .quality-cards {
        padding: 5vw 0;
    }

    #quality-overview .quality-info li {

        margin-left: 1vw;
    }






    #column-section-container .text-area {
        padding: 4vw;
        align-items: center;
    }

    #column-section-container .standards {
        padding: 2vw;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    #column-section-container ul {
        flex-wrap: wrap;
        flex-direction: unset;
    }

    #accreditation-section {
        flex-direction: column;
    }

    #accreditation-gallery {
        flex-direction: column;
        gap: 6vw;
    }

    #facility-tour-section .prev-white,
    #facility-tour-section .next-white {
        display: none;
    }

    #facility-gallery .tabs {
        gap: 1vw;
        flex-wrap: wrap;
    }

    #facility-gallery .tab-link {
        font-size: 0.9rem;
    }

    #facility-gallery .tab-link.active {
        padding: 2vw;
    }

    #facility-gallery .gallery-item {
        flex-basis: 45%;
    }

    #facility-gallery .see-more-button {
        font-size: 1rem;
        padding: 2vw 2vh;

    }

    #patient {
        flex-direction: column;
    }

    #tab-horizontal {
        flex-direction: column;
    }

    /* .personCard-prev, .personCard-next {
        display: none;
    } */

    /* #meetTeam .personCard div img {
        top: 12vw;
    } */





    #explore-news-section {
        flex-direction: column;
    }

    #explore-news-section .carousel-controls {
        visibility: hidden;
    }

    #news-filters {
        flex-wrap: wrap;
    }

    #news-filters button {
        font-size: 1rem !important;
    }

    #news-posts,
    .resource-listing-inner-sec {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #blog-post-section .blog-post h1,
    #related-articles-section h1 {
        font-size: 2rem !important;
        padding: 0 2vw !important;
    }

    #blog-post-section .post-suggest {
        flex-direction: column;
    }

    #blog-post-section .post-content h2 {
        font-size: 1.5rem;
    }

    #blog-post-section .suggested-post-thumbnail img {
        width: 100% !important;
        height: 100% !important;
    }

    #blog-post-section .suggested-posts {
        display: none !important;
    }

    #related-articles-container {
        flex-direction: column;
    }

    #related-articles-section .related-article img {
        height: 100% !important;
    }

    #contact-section {
        flex-direction: column;
    }

    #contact-section .contact-left {
        gap: 3vw;
        align-items: center;
    }

    #contact-section .contact-info .address .icon-contact,
    #contact-section .contact-info .phone .icon-contact,
    #contact-section .contact-info .mail .icon-contact {
        width: 4.5vw;
    }

    #contact-section .contact-options {
        padding: 4vw;
        gap: 3vw;
    }

    #explore-news-section .news-carousel {
        width: 100% !important;
    }

    #explore-news-section .news-carousel .slick-track {
        display: flex;
        gap: 3vw;
    }

    #explore-news-section .news-item img {
        width: 100% !important;
        height: 318px !important;
    }

    #explore-news-section .news-intro {
        gap: 0vw;
    }

    #explore-news-section .news-item-title {
        width: 90% !important;
        padding: 2vw;
    }

    #explore-news-section .news-item-title .icon-more-span {
        display: none;
    }

    #form-wrapper {
        align-items: center;
        margin: 0 auto;
    }

    #form-wrapper .form-switcher {
        /*        justify-content: space-evenly;*/
        padding: 0 0 30px;
        /* gap: 1vw; */
        width: 100%;
        align-items: center;
    }


    #form-wrapper .wpcf7-form-control.wpcf7-textarea {

        width: 100%;
    }

    #form-wrapper .wpcf7-list-item input[type="checkbox"] {
        display: none;
    }

    #form-wrapper .wpcf7-list-item-label {
        padding-left: 6vw;
    }

    /* #form-wrapper .wpcf7-list-item-label::before {
        width: 2.5vw;
        height: 2.5vw;
    } */

    #form-wrapper .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
        border-color: #194894;
    }

    #form-wrapper .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
        left: 1vw;
        top: 1.3vh;
        width: 1.5vw;
        height: 1.5vw;
    }

    #form-wrapper p {
        gap: 1vh;
    }


    #contact-section .wpcf7-form {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        gap: 15px;
    }

    .dropdown-toggle {
        padding: 3vh 1vw !important;
    }

    #container {
        flex-direction: column;
    }

    #container .details-container h1 {
        font-size: 2rem;
    }

    .details-container {
        gap: 3vw;
    }

    #related-medications .related-medications-title {
        font-size: 2rem;
        width: 100%;
    }

    /*     #related-medications .image-wrapper {
        padding: 18vw;
    } */

    /*     #related-medications .image-wrapper img {
        width: 100%;
        height: 25vh;
        object-fit: none !important;
    } */

    #catalog {
        flex-direction: column;
        align-items: flex-end;
        padding: 3vw;
    }

    #catalog .filter-section {
        display: none;
        padding: 5vh 4vw;
        margin: 1vw 0;
        width: 100%;

    }

    #catalog #toggle-filters {
        display: block !important;
        margin: auto;
    }

    .bapf_head h3 i img {
        display: none;
    }

    #catalog .line {
        width: 100%;
    }

    #catalog .woocommerce-product-search,
    .catalog-header,
    .sort-options {
        flex-direction: column;
        align-items: stretch;
        gap: 2vw;
    }

    .product-list,
    .catalog-list {
        justify-content: center;
    }

    .product-item {
        flex-basis: 50%;
    }

    .search-box,
    .image-wrapper img {
        max-width: 100%;
    }

    .search-button img {
        padding: 1rem;
        right: 7vw;
        top: 2vh;
    }



    #catalog input[type="search"]::-webkit-search-cancel-button {
        margin-right: 15vw !important;
    }





    #catalog .bapf_sfilter.bapf_ckbox input[type="checkbox"]:checked+label::after {

        left: 6px;
        top: 0.45rem;
        width: 0.5rem;
        height: 0.5rem;
    }

    /*.image-wrapper .woocommerce-loop-product__link {
        padding: 10vh 22vw;
    }*/

    /*     #catalog .image-wrapper img {
        width: 100%;
        height: 27vh;
    } */

    .catalog-list>.product-item {
        width: 100%;
        padding: 10px;
    }

    #catalog .badge-favorite-container {
        position: absolute;
        top: 1vh;
        right: 1vw;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: 40vh !important;
        object-fit: none;
    }

    #Subcutaneous {
        padding: 5vw !important;
        margin: 3vw 3vw !important;
        gap: 4vw !important;
        border-radius: 10px !important;
    }

    #Subcutaneous h1 {
        font-size: 2rem !important;
        width: 80% !important;
        line-height: 100% !important;
    }

    #Subcutaneous p {
        font-size: 0.9rem !important;
    }

    #Subcutaneous .steps-link {
        flex-direction: column !important;
        gap: 2vw !important;
    }

    #instructions {
        gap: 4vw !important;
    }

    #instructions h2 {
        font-size: 1.2rem !important;
    }

    #instructions p,
    #instructions .step p {
        font-size: 18px !important;
        width: 90% !important;
    }

    #instructions p {
        line-height: 130% !important;
    }

    #instructions .step p {
        line-height: 100% !important;
    }

    #instructions .step h3 {
        font-size: 1.2rem !important;
    }

    #instructions img {
        width: 100% !important;
    }

    .login-box {
        justify-content: center;
        height: 100% !important;
        padding: 30px 15px !important;
    }

    #provider-form-wrapper .form-content {
        flex: none;
    }

    #provider-form-wrapper .image-display img {
        display: none;
    }

    form[method="post"] {
        width: 100% !important;
    }

    .u-column1 {
        gap: 11vw;
    }

    .login-box input {
        padding: 17px 23px !important;
        font-size: 1rem;
    }

    button.login-button {
        width: 84vw;
    }

    .login-button .icon-container {
        right: 5vw;
    }


    #sign-up {
        flex-direction: column;
        gap: 2vw;

    }

    #sign-up .register-card {}



    #sign-up .register-patient,
    #sign-up .register-provider {
        padding: 1vw 8vh;
        bottom: 10vw;
    }



    .arrow-container {
        padding: 2vw;
    }

    #sign-up .arrow-container {
        padding: 10px;
    }

    .woocommerce-error {
        width: 100%;
        padding: 12px 15px;
        border-radius: 12px;
    }

    /* Additional merged styles */
    #content-wrapper-solution {
        padding: 3vh 4vw;
    }

    .middle-card {
        visibility: visible !important;
        transform: none !important;
    }

    #pictures {
        height: unset !important;
    }

    #pictures .grid-container {
        display: unset !important;
        height: unset !important;
        position: relative !important;
    }

    .scrolling {
        display: none !important;
    }

    #faq-container .accordion {
        padding: 4vw;
    }

    .map-section .picture>img {
        width: 68% !important;
        height: fit-content !important;
    }



    #pictures h2 {
        width: 65%;
        text-align: center;
    }

    #two-column-sections .image-content img,
    #column-section-container .image-area img {
        width: 100% !important;
        object-fit: cover;
    }









    #faq-container .accordion-item {
        width: 100% !important;
    }



    #contact-section .contact-option {
        width: 100%;
    }

    /* #meetTeam {
        margin-top: 2rem !important;
        margin-bottom: 7rem !important;
    } */

    /* #meetTeam > p {
        width: 90% !important;
    } */

    /* #meetTeam .personCard div p {
        padding: 3vh 7vw 0vh 0vw !important;
        font-size: 0.9rem !important;
    } */

    #pillsjiuce {
        background-size: cover !important;
    }

    #pillsjiuce .pillsjiuce-items {

        padding: 7vh 7vw;
    }

    #tab-horizontal .left {
        flex-direction: row;
    }

    .tabHeaderItem {
        padding: 1vh 1vw;
        gap: 2vh;
        min-height: 30vh;

    }

    #tab-horizontal .left {

        justify-content: center;
        gap: 2vw;
    }

    #tab-horizontal .left .tabHeaderItem p {
        text-align: left !important;
    }

    #best-service-wrapper .service-description h1 {
        width: 90vw !important;
    }

    #explore-news-section {
        margin-top: 2rem !important;
    }

    #explore-news-section .news-intro p {
        text-align: center !important;
    }


    #pictures-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4vw;
        justify-content: center;
        gap: 3vh;

    }

    #pictures-mobile .content-wrapper-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2vh;
    }

    #pictures-mobile .grid-container-mobile {
        display: flex;
        gap: 5vw;
    }

    .card-mobile>img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    #pictures-mobile h2 {
        font-size: 2rem;
        text-align: center;
        padding: 0;
        width: 100%;
        line-height: 2rem;
        font-weight: 500;
    }


    #pictures-mobile .card-mobile .catalog-button img {
        margin-left: 0.5rem;
        transition: transform 0.5s ease-in-out;
    }

    #pictures-mobile .card-mobile .catalog-button:hover img {
        transform: rotate(45deg);
    }


    .personCard:hover div img {
        transform: translateY(-30%) scale(0.5);
        height: auto;
    }

    #meetTeam h2 {
        font-size: 2.5rem;
    }

    #meetTeam>p {
        width: 80%;
        font-size: 0.9rem;
    }

    #video-section .play-button img {
        width: 7vw;
    }

    #facility-tour-section .facility-description .facility-slider iframe {

        height: 48vh;
    }


    #patient .text-section {

        align-items: center;

    }

    #product-section .slick-track {
        /* gap: 5vw; */
    }

    #product-section .prev-white,
    #product-section .next-white {
        width: 30px;
        height: 30px;
    }

    #product-section .prev-white img,
    #product-section .next-white img {
        width: 10px;
        height: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }



    #related-articles-container {
        gap: 4vw;
    }

    #content-wrapper-solution .slick-slide {
        padding-top: 0;
        padding-bottom: 0;
        height: unset;
    }

    .menu__box {
        gap: 4vw;
    }

    #accreditations>img {
        width: 20vw;
    }






}







@media only screen and (max-width: 480px) {
    #catalog {
        flex-direction: column;
        align-items: center;
        display: block;
    }


    #container .details-container h1 {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .catalog-section {
        display: block;
    }

    .details-container .info-table .table-data {
        max-width: 100%;
        text-align: right;
        /* display: flex; */
        /* gap: 2vw; */
    }

    .details-container .product-info .product-type~.product-type {
        margin-left: 5px;
    }

    #services h1,
    #content-wrapper-solution h1,
    #accreditations h1,
    #best-service-wrapper .service-description h1,
    #quality-standards h1,
    #quality-overview h1,
    #accreditation-section .Accreditation-description h1,
    #facility-tour-section .facility-description h1,
    #facility-gallery h2,
    #patient .text-section h1,
    #Qualities-section h2,
    #meetTeam h2,
    #pillsjiuce h2,
    #explore-news-section .news-intro h1,
    #contact-section .contact-header h2,
    #directions-section h1,
    #two-column-sections .text-content h2,
    #column-section-container .text-area h2,
    #synergy-section .synergy-content h2,
    #pictures-mobile h2,
    #review h2,
    #label-services h2 {
        font-size: 2rem !important;

    }

    #content-wrapper-solution {
        padding: 3vh 6vw !important;
        gap: 5vw;

    }

    #catalog .image-wrapper img {
        width: auto;
        height: auto;
        /*         object-fit: none; */
    }

    #catalog .image-wrapper a {
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 10px;
    }

    #pictures-mobile {
        padding: 5vw;

    }

    #label-services p {
        font-size: 1rem;
    }

    #ecommerce-partners h2 {
        padding: 9vw;
    }

    #review {
        gap: 7vw;
    }

    #review p {
        font-size: 1rem;
    }

    .map-section .picture>img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

    #column-section-container {
        margin-top: 1vh;
    }

    #review .review-container {
        min-height: 0;
    }


    #services .service {
        margin-top: 1rem;
    }

    .specialize-buttons {
        flex-direction: column;
    }

    #catalog .image-wrapper img {
        width: 100%;
        height: auto;
    }

    .image-container {
        padding: 0;
        width: 100%;
    }

    .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: 40vh !important;
        object-fit: none;
    }

    .details-container .favorite-button {
        font-size: 14px;
    }

    .details-container .info-table .table-row {
        display: flex;
        /* padding: 0.8vw; */
        gap: 6vw;
        /* justify-content: space-between; */
        /* flex-direction: column; */
        /* width: 100%; */
    }

    /*     #related-medications .product-list {
        flex-direction: column;
    }
 */

    #Qualities-section {

        gap: 2vh;
        padding: 3vh 3vw;
    }

    #tab-horizontal .right img {
        height: auto !important;
    }

    #tab-horizontal .left {
        padding-top: 0 !important;
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
        gap: 2vh;
    }

    .tabHeaderItem {

        align-items: center;
        gap: 2vh;
        padding: 2vh 4vw;
        min-height: 20vh !important;

    }

    #tab-horizontal .left .tabHeaderItem p {
        text-align: center !important;
    }

    #best-service-wrapper .service-description p {
        font-size: 1rem;
        padding: 2vw;
    }

    #video-section .play-button img {
        width: 12vw;
    }

    #pillsjiuce .pillsjiuce-items {
        padding: 6vh 4vw;
        gap: 6vw;

    }

    #facility-gallery .see-more-button {
        font-size: 1rem;
        padding: 4vw 2vh;

    }

    #facility-gallery .gallery-item {
        flex-basis: 100% !important;
    }


    #patient .text-section {
        gap: 5vw;
        padding: 4vw;
    }


    #product-section .products-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5vw;
        align-items: center;
        margin-bottom: 15px;
    }

    #contact-section .contact-info .address .icon-contact,
    #contact-section .contact-info .phone .icon-contact,
    #contact-section .contact-info .mail .icon-contact {
        width: 6.5vw !important;
    }

    #directions-section {
        gap: 3vw;
    }

    #quality-standards .quality-cards {
        padding: 4vw;
        flex-direction: column;
        gap: 6vw;
    }

    #quality-overview .quality-info {
        flex-direction: column !important;
        gap: 6vw;
    }

    #explore-news-section .news-item img {
        height: 30vh !important;
    }

    #explore-news-section .news-item-title {
        padding: 3vw;
    }

    #related-articles-section .related-article .read-more img {
        width: 3vw;
        height: 3vh;
    }

    #provider-form-wrapper .woocommerce-Button {
        width: fit-content;
        padding: 12px 24px;
    }

    .menu__box {
        gap: 9vw;
    }

    #sign-up .register-patient,
    #sign-up .register-provider {
        padding: 1vw 2vh;
        bottom: 10vw;
    }

    .specialize-carousel .carousel-item {
        min-width: 96vw;
    }

    #specialize-section .Add-more {
        min-width: 100vw;
    }

    #specialize-section #specialize-right .Add-more h2 {
        font-size: 2.3rem;
    }

    /*.carousel-item>img {
        width: 80vw;
    }*/

    .product-tags>.tag {
        right: 4vw;
        padding: 0.4rem;

    }

    #explore-news-section .news-item-title {
        font-size: 1rem;
        width: 91% !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    #form-wrapper {
        padding: 25px;
    }

    .form-control .select2-container {
        width: 100% !important;
    }

    #form-wrapper .wpcf7-form-control.wpcf7-textarea {
        height: 100px;

    }

    #explore-news-section .news-intro h1 {
        padding-bottom: 1rem !important;
    }

    #form-wrapper .wpcf7-form-control.wpcf7-textarea {
        width: 100%;
    }

    .quality h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    #footer-container .quality {
        align-items: center;
        gap: 3vh;
    }

    #specialize-right .image-button>.button-image-container {
        padding: 0.5rem;
    }

    #best-service-wrapper .service-description {
        gap: 5vw;
    }

    #accreditations>img {
        width: 30vw;
    }

    #video-carousel-container .custom-prev {
        left: 1vw;
    }

    #video-carousel-container .custom-next {
        right: 1vw;
    }

    #facility-gallery .tabs {
        border: none;
    }

    #product-section .product-filters ul li a {
        font-size: 1rem;
    }

    #accreditations {

        padding: 10vw;
    }

    #quality-standards {

        padding: 11vw 0;
    }

    #quality-overview {

        padding: 11vw 3vh;
    }
}

#order-now-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2vw;
    flex-wrap: wrap;
}

.PatientCounter>span {
    margin-right: 5px;
}

#order-now-section h2 {
    font-family: Georgia;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: left;


}

#order-now-section h3 {
    font-family: Manrope;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    position: relative;
    display: inline-flex;

}

#order-now-section form[method="post"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2vw;
}

p {
    font-family: 'Manrope';
}

#order-now-section .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 1vw;
    /*     margin-bottom: 30px; */
}

#order-now-section .field-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#order-now-section .add-patient-text {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    font-family: Manrope;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
}


#order-now-section .field-wrapper input {
    padding: 2vh 1vw;
    border-radius: 1rem;
    font-size: 1rem;
    width: 100%;
    border: 1px solid #FAFAFA;
    background: #FAFAFA;
    color: #194894;
    font-family: 'Manrope';
    font-family: 'Manrope';
    font-size: 1.3rem;
    font-weight: 500;
}

#order-now-section .field-wrapper textarea {
    padding: 2vh 1vw;
    color: #194894;
    font-family: 'Manrope';
    font-family: 'Manrope';
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 1rem;
    font-size: 1rem;
    border: 1px solid #FAFAFA;
    background: #FAFAFA;
    resize: none;
    width: 65vw;
    height: 7vh;
    overflow-y: hidden;
}




#order-now-section .field-wrapper input::placeholder,
#order-now-section .field-wrapper textarea::placeholder {
    color: #194894;
    font-family: 'Manrope';
    font-family: 'Manrope';
    font-size: 1.3rem;
    font-weight: 500;
}

#order-now-section .field-wrapper input:focus,
#order-now-section .field-wrapper textarea:focus {
    border-color: transparent;
    outline: none;
}

#add-product,
#add-patient {
    background-color: #194894;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 59rem;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0px;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

#order-now-button {
    background-color: #194894;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 55rem;
}

.inline-order-patient {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* #order-now-section textarea {
    resize: vertical;
    min-height: 7vh;
} */

#order-now-section .product-group {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    #order-now-section {
        justify-content: center;
    }

    #order-now-section .row {
        gap: 3vw;

        flex-direction: column;
    }

    .inline-order-patient {
        justify-content: center;
    }


}

@media (max-width: 480px) {
    #order-now-section h2 {
        font-size: 2.5rem;

    }

    #order-now-section form[method="post"] {
        gap: 5vw;
    }

}



/* privacy policy section */
#privacy-policy {
    font-family: 'Manrope';
    line-height: 1.6;
    color: #333;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

#privacy-policy h1 {
    font-size: 2.5em;
    font-family: 'Manrope';
    text-align: center;
    margin-bottom: 20px;
    color: #0056b3;
}

#privacy-policy h2 {
    font-size: 2em;
    margin-top: 30px;
    color: #0056b3;
}

#privacy-policy h3 {
    font-size: 1.5em;
    margin-top: 20px;
    color: #007bff;
}

#privacy-policy h4 {
    font-size: 1.25em;
    margin-top: 15px;
    color: #007bff;
}

#privacy-policy p {
    margin-bottom: 15px;
}

#privacy-policy ul {
    list-style-type: disc;
    margin-left: 20px;
}

#privacy-policy ul li {
    margin-bottom: 10px;
}

#privacy-policy a {
    color: #007bff;
    text-decoration: none;
}

#privacy-policy a:hover {
    text-decoration: underline;
}

#privacy-policy strong {
    color: #0056b3;
}

#privacy-policy>p:first-of-type {
    font-style: italic;
    color: #666;
}

.phone-icon .icon-contact {
    padding: 5px;
}

.table-row.d-none {
    display: none !important;
}

@media (max-width: 600px) {
    #privacy-policy {
        padding: 10px;
    }

    #privacy-policy h1 {
        font-size: 2em;
    }

    #privacy-policy h2 {
        font-size: 1.75em;
    }

    #privacy-policy h3 {
        font-size: 1.25em;
    }

    #privacy-policy h4 {
        font-size: 1.1em;
    }
}

.footer-img-icon {
    height: 54px;
}

.calendar {
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #333333;
    box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-widget.ui-datepicker {
    box-shadow: 0 0 6px rgb(0 0 0 / 22%);
    overflow: hidden;
}

.ui-state-disabled {
    pointer-events: none;
}

.ui-state-disabled:hover {
    background-color: transparent;
}

.ui-widget.ui-datepicker * {
    font-family: 'Manrope' !important;
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #194894;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #333333;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 25px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #194894;
    margin-bottom: 5px;
    font-size: 18px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: #194894;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
    color: #ffffff;
    background-color: #194894;
    border-radius: 50px;
}

.ui-state-active {
    color: #ffffff;
    background-color: #194894;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.ui-datepicker-month,
.ui-datepicker-year {
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #000;
}

.ui-datepicker-year {
    margin-left: 15px;
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #194894;
    font-size: 20px;
}

#video {
    cursor: pointer;
}

.product-info-box .row {
    display: flex;
    justify-content: space-between;
    gap: clamp(0.938rem, 0.439rem + 1.596vw, 1.875rem);
    width: 100%;
}

.col-5 {
    flex: 0 0 calc(41.65% - clamp(0.438rem, 0.08rem + 0.952vw, 0.938rem));
    max-width: 41.65%;
}

.col-7 {
    flex: 0 0 calc(58.31% - clamp(0.438rem, 0.08rem + 0.952vw, 0.938rem));
    max-width: 58.31%;
}

@media(max-width:991px) {
    #video-carousel-container .slick-current .custom-item {
        transform: scale(0.85);
    }

    #video-carousel-container {
        padding: 0 1vw 5vh;
    }

    /* 
    #video-carousel-container .custom-item.slick-current video {
        padding-inline: 20px;
    } */

    #video-carousel-container #play-pause-btn {
        width: 70px;
        height: 70px;
    }

    #video-carousel-container #play-pause-btn img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .product-info-box {
        padding: 15px !important;
    }

    .product-info-box .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: clamp(0.938rem, 0.439rem + 1.596vw, 1.875rem);
    }

    .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




#pictures .scrolling {
    margin: 50px 0 80px
}

#pictures .grid-container {
    height: auto;
    margin-top: 80px;
}

#pictures .grid-container .card {
    scale: 0.98
}

#pictures .grid-container .card:nth-child(5) {
    opacity: 0;
    transition: all 0.5s;
}

#pictures .grid-container .card:nth-child(4) {
    transform: translate(103.5%, -106%);
}

#pictures .grid-container .card:nth-child(6) {
    transform: translate(-105.3%, -106%);
}

#pictures .grid-container .card:nth-child(3) {
    transform: translate(-178%, 53%) rotate(-30deg);
}

#pictures .grid-container .card:nth-child(7) {
    transform: translate(142%, -202%) rotate(10deg);
}

#pictures .grid-container .card:nth-child(2) {
    transform: translate(76%, 55%) rotate(28deg);
}

#pictures .grid-container .card:nth-child(1) {
    transform: translate(166%, 29%) rotate(20deg);
    z-index: 8 !important;
}

#pictures .grid-container .card:nth-child(8) {
    transform: translate(-61%, -181%) rotate(-20deg);
}

#pictures .grid-container .card:nth-child(9) {
    transform: translate(-142%, -203%) rotate(-10.6deg);
}

#pictures.active .grid-container .card {
    scale: 1;
    transform: none !important;
}

#pictures.active .grid-container .card:nth-child(5) {
    opacity: 1;
    transition-delay: 0.6s;
}

.catalog-button img,
.info-button img,
.register img,
.about-button img,
.product-button img,
.register-button img,
.view-full-button img {
    flex: 16px !important;
    width: 16px !important;
    object-fit: contain !important;
    margin-bottom: -2px;
}


/*----------  Resource  ----------*/
.resource-calculator-sec,
.resource-listing-sec {
    padding: 2vw;
}

.resource-listing-sec {
    padding-top: 0;
}

.resource-calculator-inner-sec {
    background-color: #194894;
    border-radius: clamp(0.625rem, 0.293rem + 1.064vw, 1.25rem);
    padding: clamp(0.625rem, -1.702rem + 7.447vw, 5rem) clamp(0.938rem, -2.886rem + 12.234vw, 8.125rem);
}

.resource-calculator-sec .sec-title {
    font-size: clamp(1.5rem, 1.035rem + 1.489vw, 2.375rem);
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: clamp(0.625rem, 0.293rem + 1.064vw, 1.25rem);
}

.resource-calculator-sec .sec-title.text-white {
    color: #fff;
}

.resource-calculator-inner-sec .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, -1.41rem + 8.511vw, 6.25rem);
}

.resource-calculator-inner-sec .col-lg-3 {
    flex: 0 0 380px;
    max-width: 380px;
}

.resource-calculator-inner-sec .col-lg-9 {
    flex: 1;
    max-width: inherit;
}

.resource-info-box {
    padding: clamp(0.625rem, -0.372rem + 3.191vw, 2.5rem) clamp(0.938rem, -0.06rem + 3.191vw, 2.813rem);
    background-color: #fff;
    border-radius: clamp(0.625rem, 0.293rem + 1.064vw, 1.25rem);
    transition: .4s all ease-in-out;
}

.resource-info-box table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

.resource-info-box table td,
.resource-info-box table th {
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.875rem, 0.742rem + 0.426vw, 1.125rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #194894;
}

.resource-calculator-sec .btn-group {
    display: flex;
    gap: clamp(0.625rem, 0.492rem + 0.426vw, 0.875rem);
    margin-bottom: clamp(0.875rem, 0.41rem + 1.489vw, 1.75rem);
}

.resource-calculator-sec .btn {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-family: "Manrope", sans-serif;
    font-size: clamp(0.875rem, 0.742rem + 0.426vw, 1.125rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    padding: clamp(0.625rem, 0.426rem + 0.638vw, 1rem) clamp(1.125rem, 0.859rem + 0.851vw, 1.625rem);
    border-radius: clamp(0.5rem, 0.201rem + 0.957vw, 1.063rem);
    color: #fff;
    cursor: pointer;
    transition: .4s all ease-in-out;
}

.resource-calculator-sec .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #194894;
}

.resource-calculator-sec .btn.active {
    background-color: #fff;
    color: #194894;
}

.resource-calculator-sec label {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #FAFAFA;
}

.resource-calculator-sec .input-group {
    display: flex;
    background-color: #FAFAFA;
    border-radius: clamp(0.5rem, 0.201rem + 0.957vw, 1.063rem);
    margin-top: clamp(0.438rem, 0.338rem + 0.319vw, 0.625rem);
}

.resource-calculator-sec input {
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1rem, 0.867rem + 0.426vw, 1.25rem);
    font-weight: 500;
    line-height: 1.4;
    border-radius: clamp(0.5rem, 0.201rem + 0.957vw, 1.063rem) 0 0 clamp(0.5rem, 0.201rem + 0.957vw, 1.063rem);
    color: #194894;
    flex: auto;
    padding: clamp(0.625rem, 0.459rem + 0.532vw, 0.938rem) clamp(1.125rem, 0.892rem + 0.745vw, 1.563rem);
    width: 100%;
}

.resource-calculator-sec input::-webkit-inner-spin-button {
    appearance: none;
}

.resource-calculator-sec input:focus,
.resource-calculator-sec input:focus-within,
.resource-calculator-sec input:focus-visible,
.resource-calculator-sec input:active {
    outline: none;
    box-shadow: none;
}

.resource-calculator-sec .input-group-append {
    flex: auto;
    text-align: center;
    background-color: #e8ecf4;
    font-family: "Manrope", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 0.867rem + 0.426vw, 1.25rem);
    font-weight: 700;
    line-height: 1.4;
    color: #194894;
    border-radius: 0 clamp(0.5rem, 0.201rem + 0.957vw, 1.063rem) clamp(0.5rem, 0.201rem + 0.957vw, 1.063rem) 0;
    padding: 5px 10px;
    flex: 0 0 100px;
}

.form-group+.form-group {
    margin-top: clamp(1.125rem, 0.892rem + 0.745vw, 1.563rem);
}

.resource-listing-inner-sec {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.resource-listing-box {
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.resource-listing-box:hover {
    transform: scale(0.95);
}

.resource-listing-img-box {
    display: block;
    aspect-ratio: 1.81/1;
    border-radius: clamp(0.625rem, 0.293rem + 1.064vw, 1.25rem);
    overflow: hidden;
}

.resource-listing-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.resource-listing-content-box {
    /*    margin-top: clamp(0.75rem, 0.484rem + 0.851vw, 1.25rem);*/
    padding: 15px;
}

.resource-listing-title {
    font-family: "Georgia", sans-serif;
    font-size: clamp(1.25rem, 1.117rem + 0.426vw, 1.5rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #000000;
    text-decoration: none;
}

.resource-listing-button {
    color: #000;
    text-decoration: none;
    align-self: flex-end;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: left;
    gap: 1rem;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.resource-listing-button .resource-listing-button-img {
    background-color: #194894;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all ease-in-out;
}

.resource-listing-button .resource-listing-button-img img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.resource-listing-button:hover .resource-listing-button-img {
    transform: rotate(45deg);
}

.resource-detail-head-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 5vw !important;
}

.resource-detail-head-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.resource-detail-head-sec>* {
    position: relative;
    z-index: 2;
}


@media(max-width:1199px) {
    .resource-calculator-inner-sec {
        padding: 30px;
    }

    .resource-calculator-inner-sec .col-lg-3 {
        flex: 0 0 340px;
        max-width: 340px;
    }

    .slick-initialized .slick-slide.slick-current img {
        height: 100% !important;
    }

    #contact-section {
        padding: 30px;
    }

    .product-list {
        margin: 0 -12px;
    }

    .product-item {
        padding: 0 12px;
    }

    header .register {
        padding: 10px 18px;
        min-width: auto;
    }
}

@media(max-width:991px) {
    .resource-calculator-inner-sec .row {
        flex-wrap: wrap;
    }

    .resource-calculator-inner-sec .col-lg-3 {
        flex: 100%;
    }

    .resource-calculator-inner-sec .col-lg-9 {
        flex: 100%;
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .resource-calculator-inner-sec {
        padding: 15px;
    }
}

@media(max-width:568px) {

    .resource-calculator-sec,
    .resource-listing-sec {
        padding: 20px;
    }

    .resource-listing-inner-sec {
        gap: 20px;
    }

    .resource-listing-box {
        flex: 100%;
        max-width: 100%;
    }

    #related-medications .image-wrapper,
    #favorites .image-wrapper {
        border-radius: 10px;
    }

    header .register {
        padding: 10px 18px;
    }

    .woocommerce-Button,
    input[type="submit"] {
        font-size: 14px;
    }

    .woocommerce-Button .icon-container img {
        width: 14px;
    }

    #content-wrapper-solution .catalog-button,
    #label-services .catalog-button,
    #accreditations .catalog-button,
    #specialize-section .catalog-button,
    #footer-container .catalog-button,
    #pictures .catalog-button,
    .catalog-button,
    #two-column-sections .about-button,
    #column-section-container .info-button,
    #pictures-mobile .card-mobile .catalog-button,
    #synergy-section .register,
    #pillsjiuce .about-button,
    .woocommerce-Button {
        gap: 14px;
        padding: 12px 18px;
    }

    .details-container .product-button {
        gap: 10px;
        padding: 10px 15px;
    }

    .catalog-button img,
    .info-button img,
    .register img,
    .about-button img,
    .product-button img,
    .register-button img,
    .view-full-button img,
    #pillsjiuce .about-button img,
    #synergy-section .register img,
    #two-column-sections .about-button img,
    #column-section-container .info-button img,
    #pictures-mobile .card-mobile .catalog-button img,
    #pictures .middle-card .catalog-button img {
        flex: 0 0 14px !important;
        width: 14px !important;
    }

    #pictures-mobile .card-mobile .catalog-button {
        margin-top: 20px;
    }

    #form-wrapper .form-toggle-button {
        min-width: 100px;
    }
}


/* location start */
.map-sec {
    max-width: 958px;
    margin: 0 auto;
}

.map-sec path:not(.map_enabled) {
    pointer-events: none;
}

.map-sec svg {
    max-width: 100% !important;
    height: auto;
    display: block;
}

/*.map-h:hover {
  fill: #CC2929;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}*/

.map_enabled {
    cursor: pointer;
}

.location_box {
    pointer-events: none;
    position: absolute;
    text-align: left;
    background: white;
    padding: 10px 15px;
    z-index: 5;
    margin: 0 auto;
    color: #000000;
    border-radius: 5px;
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    display: none;
    border: 1px solid #194894;
}

.location_box.active {
    display: block;
}

.location_box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    margin-top: 1px;
}

.location_box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -11px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #194894;
    margin-top: 1px;
}

.loaction-name {
    font-size: 18px;
    font-family: 'Georgia';
}

.loaction-license,
.loaction-expiration,
.loaction-license-second,
.loaction-expiration-second {
    font-size: 12px;
    font-family: 'Manrope';
    font-weight: 400;
}

.loaction-license-second {
    padding-top: 10px;
}

.loaction-license-second:empty {
    display: none;
}

@media(max-width:767px) {

    .loaction-name {
        font-size: 16px;
    }

    .loaction-license,
    .loaction-expiration,
    .loaction-license-second,
    .loaction-expiration-second {
        font-size: 11px;
    }

    .location_box {
        padding: 10px;
    }

    .composition-table span {
        padding: 5px 10px;
        font-size: 13px;
        min-width: auto;
    }

    .composition-table span:last-child {
        min-width: 70px;
    }

    #catalog .search-field,
    #catalog .aws-search-field {
        padding: 1vh 3vw;
    }

    #contact-section {
        padding: 30px 15px;
    }


}

/* location end */

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}


.wpcf7-field-groups {
    position: relative;
}

/*.wpcf7-field-groups .wpcf7-field-group:not(:first-child) .wpcf7-field-group-add {display: none !important;}*/

.woocommerce-result-count {
    float: right;
    margin-top: -63px;
    opacity: 0.6;
    font-size: 14px;
}

.woocommerce-pagination {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.woocommerce-pagination ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px;
    margin: 0 5px 5px 0;
    border: 1px solid #eee;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    font-family: 'Manrope';
    color: #000;
}

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover {
    background: #194894;
    color: #fff;
    border-color: #194894;
}

.prev.page-numbers,
.next.page-numbers {
    font-size: 0;
    width: 32px;
    height: 32px;
}

.prev.page-numbers:hover:before,
.next.page-numbers:hover:before {
    filter: brightness(0) invert(1);
}

.prev.page-numbers:before,
.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../assets/images/prev-arrow.svg) no-repeat center;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease-in-out;
}

.next.page-numbers:before {
    transform: rotate(180deg);
}

.sales-representitive-container .wpcf7-submit img {
    transition: transform 0.5s ease-in-out;
}

.sales-representitive-container .wpcf7-submit:hover img {
    transform: rotate(45deg);
}

#product-section .products-grid .product-item {
    padding: 0;
}

#product-section .product-filters .slick-slider:focus,
#product-section .product-filters .slick-arrow:focus,
#product-section .product-filters .slick-slide:focus {
    outline: none;
}

.slick-arrow {
    cursor: pointer;
}

#product-section .product-filters .slick-dots {
    display: block;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 10px 0;
}

#product-section .product-filters .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#product-section .product-filters .slick-dots li.slick-active,
#product-section .product-filters .slick-dots li:hover {
    background-color: #194894;
}

#product-section .product-filters .slick-dots li button {
    display: none
}

.details-container .info-table.variations .table-row {
    padding-bottom: 0;
}

#related-medications .product-item a,
#favorites .product-item a,
#related-medications .favorite-button {
    display: inline-flex;
    flex-direction: column;
    gap: 2vh;
    text-decoration: none;
    left: 32px;
}

/* Order */
.form-data-group {
    margin-bottom: 20px;
}

.form-data-group>h3 {
    margin-bottom: 20px;
}

.form-data-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    /*    padding: 10px 0;*/
}

.form-data-row .form-control {
    padding: 0 10px;
    position: relative;
}

.form-data-group .form-data-row .form-control {
    width: 25% !important;
}

.form-data-row .form-control .wpcf7-form-control {
    background-color: #f5f5f5;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.delete-group {
    display: none;
}

.data-repeater-child+.data-repeater-child .delete-group {
    display: block;
}

.form-data-row .form-control .select2.select2-container {
    width: 100% !important;
}

.form-data-row .form-control .select2.select2-container.select2-container--disabled {
    opacity: 0.5;
}

.form-data-row .form-control .select2 .select2-selection {
    background: #f5f5f5 url(../assets/images/down-arrow.svg) right 20px center no-repeat;
}

.form-data-row .form-control .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #194894
}

.form-data-row .form-control .dropdown-wrapper {
    display: none;
}

.add-repeater-group {
    font-size: 14px;
    font-weight: 500;
    padding-right: 40px;
    background: transparent url(../assets/images/add.svg) no-repeat center right;
    border: none;
    font-family: 'Manrope';
    color: #000;
    line-height: 25px;
    margin-bottom: 30px;
    cursor: pointer;
}

.delete-group.add-repeater-group {
    background: transparent url(../assets/images/remove.svg) no-repeat center right;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
}

.data-repeater-child {
    margin-bottom: 20px;
    position: relative;
}

.data-repeater-parent+.data-repeater-parent h3 .delete-group {
    display: block;
    margin-top: 5px;
    margin-bottom: auto;
}

.form-data-row>.form-control:first-child {
    width: 30%;
}

.form-data-row>.form-control {
    width: 70%;
}

.outer-list .data-repeater-parent {
    margin-bottom: 58px;
}

.form-footer-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-footer-group .add-repeater-group {
    margin-left: 50px;
    margin-bottom: 0;
}

.form-data-group .form-data-row .form-control .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

#order-form.repeater.wpcf7-form,
#order-now-section .order-form-patient {
    width: 84%;
}

.file-input-label i {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    width: 59px;
    height: 100%;
    background-color: #194894;
    position: absolute;
    left: 0;
    border-radius: 16px;
}

.file-input-label i img {
    width: 25px;
}

.file-input-label span {
    font-size: 18px;
    font-weight: 500;
    color: #194894;
    font-family: 'Manrope';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-data-row .form-control .file-input-label input.wpcf7-form-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0;
    text-indent: -100%;
    font-size: 0;
}

.form-data-patient-1 .form-control:last-child {
    width: 41% !important;
}

.file-input-label {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    width: 100%;
    padding: 17px 23px;
    border-radius: 16px;
    position: relative;
    padding-left: 100px;
}

.form-data-patient-1 .form-control {
    margin-bottom: 20px;
}

.form-data-patient-3 {
    margin-bottom: 58px;
}

.form-data-patient-3 .form-control {
    width: 100% !important;
}

/* Order */

#two-column-sections .image-content {
    position: relative;
}

#two-column-sections .image-content span {
    position: absolute;
    top: 10%;
    left: 6%;
}

#two-column-sections .image-content span img {
    width: auto;
    height: auto;
}

.custom-reset-pass.reset_link_sent {
    background: #fff;
    padding: 30px 20px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    border-radius: 1rem;
}

.woocommerce-message {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Manrope';
}

.reset_form_div p {
    font-size: 16px;
    color: #fff;
}

.custom-reset-pass.reset_form_div .woocommerce-form-row label {
    margin-bottom: 15px;
    display: inline-block;
}

.custom-reset-pass.reset_form_div .woocommerce-form-row label span {
    color: #fb0101;
}

.reset_form_div p:first-child {
    display: none;
}

.woocommerce-password-strength {
    margin-top: 10px;
    display: block;
}

.accreditation-gallery-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.accreditation-gallery-item {
    padding: 0 15px;
    width: 33.33%;
}

.card-logo-img {
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    max-width: 152px;
    min-height: 148px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-slider-wrapper {
    margin-top: -156px;
}

.hero-slider-wrapper .slick-slide .single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider-wrapper .slick-initialized .slick-slide.slick-current {
    display: flex !important;
    align-items: end;
}

.hero-slider-wrapper .slick-slide .single-image img {
    border-radius: 30px;
    overflow: hidden;
}

.hero-slider-wrapper .slick-slide .single-image {
    position: relative;
    display: block;
    aspect-ratio: 428/593;
    transition: all 0.5s;
    padding: 0 15px;
}

.hero-slider-wrapper .slick-initialized .slick-slide.slick-current.slick-center .single-image {
    aspect-ratio: 428/439;
}

.hero-slider-wrapper .slick-track {
    display: flex;
    align-items: end;
}

.hidden {
    width: 0;
    height: 0;
    display: none;
}

.back-to-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #194894;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    overflow: hidden;
    color: #fff
}

.back-to-top.active {
    bottom: 85px;
    opacity: 1;
    z-index: 101
}

.back-to-top>div {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top>.arrow svg {
    fill: #fff;
    height: 20px;
    width: 100%;
}

.back-to-top>.text {
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
    font-family: 'Manrope';
}

.back-to-top:hover {
    transform: scale(1.1);
    bottom: 85px;
    cursor: pointer;
}

.back-to-top:hover>.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0
}

.back-to-top:hover>.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1
}

.page-template-favorites .catalog-section {
    flex-basis: 100%;
}

.page-template-favorites .product-item {
    width: 20%;
}

.site {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.details-container .favorite-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
}

.details-container .favorite-button span {
    font-family: 'Manrope';
    color: #000;
}

.details-container .favorite-button span:first-child {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #1948941A;
    padding: 8px;
    display: block;
}

.details-container .favorite-button span .fav-icon {
    width: 100% !important;
    height: 100% !important;
}

.product-info-box-buttons-wrapper {
    display: flex;
    gap: 38px;
    align-items: center;
}

body .select2-container {
    z-index: 90 !important;
}

body .ui-widget.ui-datepicker {
    z-index: 100 !important;
}

body .select2-container.select2-container--open {
    z-index: 100 !important;
}

.forgot-password~.forgot-password {
    margin-top: 10px;
    display: block;
}

.woocommerce-Button.button .prescriber-information-button {
    padding: 0;
}

.billrights-popup .modal-body {
    padding-bottom: 30px;
}

.billrights-popup .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Georgia';
}

.billrights-popup .modal-head {
    padding-bottom: 20px;
}

.billrights-popup .modal-body .cms-con p,
.billrights-popup .modal-body .cms-con li {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-family: 'Manrope';
    font-weight: 400;
    margin-bottom: 15px;
}

.billrights-popup .modal-body .cms-con p:last-child {
    margin-bottom: 0;
}

.billrights-popup .modal-body .cms-con li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    list-style: none;
}

.billrights-popup .modal-body .cms-con li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.billrights-popup .modal-footer {
    display: flex;
    align-content: center;
    justify-content: center;
}

.billrights-popup .catalog-button {
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.3s;
}

.billrights-popup .catalog-button:hover {
    background-color: #163a6e;
    transform: translateY(-2px);
}

.billrights-popup .catalog-button:focus {
    outline: none;
}

.billrights-popup .catalog-button~.catalog-button {
    margin-left: 15px;
}

.billrights-popup .modal-body .cms-con h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Georgia';
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-top: 25px;
}

.billrights-popup .modal-body .cms-con a {
    color: #000;
    word-break: break-word;
}

.billrights-popup .modal-body .cms-con a:hover {
    color: #194894;
}

.popclick {
    font-size: 14px;
    color: #194894;
    font-weight: 700;
    font-family: 'Manrope';
    transition: all 0.4s ease-in-out;
}

.popclick:hover {
    color: #194894;
}

.body-fixed {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.body-fixed:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.billrights-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    -webkit-transition: 300ms all;
    padding: 15px;
}

.billrights-popup {
    z-index: 999999;
}

.billrights-popup:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    height: 100%;
}

.pop-visible {
    opacity: 1;
    visibility: visible;
}

/*.billrights-popup .overlayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  -webkit-transition: 300ms all;
}

.pop-visible .overlayer {
  opacity: 1;
  visibility: visible;
}*/

.pop-body {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 99;
    /*  transition: 600ms all;
  -webkit-transition: 600ms all;*/
    background: #fff;
    max-width: 950px;
    width: 100%;
    height: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.pop-body:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 50px;
    background-color: #fff;
    content: "";
    z-index: -1;
}

.pop-visible .pop-body {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-head .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.modal-head .close-popup:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 77%;
    height: 2px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
}

.modal-head .close-popup:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 77%;
    height: 2px;
    background: #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
}

.modal-head .close-popup:hover:before,
.modal-head .close-popup:hover:after {
    background: #194894;
}



@media(max-width:1600px) {
    #meetTeam .personCard .personCard-content-box {
        margin-top: 270px;
    }
}

@media(max-width:1500px) {
    #meetTeam .personCard .personCard-content-box {
        margin-top: 240px;
    }
}

@media(max-width:1440px) {
    #meetTeam .personCard .personCard-content-box {
        margin-top: 220px;
    }

    #video-carousel-container .slick-current .custom-item {
        padding-block: 4rem;
    }

    #video-carousel-container .slick-slide:not(.slick-current) .custom-item {
        padding-block: 4rem;
    }

    .hero-slider-wrapper {
        margin-top: -112px;
    }

    #content-wrapper-solution h1 {
        width: 37vw;
    }

    #content-wrapper-solution p {
        width: 30vw;
    }

    .product-list {
        margin: 0 -10px;
    }

    .product-item {
        padding: 0 10px;
    }

    .badge {
        right: 25px;
        font-size: 12px;
        padding: 4px 10px;
    }

    .favorite-is-not-login {
        left: 25px;
    }

}

@media(max-width:1366px) {
    #product-section .product-filters ul li a {
        font-size: 1.1rem;
    }

    .file-input-label {
        padding-left: 80px;
    }

    .file-input-label span {
        font-size: 16px;
    }

    header .main-nav ul li a {
        font-size: 14px;
    }

    .sales-representitive-container>.body>.contact-switch-container {
        width: 41vw;
    }

    #explore-news-section .news-item-title .icon-more-span {
        width: 3vw;
        height: 3vw;
    }

    #quality-overview .quality-info {
        padding-right: 2vw;
    }


}

@media(max-width:1199px) {
    .product-item {
        width: 33.33%;
    }

    .sales-representitive-container>.body>.contact-switch-container {
        width: 100%;
    }

    .form-data-row {
        margin: 0 -5px;
    }

    .form-data-row .form-control {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .outer-list .data-repeater-parent {
        margin-bottom: 30px;
    }

    .wpcf7-form .form-footer-group button {
        padding: 2vh 5vw;
    }

    #order-form.repeater.wpcf7-form,
    #order-now-section .order-form-patient {
        width: 100%;
    }

    .form-data-row.form-data-patient-3 {
        margin-bottom: 30px;
    }

    .file-input-label i {
        width: 50px;
    }

    .file-input-label i img {
        width: 20px;
    }

    .file-input-label {
        padding-left: 65px;
    }

    #faq-container .accordion-header {
        font-size: 1.2rem;
    }

    #faq-container .accordion {
        width: 80%;
    }

    .delete-group.add-repeater-group {
        position: relative;
        right: inherit;
        padding-right: 30px;
        font-size: 14px;
        margin: 0 0 30px 0;
        width: auto;
        height: auto;
    }

    #facility-gallery .gallery-item {
        margin: 0.8vh;
    }

    #video-carousel-container .slick-current .custom-item {
        padding-block: 3rem;
    }

    #video-carousel-container .slick-slide:not(.slick-current) .custom-item {
        padding-block: 3rem;
    }

    #pillsjiuce {
        min-height: 100vh;
    }

    #accreditation-gallery .accreditation-card p {
        padding: 0vh 2vw;
        font-size: 14px;
    }

    .card-logo-img {
        padding: 15px;
        max-width: 140px;
        min-height: 122px;
    }

    #accreditation-gallery .accreditation-card a img {
        max-width: 90%;
    }

    .hero-slider-wrapper .slick-slide .single-image {
        padding: 0 10px;
    }

    .hero-slider-wrapper {
        margin-top: -60px;
    }

    #best-service-wrapper .service-description {
        gap: 3vh;
    }

    #best-service-wrapper .service-description h1 {
        width: 75vw;
    }

    #best-service-wrapper .service-description p {
        width: 75vw;
    }

    #Qualities-section {
        padding-top: 0;
    }

    #meetTeam .personCard-prev {
        left: 1rem;
    }

    #meetTeam .personCard-next {
        right: 1rem;
    }

    #specialize-section .sticky-container {
        height: 58vh;
    }

    .specialize-carousel .carousel-item {
        min-width: 43vh;
    }

    .request-prices-catalog {
        padding: 1.5vw 2vh;
    }

    .request-prices-catalog h2 {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .request-now-button {
        font-size: 14px;
    }

    .request-now-button .arrow img {
        max-width: 10px;
    }

    .page-template-favorites .product-item {
        width: 25%;
    }

    .page-template-forget-password .login-box h2 {
        font-size: 4rem;
    }

    button.login-button {
        font-size: 1.6rem;
    }

    #explore-news-section .news-item-title {
        left: 3vw;
        transform: none;
    }

    .sales-representitive-container>.body>.contact-switch-container {
        margin-top: 15px;
        display: block;
        width: 100%;
    }

    .sales-representitive-container>.body>.contact-switch-container>.buttons {
        margin-bottom: 15px;
    }

    .sales-representitive-container>.body>.contact-switch-container>.address {
        text-align: left;
        display: block;
    }

    .account-content .contact-section {
        padding: 0;
    }

    .account-content .contact-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #meetTeam .personCard .personCard-content-box {
        margin-top: 200px;
        padding: 15px 15px;
    }

    #related-medications .product-item a,
    #favorites .product-item a,
    #related-medications .favorite-button {
        top: 14px;
        left: 24px;
    }

    #quality-overview .quality-info {
        padding-right: 0;
    }

}

@media(max-width:991px) {
    .woocommerce-result-count {
        margin-top: -45px;
    }

    .favorite-is-not-login {
        left: 3vw;
    }

    .form-data-group .form-data-row .form-control {
        width: 25% !important;
    }

    .form-data-patient-1 .form-control:last-child {
        width: 50% !important;
    }

    #faq-container .accordion {
        width: 100%;
    }

    #product-section .product-filters .slick-dots {
        bottom: -43px;
    }

    #video-carousel-container .slick-current .custom-item {
        padding-block: 0;
    }

    #video-carousel-container .slick-slide:not(.slick-current) .custom-item {
        padding-block: 0;
    }

    #pillsjiuce {
        min-height: 700px;
        height: auto;
    }

    #two-column-sections .image-content span img {
        width: 100px !important;
    }

    .login-box .reset_form_div input {
        width: 100%;
    }

    .reset_form_div .woocommerce-Button {
        width: 100%;
    }

    .hero-slider-wrapper {
        margin-top: 0;
    }

    .hero-slider-wrapper .slick-slide .single-image {
        aspect-ratio: inherit;
    }

    .hero-slider-wrapper .slick-initialized .slick-slide.slick-current.slick-center .single-image {
        aspect-ratio: inherit;
    }

    #Qualities-section {
        padding: 7vh 3.5vw 0vh 3.5vw;
    }

    header .auth-links {
        gap: 5vw !important;
    }

    .login-box form.lost_reset_password {
        gap: 1vh;
        align-items: center;
        max-width: 100%;
    }

    .login-box .lost_reset_password .woocommerce-form-row {
        width: 100%;
    }

    .login-box .lost_reset_password input {
        width: 100%;
    }

    #explore-news-section .news-item-title {
        left: 15px;
        right: 15px;
        width: auto !important;
        display: block;
    }

    #order-now-section .field-wrapper input::placeholder,
    #order-now-section .field-wrapper textarea::placeholder,
    .login-box input::placeholder {
        font-size: 1rem;
    }

    .personCard-content-box p {
        max-height: 205px;
    }

    #explore-news-section .news-item-title span:first-child {
        width: 100%;
    }

    #meetTeam .personCard .personCard-content-box {
        margin-top: 220px;
    }

    .login-box form {
        width: 80%;
        margin: auto;
    }

    .login-box {
        padding: 30px 15px;
    }

    .login-box .woocommerce {
        padding: 0;
        width: 100%;
    }

    .custom-reset-pass.reset_form_div {
        padding: 0;
        width: 100%;
    }

    .register .policy-row {
        align-items: start !important;
    }

}

@media(max-width:767px) {
    .woocommerce-result-count {
        margin-top: -36px;
    }

    #product-section .product-filters ul.slick-dots {
        display: block;
        position: relative;
        margin: 0;
        margin-bottom: 20px;
    }

    #product-section .product-filters ul.slick-dots li {
        display: inline-block;
    }

    #product-section .products-grid {
        margin: 0 0px;
        display: block;
    }

    #product-section .slick-track {
        display: block;
    }

    #product-section .products-grid .product-item {
        padding: 0 5px;
    }

    .product-tags>.tag {
        padding: 0.4rem;
        line-height: 1;
        top: 2vh;
        right: 3vw;
    }

    .form-data-group .form-data-row .form-control {
        width: 50% !important;
    }

    #order-now-section h3 {
        font-size: 1.3rem;
    }

    #order-now-section h3 {
        margin-bottom: 15px;
    }

    #product-section .product-item img,
    #product-section .product-item img.attachment-woocommerce_thumbnail {
        height: 66vh !important;
    }

    #product-section .product-filters .slick-dots {
        bottom: -25px;
    }

    .custom-reset-pass.reset_link_sent {
        padding: 25px 15px;
        max-width: 95%;
    }

    .woocommerce-message {
        font-size: 18px;
    }

    .custom-reset-pass.reset_link_sent .woocommerce p {
        font-size: 14px;
    }

    .woocommerce-lost-password .login-box h2 {
        font-size: 2rem;
        line-height: 1;
    }

    .reset_form_div p {
        font-size: 14px;
    }

    .reset_form_div form[method="post"] {
        gap: 3vw;
    }

    .accreditation-gallery-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .accreditation-gallery-item:last-child {
        margin-bottom: 0px;
    }

    .hero-slider-wrapper {
        padding-top: 15px;
    }

    .hero-images {
        padding: 0 8px;
    }

    .hero-slider-wrapper .slick-slide .single-image {
        padding: 0 7px;
    }

    #review .review-slider {
        min-height: 304px;
    }

    .personCard-img-box {
        margin-top: -24px;
    }

    #meetTeam .personCard {
        margin-top: 24px;
    }

    header .auth-links {
        gap: 7vw !important;
    }

    #video-carousel {
        max-width: 85%;
    }

    #video-carousel-container .slick-slide:not(.slick-center) .custom-item video {
        transform: none;
    }

    #video-carousel-container .slick-current .custom-item {
        transform: none;
    }

    #video-carousel-container #play-pause-btn {
        width: 50px;
        height: 50px;
    }

    .data-repeater-parent+.data-repeater-parent h3 .delete-group {
        margin-top: 2px;
    }

    .page-template-forget-password #login-container {
        padding-bottom: 15px;
    }

    #burger-menu .social-images a img {
        width: 30px !important;
        height: 30px !important;
    }

    .login-box h2 {
        font-size: 5rem;
    }

    .login-box form {
        gap: 2vw;
    }

    .u-column1 {
        gap: 7vw;
    }

    #meetTeam .personCard .personCard-content-box {
        margin-top: 200px;
    }

    #account-section .right-container h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    button.login-button {
        width: 100%;
    }

    .details-container .product-info {
        padding-bottom: 20px;
    }

    .billrights-popup .title {
        font-size: 26px;
    }

    .billrights-popup .modal-body .cms-con h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .billrights-popup .modal-body .cms-con p,
    .billrights-popup .modal-body .cms-con li {
        font-size: 14px;
    }

    .billrights-popup .modal-body .cms-con li:before {
        width: 4px;
        height: 4px;
        top: 9px;
    }

    .billrights-popup .modal-body .cms-con li {
        padding-left: 12px;
    }

    .pop-body {
        padding: 30px 15px;
    }

    .billrights-popup .modal-body {
        padding-bottom: 20px;
    }

    .specialize-carousel .carousel-item {
        min-width: 40%;
        padding: 6px;
    }
}

@media(max-width:568px) {
    .woocommerce-result-count {
        float: none;
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    /*    .product-item {
        width: 100%;
    }*/

    #catalog .product-item {
        margin-bottom: 15px;
    }

    #catalog .product-item:last-child {
        margin-bottom: 0;
    }

    .filter-dropdown:not(.asd) li a {
        padding: 10px 15px;
    }

    #product-section .products-grid {
        display: block;
    }

    #product-section .product-filters .filters-cat ul li a {
        font-size: 1rem;
    }

    .form-data-group .form-data-row .form-control {
        width: 100% !important;
    }

    .form-data-row>.form-control:first-child {
        width: 100%;
    }

    .form-data-row>.form-control {
        width: 100%;
    }

    #product-section .product-item img,
    #product-section .product-item img.attachment-woocommerce_thumbnail {
        height: 46vh !important;
    }

    .resource-calculator-sec .input-group-append {
        font-size: 14px;
        flex: 0 0 75px;
    }

    #review .review-slider {
        min-height: 290px;
    }

    #meetTeam .personCard-prev {
        left: 0.5rem;
    }

    #meetTeam .personCard-next {
        right: 0.5rem;
    }

    header .auth-links {
        gap: 0 !important;
    }

    header .register {
        margin-right: 20px;
        margin-left: 15px;
    }

    header .icon-header {
        width: 130px !important;
    }

    #burger-menu .menu-btn>span,
    #burger-menu .menu-btn>span::before,
    #burger-menu .menu-btn>span::after {
        width: 30px;
    }

    .pused-button {
        right: 45px;
    }

    #catalog {
        padding: 0;
        position: relative;
    }

    #toggle-filters {
        position: absolute;
        right: 12px;
        top: 20px;
        background: #d3dbeb;
        border: none;
        border-radius: 10px;
        padding: 8px;
        box-sizing: border-box;
    }

    #catalog .catalog-header {
        align-items: flex-start;
    }

    #catalog .catalog-header h1 {
        font-size: 1.750rem;
    }

    .woocommerce-result-count {
        text-align: left;
        font-size: 12px;
        padding-left: 12px;
    }

    .catalog-section {
        padding: 0;
    }

    .product-list {
        width: auto;
        margin: 0 -12px;
    }

    #catalog .product-list {
        margin: 0;
        width: auto;
        max-width: 100%;
    }

    .product-item {
        flex-basis: 50%;
        width: 50%;
        padding: 0 8px;
    }

    .product-item .image-wrapper {
        position: relative;
    }

    .product-item .image-wrapper .badge,
    #related-medications .badge {
        top: 6px;
        right: 6px;
        font-size: 10px;
        padding: 2px 5px;
    }

    #catalog .favorite-button,
    #related-medications .favorite-button,
    #catalog .favorite-is-not-login {
        width: 28px;
        height: 28px;
        top: 6px;
        left: 6px;
        padding: 6px;
        border-radius: 5px;
    }

    .product-item h2,
    .product-title {
        font-size: 14px;
    }

    .product-item p {
        font-size: 12px;
    }

    #related-medications {
        padding: 2vh 12px;
    }

    #related-medications .product-item {
        margin-bottom: 15px;
    }

    #burger-menu .menu-item {
        list-style: none;
    }

    #accreditations {
        display: flex;
        flex-direction: unset;
    }

    .coppyRight p {
        padding: 10px 0;
    }

    .page-template-forget-password #login-container {
        padding-bottom: 0;
    }

    .page-template-forget-password .login-box h2 {
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .lost_reset_password button.login-button {
        font-size: 1.2rem;
        justify-content: start;
        padding: 2vh 5vw;
    }

    .product-info-box-buttons-wrapper {
        gap: 20px;
    }

    .login-box form {
        gap: 4vw;
    }

    .u-column1 {
        gap: 7vw;
    }

    #salesButton.active,
    #pharmaicstButton {
        font-size: 14px;
    }

    .login-box h2 {
        font-size: 4rem;
    }

    .login-box input {
        font-size: 1rem;
    }

    button.login-button {
        font-size: 1.4rem;
    }

    a.forgot-password {
        font-size: 1.1rem;
    }

    #provider-form-wrapper {
        display: block;
    }

    #step-1,
    #step-2 {
        width: 100%;
        gap: 4vw;
    }

    #provider-form-wrapper .woocommerce .register .form-row,
    #account-section .edit-account .form-row,
    #tab-Vertical .woocommerce-form-row {
        gap: 4vw;
    }

    .product-tags>.tag {
        right: 4vw;
    }

    #product-section .prev-white:not(.slick-hidden),
    #product-section .next-white:not(.slick-hidden) {
        top: 44%;
    }

    .personCard-content-box p {
        max-height: 180px;
        padding-right: 15px;
    }

    #related-medications .product-item a,
    #favorites .product-item a,
    #related-medications .favorite-button {
        left: 15px;
    }

    .specialize-carousel .carousel-item {
        min-width: 43vh;
    }

    #contact-section .contact-option .button-container {
        transform: translateX(-50%);
        width: 95%;
    }

    #contact-section .contact-option .contact-button {
        padding: 12px 10px;
    }

}

@media only screen and (max-height: 576px) and (orientation: landscape) {
    .logged-out-nav {
        overflow-y: unset;
        height: unset;
    }

    #burger-menu .menu-box {
        height: 100%;
    }
}


@media(max-width:350px) {
    header .icon-header {
        width: 100px !important;
    }

    .details-container .product-button {
        min-width: 140px;
    }

    .details-container .favorite-button {
        font-size: 13px;
    }

    #container .details-container h1 {
        font-size: 1.1rem;
    }
}

.thank-you-sec {
    text-align: center;
    padding-block: clamp(2.5rem, 0.505rem + 6.383vw, 6.25rem);
}

.thank-you-content-wrap {
    max-width: 650px;
    margin: auto;
    padding-inline: 15px;
}

.thank-you-sec .sec-head {
    margin-bottom: clamp(1.25rem, 0.751rem + 1.596vw, 2.188rem);
}

.thank-you-sec .sec-title {
    font-family: "Georgia", sans-serif;
    font-size: clamp(1.75rem, 1.085rem + 2.128vw, 3rem);
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.thank-you-sec .cms-con {
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.063rem, 0.963rem + 0.319vw, 1.25rem);
    font-weight: 500;
    line-height: 1.5;
    color: #194894;
    margin-bottom: clamp(1.25rem, 0.751rem + 1.596vw, 2.188rem);
}

.thank-you-button-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: clamp(1.25rem, 0.585rem + 2.128vw, 2.5rem);
}

.thank-you-content-wrap .catalog-button:nth-child(1) {
    transition: .4s all ease-in-out;
}

.thank-you-content-wrap .catalog-button:nth-child(1):hover {
    background-color: #fff;
    color: #194894;
    border: 2px solid #194894;
}

.thank-you-content-wrap .catalog-button:nth-child(1):hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(2134%) hue-rotate(205deg) brightness(96%) contrast(91%);
}

.btn-outline.btn-outline {
    background-color: #fff;
    border: 2px solid #194894;
    color: #194894;
    transition: .4s all ease-in-out;
}

.thank-you-content-wrap .catalog-button:nth-child(1) img {
    transform: rotate(-135deg);
}

.btn-outline.btn-outline img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(2134%) hue-rotate(205deg) brightness(96%) contrast(91%);
    transition: .4s all ease-in-out;
}

.btn-outline.btn-outline:hover {
    background-color: #194894;
    color: #fff;
}

.btn-outline.btn-outline:hover img {
    filter: brightness(0) invert(1);
}

.thank-you-slide-item {
    padding-inline: clamp(0.438rem, 0.172rem + 0.851vw, 0.938rem);
    aspect-ratio: 0.97/1;
    max-width: clamp(13.75rem, 5.838rem + 25.319vw, 28.625rem);
}

.thank-you-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: clamp(10px, 4.688px + 1.064vw, 20px) !important;
    overflow: hidden;
}

.thank-you-content-wrap div {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-inline: 0;
}

@media(max-width:568px) {
    .thank-you-button-wrap {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }

    .width-48 {
        width: 100% !important;
    }

    .form-state-zip {
        flex-wrap: wrap;
    }
}

.contact-us-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.width-48 {
    width: 48%;
}

.form-state-zip {
    display: flex;
    gap: 15px;
}

.form-state-zip .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: start;
}

.form-state-zip .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #194894;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
}

.register .form-control .select2-selection--multiple,
.register .form-control .select2-selection--single {
    padding: 17px 12px;
    font-size: 18px;
}



.register {
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #194894;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #194894;
    }

    .select2-container {
        width: 100% !important;
    }
}

@media(max-width:991px) {

    .register .form-control .select2-selection--multiple,
    .register .form-control .select2-selection--single {
        padding: 15px 17px;
        font-size: 1rem;
    }
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #FBFBFB;
    cursor: default;
    opacity: 0.5;
}


.input-radiobutton {
    text-align: left;
    margin-bottom: 5px;
    flex-wrap: wrap;
    row-gap: 8px !important;
}

.input-radiobutton .wpcf7-form-control {
    padding: 0 !important;
    background-color: transparent;
}

.input-radiobutton .wpcf7-list-item:first-child {
    margin-left: 0 !important;
}

.input-radiobutton label {
    flex: 0 0 1;
}

.input-radiobutton input {
    display: none;
}

.input-radiobutton label span {
    font-family: 'Manrope';
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1.6;
    color: #194894;
    padding-right: 10px;
}

.input-radiobutton label span:before,
.input-radiobutton label span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #194894;
    border-radius: 4px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.input-radiobutton label input:checked+span::after {
    background: #194894;
    width: 5px;
    height: 5px;
    left: 5px;
}

/* Basic tab styling */
.tabHeaderAccount.active {
    background-color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.tabHeaderAccount a {
    text-decoration: none;
    color: #000;
}

.tab-item {
    display: none;
    width: 100%;
}

.tab-item.active {
    display: block;
}