@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #454545;
    overflow-x: hidden;
    letter-spacing: 0.5px
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1f2632;
    font-family: 'Outfit', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2,
.h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3,
.h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 23px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6,
.h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.5;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 9;
    position: relative;
}

section {
    padding: 50px 0;
    padding-top: 50px;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #1e2761;
}

.text-hover {
    color: #1c2431;
}

.text-black {
    color: #1f2632;
}

.text-grey {
    color: #454545;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff;
    
}
 .service-title{
    height: 308px;
}

.dark-bg {
    background-color: #1e2761;
}

.dark-green {
    background-color: #81b338;
}

.light-bg {
    background-color: #eaedff;
}

.theme-bg {
    background-color: #2d3985;
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    height: 600px !important;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
     
    height: 600px;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    width: 100%;
}

.countdown>li {
    list-style-type: none;
    text-align: center;
}

.countdown>li span {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    color: #1e2761;
}

.countdown>li p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact {
    padding: 20px 40px 30px;
}

.contact-media a {
    color: #ffffff;
}

.contact-media a:hover {
    color: #1e2761;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

label {
    font-size: 14px;
    color: #1f2632
}

.form-control {
    font-size: 14px;
    height: 50px;
    color: #454545;
    border: 1px solid #e9eaed;
    border-radius: 0;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1c2431;
}

select.form-control {
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
    color: #454545;
}

.form-control::-moz-placeholder {
    color: #454545;
}

.form-control:-ms-input-placeholder {
    color: #454545;
}

.form-control:-moz-placeholder {
    color: #454545;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    width: 100%;
    font-size: 0.8rem;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    width: 100%;
    font-size: 0.8rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #1f2632 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.map {
    height: 400px;
    z-index: 999;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); */
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.video-btn .play-btn {
    width: 80px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.video-btn .play-btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #83b43b;
    left: 0px;
    top: 0px;
    transform: scale(.6);
    transition: .5s ease;
    border-radius: 50%;
    opacity: 0;
}

.video-btn .play-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.video-btn .play-btn i {
    z-index: 1;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #83b43b;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
    transform: translate3d(-50%, -50%, 0) scale(.75);
    color: #ffffff
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.blink {
    color: #000;
    line-height: 50px;
}

.blink span {
    font-size: 18px;
    line-height: 0px;
    font-weight: 600;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.list-icon li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 15px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    background: #1c2431;
}

/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
    font-size: 1em;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

.ic-5x {
    font-size: 5em;
}

.ic-7x {
    font-size: 7em;
}

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
    border: none;
    overflow: hidden;
}

.product-link {
    padding: 20px 15px;
    opacity: 0;
    right: 0;
    top: 2rem;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.product-card:hover .product-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-link button {
    color: #1f2632;
    font-size: 20px;
    border: none;
    padding: 0.50rem 0.75rem;
    background: #ffffff;
    display: block;
}

.product-link button:hover {
    background: #1e2761;
    color: #ffffff
}

.product-card .card-body {
    padding: 20px;
    position: relative;
    text-align: center;
    background: #fff
}

.product-title a {
    color: #1f2632;
    font-size: 18px;
    font-weight: 500
}

.product-title a:hover {
    color: #1e2761;
}

.product-price {
    color: #1e2761;
    font-weight: 600;
}

.product-price del {
    font-size: 0.9rem
}

.product-list.product-card {
    padding: 0;
}

.product-list.product-card .card-body {
    text-align: left;
}

.star-rating {
    color: #FDCC0D
}

.form-check-input:checked {
    background-color: #1e2761;
    border-color: #1e2761;
}

input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    color: #1f2632;
    vertical-align: middle;
}

.btn-product {
    background: none;
    color: #1f2632;
    border: 1px solid #e9eaed;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-filter a.active {
    color: #1e2761;
}

.view-filter a {
    color: #1f2632;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.cart-table thead th {
    padding: 20px;
    vertical-align: middle;
    color: #1f2632;
    font-size: 20px;
    font-weight: 600;
}

.cart-table td {
    padding: 10px;
    color: #1f2632;
    vertical-align: middle;
}

/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
    margin-bottom: 15px
}

