/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  17. Shop Page
  18. Service Sidebar
  19. Whatsapp Chat-Button
  20. Extra
  21. Responsive Css

/* ------------------------
    General
------------------------*/

body {
    font-family: 'Barlow Condensed', sans-serif !;
    font-family: 'Livvic', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #454545;
    overflow-x: hidden;
    letter-spacing: 0.5px
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1f2632;
    font-family: 'Barlow Condensed', sans-serif !important;
}

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: 24px;
    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
------------------------*/
.cursor-pointer {
    cursor: pointer !important;
}

p {
    line-height: 1.7;
}

.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: 80px 0;
}

.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: #D9A859;
}

.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;
}

.dark-bg {
    background-color: #0a1426;
}

.light-bg {
    background-color: #f5f8fd;
}

.warning-bg {
    background-color: #FFFBF4;
}

.theme-bg {
    background-color: #D9A859;
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    height: 774px !important;
    background-color: #F8F1DC;
}

.home-content {
    position: relative;
    height: 774px !important;
    background-color: #F8F1DC;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.background-size {
    background-size: auto !important;
    padding: 87px 0 !important;
}

.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: 100%;
}

/* -------------------------------
   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: #D9A859;
}

.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-media a {
    color: #ffffff;
}

.contact-media a:hover {
    color: #D9A859;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

/* #form-feedback {
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
}

.show-message {
    transform: translateY(0);
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
} */
@keyframes slideAndFade {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.feedback-animation {
    animation: slideAndFade 5s forwards;
    /* Adjust time as needed */
}

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: #D9A859;
    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: #D9A859;
    -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;
}

.list-icon li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
    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: #D9A859;
    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: #D9A859;
}

.product-price {
    color: #D9A859;
    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: #D9A859;
    border-color: #D9A859;
}

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: #D9A859;
}

.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: 15px 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: #D9A859;
    padding-left: 25px;
    border-left: 3px solid #D9A859;
}


/* ------------------------
Whatsapp Chat-Button
------------------------*/

.conetnt-chat {
    right: 30px;
    bottom: 30px;
    left: 0;
    z-index: 601;
}

.whatsappchat {
    background-color: #25d366;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);

}

.whatsappchat i {
    font-size: 45px;
}

.whatsappchat i:hover {
    color: #0A1426 !important;
}

.chat-box {
    min-width: 400px;
}

.chat-box .chat-header {
    background-color: #25d366;
    padding: 14px 24px;
}

.chat-box .chat-header h4 {
    font-size: 22px !important;
}

.chat-box .chatuser {
    height: 62px;
    width: 62px;
}

.chat-box .chatuser .user-chaticon {
    background-color: #eee;
    width: inherit;
    height: inherit;
    box-shadow: 0 0 0 2px #eee;
}

.chat-box .chatuser .user-chaticon::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: -2px;
    background-image: url('../images//whatsappchat//02.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 4;
}

.chat-box .chat-contents span {
    font-size: 11px;
    color: #454545;
    line-height: 10px;
}

.chat-box .chat-contents h5 {
    line-height: 20px;
}

.chat-box .chat-footer {
    background-color: #fafafa;
    padding: 10px 0;
}

.chat-box .chat-footer p {
    font-size: 13px;
}


/* ------------------------
Extra
------------------------*/

.img-border {
    border: 10px solid #ffffff
}

.customize_hights {
    height: 100vh;
}

.custom_heights {
    height: 5px;
}

.w_90 {
    width: 90%;
}

.w_60 {
    width: 60%;
}

.w_40 {
    width: 40%;
}

.w_20 {
    width: 20%;
}

.w_10p {
    width: 10%;
}

.change-bullets ul {
    margin-left: 17px !important;
}

.modal-size {
    width: auto !important;
}

.modal-size img {
    width: 100% !important;
    height: 430px !important;
}

.modal-size h6 {
    font-size: 18px;
}

.modal-size button {
    height: 14px;
    width: 14px;
}

.shapedot {
    height: 8px;
    width: 8px;
}

.accordion-body a {
    border: 1px solid transparent;
}

.thirdparty-img {
    height: 100%;
}

.accordion-body a:hover {
    border-bottom: 1px solid #D9A859;
}

.certificationscontent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.servicesimg {
    height: 550px !important;
}

