@charset "UTF-8";

body {
    font-family: varela round, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    position: relative
}

a {
    color: #626675;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none
}

p {
    font-family: varela round, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #202020.modal-content
}

h2,
h3,
h4,
h5,
h6 {
    font-family: varela round, sans-serif;
    color: #202020;
    line-height: 1.5;
    margin-top: 0;
    font-weight: 400
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 34px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 20px
}

ul,
ol {
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0
}

::selection {
    background: #9d3367;
    color: white;
}

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
}

.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
}



.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;
}

.slick_product1 {
    text-align: center;
    transition: 0.5s;
}

.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: #9d3367;
    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;
}

.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: 90%;
    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%;
}

.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: 10px;
    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: -36px 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: 5px 5px;
    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: 30px!important;
    z-index: 99;
}

#wrapper {
    padding-top: 0px;
}

/***** header changing end ********/
.contact_form_nn_men {
    padding: 42px 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 {
    max-width: 100%;
    display: block;
}

.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;
    }
    .margin_top.collapse.navbar-collapse.text-center.col-md-4.col-sm-6.col-xs-6 {
    top: 38px;
}
.navbar-fixed-top.margin_top.collapse.navbar-collapse.text-center.col-md-4.col-sm-6.col-xs-6 {
    top: 25px;
}
.col-md-2.col-sm-3.col-xs-6.hidden-xs {
    top: 25px;
}
}

.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: 45%;
    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;
}


.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;

    }
    .product_header_area_men {
    padding: 60px 0px 15px !important;
}
    .modal-content {
    background: white;
    padding: 20px;
    margin: 29% auto !important;
    width: 80% !important;
    text-align: center;
    border-radius: 5px;
}

    .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: 37px;
    font-weight: 600;
    margin: 0px;
    line-height: 30px;
    color: #9d3367;
}

.mobile_app_area1 h3 span {
    font-size: 20px;
    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;
}


.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: 20px;
    font-size: 39px;
    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: 29px;
    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: 28px 20px;
    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: 30px 0px 1px;
}

.slick_whole {
    text-align: center;
    margin-bottom: 40px;
    height: 200px;
}

.slick_product2 p {
    font-size: 14px;
    margin:0px;
}

.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: 170px;
}

/**********************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: 44%;
    /* 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;
}

/***************************************/


.content {
    margin: auto;
    padding: 0px;
    width: 80%;
    margin-bottom: 60px;
}

.slick-dots {
    bottom: -28px !important;
}

.slick-slider {
    margin: 45px auto 60px;
}

@media (max-width: 991px) {
  .mobile_app_area_men {
    padding: 30px 15px !important;
  }

  .mobile_app_area1 {
    text-align: center !important;
  }

  .mobile_app_area1 h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 15px !important;
  }

  .mobile_app_area1 p {
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }

  .all_btn_margin_top {
    text-align: center !important;
  }

  .about_image {
    text-align: center !important;
    margin-top: 20px !important;
  }

  .about_image img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .mobile_app_area1 h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .mobile_app_area1 p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .all_btn_margin_top a {
    font-size: 14px !important;
    padding: 8px 20px !important;
  }
}


.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;
}


@media (max-width: 991px) {
  .services-main-blocks {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 0 15px !important;
  }

  .services-box-1 {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575px) {
  .services-box-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }

  .grid-box-inner h1 {
    font-size: 20px !important;
    text-align: center !important;
  }

  .grid-box-inner p {
    font-size: 15px !important;
    text-align: center !important;
  }

  .icon-wrp {
    text-align: center !important;
    margin-top: 15px !important;
  }
}