.sidebar-links li:last-child {
    margin-bottom: 0;
}

.sidebar-links li a {
    background-color: #ffffff;
    color: #1f2632;
    display: block;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-left: 3px solid transparent;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
    color: #508600;
    padding-left: 25px;
    border-left: 3px solid #508600;
}

/* ------------------------
Extra
------------------------*/
.img-border {
    border: 10px solid #ffffff
}

.bg-effect:after {
    background: #dafeff;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    border-radius: .25rem
}

.bg-effect.right:after {
    left: inherit;
    right: 0
}

.shape-1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.shape-1.bottom {
    top: inherit;
    bottom: -1px
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 700px;
    height: 700px;
    border: 50px solid #dafeff;
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim.right {
    right: -10%;
    left: inherit;
}

.round-anim.center {
    left: 50%;
    margin-left: -350px
}


.menu {
    position: fixed;
    bottom: 18px;
    /* width:280px;
    height:280px; */
    right: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;

}

.menu .toggle {
    position: relative;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 4px #1e2761;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e2761;
    font-size: 2rem;
    cursor: pointer;
    transition: 1.25s;
    z-index: 5;
    border: 1px solid #1e2761;
}

.menu.active .toggle {
    transform: rotate(360deg);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15),
        0 0 0 2px #333,
        0 0 0 8px #fff;
}

.menu li {
    position: absolute;
    /* left:0; */
    right: 92px;
    list-style: none;
    transition: 0.5s;
    transform: rotate(calc(360deg/8 * var(--i)));
    transform-origin: 130px;
    scale: 0;
    transition-delay: calc(0.05s * var(--i));
    margin-top: 25px;
    padding-left: 7px;
}

.menu.active li {
    scale: 1;
}

.menu li a {
    position: relative;
    border: 1px solid;
    display: flex;
    transform: rotate(calc(360deg/-8 * var(--i)));
    width: 60px;
    height: 60px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.75rem;
    color: var(--clr);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.menu li:hover a {
    font-size: 2.5rem;
    box-shadow: 0 0 0 2px var(--clr),
        0 0 0 6px #fff;
}

.toggle img {
    width: 50%;
    margin-left: -4px;
}

.pro-details ul {
    background-color: #fff;
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15);
}

.pro-details ul li a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    color: #1b1a1a;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.pro-details ul li i {
    font-size: 22px;
}

.pro-details ul li a.active,
.pro-details ul li a:hover {
    background-color: #1e2761;
    color: #fff;
}

.pharama-float {
    padding: 0px;
}

.list-icon img {
    width: 10%;
    margin-right: 6px;
}

.prod-form {
    border: 1px solid #1e2761;
}

.footer-logo img {
    width: 75%;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.pharma-services {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
}

.pharma-services p {
    font-size: 16px;
}

.pharma-services h6 {
    margin-top: 10px;
}

.pharma-services h3 {
    text-align: center;
    color: #1e2761;
}

.topbar-link a:hover {
    color: #81b338 !important;
}

.phar-butn a {
    padding: 7px 20px;
    font-size: 13px;
}

.phar-butn {
    text-align: end;
}

.home-faq .accordion .accordion-item .accordion-button {
    background-color: #1e2761;
    color: #fff;
}

.home-faq .accordion .accordion-item .accordion-button[aria-expanded="true"] {
    color: #fff;
    background-color: #1e2761;
}

.home-faq .accordion .accordion-body {
    padding: 15px;
    line-height: 2;
    background-color: #c4c8e4b5;
}

.banner-btn1 a {
    margin-top: 32.5%;
    margin-left: 4%;
    background-color: #fff !important;
    color: #1e2761 !important;
    padding: 10px 25px !important;
}

.banner-btn2 a {
    margin-top: 20%;
    margin-left: 50%;
    background-color: #fff !important;
    padding: 10px 25px !important;
    color: #1e2761 !important;
}

.banner-btn3 a {
    margin-top: 20%;
    margin-left: 4%;
    background-color: #1e2761 !important;
    padding: 10px 25px !important;
}

.banner-btn4 a {
    margin-top: 20%;
    margin-left: 65%;
    background-color: #1e2761 !important;
    padding: 10px 25px !important;
}


.banner-btn5 a {
    margin-top: 24.5%;
    margin-left: 26%;
    background-color: #1e2761 !important;
    padding: 10px 25px !important;
}
.banner-btn6 a {
    margin-top: 24.5%;
    margin-left: 26%;
    background-color: #1e2761 !important;
    padding: 10px 25px !important;
}
.banner-btn7 a {
    margin-top: 16.5%;
    margin-left: 70%;
    background-color: #1e2761 !important;
    padding: 10px 25px !important;
}
.banner-btn8 a {
    margin-top: 11%;
    margin-left: 78%;
    background-color: #1e2761 !important;
    padding: 10px 25px !important;
}



.featured-icon img {
    width: 15%;
}

.service-title h4 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: -12px;
}

