@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
html {
    height: 100%;
    overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
    font-size: 15px;
    background: #fff;
    color: #2e2e2e;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-top: 95px;
}

img {
    max-width: 100%
}

p {
    margin-bottom: .5rem
}

a {
    text-decoration: none;
    color: #000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    color: #a70e13;
    box-shadow: none
}

ul,
li {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

ul.list {
    list-style: disc;
    padding-left: 20px;
}

.flashit {
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

.section.covid-care ul li {
    list-style: disc;
    /* padding-left: 15px; */
}

.section.covid-care ul {
    padding-left: 15px;
}
.nav-up .header-top {
    padding: 0 !important;
	height: 0;
}
header.nav-down {
    z-index: 999;
}
header {
    z-index: 999;
}
.nav-up .dhi-header .navbar-brand img {
    max-width: 100px;
    height: auto;
}
.header-top ul li {
    margin-left: 0.5rem;
    color: #fff !important;
    /* padding: .2rem 1rem; */
    border-radius: 15px;
    text-transform: uppercase;
}

ul.list li {
    list-style: disc;
    margin-bottom: 5px;
}

.covid-banner img {
    border: 1px solid #dcdcdc;
    border-radius: 20px;
}

.text-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
a.text-bold:hover {
    color: #22a184;
}
.text-extrabold {
    font-family: 'Roboto', sans-serif;
}

.text-heavy {
    font-family: 'Roboto', sans-serif;
}

.text-medium {
    font-family: 'Roboto', sans-serif;
}

.bold-text {
    font-weight: 600
}

.italic-text {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}
.sec-service .nav {
    align-items: center;
    justify-content: center;
}
.form-control:focus {
    outline: none;
    box-shadow: none
}
.banner-form-sec img {
    margin: 2rem 0 0 !important;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.mainmenu .collapse ul {
    right: 0;
    left: auto !important;
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.err-msg {
    color: red;
    font-size: 11px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #83c6dc;
}

.drop-icon {
    display: none;
}

.menu-area {
    background: #563d7c
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition!important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #fff;
    background: utline: 0;
}


/*==========Sub Menu=v==========*/


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}
/*Robotic Page CSS START */

.robotic-banner h2 {
    color: #22a184;
    font-size: 35px;
    text-transform: uppercase;
}
.recovery-section h2 {
    text-transform: uppercase;
}
table.recovery {
    border-collapse: separate;
    border-spacing: 0 3em !important;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

img.recovery-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 300px;
    height: auto;
	 -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
}
img.recovery-icon-2 {
    background-color: #fff;
    border-radius: 50%;
    width: 218px;
    height: auto;
	 -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
}
.recovery-box-wrp {
    background-image: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.recovery-content {
    margin: 0px 30px;
    color: #fff;
}
.recovery-content h3 {
    font-size: 25px;
}
.recovery-content p {
    font-size: 13px;
}
.f-and-q-tab{
	    margin: 5rem 0;
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(../images/testimonial-bg.png) no-repeat !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	overflow:hidden;
}
.f-and-q-tab a:hover {
    color: #22a184 !important;
}
/*Robotic Page CSS end */
@media only screen and (min-width: 767px) {

    .mainmenu .collapse ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100% !important;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

.secondary-col {
    color: #b8d68d;
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /* background: url(owl.video.play.png) no-repeat; */
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #fff;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000
}

.dhi-btn-primary {
        margin: 2rem 0;
    background: #22a184;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-size: 15px;
}

.dhi-btn-primary:hover,
.dhi-btn-primary:focus {
    border-radius: 10px; 
    color: #fff;
    -webkit-box-shadow: 5px 5px 28px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 28px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 28px -5px rgba(0, 0, 0, 0.75);
}

.dhi-btn-secondary {
    display: inline-block;
    background: #b8d68d;
    color: #000;
    font-size: 1rem;
    padding: .7rem 1rem
}

.dhi-btn-secondary:hover,
.dhi-btn-secondary:focus {
    background: #ba0c15;
    color: #fff
}

.dhi-btn-form {
    display: inline-block;
    background: #177264;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: .6rem 1.5re;
    border: none;
    text-transform: uppercase;
    padding: 15px 0;
    cursor: pointer;
}

.dhi-btn-form:hover,
.dhi-btn-form:focus {
    background: #000;
    color: #fff
}

.dhi-btn-formblck {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-family: 'GOTH725B_2';
    font-size: 1.2rem;
    padding: .6rem 1.5rem
}

.dhi-btn-formblck:hover,
.dhi-btn-formblck:focus {
    background: #d2151d;
    color: #fff
}

.dhi-btn-search {
    background: #fff;
    border-color: #ced4da
}

.dhi-btn-more {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff!important;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.1;
    transition: .3s;
	
}

.dhi-btn-more:hover,
.dhi-btn-more:focus {
    background: #a70e13
}

.dhi-btn-circle {
    display: inline-block;
    background: #0bb7d3;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 12rem;
    border: none;
    color: #fff;
    -web-kit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    margin: 10px 0;
}

.dhi-btn-circle:hover,
.dhi-btn-circle:focus {
    background: #83c6dc;
    color: #fff
}

.dhi-btn-addmore {
    display: inline-block;
    background: none;
    color: #000
}

.dhi-btn-addmore:hover,
.dhi-btn-addmore:focus {
    color: #a70e13
}

.dhi-btn-bmi {
    color: #fff !important;
    padding: .2rem 1rem;
    border-radius: 15px;
}

.dhi-btn-bmi:hover {
    background: #83c6dc;
    border-radius: 0
}

.dhi-btn-readmore {
    display: inline-block;
    background: none;
    color: #000;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.dhi-btn-readmore:hover,
.dhi-btn-readmore:focus {
    color: #a70e13
}

.link-dhi-secondary {
    color: #a70e13
}

.link-dhi-secondary:hover,
.link-dhi-secondary:focus {
    color: #000
}

.scrollToTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 15;
    background: #fff;
    border-radius: 50%;
    padding: 6px 11px;
    -webkit-box-shadow: 2px 10px 28px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 10px 28px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 10px 28px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #f2f2f2;
}

.scrollToTop:hover {
    opacity: .7
}

.form-control {
    /* border-radius: 1.25rem; */
    background: transparent;
}

.dhi-error {
    color: #ff101c;
    display: none;
    font-size: 12px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: .2s;
}

.dhi-header {
    background: #fff;
    font-family: 'Raleway-Medium', Arial, Helvetica, sans-serif;
    /*padding: .5rem 0;*/
    box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    padding-bottom: 0
}

.dhi-header .navbar-brand {
    padding: 10px 0
}

.dhi-header .navbar-brand img {
    max-width: 150px;
    height: auto;
}

.dhi-header .navbar-toggler {
    border: 0;
    background: #fff;
    width: 40px;
    height: 35px;
    color: #000;
    font-size: 1.2rem;
    padding: .5rem .1rem;
    border: 1px solid #000;
}

.dhi-header .navbar-toggler-icon {
    background: none
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem .7rem
}

.header-top {
    padding: 1rem;
    background: #0bb7d3;
	height: 50px;
}

.header-top a {
    color: #494949;
    font-size: 0.75rem;
    display: inline-block;
}

.header-top a:hover,
.header-top a:focus {
    color: #000
}

.dhi-header .header-inner {
    position: relative;
    padding: 0 15px
}

.dhi-header .navbar-nav .nav-link {
    color: #212529;
    font-family: 'Raleway-Medium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    text-transform: uppercase;
    padding: 10px 10px 15px 10px;
}

.dhi-header .navbar-nav .nav-link:focus,
.dhi-header .navbar-nav .nav-link:hover {
    color: #000
}

.dhi-header .navbar-nav .active>.nav-link,
.dhi-header .navbar-nav .nav-link.active,
.dhi-header .navbar-nav .nav-link.show,
.dhi-header .navbar-nav .show>.nav-link {
    color: #fff;
    font-weight: 600
}

.nav-up {
    top: -40px
}

.dhi-header .dropdown-toggle::after {
    content: none
}

.dhi-header .dropdown-menu {
    background: #fff;
    border-radius: 0;
    border: 0;
    margin-top: 0
}

.dhi-header .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 0.9375rem;
    position: relative;
    padding: .6rem 1rem;
    white-space: pre-line;
}

.header-top ul,
.header-top ul li {
    display: inline-block
}

.header-top ul+ul {
    float: right;
}

.header-top .social-icons {
    background: #fff;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    margin: 0 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    height: 25px;
}

.header-top .social-icons:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, .5)
}

.header-top .social-icons a {
    color: #0bb7d3;
    margin-left: 0px;
    margin-top: 6px;
}


/* .dhi-header .navbar-nav{margin-top:15px} */

.dhi-header .nav-item:hover {
    background: #fff18f;
    border-radius: 15px 15px 0 0;
}

.hyperlink {
    color: #fff
}

.hyperlink:hover,
.hyperlink:focus {
    text-decoration: underline;
    color: #fff
}

.o-7:hover {
    opacity: .7;
}


/*.bbf-header .dropdown-menu .dropdown-item::before{display:inline-block;margin-right:.5rem;content:"\f105";font-family:'Font Awesome\ 5 Free';font-weight:900;}*/


/* home */

.home-banner {
    position: relative;
}

#home-banner .owl-dots {
    position: absolute;
    top: 12%;
    right: 0;
    width: 40px;
}

#home-banner.owl-theme .owl-dots .owl-dot span {
    background: #889ea4;
    border: none
}