/********************quality-section*******************/
   .quality-section {
      /*padding: 8px 20px;*/
      background: linear-gradient(to bottom right, #ffffff, #f1f7ff);
    }

    .quality-container {
      max-width: 1200px;
      margin: 0 auto;
      margin-bottom:65px;
    }

    .quality-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .quality-header h2 {
      font-size: 3.6rem;
      color: #9d3367;
      font-weight:900;
      margin-bottom: 10px;
    }

    .quality-header p {
      font-size: 1.9rem;
      color: #111;
      max-width: 900px;
      margin: 0 auto;
    }

    .quality-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .quality-card {
      flex: 1 1 calc(33.333% - 30px);
      min-width: 280px;
      background: white;
      border-radius: 16px;
      padding: 40px 40px;
      text-align: center;
      position: relative;
      transition: all 0.4s ease;
      box-shadow: 5px 16px 33px rgba(0, 0, 0, 0.15);
      cursor: pointer;
      overflow: hidden;
    }

    .quality-card:hover {
      transform: translateY(-10px) scale(1.03);
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    }

    .quality-card .icon {
      width: 70px;
      height: 70px;
      background: #9d3367;
      color: white;
      font-size: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      transition: transform 0.4s ease;
    }

    .quality-card:hover .icon {
      transform: rotate(360deg);
    }

    .quality-card h3 {
      font-size: 2.6rem;
      color: #9D3367;
      font-weight:800;
      margin-bottom: 14px;
    }

    .quality-card p {
      font-size: 16px;
      color: #111;
      font-weight:500;
      line-height: 1.6;
    }

    @media (max-width: 992px) {
      .quality-card {
        flex: 1 1 calc(50% - 30px);
      }
      
       .quality-header p {
      max-width: 340px;
    }
    
    }

    @media (max-width: 600px) {
      .quality-card {
        flex: 1 1 100%;
      }
      
        .requirement_s_men{
        background-repeat: no-repeat;
    }
    
    }

/************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;
}

.white-box {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-right: #d1d4d4 1px solid;
    margin: 30px 0px;
}

.white-box.image-one img {
    width: 19.5%!important;
    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;*/
/*}*/


/*service section home page started*/
 .services-section {
      padding: 34px 20px;
      /*background-color: #3695eb;*/
      position: relative;
      z-index: 1;
    }

    .services-main-blocks {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      /*box-shadow: 0 0 120px -25px rgba(0, 0, 0, 0.6);*/
      background: #fff;
      border-radius: 10px;
      padding: 40px 20px;
    }

    .services-box-1 {
      background-color: #edececb3;
      color: #fff;
      flex: 1 1 calc(25% - 20px);
      min-width: 260px;
      max-width: 320px;
      padding: 30px 15px;
      border-radius: 12px;
      position: relative;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .services-box-1:hover {
      background-color: #9d3367;
      transform: translateY(-5px);
    }

    .grid-box-inner:hover h1{
        color:white;
    }

    .grid-box-inner h1 {
      font-size: 25px;
      font-weight:800;
      margin-bottom: 13px;
      text-align: center;
      color:#9d3367;
    }

    .grid-box-inner p {
      font-size: 16px;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 28px;
      min-height: 90px;
      color:black;
    }

    .icon-wrp {
      text-align: center;
    }

    .icon-wrp a {
      display: inline-block;
      background-color: #fff;
      color: #d0224a;
      padding: 10px 17px;
      border-radius: 50%;
      font-size: 24px;
      transition: background 0.3s, color 0.3s;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .icon-wrp a:hover {
      background-color: #d0224a;
      color: #fff;
    }

    @media (max-width: 992px) {
      .services-box-1 {
        flex: 1 1 calc(50% - 20px);
      }
    }

    @media (max-width: 576px) {
      .services-box-1 {
        flex: 1 1 100%;
      }
    }


.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: 13px;*/
    /*margin-bottom: 20px;*/
    /*height:33rem;*/
    /*width:56rem;*/
}

.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: 0px 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: 75px;
    right: 1.3%;
    z-index: 999;
}

.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;
}
.download-list {
    position: fixed;
    bottom: 200px;
    left: 0;
    z-index: 99;
}
.footer-form {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 1000;
    width: 286px;
}
.footer-form .heading-look {
    font-size: 24px;
    background: #9d3367;
    color: #ffff;
    text-align: center;
    display: block;
    padding: 4px 0;
    cursor: pointer;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}