.service-icon img {
    width: 70%;
    margin-bottom: 20px;
}

.product-ban {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-btnns a {
    font-weight: 400;
    background-color: #eaedff !important;
    padding: 7px 20px;
    font-size: 15px; 
}
.clickkk a {
    font-weight: 400;
    background-color: #81b337 !important;
    padding: 7px 20px;
    font-size: 15px; 
    font-size: 17px;
    color: #fff;
     
}
 

.blog-ol li {
    margin-bottom: 20px;
}

.blog-ref a {
    color: blue;
}
.internal-link-highlight {
    color: #1e2761;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.internal-link-highlight:hover {
    color: #81b337;
}

.mains-blogs {
    padding-top: 50px;
}

.blogss-title h2 {
    color: #1e2761;
    text-align: center;
    font-size: 28px;
}
.blogss-title h1 {
    color: #1e2761;
    text-align: center;
    font-size: 26px;
}

.partner-dets h3 {
    margin-bottom: 20px;
    text-align: initial !important;
}

.partner-dets h6 {
    margin-bottom: 20px;
}

.parn-btn {
    padding: 8px 29px;
}
.partner-dets{
    background-color: #fff !important;
    box-shadow: none;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 40px;
    text-align: inherit;
}
.social-icons{
    display: none !important;
}
.blo-secions .card {
    /* height: 660px; */
    margin-bottom: 20px;
}
 
.blo-secions .card-2 {
    height: 540px;
    margin-bottom: 20px;
}
.blo-secions .card-3 {
    height: 580px;
    margin-bottom: 20px;
}
.careers-det p{
    margin-bottom: 8px;
}
.cares li{
    list-style: disc;
    margin-bottom: 5px;
}
.caress{
    list-style: none !important;
    
}
.car-form h2{
    font-size: 29px;
    text-align: center;
    color: #1e2761;
}
.car-form{
    border: 1px solid #1e2761;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 90px;
    background-color: #0dc143;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.my-float {
    margin-top: 11px;
}
.prod-enqs .form-control { 
    height: auto; 
}
.prod-enqs .btn { 
    padding: 5px 15px; 
    text-align: end;
} 
.packages-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #1e27615c;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}
.pack-bgg{
    background-color: #f5f7ff;
    padding: 1px 20px;
    margin-bottom: 40px;
    padding-top: 20px;
}
.produ-agnt{
    padding: 15px;
    border: 1px solid #dee2e6;
    margin-bottom: 28px;
}
.produ-agnt h3{
    color: #1e2761;
    margin-bottom: 20px;
}
.plst-bot{
    padding-left: 20px;
}
.plst-bot2{
    padding-left: 10px;
    padding-right: 10px;
}
.gsc-control-cse {
    background-color: #1e2761 !important;
    border: 1px solid #1e2761 !important;
    padding: 0 !important;
}
/* Keep the header top-bar search compact on desktop */
.header-top .topbar-search .gsc-control-cse {
    max-width: 250px;
}
.header-top .topbar-search .gsc-input-box {
    min-height: 30px;
}
.header-top .topbar-search input.gsc-input {
    font-size: 12px;
    line-height: 1.1;
}
.header-top .topbar-search .gsc-search-button-v2 {
    padding: 2px 8px;
}
/* Force compact height for Google CSE in top header */
.header-top .topbar-search table.gsc-search-box,
.header-top .topbar-search table.gsc-search-box td,
.header-top .topbar-search table.gsc-search-box tbody,
.header-top .topbar-search table.gsc-search-box tr {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}
.header-top .topbar-search table.gsc-search-box td.gsc-input {
    padding: 0;
}
.header-top .topbar-search .gsc-input-box,
.header-top .topbar-search .gsib_a,
.header-top .topbar-search .gsib_b,
.header-top .topbar-search .gsst_b,
.header-top .topbar-search input.gsc-input {
    height: 30px;
    min-height: 25px;
}
.header-top .topbar-search .gsc-search-button-v2,
.header-top .topbar-search td.gsc-search-button button {
    height: 30px;
    min-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.gsc-search-button-v2 { 
    padding: 10px 14px; 
}
table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
.gsc-search-button {
    margin-left: 1px !important;
    border-color: #81b337 !important;
    background-color: #81b337 !important;
}
.gsc-search-button:hover{
    border-color: #508600 !important;
    background-color: #508600 !important;
}
input.gsc-input { 
    background-image: none !important;
}
.licence a img{
    border: 1px solid #c4c4c4;
}
.licence a h3{
    background-color: #1e2762;
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}


.hide {
    display: none;
  }
      
  .myDIV:hover + .hide  {
    display: block;
    
  }

  .myDIV img {
    width: 8%;
    margin-right: 6px;
  }
  .hide img {
    width: 130%;
    height: 150%;  
}


.strctimg img{
    margin-bottom: 30px;
    width: 70%;
    margin-left: 30px;
    height: 35vh;
}
 .rwo{
    display: flex;
    flex-direction: row;
}

.cssano h5{
    background: rgb(129,179,55);
background: linear-gradient(280deg, rgba(129,179,55,1) 9%, rgba(31,38,103,1) 73%);
    padding: 10px 20px;
    color: #fff;
    font-weight: 300;
    margin-left: -95px;
   
}
.strecchhc{
    max-width: 60%;
}

.lefttf{
    text-align: left;
    color: #1f2632!important;
}

.btn .lefttf:before, .btn .lefttf:after {
    z-index: -1;
    content: '';
    /* background: #81b338; */
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.simple-pagination ul {
    display: flex;
    justify-content: center;
}
.simple-pagination ul li {
    list-style: none;
    margin-right: 25px;
    font-size: 17px;
}

.strctimg1 img{
    margin-bottom: 30px;
    width: 72%;
    margin-left: 30px;
    height: 46vh;
}
.strctimg2 img{   
    margin-bottom: 30px;
    width: 72%;
    margin-left: 30px;
    height: 42vh;
}

.innovativeee-title h3  {
    padding: 9px 12px;
    background-color: #1e2761;
    color: #fff;
    font-size: 23px;
    display: inline-block;
}

.soutjj{
    margin-top: 10px;
}

.innovativeee{
    padding-top: 0px;
}
.innovativeees{
    background-image: url(../images/blog/bg.webp);
   
}
.innovativeee-content{
    margin-top: 65px;
   
}

.innovativeee-content1{
    margin-bottom: 40px; 
}

.titlees{
    padding: 28px 28px;
}
.innovativeee-content ul li {
    margin-left: 20px;
}
.innovativeee-title h4 a{
    color:#518500;
}

.conclus {
    background-color: #f3f6ff;
    padding: 30px 30px;
} 

.conclus h5{
    text-decoration: underline;
    text-decoration-color: #000;  
    text-decoration-thickness: 1.5px; 
    text-underline-offset: 3px;  
    padding-bottom: 5px;
    
}
 


.actvee h4{
    color: #1e2761;
   text-decoration: underline ;
    
}
.cunta{
    padding: 30px 30px ;
    border: 2px solid #1e2761;
}

.innovativee{
    padding-top: 0px;
}

.blogs {
    position: relative;
}
.benefittt{
    position: absolute;
    right: 500px;
}
.benefittt img{
    width: 20vw;
}

.strctimg3 img {
    margin-bottom: 30px;
    width: 72%;
    margin-left: 30px;
    height: 35vh;
}


html .njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}

html .njs-sticky-side.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

html .njs-sticky-side.image_button_cover.placement-right.now-show .btn {
    transform: translate3d(4px,0,0) rotate(-90deg);
    -webkit-transform: translate3d(4px,0,0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right .btn {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%,0,0) rotate(-90deg);
    -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

html .njs-sticky-side.image_button_cover .btn {
    padding: 6px 15px 12px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
	background-color: #1e2761; 
	color: white;	
  font-weight: 100; 
  top: -106.5px; 
  font-family: 'Arial';
}

html .njs-sticky-side.image_button_cover .btn:hover {
	background-color: #518500;
	color: #fff;
	border: 2px solid #518500;
}



.impact-container {
    max-width: 1200px;
    /* margin: 0 auto; */
    padding: 20px;
}
.impact-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.impact-description {
    font-size: 16px;
    margin-bottom: 30px;
}
.impact-factors {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}
.factor {
    text-align: center;
    width: 30%;
}
.factor-icon {
    width: 100px;
    height: 100px;
    background-color: #5d9b41;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.factor-icon img {
    width: 50px;
    height: 50px;
}
.factor-title {
    background-color: #263961;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.impact-footer {
    font-size: 16px;
    margin-top: 20px;
}

.info-text {
    color: #19225e; /* Color similar to the blue in the image */
}


.blog-btnns h5{
    color: #1e2761;
    line-height: 1.6;
}

.diabeteiccc p{
    margin-top: 20px;
    margin-left: 57px;
}

.clickk1 h5{
    margin-top: -68px;
    margin-left: 36px;
}


.compete ul li{
    margin-top: -28px;
}

.prevoiusss h5{
    margin-left: 20px;
}
.howww h3{
    margin-bottom: 30px;
}

.clickk2 h5{
    margin-top: 40px;
    margin-left: 0px;
}

.icons ul{
    padding-left: 0px;
    margin-top: -30px;
}

.ecoo ul li{
    margin-bottom: 20px;
}
.globall {
    padding: 0px;
}

.likke img{
    width: 5vw;
    cursor: pointer;
}

/* .likke{
    text-align: end;
} */

.reference p:hover {
    text-decoration: underline;
}

.likke h5{
    margin-left: 15px;
}

.herat{
    margin-top: 10px;
}

.soluber{
    position: absolute;
    margin-top: 32px;
}
.emulsi img {
     width: 35vw;  
}
.emulsi  {
     
     position: absolute; 
     margin-top: 30px;
     margin-left: -119px;
}

.pharamm p{
    margin-left: 48px;
    margin-top: 20px;
}
.innovativeee-titlee img{
    width: 5vw;
    margin-left: 22px;
    margin-top: -20px;
}

.vitameeen li{
    font-size: 15px;
    margin-left: 23px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}


.img1{
    border: 2px solid #f2f2f2;
    border-radius: 25px;
}
 
  
.img1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-top: 25px;
    
}

 .marketd{
    margin-bottom: 60px;
 }
 .img1 p{
    padding: 50px;
 }

 .ecoo1 {
    margin-top: 65px;
}

.cap-img[alt]:after {
        display: block;
        position: absolute;
            top: 6px;
    left: 8px;
    width: 74%;
    height: 60%;
        background-color: #fff;
        font-family: 'arial';
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        content: attr(alt);
        text-decoration: line-through;
    }
 
 .set-form{
         padding: 11px 20px;
 }
.broch{
    background-color: #fff;
    padding: 5px 20px;
    font-weight: 500; 
}
 

.topbar-link .broch:hover{  
    color: #fff !important;
    background-color: #1e2761; 
}

 
.phar-b table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.phar-b table,
.phar-b th,
.phar-b td {
    border: 1px solid #ccc;
}

.phar-b th,
.phar-b td {
    padding: 10px;
    text-align: left;
}

.phar-b ul {
    padding-left: 20px;
}
.phar-b h2{
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 33px;
    text-decoration: underline;
}
.phar-b h3{
    font-size: 21px;
    margin-top: 40px;
}
.phar-flex{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}
.phar-flex .div1{
    width: 65%;
}
.phar-flex .div2{
    width: 35%;
}


.coclsdfg  {
    background-color: #f3f6ff; 
    padding: 16px;
}


.tip  {
    background-color: #e0f7ec;
    padding: 10px;
    border-left: 5px solid #2a7b62;
    margin: 15px 0;
    font-style: italic;
  }


  .example {
    background-color: #fff3cd;
    padding: 10px;
    border-left: 5px solid #ffc107;
    margin: 15px 0;
    font-style: italic;
  }


  .bloged img{
    border: 1px solid #6d6d6d69;
  }


.codstt{
    margin-top: 40px;
}
  

.dosage-section {
  background-image: url('../images/blog/top5.webp'); /* Replace with your image file path */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  position: relative;
}
.dosage-section1 {
  background-image: url('../images/blog/why-merchant-bg.webp'); /* Replace with your image file path */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  position: relative;
}
.dosage-section2 {
  background-image: url('../images/blog/blog23-2.webp'); /* Replace with your image file path */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  position: relative;
}
.dosage-section3 {
  background-image: url('../images/blog/health.webp'); /* Replace with your image file path */
  background-size: cover;
  background-position: center;
  padding: 75px 20px;
  color: #fff;
  position: relative;
}
.dosage-section4 {
  background-image: url('../images/blog/the-rise-bg-img.webp'); /* Replace with your image file path */
  background-size: cover;
  background-position: center;
  padding: 75px 20px;
  color: #fff;
  position: relative;
}

.overlay-content {
  
  max-width: 1300px;
  margin: 0px 354px 0px 100px;
  padding: 0px;
  border-radius: 8px;
}

.overlay-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.overlay-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.overlay-content p strong{
    text-decoration: underline;
}
.overlay-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.overlay-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.regulaot h4{
    margin-bottom: 15px;
}
.regulaot ul li {
    margin-bottom: 20px;
}

.bridg h3 {
    margin-bottom: 20px;
}

.pharma-future-section {
  background: url('../images/blog/top7.webp') no-repeat center center/cover; 
  color: #fff;
}

.pharma-future-content { 
  max-width: 100%;
}

.pharma-future-content h4 {
  background-color: #ffffff;
  color: #1d2766; /* Blue text */
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
}

.pharma-future-content ul {
  padding-left: 20px;
}

.pharma-future-content ul li {
  color: #fff;
  list-style-type: disc;
  margin-bottom: 12px;
}


.conclusion-content.codst {
  background-color: #eaedff; 
  padding: 30px 40px;
  border-radius: 16px; 
}

.conclusion-content h5 {
  color: #1d2766;  
  margin-bottom: 15px;
  font-size: 18px;
}

.conclusion-content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 17px;
}

.casrd {
       margin-top: 0px; 
        
}

.casrd1 {
    margin-left: 15px;
}


.questin h3{
    color: #434343;
}


.sssss {
   border-bottom: 1px solid #1e276173;
}

.inquirrre p{
margin-top: 33px;
font-size: 23px;
}

 

.searfcfhh4{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; 
    padding: 64px;
}

.lookdinf h3{
    padding: 2px 12px;
    background-color: #1e2761;
    color: #fff;
    font-size: 23px;
    display: inline-block;
    width: 250px;
}


.biomed-link {
  font-weight: bold;
  color: #1e2761; 
  text-decoration: none;
}
.biomed-link1 {
   font-weight: bold;
  color: #81b337;
  text-decoration: none; 
 
}
.biomed-link1:hover,
.biomed-link1:focus {
  border-bottom-color: #81b337;  
  color: #81b337;          
}
 

.casee{
    background-color: #1e2762;
    padding: 50px; 
    
}

.casee h4{
    color: #fff;
}
.casee p{
    color: #fff;
    
}



.numbered-list {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.numbered-list li {
  counter-increment: item;
  margin-bottom: 2px;
  position: relative;
  padding-left: 25px;
}

.numbered-list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}


.hero-img1{
    position: relative;
}

.hero-text1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    width: 80%;
}

/* =====================
   Blog - New Layout Styles
   ===================== */

.blog-hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blog-hero img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.blog-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30,39,97,0.85) 0%, rgba(30,39,97,0.45) 100%);
    pointer-events: none;
}