#home-banner.owl-theme .owl-dots .owl-dot span:hover {
    background: #fff
}

#home-banner.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    position: relative;
}

#home-banner.owl-theme .owl-dots .owl-dot.active span:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #708690;
    left: -5px;
    top: -5px;
    right: 0;
    margin: 0 auto;
}

#home-banner .banner-text {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#home-banner .banner-text h2 {
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    line-height: 1;
    text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
    position: relative;
}

#home-banner .banner-text h2 span {
    font-family: 'Roboto', sans-serif;
    font-size: 28px
}

.banner-form-sec {
    position: relative;
    bottom: 0;
    z-index: 15;
    width: 100%;
    -web-kit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    padding: 40px 0;
    margin-top: 4rem;
}

.home-form {
    padding: 15px;
    /*display: flex;*/
    align-items: center;
    height: 100%;
    background: #fff;
}

.home-form .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.home-form .form-group .form-control {
    -webkit-appearance: none;
}

.home-form p {
    color: #0bb7d3;
    font-size: 25px;
    margin: 10px 0 20px;
	font-weight: 600;
}
img.form-banner {
    width: 100%;
}.form-content {
    text-align: center;
}
.form-content h2 {
    color: #22a184;
    font-size: 30px;
    margin: 20px 0 0;
    font-weight: 600;
}
.send-enquiry {
    margin-top: 30px
}

.second-banner h2 {
    color: #4e4e4e !important;
    text-align: left !important;
    font-size: 36px !important;
    max-width: 570px;
    text-shadow: none !important;
    text-transform: uppercase;
}

.section {
    padding: 35px 0;
}

.about-wrap { 
    display: flex;x
    align-items: center;
}

.about-wrap .about-lhs {
    flex: 2
}

.about-wrap .about-rhs {
    position: relative;
    /*left: -200px;*/
    width: 640px;
    margin-top: 50px;
}
.about-rhs h1 {
    color: #22a184 !important;
    font-size: 35px;
    margin: 20px 0;
}
h2.dr-name {
    color: #0bb7d3;
    font-size: 25px !important;
    font-weight: 600;
        margin: 20px 0;
}
.form-broder-wrp {
    border: 2px solid #0bb7d3;
    padding: 25px;
}
.about-wrap .about-rhs h2 {
    font-size: 20px;
    position: relative;
}

