@font-face {
    font-family: FrutigerLTStd55Roman;
    src: url(../fonts/FrutigerLTStdRoman.eot);
    src: url(../fonts/FrutigerLTStdRomand41d.eot?#iefix) format('embedded-opentype'), url(../fonts/FrutigerLTStdRoman.html) format('woff2'), url(../fonts/FrutigerLTStdRoman-2.html) format('woff'), url(../fonts/FrutigerLTStdRoman-3.html) format('truetype'), url(../fonts/FrutigerLTStdRoman.svg#FrutigerLTStdRoman) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: frutigermedium;
    src: url(../fonts/frutigel_0-webfont.eot);
    src: url(../fonts/frutigel_0-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/frutigel_0-webfont.html) format('woff2'), url(../fonts/frutigel_0-webfont-2.html) format('woff'), url(../fonts/frutigel_0-webfont-3.html) format('truetype'), url(../fonts/frutigel_0-webfont.svg#frutigermedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: frutigerroman;
    src: url(../fonts/frutiger_roman-webfont.eot);
    src: url(../fonts/frutiger_roman-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/frutiger_roman-webfont.html) format('woff2'), url(../fonts/frutiger_roman-webfont-2.html) format('woff'), url(../fonts/frutiger_roman-webfont-3.html) format('truetype'), url(../fonts/frutiger_roman-webfont.svg#frutigerroman) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: frutiger_boldregular;
    src: url(../fonts/ftb_1-webfont.eot);
    src: url(../fonts/ftb_1-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/ftb_1-webfont.html) format('woff2'), url(../fonts/ftb_1-webfont-2.html) format('woff'), url(../fonts/ftb_1-webfont-3.html) format('truetype'), url(../fonts/ftb_1-webfont.svg#frutiger_boldregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: frutiger_ce_45_lightbold;
    src: url(../fonts/ftbcx_0-webfont.eot);
    src: url(../fonts/ftbcx_0-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/ftbcx_0-webfont.html) format('woff2'), url(../fonts/ftbcx_0-webfont-2.html) format('woff'), url(../fonts/ftbcx_0-webfont-3.html) format('truetype'), url(../fonts/ftbcx_0-webfont.svg#frutiger_ce_45_lightbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: frutiger_ce_55_romanregular;
    src: url(../fonts/ftrc_0-webfont.eot);
    src: url(../fonts/ftrc_0-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/ftrc_0-webfont.html) format('woff2'), url(../fonts/ftrc_0-webfont-2.html) format('woff'), url(../fonts/ftrc_0-webfont-3.html) format('truetype'), url(../fonts/ftrc_0-webfont.svg#frutiger_ce_55_romanregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.modal {
    z-index: 9999
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        display: block
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        display: block
    }
}

.fadeIn {
    opacity: 0
}

.fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100px)
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: .3;
        transform: translateX(100px)
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    50% {
        opacity: .3
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    50% {
        opacity: .3
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
}

.fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -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(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    /*display: block;
    width: 100%*/
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    -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
}

.owl-carousel .animated {
    animation-duration: 1s;
    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
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.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(../../india/doctors.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s 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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.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 .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.html);
    src: url(fonts/flexslider-icond41d.html?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon-2.html) format('woff'), url(fonts/flexslider-icon-3.html) format('truetype'), url(fonts/flexslider-icon-4.html#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover, .flex-slider a:hover {
    outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    background: #fff;
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    cursor: pointer
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    color: transparent;
    border-radius: 4px;
    text-align: center
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    content: 'ï…·';
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.flex-direction-nav a.flex-next:before {
    content: 'ï…¸'
}

.flex-direction-nav .flex-prev {
    left: 0
}

.flex-direction-nav .flex-next {
    right: 0
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
    color: transparent
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
    color: transparent
}

.flex-direction-nav .flex-disabled {
    opacity: 1;
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}

* {
    outline: 0
}

::-moz-selection {
    background: #ffa200;
    color: #fff;
    text-shadow: none
}

body, html {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

label {
    display: block;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

li, ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
    list-style: none
}

img {
    vertical-align: middle;
    border: none
}

p {
    padding: 0;
    display: block;
    margin: 0
}

.btn, a, input, select, textarea {
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s;
    -moz-transition: all .25s ease-in 0s;
    -o-transition: all .25s ease-in 0s;
    outline: 0;
    font-weight: 400;
    text-decoration: none
}

a {
    color: #333;
}

a:hover {
    outline: 0;
    cursor: pointer;
    color: #212121;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

.full-width {
    float: left;
    width: 100%
}

.relative {
    position: relative
}

.full-img {
    width: 100%
}

.float-left {
    float: left
}

.float-right {
    float: right
}

input[type=email], input[type=file], input[type=number], input[type=password], input[type=text], select, textarea {
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s;
    width: 100%
}

button {
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    outline: 0;
    transition-duration: .1s;
    box-shadow: none
}

.form-control {
    box-shadow: none;
    padding: 0 10px;
    border-radius: 0
}

.form-control:focus {
    box-shadow: none
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #030303
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #030303
}

select {
    -webkit-appearance: block;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

.marginnone {
    margin: 0
}

.margintop10 {
    margin-top: 10px
}

.margintop20 {
    margin-top: 20px
}

.margintop30 {
    margin-top: 30px
}

.margintop40 {
    margin-top: 40px
}

.marginbottom10 {
    margin-bottom: 10px
}

.marginbottom20 {
    margin-bottom: 20px
}

.marginbottom30 {
    margin-bottom: 30px
}

.marginbottom40 {
    margin-bottom: 40px
}

.marginbottom60 {
    margin-bottom: 60px
}

.paddingnone {
    padding: 0 !important
}

.paddingtop10 {
    padding-top: 10px
}

.paddingtop20 {
    padding-top: 20px
}

.paddingtop30 {
    padding-top: 30px
}

.paddingtop40 {
    padding-top: 40px
}

.paddingbottom10 {
    padding-bottom: 10px
}

.paddingbottom20 {
    padding-bottom: 20px
}

.paddingbottom30 {
    padding-bottom: 30px
}

.paddingbottom40 {
    padding-bottom: 40px
}

@keyframes uptext {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 1
    }
}

@-webkit-keyframes uptext {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 1
    }
}

@keyframes downtext {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes downtext {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.img_block > img {
    width: 100%
}

.btn {
    color: #fff;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 20px;
    background-color: #033b4a;
    font-size: 16px;
    border: none
}

.btn:hover {
    background-color: #f87a2f;
    color: #fff
}

.styled_select {
    position: relative;
    width: 100%
}

.styled_select:after {
    content: 'ïƒ—';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    line-height: 34px;
    color: #555;
    font-size: 16px;
    text-align: center;
    pointer-events: none
}

.styled_select select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    color: #23ac60;
    height: 40px;
    text-align: center;
    opacity: 1;
    margin-top: -20px;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.owl-nav [class*=owl-]:hover {
    color: #f80609
}

.owl-nav [class*=owl-].disabled {
    opacity: .5
}

.owl-nav [class*=owl-] .fa {
    line-height: 40px;
    font-size: 24px
}

.owl-nav .owl-next {
    right: 10px
}

.owl-nav .owl-prev {
   /* left: 10px*/
}

.slide_section {
    position: relative
}

.slide_section .item {
    position: relative
}

.slide_section .item img {
    width: 100%
}

.slide_section .item .mobile_banner {
    display: none
}

.slide_section .item .overlay {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 100px;
    margin-top: -120px
}

.slide_section .item .overlay h1 {
    opacity: 0
}

.slide_section .item .overlay img {
    width: auto;
    display: inline-block
}

.slide_section .item .overlay .btn {
    background-color: #019f48;
    color: #fff;
    font-size: 16px;
    line-height: 49px;
    padding: 0 15px;
    min-width: 200px;
    border-radius: 50px;
    opacity: 0;
    position: relative
}

.slide_section .item .overlay .btn .fa {
    padding-right: 5px
}

.slide_section .item .overlay .btn:hover {
    background-color: #f70a02
}

.slide_section .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 8px
}

.slide_section .owl-dot {
    float: left;
    width: 8px;
    padding-bottom: 10px
}

.slide_section .owl-dot:last-child {
    padding-bottom: 0
}

.slide_section .owl-dot span {
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 100%;
    float: left
}

.slide_section .owl-dot.active span {
    background-color: #019f48
}

.mobile_banner {
    display: none
}

.home_carousel .active .item .overlay h1 {
    animation-name: uptext;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-out
}

.home_carousel .active .item .overlay .btn {
    animation-name: downtext;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0
}

.anthem_dwn {
    position: absolute;
    left: 70px;
    bottom: 40px;
    z-index: 99
}

.anthem_dwn ul {
    display: inline-block
}

.anthem_dwn ul li {
    float: left;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.anthem_dwn ul li:first-child {
    padding-right: 10px
}

.anthem_dwn ul li a {
    float: left;
    background-color: #5a5a5a;
    color: #fff;
    width: 44px;
    text-align: center;
    border-radius: 17px 0 0 17px
}

.anthem_dwn ul li a .fa {
    line-height: 34px
}

.anthem_dwn ul li:last-child a {
    background-color: #4a4a4a;
    border-radius: 0 17px 17px 0
}

.fixed_social {
    position: fixed;
    top: 50%;
    left: 20px;
    margin-top: -55px;
    z-index: 80
}

.fixed_social ul {
    width: 30px;
    float: left
}

.fixed_social ul li {
    float: left;
    width: 30px;
    padding-bottom: 10px
}

.fixed_social ul li:last-child {
    padding-bottom: 0
}

.fixed_social ul li a {
    float: left;
    width: 30px;
    background-color: #fff;
    position: relative;
    line-height: 28px;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ccc
}

.fixed_social ul li a:hover {
    background-color: #3b5999;
    color: #fff
}

.fixed_social ul li:nth-child(2) a:hover {
    background-color: #01bbf6
}

.fixed_social ul li:nth-child(3) a:hover {
    background-color: #fe0000
}

.scroll_down {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 88
}

.check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #a5a5a5;
    min-height: 27px;
    margin: 0;
    line-height: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: transparent;
    border: 1px solid #656565
}

.check_container input:checked ~ .checkmark {
    border: none
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked ~ .checkmark:after {
    display: block
}

.check_container .checkmark:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 10px;
    content: url(../images/check-hover.png)
}

.abt_section {
    margin: 50px 0 20px;
    position: relative;
    overflow: hidden
}

.abt_section:before {
    content: '';
    background-color: #e6e9ea;
    width: 33%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0
}

.about_inner {
    position: relative;
    padding-right: 590px;
    min-height: 470px
}

.abt_section h2 {
    color: #1b1b1b;
    font-size: 33px;
    letter-spacing: 1px;
    padding: 30px 0;
    line-height: 30px
}

.abt_section .textarea {
    position: relative;
    background-color: #fff;
    min-height: 340px;
    box-shadow: 0 0 65px 2px rgba(0, 0, 0, .22);
    padding-right: 415px;
    overflow: hidden
}

.abt_section .textarea .img_block {
    position: absolute;
    right: 0;
    top: 0;
    width: 415px
}

.abt_section .textarea .text {
    padding: 20px 25px
}

.abt_section .textarea .text p {
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    padding-bottom: 10px
}

.abt_section .textarea .text .btn {
    background-color: #1b1b1b;
    line-height: 36px
}

.abt_section .textarea .text .btn:hover {
    background-color: #f80609
}

.form_section {
    position: absolute;
    right: 0;
    width: 470px;
    background-color: #00000a;
    padding: 35px;
    top: 0
}

.abt_section .form_section h2 {
    color: #019f48;
    padding: 0 0 20px
}

.abt_section .form_section .form-control {
    background-color: transparent;
    border: 1px solid #656565;
    height: 60px;
    color: #fff;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px
}

.abt_section .form_section .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.abt_section .form_section .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.abt_section .form_section .btns {
    display: inline-block;
    padding-top: 20px;
    width: 100%
}

.abt_section .form_section .btns li {
    float: left
}

.abt_section .form_section .btns li .btn {
    line-height: 50px;
    min-width: 156px;
    color: #fff
}

.abt_section .form_section .btns li:last-child {
    padding-left: 20px
}

.abt_section .form_section .btns li a {
    color: #a5a5a5;
    line-height: 46px;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0
}

.abt_section .form_section .btns li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    height: 2px;
    width: 0;
    background-color: #f80609;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.abt_section .form_section .btns li a:hover:after {
    width: 100%;
    left: 0
}

.abt_section .form_section .btns li a:hover {
    border-bottom-color: #f80609
}

.pledge_btn {
    display: none
}

.upcoming_event_section {
    background-color: #e7e7e7;
    padding: 50px 0;
    overflow: hidden
}

.upcoming_event_section h2 {
    color: #1b1b1b;
    font-size: 33px;
    letter-spacing: 1px;
    padding: 0 50px 30px
}

.upcoming_event_section h2 .link {
    float: right;
    font-size: 16px;
    color: #5a5a5a;
    letter-spacing: normal;
    border-bottom: 2px solid transparent;
    position: relative
}

.upcoming_event_section h2 .link:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    height: 2px;
    width: 0;
    background-color: #f80609;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.upcoming_event_section h2 .link:hover:after {
    width: 100%;
    left: 0
}

.event_carousel {
    padding: 0 50px
}

.event_carousel .item {
    background-color: #fff;
    padding: 20px
}

.event_carousel .item .date {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 24px;
    padding-bottom: 5px
}

.event_carousel .item .date .fa {
    font-size: 18px;
    padding-right: 5px;
    opacity: .6
}

.event_carousel .item h3 {
    font-size: 20px;
    color: #1b1b1b;
    padding-bottom: 10px
}

.event_carousel .item p {
    padding-bottom: 10px;
    color: #3f3f3f;
    line-height: 20px
}

.event_carousel .item .img_block {
    margin-bottom: 20px
}

.event_carousel .item .btn {
    background-color: #fff;
    border: 1px solid #818181;
    color: #23ac60;
    border-radius: 0;
    line-height: 48px
}

.event_carousel .item .btn .fa {
    padding-left: 10px
}

.event_carousel .item .btn:hover {
    background-color: #f80609;
    color: #fff;
    border-color: #f80609
}

.partner_section {
    position: relative;
    padding: 40px 0 50px;
    overflow: hidden
}

.partner_section:before {
    content: '';
    background-color: #23ac60;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 210px
}

.partner_section h2 {
    font-size: 33px;
    color: #e7e7e7;
    padding-bottom: 30px;
    text-align: center
}

.partner_section .container {
    position: relative;
    z-index: 2
}

.partner_section .white_bg {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.partner_carousel {
    padding: 0 50px
}

.gallery_section {
    padding: 0 0 50px
}

.gallery_section .container {
    max-width: 1500px;
    width: 100%
}

.gallery_section h2 {
    color: #1b1b1b;
    font-size: 33px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-align: center
}

.large_slide .slides > li a {
    position: relative;
    float: left;
    width: 100%
}

.large_slide .slides > li a .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 40px 40px;
    width: 100%
}

.large_slide .slides > li a .overlay h3 {
    color: #fff;
    font-size: 33px;
    letter-spacing: 1px
}

.thumb_slide {
    float: right;
    max-width: 970px;
    width: 100%;
    background-color: #fff;
    padding: 2px;
    margin-top: -75px
}

.thumb_slide .slides > li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.thumb_slide .slides > li.flex-active-slide img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.thumb_slide .flex-direction-nav a::before {
    color: #23ac60;
    position: static;
    margin: 0;
    height: 52px;
    width: 52px;
    border: 1px solid #878787;
    border-radius: 100%;
    line-height: 50px
}

.thumb_slide .flex-direction-nav a:hover::before {
    border-color: #f80609
}

.thumb_slide .flex-direction-nav {
    position: absolute;
    left: -160px;
    bottom: 5px;
    width: 130px;
    height: 52px
}

.thumb_slide .flex-direction-nav li {
    float: left;
    width: 52px
}

.thumb_slide .flex-direction-nav li:last-child {
    float: right
}

.thumb_slide .flex-direction-nav li a {
    float: left;
    width: 100%;
    position: static;
    height: auto
}

.flex-direction-nav a:hover:before {
    color: #f80609
}

.flex-direction-nav a.flex-disabled {
    opacity: .5
}

.top_footer {
    background-color: #e6e6e6;
    padding: 25px 0
}

.footer_list {
    float: left;
    padding-top: 5px
}

.footer_list li {
    float: left;
    position: relative;
    padding: 0 15px
}

.footer_list li:before {
    content: '|';
    position: absolute;
    left: 0;
    top: 0;
    color: #a8a8a8
}

.footer_list li:first-child {
    padding-left: 0
}

.footer_list li:last-child {
    padding-right: 0
}

.footer_list li:first-child:before {
    display: none
}

.footer_list li a {
    float: left;
    color: #323232;
    position: relative;
    line-height: 20px
}

.footer_list li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: 1px;
    width: 0;
    background-color: #f80609;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.footer_list li a:hover:after {
    width: 100%;
    left: 0
}

.footer_list li a:hover {
    color: #f80609
}

.social_list {
    float: right
}

.social_list li {
    float: left;
    font-size: 14px;
    color: #323232;
    padding-left: 10px;
    line-height: 30px
}

.social_list li:first-child {
    padding-left: 0
}

.social_list li a {
    float: left;
    width: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100%
}

.social_list li a .fa {
    line-height: 30px
}

.social_list li:nth-child(2) a {
    background-color: #2153a5
}

.social_list li:nth-child(3) a {
    background-color: #07a1da
}

.social_list li:nth-child(4) a {
    background-color: red
}

.bottom_footer {
    padding: 20px 0
}

.bottom_footer p {
    font-size: 14px;
    color: #7c7c7c
}

.inner_banner {
    position: relative
}

.inner_banner > img {
    width: 100%
}

.inner_banner .overlay {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -66px
}

.od_reg_section {
    background: url(../images/inner-bg.jpg) no-repeat center top #fff;
    padding: 40px 0 80px
}

.od_reg_section .container {
    max-width: 1250px;
    width: 100%
}

.od_reg_section h2 {
    font-size: 33px;
    color: #019f48;
    letter-spacing: 1px;
    padding-bottom: 40px;
    text-align: center
}

.audio_block {
    padding-bottom: 40px
}

.audio_block audio {
    width: 100%;
    border-radius: 20px
}

.audio_block p {
    font-size: 14px;
    color: #049344;
    text-transform: uppercase;
    line-height: 34px;
    padding-top: 3px;
    text-align: right
}

.audio_block p a {
    background-color: #049344;
    color: #fff;
    display: inline-block;
    width: 56px;
    border-radius: 17px;
    text-align: center;
    font-size: 18px;
    margin-left: 5px
}

.audio_block p a .fa {
    line-height: 34px
}

.od_reg_section .shadow_bg {
    background-color: #fff;
    box-shadow: 0 0 68px rgba(0, 0, 0, .13);
    padding: 40px 60px
}

.od_reg_section label {
    color: #3a3a3a;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 10px
}

.od_reg_section label span {
    color: red
}

.od_reg_section .form-control {
    border: 1px solid #656565;
    height: 60px;
    color: #3a3a3a;
    font-size: 14px;
    padding-left: 15px
}

.od_reg_section textarea.form-control {
    padding-top: 15px;
    height: 190px;
    resize: none
}

.od_reg_section .form-group {
    margin-bottom: 25px
}

.od_reg_section .select_list {
    margin: 0 -5px
}

.od_reg_section .select_list li {
    padding: 0 5px;
    width: 33.33%;
    float: left
}

.od_reg_section .styled_select::after {
    line-height: 56px;
    content: 'ï„‡';
    font-size: 20px;
    width: 40px
}

.od_reg_section .has-feedback .form-control {
    padding-right: 10px;
    padding-left: 75px
}

.od_reg_section .has-feedback span {
    position: absolute;
    left: 1px;
    top: 1px;
    line-height: 58px;
    text-align: center;
    width: 60px;
    border-right: 1px solid #656565;
    background-color: #efefef
}

.od_reg_section .btn_list {
    display: inline-block;
    width: 100%
}

.od_reg_section .btn_list li label.check_container {
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 0
}

.od_reg_section .btn_list li {
    float: left
}

.od_reg_section .btn_list li:last-child {
    float: right
}

.od_reg_section .btn_list li .btn {
    line-height: 50px;
    min-width: 156px;
    color: #fff
}

.slide_section .container {
    max-width: 1500px;
    width: 100%
}

.abt_section .container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    width: 100%
}

.upcoming_event_section .container {
    max-width: 1500px;
    width: 100%
}

.partner_section .container {
    max-width: 1500px;
    width: 100%
}

.gallery_section .container {
    max-width: 1500px;
    width: 100%
}

@media (max-width: 1440px) {
    .slide_section .container {
        max-width: 1280px
    }

    .abt_section .container {
        max-width: 1280px
    }

    .upcoming_event_section .container {
        max-width: 1280px
    }

    .partner_section .container {
        max-width: 1280px
    }

    .gallery_section .container {
        max-width: 1280px
    }

    .sub_s_section h3 {
        font-size: 24px
    }

    .fixed_social {
        left: 5px
    }

    .form_section {
        width: 350px;
        padding: 25px;
        min-height: 430px
    }

    .about_inner {
        padding-right: 380px
    }

    .abt_section .form_section .form-control {
        height: 50px;
        padding-left: 15px
    }

    .abt_section .form_section .btns li .btn {
        min-width: 120px
    }

    .abt_section h2 {
        font-size: 27px
    }

    .abt_section .textarea .text p {
        font-size: 13px;
        line-height: 22px
    }

    .upcoming_event_section h2 {
        font-size: 27px
    }

    .event_carousel .item h3 {
        font-size: 18px
    }

    .event_carousel .item .btn {
        font-size: 14px;
        line-height: 40px
    }

    .partner_section h2 {
        font-size: 27px
    }

    .partner_section::before {
        height: 180px
    }

    .gallery_section h2 {
        font-size: 27px
    }

    .large_slide .slides > li a .overlay h3 {
        font-size: 27px
    }

    .large_slide .slides > li a .overlay {
        padding: 0 0 50px 20px
    }

    .thumb_slide {
        margin-top: -40px
    }

    .slide_section .item .overlay img {
        max-width: 800px
    }

    .inner_banner .overlay img {
        max-width: 800px
    }

    .od_reg_section h2 {
        font-size: 27px
    }

    .inner_banner .overlay {
        margin-top: -55px
    }
}

@media (max-width: 1279px) {
    .slide_section .item .overlay {
        padding: 0 50px
    }

    .slide_section .item .overlay img {
        max-width: 600px
    }

    .slide_section .item .overlay .btn {
        top: -10px
    }

    .abt_section {
        margin-top: 20px;
        margin-bottom: 0
    }

    .abt_section h2 {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 15px
    }

    .about_inner {
        padding-right: 0
    }

    .abt_section::before {
        display: none
    }

    .abt_section .container {
        padding: 0
    }

    .form_section {
        position: static;
        min-height: auto;
        width: 100%;
        padding: 25px 40px
    }

    .abt_section .form_section h2 {
        text-align: center;
        padding-left: 0
    }

    .upcoming_event_section {
        padding: 20px 0
    }

    .upcoming_event_section h2 {
        padding-bottom: 20px
    }

    .partner_section {
        padding: 20px 0 10px
    }

    .partner_section h2 {
        padding-bottom: 20px
    }

    .partner_section::before {
        height: 140px
    }

    .thumb_slide .flex-direction-nav {
        position: static;
        text-align: center;
        width: 100%;
        padding-top: 10px
    }

    .thumb_slide .flex-direction-nav li {
        display: inline-block;
        float: none;
        margin: 0 5px
    }

    .thumb_slide .flex-direction-nav li:last-child {
        float: none
    }

    .thumb_slide {
        max-width: 100%;
        margin-top: 0
    }

    .large_slide .slides > li a .overlay {
        padding: 0 0 20px 40px
    }

    .gallery_section {
        padding: 30px 0 20px
    }

    .gallery_section h2 {
        padding-bottom: 20px
    }

    .fixed_social {
        display: none
    }

    .inner_banner .overlay img {
        max-width: 600px
    }

    .od_reg_section .shadow_bg {
        padding: 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .13)
    }

    .od_reg_section .form-control {
        height: 50px
    }

    .od_reg_section .styled_select::after {
        line-height: 46px
    }

    .od_reg_section .has-feedback span {
        line-height: 48px
    }

    .od_reg_section {
        padding: 30px 0
    }

    .od_reg_section h2 {
        padding-bottom: 20px
    }

    .inner_banner .overlay {
        margin-top: -40px
    }

    .footer_list {
        width: 100%;
        padding: 0 0 10px;
        text-align: center
    }

    .footer_list li {
        float: none;
        display: inline-block;
        padding: 0 4px 0 10px
    }

    .social_list {
        width: 100%;
        text-align: center
    }

    .social_list li {
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .sub_s_section p {
        font-size: 14px;
        line-height: 20px
    }

    .sub_s_section .btn {
        line-height: 34px
    }

    .btc_section .sub_s_section .relative {
        padding-left: 0
    }

    .btc_section .sub_s_section .nav-tabs {
        width: 100%;
        position: static;
        padding-bottom: 20px
    }

    .sub_s_section .nav-tabs > li > a::after {
        display: none
    }

    .sub_s_section .nav-tabs > li > a {
        font-size: 14px;
        text-transform: none
    }
}

@media (max-width: 1023px) {
    .scroll_down {
        display: none
    }

    .slide_section .item .overlay {
        bottom: 50px;
        top: auto;
        margin-top: 0
    }

    .slide_section .item .overlay img {
        width: 100%;
        max-width: 400px
    }

    .slide_section .item .overlay .btn {
        line-height: 36px;
        font-size: 13px;
        min-width: inherit;
        top: -20px
    }

    .slide_section .item .overlay h1 {
        padding-bottom: 0
    }

    .slide_section .owl-dots {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        text-align: center
    }

    .slide_section .owl-dot {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 0;
        padding: 0 7px
    }

    .anthem_dwn {
        position: static;
        background-color: #151515;
        padding: 10px 15px
    }

    .abt_section .textarea .text {
        padding: 15px
    }

    .abt_section .textarea .img_block {
        width: 380px
    }

    .abt_section .textarea {
        padding-right: 380px
    }

    .abt_section h2, .gallery_section h2, .large_slide .slides > li a .overlay h3, .partner_section h2, .upcoming_event_section h2 {
        font-size: 22px
    }

    .large_slide .slides > li a .overlay {
        padding: 0 0 15px 15px
    }

    .inner_banner .overlay img {
        max-width: 400px
    }

    .od_reg_section h2 {
        font-size: 22px
    }

    .od_reg_section textarea.form-control {
        height: 120px;
        padding-top: 10px
    }

    .inner_banner .overlay {
        margin-top: -28px
    }

    .audio_block {
        padding-bottom: 20px
    }

    .footer_list li a {
        font-size: 12px
    }

    .sub_s_section .inner {
        padding: 15px 15px 0
    }

    .sub_s_section h3 {
        font-size: 18px
    }

    .sub_s_section .relative {
        padding-left: 0
    }

    .sub_s_section .nav-tabs {
        position: static;
        width: 100%;
        padding-bottom: 15px
    }

    .sub_s_section .nav-tabs > li {
        border-bottom: none;
        width: auto
    }

    .sub_s_section .nav-tabs > li > a::after {
        right: auto;
        left: 50%;
        margin: 0 0 0 -7px;
        top: auto;
        bottom: -7px
    }

    .sub_s_section .nav-tabs > li > a {
        font-size: 14px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .abt_section h2, .gallery_section h2, .large_slide .slides > li a .overlay h3, .partner_section h2, .upcoming_event_section h2 {
        font-size: 18px
    }

    .container-fluid > .navbar-header {
        margin-left: 0;
        margin-right: 0
    }

    .abt_section .textarea {
        padding-right: 0
    }

    .abt_section .textarea .img_block {
        width: 100%;
        position: static
    }

    .form_section {
        padding: 15px
    }

    .abt_section .form_section .btns li .btn {
        line-height: 36px;
        font-size: 13px
    }

    .abt_section .form_section .btns li a {
        line-height: 36px
    }

    .thumb_slide {
        display: none
    }

    .owl-nav {
        text-align: center;
        padding-top: 20px
    }

    .owl-nav [class*=owl-] {
        position: static;
        display: inline-block;
        margin: 0 10px
    }

    .event_carousel {
        padding: 0
    }

    .upcoming_event_section h2 {
        padding: 0 0 20px
    }

    .bottom_footer p {
        font-size: 12px
    }

    .upcoming_event_section {
        padding-bottom: 10px
    }

    .footer_list li a {
        font-size: 12px
    }

    .slide_section .item .overlay {
        padding: 0
    }

    .anthem_dwn ul li {
        font-size: 12px
    }

    .slide_section .item .mobile_banner {
        display: block
    }

    .slide_section .item .desktop_banner {
        display: none
    }

    .mobile_banner {
        display: block
    }

    .desktop_banner {
        display: none
    }

    .slide_section .item .overlay .btn {
        top: -20px
    }

    .top_footer {
        padding: 10px 0
    }

    .bottom_footer {
        padding: 10px 0
    }

    .pledge_btn {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #23ac60;
        color: #fff;
        z-index: 999;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 40px
    }

    .pledge_btn:hover {
        color: #fff
    }

    .gallery_section {
        padding: 20px 0
    }

    .od_reg_section h2 {
        font-size: 18px
    }

    .od_reg_section .shadow_bg {
        padding: 10px
    }

    .od_reg_section .form-control {
        height: 40px;
        padding-left: 10px;
        font-size: 12px
    }

    .od_reg_section .styled_select::after {
        line-height: 36px
    }

    .od_reg_section .has-feedback span {
        line-height: 38px;
        width: 40px
    }

    .od_reg_section .has-feedback .form-control {
        padding-left: 50px
    }

    .od_reg_section select.form-control {
        padding-left: 5px
    }

    .od_reg_section .btn_list li .btn {
        line-height: 34px;
        font-size: 13px;
        min-width: inherit
    }

    .od_reg_section .btn_list li label.check_container {
        font-size: 13px
    }

    .audio_block p {
        text-align: center;
        padding-top: 10px
    }

    .od_reg_section {
        padding-top: 10px
    }

    .audio_block p {
        text-align: center;
        padding: 5px 10px;
        background-color: #f1f2f3;
        border-radius: 22px
    }

    .sub_s_section h3 {
        font-size: 16px
    }

    .sub_s_section {
        padding: 15px 15px 0
    }

    .sub_s_section .inner {
        padding: 10px 10px 0
    }

    .sub_s_section .nav-tabs > li > a {
        text-transform: none
    }

    .sub_s_section .nav-tabs > li a {
        padding: 15px
    }

    .sub_s_section .nav-tabs > li > a {
        background-color: transparent;
        border-bottom: 2px solid transparent;
        text-transform: uppercase
    }

    .sub_s_section .nav-tabs > li.active > a, .sub_s_section .nav-tabs > li.active > a:focus, .sub_s_section .nav-tabs > li.active > a:hover {
        background-color: transparent;
        border-bottom: 2px solid #00a950
    }
}

@media (max-width: 639px) {
    .partner_carousel {
        padding: 0
    }

    .partner_section .white_bg {
        padding: 10px
    }

    .event_carousel .item {
        padding: 10px
    }

    .slide_section .item .overlay {
        bottom: 20px
    }

    .slide_section .owl-dots {
        bottom: -5px
    }

    .slide_section .item .overlay .btn {
        line-height: 30px;
        font-size: 12px
    }

    .footer_list li {
        padding: 0 0 0 7px
    }

    .footer_list li a {
        font-size: 11px
    }
}

@media (max-width: 479px) {
    .slide_section .item .overlay {
        bottom: 10px
    }

    .slide_section .item .overlay img {
        max-width: 260px
    }

    .inner_banner .overlay img {
        max-width: 260px
    }

    .od_reg_section .btn_list li {
        width: 100%
    }

    .od_reg_section .btn_list li:last-child {
        text-align: center;
        padding-top: 20px
    }

    .od_reg_section .select_list li {
        padding-bottom: 10px;
        width: 100%
    }

    .od_reg_section .select_list li:last-child {
        padding-bottom: 0
    }

    .sub_s_section .nav-tabs > li a {
        padding: 10px
    }

    .sub_s_section .nav-tabs > li > a {
        font-size: 12px
    }
}

.ipslide_section {
    position: relative
}

.ipslide_section > .container {
    max-width: 100%;
    padding: 0
}

.ipslide_section .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -90px
}

.ipslide_section .overlay .container {
    max-width: 1240px;
    width: 100%
}

.ipslide_section .overlay h2 {
    font-size: 40px;
    font-weight: 700;
    color: #00a950;
    line-height: 46px;
    padding-bottom: 10px
}

.ipslide_section .overlay p {
    font-size: 22px;
    font-weight: 400;
    color: #161a1f;
    padding-bottom: 20px
}

.ipslide_section .overlay h3 {
    font-size: 24px;
    font-weight: 500;
    color: #161a1f;
    padding-left: 50px;
    position: relative
}

.ipslide_section .overlay h3 img {
    width: auto;
    position: absolute;
    left: 0;
    top: 0
}

.ip_carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 100%;
    text-align: center;
    z-index: 100
}

.ip_carousel .owl-dots .owl-dot {
    padding: 0 3px;
    display: inline-block
}

.ip_carousel .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 0;
    height: 4px;
    width: 38px;
    background-color: rgba(255, 255, 255, 0);
    float: left;
    border: 1px solid #00a950
}

.hb_carousel .owl-dots .owl-dot:hover span, .ip_carousel .owl-dots .owl-dot.active span {
    background-color: #00a950
}

.ip_list {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    text-align: center;
    display: table;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
    padding-top: 15px
}

.ip_list ul {
    display: inline-block
}

.ip_list ul li {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    border-left: 1px solid #0ed36b;
    padding: 0 15px
}

.ip_list ul li:first-child {
    border-left: none;
    padding-left: 0
}

.ip_list ul li:last-child {
    padding-right: 0
}

.ip_list ul li .inner {
    display: inline-block
}

.ip_list ul li .inner img {
    position: relative;
    top: -12px;
    padding-right: 5px
}

.ip_list ul li:first-child .inner img {
    top: -3px
}

.ip_list ul li:last-child .inner img {
    top: -2px
}

.ip_list ul li .inner h5 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.whyus_section {
    background-color: #00a950;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    margin: 1px 0 30px
}

.whyus_section h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    font-size: 44px
}

.whyus_section ul {
    display: inline-block;
    width: 100%;
    padding: 0 100px
}

.whyus_section ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
    padding-bottom: 30px;
    list-style-type: none
}

.whyus_section ul li p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px
}