.blog-hero-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 0 20px;
}

.blog-hero-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.blog-hero-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.blog-hero-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-hero-meta .sep {
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}

.blog-tag {
    display: inline-block;
    background: #81b337;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-section-gap {
    padding: 60px 0;
}

.blog-section-light {
    background: #f8f9fc;
    padding: 60px 0;
}

.blog-section-dark {
    background: #1e2761;
    padding: 60px 0;
    color: #fff;
}

.blog-section-dark h2,
.blog-section-dark h3,
.blog-section-dark h4 {
    color: #fff;
}

.blog-lead {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.blog-point-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.blog-point-chips li {
    background: #eef2ff;
    color: #1e2761;
    padding: 7px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-point-chips li::before {
    content: 'âœ“';
    color: #81b337;
    font-weight: 700;
    font-size: 13px;
}

.blog-highlight-box {
    background: #eaedff;
    border-left: 4px solid #81b337;
    padding: 24px 28px;
    border-radius: 0 10px 10px 0;
    margin: 28px 0;
}

.blog-highlight-box p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1e2761;
    font-weight: 500;
    line-height: 1.6;
}

.blog-meta-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.blog-meta-bar .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #888;
}

.blog-meta-bar .meta-item i {
    color: #81b337;
    font-size: 15px;
}

