@charset "UTF-8";

body {
    font-family: varela round, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    position: relative
}

a {
    color: #626675;
    font-family: varela round, sans-serif
}

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
}

h1,
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: #2298f2;
    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 #3080ee;
    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: rgba(0, 0, 0, 0.06);
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f7f7f7;
}

.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 30px;
    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
}

.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: #3080ee
}

.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.html);
    background-size: cover;
    background-position: -32px -50px;
    padding: 15%;
    background-repeat: no-repeat;
}

.slinick_slider2 {
    background-image: url(../images/new/banner-1.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -277px 0px;
    padding: 15%;
}

.slinick_slider3 {
    background-image: url(../images/new/banner-3.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15%;
}

/*
.figure_clinic {
    background-image: url(../images/clinick/figure-background.jpg);
    background-repeat: no-repeat
    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: #006bdf;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slick_product1 p:hover {
    color: #006bdf;
}


.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: #3080ee;
    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: #3080ee;
    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: #3080ee;
    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: 50px;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
}

.input_cform textarea {
    height: 50px;
    border-radius: 0px;
}

.flotrightc {
    float: right;
}

.bwhiteco {
    background: #fff;
    color: #111;
}

.bwhiteco:hover {
    color: #111;
}

.footer_clinic_men {
    background: #0c4b88;
    padding: 60px 0px;
}

.footer_clinic2 img {
    width: 50%;
}

.footer_clinic2 {
    height: 70px;
}

.footer_clinic3 {
    height: 73px;
}
.footer_clinic3 img{
    width: 220px;
    margin-bottom: 20px;
}

.footer_clinic2 h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-top: 8px;
}

.footer_clinic3 h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-top: 8px;
}

.footer_clinic1 a {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer_clinic1 i {
    padding-right: 10px;
    color: #1E90FF;
}

.footer_clinic1 p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;

}

.footer_downclinic1 i {
    color: #fff;
}

.clinic_fdownbgc {
    background: #1E90FF;
}

.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: 25px 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: #fff;
    background-color: #1E90FF;
    border: none;
    font-size: 14px;
    padding: 10px 26px;
    line-height: 1.38;
    border-radius: 0;
    transition: 0.5s;
}

.a_btn:hover {
    color: #1E90FF;
    background-color: #ffffff;
    border-color: #1E90FF;
    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: #1E90FF;
    background-color: #ffffff;
}

.a_btn1 {
    margin-top: 0px !important;
}

.a_btn:hover::before {
    top: 0px;
    left: 0px;
}

.color_form_sendchange {
    background: #fff;
    color: #1E90FF;
    border: none;
}

.color_form_sendchange:hover {
    color: white;
    background: #1E90FF;
    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);
}

.prod_sidebar {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 4px 6px 17px 2px rgba(224, 224, 224, 0.14), 2px 5px 14px 2px rgba(204, 200, 200, 0.12), 0 5px 5px -3px rgba(214, 213, 213, 0.2);
}

.prod_sidebar_ul {
    padding: 15px 5px 15px 15px;
}

.prod_sidebar_ul a li {
    display: inline;
    text-transform: uppercase;
    margin-right: 40px;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 33px;
    font-size: 14px;
}

.prod_sidebar_ul a li:hover {
    color: #008ee0;
    border-bottom: 2px solid #008ee0;
}

.mt_0 {
    margin-top: 0;
}

.color_form_sendchange:before {
    border: 1px solid #fff;
}


/***** modal area start ****/
.modal {
    background: #021e21e0;
}

.modal_width_large {
    width: 1100px;
    margin: 30px auto;
}

.clinic_content {
    border-radius: 0px;
}

.clinic_content1 {
    width: inherit;
    height: inherit;
    border: 10px solid #3080ee;
}

.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: #3080ee;
    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: #3080ee;
}

.head_start {
    padding-bottom: 10px;
}

.head_start h4 {
    color: #3080ee;
    font-size: 27px;
    margin-top: 20px;
}

.head_start p {
    font-size: 14px;
    color: #3080ee;
}

form,
.answer {
    text-align: right;
}

.form-group {
    margin-bottom: 15px;
}

.form_new .form-control {
    border: 1px solid #3080ee;
    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: 165px;
    border: 1px solid #c8c8c8;
    height: 165px;
    border-radius: 50%;
}

.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: rgba(0, 0, 0, 0.06);*/
    background:#1E90FF;
}

