.abt-inner-doc-block,
.banner-wrapper,
.container,
.doc-right-block,
.header-one,
.main-timeline .timeline,
.serv-shape,
.test-blk .shape1,
.test-blk .shape2,
.testimonial-block,
.testimonial-sec .testi-img,
.top-wrap1,
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative
}

*,
li,
ol,
ul {
    margin: 0
}

.mobile-menu-visible,
.page-wrapper {
    overflow: hidden
}

.mobile-menu .navigation li,
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.counter,
.counter:before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%)
}

.main-timeline1 .timeline-content:hover,
a {
    text-decoration: none
}

* {
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

:root {
    --color-default: #474747;
    --color-primary: #347e79;
    --color-secondary: #132973
}

.appt-points ol li:last-child::before,
.appt-points ol li:nth-child(5)::before,
.bread-cumb-section ul li:last-child:before,
.inner_blog_row .col-md-10:last-child:before,
.mobile-view {
    display: none
}

body {
    font-size: 16px;
    color: #202020;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif
}

.footer-about p a,
.header-top-social ul li a,
.main-menu .navigation>li .active,
.ratings,
a,
a:focus,
a:hover,
a:visited {
    color: var(--color-primary)
}

a {
    cursor: pointer
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    background: 0 0;
    line-height: 1.2em
}

img {
    max-width: 100%;
    height: auto
}

li,
ul {
    list-style: none;
    padding: 0
}

li,
ol {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    position: relative
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: repeat;
    background-size: 5%;
    opacity: .5
}

.top-wrap {
    position: relative;
    height: 100vh
}

.header-main {
    position: absolute;
    width: 100%;
    z-index: 5
}

.header-one .container {
    position: relative;
    max-width: 1215px
}

.header-one .lower-box {
    position: relative;
    height: 100%
}

.lower-box .logo {
    top: 0;
    position: absolute;
    display: inline-block;
    z-index: 999;
    width: 200px
}

.lower-box .nav-outer {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 0;
    padding: 0;
    margin-top: 0
}

.lower-box .col-md-2:nth-child(3) .logo {
    top: 16px;
    width: 223px;
    left: -30px
}

.lower-box .col-md-8:nth-child(2) {
    text-align: center
}

.main-menu {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 45px 0 0;
    top: 0
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 11px;
    border-radius: 24px 0 1px 24px
}

.main-menu .navigation>li {
    position: relative;
    display: inline-table
}

.header-contact ul li,
.header-menu-nav ul li,
.header-top-social ul li,
.logins_section,
.logins_section span {
    display: inline-block
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    border-right: 0px;
    padding: 8px 12px;
    opacity: 1;
    color: #000
}

.main-menu li .submenu {
    position: absolute;
    width: 150px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #f2fcff;
    z-index: 25;
    box-shadow: 0 3px 3px #6e6e6e;
    right: -42px;
    padding: 14px;
    text-align: left
}

.main-menu li .submenu li {
    display: block
}

.main-menu li .submenu li a {
    padding: 3px 5px;
    border-bottom: 1px solid #a2a2a27a;
    display: block;
    font-weight: 500;
    text-transform: initial;
    color: #fff;
    font-size: 14px;
    transition: .5s;
    position: relative
}

.main-menu li .submenu li a:before {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    font-size: 15px;
    color: #fff;
    left: 0;
    opacity: 0;
    transition: .5s ease-out;
    top: 2px;
    bottom: 0;
    margin: auto
}

.main-menu .navigation>li>ul>li>a:hover:before,
.main-menu li .submenu li a:hover:before {
    opacity: 1;
    left: 20px
}

.main-menu li .submenu li a:hover {
    padding-left: 40px;
    background: var(--color-primary);
    color: #fff
}

.main-menu li:hover>.submenu.mega-menu {
    width: 640px
}

.main-menu li:hover>.submenu {
    left: -200px
}

.mega-menu .row .col-md-6 {
    border-right: 1px dashed #a2a2a27a
}

.mega-menu .col-md-6:first-child li:last-child a,
.mega-menu .col-md-6:nth-child(2) li:last-child a {
    border-bottom: 0
}

.header-contact ul li:nth-child(2) a,
.mega-menu .row .col-md-6:last-child {
    border-right: 0px
}

.header-top {
    position: relative;
    background: var(--color-primary);
    min-height: 50px
}

.header-top .container {
    max-width: 1060px
}

.header-top-social {
    position: absolute;
    right: 129px;
    top: 13px
}

.header-contact,
.header-menu-nav {
    top: 14px;
    position: absolute
}

.header-top-social ul li a {
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 18px;
    display: block
}

.header-menu-nav {
    right: 379px
}

.header-contact ul li a,
.header-menu-nav ul li a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px dashed
}

.logins_section {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 10px
}

.logins_section span {
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    background: var(--color-secondary)
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 5
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0
}

.mobile-menu,
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px
}

.mobile-menu {
    width: 300px;
    max-width: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    width: 100%;
    background-color: var(--color-default);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    z-index: 1
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--color-secondary);
    padding: 45px 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu .navigation li>a,
.mobile-menu .navigation li>a:before {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover,
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block
}

.mobile-menu .navigation li>ul>li {
    border-top: 1px solid
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s
}

.mobile-menu .navigation li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    transition: .5s
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
    position: relative;
    color: var(--color-secondary)
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    background: var(--color-primary);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5
}