.blog-meta-bar .meta-sep {
    color: #ddd;
    font-size: 14px;
}

.blog-stats-group {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.blog-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    flex: 1;
    min-width: 160px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.blog-stat-card .stat-num {
    font-size: 30px;
    font-weight: 700;
    color: #1e2761;
    margin-bottom: 4px;
    line-height: 1.2;
}

.blog-stat-card .stat-lbl {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
}

.blog-trend-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px 0;
}

.blog-trend-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: transform 0.25s, box-shadow 0.25s;
}

.blog-trend-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.blog-trend-card .trend-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.blog-trend-card h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1e2761;
    margin-bottom: 8px;
}

.blog-trend-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    line-height: 1.6;
}

.blog-list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-list-check li {
    padding: 6px 0 6px 26px;
    position: relative;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.blog-list-check li::before {
    content: 'âœ“';
    position: absolute;
    left: 0;
    top: 6px;
    color: #81b337;
    font-weight: 700;
    font-size: 15px;
}

.blog-list-check li strong {
    color: #1e2761;
}

.blog-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e2761;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
}

.blog-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #81b337;
    border-radius: 2px;
}

.blog-section-dark .blog-section-title {
    color: #fff;
}

.blog-section-dark .blog-section-title::after {
    background: #81b337;
}