.serch-in {
    padding: 12px 29px !important;
    color: #454545;
    font-weight: 500;
    font-size: 15px !important;

}

.serch-ico i::before {
    margin-right: 16px;
    font-size: 20px;
    color: #0A1426;
    margin-top: 3px;
    vertical-align: middle;
}

.certificate-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.certificate-card:hover h4 {
    color: #D9A859 !important;
}

.certificate-img {
    height: 188px;
    width: 100%;
}

.certificate-img:hover img {
    transform: scale(1.1);
}

.certifications-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: 870px;
    margin: auto;
    border: 1px solid #f3efef;
    padding: 24px;
    border-radius: 6px;
}

.certifications-img img {
    /* height: 180px !important; */
    width: 180px !important;
}

.cartifications-subcontent p {
    font-size: 15px !important;
    text-align: justify;
    line-height: 1.6;
}

.cartifications-subcontent a {
    padding: 10px 16px;
    font-size: 14px;
    margin-top: 28px;
}

.contact-space {
    margin-top: 5rem;
}

.certification li:nth-child(even) .certifications-img {
    order: 1 !important;
}

.certification li:nth-child(even) .cartifications-subcontent {
    order: 0 !important;
}

.managementmessage-content {
    border: 1px solid #e9eaed;
    border-radius: 4px;
    padding: 24px;
}

.managment-profile {
    border-radius: 10px;
    overflow: auto;
    min-width: 355px;
    height: 460px;
    /* box-shadow: 16px 0 40px #d1c2a533; */
}

.managementmessage-content .sub-title {
    font-size: 14px;
}

.divider-full {
    border-bottom: 1px solid #e9eaed;
}


.dot-small {
    font-size: 50px;
    line-height: 0;
}

.blogs-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.client_reviecontent .item {
    height: 270px;
}

.client-profile img {
    max-width: 52px;
}

.client-profile p {
    font-size: 14px;
}

.blogs-content .card-img-top {
    /* height: 250px; */
    object-fit: cover;
}

.innovative-content {
    padding-right: 70px;
}

.enquiry_content {
    max-width: 920px;
    box-shadow: 0 0 4px rgb(214, 214, 214);
}

.enquiry_content label {
    font-size: 15px;
}

/* .global_presence .global_image img {
    max-height: 500px;
} */

.global_image svg {
    max-height: 600px;
}

.global_image svg g g:last-child g {
    display: none !important;
}

.global_presence .presence_content {
    max-width: 1100px;
}

.tab-box {
    height: 100px;
    width: 100px;
    border: 1px solid #E9EAED;
}

.pharmaformulation-tab .tab-list .tabbtn.active .tab-box,
.pharmaformulation-tab .tab-list .tabbtn .tab-box:hover {
    border-color: #D9A859 !important;
}

.pharmaformulation-tab .tab-list .tabbtn .tab-box .icon-white {
    display: none;
}

.pharmaformulation-tab .tab-list .tabbtn.active .tab-box .icon-white {
    display: block;
}

.pharmaformulation-tab .tab-list .tabbtn {
    line-height: 25px;
    color: #454545;
    font-size: 17px;
    font-weight: 500;
}

.pharmaformulation-tab .tab-list .tabbtn.active {
    font-weight: 600;
    color: #D9A859;
}

.pharmaformulation-content,
.productcard_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.product-lists .product_img {
    height: 360px;
}

.product-b {
    border: 1px solid rgb(243, 243, 243) !important;
    height: 306px;
    max-width: 100%;
    object-fit: cover;
}

.product-b img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.related-content .owl-carousel .owl-nav.disabled {
    display: block !important;
}

/* .related-content .product-b img {
    max-height:100%;
    max-height:100%;
    object-fit: cover !important;
} */

.product-db {
    border: 1px solid rgb(243, 243, 243) !important;
}

.product_image {
    max-height: 380px !important;
}


.w-fit-content {
    width: fit-content;
}

.d-contents {
    display: contents;
}

.flex-grow {
    flex-grow: 1;
}

/* .product-subimg {
    max-width: 100%;
    height: 440px;
} */

.product-content .iconyellow,
.product-content:hover .iconblack {
    display: none;
}

.product-content:hover .iconyellow {
    display: block;
}

.product-content:hover p {
    color: #D9A859;
}