.main-menu .navigation>li>a:hover {
    color: var(--color-primary);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    background: #fff
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .social-links li a:hover {
    color: #ddd
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    left: 0;
    width: 215px;
    opacity: 0;
    z-index: 100;
    background-color: var(--color-secondary);
    box-shadow: 0 0 5px #a5a5a5;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .5s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.sec-head-shape::after,
.sec-head-shape::before {
    transform: rotate(45deg);
    content: " ";
    width: 8px;
    height: 8px
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeebeb7a
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
    background: var(--color-primary);
    padding-left: 40px
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: left;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-transform: capitalize
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation .cstmwidth1 {
    width: 160px
}

.main-menu .navigation .cstmwidth {
    width: 105px
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    font-size: 15px;
    color: #fff;
    left: 0;
    opacity: 0;
    transition: .5s ease-out;
    top: 5px;
    bottom: 0;
    margin: auto
}

.scroll-to-top,
.serv-scroll .owl-dot {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.banner-one__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.slide-one {
    background-image: url(../gallery/banner.jpg);
    position: relative
}

.scroll-to-top,
.scroll-to-top:hover {
    background: linear-gradient(to right, var(--color-primary), var(--color-secondary))
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    transition: .3s
}

.abt-btn:hover,
.main-timeline .timeline:before,
.main-timeline .timeline:nth-child(2n) .icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before,
.sec-head-shape::after,
.sec-head-shape::before,
.top-border {
    background: var(--color-primary)
}

.top-border {
    position: relative;
    width: 70%;
    height: 5px;
    margin: auto;
    border-radius: 20px
}

.sec-head h3 {
    font-weight: 400;
    font-size: 20px
}

.sec-head h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--color-secondary);
    margin: 5px 0
}

.sub-sec-head h2 {
    text-transform: capitalize;
    line-height: 45px
}

.sec-head p {
    border-top: 1px dashed var(--color-default);
    display: inline-block;
    border-bottom: 1px dashed var(--color-default);
    color: var(--color-primary);
    font-weight: 500
}

.sub-sec-head p {
    border-top: 0;
    border-bottom: 0;
    color: var(--color-default);
    font-weight: 400
}

.sec-head-shape {
    position: relative;
    width: 20%;
    height: 2px;
    background: linear-gradient(to right, var(--color-secondary), #ffffff00, var(--color-secondary));
    margin: 12px auto;
    top: 0
}

.sec-cricle,
.sec-head-shape::after,
.sec-head-shape::before {
    top: 0;
    margin: auto;
    position: absolute;
    bottom: 0
}

.sec-cricle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    right: 0;
    border: 3px solid var(--color-secondary)
}

.abt-sec,
.mvv-sec,
.testimonial-sec {
    position: relative;
    margin-bottom: 100px
}

.sec-head-shape::before {
    left: 0
}

.sec-head-shape::after {
    right: 0
}

.abt-sec {
    padding-top: 50px
}

.abt-matter p {
    line-height: 30px;
    font-size: 16px;
    text-align: justify
}

.abt-btn {
    background: var(--color-secondary);
    color: #fff !important;
    padding: 4px 10px 5px;
    transition: .3s
}

.mvv-block::before {
    content: " ";
    position: absolute;
    width: 270px;
    height: 270px;
    background: var(--color-secondary);
    border-radius: 50%;
    left: -10px;
    z-index: -1;
    top: -25px;
    box-shadow: 0 5px 10px #2f2f2f inset
}

.ad-txt h2::after,
.ad-txt h2::before,
.extras-blk::after {
    background-repeat: no-repeat
}

.mvv-block::after {
    content: "";
    position: absolute;
    width: 106%;
    height: 101%;
    border-radius: 999px;
    left: -6px;
    z-index: -99;
    top: 8px;
    border: 1px solid var(--color-secondary)
}

.mvv-block {
    position: relative;
    padding: 47px 23px 54px;
    background: #f5f5f5;
    border-radius: 999px;
    margin: 0 50px;
    box-shadow: 0 4px 16px #c2c2c2
}

.mvv-block h2 {
    font-size: 23px;
    color: var(--color-secondary);
    margin: 5px 0;
    border-bottom: 1px solid;
    display: inline-block
}

.mvv-block p {
    margin-bottom: 0;
    font-size: 15px
}

.mvv-block img {
    width: 70px;
    margin-bottom: 6px
}

.extras-sec {
    position: relative;
    margin-bottom: 60px
}

.extras-sec .extras-blk {
    position: relative;
    padding: 45px 25px;
    margin-bottom: 83px
}

.ad-txt h2::after,
.ad-txt h2::before,
.extras-blk::after,
.extras-blk::before {
    position: absolute;
    content: ""
}

.extras-blk::after {
    height: 100%;
    width: 100%;
    background-image: url(../gallery/extra-bg.jpg);
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1
}

.extras-blk::before {
    height: 106%;
    width: 100%;
    top: -5px;
    left: 0;
    border: 1px solid var(--color-secondary);
    border-left: 0;
    border-right: 0px;
    z-index: -1
}

.appt-sec h2,
.extras-sec .extras-txt {
    color: #fff;
    text-align: center
}

.extras-txt h2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 62px
}

.extras-txt p,
.f-ad p,
.testimonial-sec .test-blk p {
    margin-bottom: 0
}

.extras-blk .col-md-3 {
    padding: 0
}

.extras-blk .col-md-3:first-child,
.extras-blk .col-md-3:nth-child(2),
.extras-blk .col-md-3:nth-child(3) {
    border-right: 1px solid #fff
}

.emg-call img,
.footer-logo img {
    width: 150px
}

.emg-call h2,
.f-ad p,
.footer_section a {
    color: var(--color-default)
}

.ad-txt h2,
.emg-call a {
    color: var(--color-secondary)
}

.emg-call a {
    font-size: 35px;
    font-weight: 600
}

.extras-sec .ad-txt {
    position: relative;
    margin: 0 0 10px
}

.ad-txt h2 {
    font-weight: 500;
    text-align: center;
    padding: 0 25px;
    position: relative
}

.ad-txt h2::before {
    height: 75px;
    width: 75px;
    background-image: url(../gallery/lq.png);
    background-size: contain;
    opacity: .2;
    top: -59px;
    left: -4px
}

.ad-txt h2::after {
    height: 75px;
    width: 75px;
    background-image: url(../gallery/rq.png);
    background-size: contain;
    opacity: .2;
    bottom: -42px;
    right: 16px
}

.serv-sec {
    position: relative;
    margin-bottom: 85px;
    padding: 75px 0
}

.serv-icon,
.serv-sec::after,
.serv-shape::before {
    position: absolute;
    left: 0
}

.serv-sec .sec-head h3,
.serv-sec .sub-sec-head h2,
.serv-sec .sub-sec-head p {
    color: #fff
}

.appt-sec .sec-cricle,
.serv-sec .sec-cricle {
    border: 3px solid #fff
}

.serv-sec .sec-head-shape {
    background: linear-gradient(to right, #fff, #fff0, #fff)
}

.serv-sec::after,
.test-blk .shape1::before,
.test-blk .shape2::after {
    background-position: center;
    background-repeat: no-repeat
}

.serv-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../gallery/ser-bg.jpg);
    background-size: cover;
    z-index: -2;
    top: 0
}

