@charset "UTF-8";

:root {
    --grapple-palette1: #fe0000;
    --grapple-palette2: #000000;
    --grapple-palette3: #1b1f22;
    --grapple-palette4: #777777;
    --grapple-palette5: #888888;
    --grapple-palette6: #999999;
    --grapple-palette7: #eff4f8;
    --grapple-palette8: #f7fafc;
    --grapple-palette9: #ffffff;
    --grapple-palette11: #dc3545;
    --grapple-palette12: #38b48b;
    --grapple-palette9rgb: 255, 255, 255;
    --grapple-palette-highlight: var(--grapple-palette1);
    --grapple-palette-highlight-alt: var(--grapple-palette2);
    --grapple-palette-highlight-alt2: var(--grapple-palette9);
    --grapple-palette-btn-bg: var(--grapple-palette1);
    --grapple-palette-btn-bg-hover: var(--grapple-palette2);
    --grapple-palette-btn: var(--grapple-palette9);
    --grapple-palette-btn-hover: var(--grapple-palette9);
    --grapple-heading-font-family: 'Wix Madefor Text';
    --grapple-fallback-font: sans-serif;
    --grapple-display-fallback-font: sans-serif;
    --grapple-content-width: 1310px;
    --grapple-content-narrow-width: 842px;
    --grapple-content-edge-padding: 0.9375rem;
    --grapple-content-boxed-padding: 2rem;
    --grapple-calc-content-width: calc(1310px - var(--grapple-content-edge-padding) - var(--grapple-content-edge-padding));
    --wp--style--grapple--content-size: var(--grapple-calc-content-width);
    --grapple-gray-400: #E6E8EB;
    --grapple-palette10: #e53e3e;
}

body {
    font-family: varela round, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    position: relative
}

a {
    /* color: #626675; */
    color: #000;
    font-family: varela round, sans-serif;
    text-decoration: none;

}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none
}

p {
    font-family: varela round, sans-serif;
    font-weight: 400;
    color: #202020;
    font-size: clamp(16px, .92vw, 22px);
    font-style: normal;
    line-height: 140%
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
table {
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: varela round, sans-serif;
    color: #202020;
}


/* Desktop Styles (Default) */
.h1 h1 {
    font-size: 2.8rem;
    /* ~51px - Strong Hero Title */
    line-height: 1.1;
    letter-spacing: -0.02em;

}

.h2 h2 {
    font-size: 2.2rem;
    /* ~38px - Section Titles */
    line-height: 1.2;

}

.h3 h3 {
    font-size: 1.7rem;
    /* ~29px - Category Headers */
    line-height: 1.3;
}

.h4 h4 {
    font-size: 1.2rem;
    /* ~22px - Product Names */
}

.h5 h5 {
    font-size: 1.1rem;
    /* ~18px - Labels */
}

.h6 h6 {
    font-size: 0.9rem;
    /* ~14px - Eyebrow text */
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 992px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.1rem;
    }

    h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2.2rem;
    }

    /* Prevents overflow on small phones */
    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 0.85rem;
    }
}



ul,
ol {
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0
}

::selection {
    background: #0d6efd;
    color: #fff;
}

table td,
th {
    height: 60px;
    vertical-align: middle !important;
}

table th {
    text-align: center;
}

.required {
    color: red
}

textarea {
    height: 150px;
    width: 100%;
    resize: none
}

label {
    font-family: varela round, sans-serif;
    font-size: 16px;
    font-weight: 300
}

* {
    box-sizing: border-box
}


img {
    margin: 0 auto;
    max-width: 100%;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #202020;
    opacity: 1;
    font-size: 20px
}

.no-gutter {
    padding: 0
}

.center-block {
    float: none
}


.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.py-70 {
    padding: 70px 0px;
}

.mt-32 {
    margin-top: 25px
}


.mt-24 {
    margin-top: 22px
}

.mb-24 {
    margin-bottom: 22px
}

.mt-16 {
    margin-top: 15px
}

@media (max-width: 575px) {
    .py-70 {
        padding: 35px 0;
    }
}

@media (max-width:899px) {

    .mb-32 {
        margin-bottom: 22px
    }
}

.mt-32 {
    margin-top: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-48 {
    margin-bottom: 48px;
}

.mt-24 {
    margin-top: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.mt-16 {
    margin-top: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-4 {
    margin-bottom: 4px
}

.hr-line {
    width: 100%;
    height: 1px;
    background: #eaeaec
}

.cus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--grapple-palette12);
    border-radius: 50px;
    background: var(--grapple-palette12);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.cus-btn-2 {
    user-select: none;
    color: #000;
    background: white;
    border: 1px solid #fff;
    /* font-weight: 500; */
    -webkit-user-select: none
}

.cus-btn-3 {
    border: 1px solid var(--grapple-palette11);
    color: var(--grapple-palette11);

}

.cus-btn:hover {
    background: var(--grapple-palette11);
    border-color: var(--grapple-palette11);
    color: #fff !important;
    transform: translateY(-2px);

}

.cus-btn-2:hover {
    background: var(--grapple-palette11);
    color: #fff !important;
}

.cus-btn-3:hover {
    background: var(--grapple-palette11);
    color: white !important;
}

.breadcrumb {
    background: var(--grapple-palette8);
}
.bg-purple{
    background: #4f46e5;
}
/* .slick-track{
    width: 100% !important;
} */

.our-products-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
}

.section-subtitle {
    color: #777;
    font-size: 14px;
}

.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.product_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.product_section_content h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
/* ---------------------------------------------------------------------------------Header----------------------------------------------------------------------------------------------- */
header {
   
    z-index: 1050; /* Higher than almost everything else */
    background: #ffffff;
}
@media screen and (min-width: 992px) {
    #main-header {
        display: block !important;
    }

    #main_header_mobile {
        display: none !important;
    }

}
@media screen and (max-width: 425px){
.mobile_phone{
    display: none !important;
}
}

    /* .ecommerce_product_search {
        max-width: 100%;
        width: 630px;
    } */

@media screen and (min-width: 1200px) {
    .ecommerce_product_search {
        max-width: 100%;
        width: 630px;
    }
}
@media screen and (min-width: 992px) {
    .ecommerce_product_search {
        max-width: 100%;
        width: 530px;
    }
}

#main-header {
    display: none;
}

#main_header_mobile {
    display: block;
}

.web_top_header .top_header {
    background: var(--grapple-palette7);
}

.web_top_header .top_header ul li .nav-link:not(:first-child)::before {
    content: "";
    position: absolute;
    background: #bfd2e0;
    width: 1px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top_header ul li.nav-item .nav-link {
    font-size: 14px;
}

.top_header ul li.nav-item .nav-link {
    padding-left: calc(20px / 2);
    padding-right: calc(20px / 2);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: var(--grapple-palette3);
}

.nav-item {
    position: relative;
}

.top_header ul li.nav-item:not(:first-child)::before {
    content: "";
    position: absolute;
    background: #bfd2e0;
    width: 1px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.element-contact-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -0.6em;
    margin-left: calc(-0.6em / 2);
    margin-right: calc(-0.6em / 2);
}

.element-contact-inner-wrap a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--grapple-palette3);
    font-size: 14px;
    margin-top: 0.6em;
    margin-left: calc(0.6em / 2);
    margin-right: calc(0.6em / 2);
}

.contact-content {
    margin-left: 10px;
}

.contact-label {
    color: var(--grapple-palette1);
}

.header-divider {
    border-right: 1px solid #bfd2e0;
    height: 50%;
}

.header-html {
    font-size: 14px;
    color: var(--grapple-palette3);

}

.header-html-inner p span {
    color: var(--grapple-palette1);

}

.web-header-nav-main-link {
    border-top: 1px solid var(--grapple-gray-400);
}

.search-content {
    background: var(--grapple-palette7);
    border: 0px none transparent;
    border-radius: 5px 5px 5px 5px;
    position: relative;

}

.site-header .header-search-advanced form.search-form .search-field,
.site-header .header-search-advanced form.search-form .search-select {
    height: 45px;
}

input.search-input {
    color: var(--grapple-palette3);
}

.search-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 15px;
    padding-right: 10px;
    height: 40px;
}

.header-search-advanced {
    position: relative;

}

.search-form {
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    border: 0px none transparent;
    border: 2px solid var(--grapple-gray-400);
    /* background-color: var(--grapple-palette8); */
    border-radius: -4%;
}


.input-container {
    position: relative;
 
    /* width: 100%; */
}
.input-container  .control2{
   display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: 2px solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 24px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-container  .control2:focus{
    outline: 0;
}
.search-category-field select {
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    background: transparent;
    outline: none;
    width: 170px;
    /* border-right: 1px solid #E6E8EB; */
}

.input-container .search-field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 15px;
    padding-right: 10px;
    height: 40px;
    width: 100%;
}

.input-container .search-field input[type=search] {
    padding: .2em 40px .2em .8em;
    width: 100%;
}

.input-container input[type=search] {
    color: var(--grapple-palette3);
    border-color: #d3d3d3;
    border-color: var(--gray-550);
    outline: 0;
}

.search-submit {
    border: none;
    background: transparent;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    /* transition: background 0.3s ease; */
    /* background:var(--grapple-palette1); */
}

/* .search-submit .base-search2-svg{
    width: 50px;
    height: 50px;
} */
.search-submit .base-search2-svg:hover {
    fill: var(--grapple-palette1);
}

.search-btn-icon {
    font-size: 16px;
}

.web-header-nav-main-link ul li a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: var(--grapple-palette3);

}

.response-rate {
    color: var(--grapple-palette10);
    padding: 0.4em 0.6em 0.4em 0.6em;
    /* font-weight: 600; */
    font-size: 15px;
    letter-spacing: 0px;
}

.web-header-bottom .navbar {
    justify-content: start;
}

.web-header-bottom .navbar .nav-item .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-style: normal;

}

.web-header-bottom .navbar .nav-item .svg-baseline svg {
    width: 17px;
    height: 17px;
    .web-header-bottom .navbar
}

.header-search-flex .form-select:focus,
.header-search-flex .form-control:focus {
    box-shadow: none;
    /* Removes the blue Bootstrap outline inside the pill */
}

.search-form {
    transition: all 0.3s ease;
}

.search-form:focus-within {
    /* border-color: var(--grapple-palette10) !important; */
    /* Highlights the whole pill when typing */
    background-color: #fff !important;
}

.contact-icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}



.divider {
    margin: 0 5px;
    width: 1px;
    height: 25px;

    background: var(--grapple-gray-400);
}

.web-header-top {
    background: var(--grapple-palette2);
    padding: 2px 0px;
}

.web-header-top .top_nav .nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
}

.web-header-bottom {
    border-bottom: 1px solid #dee2e6;
}

.web-header-top .top_nav .nav .nav-item .nav-link:hover {
    color: #E53935 !important;
}

.mobile-header .off_Canvas {
    font-size: 24px;
    color: #E53935;
    margin-top: 16px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;

    max-height: inherit;

}

.offcanvas-header .btn-close {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    color: #E53935 !important;
}

.mobile-nav .nav-item {
    padding: 5px 0px;
}

.mobile-nav .nav-item .nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    justify-content: space-between;

}
/* Remove the default 'floating' behavior inside offcanvas */

.mobile-nav .nav-link {
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
}

/* Style the nested submenu */
.mobile-nav .list-unstyled  {
    border-left: 3px solid #dc3545; 
    transition: all 0.3s ease;
    background: white;
    border-radius: 6px;
    display: flex;
    padding: 15px 0px;
    flex-direction: column;
    gap: 11px;
   box-shadow: 0 16px 24px 2px rgba(185, 183, 183, 0.14), 0 6px 30px 5px rgba(158, 158, 158, 0.12), 0 8px 10px -7px rgba(154, 151, 151, 0.2);
}
.mobile-nav .list-unstyled  li a{
   font-size: 16px;
    color: #000;
        padding: 5px 10px;
}

.mobile-nav .dropdown-item {
    font-size: 0.95rem;
    color: #555;
}

@media (min-width:633px) and (max-width: 992px) {
/* .mobile_search_bar .header-item-search-advanced .search-form {
    max-width: 100%;
    width: 600px;

} */
.mobile_search_bar .header-item-search-advanced .mobile-search{
        max-width: 100%;
    width: 600px;
}
}
.mobile-search{
        max-width: 100%;
    width:100%;
}
@media screen and (max-width: 576px) {
.search-category-field{
    display: none;
}
}

