/*-----------------------------------------------------------------------------------

    Template Name: MedHelp - Health And Medical Html Template
    Template URI: 
    Description: Health And Medical Html Template
    Author: Voidcoders
    Author URI: https://themeforest.net/user/voidcoders/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Home One
    2. Sidemenu Area
    3. Home Two

-----------------------------------------------------------------------------------*/

/*============================================
* Header Top Start
*=============================================*/

.header-top {
    background: #0bc1bb;
    padding: 9px 0;
}

.ht-social li {
    display: inline-block;
}

.ht-social li a {
    letter-spacing: 0;
    display: block;
    color: #fff;
    margin-right: 14px;
    font-size: 14px;
}

.ht-contacts {
    text-align: right;
}

.ht-contacts li {
    display: inline-block;
}

.ht-contacts li a {
    letter-spacing: 0;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #fff;
    line-height: 14px;
}

.ht-contacts li a i {
    margin-right: 5px;
}

.ht-contacts li:first-child a {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

/*============================================
* END Header Top
*=============================================*/

/*============================================
* Header Bottom Start
*=============================================*/

.header-bottom-wrapper {
    position: relative;
}

.header-bottom {
    position: absolute;
    top: 0;
    z-index: 997;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sticky-menu {
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.logo a {
    padding: 5px 0;
    display: inline-block;
}

.logo a img {
    max-width: 215px;
}

.main-menu {
    display: flex;
    justify-content: flex-end;
}

.main-menu nav ul li {
    display: inline-block;
    position: relative;
}

.main-menu nav ul li a {
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 40px 16px;
    text-transform: capitalize;
}

.main-menu nav ul li:last-child a {
    padding-right: 0;
}

.main-menu nav ul li.active>a,
.main-menu nav ul li:hover>a {
    color: #2c76e2;
}

.search-btn,
.humburger-btn {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-left: 27px;
    cursor: pointer;
}

.logo {
    padding: 10px 0;
}
.main-menu i:hover {
    color: #2c76e2;
}
/*dropdown menu*/

.main-menu nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 180px;
    background: #ffffff;
    z-index: 1;
    padding: 10px 0px 25px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.main-menu nav ul li:hover>.submenu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu nav ul li .submenu li {
    display: block;
}

.main-menu nav ul li .submenu li a {
    padding: 6px 16px 6px 30px;
    font-size: 14px;
    text-transform: capitalize;
}

/*mobile menu end*/

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_menu {
    background: transparent;
    padding: 0;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 19px;
    margin: 3px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -46px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 7px);
    transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px);
}

.slicknav_nav {
    background: #0bc1bb;
    margin: 10px 0px;
    padding: 16px 0px 18px;
}

.slicknav_nav a:hover {
    border-radius: 0;
    color: #fff;
}

.slicknav_nav>a {
    font-size: 14px;
    letter-spacing: 0.01em;
}

.slicknav_nav a {
    letter-spacing: 0;
}

.slicknav_menu>a {
    position: relative;
    top: 0;
    cursor: pointer;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #ddd;
}

.slicknav_nav li.active>a>a {
    color: #0a0a09;
}

/*============================================
* END Header Bottom
*=============================================*/

/*============================================
* Hero Area
*=============================================*/

.hero-area {
    padding: 140px 0 211px;
    background: url(../images/hero-bg1.jpg) center/cover no-repeat;
}

.hero-content {}

.hero-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0;
    line-height: 66px;
    margin-bottom: 17px;
}

.hero-content p {
    font-size: 18px;
    color: #878787;
    font-weight: 400;
    letter-spacing: 0;
}

.hero-content a {
    margin-top: 35px;
    display: inline-block;
    height: 60px;
    background: #2c76e2;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    padding: 0 35px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-content a:hover {
    background: #1160d4;
}

/*============================================
* END Hero Area
*=============================================*/

/*============================================
* feature Area
*=============================================*/

.feature-area {
    position: relative;
    z-index: 2;
    margin-top: -80px;
}