.serv-shape::before {
    content: " ";
    width: 270px;
    height: 270px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    right: 0;
    top: -240px;
    bottom: 0;
    margin: auto;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    z-index: -1
}

.serv-scroll .owl-item.center.active .serv-icon {
    opacity: 1
}

.serv-icon img {
    width: 50px !important;
    margin: auto;
    filter: brightness(0) invert(1);
    padding: 8px 4px
}

.serv-icon {
    right: 0;
    bottom: -65px;
    margin: auto;
    width: fit-content;
    opacity: 0;
    transition: .5s ease-in-out
}

.serv-inner-icon {
    width: 60px;
    height: 60px;
    color: #fff;
    background: linear-gradient(to right, var(--color-primary), var(--color-primary));
    border-radius: 50%
}

.doc-txt a,
.subscribe-block {
    background-color: var(--color-secondary)
}

.serv-row {
    padding-top: 30px
}

.serv-scroll .owl-dots,
.testimonial-scroll .owl-dots,
.video-scroll .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.serv-scroll .owl-dot {
    position: relative;
    display: inline-block;
    width: 21px;
    border: 3px solid #fff;
    opacity: 1;
    margin: -13px 2px;
    transition: .3s;
    background: var(--color-secondary)
}

.serv-scroll .owl-dot.active,
.serv-scroll .owl-dot:hover,
.testimonial-scroll .owl-dot.active,
.testimonial-scroll .owl-dot:hover,
.video-scroll .owl-dot.active,
.video-scroll .owl-dot:hover {
    opacity: 1;
    border: 3px solid var(--color-primary)
}

.serv-title {
    position: absolute
}

.extras-sec .emg-timings h2 {
    color: var(--color-secondary);
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    padding: 7px 32px;
    margin-top: 15px;
    border-left: 4px solid var(--color-primary);
    border-right: 4px solid var(--color-primary);
    background: #fff;
    position: relative;
    margin-bottom: 7px
}

.extras-sec .emg-timings h2::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
    z-index: -1;
    left: 0;
    top: 0
}

.emg-timings p {
    font-size: 20px;
    margin-top: 5px;
    line-height: 33px
}

.testimonial-block::before {
    content: " ";
    position: absolute;
    width: 600px;
    height: 600px;
    background: linear-gradient(to left, #ecf7f7, #ffffff00);
    right: 0;
    z-index: -1;
    border-radius: 50%;
    top: -140px
}

.doc-img img,
.testi-img img {
    border: 9px solid #f4f4f4;
    box-shadow: 0 0 10px #0000002e
}

.testimonial-row {
    padding-top: 40px
}

.testimonial-scroll .owl-dot,
.video-scroll .owl-dot {
    position: relative;
    display: inline-block;
    width: 21px;
    border: 3px solid var(--color-secondary);
    opacity: 1;
    margin: 0 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: var(--color-secondary)
}

.testi-img img {
    width: 450px
}

.testimonial-sec .test-blk {
    position: relative;
    padding-left: 42px;
    margin-top: 45px
}

.testimonial-sec .test-blk h2 {
    color: var(--color-primary);
    position: relative
}

.test-blk .shape2 {
    margin-bottom: 25px
}

.test-blk .shape1::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../gallery/lq1.png);
    left: 0;
    top: -54px;
    margin: auto;
    background-size: contain;
    background-color: #fff
}

.test-blk .shape1::after,
.test-blk .shape2::before {
    height: 2px;
    background-color: #353535;
    position: absolute;
    content: ""
}

.test-blk .shape1::after {
    width: 95%;
    left: 0;
    top: -22px;
    z-index: -1
}

.test-blk .shape2::before {
    width: 100%;
    right: 0;
    top: 21px
}

.test-blk .shape2::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(../gallery/rq1.png);
    background-color: #edf7f7;
    right: 0;
    top: 0;
    margin: auto;
    background-size: contain
}

.faq-sec {
    position: relative;
    margin-bottom: 90px
}

.doc-img img {
    margin-bottom: 15px
}

.extras-sec .doc-txt {
    position: relative;
    margin-bottom: 25px
}

.doc-txt h2 {
    text-transform: uppercase;
    color: var(--color-secondary);
    font-size: 40px
}

.doc-txt h3 {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 600
}

.doc-txt p {
    font-size: 18px;
    color: var(--color-default);
    font-weight: 500;
    margin-bottom: 9px;
    margin-top: 3px;
    line-height: 25px
}