.vendor_Content{
    line-height: 28px;
}

.mega-dropdown {
    position: static;
}


.dropdown-menu.mega-menu {
    width: auto;
    min-width: 250px;
    left: 0px;

    right: 0;
    padding: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
    border-radius: 2px;
}

.dropdown-menu.mega-menu.mega-menu_br {
    border: 2px solid var(--grapple-palette10) !important;
    border-radius: 6px;
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(22px);
}


.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
}

.mega-title {
    font-weight: 600;
    margin-bottom: 15px;
}
.mega-menu ul li{
    margin-bottom: 8px;
}

.dropdown-menu.mega-menu.mega-menu_br ul li{
    margin-bottom: 8px;
    border-bottom: 1px solid var(--grapple-gray-400);
    padding: 5px 10px;
    cursor: pointer;
}

.mega-menu_br ul li li:last-child {
    border: none !important;
    padding: 0px 10px;
}

.mega-menu ul li a {
    text-decoration: none;
    color: #333;
}

.mega-menu ul li a:hover {
    color: #E53935;
}

.footer {
    /* background: #f8f8f8; */
    background: var(--grapple-gray-400);
    padding: 60px 0 30px;
    font-family: sans-serif;
}


.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul a {
    text-decoration: none;
    color: #555;
    transition: .3s;
}

.footer ul a:hover {
    color: #1abc9c;
}

.phone {
    color: #E53935;
    font-weight: 700;
}

.footer-top p {
    margin-bottom: 13px;
    /* color: #666; */
    color: #000;
}

.feature-box {
    background: #eee;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
}

.footer-features {
    margin: 30px 0;
}

.footer-bottom {
    margin-top: 20px;
}

.logo {
    font-weight: 700;
}

.social i {
    margin: 0 8px;
    cursor: pointer;
}

.social i:hover {
    color: #1abc9c;
}

/* Pharma Card Styles */
.pharma-card {
    border-radius: 18px;
    position: relative;
    transition: 0.3s ease;
}
.pharma-card .btn:hover{
color: white;
}
.pharma-card:hover {
    border-style: solid;
    border-color: var(--grapple-palette10);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}


.badge-type {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
}
.product-img-holder img{
    aspect-ratio: 16/12;

}