/*.about-wrap .about-rhs .dr-name:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #8f9f66;
    left: -149px;
    top: 14px;
}*/

.about-wrap .about-rhs .second-para {
    margin-top: 60px;
    padding-left: 170px;
}

.about-wrap .about-rhs .second-para h4 {
    font-size: 20px;
}

.about-wrap .about-rhs .second-para p {
    font-size: 15px
}

#v-pills-surgical .col-lg-4 p {
    font-size: 14px
}

.about-rhs p:first-child {
    color: red
}
.service-box-inner .text-medium {
    padding: 0 30px 0;
}
.service-box-inner {
    padding: 25px;
    -web-kit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    height: 100%; 
    background: url(../images/service-box.png);
    z-index: 999;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
a.dhi-btn-primary.service {
    background: none;
    position: relative;
    bottom: -50px;
}
a.dhi-btn-primary.service-weight-loss{
    background: none;
    position: relative;
    bottom: -51px;
}
a.dhi-btn-primary.service-weight-loss{
    background: none;
    position: relative;
    bottom: -27px;
}
a.dhi-btn-primary.service-2 {
    background: none;
    position: relative;
    bottom: -50px;
}
a.dhi-btn-primary.service:hover {
    background: none;
    box-shadow: none;
}
a.dhi-btn-primary.service-weight-loss:hover{
     background: none;
    box-shadow: none;
}
a.dhi-btn-primary.service-2:hover {
    background: none;
    box-shadow: none;
}
.service-box-wrp {
    margin: 2rem 0;
}
.service-box-wrp img {
    margin: -2rem 0 0;
    width: 90px;
    height: auto;
    border: 2px solid #037cf1;
    border-radius: 50%;
}
.service-box-inner h2 {
    font-size: 20px;
    margin: 15px 0;
}
.sec-intro {
    padding-left: 15px;
    text-align: center;
}
.sec-service .sec-intro h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    margin-top: 55px;
}

.sec-service .sec-intro .nav-pills .nav-link.active,
.sec-service .sec-intro .nav-pills .show>.nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
	border-bottom:2px solid #fff;
}



.sec-service .sec-intro .nav-pills .nav-link {
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0px;
}

.sec-service .container {
    position: relative;
}

/*.sec-service .container::after {
    position: absolute;
    content: '';
    width: 1415px;
    height: 5px;
    background: #b8d68d;
    top: 80px;
    z-index: 11;
    right: -380px;
}*/

.sec-intro .nav { 
    margin: 1rem;
}


.ns-count {
    font-size: 83px;
    font-family: 'Roboto', sans-serif;
    background: #b8d68d;
    color: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    padding-top: 25px;
}

.non-surgical-car .flipster__item {
    opacity: 1;
}

.non-surgical-car .flipster__item__content {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    position: relative;
}

.non-surgical-car .flipster__item--current .ns-count {
    background: #86c9dd
}

.non-surgical-car .flipster__item__content .car-content {
    position: absolute;
    display: none;
    width: 450px;
    margin-top: 30px;
}

.non-surgical-car .flipster__item--current .car-content {
    display: block
}

.non-surgical-car {
    margin-left: auto;
    width: 750px;
    position: relative;
    z-index: 20;
}

.non-surgical-car::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 85px;
    height: 100%;
    left: 0;
    z-index: 14;
}

.non-surgical-car .flipster__container {
    height: 395px !important;
    ;
    position: relative;
    left: -175px;
    z-index: 13;
}

.non-surgical-car .car-content span {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 15px;
    color: #2e2e2e
}

.non-surgical-car .car-content span::before {
    position: absolute;
    content: '';
    background: #b8d68d;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.non-surgical-car .car-content h2 {
    font-size: 22px;
    color: #212529
}


/* .about-sec{background: url(../images/about-muffi-bg.png) no-repeat;background-size:60%;margin: 35px 0; } */

.non-surgical-car .flipster__button {
    top: 60px;
    background: #000;
    opacity: 1;
    color: #fff;
    padding: 9px 15px;
    border-radius: 50%;
    margin: 0
}

.non-surgical-car .flipster__button--prev {
    left: 0
}

.non-surgical-car .flipster__button--next {
    left: 47px;
    right: auto;
}

.sec-service .tab-pane {
    position: relative;
    z-index: 16;
    overflow: hidden;
}
.sec-team.section h2 {
    color: #22a184;
}
.team-wrapper {
    position: relative;
}

.team-text {
    position: absolute;
    top: 10vw;
    max-width: 300px;
}

.team-text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
}

.team-members {
    position: relative;
}
.team-content {
    background: #fff;
    text-align: center;
    padding: 10px;
}
.team-content p {
    color: #22a184;
}
.team-content span {
    color: #333;
    font-size: 12px;
} 
.team-mate div p,
.team-mate div h4 {
   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 0
}

.counter-Txt {
    text-align: center
}
.team-mate {
    -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
}
.counter-Txt img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    width: 100%;
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    max-width: 200px;
}
.sec-counter .counter-Txt {
    text-align: center;
    margin: 4rem 0;
}
.counter-Txt span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 82px;
    color:#0bb7d3;
}

.counter-inner p {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}

.sec-counter {
    position: relative;
    background: #f9fafc;
    margin: 4rem 0;
}



.section-title h2,
.section-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
}

.sec-testimonial {
    position: relative;
}

.testi-inner {
    position: absolute;
    top: 85px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.patient-box-wrp {
    background: #fff;
    padding: 30px;
    border: 1px solid #f2f2f2; -webkit-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
}
#testimonial-carousel {
    margin: 50px 0;
    padding: 0 60px;
}