.doc-txt a {
    color: #fff;
    padding: 3px 15px 4px;
    border-radius: 32px
}

.main-timeline {
    overflow: hidden;
    position: relative
}

.main-timeline .timeline:after,
.main-timeline .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline .timeline:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 42%;
    bottom: 0;
    right: 0;
    z-index: 2
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    margin: auto 0;
    top: 0;
    position: absolute;
    bottom: 0;
    background: var(--color-primary)
}

.main-timeline .timeline-icon {
    width: 24px;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
    position: absolute;
    top: 0;
    left: 71%;
    z-index: 1;
    transform: translateX(-50%)
}

.main-timeline .timeline-icon:before {
    width: 47px;
    height: 4px;
    left: 24px
}

.main-timeline .timeline-icon:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 70px
}

.main-timeline .timeline-content {
    width: 73%;
    padding: 30px 40px 30px 50px
}

.main-timeline .title {
    font-size: 23px;
    font-weight: 600;
    color: var(--color-secondary);
    margin: 0 0 7px
}

.main-timeline .description {
    font-size: 15px;
    color: var(--color-default);
    line-height: 27px;
    margin: 0
}

.main-timeline .icon {
    height: auto;
    padding-left: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.main-timeline .icon i {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 87px;
    border-radius: 50%;
    background: var(--color-primary);
    font-size: 54px;
    color: #fff;
    text-align: center;
    margin-right: 20px
}

.main-timeline .year {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    color: #797979;
    position: relative;
    top: -6px
}

.main-timeline .timeline:nth-child(2n):before {
    left: -42%
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-radius: 12px 0 0 12px;
    left: 29%;
    background: linear-gradient(to top, var(--color-primary), var(--color-secondary))
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    left: -47px
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:after {
    left: -62px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: right;
    padding: 30px 80px 30px 40px
}

.main-timeline .timeline:nth-child(2n) .icon {
    padding: 0 100px 0 0;
    text-align: right;
    right: auto;
    left: 0
}

.main-timeline .timeline:nth-child(2n) .icon i {
    float: right;
    margin: 0 0 0 20px
}

.main-timeline .timeline:nth-child(2n) .year {
    top: 24px
}

.main-timeline .timeline:nth-child(2n) .title {
    color: var(--color-secondary)
}

@media only screen and (max-width:767px) {

    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before {
        margin: 0 auto;
        top: 4px;
        left: 0;
        right: 0
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        width: 100%;
        height: 24px;
        border-radius: 0 0 12px 12px;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
        width: 4px;
        height: 20px;
        margin: 0 auto;
        top: auto;
        left: 0;
        bottom: -20px;
        right: 0
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(2n) .timeline-icon:after {
        margin: 0 auto;
        top: auto;
        left: 0;
        bottom: -32px;
        right: 0
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        float: none;
        width: 100%;
        padding: 140px 20px 30px;
        text-align: center
    }

    .main-timeline .icon,
    .main-timeline .timeline:nth-child(2n) .icon {
        width: 100%;
        text-align: center;
        padding: 0;
        top: 55px;
        right: 0;
        transform: translateY(0)
    }

    .main-timeline .icon i,
    .main-timeline .timeline:nth-child(2n) .icon i {
        float: none;
        width: 70px;
        height: 70px;
        line-height: 74px;
        font-size: 44px;
        margin: 0
    }

    .main-timeline .timeline:nth-child(2n) .year {
        top: -6px
    }
}

.footer_section {
    position: relative;
    color: var(--color-default)
}

.bottom-footer p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    background: var(--color-secondary);
    padding: 10px 15px
}

.bottom-footer a {
    color: var(--color-primary) !important;
    font-weight: 700
}

.footer_section .footer_top {
    position: relative;
    padding: 15px 10px 10px
}

.footer_section .footer_top h2 {
    color: var(--color-secondary);
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid
}

.footer-logo {
    position: relative;
    margin-bottom: 10px
}

.footer-widget__social {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 1
}

.footer-widget__social::before {
    content: " ";
    position: absolute;
    width: 60%;
    height: 6px;
    background: linear-gradient(to right, var(--color-primary), #ffffff00, var(--color-primary));
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    right: 0
}

.footer-widget__social h3 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-right: 8px
}

.footer-widget__social ul {
    display: inline-flex;
    list-style: none;
    margin: 0 8px;
    border-radius: 5px
}

.footer-widget__social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: var(--color-default);
    background-color: #fff;
    margin: 0 4px;
    box-shadow: 0 0 5px #6464649e;
    font-size: 18px
}

.footer-widget__social li a img {
    width: 17px;
}

.footer-widget__social li a:hover img {
    filter: brightness(0)invert(1);
}

.footer-widget__social li a:hover {
    color: #fff;
    background: var(--color-primary)
}

.footer-about p {
    font-size: 16px;
    line-height: 31px;
    margin: 0;
    padding: 0 0 25px
}

.footer-section .f-ad i,
.footer_section .f-call i,
.footer_section .f-mail i {
    margin-right: 4px;
    font-size: 15px
}

.footer_section .f-ad {
    padding-top: 6px;
    border-top: 1px dashed #000;
    margin-bottom: 7px !important
}

.footer_section .f-call {
    border-right: 1px dashed #000;
    left: 17px;
    position: relative
}

.footer_section .f-ad,
.footer_section .f-call,
.footer_section .f-mail {
    text-align: center;
    margin-bottom: 17px
}

.f-reach {
    margin-top: 15px
}

.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0;
    border: 0;
    overflow: hidden
}