div#mini_contact_form {
    padding: 10px;
    display: none;
    background: #ffff;
}
.footer-form .btn-info {
    color: #fff;
    background-color: #9d3367;
    border: none;
}
.fb-icon {
    position: fixed;
    bottom: 136px;
    z-index: 999;
    right: 1.3%;
}
.insta-icon a i {
    background: rgb(249 4 4);
    padding: 12px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 27px;
}
.insta-icon {
    position: fixed;
    bottom: 200px;
    z-index: 999;
    right: 1.3%;
}
.fb-icon a i {
    background: rgb(4 91 249);
    padding: 14px;
    border-radius: 50%;
    font-size: 29px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 27px;
}
.call-icon {
    position: fixed;
    bottom: 265px;
    right: 1.3%;
    z-index: 999;
}
.call-icon a i {
    background: rgb(157 51 103);
    padding: 13px;
    border-radius: 50%;
    font-size: 29px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 27px;
}

  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-content {
    background: white;
    padding: 20px;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    border-radius: 5px;
   
}
  #downloadModal .modal-content {
    background: white;
    padding: 20px;
    margin: 0 auto;
    width: 385px;
    text-align: center;
    border-radius: 5px;
    top: 10%;
}
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999 !important;
    background-color: #000;
}
textarea#message {
    height: 100px !important;
}

  .close {
    float: right;
    font-size: 24px;
    cursor: pointer;
  }

  input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 10px 0;
  }

  button {
    background: blue;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
  }
 .modal  label {
    display: flex;
    
}
.modal #contact-form input[type=text], #contact-form input[type=email] {
    border: 1px groove #000;
}
.modal button[type=submit] {
   
    display: block !important;
  
}

/* New Modal Background */
.modals {
    display: none; /* Hide by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modals .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    overflow-y:scroll;
}
div#contactModal h2 {
    font-size: 28px !important;
}

/* Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* Form Styling */
.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.submit-btn:hover {
    /*background-color: #d0224a;*/
}
button.submit-btn {
    background: #9d3367;
        font-size: 17px;
}


@media only screen and (max-width: 767px) {
    .navbar-toggle {
        margin: 35px 10px 30px 0 !important;
        margin-bottom: 0px;
    }
        .logo img {
        width: 65% !important;
        padding: 18px 0px;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .logo img {
        width: 45% !important; 
        padding: 15px 0px;
    }
}
div#downloadModal #contact-form {
    padding: 10px 0;
}





/*-------------------   resposive  header ----------------*/

  :root {
    --primary-blue: #0056b3;
    --secondary-blue: #007bff;
    --dark-blue: #003366;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --medium-gray: #e9ecef;
    --text-color: #2c3e50;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pharma-hero {
    width: 100%;
    height: 100vh;
    max-height: 700px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

/* Slides */
.pharma-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    background-size: cover;
    background-position: left;
    z-index: 1;
}

.pharma-slide {
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
}

.pharma-slide.active {
    transform: scale(1.01);
}


.pharma-slide.active {
    opacity: 1;
    z-index: 2;
}

/* Slide Overlay */
.pharma-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 56, 101, 0.7);*/
    z-index: 2;
}

/* Content Container */
.pharma-content-container {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding: 0 80px;
    text-align: center;
}

.pharma-text-content {
    max-width: 900px;
    color: var(--white);
    /*padding: 0 20px;*/
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pharma-slide.active .pharma-text-content {
    transform: translateY(0);
    opacity: 1;
}

/* Typography */
.pharma-main-heading {
    font-size: 5.2rem;
    padding:10px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation-delay: 0.3s;
    background: #9d3367 !important;
} 
 
.pharma-sub-heading {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    color:#fff;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    animation-delay: 0.5s;
}

/* Centered Form */
.pharma-form-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(52%, -34%);
    width: 100%;
    max-width: 422px;
    z-index: 3;
    padding: 0 22px;
}

.pharma-form-card {
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
}

.pharma-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.form-header {
    background: var(--primary-blue);
    color: var(--white);
    padding: 25px;
    text-align: center;
}

.form-header h3 {
    font-size: 2.3rem;
    margin-bottom: 5px;
    font-weight: 800;
}

.form-header p {
    font-size: 1.37rem;
}

.pharma-contact-form {
    padding: 15px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group i {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-blue);
    font-size: 1rem;
}