.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 #1E90FF;
}

.top_header_email i {
    font-size: 22px;
    color: #1E90FF;
    padding-top: 6px;
}

.top_header_email1 P {
    font-weight: 600;
}

.top_header_email1 p {
    font-size: 14px;
    margin: 2px 0px;
}

.top_header_email1 {
    text-align: right;
}

.top_padtop8 {
    padding-top: 8px;
}

/**** header changing *********/

.mar0navbr {
    margin-bottom: 0px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    top: 31px;
    background:white;
}

#wrapper {
    padding-top: 0px;
}

/***** header changing end ********/
.contact_form_nn_men {
    padding: 80px 0px;
}

.contact_form_nn h4 {
    margin: 0px;
    font-size: 18px;
    color: #3080ee;
}

.flotleftc {
    float: left;
}

.nn_textarea0 textarea {
    border-radius: 0px;
}

.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: #3080ee;
}

.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: #3080ee;
}

.heading_why_about1 h2 {
    margin: 0px;
    font-size: 30px;
    color: #3080ee;
}

.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: #3080ee;
    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: #006bdf;
    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;
    }
}

.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: #3080ee;
    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: 64%;
    padding: 5px 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: #3080ee;
}

.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.html');
    background-size: cover;
}
.product_img img{
    height: 145px;
    width: 100%;
}
/* .overlay_content_1 span {
    position: absolute;
    bottom: -50px;
    left: 0px;
}
.overlay_content_1 span {
    bottom: 50px;
    left: 0px;
} */

.gallery_image {
    position: relative;
}

.gallery_img_sec:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    content: '';
    background: rgba(53, 54, 55, 0.33);
    height: 270px;
    width: 571px;
    border-radius: 10px;
}

.gallery_layer {
    overflow: hidden;
    border-radius: 15px;
}

.image_content p {
    color: white;
}

.gallery_image:hover .image_content {
    transition: 1s;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 30px;
}

.gallery_image:hover .gallery_img_sec h5 {
    position: absolute;
    transition: 1s;
    left: 30px;
    color: white;
    font-weight: 700;
    z-index: 1;
    bottom: 50px;
}

.gallery_img_sec img {
    width: 100%;
    height: 270px;
}

.gallery_img_sec h5 {
    position: absolute;
    transition: 1s;
    left: 30px;
    color: white;
    font-weight: 700;
    z-index: 1;
    bottom: 15px;
}

.image_content {
    position: absolute;
    bottom: -100px;
    left: 30px;
    transition: 1s;
}

.gallery {
    margin: 60px 0px;
    overflow: hidden;
}

.margin_bottom {
    margin-bottom: 30px;
}

.pharma_Franchise {
    margin: 40px 0px 90px 0px;
}

.quality {
    margin: 40px 0px 0px 0px;
}

.wide-product {
    margin: 40px 0px 90px 0px;
}

.third_party {
    margin: 40px 0px 0px 0px;
}

.third_party h3 {
    font-size: 27px;
    margin-top: 25px;
    font-weight: 600;
    line-height: 35px;
}

.mega_dropdown_menu {
    margin-left: 220px;
}

.margin_top {
    margin-top: 10px;
}

.form_control {
    padding: 10px 25px 10px 15px;

}

.btn_info {
    color: white;
    text-align: right;
    background: #ffffff00;
    border: none;
    transition: 0.8s;
    border-radius: 0px;
}

.btn_info:hover {
    background: none;
    color: white;
    border: none;
}

.btn_info_input_field {
    background: white;
    color: #1E90FF;
    border-radius: 0px;
    border: 1px solid #1E90FF;
}

.text_right {
    float: right;
}

.head_product_hr hr {
    margin: 0px;
}