/* Color Coding for Pharma Categories */
.bg-primary { background-color: #0d6efd !important; } /* Tablets - Blue */
.bg-info { background-color: #0dcaf0 !important; }    /* Syrups - Cyan */
.bg-danger { background-color: #dc3545 !important; }  /* Injections - Red */
.bg-warning { background-color: #ffc107 !important; } /* Capsules - Gold */

/* Filter Button Styling */
.filter-btn {
    border: 1px dashed #dee2e6;
    background: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.3s;
}

.filter-btn.active, .filter-btn:hover {
    background: #38b48b !important;
    color: white;
    border-style: solid;
}
/* .nav-justified .nav-item, .nav-justified>.nav-link{
    flex-basis: 12% !important;
  margin: 12px 0px;
  text-align: left;
} */

/* ---------------------------------------------------------------------------------Hero-Section------------------------------------------------------------------------------------------ */
.hero-section {
    padding: 0px 20px;
}

.custom-container {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .hero-section {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 20px;

    }

    .hero-big {
        padding: 20px !important;
        min-height: 0px !important;
    }
}

.hero-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 20px;
}

/* Big Banner */

.hero-big {
    background: url('../images/slider-banner/slide-1.jpg') center/cover no-repeat;
    border-radius: 15px;
    padding: 40px;
    min-height: 420px;
}

/* Right Side Layout */

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Top Banner */

.hero-top {
    background: url('../images/slider-banner/aloe-verra-2.png') center/cover no-repeat;
    border-radius: 15px;
    padding: 30px;
    height: 200px;

}

/* h1
/* Bottom Banners */

.hero-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.hero-small {
    background: url('../images/slider-banner/injectable.png') center/cover no-repeat;
    border-radius: 15px;
    padding: 20px;
    height: 200px;
}
.hero-small-1 {
        background: url('../images/slider-banner/syrup.png') center/cover no-repeat;
    border-radius: 15px;
    padding: 20px;
    height: 200px;
}

/* Buttons */
/* 
.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background: #fff;
    border-radius: 25px;
    text-decoration: none;
} */

.btn-green {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #38b48b;
    color: white;
    border-radius: 20px;
    text-decoration: none;
}

/* Discount Tag */

.discount {
    background: #ffc107;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.categories {
    padding: 60px 0;
    text-align: center;
}


.category-card {
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    /* White background looks cleaner for pharma products */
    transition: 0.3s;
    border: 2px dashed #dee2e6;
    margin: 10px 8px;
    /* Vertical and Horizontal margin */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 200px;  */
}
.categroy-card2{
    width: 200px;
    margin:  0 auto;
}

.category-grid.category-slider .slick-prev,
.slick-next {
    top: 60%
}

.category-grid.category-slider .slick-next {
    top: 60%
}

/* Remove the fixed widths in your media queries */
@media (max-width: 767px) {
    .category-card {
        margin: 10px 5px;
        /* Tighter margins for mobile */
    }
}

.category-card img {
    /* max-width: 80px; */
    height: auto;
    margin-bottom: 15px;
    /* Important for Slick: ensures images don't stretch */
    display: inline-block !important;
}

.category-card p {
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
}


.category-card:hover {
    transform: translateY(-5px);
}

.category-card img {
    filter: brightness(1.1) contrast(1.1);
}

.about-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Floating Experience Badge */
.exp-badge {
    bottom: -20px;
    right: 20px;
    min-width: 140px;
    text-align: center;
    border: 5px solid #fff;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Stats Icon Styling */
.stats-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7f1ff;
    /* Light blue tint */
}

.tracking-wider {
    letter-spacing: 2px;
}

/* Image Hover Effect */
.about-img-wrapper img {
    transition: transform 0.5s ease;
}

.about-img-wrapper:hover img {
    transform: scale(1.02);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .exp-badge {
        bottom: 10px;
        right: 10px;
        padding: 1rem !important;
    }
}

/* -----------------------------------------------------------------------------------Why Choose-Us----------------------------------------------------------------------------------- */
.why-card {
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    border: 1px dashed #E6E8EB
}


.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    background: #dc3545 !important;
    /* Bootstrap Primary Blue */
}

.why-card:hover h5,
.why-card:hover i {
    color: #ffffff !important;
}

.icon-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    margin: 0 auto;
    transition: background 0.3s ease;
}

.why-card:hover .icon-box {
    background: rgba(255, 255, 255, 0.2);
}

.why-desc {
    line-height: 1.6;
    font-size: 1.1rem;
}

/* -----------------------------------------------------------------------------------------Why-Choose-End------------------------------------------------------------------------------------ */
.about-company {
    padding: 80px 0;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-text {
    max-width: 500px;
}

.about-text h2 {
    margin-bottom: 20px;
}

/* .btn{
display:inline-block;
margin-top:20px;
padding:10px 20px;
background:#2fbfa7;
color:#fff;
border-radius:25px;
text-decoration:none;
} */
.customer_response {
    box-shadow: 0 16px 24px 2px rgba(185, 183, 183, 0.14), 0 6px 30px 5px rgba(158, 158, 158, 0.12), 0 8px 10px -7px rgba(154, 151, 151, 0.2);
    border-radius: 10px;
}

.process-section {
    background-color: #fbfcfd;
}

.process-item {
    position: relative;
    transition: all 0.3s ease;
    /* Use the dashed border on the right for desktop separation */
  

}
.process-item:nth-child(even){
      border-right: 1px dashed #E6E8EB !important;

}
.factsheet_bor{
    border-bottom: 1px solid var(--grapple-gray-400);
}
.step-number {
    font-size: 0.9rem;
    font-weight: 800;
    color: #dee2e6;
    letter-spacing: 2px;
}

.process-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.process-item:hover {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.process-item:hover .process-icon {
    background: var(--grapple-palette11)
}

.process-item:hover .process-icon i {
    color: #fff !important;
}

/* Remove border-right on last item and mobile */
@media (max-width: 767px) {
    .process-item {
        border-right: none !important;
        border-bottom: 1px dashed #E6E8EB !important;
    }
}

.review-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px dashed #E6E8EB;
    /* Your specific dashed border */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    border-style: solid;
    /* Change to solid on hover for focus */
    border-color: #0d6efd;
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.highlight-border {
    border: 1px solid #0d6efd;
    /* Highlight one card as "Featured" */
}

.user-initials {
    width: 45px;
    height: 45px;
    background: #eef2f7;
    color: #0d6efd;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.review-text {
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
}

.overall-rating {
    border: 1px dashed #E6E8EB;
}

.product-card {
    background: #fff;
    border: 1px dashed #E6E8EB;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.product-card:hover {
    border-style: solid;
    /* border-color: #0d6efd; */
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.08);
    transform: translateY(-5px);
}

.product-img-box {
    padding: 20px;
    background: #f8fafc;
    text-align: center;
    border-bottom: 1px dashed #E6E8EB;
}

.product-img-box img {
    height: 200px;
    object-fit: contain;
    mix-blend-mode: multiply;
    /* Helps transparent background images blend */
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0d6efd;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    z-index: 10;
}

.skin-tag {
    font-size: 10px;
    background: #eef2f7;
    color: #475569;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.product-title {
    font-size: 1.1rem;
    color: #1e293b;
    font-weight: 600;
}

.add-to-cart-btn {
    border: none;
    background: #f1f5f9;
    color: #0d6efd;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    transition: 0.3s;
}

.add-to-cart-btn:hover {
    background: #0d6efd;
    color: #fff;
}

#back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: transparent;
    color: var(--grapple-palette10);
    border: 2px solid var(--grapple-palette10);
    border-radius: 50%;
    z-index: 1000;
    transition: .3s ease-in-out;
    width: 48px;
    height: 48px;
    display: grid;
    align-items: center;


}

/* ----------------------------------------------------------------------------About_Page--------------------------------------------------------------------------------------------- */
.about_pa .nav-tabs .nav-item .nav-link {
    padding: 15px 15px;
    font-weight: 600;
    color: #000;

}

.about_pa .nav-tabs .nav-link.active {
    color: #dc3545;
}

.factsheet-card {
    border: 1px dashed #dee2e6 !important;
    /* Matches your site aesthetic */
}

.factsheet-card span.text-secondary {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    font-weight: 600;
}

.factsheet-card .fw-bold {
    color: #1a202c;
    font-size: 1rem;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .promo-banner h2 {
        font-size: 1.5rem;
    }

    .factsheet-card .col-6 {
        width: 100%;
    }

    /* Stack data on mobile */
}

/* Product UI - Medium Scale */
h1.h2 {
    font-size: 2.2rem;
    /* Medium prominence */
    font-weight: 700;
    line-height: 1.2;
}

.main-image-container {

    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background-color: #f8fafc;  */
}
/* The Main Image Container */
.main-image-container img {
    transition: opacity 0.4s ease-in-out, transform 0.3s ease;
    opacity: 1;
   
}
.image-thubmnail{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Optional: A slight scale effect when it appears */
.image-fade {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.main-image-container img {
    filter: brightness(1.1) contrast(1.1);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 768px) {
    .main-image-container {
        height: 300px;
        /* Reduce height for smaller screens */
    }
}

.product-bullets {
    /* padding-left: 1.2rem; */
    color: #4a5568;
    font-size: 1rem;
}

.product-bullets li {
    margin-bottom: 0.8rem;
}

.box-dashed {
    border: 1px dashed #dee2e6;
    border-radius: 12px;
}

.btn-lg {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 30px;
}

@media (max-width: 768px) {
    h1.h2 {
        font-size: 1.7rem;
    }

    .action-buttons {
        grid-template-columns: 1fr;
    }
}

/* ---
------------------------------------------------------------------------------Header----------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------Contact Page------------------------------------------------------------------------------------------ */
.contact-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.custom-input {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.custom-input:focus {
    background-color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.info-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bg-light-primary {
    background-color: #eef2ff;
}

.border-dashed {
    border: 1px dashed #E6E8EB;
}

.user-avatar-sm {
    width: 35px;
    height: 35px;
    background: #0d6efd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.grayscale {
    filter: grayscale(1);
    opacity: 0.6;
}

.smaller {
    font-size: 11px;
    letter-spacing: 0.5px;
}

/* Section Typography */
/* .pharma-content h2 {
    font-size: 2.4rem; 
    font-weight: 700;
    line-height: 1.2;
} */

.pharma-content p {
    font-size: 1rem;
    /* Base 16px */
    line-height: 1.7;
    color: #4a5568;
}

/* New Way Visuals */
.box-dashed {
    border: 1px dashed #dee2e6;
    border-radius: 24px;
    position: relative;
    transition: all 0.3s ease;
}

.pharma-img-wrapper:hover {
    border-style: solid;
    border-color: var(--grapple-palette11);
    /* Your Brand Green */
}

.pharma-img-wrapper img {
    box-shadow: 0 16px 24px 2px rgba(185, 183, 183, 0.14), 0 6px 30px 5px rgba(158, 158, 158, 0.12), 0 8px 10px -7px rgba(154, 151, 151, 0.2);
}

.trust-floating-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    z-index: 2;
}

.bg-primary-light {
    background-color: rgba(56, 180, 139, 0.1);
    /* Soft Brand Green */
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .pharma-content h2 {
        font-size: 1.8rem;
    }

    .trust-floating-badge {
        position: static;
        margin-top: 15px;
        display: inline-block;
    }
}

/* Custom Styles for T&C Section */
.tc-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.tc-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #38b48b;
    /* Your Brand Green */
    font-weight: bold;
}

.step-num {
    background: #f7c4c9 ;
    color: var(--grapple-palette11);
    font-weight: 700;
    font-size: 0.8rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}
.box-2:hover{
    border-color: var(--grapple-palette11) !important;
}
.box-dashed {
    border: 1px dashed #dee2e6;
    border-radius: 20px;
    transition: 0.3s ease;
}

.tc-card:hover {
    border-style: solid;
    border-color: #38b48b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.x-small {
    font-size: 0.85rem;
}

/* Tablet Scaling */
@media (max-width: 768px) {
    .pharma-tc-section h2 {
        font-size: 1.8rem;
    }

    .tc-card {
        padding: 1.5rem !important;
    }
}

/* Document Card Styling */
.doc-item-card {
    border: 1px dashed #dee2e6;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.doc-item-card:hover {
    border-style: solid;
    border-color: #38b48b;
    /* Your Brand Green */
    transform: translateX(10px);
    /* Subtle horizontal slide */
}

.doc-icon {
    flex-shrink: 0;
}

.help-box {
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f0f4f8);
}

.help-box img {
    max-height: 250px;
    object-fit: contain;
}

/* Medium Typography Controls */
.pharma-docs-section .h1 {
    font-size: 2.2rem;
    font-weight: 800;
}

.pharma-docs-section .h4 {
    font-weight: 700;
    color: #1a202c;
}

/* Tablet Adjustments */
@media (max-width: 991px) {
    .doc-item-card:hover {
        transform: none;
    }

    .help-box {
        margin-top: 2rem;
    }
}

/* Content Blocks */
/* .content-block h3 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
} */

/* Fundamental Icons */
.fun-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* Quote Styling */
blockquote p {
    color: #2d3748;
    font-size: 1.1rem;
}

/* New Way Dash Hover */
.box-dashed {
    border: 1px dashed #dee2e6;
    border-radius: 20px;
    transition: 0.3s ease;
}

.box-dashed:hover {
    border-color: var(--grapple-palette12);
    /* Your Green Theme */
    border-style: solid;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .sticky-top {
        position: static !important;
    }

    .h1 {
        font-size: 2rem;
    }
}

/* Tab Buttons */
.custom-bento-tabs .nav-pills .nav-link {
    background: #fff;
    color: #4a5568;
    border: 1px dashed #dee2e6;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.custom-bento-tabs .nav-pills .nav-link.active {
    background: rgba(56, 180, 139, 0.05);
    /* Soft Brand Green */
    color: #38b48b;
    border: 1px solid #38b48b;
    border-style: solid;
}

.x-small {
    font-size: 0.75rem;
}

/* Checklist Styling */
.themed-checklist {
    list-style: none;
    padding: 0;
}

.themed-checklist li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.themed-checklist li::before {
    content: "\f058";
    /* FontAwesome Circle Check */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #38b48b;
    font-size: 1.2rem;
}

/* Tab Pane Animation */
.tab-content.box-dashed {
    border-radius: 24px;
    border: 1px dashed #dee2e6;
}

/* Responsive */
@media (max-width: 768px) {
    /* .nav-pills {
        flex-direction: column;
    } */

    /* .nav-item {
        width: 100%;
    } */
}


/* Quality Section Specifics */
.quality-img-wrapper {
    position: relative;
    border: 1px dashed #dee2e6;
    border-radius: 24px;
}

.cqu-badge {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 5;
    min-width: 180px;
}

.cqu-description {
    background-color: #f8fafc;
}

/* Hover Effect for the Section */
.quality-box:hover .quality-img-wrapper {
    border-style: solid;
    border-color: var(--grapple-palette2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cqu-badge {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .quality-content .h1 {
        font-size: 1.8rem;
    }
}

.quality_management_card {
    border-radius: 24px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    cursor: pointer;
}

/* Icon Circle Styling */
.quality_icon_circle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Hover Interaction */
.quality_management_card:hover {
    border-style: solid;
    border-color: #38b48b;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.quality_management_card .btn-link {
    opacity: 0;
    transition: 0.3s ease;
}

.quality_management_card:hover .btn-link {
    opacity: 1;
}

/* Redefining Dash Border for uniformity */
.box-dashed {
    border: 1px dashed #dee2e6;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .quality_management_card .btn-link {
        opacity: 1;
    }
}
.product_detail_ta{
    border: 1px solid var(--grapple-gray-400);
}
.product_detail_ta tr:nth-child(odd){
    background: var(--grapple-palette8);
}
.product_detail_ta th{
    background: transparent !important;
}
.product_detail_ta tr th{
    text-align: left;
}
.product_detail_ta tr td{
    text-align: left;
}


/* Service Card Styling */
.service-card {
    border-radius: 20px;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px dashed #dee2e6; /* Your signature look */
}

/* Icon Container */
.service-icon-bg {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: 0.3s;
}

.service-icon-bg img {
    object-fit: contain;
}

/* Hover States */
.service-card:hover {
    border-style: solid;
    border-color: var(--grapple-palette10); /* Brand Green */
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.service-card:hover .service-icon-bg {
    background: var(--grapple-palette10); /* Light green tint */
    transform: scale(1.1);
}

/* Typography Scale */
.services-bento-section .h1 {
    font-size: 2.25rem;
    color: #1a202c;
}

.services-bento-section .h5 {
    color: #2d3748;
    margin-bottom: 12px;
}
/* Custom Form Styling */
.custom-input {
    border: 1px dashed #dee2e6; /* Keeping the signature dash */
    border-radius: 10px;
    padding: 12px 15px;
    transition: 0.3s;
}

.custom-input:focus {
    border: 1px solid #38b48b;
    border-style: solid;
    box-shadow: 0 0 10px rgba(56, 180, 139, 0.1);
    outline: none;
}

/* Radio Button Styling */
.radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 0.85rem;
}

.radio-container input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container input:checked ~ .checkmark {
    background-color: #38b48b;
}

/* Sidebar Text Scaling */
.bg-success {
    background-color: #38b48b !important;
}

.x-small {
    font-size: 0.7rem;
}

.custom-product-tabs .nav-item .nav-link{
    border: 1px dashed #dee2e6;
    background: white;
    padding: 8px 20px;
    /* border-radius: 50px; */
    transition: 0.3s;
    color: #000;
    text-align: left;
}
.custom-product-tabs .nav-item .nav-link.active{
border: 1px dashed #dee2e6;
background: #dee2e6;
color: #000;

}

.custom-bento-tabs img{
     filter: brightness(1.1) contrast(1.1) !important;
}
.products{
    min-height: 100vh;
}
/* ---------------------------------------------------------------------------------------Contact End------------------------------------------------------------------------------------------ */
.site-heading {
    font-family: fredoka one, cursive, sans-serif;
    font-weight: 400;
    font-size: 30px
}

.white-text {
    color: #fff !important
}

.pad-tp-bt {
    padding: 70px 15px
}

.pad-tp-bt-20 {
    padding: 16px 10px;
}

.pad-tp-bt-40 {
    padding: 40px 0
}

.pad-tp-bt-60 {
    padding: 60px 0
}

.margin-bottom {
    margin: 0 0 15px
}

.margin-bottom-30 {
    margin: 0 0 30px
}

.margin-bottom-50 {
    margin: 0 0 10px
}

.overlay-wrap {
    position: relative
}

.border-bottom::after {
    border-bottom: 3px solid #9d3367;
    content: "";
    display: block;
    height: 3px;
    margin: 8px 0;
    width: 20%
}

.contact-map iframe {
    width: 100%
}

.navbar-brand {
    height: auto;
    padding: 20px 15px
}

#wrapper {
    padding-top: 8.8rem
}

.nav.navbar-nav.navbar-left {
    margin: 25px 0 0
}

.navbar-fixed-top {
    background: #ffffffe0;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: black;
    font-size: 18px;
    text-shadow: #8c8c8c 1px 1px 1px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #9d3367;
}

.fax-mail {
    margin: 8px 0px;
    display: table;
}

.navbar-collapse {
    width: 49%
}

.search_bar {
    padding: 13px 0px;
}

.navbar-nav.navbar-center {
    display: inline-block;
    float: none !important;
    text-align: left;
    /*width: 100%;*/
    margin: 9px 0
}

.navbar-nav.navbar-center>li {
    display: inline-block;
    float: none !important;
    text-transform: uppercase;
}

.navbar-collapse>ul>li+li {
    margin: 0 0 0 10px;
    position: relative
}

.navbar-nav>li>a {
    padding: 10px 5px;
    padding-top: 0px;
}

.navbar-collapse>ul>li>a>span {
    height: 3px;
    left: 0;
    width: 0;
    position: absolute;
    top: 100%;
    transition: width .2s linear 0s
}

.navbar-collapse>ul>li.active>a>span,
.navbar-collapse>ul>li:hover>a>span {
    width: 100%
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: 0 0
}

.ipt-collapsed-button {
    border-radius: 100%;
    cursor: pointer;
    display: block;
    line-height: 25px;
    margin: 10px 0 0;
    padding: 16px 12px;
    position: fixed;
    z-index: 120
}

.ipt-lines::before {
    top: 8px
}

.ipt-lines::after {
    top: -8px
}

.ipt-lines {
    display: inline-block;
    height: 3px;
    position: relative;
    top: -4px;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-property: background;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    -ms-transition-property: background;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    width: 35px
}

.ipt-collapsed-button.ipt-closed .ipt-lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg)
}

.ipt-collapsed-button.ipt-closed .ipt-lines::after,
.ipt-collapsed-button.ipt-closed .ipt-lines::before {
    top: 0;
    transition: top .3s ease 0s, transform .3s ease .2s;
    -webkit-transition: top .3s ease 0s, transform .3s ease .2s;
    -o-transition: top .3s ease 0s, transform .3s ease .2s;
    -ms-transition: top .3s ease 0s, transform .3s ease .2s;
    -moz-transition: top .3s ease 0s, transform .3s ease .2s
}

.ipt-collapsed-button.ipt-closed .ipt-lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg)
}

.ipt-collapsed-button.ipt-closed .ipt-lines {
    background-color: transparent;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    -ms-transition-duration: .1s;
    transition-property: background;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    -ms-transition-property: background;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease
}

.ipt-lines::after,
.ipt-lines::before {
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
    -webkit-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
    -o-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
    -ms-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
    -moz-transition: top .3s ease .2s, transform .3s ease 0s, background-color .3s ease 0s;
    width: 35px;
    content: ""
}

.menu-toggled #sidebar-wrapper {
    width: 220px
}

.slideanim {
    visibility: hidden
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%)
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%)
    }
}

.social-icon ul li a i::after {
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    transform: scale(.2);
    transition: all .2s ease-in-out 0s;
    width: 100%
}

.social-icon ul li a i:hover {
    color: #fff
}

.social-icon ul li {
    padding: 0;
    height: 20px
}

