html {
    height: 100%;
    max-height: 2000px; }

body {
    height: 100%;
    overflow-x: hidden;
    font-family: "Roboto", "sans-serif";
    font-weight: 400; }

.wrp-all {
    width: 100%;
    /*    height: 100%;*/
    max-width: 2500px;
    margin: auto; }

a {
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: inherit; }
a:hover {
    color: inherit;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

p,
li {
    margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400; }

ul {
    margin-bottom: 0; }

.anim0 {
    /*animation-delay: .1s;*/
    animation-duration: 1.2s; }

.anim05 {
    animation-duration: 1.2s;
    animation-delay: .1s; }

.anim1 {
    animation-duration: 1.2s;
    animation-delay: .2s; }

.anim2 {
    animation-duration: 1.2s;
    animation-delay: .4s; }

.anim3 {
    animation-duration: 1.2s;
    animation-delay: .6s; }

.anim4 {
    animation-duration: 1.2s;
    animation-delay: .7s; }

.anim5 {
    animation-duration: 1.2s;
    animation-delay: .8s; }

/*.img-responsive {
max-width: inherit;
}*/
.slick-slider * {
    outline: none !important; }

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden; }

button {
    outline: none !important; }

figure {
    margin: 0; }

/*

a.scrollup {
    width: 45px;
    height: 40px;
    opacity: 10;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 11111111;
    background: #3ab54a;
    text-align: center;
    line-height: 37px;
    font-size: 35px;
    color: #fff;
    bottom: 6%;
    right: 10px;
}*/
a.scrollup {
    width: 45px;
    height: 40px;
    opacity: 10;
    position: absolute;
    z-index: 11111111;
    text-align: center;
    line-height: 37px;
    font-size: 40px;
    bottom: 0;
    right: 10px;
    color: #dbdbdb;
    top: 0;
    margin: auto; }

a.fancybox {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 111;
    position: relative; }

.zoom-wrp {
    position: relative; }

.zoom-wrp a.fancybox {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1111;
    position: relative; }

.zoom-overlay {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #8b5d3b;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 22px;
    color: #fff;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    text-align: start;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.zoom-overlay i {
    margin: auto; }