.blog-cta-section {
    background: #eaedff;
    border-radius: 16px;
    padding: 45px 40px;
    text-align: center;
    margin: 20px 0;
}

.blog-cta-section h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1e2761;
    margin-bottom: 14px;
}

.blog-cta-section p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 24px;
    line-height: 1.7;
}

.blog-cta-btn {
    display: inline-block;
    background: #81b337;
    color: #fff !important;
    padding: 14px 42px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.blog-cta-btn:hover {
    background: #6d9a2e;
    color: #fff;
}

.blog-img-round {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.blog-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 16px;
}

.blog-content p:last-child {
    margin-bottom: 0;
}

.blog-related-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1e2761;
    text-align: center;
    margin-bottom: 36px;
    padding-bottom: 14px;
    position: relative;
}

.blog-related-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #81b337;
    border-radius: 2px;
}









.blog-article-section{
    padding: 40px 0;
}

.blog-article-wrapper{
    background: #fff;
}

.blog-article-content{
    max-width: 1280px;
    margin: 0 auto;
}

.blog-article-content p{
      font-size: 16px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 6px;
    font-weight: 400;
}

.blog-highlight-list{
    margin: 20px 0 20px 20px;
    padding: 0;
}

.blog-highlight-list li{
       font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #222;
}

.blog-highlight-list li strong{
    font-weight: 700;
}

.blog-feature-text{
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #000;
    margin-bottom: 30px !important;
}

.blog-article-content p:last-child{
    margin-bottom: 0;
}

@media (max-width: 991px){

    .blog-article-content p,
    .blog-highlight-list li{
        font-size: 17px;
        line-height: 1.8;
    }

    .blog-feature-text{
        font-size: 20px !important;
    }

    .blog-highlight-list{
        margin: 15px 0 35px 22px;
    }
}


 