*, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 0.9em;
}

.top_menu .left_side li.sm-hide, .top_menu .right_side li.sm-hide {
    display: none;
}
.top_menu .right_side li a {
    margin-right: 6px;
    font-size: 11px;
}
.top_menu .left_side li a {
    margin-right: 8px;
}
#whatsapp_link {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index:90;
}

.home_banner_area {
    /*background: url(../img/banner/home-v2.jpg) #e0e4e6 no-repeat center top;*/
	background: url(../img/banner/pektus_banner_01.jpg) #e0e4e6 no-repeat center top;
    height: 600px;
    margin-bottom: 40px;
}

.top_menu {
    height: 110px;
    align-items: center;
    text-align: center;
}

.language-selector {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    right: 0;
    top: 37px;
    height: 42px;
    width: 300px;
    overflow: hidden;
}

.language-selector-hider {
    width: 90px;
    height: inherit;
    right: 0;
    position: absolute;
}

.l-active, .l-drawer {
    display: flex;
    position: absolute;
    align-items: center;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-left: 14px;
    direction: ltr !important;
}

.l-active {
    z-index: 10;
    background: #e43f37;
    color: #ffffff;
}
.l-active img {
    margin-right: 6px;
}

.l-drawer {
    background: #cecece;
    width: auto;
    left: 0;
    padding: 0 50px 0 9px;
}

.l-drawer a {
    padding: 0 9px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.header_area {
    position: relative;
}

.header_area .navbar {
    background: #0079b8;
    height: 56px;
}

.header_area .navbar-collapse {
    background: #0079b8;
    /*overflow-y: hidden;*/
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 28px;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav {
    justify-content: center;
}

.navbar>.container {
    justify-content: flex-end;
}

.navbar-toggler {
    margin-top: 18px;
    margin-bottom: 16px;
}

.navbar-toggler span {
    background: #ffffff;
}

.home_banner_area .banner_inner {
    height: 85%;
    min-height: initial !important;
}

.home_banner_area .banner_inner .banner_content {
    padding-top: 0;
}

.banner_area, .banner_area .banner_inner {
    min-height: 100px;
   /* background: url(../img/banner/thin-bg.jpg) no-repeat center bottom;*/
	background-color: #3face4
}

.banner_area .banner_inner .banner_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_area .banner_inner .banner_content h2 {
    margin-top: initial;
}

.success-counter {
    display: flex;
    margin-top: 45px;
    direction: ltr !important;
}

.banner_content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
}

.banner_content h2.colored {
    color: #59b8ea;
}

.success-counter .s-counter {
    display: flex;
    align-items: center;
    margin-right: 9px;
}

.success-counter .s-counter span {
    font-size: 25px;
    font-weight: 750;
    background: #ffffff;
    margin-right: 4px;
    border-radius: 5px;
    padding: 9px 9px;
}

.success-counter .s-info {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.success-counter .s-info span {
    color: #59b8ea;
	font-weight: 750;
}

.appointment-container {
    direction: ltr !important;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.appointment-container .appointment {
    display: inline;
    height: 47px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 20px 43px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin: 0 7px;
}

.appointment-container .appointment img {
    margin-right: 12px;
}

.appointment.ap-video {
    background: #e43f37;
}

.appointment.ap-date {
    background: #2389bd;
}

.section-title-wrap h1 {
    color: #2389bd;
    font-weight: 600;
    font-size: 30px;
}

.logo_h {
    display: none;
}

.navbar_fixed .logo_h {
    display: inline-block;
}

.navbar_fixed .logo_h img {
    width: 200px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: initial;
}

.header_area .navbar .nav {
    width: 100%;
}

section .about_box p {
    margin-top: 10px;
}

img.radius-more {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.single-recent-blog h4 {
    font-weight: 500;
    color: #2389bd;
}

.single-recent-blog h5 {
    font-weight: 400;
    margin-top: 15px;
    transition: all 300ms linear 0s;
    font-size: 16px;
}

.single-recent-blog p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.treatments-section {
    background: #edf0f1;
}

.payment-area {
    background: #edf0f1;
}

.payment-area-part {
    background: #ffffff;
    padding: 35px 25px;
    margin-bottom: 25px;
	border-radius: 10px;
}

.payment-area h3 {
    font-weight: 600;
    color: #0079b8;
    font-size: 20px;
}

.payment-area h4 {
    font-weight: 600;
    font-size: 20px;
}

.payment-area h3 span {
    font-weight: 400;
    color: #949494;
}

.payment-area table {
    margin: 15px 0;
}
.payment-area table td {
    padding: 2px 0;
}

.payment-area table td.bold {
    font-weight: 700;
}

.payment-area .item-box-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 200px;
}

.payment-area button {
    border-radius: 11px;
    font-weight: 600;
    padding: 11px 22px;
}

.payment-area button span {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 9px;
    display: none;
}

.payment-area button span.active {
    display: inline-block;
}

.payment-area .bank-info {
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    padding: 20px 28px;
    margin-bottom: 25px;
}

.payment-area .bank-info table {
    padding: 0;
    margin: 0;
}

.method.method-eft, .method.method-cc {
    display: none;
}

.method.active {
    display: block;
}

.payment-method a {
    color: #333333;
    font-size: 15px;
    border: none;
    padding: 7px 12px;
}

.payment-method a.active {
    border: 1px solid #dbdbdb;
    border-bottom: none;
}

.nice-input.invalid .nice-input-inner {
    border-color: #dc3545;
}

.nice-input.invalid label {
    color: #dc3545;
}

.nice-input.invalid .invalid-feedback {
    display: block;
}

.nice-input {
    margin-top: 35px;
}

.nice-input-inner {
    border: 1px solid #dbdbdb;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .25rem;
    position: relative;
}

.nice-input-inner label {
    color: #727272;
    top: -12px;
    position: absolute;
    padding: 0 11px;
    background: #ffffff;
    left: 8px;
    font-weight: 600;
    font-size: 14px;
}

.nice-input-inner .form-control {
    border: none;
    height: 53px;
    font-size: 15px;
    padding: .375rem .75rem .375rem 1.2rem;
}

@media (max-width: 991px) {
    .home_banner_area {
        height: 560px;
    }
    .appointment-container {
        position: relative;
        bottom: 0;
    }
    .appointment-container .appointment {
        display: flex;
        margin-top: 6px;
    }
    .home_banner_area {
        margin-bottom: 100px;
    }
    .navbar_fixed .navbar>.container {
        justify-content: space-between;
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .top_menu {
        text-align: left;
    }

    .logo_m img {
        width: 200px;
    }

    .language-selector {
        font-size: 12px;
        height: 34px;
    }
    .language-selector-hider {
        width: 76px;
        height: 34px;
    }
    .l-active img {
        height: 18px;
    }
    .l-active, .l-drawer {
        padding-left: 10px;
    }

}

@media (min-width: 768px) {
    .top_menu .left_side li.sm-hide, .top_menu .right_side li.sm-hide {
        display: inline-block;
    }
    .top_menu .right_side li a {
        margin-right: 25px;
        font-size: 12px;
    }
    .top_menu .left_side li a {
        margin-right: 20px;
    }
    #whatsapp_link { display: none;}

    .home_banner_area {
        min-height: 560px;
    }
}

@media (min-width: 1200px) {
    .home_banner_area {
        min-height: 600px;
    }
}