.whyus_section ul li .icon {
    padding-bottom: 20px
}

.ohn_section .container {
    padding: 0 30px
}

.ohn_section .inner {
    padding: 30px 170px 0
}

.ohn_section .inner h2 {
    text-align: center;
    color: #00a950;
    padding-bottom: 20px;
    font-size: 44px
}

.ohn_section .inner .block {
    text-align: center;
    padding-bottom: 30px
}

.ohn_section .inner .block .img_block {
    padding-bottom: 15px
}

.ohn_section .inner .block h3 {
    font-size: 18px;
    color: #00a950;
    text-transform: uppercase;
    padding-bottom: 10px
}

.ohn_section .inner .block p {
    font-size: 14px;
    color: #807e7e;
    padding-bottom: 15px
}

.ohn_section .inner .block .btn {
    border-radius: 4px;
    background-color: #024b59;
    font-size: 14px;
    line-height: 40px
}

.ohn_section .inner .block .btn:hover {
    background-color: #00a950
}

.patientstory_section {
    padding: 30px 0
}

.patientstory_section .container {
    max-width: 1170px;
    width: 100%
}

.patientstory_section h2 {
    text-align: center;
    color: #00a950;
    padding-bottom: 20px;
    font-size: 44px
}

.patientstory_section p {
    text-align: center;
    color: #024b59;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px
}

.pslarge_slide {
    margin-bottom: -1px
}

.pslarge_slide .slides > li a {
    position: relative;
    float: left;
    width: 100%
}

.pslarge_slide .flex-direction-nav a::before {
    content: 'ï“';
    font-size: 30px
}

.pslarge_slide .flex-direction-nav a.flex-next::before {
    content: 'ï”'
}

.pslarge_slide .flex-direction-nav a:hover::before {
    color: #fff
}

.pslarge_slide .slides > li a .overlay {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0;
    width: 100%;
    margin: -65px 0 0 0;
    text-align: center
}

.pslarge_slide .slides > li a .overlay .fa {
    color: #fff;
    font-size: 100px;
    display: inline-block;
    padding-bottom: 10px
}

.pslarge_slide .slides > li a .overlay p {
    color: #fff;
    font-size: 18px
}

.psthumb_slide {
    float: right;
    width: 100%;
    margin-top: 0;
    background-image: url(../images/thumbslide-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0
}

.psthumb_slide .flex-direction-nav a::before {
    color: #fff;
    position: static;
    margin: 0
}

.psthumb_slide .flex-direction-nav a:hover::before {
    border-color: #f80609
}

.psthumb_slide .flex-direction-nav {
    width: 100%;
    position: relative
}

.psthumb_slide .flex-direction-nav li {
    width: 40px;
    position: absolute;
    left: 0;
    z-index: 9;
    top: -50px
}

.psthumb_slide .flex-direction-nav li:last-child {
    right: 0;
    left: auto
}

.psthumb_slide .flex-direction-nav li a {
    float: left;
    width: 100%;
    position: static;
    height: auto
}

.psthumb_slide .slides > li {
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    color: #a5c8be;
    font-size: 18px;
    border-top: 4px solid transparent;
    position: relative
}

.psthumb_slide .slides > li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #33e18d transparent transparent transparent;
    margin-left: -10px;
    opacity: 0
}

.psthumb_slide .slides > li.flex-active-slide {
    color: #fff;
    border-top-color: #33e18d
}

.psthumb_slide .slides > li.flex-active-slide:before {
    opacity: 1
}

.psthumb_slide .flex-viewport {
    padding: 0 60px
}

.psthumb_slide .flex-direction-nav a::before {
    content: 'ï“'
}

.psthumb_slide .flex-direction-nav a.flex-next::before {
    content: 'ï”'
}

.procedure_section .container {
    padding: 0 30px
}

.procedure_section .inner {
    padding: 30px 35px 30px
}

.procedure_section .inner h2 {
    text-align: center;
    color: #00a950;
    padding-bottom: 30px;
    font-size: 44px
}

.procedure_section .inner h2 a {
    line-height: 38px;
    min-width: 120px;
    background-color: #024b59;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    top: -5px
}

.procedure_carousel .item {
    text-align: center
}

.procedure_carousel .item .icon {
    display: inline-block;
    padding-bottom: 10px
}

.procedure_carousel .item .icon > img {
    width: auto
}

.procedure_carousel .item h4 {
    color: #656565;
    font-size: 16px;
    text-transform: uppercase
}

.procedure_carousel .owl-nav [class*=owl-] {
    color: rgba(72, 72, 72, .4)
}

.procedure_carousel .owl-nav [class*=owl-] .fa {
    font-size: 36px
}

.procedure_carousel {
    padding: 0 60px
}

.free_form_section {
    padding: 30px 0
}

.free_form_section .container {
    padding: 0
}

.free_form_section h2 {
    text-align: center;
    color: #00a950;
    padding-bottom: 20px;
    font-size: 44px
}

.free_form_section .inner {
    background-color: #25a858;
    padding: 20px 50px
}

.free_form_section .inner p {
    font-size: 14px;
    color: #fff;
    padding: 14px 0
}

.free_form_section form ul {
    display: inline-block;
    width: 100%
}

.free_form_section form ul li {
    float: left;
    width: 16.5%;
    padding: 0 10px 20px;
    position: relative;
    list-style-type: none
}

.free_form_section form ul li:nth-last-child(2) {
    width: 33%
}

.free_form_section form ul li:nth-last-child(2) .relative {
    min-height: 40px
}

.free_form_section form ul li:last-child {
    width: 50%
}

.free_form_section form ul li .form-control {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    height: 40px
}

.free_form_section form ul li .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.free_form_section form ul li .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.free_form_section form ul li .col-half {
    width: 50%;
    float: left
}

.free_form_section form ul li .col-half:first-child {
    padding-right: 10px
}

.free_form_section form ul li .col-half:last-child {
    padding-left: 10px
}

.free_form_section form ul li .last_li {
    position: relative;
    padding-right: 170px
}

.free_form_section form ul li .last_li .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    padding: 0 10px;
    line-height: 40px;
    background-color: #ed1c24;
    border-radius: 4px;
    font-size: 14px
}

.free_form_section form ul li .styled_select::after {
    line-height: 34px;
    content: 'ï„‡';
    color: #fff;
    font-size: 22px
}

.free_form_section form ul li input[type=file] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%
}

.free_form_section form ul li .upload_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    pointer-events: none;
    padding: 10px 10px 0
}

.free_form_section form ul li .upload_btn .fa {
    float: right;
    font-size: 18px
}

.free_form_section form ul li .relative {
    padding-left: 50px;
    min-height: 40px
}

.free_form_section form ul li .relative .num {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    width: 40px;
    line-height: 38px;
    color: #fff;
    text-align: center
}

.foreplan_section {
    padding: 30px 0 60px
}

.foreplan_section .container {
    max-width: 1400px
}

.foreplan_section .inner {
    border: 1px dashed #00a950;
    padding: 0 30px
}

.foreplan_section .heading {
    text-align: center;
    padding-bottom: 30px;
    margin-top: -25px
}

.foreplan_section .heading h2 {
    display: inline-block;
    background-color: #fff;
    color: #00a950;
    font-size: 44px
}

.foreplan_section .block {
    position: relative;
    padding: 0 15px;
    margin-bottom: -20px
}

.foreplan_section .block .number {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 27px;
    color: #00a950;
    font-weight: 300;
    border: 2px solid #656565;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .2)
}

.foreplan_section .block .img_block {
    max-width: 230px;
    width: 100%;
    padding-bottom: 5px
}

.foreplan_section .block p {
    font-size: 18px;
    line-height: 24px;
    color: #00a950;
    padding-bottom: 10px
}

.foreplan_section .block .btn {
    border-radius: 4px;
    min-width: 210px;
    font-size: 14px;
    font-weight: 300
}

.faq_section .container {
    padding: 0 15px;
    max-width: 1320px
}

.faq_section .heading {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px
}

.faq_section h2 {
    color: #00a950;
    font-size: 44px;
    float: left
}

.search_box {
    float: right;
    padding-top: 10px
}

.search_box .fa {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #019f48;
    font-size: 16px;
    width: 40px;
    line-height: 36px
}

.search_box .form-control {
    border: none;
    background-color: #e9e9e9;
    height: 36px;
    border-radius: 4px;
    padding: 0 50px 0 40px
}

.search_box .btn {
    border-radius: 4px;
    line-height: 36px;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.faq_section .panel-group {
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 60px
}

.faq_section .panel-group .panel {
    border-radius: 0;
    border-bottom: none;
    border-color: #6b6b6b;
    border-left: none;
    border-right: none
}

.faq_section .panel-default > .panel-heading {
    padding: 0;
    background-color: #fff;
    border: none
}

.faq_section .panel-title {
    margin-bottom: 0
}

.faq_section .panel-title > a {
    display: block;
    position: relative;
    padding: 20px 40px 20px 0;
    font-size: 14px;
    color: #000
}

.faq_section .panel-title > a span {
    color: #25a858;
    text-decoration: underline
}

.faq_section .panel-title > a .fa {
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #019f48
}

.faq_section .panel-group .panel + .panel {
    margin-top: 0
}

.faq_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-left: 0
}

.faq_section p {
    padding-bottom: 15px;
    font-size: 14px;
    color: #313131;
    line-height: 20px
}

.cscd_section {
    position: relative;
    z-index: 9
}

.cscd_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.cscd_section .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 5px;
    width: 100%;
    z-index: 99
}

.cscd_section .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    height: 46px;
    letter-spacing: 1px;
    color: #fff;
    font-family: FrutigerLTStd55Roman
}

.cscd_section .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.cscd_section .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.cscd_section .input-group-btn:last-child > .btn {
    margin-left: 10px;
    border-radius: 4px;
    background: #f87a2f;
    margin-top: 3px;
    color: #fff;
    border: 1px solid #fff
}

.cscd_section .input-group-btn:last-child > .btn:hover {
    background-color: #fff;
    color: #f87a2f;
    border-color: #f87a2f
}

.owl-carousel .owl-item img.mobile_banner {
    display: none
}

header.stick .mainheader {
    position: fixed;
    top: 0;
    float: left;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-bottom: 3px solid #00a950
}

.cardiology_section {
    padding: 45px 0 0
}

