/*
::
:: Theme Name: MedDoctors - Medical & Health HTML5 Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
:: 
*/

/*
    01 :: Reset Page Css
    02 :: Style Page Css
        01-  :: Loading
        02-  :: Top Navbar
        03-  :: Navbar
            01- :: Navbar 1
            02- :: Navbar 2
            03- :: Navbar 3
        04-  :: Search Box
        05-  :: Menu Box
        05-  :: Header
            01- :: Header 1
            02- :: Header 2
            03- :: Header 3
        06-  :: Features
            01- :: Features 1
            02- :: Features 2
        07-  :: About Us
            01- :: About Us 1
            02- :: About Us 2
            03- :: About Us 3
        08-  :: Departments
            01- :: Departments 1
            02- :: Departments 2
            03- :: Departments 3
        09-  :: Doctors
        10-  :: Provide
        11-  :: Make Appointment
        12-  :: Video Presentation
        13-  :: Statistic
        14-  :: Gallery
        15-  :: Testimonial
            01- :: Testimonial 1
            02- :: Testimonial 2
            03- :: Testimonial 3
        16-  :: Blog
        17-  :: Footer
        18-  :: Scroll UP
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* :: Body */
body {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #0B3D91;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
    padding: 0;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 72vh;
}

/* :: My Classes */
.ml-30 {
    margin-left: 30px
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 60px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 8%);
}

.overlay-2 {
    background-color: rgb(0 77 150 / 89%);
}

.overlay-3 {
    background-color: rgb(19 173 229 / 90%);
}

.overlay-4 {
    background-color: rgb(255 255 255 / 95%);
}

.btn-1 {
    color: #FFF;
    background-color: #43A047;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    min-width: 125px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    letter-spacing: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.btn-1:after {
    content: '';
    background-color: #0B3D91;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-1:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn-2 {
    background-color: #0B3D91;
}

.btn-2:after {
    background-color: #00B8D4;
}

.btn-3 {
    background-color: #FFF;
    color: #00B8D4;
}

.btn-3:after {
    background-color: #00B8D4;
}

.btn-4 {
    background-color: #00B8D4;
    color: #FFF;
}

.btn-4:hover {
    color: #00B8D4;
}

.btn-4:after {
    background-color: #FFF;
}

.btn-5 {
    background-color: #FFF;
    color: #00B8D4;
}

.btn-5:hover {
    color: #FFF;
}

.btn-5:after {
    background-color: #0B3D91;
}

/* :: Section Title */
.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    position: relative;
    color: #43A047;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 9px;

}

.sec-title h3 {
    font-size: 26px;
    line-height: 20px;
    color: #0B3D91;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    position: relative;
    font-family: 'Roboto', sans-serif;

}

.sec-title .sec-explain {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
}

.sec-title .btn-1.sec-btn {
    display: inline-grid;
}

.sec-title-2 h2:after {
    content: '';
    background-color: #43A047;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title-3 h2 {
    margin-bottom: 10px;
}

.sec-title-3 h2:after {
    content: '';
    background-color: #00B8D4;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

/* :: BG Section */
.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-section-2-left {
    background-color: #00B8D4;
    width: 50%;
    float: left;
    height: 100%;
}

.bg-section-2-right {
    background-image: url(../images/provide/01_provide.jpg);
    height: 100%;
    width: 50%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

/* :: All Navbar */

/* :: Top Navbar */
.top-navbar {
    background-color: #43A047;
}

.top-navbar .content-box .website-info li {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    padding: 15px 22px;
    padding-left: 0;
    line-height: 1.1;
    text-transform: lowercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.top-navbar .content-box .website-info li i {
    margin-right: 4px;
    color: #fff;
    font-size: 16px;
}

.top-navbar .content-box .website-icon-social li {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    padding-left: 10px;
    line-height: 1;
}

.top-navbar .content-box .website-icon-social li:hover i {
    color: #aed24b;
}

/* :: Navbar */
.nav-bar {
    background-color: #FFF;
    padding: 12px 0 0;
}

.nav-bar.active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}

.nav-bar .logo .logo-nav {
    display: block;
}

.nav-bar .logo .logo-nav img {
    width: 310px;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: inline-block;
    position: relative;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0;
    margin: 0 10px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;

}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 0;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
    color: #43A047;
}

.nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
}

.nav-bar .nav-bar-links .level-2 {
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    border-radius: 8px;
    padding: 0px 0;
    top: 100%;
    left: -100px;
    min-width: 800px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    position: relative;
    padding: 0;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #43A047;
}

.nav-bar .nav-bar-tools li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}

.nav-bar .nav-bar-tools li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.nav-bar .nav-bar-tools li:after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-bar .nav-bar-tools li:last-of-type:after {
    display: none;
}