.pharma-contact-form input,
.pharma-contact-form select {
    width: 100%;
    padding: 16px 19px 20px 65px;
    border: 1px solid var(--medium-gray);
    border-radius: 9px;
    font-size: 1.3rem;
    transition: var(--transition);
    background: var(--light-gray);
    color: var(--text-color);
}

.pharma-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
}

.pharma-contact-form input:focus,
.pharma-contact-form select:focus {
    border-color: var(--secondary-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    background: var(--white);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: var(--secondary-blue);
    color: var(--white);
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: var(--primary-blue);
    transform: translateY(-2px);
}

.submit-btn i {
    transition: var(--transition);
}

.submit-btn:hover i {
    transform: translateX(3px);
}

/* Navigation Dots */
.pharma-dots-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pharma-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: var(--transition);
    margin: 0 8px;
}

.pharma-dot.active {
    background: var(--white);
    transform: scale(1.3);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .pharma-main-heading {
        font-size: 3rem;
    }
    
    .pharma-sub-heading {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .pharma-hero {
        min-height: 500px;
        height: 80vh;
    }
    
    .pharma-main-heading {
        font-size: 2.5rem;
    }
    
    .pharma-sub-heading {
        font-size: 1.2rem;
    }
    
    .pharma-form-center {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .pharma-hero {
        min-height: 200px;
        height: auto;
    }
    
    .pharma-main-heading {
        font-size: 2.2rem;
    }
    
    .pharma-sub-heading {
        font-size: 2.1rem;
    }
    
    .pharma-form-center {
        position: relative;
        left: auto;
        top: auto;
        display: none !important;
        transform: none;
        max-width: 500px;
        margin: -50px auto 0;
        padding: 0 30px;
    }
    
    ,pharma-contact-form{
        display: none;
    }
    
    .pharma-content-container {
        padding-bottom: 100px;
        padding: 0 50px;

    }
}

/*@media (max-width: 576px) {*/
/*    .pharma-hero {*/
/*        min-height: 400px;*/
/*        height: 65vh;*/
/*    }*/
    
/*    .pharma-main-heading {*/
/*        font-size: 2.8rem;*/
/*    }*/
    
/*    .pharma-sub-heading {*/
/*        font-size: 2rem;*/
/*    }*/
    
/*    .form-header h3 {*/
/*        font-size: 1.5rem;*/
/*    }*/
    
/*    .pharma-contact-form {*/
/*        padding: 20px;*/
/*    }*/
    
/*    .pharma-dots-container {*/
/*        bottom: 20px;*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .pharma-main-heading {*/
/*        font-size: 1.6rem;*/
/*    }*/
    
/*    .pharma-sub-heading {*/
/*        font-size: 0.95rem;*/
/*    }*/
    
/*    .pharma-form-card {*/
/*        border-radius: 8px;*/
/*    }*/
    
/*    .form-header {*/
/*        padding: 20px;*/
/*    }*/
/*}*/
        
 /*faq section started home page*/
  .faq-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .faq-header h2 {
            color: #9d3367 !important;
            font-size: 3.2rem;
            margin-bottom: 17px;
            position: relative;
            font-weight:800;
            display: inline-block;
        }

        .faq-header h2:after {
            content: '';
            position: absolute;
            width: 60%;
            height: 3px;
            background: #9d3367 !important;
            bottom: -10px;
            left: 20%;
            border-radius: 3px;
        }

        .faq-header p {
            color: #444;
            font-size: 1.6rem;
            max-width: 1140px;
            margin: 0 auto;
        }

        .faq-item {
            background: #ffffff;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
        }

        .faq-question {
            padding: 20px 25px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 700;
            font-size: 1.9rem;
            color: #9d3367 !important;
        }
        
        .faq-answer p{
            padding-top:22px;
            font-size:18px;
        }

        .faq-question:after {
            content: '+';
            font-size: 1.5rem;
            color:#9d3367 !important;
            transition: #9d3367 !important;
        }

        .faq-item.active .faq-question:after {
            content: '-';
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 25px;
            border-top: 1px solid transparent;
        }

        .faq-item.active .faq-answer {
            max-height: 300px;
            padding: 0 25px 20px;
            border-top: 1px solid #eee;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .faq-header h2 {
                font-size: 2rem;
            }
            
            .faq-question {
                padding: 15px 20px;
                font-size: 1.2rem;
            }
            
              .faq-answer p{
                 padding-top:13px;
                 font-size:18px;
               }
            
            .faq-answer {
                padding: 0 20px;
            }
            
            .faq-item.active .faq-answer {
                padding: 0 20px 15px;
            }
        }

        @media (max-width: 480px) {
            .faq-header h2 {
                font-size: 1.9rem;
            }
            
            .faq-question {
                padding: 12px 15px;
            }
            
            .faq-answer, .faq-item.active .faq-answer {
                padding: 0 15px 12px;
            }
        }
        
        
        /*product page top banner section*/
          /* Banner Section */
    .product-banner-section {
      background: linear-gradient(to right, #000, #9d3367);
      color: #fff;
      padding: 80px 20px;
      text-align: center;
      position: relative;
      margin-top:18rem;
    }

    .product-banner-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: url('https://www.transparenttextures.com/patterns/asfalt-dark.png') repeat;
      opacity: 0.15;
      z-index: 1;
    }

    .product-banner-container {
      position: relative;
      z-index: 2;
      max-width: 1140px;
      margin: 0 auto;
    }

    .product-banner-title {
      font-size: 48px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 10px;
    }

    .product-banner-breadcrumb {
      font-size: 18px;
      color: #eee;
    }

    .product-banner-breadcrumb a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    .product-banner-breadcrumb a:hover {
      color: #ffd700;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .product-banner-section {
        padding: 60px 15px;
      }

      .product-banner-title {
        font-size: 36px;
      }

      .product-banner-breadcrumb {
        font-size: 16px;
      }
    }

    @media (max-width: 480px) {
      .product-banner-title {
        font-size: 28px;
      }

      .product-banner-breadcrumb {
        font-size: 15px;
      }
    }
    
    /*upper 3 images from why choose us section responsive start home page*/
    @media (max-width: 991px) {
  .h-middle-service-main-div .hservice-main-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .h-middle-service-main-div .col-md-4,
  .h-middle-service-main-div .col-sm-6 {
    width: 100% !important;
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .h3service-box1 {
    text-align: center;
  }

  .h3ser-img img {
    width: 100%;
    height: auto;
  }

  .h3ser-dtl h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .h3ser-dtl h3 {
    font-size: 16px;
  }
}

 /*why choose us section responsive start home page */
 /* Tablet view: 2 columns */
@media (max-width: 991px) {
  .quick-link-area .row.ps > div.col-md-3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px;
  }

  .white-box.image {
    text-align: center;
  }

  .white-box img {
    max-width: 80px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
  }

  .dis-heading {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* Mobile view: 1 column */
@media (max-width: 575px) {
  .quick-link-area .row.ps > div.col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .dis-heading {
    font-size: 14px;
  }

  .white-box img {
    max-width: 60px;
  }
}


/*testimonial section home page*/
.testimonials-section {
    padding: 26px 0;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 35px;
}

.section-title {
    font-size: 2.5rem;
    color: #9d3367 !important;
    margin-bottom: 15px;
    font-weight:800;
    position: relative;
    display: inline-block;
}

.title-decoration {
    width: 80px;
    height: 4px;
    background: #9d3367;
    margin: 0 auto;
    border-radius: 2px;
}

.testimonials-wrapper {
    position: relative;
}

.testimonials-slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.testimonial-card {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 0 10px;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.client-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #9d3367;
    padding: 5px;
    border: 3px solid #9d3367;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-content {
    text-align: center;
}

.testimonial-text p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333333;
    font-style: italic;
    margin-bottom: 27px;
    position: relative;
    max-width:470px;
}

.testimonial-text p::before,
.testimonial-text p::after {
    content: '"';
    font-size: 2rem;
    color: #9d3367;
    opacity: 0.3;
}

.client-info {
    margin-bottom: 15px;
}

.client-name {
    font-size: 2.1rem;
    color: #000000;
    margin-bottom: 5px;
}

.client-position {
    color: #777777;
    font-size: 1.4rem;
}

.testimonial-rating {
    color: #ffc107;
    font-size: 1.8rem;
    margin-top: 10px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.slider-prev, 
.slider-next {
    background: #9d3367;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 10px;
}

.slider-prev:hover,
.slider-next:hover {
    background: #7d2952;
}

.slider-prev svg,
.slider-next svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.slider-dots {
    display: flex;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dddddd;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #9d3367;
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .testimonial-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
        font-weight:700;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .client-avatar {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 14px 0;
    }
    
    .section-header {
        margin-bottom: 25px;
    }
    
    .testimonial-text p {
        font-size: 1rem;
    }
    
    .client-name {
        font-size: 1.2rem;
    }
}


/*3 images in the medium home page feature images*/
.core-offerings-display {
    padding: 6.1rem 0;
    margin-top: 3rem;
    background-color: #f6f8fc;
    font-family: 'Inter', system-ui, sans-serif;
}

.offerings-outer-frame {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.8rem;
}

.offering-tiles-array {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 2.2rem;
}

.offering-unit {
    background: #ffffff;
    border-radius: 0.85rem;
    overflow: hidden;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.07);
    transition: all 0.38s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.offering-unit:hover {
    transform: translateY(-0.6rem);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.11);
}

.offering-unit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: #9d3367;
    z-index: 2;
}