.cardiology_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.cardiology_section h2 {
    text-align: center;
    font-size: 44px;
    color: #fff;
    background-image: url(../images/heading-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 12px 10px;
    font-family: frutiger_ce_55_romanregular
}

.cardiology_section h1 {
    text-align: center;
    font-size: 44px;
    color: #fff;
    background-image: url(../images/heading-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 12px 10px;
    font-family: frutiger_ce_55_romanregular;
    margin: 0
}

.consultant_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.consultant_section .inner {
    background: url(../images/consultANT-BG.jpg) no-repeat center top;
    padding: 0 80px;
    float: left;
    width: 100%
}

.consultant_section .inner h2 {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    display: block;
    vertical-align: middle;
    font-size: 44px;
    margin: 0;
    font-family: frutiger_ce_55_romanregular
}

.consultant_section .inner h2 a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    font-family: FrutigerLTStd55Roman;
    background-color: #f87a2f;
    border: 1px solid #fff;
    line-height: 36px;
    top: -10px
}

.consultant_section .inner h2 a:hover {
    color: #f87a2f;
    background-color: #fff;
    border: 1px solid #f87a2f
}

.consult_carousel .img_block {
    height: 220px;
    overflow: hidden
}

.consult_carousel .inner_item {
    padding: 10px 0 0;
    text-align: center
}

.consult_carousel .inner_item h3 {
    text-transform: uppercase;
    color: #00a950;
    font-size: 15px;
    min-height: 50px;
    font-family: frutiger_ce_55_romanregular;
    line-height: 24px;
    margin: 0
}

.consult_carousel .inner_item p {
    text-transform: uppercase;
    color: #656565;
    font-size: 12px;
    font-family: frutiger_ce_55_romanregular;
    line-height: 18px;
    padding-bottom: 10px;
    margin: 0;
    min-height: 75px;
    margin: 0
}

.consult_carousel .inner_item p span {
    display: block
}

.consult_carousel .inner_item .btn {
    background-color: #024b59;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-family: FrutigerLTStd55Roman;
    padding: 0 10px;
    line-height: 30px
}

.consult_carousel .inner_item .btn:hover {
    background-color: #00a950
}

.consult_carousel .owl-nav [class*=owl-] {
    color: #59c78d;
    top: 30%
}

.consult_carousel .owl-nav [class*=owl-] .fa {
    font-size: 36px
}

.consult_carousel .owl-nav .owl-prev {
    left: -40px
}

.consult_carousel .owl-nav .owl-next {
    right: -40px
}

.cmp_section {
    padding: 40px 0
}

.cmp_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.cmp_section .inner {
    padding: 20px 80px;
    background: #f3f3f3
}

.cmp_section .inner h2 {
    text-align: center;
    color: #00a950;
    padding: 0 0 20px;
    font-size: 44px;
    font-family: frutiger_ce_55_romanregular
}

.cmp_section .inner h2 a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    position: relative;
    font-family: FrutigerLTStd55Roman;
    background-color: #f87a2f;
    border: 1px solid #fff;
    line-height: 36px;
    top: -10px
}

.cmp_section .inner h2 a:hover {
    color: #f87a2f;
    background-color: #fff;
    border: 1px solid #f87a2f
}

.cmp_carousel .item h3 {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00a950;
    font-size: 18px;
    font-family: frutiger_ce_55_romanregular;
    line-height: 26px;
    letter-spacing: 1px
}

.cmp_carousel .item p {
    color: #656565;
    font-size: 16px;
    font-family: frutiger_ce_55_romanregular;
    line-height: 24px;
    padding-bottom: 0;
    margin: 0 0 15px
}

.cmp_carousel .item .btn {
    background-color: transparent;
    border: 1px solid #00a950;
    font-size: 14px;
    border-radius: 4px;
    font-family: FrutigerLTStd55Roman;
    padding: 0 10px;
    line-height: 36px;
    color: #00a950
}

.cmp_carousel .item .btn:hover {
    background-color: #00a950;
    color: #fff
}

.cmp_carousel .owl-nav [class*=owl-] {
    color: #737373;
    top: 30%
}

.cmp_carousel .owl-nav [class*=owl-] .fa {
    font-size: 36px
}

.cmp_carousel .owl-nav .owl-prev {
    left: -40px
}

.cmp_carousel .owl-nav .owl-next {
    right: -40px
}

.cscdblog_section {
    padding-bottom: 40px
}

.cscdblog_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.cscdblog_section .inner h2 {
    text-align: center;
    margin: 0;
    color: #00a950;
    padding: 0 0 20px;
    font-size: 44px;
    font-family: frutiger_ce_55_romanregular
}

.cscdblog_section .inner h2 a {
    min-width: 120px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    font-family: FrutigerLTStd55Roman;
    background-color: #f87a2f;
    border: 1px solid #fff;
    line-height: 36px;
    top: 0
}

.cscdblog_section .inner h2 a:hover {
    color: #f87a2f;
    background-color: #fff;
    border: 1px solid #f87a2f
}

.cscdblog_section .inner {
    background: #f3f3f3;
    padding: 10px 80px 20px
}

.cscdblog_section .row {
    margin-left: -10px;
    margin-right: -10px
}

.cscdblog_section .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px
}

.cscdblog_section .blog_item .img_block {
    padding-bottom: 20px
}

.cscdblog_section .blog_item p {
    color: #656565;
    font-size: 16px;
    font-family: frutiger_ce_55_romanregular;
    line-height: normal;
    padding-bottom: 10px
}

.cscdblog_section .blog_item .btn {
    background-color: transparent;
    border: 1px solid #00a950;
    font-size: 14px;
    border-radius: 4px;
    font-family: FrutigerLTStd55Roman;
    padding: 0 10px;
    line-height: 36px;
    color: #00a950
}

.cscdblog_section .blog_item .btn:hover {
    background-color: #00a950;
    color: #fff
}

.hb_section {
    position: relative
}

.hb_section .container {
    padding: 0 30px;
    width: 100%
}

.hb_section .ip_list {
    bottom: 45px
}

.hb_section .ip_list ul li .inner img {
    top: 0
}

.hb_carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
}

.hb_carousel .owl-dots .owl-dot {
    padding: 0 3px;
    display: inline-block
}

.hb_carousel .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 0;
    height: 4px;
    width: 38px;
    background-color: rgba(255, 255, 255, 0);
    float: left;
    border: 1px solid #fff
}

.hb_carousel .owl-dots .owl-dot.active span, .hb_carousel .owl-dots .owl-dot:hover span {
    background-color: #fff
}

.under_hbanner .container {
    padding: 0 30px;
    width: 100%
}

.under_hbanner .inner {
    text-align: center;
    margin-top: 1px;
    padding: 20px 80px 30px;
    background-image: url(../images/consultANT-BG.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.under_hbanner h1 {
    color: #fff;
    font-size: 44px;
    font-family: frutiger_ce_55_romanregular;
    padding-bottom: 10px
}

.under_hbanner p {
    color: #fff;
    font-size: 14px;
    font-family: frutiger_ce_55_romanregular;
    line-height: 22px;
    padding-bottom: 30px
}

.under_hbanner .inner ul {
    display: inline-block;
    width: 100%
}

.under_hbanner .inner ul li {
    float: left;
    color: #fff;
    font-family: frutiger_ce_55_romanregular;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    text-align: left;
    padding-right: 20px;
    list-style: none;
    width: 35%
}

.under_hbanner .inner ul li:nth-child(2) {
    width: 30%
}

.under_hbanner .inner ul li a {
    color: #fff;
    font-size: 18px;
    font-family: frutiger_ce_55_romanregular
}

.under_hbanner .inner ul li a:hover {
    text-decoration: underline
}

.under_hbanner .inner ul li .fa {
    position: absolute;
    left: 0;
    top: 5px
}

.clinical_sp_section {
    padding: 20px 0
}

.clinical_sp_section .container {
    padding: 0 30px;
    max-width: inherit;
    width: 100%
}

.clinical_sp_section .inner {
    padding: 20px 50px;
    background: url(../images/ohn-bg.jpg) repeat
}

.clinical_sp_section .inner h2 {
    text-align: center;
    color: #00a950;
    padding: 0 0 20px;
    font-size: 44px;
    font-family: frutiger_ce_55_romanregular
}

.clinical_sp_section .inner h2 a {
    line-height: 14px;
    padding: 10px;
    background-color: #f87a2f;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    top: -8px;
    font-family: FrutigerLTStd55Roman
}

.clinical_sp_section .inner h2 a:hover {
    background-color: #fff;
    border: 1px solid #f87a2f;
    color: #f87a2f
}

.clinicalsp_carousel .item {
    text-align: center
}

.clinicalsp_carousel .item p {
    color: #656565;
    font-size: 13px;
    font-family: frutiger_ce_55_romanregular;
    text-transform: uppercase
}

.clinicalsp_carousel .item .icon {
    display: inline-block;
    width: 92px;
    margin-bottom: 10px
}

.clinicalsp_carousel .owl-nav [class*=owl-] {
    color: #737373;
    top: 30%
}

.clinicalsp_carousel .owl-nav [class*=owl-] .fa {
    font-size: 36px
}

.clinicalsp_carousel .owl-nav .owl-prev {
    left: -30px
}

.clinicalsp_carousel .owl-nav .owl-next {
    right: -30px
}

.hb_consultant.consultant_section {
    padding: 0
}

.hb_consultant .inner h2 a {
    background-color: #f87a2f;
    border: 1px solid #fff;
    line-height: 14px;
    top: -4px;
    display: inline-block;
    padding: 10px
}

.hb_consultant .inner h2 a:hover {
    background-color: #fff;
    border: 1px solid #f87a2f;
    color: #f87a2f
}

.hb_consultant .consult_carousel {
    padding-top: 0
}

.hb_consultant .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    height: 46px;
    letter-spacing: 1px;
    color: #fff;
    font-family: FrutigerLTStd55Roman
}

.hb_consultant .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.hb_consultant .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.hb_consultant .input-group-btn:last-child > .btn {
    margin-left: 10px;
    border-radius: 4px;
    margin-top: 3px;
    background-color: #f87a2f;
    border: 1px solid #fff
}

.hb_consultant .consult_carousel .owl-nav [class*=owl-] {
    top: 50%
}

.hb_consultant .consult_carousel .inner_item p {
    padding-bottom: 0
}

.hb_consultant .consult_carousel .inner_item .btn {
    margin-top: 10px
}

.event_update_section {
    padding-top: 45px
}

.event_update_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.event_update_section .inner {
    background-color: #e8e8e8;
    padding: 20px 80px
}

.event_update_section .inner h2 {
    text-align: center;
    font-size: 44px;
    padding-bottom: 20px;
    color: #024b59;
    font-family: frutiger_ce_55_romanregular
}

.event_update_section h3 {
    font-size: 44px;
    padding-bottom: 20px;
    color: #024b59;
    font-family: frutiger_ce_55_romanregular
}

.update_list {
    display: inline-block;
    width: 100%
}

.update_list li {
    position: relative;
    padding-left: 190px;
    min-height: 200px;
    margin-bottom: 20px
}

.update_list li .img_block {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px
}

.update_list li .cont h6 {
    color: #656565;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 10px
}

.update_list li .cont h4 {
    font-size: 18px;
    color: #656565;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: frutiger_ce_55_romanregular
}

.update_list li .cont p {
    font-size: 14px;
    color: #656565;
    line-height: 16px;
    padding-bottom: 15px;
    font-family: frutiger_ce_55_romanregular
}

.update_list li .btn {
    background-color: transparent;
    border: 1px solid #00a950;
    font-size: 14px;
    border-radius: 4px;
    font-family: FrutigerLTStd55Roman;
    padding: 0 10px;
    line-height: 30px;
    color: #00a950
}

.update_list li .btn:hover {
    background-color: #00a950;
    color: #fff
}

.event_update_section .left {
    border-right: 3px solid #00a950;
    padding: 20px 90px 20px 15px
}

.event_update_section .right {
    padding: 20px 15px 20px 93px;
    border-left: 3px solid #00a950;
    margin-left: -3px
}

.pt_block {
    border: 1px solid #00a950;
    padding: 20px 10px 10px 190px;
    position: relative;
    min-height: 180px;
    margin-bottom: 40px
}

.pt_block .user_block {
    position: absolute;
    left: 0;
    top: -35px;
    width: 180px;
    text-align: center;
    padding-left: 50px
}

.pt_block .user_block .img_block {
    display: inline-block;
    width: 105px;
    overflow: hidden;
    border-radius: 100%
}

.pt_block .user_block .img_block > img {
    border-radius: 100%
}

.ptestimonial_carousel .item {
    padding-top: 35px;
    padding-right: 22px
}

.pt_block .user_block h4 {
    font-size: 16px;
    line-height: 20px;
    color: #656565;
    text-transform: uppercase;
    font-family: FrutigerLTStd55Roman;
    padding-top: 10px
}

.pt_block .user_block h4 span {
    font-size: 14px;
    display: block
}

.pt_block p {
    font-size: 18px;
    line-height: 26px;
    color: #656565;
    font-style: italic;
    font-family: frutiger_ce_55_romanregular
}

.pt_block:before {
    content: url(../images/quote-left.png);
    position: absolute;
    left: 10px;
    top: -19px
}

.pt_block:after {
    content: url(../images/quote-right.png);
    position: absolute;
    right: -20px;
    bottom: 10px
}

.ptestimonial_carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100
}

.ptestimonial_carousel .owl-dots .owl-dot {
    padding: 0 3px;
    display: inline-block
}

.ptestimonial_carousel .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #f87a2f;
    float: left
}

.ptestimonial_carousel .owl-dots .owl-dot.active span, .ptestimonial_carousel .owl-dots .owl-dot:hover span {
    background-color: #024b59
}

.cardiology_section h3 {
    text-align: center;
    font-size: 44px;
    padding-bottom: 20px;
    color: #024b59;
    font-family: frutiger_ce_55_romanregular
}

.btc_btns {
    text-align: center;
    display: block;
    overflow: hidden;
    border-top: 1px solid rgba(57, 57, 57, .3);
    padding: 30px 0
}

.btc_btns > ul {
    display: block;
    overflow: hidden
}

.btc_btns > ul li {
    float: left;
    padding: 0 25px;
    width: 25%;
    list-style-type: none
}

.btc_btns > ul li a {
    float: left;
    width: 100%;
    line-height: 50px;
    background-color: #024b59;
    color: #fff;
    border-radius: 4px;
    font-family: FrutigerLTStd55Roman;
    font-size: 19px
}

.btc_btnnew {
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    margin-top: -29px
}

.btc_btnnew > ul {
    display: block;
    overflow: hidden
}

.btc_btnnew > ul li {
    float: left;
    padding: 0 9px;
    width: 25%;
    list-style-type: none
}

.btc_btnnew > ul li a {
    float: left;
    width: 100%;
    line-height: 50px;
    background-color: #024b59;
    color: #fff;
    border-radius: 4px;
    font-family: FrutigerLTStd55Roman;
    font-size: 19px
}

.hb_carousel .item {
    position: relative
}

.hb_carousel .item .banner_text {
    position: absolute;
    left: 0;
    top: 50%;
    padding-left: 70px;
    margin-top: -80px
}

.hb_carousel .item .banner_text h2 {
    font-size: 53px;
    color: #00a950;
    font-family: frutiger_ce_55_romanregular;
    padding-bottom: 10px;
    line-height: 50px
}

.hb_carousel .item .banner_text p {
    color: #024b59;
    font-size: 28px;
    font-family: frutiger_ce_55_romanregular
}

.searchf_section .form-control {
    background-color: transparent;
    border: none;
    border: 0;
    border-color: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    height: 45px;
    letter-spacing: 1px;
    color: #fff;
    font-family: FrutigerLTStd55Roman;
    box-shadow: inherit
}

.searchf_section .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.searchf_section .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.searchf_section .input-group-btn:last-child > .btn {
    margin-left: 20px;
    border-radius: 4px;
    margin-top: 28px;
    background-color: #f87a2f;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 17px
}

.searchf_section .input-group-btn:last-child > .btn i {
    margin-left: 5px;
    position: relative;
    top: -1px
}

.searchf_section .input-group-btn:last-child > .btn:hover {
    background-color: #fff;
    color: #f87a2f;
    border: 1px solid #f87a2f
}

.searchf_section {
    margin: 4px 0 45px;
    background-image: url(../images/consultANT-BG.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px;
    float: left;
    width: 100%
}

.searchf_section .inner {
    text-align: center;
    padding: 20px 0;
    background-image: none;
    float: left;
    width: 100%
}

.csp_section {
    padding: 0;
    margin-bottom: 45px;
    float: left;
    width: 100%
}

.csp_section .container {
    padding: 0 30px;
    width: 100%
}

.csp_section .fullinner {
    position: relative;
    width: 100%;
    background-image: url(../images/cs-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 2;
}

.csp_section .inner {
    max-width: 1580px;
    padding: 0 80px;
    position: relative;
    margin: 0 auto;
    width: 100%
}

.csp_section .mid_img {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -335px;
    width: 670px
}

.csp_section .mid_img > img {
    width: 100%
}

.csp_section .left_txt {
    float: left;
    width: 100%;
    padding-top: 150px
}

.csp_section .left_txt h2 {
    font-size: 70px;
    color: #fff;
    padding-bottom: 20px;
    font-family: frutiger_ce_55_romanregular;
    line-height: 70px;
}

.csp_section .left_txt .btn_list2 {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border: none
}

.csp_section .left_txt .btn_list2 li {
    float: left;
    padding-right: 15px
}

.csp_section .left_txt .btn_list2 li a {
    float: left;
    min-width: 105px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    border: 2px solid #fff !important;
    border-radius: 4px !important;
    text-align: center;
    font-family: FrutigerLTStd55Roman;
    padding: 0
}

.csp_section .left_txt .btn_list2 li a:hover {
    background-color: #00a3c8;
    color: #000
}

.csp_section .left_txt .btn_list2 li.active a {
    background-color: #00a3c8 !important;
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 4px !important
}

.csp_section .left_txt p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-family: FrutigerLTStd55Roman;
    padding-bottom: 20px
}

.csp_section .left_txt .btn_list2 li:last-child {
    padding-right: 0
}

.csp_section .left_txt .form-group {
    padding-right: 50px
}

.csp_section .left_txt .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    height: 46px;
    letter-spacing: 1px;
    color: #fff;
    font-family: FrutigerLTStd55Roman
}

.csp_section .left_txt .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.csp_section .left_txt .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.right_txt {
    width: 320px;
    position: absolute;
    left: -350px;
    top: -35px;
    text-align: left;
    z-index: 90;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s;
    opacity: 0;
    visibility: hidden
}

.right_txt .inner_dd {
    width: 100%;
    border: 1px dashed #f87a2f;
    background-color: #195b68;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto
}

.right_txt:before {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f87a2f;
    position: absolute;
    right: -10px;
    top: 35px
}

.right_txt .inner_dd > ul {
    float: left;
    width: 100%;
    padding: 20px 0
}

.right_txt .inner_dd > ul > li {
    float: left;
    width: 100%;
    list-style: none
}

.right_txt .inner_dd > ul > li > a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    font-family: FrutigerLTStd55Roman
}

.right_txt .inner_dd > ul > li > a:hover {
    background-color: #f87a2f
}

.right_txt .inner_dd a.btn {
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #f87a2f;
    border: 1px solid #fff;
    font-family: FrutigerLTStd55Roman;
    line-height: 36px;
    margin-left: 20px;
    padding: 0 10px
}

.right_txt .inner_dd a.btn:before {
    display: none
}

.right_txt .inner_dd > ul > li > a:before {
    display: none
}

.right_txt p {
    color: #fff;
    background-color: #f87a2f;
    font-family: FrutigerLTStd55Roman;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    display: none;
    border-radius: 5px 5px 0 0;
    margin: 0
}

.structure {
    text-align: center;
    position: relative;
    max-width: 850px;
}

.structure > img {
    max-width: 410px;
    display: inline-block;
    width: 100%;
    margin-left: 253px;
}

.body_list {
    position: absolute;
    left: 210px;
    top: 0;
}

.body_list.right {
    left: auto;
    right: -52px;
}

.body_list > li {
    position: absolute;
    top: 0
}

.body_list > li:hover .right_txt {
    opacity: 1;
    visibility: visible;
    left: -360px
}

.body_list > li:hover > a {
    color: #f87a2f
}

.body_list.right .right_txt {
    right: -415px;
    left: auto;
    top: -30px
}

.body_list.right .right_txt:before {
    border-width: 10px 10px 10px 0;
    border-color: transparent #f87a2f transparent transparent;
    right: auto;
    top: 30px;
    left: -10px
}

.body_list.right > li:hover .right_txt {
    opacity: 1;
    visibility: visible;
    right: -405px;
    left: auto
}

.body_list > li > a {
    position: relative;
    color: #fff;
    font-family: FrutigerLTStd55Roman;
    font-size: 16px;
    transition: none
}

.body_list > li > a:hover {
    color: #f87a2f
}

.body_list > li > a > .txt {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #fff
}

.body_list > li:hover > a .txt, .body_list > li > a:hover .txt {
    transform: scale(1.5);
    top: -1px;
    left: -10px;
    color: #f87a2f
}

.structure.male .body_list.left > li.eyeMpointer {
    left: 70px;
    top: 48px
}

.structure.male .body_list.left > li.eyeMpointer > a:before {
    content: url(../images/earMPointerImgWhite.png);
    position: absolute;
    right: -265px
}

.body_list.left > li.eyeMpointer > a:hover:before, .structure.male .body_list.left > li.eyeMpointer:hover > a:before {
    content: url(../images/eyeMpointerImgRed.png)
}

.structure.male .body_list.left > li.earMPointer {
    left: 50px;
    top: 65px
}

.structure.male .body_list.left > li.earMPointer > a:before {
    content: url(../images/earMPointerImgWhite.png);
    position: absolute;
    right: -265px
}

.body_list.left > li.earMPointer > a:hover:before, .structure.male .body_list.left > li.earMPointer:hover > a:before {
    content: url(../images/earMPointerImgRed.png)
}

.structure.male .body_list.left > li.teethMpointer {
    left: 80px;
    top: 100px
}

.structure.male .body_list.left > li.teethMpointer > a:before {
    content: url(../images/teethMpointerImgWhite.png);
    position: absolute;
    right: -260px;
    top: -14px
}

.body_list.left > li.teethMpointer > a:hover:before, .structure.male .body_list.left > li.teethMpointer:hover > a:before {
    content: url(../images/teethMpointerImgRed.png)
}

.structure.male .body_list.left > li.throatMpointer {
    left: 80px;
    top: 135px
}

.structure.male .body_list.left > li.throatMpointer > a:before {
    content: url(../images/throatMpointerImgWhite.png);
    position: absolute;
    right: -260px;
    top: -23px
}

