body,
html {
    overflow-x: hidden;
}

.parag::first-letter {
    font-size: 200%;
    color: #0e5f6f;
}
a {
    text-decoration: none !important;
    color: black;
}
.parag {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body.modal-open,
body.modal-open .fixed-top,
body.modal-open .fixed-bottom,
body.modal-open .sticky-top {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.fw {
    font-weight: bold;
}
.hidden-heading {
    display: none;
}
.dummy-similar-product .myNewSwiper .swiper-button-next,
.dummy-similar-product .myNewSwiper .swiper-button-prev {
    background-color: #0b6f998f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

    .dummy-similar-product .myNewSwiper .swiper-button-next::after,
    .dummy-similar-product .myNewSwiper .swiper-button-prev::after {
        font-size: 14px;
    }
@media screen and (max-width: 991px) {
    .top-search2 {
        display: block !important;
        width: 100%;
    }

    .top-search {
        display: none !important;
    }
    .mole-divi-imgs{
        height: 60px !important;
    }

}
@media screen and (min-width: 991px) {
    .top-search2 {
        display: none;
    }

    .top-search {
        display: block;
    }
}

.big {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
    background-color: white;
    color: black;
    padding: 0px;
}

    .big:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    }

.custom-navbar {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    box-shadow: 0 0 10px black;
}
#dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
}

.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    display: none;
}

nav.navbar.navbar-expand-lg.custom-navbar {
    padding: 0px;
}

.dropdown-item {
    border-bottom: 1px solid #ddd !important;
}

.custom-navbar .navbar-nav .nav-link {
    color: black;
    margin-right: 1rem;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
}
.dropdown-menu.fixed-hei a.dropdown-item {
    white-space: nowrap !important;
}
    .custom-navbar .navbar-nav .nav-link:hover {
        color: #0e5f6f;
    }

    .custom-navbar .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background: black;
        transition: width 0.3s ease;
    }

    .custom-navbar .navbar-nav .nav-link:hover::before {
        width: 100%;
    }

.navbar-brand img {
    width: 150px;
    height: 80px;
}

@media screen and (max-width: 991px) {
    .navbar-brand img {
        width: 100px;
        height: 52px;
    }

    .notifi-bttn {
        left: 0 !important;
    }

    .all-navbar-links-in-one {
        padding-bottom: 20px;
        height: 100vh;
        overflow-y: scroll;
    }

    .aswb-all-sec-image {
        width: 100% !important;
    }
}

.dropdown-item {
    white-space: normal;
}

@media screen and (max-width: 383px) {
    .pagargraphs {
        margin-top: 145px !important;
    }

    .spacet {
        margin-top: 141px !important;
    }
}

@media screen and (min-width: 384px) and (max-width:496px) {
    .spacet {
        margin-top: 124px !important;
    }
}

@media screen and (min-width: 575px) and (max-width: 828px) {
    .pagargraphs {
        margin-top: 111px !important;
    }

    .spacet {
        margin-top: 111px !important;
    }
}