.product-subcontent p {
    font-size: 14px;
    color: #454545;
}

.pharmaformulation-tab .tab-list {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 30px !important;
    align-items: flex-start !important;
}


.service_processs::after {
    content: "";
    height: 98.7%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.service_box {
    margin-bottom: 50px;
}

.service_box h5 {
    font-size: 21px;
}

.service_box p {
    font-size: 15px;
}

.service_processs .service_box .service_detail_left,
.service_processs .service_box .service_detail_right {
    padding: 20px;
    border: 1px solid #f3efef;
}

.service_processs .service_box .service_detail_left {
    margin-right: 15px;
}

.service_processs .service_box .service_detail_right {
    margin-left: 15px;
}

.service_processs .service_box .service_right {
    padding: 20px 0;
    margin-left: 24px;
}


.service_processs .service_box .service_right img,
.service_processs .service_box .service_left img {
    max-width: 340px;
}

.service_processs .service_box .service_right::after,
.service_processs .service_box .service_left::after {
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 20px;
    z-index: 1;
    background-color: #D9A859;
}

.service_processs .service_box .service_right::after {
    left: -45px;
}

.service_processs .service_box .service_left::after {
    right: -22px;
}

.section-title h6 {
    font-size: 18px;
}

.foot-icon i {
    height: 35px;
    width: 35px;
}

.blog_icons::before {
    content: '',
}

.othe_imgs li::marker {
    width: 100%;
}

.footer-logo img {
    max-width: 252px !important;
}

.blog_content {
    gap: 64px;
}

.blog_details .card {
    box-shadow: none !important;
}

.list-group-item:hover {
    color: #D9A859 !important;
}

.style-dot {
    background-color: #0a1426 !important;
    height: 8px !important;
    width: 8px !important;
}

.check_modal {
    height: 100vh;
}

.check_modal .maodal_header {
    background-color: #D9A859 !important;
}

.check_modal .maodal_header h5 {
    font-size: 21px !important;
}

.check_modal .modal_body {
    height: calc(100% - 229px) !important;
}

.product_retails {
    height: 150px !important;
}

.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
}

.updown {
    animation: 3s up-down linear infinite;
    bottom: -3px;
}


@keyframes up-down {

    0%,
    100% {
        transform: translateY(-.2rem);
    }

    50% {
        transform: translateY(.2rem);
    }
}


.home-content .shapeone {
    top: 235px;
    left: 155px !important;
    animation: up-down-three 2s linear infinite;
}


@keyframes up-down-three {

    0%,
    100% {
        transform: translateY(-.3rem);
    }

    50% {
        transform: translateY(.3rem);
    }
}

.home-content .shapetwo {
    left: 107px !important;
    bottom: 309px !important;
    animation: up-down-two 1s linear infinite;
}

@keyframes up-down-two {

    0%,
    100% {
        transform: translateY(-.3rem);
    }

    50% {
        transform: translateY(.2rem);
    }
}

.peta-img {
    border: 2px solid #D9A859;
    border-radius: 10px;
}

.certain-services-content .service-desc {
    min-height: 320px !important;
}

/* ------------------------
    SiteMap Css
------------------------*/
.sitemap-content::after {
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    bottom: 18px;
    top: 0;
    border-left: 1px solid #E9EAED;
    left: 0;
    right: 100%;
}

.custom-mb {
    margin-bottom: 20px;
}

.sitemap-item {
    border: 1px solid #D9A859 !important;
    background-color: #F4EBDB;
    color: #D9A859;
    padding: 7px 20px;
    min-width: 185px;
}

.sitemap-item::after {
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    background-image: url('../images/sitemap/icon/01.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    /* top: 48%; */
    margin-top: 12px;
    width: 24px;

}

.sitemap-bt {
    border-top: 1px solid #E9EAED;
    margin-top: 20px;
}

.sitemap-subcontent::after {
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    bottom: 20px;
    top: 0;
    border-left: 1px solid #E9EAED;
    left: 0;
    right: 100%;
}

.sitemap-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* Adjust to four items per row */
    gap: 20px;
    /* Adjust the gap as needed */
    padding-top: 3px;
}

.sitemap-subitem {
    border: 1px solid #E9EAED !important;
    color: #454545 !important;
    padding: 7px 20px;
    min-width: 260px;
    margin-left: 28px;
}

