/*
::
:: Theme Name: Al-Anwar | Medical and Doctor HTML 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-  :: Navbar
    03-  :: Search Box
    04-  :: Header
    05-  :: Feature
    06-  :: About
    07-  :: Services
    08-  :: Get Now Packages
    09-  :: Department
    10-  :: Statistic
    11-  :: Doctors
    12-  :: Appointment
    13-  :: Gallery
    14-  :: Testimonials
    15-  :: Blog
    16-  :: Footer
    17-  :: 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 {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    background-color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    color: #A5A5A5;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #3EB7E9;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #3EB7E9;
    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: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.py-100{
    padding: 100px 0;
}
.py-100-70{
    padding: 100px 0 70px 0;
}
.overlay,
.overlay-1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.overlay-1{
    background-color: rgba(34, 34, 34, 0.5);
}
.btn-1,
.btn-2,
.btn-3,
.btn-4{
    background-color: #3EB7E9;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border: 2px solid #3EB7E9;
}
.btn-1 i,
.btn-2 i,
.btn-3 i,
.btn-4 i{
    margin-right: 8px;
}
.btn-1:hover{
    background-color: #006492;
    border: 2px solid #006492;
}
.btn-2{
    background-color: #006492;
    border: 2px solid #006492;
}
.btn-2:hover{
    background-color: #3EB7E9;
    border: 2px solid #3EB7E9;
}
.btn-3{
    background-color: #222;
    border: 2px solid #222;
}
.btn-3:hover{
    background-color: #3EB7E9;
    border: 2px solid #3EB7E9;
}
.btn-4{
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #3EB7E9;
}
.btn-4:hover{
    background-color: #3EB7E9;
    border: 2px solid #3EB7E9;
}
.sec-title{
    margin-bottom: 60px;
}
.sec-title h2{
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 0;
    color: #006492;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 2px;
}
.sec-title h3{
    color: #222;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.25;
}
.sec-title h3 span{
    color: #3EB7E9;
}
.sec-title .icon{
    position: relative;
    display: inline-block;
}
.sec-title .icon::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3EB7E9) ,color-stop(rgba(62, 183, 233, 0.5)) , to(transparent));
    background-image: -o-linear-gradient(left, #3EB7E9 ,rgba(62, 183, 233, 0.5) , transparent);
    background-image: linear-gradient(90deg, #3EB7E9 ,rgba(62, 183, 233, 0.5) , transparent);
    left: 110%;
    top: 12px;
}
.sec-title .icon::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#3EB7E9) ,color-stop(rgba(62, 183, 233, 0.5)) , to(transparent));
    background-image: -o-linear-gradient(right, #3EB7E9 ,rgba(62, 183, 233, 0.5) , transparent);
    background-image: linear-gradient(-90deg, #3EB7E9 ,rgba(62, 183, 233, 0.5) , transparent);
    right: 110%;
    top: 12px;
}
.sec-title .sec-icon{
    font-size: 30px;
    line-height: 1;
    color: #3EB7E9;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}
.sec-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* :: 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%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.loading .loading-box img{
    width: 100px;
    -webkit-animation: bg-img-scale 4s infinite;
            animation: bg-img-scale 4s infinite;
}
@-webkit-keyframes bg-img-scale {
    0% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }

    20% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    40% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }

    60% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    80% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }

    100% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }
}
@keyframes bg-img-scale {
    0% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }

    20% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    40% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }

    60% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    80% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }

    100% {
      -webkit-transform: scale(.75);
              transform: scale(.75);
    }
}

/* :: Navbar */
.nav-box.active{
    background-color: #FFF;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}
.nav-box.hide {
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/* :: Top Navbar */
.top-nav{
    background-color: #FFF;
    overflow: hidden;
    padding: 20px 20px 40px 20px;
    margin-top: 20px;
}
.nav-box.active .top-nav{
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.top-nav .logo{
    float: left;
}
.top-nav .logo a{
    display: block;
}
.top-nav .logo a img{
    width: 180px;
}
.top-nav .logo .open-nav-bar{
    display: none;
}
.top-nav .nav-info{
    float: right;
}
.top-nav .nav-info .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-nav .nav-info .info{
    display: inline-block;
}
.top-nav .nav-info .info i{
    font-size: 45px;
    float: left;
    line-height: 1;
    color: #3EB7E9;
}
.top-nav .nav-info .info:hover i{
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8)
}
.top-nav .nav-info .info .text-info{
    padding-left: 60px;
}
.top-nav .nav-info .info .text-info li a{
    color: #a5a5a5
}
.top-nav .nav-info .info .text-info li a span{
    font-weight: bold;
}
.top-nav .nav-info .btn-1{
    margin-left: 20px;
}

/* :: Bottom Navbar */
.nav-bar{
    margin: -20px 20px 0px 20px;
    background-color: #006492;
    padding: 0 20px;
}
.nav-box.active .nav-bar{
    margin-left: 0;
    margin-right: 0;
}
.nav-bar .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav-bar .box > ul > li{
    display: inline-block;
    position: relative;
}
.nav-bar .box ul li a{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar .box ul li a:hover,
.nav-bar .box ul li a.color-active{
    color: #3EB7E9;
}
.nav-bar .box ul li.has-menu > a:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 6px;
}
.nav-bar .box > ul ul li a:after{
    display: none;
}
.nav-bar .box ul li.has-menu > ul a:after{
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.nav-bar .box > ul ul{
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    padding: 28px 0;
    top: 100%;
    left: 0;
    min-width: 220px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .box > ul li:hover > ul{
    -webkit-transform: translateY(00px);
        -ms-transform: translateY(00px);
            transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .box > ul ul li{
    position: relative;
    padding: 0 30px 0 40px;
}
.nav-bar .box > ul ul li a{
    color: #A5A5A5;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0;
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
}
.nav-bar .box > ul ul li:hover a{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.nav-bar .box > ul ul ul{
    left: 100%;
    top: 0;
}
.nav-bar .box > ul ul ul li a{
    -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
}
.nav-bar .box > ul ul ul li:hover a{
    -webkit-transform: translateX(10px) !important;
        -ms-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
}
.nav-bar .box .level-1:first-of-type{
    
}
.nav-bar .box .level-1:last-of-type li a{
    padding-right: 0;
}
.nav-bar .box .level-1:last-of-type li:last-of-type a{
    margin: 0;
}
.nav-bar .box ul li.cart .cart-popup{
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 20px;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .box ul li.cart:hover .cart-popup{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .box ul li.cart .cart-popup .item{
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nav-bar .box ul li.cart .cart-popup .item img{
    width: 50px;
    height: 50px;
    float: left;
}
.nav-bar .box ul li.cart .cart-popup .item .item-content{
    padding-left: 65px;
    padding-right: 25px;
}
.nav-bar .box ul li.cart .cart-popup .item .item-content div{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #222;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.nav-bar .box ul li.cart .cart-popup .item .item-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.nav-bar .box ul li.cart .cart-popup .item .delete-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #222;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .box ul li.cart .cart-popup .item .delete-item:hover{
    background-color: #3EB7E9;
}
.nav-bar .box ul li.cart .cart-popup .subtotal span{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
.nav-bar .box ul li.cart .cart-popup .subtotal span:last-of-type{
    float: right;
    color: #3EB7E9;
}
.nav-bar .box ul li.cart .cart-popup .button-cart{
    margin-top: 20px;
}
.nav-bar .box ul li.cart .cart-popup .button-cart button{
    outline: none;
    padding: 0 22px;
}
.nav-bar .box ul li.cart .cart-popup .button-cart button:first-of-type{
    margin-right: 10px;
}

/* :: Search Box */
.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    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: 35px;
    color: #222;
    border: 0;
    border-bottom: 1px solid #CCC;
}
.search-box form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #3EB7E9;
    border: 0;
    outline: none;
}
.search-box .close-search{
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #222;
    cursor: pointer;
}
.search-box .close-search:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    color: #3EB7E9;
}

/* :: Header */
.header{
    height: 100vh;
}
.header-2{
    background-image: url(../images/header/02_header.jpg);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-2{
    background-image: url(../images/header/03_header.jpg);
    height: auto;
}
.header-2 .box-padding{
    padding-top: 270px;
    padding-bottom: 220px;
}
.header .hero-slider .box-slider{
    position: relative;
    overflow: hidden;
}
.header .hero-slider .box-slider .bg-slider{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes bg-slider-scale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}
@keyframes bg-slider-scale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}
.banner .top-handline{
    line-height: 23px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
    color: #006492;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.banner .handline{
    color: #222;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1.2;
    font-size: 52px;
    margin-bottom: 30px;
}
.banner .about-website{
    text-transform: capitalize;
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
}
.banner .button a:first-of-type{
    margin-right: 20px;
}
.banner .button .open-video{
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-weight: 600;
}
.banner .button .open-video:hover{
    color: #006492;
}
.banner .button .open-video i{
    border-radius: 50%;
    border: 2px solid #FFF;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    margin-right: 8px;
}
.banner .button .open-video:hover i{
    border: 2px solid #006492;
    color: #006492;
}
.header .hero-slider.owl-theme .owl-dots{
    display: none;
}
.header .hero-slider .hero-slider-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.header .hover-nav:hover .hero-slider-nav{
    opacity: 1;
    visibility: visible;
}
.header .hero-slider .hero-slider-nav button{
    background-color: #3EB7E9;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #3EB7E9;
    outline: none;
}
.header .hero-slider .hero-slider-nav button:hover{
    background-color: #006492;
    border: 1px solid #006492;
}
.header .hero-slider .hero-slider-nav button:last-of-type{
    float: right;
}

/* :: Feature */
.feature .feature-box{
    width: 950px;
    margin-top: -234px;
    background-color: #FFF;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 30px;
}
.feature-item{
    margin-bottom: 30px;
}
.feature .feature-box .feature-item{
    width: calc(100% / 3);
    float: left;
    padding-right: 30px;
    margin-bottom: 0;
}
.feature-item i{
    font-size: 45px;
    float: left;
    line-height: 1;
    color: #3EB7E9;
}
.feature-item:hover i{
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.feature-item .item-text{
    padding-left: 60px;
}
.feature-item .item-text span{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 5px;
    color: #006492;
}
.feature-item .item-text h4{
    color: #222;
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
}
.feature-item .item-text p{
    margin-bottom: 0;
}
.feature-item .item-text a{
    color: #222;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}
.feature-item .item-text a:hover{
    color: #3EB7E9;
}
.feature-2 .feature-box{
    overflow: hidden;
    margin-top: -120px;
    position: relative;
}
.feature-3 .feature-box{
    margin-top: 0;
}
.feature-2 .feature-item{
    width: calc(100% / 3);
    float: left;
    margin: 0;
    padding: 30px;
}
.feature-2 .feature-item:nth-of-type(1),
.feature-2 .feature-item:nth-of-type(3){
    background-color: #3EB7E9;
}
.feature-2 .feature-item:nth-of-type(2){
    background-color: #006492;
}
.feature-2 .feature-item i,
.feature-2 .feature-item .item-text span,
.feature-2 .feature-item .item-text h4,
.feature-2 .feature-item .item-text p,
.feature-2 .feature-item .item-text a{
    color: #FFF;
}
.feature-2 .feature-item .item-text a:hover{
    color: #222;
}
.feature-2 .feature-item{
    text-align: center;
}
.feature-3 .feature-item i{
    float: none;
    display: inline-block;
}
.feature-3 .feature-item .item-text{
    padding: 0;
}
.feature-3 .feature-item .item-text span{
    margin-top: 15px;
}

/* :: About Us */
.about{
    background-image: url(../images/about/02_about.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about .text-box .sec-title{
    margin-bottom: 20px;
}
.about .text-box .sec-title h3{
    margin: 0;
}
.about .text-box p:last-of-type{
    margin-bottom: 0;
}
.about .text-box .signature{
    width: 160px;
    margin: 28px 0;
    display: block;
}
.about .img-box{
    position: relative;
}
.about .img-box .logo-website{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3EB7E9;
    padding: 20px;
}
.about .img-box .logo-website img{
    width: 50px;
}
.open-hours{
    background-color: #222;
    padding: 80px 50px;
}
.open-hours h5{
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #3EB7E9;
    font-size: 18px;
}
.open-hours ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-top: 15px;
    display: block;
    color: #FFF;
}
.open-hours ul li span{
    float: right;
    font-weight: bold;
}

/* :: About Us 2 */
.about-2 .col-lg-6{
    padding: 0;
}
.about-2 .img-box{
    position: relative;
    margin-bottom: 30px;
}
.about-2 .img-box .about-img{
    padding-right: 50px;
}
.about-2 .img-box .about-img img{
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
}
.mission{
    position: absolute;
    width: 250px;
    background-color: rgba(62, 183, 233, 0.9);
    padding: 30px;
    bottom: -30px;
    left: 30px;
}
.mission i{
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}
.mission h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #FFF;
}
.mission p{
    color: #FFF;
    margin: 0;
}
.about-2 .text-box{
    margin: 0 30px;
}
.about-2 .text-box .sec-title{
    margin-bottom: 40px;
}
.about-2 .text-box .sec-title h3{
    margin-bottom: 0;
    font-size: 45px;
}
.about-2 .text-box p{
    margin-bottom: 25px;
}
.about-2 .text-box p.bold{
    font-size: 17px;
    font-weight: 700;
    color: #222;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}
.about-2 .text-box .signature{
    width: 180px;
}

/* :: Services */
.services{
    background-color: #F9F9F9;
}
.services-item{
    margin-bottom: 30px;
}
.services-item .item-icon{
    font-size: 45px;
    float: left;
    line-height: 1;
    color: #3EB7E9;
}
.services-2 .services-item .item-icon,
.department-2 .services-item .item-icon{
    float: none;
}
.services-item:hover .item-icon{
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.services-item .item-content{
    padding-left: 60px;
}
.services-2 .services-item .item-content,
.department-2 .services-item .item-content{

    padding-left: 0;
}
.services-item .item-content h4{
    color: #222;
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
}
.services-2 .services-item .item-content h4,
.department-2 .services-item .item-content h4{
    margin-top: 25px;
}
.services-item .item-content p{
    margin-bottom: 0;
}
.services-item .item-content a{
    color: #222;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}
 .services-item .item-content a:hover{
    color: #3EB7E9;
}

/* :: Get Now Packages */
.get-now-packages{
    background-image: url(../images/get-now-packages/01_get-now-packages.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.get-now-packages .sec-title{
    margin-bottom: 40px;
}
.get-now-packages .sec-title h3{
    margin-bottom: 0;
    font-size: 50px;
    color: #FFF;
}

/* :: Department */
.department{
    background: #F9F9F9 url(../images/01_bg.png);
    position: relative;
    background-position: center;
}

/* :: Statistic */
.statistic{
    background-image: url(../images/statistic/01_statistic.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.statistic .statistic-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
}
.statistic .statistic-item .count{
    color: #3EB7E9;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    position: relative;
    line-height: 1;
    display: inline-block;
    margin-right: 15px;
}
.statistic .statistic-item .count:after{
    content: '+';
}
.statistic .statistic-item .item-contact .name-item{
    color: #FFF;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.43px;
    display: inline-block;
}
.statistic .statistic-item .item-contact p{
    margin-bottom: 0;
    margin-top: 5px;
    color: #FFF;
}

/* :: Doctors */
.doctors .doctor-item{
    margin-bottom: 30px;
    position: relative;
}
.doctors .doctor-item .img-box{
    overflow: hidden;
}
.doctors .doctor-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;
}
.doctors .doctor-item .text-box{
    padding: 0 15px;
}
.doctors-2 .doctor-item .text-box{
    position: absolute;
    background-color: rgba(62, 183, 233, 0.9);
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.doctors-2 .doctor-item:hover .text-box{
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.doctors-2 .doctor-item .text-box .box{
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    text-align: center;
}
.doctors-2 .doctor-item:hover .text-box .box{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.doctors .doctor-item .text-box h5{
    color: #222;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .3px;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.doctors .doctor-item .text-box span{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #3EB7E9;
    display: inline-block;
}
.doctors .doctor-item .text-box ul li{
    display: inline-block;
    margin-right: 15px;
}
.doctors .doctor-item .text-box ul li:last-of-type{
    margin-right: 0;
}
.doctors .doctor-item .text-box ul li a{
    color: #222;
    font-size: 16px;
}
.doctors .doctor-item .text-box ul li:hover a{
    color: #3EB7E9;
}
.doctors-2 .doctor-item .text-box h5,
.doctors-2 .doctor-item .text-box span,
.doctors-2 .doctor-item .text-box p,
.doctors-2 .doctor-item .text-box ul li a{
    color: #FFF;
}
.doctors-2 .doctor-item .text-box ul li:hover a{
    color: #222;
}

/* :: Appointment */
.appointment{
    background-image: url(../images/appointment/01_appointment.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.appointment-item{
    background-color: #FFF;
    padding: 80px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
}
.header-2 .appointment-item{
    padding: 40px;
}
.appointment-item .sec-title{
    margin-bottom: 30px;
}
.appointment-item .sec-title h3{
    margin: 0 0 20px 0;
}
.appointment-item .sec-title p{
    font-size: 14px;
}

/* :: Form */
form .form-item{
    margin-bottom: 30px;
}
form .form-item:last-of-type{
    margin-bottom: 0;
}
form .form-item input{
    border: 0;
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
}
form .form-item textarea{
    border: 0;
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    display: block;
    min-height: 120px;
}
form .form-item input:focus,
form .form-item textarea:focus{
    border-color: #3EB7E9;
}

/* :: Niceselect */
.nice-select{
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #E9E9E9;
    width: 100%;
    padding: 0 0 10px 0;
    line-height: unset;
    height: auto;
    background-color: transparent;
    color: #A5A5A5;
    font-size: 13px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus{
    border-color: #3EB7E9;
}
.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;
    border-radius: 0;
    min-width: 180px;
}
.nice-select .option{
    padding: 0 30px 0 40px;
}
.nice-select .option.selected,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus{
    color: #3EB7E9;
}

/* :: Datepicker */
.datepicker{
    padding: 28px;
}

/* :: Gallery */
.gallery-slider .gallery-item{
    overflow: hidden;
    position: relative;
}
.gallery-slider .gallery-item:hover .gallery-item-img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
}
.gallery-slider .gallery-item .gallery-box-hover{
    position: absolute;
    background-color: rgba(62, 183, 233, 0.9);
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery-slider .gallery-item:hover .gallery-box-hover{
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.gallery-slider .gallery-item .gallery-box-hover .text-box{
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    text-align: center;
}
.gallery-slider .gallery-item:hover .gallery-box-hover .text-box{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.gallery-slider .gallery-item .gallery-box-hover .text-box h5{
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
}
.gallery-slider .gallery-item .gallery-box-hover .text-box span{
    width: 50px;
    height: 2px;
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.gallery-slider .gallery-item .gallery-box-hover .text-box .icon .link-icon{
    display: inline-block;
    margin: 0 5px;
}
.gallery-slider .gallery-item .gallery-box-hover .text-box .icon .link-icon a{
    background-color: #FFF;
    font-size: 16px;
    color: #3EB7E9;
    line-height: 44px;
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #FFF;
    width: 44px;
    height: 44px;
}
.gallery-slider .gallery-item .gallery-box-hover .text-box .icon .link-icon a:hover{
    background-color: #222;
    border: 1px solid #222;
}
.gallery-slider .gallery-slider-nav button{
    background-color: #222;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #222;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    opacity: 0;
    visibility: hidden;
}
.gallery-slider .gallery-slider-nav button:last-of-type{
    left: auto;
    right: 15px;
}
.gallery-slider .gallery-slider-nav button:hover{
    background-color: #3EB7E9;
    border-color: #3EB7E9;
}
.gallery-slider:hover .gallery-slider-nav button{
    opacity: 1;
    visibility: visible;
}
.gallery-slider.owl-theme .owl-dots{
    display: none;
}

/* :: Testimonials */
.testimonials{
    background-image: url(../images/testimonials/01_testimonials-bg.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .sec-title h2,
.testimonials .sec-title h3,
.testimonials .sec-title .sec-icon,
.testimonials .sec-title p{
    color: #FFF;
}
.testimonials .sec-title .icon:before,
.testimonials .sec-title .icon:after{
    background: #FFF;
}
.testimonials-slider .testimonials-item{
    background-color: #FFF;
    padding: 30px;
    position: relative;
}
.testimonials-slider-2 .testimonials-item{
    padding: 0;
    background-color: transparent;
    text-align: center;
}
.testimonials-slider .testimonials-item .testimonials-item-img{
    float: left;
    width: 65px;
    border-radius: 5px;
}
.testimonials-slider-2 .testimonials-item .img-box{
    display: inline-block;
    position: relative;
}
.testimonials-slider-2 .testimonials-item .img-box .testimonials-item-img{
    float: none;
    width: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
}
.testimonials-slider-2 .testimonials-item .img-box .quotes-2{
    color: #3EB7E9;
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #FFF;
    line-height: 0.9;
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.testimonials-slider .testimonials-item .text-box{
    padding-left: 80px;
}
.testimonials-slider-2 .testimonials-item .text-box{
    padding: 0;
}
.testimonials-slider-2 .testimonials-item .text-box p.text{
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    color: #EEE;
    margin-bottom: 25px;
}
.testimonials-slider .testimonials-item .text-box .item-name h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #222;
}
.testimonials-slider-2 .testimonials-item .text-box .item-name h5{
    font-size: 20px;
    color: #EEE;
}
.testimonials-slider .testimonials-item .text-box .item-name span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #3EB7E9;
}
.testimonials-slider .testimonials-item i.quotes{
    position: absolute;
    line-height: 0.8;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #3EB7E9;
    font-size: 30px;
    bottom: 30px;
    left: 30px;
}
.testimonials-slider-2 .testimonials-item i.quotes{
    
}
.testimonials-slider.owl-theme .owl-nav{
    display: none;
}
.testimonials-slider.owl-theme .owl-dots{
    line-height: 1;
    margin-top: 30px;
}
.testimonials-slider.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.testimonials-slider.owl-theme .owl-dots .owl-dot span{
    width: 25px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.26);
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 1px;
    margin: 0 5px;
}
.testimonials-slider.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slider.owl-theme .owl-dots .owl-dot.active span{
    background-color: #3EB7E9;
}

/* :: Blog */
.blog .blog-item{
    margin-bottom: 30px;
}
.blog .blog-item .img-box{
    position: relative;
    overflow: hidden;
}
.blog .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 .blog-item .img-box ul{
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #3EB7E9;
    padding: 2px 15px;
}
.blog .blog-item .img-box ul li{
    display: inline-block;
}
.blog .blog-item .img-box ul li a{
    font-size: 13px;
    text-transform: capitalize;
}
.blog .blog-item .img-box ul li:hover a{
    color: #222;
}
.blog .blog-item .text-box{
    padding: 30px 30px 0px 30px;
}
.blog .blog-item .text-box .title-blog{
    display: block;
}
.blog .blog-item .text-box h5{
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 15px 0;
    font-weight: 600;
    color: #222;
}
.blog .blog-item .text-box .title-blog:hover,
.blog .blog-item .text-box h5:hover{
    color: #3EB7E9;
}
.blog .blog-item .text-box .link{
    display: inline-block;
    color: #222;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid #222;
    padding-bottom: 4px;
}
.blog .blog-item .text-box .link:hover{
    color: #3EB7E9;
    border-bottom: 2px solid #3EB7E9;
}

/* :: Footer */
.footer{
    background-color: #222;
    position: relative;
    padding-top: 80px;
}
.footer-2{
    background-color: transparent;
    padding-top: 0;
}
.footer .logo img{
    width: 200px;
}
.footer .logo p{
    margin: 30px 0;
}
.footer .logo ul li{
    display: inline-block;
    margin-right: 8px;
}
.footer .logo ul li:last-of-type{
    margin-right: 0;
}
.footer .logo ul li a{
    background-color: #FFF;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 35px;
    color: #3EB7E9;
}
.footer.footer-2 .logo ul li a{
    background-color: #3EB7E9;
    color: #FFF;
}
.footer .logo ul li:hover a{
    background-color: #3EB7E9;
    color: #FFF;
}
.footer.footer-2 .logo ul li:hover a{
    background-color: #006492;
}
.footer .footer-title h4 {
    color: #FFF;
    margin-bottom: 30px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #3EB7E9;
    padding: 0px 0px 20px 0px;
    display: inline-block;
}
.footer-2 .footer-title h4{
    color: #222;
}
.footer .links{
    overflow: hidden;
}
.footer .links li{
    width: 50%;
    float: left;
}
.footer .links li a{
    display: block;
    position: relative;
    color: #B4B4B4;
    font-size: 14px;
    line-height: 35px;
}
.footer .links li:hover a{
    color: #3EB7E9;
}
.footer .links li a i{
    color: #3EB7E9;
    font-size: 12px;
    margin-right: 2px;
}
.news-item{
    margin-bottom: 22px;
    overflow: hidden;
}
.news-item:last-of-type{
    margin-bottom: 0px;
}
.news-item img{
    float: left;
    height: 60px;
    width: 60px;
}
.news-item .item-content{
    padding-left: 70px;
}
.news-item .item-content span a{
    color: #3EB7E9;
    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: #B4B4B4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5{
    color: #3EB7E9;
}
.footer .contact-us{
    margin-bottom: 30px;
}
.footer .contact-us:last-of-type{
    margin-bottom: 0px;
}
.footer .contact-us span{
    font-size: 15px;
    color: #CCC;
    font-family: monospace;
    font-style: italic;
}
.footer .contact-us div{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #B4B4B4;
    margin-top: 5px;
}
.footer .reserved{
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid #EEE;
    line-height: 1;
}
.footer-2 .reserved{
    margin-top: 100px;
}
.footer .reserved p{
    font-weight: 500;
    font-size: 13px;
    color: #A5A5A5;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 1;
    display: inline-block;
}
.footer .reserved ul{
    float: right;
}
.footer .reserved ul li{
    display: inline-block;
    margin: 0 5px;
}
.footer .reserved ul li:last-of-type{
    margin-right: 0;
}
.footer .reserved ul li a{
    font-size: 13px;
    color: #A5A5A5;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
}
.footer .reserved ul li:hover a{
    color: #3EB7E9;
}

/* :: 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: #3EB7E9;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #3EB7E9;
    outline: none;
}
.scroll-up:hover a{
    background-color: #006492;
    border: 1px solid #006492;
}

/* :: Provide */
.provide .img-box{
    position: relative;
    margin-bottom: 30px;
}
.provide-about{
    padding-bottom: 0;
}
.provide .img-box .provide-img img{
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
}
.need-doctors{
    position: absolute;
    width: 300px;
    background-color: rgba(62, 183, 233, 0.9);
    padding: 30px;
    bottom: -30px;
    right: 30px;
}
.need-doctors h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #FFF;
}
.need-doctors p{
    color: #FFF;
}
.provide .text-box .sec-title{
    margin-bottom: 40px;
}
.provide .text-box .sec-title h3{
    margin-bottom: 0;
    font-size: 45px;
}
.provide .statistic-2{
    overflow: hidden;
    margin-top: 30px;
}
.provide .statistic-2 .statistic-2-item{
    width: 120px;
    float: left;
    margin-right: 30px;
}
.provide .statistic-2 .statistic-2-item:last-of-type{
    margin-right: 0;
}
.provide .statistic-2 .statistic-2-item .count{
    color: #006492;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    position: relative;
    line-height: 1;
    display: inline-block;
}
.provide .statistic-2 .statistic-2-item .item-contact .name-item{
    color: #222;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.43px;
    margin: 8px 0;
}
.provide .statistic-2 .statistic-2-item .item-contact p{
    margin-bottom: 0;
}

/* :: FAQS */
.faqs .img-box .provide-img img {
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
            box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
}
.faqs .text-box .sec-title{
    margin-bottom: 40px;
}
.faqs .text-box .sec-title h3{
    margin-bottom: 0;
    font-size: 45px;
}

/* :: Questions */
.questions .questions-box{
    border: 1px solid #EEE;
    padding: 22px;
    margin-bottom: 30px;
}
.questions .questions-box:last-of-type{
    margin-bottom: 0;
}
.questions .questions-box .question-header{
    line-height: 1;
}
.questions .questions-box .question-header .click{
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #17223E;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}
.questions .questions-box .question-header .click i{
    color: #FFF;
    background-color: #3EB7E9;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 19px;
    width: 19px;
    line-height: 20px;
    text-align: center;
}
.questions .questions-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);
}
.questions .questions-box .answer p{
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    color: #A5A5A5;
    border-top: 1px solid transparent;
}
.questions .questions-box .answer.show p{
    border-top: 1px solid #EEE;
}

/* :: Breadcrumb Header */
.breadcrumb-header{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 300px 0 130px 0;
}
.breadcrumb-header .breadcrumb-box h1{
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #222;
}
.breadcrumb-header .breadcrumb-box p{
    text-transform: capitalize;
    font-size: 16px;
    color: #343434;
    font-weight: 600;
    line-height: 25px;
}
.breadcrumb-header .breadcrumb-box .list-breadcrumb{
    margin-top: 30px;
}
.breadcrumb-header .breadcrumb-box .list-breadcrumb li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    text-transform: capitalize;
}
.breadcrumb-header .breadcrumb-box .list-breadcrumb li:last-of-type{
    margin: 0;
}
.breadcrumb-header .breadcrumb-box .list-breadcrumb li a{
    color: #343434;
}
.breadcrumb-header .breadcrumb-box .list-breadcrumb li:hover,
.breadcrumb-header .breadcrumb-box .list-breadcrumb li:hover a{
    color: #3EB7E9;
}

/* :: About Page */
.feature-about{
    padding-top: 100px;
}
.feature-about .feature-item{
    margin-bottom: 0;
}

/* :: Departments Details And Services Details Page */
.departments-details .open-hours,
.services-details .open-hours{
    margin-bottom: 30px;
}
.departments-details .mission,
.services-details .mission{
    position: unset;
    width: auto;
    margin-bottom: 30px;
}
.departments-details .need-doctors,
.services-details .need-doctors{
    position: unset;
    margin-top: 30px;
    width: auto;
}
.departments-details .text-box,
.services-details .text-box{
    margin-top: 30px;
}
.departments-details .text-box h4,
.services-details .text-box h4{
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3EB7E9;
}
.departments-details .text-box h5,
.services-details .text-box h5{
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #006492;
}
.departments-details .text-box ul,
.services-details .text-box ul{
    overflow: hidden;
}
.departments-details .text-box ul li,
.services-details .text-box ul li{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.departments-details .text-box ul li i,
.services-details .text-box ul li i{
    margin-right: 8px;
    color: #006492;
}
.departments-details .text-box ul:last-of-type li,
.services-details .text-box ul:last-of-type li{
    float: left;
    width: 50%;
    padding-right: 10px;
}
.doctors-departments-details{
    background-color: #F9F9F9;
}

/* :: Appointment Page */
.box-calender{
    margin-bottom: 50px;
}
.box-calender .calender-date .datepicker{
    padding: 0;
    width: 100%;
}
.box-calender .calender-date .datepicker table{
    width: 100%;
}
.box-calender .calender-date .datepicker table thead tr:nth-of-type(2){
    background-color: #3EB7E9;
    border-radius: 0;
}
.box-calender .calender-date .datepicker table thead tr:nth-of-type(2) th{
    color: #FFF;
    border-radius: 0;
    font-size: 15px;
    padding: 20px;
}
.box-calender .calender-date .datepicker table thead tr:nth-of-type(2) th:hover{
    background-color: #006492;
}
.box-calender .calender-date .datepicker table thead tr:last-of-type th{
    padding: 15px 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    border: 1px solid #EAEAEA;
    border-top: 0;
}
.box-calender .calender-date .datepicker table tbody tr td{
    padding: 15px 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    border: 1px solid #EAEAEA;
    border-top: 0;
}
.box-calender .calender-date .datepicker table tbody tr td:hover{
    background: #006492;
    color: #FFF;
    border-radius: 0;
    border-color: #006492;
}
.box-calender .calender-date .datepicker table tbody tr td.active{
    background: #3EB7E9;
    color: #FFF;
    border-radius: 0;
    border-color: #3EB7E9;
}
.box-calender .calender-date .datepicker table tbody tr td.old,
.box-calender .calender-date .datepicker table tbody tr td.new{
    opacity: 0.7;
}
.box-calender .datepicker table tr td span.active.active{
    background: #3EB7E9;
    border: 0;
    border-radius: 0;
}
.box-calender .datepicker table tr td span.focused,
.box-calender .datepicker table tr td span:hover{
    background: #3EB7E9;
    border: 0;
    border-radius: 0;
}
.box-appointment-doctors{
    overflow-x: scroll;
}
.box-appointment-doctors .table{
    margin: 0;
}
.box-appointment-doctors .table thead tr th,
.box-appointment-doctors .table tbody tr th{
    background-color: #F9F9F9;
    vertical-align: bottom;
    padding: 20px 0px;
    text-align: center;
    line-height: 1;
    color: #222;
    font-weight: 700;
    border: 1px solid #EAEAEA;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    min-width: 150px;
}
.box-appointment-doctors .table tbody tr td{
    border: 1px solid #EAEAEA;
}
.box-appointment-doctors .table tbody tr td.active-1{
    background-color: #3EB7E9;
}
.box-appointment-doctors .table tbody tr td.active-2{
    background-color: #006492;
}
.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;
}

/* :: Widget */
.widget{
    margin-bottom: 40px;
}
.widget .widget-title{
    padding-bottom: 25px;
}
.widget .widget-title h3{
    line-height: 1.2;
    text-transform: capitalize;
    color: #222;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.widget .widget-body .search{
    position: relative;
}
.widget .widget-body .search input{
    position: relative;
    border: 1px solid #E9E9E9;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
}
.widget .widget-body .search input:focus{
    border-color: #3EB7E9;
}
.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: #3EB7E9;
    border: none;
}
.widget .widget-body .instagram ul{
    overflow: hidden;
}
.widget .widget-body .instagram ul li{
    float: left;
    display: inline-block;
    margin: 4px;
    position: relative;
}
.widget .widget-body .instagram ul li img{
    width: 60px;
    height: 60px;
}
.widget .widget-body .instagram ul li a{
    background-color: #3EB7E9;
    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 .follow .icon li{
    display: inline-block;
    margin: 0 4px 4px 0;
}
.widget .widget-body .follow .icon li a{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #3EB7E9;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #3EB7E9;
}
.widget .widget-body .follow .icon li:hover a{
    background-color: #006492;
    border-color: #006492;
}
.widget .categories ul li{
    border-bottom: 1px solid #EAEAEA;
}
.widget .categories ul li:last-of-type{
    border-bottom: none;
}
.widget .categories ul li a{
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #A5A5A5;
}
.widget .categories ul li:first-of-type a{
    padding-top: 0;
}
.widget .categories ul li:last-of-type a{
    padding-bottom: 0;
}
.widget .categories ul li a i{
    margin-right: 5px;
}
.widget .categories ul li a span{
    float: right;
}
.widget .categories ul li:hover a{
    color: #3EB7E9;
    padding-left: 10px;
}
.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 #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #A5A5A5;
}
.widget .widget-body .tags ul li:hover a{
    background-color: #3EB7E9;
    color: #FFF;
    border: 1px solid #3EB7E9;
}

/* :: Single Blog */
.blog.area .blog-item .text-box{
    padding: 30px 0px 0px 0px;
}
.blog.area .share-post{
    overflow: hidden;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blog.area .share-post span{
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 4px 0;
    display: inline-block;
}
.blog.area .share-post ul{
    float: right;
}
.blog.area .share-post ul li{
    display: inline-block;
    margin: 0 4px 0px 0;
}
.blog.area .share-post ul li a{
    display: inline-block;
    text-align: center;
    color: #222;
    background-color: #F9F9F9;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F9F9F9;
}
.blog.area .share-post ul li:hover a{
    background-color: #3EB7E9;
    border-color: #3EB7E9;
    color: #FFF;
}
.blog.area .widget:first-of-type {
    margin-top: 0;
}
.blog.area .item-comments{
    margin-bottom: 30px;
}
.blog.area .item-comments .title h4,
.blog.area .add-comments .title h4{
    line-height: 14px;
    text-transform: capitalize;
    color: #223645;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.blog.area .item-comments .inner-comments .comments-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.blog.area .item-comments .inner-comments .comments-box:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}
.blog.area .item-comments .inner-comments .comments-box.reply,
.blog.area .item-comments .inner-comments .comments-box .text-box{
    margin-left: 90px;
}
.blog.area .item-comments .inner-comments .comments-box .img-box{
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}
.blog.area .item-comments .inner-comments .comments-box .img-box img{
    border-radius: 50%;
}
.blog.area .item-comments .inner-comments .comments-box .text-box h5{
    display: block;
    color: #223645;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.blog.area .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: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #3EB7E9;
}
.blog.area .item-comments .inner-comments .comments-box .text-box p{
    margin-bottom: 15px;
}
.blog.area .item-comments .inner-comments .comments-box .text-box a{
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    font-size: 13px;
    font-weight: 600;
    color: #7A8A9E;
}
.blog.area .item-comments .inner-comments .comments-box .text-box a:hover{
    color: #FFF;
    border: 1px solid #3EB7E9;
    background-color: #3EB7E9;
}
.blog.area .add-comments .inner-add-comments-box input,
.blog.area .add-comments .inner-add-comments-box textarea{
    position: relative;
    border: 1px solid #E9E9E9;
    padding: 10px;
    width: 100%;
    color: #A5A5A5;
    font-size: 13px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
}
.blog.area .add-comments .inner-add-comments-box input:focus,
.blog.area .add-comments .inner-add-comments-box textarea:focus{
    border-color: #3EB7E9;
}
.blog.area .add-comments .inner-add-comments-box textarea{
    height: 100px;
    display: block;
}

/* :: Shop */
.shop-item{
    margin-bottom: 30px;
}
.shop-item .item-img{
    position: relative;
}
.shop-item .item-img img{
    width: 100%;
}
.shop-item .item-img .add-to-card{
    position: absolute;
    background-color: rgba(62, 183, 233, 0.9);
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.shop-item:hover .item-img .add-to-card{
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.shop-item .item-text h4{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #222;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    padding: 0 15px;
    text-transform: capitalize;
}
.shop-item .item-text h4:hover{
    color: #3EB7E9;
}
.shop-item .item-text span{
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}
.shop.area .text-box-details .title-product{
    font-size: 20px;
    line-height: 1.2;
    color: #222;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.shop.area .text-box-details .item-review span{
    display: inline-block;
    font-size: 14px;
    color: #A5A5A5;
}
.shop.area .text-box-details .item-review span i.active{
    color: #3EB7E9;
}
.shop.area .text-box-details .item-review span.reviews{
    margin-left: 40px;
}
.shop.area .text-box-details .item-review span.spance-span{
    margin: 0 5px;
}
.shop.area .text-box-details .item-review span a{
    font-size: 14px;
    color: #A5A5A5;
}
.shop.area .text-box-details .item-review span a:hover{
    color: #3EB7E9;
}
.shop.area .text-box-details .item-price{
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #3EB7E9;
    margin-top: 15px;
    margin-bottom: 25px;
}
.shop.area .text-box-details .btn-3{
    margin-bottom: 25px;
}
.shop.area .text-box-details .list-details li{
    line-height: 2;
    font-size: 16px;
}
.shop.area .text-box-details .list-details li span{
    font-weight: bold;
    color: #222;
    min-width: 120px;
    display: inline-block;
}
.shop.area .text-box-details .list-details li a{
    color: #222;
    margin-right: 20px;
}
.shop.area .text-box-details .list-details li a:hover{
    color: #3EB7E9;
}
.shop.area .description{
    margin-top: 50px;
}
.shop.area .description ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.area .description p{
    margin: 25px 0 0 0
}

/* :: Pagination */
.pagination{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.pagination.one{
    width: auto;
}
.pagination-blog-area .pagination li{
    display: inline-block;
    text-align: center;
    color: #223645;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}
.pagination-blog-area .pagination li:last-of-type{
    margin-right: 0;
}
.pagination-blog-area .pagination li.active{
    background-color: #3EB7E9;
    color: #FFF;
    border-color: #3EB7E9;
}

/* :: Contact Page */
.map-box iframe {
    width: 100%;
    height: 450px;
    display: block;
    border: 0;
}