.social-icon ul li a i {
    border-radius: 50%;
    height: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    width: 30px;
}

.social-icon .facebook .fa::after {
    background: #3b5998
}

.social-icon .twitter .fa::after {
    background: #55acee
}

.social-icon .dribble .fa::after {
    background: #ff45b8
}

.social-icon .google .fa::after {
    background: #dd4b39
}

.social-icon .linked-in .fa::after {
    background: #007bb5
}

.social-icon .behance .fa::after {
    background: #0b82fb
}

.social-icon ul li a i:hover::after {
    opacity: 1;
    transform: scale(1)
}

.social-icon ul li a i::before {
    position: relative;
    z-index: 2
}

.colord-icon ul li a {
    border-radius: 100px;
    color: #fff;
    padding: 10px 3px;
    margin: 3px
}

.colord-icon ul li.facebook a {
    background: #3b5998
}

.colord-icon ul li.twitter a {
    background: #55acee
}

.colord-icon ul li.dribble a {
    background: #ff45b8
}

.colord-icon ul li.google a {
    background: #dd4b39
}

.colord-icon ul li.linked-in a {
    background: #007bb5
}

.colord-icon ul li.behance a {
    background: #0b82fb
}

.colord-icon ul li {
    transform: scale(1)
}

.colord-icon ul li:hover {
    transform: scale(1.2);
    transition: all .5s ease 0s
}

.dark-icon ul li a {
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    padding: 11px 13px
}

.dark-icon ul li {
    transform: scale(1)
}

.dark-icon ul li:hover {
    transform: scale(1.2);
    transition: all .5s ease 0s
}

.button-primary {
    border: 1px solid #1ebad4 !important;
    color: #fff;
    background: #1ebad4
}

.button-primary:before {
    background: #fff;
    color: #1ebad4
}

.button-primary:hover {
    color: #1ebad4
}

.btn-black {
    border: 1px solid #202020 !important;
    color: #fff;
    background: #202020
}

.btn-black:before {
    background: #fff;
    color: #202020
}

.btn-black:hover {
    color: #202020 !important
}

.red-btn {
    border: 1px solid #ba3232 !important;
    color: #fff;
    background: #ba3232
}

.red-btn:before {
    background: #fff;
    color: #ba3232
}

.red-btn:hover {
    color: #ba3232 !important
}

.dark-red-btn {
    border: 1px solid #ba3232 !important;
    color: #fff;
    background: #da0a0a
}

.dark-red-btn:before {
    background: #fff;
    color: #da0a0a
}

.dark-red-btn:hover {
    color: #da0a0a !important
}

.btn-white {
    border: 1px solid #fff !important;
    color: #fff
}

.btn-white:before {
    background: #fff;
    color: #000
}

.btn-white:hover {
    color: #000
}

.green-btn {
    background: #5fba32;
    border: 1px solid #5fba32 !important;
    color: #fff
}

.green-btn:before {
    background: #fff;
    color: #5fba32 !important;
    border: 1px solid #5fba32
}

.button.green-btn:hover {
    color: #5fba32 !important
}

.blue-btn {
    border: 1px solid #1d86cf !important;
    color: #fff;
    background: #1d86cf
}

.blue-btn:before {
    background: #fff;
    color: #1d86cf
}

.blue-btn:hover {
    color: #1d86cf !important
}

.white-bg-btn {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000
}

.white-bg-btn:before {
    background: #202020;
    color: #fff !important;
    border: 1px solid #fff
}

.white-bg-btn:hover {
    color: #fff !important
}

.testimonial .slick-slide {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    margin: 14px;
    padding: 20px;
}

/* .button,
#contact-form button[type=submit],
#submit button[type=submit] {
    padding: 8px 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: black;
    color: white;
} */

.button:before,
#contact-form button[type=submit]:before,
#submit button[type=submit]:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#contact-form button[type=submit]:hover,
#submit button[type=submit]:hover,
#contact-form button[type=submit]:focus,
#submit button[type=submit]:focus,
#contact-form button[type=submit]:active,
#submit button[type=submit]:active {
    color: #1ebad4
}

#submit button[type=submit]:hover:before,
.button:hover:before,
#contact-form button[type=submit]:hover:before,
#submit button[type=submit]:focus:before,
.button:focus:before,
#contact-form button[type=submit]:focus:before,
#submit button[type=submit]:active:before,
.button:active:before,
#contact-form button[type=submit]:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.img-scale img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1
}

.img-scale img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all .55s ease 0s;
    -webkit-transition: all .55s ease 0s;
    -moz-transition: all .55s ease 0s;
    -o-transition: all .55s ease 0s;
    -ms-transition: all .55s ease 0s
}

.img-scale {
    overflow: hidden;
    margin-top: 30px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

#slider-wrapper {
    position: relative
}

.home-slider {
    position: relative
}

.nivo-directionNav a {
    display: none
}

.nivo-controlNav a {
    cursor: pointer;
    background: #fff;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 4px;
    text-indent: -9999px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.nivo-controlNav a.active {
    background: #9d3367
}

.nivo-controlNav {
    z-index: 99;
    position: absolute;
    width: 100%;
    bottom: 0
}

.home-banner {
    display: none
}

#back-top {
    bottom: 24px;
    margin: 0;
    position: fixed;
    right: 24px;
    z-index: 99
}

#back-top a img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    width: 50px;
    height: 50px;
}

#back-top a {
    height: 77px;
    margin-bottom: 7px;
    width: 78px
}

#back-top a:hover img {
    transform: scale(1.2)
}

.loader-warpper {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 25%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cssload-fold-thecube 2.4s infinite linear both;
    -o-animation: cssload-fold-thecube 2.4s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.4s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.4s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.4s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg)
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg)
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg)
}

.cssload-thecube .cssload-c2:before {
    animation-delay: .3s;
    -o-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s
}

.cssload-thecube .cssload-c3:before {
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s
}