.dropdown_menu_bg {
    padding: 0px;
}

.dropdown_menu_bg li a:hover {
    background: #1E90FF;
    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: #006bdf;
}

.sidenav .closebtn:visited {
    border: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    background: none;
    border: none;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.product_button_position button {
    border-radius: 0px;
    letter-spacing: 1px;
    background: white;
    text-transform: uppercase;
    transition: 1s;
}

.product_button_position button:hover {
    background: rgb(95, 133, 236);
    color: white;
    transition: 1s;
}

.product_button_position {
    position: fixed;
    transform: rotate(270deg);
    top: 330px;
    right: -107px;
    letter-spacing: 1px;
    z-index: 999;
    width: 250px;
    opacity: 1;
    text-transform: uppercase;
    box-shadow: 0 -2px 3px rgba(206, 198, 198, 0.3);
    text-align: center;
    cursor: pointer;
    padding: 0px;
}

.product_sidebar_button_position {
    position: relative;
}

@media screen and (max-width:768px) {
    .slick_image {
        height: 300px;

    }

    .cover {
        margin-bottom: 10px;
    }

    .gallery_layer {
        margin-bottom: 15px;
    }
}
.flip-card {
    background-color: transparent;
    width: 260px;
    height: 100px;
    perspective: 1000px;
    border-radius: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
    z-index: 0;
    border-radius: 10px;
}

.flip-card-front img {
    border-radius: 10px;
}


.flip-card-back {
    background-color: #ddd;
    -moz-background-color: #fff;
    -ms-background-color: #fff;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    padding: 12px;
}

.flip-card-back p {
    margin-top: 10px;
}
.flip-card-back h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 3px;
}
.space {
    margin-top: 25px;
}

@media screen and (max-width:768px) {
    .flip-card {
        background-color: transparent;
        width: 350px;
        height: 100px;
        perspective: 1000px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .flip-card-front img {
        height: inherit;
    }
}


.drop_hover_show {
    display: none;
    background: #fffffff2;
}

.drop_hover:hover .drop_hover_show {
    display: block;
}

/*  adarsh 19-02-2019 */

.slinick_slider {
    height: 100vh;
}

.our_advantage_men {
    margin-top: -100px;
}

.our_advantage {
    padding: 30px;
    background: #1E90FF;
}

.our_advantage i {
    color: #fff;
    font-size: 25px;
}

.our_advantage h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 18px;
}

.our_advantage p {
    color: #fff;
}

.padright_0 {
    padding-right: 0px;
}

.padleftright_0 {
    padding: 0px;
}

.padleft_0 {
    padding-left: 0px;
}

.color_our_advantage1 {
    background: rgba(12, 184, 182, 0.9);
}

.color_our_advantage2 {
    background: #84ceec;
}

.mobile_app_area1 h3 {
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
    line-height: 44px;
    color: #1E90FF;
}

.mobile_app_area1 p {
    margin: 0px;
    padding-top: 30px;
}

.mobile_app_area1 img {
    width: 50%;
    padding-top: 75px;
}

.query_form {
    text-align: center;
    background: #dddddd29;
    padding: 30px;
}

.query_form p {
    padding-bottom: 30px;
}

.about_healthcare {
    background: #dddddd29;
    padding: 30px;
}

.about_healthcare p {
    line-height: 30px;
    padding-top: 5px;
}

.testimonial_details_men {
    padding: 75px 0px;
}

.testimonial_details {
    background: #1E90FF;
    padding: 50px;
}

.testimonial_details_1 {
    width: 80%;
    margin: auto;
}

.testimonial_details_2 {
    background: #fff;
    padding: 30px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
}

.testimonial_details_2 i {
    font-size: 40px;
    color: #88c03c;
    padding-right: 30px;
}

.testimonial_details_3 {
    display: table;
    width: 100%;
}

.testimonial_details_3 img {
    width: 70px;
    height: 70px;
    border-top-left-radius: 33px;
    border-bottom-right-radius: 33px;
}

.testimonial_details_3 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.testimonial_details_3 span {
    font-size: 14px;
    font-weight: 400;
}