.body_list.left > li.throatMpointer > a:hover:before, .structure.male .body_list.left > li.throatMpointer:hover > a:before {
    content: url(../images/throatMpointerImgRed.png)
}

.structure.male .body_list.left > li.chestMpointer {
    left: 15px;
    top: 165px
}

.structure.male .body_list.left > li.chestMpointer > a:before {
    content: url(../images/chestMpointerImgWhite.png);
    position: absolute;
    right: -305px;
    top: -2px
}

.body_list.left > li.chestMpointer > a:hover:before, .structure.male .body_list.left > li.chestMpointer:hover > a:before {
    content: url(../images/chestMpointerImgRed.png)
}

.structure.male .body_list.left > li.liverMpointer {
    left: 30px;
    top: 195px
}

.structure.male .body_list.left > li.liverMpointer > a:before {
    content: url(../images/liverMpointerImgWhite.png);
    position: absolute;
    right: -303px;
    top: 0
}

.body_list.left > li.liverMpointer > a:hover:before, .structure.male .body_list.left > li.liverMpointer:hover > a:before {
    content: url(../images/liverMpointerImgRed.png)
}

.structure.male .body_list.left > li.handMpointer {
    left: -5px;
    top: 235px
}

.structure.male .body_list.left > li.handMpointer > a:before {
    content: url(../images/handMpointerImgWhite.png);
    position: absolute;
    right: -250px;
    top: -2px
}

.body_list.left > li.handMpointer > a:hover:before, .structure.male .body_list.left > li.handMpointer:hover > a:before {
    content: url(../images/handMpointerImgRed.png)
}

.structure.male .body_list.left > li.kidneysMpointer {
    left: 55px;
    top: 265px
}

.structure.male .body_list.left > li.kidneysMpointer > a:before {
    content: url(../images/kidneysMpointerImgWhite.png);
    position: absolute;
    right: -262px;
    top: 8px
}

.body_list.left > li.kidneysMpointer > a:hover:before, .structure.male .body_list.left > li.kidneysMpointer:hover > a:before {
    content: url(../images/kidneysMpointerImgRed.png)
}

.structure.male .body_list.left > li.lowerBackMpointer {
    left: 50px;
    top: 330px
}

.structure.male .body_list.left > li.lowerBackMpointer > a:before {
    content: url(../images/lowerBackMpointerImgWhite.png);
    position: absolute;
    right: -285px;
    top: -7px
}

.body_list.left > li.lowerBackMpointer > a:hover:before, .structure.male .body_list.left > li.lowerBackMpointer:hover > a:before {
    content: url(../images/lowerBackMpointerImgRed.png)
}

.body_list.left > li.lowerBackMpointer > a:hover .txt, .structure.male .body_list.left > li.lowerBackMpointer:hover > a .txt {
    transform: scale(1.5);
    top: -1px;
    left: -20px;
    color: #f87a2f
}

.structure.male .body_list.left > li.lowerBackMpointer .right_txt {
    left: -370px
}

.structure.male .body_list.left > li.lowerBackMpointer:hover .right_txt {
    left: -380px
}

.structure.male .body_list.left > li.lowerBackMpointer > a > .txt {
    white-space: nowrap
}

.structure.male .body_list.left > li.reproductiveMpointer {
    left: 55px;
    top: 365px
}

.structure.male .body_list.left > li.reproductiveMpointer > a:before {
    content: url(../images/reproductiveMpointerImgWhite.png);
    position: absolute;
    right: -292px;
    top: -3px
}

.body_list.left > li.reproductiveMpointer > a:hover:before, .structure.male .body_list.left > li.reproductiveMpointer:hover > a:before {
    content: url(../images/reproductiveMpointerImgRed.png)
}

.body_list.left > li.reproductiveMpointer > a:hover .txt, .structure.male .body_list.left > li.reproductiveMpointer:hover > a .txt {
    transform: scale(1.5);
    top: -1px;
    left: -20px;
    color: #f87a2f
}

.structure.male .body_list.left > li.reproductiveMpointer .right_txt {
    left: -370px
}

.structure.male .body_list.left > li.reproductiveMpointer:hover .right_txt {
    left: -380px
}

.structure.male .body_list.left > li.reproductiveMpointer > a > .txt {
    text-align: left;
    line-height: 16px
}

.structure.male .body_list.left > li.thighMpointer {
    left: 100px;
    top: 440px
}

.structure.male .body_list.left > li.thighMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    right: -205px;
    top: 0
}

.body_list.left > li.thighMpointer > a:hover:before, .structure.male .body_list.left > li.thighMpointer:hover > a:before {
    content: url(../images/thighMpointerImgRed.png)
}

.structure.male .body_list.left > li.footMpointer {
    left: 50px;
    top: 635px
}

.structure.male .body_list.left > li.footMpointer > a:before {
    content: url(../images/footMpointerImgWhite.png);
    position: absolute;
    right: -265px;
    top: 8px
}

.body_list.left > li.footMpointer > a:hover:before, .structure.male .body_list.left > li.footMpointer:hover > a:before {
    content: url(../images/footMpointerImgRed.png)
}

.structure.male .body_list.right > li > a > .txt {
    left: auto;
    right: -40px
}

.body_list.right > li > a:hover .txt, .structure.male .body_list.right > li:hover > a .txt {
    left: auto;
    right: -50px
}

.structure.male .body_list.right > li.brainMpointer {
    left: -132px;
    top: 60px
}

.structure.male .body_list.right > li.brainMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -210px;
    top: -22px;
    width: 200px
}

.body_list.right > li.brainMpointer > a:hover:before, .structure.male .body_list.right > li.brainMpointer:hover > a:before {
    content: url(../images/brainMpointerImgRed.png)
}

.structure.male .body_list.right > li.noseMpointer {
    left: -110px;
    top: 100px
}

.structure.male .body_list.right > li.noseMpointer > a:before {
    content: url(../images/noseMpointerImgWhite.png);
    position: absolute;
    left: -235px;
    top: -23px;
    width: 182px
}

.body_list.right > li.noseMpointer > a:hover:before, .structure.male .body_list.right > li.noseMpointer:hover > a:before {
    content: url(../images/noseMpointerImgRed.png)
}

.structure.male .body_list.right > li.heartMpointer {
    left: -145px;
    top: 162px
}

.structure.male .body_list.right > li.heartMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px
}

.body_list.right > li.heartMpointer > a:hover:before, .structure.male .body_list.right > li.heartMpointer:hover > a:before {
    content: url(../images/heartMpointerImgRed.png)
}

.structure.male .body_list.right > li.lungMpointer {
    left: -143px;
    top: 197px
}

.structure.male .body_list.right > li.lungMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px
}

.body_list.right > li.lungMpointer > a:hover:before, .structure.male .body_list.right > li.lungMpointer:hover > a:before {
    content: url(../images/lungMpointerImgRed.png)
}

.structure.male .body_list.right > li.elbowMpointer {
    left: -105px;
    top: 240px
}

.structure.male .body_list.right > li.elbowMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px
}

.body_list.right li.elbowMpointer > a:hover:before, .structure.male .body_list.right > li.elbowMpointer:hover > a:before {
    content: url(../images/elbowMpointerImgRed.png)
}

.structure.male .body_list.right > li.spineMpointer {
    left: -145px;
    top: 265px
}

.structure.male .body_list.right > li.spineMpointer > a:before {
    content: url(../images/spineMpointerImgWhite.png);
    position: absolute;
    left: -210px;
    top: -20px;
    width: 200px
}

.body_list.right li.spineMpointer > a:hover:before, .structure.male .body_list.right > li.spineMpointer:hover > a:before {
    content: url(../images/spineMpointerImgRed.png)
}

.structure.male .body_list.right > li.stomachMpointer {
    left: -115px;
    top: 340px
}

.structure.male .body_list.right > li.stomachMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -235px;
    top: -23px;
    width: 198px
}

.body_list.right li.stomachMpointer > a:hover:before, .structure.male .body_list.right > li.stomachMpointer:hover > a:before {
    content: url(../images/stomachMpointerImgRed.png)
}

.structure.male .body_list.right > li.hipMpointer {
    left: -92px;
    top: 372px
}

.structure.male .body_list.right > li.hipMpointer > a {
    min-width: 90px
}

.structure.male .body_list.right > li.hipMpointer > a:before {
    content: url(../images/hipMpointerImgWhite.png);
    position: absolute;
    left: -195px;
    top: 0;
    width: 200px
}

.body_list.right li.hipMpointer > a:hover:before, .structure.male .body_list.right > li.hipMpointer:hover > a:before {
    content: url(../images/hipMpointerImgRed.png)
}

.structure.male .body_list.right > li.kneeMpointer {
    left: -155px;
    top: 510px
}

.structure.male .body_list.right > li.kneeMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -165px;
    top: 0;
    width: 160px
}

.body_list.right li.kneeMpointer > a:hover:before, .structure.male .body_list.right > li.kneeMpointer:hover > a:before {
    content: url(../images/kneeMpointerImgRed.png)
}

.structure.male .body_list.right > li.ankleMpointer {
    left: -105px;
    top: 600px
}

.structure.male .body_list.right > li.ankleMpointer > a:before {
    content: url(../images/ankleMpointerImgWhite.png);
    position: absolute;
    left: -228px;
    top: 6px;
    width: 215px
}

.body_list.right li:nth-child(10) > a:hover:before, .structure.male .body_list.right > li.ankleMpointer:hover > a:before {
    content: url(../images/ankleMpointerImgRed.png)
}

.structure.female .body_list.left > li.eyeMpointer {
    left: 70px;
    top: 60px
}

.structure.female .body_list.left > li.eyeMpointer > a:before {
    content: url(../images/earMPointerImgWhite.png);
    position: absolute;
    right: -265px
}

.body_list.left > li.eyeMpointer > a:hover:before, .structure.female .body_list.left > li.eyeMpointer:hover > a:before {
    content: url(../images/eyeMpointerImgRed.png)
}

.structure.female .body_list.left > li.earMPointer {
    left: 50px;
    top: 75px
}

.structure.female .body_list.left > li.earMPointer > a:before {
    content: url(../images/earMPointerImgWhite.png);
    position: absolute;
    right: -265px
}

.body_list.left > li.earMPointer > a:hover:before, .structure.female .body_list.left > li.earMPointer:hover > a:before {
    content: url(../images/earMPointerImgRed.png)
}

.structure.female .body_list.left > li.teethMpointer {
    left: 80px;
    top: 110px
}

.structure.female .body_list.left > li.teethMpointer > a:before {
    content: url(../images/teethMpointerImgWhite.png);
    position: absolute;
    right: -260px;
    top: -14px
}

.body_list.left > li.teethMpointer > a:hover:before, .structure.female .body_list.left > li.teethMpointer:hover > a:before {
    content: url(../images/teethMpointerImgRed.png)
}

.structure.female .body_list.left > li.throatMpointer {
    left: 80px;
    top: 145px
}

.structure.female .body_list.left > li.throatMpointer > a:before {
    content: url(../images/throatMpointerImgWhite.png);
    position: absolute;
    right: -260px;
    top: -23px
}

.body_list.left > li.throatMpointer > a:hover:before, .structure.female .body_list.left > li.throatMpointer:hover > a:before {
    content: url(../images/throatMpointerImgRed.png)
}

.structure.female .body_list.left > li.chestMpointer {
    left: 0;
    top: 185px
}

.structure.female .body_list.left > li.chestMpointer > a:before {
    content: url(../images/chestMpointerImgWhite.png);
    position: absolute;
    right: -315px;
    top: -2px
}

.body_list.left > li.chestMpointer > a:hover:before, .structure.female .body_list.left > li.chestMpointer:hover > a:before {
    content: url(../images/chestMpointerImgRed.png)
}

.structure.female .body_list.left > li.liverMpointer {
    left: 30px;
    top: 215px
}

.structure.female .body_list.left > li.liverMpointer > a:before {
    content: url(../images/liverMpointerImgWhite.png);
    position: absolute;
    right: -303px;
    top: 0
}

.body_list.left > li.liverMpointer > a:hover:before, .structure.female .body_list.left > li.liverMpointer:hover > a:before {
    content: url(../images/liverMpointerImgRed.png)
}

.structure.female .body_list.left > li.handMpointer {
    left: -5px;
    top: 255px
}

.structure.female .body_list.left > li.handMpointer > a:before {
    content: url(../images/handMpointerImgWhite.png);
    position: absolute;
    right: -250px;
    top: -2px
}

.body_list.left > li.handMpointer > a:hover:before, .structure.female .body_list.left > li.handMpointer:hover > a:before {
    content: url(../images/handMpointerImgRed.png)
}

.structure.female .body_list.left > li.kidneysMpointer {
    left: 55px;
    top: 280px
}

.structure.female .body_list.left > li.kidneysMpointer > a:before {
    content: url(../images/kidneysMpointerImgWhite.png);
    position: absolute;
    right: -262px;
    top: 8px
}

.body_list.left > li.kidneysMpointer > a:hover:before, .structure.female .body_list.left > li.kidneysMpointer:hover > a:before {
    content: url(../images/kidneysMpointerImgRed.png)
}

.structure.female .body_list.left > li.lowerBackMpointer {
    left: 50px;
    top: 340px
}

.structure.female .body_list.left > li.lowerBackMpointer > a:before {
    content: url(../images/lowerBackMpointerImgWhite.png);
    position: absolute;
    right: -285px;
    top: -7px
}

.body_list.left > li.lowerBackMpointer > a:hover:before, .structure.female .body_list.left > li.lowerBackMpointer:hover > a:before {
    content: url(../images/lowerBackMpointerImgRed.png)
}

.body_list.left > li.lowerBackMpointer > a:hover .txt, .structure.female .body_list.left > li.lowerBackMpointer:hover > a .txt {
    transform: scale(1.5);
    top: -1px;
    left: -20px;
    color: #f87a2f
}

.structure.female .body_list.left > li.lowerBackMpointer .right_txt {
    left: -370px
}

.structure.female .body_list.left > li.lowerBackMpointer:hover .right_txt {
    left: -380px
}

.structure.female .body_list.left > li.lowerBackMpointer > a > .txt {
    white-space: nowrap
}

.structure.female .body_list.left > li.reproductiveMpointer {
    left: 55px;
    top: 380px
}

.structure.female .body_list.left > li.reproductiveMpointer > a:before {
    content: url(../images/reproductiveMpointerImgWhite.png);
    position: absolute;
    right: -292px;
    top: -3px
}

.body_list.left > li.reproductiveMpointer > a:hover:before, .structure.female .body_list.left > li.reproductiveMpointer:hover > a:before {
    content: url(../images/reproductiveMpointerImgRed.png)
}

.body_list.left > li.reproductiveMpointer > a:hover .txt, .structure.female .body_list.left > li.reproductiveMpointer:hover > a .txt {
    transform: scale(1.5);
    top: -1px;
    left: -20px;
    color: #f87a2f
}

.structure.female .body_list.left > li.reproductiveMpointer .right_txt {
    left: -370px
}

.structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
    left: -380px
}

.structure.female .body_list.left > li.reproductiveMpointer > a > .txt {
    text-align: left;
    line-height: 16px
}

.structure.female .body_list.left > li.thighMpointer {
    left: 100px;
    top: 440px
}

.structure.female .body_list.left > li.thighMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    right: -205px;
    top: 0
}

.body_list.left > li.thighMpointer > a:hover:before, .structure.female .body_list.left > li.thighMpointer:hover > a:before {
    content: url(../images/thighMpointerImgRed.png)
}

.structure.female .body_list.left > li.footMpointer {
    left: 50px;
    top: 660px
}

.structure.female .body_list.left > li.footMpointer > a:before {
    content: url(../images/footMpointerImgWhite.png);
    position: absolute;
    right: -265px;
    top: 8px
}

.body_list.left > li.footMpointer > a:hover:before, .structure.female .body_list.left > li.footMpointer:hover > a:before {
    content: url(../images/footMpointerImgRed.png)
}

.structure.female .body_list.right > li > a > .txt {
    left: auto;
    right: -40px
}

.body_list.right > li > a:hover .txt, .structure.female .body_list.right > li:hover > a .txt {
    left: auto;
    right: -50px
}

.structure.female .body_list.right > li.brainMpointer {
    left: -132px;
    top: 70px
}

.structure.female .body_list.right > li.brainMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -210px;
    top: -22px;
    width: 200px
}

.body_list.right > li.brainMpointer > a:hover:before, .structure.female .body_list.right > li.brainMpointer:hover > a:before {
    content: url(../images/brainMpointerImgRed.png)
}

.structure.female .body_list.right > li.noseMpointer {
    left: -110px;
    top: 112px
}

.structure.female .body_list.right > li.noseMpointer > a:before {
    content: url(../images/noseMpointerImgWhite.png);
    position: absolute;
    left: -235px;
    top: -23px;
    width: 182px
}

.body_list.right > li.noseMpointer > a:hover:before, .structure.female .body_list.right > li.noseMpointer:hover > a:before {
    content: url(../images/noseMpointerImgRed.png)
}

.structure.female .body_list.right > li.heartMpointer {
    left: -145px;
    top: 172px
}

.structure.female .body_list.right > li.heartMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px
}

.body_list.right > li.heartMpointer > a:hover:before, .structure.female .body_list.right > li.heartMpointer:hover > a:before {
    content: url(../images/heartMpointerImgRed.png)
}

.structure.female .body_list.right > li.lungMpointer {
    left: -155px;
    top: 215px
}

.structure.female .body_list.right > li.lungMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px
}

.body_list.right > li.lungMpointer > a:hover:before, .structure.female .body_list.right > li.lungMpointer:hover > a:before {
    content: url(../images/lungMpointerImgRed.png)
}

.structure.female .body_list.right > li.elbowMpointer {
    left: -100px;
    top: 250px
}

.structure.female .body_list.right > li.elbowMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -170px;
    top: 0;
    width: 160px
}

.body_list.right li.elbowMpointer > a:hover:before, .structure.female .body_list.right > li.elbowMpointer:hover > a:before {
    content: url(../images/elbowMpointerImgRed.png)
}

.structure.female .body_list.right > li.spineMpointer {
    left: -150px;
    top: 277px
}

.structure.female .body_list.right > li.spineMpointer > a:before {
    content: url(../images/spineMpointerImgWhite.png);
    position: absolute;
    left: -210px;
    top: -20px;
    width: 200px
}

.body_list.right li.spineMpointer > a:hover:before, .structure.female .body_list.right > li.spineMpointer:hover > a:before {
    content: url(../images/spineMpointerImgRed.png)
}

.structure.female .body_list.right > li.stomachMpointer {
    left: -115px;
    top: 355px
}

.structure.female .body_list.right > li.stomachMpointer > a:before {
    content: url(../images/brainMpointerImgWhite.png);
    position: absolute;
    left: -235px;
    top: -23px;
    width: 198px
}

.body_list.right li.stomachMpointer > a:hover:before, .structure.female .body_list.right > li.stomachMpointer:hover > a:before {
    content: url(../images/stomachMpointerImgRed.png)
}

.structure.female .body_list.right > li.hipMpointer {
    left: -92px;
    top: 390px
}

.structure.female .body_list.right > li.hipMpointer > a {
    min-width: 90px
}

.structure.female .body_list.right > li.hipMpointer > a:before {
    content: url(../images/hipMpointerImgWhite.png);
    position: absolute;
    left: -195px;
    top: 0;
    width: 200px
}

.body_list.right li.hipMpointer > a:hover:before, .structure.female .body_list.right > li.hipMpointer:hover > a:before {
    content: url(../images/hipMpointerImgRed.png)
}

.structure.female .body_list.right > li.kneeMpointer {
    left: -155px;
    top: 530px
}

.structure.female .body_list.right > li.kneeMpointer > a:before {
    content: url(../images/elbowMpointerImgWhite.png);
    position: absolute;
    left: -165px;
    top: 0;
    width: 160px
}

.body_list.right li.kneeMpointer > a:hover:before, .structure.female .body_list.right > li.kneeMpointer:hover > a:before {
    content: url(../images/kneeMpointerImgRed.png)
}

.structure.female .body_list.right > li.ankleMpointer {
    left: -105px;
    top: 630px
}

.structure.female .body_list.right > li.ankleMpointer > a:before {
    content: url(../images/ankleMpointerImgWhite.png);
    position: absolute;
    left: -228px;
    top: 6px;
    width: 215px
}

.body_list.right li:nth-child(10) > a:hover:before, .structure.female .body_list.right > li.ankleMpointer:hover > a:before {
    content: url(../images/ankleMpointerImgRed.png)
}

.forOtherProTxt {
    float: left;
    width: 100%;
    position: relative;
    bottom: 40px;
    padding-left: 15px;
    font-family: FrutigerLTStd55Roman;
    font-size: 20px;
    color: #fff
}

.forOtherProTxt a {
    font-family: frutiger_boldregular;
    color: #f87a2f;
    font-weight: 700;
    text-decoration: underline
}

.forOtherProTxt a:hover {
    text-decoration: none;
    color: #f87a2f
}

.multiFunctionPopup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 33, 39, .9);
    display: none
}

.multiFunctionPopup .inner {
    height: 100%
}

.multiFunctionPopup .inner .row {
    height: 100%;
    position: relative
}

.multiFunctionMain {
    position: absolute;
    width: 400px;
    border: #f87a2f dashed 1px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 15%;
    background: #0f5866;
    background: -moz-linear-gradient(top, rgba(15, 88, 102, 1) 0, rgba(1, 47, 56, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(15, 88, 102, 1) 0, rgba(1, 47, 56, 1) 100%);
    background: linear-gradient(to bottom, rgba(15, 88, 102, 1) 0, rgba(1, 47, 56, 1) 100%)
}

.multiFunctionMain h2 {
    font-family: frutiger_boldregular;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #f87a2f;
    padding: 20px;
    margin: 0
}

.multiFunctionMain ul {
    padding: 10px 20px 10px 20px;
    margin: 0;
    list-style: none
}

.multiFunctionMain li a {
    font-family: FrutigerLTStd55Roman;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    border-bottom: #427b86 solid 1px
}

.multiFunctionMain li a:hover {
    color: #f87a2f
}

.multiFunctionMain li:last-child a {
    border-bottom: 0
}

.multiFunctionMain span {
    position: absolute;
    top: 18px;
    right: 20px
}

.kyc_section {
    padding-top: 0
}

.kyc_section .container {
    padding: 0 30px;
    max-width: 1580px;
    width: 100%
}

.kyc_section .inner {
    background: #f3f3f3;
    padding: 20px 80px
}

.kyc_section h2 {
    text-align: center;
    color: #024b59;
    font-size: 44px;
    padding-bottom: 20px
}

.kyc_section .img_block {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px
}

.kyc_section .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #03aa70;
    padding: 0 40px 0 0;
    height: 40px;
    letter-spacing: 1px;
    color: #1f1f1f;
    font-family: FrutigerLTStd55Roman
}