.cssload-thecube .cssload-c4:before {
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

@keyframes cssload-fold-thecube {

    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-o-keyframes cssload-fold-thecube {

    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-ms-keyframes cssload-fold-thecube {

    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes cssload-fold-thecube {

    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-moz-keyframes cssload-fold-thecube {

    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1
    }

    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

.case-study-wrapper {
    background: #fff
}

.mfp-close-btn-in .mfp-close {
    color: #000;
    position: absolute;
    font-size: 40px
}

.case-study-wrap {
    background: #fff;
    margin: -60px auto 0;
    padding: 20px
}

.blog-content span,
.blog-content span a {
    color: #fff;
    font-size: 18px
}

/******* adarsh 02-01-2019 *********/
.slinick_slider1 {
    background-image: url(../images/new/banner-2.png);
    background-size: cover;
    background-position: -32px -50px;
    padding: 15%;
    background-repeat: no-repeat;
}

.slinick_slider2 {
    background-image: url(../images/new/banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -277px 0px;
    padding: 15%;
}

.slinick_slider3 {
    background-image: url(../images/new/banner-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15%;
}


.figure_clinic {
    background-image: linear-gradient(rgb(14 13 13 / 26%), rgb(14 13 13 / 30%)), url(../images/istockphoto-1222330779-612x612.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.color_white_c {
    color: #333;
}

.category100 img {
    width: 100%;
    height: 366px;
}

.margintop30 {
    margin-top: 30px;
}

.border_bottom1pxs {
    padding-top: 50px;
}

/* If the section is taking space but is white, the opacity might be 0 */
/* .slick-track {
    opacity: 1 !important;
    min-height: 200px; 
} */
/* .slick_product1 {
    text-align: center;
    transition: 0.5s;
    width: 220px !important;
} */

.slick_product1 p {
    margin-top: 0px;
    color: #9d3367;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slick_product1 p:hover {
    color: #9d3367;
}


.slick_product_men {
    padding: 50px 0px 40px;
}

.slick_product1 hr {
    margin: 6px 0px;
}

.slick_product1 button {
    padding: 8px 25px;
}

.slick_product1 h4 {
    font-size: 19px;
    margin: 0px;
    font-weight: 500;
    line-height: 26px;
}

.product_headingc h2 {
    color: #791746;
    font-family: fredoka one, cursive, sans-serif;
    font-weight: 400;
    font-size: 68px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-top: 25px;
}

.call_toaction_clinic_men {
    background-image: url(../images/clinick/call-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
}

.call_toaction_clinic_men1 {
    width: inherit;
    height: inherit;
    background-color: rgba(40, 60, 94, 0.5);
}

.call_toaction_clinic {
    text-align: center;
}

.call_toaction_clinic h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    padding-top: 75px;
    margin: 0px;
}

.call_toaction_clinic p {
    color: #fff;
    padding-bottom: 15px;
}

.calltoaction_btncolor {
    padding: 15px 25px;
    border-radius: 0px;
    color: #fff;
    background: #9d3367;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 15px;
    transition: 0.5s;
}

.calltoaction_btncolor:hover {
    color: #fff;
    box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
    transform: 0.5s;
}

.mrtop0 {
    margin-top: 0px;
}

.home_clinic_callnow1 {
    background: #9d3367;
    margin-top: -200px;
    padding: 20px;
    padding-bottom: 30px;
}

.home_clinic_callnow2 p {
    color: #fff;
    font-size: 22px;
    position: relative;
}

.home_clinic_callnow2 p:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0px;
    width: 80px;
    height: 4px;
    background: #fff;
}

.home_clinic_callnow2 h2 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    padding-top: 30px;
}

.input_cform input {
    height: 40px;
    padding-left: 50px;
    border-radius: 0px;
}

.your_contact_area_men {
    background-color: #9d3367;
    text-align: center;
    display: none;
}

.contact_info_nn .form-group .form-control {
    font-size: 20px;
}

.input_cform textarea {
    height: 50px;
    border-radius: 0px;
}

.form-group i {
    position: absolute;
    top: 0;
    width: 39px;
    left: 15px;
    background: #000000d6;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    color: white;
}

.flotrightc {
    float: right;
}

.bwhiteco {
    background: #fff;
    color: #111;
}

.bwhiteco:hover {
    color: #111;
}

.footer_clinic_men {
    background: #e0e0e0;
    padding: 60px 0px;
}

.footer_clinic2 img {
    width: 50%;
}

.footer_clinic2 {
    height: 70px;
}

.footer_clinic3 {
    height: 73px;
}

.footer_clinic3 img {
    width: 100px;
    margin-bottom: 20px;
}

.footer_clinic2 h2 {
    font-size: 25px;
    font-weight: 600;
    color: black;
    padding-top: 8px;
}

.footer_clinic3 h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-top: 8px;
}

.footer_clinic1 a {
    font-size: 16px;
    color: black;
    line-height: 28px;
}

.footer_clinic1 i {
    padding-right: 10px;
    color: black;
}

.footer_clinic1 p {
    color: black;
    font-size: 16px;
    line-height: 24px;

}

.footer_downclinic1 i {
    color: #fff;
}

.clinic_fdownbgc {
    background: black;
}

.product_header_area_men {
    background: linear-gradient(to bottom, #a7d2e5, #a7d2e58c, #fff0, #fff0), url(../images/clinick/breadcrumbs.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px;
    background-position: 350px -100px;
}

.product_header_area {
    text-align: right;
}

.product_header_area h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    color: #fff;
}

.product_header_area p,
.product_header_area p a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.a_btn {
    color: black;
    background-color: #9d3367;
    border: none;
    color: white;
    border: none;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 26px;
    line-height: 1.38;
    /* border-radius: 0; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: 0.5s;
}

.a_btn:hover {
    color: #9d3367;
    background-color: #ffffff;
    border-color: #9d3367;
    box-shadow: 4px 6px 17px 2px rgba(224, 224, 224, 0.14), 2px 5px 14px 2px rgba(204, 200, 200, 0.12), 0 5px 5px -3px rgba(214, 213, 213, 0.2);
    transition: 0.5s;
}

.a_btn:focus {
    color: #9d3367;
    background-color: #ffffff;
}

.a_btn1 {
    margin-top: 0px !important;
}

.a_btn:hover::before {
    top: 0px;
    left: 0px;
}

.color_form_sendchange {
    background: #9d3367;
    color: white;
    border: none;
}

.color_form_sendchange:hover {
    color: black;
    background: white;
    border: none;
    box-shadow: 4px 6px 17px 2px rgba(224, 224, 224, 0.14), 2px 5px 14px 2px rgba(204, 200, 200, 0.12), 0 5px 5px -3px rgba(214, 213, 213, 0.2);
}

.slick_whole:hover .slick_product2 {
    background-color: #9d3367;
}

.slick_whole:hover .slick_product2 h4 {
    color: white;
}

.prod_sidebar {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 4px 6px 17px 2px rgba(224, 224, 224, 0.14), 2px 5px 14px 2px rgba(204, 200, 200, 0.12), 0 5px 5px -3px rgba(214, 213, 213, 0.2);
}

.prod_sidebar_ul {
    padding: 15px 5px 15px 15px;
}

.prod_sidebar_ul a li {
    display: inline;
    text-transform: uppercase;
    margin-right: 40px;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 33px;
    font-size: 14px;
}

.prod_sidebar_ul a li:hover {
    color: #008ee0;
    border-bottom: 2px solid #008ee0;
}

.mt_0 {
    margin-top: 0;
}

.color_form_sendchange:before {
    border: 1px solid #fff;
}


/***** modal area start ****/
/* .modal {
    background: #021e21e0;
} */

.modal_width_large {
    width: 1100px;
    margin: 30px auto;
}

.clinic_content {
    border-radius: 0px;
}

.clinic_content1 {
    width: inherit;
    height: inherit;
    border: 10px solid #9d3367;
}

.clinic_header {
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.clinic_header {
    border-bottom: none;
    padding-bottom: 0px;
}

.clinic_body {
    padding-top: 0px;
}

.clinic_body1 {
    margin: 0px 0px;
    padding: 30px 20px 50px;
}

.new_img img {
    /* padding-top: 55px;
    width: 80%; */
    border: 1px solid #dee2e6;
}

.new_img p {
    font-size: 14px;
    color: #9d3367;
    font-weight: 700;
    margin-bottom: 0;
}

.new_img h4 {
    font-size: 25px;
    color: #586103;
    font-weight: 400;
    font-family: fredoka one, cursive, sans-serif;
}

.new_img a {
    font-weight: 600;
    color: #9d3367;
}

.head_start {
    padding-bottom: 10px;
}

.head_start h4 {
    color: #9d3367;
    font-size: 27px;
    margin-top: 20px;
}

.head_start p {
    font-size: 14px;
    color: #9d3367;
}

form,
.answer {
    text-align: right;
}

.form-group {
    margin-bottom: 15px;
}

.form_new .form-control {
    border: 1px solid #9d3367;
    background: #b3eaf029;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0px;
}

label {
    font-family: varela round, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/*** modal area end *****/
.slick_product1 h4 {
    font-size: 14px;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 15px;
    margin: 0px;
    background: #fff;
}

.slick_product1 .a_btn {
    padding: 12px 24px;
}

.slick_product1 img {
    width: 250px;
    border: 1px solid #c8c8c8;
    height: 165px;
    border-radius: 10px;
    transition: .5s;
    filter: gray;
}

.slick_product2 {
    background: white;
    width: 181px;
    box-shadow: 0 4px 4px #00000040;
    margin: -24px auto;
    position: absolute;
    padding: 14px;
    bottom: 69px;
    left: 56px;
    font-weight: bold;
    border-radius: 10px;
}

.slick_product1 img:hover {
    border-radius: 0%;
    transition: .5s;
    filter: gray;
}

.product_section_content h2 {
    font-size: 13px;
}

.product_section_1 {
    border: 1px solid #f1f1f1;
    text-align: center;
    margin: 10px;
    border-radius: 3px;
}

.product_section_1 hr {
    margin: 0px;
}

.product_section_content h2 {
    padding: 10px 10px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top_header_area_men {
    padding: 5px 0px;
    z-index: 998;
    width: 100%;
    position: fixed;
    top: 0px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .07);
    background: #9d3367;
}

.top_header_area img {
    width: 30%;
    padding-top: 2px;
}

.top_header_email {
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-top: 7px;
    border-radius: 60px;
    text-align: center;
    border: 1px solid#9d3367;
}

.top_header_email i {
    font-size: 22px;
    color: #9d3367;
    padding-top: 6px;
}

.top_header_email1 P {
    font-weight: 600;
}

.top_header_email1 p {
    font-size: 14px;
    margin: 2px 0px;
}

.top_header_email1 {
    text-align: right;
}

.top_padtop8 {
    padding-top: 8px;
}

/**** header changing *********/

.mar0navbr {
    margin-bottom: 0px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    top: 31px;
}

#wrapper {
    padding-top: 0px;
}

/***** header changing end ********/
.contact_form_nn_men {
    padding: 80px 0px;
}

.contact_form_nn h4 {
    margin: 0px;
    font-size: 18px;
    color: #9d3367;
}

.flotleftc {
    float: left;
}

.nn_textarea0 textarea {
    border-radius: 0px;
    height: 150px;
    border-radius: 0;
    padding: 12px;

    padding-left: 51px;
}

.contact_info_nn h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
}

.text_left_info {
    text-align: left;
}

.padtopinfo15 {
    padding-top: 15px;
}

.flotleftc {
    padding-top: 20px;
}

.padleft50nn {
    padding-left: 50px;
}

.nn_about_pages p {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.nn_about_pages h2 {
    margin: 0px;
    font-weight: 400;
    line-height: 40px;
    color: #7edcc2;
}

.nn_about_pages_men {
    padding: 80px 0px;
}

.nn_about_pages h5 {
    margin: 0px;
    font-size: 13px;
    letter-spacing: 4px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #9d3367;
}

.why_usabout_nn1 {
    text-align: center;
}

.heading_why_about1 {
    text-align: center;
}

.heading_why_about1 h5 {
    margin: 0px;
    font-size: 13px;
    letter-spacing: 4px;
    color: #9d3367;
}

.heading_why_about1 h2 {
    margin: 0px;
    font-size: 30px;
    color: #9d3367;
}

.why_usabout_nn1 i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #d7ebf9;
    font-size: 25px;
    color: #9d3367;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cover {
    background-color: #ffffff;
    box-shadow: 4px 6px 17px 2px rgba(210, 203, 203, 0.14), 2px 5px 14px 2px rgba(152, 151, 151, 0.12), 0 5px 5px -3px rgba(193, 187, 187, 0.2);
    padding: 20px 10px;
    border-radius: 10px;

}

.cover h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.cover1 {
    margin-top: 10px;
}

.cover:hover {
    box-shadow: 0 24px 38px 3px rgba(136, 135, 135, 0.14), 0 9px 46px 8px rgba(138, 137, 137, 0.12), 0 11px 15px -7px rgba(103, 102, 102, 0.2);
    transition: 0.5s;
}

.cover img {
    width: 40px;
}

.cover_provides {
    background-color: #ffffff;
    box-shadow: 4px 6px 17px 2px rgba(210, 203, 203, 0.14), 2px 5px 14px 2px rgba(152, 151, 151, 0.12), 0 5px 5px -3px rgba(193, 187, 187, 0.2);
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cover_provides:hover {
    box-shadow: 0 24px 38px 3px rgba(136, 135, 135, 0.14), 0 9px 46px 8px rgba(138, 137, 137, 0.12), 0 11px 15px -7px rgba(103, 102, 102, 0.2);
    transition: 0.5s;
}

.cover_provides h5 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.cover_provides img {
    width: 70px;
}

.why_usabout_nn1 p {
    margin-bottom: 34px;
}

.why_usabout_nn1_men {
    padding: 60px 0px;
    background-image: url(../images/clinick/background-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why_image_s4nn {
    text-align: center;
}

.why_image_s4nn img {
    width: 50%;
}

.why_textleft {
    text-align: left;
}

.why_textleft i {
    margin-right: 15px;
}


.mission_padlr0nn {
    padding: 0px;
}

.our_mission_areann1 h2 {
    margin: 0px;
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #9d3367;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mission_bgclornn {
    background: #00BCD4;
    border-right: 1px solid #088fcc;
}

.vision_bgclornn {
    background: #03A9F4;
    border-right: 1px solid #177aca;
}

.values_bgclornn {
    background: #2196F3;
}

/********* single product css start  ************/

.single_product_pagenn {
    padding-bottom: 50px;
    background: #f2f3f7;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
     width: 100%;
height: 100px;
    object-fit: cover;

        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-image-container {
    /* background-color: #f0f0f0; */
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.thumb-item {

    height: calc(100% - 10px); 
    position: relative;
    display: inline-block; 
    vertical-align: top;
}


.image-thubmnail {
    width: 100px;
    height: 100px;
    object-fit: contain; 
    display: block;
}

.active-thumb {
    border: 1px solid var(--grapple-palette12) !important;
    background-color: #f8f9fa;
}
.thumb-item:hover {
    border-color: var(--grapple-palette12);
    transform: translateY(-3px);
    transition: all 0.2s ease;
}


.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
    padding: 20px;
}

.tab-content .tab-content>.active {
    display: block;
    width: 400px !important;
    height: 400px !important;
}

.tab-content img {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.card {
    box-shadow: 4px 6px 17px 2px rgba(210, 203, 203, 0.14), 2px 5px 14px 2px rgba(152, 151, 151, 0.12), 0 5px 5px -3px rgba(193, 187, 187, 0.2);
    margin-top: 50px;
    background: #fff;
    padding: 3em;
    border-radius: 6px;
    line-height: 1.5em;
    margin-top: 50px;
    background: #fff;
    padding: 30px;
}

.side_card {
    background-color: white;
    border-radius: 8px;
    line-height: 5.5em;
    margin-top: 50px;
    margin-left: 30px;
    height: 405px;
    background: #fff;
    padding: 30px;
}

.fontt {
    font-size: 22px;
}



@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.like {
    background: #9d3367;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #024cb4;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */
.padtopnnbtn {
    padding-top: 15px;
}

/********* single product css end  ************/




.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 765px;
    padding: 10px 0px;
}

.dropdown-content a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropfont_sizenn {
    font-size: 18px;
    color: #202020;
}

.dropfont_sizenn:hover {
    color: #202020;
}

.dropdown_content_nn {
    display: inline-block;
    width: 188px;
}

.displaynon_nnlogo {
    display: none;
}

.logo img {
    width: 27%;
    padding: 0px 0px;
}

/********** mega menu dropdown start *******************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

.mega-dropdown {
    position: static !important;
    width: auto;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 205px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 204px;
    z-index: 8;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #fff;
}

.dropdown-menu .divider {
    height: 0px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/********** mega menu dropdown end *******************/

.res_ipd_padbtn30 {
    padding: 35px 15px;
}

.top_header_email1 a:hover {
    color: #9d3367;
}

.top_header_email1 a:focus {
    color: #202020;
}

.top_header_email1 a {
    color: #202020;
}

.text_normal0 {
    color: #fff;
}

.tablet_height img:hover {
    opacity: 0.5;
}

.abotnnimgwidth80 img {
    width: 85%;
}

.slick_image {
    height: 500px;
    overflow: hidden;
}

.slick-slide:focus {
    outline: 0px;
}

.product_img_1 {
    background-image: url('images/clinick/t3.jpg');
    background-size: cover;
}

.product_img img {
    height: 145px;
    width: 100%;
}

/* .overlay_content_1 span {
    position: absolute;
    bottom: -50px;
    left: 0px;
}
.overlay_content_1 span {
    bottom: 50px;
    left: 0px;
} */

.gallery_image {
    position: relative;
}

.gallery_img_sec:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    content: '';
    background: rgba(53, 54, 55, 0.33);
    height: 270px;
    width: 571px;
    border-radius: 10px;
}

.gallery_layer {
    overflow: hidden;
    border-radius: 15px;
}

.image_content p {
    color: white;
}

.gallery_image:hover .image_content {
    transition: 1s;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 30px;
}

.gallery_image:hover .gallery_img_sec h5 {
    position: absolute;
    transition: 1s;
    left: 30px;
    color: white;
    font-weight: 700;
    z-index: 1;
    bottom: 50px;
}

.gallery_img_sec img {
    width: 100%;
    height: 270px;
}

.gallery_img_sec h5 {
    position: absolute;
    transition: 1s;
    left: 30px;
    color: white;
    font-weight: 700;
    z-index: 1;
    bottom: 15px;
}

.image_content {
    position: absolute;
    bottom: -100px;
    left: 30px;
    transition: 1s;
}

.gallery {
    margin: 60px 0px;
    overflow: hidden;
}

.margin_bottom {
    margin-bottom: 30px;
}

.pharma_Franchise {
    margin: 40px 0px 90px 0px;
}

.quality {
    margin: 40px 0px 0px 0px;
}

.wide-product {
    margin: 40px 0px 90px 0px;
}

.third_party {
    margin: 40px 0px 0px 0px;
}

.third_party h3 {
    font-size: 27px;
    margin-top: 25px;
    font-weight: 600;
    line-height: 35px;
}

.mega_dropdown_menu {
    margin-left: 220px;
}

.margin_top {
    margin-top: 10px;
}

.form_control {
    padding: 10px 25px 10px 15px;

}

.btn_info {
    color: white;
    text-align: right;
    background: #ffffff00;
    border: none;
    transition: 0.8s;
    border-radius: 0px;
}

.btn_info:hover {
    background: none;
    color: white;
    border: none;
}

.btn_info_input_field {
    background: white;
    color: #9d3367;
    border-radius: 0px;
    border: 1px solid#9d3367;
}

.text_right {
    float: right;
}

.head_product_hr hr {
    margin: 0px;
}

.dropdown_menu_bg {
    padding: 0px;
}

.dropdown_menu_bg li a:hover {
    background: #9d3367;
    color: white;
}

.dropdown-menu>li>a {
    padding: 10px 15px;

}

.product_header_area p a:hover {
    color: #e4e2e2;
}



/************************/


#main {
    position: "fixed";
    bottom: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);

    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: white;
    background: #9d3367;
}

.sidenav .closebtn:visited {
    border: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    background: none;
    border: none;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.product_button_position button {
    border-radius: 0px;
    letter-spacing: 1px;
    background: white;
    text-transform: uppercase;
    transition: 1s;
}

.product_button_position button:hover {
    background: rgb(95, 133, 236);
    color: white;
    transition: 1s;
}

.product_button_position {
    position: fixed;
    transform: rotate(270deg);
    top: 330px;
    right: -107px;
    letter-spacing: 1px;
    z-index: 999;
    width: 250px;
    opacity: 1;
    text-transform: uppercase;
    box-shadow: 0 -2px 3px rgba(206, 198, 198, 0.3);
    text-align: center;
    cursor: pointer;
    padding: 0px;
}

.product_sidebar_button_position {
    position: relative;
}

@media screen and (max-width:768px) {
    .slick_image {
        height: 300px;

    }

    .cover {
        margin-bottom: 10px;
    }

    .gallery_layer {
        margin-bottom: 15px;
    }
}

.flip-card {
    background-color: transparent;
    width: 260px;
    height: 100px;
    perspective: 1000px;
    border-radius: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
    z-index: 0;
    border-radius: 10px;
}

.flip-card-front img {
    border-radius: 10px;
}


.flip-card-back {
    background-color: #ddd;
    -moz-background-color: #fff;
    -ms-background-color: #fff;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    padding: 12px;
}

.flip-card-back p {
    margin-top: 10px;
}

.flip-card-back h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 3px;
}

.space {
    margin-top: 25px;
}

@media screen and (max-width:768px) {
    .flip-card {
        background-color: transparent;
        width: 350px;
        height: 100px;
        perspective: 1000px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .flip-card-front img {
        height: inherit;
    }
}


.drop_hover_show {
    display: none;
    background: #fffffff2;
}

.drop_hover:hover .drop_hover_show {
    display: block;
}

/*  adarsh 19-02-2019 */

.slinick_slider {
    height: 100vh;
}

.our_advantage_men {
    margin-top: -100px;
}

.our_advantage {
    padding: 30px;
    background: #9d3367;
}

.our_advantage i {
    color: #fff;
    font-size: 25px;
}

.our_advantage h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 18px;
}

.our_advantage p {
    color: #fff;
}

.padright_0 {
    padding-right: 0px;
}

.padleftright_0 {
    padding: 0px;
}

.padleft_0 {
    padding-left: 0px;
}

.color_our_advantage1 {
    background: rgba(12, 184, 182, 0.9);
}

.color_our_advantage2 {
    background: #84ceec;
}

.mobile_app_area1 h3 {
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
    line-height: 30px;
    color: #9d3367;
}

.mobile_app_area1 h3 span {
    font-size: 16px;
    color: #656666;
}

.mobile_app_area1 p {
    margin: 0px;
    padding-top: 30px;
}

.mobile_app_area1 img {
    width: 50%;
    padding-top: 75px;
}

.query_form {
    text-align: center;
    background: #dddddd29;
    padding: 30px;
}

.query_form p {
    padding-bottom: 30px;
}

.about_healthcare {
    background: #dddddd29;
    padding: 30px;
}

.about_healthcare p {
    line-height: 30px;
    padding-top: 5px;
}

.testimonial_details_men {
    padding: 75px 0px;
}

.testimonial_details {
    background: #9d3367;
    padding: 50px;
}

.testimonial_details_1 {
    width: 80%;
    margin: auto;
}

.testimonial_details_2 {
    background: #fff;
    padding: 30px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
}

.testimonial_details_2 i {
    font-size: 40px;
    color: #88c03c;
    padding-right: 30px;
}

.testimonial_details_3 {
    display: table;
    width: 100%;
}

.testimonial_details_3 img {
    width: 70px;
    height: 70px;
    border-top-left-radius: 33px;
    border-bottom-right-radius: 33px;
}

.testimonial_details_3 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.testimonial_details_3 span {
    font-size: 14px;
    font-weight: 400;
}

.testimonial_details_4 {
    width: 15%;
    float: left;
    padding-top: 30px;
    text-align: center;
}

.testimonial_details_5 {
    width: 15%;
    float: left;
    padding-top: 30px;
}

.testimonial_details_4 p {
    width: 20px;
    height: 20px;
    transform: rotate(137deg);
    background: #fff;
    margin-top: -41px;
    margin-left: 41px;
}

/*.recent_vision{
    box-shadow: 4px 6px 17px 2px rgba(210, 203, 203, 0.14), 2px 5px 14px 2px rgba(152, 151, 151, 0.12), 0 5px 5px -3px rgba(193, 187, 187, 0.2);
    padding: 30px;
}*/


.tab {
    float: left;
    width: 25%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #9d3367;
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #9d3367;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 15px 25px;
    width: 72%;
    border-left: none;
    background: #fff;
    margin-left: 30px;
}

.tabcontent h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
}

.tabcontent h4 {
    font-size: 16px;
    font-weight: 400;
}

.recent_vision_men {
    padding-bottom: 80px;
}

.recent_vision_men {
    background-image: url(../images/new/vision-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.recent_vision h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 30px;
}

.tabcontent_1 {
    border: 1px solid #ddd;
    padding: 10px;
}

.tab button.active {
    position: relative;
}

.tab button.active:before {
    content: '';
    position: absolute;
    top: 7px;
    right: -16px;
    width: 32px;
    height: 31px;
    transform: rotate(136deg);
    background: #9d3367;
}

.home_page_address_men {
    padding: 80px 0px;
    background-image: url(./../images/blue-wave.svg);
}

.home_page_address h2 {
    font-family: fredoka one, cursive, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    color: #9d3367 !important;
}

.home_page_address img {
    width: 64px;
    padding-right: 15px;
}

.iframe_map {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home_page_address_1 {
    display: flex;
    padding-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 20px;
    background: white url(../images/wave-section.svg) no-repeat;
    background-size: cover;

    background-position: bottom;
    margin: 0px 0px 22px;
}

.home_page_address_2 {
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid#9d3367;
    margin-right: 20px;
}

.home_page_address_2 i {
    font-size: 20px;
    color: #9d3367;
}

.home_page_address_3 h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}

.home_page_address_men p {
    font-size: 14px;
}

.requirement_s_men {
    background: url(../images/download.jpg);
    background-size: cover;
    background-position: 0px -175px;
    background-repeat: no-repeat;
}

.requirement_s {
    text-align: center;
    text-transform: uppercase;
}

.requirement_s a {
    padding: 14px 20px;
    font-size: 16px;
    text-transform: capitalize;
    transition: .5s;
}

.requirement_s a:hover {
    background: #9d3367;
    ;
    color: white;
    transition: .5s;
}

.requirement_s h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-top: -15px;
    color: #fff;
    line-height: 50px;
}

.happy_client_men {
    background-image: url(../images/new/happy_client_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -40px;
    margin-top: 80px;
    background-attachment: fixed;
}

.happy_client {
    text-align: center;
}

.happy_client i {
    color: #fff;
    font-size: 30px;
}

.happy_client h3 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.happy_client p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.happy_client_men_1 {
    width: inherit;
    height: inherit;
    background: rgba(0, 168, 233, 0.66);
    padding: 70px 0px;
}

.your_contact_area {
    padding: 50px 0px 0px;
}


.your_contact_area h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.42857143;
    color: white;
}

.your_contact_area p {
    font-size: 14px;
    color: white;
}

.send_query_btn {
    padding-top: 30px;
}



.your_contact_field h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
}

.services-section .description h1 {

    font-size: 24px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.your_contact_field span {
    color: #fff;
}

.contact_col_pad_r0 {
    padding-right: 0px;
}

.contact_col_pad_l0 {
    padding-left: 0px;
}

.company_logo_slider_men {
    padding: 80px 0px;
}

.company_logo_1 img {
    width: 75%;
}

.all_btn_margin_top {
    margin-top: 15px;
    text-align: center;
}

#contact-form {
    padding: 50px 0px;
}

.about_healthcare_men {
    padding-top: 80px;
}

.about_healthcare h3 {
    color: #9d3367;
}

.query_form h3 {
    color: #9d3367;
}

.requirement_s_men_1 {
    width: inherit;
    height: inherit;
    background: rgb(157 51 103 / 47%);
    padding: 95px 0px 80px;
}

.top_header_area p {
    font-size: 13px;
    font-weight: 600;
    margin: 0px;
    color: #ffffff;
    font-family: "Merriweather", sans-serif;
}

.top_header_area i {
    color: #ffffff;
    padding-right: 8px;
    font-size: 15px;
    text-shadow: #0000003b 2px 2px 2px;
}

.top_header_area i:hover {
    color: black;
}

.top_header_area span {
    color: #ffffff;
    padding-left: 5px;
    font-weight: 100;
    font-size: 14px;
    text-shadow: #0000003b 2px 2px 2px;
    font-family: "Merriweather", sans-serif;
    transition: .5s;
}

.top_header_area span:hover {
    color: #e6e6e6;
    transition: .5s;
}

.color_blue_font_17 {
    color: #fff !important;
    font-size: 17px !important;
}

.font_fize_search {
    font-size: 14px;
}

/**************We-provide***************/
.clan_care_product {
    padding: 60px 0px 60px;
}

.clan_care_product {
    background-image: url(../images/bg-white.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_sec_content h2 {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}

.product_section {
    margin-top: 60px;
}

.product_sec_content p {
    font-size: 14px;
}

.product_sec_card {
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 30px;
    margin-top: 33px;
    box-shadow: rgb(0 0 0 / 2%) 0px 10px 20px, rgb(0 0 0 / 8%) 0px 6px 6px;
}

.product_sec_card:hover .product_sec_icon img {
    transform: rotatey(360deg);
    transition: .8s;
}

.product_sec_content {
    margin: 30px 0px;
}

.product_sec_icon img {
    width: 50px;
    margin-bottom: 5px;
    position: absolute;
    left: 31px;
    background: #9d3367;
    width: 70px;
    border-radius: 5px;
    padding: 15px;
    margin-top: -53px;
}


/******************we-provide-best**********************/
.we_provide_best_section {
    padding: 60px 0px 0px;
}

.provide_best_sec {
    transition: .3s;
}

.provide_best_sec:hover .icon img {
    transform: rotatey(360deg);
    transition: .8s;
}

.provide_best_sec {
    position: relative;
    padding: 25px 10px 25px 20px;
    width: 100%;
}

.provide_best_card {
    margin: auto;
    width: 100%;
    height: 200px;
    transition: .5s;
}

.provide_best_card.border-orange {
    background-color: #f3f5fe;
    border-top: 3px solid #ffa000;
}

.provide_best_sec:hover .provide_best_card.border-orange {
    background-color: #f3f5fe;
    border-top: 3px solid #ffa000;
    border-bottom: 8px solid #ffa000;
}

.provide_best_card.border-green {
    background-color: #f3f5fe;
    border-top: 3px solid #20ad0d;
}

.provide_best_sec:hover .provide_best_card.border-green {
    background-color: #f3f5fe;
    border-top: 3px solid #20ad0d;
    border-bottom: 8px solid #20ad0d;
}

.provide_best_card.border-blue {
    background-color: #f3f5fe;
    border-top: 3px solid #1624eb;
}

.provide_best_sec:hover .provide_best_card.border-blue {
    background-color: #f3f5fe;
    border-top: 3px solid #1624eb;
    border-bottom: 8px solid #1624eb;
}

.provide_best_card.border-pink {
    background-color: #f3f5fe;
    border-top: 3px solid #fc429f;
}

.provide_best_sec:hover .provide_best_card.border-pink {
    background-color: #f3f5fe;
    border-top: 3px solid #fc429f;
    border-bottom: 8px solid #fc429f;
}

.provide_best_sec .icon {
    text-align: center;
    vertical-align: middle;
    padding: 26% 0;
}

.icon img {
    margin: 0 auto;
    max-width: 35%;
    vertical-align: middle;
}

.provide_best_sec .text {
    text-align: center;
}

.provide_best_sec .text h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    margin: 12px 0px;
}

.provide_best_sec .text p {
    font-weight: 400;
    color: #42435d;
    font-size: 12px;
}


/******************about-section********************/
.about_section {
    margin-bottom: 60px;
}

/******************product-page*********************/
.slick_product2 h4 {
    font-size: 16px;
    margin: 8px 0px 5px
}

.topnav .search-container {
    float: right;
}

.search_input {
    width: 245px;
    height: 41px;
    padding: 0px 0px 0px 10px;
}

.search_icon {
    background: #9d3367;
    color: white;
    border: none;
    padding: 10px;
    margin: 0px 0px 0 -45px;
    height: 39px;
    width: 40px;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

.download_product_button {
    padding-top: 20px;
    margin-bottom: 25px;
}

.download_product_button button {
    width: 100%;
    color: white;
    border: 2px solid#9d3367;
    text-align: center;
    padding: 20px 0px;
    border-radius: 55px;
    background: #9d3367;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .5s;
}

.download_product_button button a {
    color: #fff;
}

.download_product_button button a:hover {
    color: #9d3367;
}

.download_product_button button:hover {
    color: #9d3367;
    background: white;
    border: 2px solid#9d3367;
    transition: .5s;
}

.product-sec-main {
    padding:0px 0px 15px;
}

.slick_whole {
    text-align: center;
    margin-bottom: 40px;
    height: 200px;
}

.slick_product2 p {
    font-size: 14px;
    margin-bottom: 30px;
}

.slick_product2 p:hover {
    color: #61d4b4;
}

table {
    text-align: center;
    vertical-align: middle;
}

.table img {
    width: 20%;
}

.table_product {
    padding: 20px 0px;
}

.nav_pills li {
    padding: 0 10px 0px;
    width: 0%;
    font-weight: 600;
    text-transform: uppercase;
}

.nav_pills li a {
    border-radius: 4px 30px 4px 30px;
    padding: 15px 40px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #9d3367;
}

/* .contact_form_nn_men,
.home_page_address_men {
    background-image: url(../images/icons/bg1.png);
} */

.product_header_area1men {
    margin-top: 85px;
}

/**********************header-sticky******************/
.hold_tag.new_back .top_header_area_men {
    display: none;
    transition: .5s;
}

.hold_tag.new_back .navbar-fixed-top {
    background: #ffffff;
    margin-top: -31px;
    transition: .4s;
    padding: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.hold_tag.new_back .navbar-fixed-top .logo img {
    width: 27%;
    padding: 0px;
}

.hold_tag.new_back .navbar-nav.navbar-center>li a {
    color: black;
}

.hold_tag.new_back .dropdown_menu_bg li a:hover {
    background: #9d3367;
    color: white;
}

.hold_tag.new_back .btn_info {
    background: none;
    color: #333;
}

.hold_tag.new_back .btn_info:hover {
    background: none;
    color: #9d3367;
    border: none;
}

/***************************************/
.testimonial {
    background-size: 400% 400%;
    -webkit-animation: gradient 16s ease infinite;
    animation: gradient 16s ease infinite;
    height: 400px;
}

.testimonial_head h2 {
    color: white;
    margin: 0;
    padding: 10px 0px 0px;
}

.content {
    margin: auto;
    padding: 0px;
    width: 80%;
    margin-bottom: 60px;
}

.slick-dots {
    bottom: -28px !important;
}

.slick-slider {
    margin: 30px auto 60px;
}

.slick-prev,
.slick-next {
    color: white;
    opacity: 1;
    height: 40px;
    width: 40px;
    margin-top: -20px;
}

.slick-prev path,
.slick-next path {
    fill: rgba(255, 255, 255, 0.4);
}

.slick-prev:hover path,
.slick-next:hover path {
    fill: #FFFFFF;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-dots li button:before {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
}

.quote-container {
    min-height: 200px;
    color: #666666;
    font-size: 36px;
    margin: 0 20px;
    position: relative;
}

.quote-container:hover {
    cursor: -webkit-grab;
    cursor: grab;
}


.quote-container .portrait img {
    display: block;
    height: auto;
    width: 70%;
    border-radius: 50%;
}

.quote-container .quote {
    position: relative;
    z-index: 600;
    padding: 6px 0 40px 180px;
    margin: 0;
    font-size: 20px;
    line-height: 1.4 !important;
    font-family: Calibri;
    color: whitesmoke;
}

.quote-container .quote p {
    position: relative;
    color: #052242;
    font-size: 16px;
    margin-bottom: 20px;
}

.quote-container .quote p:first-child:before {
    content: '\201C';
    color: black;
    font-size: 7.5em;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: 1.6em;
    left: 7.2em;
    text-shadow: none;
    z-index: -10;
}

.quote-container .quote cite {
    display: block;
    font-size: 14px;
    color: black;
}

.quote-container .quote cite span {
    font-size: 17px;
    color: black;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dragging .quote-container {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.octogon {

    height: 100px;
    width: 100px;
    margin: auto;
}

.quote-container {
    text-align: center;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 5% 0%;
    }

    50% {
        background-position: 96% 100%;
    }

    100% {
        background-position: 5% 0%;
    }
}

@keyframes gradient {
    0% {
        background-position: 5% 0%;
    }

    50% {
        background-position: 96% 100%;
    }

    100% {
        background-position: 5% 0%;
    }
}

/***************services_section****************/
.service_img img {
    width: 100%;
    height: 320px;
}

.service_img {
    float: left;
    position: relative;
    transition: 1s;
    width: 25%;
}

.slider_above_content {
    display: none;
}

.service_img:hover .slider_above_content {
    display: block;
    transition: 1s;
}

.service_img:hover .slider_above_content p {
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    z-index: 999;
    opacity: 1;
    color: white;
    transition: 1s;
    padding: 20px;
}

.service_img:hover:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 107, 223, 0.74);
    height: 100%;
    width: 100%;
    cursor: crosshair;
    transition: 1s;
}

.certificate_page {
    padding: 30px 0px 70px;
}

/********************quality-section*******************/
.qulity_bar_section {
    text-align: center;
    padding: 60px 0px;
}

.quality_box h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}

.read_more {
    padding: 4px 7px !important;
    margin-top: 10px;
}

.quality_box p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(168, 168, 168);
}

.quality_box .img {
    background-image: url(../images/new/quality1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}

.quality_box .img:hover {
    background-image: url(../images/quality1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}

.quality_box:hover button {
    background: #68d6f0;
    color: white;
}

.quality_box {
    position: relative;
}

.quality_box_1::after {
    content: '';
    background-image: url(../images/new/quality-bar.png);
    position: absolute;
    top: 72px;
    left: -214px;
    height: 302px;
    width: 100%;
    z-index: -1;
}

.quality_box_2::after {
    content: '';
    background-image: url(../images/new/quality-bg.png);
    position: absolute;
    top: 37px;
    left: -202px;
    height: 305px;
    width: 100%;
    z-index: -1;
}

.quality_box_3::after {
    content: '';
    background-image: url(../images/new/quality-bg.png);
    position: absolute;
    top: 1px;
    left: -202px;
    height: 305px;
    width: 100%;
    z-index: -1;
}

/************img-plugin***************/
/* .img_plugin {
    width: 300px;
    height: 200px;
    margin: 20px;
    overflow: hidden;
    position: relative;
}

.img_plugin:before {
    content: '+';
    color: white;
    padding-top: calc(30% - 20px);
    padding-left: calc(50% - 20px);
    font-size: 4em;
    position: absolute;
    width: 300px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.33, 1.65);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.33, 1.65);
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
}

.img_plugin.mouse-from-top:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.img_plugin.mouse-from-right:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.img_plugin.mouse-from-bottom:before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.img_plugin.mouse-from-left:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.img_plugin:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
} */

.transparent_slider_top {
    position: relative;
}

.transparent_slider_top:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(#7dd1ef9c, #ffffff00);
    z-index: 1;
}

/**************about-page*************/
.our_mission_areann1_img img {
    width: 100%;
}

.our_mission {
    background: whitesmoke;
    height: 390px;
}

.our_mission_areann1 {
    height: 350px;
    vertical-align: middle;
    display: table-cell;
    padding: 20px;

}

.about_section {
    background: whitesmoke;
    height: 391px;
}

.m_b_40 {
    margin-bottom: 40px;
}

.head_bg_section {
    background: #9d3367;
    padding: 20px 0px;
}

.head_sec_content h2 {
    text-align: center;
    margin: 0px;
    color: white;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
}

.pharma_franchise_img {
    height: 600px;
    display: table-cell;
    vertical-align: middle;
}

.terms_and_condition_head h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 30px;
}

.terms_and_condition_head ul li i {
    font-size: 8px;
}

.terms_and_condition_head ul li {
    line-height: 26px;
    margin-bottom: 10px;
}

.terms_and_condition {
    margin: 40px 0px 60px;
}

.franchise_btn_color button {
    background: #9d3367;
}

.m_b_50 {
    margin-bottom: 50px;
}

.terms_and_condition_img img {
    height: 790px;
    display: table-cell;
    vertical-align: middle;
}

.thir-party_img {
    height: 845px;
    display: table-cell;
    vertical-align: middle;
}

.third_party_term-and-condition {
    margin: 60px 0px;
}

.third_party_tab_padd {
    margin: 30px 0px;
}

.third_party_tab_padd ul li {
    line-height: 28px;
}

.nav-tabs>li.active>a {
    background-color: none;
    border: none;
}

.nav-tabs>li.active>a:hover {
    background-color: none;
    border: none;
}

.nav-tabs>li.active>a {
    background-color: #fff;
    border-bottom: 2px solid#9d3367;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: none;
    color: #9d3367;
    border-bottom: 2px solid#9d3367;
}

.third_party_tab_padd ul li i {
    font-size: 8px;
    margin-right: 5px;
}

.quality_img_sec {
    display: table-cell;
    height: 600px;
    vertical-align: middle;
}

.img_tag {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.manufacturing {
    background-image: url(../images/new/bg-img.png);
    background-size: cover;
    padding: 5% 0;
    overflow: hidden;
}

.manufacturing p {
    margin-bottom: 20px;
    line-height: 22px;
}

.manufacturing ul {
    margin: 0;
    padding: 0;
}

.manufacturing ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rhomb {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 270px;
    height: 270px;
    margin: 55px;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: url(../images/gray-bg.jpg) repeat;
    -webkit-transform-origin: 0 100% 0deg;
    transform-origin: 0 100% 0deg;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    ms-transform: rotate(-45deg);
    float: left;
    overflow: hidden;
}

.rhomb:nth-of-type(4) {
    margin: -11.8% 0 0 21.5%;
}

.rhomb:nth-of-type(5) {
    margin: -11.8% 0 0 9.7%;
}

.rhomb:nth-of-type(6),
.rhomb:nth-of-type(7),
.rhomb:nth-of-type(8) {
    margin-top: -6.9%;
}

.rhomb img {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    ms-transform: rotate(45deg);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    max-width: none;
    position: relative;
    left: -24%;
    top: -24%;
}

.rhomb:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.rhomb h3 {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    ms-transform: rotate(45deg);
    font-size: 29px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    position: relative;
    left: 3%;
    top: 25%;
    font-weight: 900;
    height: 112px;
}

.rhomb h3:first-line {
    font-weight: 100;
    display: block;
}

.rhomb h3::first-word {
    font-weight: 900;
    display: block;
}

.rhomb.pink {
    background: #9d3367;
}

.rhomb a.vmore {
    position: relative;
    left: 16%;
    top: 10%;
    margin: 0 auto;
    display: block;
}

.rhomb.pink a {
    color: #fff;
}

.rhomb h3 a,
.rhomb h3 a:hover,
.rhomb h3 a:focus {
    color: #fff;
}

/* @media only screen and (max-width: 480px){
.rhomb:nth-of-type(2), .rhomb:nth-of-type(4), .rhomb:nth-of-type(5), .rhomb:nth-of-type(7) {
    margin: 75px auto 83px;
}
}
@media only screen and (max-width:480px){
.rhomb{width:200px;height:200px;margin:0 auto 83px;}
.rhomb a.vmore{left:10px;top:49%;}
.rhomb:nth-of-type(2), .rhomb:nth-of-type(4), .rhomb:nth-of-type(5), .rhomb:nth-of-type(7){margin:75px auto 83px;}
} */



.dextop_desplay_none {
    display: none;
}

.slick_product2 h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.textcenterfooter_responsive1 a:hover {
    color: #0264ce;
}

.product_header_area_men {
    background: linear-gradient(to left, #9d3367, #9d336796, #9d3367e8, #9d3367ad), url(../images/clinick/breadcrumbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 25px 0px;
    background-position: 0px -115px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.btn:focus,
.btn:active:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    outline: 0px;
}


/*********search************/
.srch_sec {
    position: relative;
}

.srch {
    height: 32px;
    padding: 5px;
    background: none;
    outline: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.srch_butt {
    height: 30px;
    background: none;
    border: none;
    outline: 0px;
    position: absolute;
    right: 8px;
    top: 6px;
}

.srch_butt i {
    color: white;
}

.hold_tag.new_back .srch_butt i {
    color: #333;
}

.hold_tag.new_back .srch {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.flip-card-front:hover {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.loader12 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #f1f2f3;
}

.loader12 img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/****************thankyou_modal***************/
.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.thank-you-pop h1 {
    font-size: 35px;
    margin-bottom: 0px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

.thank_logo {
    width: 200px !important;
}

.text-white {
    color: white !important;
}

.activeClass li {
    color: #9d3367;
    border-bottom: 2px solid#9d3367;
}

cite span {
    font-size: 18px;
    font-weight: 400;
    color: black;
    font-style: normal;
    margin-right: 20px;
}

cite {
    font-size: 17px;
    font-style: normal;
}

.testimonial .slick-initialized .slick-slide::after {
    position: absolute;
    top: 0%;
    background: #9d3367;
    padding: 27px;
    color: white;
    left: 0;
    content: '\f10d';
    font-family: 'FontAwesome';
    border-bottom-right-radius: 50px;
}

.white-box {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-right: #d1d4d4 1px solid;
    margin: 30px 0px;
}

.white-box.image-one img {
    width: 20%;
    max-width: 313px;
    margin-bottom: 15px;
}

.disease-effects .text-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0px 0px 15px 2px rgb(255 255 255 / 75%);
    box-shadow: 0px 0px 15px 2px rgb(46 41 41 / 51%);
}

.text1 {
    padding-top: 72px;
    font-size: 20px;
    color: #000;
}

.disease-effects:hover .text-box {
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}

.disease-effects {
    position: relative;
}

.text-box {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.ps {
    padding: 60px 0px;
}


.services-section {
    margin-bottom: 76px;
    position: relative;
    z-index: 99
}

.services-section .services-main-blocks {
    box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    background: #3695eb
}

.services-section .services-box {
    padding: 10px 15px;
    background-color: #d0224a;
    height: auto;
    -webkit-transition: .25s cubic-bezier(.215, .61, .355, 1);
    transition: .25s cubic-bezier(.215, .61, .355, 1);
    float: left;
    width: 25%;
    border-color: rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: left;
    min-height: 240px
}

.services-section .services-box:hover {
    background-color: #bb1a3f
}

.services-section .services-box .grid-box-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.services-section .services-box .grid-box-inner {
    display: block;
    text-decoration: none
}

.services-section .services-box .grid-box-inner .item-title {
    vertical-align: middle;
    margin-bottom: 10px
}

.services-section .services-box .grid-box-inner .icon-wrp img {
    margin: 0 auto;
    margin-bottom: -55px
}

.services-section .services-box .grid-box-inner a .item-title .title-wrp {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    width: 100%;
    text-align: center
}

.services-section .services-box .grid-box-inner h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    font-style: normal
}

.services-section .services-box .grid-box-inner .description p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    min-height: 130px
}

.services-section .services-box-1 {
    padding: 10px 15px;
    background-color: #9d3367;
    height: auto;
    -webkit-transition: .25s cubic-bezier(.215, .61, .355, 1);
    transition: .25s cubic-bezier(.215, .61, .355, 1);
    float: left;
    width: 25%;
    border-color: white;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: left;
    min-height: 240px;
    position: relative
}

.services-section .services-box-1:hover {
    background-color: #d0224a
}

.services-section .services-box-1 .grid-box-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.services-section .services-box-1 .grid-box-inner {
    display: block;
    text-decoration: none
}

.services-section .services-box-1 .grid-box-inner .item-title {
    vertical-align: middle;
    margin-bottom: 10px
}

.services-section .services-box-1 .grid-box-inner.icon-wrp img {
    margin: 0 auto;
    margin-bottom: 0
}

.services-section .services-box-1 .grid-box-inner .item-title .title-wrp {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    width: 100%;
    text-align: center
}

.services-section .services-box-1 .grid-box-inner h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    font-style: normal
}

.services-section .services-box-1 .grid-box-inner .description p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    height: 93px;
    font-style: normal
}

.services-section .services-box-1 .grid-box-inner .description {
    padding-top: 37px;
}

.no-padding {
    padding: 0;
}

.img-shadowz {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    left: 50%;
    bottom: -98px;
    transform: translate(-50%, -50%);
}

.img-shadowz a {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: -45px;
    border: 4px solid #ff6488;
    border-radius: 50%;
    text-align: center;
    background: #da251e;
    display: block
}

.img-shadowz a i {
    color: #fff;
    font-size: 32px;
    display: block;
    line-height: 50px
}

.img-shadowz::after,
.img-shadowz::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0
}

.img-shadowz::before {
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    box-shadow: 0 0 0 30px #e8e8e8
}

.img-shadowz::after {
    -webkit-animation: 2.5s anim-effect-back 0s linear infinite;
    animation: 2.5s anim-effect-back 0s linear infinite;
    box-shadow: 0 0 0 30px #f4f4f4
}

.img-shadowz img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

@keyframes anim-effect-back {
    0% {
        box-shadow: 0 0 0 10px #f4f4f4;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1.5);
        transform: scale3d(1, 1, 1.5)
    }

    50% {
        box-shadow: 0 0 0 20px rgba(244, 244, 244, .6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1.5);
        transform: scale3d(1, 1, 1.5)
    }

    100% {
        box-shadow: 0 0 0 30px transparent;
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1.5);
        transform: scale3d(1, 1, 1.5)
    }
}

@keyframes anim-effect-front {
    0% {
        box-shadow: 0 0 0 10px #e8e8e8;
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    50% {
        box-shadow: 0 0 0 20px rgba(232, 232, 232, .6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    100% {
        box-shadow: 0 0 0 30px transparent;
        opacity: 0;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }
}

.a_btn1:hover {
    background-color: #9d3367;
    color: white;
}

.a_btn:hover {
    background-color: white !important;
    color: black !important;
}

.latest-updates-wrap {
    float: left;
    width: 100%;
}

.lat-up-title {
    color: #7f417a;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    line-height: normal;
}

.lat-up-title h1 {
    font-weight: 700;
}

.lat-up-title span {
    display: block;
    color: #898989;
    font-size: 24px;
    font-weight: 300;
}

.latest-updates-wrap ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 10px;
}

.latest-updates-wrap ul li:last-child {
    margin-right: 0;
}

.latest-updates-wrap ul li h2 {
    margin: 0;
}

.latest-updates-wrap ul li h2 a {
    color: white;
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 10px 0;
    display: inline-block;
    text-shadow: 0px 3px 3px rgb(123 92 92 / 33%);
}

.latest-updates-wrap ul li p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.latest-updates-wrap {
    float: left;
    width: 100%;
    background: url(../images/cs-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    background-position: left;
    margin-top: 40px;
    margin-bottom: 50px;
    /* background-position-y: 172px; */
}

.latest-updates-wrap {
    float: left;
    width: 100%;
}

.upd-readmore {
    color: #fff;
    border: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 186, 21, 1), rgba(255, 131, 9, 1));
    border-image-slice: 1;
    padding: 6px 15px;
    display: inline-block;
    font-size: 12px;
    bottom: 0;
    position: relative;
    transition: none;
    opacity: 0;
}

.upd-readmore:hover {
    background: rgb(255, 186, 21);
    background: -moz-linear-gradient(90deg, rgba(255, 186, 21, 1) 0%, rgba(255, 131, 9, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 186, 21, 1) 0%, rgba(255, 131, 9, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 186, 21, 1) 0%, rgba(255, 131, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffba15", endColorstr="#ff8309", GradientType=1);
    color: #fff;
}

.latest-updates-wrap ul {
    margin-top: 80px;
    width: 100%;
    display: inline-block;
}

.latest-updates-wrap ul li .hover-show {
    display: none;
}

.updates-topimg a {
    webkit-box-shadow: 5px 5px 5px 0 rgba(123, 92, 92, 0.12);
    box-shadow: 5px 5px 5px 0 rgba(123, 92, 92, 0.12);
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

.updates-topimg a img {
    border-radius: 5px;
    width: 100%;
    height: 237px;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.updates-topimg {
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.latest-updates-li {
    position: relative;
    top: 0;
    transition: top ease-in-out 0.5s;
}

.latest-updates-wrap ul li:hover .latest-updates-li {
    top: -50px;
}

.latest-updates-wrap ul li:hover .upd-readmore {
    opacity: 1;
}

.latest-updates-wrap ul li:hover .updates-icon .hover-show {
    display: block;
}

.latest-updates-wrap ul li:hover .updates-icon .hover-hide {
    display: none;
}

.updates-topimg {
    position: relative;
}


.latest-updates-wrap ul li:hover .updates-topimg:after {
    opacity: 1;
}

.latest-updates-wrap ul li:hover .updates-topimg a img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.latest-updates-wrap ul li:hover .updates-topimg a img {
    opacity: 1;
}

.about_image {
    margin-top: 42px;
}

.about_image img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.border_right {
    border-right: 0px;
}



.h-middle-service-main-div {
    width: 100%;
    height: auto;
    background-image: url('../images/bg-footer1.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hservice-main-div {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
}

.h3service-box1 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

.h3ser-img {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.h3ser-img:before {
    width: 50%;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    transition: all 0.3s ease-in;
    z-index: 888;
}

.h3ser-img img {
    width: 100%;
    height: 240px;
    height: auto;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.h3ser-dtl {
    width: 100%;
    height: auto;
    margin: auto;
}

.h3ser-dtl h3 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin: 20px 0px;
}

.h3ser-dtl h3 a span {
    color: #9d3367;
    margin-left: 3px;
    font-size: 10px;
}

.h3ser-dtl h3 a {
    color: black;
}

.h3service-box1:hover .h3ser-img:after {
    width: 100%;
    transition: all 0.3s ease-in;
    right: 0px;
    left: 50%;
}

.h3ser-img:after {
    width: 50%;
    height: 4px;
    background: #9d3367;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    transition: all 0.3s ease-in;
    z-index: 999;
}

.h3service-box1:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s ease-in;
}

.whatsapp-icon {
    position: fixed;
    bottom: 100px;
    left: 1.3%;
    z-index: 9999;
}

.whatsapp-icon a i {
    background: rgb(0 178 9);
    padding: 12px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 27px;}