.testimonial_details_4 {
    width: 15%;
    float: left;
    padding-top: 30px;
    text-align: center;
}

.testimonial_details_5 {
    width: 15%;
    float: left;
    padding-top: 30px;
}

.testimonial_details_4 p {
    width: 20px;
    height: 20px;
    transform: rotate(137deg);
    background: #fff;
    margin-top: -41px;
    margin-left: 41px;
}

/*.recent_vision{
    box-shadow: 4px 6px 17px 2px rgba(210, 203, 203, 0.14), 2px 5px 14px 2px rgba(152, 151, 151, 0.12), 0 5px 5px -3px rgba(193, 187, 187, 0.2);
    padding: 30px;
}*/


.tab {
    float: left;
    width: 25%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #1E90FF;
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #1E90FF;
    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: #1E90FF;
}

.home_page_address_men {
    padding: 80px 0px;
}

.home_page_address h2 {
    font-family: fredoka one, cursive, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
   
    color: #1E90FF;
}

.home_page_address img {
    width: 64px;
    padding-right: 15px;
}

.home_page_address_1 {
    display: flex;
    padding-top: 30px;
}

.home_page_address_2 {
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #1E90FF;
    margin-right: 20px;
}

.home_page_address_2 i {
    font-size: 20px;
    color: #1E90FF;
}

.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-image: url(../images/new/requirement-bg.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;
    color: #1E90FF;
    border: 2px solid #1E90FF;
    text-transform: uppercase;
    transition: .5s;
}

.requirement_s a:hover {
    background: #1E90FF;
    ;
    border: 2px solid white;
    color: white;
    transition: .5s;
}

.requirement_s h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    margin-top: -15px;
    color: #fff;
    line-height: 50px;
}

.happy_client_men {
    background-image: url(../images/new/happy_client_bg.html);
    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 {
    background: #1E90FF;
    padding: 50px;
    height: 450px;
    margin-bottom: 40px;
}

.your_contact_area h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #fff;
}

.your_contact_area p {
    font-size: 14px;
    color: #fff;
}

.send_query_btn {
    padding-top: 30px;
}

.your_contact_field {
    background: #bdebff;
    padding: 35px;
    height: 450px;
    margin-bottom: 40px;
}

.your_contact_field h3 {
    font-size: 22px;
    font-weight: 600;
}

.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;
}

.about_healthcare_men {
    padding-top: 80px;
}

.about_healthcare h3 {
    color: #1E90FF;
}

.query_form h3 {
    color: #1E90FF;
}

.requirement_s_men_1 {
    width: inherit;
    height: inherit;
    background: rgba(0, 168, 233, 0.66);
    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: #1E90FF;
}

.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;
}
.top_header_area span:hover {
    color: #1E90FF;
}
.color_blue_font_17 {
    color: #006bdf!important;
    font-size: 17px!important;
}

.font_fize_search {
    font-size: 14px;
}

/**************We-provide***************/
.clan_care_product {
    padding: 60px 0px 20px;
}

.clan_care_product {
    background-image: url(../images/clinick/begin-shape.png);
    background-position: 1px -468px;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_sec_content h2 {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}

.product_section {
    margin-top: 60px;
}

.product_sec_content p {
    font-size: 14px;
}

.product_sec_card {
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 30px;
    box-shadow: 0 8px 17px 6px rgba(226, 226, 226, 0.14), 0 3px 13px 2px rgba(241, 237, 237, 0.12), 0 5px 15px 4px rgba(234, 234, 234, 0.2);
}

.product_sec_card:hover .product_sec_icon img {
    transform: rotatey(360deg);
    transition: .8s;
}

.product_sec_icon img {
    width: 50px;
    margin-bottom: 5px;
}


/******************we-provide-best**********************/
.we_provide_best_section {
    padding: 60px 0px 0px;
}

.provide_best_sec {
    margin-bottom: 30px;
    transition: .3s;
}

.provide_best_sec:hover .icon img {
    transform: rotatey(360deg);
    transition: .8s;
}

.provide_best_sec:hover {
    box-shadow: 1px 8px 11px 6px rgba(237, 237, 237, 0.14), 6px 6px 2px 0px rgba(237, 237, 241, 0.12), 4px 3px 11px 1px rgba(196, 196, 196, 0.2);
    transition: .3s;
}

.provide_best_sec {
    background-color: #f3f5fe;
    position: relative;
    padding: 25px 10px 25px 20px;
    width: 100%;
    display: table;
}

.provide_best_sec .icon {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    position: relative;
    z-index: 9;
}

.provide_best_sec .text {
    float: left;
    padding-left: 40px;
}

.provide_best_sec .text h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
    margin: 12px 0px;
}