.kyc_section .form-control::-moz-placeholder {
    opacity: 1;
    color: #1f1f1f
}

.kyc_section .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #1f1f1f
}

.kyc_section .btn {
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #03aa70;
    padding: 0;
    width: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px
}

.mmh_section {
    padding-top: 45px
}

.mmh_section .container {
    padding: 0 30px;
    width: 100%
}

.mmh_section .inner {
    padding: 20px 80px 0;
    background-color: #f3f3f3
}

.mmh_section h2 {
    text-align: center;
    color: #024b59;
    font-size: 44px;
    padding-bottom: 20px;
    margin: 0
}

.mmh_block {
    padding-bottom: 30px
}

.mmh_block .img_block {
    position: relative;
    padding-bottom: 10px
}

.mmh_block .img_block .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 50px;
    width: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px
}

.mmh_block h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #656565;
    font-family: frutiger_ce_55_romanregular;
    line-height: 20px
}

.mmh_block h4 {
    font-size: 18px;
    color: #656565;
    font-family: frutiger_ce_55_romanregular;
    line-height: 20px;
    padding-bottom: 10px
}

.mmh_block h4 span {
    font-size: 14px;
    display: block
}

.mmh_block p {
    font-size: 14px;
    line-height: 16px;
    color: #656565;
    font-family: frutiger_ce_55_romanregular
}

.ps_section {
    padding-top: 45px
}

.ps_section .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.ps_section .inner {
    padding: 20px 80px 30px;
    background-color: #024754
}

.ps_section h2 {
    text-align: center;
    color: #fff;
    font-size: 44px;
    padding-bottom: 20px
}

.ps_section .pt_block {
    border: 1px solid #fff;
    padding: 20px 10px 10px 200px;
    position: relative;
    min-height: 180px;
    margin-bottom: 0
}

.ps_section .pt_block .user_block {
    position: absolute;
    left: 0;
    top: -35px;
    width: 180px;
    text-align: center;
    padding-left: 50px
}

.ps_section .pt_block .user_block .img_block {
    display: inline-block;
    width: 105px;
    overflow: hidden;
    border-radius: 100%
}

.ps_section .pt_block .user_block .img_block > img {
    border-radius: 100%
}

.pspeak_carousel .item {
    padding-top: 35px;
    padding-right: 22px
}

.ps_section .pt_block .user_block h4 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: FrutigerLTStd55Roman;
    padding-top: 10px
}

.ps_section .pt_block .user_block h4 span {
    font-size: 15px;
    display: block
}

.ps_section .pt_block p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
    font-family: frutiger_ce_55_romanregular
}

.ps_section .pt_block:before {
    content: url(../images/quote-left-blue.png);
    position: absolute;
    left: 10px;
    top: -19px
}

.ps_section .pt_block:after {
    content: url(../images/quote-right-blue.png);
    position: absolute;
    right: -20px;
    bottom: 10px
}

.pspeak_carousel .owl-dots {
    width: 100%;
    text-align: center;
    z-index: 100;
    padding-top: 20px
}

.pspeak_carousel .owl-dots .owl-dot {
    padding: 0 3px;
    display: inline-block
}

.pspeak_carousel .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #f87a2f;
    float: left
}

.pspeak_carousel .owl-dots .owl-dot.active span, .pspeak_carousel .owl-dots .owl-dot:hover span {
    background-color: #fff
}

.nnm_section {
    padding-bottom: 45px
}

.nnm_section .inner {
    background-image: url(../images/nnm-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.nnm_section .inner h2 {
    color: #fff
}

.nnm_section h3 {
    color: #fff
}

.nnm_section .update_list li {
    padding-left: 0;
    float: left;
    width: 100%;
    min-height: inherit;
    margin-bottom: 40px
}

.nnm_section .update_list li .img_block {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
    position: relative
}

.nnm_section .update_list li .cont {
    width: calc(100% - 220px);
    float: right;
    position: relative
}

.nnm_section .update_list li .cont h6 {
    color: #fff;
    margin: 0
}

.nnm_section .update_list li .cont h4 {
    color: #fff
}

.nnm_section .update_list li .cont p {
    color: #fff;
    margin: 0
}

.nnm_section .update_list li .btn {
    background-color: #f87a2f;
    color: #fff;
    border: 1px solid #fff
}

.nnm_section .update_list li .btn:hover {
    background-color: #fff;
    color: #f87a2f;
    border: 1px solid #f87a2f
}

.nnm_section .left {
    border-right: 1px solid #fff
}

.nnm_section .right {
    margin-left: -1px;
    border-left: 1px solid #fff
}

.nnm_section .video_block {
    position: relative
}

.nnm_section .video_block > img {
    width: 100%
}

.nnm_section .video_block iframe {
    width: 100%;
    height: 220px
}

.nnm_section .video_block .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 50px;
    width: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px
}

.nnm_section .right h4 {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    font-family: frutiger_ce_55_romanregular
}

.nnm_section .right p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
    font-family: frutiger_ce_55_romanregular
}

.nnm_section .right .btn {
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #f87a2f;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    margin-top: 10px
}

.request_app {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 20px;
    z-index: 199
}

.get_estimate {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -110px;
    z-index: 199
}

.raa_header {
    background: #021f38;
    width: 100%;
    min-height: 300px;
    padding-top: 20px
}

.raa_header .container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px
}

.dr_block {
    float: left;
    position: relative;
    padding-left: 170px;
    padding-top: 15px;
    width: 75%
}

.dr_block .dr_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px
}

.dr_block .dr_img > img {
    width: 100%;
    border-radius: 100%;
    height: 100%
}

.dr_block h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0
}

.dr_block h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0
}

.designation {
    position: relative;
    padding-left: 0;
    padding-top: 5px
}

.designation > span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0
}

.designation h2 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.designation h2 span {
    display: block;
    font-weight: 700;
    font-size: 22px
}

.raa_btn {
    float: right;
    padding-top: 65px
}

.raa_btn .btn {
    line-height: 44px;
    border-radius: 5px;
    padding: 0 15px
}

.raa_btn .btn:hover {
    color: #fff
}

.doctors_profile {
    margin-top: -70px;
    display: inline-block;
    width: 100%
}

.doctors_profile .container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px
}

.profile_wrap {
    background-color: #fff
}

.view_opd {
    color: #00a950;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 15px 30px
}

.view_opd:hover {
    color: #00a950
}

.profile_wrap.active .view_opd .fa {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.doctors_profile h2 {
    font-size: 30px;
    color: #656565;
    padding-bottom: 20px;
    font-weight: 700;
    margin: 0
}

.doctors_profile p {
    color: #656565;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px
}

.profile_inner {
    padding: 30px
}

.opd_schdule {
    padding: 30px;
    background-color: #e3e3e3;
    display: none
}

.opd_schdule h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #00a950
}

.opd_schdule ul {
    margin: 0 -20px
}

.opd_schdule ul li {
    float: left;
    width: 16.66%;
    padding: 0 20px 30px;
    text-align: center;
    list-style: none
}

.opd_schdule ul li .inner {
    background-color: #fff
}

.opd_schdule ul li h5 {
    background-color: #f3f4f3;
    font-size: 17px;
    font-weight: 700;
    color: #656565;
    padding: 15px 10px
}

.opd_schdule ul li p {
    padding-bottom: 0;
    color: #00a950;
    font-size: 15px;
    line-height: 24px
}

.opd_schdule h4 {
    font-size: 24px;
    color: #00a950;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 100%
}

.opd_schdule ul li .cont {
    padding: 15px 10px;
    min-height: 80px
}

.repertoire_section {
    padding-bottom: 30px
}

.repertoire_section .container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px
}

.repertoire_section .inner_bg {
    background-image: url(../images/raa-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    padding: 50px;
    float: left
}

.repertoire_section h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center
}

.repertoire_tabs {
    position: relative;
    padding-left: 0
}

.repertoire_tabs .nav-tabs {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    border: none;
    width: 300px
}

.repertoire_tabs .nav-tabs > li {
    width: 100%;
    padding: 0;
    margin: 0
}

.repertoire_tabs .nav-tabs > li > a {
    float: left;
    width: 100%;
    padding: 30px 20px 30px 80px !important;
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    background-color: #021f38;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none
}

.repertoire_tabs .nav-tabs > li > a .green_icon {
    opacity: 0;
    visibility: hidden
}

.repertoire_tabs .nav-tabs > li.active > a .green_icon {
    opacity: 1;
    visibility: visible
}

.repertoire_tabs .nav-tabs > li.active > a .white_icon {
    opacity: 0;
    visibility: hidden
}

.repertoire_tabs .nav-tabs > li > a img {
    position: absolute;
    left: 20px;
    top: 20px;
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.repertoire_tabs .nav-tabs > li:last-child > a img {
    top: 30px
}

.repertoire_tabs .nav-tabs > li.active > a, .repertoire_tabs .nav-tabs > li.active > a:focus, .repertoire_tabs .nav-tabs > li.active > a:hover {
    border: none !important;
    background-color: #021f38 !important;
    color: #09b058 !important;
    box-shadow: none
}

.repertoire_tabs .nav-tabs > li > a:hover {
    border: none;
    background-color: #021f38;
    color: #fff
}

.repertoire_tabs .nav-tabs > li > a:after {
    content: '';
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #021f38 transparent transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    visibility: hidden;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s
}

.repertoire_tabs .nav-tabs > li.active > a:after {
    opacity: 1;
    visibility: visible
}

.repertoire_tabs .tab-content {
    background-color: #fff;
    padding: 20px 10px 20px 30px;
    float: right;
    width: calc(100% - 300px)
}

.dr_list {
    padding-right: 20px
}

.dr_list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px
}

.dr_list li:last-child {
    align-items: 0;
    padding-bottom: 0
}

.dr_list li:before {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #09b058
}

.dr_list li h6 {
    font-size: 14px;
    color: #00a962;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 20px
}

.dr_list li h6 span {
    display: block;
    color: #656565;
    font-weight: 400
}

.dr_list li p {
    color: #656565;
    font-size: 14px;
    line-height: 20px
}

.custom_scroll {
    height: auto
}

.raa_ps {
    padding: 0 0 30px
}

.raa_ps .container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px
}

.raa_ps .inner {
    background-color: #e8e8e8
}

.raa_ps h2 {
    color: #024b59
}

.raa_ps .pt_block p {
    color: #656565
}

.raa_ps .pt_block .user_block h4 {
    color: #656565
}

.raa_ps .pt_block {
    border: 1px solid #09b058
}

.raa_ps .pt_block::before {
    content: url(../images/quote-left.png)
}

.raa_ps .pt_block::after {
    content: url(../images/quote-right.png)
}

.raa_ps .pspeak_carousel .owl-dots .owl-dot.active span, .raa_ps .pspeak_carousel .owl-dots .owl-dot:hover span {
    background-color: #024b59
}

header.ip_menu {
    background: 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 99
}

.ip_menu .container {
    position: relative;
    padding: 0 120px 0 30px
}

.navbar-default {
    width: 100%
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 0
}

.navbar-brand {
    padding: 0;
    height: auto
}

.navbar-brand li {
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: 80px
}

.navbar-brand li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 56px;
    width: 1px;
    background-color: #c8c8c8;
    margin-top: -28px
}

.navbar-brand li:first-child {
    padding-left: 0
}

.navbar-brand li:first-child:before {
    display: none
}

.navbar-brand li:last-child {
    padding-right: 0
}

.navbar-brand li a {
    float: left
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: inherit;
    margin-bottom: 0;
    float: left;
    padding: 15px 0
}

.navbar-collapse {
    padding: 0;
    border: none
}

.navbar-default .navbar-nav {
    float: right
}

.navbar-default .navbar-nav > li {
    margin-left: 0;
    position: relative
}

.navbar-default .navbar-nav > li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0
}

.navbar-default .navbar-nav > li:first-child a {
    padding-left: 0
}

.navbar-default .navbar-nav > li:first-child:before {
    display: none
}

.navbar-default .navbar-nav > li:last-child a {
    padding-right: 0
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #030303;
    padding: 0 20px;
    position: relative
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover {
    color: #ed1c24
}

.navbar-default .navbar-nav > li.active > a:after {
    width: 100%;
    left: 0
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #030303
}

.hamburger {
    width: 22px;
    height: 20px;
    background-color: transparent;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 7px;
    left: 0
}

.hamburger span:nth-child(3) {
    top: 14px
}

.hamburger.open span {
    height: 3px
}

.hamburger.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -22px
}

.hamburger.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.search_block {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background-color: #dfdfdf;
    line-height: 82px;
    color: #09b058;
    font-size: 20px
}

.search_block:hover {
    color: #09b058
}

ul.slides li iframe {
    height: 380px;
    width: 100%
}

.consult_carousel .item {
    background-color: #fff
}

.consult_carousel .item .img_block > img {
    cursor: pointer
}

.fixed_bottom {
    display: none
}

.mobile-search-first {
    display: none
}

.mobile-search-second {
    display: none
}

.mobile-search-third {
    display: none
}

.clinical-speciality-mobile {
    display: none
}

div#accordion span.glyphicon.pull-right.glyphicon-plus {
    display: none
}

div#accordion span.glyphicon.pull-right.glyphicon-minus {
    display: none
}

.img_block.hostipal-image-custom img {
    height: 126px;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.procedure_carousel .owl-stage-outer .owl-stage .item {
    cursor: pointer
}

.pr_accodion .panel-default ul li {
    display: block;
    list-style-type: none
}

ul.update_list li {
    list-style-type: none
}

.video_carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

.video_carousel .owl-dot {
    display: inline-block;
    padding: 0 3px
}

.video_carousel .owl-dot span {
    float: left;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #fff
}

.video_carousel .owl-dot.active span {
    background-color: #f87a2f
}

.latest_carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

.latest_carousel .owl-dot {
    display: inline-block;
    padding: 0 3px
}

.latest_carousel .owl-dot span {
    float: left;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #fff
}

.latest_carousel .owl-dot.active span {
    background-color: #f87a2f
}

.hb_section .inner {
    position: relative
}

.logo a {
    top: 0
}

.bannercontentbox {
    position: absolute;
    top: 35%;
    left: 30px;
    bottom: auto;
    width: 520px;
    padding: 20px
}

.bannercontentbox h1 {
    font-size: 30px;
    color: #00a950;
    margin: 0;
    padding: 0 0 10px
}

.bannercontentbox p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding: 0
}

.bottom_nnav .navbar-default {
    margin: 0;
    background: 0 0;
    border: 0
}

.bottom_nnav .navbar-default .navbar-nav > li.ip_item a:hover {
    background: #00a951 !important
}

.header_text {
    font-size: 12px;
    background-color: #00a950;
    padding: 7px;
    color: #fff;
    letter-spacing: 1px;
    font-family: FrutigerLTStd55Roman
}

.header_text a {
    color: #fff
}

.new_header {
    min-height: 100px;
    position: relative;
    z-index: 99;
    background-color: #fff
}

.new_header .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%
}

.new_header .inner_nav {
    position: relative
}

.top_nnav {
    padding-top: 20px
}

.top_nav_item_left {
    float: left
}

.top_nav_item_left li {
    float: left;
    margin-left: 20px
}

.top_nav_item_left li:first-child {
    margin-left: 0
}

.top_nav_item_left li a {
    float: left;
    color: #3a4652;
    font-size: 13px;
    font-family: FrutigerLTStd55Roman;
    letter-spacing: 1px;
    line-height: 24px
}

.top_nav_item_left li a:hover {
    color: #ed1c24
}

.top_nav_item_right {
    float: left;
    margin-left: 30px;
    margin-bottom: 0
}

.top_nav_item_right li {
    float: left;
    padding: 0 15px;
    position: relative
}

.top_nav_item_right li:before {
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background-color: #bebebe;
    margin-top: -10px
}

.top_nav_item_right li:first-child {
    margin-left: 0;
    padding-left: 0
}

.top_nav_item_right li:first-child:before {
    display: none
}

.top_nav_item_right li a {
    float: left;
    color: #3a4652;
    font-size: 13px;
    padding: 0;
    font-family: FrutigerLTStd55Roman;
    letter-spacing: 1px;
    line-height: 24px
}

.top_nav_item_right li a .fa {
    font-size: 18px;
    padding-right: 5px
}

.top_nav_item_right li a .fa-caret-down {
    font-size: 18px;
    padding-left: 3px;
    padding-right: 0;
    position: relative;
    top: 2px
}

.top_nav_item_right li a .fa-mobile {
    font-size: 20px;
    position: relative;
    top: 2px;
    line-height: 22px
}

.top_nav_item_right li a:hover {
    color: #ed1c24
}

.top_nav_item_right li:last-child a {
    color: #ed1c24
}

.bottom_nnav .navbar-default {
    padding: 0;
    position: static
}

.bottom_nnav .navbar-default .navbar-nav {
    padding-top: 25px
}

.bottom_nnav .navbar-default .navbar-nav > li::before {
    display: none
}

.bottom_nnav .navbar-default .navbar-nav > li {
    padding-left: 4px;
    position: static
}

.bottom_nnav .navbar-default .navbar-nav > li > a {
    font-weight: 400;
    padding: 0 10px;
    text-transform: capitalize;
    line-height: 40px;
    border: 1px solid #bebebe;
    border-bottom: none;
    color: #282828;
    font-family: FrutigerLTStd55Roman
}

.bottom_nnav .navbar-default .navbar-nav > li.active > a, .bottom_nnav .navbar-default .navbar-nav > li:hover > a, .bottom_nnav .navbar-default .navbar-nav > li > a:hover {
    background-color: #e4e4e4 !important;
    color: #282828
}

.bottom_nnav .navbar-default .navbar-nav > li.ip_item a {
    background-color: #00a951;
    color: #fff;
    border-color: #00a951
}

.bottom_nnav .navbar-default .navbar-nav > li.ip_item a img {
    position: relative;
    top: -2px;
    padding-right: 5px
}

.bottom_nnav .navbar-default .navbar-nav > li > .dropdown-menu {
    padding: 20px 60px;
    background-color: #e4e4e4;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    border: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.bottom_nnav .navbar-default .navbar-nav > li.open > .dropdown-menu, .bottom_nnav .navbar-default .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.bottom_nnav .navbar-default .navbar-nav > li > .dropdown-menu .row {
    margin-left: -15px;
    margin-right: -15px
}

.bottom_nnav .navbar-default .navbar-nav > li > .dropdown-menu .row .col-md-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%
}

.nav_two {
    float: left;
    width: 100%
}

.nav_two > li {
    float: left;
    width: 100%;
    padding-bottom: 7px
}

.nav_two > li > a {
    float: left;
    font-size: 14px;
    color: #000;
    font-family: FrutigerLTStd55Roman;
    line-height: 16px
}

.nav_two > li > a:hover {
    color: #00a950
}

.nav_two > li .sub_list {
    float: left;
    width: 100%;
    padding: 7px 0
}

.nav_two > li .sub_list > li {
    float: left;
    width: 100%;
    padding-bottom: 4px
}

.nav_two > li .sub_list > li > a {
    float: left;
    font-size: 14px;
    color: #9b9b9b;
    font-family: FrutigerLTStd55Roman;
    line-height: 16px
}

.nav_two > li .sub_list > li > a:hover {
    color: #00a951
}

.drop_overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999
}

.bottom_nnav .navbar-default .navbar-nav > li.sticky_item {
    display: none
}

.bottom_nnav .navbar-default .navbar-nav > li.sticky_item a {
    border: none;
    background-color: #f1f1f1
}

.bottom_nnav .navbar-default .navbar-nav > li.sticky_item.red a {
    color: #ed1c24
}

.bottom_nnav .navbar-default .navbar-nav > li.sticky_item.red a .fa-mobile {
    font-size: 22px;
    position: relative;
    top: 2px;
    line-height: 22px;
    padding-right: 5px
}

.bottom_nnav .navbar-default .navbar-nav > li.sticky_item.red a .fa-caret-down {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 0;
    position: relative;
    top: 2px
}

.bottom_nnav.affix {
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    padding-top: 10px
}

.bottom_nnav.affix .navbar-brand img {
    height: 46px
}

.bottom_nnav.affix .navbar-default .navbar-nav {
    padding-top: 15px
}

.bottom_nnav.affix .navbar-default .navbar-nav > li.ip_item {
    display: none
}

.bottom_nnav.affix .navbar-default .navbar-nav > li.sticky_item {
    display: inline-block
}

.mobSearch {
    display: none
}

.mobAmbulance {
    display: none
}

.hamburger {
    width: 27px
}

.hamburger span {
    height: 3px
}

.searchf_section .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff !important
}

.searchf_section .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important
}

.bannercontentbox {
    position: absolute;
    top: 35%;
    left: 30px;
    bottom: auto;
    width: 520px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .6)
}

.bannercontentbox h1 {
    font-size: 30px;
    color: #00a950;
    margin: 0;
    padding: 0 0 10px
}

.bannercontentbox h2 {
    font-size: 30px;
    color: #00a950;
    margin: 0;
    padding: 0 0 10px
}

.bannercontentbox p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding: 0
}

.fixedpopupbox {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9
}

.fixedpopupbox.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.dicebutton {
    cursor: pointer;
    position: relative;
    z-index: 999;
    display: block;
    width: 45px;
    height: 45px;
    left: auto;
    background: #00a950 url(../../RevisedHeader/images/dots-image.jpg) no-repeat center
}

.fixedsidebar {
    width: 45px;
    height: 45px;
    bottom: 50%;
    right: 0;
    top: auto;
    position: fixed;
    z-index: 999
}

.fixedsidebar.active .dicebutton {
    background: #00a950 url(../../RevisedHeader/images/close-image.png) no-repeat center
}

.fixedinrpopup {
    background: #00a851;
    width: 320px;
    float: left;
    right: -140px;
    position: absolute;
    top: -340%;
    bottom: auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    z-index: 999
}