.sitemap-subitem:hover {
    border-color: #D9A859 !important;
    color: #D9A859 !important;
}

.sitemap-subitem::after {
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    background-image: url('../images/sitemap/icon/02.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    top: 60%;

}

/* ------------------------
    Patients Page Css
------------------------*/
.patients-content .nav-tabs .nav-link.active {
    border-color: #D9A859 !important;
    color: #FFFFFF !important;
    background-color: #D9A859;
}



.patients-content ul li button {
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 500;
    color: #D9A859;
    background-color: transparent;
    border-color: #D9A859 !important;
    min-width: 398px !important;
}


.patients-content ul li button:hover {
    color: #D9A859 !important;
}

.link-cl {
    color: #D9A859 !important;
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1399px) {
    .productcard_content {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-b {
        height: 356px;
    }

    .home-img {
        height: 630px !important;
        width: 686px !important;
    }

    .home-content .shapeone {
        top: 222px;
        left: 159px !important;
    }


    .home-content .shapeone img {
        height: 515px !important;
    }

    .home-content .shapetwo {
        left: 118px !important;
        bottom: 278px !important;
    }

    .home-content .shapetwo img {
        height: 210px !important;
    }

    .certain-services-content .service-desc {
        min-height: 372px !important;
    }
}


@media (max-width:1199px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }

    /* Extra */
    .blogs-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .managment-profile {
        min-width: 300px;
        height: 392px;
    }

    .thirdparty-img {
        height: 400px;
    }

    .pharmaformulation-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .pharmaformulation-tab .tab-list {
        grid-template-columns: repeat(4, 1fr);
    }

    /* .product-subimg {
        height: 500px;
    } */

    .certificationscontent {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-b {
        height: 296px;
    }

    .footer-res {
        margin-top: 48px !important;
    }



    /* .related-content .product-b {
        max-width: 300px;
    } */

    .home-content {
        min-height: inherit;
        height: auto !important;
        padding: 80px 0 !important;
    }

    .home-img {
        height: auto !important;
        width: auto !important;
        top: 10px;
    }

    .home-content .shapeone {
        top: -36px;
        right: -39px;
    }

    .home-content .shapetwo {
        top: -8px;
        left: -39px !important;
    }

    .home-content .shapeone img,
    .home-content .shapetwo img {
        height: auto !important;
    }

    .product_image {
        max-height: 600px !important;
        max-width: 600px;
        margin: 0 auto;
    }


    .certain-services-content .service-desc {
        min-height: 318px !important;
    }

    /*Header*/
    #header-wrap {
        padding: 10px 0;
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #D9A859;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #454545
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav>.nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #454545;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.show {
        background: #D9A859;
        color: #ffffff
    }

    .navbar-collapse {
        background: #ffffff;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }



    .navbar-nav .dropdown-toggle::after {
        content: '+';
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        right: 10px;
        margin: -0.5em 0.5em 0 0;
        border-radius: .25rem;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown>.dropdown-toggle.show::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .navbar {
        padding: 0;
    }



}

@media (max-width:991px) {

    h1,
    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2,
    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .custom-mt-0 {
        margin-top: 0 !important
    }


    /*Banner*/
    .fullscreen-banner {
        min-height: inherit;
        height: auto !important;
    }

    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        padding: 150px 0 150px !important
    }

    /*Side Image*/
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Countdown*/
    .countdown>li span {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown>li p {
        font-size: 18px;
    }

    /* Extra */
    .customize_hights {
        height: 100%;
    }

    .service_processs::after {
        right: 100%;
    }

    .service_processs .service_box .service_detail_left {
        margin-left: 15px;
    }

    .service_processs .service_box .service_right::after {
        left: -34px;
    }

    .service_processs .service_box .service_left::after {
        left: -9px;
    }


    .certifications-content {
        flex-direction: column !important;
        gap: 30px;
    }

    .certification li:nth-child(even) .certifications-img {
        order: 0 !important;
    }

    .certification li:nth-child(even) .cartifications-subcontent {
        order: 1 !important;
    }

    .managment-profile {
        min-width: 100%;
        height: 400px;
    }


    .pharmaformulation-content,
    .productcard_content {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-b {
        height: 336px;
    }

    .sitemap-subcontent::after {
        bottom: 0px;
    }



    /* .related-content .product-b {
        max-width: 340px;
    } */

    .certain-services-content .service-desc {
        min-height: 399px !important;
    }


}

@media (max-width:767px) {

    h1,
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2,
    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    /*Header*/
    .logo img {
        max-height: 40px;
    }

    /*Countdown*/
    .countdown>li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown>li p {
        font-size: 16px;
    }

    /* Extra */
    .blogs-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .certifications-content {
        max-width: 100% !important;
    }

    .servicesimg {
        height: 480px !important;
    }

    .pharmaformulation-tab .tab-list {
        grid-template-columns: repeat(3, 1fr);
    }

    /* .product-subimg {
        height: 100%;
    } */

    .certificationscontent {
        grid-template-columns: repeat(2, 1fr);
    }

    .productcard_content {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-b {
        height: 348px;
        width: 348px;
    }

    .related-content .owl-carousel .owl-nav {
        position: static;
        margin-top: 40px;
    }

    .related-content .owl-carousel .owl-nav button.owl-prev {
        left: 40%;
    }

    .related-content .owl-carousel .owl-nav button.owl-next {
        right: 40%;
    }

    .sitemap-bt {
        border-top: none;
        margin-top: 0;
    }

    .certain-services-content .service-desc {
        min-height: 100% !important;
    }




    @media (max-width:575px) {

        h1,
        h1 {
            font-size: 44px;
            line-height: 54px;
        }

        h2,
        h2 {
            font-size: 30px;
            line-height: 40px;
        }

        h3,
        .h3 {
            font-size: 26px;
            line-height: 36px;
        }

        h4,
        .h4 {
            font-size: 22px;
            line-height: 32px;
        }

        .logo img {
            max-height: 35px;
        }

        /*Banner*/
        .fullscreen-banner p br,
        .section-title br {
            display: none;
        }

        .breadcrumb-item {
            line-height: 30px;
        }

        /*Banner*/
        .tab .nav-tabs .nav-link {
            display: block;
            width: 100%;
        }

        .owl-carousel .owl-nav button.owl-prev {
            left: 0px;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: 0px;
        }

        /* Whatsapp Chat-Button */
        .chat-box {
            min-width: 320px;
        }

        .whatsappchat i {
            font-size: 43px;
        }

        /* Extra */
        .product_img {
            width: 100%;
        }

        .product_retails {
            height: 140px !important;
        }

        .managementmessage-content {
            padding: 16px;
        }

        .managment-profile {
            height: 350px;
        }

        .servicesimg {
            height: 400px !important;
        }

        .thirdparty-img {
            height: 330px;
        }

        .tab-box {
            height: 60px;
            width: 60px;
        }

        .pharmaformulation-tab .nav-tabs .nav-link .tab-box .icon-white svg,
        .pharmaformulation-tab .nav-tabs .nav-link .tab-box .icon-yellow svg {
            height: 35px;
            width: 35px;
        }

        .pharmaformulation-tab .nav-tabs .nav-link {

            font-size: 15px;
        }

        .pharmaformulation-content {
            grid-template-columns: repeat(1, 1fr);
        }

        .pharmaformulation-tab .tab-list {
            grid-template-columns: repeat(2, 1fr);
        }

        .certificationscontent {
            grid-template-columns: repeat(1, 1fr);
        }

        .certificate-img {
            width: 260px;
        }

        .pharmaformulation-tab .tab-list img {
            height: 30px;
            width: 30px;
        }

        .related-content .owl-carousel .owl-nav button.owl-prev {
            left: 35%;
        }

        .related-content .owl-carousel .owl-nav button.owl-next {
            right: 35%;
        }

        .product-b {
            height: 364px;
            width: 364px;
        }

        .product-b img {
            height: 100%;
            width: 100%;
        }


    }


    @media (max-width: 400px) {

        /* Whatsapp Chat-Button */
        .chat-box {
            min-width: 280px;
        }

        .servicesimg {
            height: 260px !important;
        }

        .product-b {
            height: 294px;
            width: 294px;
        }

        /* SiteMap Page */
        .sitemap-subitem {
            min-width: auto;
            padding: 7px 14px;
        }

        .patients-content ul li button {
            min-width: 100% !important;
        }


    }
}