.zoom-wrp:after {
    position: absolute;
    content: "\f00e";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.zoom-wrp:before {
    width: 0;
    height: 0;
    background-color: rgba(200, 72, 122, 0.64);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.zoom-wrp:hover:after {
    opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.zoom-wrp:hover:before {
    width: 93%;
    height: 93%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.zoom-wrp-dark {
    position: relative; }

.zoom-wrp-dark:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0; }

/*.zoom-wrp-dark:before{
position: absolute;
content: '';
width: 0%;
height: 0%;
top: 0;
left: 0;
margin: auto;
background-color: #000;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
opacity: 0;
}*/
.zoom-wrp-dark:hover:after {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0; }

/*.zoom-wrp-dark:hover:before{
-webkit-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
opacity: 1;

width: 0%;
height: 0%;
top: 0;
left: 0;
}*/
#loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    transition: 1s 0.4s; }
#loader img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }

/*...........................HOME.............................*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px; } }
body {
    letter-spacing: 0.1px;
    position: relative; }
body:after {
    /*           position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        background: rgba(0, 0, 0, 0.54);
        height: 100%;
        width: 100%;
        z-index: 1;*/ }
body.active #sm_menu_ham {
    top: 16px; }

.top-strp {
    background-color: #007d9e;
    height: 5px;
    display: block; }

header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 111;
    background-color: #ffffff; }
header .main-top {
    padding: 5px 0; }
header .left-wrp {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
header .menu-ic {
    margin-right: 25px; }
header .right-wrp {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
header .top-cn li {
    display: inline-block; }
header .top-cn li:not(:first-child) {
    font-size: 13px;
    color: #000000;
    font-family: "Poppins", "sans-serif";
    font-weight: 300;
    margin: 0 6px; }
header .top-cn li:not(:first-child) i {
    color: #007d9e;
    margin-right: 6px;
    font-weight: 700; }
header .top-cn li:first-child {
    font-size: 14px;
    color: #007d9e;
    font-family: "Poppins", "sans-serif";
    text-transform: uppercase; }
header .top-social {
    margin-left: 20px; }
header .top-social li {
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    background-color: #007d9e;
    display: inline-block;
    margin: 0 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
header .top-social li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
header .top-social li:hover {
    background-color: #ec7323;
    box-shadow: 0 0 3px 3px #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
header.active {
    box-shadow: 0 0 20px 0px #868686; }

.head__ht {
    background: #007d9e; }

.menu {
    background-color: rgba(0, 125, 158, 0.95);
    color: #fff;
    position: fixed;
    z-index: 1111;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 95vh;
    width: 100vw;
    margin: auto;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.menu .container {
    display: block; }
.menu h3 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative; }
.menu h3:after {
    position: absolute;
    content: '';
    width: 38px;
    height: 1px;
    background-color: #ffffff;
    bottom: 0;
    left: 0; }
.menu ul {
    padding-bottom: 30px; }
.menu ul li {
    font-size: 13px;
    color: #ffffff;
    line-height: 30px; }
.menu ul li a:hover {
    color: #FFC107; }
.menu.active {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity: 1;
    pointer-events: auto;
    height: 100vh;
    width: 100vw; }

.menu-logo {
    text-align: right;
    font-size: 40px;
    color: #ec7323; }
.menu-logo i {
    cursor: pointer; }

button.mn-tgl {
    display: block;
    background: none;
    cursor: pointer;
    border: none; }
button.mn-tgl i {
    display: block;
    width: 24px;
    height: 18px; }
button.mn-tgl i span {
    position: relative;
    display: block;
    top: 0;
    height: 2px;
    margin: 5px 0;
    background-color: #007d9e;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    transition: all .4s ease-in-out; }
button.mn-tgl i span:first-child {
    margin-top: 0; }
button.mn-tgl i span:last-child {
    margin-bottom: 0; }

.banner {
    overflow: hidden;
    /*height: calc(100vh - 80px);*/
    height: calc(100vh - 135px);
    position: relative; }
.banner h1 {
    font-size: 60px;
    color: #007d9e;
    font-weight: 500; }
.banner h2 {
    font-size: 35px;
    color: #013a49;
    font-weight: 500; }
.banner p {
    font-size: 20px;
    color: #013a49;
    line-height: 25px;
    font-weight: 300; }
.banner .carousel-caption {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    width: 680px;
    text-align: left;
    max-width: 100%; }
.banner .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #ffffff;
    border-radius: 50%; }
.banner .carousel-indicators li.active {
    background-color: #ec7323; }

.banner .carousel {
    height: 100%; }

.banner .carousel-inner {
    height: 100%; }

.banner .carousel-inner .carousel-item {
    height: 100%; }

.fixedlist {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.fixedlist li {
    font-size: 13px;
    color: #013a49;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f8b715;
    padding: 12px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 220px;
    margin-left: auto; }
.fixedlist li:nth-child(2) {
    background-color: #ec7323; }
.fixedlist li:last-child {
    background-color: #e31836;
    color: #fff;
    padding: 5px 8px; }
.fixedlist li:last-child img {
    margin-right: 5px; }
.fixedlist li:hover {
    width: 235px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.fixedlist li h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 3px;
    text-align: center; }
.fixedlist:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;

}

.home-sub-nav {
    height: 55px;
    background-color: #007d9e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.home-sub-nav a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 50px;
    height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.home-sub-nav a:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: #ec7323; }

.comn-head {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px; }
.comn-head h2 {
    font-size: 40px;
    color: #007d9e;
    font-weight: 300; }
.comn-head span {
    font-size: 18px;
    color: #595959;
    font-weight: 300;
    margin: 3px 0;
    display: block; }
.comn-head:after {
    position: absolute;
    content: '';
    width: 58px;
    height: 4px;
    background-color: #ec7323;
    left: 0;
    bottom: 0; }
.comn-head.center {
    text-align: center; }
.comn-head.center:after {
    right: 0;
    margin: auto; }

.hospital-loc__wrp {
    padding: 60px 0 70px; }
.hospital-loc__wrp .comn-head {
    margin-bottom: 50px; }

.hospital-loc__slider {
    max-width: 86%;
    margin: auto; }
.hospital-loc__slider .main {
    margin: auto;
    max-width: 270px;
    border-bottom: 4px solid #007d9e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.hospital-loc__slider .main figure {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden; }
.hospital-loc__slider .main figcaption {
    font-size: 22px;
    color: #ffffff;
    background-color: rgba(0, 125, 158, 0.68);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 4px 0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s; }
.hospital-loc__slider .main p {
    font-size: 13px;
    color: #000000;
    line-height: 22px;
    font-family: "Poppins", "sans-serif";
    text-align: center;
    padding: 13px 2px;
    border: 1px solid #d2dfe3;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 94px; }
.hospital-loc__slider .main:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-bottom: 0px solid #007d9e; }
.hospital-loc__slider .main:hover figcaption {
    bottom: -50%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s; }
.hospital-loc__slider .main:hover p {
    color: #ffffff;
    background: #007d9e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.hospital-loc__slider .slick-current + .slick-active + .slick-active .main {
    margin-right: 0; }
.hospital-loc__slider .slick-current .main {
    margin-left: 0; }
.hospital-loc__slider #prev_1 {
    right: auto;
    left: -55px; }
.hospital-loc__slider #next_1 {
    right: -55px;
    left: auto; }

.latest-wrp {
    background-color: #f5f5f5;
    padding: 55px 0; }
.latest-wrp .comn-head {
    margin-bottom: 36px; }
.latest-wrp .left-wrp {
    padding-left: 8%; }
.latest-wrp .left-wrp p {
    font-size: 15px;
    color: #595959;
    line-height: 27px;
    margin-bottom: 50px; }

.read-link {
    font-size: 15px;
    color: #eef4f8;
    font-weight: 500;
    background-color: #007d9e;
    width: 125px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.read-link:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #ec7323;
    color: #ffffff;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
.latest-slider figure {
    position: relative;
    overflow: hidden;
    width: 505px;
    max-width: 100%;
    margin: auto; }
.latest-slider .figure__in {
    height: 340px;
    width: 100%; }
.latest-slider figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 125, 158, 0.9);
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.latest-slider figcaption .capfig {
    background-color: #92c4d5;
    width: 105px;
    flex: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.latest-slider figcaption .dum-cls {
    padding: 15px 12px 10px; }
.latest-slider figcaption h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase; }
.latest-slider figcaption p {
    font-size: 12px;
    color: #ffffff;
    margin: 4px 0; }

.slicknavar {
    font-size: 21px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #a1cbda;
    border: none;
    z-index: 1;
    right: 0;
    left: 0;
    opacity: .40; }
.slicknavar:hover {
    opacity: 1; }

#next_1 {
    right: 0;
    left: auto; }

#prev_1 {
    right: auto;
    left: 0; }

.medical-specialist-wrp {
    padding: 65px 0 40px; }
.medical-specialist-wrp .comn-head {
    margin-bottom: 40px; }
.medical-specialist-wrp .main {
    position: relative;
    max-width: 240px;
    margin: auto; }
.medical-specialist-wrp .main .figure__in {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /*overflow: hidden;*/
    background-color: #d8e8ee;
    margin: auto;
    margin-bottom: 20px; }
.medical-specialist-wrp .main .figure__in:after {
    position: absolute;
    content: '+';
    width: 30px;
    height: 30px;
    top: 184px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ec7323;
    font-size: 19px;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto", "sans-serif";
    border-radius: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.medical-specialist-wrp .main figcaption {
    text-align: center;
    font-size: 18px;
    color: #37678b; }
.medical-specialist-wrp .main figcaption span {
    text-transform: uppercase;
    display: block;
    font-size: 15px; }
.medical-specialist-wrp .main:hover .figure__in:after {
    content: 'Read More';
    width: 100%;
    height: 100%;
    top: 0;
    background: #ec732380;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

.view-link {
    font-size: 15px;
    color: #eef4f8;
    font-weight: 500;
    background-color: #007d9e;
    width: 105px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    float: right; }
.view-link:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #ec7323;
    color: #ffffff;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

.med-department-wrp {
    text-align: center;
    background-color: #f5f5f5;
    padding: 60px 0 66px; }
.med-department-wrp p {
    font-size: 15px;
    color: #595959;
    line-height: 27px; }
.med-department-wrp .read-link {
    margin: auto;
    margin-top: 18px;
    margin-bottom: 35px; }

.department-boxes {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.department-boxes .department-box {
    width: calc(100% / 6 - 8px);
    background-color: #ffffff;
    margin: 4px;
    padding: 25px 5px 5px 5px;
    border: 2px solid #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.department-boxes .department-box:hover {
    border-radius: 10%;
    border: 2px solid #eb7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.department-boxes figure {
    width: 100px;
    margin: auto;
    margin-bottom: 10px; }
.department-boxes figcaption {
    font-size: 14px;
    color: #434343;
    line-height: 18px; }

.booking-wrp {
    overflow: hidden; }
.booking-wrp .card-body {
    padding: 25px 5px 25px 0;
    background-color: rgba(255, 255, 255, 0);
    border: none; }
.booking-wrp .comn-head {
    padding-bottom: 0;
    margin-bottom: 0; }
.booking-wrp .togbtn {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 62px; }
.booking-wrp .togbtn span {
    font-size: 18px;
    color: #181818;
    margin-right: 25px; }
.booking-wrp .togbtn:before {
    position: absolute;
    content: '';
    width: 500%;
    height: 1px;
    left: -250%;
    bottom: 0;
    background-color: #ffffff; }
.booking-wrp .left-wrp {
    padding: 0;
    position: relative; }
.booking-wrp .left-wrp .comn-head h2 {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 4px; }
.booking-wrp .left-wrp:before {
    position: absolute;
    content: '';
    width: 500%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #a1cbda;
    z-index: -1; }
.booking-wrp .right-wrp {
    padding: 0;
    position: relative;
    padding-left: 40px; }
.booking-wrp .right-wrp .comn-head h2 {
    font-size: 25px;
    color: #ffffff;
    padding-bottom: 4px; }
.booking-wrp .right-wrp li {
    border-bottom: 1px solid #0f8eb0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px; }
.booking-wrp .right-wrp li span:first-child {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700; }
.booking-wrp .right-wrp li span:nth-child(2) {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300; }
.booking-wrp .right-wrp li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
.booking-wrp .right-wrp p {
    font-size: 15px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 300;
    margin: 10px 0; }
.booking-wrp .right-wrp:before {
    position: absolute;
    content: '';
    width: 500%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #007d9e;
    z-index: -1; }
.booking-wrp .form-group {
    margin-bottom: 6px; }
.booking-wrp form .row {
    margin: 0 -3px; }
.booking-wrp form .col-12 {
    padding: 0 3px; }
.booking-wrp form .form-control {
    border-radius: 0;
    height: 45px;
    border: none;
    background-color: #bedeea;
    font-size: 16px;
    color: #f3fcff; }
.booking-wrp form .form-control:-moz-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 16px;
    color: #f3fcff; }
.booking-wrp form .form-control::-moz-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 16px;
    color: #f3fcff; }
.booking-wrp form .form-control::-webkit-input-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 16px;
    color: #f3fcff; }
.booking-wrp form .form-control:-ms-input-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 16px;
    color: #f3fcff; }
.booking-wrp .read-link {
    width: 105px;
    margin-left: auto; }

.opt_cls__1 {
    background-color: #bedeea;
    font-size: 16px;
    color: #f3fcff;
    height: 45px;
    width: 100%;
    border: none;
    padding: .375rem .75rem; }

.sugg-link {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    background-color: #aad0de;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.sugg-link i {
    font-size: 18px;
    margin-left: 8px; }

.ui-datepicker .ui-datepicker-header {
    background: #f5f3ec;
    border: 1px solid #d4ccb0; }

.ui-datepicker table {
    background: #bedeea; }

.ui-widget.ui-widget-content {
    border: 2px solid #007d9e;
    border-radius: 6px;
    width: 285px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #007d9e;
    background: #007d9e;
    color: #fff;
    font-weight: 700; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fdf1bb;
    background: #fdf1bb;
    color: #131313; }

.ui-widget-header .ui-datepicker-next .ui-icon {
    background: url(../images/ne.png); }

.ui-widget-header .ui-datepicker-prev .ui-icon {
    background: url(../images/pre.png); }

.ui-datepicker-unselectable {
    opacity: 1 !important; }
.ui-datepicker-unselectable .ui-state-default {
    background: #ff6137;
    border: 1px solid #e32222; }

.datepicker-main .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #58d599;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.datepicker-main span.add-on {
    position: absolute;
    top: 7px;
    right: 18px;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    z-index: 11; }

.mv-wrp {
    padding: 65px 0;
    background-color: #d8e8ee; }
.mv-wrp .comn-head {
    margin-bottom: 15px; }
.mv-wrp .comn-head h2 {
    font-size: 30px;
    font-family: "Poppins", "sans-serif"; }

.mv-boxes {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.mv-boxes .mv-box {
    margin: 0 10px;
    text-align: center;
    width: calc(100% / 3 );
    background-color: #f4fafd;
    padding: 35px 45px 25px 45px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.mv-boxes .mv-box figure {
    margin-bottom: 12px;
    min-height: 78px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.mv-boxes .mv-box p {
    font-size: 13px;
    color: #595959;
    line-height: 27px; }
.mv-boxes .mv-box:hover {
    background-color: #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

.patient-speak-wrp {
    padding: 60px 0 85px; }
.patient-speak-wrp .comn-head {
    margin-bottom: 40px; }

.teastimonial-slider {
    width: 90%;
    margin: auto; }
.teastimonial-slider .main {
    text-align: center;
    width: 305px;
    max-width: 100%;
    border: 1px solid #d7d7d7;
    padding: 0 15px 25px 15px;
    margin: auto;
    margin-top: 60px; }
.teastimonial-slider .main:hover figure {
    box-shadow: 0 0 7px #b9b9b9a3;
    border-radius: 0%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.teastimonial-slider .main:hover h3 {
    color: #ec7323; }
.teastimonial-slider figure {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #d7d7d7;
    position: relative;
    top: -55px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.teastimonial-slider figcaption {
    min-height: 245px; }
.teastimonial-slider h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 500; }
.teastimonial-slider p {
    font-size: 15px;
    color: #595959;
    line-height: 27px;
    margin: 5px 0 25px; }
.teastimonial-slider .read-link {
    margin: auto;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.teastimonial-slider .read-link img {
    margin: 0 5px 0; }
.teastimonial-slider .slick-dots li {
    background-color: #aad0de;
    width: 26px;
    height: 4px;
    overflow: hidden;
    border-radius: 0; }
.teastimonial-slider .slick-dots li.slick-active {
    background-color: #5ee2ee; }
.teastimonial-slider .slick-dots {
    bottom: -55px; }

.diabetes-care-wrp {
    padding: 70px 0 80px;
    background-image: url(../images/diab-bg.png);
    background-size: cover; }
.diabetes-care-wrp h3 {
    font-size: 50px;
    color: #007d9e;
    line-height: 60px;
    font-weight: 500;
    margin: 8px 0; }
.diabetes-care-wrp p {
    font-size: 22px;
    color: #013a49;
    line-height: 25px;
    font-weight: 300; }
.diabetes-care-wrp .comn-head {
    margin-bottom: 40px; }
.diabetes-care-wrp .left-wrp {
    padding-left: 7%; }

.know-link {
    display: block;
    margin-left: auto;
    font-size: 15px;
    color: #ffffff;
    width: 140px;
    height: 30px;
    background-color: #007d9e;
    border-radius: 7px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px; }
.know-link i {
    font-size: 13px;
    margin-left: 5px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s; }
.know-link:hover {
    color: #ffffff;
    background-color: #ec7323; }
.know-link:hover i {
    margin-left: 12px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s; }

.insurance-wrp {
    background: #f9f9f9;
    padding: 75px 0 50px  0; }
.insurance-wrp .comn-head {
    margin-bottom: 50px; }

.insurance-slider {
    width: 90%;
    margin: auto; }
.insurance-slider #prev_1 {
    right: auto;
    left: -40px; }
.insurance-slider #next_1 {
    right: -40px;
    left: auto; }

.service-home-wrp {
    padding: 60px 0; }
.service-home-wrp .comn-head {
    padding-bottom: 10px;
    margin-bottom: 10px; }
.service-home-wrp .comn-head h2 {
    font-size: 25px;
    color: #007d9e; }
.service-home-wrp .comn-head:after {
    width: 98px; }
.service-home-wrp .service-slider {
    width: 95%;
    margin: auto; }
.service-home-wrp .main {
    margin: 0 17px; }
.service-home-wrp .main:hover figure {
    background-color: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.service-home-wrp figure {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background-color: #93c4d4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.service-home-wrp p {
    font-size: 15px;
    line-height: 27px;
    color: #595959;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    min-height: 142px; }

.learn-link {
    position: relative;
    font-size: 12px;
    color: #007d9e;
    text-transform: uppercase;
    display: inline-block;
    float: right; }
.learn-link:after {
    content: '+';
    width: 13px;
    height: 13px;
    margin: auto;
    background: #ec7323;
    font-size: 13px;
    color: #ffffff;
    font-family: "Roboto", "sans-serif";
    border-radius: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.learn-link:hover {
    color: #ec7323; }
.learn-link:hover:after {
    width: 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

.questions-wrp {
    min-height: 560px;
    background-color: #f9f9f9;
    padding: 75px 0;
    position: relative;
    overflow: hidden; }
.questions-wrp h2 {
    font-size: 30px;
    color: #292929;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 12px; }
.questions-wrp h2 span {
    display: block;
    text-align: center; }
.questions-wrp .right-wrp {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0;
    height: 100%; }
.questions-wrp .right-wrp figure {
    height: 100%; }

.accordion-wrp {
    background-color: #ffffff;
    padding: 10px 0 25px; }
.accordion-wrp .card {
    margin-bottom: 3px;
    border: none;
    border-radius: 0; }
.accordion-wrp .card:last-child .btn {
    border-bottom: none; }
.accordion-wrp .card-header {
    padding: 0;
    min-height: 30px;
    border-bottom: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0); }
.accordion-wrp h5 {
    border-bottom: none;
    display: block; }
.accordion-wrp .btn {
    border-radius: 0;
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 600;
    border: none;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    font-family: "Poppins", "sans-serif";
    line-height: 31px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 15px; }
.accordion-wrp .btn:not(.collapsed) {
    background-color: #aad0de;
    color: #ffffff; }
.accordion-wrp .btn span {
    position: relative;
    display: inline-block;
    margin-right: 10px; }
.accordion-wrp .btn span:after {
    content: "\f077";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 17px;
    color: #ffffff; }
.accordion-wrp .collapsed span:after {
    content: "\f078";
    color: #464646; }
.accordion-wrp .card-body {
    padding: 20px 20px 20px 36px; }
.accordion-wrp .card-body p {
    text-align: justify;
    font-size: 15px;
    color: #595959;
    line-height: 27px; }

.home-contact {
    padding: 60px 0 0; }
.home-contact h2 {
    font-size: 30px;
    color: #292929;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center; }
.home-contact h2 span {
    display: block;
    text-align: center; }

.contact-box {
    padding: 0 42px 20px; }
.contact-box:not(:first-child) {
    border-left: 1px solid #f1f1f1; }
.contact-box:hover h3 i {
    color: #007d9e; }

.contact-boxes {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.contact-boxes h3 {
    font-size: 15px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px; }
.contact-boxes h3 i {
    font-size: 22px;
    color: #aad0de;
    width: 26px; }
.contact-boxes p {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    padding-left: 31px; }
.contact-boxes li {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    padding-left: 31px; }
.contact-boxes li span {
    flex: none;
    margin-right: 3px; }

.map {
    height: 320px; }

.foot-top {
    min-height: 40px;
    padding: 6px 0;
    background-color: #00313e; }
.foot-top .foot-link li {
    font-size: 13px;
    color: #ffffff;
    font-family: "Poppins", "sans-serif";
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.foot-top .foot-link li a {
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s; }
.foot-top .foot-link li:hover {
    color: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.foot-top .row {
    max-width: 90%;
    margin: auto; }
.foot-top .foot-social li {
    vertical-align: top;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14.4px;
    color: rgba(255, 255, 255, 0.88);
    background-color: #768f96;
    display: inline-block;
    margin: 0 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.foot-top .foot-social li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
.foot-top .foot-social li:hover:hover {
    background-color: #ec7323;
    box-shadow: 0 0 3px 3px #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

.foot-bot {
    min-height: 34px;
    padding: 8px 0;
    background-color: #00212a; }
.foot-bot h5 {
    font-size: 12px;
    color: #dedede;
    font-family: "Poppins", "sans-serif"; }
.foot-bot .row {
    max-width: 90%;
    margin: auto; }

.st0 {
    fill: #255866; }

.st1 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st10 {
    fill: #255866; }

.st11 {
    fill: #FFFFFF; }

.st12 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st20 {
    fill: #255866; }

.st21 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st30 {
    fill: #FFFFFF; }

.st31 {
    fill: #255866; }

.st32 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st40 {
    fill: #255866; }

.st41 {
    fill: #EC7324; }

.st42 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st50 {
    fill: #255866; }

.st51 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st60 {
    fill: #FFFFFF; }

.st61 {
    fill: #255866; }

.st62 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st70 {
    fill: #255866; }

.st71 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st80 {
    fill: #255866; }

.st81 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st90 {
    fill: #255866; }

.st91 {
    fill: #FFFFFF; }

.st92 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st100 {
    fill: #255866; }

.st101 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.st110 {
    fill: #255866; }

.st111 {
    fill: none;
    stroke: #EC7324;
    stroke-width: 15;
    stroke-miterlimit: 10; }

.gmpXnkuF_0 {
    stroke-dasharray: 1501 1503;
    stroke-dashoffset: 1502; }

.start .gmpXnkuF_0 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_1 {
    stroke-dasharray: 45 47;
    stroke-dashoffset: 46; }

.start .gmpXnkuF_1 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_2 {
    stroke-dasharray: 42 44;
    stroke-dashoffset: 43; }

.start .gmpXnkuF_2 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_3 {
    stroke-dasharray: 831 833;
    stroke-dashoffset: 832; }

.start .gmpXnkuF_3 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_4 {
    stroke-dasharray: 212 214;
    stroke-dashoffset: 213; }

.start .gmpXnkuF_4 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_5 {
    stroke-dasharray: 389 391;
    stroke-dashoffset: 390; }

.start .gmpXnkuF_5 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_6 {
    stroke-dasharray: 32 34;
    stroke-dashoffset: 33; }

.start .gmpXnkuF_6 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_7 {
    stroke-dasharray: 95 97;
    stroke-dashoffset: 96; }

.start .gmpXnkuF_7 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_8 {
    stroke-dasharray: 67 69;
    stroke-dashoffset: 68; }

.start .gmpXnkuF_8 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

.gmpXnkuF_9 {
    stroke-dasharray: 119 121;
    stroke-dashoffset: 120; }

.start .gmpXnkuF_9 {
    animation: gmpXnkuF_draw 1500ms linear 1.5s forwards; }

@keyframes gmpXnkuF_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes gmpXnkuF_fade {
    0% {
        stroke-opacity: 1; }
    92.3076923076923% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.ZVwFwfoa_0 {
    stroke-dasharray: 1766 1768;
    stroke-dashoffset: 1767; }

.start .ZVwFwfoa_0 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_1 {
    stroke-dasharray: 836 838;
    stroke-dashoffset: 837; }

.start .ZVwFwfoa_1 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_2 {
    stroke-dasharray: 842 844;
    stroke-dashoffset: 843; }

.start .ZVwFwfoa_2 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_3 {
    stroke-dasharray: 1018 1020;
    stroke-dashoffset: 1019; }

.start .ZVwFwfoa_3 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_4 {
    stroke-dasharray: 0 2;
    stroke-dashoffset: 1; }

.start .ZVwFwfoa_4 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_5 {
    stroke-dasharray: 358 360;
    stroke-dashoffset: 359; }

.start .ZVwFwfoa_5 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_6 {
    stroke-dasharray: 159 161;
    stroke-dashoffset: 160; }

.start .ZVwFwfoa_6 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

.ZVwFwfoa_7 {
    stroke-dasharray: 381 383;
    stroke-dashoffset: 382; }

.start .ZVwFwfoa_7 {
    animation: ZVwFwfoa_draw 1500ms linear 1.5s forwards; }

@keyframes ZVwFwfoa_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes ZVwFwfoa_fade {
    0% {
        stroke-opacity: 1; }
    92.3076923076923% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.nNAzyyXG_0 {
    stroke-dasharray: 2653 2655;
    stroke-dashoffset: 2654; }

.start .nNAzyyXG_0 {
    animation: nNAzyyXG_draw 1500ms linear 1.5s forwards; }

.nNAzyyXG_1 {
    stroke-dasharray: 133 135;
    stroke-dashoffset: 134; }

.start .nNAzyyXG_1 {
    animation: nNAzyyXG_draw 1500ms linear 1.5s forwards; }

.nNAzyyXG_2 {
    stroke-dasharray: 133 135;
    stroke-dashoffset: 134; }

.start .nNAzyyXG_2 {
    animation: nNAzyyXG_draw 1500ms linear 1.5s forwards; }

.nNAzyyXG_3 {
    stroke-dasharray: 139 141;
    stroke-dashoffset: 140; }

.start .nNAzyyXG_3 {
    animation: nNAzyyXG_draw 1500ms linear 1.5s forwards; }

.nNAzyyXG_4 {
    stroke-dasharray: 139 141;
    stroke-dashoffset: 140; }

.start .nNAzyyXG_4 {
    animation: nNAzyyXG_draw 1500ms linear 1.5s forwards; }

@keyframes nNAzyyXG_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes nNAzyyXG_fade {
    0% {
        stroke-opacity: 1; }
    92.3076923076923% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.subOMvgQ_0 {
    stroke-dasharray: 1173 1175;
    stroke-dashoffset: 1174; }

.start .subOMvgQ_0 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_1 {
    stroke-dasharray: 1911 1913;
    stroke-dashoffset: 1912; }

.start .subOMvgQ_1 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_2 {
    stroke-dasharray: 1225 1227;
    stroke-dashoffset: 1226; }

.start .subOMvgQ_2 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_3 {
    stroke-dasharray: 454 456;
    stroke-dashoffset: 455; }

.start .subOMvgQ_3 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_4 {
    stroke-dasharray: 36 38;
    stroke-dashoffset: 37; }

.start .subOMvgQ_4 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_5 {
    stroke-dasharray: 49 51;
    stroke-dashoffset: 50; }

.start .subOMvgQ_5 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_6 {
    stroke-dasharray: 37 39;
    stroke-dashoffset: 38; }

.start .subOMvgQ_6 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

.subOMvgQ_7 {
    stroke-dasharray: 35 37;
    stroke-dashoffset: 36; }

.start .subOMvgQ_7 {
    animation: subOMvgQ_draw 1500ms linear 1.5s forwards; }

@keyframes subOMvgQ_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes subOMvgQ_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.ZZZeYyeg_0 {
    stroke-dasharray: 1046 1048;
    stroke-dashoffset: 1047; }

.start .ZZZeYyeg_0 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

.ZZZeYyeg_1 {
    stroke-dasharray: 648 650;
    stroke-dashoffset: 649; }

.start .ZZZeYyeg_1 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

.ZZZeYyeg_2 {
    stroke-dasharray: 417 419;
    stroke-dashoffset: 418; }

.start .ZZZeYyeg_2 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

.ZZZeYyeg_3 {
    stroke-dasharray: 795 797;
    stroke-dashoffset: 796; }

.start .ZZZeYyeg_3 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

.ZZZeYyeg_4 {
    stroke-dasharray: 82 84;
    stroke-dashoffset: 83; }

.start .ZZZeYyeg_4 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

.ZZZeYyeg_5 {
    stroke-dasharray: 82 84;
    stroke-dashoffset: 83; }

.start .ZZZeYyeg_5 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

.ZZZeYyeg_6 {
    stroke-dasharray: 260 262;
    stroke-dashoffset: 261; }

.start .ZZZeYyeg_6 {
    animation: ZZZeYyeg_draw 1500ms linear 1.5s forwards; }

@keyframes ZZZeYyeg_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes ZZZeYyeg_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.mMfkhfYL_0 {
    stroke-dasharray: 3622 3624;
    stroke-dashoffset: 3623; }

.start .mMfkhfYL_0 {
    animation: mMfkhfYL_draw 1500ms linear 1.5s forwards; }

.mMfkhfYL_1 {
    stroke-dasharray: 730 732;
    stroke-dashoffset: 731; }

.start .mMfkhfYL_1 {
    animation: mMfkhfYL_draw 1500ms linear 1.5s forwards; }

@keyframes mMfkhfYL_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes mMfkhfYL_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.RheDGASp_0 {
    stroke-dasharray: 1416 1418;
    stroke-dashoffset: 1417; }

.start .RheDGASp_0 {
    animation: RheDGASp_draw 1500ms linear 1.5s forwards; }

.RheDGASp_1 {
    stroke-dasharray: 2402 2404;
    stroke-dashoffset: 2403; }

.start .RheDGASp_1 {
    animation: RheDGASp_draw 1500ms linear 1.5s forwards; }

.RheDGASp_2 {
    stroke-dasharray: 148 150;
    stroke-dashoffset: 149; }

.start .RheDGASp_2 {
    animation: RheDGASp_draw 1500ms linear 1.5s forwards; }

.RheDGASp_3 {
    stroke-dasharray: 148 150;
    stroke-dashoffset: 149; }

.start .RheDGASp_3 {
    animation: RheDGASp_draw 1500ms linear 1.5s forwards; }

.RheDGASp_4 {
    stroke-dasharray: 227 229;
    stroke-dashoffset: 228; }

.start .RheDGASp_4 {
    animation: RheDGASp_draw 1500ms linear 1.5s forwards; }

.RheDGASp_5 {
    stroke-dasharray: 307 309;
    stroke-dashoffset: 308; }

.start .RheDGASp_5 {
    animation: RheDGASp_draw 1500ms linear 1.5s forwards; }

@keyframes RheDGASp_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes RheDGASp_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.yViAObzv_0 {
    stroke-dasharray: 2040 2042;
    stroke-dashoffset: 2041; }

.start .yViAObzv_0 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_1 {
    stroke-dasharray: 1165 1167;
    stroke-dashoffset: 1166; }

.start .yViAObzv_1 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_2 {
    stroke-dasharray: 0 2;
    stroke-dashoffset: 1; }

.start .yViAObzv_2 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_3 {
    stroke-dasharray: 324 326;
    stroke-dashoffset: 325; }

.start .yViAObzv_3 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_4 {
    stroke-dasharray: 270 272;
    stroke-dashoffset: 271; }

.start .yViAObzv_4 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_5 {
    stroke-dasharray: 270 272;
    stroke-dashoffset: 271; }

.start .yViAObzv_5 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_6 {
    stroke-dasharray: 26 28;
    stroke-dashoffset: 27; }

.start .yViAObzv_6 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

.yViAObzv_7 {
    stroke-dasharray: 26 28;
    stroke-dashoffset: 27; }

.start .yViAObzv_7 {
    animation: yViAObzv_draw 1500ms linear 1.5s forwards; }

@keyframes yViAObzv_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes yViAObzv_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.WCdLqfHT_0 {
    stroke-dasharray: 1596 1598;
    stroke-dashoffset: 1597; }

.start .WCdLqfHT_0 {
    animation: WCdLqfHT_draw 1500ms linear 1.5s forwards; }

.WCdLqfHT_1 {
    stroke-dasharray: 1596 1598;
    stroke-dashoffset: 1597; }

.start .WCdLqfHT_1 {
    animation: WCdLqfHT_draw 1500ms linear 1.5s forwards; }

.WCdLqfHT_2 {
    stroke-dasharray: 257 259;
    stroke-dashoffset: 258; }

.start .WCdLqfHT_2 {
    animation: WCdLqfHT_draw 1500ms linear 1.5s forwards; }

.WCdLqfHT_3 {
    stroke-dasharray: 257 259;
    stroke-dashoffset: 258; }

.start .WCdLqfHT_3 {
    animation: WCdLqfHT_draw 1500ms linear 1.5s forwards; }

.WCdLqfHT_4 {
    stroke-dasharray: 257 259;
    stroke-dashoffset: 258; }

.start .WCdLqfHT_4 {
    animation: WCdLqfHT_draw 1500ms linear 1.5s forwards; }

@keyframes WCdLqfHT_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes WCdLqfHT_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.qYNosmuu_0 {
    stroke-dasharray: 2580 2582;
    stroke-dashoffset: 2581; }

.start .qYNosmuu_0 {
    animation: qYNosmuu_draw 1500ms linear 1.5s forwards; }

.qYNosmuu_1 {
    stroke-dasharray: 552 554;
    stroke-dashoffset: 553; }

.start .qYNosmuu_1 {
    animation: qYNosmuu_draw 1500ms linear 1.5s forwards; }

.qYNosmuu_2 {
    stroke-dasharray: 731 733;
    stroke-dashoffset: 732; }

.start .qYNosmuu_2 {
    animation: qYNosmuu_draw 1500ms linear 1.5s forwards; }

.qYNosmuu_3 {
    stroke-dasharray: 341 343;
    stroke-dashoffset: 342; }

.start .qYNosmuu_3 {
    animation: qYNosmuu_draw 1500ms linear 1.5s forwards; }

.qYNosmuu_4 {
    stroke-dasharray: 254 256;
    stroke-dashoffset: 255; }

.start .qYNosmuu_4 {
    animation: qYNosmuu_draw 1500ms linear 1.5s forwards; }

@keyframes qYNosmuu_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes qYNosmuu_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.XZXDDrYF_0 {
    stroke-dasharray: 2346 2348;
    stroke-dashoffset: 2347; }

.start .XZXDDrYF_0 {
    animation: XZXDDrYF_draw 1500ms linear 1.5s forwards; }

.XZXDDrYF_1 {
    stroke-dasharray: 2020 2022;
    stroke-dashoffset: 2021; }

.start .XZXDDrYF_1 {
    animation: XZXDDrYF_draw 1500ms linear 1.5s forwards; }

.XZXDDrYF_2 {
    stroke-dasharray: 105 107;
    stroke-dashoffset: 106; }

.start .XZXDDrYF_2 {
    animation: XZXDDrYF_draw 1500ms linear 1.5s forwards; }

.XZXDDrYF_3 {
    stroke-dasharray: 67 69;
    stroke-dashoffset: 68; }

.start .XZXDDrYF_3 {
    animation: XZXDDrYF_draw 1500ms linear 1.5s forwards; }

.XZXDDrYF_4 {
    stroke-dasharray: 121 123;
    stroke-dashoffset: 122; }

.start .XZXDDrYF_4 {
    animation: XZXDDrYF_draw 1500ms linear 1.5s forwards; }

@keyframes XZXDDrYF_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes XZXDDrYF_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.rZhqddxG_0 {
    stroke-dasharray: 2272 2274;
    stroke-dashoffset: 2273; }

.start .rZhqddxG_0 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_1 {
    stroke-dasharray: 2273 2275;
    stroke-dashoffset: 2274; }

.start .rZhqddxG_1 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_2 {
    stroke-dasharray: 50 52;
    stroke-dashoffset: 51; }

.start .rZhqddxG_2 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_3 {
    stroke-dasharray: 56 58;
    stroke-dashoffset: 57; }

.start .rZhqddxG_3 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_4 {
    stroke-dasharray: 56 58;
    stroke-dashoffset: 57; }

.start .rZhqddxG_4 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_5 {
    stroke-dasharray: 50 52;
    stroke-dashoffset: 51; }

.start .rZhqddxG_5 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_6 {
    stroke-dasharray: 56 58;
    stroke-dashoffset: 57; }

.start .rZhqddxG_6 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

.rZhqddxG_7 {
    stroke-dasharray: 56 58;
    stroke-dashoffset: 57; }

.start .rZhqddxG_7 {
    animation: rZhqddxG_draw 1500ms linear 1.5s forwards; }

@keyframes rZhqddxG_draw {
    100% {
        stroke-dashoffset: 0; } }
@keyframes rZhqddxG_fade {
    0% {
        stroke-opacity: 1; }
    92.98245614035088% {
        stroke-opacity: 1; }
    100% {
        stroke-opacity: 0; } }
.st10,
.st11,
.st20,
.st30,
.st31,
.st40,
.st41,
.st50,
.st60,
.st61,
.st70,
.st80,
.st90,
.st91,
.st100,
.st110,
.st0 {
    fill-opacity: 0; }

.start .st10,
.start .st11,
.start .st20,
.start .st30,
.start .st31,
.start .st40,
.start .st41,
.start .st50,
.start .st60,
.start .st61,
.start .st70,
.start .st80,
.start .st90,
.start .st91,
.start .st100,
.start .st110,
.start .st0 {
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: example5;
    -webkit-animation-duration: 3s;
    animation-name: example5;
    animation-duration: 3s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    /*opacity: 0;*/ }

@-webkit-keyframes example5 {
    0% {
        fill-opacity: 0; }
    100% {
        fill-opacity: 1; } }
/* Standard syntax */
@keyframes example5 {
    0% {
        fill-opacity: 0; }
    100% {
        fill-opacity: 1; } }
/*...........................HOME.............................*/
/*...........................ABOUT US.............................*/
.inner-banner {
    overflow: hidden;
    position: relative;
    height: 300px; }
.inner-banner figure {
    height: 100%; }
.inner-banner figcaption {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1; }
.inner-banner h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 900; }
.inner-banner p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300; }
.inner-banner ul {
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0, 71, 105, 0.4);
    padding: 16px 0; }
.inner-banner ul li {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    color: #ffffff; }
.inner-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 125, 158, 0.8); }

.cmn-wrp {
    padding: 40px 0 25px; }
.cmn-wrp .comn-head {
    margin-bottom: 32px;
    padding-bottom: 6px; }
.cmn-wrp .comn-head h2 {
    font-size: 30px; }

.head-tab {
    text-align: center;
    margin-bottom: 28px; }
.head-tab li {
    position: relative;
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
    border: 1px solid #007d9e;
    height: 30px;
    padding: 0 13px;
    display: inline-block;
    line-height: 30px;
    margin-right: 2px;
    margin-bottom: 8px; }
.head-tab li:hover, .head-tab li.active {
    /*background-color: #d34e5b;*/
    color: #ffffff; }
.head-tab li:hover:before, .head-tab li.active:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s; }
.head-tab li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    background-color: #007d9e;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s; }
.head-tab li a {
    position: relative; }

.figtype1 {
    text-align: center;
    background-color: #b9b5b6;
    margin-bottom: 25px; }

.about-wrp {
    background-color: #f9fafa; }
.about-wrp p {
    font-size: 14px;
    color: #595959;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 20px; }
.about-wrp p span {
    font-weight: 500;
    color: #181717; }

.vm-boxes {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.vm-boxes .vm-box {
    background-color: #007d9e;
    text-align: center;
    width: 50%;
    padding: 25px; }
.vm-boxes .vm-box img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
.vm-boxes .vm-box h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin: 7px 0; }
.vm-boxes .vm-box p {
    text-align: center;
    font-size: 15px;
    color: #b0eefe;
    line-height: 20px; }
.vm-boxes .vm-box:last-child {
    background-color: #eaeaea; }
.vm-boxes .vm-box:last-child h3 {
    color: #4e4e4e; }
.vm-boxes .vm-box:last-child p {
    color: #4b4b4b; }
.vm-boxes .vm-box:last-child img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0); }

.side__head h3 {
    font-size: 25px;
    color: #ffffff;
    background-color: #007d9e;
    min-height: 52px;
    padding-left: 12px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

.cmn-wrp .right-wrp {
    flex: 0 0 330px;
    max-width: 330px;
    padding-top: 40px; }
.cmn-wrp .left-wrp {
    max-width: calc(100% - 330px );
    padding-right: 20px; }

.trending-slider .main {
    border: 1px solid #adb2b5;
    padding: 8px;
    margin-top: -3px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.trending-slider .main a {
    display: block;
    position: relative;
    font-size: 12px;
    color: #676767;
    line-height: 18px;
    padding-right: 36px;
    width: 100%; }
.trending-slider .main a:after {
    position: absolute;
    content: "\f105";
    font-family: Fontawesome;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ec7323;
    font-size: 18px;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.trending-slider .main:hover a:after {
    background: #007d9e; }

.side-vision {
    margin: 26px 0; }
.side-vision figure {
    height: 155px;
    overflow: hidden; }
.side-vision figcaption {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-top: 15px; }
.side-vision #prev_1 {
    line-height: 26px;
    font-size: 22px;
    height: 28px;
    width: 28px;
    background: #c9d1c9;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    top: 33%;
    -webkit-transform: translate(0, -33%);
    -ms-transform: translate(0, -33%);
    transform: translate(0, -33%);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.side-vision #prev_1:hover {
    background: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.side-vision #next_1 {
    line-height: 26px;
    font-size: 22px;
    height: 28px;
    width: 28px;
    background: #c9d1c9;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    top: 33%;
    -webkit-transform: translate(0, -33%);
    -ms-transform: translate(0, -33%);
    transform: translate(0, -33%);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.side-vision #next_1:hover {
    background: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

.virtual-tour-box {
    overflow: hidden;
    max-height: 155px; }

.bottom-share {
    position: relative;
    margin-top: 50px; }
.bottom-share ul {
    display: inline-block;
    float: right;
    background-color: #f9fafa;
    position: relative;
    padding-left: 11px; }
.bottom-share li {
    display: inline-block;
    font-size: 18px;
    color: #4d4d4d;
    margin: 0px 2px;
    vertical-align: middle; }
.bottom-share li:not(:first-child) a {
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    background-color: #007d9e;
    display: inline-block;
    margin: 0 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.bottom-share li:not(:first-child) a:hover {
    background-color: #ec7323;
    box-shadow: 0 0 3px 3px #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.bottom-share li:first-child {
    margin-right: 15px; }
.bottom-share li:first-child a {
    height: 38px;
    width: 38px;
    border: 1px solid #007d9e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #007d9e;
    font-size: 23px; }
.bottom-share li:first-child a:hover {
    color: #ffffff;
    border: 1px solid #007d9e;
    background: #007d9e;
    transform: scale(1.1) rotate(-15deg);
    -moz-transform: scale(1.1) rotate(-15deg);
    -o-transform: scale(1.1) rotate(-15deg);
    -webkit-transform: scale(1.1) rotate(-15deg); }
.bottom-share p {
    font-size: 16px !important;
    color: #007d9e !important;
    margin: 0 !important; }
.bottom-share p:hover {
    color: #ec7323 !important; }
.bottom-share:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 19px;
    left: 0;
    margin: auto;
    background: #b7b7b7;
    z-index: 0; }

/*...........................ABOUT US.............................*/
/*...........................CHAIRMAN MESSAGE.............................*/
.bg-wrp {
    background-color: #f9fafa; }

.chairman-wrp .left-wrp figure {
    float: left;
    margin-right: 15px; }
.chairman-wrp .left-wrp h4 {
    font-size: 22px;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 16px; }
.chairman-wrp .left-wrp p {
    font-size: 14px;
    color: #595959;
    line-height: 20px; }
.chairman-wrp .left-wrp h5 {
    font-size: 15px;
    color: #007d9e;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0 20px; }
.chairman-wrp .left-wrp .content-part {
    margin-top: 60px; }

.arw-list li {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    font-size: 14px;
    color: #595959;
    margin-bottom: 8px; }
.arw-list li:before {
    content: "\f054";
    font-family: Fontawesome;
    font-size: 11px;
    margin-right: 5px;
    color: #ec7323;
    width: 12px;
    line-height: 20px;
    flex: none; }
.arw-list li.list-arw-sub {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.arw-list li.list-arw-sub span {
    width: calc(100% - 20px); }
.arw-list li.list-arw-sub ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 16px; }
.arw-list li.list-arw-sub li {
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: 15px; }
.arw-list li.list-arw-sub li:before {
    content: "\f054"; }

/*...........................CHAIRMAN MESSAGE.............................*/
/*...........................GROUP MILESTONE.............................*/
.slider-arrows {
    float: right;
    position: relative;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.slider-arrows button.slick-arrow {
    background: #0000 !important;
    top: 5px;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0%);
    width: 33px;
    height: 33px;
    border: 1px solid #d3d4d4;
    position: initial; }
.slider-arrows button.slick-arrow:hover {
    background: #ec7323 !important; }
.slider-arrows button.slick-arrow:hover:before {
    color: #d9232d !Important;
    color: #f9fafa !Important; }
.slider-arrows .slick-prev {
    margin-right: 10px; }
.slider-arrows .slick-prev:before {
    content: "\f104";
    opacity: 1;
    display: inline-block;
    font-family: Fontawesome;
    font-size: 22px;
    color: #3d3d3d; }
.slider-arrows .slick-next:before {
    content: "\f105";
    opacity: 1;
    display: inline-block;
    font-family: Fontawesome;
    font-size: 22px;
    color: #3d3d3d; }

.milestone-slider figure {
    width: 168px;
    height: 168px;
    margin: auto;
    position: relative;
    margin-bottom: 12px; }
.milestone-slider figure .figure__in {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.milestone-slider figure .figure__in:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    border: 1px solid #ebebeb;
    z-index: 1111;
    border-radius: 50%; }
.milestone-slider figure .figure__in:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    border: 17px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.milestone-slider figure:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 14px;
    left: 0;
    margin: auto;
    background-image: url(../images/aft2.png);
    background-repeat: no-repeat;
    background-position: bottom center; }
.milestone-slider .main {
    text-align: center;
    min-height: 330px;
    padding-top: 6px; }
.milestone-slider .main:hover .figure__in {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.milestone-slider .main:hover .figure__in:after {
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    /*transform-origin: 100%;*/
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.milestone-slider h4 {
    position: relative;
    font-size: 50px;
    color: #007d9e;
    font-weight: 900;
    margin-bottom: 10px;
    padding-bottom: 4px; }
.milestone-slider h4:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ec7323; }
.milestone-slider p {
    font-size: 14px;
    color: #595959;
    line-height: 20px; }

/*...........................GROUP MILESTONE.............................*/
/*...........................MD MESSAGE.............................*/
.md-wrp .figtop {
    float: left;
    margin-right: 15px; }
.md-wrp h4 {
    font-size: 25px;
    color: #555555;
    margin-bottom: 16px; }
.md-wrp p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify; }

/*...........................MD MESSAGE.............................*/
/*...........................GALLERY.............................*/
.gal-boxes .gal-box {
    width: calc(100% / 3);
    margin-bottom: 17px;
    padding: 0 8px; }
.gal-boxes .gal-box:hover figcaption i {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: #ff0000;
    -webkit-animation-name: hvr-pop1;
    animation-name: hvr-pop1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.gal-boxes .gal-box:hover .figure__in {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1); }
.gal-boxes .gal-box .figure__in {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.gal-boxes figure {
    position: relative;
    height: 365px;
    overflow: hidden;
    border: 1px solid #d7d7d7; }
.gal-boxes figcaption {
    background-color: rgba(0, 125, 158, 0.67);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
.gal-boxes figcaption span {
    width: 65px;
    height: 100%;
    background-color: #016f8c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
.gal-boxes figcaption span h6 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300; }
.gal-boxes figcaption span i {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 2px; }
.gal-boxes figcaption h4 {
    font-size: 18px;
    color: #f9fafa;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 12px; }
.gal-boxes:after {
    content: "";
    width: calc(100% / 3 - 12px); }

@-webkit-keyframes hvr-pop1 {
    30% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15); }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes hvr-pop1 {
    30% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15); }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.filter-button-group li span {
    position: relative;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s; }

/*...........................GALLERY.............................*/
/*...........................NEWS AND EVENTS.............................*/
.news-wrp .comn-head:after {
    left: -87px; }

.news-box-slider .main {
    width: 93%;
    margin: auto;
    margin-bottom: 28px; }
.news-box-slider .main figure {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    height: 235px; }
.news-box-slider .main .figure__in {
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
.news-box-slider .main figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 125, 158, 0.9);
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.news-box-slider .main figcaption .capfig {
    background-color: #92c4d5;
    width: 70px;
    flex: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.news-box-slider .main figcaption .dum-cls {
    padding: 8px 11px 3px; }
.news-box-slider .main figcaption h4 {
    font-size: 12.53px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13.92px; }
.news-box-slider .main figcaption p {
    font-size: 9.5px;
    color: #ffffff;
    margin: 2px 0; }
.news-box-slider .main:hover .figure__in {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
.news-box-slider .slick-slide > div:last-child .main {
    margin-bottom: 0; }

/*...........................NEWS AND EVENTS.............................*/
/*...........................NEWS INNER.............................*/
.news-inn-top {
    margin-bottom: 40px; }
.news-inn-top figure {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.news-inn-top .figure__in {
    height: 330px;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%; }
.news-inn-top figcaption {
    padding: 35px 50px;
    background-color: #007d9e; }
.news-inn-top figcaption h3 {
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    border-bottom: 1px solid #479eb5;
    padding-bottom: 10px;
    margin-bottom: 10px; }
.news-inn-top figcaption h4 {
    font-weight: 300;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px; }

.news-in-wrp p {
    text-align: justify;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 15px; }
.news-in-wrp p span {
    color: #007d9e;
    font-weight: 500; }

/*...........................NEWS INNER.............................*/
/*...........................FACILITIES.............................*/
.accordion-wrp-II {
    margin-bottom: 55px; }
.accordion-wrp-II .card {
    margin-bottom: 5px;
    border: none;
    border-radius: 0; }
.accordion-wrp-II .card:last-child .btn {
    border-bottom: none; }
.accordion-wrp-II .card-header {
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0); }
.accordion-wrp-II h5 {
    border-bottom: none;
    display: block; }
.accordion-wrp-II .btn {
    border-radius: 0;
    font-size: 17px;
    color: #757575;
    border: none;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    line-height: 31px;
    padding: 4px 15px;
    border: 1px solid #ebebeb; }
.accordion-wrp-II .btn:not(.collapsed) {
    background-color: #007d9e;
    color: #ffffff; }
.accordion-wrp-II .btn span {
    width: 26px;
    height: 26px;
    border: 1px solid #ffffff;
    position: relative;
    display: block;
    float: right;
    margin-top: 3px;
    background: #007d9e; }
.accordion-wrp-II .btn span:after {
    content: "-";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    margin: auto;
    font-size: 20px;
    color: #ffffff;
    bottom: 0;
    right: 0;
    position: absolute;
    text-align: center;
    line-height: 25px; }
.accordion-wrp-II .collapsed span:after {
    content: "+";
    color: #ffffff; }
.accordion-wrp-II .card-body {
    padding: 20px 20px 20px 36px; }
.accordion-wrp-II .card-body p {
    text-align: justify;
    font-size: 15px;
    color: #595959;
    line-height: 27px; }

/*...........................FACILITIES.............................*/
/*...........................PATIENT SERVICE.............................*/
.intps-wrp .comn-head:not(:first-child) {
    margin-bottom: 13px; }
.intps-wrp .comn-head:not(:first-child) h2 {
    font-size: 25px; }
.intps-wrp p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: justify; }
.intps-wrp p span {
    font-weight: 700; }
.intps-wrp .arw-list li {
    margin-bottom: 0; }
.intps-wrp .arw-list li:before {
    color: #007d9e; }
.intps-wrp h5 {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
    margin-bottom: 20px; }
.intps-wrp .bottom-share {
    margin-top: 0; }

/*...........................PATIENT SERVICE.............................*/
/*...........................SERVICE EXCELLENCE.............................*/
.service-exc-wrp .comn-head {
    margin-bottom: 20px; }
.service-exc-wrp .bottom-share {
    margin-top: 10px; }

.service-exc-top figure {
    width: 365px;
    max-width: 100%;
    height: 220px;
    float: left;
    margin-right: 15px; }
.service-exc-top p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: justify; }

.service-exc-bot {
    margin-top: 50px; }
.service-exc-bot .figure__in {
    width: 100%;
    height: 200px; }
.service-exc-bot figcaption {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin: 20px 0 10px;
    text-align: justify; }

/*...........................SERVICE EXCELLENCE.............................*/
/*...........................CLINIC LOCATION.............................*/
.clinic-location-wrp .bottom-share {
    margin-top: 30px; }

.clinic-facility p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 40px; }

.clinic-service figure {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 28px 0; }
.clinic-service .figure__in {
    width: 106px;
    height: 106px;
    overflow: hidden;
    border-radius: 50%;
    flex: none;
    margin-right: 15px; }
.clinic-service figcaption h3 {
    font-size: 20px;
    color: #515151;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative; }
.clinic-service figcaption h3:after {
    position: absolute;
    content: '';
    width: 62px;
    height: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #cccccc; }
.clinic-service figcaption p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 60px; }

.clinic-docs {
    margin-top: 40px; }
.clinic-docs .main {
    margin: 10px auto;
    background-color: #ffffff;
    width: 265px;
    padding: 10px;
    box-shadow: 0 0 1px 0px #0000000a;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    max-width: 97%; }
.clinic-docs .main:hover {
    box-shadow: 0 0 11px 0px #00000021;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.clinic-docs .main:hover h4:after {
    width: 70px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.clinic-docs .figure__in {
    max-height: 262px;
    width: 100%;
}
.clinic-docs figcaption {
    text-align: center;
    padding: 15px 0 5px 0; }
.clinic-docs figcaption h4 {
    font-size: 18px;
    color: #013a49;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px; }
.clinic-docs figcaption h4:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ec7323;
    right: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.clinic-docs figcaption h5 {
    font-size: 13px;
    color: #919191;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500; }

/*...........................CLINIC LOCATION.............................*/
/*...........................MY HEALTH.............................*/
.health-wrp p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify; }
.health-wrp .accordion-wrp-II {
    margin-bottom: 35px; }
.health-wrp .accordion-wrp-II .btn {
    color: #007d9e; }
.health-wrp .accordion-wrp-II .btn:not(.collapsed) {
    color: #ffffff; }
.health-wrp h4 {
    font-size: 16px;
    color: #007d9e;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 13px; }
.health-wrp .arw-list li {
    margin-bottom: 0; }
.health-wrp .arw-list li:before {
    color: #272727; }
.health-wrp .bottom-share {
    margin-top: 30px; }

.health-wrp-top figure {
    margin-bottom: 20px; }
.health-wrp-top p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px; }

/*...........................MY HEALTH.............................*/
/*...........................CONTACT US.............................*/
.mapbox {
    height: 145px;
    margin-top: 12px; }

.contact-wrp .form-group {
    margin-bottom: 25px; }
.contact-wrp form .form-control {
    border-radius: 0;
    height: 50px;
    background-color: #ffffff;
    font-size: 14px;
    color: #a6a6a6;
    border: 1px solid #e1e1e1; }
.contact-wrp form .form-control:-moz-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 14px;
    color: #a6a6a6; }
.contact-wrp form .form-control::-moz-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 14px;
    color: #a6a6a6; }
.contact-wrp form .form-control::-webkit-input-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 14px;
    color: #a6a6a6; }
.contact-wrp form .form-control:-ms-input-placeholder {
    font-family: "Roboto", "sans-serif";
    font-size: 14px;
    color: #a6a6a6; }
.contact-wrp form .form-control:hover, .contact-wrp form .form-control:focus {
    background-color: #ec732329;
    box-shadow: none; }
.contact-wrp form .textarea {
    height: auto; }
.contact-wrp .comn-head {
    margin-bottom: 15px;
    margin-top: 30px; }
.contact-wrp p {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 22px;
    font-weight: 500; }
.contact-wrp li {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 22px;
    font-weight: 500; }

.submit-btn {
    float: right;
    width: 152px;
    height: 38px;
    background-color: #4e8dcc;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
    border-radius: 0;
    float: right;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-transform: uppercase;
    background-color: #007d9e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.submit-btn i {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: 4px;
    font-size: 14px;
    vertical-align: middle; }
.submit-btn:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #ec7323; }
.submit-btn:hover i {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: 15px; }

/*...........................CONTACT US.............................*/
/*...........................FAQ.............................*/
.faq-wrp h5 {
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 500; }
.faq-wrp p {
    font-size: 15px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 20px; }

/*...........................FAQ.............................*/
/*...........................INSURANCE.............................*/
.insurance-top h6 {
    font-size: 16px;
    color: #2f2f2f;
    margin-top: 22px; }
.insurance-top h4 {
    font-size: 18px;
    color: #007d9e;
    font-weight: 500;
    text-transform: uppercase;
    margin: 8px 0; }
.insurance-top p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify; }

.insurance-bot {
    margin-top: 35px; }
.insurance-bot .accordion-wrp-II {
    margin-bottom: 0; }
.insurance-bot .accordion-wrp-II .btn {
    color: #2f2f2f; }
.insurance-bot .accordion-wrp-II .btn:not(.collapsed) {
    color: #ffffff; }
.insurance-bot .arw-list li:before {
    color: #007d9e; }
.insurance-bot h5 {
    font-size: 18px;
    color: #595959;
    font-weight: 500;
    margin-bottom: 25px; }

/*...........................INSURANCE.............................*/
/*...........................OFFERS.............................*/
.offer-boxes {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.offer-boxes .offer-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 6px); }
.offer-boxes .offer-box .figure__in {
    max-height: 282px;
    width: 100%; }
.offer-boxes .offer-box h4 {
    font-size: 18px;
    color: #007d9e;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.offer-boxes .offer-box h5 {
    font-size: 16px;
    color: #2f2f2f; }
.offer-boxes .offer-box p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
    margin-top: 16px;
    margin-bottom: 20px; }
.offer-boxes .offer-box a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #007d9e;
    display: block;
    height: 32px;
    padding-left: 12px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
.offer-boxes .offer-box a span {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.offer-boxes .offer-box a:hover {
    background-color: #ec7323; }
.offer-boxes .offer-box:hover a span {
    left: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.offer-boxes .offer-box:hover h4 {
    color: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

/*...........................OFFERS.............................*/
/*...........................OUR TEAM.............................*/
.team-box {
    position: relative;
    max-width: 240px;
    margin: 18px 0; }
.team-box .figure__in {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #d8e8ee;
    margin: auto;
    margin-bottom: 20px; }
.team-box .figure__in:after {
    position: absolute;
    content: '+';
    width: 30px;
    height: 30px;
    top: 163px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f8b715;
    font-size: 19px;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto", "sans-serif";
    border-radius: 50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.team-box figcaption {
    text-align: center;
    font-size: 16px;
    color: #747474; }
.team-box figcaption span {
    text-transform: uppercase;
    display: block;
    font-size: 14px; }
.team-box:hover .figure__in:after {
    content: 'Read More';
    width: 100%;
    height: 100%;
    top: 0;
    background: #f8b715a8;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

/*...........................OUR TEAM.............................*/
/*...........................DOCTOR PROFILE.............................*/
.doc-profile-wrp .right-wrp2 h2 {
    font-size: 30px;
    color: #fefefe;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #007d9e;
    padding: 5px 16px;
    display: inline-block; }
.doc-profile-wrp .right-wrp2 h4 {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    background-color: #ec7323;
    text-transform: uppercase;
    padding: 5px 16px;
    font-weight: 300; }
.doc-profile-wrp .left-wrp2 figure {
    max-height: 380px;
    border: 1px solid #4c9fb5; }

.qual-list {
    padding: 35px 0 25px; }
.qual-list li {
    font-size: 15px;
    color: #595959;
    line-height: 25px;
    font-weight: 500; }

.timing-box {
    height: 42px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
.timing-box h5 {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    font-weight: 500; }
.timing-box * {
    margin-left: 1px; }

.sample_box {
    background-color: #ec7323;
    font-size: 15px;
    color: #ffffff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 14px; }

.book-box {
    background-color: #007d9e;
    font-size: 15px;
    color: #ffffff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 35px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.book-box:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #ec7323; }

.share-box {
    height: 100%;
    background-color: #007d9e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 8px 0 20px; }
.share-box ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.share-box li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
.share-box li:not(:first-child) {
    vertical-align: top;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    background-color: #014557;
    margin: 0 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.share-box li:not(:first-child):hover {
    background-color: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.share-box li:first-child {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 8px; }

.prof-nav {
    float: right; }
.prof-nav i {
    background: #0000;
    top: 5px;
    width: 33px;
    height: 33px;
    border: 1px solid #d3d4d4;
    position: initial;
    font-size: 22px;
    color: #3d3d3d;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.prof-nav i:hover {
    background: #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: #fff; }

.profile-bot {
    margin-top: 20px;
    background-color: #ffffff;
    padding: 25px 30px; }
.profile-bot p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify; }

/*...........................DOCTOR PROFILE.............................*/
/*...........................DEPARTMENT.............................*/
.department-wrp {
    padding: 40px 0 90px; }

.department-slider {
    margin: auto;
    max-width: 90%; }
.department-slider .main {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin: 14px 17px;
    box-shadow: 0 0 13px 0px #00000014; }
.department-slider .main .figure__in {
    position: relative;
    height: 172px;
    width: 100%; }
.department-slider .main .figure__in:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #007d9e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.department-slider .main h3 {
    font-size: 18px;
    color: #013a49;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    min-height: 42px; }
.department-slider .main p {
    font-size: 13px;
    color: #595959;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 60px;
    margin-bottom: 10px; }
.department-slider .main a {
    font-size: 15px;
    color: #ec7323;
    font-weight: 500;
    display: block; }
.department-slider .main a:hover {
    color: #007d9e; }
.department-slider .main:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0 0 13px 0px #00000057; }
.department-slider .main:hover .figure__in:after {
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
.department-slider .main:hover h3 {
    color: #007d9e; }
.department-slider .content-box {
    padding: 15px;
    background-color: #ffffff; }
.department-slider #prev_1 {
    right: auto;
    left: -4%;
    font-size: 60px; }
.department-slider #next_1 {
    right: -4%;
    left: auto;
    font-size: 60px; }
.department-slider .slick-dots li {
    background-color: #c9c9c9;
    width: 6px;
    height: 6px;
    overflow: hidden;
    border-radius: 50%; }
.department-slider .slick-dots li.slick-active {
    background-color: #ec7323; }
.department-slider .slick-dots {
    bottom: -40px; }

/*...........................DEPARTMENT.............................*/
/*...........................DEPARTMENT DETAILS.............................*/
.department-details-wrp p {
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    text-align: justify; }

.dp-details-top {
    margin-bottom: 65px; }
.dp-details-top h3 {
    font-size: 22px;
    color: #013a49;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px; }
.dp-details-top .timing-box {
    margin-top: 6px;
    background-color: #ffffff; }

.dp-share-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.dp-share-box li {
    display: inline-block;
    font-size: 15px;
    color: #007d9e;
    margin: 0px 2px;
    font-weight: 500;
    vertical-align: middle; }
.dp-share-box li:first-child {
    padding: 0 30px; }
.dp-share-box li:not(:first-child) a {
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    background-color: #007d9e;
    display: inline-block;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.dp-share-box li:not(:first-child) a:hover {
    background-color: #ec7323;
    box-shadow: 0 0 3px 3px #ec7323;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }

/*...........................DEPARTMENT DETAILS.............................*/
.banner h1,
.banner h2,
.banner p,
.fixedlist li,
.service-exc-bot .figure__in, .service-exc-top figure, .offer-box h5, .offer-box h4, .news-inn-top figure, .insurance-top h6, .milestone-slider h4, .faq-wrp h5, .doc-profile-wrp .right-wrp2 h4, .department-slider .main h3, .clinic-service figcaption h3, .comn-head span,
.offer-box .figure__in, .news-inn-top figcaption h3, .intps-wrp h5, .insurance-top h4, .milestone-slider figure, .doc-profile-wrp .right-wrp2 h2, .department-slider .main, .dp-details-top h3, .chairman-wrp .left-wrp h4, .vm-boxes .vm-box img, .inner-banner h1, .contact-box:nth-child(2), .home-contact h2, .questions-wrp h2, .service-home-wrp figure, .comn-head, .mv-box:nth-child(2), .teastimonial-slider figcaption,
.service-exc-bot figcaption, .team-box figcaption, .news-inn-top figcaption h4, .accordion-wrp-II, .virtual-tour2, .qual-list, .contact-wrp form, .contact-wrp ul, .clinic-docs .main figure, .arw-list, .vm-boxes .vm-box h3, .figtype1, .department-boxes figcaption, .insurance-slider, .diabetes-care-wrp h3, .booking-wrp .card-body, .home-sub-nav a, .hospital-loc__slider, .latest-wrp .left-wrp p, .specialist-slider, .med-department-wrp p,
.gal-boxes figcaption, .offer-box a, .timing-box, .department-slider .main a, .submit-btn, .clinic-docs figcaption, .inner-banner ul, .diabetes-care-wrp p, .btn-cls,
.head-tab, .know-link,
.latest-slider,
.doc-profile-wrp .left-wrp2 figure, .dp-details-top figure, .figtop, .booking-wrp .left-wrp, .questions-wrp .left-wrp, .contact-box:first-child,
.content-part, .trending-box, .booking-wrp .right-wrp, .questions-wrp .right-wrp, .contact-box:last-child,
.side-vision,
.virtual-tour,
.mv-box,
.team-box .figure__in, .news-box-slider .main figure, .bottom-share li, .teastimonial-slider figure,
.gal-boxes figure,
.foot-top ul,
p {
    opacity: 0; }

/* Large desktops and laptops */
@media (min-width: 1400px) {
    /*home*/
    /*home*/ }
@media (min-width: 1200px) and (max-width: 1300px) {
    /*home*/
    /*home*/ }
/*.............(min-width: 1200px) and (max-width: 1300px)...........*/
@media (min-width: 992px) and (max-width: 1199px) {
    /*home*/
    .home-sub-nav a {
        padding: 0 25px; }

    .hospital-loc__slider .main {
        max-width: 98%; }

    .department-boxes .department-box {
        width: calc(100% / 5 - 8px); }

    .mv-boxes {
        width: 100%; }

    .teastimonial-slider {
        width: 100%; }

    .diabetes-care-wrp {
        background-position: center; }

    .foot-top .foot-link li {
        margin-right: 5px; }

    /*home*/
    /*departments*/
    .book-box {
        padding: 0 16px; }

    /*departments*/ }
/*.........(min-width: 992px) and (max-width: 1199.98px)............*/
/*.........(min-width: 992px) and (max-width: 1099px)............*/
@media (min-width: 768px) and (max-width: 991px) {
    /*home*/
    header .top-social {
        display: none; }

    header .top-cn li:first-child {
        display: none; }

    .home-sub-nav a {
        padding: 0 10px; }

    .latest-wrp .left-wrp {
        padding-left: 15px;
        margin-bottom: 20px; }

    .latest-slider figure {
        width: 90%; }

    .department-boxes .department-box {
        width: calc(100% / 4 - 8px); }

    /*    .booking-wrp .left-wrp ,
        .booking-wrp .right-wrp {
            padding: 0 15px;
        }
        .booking-wrp .left-wrp:before {
            right: -50%;
        }
        .booking-wrp .right-wrp:before {
            left: -50%;
        }*/
    .booking-wrp .left-wrp .comn-head h2 {
        font-size: 23px; }

    .booking-wrp .right-wrp .comn-head h2 {
        font-size: 23px; }

    .mv-boxes {
        width: 100%; }

    .mv-boxes .mv-box {
        padding: 10px; }

    .diabetes-care-wrp {
        background-position: 67% 100%; }

    .questions-wrp {
        min-height: 380px; }

    .contact-boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .contact-box {
        width: 50%; }

    .contact-box:last-child {
        border-left: none; }

    .foot-top .row {
        max-width: 100%;
        justify-content: center !IMPORTANT;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important; }

    /*home*/
    /*about-us*/
    .cmn-wrp .left-wrp {
        padding-right: 15px; }

    /*about-us*/
    /*chairman-msg*/
    .cmn-wrp br {
        display: none; }

    .chairman-wrp .left-wrp figure {
        float: none;
        margin-right: 0; }

    .chairman-wrp .left-wrp .content-part {
        margin-top: 15px; }

    .chairman-wrp .left-wrp h5 {
        margin: 10px 0; }

    /*chairman-msg*/
    /*md-msg*/
    .md-wrp .figtop {
        float: none;
        margin-right: 0; }

    /*md-msg*/
    /*offers*/
    .offer-boxes .offer-box {
        width: 100%; }

    /*offers*/
    /*photo-gallery*/
    .gal-boxes .gal-box {
        width: calc(100% / 2); }

    /*photo-gallery*/
    /*departments*/
    .book-box {
        padding: 0 6px;
        font-size: 12px; }

    .dp-share-box li:first-child {
        padding: 0 2px; }

    .dp-share-box li {
        margin: 0px 1px; }

    .profile-top .timing-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .share-box {
        margin-left: auto;
        margin-top: 6px; }

    /*departments*/ }
/*.............(min-width: 768px) and (max-width: 991px)..............*/
@media (max-width: 867px) {
    /*home*/ }
/*...............(max-width: 867px).................*/
@media (max-width: 767px) {
    h2 {
        font-size: 22px !important; }

    p {
        font-size: 13px !important;
        line-height: 20px !important; }

    /*home*/
    .menu h3 {
        font-size: 14px; }

    .comn-head span {
        font-size: 13px;
        margin: 0px 0; }

    header .top-social {
        display: none; }

    header .top-cn li:first-child {
        display: none; }

    header .left-wrp {
        -ms-flex-pack: justify;
        justify-content: space-between; }

    header .right-wrp {
        display: none; }

    header .menu-ic {
        -ms-flex-order: 2;
        order: 2; }

    .logo img {
        width: 40px; }

    .banner {
        height: 300px; }

    .banner h1 {
        font-size: 22px; }

    .banner h2 {
        font-size: 15px !important;
        margin: 0 !important; }

    .banner .carousel-caption {
        width: 96%;
        background: #ffffffb5;
        padding: 10px 58px 10px 10px; }

    .fixedlist li:not(:last-child) {
        display: none; }
    .fixedlist {
        top: 200px;
    }
    .fixedlist li {
        width: 84px;
        text-align: center;
    }
    .fixedlist li span {
        display: none; }
    .fixedlist li:hover {
        width: auto; }

    .hospital-loc__wrp .comn-head {
        margin-bottom: 20px; }

    .hospital-loc__slider .main figcaption {
        font-size: 15px; }

    .latest-wrp {
        padding: 15px 0; }

    .latest-wrp .comn-head {
        margin-bottom: 10px; }

    .latest-wrp .left-wrp p {
        margin-bottom: 6px; }

    .medical-specialist-wrp {
        padding: 15px 0; }

    .med-department-wrp {
        padding: 15px 0; }

    .department-boxes .department-box {
        width: calc(100% / 3 - 8px); }

    .home-sub-nav {
        height: auto; }

    .home-sub-nav a {
        padding: 10px 4px;
        font-size: 12px; }

    .hospital-loc__wrp {
        padding: 15px 0; }

    .latest-wrp .left-wrp {
        padding-left: 15px;
        margin-bottom: 20px; }

    .latest-slider figure {
        width: 90%; }

    .department-boxes .department-box {
        width: calc(100% / 4 - 8px); }

    .booking-wrp .left-wrp,
    .booking-wrp .right-wrp {
        padding: 0 15px; }

    .booking-wrp .left-wrp:before {
        right: -50%; }

    .booking-wrp .right-wrp:before {
        left: -50%; }

    .mv-wrp {
        padding: 15px 0; }

    .mv-boxes .mv-box figure {
        margin-bottom: 3px;
        min-height: 41px; }
    .mv-boxes .mv-box figure img {
        width: 40px; }

    .booking-wrp .left-wrp .comn-head h2 {
        font-size: 23px; }

    .booking-wrp .right-wrp .comn-head h2 {
        font-size: 23px; }

    .mv-boxes {
        width: 100%; }

    .patient-speak-wrp {
        padding: 15px 0 40px; }

    .teastimonial-slider {
        width: 100%; }

    .teastimonial-slider figcaption {
        min-height: 100%; }

    .teastimonial-slider h3 {
        margin-top: -44px; }

    .teastimonial-slider .slick-dots {
        bottom: -25px; }

    .diabetes-care-wrp {
        padding: 15px 0; }

    .mv-boxes .mv-box {
        padding: 10px; }

    .diabetes-care-wrp {
        background-position: 67% 100%; }

    .diabetes-care-wrp h3 {
        font-size: 24px;
        line-height: 25px; }

    .diabetes-care-wrp p {
        background: #f9f9f9a3; }

    .diabetes-care-wrp .left-wrp {
        padding-left: 15px; }

    .insurance-wrp {
        padding: 15px 0; }

    .service-home-wrp {
        padding: 15px 0; }

    .service-home-wrp .service-slider {
        width: 100%; }

    .service-home-wrp figure {
        width: 50px;
        height: 50px;
        margin-bottom: 10px; }
    .service-home-wrp figure img {
        width: 30px; }

    .medical-specialist-wrp .comn-head {
        margin-bottom: 15px; }

    .questions-wrp {
        min-height: 100%;
        padding: 15px 0; }

    .questions-wrp .right-wrp {
        display: none; }

    .home-contact {
        padding: 15px 0; }

    .home-contact h2 {
        margin-bottom: 6px; }

    .contact-boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .contact-box {
        width: 100%;
        border-left: none !IMPORTANT;
        margin: 5px 0; }

    .contact-box:last-child {
        border-left: none; }

    .foot-top .row {
        max-width: 100%;
        justify-content: center !IMPORTANT;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        text-align: center; }

    .foot-bot .row {
        max-width: 100%; }

    /*home*/
    /*about-us*/
    .cmn-wrp {
        padding: 15px 0; }

    .cmn-wrp .left-wrp {
        max-width: 100%;
        padding-right: 15px; }

    .head-tab {
        margin-bottom: 10px; }

    .cmn-wrp .comn-head {
        margin-bottom: 15px; }

    .cmn-wrp .right-wrp {
        margin: auto;
        max-width: 100%;
        width: 330px;
        padding-top: 15px; }

    .bottom-share {
        margin-top: 20px; }

    .head-tab li {
        font-size: 11px;
        height: 26px;
        padding: 0 8px;
        line-height: 26px; }

    /*about-us*/
    /*chairman-msg*/
    .cmn-wrp br {
        display: none; }

    .chairman-wrp .left-wrp figure {
        float: none;
        margin-right: 0;
        text-align: center; }

    .chairman-wrp .left-wrp .content-part {
        margin-top: 15px; }

    .chairman-wrp .left-wrp h5 {
        margin: 10px 0; }

    /*chairman-msg*/
    /*clinic-location*/
    .clinic-service figure {
        margin: 8px 0; }

    /*clinic-location*/
    /*md-msg*/
    .md-wrp p {
        margin-bottom: 10px; }

    /*md-msg*/
    /*news-details*/
    .news-inn-top figcaption {
        padding: 10px; }

    .news-inn-top figcaption h3 {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 5px;
        margin-bottom: 5px; }

    .news-inn-top figcaption h4 {
        font-size: 13px;
        line-height: 18px; }

    .news-inn-top .figure__in {
        height: auto; }

    /*news-details*/
    /*photo-gallery*/
    .gal-boxes .gal-box {
        width: calc(100% / 2); }

    /*photo-gallery*/
    /*departments*/
    .dp-details-top {
        margin-bottom: 10px; }

    .profile-top .timing-box {
        height: auto;
        display: block; }
    .profile-top .sample_box {
        height: 30px;
        margin-bottom: 6px; }
    .profile-top .book-box {
        height: 30px; }

    .share-box {
        margin-left: auto;
        margin-top: 6px; }

    /*departments*/ }
/*...............(max-width: 767px.................*/
@media (max-width: 575px) {
    h2 {
        font-size: 19px !important;
        line-height: 23px !important; }

    h5 {
        font-size: 14px !important; }

    h3 {
        font-size: 15px !important; }

    .snavvy {
        width: 100% !important; }

    .com-link {
        width: auto;
        height: 30px;
        font-size: 12px;
        line-height: 32px;
        display: inline-block;
        padding: 0px 21px; }

    /*home*/
    .home-sub-nav a {
        padding: 0px 4px;
        font-size: 11px; }

    .hospital-loc__slider .slick-current .main {
        margin-left: auto; }

    .hospital-loc__slider #prev_1 {
        left: -15px; }

    .hospital-loc__slider #next_1 {
        right: -15px; }

    .read-link {
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 30px; }

    .latest-slider figcaption .capfig {
        width: 40px; }
    .latest-slider figcaption .capfig img {
        width: 25px; }

    .latest-slider .figure__in {
        height: 180px; }

    .latest-slider figcaption h4 {
        font-size: 12px; }

    .latest-slider figcaption p {
        margin: 0px 0;
        font-size: 11px !important;
        line-height: 15px !important; }

    .latest-slider figcaption .dum-cls {
        padding: 6px 6px 6px; }

    .medical-specialist-wrp .main .figure__in {
        width: 100px;
        height: 100px;
        margin-bottom: 8px; }

    .medical-specialist-wrp .main figcaption {
        font-size: 14px; }

    .medical-specialist-wrp .main figcaption span {
        font-size: 11px; }

    .medical-specialist-wrp .main:after {
        width: 20px;
        height: 20px;
        top: 89px;
        font-size: 15px; }

    .view-link {
        font-size: 13px;
        width: 96px;
        height: 30px;
        line-height: 30px; }

    .department-boxes .department-box {
        width: calc(100% / 2 - 8px); }

    .mv-boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .mv-boxes .mv-box {
        width: 100%;
        margin-bottom: 3px; }

    .patient-speak-wrp .comn-head {
        margin-bottom: 10px; }

    .insurance-wrp .comn-head {
        margin-bottom: 10px; }

    .insurance-slider #prev_1 {
        left: -20px; }

    .insurance-slider #next_1 {
        right: -20px; }

    .accordion-wrp .card-body {
        padding: 10px; }

    .contact-box {
        padding: 0 10px 5px; }

    .foot-top .foot-link li {
        font-size: 11px;
        margin-right: 6px; }

    .foot-social {
        margin-top: 10px; }

    .accordion-wrp .btn {
        font-size: 12px; }

    .contact-boxes h3 i {
        font-size: 14px;
        width: 15px; }

    .contact-boxes p {
        padding-left: 20px; }

    .contact-boxes li {
        padding-left: 20px;
        word-break: break-word; }

    .map {
        height: 200px; }

    .department-boxes figure {
        width: 45px;
        margin-bottom: 0; }

    .department-boxes figcaption {
        font-size: 12px;
        line-height: 15px; }

    .booking-wrp .togbtn span {
        font-size: 12px;
        margin-right: 25px; }

    .booking-wrp .togbtn span {
        font-size: 12px;
        margin-right: 13px; }

    .booking-wrp .left-wrp .comn-head h2 {
        padding-bottom: 0;
        margin-bottom: 3px !important; }

    .booking-wrp .right-wrp .comn-head h2 {
        padding-bottom: 0px; }

    /*home*/
    /*about-us*/
    .vm-boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .vm-boxes .vm-box {
        width: 100%;
        padding: 10px; }

    .bottom-share ul {
        float: none;
        padding-left: 0; }

    .bottom-share:before {
        display: none; }

    .bottom-share li:first-child {
        margin-right: 0; }

    .bottom-share li {
        margin: 0px 0px; }
    .bottom-share li:nth-child(2) {
        display: none; }

    .bottom-share {
        text-align: center; }
    .bottom-share p {
        margin-top: 16px !important;
        text-align: center; }

    .trending-slider .main {
        height: 60px; }

    /*about-us*/
    /*clinic-location*/
    .inner-banner h1 {
        font-size: 24px; }

    .clinic-facility p {
        margin-bottom: 10px; }

    .clinic-docs {
        margin-top: 15px; }

    /*clinic-location*/
    /*contact-us*/
    .contact-wrp .comn-head {
        margin-top: 6px; }

    .contact-wrp .form-group {
        margin-bottom: 10px; }

    .contact-wrp form .form-control {
        height: 35px; }

    /*contact-us*/
    /*facilities*/
    .accordion-wrp-II {
        margin-bottom: 15px; }

    .accordion-wrp-II .btn {
        font-size: 12px; }

    .accordion-wrp-II .card-body {
        padding: 10px; }

    .accordion-wrp-II .btn span {
        width: 18px;
        height: 18px; }

    .accordion-wrp-II .btn span:after {
        font-size: 17px;
        line-height: 16px; }

    /*facilities*/
    /*faq*/
    .faq-wrp p {
        margin-bottom: 8px; }

    /*faq*/
    /*group-milestone*/
    .milestone-slider figure {
        width: 130px;
        height: 130px;
        margin-bottom: 8px; }

    .milestone-slider figure .figure__in:after {
        border: 8px solid #ffffff; }

    .milestone-slider .main {
        min-height: 100%; }

    .slider-arrows button.slick-arrow {
        width: 26px;
        height: 26px; }

    .slider-arrows .slick-next:before {
        font-size: 16px; }

    .slider-arrows .slick-prev:before {
        font-size: 16px; }

    /*group-milestone*/
    /*insurance*/
    .insurance-top h4 {
        font-size: 15px; }

    /*insurance*/
    /*international-patient-service*/
    .arw-list li {
        font-size: 13px; }

    .intps-wrp p {
        font-size: 14px;
        margin-bottom: 10px; }

    .intps-wrp h5 {
        margin-bottom: 4px; }

    /*international-patient-service*/
    /*my-health*/
    .health-wrp-top p {
        margin-bottom: 10px; }

    .health-wrp .accordion-wrp-II {
        margin-bottom: 15px; }

    /*my-health*/
    /*news-details*/
    .news-inn-top {
        margin-bottom: 15px; }

    .news-in-wrp p {
        margin-bottom: 10px; }

    .news-inn-top figure {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

    .news-inn-top .figure__in {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    .news-inn-top figcaption {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    /*news-details*/
    /*our-team*/
    .team-box .figure__in {
        width: 130px;
        height: 130px;
        margin-bottom: 8px; }

    .team-box .figure__in:after {
        top: 113px;
        font-size: 16px; }

    .team-box {
        margin: 5px 0; }

    /*our-team*/
    /*photo-gallery*/
    .gal-boxes .gal-box {
        width: 100%; }

    .gal-boxes figure {
        height: auto; }
    .gal-boxes figure img {
        width: 100%; }

    .gal-boxes figcaption h4 {
        font-size: 13px;
        padding-left: 8px; }

    .gal-boxes figcaption span i {
        font-size: 16px;
        margin-bottom: 2px; }

    .gal-boxes figcaption span h6 {
        font-size: 13px; }

    .gal-boxes figcaption {
        height: auto; }

    .gal-boxes figcaption span {
        padding: 4px 0;
        width: 45px; }

    /*photo-gallery*/
    /*service-excellence*/
    .service-exc-top figure {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0; }

    .service-exc-bot .figure__in {
        height: auto; }

    .service-exc-top p {
        margin-bottom: 10px; }

    /*service-excellence*/
    /*departments*/
    .book-box {
        padding: 0 6px;
        font-size: 12px; }

    .dp-share-box li:first-child {
        padding: 0 2px; }

    .dp-share-box li {
        margin: 0px 1px; }

    /*departments*/
    /*doctor-profile*/
    .doc-profile-wrp .right-wrp2 h2 {
        margin-bottom: 0px !important; }

    .qual-list {
        padding: 10px 0 10px; }

    .qual-list li {
        font-size: 14px;
        line-height: 22px; }

    .profile-bot {
        margin-top: 10px;
        padding: 10px 10px; }

    .profile-bot p {
        margin-bottom: 0; }

    .doc-profile-wrp .right-wrp2 h4 {
        font-size: 14px; }

    /*doctor-profile*/ }
/*..............(max-width: 575px)................*/
@media (max-width: 400px) {
    h2 {
        font-size: 17px !important;
        line-height: 22px !important;
        margin-bottom: 10px !important; }

    p {
        font-size: 12px !important;
        line-height: 16px !important; }

    .banner .carousel-caption {
        display: none; }

    /*home*/
    /*home*/
    /*clinic-location*/
    .inner-banner h1 {
        font-size: 17px; }

    .clinic-service .figure__in {
        width: 60px;
        height: 60px;
        margin-right: 6px; }

    /*clinic-location*/
    /*our-team*/
    .team-wrp .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    .team-box {
        margin: 5px auto; }

    /*our-team*/
    /*departments*/
    .timing-box {
        height: auto;
        display: block; }

    .book-box {
        height: 30px;
        margin-bottom: 7px; }

    /*departments*/ }
/*..............(max-width: 400px)................*/

/*# sourceMappingURL=style.css.map */
.banner h1 {
    background: #ffffffcf;
}
.banner h2 {
    background: #ffffffcf;
}
.banner p {
    background: #ffffffcf;
}

.loader_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.94);
    z-index: 1;
    align-items: center;
    display: none;
    z-index: 99999;
}

.loader_outer .loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgb(0, 125, 158);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@media only screen and (max-width: 576px){
    .loader_outer .loader {
        border: 5px solid #f3f3f3;
        border-top: 8px solid rgb(0, 125, 158);
        width: 60px;
        height: 60px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.show_loader {
    overflow: hidden;
    position: relative;
    /*height: 100vh;*/
}

.show_loader .loader_outer {
    display: flex
}