.fixedsidebar.active .fixedinrpopup {
    width: 300px;
    float: left;
    right: 45px;
    position: absolute;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.fixedinrpopup ul {
    border: 7px solid #fff;
    display: block;
    font-size: 0
}

.verticalcenter {
    display: table;
    height: 100%;
    width: 100%
}

.verticalinner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.fixedinrpopup ul li {
    height: 135px;
    width: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff
}

.fixedinrpopup ul li label {
    cursor: pointer;
    margin: 5px 0 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.fixedinrpopup ul li label:hover {
    color: #024754;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.fixedinrpopup ul li:nth-child(2n) {
    border-right: 0
}

.fixedinrpopup ul li:last-child {
    width: 100%;
    border-bottom: 0;
    border-right: 0
}

.new_header {
    border-bottom: #00aa4d solid 3px;
    padding-top: 0
}

.bottom_nnav.affix {
    border-bottom: #00aa4d solid 3px
}

.right_menu {
    display: none
}

.top_nav_item_right li.desktop_search_list {
    min-width: 95px;
    min-height: 40px;
    padding-right: 0
}

.top_nav_item_right li.desktop_search_list:before {
    margin-top: -18px
}

.top_nav_item_right li.desktop_search_list form {
    position: relative
}

.close_search {
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 1111;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    width: 17px
}

.close_search > img {
    width: 100%
}

.desktop_search {
    background: url(../../RevisedHeader/images/search-icon2.png) no-repeat 10px center #fff;
    border: none;
    height: 40px;
    width: 90px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: content-box;
    font-family: FrutigerLTStd55Roman;
    color: #3a4652;
    outline: 0;
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 1002;
    padding: 0 10px 0 30px
}

.desktop_search::-moz-placeholder {
    opacity: 1;
    color: #3a4652
}

.desktop_search::-webkit-input-placeholder {
    opacity: 1;
    color: #3a4652
}

.ds_block.active .desktop_search {
    width: 790px;
    background-color: #dbdbdb;
    cursor: text
}

.ds_block.active .close_search {
    visibility: visible;
    opacity: 1
}

.navbar-nav > li.sticky_search {
    min-width: 95px;
    min-height: 40px;
    padding-right: 0
}

.navbar-nav > li.sticky_search .ds_block {
    position: relative
}

.navbar-nav > li.sticky_search .desktop_search {
    background: url(../../RevisedHeader/images/search-icon2.png) no-repeat 10px center #f1f1f1;
    top: 0
}

.navbar-nav > li.sticky_search .ds_block.active .desktop_search {
    width: 915px
}

.navbar-nav > li.sticky_search .close_search {
    top: 10px
}

.dropdown_search_mobile {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    top: 100%;
    position: absolute;
    display: none
}

.scrollEffect {
    width: 100%;
    overflow: scroll
}

.scrollEffect ul {
    width: 970px !important
}

.scrollEffect ul {
    width: 825px !important
}

.sub_s_section {
    background-color: #f1efef;
    padding: 10px 20px 0
}

.sub_s_section p {
    color: #656565;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
    font-family: frutigermedium
}

.sub_s_section .btn {
    background-color: transparent;
    border: 1px solid #019f48;
    border-radius: 5px;
    color: #00a950;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: FrutigerLTStd55Roman
}

.sub_s_section .btn:hover {
    background-color: #019f48;
    color: #fff
}

.sub_s_section .inner {
    background-color: #fff;
    padding: 20px 15px 0;
    margin-top: 20px
}

.sub_s_section h3 {
    text-align: center;
    font-size: 38px;
    color: #414141;
    padding-bottom: 20px;
    font-family: frutiger_ce_55_romanregular
}

.sub_s_section .relative {
    padding-left: 0;
    float: left;
    width: 100%
}

.sub_s_section .nav-tabs {
    border: none;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    width: 290px
}

.sub_s_section .tab-content {
    float: right;
    width: calc(100% - 320px)
}

.sub_s_section .nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid rgba(40, 40, 40, .2)
}

.sub_s_section .nav-tabs > li:last-child {
    border: none
}

.sub_s_section .nav-tabs > li > a {
    border: none;
    color: #414141;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #ebeaea;
    font-family: frutiger_ce_55_romanregular;
    position: relative;
    padding: 10px
}

.sub_s_section .nav-tabs > li > a:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    background-color: #ebeaea;
    margin-top: -7px;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden
}

.sub_s_section .nav-tabs > li.active > a, .sub_s_section .nav-tabs > li.active > a:focus, .sub_s_section .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #ebeaea;
    color: #00a950;
    box-shadow: inherit
}

.sub_s_section .nav-tabs > li.active > a:after {
    opacity: 1;
    visibility: visible
}

.btc_section .sub_s_section {
    padding-bottom: 20px;
    float: left;
    width: 100%;
    margin: 0 0 25px
}

.btc_section .sub_s_section .nav-tabs {
    width: 450px
}

.btc_section .sub_s_section .tab-content {
    width: calc(100% - 480px)
}

.btc_section .sub_s_section .relative {
    padding-left: 0
}

.responsive-tabs iframe {
    width: 100%;
    border: none;
    height: 680px
}

.consult_carousel .img_block {
    text-align: center
}

.consult_carousel .img_block img {
    width: auto;
    height: 100%;
    display: inline-block
}

.ptestimonial_carousel .owl-nav {
    display: inline-block;
    width: 100%;
    text-align: center
}

.ptestimonial_carousel .owl-nav [class*=owl-] {
    position: static;
    display: inline-block;
    margin: 0 10px
}

.btc_section .sub_s_section .tab-content .tab-pane {
    max-height: 200px;
    overflow-y: auto
}

.csp_section .left_txt .btn_list2 li a {
    background-color: #fff !important;
    color: #00a3c8;
    border: 2px solid #fff !important;
    border-radius: 4px !important;
}

.csp_section .left_txt .btn_list2 li.active a {
    background-color: #00a3c8 !important;
    color: #fff;
    border: 2px solid #fff !important;
    border-radius: 4px !important;
}
.under_hbanner p {
    text-align: left
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }
}@keyframes pulse {
     0% {
         -webkit-transform: scale3d(.6, .6, .6);
         transform: scale3d(.6, .6, .6)
     }
     50% {
         -webkit-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1)
     }
     100% {
         -webkit-transform: scale3d(.6, .6, .6);
         transform: scale3d(.6, .6, .6)
     }
 }

/* Microsoft Edge Browser 14- - @supports method */

@supports (-ms-ime-align:auto) {
    .display-x {
        display : inline-flex;
        width : 100%;
    }
}

/* Firefox */

@-moz-document url-prefix() {
    .display-x {
        display: block ruby;
    }
}

/* Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .display-x {
        display : block ruby;
    }
}

/* Safari */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .display-x {
            display : flex;
        }
    }
}

@media (min-width: 1440px){

    .structure > img {
        margin-left: 400px;
    }

    .body_list {
        left: 280px;
    }

    .body_list.right {
        right: -123px;
    }

}

@media (max-width: 1440px) {
    .consultant_section .inner {
        padding: 0 60px
    }

    .cmp_section .inner {
        padding: 20px 60px
    }

    .cscdblog_section .inner {
        padding: 10px 60px 20px
    }

    .cscdblog_section .blog_item p {
        font-size: 16px
    }

    .csp_section .mid_img {
        width: 500px;
        margin-left: -250px
    }

    .csp_section .left_txt h2 {
        font-size: 48px;
        line-height: 70px;
    }

    .right_txt {
        width: 250px;
        left: -300px;
        padding-bottom: 15px
    }

    .csp_section .right_txt ul li a {
        font-size: 13px;
        padding: 7px 15px
    }

    .body_list > li:hover .right_txt {
        left: -290px
    }

    .body_list.right .right_txt {
        right: -340px
    }

    .body_list.right > li:hover .right_txt {
        right: -330px
    }

    .csp_section .left_txt {
        padding-top: 80px
    }

    .cardiology_section h2, .cmp_section .inner h2, .consultant_section .inner h2, .cscdblog_section .inner h2 {
        font-size: 28px
    }

    .cardiology_section h1, .clinical_sp_section .inner h2, .event_update_section .inner h2, .event_update_section h3, .under_hbanner h1 {
        font-size: 28px
    }

    .btc_btns > ul li {
        padding: 0 10px
    }

    .btc_btnnew > ul li {
        padding: 0 10px
    }

    .faq_section .container {
        max-width: 1230px
    }

    .whyus_section ul li p {
        font-size: 14px;
        line-height: 20px
    }

    .cardiology_section h3 {
        font-size: 28px
    }

    .right_txt > ul {
        padding: 10px 0
    }

    .right_txt a.btn {
        margin-left: 15px
    }

    .kyc_section h2, .mmh_section h2, .ps_section h2 {
        font-size: 28px
    }

    .csp_section .left_txt .btn_list2 li a {
        min-width: 80px;
        line-height: 30px;
        padding: 0 10px !important
    }

    .csp_section .left_txt p {
        font-size: 13px
    }

    .csp_section .left_txt {
        padding-right: 20px
    }

    .consult_carousel .img_block {
        height: 210px
    }

    .consult_carousel .img_block img {
        width: auto;
        height: 100%
    }

    .ps_section .pt_block .user_block h4 {
        font-size: 16px;
        line-height: 16px
    }

    .ps_section .pt_block p {
        font-size: 16px;
        line-height: 22px
    }

    .csp_section .inner .col-md-3 {
        width: 28%;
        padding-right: 60px
    }

    .nav_lsit > li > .dropdown-menu {
        padding: 15px 30px 30px
    }

    .nav_lsit > li > .dropdown-menu .row {
        margin-left: -30px;
        margin-right: -30px
    }

    .nav_lsit > li > .dropdown-menu .row .col-xs-12 {
        padding-right: 30px;
        padding-left: 30px
    }

    .bottom_nnav .navbar-default .navbar-nav > li > .dropdown-menu {
        padding: 20px 30px
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px
    }

    .pt_block p {
        font-size: 14px;
        line-height: 20px
    }

    .under_hbanner .inner {
        padding: 20px 30px 30px
    }

    .structure.male .body_list.left > li.lowerBackMpointer .right_txt {
        left: -305px
    }

    .structure.male .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: -315px
    }

    .structure.male .body_list.left > li.reproductiveMpointer .right_txt {
        left: -305px
    }

    .structure.male .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -315px
    }

    .structure.female .body_list.left > li.lowerBackMpointer .right_txt {
        left: -305px
    }

    .structure.female .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: -315px
    }

    .structure.female .body_list.left > li.reproductiveMpointer .right_txt {
        left: -305px
    }

    .structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -315px
    }

    .body_list > li:hover > a .txt, .body_list > li > a:hover .txt {
        transform: scale(1.2) !important
    }

}

@media (max-width: 1389px) {
    .structure.male .body_list.left > li.lowerBackMpointer .right_txt {
        left: -290px
    }

    .structure.male .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: -300px
    }

    .structure.male .body_list.left > li.reproductiveMpointer .right_txt {
        left: -290px
    }

    .structure.male .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -300px
    }

    .structure.female .body_list.left > li.lowerBackMpointer .right_txt {
        left: -290px
    }

    .structure.female .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: -300px
    }

    .structure.female .body_list.left > li.reproductiveMpointer .right_txt {
        left: -290px
    }

    .structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -300px
    }
}

@media (max-width: 1280px) {
    .structure.male .body_list.left > li.lowerBackMpointer .right_txt {
        left: -290px
    }

    .structure.male .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: -300px
    }

    .structure.male .body_list.left > li.reproductiveMpointer .right_txt {
        left: -290px
    }

    .structure.male .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -300px
    }

    .structure.female .body_list.left > li.lowerBackMpointer .right_txt {
        left: -290px
    }

    .structure.female .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: -300px
    }

    .structure.female .body_list.left > li.reproductiveMpointer .right_txt {
        left: -290px
    }

    .structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -300px
    }

    .ohn_section .inner .block p br {
        display: none
    }

    .btc_btns > ul li {
        padding: 0 5px
    }

    .btc_btnnew > ul li {
        padding: 0 5px
    }

    .csp_section .inner .col-md-3 {
        width: 100%;
        float: left;
        padding-right: 15px
    }

    .csp_section .inner .col-md-8 {
        width: 100%;
        text-align: center;
        float: left
    }

    .structure {
        display: inline-block;
        width: 100%
    }

    .csp_section .left_txt {
        padding-top: 20px
    }

    .consult_carousel .img_block {
        max-height: 230px
    }
    .csp_section .inner {
        padding: 0 30px;
    }
    .body_list {
        position: absolute;
        left: 210px;
        top: 0;
    }
    .structure.female .body_list.left > li.handMpointer {
        left: 25px;
    }
    .structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: -260px;
    }
    .body_list > li:hover .right_txt {
        width: 200px;
        left: -260px;
    }
}