.single-feature {
    text-align: center;
    padding: 34px 20px 26px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.single-feature .icon {
    height: 85px;
    margin-bottom: 25px;
}

.single-feature .content h4 a {
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    color: #222222;
    font-weight: 700;
    margin-bottom: 18px;
}

.single-feature .content h4 a:hover {
    color: #1160d4;
}

.single-feature .content p {
    font-size: 14px;
    color: #878787;
    letter-spacing: 0;
    line-height: 25px;
}

/*============================================
* END feature Area
*=============================================*/

/*============================================
* help-center-area start
*=============================================*/

.help-center-area {
    position: relative;
    z-index: 1;
    padding-bottom: 210px;
}

.hlp-center-thumb {
    margin-right: 30px;
    border-radius: 9px;
    overflow: hidden;
    display: inline-block;
}

.hlp-center-content>h4 {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
    line-height: 51px;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.hlp-center-content p {
    font-size: 16px;
    color: #878787;
    letter-spacing: 0;
}

.help-feature-lists {
    margin-top: 32px;
}

.help-feature-lists li {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.help-feature-lists li .icon {
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #0bc1bb;
    margin-right: 30px;
    text-align: center;
    line-height: 68px;
    padding: 0 17px;
}

.help-feature-lists li:nth-child(2) .icon {
    background: #2c76e2;
}

.help-feature-lists li:nth-child(3) .icon {
    background: #fe94c4;
}

.help-feature-lists li .content {
    overflow: hidden;
}

.help-feature-lists li .content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.help-feature-lists li .content p {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
    line-height: 26px;
}

img.vector-shape1 {
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: -1;
}

/*============================================
* END help-center-area
*=============================================*/

/*============================================
* service-area
*=============================================*/

.service-area {
    padding: 100px 0 55px;
    position: relative;
    z-index: 1;
}

.shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    letter-spacing: 0;
    color: #222222;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 14px;
}

.single-service {
    margin-bottom: 45px;
}

.single-service .icon {
    height: 72px;
    margin-bottom: 20px;
}

.single-service .content h2 {
    font-size: 22px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 19px;
}

.single-service .content p {
    font-size: 14px;
    line-height: 26px;
}

.single-service .content a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #0bc1bb;
    letter-spacing: 0;
    margin-top: 10px;
}

.single-service .content a i {
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service .content a:hover {
    color: #1160d4;
}

.single-service .content a:hover i {
    margin-left: 5px;
}

/*============================================
* END service-area
*=============================================*/

/*============================================
* doctors-carousel
*=============================================*/

.meet-doctor-area {}

.doctors-carousel {}

.mt-doctor {
    position: relative;
    z-index: 1;
}

.mt-doctor:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #0c63e2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mt-doctor:hover:before {
    opacity: 0.7;
}

.mt-doctor .thumb {}

.mt-doctor .content {
    position: absolute;
    left: 0;
    bottom: -10px;
    padding: 25px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mt-doctor:hover .content {
    opacity: 1;
    bottom: 0;
}

.mt-doctor .content h2 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 5px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.mt-doctor .content p {
    font-size: 14px;
    color: #ffffff;
    line-height: 21px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition-delay: 0.1s;
    opacity: 0;
}

.mt-doctor .content ul.socials {
    margin-top: 10px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition-delay: 0.2s;
    opacity: 0;
}

ul.socials li {
    display: inline-block;
}

ul.socials li a {
    display: block;
    margin-right: 5px;
    color: #fff;
}
ul.socials li a i{
    transition: .5s ease;
}
ul.socials li a:hover i {
    color: #54ced4;
}
.mt-doctor:hover .content h2,
.mt-doctor:hover .content p,
.mt-doctor:hover .content ul.socials {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.doctors-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.doctors-carousel .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #54ced4;
    opacity: 0.6;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.doctors-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

/*============================================
* END doctors-carousel
*=============================================*/

/*============================================
* book-appoinment
*=============================================*/

.book-appoinment {}

.appoinment-inner {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    margin-bottom: 50px;
    background: url(../images/appoinment-bg.jpg) center/cover no-repeat;
}

.appoinment-inner .vector-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 100%;
}

.appnt-form {
    margin-right: 60px;
    margin-bottom: -50px;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.appnt-form h4 {
    font-size: 37px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0;
    line-height: 47px;
    margin-bottom: 28px;
}

.appnt-form form {}

.form-group {
    margin-bottom: 20px;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 50px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus,
select.form-control:not([size]):not([multiple]):focus {
    border-color: #2c76e2;
    box-shadow: none;
}

textarea.form-control {
    height: 95px;
    padding-top: 12px;
}

.btn {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 15px;
}

.btn-lg {
    height: 60px;
    line-height: 60px;
}

.btn-primary {
    background: #2c76e2;
}

.btn-secondary {
    background: #2ea6f7;
    border-color: #2ea6f7;
}

.btn-secondary:hover {
    background: #0987dc;
    border-color: #0987dc;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 166, 247, 0.26);
}

.btn-liedark {
    background: #23408e;
    color: #fff;
}

.btn-liedark:hover {
    background: #2f54b7;
    border-color: #2f54b7;
    color: #fff;
}

.btn-liedark.focus,
.btn-liedark:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 166, 247, 0.26);
}

.btn-radius {
    border-radius: 50px;
}

/*============================================
* END book-appoinment
*=============================================*/

/*============================================
* testimonial-area
*=============================================*/

.testimonial-area {
    padding: 120px 0;
    background: url(../images/testimonial-bg.jpg) center/cover no-repeat;
}

.tst-carousel {
    position: relative;
    z-index: 1;
}

.tst-content {
    margin-top: 60px;
    background: rgba(255, 255, 255, .95);
    border-radius: 2px;
    padding: 66px 45px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}

.tst-content:before {
    content: '\f10d';
    position: absolute;
    left: 50%;
    top: 0;
    font-family: fontawesome;
    color: #e7e7e7;
    font-size: 101px;
    line-height: 101px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tst-content p {
    color: #878787;
    letter-spacing: 0;
    line-height: 27px;
}

.tst-meta {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tst-meta .text {
    flex: 1;
}

.tst-meta .text h5 {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.tst-meta .text p {
    font-size: 16px;
    color: #878787;
}

.tst-meta .ratings {
    text-align: right;
    padding-right: 5%;
    flex: 1;
}

.tst-meta .ratings li {
    display: inline-block;
}

.tst-meta .ratings li a {
    display: block;
    color: #fdc606;
}

.tst-carousel .owl-nav {}

.tst-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tst-carousel .owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.tst-carousel .owl-nav div:hover {
    border-color: #54ced4;
    color: #54ced4;
}

/*============================================
* END testimonial-area
*=============================================*/

/*============================================
* blog-area
*=============================================*/

.blog-area {}

.blog-single {}

.blog-single .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.blog-single .thumb .date {
    background: #0ec2bc;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #fff;
}

.blog-single .thumb .date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
}

.blog-single .thumb .date p {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-top: 3px;
}

.blog-meta-top {
    margin-bottom: 15px;
}

.blog-meta-top li {
    color: #8e8d8e;
    letter-spacing: 0;
    font-size: 14px;
}

.blog-meta-top li i {
    margin-right: 5px;
}

.blog-single .content h3 a {
    display: block;
    font-size: 22px;
    color: #272b2e;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.blog-single .content h3 a:hover {
    color: #1160d4;
}

.blog-single .content>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #0bc1bb;
    letter-spacing: 0;
}

.blog-single .content>a:hover {
    color: #1160d4;
}

.blog-single .content>a i {
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-single .content>a:hover i {
    margin-left: 5px;
}

/*============================================
* END blog-area
*=============================================*/

/*============================================
* footer-top
*=============================================*/

.footer-top {
    background: #183257;
}

.fwidget {
    margin-bottom: 40px;
}

.fwidget-company {
    padding-right: 50px;
}

.flogo {
    margin-bottom: 40px;
}

.flogo a {
    display: inline-block;
}

.fwidget-company p {
    font-size: 16px;
    color: #878787;
}

form.subscription {
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

form.subscription .form-control {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding-left: 25px;
    border-radius: 690px;
}

form.subscription .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0ec1bc;
    color: #fff;
    font-size: 21px;
    
}
form.subscription .btn:hover {
    background-color: #2c76e2;
}
.fwidget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 23px;
}

.fwidget .links li {
    display: block;
}

.fwidget .links li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 18px;
}
.fwidget .links li a:hover {
    color: #2c76e2;
}


.widget-recent-post {}

.widget-recent-post li {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.widget-recent-post li .thumb {
    float: left;
    margin-right: 20px;
    width: 70px;
}

.widget-recent-post li .content {
    overflow: hidden;
}

.widget-recent-post li .content p a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
    transition: .5s ease;
}
.widget-recent-post li .content p a:hover {
    color: #2c76e2;
}
.widget-recent-post li .content span {
    font-size: 14px;
    color: #8e8d8e;
    letter-spacing: 0;
}
.sidemenu-area .widget-recent-post li .content p a {
    color: #000;
}

.sidemenu-area .widget-recent-post li .content p a:hover {
    color: #082967;
}
.widget-opening-hours li {
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 1px solid #3a5170;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.widget-opening-hours li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.widget-opening-hours li span {
    float: right;
}

.footer-bottom-area {
    padding: 30px 0;
    background: #142949;
}

.copyright {
    color: #8e8d8e;
    font-size: 14px;
}

.ft-bottom-sc {
    text-align: right;
}

.ft-bottom-sc li a {
    color: #8e8d8e;
}

.ft-bottom-sc li a:hover {
    color: #0ec1bc;
}

/*============================================
* END footer-top
*=============================================*/

/*============================================
* 2. Sidemenu Area
*=============================================*/

.sidemenu-area {
    position: fixed;
    right: -420px;
    top: 0;
    z-index: 999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar-inner {
    overflow-y: auto;
    height: 100vh;
    padding: 60px;
}

.sidemenu-show {
    right: -14px;
}

.side-header {
    margin-bottom: 40px;
}

.side-header .flogo {
    margin-bottom: 25px;
}

.side-header p {
    color: #9d9d9d;
}

.side-recent-post {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 22px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
}

.side-address h2 {
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

.side-address p {
    color: #9d9d9d;
    line-height: 23px;
    margin-bottom: 25px;
}

.side-address h5 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.side-address ul {
    text-align: left;
}

.close-btn {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 17px;
    color: #e48282;
    cursor: pointer;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overlay.show {
    opacity: 0.6;
    visibility: visible;
}

/*============================================
* END sidemenu-area
*=============================================*/

/*============================================
* 3. Home Two
*=============================================*/

.hero-area-two {
    position: relative;
    z-index: 2;
}

.hero-two-content h2 {
    font-size: 55px;
    color: #082967;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Exo', sans-serif;
    line-height: 67px;
    margin-bottom: 29px;
}

.hero-two-content p {
    font-size: 20px;
    line-height: 36px;
    color: #8e8e8e;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.need-doctor-area {
    position: relative;
    z-index: 1;
    padding: 65px 0;
    background: #ddf5f6;
    overflow: hidden;
}

.dot-white-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 41%;
}

.need-doctor {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.need-doctor .icon {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 53px;
    padding: 18px;
    margin-right: 20px;
}

.need-doctor .content h5 {
    font-size: 20px;
    color: #082967;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Exo', sans-serif;
    line-height: 25px;
    margin-bottom: 10px;
}

.need-doctor .content h2 {
    font-size: 32px;
    color: #082967;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Exo', sans-serif;
    line-height: 35px;
}

.hero2-right-img {
    background: url(../images/hero2-right-img.jpg) center/cover no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: calc(100% - 100px);
    width: 42%;
}

/*world-dentistry*/

.world-dentistry {}

.wd-left-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.wd-left-thumb a {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #fff;
    color: #2ea6f7;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 70px;
    font-size: 24px;
}

.wd-left-thumb a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: spin 1000ms linear infinite;
    -o-animation: spin 1000ms linear infinite;
    animation: spin 1000ms linear infinite;
}

@keyframes spin {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.wd-left-thumb .shape3 {
    position: absolute;
    left: -60px;
    bottom: -60px;
    z-index: -1;
}

.wd-content {
    padding-left: 30px;
}

.wd-content .section-title {
    text-align: left;
    margin-bottom: 24px;
}

.section-title.style-two h2 {
    font-family: 'Exo', sans-serif;
    color: #082967;
}

.section-title.style-two p {
    color: #8e8e8e;
}

.wd-content .btn {
    margin-top: 35px;
}

/*we-offer-area*/

.we-offer-area {
    position: relative;
    z-index: 2;
}

.shape4 {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.offer-item {
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin: 10px;
    padding: 30px 25px;
    min-height: 305px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer-item:hover {
    background: #54ced4;
}

.offer-item .icon {
    margin-bottom: 25px;
    position: relative;
}


.offer-item .icon img {
    width: 80px;
    margin: auto;
}

.offer-item .icon img.hovered-img-icon {
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    opacity: 0;
    z-index: 2;
    transition: .5s ease;
}

.offer-item:hover .icon img.hovered-img-icon {
    opacity: 1;
}


.offer-item .content h4 {
    font-size: 22px;
    color: #082967;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer-item .content p {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer-item:hover .content h4,
.offer-item:hover .content p {
    color: #fff;
}

.offer-item .content a {
    display: inline-block;
    margin-top: 17px;
    color: #fff;
}

.offer-item .content a img {
    transition: .5s ease;
}

.offer-item .content a:hover img {
    width: 95%;
}
.offer-lists .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.offer-lists .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #2ea6f7;
    opacity: 0.6;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer-lists .owl-dots .owl-dot.active {
    opacity: 1;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

/*why-choose-us*/

.why-choose-us {
    position: relative;
    z-index: 1;
    background: url(../images/bg/why-choose-bg.jpg) center/cover no-repeat;
}

.why-choose-us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background: #082967;
}

.wchy-item {
    text-align: center;
}

.wchy-item .icon {
    height: 135px;
    width: 135px;
    border: 2px solid #fefefe;
    border-radius: 50%;
    text-align: center;
    line-height: 135px;
    margin: 0 auto 29px;
}

.wchy-item h3 {
    font-size: 26px;
    color: #54ced4;
    letter-spacing: 0;
    margin-bottom: 16px;
    font-family: 'Exo', sans-serif;
}

.wchy-item p {
    color: #ffffff;
    font-size: 14px;
}

/*meet-s2*/

.meet-s2 .mt-doctor:before {
    background: #54ced4;
}

.meet-s2 .owl-dots .owl-dot.active {
    background: #2ea6f7;
}

.appoinment-s2 {
    background: url(../images/appoinment-bg2.jpg) center/cover no-repeat;
}

.appoinment-s2 .vector-shape2 {
    top: 0;
    bottom: auto;
    max-width: 49%;
}

/*============================================
* END Home Two
*=============================================*/

/*============================================
* Home Three
*=============================================*/

.hero-area-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 830px;
    padding-top: 215px;
    background: url(../images/bg/hero3-bg.jpg) center/cover no-repeat;
}

.hero-three-content {}

.hero-three-content h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.hero-three-content p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
}

.hero-three-content a {
    margin-top: 30px;
}

.hero3-right-img {
    position: absolute;
    left: calc(50% + 150px);
    bottom: 0;
}

/*transparent-header*/

.transparent-header {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.transparent-header .header-bottom {
    background: transparent;
}

.transparent-header .header-bottom.sticky-menu {
    background: #2c76e2;
}

.transparent-header .header-bottom .main-menu nav>ul>li>a {
    color: #fff;
}

.transparent-header .header-bottom .main-menu nav>ul>li>a.active,
.transparent-header .header-bottom .main-menu nav>ul>li>a:hover {
    color: #23408e;
}

.transparent-header .header-bottom .search-btn,
.transparent-header .header-bottom .humburger-btn {
    color: #fff;
}

/*.help-center-area.style2*/

.help-center-area.style2 {
    padding-bottom: 150px;
}

/*meet-s3*/

.meet-s3 .mt-doctor:before {
    background: #23408e;
}

.meet-s3 .owl-dots .owl-dot.active {
    background: #23408e;
}

/*appoinment-s3*/

.appoinment-s3 {
    background: url(../images/appoinment-bg3.jpg) center/cover no-repeat;
}

.appoinment-s3 .btn {
    background: #23408e;
    border-color: #23408e;
}

.appoinment-s3 .btn:hover {
    background-color: #3657b1;
    border-color: #3657b1;
}

.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonial-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: url(../images/bg/gradiant-bg.png) center/ cover no-repeat;
}

/*============================================
* END Home Three
*=============================================*/

/*============================================
* Cardiology
*=============================================*/

.medical-department-area {}

.sidebar-area {}

.widget {
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-category {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.mdldp-category-list li a {
    font-size: 16px;
    color: #878787;
    letter-spacing: 0;
    font-weight: 700;
    padding: 25px 22px;
    border-bottom: 1px solid #ebebeb;
    font-family: 'Open Sans', sans-serif;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mdldp-category-list li a.active,
.mdldp-category-list li a:hover {
    background: #0bc1bb;
    color: #fff;
}

.mdldp-category-list li a i {
    float: right;
}

.widget-opening-hour {
    background: #0bc1bb;
}

.widget-opening-hour .title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    padding: 16px 22px;
    font-family: 'Open Sans', sans-serif;
}

.widget-opening-hour ul li {
    padding: 11px 22px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.widget-opening-hour ul li span {
    float: right;
}

.widget-title {
    margin-bottom: 20px;
    color: #272b2e;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.recent-post {}

.recent-post li {
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.recent-post .icon {
    float: left;
    margin-right: 20px;
}

.recent-post .content {
    overflow: hidden;
}

.recent-post .content h4 a {
    display: block;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.recent-post .content h4 a:hover {
    color: #2c76e2;
}

.recent-post .content p {
    font-size: 12px;
    color: #8e8d8e;
    letter-spacing: 0;
}

.medical-department-content .about-title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.medical-department-content p {
    line-height: 26px;
    margin-bottom: 30px;
}

.mdl-thumb {
    margin-bottom: 50px;
}

/*============================================
* END Cardiology
*=============================================*/

/*============================================
* Doctors 
*=============================================*/
.doctors-area .mt-doctor {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 30px;
}

/*============================================
* END Doctors
*=============================================*/
/*============================================
* Doctor details
*=============================================*/
.about-doctor-area {
    position: relative;
    z-index: 1;
}

.about-doctor-area .vector-shape1 {
    bottom: auto;
    top: 130px;
    left: 300px;
}

.doctor-thumb {}

.doctor-info {
    padding-left: 65px;
}

.doctor-info h4 {
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    line-height: 53px;
    margin-bottom: 22px;
}

.doctor-details li {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.doctor-details li p {
    flex-basis: 30%;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 600;
}

.doctor-details li span {
    flex: 1;
    color: #878787;
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: 0;
}

.doctor-bio {
    margin-top: 120px;
}

.doctor-bio h2 {
    font-size: 30px;
    color: #222222;
    letter-spacing: 0;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.doctor-bio h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 35px;
    background: #54ced4;
}

.bio-text {
    padding-left: 160px;
}

.bio-text p {
    margin-bottom: 30px;
}

.bio-text img {}

/*doctor-contact-area*/
.doctor-contact-area {
    background: url(../images/bg/doctor-contact-bg.jpg) center/cover no-repeat;
}

.dc-skills {}

.dc-skills h4 {
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 42px;
}

.skill-progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.skill-progress:last-child {
    margin-bottom: 0;
}

.skill-progress span {
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.progress-h {
    background-color: #ddd;
    height: 10px;
    flex-basis: 100%;
}

.skill-progress .progress-bar {
    width: 100%;
    height: 10px;
    background: #0bc1bb;
    opacity: 0;
    position: relative;
}

.left-anim {
    animation: animate-positive 2s;
    opacity: 1 !important;
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.doctor-contact-area .appnt-form {
    margin: 0;
}

.doctor-contact-area .appnt-form h4 {
    font-size: 30px;
}

/*============================================
* END Doctors details
*=============================================*/
/*============================================
* Contact Us
*=============================================*/
.contact-style1-area textarea {
    height: 212px;
}

.cnt-style1-content h4 {
    font-size: 30px;
    color: #0c0b1f;
    letter-spacing: 0;
    margin-bottom: 28px;
}

.cnt-list {
    margin-top: 30px;
}

.cnt-list li {
    margin-bottom: 30px;
}

.cnt-list li:last-child {
    margin-bottom: 0;
}

.cnt-list li h5 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 5px;
}

/*contact-style2-area*/
.contact-style2-area .cnt-list {
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.contact-style2-area .cnt-list li {
    flex: 1;
    text-align: center;
}

.contact-style2-area .subtitle {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    color: #0c0b1f;
    line-height: 43px;
    margin-bottom: 29px;
}

#google_map {
    height: 450px;
}

/*============================================
* END Contact Us
*=============================================*/

/*============================================
* Gallery
*=============================================*/
.galery-area {}

.glry-item {
    margin-bottom: 30px;
}

.glry-item a {
    display: block;
    position: relative;
    z-index: 1;
}

.glry-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2264c9;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.glry-item a:hover:before {
    opacity: 0.5;
}

/*============================================
* END Gallery
*=============================================*/

/* breadcumb-area start  */
.breadcumb-area {
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.breadcumb-area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c63e2;
    z-index: -1;
    opacity: .7;
    content: "";
}

.breadcumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
}

.breadcumb-menu {
    display: flex;
    flex-wrap: wrap;
}

.breadcumb-menu li {
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}

.breadcumb-menu li::before {
    content: "\f105";
    margin: 0px 5px;
    font-family: 'fontawesome';
}

.breadcumb-menu li:first-child::before {
    display: none;
}

.breadcumb-menu li a {
    color: #fff;
}

.breadcumb-menu li a:hover {
    opacity: .7;
}

/* breadcumb-area end  */

/* about-page-area start  */
.about-area {
    position: relative;
    z-index: 1;

}

.about-content {
    padding-right: 30px;
}

.about-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.about-content p {
    line-height: 26px;
    margin-bottom: 30px;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.about-info-list li {
    line-height: 34px;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0;
}

.about-info-list li::before {
    content: url(../images/icon/check.png);
    line-height: 0;
    margin-right: 15px;
}

.about-img {
    position: relative;
}

.about-img img {
    width: 100%;
}

.about-img .expand-video {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background: #2ea6f7;
    color: #fff;
    font-size: 40px;
}

.about-img .expand-video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #2ea6f7;
    -webkit-animation: spin 1000ms linear infinite;
    -o-animation: spin 1000ms linear infinite;
    animation: spin 1000ms linear infinite;
}

.about2-image .expand-video {
    left: 50%;
    transform: translate(-50%, -50%);
}

.vector-about {
    position: absolute;
    right: 5%;
    z-index: -1;
    bottom: 100px;
}

/* fanface-area start  */
.fanfact-area {
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
}

.fanfact-area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/bg/shape.jpg) no-repeat center center / cover;
    opacity: .7;
    z-index: -1;
}

.fanfact-items {
    display: flex;
    flex-wrap: wrap;
}

.fanfact-item {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    margin-bottom: 30px;
}

.fanfact-item:last-child {
    border-right: none;
}

.fanfact-item h2 {
    font-size: 70px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
}

.fanfact-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.remove-overlay::before {
    background: transparent;
}

/* about-page-area end  */
/* blog-area start  */
.blog-page-area,
.blog-classic-area {
    padding: 120px 0px 90px;
}

.blog-page-area .blog-single {
    margin-bottom: 30px;
}

.blog-page-area .blog-single .content h3 a {
    margin-bottom: 0;
}

.blog-classic-area .blog-single {
    margin-bottom: 30px;
}

.blog-classic-area .blog-single .content h3 a {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
}

.blog-classic-area .blog-single .content h5 {
    letter-spacing: 0;
    margin-bottom: 10px;
}

.blog-classic-area .blog-single .content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-classic-area .blog-single .content .blog-meta-top li {
    display: inline-block;
    margin-right: 20px;
}

.blog-classic-area .blog-single .content .blog-meta-top li span {
    color: #222222;
}

.search-form {
    background: #fff;
    box-shadow: 3px 8px 24px rgba(232, 235, 234, .6);
    padding: 15px;
    margin-bottom: 35px;
}

.search-form form {
    position: relative;
}

.search-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #bdbcbc;
    transition: all .4s ease-in-out 0s;
    padding-left: 15px;
}

.search-form input:focus {
    outline: none;
    border-color: #0bc1bb;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 60px;
    color: #fff;
    border: 1px solid #0bc1bb;
    background: #0bc1bb;
}

.category-wrapper {
    box-shadow: 3px 8px 24px rgba(232, 235, 234, .6);
    padding: 15px 25px 0;
    margin-bottom: 35px;
}

.category-wrapper h3 {
    color: #272b2e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.category-items {
    margin: 0px -25px;
}

.category-items li {
    min-height: 60px;
    border-top: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    padding: 0px 25px;
}

.category-items li a {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #878787;
    align-items: center;
    width: 100%;
}

.category-items li a:hover {
    color: #0c63e2;
}

.category-items li a span {
    width: 25px;
    height: 25px;
    background: #ececec;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tags-items {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.tags-items li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.tags-items li a {
    display: flex;
    height: 35px;
    min-width: 70px;
    padding: 3px 15px;
    box-shadow: 1px 5px 15px rgba(232, 235, 234, .3);
    background: #fff;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.comment-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
}

.comment-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}

.comment-items {
    background: #f7f7f7;
}

.comment-item {
    overflow: hidden;
    padding: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.comment-item:last-child {
    border: none;
}

.comment-item2 {
    padding-left: 70px;
}

.comment-img {
    float: left;
    margin-right: 20px;
}

.comment-content {
    overflow: hidden;
}

.comment-content h5 {
    font-size: 16px;
    font-weight: 700;
}

.comment-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.comment-content p {
    line-height: 26px;
    margin-bottom: 20px;
}

.comment-content button {
    min-width: 70px;
    background: #fff;
    box-shadow: 1px 5px 15px rgba(232, 235, 234, .3);
    height: 30px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
}

.comment-content button:hover {
    background: #0bc1bb;
    color: #fff;
}

.form-bg-gray {
    background: #f3f3f3;
}

/* blog-area end  */

/* faq-area start  */
.faq-wrap {
    padding: 25px;
    background: #f7f7f7;
    margin-bottom: 30px;
}

.faq-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    letter-spacing: 0;
}

.faq-wrap h3::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: 'fontawesome';
    color: #878787;
}

.faq-wrap h3[aria-expanded="true"]::before {
    color: #0c63e2;
    content: "\f106";
}

.faq-wrap p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.faq-question {
    margin-top: 50px;
}

.faq-question h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-control.error {
    border-color: red !important;
}

.form-control.error::placeholder {
    color: red;
}

label.error {
    width: 100%;
    display: block;
    padding: 5px 15px;
    background: #ffdede;
    line-height: 22px;
    color: red;
}

.tostfyMessage {
    position: fixed;
    right: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    top: -100%;
    min-width: 280px;
    min-height: 50px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.tostfyMessage .tostfyClose {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}

/* faq-area end  */

/* 404-area start  */
.error-wrap h3 {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
}

.error-wrap a {
    min-height: 255px;
    min-height: 55px;
    display: inline-flex;
    justify-content: center;
    background: #2c76e2;
    border: 2px solid #2c76e2;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px 30px;
    border-radius: 50px;
}

.error-wrap a:hover {
    color: #2c76e2;
    background: #fff;
}

/* 404-area end  */

/* comingsoone area start  */
.comingsoon-area {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.comingsoon-wrap {
    text-align: center;
}

.comingsoon-wrap a {
    display: inline-block;
}

.comingsoon-wrap h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.comingsoon-wrap p {
    color: #fff;
}

.countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.countdown .cdown {
    min-width: 130px;
    position: relative;
}

.countdown .cdown::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: ":";
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.countdown .cdown:last-child::before {
    display: none;
}

.countdown .cdown span {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.countdown .cdown p {
    font-size: 18px;
    font-weight: 600;
}

.comingsoon-wrap form {
    position: relative;
    margin: 0px 50px 60px;
}

.comingsoon-wrap form input {
    height: 60px;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    padding-left: 25px;
    padding-right: 180px;
    border-radius: 60px;
}

.comingsoon-wrap form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 100%;
    background: #2c76e2;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #2c76e2;
    cursor: pointer;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.socila-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.socila-media li {
    margin-right: 15px;
}

.socila-media li:last-child {
    margin-right: 0;
}

.socila-media li a {
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 50%;
    color: #0bc1bb;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.socila-media li a:hover {
    background: #2c76e2;
    color: #fff;
}

/* comingsoone area end  */