.nav-bar .nav-bar-tools li.item.phone {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-bar .nav-bar-tools li.btn {
    padding: 0 15px 0 0;
}

.nav-bar .nav-bar-tools li .btn-1 {
    min-width: 100px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    display: block;
}

.nav-bar .nav-bar-tools li .search-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .cart-icon i {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #0B3D91;
}

.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i,
.nav-bar .nav-bar-tools li .cart-icon:hover i {
    color: #00B8D4;
}

.nav-bar .nav-bar-tools li .nav-bar-contact i {
    font-size: 20px;
    padding-right: 5px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
    padding-left: 0px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #43A047;
    padding: 15px;
    border-radius: 5px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup {
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #0B3D91;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0B3D91;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
    background-color: #00B8D4;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
    float: right;
    color: #00B8D4;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}

.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
    margin-right: 16px;
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(26 61 125 / 90%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
}

.search-box form input:focus {
    border-bottom: 1px solid #00B8D4;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: #00B8D4;
    border: 0;
    outline: none;
}

.search-box .search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}

.search-box .search-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #00B8D4;
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 20px;
}

.menu-box .inner-menu .website-info p {
    text-transform: capitalize;
    font-size: 14px;
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #0B3D91;
}

.menu-box .inner-menu .contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i {
    float: left;
    font-size: 30px;
    line-height: 1.9;
    color: #00B8D4;
}

.menu-box .inner-menu .contact-info .contact-box .box {
    padding-left: 45px;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Rajdhani', sans-serif;
}

.menu-box .inner-menu .follow-us .icon-follow li,
.footer .footer-icon li,
.widget .widget-body .follow .icon li {
    display: inline-block;
    cursor: pointer;
}

.menu-box .inner-menu .follow-us .icon-follow li a,
.footer .footer-icon li a,
.widget .widget-body .follow .icon li a {
    background-color: #fff;
    display: inline-block;
    color: #09abff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    margin-right: 10px;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a,
.footer .footer-icon li:hover a,
.widget .widget-body .follow .icon li:hover a {
    background-color: #00B8D4;
    color: #FFF;
}

.menu-box-icon {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #00B8D4;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.menu-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */
.header,
.header .header-carousel .sec-hero {
    min-height: 465px !important;
}

.header .header-carousel {
    height: 100%;
}

.header .header-carousel .container {
    position: relative;
}

.header .header-carousel .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header .banner .handline {
    color: #0B3D91;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 30px;
    position: relative;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #0B3D91;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}

.header-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover {
    color: #00B8D4;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.flaticon-back {
    left: 10px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.flaticon-next {
    right: 10px;
}

.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i {
    opacity: 1;
    visibility: visible;
}

.header-carousel.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-carousel.owl-theme .owl-dots .owl-dot,
.departments-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-carousel.owl-theme .owl-dots .owl-dot span,
.departments-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 0;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span,
.departments-carousel.owl-theme .owl-dots .owl-dot.active span,
.departments-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.home-2 .header-carousel.owl-theme .owl-dots {
    position: relative;
    bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    text-align: unset;
    margin: auto;
}

.header-video {
    display: inline-block
}

.pulse {
    background-color: #00B8D4;
    border: 1px solid #00B8D4;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

.pulse:hover {
    background-color: #0B3D91;
    border: 1px solid #0B3D91;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
        box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

.video-name {
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    color: #0B3D91;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Rajdhani', sans-serif;
    vertical-align: top;
    margin-left: 12px;
}

/* :: Header 3 */
.header-3 .features-box .item {
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 25px;
}

.header-3 .features-box .item i {
    float: left;
    font-size: 35px;
    line-height: 1;
}

.header-3 .features-box .item:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.header-3 .features-box .item .item-content {
    padding-left: 50px;
}

.header-3 .features-box .item .item-content h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.header-3 .features-box .item .item-content p {
    margin-bottom: 0px;
}

.header-3 .features-box .item.active {
    background-color: #00B8D4
}

.header-3 .features-box .item.active i,
.header-3 .features-box .item.active .item-content h4,
.header-3 .features-box .item.active .item-content p {
    color: #FFF;
}

/* :: Features */
.all-features-item {
    padding: 0 12px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.features .features-item {
    padding: 50px 40px;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.features .features-item:after {
    font-size: 160px;
    font-family: 'flaticon';
    opacity: 0.1;
    position: absolute;
    top: 10px;
    right: -75px;
    line-height: 1;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .features-item:hover:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.features .features-item.one {
    background-color: #0B3D91;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.features .features-item.one::after {
    content: "\f111";
}

.features .features-item.two {
    background-color: #194f90;
}

.features .features-item.two::after {
    content: "\f136";
}

.features .features-item.three {
    background-color: #00B8D4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.features .features-item.three::after {
    content: "\f117";
}

.features .features-item .features-icon,
.features-2 .features-item .features-icon {
    float: left;
    font-size: 40px;
    line-height: 1;
}

.features .features-item:hover .features-icon,
.features-2 .features-item:hover .features-icon {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

@-webkit-keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.features .features-item .item-text,
.features-2 .features-item .item-text {
    padding-left: 60px;
}

.features .features-item .item-text h4,
.features-2 .features-item .item-text h4 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 18px;
}

.features .features-item .item-text p {
    color: #FFF;
    margin-bottom: 18px;
}

.features .features-item .item-text a {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 3px;
    font-weight: 600;
    min-width: 180px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}

.features .features-item .item-text a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: -13px;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.features .features-item .item-text a:hover:after {
    opacity: 1;
    margin-left: 10px;
    visibility: visible;
    color: #00B8D4;
}

.features .features-item .item-text a:hover {
    color: #00B8D4;
    border-color: #00B8D4;
}

.features .features-item .item-text a.phone {
    font-size: 25px;
    line-height: 1;
    font-family: 'Rajdhani', sans-serif;
    border: none;
    text-align: left;
}

.features .features-item .item-text a.phone i {
    font-size: 20px;
    border-radius: 3px;
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    margin-right: 6px;
}

.features .features-item .item-text a.phone:hover i {
    color: #00B8D4;
    border-color: #00B8D4;
}

.features .features-item .item-text a.phone:after {
    display: none;
}

.features .features-item .item-text a.timetable:hover,
.features .features-item .item-text a.timetable:hover:after {
    color: #FFF;
    border-color: #FFF;
}

/* :: Features 2 */
.features-2 .features-item {
    padding: 50px 0 20px 0;
}

.features-2 .features-item:hover .features-icon {
    color: #00B8D4;
}

.features-2 .features-item .item-text p {
    margin-bottom: 30px;
}

.features-2 .features-opening-hours {
    background-color: #00B8D4;
    border-radius: 3px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    margin-top: -151px;
    z-index: 1;
}

.features-opening-hours .flaticon-globe {
    font-size: 40px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 25px;
    display: inline-block;
}

.features-opening-hours:hover .flaticon-globe {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.features-opening-hours h4 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 18px;
    color: #FFF;
}

.features-opening-hours .opening-hours li {
    border-color: #FFF;
}

/* :: About Us */
.about-us .about-img-box {
    position: relative;
    margin-left: 18px;
    height: 100%;
}

.about-us .about-img-box .img-box {
    position: relative;
    margin-right: 0;
    height: 100%;
}

.about-us .about-img-box .about-experience {
    background-color: #00B8D4;
    color: #FFF;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 1;
    padding: 40px;
    border-radius: 3px;
    overflow: hidden;
}

.about-us .about-img-box .about-experience i {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 16px;
    display: inline-block;
}

.about-us .about-img-box .about-experience:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.about-us .about-img-box .about-experience .experience-counter {
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 5px;
}

.about-us .about-img-box .about-experience h5 {
    font-size: 26px;
    line-height: 2px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #293794;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.about-us .about-text-box .sec-title {
    margin-bottom: 0;
}

.about-us .about-text-box .sec-title h3 {
    font-size: 27px;
    line-height: 2px;
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #293794;
    text-transform: capitalize;
}

.about-us .about-text-box .sec-title .sec-explain {
    color: #0B3D91;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}

.about-core {
    overflow: hidden;
    margin-bottom: 30px;
}

.about-core li {
    margin-bottom: 12px;
    float: left;
    width: 50%;
    position: relative;
}

.about-core li:last-of-type {
    margin-bottom: 0;
}

.about-core li i,
.provide-core li i {
    font-size: 12px;
    background-color: #00B8D4;
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.about-core li h4,
.provide-core li h4 {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    font-family: 'Public Sans', sans-serif;
    padding-left: 30px;
}

.about-profile {
    overflow: hidden;
}

.about-profile img {
    width: 60px;
    border-radius: 50%;
    float: left;
}

.about-profile .name {
    padding: 7px 0 7px 75px;
}

.about-profile .name span:first-of-type {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: capitalize;
    display: block;
    font-family: 'Rajdhani', sans-serif;
}

.about-profile .name span:last-of-type {
    line-height: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #9B9B9B;
}

/* :: About Us 2 */
.about-us-2 .about-img-box {
    margin: 0 0 0 20px;
    padding: 40px 0;
}

.about-us-2 .about-img-box:after {
    content: '';
    background-color: #00B8D4;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    z-index: -1;
}

.about-us-2 .img-box {
    padding: 40px 0;
    background-position: right
}

.about-us-2 .about-text-box .sec-title h3 {
    font-size: 45px;
    line-height: 56px;
}

.about-us-2 .about-text-box p {
    margin-bottom: 25px;
}

/* :: About Us 3 */
.about-us-3 .about-img-box .about-experience {
    min-width: 200px;
    padding: 20px;
    border: 10px solid #FFF;
    top: auto;
    bottom: 30px;
}

.about-us .about-text-box p.last {
    margin-bottom: 30px;
}

/* :: Departments */
.departments {
    padding-top: 100px;
    position: relative;
    background: url(../img/servicesbg.jpg);
    padding-bottom: 100px;
    background-size: cover;
}

.departments .container,
.provide .container {
    position: relative;
}

.departments .sec-title h3,
.provide .sec-title h3,
.provide .sec-title h2 {
    color: #FFF;
}

.departments .sec-title .sec-explain,
.provide .sec-title .sec-explain {
    color: #F1F1F1;
}

.departments .departments-item {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.departments .departments-item .departments-item-text-box {
    position: relative;
    padding: 20px 10px;
}

.departments .departments-item .departments-item-icon {
    float: left;
    font-size: 45px;
    line-height: 1;
    color: #00B8D4;
    position: relative;
}

.departments .departments-item:hover .departments-item-icon {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.departments .departments-item .item-content {
    padding-left: 58px;
}

.departments .departments-item .item-content h4 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.departments .departments-item .item-content p {
    margin-bottom: 0;
    position: relative;
    font-family: "Lato", sans-serif;
}

.departments .departments-item .item-content .more,
.blog-item .text-box .link,
.item-careers a.link {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
}

.departments .departments-item .item-content .more:hover,
.blog-item .text-box .link:hover,
.item-careers a.link:hover {
    color: #00B8D4;
}

.departments .departments-item .item-content .more:after,
.blog-item .text-box .link:after,
.item-careers a.link:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.departments .departments-item .item-content .more:hover:after,
.blog-item .text-box .link:hover:after,
.item-careers a.link:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #00B8D4;
}

.departments .departments-item .departments-item-img-box {
    overflow: hidden;
    border-bottom-right-radius: 3px;
    display: block;
    border-bottom-left-radius: 3px;
    height: 225px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.departments .departments-item .departments-item-img-box:after {
    font-family: 'flaticon';
    position: absolute;
    z-index: 1;
    font-size: 50px;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.departments .departments-item:hover .departments-item-img-box:after {
    opacity: 1;
    visibility: visible;
}

.departments .departments-item span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    background-color: rgb(19 173 229 / 75%);
}

.departments .departments-item:hover span {
    width: 1000px;
    height: 1000px;
}

.departments .departments-item .departments-item-img-box.hemathology {
    background-image: url(../img/s1.jpg);
}

.departments .departments-item .departments-item-img-box.hemathology:after {
    content: "\f115";
}

.departments .departments-item .departments-item-img-box.neurology {
    background-image: url(../img/s2.jpg);
}

.departments .departments-item .departments-item-img-box.neurology:after {
    content: "\f10c"
}

.departments .departments-item .departments-item-img-box.gastroenterology {
    background-image: url(../img/s3.jpg);
}

.departments .departments-item .departments-item-img-box.gastroenterology:after {
    content: "\f129"
}

.departments .departments-item .departments-item-img-box.pulmonology {
    background-image: url(../img/s4.jpg);
}

.departments .departments-item .departments-item-img-box.pulmonology:after {
    content: "\f134"
}

.departments .departments-item .departments-item-img-box.cardiology {
    background-image: url(../img/s5.jpg);
}

.departments .departments-item .departments-item-img-box.cardiology:after {
    content: "\f119"
}

.departments .departments-item .departments-item-img-box.ophthalmology {
    background-image: url(../img/s6.jpg);
}

.departments .departments-item .departments-item-img-box.ophthalmology:after {
    content: "\f11b"
}

.departments .departments-item .departments-item-img-box.orthopedics {
    background-image: url(../img/s7.jpg);
}

.departments .departments-item .departments-item-img-box.orthopedics:after {
    content: "\f12f"
}

.departments .departments-item .departments-item-img-box.radiology {
    background-image: url(../img/s8.jpg);
}

.departments .departments-item .departments-item-img-box.radiology:after {
    content: "\f11a"
}

.departments-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 1;
    margin-top: 30px;
}

.departments-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #9fd704;
}

/* :: Departments 2 */
.departments-2 .sec-title h3 {
    color: #0B3D91;
}

.departments-2 .sec-title .sec-explain {
    color: #9B9B9B;
}

.departments-2 .departments-item span {
    background-color: #00B8D4;
}

.departments-2 .departments-item {
    position: relative;
    padding: 50px 35px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.departments-2 .departments-item:hover .departments-item-icon,
.departments-2 .departments-item:hover .item-content h4,
.departments-2 .departments-item:hover .item-content p,
.departments-2 .departments-item:hover .item-content .more,
.departments-2 .departments-item:hover .item-content .more:after,
.departments-2 .departments-item .item-content .more:hover {
    color: #FFF;
    z-index: 1;
}

/* :: Departments 2 */
.departments-3 {
    background-color: #F9F9F9;
    background-image: url(../images/01_pattern.png);
    background-position: center;
    position: relative;
    overflow: hidden;
}

.departments-3 .departments-item {
    border: 1px solid #DDD;
    background-color: transparent;
}

.departments-3 .departments-item .departments-item-icon {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
}

.departments-3 .departments-item .item-content {
    padding: 0;
}

/* :: Doctors */
.doctors {
    position: relative;
    background-image: url(../images/doctors/01_doctor-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F9F9F9;
}

.doctors-box {
    margin-bottom: 30px;
}

.doctors-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.doctors-box:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.doctors-box .img-box ul {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    background: #004d96a8;
    height: 100%;

}

.doctors-box:hover .img-box ul {
    left: 0px;
    opacity: 1;
    visibility: visible;
    right: 0px;
    padding: 8px 8px;
}

.doctors-box .img-box ul li a {
    display: block;
    background-color: #a6ce39;
    font-size: 13px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

.doctors-box .img-box ul li:hover a {
    background-color: #0B3D91;
}

.doctors-box .text-box {
    margin-top: 12px;
    padding: 0 6px;
}

.doctors-box .text-box h5 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #0B3D91;
    font-family: 'Roboto', sans-serif;
}

.doctors-box .text-box span {
    display: inline-block;
    color: #000;
    margin: 6px 0 0 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.doctors-2 .doctors-box .img-box ul li a {
    margin-bottom: 10px;
    border-radius: 2px;
}

/* :: Provide */
.provide {
    padding-top: 100px;
    position: relative;
}

.provide .bg-section {
    background-image: url(../images/provide/01_provide.jpg);
    height: 75%;
}

.provide .provide-content {
    margin-bottom: 70px;
}

.provide-content-box {
    background-color: #FFF;
    border-radius: 3px;
    padding: 30px 23px;
    margin-bottom: 30px;
}

.provide-content-box i {
    float: left;
    font-size: 35px;
    line-height: 1;
    color: #00B8D4;
}

.provide-content-box:hover i {
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.provide-content-box .content-box {
    padding-left: 50px;
}

.provide-content-box .content-box h4 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.provide-content-box .content-box p {
    margin: 12px 0 0 0;
}

/* :: Provide 2 */
.provide-2 {
    position: relative;
}

.provide-2 .sec-title-2 {
    margin-bottom: 30px;
}

.provide-2 .sec-title-2 h2 {
    color: #FFF;
}

.provide-2 .sec-title-2 h2:after {
    background-color: #FFF;
}

.provide-2 .sec-title-2 h3 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #FFF;
}

.provide-core li {
    margin-bottom: 12px;
    position: relative;
}

.provide-core li:last-of-type {
    margin-bottom: 30px;
}

.provide-core li i {
    background-color: #FFF;
    color: #00B8D4;
}

.provide-core li h4 {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
}

.provide-2 .statistic-item {
    margin-bottom: 0;
}

.provide-2 .statistic-item .statistic-counter,
.provide-2 .statistic-item .counter-name {
    color: #FFF;
}

.provide-2 .img-box {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    height: 100%;
    background-size: cover;
    min-height: 300px;
    margin: 0 25px;
}

/* :: Provide Home 2 */
provide-home-2 {
    background-color: #F9F9F9;
}

.provide-home-2 .sec-title-2 h2:after {
    background-color: #FFF;
}

/* :: Provide Home 3 */
.provide-home-3 .sec-title-3 h2:after {
    background-color: #FFF;
}

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
    margin-bottom: 30px;
}

.skills .skill-box .skill-top {
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}

.skills .skill-box .skill-top .name {
    color: #0B3D91;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.skills .skill-box .skill-top .number {
    float: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #0B3D91;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
}

.skills .skill-box .skill-line {
    height: 14px;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 3px;
}

.skills .skill-box .skill-line .line {
    height: 100%;
    width: 0%;
    background-color: #00B8D4;
}

/* :: Quote And Presentation */

/* :: Quote */
.quote-box {
    padding: 6px 0 5px 0;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}

.quote-box .sec-title {
    margin-bottom: 30px;
}

.quote-box .sec-title h3 {
    color: #0B3D91;
    margin: 0 0 40px 0;
    font-size: 26px;
}

.quote-box .sec-title p {
    margin-bottom: 0;
}

.quote-box .quote-item {
    position: relative;
}

.quote-box .quote-item span.lable {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.quote-box .quote-item i {
    right: 16px;
    position: absolute;
    top: calc(24px + (53px / 2));
    font-size: 13px;
}

.quote-box .quote-item input {
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0B3D91;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.quote-box .quote-item input::-webkit-input-placeholder {
    color: #0B3D91;
}

.quote-box .quote-item input::-moz-placeholder {
    color: #0B3D91;
}

.quote-box .quote-item input:-ms-input-placeholder {
    color: #0B3D91;
}

.quote-box .quote-item input::-ms-input-placeholder {
    color: #0B3D91;
}

.quote-box .quote-item input::placeholder {
    color: #0B3D91;
}

.quote-box .quote-item input:focus {
    border-color: #00B8D4;
}

.quote-box .quote-item .btn-1 {
    display: inline-grid;
    outline: none;
    border: 0;
}

.quote-box .quote-img-box {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    height: 100%;
    background-size: cover;
    min-height: 400px
}

/* :: Nice Select */
.nice-select {
    border: 2px solid #F9F9F9;
    padding: 17px 12px;
    width: 100%;
    color: #6b6868;
    font-size: 15px;
    margin-bottom: 0px;
    border-radius: 6px;
    background-color: #F9F9F9;
    line-height: normal;
    height: auto;
    font-family: 'Roboto', sans-serif;
}

.nice-select:after {
    border-color: #0B3D91;
    right: 16px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #00B8D4;
}

.nice-select .list {
    background-color: #FFF;
    padding: 28px 0;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    border: 0;
    min-width: 200px;
}

.nice-select .option {
    padding: 0 30px 0 40px;
    text-transform: capitalize;
}

.nice-select .option:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nice-select .option:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #00B8D4;
}

.nice-select .option.selected,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #00B8D4;
}

/* :: TimePicker */
.ui-timepicker-wrapper {
    padding: 28px 0;
    width: auto;
    min-width: 200px;
    max-height: 250px;
    border: none;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
}

.ui-timepicker-list li {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 0 0 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;
    color: #0B3D91;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #f6f6f6;
    color: #00B8D4;
}

/* :: Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/presentation/01_presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}

.presentation-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* :: Statistic */
.statistic {
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #E9E9E9;
}

.statistic-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.statistic-item i {
    font-size: 50px;
    line-height: 50px;
    float: left;
    color: #0B3D91;
}

.statistic-item:hover i {
    color: #00B8D4;
    -webkit-animation: icon-scale 2.5s infinite;
    animation: icon-scale 2.5s infinite;
}

.statistic-item .content {
    padding-left: 65px;
}

.statistic-item .statistic-counter {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #0B3D91;
    font-family: 'Rajdhani', sans-serif;
}

.statistic-item .counter-name {
    color: #0B3D91;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .5px;
}

/* :: Statistic Home 2 */
.provide-home-2 .statistic-item i,
.provide-home-2 .statistic-item .statistic-counter,
.provide-home-2 .statistic-item .counter-name {
    color: #FFF;
}

/* :: Gallery */
.gallery-item,
.shop-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}

.gallery-item span,
.shop-item span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.85;
    background-color: #43A047;
}

.gallery-item:hover span,
.shop-item:hover span {
    width: 2000px;
    height: 2000px;
}

.gallery-item:hover .img-box img,
.shop-item:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.gallery-item .hover-box,
.shop-item .hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.gallery-item .hover-box .text-box,
.shop-item .hover-box .text-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.gallery-item .hover-box .text-box .tags a,
.shop-item .hover-box .text-box .tags a {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-item .hover-box .text-box h4 a,
.shop-item .hover-box .text-box h4 a {
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .3px;
    font-size: 24px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery-item:hover .hover-box .text-box .tags a,
.gallery-item:hover .hover-box .text-box h4 a,
.gallery-item:hover .hover-box .gallery-icon,
.shop-item:hover .hover-box .text-box .tags a,
.shop-item:hover .hover-box .text-box h4 a,
.shop-item:hover .hover-box .shop-icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.gallery-item .hover-box .gallery-icon,
.shop-item .hover-box .shop-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}

.gallery-item .hover-box .gallery-icon li,
.shop-item .hover-box .shop-icon li {
    display: inline-block;
}

.gallery-item .hover-box .gallery-icon li a,
.shop-item .hover-box .shop-icon li a {
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #FFF;
    font-size: 13px;
    color: #43A047;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
}

.gallery-item .hover-box .gallery-icon li:hover a,
.shop-item .hover-box .shop-icon li:hover a {
    background-color: transparent;
    color: #FFF
}

.gallery-carousel.owl-theme .owl-dots,
.gallery-carousel.owl-theme .owl-nav {
    display: none
}

/* :: Testimonial */
.testimonial {
    position: relative;
    padding: 80px 50px 120px;
    background: url(../img/map.png);
    background-size: cover;
}

.testimonial .container-fluid {
    position: relative;
}

.testimonial .bg-section {
    background-image: url(../img/tbg.jpg);
    height: 100%;
    width: calc(100% - (509.58px / 2));
    right: 0;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.testimonial .testimonial-img-box,
.testimonial .testimonial-text-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-img-box .img-box {
    margin-right: 50px;
    width: 100%;
    position: relative;
    border-radius: 3px;
    height: 100%;
    background-position: top left;
    background-size: cover;
    min-height: 300px;
}

.testimonial-carousel .testimonial-carousel-item {
    padding: 20px;
    background: #004d96;
    margin: 0 10px 0;
    border-radius: 8px;
    height: 344px;

}

.testimonial-carousel .testimonial-carousel-item i.quote {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 55px;
    opacity: 0.3;
    right: 35px;
}

.testimonial-carousel .testimonial-carousel-item .content-text-box {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    height: 152px;

}

.testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.testimonial-carousel .testimonial-carousel-item .testimonial-doctor span {
    display: block;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin: 5px 0 0 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
}

/* :: Testimonial 2 */
.testimonial-2 {
    background-color: #F9F9F9;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item {
    padding: 0;
    text-align: center;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box {
    margin-bottom: 30px;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item i.quote,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4 {
    color: #00B8D4;
}

.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor span {
    color: #0B3D91
}

/* :: Testimonial 3 */
.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img {
    margin-right: 26px;
    position: relative;
    border-radius: 3px;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-text {
    text-align: left;
    position: relative;
}

.testimonial-3 .testimonial-carousel .testimonial-carousel-item i.quote {
    margin: 0;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    top: -10px;
    left: 0;
}

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.blog-item:hover .img-box .open-post img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}

.blog-item .img-box ul {
    position: absolute;
    bottom: 12px;
    left: 30px;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    color: #00B8D4;
    font-size: 13px;
    text-transform: capitalize;
}

.blog-item .img-box ul li:hover a {
    color: #0B3D91;
}

.blog-item .text-box {
    padding: 25px 0px 0px 0;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box .blog-date {
    color: #43A047;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin: 1px 0;
    font-weight: 600;
    color: #0B3D91;
    font-family: 'Roboto', sans-serif;
}

.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: #00B8D4;
}

.blog-item .text-box p:last-of-type {
    margin-bottom: 0;
}

.blog-item .text-box .link {
    position: relative;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
    color: #43A047;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
}

/* :: Fact Area */
.fact-area {
    background-image: url(../images/fact-area/01_fact-area.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.fact-area .sec-title {
    margin-bottom: 0;
}

.fact-area .sec-title h3 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 65px;
    line-height: 76px;
}

.fact-area .sec-title .sec-explain {
    color: #F1F1F1;
}

/* :: Footer */
.footer {
    background: url(../img/footersbg.jpg);
    background-size: cover;
}

.footer .newsletter {
    padding: 40px 0;
    overflow: hidden;
    border-bottom: 1px solid #194f90;
    position: relative;
}

.footer .newsletter h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
}

.footer .newsletter form {
    position: relative;
    overflow: hidden;
}

.footer .newsletter form input {
    width: 100%;
    text-transform: capitalize;
    position: relative;
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0B3D91;
    font-size: 13px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.footer .newsletter form input:focus {
    border-color: #00B8D4;
}

.footer .newsletter form input::-webkit-input-placeholder {
    color: #00B8D4;
}

.footer .newsletter form input::-moz-placeholder {
    color: #00B8D4;
}

.footer .newsletter form input:-ms-input-placeholder {
    color: #00B8D4;
}

.footer .newsletter form input::-ms-input-placeholder {
    color: #00B8D4;
}

.footer .newsletter form input::placeholder {
    color: #00B8D4;
}

.footer .newsletter form a {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00B8D4;
    color: #FFF;
    font-size: 13px;
    height: 53px;
    line-height: 53px;
    padding: 0px 20px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #FFF;
}

.footer .newsletter form a:hover {
    background-color: #194f90;
}

.footer .newsletter form a:hover i {
    color: #FFF;
}

.footer-content {
    padding-top: 90px;
}

.footer .logo,
.footer .links,
.footer .opening-hours {
    margin-bottom: 20px;
}

.footer .logo p {
    margin: 10px 0 30px 0;
    color: #fff;
}

.footer-icon li a {
    background-color: #194f90;
    color: #FFF;
}

.footer-title h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 44px;
    font-family: 'Roboto', sans-serif;
}

.footer .links li a {
    padding: 5px 0;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #cccccc78;
    display: block;
}

.footer .links li:hover a {
    color: #43A047;
}

.footer .links li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.footer .links li a:hover:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #43A047;
}

.opening-hours li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    color: #FFF;
}

.opening-hours li:last-of-type {
    border-bottom: none;
}

.opening-hours li span {
    float: left;
    font-size: 20px;
    padding-right: 10px;
}

.copyright {
    margin-top: 20px;
    padding: 15px 0;
    background-color: #0d67bf;
    overflow: hidden;
}

.copyright p {
    margin: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.copyright p a {
    color: #aae509;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li a {
    color: #FFF !important
}

.copyright ul li:hover a {
    color: #00B8D4 !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scroll-up a {
    background-color: #00B8D4;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #00B8D4;
    border-radius: 3px;
    outline: none;
}

.scroll-up:hover a {
    background-color: #0B3D91;
    border: 1px solid #0B3D91;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 120px;
    padding-top: 120px;
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.breadcrumb-header .banner h1 {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.2;
    color: #0B3D91;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}

.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #0B3D91;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li a {
    color: #0B3D91;
}

.breadcrumb-header .banner ul li:hover a {
    color: #00B8D4;
}

/* :: Doctors Details */
.introduction-doctors h3,
.single-department-box h3 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px;
}

.introduction-doctors h3:first-of-type {
    margin-top: 0;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.quotes-people {
    background-color: #F9F9F9;
    padding: 60px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.quotes-people p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.quotes-people p:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 50px;
    position: absolute;
    top: 0;
    color: #00B8D4;
    left: -18px;
    z-index: -1;
    opacity: 0.6;
}

.quotes-people .people-name h5 {
    color: #0B3D91;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.quotes-people .people-name span {
    color: #00B8D4;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Department Details */
.single-department-list li a,
.widget .categories ul li a {
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #DDD;
}

.single-department-list li:last-of-type a,
.widget .categories ul li:last-of-type a {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.single-department-list li.active a,
.single-department-list li:hover a,
.widget .categories ul li.active a,
.widget .categories ul li:hover a {
    color: #00B8D4;
}

.single-department-list li a i {
    float: right;
}

.single-department-box h2 {
    font-size: 45px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-department-box .video-presentation {
    height: 500px;
    margin: 30px 0;
}

/* :: FAQs */
.faq .faq-box {
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #DDD;
    position: relative;
}

.faq .faq-box .question-header {
    line-height: 1;
}

.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #0B3D91;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    outline: inherit;
    font-weight: 600;
}

.faq .faq-box .question-header .click i {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    text-align: center;
}

.faq .faq-box .question-header .click:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .faq-box .question-header .click[aria-expanded="true"] i {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.faq .faq-box .about-text {
    margin-top: 18px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-top: 1px solid #DDD;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
}

/* :: Widget */
.widget {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.widget .widget-title h3 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.widget .widget-body .search {
    position: relative;
}

.widget .widget-body .search input {
    position: relative;
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0B3D91;
    font-size: 13px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

.widget .widget-body .search input:focus {
    border-color: #00B8D4;
}

.widget .widget-body .search button.click {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #00B8D4;
    border: none;
}

.widget .widget-body .instagram ul {
    overflow: hidden;
}

.widget .widget-body .instagram ul li {
    float: left;
    display: inline-block;
    margin: 2px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.widget .widget-body .instagram ul li img {
    width: 60px;
    height: 60px;
}

.widget .widget-body .instagram ul li a {
    background-color: #00B8D4;
    color: #FFF;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widget .widget-body .instagram ul li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget .widget-body .tags ul li {
    display: inline-block;
}

.widget .widget-body .tags ul li a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    text-transform: capitalize;
}

.widget .widget-body .tags ul li:hover a {
    background-color: #00B8D4;
    color: #FFF;
    border: 1px solid #00B8D4;
}

.widget .categories ul li a {
    overflow: hidden;
    cursor: pointer;
}

.widget .categories ul li a i.fa-angle-right {
    float: right;
}

.widget .categories ul li a i.fa-folder-open {
    margin-right: 5px;
}

.widget .widget-body .follow .icon li a {
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin: 0 4px 4px 0;
}

.news-item {
    margin-bottom: 22px;
    overflow: hidden;
    cursor: pointer;
}

.news-item:last-of-type {
    margin-bottom: 0px;
}

.news-item img {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.news-item .item-content {
    padding-left: 70px;
}

.news-item .item-content span a {
    color: #00B8D4;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}

.news-item .item-content a.title-blog {
    display: block;
}

.news-item .item-content a.title-blog h5 {
    color: #0B3D91;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: #00B8D4;
}

/* :: Pagination */
.pagination-area {
    margin-bottom: 30px;
}

.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #DDD;
    cursor: pointer;
}

.pagination-area .pagination li:last-of-type {
    margin-right: 0;
}

.pagination-area .pagination li.active,
.pagination-area .pagination li:hover {
    background-color: #00B8D4;
    color: #FFF;
    border-color: #00B8D4;
}

/* :: Single Blog */
.single-bolg .blog-item .text-box {
    padding-left: 0;
}

/* :: Share Post */
.share-post {
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.share-post span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin: 4px 0;
    display: inline-block;
}

.share-post ul {
    float: right;
}

.share-post ul li {
    display: inline-block;
    margin: 0 4px 0px 0;
}

.share-post ul li a {
    display: inline-block;
    text-align: center;
    background-color: #F1F1F1;
    color: #00B8D4;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
}

.share-post ul li:hover a {
    background-color: #00B8D4;
    border-color: #00B8D4;
    color: #FFF;
}

.single-bolg .item-comments {
    margin-bottom: 30px;
}

.single-bolg .item-comments .title h4,
.add-comments .title h4 {
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.single-bolg .item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

.single-bolg .item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.single-bolg .item-comments .inner-comments .comments-box.reply,
.single-bolg .item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}

.single-bolg .item-comments .inner-comments .comments-box .img-box {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.single-bolg .item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    color: #0B3D91;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 600;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box .time {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppergallery;
    color: #00B8D4;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #DDD;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
    border-radius: 3px;
    cursor: pointer;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover {
    color: #FFF;
    border: 1px solid #00B8D4;
    background-color: #00B8D4;
}

.add-comments .inner-add-comments-box {
    margin-bottom: 30px;
}

.add-comments .inner-add-comments-box input,
.add-comments .inner-add-comments-box textarea {
    position: relative;
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #000;
    font-size: 15px;
    border-radius: 6px;
    background-color: #F9F9F9;
    font-family: 'Roboto', sans-serif;
}

.add-comments .inner-add-comments-box input:focus,
.add-comments .inner-add-comments-box textarea:focus {
    border-color: #00B8D4;
}

.add-comments .inner-add-comments-box textarea {
    height: 200px;
    display: block;
}

/* :: Doctors Timetable */
.doctors-timetable .sec-title .sec-explain {
    margin-bottom: 0;
}

.box-calender {
    margin-bottom: 50px;
}

.calendar {
    border-radius: 3px;
}

.calender header {
    position: relative;
}

.calender h2.month {
    background-color: #0B3D91;
    color: #FFF;
    padding: 25px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 1.35;
}

.calender h2.month div.year {
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
}

.calendar header .btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 5px;
    color: #FFF;
    border-color: #FFF;
    outline: none;
}

.calendar header .btn-prev {
    left: 25px;
}

.calendar header .btn-next {
    right: 25px;
}

.calendar header .btn-next:before {
    top: 15px;
    left: 13px;
    width: 10px;
    height: 10px;
}

.calendar header .btn-prev:before {
    top: 15px;
    left: 17px;
    width: 10px;
    height: 10px;
    border-width: 0 0 3px 3px;
}

.calendar header .btn:hover {
    border: 2px solid #00B8D4;
    color: #00B8D4;
    background-color: transparent;
}

.calendar header .btn i {
    display: none;
}

.calendar table {
    margin: 0;
}

.calendar thead {
    background-color: #F4F9FC;
}

.calendar td {
    padding: 30px 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #0B3D91;
    border: 1px solid #DDD;
}

.calendar .day.today {
    border-color: #00B8D4;
    background-color: #00B8D4;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 3px;
}

.box-appointment-doctors {
    overflow-x: scroll;
    border-radius: 3px;
}

.box-appointment-doctors .table {
    margin: 0;
}

.box-appointment-doctors .table thead tr th,
.box-appointment-doctors .table tbody tr th {
    background-color: #F4F9FC;
    vertical-align: bottom;
    padding: 20px 0px;
    text-align: center;
    line-height: 1;
    color: #0B3D91;
    font-weight: 700;
    border: 1px solid #DDD;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    min-width: 150px;
}

.box-appointment-doctors .table tbody tr td {
    border: 1px solid #DDD;
}

.box-appointment-doctors .table tbody tr td.active-1 {
    background-color: #00B8D4;
}

.box-appointment-doctors .table tbody tr td.active-2 {
    background-color: #3156A3;
}

.box-appointment-doctors .table tbody tr td .appointment-doctors {
    text-align: center;
}

.box-appointment-doctors .table tbody tr td .appointment-doctors h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: #FFF;
}

.box-appointment-doctors .table tbody tr td .appointment-doctors span {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
}

/* :: Gallery Details */
.gallery-list .list-name-gallery {
    margin-bottom: 45px;
    display: inline-block;
}

.gallery-list .list-name-gallery li {
    display: inline-block;
    font-size: 13px;
    color: #0B3D91;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    cursor: pointer;
}

.gallery-list .list-name-gallery li.active {
    background-color: #00B8D4;
    color: #FFF;
    border: 1px solid #00B8D4;
}

.gallery-list .list-name-gallery li:last-of-type {
    margin: 0;
}

.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Careers Page */
.item-careers {
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 a {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #0B3D91;
    margin-bottom: 18px;
    display: inline-block;
}

.item-careers h4:hover a {
    color: #00B8D4;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #00B8D4;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 18px 0 0 0;
}

.item-careers a.link {
    cursor: pointer;
}

/* :: Products Details Page */
.products-details-content {
    margin-bottom: 30px
}

.products-details-content .img-box {
    position: relative;
    border-radius: 3px;
    height: 100%;
    background-size: cover;
    min-height: 350px;
    background-position: center
}

.products-details-content .text-box .title-product {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-details-content .text-box .item-price {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    color: #9B9B9B;
}

.products-details-content .text-box .item-explain {
    margin-bottom: 30px;
}

.products-details-content .text-box .item-inputs input {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 3px;
    height: 55px;
    color: #9B9B9B;
    font-weight: 600;
    line-height: 55px;
    padding: 0 0 0 25px;
    margin-right: 20px;
}

.products-details-content .text-box .item-inputs a.btn-1 {
    border: 1px solid #DDD;
    display: -ms-inline-grid;
    display: inline-grid;
}

.products-details-content .text-box .list-details {
    margin: 30px 0 0 0;
}

.products-details-content .text-box .list-details li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}

.products-details-content .text-box .list-details li span {
    color: #9B9B9B;
}

.products-details-content .nav-tabs {
    border-bottom: 1px solid #DDD;
    margin-top: 50px;
}

.products-details-content .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 600;
    min-width: auto;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    border-radius: 3px;
    font-family: 'Rajdhani', sans-serif;
    color: #FFF;
    background-color: #00B8D4;
    border-bottom-right-radius: 0;
    border-color: #00B8D4;
    border-bottom-left-radius: 0;
    margin-right: 5px;
}

.products-details-content .nav-tabs .nav-item.show .nav-link,
.products-details-content .nav-tabs .nav-link.active {
    color: #9B9B9B;
    background-color: #FFF;
    border-color: #DDD;
    border-bottom: 0;
}

.products-details-content .tab-content>.active {
    border: 1px solid #DDD;
    padding: 40px;
    border-top: 0;
}

.products-details-content .tab-content>.tab-pane .title-tab {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-details-content .tab-content>.tab-pane p.explain {
    font-weight: 500;
    margin-bottom: 20px;
}

.products-details-content .add-comments .inner-add-comments-box.tab {
    margin-bottom: 0;
}

/* :: Contact US Page */
.contact-info-content {
    margin-bottom: 50px;
}

.contact-info-content .contact-box {
    padding: 20px 10px;
    border: 3px solid #DDD;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
}

.contact-info-content .contact-box:hover {}

.contact-info-content .contact-box i {
    font-size: 42px;
    line-height: 1;
    color: #8cbb0c;
    display: inline-block;
    margin-bottom: 25px;
}

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    display: block;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.contact-us .add-comments .inner-add-comments-box.last {
    margin-bottom: 0;
}

.contact-us .add-comments .inner-add-comments-box.last a {
    display: -ms-inline-grid;
    display: inline-grid;
}

.contact-us .add-comments .inner-add-comments-box button {
    border: 0;
}

/* :: Map */
.map-box {
    height: 100%;
    margin-right: 20px;
}

.map-box iframe {
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}

.page-404-area h2 {
    font-size: 250px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.page-404-area a {
    margin-top: 30px;
}

.about-text-box p {
    text-align: justify;
    margin-bottom: 5px;

}

.about-text-box p.btag b {
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.bookappint {
    padding: 48px 0 100px;
}

.logo img {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
}

.left50 {
    left: 50px;
    position: relative;
}

.opening-hours li p {
    color: #fff;
    margin-bottom: 12px;
}

.footers a img {
    width: 20px;
}

.right {
    float: right;
}

.adding0 {
    padding: 0 70px;
}

.nav-bar .nav-bar-links .level-2.width {
    min-width: 200px;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.what a {
    position: fixed;
    z-index: 999;
    background: #0d8d52;
    right: 24px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.departments-item-text-box img {
    width: 48px ! important;
    float: left;
}

.inbfs p {
    margin-bottom: 5px;
}

.inbfs {
    padding-top: 20px;
}

.testio h1 {
    font-size: 20px;
    color: #004e98;
    font-family: 'Roboto', sans-serif;
}

.testio span {
    font-size: 16px;
    color: #f9bd09;
    letter-spacing: 5px;
    margin-bottom: 5px;
    display: block;
}

.testio {
    border: 4px solid #ccc3;
    padding: 15px;
    margin-bottom: 20px;
}

.about-us .about-img-box img {
    width: 100%;
    border: 4px solid #fff;
    box-shadow: 8px 8px #43A047;
}

.servicesimg img {
    width: 100%;
    border-radius: 20px;
}

.departments .sec-title h3 {
    text-align: center;
    margin-bottom: 50px;
}

.servicesimg {
    margin-bottom: 20px;
}

.servicesimg a {
    font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 14px 0 5px;
    font-weight: 500;
}

.enge h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
}

.enge {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #ccc3;
}

.enge span {
    width: 80px;
    display: block;
    height: 80px;
    background: #a6ce39;
    margin: 0 auto;
    border-radius: 50%;
}

.enge span img {
    width: 70%;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
}

.emergency {
    position: relative;
    margin-top: -77px;
    z-index: 99;
}

.test h1 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 7px;
    color: #43A047;
}

.test h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}

.owl-carousel .tesimg img {
    width: 80px;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.modal-body .add-comments .inner-add-comments-box {
    margin-bottom: 15px;
}

.modal-body .add-comments .inner-add-comments-box textarea {
    height: 100px;
    display: block;
}

.modal-header h4.modal-title {
    font-family: 'Roboto', sans-serif;
    margin-left: 66px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.inner-add-comments-box .btn-1 {
    border: none ! important;
}

.quote-text-box {
    padding: 55px;
}

.books {
    padding-top: 40px;
    padding-left: 27px;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 i {
    font-size: 20px;
}

.top-navbar .content-box .website-info li:after {
    Display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    top: 11px;
    z-index: 9999;
    margin: 0 -12px;
}

.top-navbar .content-box .website-info li.none:after {
    display: none;
}

.top-navbar .content-box .website-info li.bold {
    font-weight: 400;
    font-size: 16px;
}

.aboutsection h2 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #43A047;
    margin-bottom: 7px;
}

.aboutsection h3 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 22px;
}

.aboutsection p {
    text-align: center;
    margin-bottom: 4px;
}

.aboutsection {
    padding: 50px 100px 30px;
}

.doctors-box:hover .img-box ul h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.doctors-box:hover .img-box ul p {
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.doctors-box:hover .img-box ul a {
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}

.doctors-box:hover .img-box ul a:hover {
    color: #43A047;
}

.footer .links.event li a {
    line-height: 30px;
}

.footer-title h4:after {
    content: "";
    Display: block;
    position: relative;
    background: #fff;
    height: 3px;
    width: 70px;
    top: 14px;
}

.footer-title h4:before {
    content: "";
    Display: block;
    position: relative;
    background: #a0d70b;
    height: 3px;
    width: 36px;
    top: 39px;
    z-index: 9;
}

.sosal li {
    list-style: none;
    float: left;
    margin-right: 5px;

}

.sosal li a {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}

.sosal li a:hover {
    background: #a0d70b;
    border: 1px solid #a0d70b;
    transition: all 0.3s;
    margin-top: -3px;
}

.opening-hours li p a {
    color: #a0d70b;
}

.opening-hours li p a:hover {
    color: #fff;
    transition: all 0.3s;
    padding-left: 4px;
}



nav>.nav.nav-tabs {

    border: none;
    color: #fff;
    background: #004d96;
    border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #004d96;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -59px;
    left: -50%;
    border: 15px solid transparent;
    border-top-color: #a4c955;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #a4c955;
    border-bottom: 5px solid #a4c955;
    padding: 30px 25px 10px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #a4c955;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.point li {
    list-style: none;
}

.homeser h1 {
    font-size: 22px;
    line-height: 20px;
    color: #0B3D91;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.homeser p {
    margin-bottom: 7px;
}

.point ul li p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
}

.point ul li span {
    float: left;
    font-size: 9px;
    color: #43A047;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.readmore a {
    background: #43A047;
    display: block;
    width: 120px;
    text-align: center;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    border-radius: 6px;
    margin-top: 12px;
    font-family: "Lato", sans-serif;
}

.readmore a:hover {
    background: #004d96;
    transition: all 0.3s;
}

.homeser p b {
    font-weight: 500;
}

.teamheading h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #43A047;
    margin-bottom: 7px;
}

.teamheading h3 {
    font-family: "Lato", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #43A047;
    width: 250px;
    padding: 12px;
    margin: 0 auto 50px;
    border-radius: 5px;
}

.mission {
    width: 180px;
    float: left;
    margin-right: 18px;
}

.missino {
    margin-bottom: 19px;
    background: #ccc3;
    padding: 14px;
    display: flex;
}

.provid ul li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
    display: flex;
}

.provid ul li i {
    font-size: 10px;
    padding-right: 5px;
    color: #43A047;
    position: relative;
    bottom: -8px;
    float: left;
}

.provid h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.sers h3 {
    font-family: "Lato", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #43A047;
    width: 500px;
    padding: 12px;
    margin: 0 auto 40px;
    border-radius: 5px;

}

.serviss li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
    display: flex;
}

.serviss li i {
    font-size: 10px;
    padding-right: 5px;
    color: #43A047;
    position: relative;
    bottom: -8px;
    float: left;
}

.serviss li p {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.fdoct h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 8px;
}

.booksudul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.booksudul li a {
    color: #fff;
    background: #43A047;
    padding: 16px;
    font-size: 16px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
}

.fdoct ul li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
    display: flex;
}

.fdoct ul li i {
    font-size: 10px;
    padding-right: 5px;
    color: #43A047;
    position: relative;
    bottom: -8px;
    float: left;
}

.fdoct ul li p {
    margin-bottom: 6px;
}

.minsection {
    padding: 80px 0;
}

.sersection {
    padding: 80px 0;
    background: #ccc3;
}

.teamsection {
    background: #ccc3;
    padding: 65px 0 65px;
}

.bottomsec {
    padding: 100px 0 100px;
}

.booksudul {
    margin-top: 30px;
}

.provid ul li p {
    margin-bottom: 5px;
}

.serviss ul li.pointright {
    padding-left: 15px;
}

.serviss ul li.pointright i {
    font-size: 15px;
}

.drp h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    padding-top: 14px;
}

.drp p {
    text-align: center;
    margin-top: 6px;
    line-height: 20px;
}

.profiless {
    width: 100%;
    max-width: 360px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding-bottom: 6px;
}

.profilenitish h2 {
    font-family: "Lato", sans-serif;
    font-size: 26px;
    margin-bottom: 3px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid #ccc;
    width: auto;
    padding: 9px 8px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
}

.profilenitish p.bold b {
    font-weight: 500;
    line-height: 20px;
}

.profilenitish p {
    margin-bottom: 10px;
}

.area h1 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    margin-bottom: 8px
}

.area ul li i {
    float: left;
    position: relative;
    font-size: 10px;
    top: 8px;
    padding-right: 5px;
    color: #43A047;
}

.area ul li {
    display: flex;
    margin-bottom: 7px;
}

.area ul li p {
    margin-bottom: 0;
}

.hedingap h2 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    margin-bottom: 12px;
}

.live ul li {
    display: flex;
    margin-bottom: 8px;
}

.live ul li i {
    float: left;
    position: relative;
    font-size: 10px;
    top: 8px;
    padding-right: 5px;
    color: #43A047;
}

.live ul li p {
    margin-bottom: 0;
}

.affi h1 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    margin-bottom: 12px;
}

.affi ul li {
    display: flex;
    margin-bottom: 8px;
}

.affi ul li i {
    float: left;
    position: relative;
    font-size: 10px;
    top: 8px;
    padding-right: 5px;
    color: #43A047;
}

.affi ul li p {
    margin-bottom: 0;
}

.exelitag li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}

.exelitag li a {
    background: #43A047;
    width: 220px;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.exelitag {
    width: 580px;
    margin: 50px auto;
}

.profiles {
    padding: 80px 0 0;
}

.sectoex {
    padding: 70px 0;
    background: #ccc3;
    margin: 45px 0;
}

.makeappoint {
    padding-bottom: 50px;
}

.sectionaffin {
    background: #ccc3;
    padding: 70px 0;
}

.widrh1 h3 {
    width: 255px;
}

.widrh2 h3 {
    width: 400px;
}

.drprofile {
    max-width: 720px;
    margin: 1.75rem auto;
}

.add-comments ul li {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
}

.add-comments ul li {
    display: flex;
    margin-bottom: 8px;
}

.add-comments ul li i {
    float: left;
    position: relative;
    font-size: 10px;
    top: 8px;
    padding-right: 5px;
    color: #43A047;
}

.add-comments ul li p {
    margin-bottom: 0px;
}

.profiless p b {
    font-weight: 500;
}

.exelitag li a:hover {
    background: #0B3D91;
    transition: all 0.3s;
}

.sppb-addon-content h2 {
    font-size: 22px;
    margin-top: 18px;
    margin-bottom: 0;
}

.toparch {
    padding-top: 5px;
}

.profiless img {
    margin: 0 auto;
    display: block;
}

.profiless a.book {
    background: #004d96;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-bottom: -6px;
}

.contactin h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;

}

.contactin li {
    display: inline-block;
    list-style: none;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.contactin li a {
    color: #000;
}

.contactin li a i {
    font-size: 16px;
    padding-right: 7px;
}

.contactin {
    margin-bottom: 15px;
}

.drp a.email {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: -7px;
}

hr.linerh {
    border-top: 2px solid #000;
}

.call a {
    bottom: 100px;
}

li.callus {
    display: inline-block;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0px;
    padding-left: 0;
    line-height: 1.1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    text-align: right;
}

.website-icon-social {
    padding-left: 400px;
}

.topher {
    padding: 0 70px;
}

.servicecontent h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;

}

.servicecontent h2.tinnittop {
    margin-top: 15px;
}

.servicecontent p {
    margin-bottom: 5px;
    text-align: justify;
}

.conte h2 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 17px;
}

.iconc {
    width: 100px;
    margin-right: 10px;
}

li.iconsc {
    list-style: none;
    display: flex;
    border: 1px solid #ccc;
    padding: 17px 10px;
    margin-bottom: 22px;
}

li.iconsc a {
    display: flex;
}

.doctors-box.lapra .text-box {
    margin-top: 25px;
    padding: 0 0px;
}

.doctors-box.lapra:hover .img-box ul {
    left: 0px;
    opacity: 1;
    visibility: visible;
    right: 0px;
    padding: 15px 20px;
}

.doctors-box.lapra .img-box ul {
    position: absolute;
    top: 0;
    left: -40px;
    opacity: 0;
    visibility: hidden;
    background: #004d96a8;
}

.doctors-box.lapra:hover .img-box ul p {
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
}

.doctors-box.lapra:hover .img-box ul h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.laparaviveo h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.harniala h1 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    margin: 11px 0 4px;
}

.harniala p {
    text-align: justify;
}

.harniala a {
    background: #43A047;
    display: block;
    text-align: center;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius: 4px;
}

.harniala a:hover {
    background: #004c97;
}

.harniala {
    margin-bottom: 40px;
}

.laparosection {
    padding-top: 60px;
}

.conte h2.robiti {
    position: relative;
    right: 36px;
}

.tvideo h1 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-align: center;
    background: #004d96;
    color: #fff;
    padding: 10px 9px;
    margin-top: -6px;
    line-height: 25px;
}

.tvideo {
    margin-bottom: 20px;
}

.tyleha ul li {
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-right: 21px;
    font-size: 16px;
    color: #000;
    width: 255px;
    margin-bottom: 10px;
}

.tyleha ul li i {
    font-size: 20px;
    color: #43A047;
    padding-right: 5px;
}

.tyec h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-bottom: 6px;
}

.tyec p {
    text-align: justify;
}

.hp h1 {
    margin-bottom: 6px;
}

.hp p {
    text-align: justify;
}

.affi ul li p a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
}

.doctors-box.lapra.toppri .img-box ul {
    position: absolute;
    top: 85px;
}

.colore h1 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.colore ul li a {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.colore ul li a:hover {
    color: #43A047;
}

.colore ul li a i {
    padding-right: 5px;
    color: #43A047;
    font-size: 10px;

}

.signlp p {
    text-align: center;
}

.heaiimg h2 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 18px 0 14px;
}

.adhri {
    display: flex;
    margin: 15px 0 20px;
}

.adhri span {
    float: left;
    width: 110px;
    margin-right: 0px;
}

.adhri h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.hering .affi h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 12px;
}

.lable {
    float: left;
    width: 125px;
    margin-right: 30px;
}

.lable input {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 15px;
}

.lable button {
    border: none;
    background: #0B3D91;
    color: #fff;
    padding: 10px 20px;
    float: left;
    width: 125px;
}

.callse h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.heading h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-bottom: 3px;
    margin-top: 0;
}

.logoc h1 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 35px;
}

.sectionlogo {
    padding: 60px 0;
}

.contse h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-bottom: 8px;
}

.secconcall p {
    margin-bottom: 5px;
}

.contse img {
    margin-bottom: 20px;
}

.sectioncont {
    padding: 60px 0;
}

.hertops {
    margin-bottom: 60px;
}

.hearingsection {
    margin: 50px 0 80px;
}

.gto {
    margin-top: 20px;
}

.tiunttop {
    margin-top: -107px;
}

.spacel {
    padding: 35px 0 0;
}

.aredmoreaa a {
    background: #004d96;
    display: block;
    width: 130px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 16px;
}

.aredmoreaa a:hover {
    background: #8cba0c;

}

.retop {
    margin-top: 20px;
}

.test {
    margin-bottom: 45px;

}

.footer-title img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 210px;
    margin-bottom: 10px;
}

.footer-title p {
    color: #fff;
}

.retop a {
    width: 130px;
    display: block;
    margin: 0 auto;
}

.videotag iframe {
    border: 2px solid #43A047;
    padding: 12px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.footer .links li a b {
    font-size: 18px;
}

.doctors-box .text-box a {
    color: #024585;
    font-size: 15px;
}

.inab {
    padding: 50px 0 90px;
}

.vire a {
    width: 130px;
    display: block;
    margin: 50px auto 0;
}

.videosection {
    background: #ccc3;
    padding: 70px 0;
    margin: 0px 0 15px;

}

.servics img {
    width: 100%;
}

.servics {
    background: #fff;
    padding: 10px;
    border: 1px solid #004d96;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);

}

.servics h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 5px;
}

.servics p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.servics a {
    color: #fbfbfb;
    text-align: center;
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background: #43A047;
    padding: 10px;
}

.test.colorwith h1 {
    color: #fff;
}

.test.colorwith h2 {
    color: #fff;
}

.servics a:hover {
    background: #004d96;
}

.branch-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 35px 20px;
}

.branch-item h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.branch-item p {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.branch-item .line-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.branch-item .line-icon i {
    margin: 0 10px;
    font-size: 18px;
    color: #43A047;
}

.branch-item .line-icon:before,
.branch-item .line-icon:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px dashed #787878;
}

.branch-item a {
    color: #0B3D91;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

[class*=col-]:nth-child(2n+2) .branch-item {
    box-shadow: none;
    background-color: #F8F8F8;
}

.hospitala a {
    margin: 50px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #43A047;
    padding: 15px;
    border-radius: 5px;
    width: 165px;
    text-align: center;
}

.padding100 {
    padding: 100px 0;
}

.attchments h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: #004d96;
    padding: 5px;
    margin-bottom: 22px;

}

.att {
    margin-bottom: 8px;
}

.att span.height {
    height: 60px;
}

.att span {
    float: left;
    font-size: 20px;
    color: #43A047;
    padding-right: 10px;
    position: relative;
    top: 0px;
}

.att p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #000;
}

.attchments {
    border: 2px solid #ccc;
    padding-top: 10px;
    margin: 0 0px 20px;

}

.serconte h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    margin: 18px 0 5px;
}

.serconte p {
    text-align: justify;
    margin-bottom: 5px;
}

.spoint h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #000;
    margin: 10px 0 8px;
}

.spoint ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 32px;
}