.widget_services ul li a {
    position: relative;
    padding: 2px 0 0 12px;
    display: block;
    margin-left: 0;
    transition: .5s;
    font-size: 16px
}

.widget_services ul li a:hover {
    margin-left: 10px;
    color: var(--color-primary)
}

.widget_services ul li a:before {
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 8px;
    top: 3px;
    color: #3a3a3a
}

.subscribe-block {
    position: relative;
    padding: 25px 20px;
    margin: 30px 0 15px;
    border-radius: 12px
}

.subscribe-block::before {
    content: "";
    position: absolute;
    height: 112%;
    width: 95%;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    border-top: 2px solid var(--color-default);
    border-bottom: 2px solid var(--color-default);
    margin: auto
}

.sub-title h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px
}

.subscribe-input {
    position: relative;
    margin-top: 8px
}

.sub-title p {
    margin: 0;
    color: #fff;
    font-size: 14px
}

.subscribe-input .form-control {
    height: 58px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: var(--color-secondary)
}

.subscribe-input .form-control::placeholder {
    color: #6b6b6b
}

.subscribe-input .btn {
    position: absolute;
    top: 6px;
    right: 8px;
    background: var(--color-primary);
    border: none;
    border-radius: 0;
    padding: 11px 16px;
    color: #fff
}

.serv-main-box,
.v-text {
    position: relative;
    text-align: center
}

.doc-talks iframe {
    width: 100%;
    height: 440px;
    border: 8px solid #f4f4f4;
    box-shadow: 0 0 10px #0000002e
}

.doc-talks h2 {
    color: var(--color-secondary);
    text-transform: capitalize;
    border-bottom: 1px dashed;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 40px
}

.quick-links {
    background: #fff;
    padding: 40px 41px;
    border-radius: 15px;
    margin-top: -35px;
    box-shadow: 0 0 8px #ccc;
    position: relative;
    margin-bottom: 30px
}

.quick-links::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/footer-bg.jpg);
    background-position: center;
    left: 0;
    top: 0;
    border-radius: 15px;
    opacity: .2;
    background-size: cover;
}

.footer-btm {
    margin-bottom: 5px
}

.blog_section {
    margin-bottom: 100px;
    position: relative
}

.blog_icon {
    position: absolute;
    left: 10%;
    top: 141px;
    opacity: .5
}

.blog_icon2 {
    left: initial;
    top: initial;
    right: 11%;
    bottom: -23px
}

._blogrow .col-md-4:first-child,
._blogrow .col-md-4:nth-child(3) {
    margin-top: -102px
}

.blogs {
    position: relative;
    text-align: center;
    box-shadow: 0 10px 10px #ccc
}

._blog_info,
.blog_date,
.blogs::before {
    position: absolute;
    left: 0
}

.blogs::before {
    content: "";
    width: 100%;
    height: 63%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #191919);
    bottom: 0;
    z-index: 1
}

.blo_img img {
    filter: grayscale(1);
    transition: .8s ease-in-out
}

.counter-icon img,
.main-serv-icon img,
.service-icon img {
    filter: brightness(0) invert(1)
}

.blogs:hover .blo_img img {
    filter: grayscale(0)
}

._blog_info {
    display: block;
    bottom: 21px;
    right: 0;
    padding: 0 20px;
    z-index: 1
}

._blog_info h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 500
}

._blog_info a {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid;
    padding: 2px 12px;
    border-radius: 30px;
    margin-top: 10px
}

.blog_date {
    top: 0;
    right: 0;
    color: #000;
    background: #f7c5d7;
    padding: 2px 11px;
    width: 141px;
    margin: auto;
    font-weight: 600
}

.testimonial-btm-btn {
    margin-top: 30px
}

.testimonial-btm-btn a {
    background: var(--color-secondary);
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px
}

.counter h3,
.main-serv-desc h3,
.serviceBox .title {
    text-transform: uppercase
}

.testimonial-btm-btn i {
    margin-left: 5px;
    font-size: 20px;
    position: relative;
    top: 1px
}

.social-icons {
    position: absolute;
    bottom: 30px;
    left: 15px
}

.social-icons::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 377px;
    left: -258px;
    background-color: var(--color-primary);
    top: -15px
}

.social-icons li {
    display: inline-block;
    z-index: 99
}

.social-icons li a {
    position: relative;
    display: block;
    font-size: 16px;
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 22%;
    line-height: 29px;
    margin: 3px 1px
}

.social-icons li a img {
    width: 14px;
}

.social-icons span {
    font-weight: 500;
    position: absolute;
    top: -26px;
    font-size: 19px;
    right: 17px;
    color: var(--color-default)
}

.appt-sec {
    position: relative;
    min-height: 400px;
    margin-bottom: 100px
}

.appt-blk {
    position: relative;
    background-color: var(--color-secondary);
    padding: 40px 0 30px;
    border-radius: 12px
}

.app-shape,
.app-shape1 {
    width: 9%;
    height: 35%;
    background: var(--color-primary);
    position: absolute;
    z-index: -1
}

.appt-blk::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/appt-bg.jpg);
    left: 0;
    bottom: 0;
    border-radius: 12px
}

.app-shape {
    bottom: 19px;
    left: -25px;
    border-radius: 40px 0 0 40px
}

.app-shape1 {
    top: 19px;
    right: -25px;
    border-radius: 0 40px 40px 0
}

.appointment-form,
.counter {
    text-align: center;
    z-index: 1
}