#testimonial-carousel .test-img span {
    background: #22a184;
    color: #fff;
    border-radius: 15px;
    display: block;
    width: 150px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -15px;
    -webkit-box-shadow: 0px 9px 25px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 25px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 25px -10px rgba(0, 0, 0, 0.75);
    font-family: 'Roboto', sans-serif;
}



#testimonial-carousel .test-description .p-name {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    color:#22a184;
    font-weight: 600;
}

#testimonial-carousel .test-description .test-para {
    margin-top: 20px ; 
}

#testimonial-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 15px 15px !important; 
    border-radius: 50%;
}

#testimonial-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, .8);
}

#testimonial-carousel .owl-nav button.owl-prev {
    left: 0
}

#testimonial-carousel .owl-nav button.owl-next {
    right: 0
}
.section.sec-pressroom h2 {
    color: #22a184;
}
.press-room-box-wrp img {
    width: 100%;
}
.press-room-box-wrp {
    margin: 30px 0;
    border-bottom: 1px solid #333;
}
.press-room-box-wrp img {
    width: 100%;
    margin-bottom: 20px;
}
.press-room-box-wrp h4 {
    font-size: 18px;
}
.press-room-content {
    padding: 2rem 0;
}
.press-room-content {
    padding: 2rem 0;
    border-right: 1px solid #333;
    height: 190px;
}
.press-room-box-wrp a {
    border: 2px solid #22a184;
    padding: 10px 15px;
    line-height: 12;
    border-radius: 10px;
    background: #fff;
}
.press-room-box {
    padding: 2rem;
    background: #f5f6fa;
}
.press-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 2px 10px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 10px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 10px 28px -10px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.press-box:hover {
    -webkit-box-shadow: 2px 10px 28px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 10px 28px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 10px 28px -5px rgba(0, 0, 0, 0.75);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.press-box img {
    border-radius: 15px 15px 0 0;
    width: 100%;
}

.press-box {
    border-radius: 15px
}
a.dhi-btn-primary.text-center.mr-2.green {
    background: #fff;
    border: 1px solid #22a184;
    border-radius: 10px !important;
    color: #2e2e2e;
    font-size: 15px;
}
.press-box p,
.press-box h4 {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    font-size: 16px;
    line-height: 1.5
}

.sec-pressroom {
    overflow: hidden;
    background: #f9fafc;
    margin: 40px 0;
}
.section.sec-pressroom-2 h2 {
    color: #22a184;
}
.section.sec-pressroom #green-btn {
    font-size: 20px !important;
}
.section.sec-pressroom-2 .dhi-btn-primary {
    font-size: 20px !important;
}
.inner-banner {
    position: relative;
}
.inner-banner picture::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
   background: rgb(0 0 0 / 50%);
}
.inner-banner-text {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.inner-banner-text h2,
.inner-banner-text h1 {
   font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.about-team-sec {
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(../images/about-team-bg.jpg) no-repeat;
    background-size: cover;
}


/* .at-wrapp{padding: 150px 0} */

.sec-journy {
    padding: 50px 0;
    background: linear-gradient(267deg, #246655, #b9d68d);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 51%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 51%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 51%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 51%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 51%
    } 
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 51%
    }
}

.journy-tab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #177264;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
}

.journy-tab.nav-pills h4 {
    font-size: 20px;
    margin-bottom: 0
}

.journy-tab.nav-pills .nav-link {
    color: #fff
}

.sec-journy .tab-content {
    padding: 50px 0;
    color: #fff;
    text-align: center
}

.sec-journy .tab-content .owl-carousel {
    margin-top: 30px
}

.sec-journy .tab-content .owl-carousel .item img {
    border-radius: 20px
}

.channel-banner {
    position: relative;
}

.channel-banner-text {
    position: absolute;
    top: 50%;
    right: 15vw;
    max-width: 550px;
}

.channel-banner-text h2 {
   font-family: 'Roboto', sans-serif;
    font-size: 39px
}

.channel-banner-text p {
    font-size: 20px
}

.channel-btn .dhi-btn-primary {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px
}

.channel-btn .dhi-btn-primary.active {
    background: #b8d68d;
    color: #000
}

.channel-btn .dhi-btn-primary:hover {
    border-radius: 20px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-top: 15px
}

.surgery-timeline .timeline-content {
    padding: 35px 0;
    position: relative;
    left: -6rem;
}

.surgery-timeline .timeline-content::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: #22a184; 
    top: 0;
    left: 20px;
}

.surgery-timeline .timeline-content span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px
}

.surgery-timeline .timeline-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: relative;
    display: inline-block;
    background: #22a184;
    padding: 15px 30px;
    margin-top: 35px;
    color: #fff;
}

.surgery-timeline .timeline-content .timeline-inner {
    padding-left: 50px;
}



.surgery-timeline .timeline-content:after {
    content: '';
    position: absolute;
    background: #cccc;
    width: 10px;
    height: 3px;
    left: 16px;
    bottom: 0;
}

.types-surgeries {
    display: flex
}

.types-tabs {
    width: 20vw;
    border-bottom: none
}

.types-tabs li {
    text-align: center;
    border-top: none;
}

.type-content {
    width: 80vw;
}

.types-tabs>li>a {
    background: #e5e5e5;
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 6px;
    border-radius: 0;
    border-bottom: 1px solid #cbcbcb;
    font-family: 'Raleway-Medium', Arial, Helvetica, sans-serif;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px;
}

.types-tabs>li>a h3 {
    font-size: 14px;
    margin-bottom: 0
}

.types-tabs .nav-item.show .nav-link,
.types-tabs .nav-link.active,
.types-tabs .nav-link.active:hover {
    background: #4e4e4e;
    color: #fff
}