.spoint ul li i {
    font-size: 8px;
    position: relative;
    bottom: 2px;
    padding-right: 5px;
    color: #43A047;
}

.spoint ul.pointok li i {
    float: left;
    position: relative;
    top: 10px;
}

.spoint ul.pointok li {
    display: flex;
}

.serimg img {
    border: 1px solid #ccc;
    padding: 5px;
}

.inner-add-comments-box input {
    line-height: 20px;
    background: #43A047;
    color: #fff;
}

.yeade {
    width: 140px;
    background: #004d96;
    position: relative;
    bottom: 140px;
    padding: 17px;
    text-align: left;
    left: 5px;
}

.yeade h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

.yeade h1 span {
    display: block;
    font-size: 35px;
}

.counu span {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    display: block;
    font-weight: 500;
    margin-top: 16px;
}

.counu h1 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    display: block;
    font-weight: 500;
}

.contur {
    background: #0B3D91;
    margin-bottom: 101px;
    padding: 15px;
    border-radius: 10px;
}

.counu {
    color: #fff;
    text-align: center;
}

.counu img {
    width: 75px;
    margin: 0 auto 10px;
    display: block;
}

.home.py-100 {
    padding: 100px 0 0;
}

.tetmentss h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    color: #000;
}

.tetmentss img {
    width: 100px;
    margin: 0 auto 17px;
    display: block;
}

.tetmentss a {
    color: #fff;
    display: block;
    text-align: center;
    background: #43A047;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    width: 150px;
    margin: 15px auto 0;
}

.tetmentss {
    border: 4px solid #004d96e0;
    padding: 25px 0;
    margin-bottom: 20px;
}

.tetmentss a:hover {
    background: #004d96e0;
}