.appt-sec .sec-head-shape {
    background: linear-gradient(to right, #fff, #ffffff00, #fff)
}

.appt-points ol {
    list-style-type: disc
}

.appt-points ol li {
    display: inline-flex;
    padding: 0 10px;
    color: #fff;
    margin: 6px 0;
    position: relative
}

.appt-points ol li::before {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto
}

.appointment-form {
    position: relative;
    border-radius: 2px;
    padding: 42px 50px 0;
    border-right: 0px
}

.appointment-form p {
    padding-top: 10px
}

.appointment-form .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 2px 11px;
    font-weight: 500;
    overflow: hidden;
    min-width: 110px;
    border-radius: 30px;
    border: none;
    background: var(--color-primary);
    color: #fff;
    margin-top: 25px;
    cursor: pointer
}

.appointment-form textarea.form-control {
    height: 91px
}

.appointment-form .form-control::placeholder {
    color: #fff
}

.appointment-form .form-control:focus {
    color: #fff;
    background-color: #ffffff00;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 10px #009adf
}

.appointment-form .form-control,
.bread-cumb-section ul li a,
.main-serv-desc h3 a,
.serv-down-content h2 a {
    color: #fff
}

.video-block {
    margin: 10px
}

.doc-right-block::before {
    content: " ";
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(to bottom, #ecf7f7, #ffffff00);
    border-radius: 50%;
    top: -99px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto
}

.web-shape {
    position: absolute;
    opacity: .2;
    top: -113px;
    left: -115px;
    transform: skew(1deg, 10deg)
}

.web-shape1 {
    position: absolute;
    opacity: .2;
    bottom: 0;
    right: -115px;
    transform: skew(-1deg, -10deg)
}

.counter {
    background: #021a6d;
    width: 200px;
    padding: 0 15px 60px;
    margin: 0 auto 30px;
    position: relative
}

.counter:before {
    content: "";
    background-image: url(../gallery/services/Acute-kidney-disease.jpg);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    opacity: .8
}

.main-serv-desc,
.serv-middle-content::after,
.serv-middle-content::before {
    right: 0;
    margin: auto;
    position: absolute
}

.counter .counter-icon {
    color: #fff;
    background: inherit;
    font-size: 30px;
    padding: 10px;
    margin: 0 0 28px;
    border-radius: 0 0 50% 50%/0 0 100% 100%
}

.counter-icon img {
    width: 50px
}

.counter h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 600;
    display: block
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px
    }
}

.main-serv-img::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    bottom: 0;
    z-index: 1;
    transition: .6s;
    left: 0;
    right: 0;
    margin: auto
}

.main-serv-img {
    position: relative;
    width: 220px;
    overflow: hidden;
    margin: auto
}

.main-serv-img img {
    width: 220px !important;
    transition: .8s ease-in-out
}

.main-outer-serv {
    position: relative;
    width: 232px;
    margin: auto;
    border: 6px solid #fff;
    border-radius: 8px
}

.main-serv-icon {
    width: 90px;
    height: 90px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: -42px auto 0;
    line-height: 75px;
    position: relative;
    border: 6px solid #f5f5f5;
    z-index: 1
}

.main-serv-icon img {
    width: 46px !important;
    margin: 15px auto
}

.main-serv-desc {
    left: 0;
    bottom: 130px;
    transition: .6s;
    z-index: 2;
    padding: 0 20px
}

.serv-middle-content,
.serviceBox {
    position: relative;
    text-align: center
}

.main-serv-desc h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 10px
}

.main-serv-desc i {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: var(--color-default);
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 5px #6464649e;
    font-size: 18px
}

.serv-middle-content {
    margin: 40px 100px 55px
}

.serv-middle-content::before {
    content: " ";
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #ffffff00, #fff, #ffffff00);
    bottom: -39px;
    left: 0;
    border-radius: 40px
}

.serv-middle-content::after {
    content: " ";
    width: 15px;
    height: 15px;
    background: #fff;
    bottom: -43px;
    left: 0;
    transform: rotate(45deg);
    border: 3px solid var(--color-primary)
}

.serv-middle-content h2 {
    color: #fff;
    font-weight: 400;
    line-height: 43px;
    border-top: 1px solid;
    padding-top: 7px
}

.service-icon img {
    width: 53px !important;
    margin: 20px auto
}

.serviceBox {
    padding: 0 0 30px 20px;
    margin: 0 35px
}

.serviceBox:before {
    content: "";
    border: 3px dotted #fff;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right: none;
    border-radius: 30px 0 0 30px;
    position: absolute;
    width: 35%;
    top: 90px;
    bottom: 7px;
    left: 0
}

.service-inner-content::after,
.service-inner-content:before {
    bottom: auto;
    background-color: rgba(255, 255, 255, .1);
    transition: .6s;
    content: "";
    z-index: 1
}

.serviceBox .service-icon {
    font-size: 48px;
    line-height: 95px;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
    border: 3px solid #fff;
    position: relative;
    color: #fff;
    transition: .6s
}

.serviceBox:hover .service-icon {
    transform: rotate(360deg)
}

.serviceBox .service-icon i {
    line-height: inherit
}

.serviceBox .service-content {
    padding: 10px;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3)
}

.serviceBox .service-content:after,
.serviceBox .service-content:before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 86px;
    left: 35%
}

.serviceBox .service-content:after {
    border-radius: 0;
    transform: rotate(45deg);
    top: auto;
    bottom: 4px
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px
}

.serviceBox .description {
    color: #0e0e0e;
    font-size: 14px;
    line-height: 23px
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0
    }
}

.service-content img {
    transition: .6s ease-in-out
}

.serv-down-content h2 {
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    margin-top: 10px
}

.service-inner-content {
    position: relative;
    overflow: hidden
}

.service-inner-content:before {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px
}

.service-inner-content::after {
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 100%
}

.serv-main-box:hover .service-inner-content:before {
    top: 100%
}

.serv-main-box:hover .service-inner-content::after {
    left: 100%
}