@media screen and (min-width: 829px) and (max-width: 991px) {
    .pagargraphs {
        margin-top: 102px !important;
    }

    .spacet {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 575px) {
    .h-news {
        height: 450px !important;
    }
    .no-padding{
        padding: 0px !important;
    }
    .reverse-show {
        display: flex;
        flex-direction: column-reverse;
    }

    .v-icons {
        top: -50% !important;
        position: absolute;
    }

    .career-image {
        height: 150px !important;
    }

    .c-s-imgg {
        width: 100% !important;
    }

    .last-div.my-5 {
        margin-block: 10px !important;
    }

    .v-h {
        height: 360px !important;
    }

    .landing-video {
        height: 360px !important;
    }

    .f-j {
        text-align: justify !important;
    }

    .highlight-col {
        padding: 0px !important;
    }

    .highlight-img {
        position: relative !important;
        transform: translateY(-5%) !important;
    }

    .blur-img {
        padding: 0px !important;
        padding-top: 20px !important;
    }

        .blur-img .col-sm-5 {
            transform: translateY(0px) !important;
        }

    .mm {
        margin-top: 0px !important;
        padding-top: 20px !important;
    }

    .f-a-l p {
        text-align: left !important;
    }

    .f-w {
        width: 100% !important;
    }

    .f-a-l li {
        text-align: left !important;
    }

    .full-width-img {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .landing-info .col-2 {
        width: 50% !important;
    }

    .circle-container {
        width: 310px !important;
        height: 310px !important;
        float: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .circle-center {
        display: flex;
        justify-content: center;
    }

    .margin-space-x {
        padding: 10px;
    }

    .popup-form {
        height: 500px;
        display: flex;
        flex-direction: row;
        overflow: scroll;
    }

        .popup-form .col-sm-7 {
            order: 1;
        }

        .popup-form .col-sm-5 {
            order: 2;
        }

    .popup-form {
        -ms-overflow-style: none; /* For Internet Explorer and Edge */
        scrollbar-width: none; /* For Firefox */
    }

        .popup-form .mb-3 {
            margin-bottom: 5px !important;
        }

        .popup-form .pop-data {
            transform: translateY(0px) !important;
        }

        .popup-form .p-3 {
            padding-block: 0px !important;
        }

        .popup-form .py-4 {
            padding-top: 4px !important;
        }

    .statewiseblog {
        width: 100% !important;
    }

    .f-w {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .statewiseblog {
        height: 315px !important;
    }

    .tj {
        text-align: justify !important;
    }

    .aswb-all-sec-image, .dynamic-division-imgs {
        height: 200px !important;
    }

    .vaswb {
        height: 180px !important;
    }

    .side-of-the-links {
        height: 500px !important;
    }
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    .v-icons {
        top: -8% !important;
        position: absolute;
    }

    .mm {
        margin-top: 60px !important;
    }
    .col-sm-2.product {
        width: 33.3% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .sub-product-list .col-md-2.left-filter-sec {
        width: 30% !important;
    }
    .sub-product-list .col-md-10.mb-3{
        width: 70% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .v-icons {
        top: -15% !important;
        position: absolute;
    }

    .mm {
        margin-top: 40px !important;
    }
    .col-sm-2.product {
        width: 33.3% !important;
    }
    .trs-heading{
        width: fit-content !important;
    }
}

@media screen and (min-width: 1024px) {
    .desk-play-btn {
        width: 150px !important;
        height: 100px !important;
    }
}

.fl-fl {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 2px;
    width: 160px;
    position: fixed;
    background-color: #d3d0d0;
    border: 1px solid #bbb5b5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 35px;
    right: -115px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.right-side-bttn i {
    font-size: 20px;
    padding: 10px;
    width: 40px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    text-decoration: none;
    text-align: center;
    color: black;
    font-size: 13px;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-cl {
    top: 175px;
}

.phone-icon {
    color: #514e4e;
    border-radius: 50px;
}

.float-ml {
    top: 230px;
}

.ml-icon {
    color: #f84437;
    border-radius: 50px;
}

.float-fb {
    top: 285px;
}

.fb-icon {
    color: #1877F2;
    border-radius: 50px;
}

.float-ms {
    top: 340px;
}

.ms-icon {
    color: #D63B85;
    border-radius: 50px;
}

.float-en {
    top: 395px;
}

.en-icon {
    color: blue;
    border-radius: 50px;
}
footer a {
    text-decoration: none;
    color: white !important;
    font-size: 18px;
}
.footer-our-manu-part .col-2 {
    width: 20% !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}
.form-a {
    width: 100%;
    display: block;
    background-color: #8bc53f;
    padding: 10px;
    border-radius: 7px;
    padding-inline: 20px;
    transition: all ease-in-out 0.5s;
}
.form-submit:hover .form-a{
    background-color: #458bbe;
}
.left-side-imgs {
    width: 90%;
    height: 50px;
}
.right-side-imgs {
    width: 90%;
    height: 80px;
}
.b-f img {
    height: 300px;
    width: 100%;
}

.b-s img {
    height: 400px;
    width: 100%;
}

.blog-sec {
    background-color: #f1f1f1;
    margin-top: 50px;
}

.left-link li {
    list-style: none;
    border-bottom: 1px solid #cacaca;
}

.b-link {
    border: 1px solid rgb(192, 191, 191);
    padding: 10px;
    margin-block: 5px;
    border-radius: 10px;
}

.left-link a {
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    color: black;
}

.left-link li:hover {
    border-radius: 5px;
    color: #039687;
}

#side-f {
    position: fixed;
    z-index: 1000;
}

.link-img img {
    height: 200px;
    width: 100%;
    margin-block: 3px;
}

#loadMore {
    display: none !important;
    background-color: #039687;
    font-weight: bold;
    color: white;
    font-size: 12px;
    width: 50%;
}

#loadMore2 {
    display: none !important;
    background-color: #039687;
    font-weight: bold;
    color: white;
    font-size: 12px;
    width: 50%;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: rgb(231, 230, 230);
    text-wrap: wrap;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
    width: 100%;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    background-color: #e6e6e6;
    float: left;
    width: 100%;
    border-left: none;
    height: 200px;
}

.mrdq .col-sm-3 i {
    font-size: 30px;
    color: #8bc53f;
    padding: 15px;
}

.three-container {
    position: relative;
    width: 100%;
}

.three-image {
    display: block;
    width: 100%;
    height: 200px;
}

.three-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #039687;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.three-container:hover .three-overlay {
    height: 100%;
}

.three-overlay-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4b91af;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.three-container:hover .three-overlay-2 {
    height: 100%;
}

.three-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.three-main {
    display: flex;
}

    .three-main video {
        height: 200px;
        width: 100%;
    }


.img-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

    .img-container .img-content {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        height: 100px;
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
    }

.img-para {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bars {
    margin-bottom: 10px;
}

    .bars div {
        display: inline-block;
        padding-inline: 10px;
        cursor: pointer;
        border: 1px solid #ccc;
        font-size: 20px;
        border-radius: 3px;
        margin-right: 5px;
        transition: background-color 0.3s;
    }

        .bars div.active {
            background-color: #007bff;
            color: white;
        }

.all-container {
    display: flex;
    transition: all 0.3s ease;
}

.horizontal {
    flex-direction: row;
    flex-wrap: nowrap;
}

.vertical {
    flex-direction: column;
    flex-wrap: wrap;
}

.b-item {
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.all-container.vertical .b-item {
    display: flex;
    gap: 15px;
}

    .all-container.vertical .b-item img {
        width: 200px;
        height: 130px;
    }

.all-container.horizontal .b-item img {
    width: 100%;
    height: 120px;
}

.all-container.horizontal .b-item .b-content {
    padding: 10px;
}

.all-container.horizontal .b-item h5 {
    font-size: 15px;
}

.all-container.horizontal .b-item h6 {
    color: #666464;
    font-size: 12px;
}

.all-container.horizontal .b-item p {
    font-size: 11px;
}

.all-container.vertical .b-item .row {
    flex-direction: row;
}

.all-container.horizontal .b-item .row {
    flex-direction: column;
}


.product-accordion2 {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #cacaca;
}

.product-accordion-item2 {
    border-bottom: 1px solid #ccc;
}

.product-accordion-header2 {
    padding: 15px;
    cursor: pointer;
    background-color: #7cbcb6;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e6e6;
}


.product-accordion-content2 {
    padding: 15px;
    display: none;
    background-color: #e8e8e8;
}

.product-accordion-item2.open2 .product-accordion-content2 {
    display: block;
}

.product-accordion-item2.open2 .toggle {
    content: '-';
}

.product-accordion-content2 a {
    text-decoration: none;
    color: rgb(68, 68, 68);
}

.product-accordion-content2 li {
    list-style: none;
    border-bottom: 1px solid #cacaca;
}

    .product-accordion-content2 li:hover {
        background-color: #cacaca;
    }


.product-accordion {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #cacaca;
}

.product-accordion-item {
    border-bottom: 1px solid #ccc;
}

.product-accordion-header {
    padding: 15px;
    cursor: pointer;
    background-color: #7cbcb6;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e6e6;
}

.product-accordion-content {
    padding: 15px;
    display: none;
    background-color: #e8e8e8;
}

.product-accordion-item.open .product-accordion-content {
    display: block;
}

.product-accordion-item.open .toggle {
    content: '-';
}

.product-accordion-content a {
    text-decoration: none;
    color: rgb(68, 68, 68);
}

.product-accordion-content li {
    list-style: none;
    border-bottom: 1px solid #cacaca;
}

    .product-accordion-content li:hover {
        background-color: #cacaca;
    }

.parag::first-letter {
    font-size: 200%;
    color: #0e5f6f;
}

.parag {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.link-btn {
    border: none;
}

.bttns {
    width: 100%;
    height: 100px;
    position: relative;
    display: inline-block;
}

.link-imgs {
    width: 100%;
    height: 110px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

#link-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.link-content {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    position: absolute;
    width: 172px;
    margin-top: -58px;
    text-align: center;
    margin-left: 10px;
    font-weight: bolder;
    padding-inline: 10px;
    color: white;
    text-shadow: 0 0 20px black;
    font-size: 17px;
    justify-content: center;
}

.video-sec {
    display: flex;
    flex-direction: column;
}

.playpause-btn {
    background-color: rgb(228, 226, 226);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video-1 {
    width: 600px;
}

.video-2 {
    width: 400px;
}

.video-3 {
    width: 500px;
}

.img-container {
    position: relative;
    align-items: center;
    justify-content: center;
}

.img-height {
    width: 100%;
    height: 400px;
    aspect-ratio: 3/2;
}

.imgBox {
    height: 100%;
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
    justify-content: left;
    display: flex;
}

.main-img {
    background-size: cover;
    width: 100%;
    height: 100% !important;
}

.thumbnail {
    list-style-type: none;
}

.sub-con {
    width: 100%;
}

.links-sec .col-sm-4 {
    width: 32.8%;
}

.small-img {
    width: 100%;
    height: 80px;
}

.space-line {
    margin-bottom: 22px;
}

.small-img:hover {
    border: 1px solid black;
}

.linked-section {
    margin-top: -5px;
}

.img-section {
    display: flex;
    flex-direction: row-reverse;
}

.imp-sect {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    height: 512px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.top-heading {
    background-color: #0e5f6f;
    color:white;
}

.para {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.swiper-slide.simliar-product h6 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.s-p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.w-btn {
    background-color: #0e5f6f;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    text-align: center;
    color:white;
}

.all-des {
    height: 400px;
}

.p-item {
    padding: 20px;
    padding-inline: 10px;
    border-bottom: 1px solid rgb(231, 227, 227);
}

    .p-item a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

.share-btn {
    display: flex;
    text-decoration: none;
    color: black;
    font-size: 17px;
    gap: 5px;
}

.share-sec {
    border: 1px solid #dadfdf;
    padding: 10px;
    border-radius: 10px;
}

.links-sec {
    display: flex;
    flex-direction: row;
}

.swiper-container {
    width: 100%;
    height: 310px;
    overflow: hidden;
    display: none;
}

.card {
    height: 292px;
    width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.com-name {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: background-color 0.2s ease;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media screen and (min-width: 1201px) {
    .w-btn {
        width: 300px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1103px) {
    .navbar-nav .nav-item {
        margin-left: -15px !important;
    }
}

@media screen and (max-width: 767px) {
    .med-content {
        margin-top: -20px;
    }
    .f-w2 {
        padding: 0 !important;
        margin: 0 !important;
    }
    .f-ww {
        width: 100% !important;
        margin-bottom:15px;
    }
    .swiper-container {
        display: block !important;
    }

    .all-des {
        height: auto;
        font-size: 15px;
    }

    .img-container {
        display: none !important;
    }

    .imp-sect {
        display: none !important;
    }

    .sub-des {
        display: none;
    }

    .top-search {
        display: none !important;
    }

    .top-search2 {
        display: block !important;
        width: 100%;
    }

    .share-sce {
        display: flex !important;
        flex-direction: row !important;
    }

    .all-des {
        height: auto;
    }
    .Review-Image{
        height: 200px !important;
    }
    .link-content {
        font-size: 15px;
    }
    .all-noti-imgs{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px !important;
    }
    .w-btn {
        width: 300px;
    }
    .filter-section{
        display: flex !important;
        gap: 15px !important;
    }
    .filter-section .form-check{
        white-space: nowrap !important;
    }
    .left-filter-sec {
        display: flex !important;
        flex-direction: column !important;
        flex-direction: column-reverse !important;
    }
    .filter-points h4{
        border-bottom: 0 !important;
    }
    .all-ptd-top-img {
        height: auto !important;
    }
    .left-side-imgs{
        height: 30px !important;
        width: 95% !important;
    }
    .right-side-imgs {
        height: 55px !important;
        width: 95% !important;
    }
    .no-rb{
        border-right: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .head-container .col-md-2 {
        display: none;
    }

    .w-btn {
        width: 300px;
    }

    .head-container .col-md-10 {
        width: 100%;
    }

    .img-height {
        height: 300px;
    }

    .imgBox {
        height: 100%;
    }

    .small-img {
        height: 58.5px;
    }

    .links-sec .col-sm-4 {
        width: 31.9%;
    }

    .bttns {
        height: 90px;
    }

    .link-content {
        font-size: 12px;
        margin-left: -25px;
        margin-top: -50px;
    }

    .all-des {
        height: auto;
        font-size: 15px;
    }

    .med-name h2 {
        font-size: 24px;
    }

    .para {
        font-size: 14px;
        margin-top: 5px;
    }
}
@media screen and (min-width: 1100px){
    .top-btns .btn{
        font-size: 16px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
    .top-heading {
        font-size: 23px;
    }

    .w-btn {
        width: 300px;
    }

    .p-item {
        margin-left: -10px;
    }

    .sub-img {
        padding: 0px;
    }

    .img-height {
        height: 350px;
    }

    .small-img {
        height: 71px;
    }

    .links-sec .col-sm-4 {
        width: 32.6%;
    }

    .bttns {
        height: 90px;
    }

    .imp-sect {
        height: 458px;
    }

    .med-name h2 {
        font-size: 23px;
    }

    .all-des {
        height: 305px !important;
        line-height: 1.4;
    }

    .para {
        margin-top: 36px;
    }

    .link-content {
        font-size: 14px;
        margin-left: -20px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .img-height {
        height: 369px;
    }

    .w-btn {
        width: 300px;
    }

    .small-img {
        height: 75.8px;
    }

    .links-sec .col-sm-4 {
        width: 32.7%;
    }

    .link-content {
        margin-left: -10px;
    }

    .imp-sect {
        height: 487px;
    }

    .all-des {
        height: 370px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1232px) {
    .links-sec .col-sm-4 {
        width: 32.7%;
    }

    .link-content {
        margin-left: -10px;
    }

    .small-img {
        height: 83.5px;
    }

    .linked-section {
        margin-top: -15px;
    }

    .all-des {
        height: 390px;
    }
}

@media screen and (min-width: 1233px) and (max-width: 1300px) {
    .links-sec .col-sm-4 {
        width: 32.7%;
    }

    .img-height {
        height: 405px;
    }

    .link-content {
        margin-left: -10px;
    }

    .linked-section {
        margin-top: -15px;
    }

    .small-img {
        height: 84.7px;
    }

    .all-des {
        height: 395px;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
    .img-height {
        height: 405px;
    }

    .small-img {
        height: 84.7px;
    }

    .imp-sect {
        height: 522px;
    }

    .para {
        margin-top: 6px;
    }

    .top-heading {
        font-size: 27px;
    }

    .p-item a {
        font-size: 16px;
    }

    .all-des p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
    .img-height {
        height: 450px;
    }

    .top-heading {
        font-size: 30px;
    }

    .p-item a {
        font-size: 20px;
    }

    .small-img {
        height: 96px;
    }

    .all-des p {
        font-size: 20px;
    }

    .imp-sect {
        height: 565px;
    }

    .para {
        margin-top: 30px;
        font-size: 20px;
    }
}

@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .img-height {
        height: 450px;
    }

    .small-img {
        height: 96px;
    }

    .all-des p {
        font-size: 20px;
    }

    .imp-sect {
        height: 565px;
    }

    .para {
        margin-top: 30px;
        font-size: 20px;
    }

    .top-heading {
        font-size: 30px;
    }

    .p-item a {
        font-size: 20px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) {
    .img-height {
        height: 500px;
    }

    .top-heading {
        font-size: 35px;
    }

    .p-item a {
        font-size: 25px;
    }

    .small-img {
        height: 108.5px;
    }

    .all-des p {
        font-size: 25px;
    }

    .imp-sect {
        height: 620px;
    }

    .para {
        margin-top: 60px;
        font-size: 23px;
    }
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {
    .img-height {
        height: 500px;
    }

    .all-des p {
        font-size: 24px;
    }

    .small-img {
        height: 108.5px;
    }

    .top-heading {
        font-size: 35px;
    }

    .p-item a {
        font-size: 25px;
    }

    .imp-sect {
        height: 620px;
    }

    .para {
        margin-top: 60px;
        font-size: 23px;
    }
}

@media screen and (min-width: 1801px) {
    .img-height {
        height: 600px;
    }

    .all-des p {
        font-size: 27px;
    }

    .small-img {
        height: 133.5px;
    }

    .top-heading {
        font-size: 40px;
    }

    .p-item a {
        font-size: 26px;
    }

    .imp-sect {
        height: 720px;
    }

    .para {
        margin-top: 140px;
        font-size: 27px;
    }
}

.icons {
    font-size: xx-large;
}

.title {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.description {
    padding: 10px;
    display: none;
}

    .description.open {
        display: block;
    }

.minus {
    display: none;
}

.title.open .minus {
    display: block;
}

.title.open .plus {
    display: none;
}

.three-sec {
    padding: 10px;
}

    .three-sec p {
        text-align: justify;
    }

.simliar-product-img {
    max-height: 311px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-content {
    margin-top: 5px;
    padding-inline: 10px;
}

.simliar-product a {
    text-decoration: none;
    color: black;
}

.categories-list li:hover {
    background-color: #cccecf;
    transition: 0.5s ease-in linear;
}

.categories-list {
    list-style-type: none;
    border: 1px solid #868686;
    background-color: white;
}
.categories-list li {
    padding-inline: 10px;
    border-bottom: 1px double #c9c9c9;
}
.categories-list a {
    text-decoration: none;
    color: black;
}
.product-divs {
    box-shadow: 0 4px 6px #b9b9b9;
}
.sub-card-img {
    width: 100%;
    height: 160px;
}
.sub-card-title{
    background-color: #f1f1f1;
    color: rgb(68, 68, 68);
    font-weight: bold;
    padding: 5px;
}
.all-product-list-div{
    height: 1200px;
    overflow-y: scroll;
}
.all-product-list-div + #pagination button {
    background: #0b6d97;
    color: white;
    border: none;
    padding: 5px;
    margin: 1px;
    padding-inline: 14px;
    font-weight: bold;
}
.all-product-list-div a{
    color: black;
}
.all-product-list-div .fixed-len {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#loadMore3 {
    display: block !important;
}

#showLess {
    display: block !important;
}

.subproduct-btn {
    padding: 5px;
    background-color: #7f8525;
    color: white;
    border: none;
    border-radius: 10px;
}

.subproduct-btn2 {
    padding: 5px;
    background-color: #0e5f6f;
    color: white;
    border: none;
    border-radius: 10px;
}

.hide-list {
    display: none;
}

.show-list {
    display: block;
}

@media screen and (max-width: 600px) {
    .hide-list {
        display: block;
    }
}

.para-s {
    text-align: justify;
}

.wcu-sec .col-sm-3 {
    border: 1px solid black;
    padding-block: 10px;
}

    .wcu-sec .col-sm-3:hover {
        transition: 2s ease;
        transform: rotateY(360deg);
        background-color: #afaaaa;
        color: white;
    }

.wcs-icon {
    background-color: #0e5f6f;
    width: 30px;
    height: 40px;
    padding: 10px;
    padding-inline: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    float: left;
    shape-outside: circle();
    margin-right: 20px;
}

@media (max-width: 756px) {
    .slider-container .row {
        display: flex;
        flex-direction: column;
    }

    .slider-container .col-sm-4 {
        width: 100%;
        padding: 0;
    }
}

.w3-content img {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 575px) {
    .w3-content img {
        height: 200px;
    }

    .height-aa {
        height: auto !important;
    }

    .top-heading-index {
        margin-top: 0px !important;
    }
    .f-hei, .b-link {
        height: 380px !important;
    }
    .table-list {
        margin-bottom: 20px;
    }
    .top-btns .btn {
        width: 49% !important;
        margin-bottom: 3px;
    }
}

.mySlides {
    display: none
}

.mySlides {
    display: none
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.pro.table-list {
    height: 1500px;
    overflow-y: scroll;
    scrollbar-width: none;
}

    .table-list a {
        text-decoration: none;
        color: black;
    }

    .table-list .more {
        text-decoration: underline;
    }

    .table-list p {
        background-color: white;
        text-align: center;
        height: 80px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        border: 1px solid rgb(199, 196, 196);
        border-radius: 10px;
        padding: 10px;
    }

        .table-list p:hover {
            box-shadow: 0 0 10px;
            transition: 0.5s ease-in-out linear;
        }

.blog-sec {
    background-color: #f1f1f1;
    margin-top: 50px;
}

.left-link li {
    list-style: none;
    border-bottom: 1px solid #cacaca;
}

.b-link {
    border: 1px solid rgb(192, 191, 191);
    padding: 10px;
    margin-block: 5px;
    border-radius: 10px;
}

.left-link a {
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    color: black;
}

.left-link li:hover {
    border-radius: 5px;
    color: #039687;
}

#side-f {
    position: fixed;
    z-index: 1000;
}

.link-img img {
    height: 200px;
    width: 100%;
    margin-block: 3px;
}

#loadMore {
    display: none !important;
    background-color: #039687;
    font-weight: bold;
    color: white;
    font-size: 12px;
    width: 50%;
}

#loadMore2 {
    display: none !important;
    background-color: #039687;
    font-weight: bold;
    color: white;
    font-size: 12px;
    width: 50%;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: rgb(231, 230, 230);
    text-wrap: wrap;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        width: 100%;
        border: none;
        text-decoration: underline;
        font-style: italic;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        .tab button:hover {
            background-color: #347c99;
            color: white;
        }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    background-color: #e6e6e6;
    float: left;
    width: 100%;
    border-left: none;
    height: 200px;
}


.three-container {
    position: relative;
    width: 100%;
}

.three-image {
    display: block;
    width: 100%;
    height: 200px;
}

.three-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4b91af;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.three-container:hover .three-overlay {
    height: 100%;
}

.tabcontent {
    display: none;
}

.three-text {
    color: white;
    position: absolute;
    top: 50%;
    text-decoration: underline;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.three-main {
    display: flex;
}

    .three-main video {
        height: 200px;
        width: 100%;
    }


.img-containers {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

    .img-containers img {
        height: 200px;
        vertical-align: middle;
    }

    .img-containers .img-content {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        height: 100px;
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
    }

.img-para {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bars {
    margin-bottom: 10px;
}

    .bars div {
        display: inline-block;
        padding-inline: 10px;
        cursor: pointer;
        border: 1px solid #ccc;
        font-size: 20px;
        border-radius: 3px;
        margin-right: 5px;
        transition: background-color 0.3s;
    }

        .bars div.active {
            background-color: #0e5f6f;
            color: white;
        }

.all-container {
    display: flex;
    transition: all 0.3s ease;
}

.horizontal {
    flex-direction: row;
    flex-wrap: nowrap;
}

.vertical {
    flex-direction: column;
    flex-wrap: wrap;
}

.b-item {
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.all-container.vertical .b-item {
    display: flex;
    gap: 15px;
}

    .all-container.vertical .b-item img {
        width: 200px;
        height: 130px;
    }

.all-container.horizontal .b-item img {
    width: 100%;
    height: 120px;
}

.all-container.horizontal .b-item .b-content {
    padding: 10px;
}

.all-container.horizontal .b-item h5 {
    font-size: 15px;
}

.all-container.horizontal .b-item h6 {
    color: #666464;
    font-size: 12px;
}

.all-container.horizontal .b-item p {
    font-size: 11px;
}

.all-container.vertical .b-item .row {
    flex-direction: row;
}

.all-container.horizontal .b-item .row {
    flex-direction: column;
}

.product-accordion2 {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #cacaca;
}

.product-accordion-item2 {
    border-bottom: 1px solid #ccc;
}

.product-accordion-header2 {
    padding: 15px;
    cursor: pointer;
    background-color: #91989b;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e6e6;
}
.product-accordion-header2:hover{
    background-color: #4b91af !important;
    color: white !important;
}
.product-accordion-content2 {
    padding: 15px;
    display: none;
    background-color: #e8e8e8;
}

.product-accordion-item2.open2 .product-accordion-content2 {
    display: block;
}

.product-accordion-item2.open2 .toggle {
    content: '-';
}

.product-accordion-content2 a {
    text-decoration: none;
    color: rgb(68, 68, 68);
}

.product-accordion-content2 li {
    list-style: none;
    border-bottom: 1px solid #cacaca;
}

    .product-accordion-content2 li:hover {
        background-color: #cacaca;
    }


.product-accordion {
    width: 100%;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #cacaca;
}

.product-accordion-item {
    border-bottom: 1px solid #ccc;
}

.product-accordion-header {
    padding: 15px;
    cursor: pointer;
    background-color: #91989b;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e6e6;
}
    .product-accordion-header:hover {
        background-color: #4b91af !important;
        color: white !important;
    }

.product-accordion-content {
    padding: 15px;
    display: none;
    background-color: #e8e8e8;
}

.product-accordion-item.open .product-accordion-content {
    display: block;
}

.product-accordion-item.open .toggle {
    content: '-';
}

.product-accordion-content a {
    text-decoration: none;
    color: rgb(68, 68, 68);
}

.product-accordion-content li {
    list-style: none;
    border-bottom: 1px solid #cacaca;
}

    .product-accordion-content li:hover {
        background-color: #cacaca;
    }

@media screen and (max-width: 676px) {
    .left-side {
        display: flex;
        flex-direction: column-reverse;
    }

    .t-con {
        margin-top: -8px !important;
    }

    .blog-sec {
        padding-top: 100px !important;
    }

    .under-page {
        display: flex;
        margin: 0px !important;
        padding: 0px !important;
        flex-direction: column-reverse;
    }

    .hidden {
        display: none;
    }

    #loadMore {
        display: block !important;
    }

    .hidden2 {
        display: none;
    }

    #loadMore2 {
        display: block !important;
    }

    .tab {
        margin-top: 10px !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .all-container.vertical .b-item img {
        width: 100px;
        height: 100px;
    }

    .all-container.vertical .b-item .b-content {
        font-size: 12px;
    }

    .center-sec {
        margin-top: 10px !important;
    }

    #Blogs {
        overflow-x: scroll;
    }

    #Videos {
        overflow-x: scroll;
    }

    #Images {
        overflow-x: scroll;
    }

    .three-main {
        display: flex !important;
        flex-direction: row;
        width: 100%;
        height: 200px;
    }

        .three-main img {
            width: 100%;
            height: 200px;
        }

        .three-main video {
            width: 100%;
            height: 200px;
        }
}

@media screen and (max-width: 340px) {
    div#all-container {
        margin-left: -13px;
    }
}

@media screen and (max-width: 448px) {

    .all-container.horizontal .b-item {
        width: 100%;
    }

        .all-container.horizontal .b-item h6 {
            display: none;
        }

    .b-item {
        margin: 0;
    }

    .all-container.horizontal .b-item p {
        display: none;
    }

    .all-container.horizontal .b-item h5 {
        font-size: 12px;
    }

    .vertical {
        margin-left: -10px;
    }
}

.hover-btn {
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    background: white;
    font-size: 25px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
    &:after, &:before

{
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}

&:after {
    top: -1px;
    left: -1px;
    border-top: 5px solid #0e5f6f;
    border-left: 5px solid #0e5f6f;
}

&:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 5px solid #0e5f6f;
    border-right: 5px solid #0e5f6f;
}

&:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    &:before, &:after

{
    width: 100%;
    height: 100%;
}

}
}

.data-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-list li:hover {
    background-color: #d8d5d5;
}

.t-c p {
    background-color: rgb(236 236 236);
    text-align: center;
    height: 70px;
    border-radius: 10px;
    border: 1px solid rgb(199, 196, 196);
    padding: 3px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t-c a {
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 767px) {
    .first-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .mp {
        margin-top: 145px !important;
    }
    .all-p .col-sm-9.col-12 {
        width: 100%;
    }

    .all-p .col-sm-3.col-12 {
        width: 100%;
        padding-top: 20px;
    }

    .c-i {
        height: 130px !important;
    }
    .pro.table-list, .categories-list{
        height: 380px !important;
    }
    .sub-product-list .sr.row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.ors-sec p {
    text-align: justify;
}

.o-card {
    background-color: white;
}

.o-links {
    background-color: #0277a9;
}

.o-item {
    padding: 10px;
}

    .o-item a {
        color: black;
        font-weight: 500;
        text-decoration: none;
    }

.o-card ul {
    list-style-type: none;
}

.o-links .p-c {
    color: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.projectname-card-wrapper {
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 10px 10px;
    overflow: hidden;
}

.s-p-o {
    display: flex;
    flex-direction: column;
}

.projectname-card-list .projectname-card-item {
    list-style: none;
    border: 1px solid #e8e8e8;
}

    .projectname-card-list .projectname-card-item .projectname-card-link {
        display: block;
        background: #fff;
        padding: 18px;
        color: black;
        user-select: none;
        border-radius: 12px;
        text-decoration: none;
        border: 2px solid transparent;
        transition: 0.2s ease;
    }

.projectname-card-list .projectname-card-link .projectname-card-image {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.projectname-card-wrapper .swiper-slide-button {
    color: #5372F0;
    margin-top: -35px;
}

.projectname-card-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .projectname-card-wrapper {
        margin: 0 10px 25px;
    }

        .projectname-card-wrapper .swiper-slide-button {
            display: none;
        }

    .search-containers {
        width: 100%;
    }
}

.fw {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .landing-why-choose .col-md-4 {
        width: 31%;
        padding-block: 25px !important;
    }

    .something {
        transform: translate(3%,-10%);
        margin-top: 40px !important;
        padding-right: 20px !important;
    }

    .fun-div {
        transform: translateX(-3%);
        margin-bottom: 40px !important;
    }
    .about-divison-row .col-sm-3, .tp-molecules .col-md-3 {
        width: 20% !important;
    }
    .faq-acc .accordion {
        padding-inline: 30px !important;
    }
    .adj-autho {
        position: absolute;
        bottom: 1%;
        width: 100%;
    }
    .Trusted-Badges-imgs {
        width: 80px !important;
        height: 80px !important;
    }
    .Trusted2-Badges-imgs {
        width: 70px !important;
        height: 70px !important;
    }
    .left-side-imgs {
        height: 80px !important;
        padding-block: 20px !important;
    }
}

@media screen and (max-width: 4187px) {
    .contactus-sec {
        margin-top: 140px !important;
    }
}

@media screen and (min-width: 418px) and (max-width: 496px) {
    .contactus-sec {
        margin-top: 122px !important;
    }
}

@media screen and (max-width: 496px) {
    .main-news {
        margin-top: 140px !important;
    }

    .news-img {
        height: auto !important;
    }

    .main-news h2 {
        font-size: 18px;
    }

    .main-news h5 {
        font-size: 12px;
        font-weight: normal !important;
    }

    .date-buttons button {
        padding: 4px !important;
    }

    .notifi-bttn {
        font-size: 10px !important;
        padding: 2px !important;
    }
}

@media screen and (min-width: 497px) and (max-width: 991px) {
    .main-news {
        margin-top: 114px !important;
    }

    .notifi-bttn {
        font-size: 14px !important;
        padding: 4px !important;
    }

    .contactus-sec {
        margin-top: 110px !important;
    }
}

.ds-container {
    align-items: center;
    gap: 20px;
}

.date-buttons {
    display: flex;
    gap: 10px;
}

    .date-buttons button {
        padding: 8px 16px;
        font-size: 14px;
        cursor: pointer;
        border: 1px solid #ccc;
        background-color: white;
        color: #333;
        border-radius: 5px;
    }

        .date-buttons button:hover {
            background-color: #f2f2f2;
        }

.search-container {
    position: relative;
    display: flex;
    flex-direction: row;
}

    .search-container input {
        padding: 8px 35px 8px 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .search-container .search-icon {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        color: #888;
        cursor: pointer;
        background-color: #333;
        padding: 10px;
        height: 100%;
        border-radius: 5px;
    }

    .search-container input[type="text"]::placeholder {
        color: #aaa;
    }

.h-news {
    height: 560px;
    overflow-y: scroll;
    scrollbar-width: thin;
    position: relative;
}

.news-wrapper {
    display: flex;
    flex-direction: column;
    animation: marquee 20s linear 2s infinite;
}

@keyframes marquee {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.h-news::-webkit-scrollbar {
    display: none;
}

.h-news:hover .news-wrapper {
    animation-play-state: paused;
}
.all-e-c {
    background-color: aliceblue;
}

    .all-e-c span {
        font-size: 30px;
        font-weight: bold;
    }
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

@media screen and (max-width: 478px) {
    .pdf-n {
        left: 77% !important;
        font-size: 15px !important;
        padding: 5px !important;
        padding-inline: 10px !important;
    }
}

.c-f-s i {
    font-size: 30px;
    color: #8bc53f;
    border: 1px solid #8bc53f;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    top: -15%;
}

.c-f-s .col-sm-3 .all-in {
    background: linear-gradient(0deg, #456a88, #4a99b7);
    border: 1px solid #8bc53f;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 100%;
    padding: 10px;
}

.c-f input, textarea {
    border-radius: 4px !important;
}

.search-containers {
    display: flex;
    align-items: center;
}

.search-box {
    position: relative;
    width: 100%;
    padding-inline: 5px;
}

    .search-box i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #aaa;
        font-size: 18px;
    }

    .search-box input {
        width: 100%;
        padding: 8px 10px 8px 35px;
        outline: none;
        border: none;
        font-size: 16px;
    }

.search-button {
    padding: 9.9px 10px;
    border: none;
    background-color: #408b48;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: -1px;
    transition: background-color 0.3s ease;
}

.dropdowns {
    width: 100%;
    position: relative;
}

.dropdown-btns {
    padding: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    background-color: #2e7a91;
    color: white;
    font-weight: 500;
}

.dropdown-checkbox {
    display: none;
}

.dropdown-contents {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px 0;
    white-space: nowrap;
}

.dropdown-checkbox:checked + .dropdown-btns + .dropdown-contents {
    display: block;
}

.dropdown-contents label {
    padding: 8px 16px;
    display: block;
    cursor: pointer;
}

.dropdown-contents input {
    margin-right: 8px;
}

.dropdown-contents label:hover {
    background-color: #f1f1f1;
}

.two-bttns button {
    background-color: #43819b;
    color: white;
}

    .two-bttns button:hover {
        background-color: #43819b;
        color: white;
    }

@media screen and (max-width: 610px) {
    .five-job-posting .col {
        flex: 100%;
    }
}

.each-job-post {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
}

.fixed-h-jp {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

    .fixed-h-jp i {
        color: #83807d;
    }

.jp-s .col-sm-7 {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 510px;
}

.each-job-post {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

    .each-job-post:hover {
        background-color: #f0f0f0;
    }

.job-detail {
    margin-top: 15px;
    display: none;
}

#default-message {
    padding: 15px;
    background-color: #f9f9f9;
    text-align: center;
}

.job-detail img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
}



.b-t-3 div.scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    white-space: nowrap;
    display: flex;
    align-items: center;
    scroll-behavior: smooth;
    cursor: grab;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .owl-nav button {
        background: #fff;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        color: #0a69ed;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    }

.owl-carousel {
    overflow: hidden;
}

    .owl-carousel img {
        height: 200px;
        width: 100%;
    }

.f-career .col-sm-5 {
    border: 1px solid black;
    background-color: #b2def4;
    padding: 10px;
}

    .f-career .col-sm-5 i {
        color: #840f0f;
    }

.spacet input {
    border-radius: 50px;
}

.popupdiv {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
}

    .popupdiv:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    }

.aoss .col-sm-4 {
    padding: 25px;
    height: auto;
}

.landing-slider img {
    width: 100%;
    height: 520px;
}

@media screen and (min-width: 497px) and (max-width: 575px) {
    .spacet {
        margin-top: 130px !important;
    }
}

@media screen and (min-width: 575px) and (max-width: 685px) {
    .spacet {
        margin-top: 126px !important;
    }
}

@media screen and (min-width: 992px) {
    .spacet {
        margin-top: 130px !important;
    }
    .lr-s{
        padding-inline: 50px !important;
    }
    .width-fixed-size {
        width: 23vw !important;
    }
    .game-changer-con{
        height: 350px !important;
    }
    .six-badges .col-2.mb-2{
        width: 10% !important;
    }
    .all-job-postsRight {
        height: 520px !important;
    }
    .second.six-badges{
        gap: 10px;
    }
    .all-mole-content{
        margin-inline: 40px !important;
    }
}

p {
    text-align: justify;
}

.landing-tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
}

    .landing-tab button {
        background-color: #4a90ae;
        color: white;
        border: 1px solid #635e5e;
        border-radius: 50px;
        width: 100%;
        outline: none;
        font-weight: bold;
        cursor: pointer;
        padding: 10px;
        margin-bottom: 5px;
        transition: 0.3s;
        font-size: 17px;
    }

        .landing-tab button:hover {
            background-color: #3e758d;
        }

        .landing-tab button.active {
            background-color: #37697f;
        }

.landing-tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: white;
    border-top: none;
}

.all-wbtn {
    background-color: #2d5a6d;
    color: white;
    padding: 10px;
}

@media screen and (min-width: 576px) {
    .mrdq .col-sm-3{
        width: 32% !important;
    }
    .landing-info .col-sm-2, #Browse-Dosage-Form .col-sm-3, .Commitment-Quality .col-sm-2 {
        width: 20% !important;
    }

    .margin-space-x {
        margin-inline: 20px;
    }

    .landing-info .row {
        padding: 10px;
    }

    .big-para {
        font-size: 20px;
    }

    .login-popup .col-2 {
        padding-inline: 10px !important;
    }

    .form-m-top {
        margin-top: -40px;
    }

    .aswb-all-sec .col-sm-3 {
        width: 24% !important;
    }

    .aswb-top-c .col-sm-2 {
        width: 19.4% !important;
    }

    .quality-section .col-sm-2 {
        width: 19.5%;
    }
}

.all-in {
    position: relative;
}

    .all-in img {
        width: 100%;
        height: 300px;
    }

.landing-why-choose .row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.landing-why-choose .col-md-4 {
    padding: 10px;
}

.mvv-au i {
    font-size: 40px;
    display: flex;
    color: #3e758d;
    justify-content: center;
}

.unique-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
    height: 100%;
}

    .unique-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
.unique-card2 {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    background: linear-gradient(135deg, white, white);
    height: 100%;
}

    .unique-card2:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
.about-divi{
    width: 180px;
    height: 90px;
}
.about-divison-div {
    background-color: white;
}
.about-divison-row p {
    background-color: #dfecf5;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 6px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-therapeutic-div .about-divison-div {
    background-color: #dfecf5;
    box-shadow: 0 0 2px #0e5f6f;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.dynamic-division-imgs{
    width: 100%;
    height: 350px;
}
.product-therapeutic-div h6 {
    height: 100%;
}
.product-therapeutic-div .swiper-slide {
    background: #f2f2f2;
    text-align: center;
    font-weight: 600;
}
.product-therapeutic-div .swiper-button-prev,
.product-therapeutic-div .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #0e5f6fa6;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #0e5f6f;
}
.product-therapeutic-div .swiper-button-prev::after,
.product-therapeutic-div .swiper-button-next::after{
    font-size:16px;
    font-weight:bold;
}
.product-therapeutic-div .swiper-pagination{
    margin-top:15px;
    position:relative;
}
.animated-text {
    font-weight: 500;
    color: #444;
    transition: color 0.3s ease-in-out;
}

.blur-img {
    backdrop-filter: blur(4px);
    background-color: #0000006e;
    color: white;
    border-radius: 10px;
    padding: 20px;
    padding-block: 40px;
    width: 100%;
}

.t-slider-container i {
    display: flex;
    justify-content: center;
    font-size: 45px;
}
.ano-uline {
    position: relative;
    display: inline-block;
    background-color: #d9d9d9;
    font-weight: 500;
    box-shadow: 0 0 10px #d9d9d9;
    padding: 12px;
    width: 100%;
    border-radius: 7px;
}
.uline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

    .uline::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 2px;
        background-color: black;
    }

@keyframes slideFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.element {
    opacity: 0;
    transform: translateX(0) translateY(0);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

    .element.left.animate {
        animation: slideFromLeft 2s cubic-bezier(.215, .61, .355, 1) forwards;
    }

    .element.right.animate {
        animation: slideFromRight 2s cubic-bezier(.215, .61, .355, 1) forwards;
    }

    .element.top.animate {
        animation: slideFromTop 2s cubic-bezier(.215, .61, .355, 1) forwards;
    }

    .element.bottom.animate {
        animation: slideFromBottom 2s cubic-bezier(.215, .61, .355, 1) forwards;
    }

.left-animation,
.right-animation,
.top-animation,
.bottom-animation {
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .left-animation.animate,
    .right-animation.animate,
    .top-animation.animate,
    .bottom-animation.animate {
        opacity: 1;
    }

@keyframes revealFromLeft {
    0% {
        clip-path: polygon(-100% 0, 0 0, 0 100%, -100% 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@keyframes revealFromRight {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@keyframes revealFromTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% -100%, 0% -100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@keyframes revealFromBottom {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 200%, 0% 200%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.left-animation.animate {
    animation: revealFromLeft 3s cubic-bezier(.215, .61, .355, 1) forwards;
}

.right-animation.animate {
    animation: revealFromRight 3s cubic-bezier(.215, .61, .355, 1) forwards;
}

.top-animation.animate {
    animation: revealFromTop 3s cubic-bezier(.215, .61, .355, 1) forwards;
}

.bottom-animation.animate {
    animation: revealFromBottom 3s cubic-bezier(.215, .61, .355, 1) forwards;
}

.all-d-sec a {
    text-decoration: none;
    color: black;
}

.all-d-images {
    width: 100%;
    height: 220px;
    border-radius: 10px;
}

.all-d-sec .col-sm-4:hover .all-text {
    position: relative;
    transform: translateY(-100%);
    transition: all ease-out 0.5s;
    background: #2125299e;
    color: white;
    height: 85%;
    border-radius: 10px;
}

    .all-d-sec .col-sm-4:hover .all-text p {
        transform: translateY(370%);
    }

.partner-img {
    width: 100%;
    height: 80px;
    background-color: white;
    box-shadow: 0 0 10px #d1d1d1;
}

    .partner-img:hover {
        transform: translateY(-10%);
        transition: all ease-out 0.5s;
    }

.swiper.mySwiper.pt-3.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 10px;
}

.reasons-list {
    padding: 0px;
}

.reason-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 15px;
    background: #f1f5f8;
    border-left: 5px solid #2e86c1;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.reasons-list span {
    font-weight: bold;
}

.reason-item:hover {
    background: #e0e8f0;
}

.reason-sec .arrow {
    font-size: 20px;
    color: #193459;
    transition: transform 0.3s ease;
}

.reason-sec .content {
    display: none;
    padding: 10px 15px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.circle-container {
    position: relative;
    width: 380px;
    height: 380px;
    margin: 20px auto;
    border-radius: 50%;
    background: conic-gradient( #2E86C1 0deg 72deg, #17A589 72deg 144deg, #F1C40F 144deg 216deg, #E67E22 216deg 288deg, #D35400 288deg 360deg );
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #193459;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slice-title {
    position: absolute;
    width: 60px;
    text-transform: uppercase;
    height: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
}

    .slice-title:nth-child(1) {
        top: 10%;
        left: 18%;
    }

    .slice-title:nth-child(2) {
        top: 10%;
        right: 19%;
    }

    .slice-title:nth-child(3) {
        top: 50%;
        right: 7%;
    }

    .slice-title:nth-child(4) {
        bottom: 8%;
        left: 43%;
    }

    .slice-title:nth-child(5) {
        top: 50%;
        left: 7%;
    }

.process-content {
    display: none;
}

.active {
    display: block;
}

.process-content .col-sm-5 {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 15px;
}

.active-slice::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid white;
    transform: translateX(-50%);
}

@media (min-width: 576px) {
    .active-slice::after {
        bottom: 20%;
        left: calc(34% + 8px);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid white;
        transform: translateY(50%);
    }
}

.content.active {
    display: block;
}

.arrow {
    float: right;
    transition: transform 0.3s ease;
}

.wa-ca-sec img:hover {
    transform: rotateY(360deg);
    transition: all linear 0.5s;
}

.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 54%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: background 0.6s ease-in-out, opacity 0.6s ease-in-out;
    z-index: 9999;
}

    .login-popup.show {
        background: rgba(0, 0, 0, 0.7);
        opacity: 1;
        visibility: visible;
    }

.box {
    background: #fff;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    transform: translateY(-100vh);
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.7s ease-in-out;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10000;
}

.login-popup.show .box {
    transform: translateY(0);
    opacity: 1;
}

.close {
    position: absolute;
    top: -6px;
    right: -3px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.login-popup .col-2 {
    padding: 2px;
}

.statewiseblog {
    height: 570px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    border: 1px solid #bfbfbf;
    padding: 5px;
}

    .statewiseblog .all-state-blogs {
        border: 1px solid #bfbfbf;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .statewiseblog .col-8 p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .statewiseblog .col-8 h5 {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.all-breadcumber-sec {
    background-color: #0a6b94;
    color: white;
}

.all-breadcumber a {
    text-decoration: none;
    color: white;
}

.all-breadcumber {
    margin: 0px;
}

.aswb-top {
    background-color: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aswb-all-sec .side-all-state-wise-blogs {
    border-left: 4px solid #166688 !important;
    padding-inline: 10px;
    margin-bottom: 20px;
    border: 1px solid #b2b2b2;
    padding: 10px;
    border-radius: 10px;
}

.aswb-all-sec .p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: normal;
    margin-bottom: 0px;
}

.aswb-all-sec hr {
    margin-block: 8px;
}

.left-side-swsb {
    border: 1px solid #9c9c9c;
    padding: 0px;
    border-radius: 10px;
}

.swsb-image {
    width: 100%;
    height: 197px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.aswb-top-c {
    text-align: center;
}

    .aswb-top-c p {
        text-align: center;
    }

    .aswb-top-c i {
        font-size: 40px;
    }

    .aswb-top-c .col-sm-2 {
        transition: all ease-out 0.5s;
    }

::marker {
    font-weight: bold;
}

.rp-content-box {
    background-color: white;
    border: 1px solid #999595;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.rp-image {
    float: left;
    padding-right: 10px;
    font-size: 25px;
}

footer .qlink ul li i {
    font-size: 14px;
    color: #5d9917;
    margin-right: 20px;
}
.high-heading {
    background-color: #0b6f99 !important;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}
.faq-gif{
    width: 100%;
    height: 190px;
}
.six-faq-divs{
    border: 1px solid black;
    text-align: center;
    height: 100%;
    padding: 10px;
    background-color: white;
    border-radius: 20px;
}
.six-faq-divs i, .six-faq-divs h6{
    color: #0e5f6f;
}
.six-faq-divs p{
    text-align: center;
    color: black;
}
.faq-acc .accordion-item {
    border: none;
    border-bottom: 1px solid #33708a;
}
.faq-acc .accordion-item, .faq-acc button.accordion-button.collapsed{
    background-color: transparent;
    color: white;
}
.faq-acc .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit;
    box-shadow: none !important;
}
.faq-acc .accordion-button:focus{
    box-shadow: none !important;
}
.faq-acc .accordion-button:not(.collapsed)::after, .faq-acc .accordion-button::after {
    background-color: white;
}
.faq-acc .accordion-button {
    font-weight: bolder;
    text-shadow: 1px 2px 2px black;
}
a .authority-sec{
    color: black;
}
.authority-sec {
    box-shadow: 0 0 2px rgb(25 127 182);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.authority-sec .top-head {
    background-color: #004b99;
    color: white;
    padding-block: 5px;
    padding-inline: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 2px solid #c2a255;
}
.authority-div {
    padding-block: 5px;
    padding-inline: 15px;
}
.authority-sec h6 {
    color: rgb(25 127 182);
    text-transform: uppercase;
}
.authority-sec .bottom-p {
    background: linear-gradient(rgb(25 127 182),rgb(9 75 121));
    color: white;
    padding: 7px;
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
}
.authority-sec .bottom-p .i{
    font-size: 20px;
}
.all-noti-sec {
    box-shadow: 0 0 2px #838383;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
.all-noti-imgs {
    width: 100%;
    height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.all-noti-sec h4 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #0e5f6f;
}
.all-noti-sec p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.all-noti-link{
    background-color: #0e5f6f;
    color: white;
    font-weight: bold;
    padding: 10px;
    padding-inline: 20px;
    border-radius: 7px;
}
.main-form-div {
    background-color: #0b6f99;
    font-weight: bold;
    padding: 15px;
    color: white;
}
.the-badges {
    background-color: #0b6f99;
    color: white;
    box-shadow: 0 0 20px #cacaca;
    height: 100%;
    padding: 10px;
}
.the-badges i{
    font-size: 17px;
    background-color: white;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.the-badges h6{
    color: white;
}
.Trusted-Badges{
    text-align: center;
}
.Trusted-Badges-imgs, .Trusted2-Badges-imgs {
    width: 100%;
    height: 100%;
}
.main-slider, .Product-sec-slider {
    padding-block: 20px !important;
}
.main-slider .swiper-button-prev::after, .main-slider .swiper-button-next::after, 
.Product-sec-slider .swiper-button-prev::after, .Product-sec-slider .swiper-button-next::after {
    font-size: 16px;
    background-color: #03386594;
    padding: 10px;
    border-radius: 50px;
    padding-inline: 14px;
    font-weight: bold;
    color: black;
}
.main-slider .all-divisions-slider {
    box-shadow: 2px 2px 10px #7c7c7c;
    border-radius: 10px;
    padding: 5px;
    padding-block: 20px;
    margin-inline: 10px;
    text-align: center;
}
.all-divisions-slider p {
    color: black;
    text-align: center;
    font-size: 17px;
}
.pro-six-points {
    box-shadow: 0 2px 5px #cacaca;
    padding: 15px;
    border-radius: 10px;
    border-top: 5px solid #0e5f6f;
    height: 100%;
    margin: 5px;
}
.pro-six-points .view-qua-policy{
    color: black;
}
.two-all-thera-c {
    box-shadow: 0 0 10px #cfcfcf;
    padding: 10px;
    padding-block: 20px;
    border-radius: 8px;
    height: 100%;
}
.filter-section {
    max-height: 380px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0e5f6f transparent;
}
.all-pro-showing-imgs{
    width: 100px;
    height: 100px;
}
.filter-points {
    box-shadow: 0 0 10px #afafaf;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
}
.filter-points .form-check-label{
    border-bottom: 1px solid #cacaca;
    width: 100%;
}
.all-product-full-screen {
    box-shadow: 0 0 10px #afafaf;
    padding: 20px;
    border-radius: 10px;
}
.all-ptd-top-img{
    width: 100%;
    height: 300px;
}
.all-job-postsLeft {
    max-height: 520px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0e5f6f transparent;
}
.all-job-postsRight {
    max-height: 520px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0e5f6f transparent;
    box-shadow: 0 0 15px #cacaca;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #ccc;
}
.all-job-postsBtn {
    display: block;
    width: 100%;
    padding: 22px 16px;
    border: 1px solid #ccc;
    outline: none;
    background: transparent;
    text-align: left;
    margin-bottom: 15px;
    border-radius: 7px;
    font-size: 17px;
    box-shadow: 0 0 15px #ccc;
}
.all-job-postsBtn:hover {
    background: #ddd;
}
.all-job-postsBtn h6 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.all-job-postsBtn.activeJobPostTab {
    background: #0a6b94;
    color: white;
}
.all-job-postsContent {
    display: none;
}
.Top-Popular-Molecules {
    box-shadow: 2px 2px 10px #cdcdcd;
    border-radius: 7px;
    padding-block: 25px;
    text-align: center;
    background-color: #f5f5f5;
}
.Top-Popular-Molecules a{
    color: black;
    font-size: 17px;
}
.main-slider.tt .swiper-slide.text-center{
    box-shadow: 0 0 10px #cacaca;
    border-radius: 7px;
    padding-block: 10px;
}
.cate-product {
    box-shadow: 0 0 10px #dddddd;
    padding-block: 25px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 7px;
}
.cate-product a{
    color: black;
}
.all-molecules-list tbody tr td p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.individual-Molecule-img{
    width: 150px;
    height: 100px;
}
.high-a {
    background-color: #8bc53f;
    color: white;
    box-shadow: 0 0 10px #00000000;
    transition: all ease-in-out 0.5s;
}
.high-sec:hover .high-a {
    background-color: #4893ca;
}
.all-molecule-in-one {
    overflow: hidden;
    padding: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
}
.molecule-button {
    border: none;
    background: transparent;
    margin-right: 25px;
}
.molecule-button a{
    color: #4b5563;
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
}
.all-mole-pro-card {
    box-shadow: 0 1rem 2rem #0000001a;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    border: none;
    transition: transform 0.3s ease;
}
.all-mole-pro-card h3{
    color: #1e3a8a;
    font-weight: 700;
}
.all-mole-pro-card p{
    text-align: center;
}
.all-mole-pro-imgs {
    width: 100%;
    height: 300px;
    transition: transform 0.3s ease;
}
.all-mole-pro-card .mole-all {
    color: #374151;
    font-size: 14.5px;
    font-weight: 700;
}
.all-mole-img-sec{
    overflow: hidden;
}
.mole-a {
    color: #ea580c;
    font-weight: 800;
    font-size: 16px;
    transition: transform 0.3s ease;
}
.mole-a:hover{
    text-decoration: underline !important;
}
.all-mole-pro-card:hover {
    border: 1px solid #8bc53f;
}
.all-mole-pro-card:hover .all-mole-pro-imgs {
    transform: scale(1.1);
}
#Our-Multiple-Divisions .col-6:hover .mole-divi-imgs, #Browse-Dosage-Form .col-sm-3:hover .Browse-Dosage-Form {
    border: 1px solid #8bc53f;
    box-shadow: 1px 1px 10px #cacaca;
}
.mole-divi-imgs {
    width: 100%;
    height: 100px;
    box-shadow: 0 0 10px #e3e3e3;
    border-radius: 7px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}
.Browse-Dosage-Form {
    padding-block: 30px;
    border-radius: 7px;
    border: 1px solid #e1eff8;
    transition: all 0.2s ease;
}
.Browse-Dosage-Form a{
    color: #325672;
}
.Advantage-PCD-Franchise-Manufacturing {
    background: linear-gradient(to bottom right, #fcfdff, #e1eff8);
    border: 1px solid #d1e9f7;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    transition: all 0.2s ease;
}
.Advantage-PCD-Franchise-Manufacturing .adv-font-icon {
    width: 70px;
    height: 70px;
    padding: 15px;
    border: 3px solid white;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 8px 6px #0000002b;
    margin-bottom: 20px;
}
.Advantage-PCD-Franchise-Manufacturing svg {
    color: #4893ca;
    width: 100%;
    height: 100%;
}
.Advantage-PCD-Franchise-Manufacturing p{
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 45px;
}
.Advantage-PCD-Franchise-Manufacturing .adv-link {
    background-color: #f2faff;
    color: #325672;
    font-weight: 700;
    text-align: center;
    padding: 15px;
    border-radius: 7px;
    width: 100%;
    display: block;
    transition: all 0.2s ease;
}
.Advantage-PCD-Franchise-Manufacturing:hover{
    border: 1px solid #8bc53f;
    box-shadow: 1px 1px 10px #cacaca;
    transform: translateY(-10px);
}
.Advantage-PCD-Franchise-Manufacturing:hover .adv-link, .Advantage-PCD-Franchise-Manufacturing:hover .adv-font-icon, .Advantage-PCD-Franchise-Manufacturing:hover svg{
    background-color: #2563eb;
    color: white;
}
.Fran-Manuf-FAQ .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #325672;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.Fran-Manuf-FAQ .accordion-button {
    font-size: 20px;
    color: #325672;
    border: 1px solid #e1eff8;
    border-radius: 15px;
    padding-block: 25px;
}
.Fran-Manuf-FAQ .accordion-button:hover {
    color: #4893ca;
}
.Fran-Manuf-FAQ .accordion-body{
    font-size: 16px;
}
.Fran-Manuf-FAQ .accordion-item {
    background-color: #ffffff;
    border: 1px solid #e1eff8;
    box-shadow: 0 3px 4px #0000001a;
    margin-bottom: 20px;
    border-radius: 15px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.Fran-Manuf-FAQ .accordion-button:focus{
    box-shadow: none !important;
}
.Fran-Manuf-FAQ .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.Fran-Manuf-FAQ .accordion-item:last-of-type{
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}