.offering-nav-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.offering-visual-holder {
    position: relative;
    padding: 3.2rem 1.8rem 1.8rem;
    text-align: center;
    background: linear-gradient(145deg, #f9fafc 0%, #edf0f5 100%);
}

.offering-glyph {
    width: 18rem;
    height: 12.5rem;
    object-fit: cover;
    transition: transform 0.32s ease;
    position: relative;
    z-index: 9;
    border-radius:15px;
}

.visual-pulse-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.5rem;
    height: 7.5rem;
    background: rgba(157, 51, 103, 0.09);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.42s ease;
}

.offering-unit:hover .visual-pulse-effect {
    opacity: 1;
    width: 9.5rem;
    height: 9.5rem;
}

.offering-unit:hover .offering-glyph {
    transform: scale(1.12);
}

.offering-text-panel {
    padding: 1.8rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offering-title-text {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.1rem;
    transition: color 0.32s ease;
    position: relative;
}

.offering-unit:hover .offering-title-text {
    color: #9d3367;
}

.offering-title-text::after {
    content: '';
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2.2px;
    background: #9d3367;
    transition: width 0.32s ease;
}

.offering-unit:hover .offering-title-text::after {
    width: 3.5rem;
}

.offering-ornament {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.ornament-node {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    background: #9d3367;
    border-radius: 50%;
    margin: 0 0.3rem;
    position: relative;
    opacity: 0.85;
}

.ornament-node::before,
.ornament-node::after {
    content: '';
    position: absolute;
    width: 0.55rem;
    height: 0.55rem;
    background: #9d3367;
    border-radius: 50%;
    opacity: 0.45;
}

.ornament-node::before {
    left: -0.85rem;
}

.ornament-node::after {
    right: -0.85rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .offering-tiles-array {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.8rem;
    }
    
    .offering-glyph {
        width: 12rem;
        height: 8rem;
        border-radius:18px;
    }
}

@media (max-width: 768px) {
    .core-offerings-display {
        padding: 3rem 0;
    }
    
    .offering-title-text {
        font-size: 1.33rem;
    }
    .product-banner-section{
        margin-top: 10rem;
    }
}

@media (max-width: 576px) {
    .offering-tiles-array {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }
    
    .offering-visual-holder {
        padding: 2.8rem 1.5rem 1.5rem;
    }
    
    .offering-glyph {
        width: 10rem;
        height: 6rem;
    }
}


/*navbar repair and responsive */

form .form-group i {
        color: #9d3367;
    /* background: #f8f9fa; */
    font-size: 19px;
    /*color: #fff;*/
}
.pharma-form-center .form-header h3 {
    color: #fff;
}
.pharma-form-center .form-header {
    background: #9d3367;
}

.slick-initialized .slick-slide{
    margin: 0px 5px;
}