.serv-main-box:hover .service-inner-content img {
    transform: scale(1.1);
    filter: grayscale(1);
    -webkit-filter: grayscale(1)
}

.bread-cumb-section {
    position: relative;
    padding: 155px 0 32px;
    text-align: center;
    background: linear-gradient(to bottom, #c5f7f366, transparent)
}

.bread-cumb-section h1 {
    color: var(--color-secondary); 
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600
}

._blog_nav h4,
.abt-doc-info h2,
.c_info_list h2,
.contact-form h2,
.sec-head h1 {
    text-transform: uppercase
}

.bread-cumb-section ul {
    display: inline-flex;
    padding: 6px 9px;
    position: relative;
    background: var(--color-secondary);
    border-radius: 30px;
    border-bottom: 4px solid var(--color-primary)
}

.bread-cumb-section ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 0 14px;
    font-size: 17px
}

.bread-cumb-section ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    right: -5px;
    top: 9px
}

.inner-section {
    position: relative;
    min-height: 47vh;
    padding: 147px 0 80px
}

.abt-inner-matter p,
.serv-matter p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px
}

.serv-matter .serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0 0 10px #9f9f9f
}

.ol_styles {
    padding: 0 0 0 20px
}

.ol_styles li {
    position: relative;
    padding-left: 1px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
    list-style: disc
}

.serv-matter h2 {
    color: var(--color-secondary);
    font-size: 23px;
    margin: 15px 0 8px
}

.serv-matter h3 {
    color: var(--color-primary);
    font-size: 20px;
    margin: 15px 0
}

.inner-section1 {
    position: relative;
    padding: 50px 0
}

.accordion {
    background-color: #f0f4ff;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    margin-bottom: 10px
}

.accordion-header {
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    padding: 8px
}

.accordion-header h3 {
    max-width: 100%;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    display: inline;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-secondary);
    margin: 0px;
}

.accordion-body {
    color: #333;
    font-size: 14px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .3s
}

.accordion-body.active {
    height: 100%;
    opacity: 1;
    padding: 5px
}

.arrow {
    transition: transform .2s linear
}

.accordion:has(.active) .arrow {
    transform: rotate(180deg)
}

._vid_block iframe {
    width: 100%;
    height: 230px;
    border: 7px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 15px #b9b9b9
}

.abt-inner-img img {
    border: 9px solid #fff;
    box-shadow: 0 0 10px #7b7b7b
}

.abt-doc-info h2 {
    position: relative;
    color: var(--color-secondary);
    font-size: 31px;
    margin: 10px 0 7px;
    font-weight: 600;
    border: 1px solid;
    display: inline-block;
    border-right: 0px;
    border-left: 0
}

.abt-doc-info h3,
.abt-doc-info h4 {
    margin-bottom: 5px;
    font-weight: 500
}

.abt-doc-info {
    position: relative;
    margin-top: 15px
}

.abt-doc-info h3 {
    font-size: 19px;
    color: var(--color-primary)
}

.abt-doc-info h4 {
    font-size: 16px;
    color: #333
}

.abt-side-inner h2 {
    color: var(--color-secondary);
    font-size: 23px;
    margin: 15px 0;
    border-left: 5px solid var(--color-primary);
    background: #ecf0ff;
    padding: 4px 22px 4px 10px;
    display: inline-block;
    font-weight: 500;
    border-radius: 0 20px 20px
}

.c_add_block i,
.g-icon {
    margin-bottom: 10px;
    position: relative
}

.main-timeline1 {
    padding: 25px 0 0
}

.main-timeline1:after {
    content: '';
    display: block;
    clear: both
}

.main-timeline1 .timeline1 {
    width: 70%;
    padding: 32px 18px 0 0;
    margin: 0 5px 35px 0;
    float: left
}

.main-timeline1 .timeline-content {
    text-align: center;
    min-height: 140px;
    padding: 20px;
    border: 2px solid var(--color-secondary);
    border-radius: 20px;
    display: block;
    position: relative;
    box-shadow: 0 0 6px #ccc;
    background: #fafbff
}

.main-timeline1 .bg-diff .timeline-content {
    background: #f4fffe
}

.main-timeline1 .bg-diff .timeline-icon {
    background: linear-gradient(to top, #f4fffe, #fff)
}

.main-timeline1 .timeline-year {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    right: -57px;
    top: 50%
}

.main-timeline1 .timeline-icon {
    color: var(--color-secondary);
    font-size: 70px;
    text-shadow: -5px 5px 10px rgba(0, 0, 0, .2);
    position: absolute;
    left: 20px;
    top: -51px;
    z-index: 1;
    background: linear-gradient(to top, #fafbff, #fff);
    padding: 14px
}

.main-timeline1 .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px
}

.main-timeline1 .description {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    color: #333
}

.main-timeline1 .timeline1:nth-child(2n) {
    float: right;
    padding: 32px 0 0 18px;
    margin: 0 0 35px 5px
}

.main-timeline1 .timeline1:nth-child(2n) .timeline-year {
    right: auto;
    left: -61px
}

.main-timeline1 .timeline1:nth-child(2n) .timeline-icon {
    left: auto;
    right: 20px
}

@media screen and (max-width:576px) {

    .main-timeline1 .timeline1,
    .main-timeline1 .timeline1:nth-child(2n) {
        width: 100%;
        padding: 33px 0 0;
        margin: 0 0 30px
    }

    .main-timeline1 .timeline-year,
    .main-timeline1 .timeline1:nth-child(2n) .timeline-year {
        transform: translateX(0) translateY(0);
        top: -33px;
        left: auto;
        right: 20px
    }

    .main-timeline1 .timeline1:nth-child(2n) .timeline-year {
        right: auto;
        left: 20px
    }
}

.g-icon i {
    font-size: 50px
}

.g-ratings i {
    font-size: 16px
}

.g-icon {
    color: #13297333
}

.main-timeline1 .bg-diff .g-icon {
    color: #347e7933
}

.c_add_block {
    position: relative;
    text-align: center;
    background: linear-gradient(to top, var(--color-secondary), var(--color-primary));
    padding: 36px 35px;
    color: #ccc
}

.c_add_block::before {
    content: "";
    position: absolute;
    width: 94%;
    height: 96%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px dashed #fff;
    margin: auto;
    border-radius: 10px
}

.c_info_list {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 17px;
    margin-bottom: 18px
}

.c_info_list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.c_add_block i {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #333;
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid #ccc;
    line-height: 49px
}

.c_info_list h2 {
    font-size: 22px;
    color: #fff
}

.c_info_list h3 {
    font-size: 18px;
    color: #eee
}

.c_info_list p {
    margin: 0;
    color: #eee
}

.contact-form {
    position: relative;
    text-align: center;
    padding: 0
}

.contact-form h2 {
    margin-bottom: 16px;
    color: var(--color-secondary);
    font-size: 33px
}

.contact-form .form-control {
    height: 49px;
    background-color: #e3faf9;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 16px
}

.contact-form textarea.form-control {
    height: 95px
}

.contact-form .btn-danger {
    color: #fff;
    background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
    border-color: initial
}

.c_map {
    position: relative;
    z-index: 1
}

.c_map::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 111%;
    left: 80%;
    top: 0;
    z-index: -1
}