.types-tabs .nav-link:hover {
    background: #eee
}

.tab-faqs-col .panel-group .panel-heading a.collapsed:after {
    content: '+';
}

.tab-faqs-col .panel-group .panel-heading a:after {
    font-size: 30px;
    top: 15px;
    border: none;
}

.tab-faqs-col .panel-group .panel-heading a::after {
    content: "-";
    height: 26px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 17px;
    width: 26px;
}

.tab-faqs-col .panel-default .panel-heading a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    padding: 19px 22px 13px 0;
}

.tab-faqs-col .panel-group .panel-heading a {
    display: block;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #424447;
    line-height: 1;
    position: relative;
    padding-right: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px
}

.tab-faqs-col .panel-default {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 6px;
}

.bmi-wrapper {
    background: #2189B4;
    color: #fff;
    width: 100%;
    padding: 20px;
    height: 290px;
}

.bmi-sec {
    margin-top: 50px;
}

.bmi-form {
    background: #83BAD1;
    padding: 25px;
    position: relative;
    top: -60px;
}

.leadform-rhs {
    background: linear-gradient(267deg, #246655, #b9d68d);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    padding: 30px;
    color: #fff;
}

.leadform-rhs h3 {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 25px;
    color: #01211b;
}

.bmi-calc {
    background: url(../images/about-team-bg.jpg) no-repeat;
    background-size: auto;
}

.breadcrumb ol {
    padding-left: 0
}

.site-links {
    background: #22a184;
    padding: 65px 0 40px;
}

.site-links li,
.site-links h5 {
    color: #fff;
    font-size: 14px
}

.site-links li p,
.site-links h5 p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff
}

.site-link-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer {
    width: 100%;
    position: relative;
}

.footer-social {
    margin-top: 15px
}

.footer-social li {
    display: inline-block
}

.footer-social .social-icons {
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.footer-social a {
    color: #fff !important;
    font-size: 20px;
}
.footer-social .social-icons svg {
    margin-top: 6px
}
.contact-list {
    margin: 40px 0px 0;
}
.contact-list p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.privacy-footer a {
    color: #fff;
}
.privacy-footer {
    background: #22a184;
    padding: 10px 0;
}

.copy-footer {
    padding: 10px 0;
   background: #22a184;
}

.copy-footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.privacy-footer span {
    color: #fff;
    font-size: 13px
}

.privacy-footer span+span {
    float: right
}

.inner-banner img {
    width: 100%;
}

.breadcrumb {
    margin-bottom: 0;
    background: #22a184;	
}

.breadcrumb-item.active {
    font-family: 'Roboto', sans-serif;
    color: #000
}

.breadcrumb-item {
    font-family: 'Raleway-Medium', Arial, Helvetica, sans-serif
}
.breadcrumb-item a {
    color: #fff;
}
.sf-wrap .nav {
    max-width: 25vw;
}

.sf-wrap .nav a {
    width: 25vw
}

.sf-wrap .tab-content {
    padding: 30px
}

.sf-wrap .nav>a {
    background: #e5e5e5;
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    padding: 20px;
    border-radius: 0;
    border-bottom: 1px solid #cbcbcb;
    font-family: 'Raleway-Medium', Arial, Helvetica, sans-serif;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px;
}

.sf-wrap .nav>a h2 {
    font-size: 14px;
    margin-bottom: 0
}

.sf-wrap .nav-pills .nav-link.active,
.sf-wrap .nav-pills .show>.nav-link {
    background: #4e4e4e;
    color: #fff;
}

.Soulfuel {
    padding: 0 30px;
}

.Soulfuel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 30px !important;
    padding: 10px !important;
    outline: 0;
}

.Soulfuel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px !important;
    padding: 10px !important;
    outline: 0;
}

.protein-wrap-rhs ul li:before {
    position: absolute;
    background: #01211b;
    width: 5px;
    height: 5px;
    content: '';
    left: 0;
    top: 10px;
}

.protein-wrap-rhs ul li {
    position: relative;
    padding-left: 20px;
}

.grinder .col-lg-5:last-child {
    padding-left: 75px;
    position: relative;
}

.grinder .col-lg-5:first-child {
    padding-right: 75px;
    position: relative;
}

.grinder .col-lg-5:first-child:after {
    content: '';
    position: absolute;
    background: url(../images/icon-1.png) no-repeat;
    width: 50px;
    height: 50px;
    top: 30px;
    background-size: cover;
    right: 0;
}

.grinder .col-lg-5:last-child:before {
    content: '';
    position: absolute;
    background: url(../images/icon-2.png) no-repeat;
    width: 50px;
    height: 50px;
    top: 30px;
    background-size: cover;
    left: 0;
}

.pro-sec-second {
    background: #b8d68d;
    color: #000;
}

.protein-disc-lhs {
    text-align: right;
}

.checkout-wrapper .section-title h2,
.checkout-wrapper .section-title h1 {
    font-size: 26px;
}