.provide_best_sec .text p {
    font-weight: 400;
    color: #42435d;
    font-size: 12px;
}

.icon img {
    margin: 0 auto;
    max-width: 85%;
}

/******************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: #1E90FF;
    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 #2298f2;
    text-align: center;
    padding: 20px 0px;
    border-radius: 55px;
    background: #2298f2;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .5s;
}

.download_product_button button:hover {
    color: #2298f2;
    background: white;
    border: 2px solid #2298f2;
    transition: .5s;
}

.product-sec-main {
    padding: 30px 0px 15px;
}

.slick_whole {
    text-align: center;
    margin-bottom: 40px;
    height: 200px;
}

.slick_product2 p {
    font-size: 14px;
    margin-bottom: 30px;
}

.slick_product2 p:hover {
    color: #61d4b4;
}

table {
    text-align: center;
    vertical-align: middle;
}

.table img {
    width: 20%;
}

.table_product {
    padding: 20px 0px;
}

.nav_pills li {
    padding: 0 10px 0px;
    width: 0%;
    font-weight: 600;
    text-transform: uppercase;
}

.nav_pills li a {
    border-radius: 4px 30px 4px 30px;
    padding: 15px 40px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #1E90FF;
}

.contact_form_nn_men,
.home_page_address_men {
    background-image: url(../images/icons/bg1.png);
}

.product_header_area1men {
    margin-top: 85px;
}

/**********************header-sticky******************/
.hold_tag.new_back .top_header_area_men {
    display: none;
    transition: .5s;
}

.hold_tag.new_back .navbar-fixed-top {
    background: #ffffff;
    margin-top: -31px;
    transition: .4s;
    padding: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.hold_tag.new_back .navbar-nav.navbar-center>li a {
    color: black;
}

.hold_tag.new_back .dropdown_menu_bg li a:hover {
    background: #1E90FF;
    color: white;
}

.hold_tag.new_back .btn_info {
    background: none;
    color: #333;
}

.hold_tag.new_back .btn_info:hover {
    background: none;
    color: #1E90FF;
    border: none;
}

/***************************************/
.testimonial {
    background: linear-gradient(130deg, #a6d6f2, #0490e0);
    background-size: 400% 400%;
    -webkit-animation: gradient 16s ease infinite;
    animation: gradient 16s ease infinite;
    height: 300px;
}

.testimonial_head h2 {
    color: white;
    margin: 0;
    padding: 10px 0px 0px;
}

.content {
    margin: auto;
    padding: 0px;
    width: 80%;
    max-width: 1200px;
    min-width: 300px;
}

.slick-slider {
    margin: 30px auto 50px;
}

.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 {
    position: absolute;
    top: -50px;
    bottom: 0;
    margin: auto;
    height: 140px;
    width: 140px;
    overflow: hidden;
}

.quote-container .portrait img {
    display: block;
    height: auto;
    width: 100%;
}

.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: rgba(255, 255, 255, 0.44);
    font-size: 7.5em;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -10;
}

.quote-container .quote cite {
    display: block;
    font-size: 14px;
}

.quote-container .quote cite span {
    font-size: 17px;
    color: white;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dragging .quote-container {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.octogon {
    -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
    clip-path: url(#octogon);
    height: 140px;
    width: 140px;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 5% 0%;
    }

    50% {
        background-position: 96% 100%;
    }

    100% {
        background-position: 5% 0%;
    }
}

@keyframes gradient {
    0% {
        background-position: 5% 0%;
    }

    50% {
        background-position: 96% 100%;
    }

    100% {
        background-position: 5% 0%;
    }
}

/***************services_section****************/
.service_img img {
    width: 100%;
    height: 320px;
}

.service_img {
    float: left;
    position: relative;
    transition: 1s;
    width: 25%;
}
.slider_above_content {
    display: none;
}
.service_img:hover .slider_above_content {
    display: block;
    transition: 1s;
}
.service_img:hover .slider_above_content p {
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    z-index: 999;
    opacity: 1;
    color: white;
    transition: 1s;
    padding: 20px;
}

.service_img:hover:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 107, 223, 0.74);
    height: 100%;
    width: 100%;
    cursor: crosshair;
    transition: 1s;
}

.certificate_page {
    padding: 30px 0px 70px;
}

/********************quality-section*******************/
.qulity_bar_section {
    text-align: center;
    padding: 60px 0px;
}

.quality_box h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}