@media (max-width: 1279px) {

    .bottom_nnav .navbar-default .navbar-nav > li > a {
        padding: 0 5px
    }

    .new_header .container {
        padding: 0 30px
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px
    }

    .ipslide_section .overlay h2 {
        font-size: 30px;
        line-height: normal
    }

    .ipslide_section .overlay p {
        font-size: 18px
    }

    .ipslide_section .overlay h3 {
        font-size: 18px
    }

    .ip_list ul li .inner h5 {
        font-size: 14px
    }

    .whyus_section h2 {
        font-size: 30px
    }

    .whyus_section ul li p {
        font-size: 14px;
        line-height: normal
    }

    .ohn_section .inner h2 {
        font-size: 30px
    }

    .ohn_section .container {
        padding: 0 15px
    }

    .ohn_section .inner {
        padding: 20px 0 0
    }

    .patientstory_section h2 {
        font-size: 30px
    }

    .patientstory_section p {
        font-size: 13px
    }

    .procedure_section .inner h2 {
        font-size: 30px
    }

    .procedure_section .inner {
        padding: 30px 15px
    }

    .procedure_section .container {
        padding: 0 15px
    }

    .procedure_carousel .item h4 {
        font-size: 14px
    }

    .free_form_section h2 {
        font-size: 30px
    }

    .free_form_section .container {
        padding: 0 15px
    }

    .free_form_section form ul li {
        width: 33.33%
    }

    .free_form_section form ul li:nth-last-child(2) {
        width: 50%
    }

    .foreplan_section .block {
        margin-bottom: 0;
        padding-bottom: 30px
    }

    .foreplan_section .inner .col-md-3 {
        width: 50%
    }

    .foreplan_section .heading h2 {
        font-size: 30px
    }

    .foreplan_section .heading {
        margin-top: -15px
    }

    .faq_section .container {
        padding: 0 15px
    }

    .faq_section h2 {
        font-size: 30px
    }

    .faq_section .panel-title > a {
        font-size: 14px;
        padding: 10px 40px 10px 15px;
        line-height: 20px
    }

    .faq_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding-left: 10px
    }

    .faq_section p {
        font-size: 13px;
        line-height: 18px
    }

    .consult_carousel .inner_item {
        background-color: #fff
    }

    .cmp_carousel .item p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal
    }

    .cmp_carousel .item h3 {
        font-size: 16px
    }

    .cscdblog_section .blog_item p {
        font-size: 14px;
        line-height: 20px
    }

    .under_hbanner .inner ul li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px
    }

    .under_hbanner .inner ul li:nth-child(2) {
        width: 100%
    }

    .under_hbanner .inner {
        padding: 15px
    }

    .event_update_section .left {
        border-right: none;
        border-bottom: 3px solid #00a950;
        padding: 0 15px
    }

    .event_update_section .right {
        border-left: none;
        padding: 20px 15px 0
    }

    .event_update_section .inner {
        padding: 15px
    }

    .btc_btns > ul li {
        padding: 0 5px
    }

    .btc_btns > ul li a {
        font-size: 13px;
        line-height: 40px;
        min-width: inherit;
        padding: 0 20px
    }

    .btc_btnnew > ul li {
        padding: 14px 5px
    }

    .btc_btnnew > ul li a {
        font-size: 13px;
        line-height: 40px;
        min-width: inherit;
        padding: 0 20px
    }

    .get_estimate {
        display: none
    }

    .whyus_section ul {
        padding: 0
    }

    .free_form_section .inner {
        padding: 20px 0
    }

    .dr_block .dr_img {
        width: 100px;
        height: 100px
    }

    .dr_block {
        padding-left: 120px
    }

    .dr_block h2 {
        font-size: 22px
    }

    .dr_block h1 {
        font-size: 22px
    }

    .designation > span {
        font-size: 16px
    }

    .designation {
        padding-left: 0;
        padding-top: 0
    }

    .designation h2 {
        font-size: 14px;
        line-height: 22px
    }

    .designation h2 span {
        font-size: 16px
    }

    .raa_btn {
        padding-top: 30px
    }

    .raa_header {
        min-height: 250px
    }

    .opd_schdule ul {
        margin: 0 -5px
    }

    .opd_schdule ul li {
        padding: 0 5px 10px
    }

    .opd_schdule {
        padding: 15px
    }

    .opd_schdule ul li h5 {
        font-size: 14px
    }

    .opd_schdule ul li p {
        font-size: 13px;
        line-height: 20px
    }

    .opd_schdule h4 {
        font-size: 20px
    }

    .doctors_profile h2 {
        font-size: 22px
    }

    .profile_inner {
        padding: 15px
    }

    .repertoire_section .inner_bg {
        padding: 30px
    }

    .repertoire_tabs .nav-tabs > li > a {
        font-size: 16px
    }

    .custom_scroll {
        height: auto
    }

    .repertoire_section h2 {
        font-size: 22px
    }

    .raa_ps h2 {
        font-size: 22px
    }

    header.ip_menu {
        display: block;
        padding: 0
    }

    .navbar-default .navbar-nav > li > a {
        padding: 0 15px !important
    }

    .ip_menu .container {
        padding: 0 15px
    }

    .hb_carousel .item .banner_text h2 {
        font-size: 30px;
        line-height: normal
    }

    .hb_carousel .item .banner_text p {
        font-size: 18px
    }

    .mmh_section .inner {
        padding: 15px 15px 0
    }

    .kyc_section h2, .mmh_section h2, .ps_section h2 {
        font-size: 30px
    }

    .ps_section .inner {
        padding: 20px 15px
    }

    .nnm_section .left {
        border-bottom-color: #fff
    }

    .csp_section .left_txt .form-group {
        padding-right: 0
    }

    .body_list > li > a .txt, .body_list > li > a::before {
        display: none
    }

    .body_list > li > a .dot {
        height: 12px;
        width: 12px;
        background-color: #09b058;
        float: left;
        border-radius: 100%;
        border: 2px solid #fff
    }

    .structure {
        max-width: 280px
    }

    .structure > img {
        width: 280px
    }

    /*.csp_section .inner {
        padding: 15px
    }*/

    .body_list > li:nth-child(1) {
        top: 35px;
        left: 120px
    }

    .body_list > li:nth-child(2) {
        top: 85px;
        left: 125px
    }

    .body_list > li:nth-child(3) {
        top: 140px;
        left: 105px
    }

    .body_list > li:nth-child(4) {
        top: 165px;
        left: 120px
    }

    .body_list > li:nth-child(5) {
        top: 190px;
        left: 125px
    }

    .body_list > li:nth-child(6) {
        top: 240px;
        left: 70px
    }

    .body_list > li:nth-child(7) {
        top: 305px;
        left: 110px
    }

    .body_list > li:nth-child(8) {
        top: 400px;
        left: 110px
    }

    .body_list > li:nth-child(9) {
        top: 470px;
        left: 115px
    }

    .body_list.right > li:nth-child(1) {
        top: 30px;
        left: -140px
    }

    .body_list.right > li:nth-child(2) {
        top: 105px;
        left: -100px
    }

    .body_list.right > li:nth-child(3) {
        top: 120px;
        left: -125px
    }

    .body_list.right > li:nth-child(4) {
        top: 140px;
        left: -125px
    }

    .body_list.right > li:nth-child(5) {
        top: 165px;
        left: -95px
    }

    .body_list.right > li:nth-child(6) {
        top: 175px;
        left: -140px
    }

    .body_list.right > li:nth-child(7) {
        top: 235px;
        left: -105px
    }

    .body_list.right > li:nth-child(8) {
        top: 315px;
        left: -125px
    }

    .body_list.right > li:nth-child(9) {
        top: 365px;
        left: -125px
    }

    .body_list.right > li:nth-child(10) {
        top: 435px;
        left: -130px
    }

    .body_list.right > li:nth-child(11) {
        top: 475px;
        left: -135px
    }

    .body_list.left > li:nth-child(1) {
        top: 35px;
        left: 120px
    }

    .body_list.left > li:nth-child(2) {
        top: 65px;
        left: 120px
    }

    .body_list.left > li:nth-child(3) {
        top: 120px;
        left: 110px
    }

    .body_list.left > li:nth-child(4) {
        top: 145px;
        left: 125px
    }

    .body_list.left > li:nth-child(5) {
        top: 190px;
        left: 120px
    }

    .body_list.left > li:nth-child(6) {
        top: 215px;
        left: 60px
    }

    .body_list > li:nth-child(7) {
        top: 285px
    }

    .body_list > li:nth-child(8) {
        left: 115px
    }

    .body_list > li:nth-child(9) {
        top: 455px
    }

    .male .body_list.right > li:nth-child(1) {
        top: 25px
    }

    .male .body_list.right > li:nth-child(2) {
        top: 90px;
        left: -95px
    }

    .male .body_list.right > li:nth-child(3) {
        top: 115px
    }

    .male .body_list.right > li:nth-child(4) {
        top: 135px;
        left: -125px
    }

    .male .body_list.right li:nth-child(6) {
        top: 160px;
        left: -140px
    }

    .male .body_list.right li:nth-child(5) {
        top: 195px;
        left: -85px
    }

    .male .body_list.right li:nth-child(10) {
        top: 425px;
        left: -135px
    }

    .male .body_list.right li:nth-child(11) {
        top: 455px;
        left: -140px
    }

    .right_txt::before {
        display: none
    }

    .right_txt {
        left: 50%;
        margin-left: -125px;
        top: 40px
    }

    .body_list > li:hover .right_txt {
        top: 20px;
        left: 50%
    }

    .right_txt p {
        display: block
    }

    .body_list.right .right_txt {
        left: 50%;
        margin-left: -125px;
        top: 40px;
        right: auto
    }

    .body_list.right > li:hover .right_txt {
        right: auto;
        left: 50%
    }

    .body_list > li:hover > a .dot, .body_list > li > a:hover .dot {
        background-color: #f87a2f
    }

    .body_list > li > a .dot {
        width: 10px;
        height: 10px
    }

    .structure.male .body_list.left > li.eyeMpointer {
        left: 125px;
        top: 36px
    }

    .structure.male .body_list.left > li.earMPointer {
        left: 108px;
        top: 51px
    }

    .structure.male .body_list.left > li.teethMpointer {
        left: 130px;
        top: 58px
    }

    .structure.male .body_list.left > li.throatMpointer {
        left: 132px;
        top: 72px
    }

    .structure.male .body_list.left > li.liverMpointer {
        left: 120px;
        top: 135px
    }

    .structure.male .body_list.left > li.handMpointer {
        left: 60px;
        top: 165px
    }

    .structure.male .body_list.left > li.kidneysMpointer {
        left: 110px;
        top: 215px
    }

    .structure.male .body_list.left > li.lowerBackMpointer {
        left: 125px;
        top: 230px
    }

    .structure.male .body_list.left > li.reproductiveMpointer {
        left: 132px;
        top: 247px
    }

    .structure.male .body_list.left > li.thighMpointer {
        left: 110px;
        top: 300px
    }

    .structure.male .body_list.left > li.footMpointer {
        left: 115px;
        top: 452px
    }

    .structure.male .body_list.right > li.brainMpointer {
        left: -140px;
        top: 25px
    }

    .structure.male .body_list.right > li.noseMpointer {
        left: -142px;
        top: 50px
    }

    .structure.male .body_list.right > li.heartMpointer {
        left: -123px;
        top: 112px
    }

    .structure.male .body_list.right > li.lungMpointer {
        left: -122px;
        top: 137px
    }

    .structure.male .body_list.right > li.elbowMpointer {
        left: -87px;
        top: 170px
    }

    .structure.male .body_list.right > li.spineMpointer {
        left: -140px;
        top: 165px
    }

    .structure.male .body_list.right > li.stomachMpointer {
        left: -135px;
        top: 220px
    }

    .structure.male .body_list.right > li.hipMpointer {
        left: -100px;
        top: 260px
    }

    .structure.male .body_list.right > li.kneeMpointer {
        left: -125px;
        top: 360px
    }

    .structure.male .body_list.right > li.ankleMpointer {
        left: -135px;
        top: 437px
    }

    .structure.male .body_list.left > li.lowerBackMpointer .right_txt {
        left: auto
    }

    .structure.male .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: auto
    }

    .structure.male .body_list.left > li.reproductiveMpointer .right_txt {
        left: auto
    }

    .structure.male .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: auto
    }

    .structure.female .body_list.left > li.eyeMpointer {
        left: 125px;
        top: 45px
    }

    .structure.female .body_list.left > li.earMPointer {
        left: 105px;
        top: 55px
    }

    .structure.female .body_list.left > li.teethMpointer {
        left: 130px;
        top: 65px
    }

    .structure.female .body_list.left > li.throatMpointer {
        left: 129px;
        top: 82px
    }

    .structure.female .body_list.left > li.chestMpointer {
        left: 110px;
        top: 125px
    }

    .structure.female .body_list.left > li.liverMpointer {
        left: 120px;
        top: 150px
    }

    .structure.female .body_list.left > li.handMpointer {
        left: 70px;
        top: 175px
    }

    .structure.female .body_list.left > li.kidneysMpointer {
        left: 110px;
        top: 215px
    }

    .structure.female .body_list.left > li.lowerBackMpointer {
        left: 125px;
        top: 235px
    }

    .structure.female .body_list.left > li.reproductiveMpointer {
        left: 132px;
        top: 260px
    }

    .structure.female .body_list.left > li.thighMpointer {
        left: 105px;
        top: 300px
    }

    .structure.female .body_list.left > li.footMpointer {
        left: 110px;
        top: 470px
    }

    .structure.female .body_list.right > li.brainMpointer {
        left: -138px;
        top: 30px
    }

    .structure.female .body_list.right > li.noseMpointer {
        left: -142px;
        top: 55px
    }

    .structure.female .body_list.right > li.heartMpointer {
        left: -123px;
        top: 125px
    }

    .structure.female .body_list.right > li.lungMpointer {
        left: -128px;
        top: 152px
    }

    .structure.female .body_list.right > li.elbowMpointer {
        left: -87px;
        top: 175px
    }

    .structure.female .body_list.right > li.spineMpointer {
        left: -145px;
        top: 175px
    }

    .structure.female .body_list.right > li.stomachMpointer {
        left: -135px;
        top: 232px
    }

    .structure.female .body_list.right > li.hipMpointer {
        left: -100px;
        top: 265px
    }

    .structure.female .body_list.right > li.kneeMpointer {
        left: -122px;
        top: 360px
    }

    .structure.female .body_list.right > li.ankleMpointer {
        left: -132px;
        top: 450px
    }

    .structure.female .body_list.left > li.lowerBackMpointer .right_txt {
        left: auto
    }

    .structure.female .body_list.left > li.lowerBackMpointer:hover .right_txt {
        left: auto
    }

    .structure.female .body_list.left > li.reproductiveMpointer .right_txt {
        left: auto
    }

    .structure.female .body_list.left > li.reproductiveMpointer:hover .right_txt {
        left: auto
    }

    .multiFunctionMain {
        left: 22%;
        width: 325px
    }

    .multiFunctionMain span {
        top: 12px;
        right: 20px
    }

    .multiFunctionMain h2 {
        padding: 14px 20px
    }

    .multiFunctionMain ul {
        padding: 10px 15px 10px 15px
    }

    .multiFunctionMain li a {
        font-size: 14px;
        padding: 8px 0
    }

    .forOtherProTxt {
        font-size: 15px;
        bottom: 0
    }

    .right_txt .inner_dd > ul {
        padding: 10px 0
    }

    .drop_list > li > a {
        font-size: 14px
    }

    .bottom_nnav .navbar-default .navbar-nav > li > a {
        padding: 0 5px
    }

    .fixed_bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999
    }

    .fixed_bottom .bnav {
        float: left;
        width: 100%;
        position: relative;
        border-top: 1px solid #aaa;
        z-index: 10
    }

    .fixed_bottom .bnav li {
        float: left;
        width: 50%
    }

    .fixed_bottom .bnav li:first-child {
        border-right: 1px solid #aaa;
        width: 50%
    }

    .fixed_bottom .bnav li a {
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 10px 10px 10px 60px !important;
        min-height: 60px;
        font-family: FrutigerLTStd55Roman;
        color: #000;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 20px
    }

    .fixed_bottom .bnav li a > img {
        position: absolute;
        left: 10px !important;
        top: 50%;
        width: 44px;
        margin-top: -22px
    }

    .fixed_bottom .bnav.active li a.drop {
        background-color: #aaa
    }

    .foot_drop {
        float: left;
        width: 100%;
        position: absolute;
        bottom: -20px;
        left: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .4);
        z-index: 9;
        transition: all .25s ease-in 0s;
        -webkit-transition: all .25s ease-in 0s
    }

    .foot_drop li {
        float: left;
        width: 50%
    }

    .foot_drop li a {
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 10px 10px 10px 60px !important;
        min-height: 60px;
        font-family: FrutigerLTStd55Roman;
        color: #000;
        font-size: 15px !important;
        text-transform: capitalize;
        line-height: 20px
    }

    .foot_drop li a > img {
        position: absolute;
        left: 10px !important;
        top: 50%;
        width: 44px;
        margin-top: -22px
    }

    .foot_drop.active {
        margin-bottom: 0 !important;
        bottom: 60px !important
    }

    footer {
        padding-bottom: 100px !important
    }

    .top_nnav {
        display: none
    }

    .navbar > .container-fluid .navbar-brand {
        top: -5px
    }

    .navbar-default .navbar-toggle {
        margin-top: 22px
    }

    .bottom_nnav.affix {
        padding-bottom: 10px
    }

    .bottom_nnav.affix .navbar-brand {
        top: 2px
    }

    .mobSearch {
        display: block;
        right: 175px;
        top: 22px;
        position: absolute;
        color: #00a950
    }

    .mobSearch a {
        color: #00a950;
        font-size: 20px;
        font-weight: 500;
        background: url(../../RevisedHeader/images/search-icon.jpg) left center no-repeat;
        background-size: 23px;
        padding-left: 35px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .mobAmbulance {
        display: block;
        right: 85px;
        top: 22px;
        position: absolute;
        color: #00a950
    }

    .container-fluid > .navbar-header {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .bottom_nnav.affix .container-fluid > .navbar-header {
        padding-top: 0;
        padding-bottom: 0
    }

    .bottom_nnav.affix .navbar-default .navbar-toggle {
        margin-top: 15px
    }

    .navbar-default .navbar-collapse {
        width: 90%;
        top: 72px
    }

    .bottom_nnav .navbar-collapse.collapse.in, .bottom_nnav .navbar-default .navbar-collapse, .bottom_nnav.affix .navbar-default .navbar-collapse {
        display: none !important
    }

    .right_menu {
        position: fixed;
        background-color: #fff;
        width: 270px;
        height: 100%;
        right: -270px;
        top: 0;
        z-index: 98;
        display: inline-block;
        padding-top: 90px;
        overflow-y: auto;
        transition: all 1.5s ease-in-out 1s;
        -webkit-transition: all .5s ease-in-out 0s
    }

    .right_menu.active {
        right: 0
    }

    .rm_menu {
        display: inline-block;
        width: 100%;
        padding: 15px 0 20px
    }

    .rm_menu ul {
        float: left;
        width: 100%
    }

    .rm_menu ul li {
        float: left;
        width: 100%;
        position: relative
    }

    .rm_menu ul li a {
        float: left;
        width: 100%;
        line-height: 40px;
        padding: 0 34px 0 15px;
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        position: relative;
        font-family: FrutigerLTStd55Roman
    }

    .rm_menu ul li .plus-minus {
        position: absolute;
        right: 10px;
        top: 3px;
        height: 34px;
        width: 34px;
        text-align: center;
        line-height: 34px;
        color: #000;
        font-size: 14px;
        cursor: pointer;
        font-family: frutiger_ce_55_romanregular
    }

    .rm_menu ul li a:hover + .plus-minus {
        color: #000
    }

    .rm_menu ul li .right-dropdown {
        position: relative;
        background-color: #e4e4e4;
        padding: 15px 0 0;
        display: none
    }

    .rm_menu ul li .right-dropdown > li {
        padding: 0 34px 10px 15px
    }

    .rm_menu ul li .right-dropdown > li > a {
        line-height: 18px;
        font-size: 14px;
        color: #000;
        border-left: 3px solid #00a950;
        padding-left: 10px;
        width: auto;
        text-transform: none;
        padding-right: 0
    }

    .rm_menu ul li .right-dropdown > li > a:focus, .rm_menu ul li .right-dropdown > li > a:hover {
        background-color: transparent
    }

    .nav_two > li .sub_list {
        padding-bottom: 0;
        display: none
    }

    .nav_two > li .sub_list > li > a {
        padding: 0;
        text-transform: none
    }

    .nav_two > li .sub_list > li {
        padding-left: 13px
    }

    .rm_menu ul li .right-dropdown > li .plus-minus {
        line-height: normal;
        top: 0;
        height: auto
    }

    .navbar-header {
        width: 100%
    }

    .navbar-default .navbar-toggle {
        display: block;
        padding: 0;
        border: none;
        background-color: transparent !important
    }

    .navbar-nav {
        padding-top: 0;
        width: 250px;
        padding: 0;
        margin: 0
    }

    .navbar-default .navbar-nav > li {
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
        margin-left: 0
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: none;
        line-height: normal;
        padding: 8px 0;
        color: #030303;
        font-size: 14px
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
        color: #ed1c24;
        border-bottom: none
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #ed1c24;
        border-bottom: none
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
        color: #ed1c24;
        border-bottom: none
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #019f48;
        border-bottom: none
    }

    .navbar-default .navbar-collapse {
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 99;
        border: none
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .bottom_nnav .navbar-brand img {
        height: 50px
    }
    .csp_section .inner {
        padding: 0 30px;
    }
    .body_list {
        position: absolute;
        left: 210px;
        top: 0;
    }
    .body_list.right {
        right: -252px;
    }
    .body_list {
        left: 260px;
    }
}

@media (max-width: 1199px) {
    .bannercontentbox {
        width: 480px;
        padding: 15px;
        top: 25%
    }

    .bannercontentbox h1 {
        font-size: 24px;
        color: #00a950;
        margin: 0;
        padding: 0 0 10px
    }

    .bannercontentbox h2 {
        font-size: 24px;
        color: #00a950;
        margin: 0;
        padding: 0 0 10px
    }

    .bannercontentbox p {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        margin: 0;
        padding: 0
    }

    .cscd_section .overlay {
        position: static
    }

    .row.clinical-speciality-desktop {
        background-color: #000;
        margin-left: -20px;
        margin-right: -20px
    }

    .bannercontentbox {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%
    }
    .csp_section .inner {
        padding: 0 30px;
    }
    .body_list {
        position: absolute;
        left: 210px;
        top: 0;
    }
    .body_list.right {
        right: -252px;
    }
    .body_list {
        left: 260px;
    }
}

@media (max-width: 1023px) {
    .structure > img {
        max-width: 410px;
        display: inline-block;
        width: 100%;
        margin-left: 253px;
    }
    .ipslide_section .overlay {
        position: static;
        margin-top: 0;
        background-color: #00a950;
        padding: 15px 0
    }

    .ipslide_section .overlay h2 {
        color: #fff;
        font-size: 24px;
        padding-bottom: 10px
    }

    .ipslide_section .overlay h2 br, .ipslide_section .overlay p br {
        display: none
    }

    .ipslide_section .overlay p {
        color: #fff;
        padding-bottom: 10px;
        font-size: 14px
    }

    .ipslide_section .overlay h3 {
        color: #fff;
        padding-left: 0;
        font-size: 16px
    }

    .ipslide_section .overlay h3 img {
        display: none
    }

    .ip_list {
        position: static;
        background-color: #024b59
    }

    .ip_list ul li .inner img {
        top: -8px
    }

    .ip_list ul li:nth-child(2) .inner h5, .ip_list ul li:nth-child(3) .inner h5 {
        padding-top: 12px
    }

    .whyus_section {
        padding-top: 20px;
        margin-bottom: 0
    }

    .whyus_section h2 {
        font-size: 24px
    }

    .whyus_section ul li p {
        font-size: 12px
    }

    .whyus_section ul li .icon {
        padding-bottom: 10px
    }

    .ohn_section .inner .block p {
        font-size: 13px
    }

    .ohn_section .inner h2 {
        font-size: 24px
    }

    .ohn_section .inner .block h3 {
        font-size: 16px
    }

    .patientstory_section h2 {
        font-size: 24px
    }

    .pslarge_slide .slides > li a .overlay .fa {
        font-size: 50px
    }

    .procedure_section .inner h2 {
        font-size: 24px
    }

    .procedure_section .inner h2 a {
        line-height: 30px;
        font-size: 12px;
        min-width: 100px
    }

    .procedure_carousel .item .icon {
        width: 70px
    }

    .procedure_carousel .item .icon > img {
        width: 100%
    }

    .free_form_section h2 {
        font-size: 24px
    }

    .free_form_section form ul li {
        width: 50%
    }

    .free_form_section form ul li:last-child, .free_form_section form ul li:nth-last-child(2) {
        width: 100%
    }

    .foreplan_section .heading h2 {
        font-size: 24px
    }

    .foreplan_section .inner .col-md-3 {
        float: left
    }

    .faq_section h2 {
        font-size: 24px
    }

    .foreplan_section {
        padding-bottom: 30px
    }

    .owl-carousel .owl-item img.mobile_banner {
        display: block
    }

    .owl-carousel .owl-item img.desktop_banner {
        display: none
    }

    .cardiology_section h1, .cardiology_section h2, .cmp_section .inner h2, .consultant_section .inner h2, .cscdblog_section .inner h2 {
        font-size: 22px
    }

    .blog_item {
        margin-bottom: 20px
    }

    .cscdblog_section .inner {
        padding: 15px 15px 0
    }

    .ip_list ul li {
        padding: 10px 10px 5px
    }

    .clinical_sp_section .inner h2, .event_update_section .inner h2, .event_update_section h3, .under_hbanner h1 {
        font-size: 22px
    }

    .under_hbanner .inner ul li, .under_hbanner .inner ul li a {
        font-size: 14px
    }

    .consultant_section .inner {
        padding: 0 40px
    }

    .pt_block p {
        font-size: 14px;
        line-height: 20px
    }

    .pt_block .user_block h4 {
        font-size: 18px
    }

    .btc_btns > ul li {
        width: 50%;
        padding-bottom: 10px
    }

    .btc_btns > ul li a {
        width: 100%
    }

    .btc_btns {
        padding: 15px 0 0
    }

    .btc_btnnew > ul li {
        width: 50%;
        padding-bottom: 10px
    }

    .btc_btnnew > ul li a {
        width: 100%
    }

    .btc_btnnew {
        padding: 15px 0 5px
    }

    .whyus_section ul li .icon > img {
        width: 50px
    }

    .request_app {
        display: none
    }

    .dr_block {
        padding-left: 0;
        text-align: center;
        width: 100%
    }

    .dr_block .dr_img {
        display: inline-block;
        position: static;
        margin-bottom: 10px
    }

    .designation {
        padding-left: 0
    }

    .designation > span {
        position: static
    }

    .raa_btn {
        width: 100%;
        padding: 20px 0;
        text-align: center
    }

    .opd_schdule ul li {
        width: 33.33%
    }

    .doctors_profile {
        margin-top: 0
    }

    .raa_header {
        padding-top: 0
    }

    .navbar-header {
        width: 100%
    }

    .navbar-default .navbar-toggle {
        display: block;
        margin: 12px 0 0;
        padding: 0;
        border: none;
        background-color: transparent !important
    }

    .navbar-nav {
        padding-top: 0;
        width: 250px;
        padding: 0;
        margin: 0
    }

    .navbar-default .navbar-nav > li {
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
        margin-left: 0
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: none;
        line-height: normal;
        padding: 8px 0;
        color: #030303;
        font-size: 14px
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
        color: #ed1c24;
        border-bottom: none
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #ed1c24;
        border-bottom: none
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
        color: #ed1c24;
        border-bottom: none
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #019f48;
        border-bottom: none
    }

    .navbar-default .navbar-collapse {
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 99;
        border: none
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    header {
        padding: 5px 0
    }

    .navbar-brand li:last-child a img {
        height: 50px
    }

    .navbar-brand li {
        line-height: 50px
    }

    .navbar-brand li::before {
        height: 40px;
        margin-top: -20px
    }

    .navbar-default .navbar-nav > li > a::after {
        display: none
    }

    .navbar-brand > img {
        height: 40px
    }

    .navbar-default {
        padding: 10px 0
    }

    .search_block {
        width: 60px;
        line-height: 60px
    }

    .ip_menu .container {
        padding: 0 10px
    }

    .navbar-default .navbar-nav {
        text-align: left;
        background-color: #dfdfdf
    }

    .navbar-default .navbar-nav > li::before {
        display: none
    }

    .kyc_section .inner {
        padding: 15px
    }

    .hb_carousel .item .banner_text {
        padding-left: 15px
    }

    .cardiology_section h3 {
        font-size: 22px
    }

    ul.slides li iframe {
        height: 250px
    }

    .ip_carousel .owl-dots {
        bottom: 10px
    }

    .hb_consultant .inner h2 a {
        top: -5px
    }

    .multiFunctionMain {
        left: 30%
    }

    #scroll {
        bottom: -65px !important
    }

    .cscd_section .overlay {
        width: 92%;
        margin: 0 auto;
        position: static;
        background: #042028
    }

    .row.clinical-speciality-desktop {
        background-color: transparent;
        margin-left: -15px;
        margin-right: -15px
    }

    .btc_section .sub_s_section .nav-tabs, .btc_section .sub_s_section .tab-content {
        width: 100%;
        float: left
    }

    .bottom_nnav.affix .navbar-nav > li.sticky_item input[type=search]:focus {
        width: 580px
    }

    .dropdown_search_mobile.open {
        display: block
    }

    .dropdown_search_mobile .input-group {
        width: 100%
    }

    .dropdown_search_mobile .input-group .form-control {
        height: 60px;
        border-radius: 3px;
        padding: 0 120px 0 10px;
        border: 1px solid #e1e1e1
    }

    .dropdown_search_mobile .input-group .btn {
        border-radius: 3px;
        position: absolute;
        right: 10px;
        top: 10px;
        line-height: 26px;
        z-index: 99
    }

    .right_txt {
        z-index: 90
    }

    .body_list.right > li:hover .right_txt, .body_list > li:hover .right_txt {
        opacity: 0;
        visibility: hidden
    }

    .body_list > li.active .right_txt {
        top: 20px;
        display: block;
        opacity: 1 !important;
        visibility: visible !important
    }

    .cscdblog_section .inner h2 a {
        top: auto
    }

    .structure > img {
        margin-left: 0px;
    }

    .csp_section .inner {
        padding: 0 15px;
    }

    .body_list {
        position: absolute;
        left: 0px;
        top: 0;
    }
    .body_list.right {
        left: auto;
        right: 0px;
    }
}

@media (max-width: 767px) {
    .faq_section h2, .foreplan_section .heading h2, .free_form_section h2, .ipslide_section .overlay h2, .ohn_section .inner h2, .procedure_section .inner h2, .whyus_section h2 {
        font-size: 20px
    }

    .whyus_section ul li p {
        font-size: 13px;
        line-height: normal
    }

    .patientstory_section h2 {
        font-size: 20px
    }

    .foreplan_section .heading {
        margin-top: -10px
    }

    .foreplan_section .block p {
        font-size: 14px;
        line-height: normal
    }

    .psthumb_slide .slides > li {
        line-height: 50px
    }

    .psthumb_slide .flex-direction-nav li {
        top: -40px
    }

    .psthumb_slide .flex-viewport {
        padding: 0 30px
    }

    .pslarge_slide .slides > li a .overlay p {
        font-size: 14px
    }

    .psthumb_slide .slides > li {
        font-size: 14px
    }

    .ipslide_section > .container {
        padding: 0
    }

    .cardiology_section .container, .cscd_section .container {
        padding: 0
    }

    .cmp_section .container, .consultant_section .container, .cscdblog_section .container {
        padding: 0 15px
    }

    .cscd_section .overlay {
        position: static;
        background-color: #00a950
    }

    .cardiology_section h1, .cardiology_section h2, .cmp_section .inner h2, .consultant_section .inner h2, .cscdblog_section .inner h2 {
        font-size: 18px
    }

    .cardiology_section {
        padding-bottom: 0;
        padding-top: 10px
    }

    .consultant_section .inner {
        padding: 20px 0 0
    }

    .cmp_carousel .owl-nav [class*=owl-] .fa, .consult_carousel .owl-nav [class*=owl-] .fa {
        font-size: 24px
    }

    .cmp_section .inner {
        padding: 15px
    }

    .cscdblog_section .row .col-xs-12 {
        width: 50%
    }

    .clinical_sp_section .inner h2, .clinicalsp_carousel .owl-nav [class*=owl-] .fa, .event_update_section .inner h2, .event_update_section h3, .under_hbanner h1 {
        font-size: 18px
    }

    .hb_section .ip_list {
        display: none
    }

    .btc_section .container {
        padding: 0 15px
    }

    .hb_section .container, .under_hbanner .container {
        padding: 0
    }

    .clinical_sp_section {
        padding: 20px 0
    }

    .clinical_sp_section .container, .event_update_section .container {
        padding: 0 15px
    }

    .consultant_section .inner .row {
        margin: 0;
        background: url(../images/consultANT-BG.jpg) no-repeat center top
    }

    .clinical_sp_section .inner {
        padding: 15px
    }

    .update_list li .cont h4 {
        font-size: 16px
    }

    .event_update_section {
        padding-top: 15px
    }

    .btc_btns > ul li a {
        line-height: normal;
        padding: 10px
    }

    .btc_btnnew > ul li a {
        line-height: normal;
        padding: 10px
    }

    .procedure_carousel {
        padding: 0
    }

    .raa_ps .inner {
        padding: 20px
    }

    .raa_ps .pt_block p {
        font-size: 14px;
        line-height: 20px
    }

    .ps_section .pt_block .user_block h4 {
        font-size: 16px
    }

    .ps_section .pt_block .user_block h4 span {
        font-size: 13px
    }

    .opd_schdule h4 {
        font-size: 18px
    }

    .doctors_profile h2 {
        font-size: 18px;
        padding-bottom: 10px
    }

    .doctors_profile p {
        font-size: 13px
    }

    .repertoire_section h2 {
        font-size: 18px
    }

    .raa_ps h2 {
        font-size: 18px
    }

    .dr_block h2 {
        font-size: 18px
    }

    .dr_block h1 {
        font-size: 18px
    }

    .designation h2 {
        font-size: 13px
    }

    .raa_btn {
        padding-top: 10px
    }

    .raa_btn .btn {
        line-height: 36px;
        font-size: 13px
    }

    .designation h3 span {
        font-size: 13px
    }

    .repertoire_section .inner_bg {
        padding: 15px
    }

    .repertoire_tabs {
        padding-left: 0
    }

    .repertoire_tabs .nav-tabs {
        position: static;
        width: 100%
    }

    .repertoire_tabs .nav-tabs > li {
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #fff
    }

    .repertoire_tabs .nav-tabs > li:nth-child(2n+1) {
        border-left: none
    }

    .repertoire_tabs .nav-tabs > li.active > a::after {
        display: none
    }

    .repertoire_tabs .nav-tabs > li > a img {
        display: none
    }

    .repertoire_tabs .nav-tabs > li > a {
        padding: 15px !important;
        font-size: 14px
    }

    .repertoire_tabs .tab-content {
        padding: 10px;
        width: 100%
    }

    .profile_inner {
        padding: 15px 0
    }

    .view_opd {
        padding: 0;
        margin-top: 20px;
        font-size: 16px
    }

    .kyc_section h2, .mmh_section h2, .ps_section h2 {
        font-size: 20px
    }

    .hb_carousel .item .banner_text h2 {
        font-size: 18px
    }

    .hb_carousel .item .banner_text p {
        font-size: 13px
    }

    .hb_carousel .item .banner_text {
        margin-top: -30px
    }

    .hb_carousel .owl-dots {
        position: static;
        background-color: #09b058
    }

    .hb_consultant .input-group-btn:last-child > .btn {
        font-size: 13px;
        line-height: 34px
    }

    .kyc_section .container, .mmh_section .container, .ps_section .container {
        padding: 0 15px
    }

    .cardiology_section h3 {
        font-size: 22px
    }

    .csp_section .container {
        padding: 0
    }

    .csp_section .left_txt h2 {
        font-size: 20px;
        line-height: 70px;
    }

    .right_txt .inner_dd > ul {
        padding: 5px 0
    }

    .searchf_section .input-group-btn:last-child > .btn {
        font-size: 13px;
        line-height: 34px
    }

    header.ip_menu .navbar-toggle.collapsed {
        width: 22px
    }

    .hb_carousel .owl-dots .owl-dot span {
        width: 22px
    }

    .fixed_bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999
    }

    .fixed_bottom .bnav {
        float: left;
        width: 100%;
        position: relative;
        border-top: 1px solid #aaa;
        z-index: 10
    }

    .fixed_bottom .bnav li {
        float: left;
        width: 50%
    }

    .fixed_bottom .bnav li:first-child {
        border-right: 1px solid #aaa;
        width: 50%
    }

    .fixed_bottom .bnav li a {
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 10px 10px 10px 60px !important;
        min-height: 60px;
        font-family: FrutigerLTStd55Roman;
        color: #000;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 20px
    }

    .fixed_bottom .bnav li a > img {
        position: absolute;
        left: 10px !important;
        top: 50%;
        width: 44px;
        margin-top: -22px
    }

    .fixed_bottom .bnav.active li a.drop {
        background-color: #aaa
    }

    .foot_drop {
        float: left;
        width: 100%;
        position: absolute;
        bottom: -20px;
        left: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .4);
        z-index: 9;
        transition: all .25s ease-in 0s;
        -webkit-transition: all .25s ease-in 0s
    }

    .foot_drop li {
        float: left;
        width: 50%
    }

    .foot_drop li a {
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 10px 10px 10px 60px !important;
        min-height: 60px;
        font-family: FrutigerLTStd55Roman;
        color: #000;
        font-size: 15px !important;
        text-transform: capitalize;
        line-height: 20px
    }

    .foot_drop li a > img {
        position: absolute;
        left: 10px !important;
        top: 50%;
        width: 44px;
        margin-top: -22px
    }

    .foot_drop.active {
        margin-bottom: 0 !important;
        bottom: 60px !important
    }

    footer {
        padding-bottom: 100px !important
    }

    .backToTop #scroll {
        bottom: 75px !important
    }

    .searchf_section {
        margin: 0 0 2px
    }

    .searchf_section .form-group {
        margin-bottom: 10px
    }

    .searchf_section .form-control {
        border: none;
        background-color: #009659;
        padding: 0 10px;
        border-radius: 3px;
        letter-spacing: normal;
        height: 40px;
        color: #044b29
    }

    .searchf_section .form-control::-moz-placeholder {
        opacity: 1;
        color: #044b29
    }

    .searchf_section .form-control::-webkit-input-placeholder {
        opacity: 1;
        color: #044b29
    }

    .searchf_section .input-group {
        display: inline-block;
        width: 100%;
        text-align: left
    }

    .searchf_section .input-group-btn:last-child > .btn {
        margin-left: 0;
        margin-top: 10px;
        text-transform: uppercase
    }

    .searchf_section .input-group-btn:last-child > .btn .fa {
        display: none
    }

    .searchf_section .inner {
        padding-top: 25px
    }

    .consultant_section .inner h2 span {
        display: block;
        margin-top: 10px
    }

    .hb_consultant .inner h2 a {
        top: auto
    }

    .clinical_sp_section .inner h2 span {
        display: block;
        margin-top: 10px
    }

    .clinical_sp_section .inner h2 a {
        margin-left: 0;
        top: auto
    }

    .cmp_section .inner h2 span {
        display: block;
        margin-top: 10px
    }

    .cmp_section .inner h2 a, .consultant_section .inner h2 a {
        margin-top: 0;
        margin-left: 0;
        top: auto
    }

    .nnm_section {
        padding-bottom: 25px
    }

    .cscd_section .overlay {
        padding: 25px 25px 15px
    }

    .cscd_section .overlay .form-group {
        margin-bottom: 10px
    }

    .cscd_section .form-control {
        border: none;
        background-color: #009659;
        padding: 0 10px;
        border-radius: 3px;
        letter-spacing: normal;
        height: 40px;
        color: #044b29
    }

    .cscd_section .form-control::-moz-placeholder {
        opacity: 1;
        color: #044b29
    }

    .cscd_section .form-control::-webkit-input-placeholder {
        opacity: 1;
        color: #044b29
    }

    .cscd_section .input-group {
        display: inline-block;
        width: 100%;
        text-align: left
    }

    .cscd_section .input-group-btn:last-child > .btn {
        margin-left: 0;
        margin-top: 10px;
        text-transform: uppercase
    }

    .cscd_section .input-group-btn:last-child > .btn .fa {
        display: none
    }

    .csp_section {
        margin-bottom: 15px
    }

    .mmh_block {
        padding-bottom: 10px
    }

    .mmh_section {
        padding: 15px 0;
        margin: 0 0 20px
    }

    .ps_section {
        padding-top: 15px
    }

    .nnm_section {
        padding-top: 15px
    }

    footer .mch23-ftin p {
        font-size: 14px;
        line-height: 22px
    }

    .cmp_section {
        padding: 15px 0
    }

    .doctors_profile .container, .raa_header .container, .repertoire_section .container {
        padding: 0 15px
    }

    .mmh_block h3 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .mmh_block h4 {
        font-size: 16px
    }

    .sub_s_section .nav-tabs > li > a {
        background-color: transparent;
        border-bottom: 2px solid transparent;
        text-transform: uppercase
    }

    .sub_s_section .nav-tabs > li.active > a, .sub_s_section .nav-tabs > li.active > a:focus, .sub_s_section .nav-tabs > li.active > a:hover {
        background-color: transparent;
        border-bottom: 2px solid #00a950
    }

    .blog_carousel.owl-carousel .owl-dots {
        width: 100%;
        text-align: center;
        z-index: 100;
        padding: 0;
        margin: 10px 0
    }

    .blog_carousel.owl-carousel .owl-dots .owl-dot {
        padding: 0 3px;
        display: inline-block
    }

    .blog_carousel.owl-carousel .owl-dots .owl-dot span {
        margin: 0;
        border-radius: 100%;
        height: 10px;
        width: 10px;
        background-color: #f87a2f;
        float: left
    }

    .blog_carousel.owl-carousel .owl-dots .owl-dot.active span, .pspeak_carousel .owl-dots .owl-dot:hover span {
        background-color: #024b59
    }

    .cscdblog_section {
        padding-bottom: 20px
    }

    .scrollEffect {
        width: 100%;
        overflow: scroll
    }

    .scrollEffect ul {
        width: 970px !important
    }

    .procedure_section .inner {
        padding-top: 0;
        padding-bottom: 0
    }

    .foreplan_section .block .btn {
        width: 100%
    }

    .patientstory_section {
        padding-top: 0
    }

    .ps_section {
        padding-top: 0
    }

    .sub_s_section .tab-content {
        float: right;
        width: 100%
    }

    .body_list.right > li:nth-child(1) .right_txt {
        left: auto;
        right: auto
    }

    .body_list > li:nth-child(1) .right_txt {
        left: auto;
        right: auto
    }

    .body_list.left > li:nth-child(1):hover .right_txt {
        left: auto;
        right: auto
    }

    .body_list > li:nth-child(1):hover .right_txt {
        left: auto
    }

    .male .body_list.left > li:nth-child(9) {
        left: 120px;
        top: 445px
    }

    .forOtherProTxt {
        font-size: 14px;
        bottom: -5px
    }

    .multiFunctionMain {
        left: 30%;
        width: 300px
    }

    .multiFunctionMain h2 {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .multiFunctionMain ul {
        padding: 10px 15px 10px 15px
    }

    .multiFunctionMain span {
        top: 10px;
        right: 15px
    }

    .multiFunctionMain li a {
        font-size: 13px;
        padding: 7px 0
    }

    .csp_section .right_txt ul li a {
        padding: 4px 10px;
        line-height: 15px
    }

    .right_txt p {
        font-size: 15px
    }

    .multi ul {
        display: block
    }

    .multi ul li {
        list-style: inherit
    }

    .nnm_section .video_block {
        position: relative;
        text-align: center
    }

    .mch23-ftin ul li {
        text-align: left !important
    }

    .nnm_section .update_list li {
        list-style-type: none
    }

    .bannercontentbox {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #042028;
        padding: 10px 20px 15px
    }

    .bannercontentbox h1 {
        font-size: 21px;
        color: #00a950;
        margin: 0;
        padding: 0 0 10px
    }

    .bannercontentbox p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin: 0;
        padding: 0
    }

    .new_header .container {
        padding: 0 15px
    }

    .navbar > .container-fluid .navbar-brand {
        width: 110px
    }

    .navbar > .container-fluid .navbar-brand a img {
        width: 100%;
        height: auto
    }

    .container-fluid > .navbar-header {
        padding-top: 10px
    }

    .mobSearch {
        top: 25px;
        right: 125px
    }

    .mobSearch a {
        padding-left: 27px;
        font-size: 17px
    }

    .mobAmbulance {
        top: 23px;
        right: 68px
    }

    .navbar-default .navbar-toggle {
        margin-top: 20px
    }

    .bottom_nnav.affix .navbar-default .navbar-toggle {
        margin-top: 20px
    }

    .fixed_bottom .bnav li a {
        font-size: 15px;
        line-height: 16px;
        padding-top: 16px;
        padding-bottom: 7px
    }

    .foot_drop li a {
        font-size: 15px;
        line-height: 16px;
        padding-top: 15px;
        padding-bottom: 7px
    }

    .foot_drop.active {
        bottom: 61px
    }

    .navbar-default .navbar-collapse {
        top: 62px
    }

    .bottom_nnav.affix .navbar-default .navbar-collapse {
        top: 62px
    }

    .styled_select select option {
        background: #000
    }

    .repertoire_section {
        padding-bottom: 30px
    }

    .raa_ps {
        padding-bottom: 75px
    }

    .profile_inner {
        padding-bottom: 5px
    }

    .free_form_section {
        padding-bottom: 10px
    }

    .bannercontentbox {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #042028;
        padding: 10px 20px 15px
    }

    .bannercontentbox h1 {
        font-size: 21px;
        color: #00a950;
        margin: 0;
        padding: 0 0 10px
    }

    .bannercontentbox h2 {
        font-size: 21px;
        color: #00a950;
        margin: 0;
        padding: 0 0 10px
    }

    .bannercontentbox p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin: 0;
        padding: 0
    }

    .rm_menu {
        padding-bottom: 70px
    }

    .csp-popupcontent2 {
        min-height: inherit
    }

    .mch23-ftin {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        float: left
    }

    footer .mch23-ftin .col-xs-6 {
        margin-bottom: 15px
    }

    .social {
        margin: 5px 0
    }

    .social a {
        margin: 0 5px 0 0
    }

    .social a, .social a:hover {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        font-size: 13px;
        text-align: center
    }

    .btc_section .sub_s_section {
        padding: 10px
    }

    .sub_s_section .nav-tabs > li > a {
        font-size: 14px
    }

    .btc_section .sub_s_section .nav-tabs {
        padding-bottom: 10px
    }

    .sub_s_section p {
        font-size: 14px;
        line-height: 20px
    }

    .btc_section .sub_s_section .tab-content {
        padding-bottom: 10px
    }

    .header_text {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0
    }

    .bottom_nnav {
        margin-top: 0
    }

    .mobSearch {
        top: 55px
    }

    .mobAmbulance {
        top: 53px
    }

    .bottom_nnav.affix .mobSearch {
        top: 25px
    }

    .bottom_nnav.affix .mobAmbulance {
        top: 23px
    }

    .cscdblog_section .inner h2 span {
        display: block;
        padding-top: 10px
    }

    .new_header {
        min-height: 70px
    }

    .mobSearch {
        top: 25px
    }

    .mobAmbulance {
        top: 23px
    }


}