.press-box-inner {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.press-box-inner h2 {
    line-height: 1
}

.press-box-inner h2 a {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

.press-box-inner h2 a:hover {
    text-decoration: underline
}

.press-box-inner span {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px
}


/*Blog & Videos CSS*/

.round-corner-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.round-corner-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.round-corner-top {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.card-inner p,
.card-inner h3 {
    color: #000;
    font-size: 15px;
}

.channel-card-main {
    padding: 50px;
}


/*-next page css-*/

.blog-card-main {
    padding: 20px;
}

.calculator-form {
    background: linear-gradient(267deg, #246655, #b9d68d);
}

.calculator-form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

p.form-text {
    font-weight: 300;
}

.form-group-calculator {
    height: 35px;
    font-size: 13px;
}

.contact-rhs {
    background: linear-gradient(267deg, #246655, #b9d68d);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    padding: 25px;
    color: #fff;
    height: 100%;
}

.contact-lhs {
    background: #eee;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-lhs h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.hiddendiv {
    display: none
}

.contact-map .accordion {
    height: 100%;
}

.contact-card-header {
    background: #22a184;
    color: #ffff;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 6px;
    border-radius: 0;
    border-bottom: 1px solid #22a184;
    font-family: 'Raleway-Medium', Arial, Helvetica, sans-serif;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px;
    margin: 10px 0;
}
.contact-card-header button {
    color: #fff;
} 

.contact-card-header .btn {
    background: none
}

.contact-card-header .btn:hover,
.contact-card-header .btn:focus {
    color: #177264
}

.ns-section-wrapper {
    background: #f9f9f9;
}

.temp-sec-2 {
    background: url(../images/template-section-bg1.jpeg)no-repeat;
    background-size: 100% 100%;
    height: 190px;
}

.ns-sec-content {
    background: #fff;
    padding: 30px 50px;
    position: relative;
    top: -60px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

.temp-sec-2 h2,
.benefits h2 {
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.temp-sec-3 {
    background: #f9f9f9;
}

.temp-sec-3 .card {
    height: 100%;
}

.benefits {
    background: url(../images/template-section-bg2.jpeg)no-repeat;
    background-size: 100% 100%;
    height: 190px;
}

.temp-sec-2 p {
    color: #fff;
    text-align: center;
}

.temp-benefits li {
    border-bottom: 1px solid #cbdfde;
    text-align: center;
    padding: 10px 0;
}

.bg-opacity {
    opacity: .7;
}


/*pagination css*/

.pagination a {
    font-weight: bold;
    color: #8d8d8d;
}

.pagination a.circular-pagination {
    height: 31px;
    width: 31px;
    border-radius: 50%;
    padding: 5px;
}

.pagination a.active {
    color: #000;
    background: #b7d58c;
}


/*Blog inner page css*/

.blog-title h3 {
    text-transform: uppercase;
    color: #8ccce5;
    font-weight: 600;
    font-size: 1.5rem;
}

.blog-date h5 {
    color: #000;
    font-size: 1.1rem;
}

.recent-articles-title h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #8ccce5;
    font-size: 1.5rem;
}

.block {
    margin-bottom: 10px;
    border-bottom: 1px solid #8ccce5;
    margin-top: 10px;
}

.block a,
.block h6 {
    font-size: 15px;
}

.temp-sec-3 .card-text {
    font-size: 1.5rem
}

.team-wrapper {
    background: url(../images/team-bg-blur.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    background-color: #bbb;
}

.team-mate img {
    /*border: 5px solid #a8d7e7;*/
}

.team-container .nav-pills .nav-link {
    color: #fff !important;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border: 3px solid #fff18f;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 3px solid #fff;
}

#pageloader {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
}

#pageloader img {
    position: absolute;
    top: 42%;
    max-width: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.dropdown-menu li a:hover {
    background: #83c6dc
}

.dropdown-menu li a:hover .drop-icon {
    background: none
}

.dropdown .nav-link {
    color: #000 !important;
    font-size: 0.9375rem !important;
    position: relative !important;
    padding: .6rem 1rem !important;
    white-space: pre-line !important;
    text-transform: inherit !important;
}

.fb-widget iframe {
    width: 100%
}

.social-widget {
    height: 500px;
    overflow: auto;
}

.team-avtar {
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
    max-width: 100px;
}

.gotopagecard {
    position: relative;
    overflow: hidden;
    border: 1px solid #eae3e3;
}

.gotopagecard a,
.gotopagecardv2 a,
.gotopagecardv3 a {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.gotopagecard img,
.gotopagecardv2 img,
.gotopagecardv3 img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.gotopagecard img:hover,
.gotopagecardv2 img:hover,
.gotopagecardv3 img:hover {
    transform: scale(1.1);
}

.shop-cardtitle {
    padding: 15px 0;
    text-align: center;
}

.shop-cardtitle p {
    text-transform: uppercase;
    font-size: 13px;
}

.doc-social-pro {
    background: #b8d68d;
    padding: 15px;
    color: #454545;
    text-align: center;
    webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    background-color: #4e4e4e;
    border-radius: 50%;
}

.p-location {
    font-size: 25px;
    text-transform: capitalize;
}

.banner-mob {
    display: none !important
}
.sec-service {
    background: url(../images/service-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat; 
}
.sec-opd li {
    list-style: none;
    display: inline-block;
    padding: 20px; 
}
.team-container .sec-service {
    background: none !important;
}
.sec-opd ul {
   margin:0px;
   padding:0px;
}
img.w-75.rounded-circle.broder {
    border: 1px solid #22a184;
    padding: 10px;
}
/*CSR PAGE CSS START*/
.sec-csr {
    margin: 5rem 0;
	 background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(../images/testimonial-bg.png) no-repeat !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
	background-size: contain !important;
}

.csr-box-wrp {
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    padding: 25px;
    transition: opacity 800ms, transform 800ms ease;
    transform: scale(1,1);
}
img.charity {
    width: 100px;
    height: auto; 
}
.csr-box-wrp strong {
    font-size: 20px;
}
.csr-box-wrp:hover {
    border: 1px solid #22a184;
    transform: scale(1.1);
}
.sec-csr .col-md-3 {
    margin: 1rem 0!important;
}
img.csr-icon {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.about-csr {
    margin: 10rem 0;
}
.about-csr h2 {
   color: #22a184 !important;
    font-size: 35px;
    margin: 20px 0;
	text-transform:uppercase;	
}
.csr-counter h2 {
    font-size: 35px;
    margin: 40px 0;
	text-transform:uppercase;
	
	
}
.csr-counter {
    margin-bottom: 4rem;
}
/*CSR PAGE CSS END*/

/*WEIGHT-LOSS SERGERY CSS*/
.sec-after-weight-loss{
	text-align:center;
	    margin-top: 55px;
}
.sec-after-weight-loss h2 {
    font-family: 'Roboto', sans-serif;
	color:#22a184;
    font-size: 39px;
	text-transform:uppercase;
	

}
h2.surgery-title {
    color: #22a184;
    text-transform: uppercase;
    font-size: 25px;
}
.surgery-timeline {
    margin-bottom: 2rem;
}
.timeline-title {
    margin: 7rem -5rem 0 !important;
}
.timeline-inner-content {
    margin: 15px 0;
}
.timeline-inner-content h3 {
    color: #22a184;
    font-size: 25px;
    margin: 10px 0;
}
img.supplements {
    width: 100px;
    height: 100px;
    float: left;
}
/*WEIGHT-LOSS SERGERY CSS*/
/*Robotic SERGERY CSS*/
ul.robotic-list li {
    list-style: none;
    padding: 7px 0;
}
ul.robotic-list li::before {
    /* color: #fff; */
    content: "\2022";
    color: #22a184;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/*Robotic SERGERY CSS*/
@media screen and (max-width:1280px) {
    .dhi-header .navbar-nav .nav-link {
        font-size: .7rem;
    }
            .press-room-content {
    height:160px;
}

}

@media screen and (max-width:1024px) {
	.surgery-timeline .timeline-content {
     left: 0px; 
}
    .about-wrap .about-rhs {
        position: relative;
        left: -155px;
        width: 500px;
    }
    .about-wrap .about-rhs .second-para {
        padding-left: 70px;
    }
    .dhi-header .navbar-nav .nav-link {
        font-size: .7rem;
    }
    .second-banner h2 {
        font-size: 28px !important;
        max-width: 475px;
    }
      .press-room-content {
    height:160px;
}
.home-form .form-group {
   padding:0rem !important;
} 
.dhi-btn-circle {
    padding: 0.5rem 9rem !important;
}
.home-form .form-group {
    margin-bottom: 10px;
}
}

@media screen and (max-width:991.98px) {
	
	.contact-list .row {
    display: -ms-flexbox;
    display: grid; 
}
    li.xs-hide {
        display: none !important;
    }
    .banner-mob {
        display: block !important;
    }
    .banner-desktop {
        display: none !important
    }
    body {
        margin-top: 70px;
    }
    /* .header-top{display: none}*/
    .about-wrap {
        flex-wrap: wrap;
        display: block;
    }
    .about-wrap .about-rhs {
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .about-wrap .about-rhs .second-para {
        text-align: center !important;
        padding-left: 0;
    }
    .about-wrap .about-rhs .dr-name:before {
        display: none;
    }
    .sec-intro {
        padding: 25px;
    }
.service-box-inner h2 {
    font-size: 14px;
    margin: 10px 0 5px;
}
.service-box-wrp img {
    margin: 3rem 0 0;
    width: 60px;
}
.service-box-inner {
    height: 500px;
}
a.dhi-btn-primary.service {
    bottom: 23px;
}
a.dhi-btn-primary.service-weight-loss{
    bottom: 42px;
}
a.dhi-btn-primary.service-2 {
    bottom: 3px;
}
    .sec-service .sec-intro h2 {
        font-size: 28px;
        margin-top: 50px;
    }
    .sec-service .container-fluid::after {
        width: 100%;
    }
    .non-surgical-car .flipster__item__content .car-content {
        width: 350px;
    }
    .sec-service .container::after {
        width: 100%;
        top: 90px;
        right: -105px;
    }
    .nav-up {
        top: 0;
    }
    .team-text {
        position: relative;
    }
    .team-mate {
        text-align: center
    }
    .testi-inner {
        width: 720px;
        position: relative;
        top: 0;
    }
    .mob-hide {
        display: none
    }
    .site-link-wrapper ul {
        width: 49%;
        margin-bottom: 30px;
    }
    .press-room-content {
    padding: 0rem 0;
    height:110px;
}
.press-room-box-wrp h4 {
    font-size: 15px;
    
}
.press-room-box-wrp a {
    line-height: 8;
}
    .privacy-footer span {
        display: block;
        text-align: center
    }
    .privacy-footer span+span {
        float: none
    }
    .protein-wrap-lhs {
        text-align: left !important
    }
    .grinder .col-lg-5:first-child {
        padding-left: 75px;
        text-align: left !important;
        padding-right: 15px;
    }
    .grinder .col-lg-5:first-child:after {
        left: 15px;
    }
    .protein-disc-lhs {
        text-align: left;
    }
    .dhi-header .navbar-nav .nav-link {
        font-size: 16px;
        padding: .6rem 1rem;
    }
    .temp-sec-3 .card {
        height: auto;
    }
    .drop-icon {
        display: inline-block;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }
    .dhi-header .navbar-nav .nav-link {
        display: inline-block;
    }
    .mainmenu .collapse ul ul {
        position: relative;
    }
    .dropdown-menu {
        display: none !important;
    }
    .dropdown-menu.show {
        display: block !important;
    }
    .dhi-header .nav-item:hover {
        border-radius: 0;
    }
    .dhi-header .dropdown-menu .dropdown-item {
        display: inline-block;
    }
    .mainmenu .active a,
    .mainmenu .active a:focus,
    .mainmenu .active a:hover,
    .mainmenu li a:hover,
    .mainmenu li a:focus,
    .navbar-default .navbar-nav>.show>a,
    .navbar-default .navbar-nav>.show>a:focus,
    .navbar-default .navbar-nav>.show>a:hover {
        color: #000
    }
    .dropdown-menu li a:hover {
        background: none
    }
    .dhi-header .navbar-collapse.collapse.show {
        max-height: 340px;
        overflow: auto;
    }
    .dropdown-menu {
        padding-left: 15px
    }
    .non-surgical-car .flipster__container {
        height: 450px !important;
    }
	.surgery-timeline .timeline-content {
    left: 0rem;
}
}

@media screen and (max-width:767.98px) {
    /*Blog css*/
	.request-form-sec {
    width: 100%;
}
	button.make_sub {
    padding: 0.5rem 5rem;
    width: 100%;
}
    .channel-banner-text {
        position: relative;
        left: 0;
        padding-bottom: 25px;
    }
    .channel-card-main {
        padding: 20px;
    }
    .sf-wrap {
        flex-wrap: wrap;
    }
    .sf-wrap .nav {
        flex-wrap: wrap;
        max-width: 100%
    }
    .sf-wrap .nav a {
        width: 100%;
    }
	.sec-service {
    background: none !important;
}
	.service-box-inner .text-medium {
    padding: 0 8rem 0;
    font-size: 13px;
}
.service-box-wrp img {
    margin: -2rem 0 0;
    width: 70px;
}
.home-form .form-group {
    padding: 0.5rem 0rem !important;
}
a.dhi-btn-primary.service-weight-loss{
   bottom: -30%;
}
a.dhi-btn-primary.service {
   bottom: -38%;
}a.dhi-btn-primary.service-2 {
       bottom: -38%;
}
.contact-list {
    margin: 0px 0;
}
	.banner-form-sec img {
    margin:0 0 !important;
}
}

@media screen and (max-width:575.98px) {
    .breadcrumb ol {
        display: block !important;
    }
    .mob-hide {
        display: none
    }
    #home-banner .banner-text {
        top: 50px;
    }
    #home-banner .banner-text h2 {
        font-size: 45px;
    }
    #home-banner .banner-text h2 span {
        font-size: 25px;
    }
    .second-banner h2 {
        font-size: 20px !important
    }
    .non-surgical-car .flipster__container {
        left: -265px;
        height: 530px !important;
    }
    .non-surgical-car .flipster__item__content .car-content {
        width: 319px;
    }
    .non-surgical-car .flipster__button {
        bottom: 0;
        top: auto
    }
    .non-surgical-car::before {
        display: none
    }
    .non-surgical-car .flipster__button--prev {
        left: 20%
    }
    .non-surgical-car .flipster__button--next {
        left: 30%
    }
    .non-surgical-car .flipster__item__content .car-content {
        visibility: hidden;
    }
    .non-surgical-car .flipster__item--current .car-content {
        visibility: visible
    }
    .sec-service .container::after {
        width: 75%;
        right: 0;
        top: 90px;
    }
    .testi-inner {
        width: 100%;
        position: relative;
        top: 0
    }
    #testimonial-carousel .test-img span {
        width: 130px
    }
    #testimonial-carousel {
        padding: 0
    }
    #testimonial-carousel .owl-nav button {
        top: 15%
    }
    .site-link-wrapper ul {
        width: 100%
    }
    .banner-form-sec {
        position: relative;
    }
    .team-members {
        top: 15px;
        margin-bottom: 30px
    }
    /*Blog css*/
    .d-xs-none {
        display: none;
    }
    .channel-card img {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .channel-banner-text h2 {
        font-size: 24px;
    }
    .channel-banner-text p {
        font-size: 15px;
    }
    /*pagination css*/
    .pagination a {
        padding: 7px 27.9px;
    }
    .press-room-content {
    border: none;
}
.press-room-box-wrp {
    border: none;
    margin-bottom: 4rem;
}
.press-room-box-wrp a {
    line-height: 0;
}
}
@media screen and (max-width:530px) {
	.dhi-btn-circle {
    padding: 0.5rem 10rem;
    width: 100%;
}
a.dhi-btn-primary.service-weight-loss{
   bottom: -19%;
}
a.dhi-btn-primary.service {
   bottom: -30%;
}a.dhi-btn-primary.service-2 {
       bottom: -35%;
}
}
@media screen and (max-width:480px) {
	a.dhi-btn-primary.service-weight-loss{
   bottom: -24%;
}

	
.service-box-inner .text-medium {
    padding: 0 6rem 0;
    font-size: 13px;
}
}
@media screen and (max-width:420px) {
		a.dhi-btn-primary.service-weight-loss{
   bottom: -28%;
}
a.dhi-btn-primary.service {
   bottom: -31%;
}a.dhi-btn-primary.service-2 {
       bottom: -36%;
}
.service-box-inner .text-medium {
    padding: 0 4rem 0;
    font-size: 13px;
}
.dhi-btn-circle {
    padding: 0.5rem 8rem;
    width: 100%;
}
.bn-label {
    display: none;
}
.bn-news {
    left: 0!important;
}
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype'), url('../fonts/Raleway.svg#Raleway') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Heavy';
    src: url('../fonts/Raleway-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Heavy.woff') format('woff'), url('../fonts/Raleway-Heavy.ttf') format('truetype'), url('../fonts/Raleway-Heavy.svg#Raleway-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rupee_Foradian_1';
    src: url(../fonts/Rupee_Foradian_1.eot);
    src: url(../fonts/Rupee_Foradian_1.eot) format("embedded-opentype"), url(../fonts/Rupee_Foradian_1.woff2) format("woff2"), url(../fonts/Rupee_Foradian_1.woff) format("woff"), url(../fonts/Rupee_Foradian_1.ttf) format("truetype"), url(../fonts/Rupee_Foradian_1.svg#Rupee_Foradian_1) format("svg")
}

#home-banner .banner-text h4 {
    width: 80%;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 575.98px) { 
    #home-banner .banner-text h4 {
        width: 65%;
        font-size: 16px;
    }
	.header-top {
    display: none;
}
}


/*AKanksha css*/

.pluscounter {
    display: inline-flex;
}

.plusone {
    margin-top: 5px;
} 