.read_more {
    padding: 4px 7px !important;
    margin-top: 10px;
}

.quality_box p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(168, 168, 168);
}

.quality_box .img {
    background-image: url(../images/new/quality1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}

.quality_box .img:hover {
    background-image: url(../images/new/quality-hover.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}

.quality_box:hover button {
    background: #68d6f0;
    color: white;
}

.quality_box {
    position: relative;
}

.quality_box_1::after {
    content: '';
    background-image: url(../images/new/quality-bar.png);
    position: absolute;
    top: 72px;
    left: -214px;
    height: 302px;
    width: 100%;
    z-index: -1;
}

.quality_box_2::after {
    content: '';
    background-image: url(../images/new/quality-bg.png);
    position: absolute;
    top: 37px;
    left: -202px;
    height: 305px;
    width: 100%;
    z-index: -1;
}

.quality_box_3::after {
    content: '';
    background-image: url(../images/new/quality-bg.png);
    position: absolute;
    top: 1px;
    left: -202px;
    height: 305px;
    width: 100%;
    z-index: -1;
}

/************img-plugin***************/
/* .img_plugin {
    width: 300px;
    height: 200px;
    margin: 20px;
    overflow: hidden;
    position: relative;
}

.img_plugin:before {
    content: '+';
    color: white;
    padding-top: calc(30% - 20px);
    padding-left: calc(50% - 20px);
    font-size: 4em;
    position: absolute;
    width: 300px;
    height: 200px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.33, 1.65);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.33, 1.65);
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
}

.img_plugin.mouse-from-top:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.img_plugin.mouse-from-right:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.img_plugin.mouse-from-bottom:before {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.img_plugin.mouse-from-left:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.img_plugin:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
} */

.transparent_slider_top {
    position: relative;
}

.transparent_slider_top:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(#7dd1ef9c, #ffffff00);
    z-index: 1;
}

/**************about-page*************/
.our_mission_areann1_img img {
    width: 100%;
}

.our_mission {
    background: whitesmoke;
    height: 399px;
}

.our_mission_areann1 {
    height: 350px;
    vertical-align: middle;
    display: table-cell;
    padding: 25px;

}

.about_section {
    background: whitesmoke;
    height: 391px;
}

.m_b_40 {
    margin-bottom: 40px;
}

.head_bg_section {
    background: #66b7e7;
    padding: 20px 0px;
    margin-top: 25px;
}

.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: #66b7e7;
}

.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 #66b7e7;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: none;
    color: #66b7e7;
    border-bottom: 2px solid #66b7e7;
}

.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: #f5f5f5;
    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: #1E90FF;
}
.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;
}
.mobile_app_area_men img {
    margin-top: 100px;
}
.product_header_area_men {
    background: linear-gradient(to left, #2196f3, #03a9f461, #9cdbf7, #2f9ef294), 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: #f5f5f5;
}
.loader12 img{
    width: 400px;
    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;
}
.activeClass li{
    color: #1E90FF;
    border-bottom: 2px solid #1E90FF;
}