@media (max-width: 639px) {
    .ip_list {
        display: none;
        padding: 10px
    }

    .whyus_section ul li .icon {
        width: 40px;
        display: inline-block
    }

    .whyus_section ul li .icon > img {
        width: 100%
    }

    .free_form_section form ul li {
        width: 100%;
        padding: 0 0 10px
    }

    .free_form_section .inner p {
        padding-left: 0
    }

    .foreplan_section .inner .col-md-3 {
        width: 100%
    }

    .procedure_section .inner h2 a {
        display: block;
        margin-top: 15px
    }

    .clinical_sp_section .inner h2 a {
        margin-top: 0
    }

    .hb_consultant .inner h2 a {
        margin: 0;
        top: 0
    }

    .consultant_section .inner h2 {
        padding: 0 15px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0
    }

    .update_list li {
        padding-left: 0;
        text-align: center
    }

    .update_list li .img_block {
        position: static;
        display: inline-block;
        margin-bottom: 10px
    }

    .event_update_section h3 {
        text-align: center
    }

    .event_update_section .inner h2 {
        border-bottom: 1px solid #aaa;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .pt_block {
        padding: 10px;
        text-align: center;
        margin-bottom: 20px
    }

    .pt_block .user_block {
        display: inline-block;
        position: static;
        padding-left: 0
    }

    .pt_block::after, .pt_block::before {
        display: none
    }

    .ptestimonial_carousel .item {
        padding: 10px 0 0
    }

    .ptestimonial_carousel .owl-dots {
        bottom: -10px
    }

    .whyus_section ul li {
        width: 33.33%
    }

    .opd_schdule ul li {
        width: 50%
    }

    .raa_ps .pt_block {
        padding: 10px
    }

    .ps_section .pt_block .user_block {
        display: inline-block;
        position: static;
        padding: 0
    }

    .pspeak_carousel .item {
        padding: 0
    }

    .ps_section .pt_block {
        padding-left: 0
    }

    .ps_section .pt_block p {
        font-size: 13px;
        line-height: 20px
    }

    .nnm_section .update_list li {
        padding-left: 0
    }

    .repertoire_tabs .nav-tabs > li > a {
        padding: 25px 15px 10px 30px
    }

    .repertoire_tabs .nav-tabs > li:last-child > a {
        padding: 15px 15px 10px 30px
    }

    .blog_carousel.owl-theme .owl-dots {
        margin: 10px 0;
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .blog_carousel.owl-theme .owl-dot {
        display: inline-block;
        padding: 0
    }

    .blog_carousel.owl-theme .owl-dot span {
        margin: 0 3px;
        float: left;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #f87a2f
    }

    .blog_carousel.owl-theme .owl-dot.active span {
        background-color: #f87a2f
    }

    .consultant_section .consult_carousel {
        padding-top: 20px
    }

    .fixedinrpopup {
        top: -275%
    }

    .fixedinrpopup ul li {
        height: 100px
    }

    .fixedinrpopup ul li label {
        font-size: 12px
    }

    .fixedsidebar.active .fixedinrpopup {
        width: 280px
    }

    .multiFunctionMain {
        left: 35%
    }

    .structure > img {
        margin-left: 0px;
    }

    .csp_section .inner {
        padding: 0 15px;
    }

    .body_list {
        position: absolute;
        left: 0px;
        top: 0;
    }
    .body_list.right {
        left: auto;
        right: 0px;
    }

    .body_list > li > a .dot {
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
        -webkit-animation-name: pulse;
        animation-name: pulse
    }
}

@media (max-width: 479px) {
    .whyus_section ul li {
        width: 50%
    }

    .pslarge_slide .slides > li a .overlay .fa {
        font-size: 30px
    }

    .pslarge_slide .slides > li a .overlay {
        margin-top: -35px
    }

    .cscdblog_section .row .col-xs-12 {
        width: 100%
    }

    .faq_section h2 {
        width: 100%
    }

    .search_box {
        width: 100%
    }

    .repertoire_tabs .nav-tabs > li > a {
        padding: 10px 5px !important;
        font-size: 12px;
        text-align: center
    }

    .opd_schdule h4 {
        font-size: 14px
    }

    .csp_section .right_txt ul li a {
        font-size: 12px
    }

    .right_txt {
        width: 200px;
        margin-left: -80px
    }

    .body_list.right .right_txt {
        width: 200px;
        margin-left: -100px
    }

    .btc_btns > ul li a {
        min-height: 56px
    }

    .btc_btns > ul li:last-child a, .btc_btns > ul li:nth-last-child(2) a {
        padding-top: 20px
    }

    .btc_btnnew > ul li a {
        min-height: 56px
    }

    .btc_btnnew > ul li:last-child a, .btc_btnnew > ul li:nth-last-child(2) a {
        padding-top: 20px
    }

    .nnm_section .update_list li {
        margin-bottom: 20px
    }

    .nnm_section .update_list li .img_block {
        width: 100%;
        height: auto
    }

    .nnm_section .update_list li .cont {
        text-align: left;
        width: 100%;
        height: auto
    }

    .multiFunctionMain {
        left: 50%;
        width: 260px
    }

    .bottom_nnav .navbar > .container-fluid .navbar-brand {
        width: 95px
    }

    .mobSearch {
        right: 110px
    }

    .mobAmbulance {
        right: 60px
    }

    .social a {
        margin: 0 2px 0 0
    }

    .consult_carousel .inner_item p {
        min-height: inherit
    }

    .hosLocIcon {
        width: 100%
    }

    .desktop-second-form {
        display: none
    }

    .mobile-search-second {
        display: block
    }

    .mobile-search-third {
        display: block
    }

    .desktop-third-form {
        display: none
    }

    .clinical-speciality-mobile {
        display: block
    }

    .clinical-speciality-desktop {
        display: none
    }

    section.mobile-search-first .inner .form-group {
        display: none
    }

    section.mobile-search-first .inner .form-group:last-child {
        display: block
    }

    section.under_hbanner.mobile-search-first {
        display: inline-block;
        width: 100%;
        float: none
    }

    .mobile-search-second .form-group {
        display: none
    }

    .mobile-search-second .form-group:last-child {
        display: block
    }

    .mobile-search-third .form-group {
        display: none
    }

    .mobile-search-third .form-group:last-child {
        display: block
    }

    .clinical-speciality-mobile .form-group {
        display: none
    }

    .clinical-speciality-mobile .form-group:last-child {
        display: block
    }

    .kyc_section .img_block {
        margin: 0 auto 10px
    }

    header.ip_menu .navbar-toggle.collapsed {
        background: 0 0 !important
    }

    header.ip_menu button.navbar-toggle.hamburger.open span {
        display: none
    }

    header.ip_menu .navbar-default .navbar-nav {
        padding: 10px
    }
}

@media (max-width: 359px) {
    .sub_s_section .nav-tabs > li > a {
        font-size: 10px
    }

    .opd_schdule ul li p {
        font-size: 11px
    }

    .body_list.right .right_txt {
        width: 190px;
        margin-left: -95px
    }

    .fixed_bottom .bnav li {
        width: 56%
    }

    .fixed_bottom .bnav li:first-child {
        width: 44%
    }

    .foot_drop li a {
        font-size: 13px
    }

    .scrollEffect ul {
        width: 700px !important
    }

    .structure {
        width: 280px;
        max-width: inherit
    }
}