.c_map iframe {
    width: 100%;
    height: 255px;
    border: 9px solid #fff;
    box-shadow: 0 10px 7px #afafaf;
    margin-top: 33px
}

.sec-head h1 {
    font-size: 45px;
    line-height: 1.1em;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 15px
}

._inner_bg_list h2 {
    font-size: 24px;
    color: var(--color-secondary);
    margin: 0 0 13px
}

._blog_nav ul li a,
._inner_bg_list p {
    font-size: 15px;
    margin-bottom: 10px
}

._inner_bg_list a.iner_bl_link {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    padding: 6px 16px;
    border-radius: 7px;
    font-size: 18px
}

.inner_blog_row .col-md-10 {
    margin-bottom: 50px;
    position: relative
}

.inner_blog_row .col-md-10::before {
    content: " ";
    position: absolute;
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--color-primary), transparent);
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto
}

.inner-blog-img img {
    box-shadow: 0 0 10px #8a8a8a;
    border: 8px solid #fff
}

.txt-align {
    text-align: right
}

._blog_nav {
    position: relative;
    padding: 17px 18px;
    margin: 0 0 25px;
    background: #f5f5f5;
    box-shadow: 4px -3px 4px #989898
}

._blog_nav h4 {
    font-size: 29px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--color-primary)
}

._blog_nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    padding-left: 17px;
    color: #282828;
    text-transform: capitalize
}

._blog_nav ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #45a29c;
    left: 0;
    border-radius: 50%;
    top: 5px
}

._blog_nav ul {
    margin: 0;
    padding: 7px 0;
    list-style: none
}

.appointment-form h2 {
    margin-bottom: 30px
}

.doc-talks img {
    border: 6px solid #f5f5f5;
    box-shadow: 0 0 11px #b5b5b5
}

.top-social p {
    position: relative;
    top: -68px;
    left: 141px;
    font-size: 19px;
}

.service-faq h3 a {
    color: var(--color-secondary);
}

.modal-dialog {
    max-width: 405px;
    margin: 9.75rem auto;
}

button.close:hover {
    color: var(--color-default);
    text-decoration: none;
    opacity: 1;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

button.close {
    padding: 0px;
    width: 40px;
    background: #ffffff;
    height: 40px;
    text-decoration: none;
    right: -14px;
    top: -8px;
    text-shadow: none;
    opacity: 1;
    color: var(--color-default);
    position: absolute;
    font-size: 39px;
    line-height: 0px;
    z-index: 1;
}

.modal-body {
    padding: 0;
    background: linear-gradient(to right, transparent, #3b637b, var(--color-primary));
}

.modal-content {
    border-radius: 8px;
}

.register-form {
    padding: 35px 0px 20px;
    color: #fff;
    /* background: var(--color-secondary); */
    background: linear-gradient(100deg, #263d8d, #d0085c);
    /* background: linear-gradient(45deg, #263d8d, #e16b00); */
    /* background: linear-gradient(45deg, #263d8d, #e16f08); */
    border-radius: 8px;
    position: relative;
}

.register-form::before {
    content: " ";
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.3;
}

.register-form .form-control::placeholder {
    color: #fff;
}

.register-form h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.register-form form {
    padding: 28px 30px 0px;
}

.register-form .form-control {
    font-size: 15px;
    color: #fff;
}

.register-form .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 2px 11px;
    font-weight: 500;
    overflow: hidden;
    min-width: 110px;
    border-radius: 30px;
    border: none;
    background: #fff;
    color: var(--color-default);
    margin-top: 20px;
    cursor: pointer;
}


.abt-doc-info h2.abt-key {
    border: 0px;
    font-size: 18px;
    margin: 4px 0px 7px;
}

.nephro-map iframe{
    width: 100%;
    height: 250px;
    border: 1px solid var(--color-default);
    padding: 8px;
}
.last-des {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.last-content {
    margin: auto;
    background: linear-gradient(45deg, #132973, #347e79);
    width: fit-content;

    color: #fff;
    border-radius: 32px; 
    margin-bottom: 0px;
}
.last-content p{
        padding-top: 10px;
      padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    font-size: 17px !important;
}