@charset "UTF-8";
/*
Copyright (c) 2017 bi-kay.com

*/

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #c7c7c7 !important;
}

@font-face {
    font-family: "helveticaneuebold";
    src: url("../fonts/helvetica_neu_bold-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neu_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "helveticaneuemedium";
    src: url("../fonts/helveticaneue_medium-webfont.woff2") format("woff2"),
        url("../fonts/helveticaneue_medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "helveticaneueregular";
    src: url("../fonts/helveticaneue-webfont.woff2") format("woff2"),
        url("../fonts/helveticaneue-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    font-family: "helveticaneuemedium", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    height: 100%;
    min-height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.dropdown-menu_general li:not(.divider) {
    padding: 0.5rem 0;
}

.pVerify {
    cursor: pointer;
}

#time-vailidation-error {
    display: none;
    font-size: 1.2rem;
}

#time-vailidation-recurring-error {
    display: none;
    font-size: 1.2rem;
}

#main-header .navbar-fat {
    position: absolute;
    padding: 20px 0px;
    background: 0 0;
}
#main-header .navbar-other {
    position: relative;
    padding: 20px 0px;
    /*background-image: -webkit-radial-gradient(center bottom, ellipse cover, rgb(181, 219, 225), #6eb2bc);*/
    background-color: #6eb2bc;
    border-radius: 0px;
}
.search-zone {
    margin-top: 200px;
}
.container-fluid {
    padding-left: 54px;
    padding-right: 54px;
}
.search-padding {
    padding-bottom: 20px;
    padding-top: 20px;
    background-image: -webkit-radial-gradient(
        center bottom,
        ellipse cover,
        #6eb2bc,
        #6eb2bc
    );
}
.search-padding .search-bar {
    margin-top: 0px;
}
.bottom-space {
    padding-bottom: 54px;
}

#main-header .navbar-default {
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
    border: 0;
}
.navbar > .container-fluid .navbar-brand {
    margin-bottom: 0px;
}

#main-header .navbar-header .navbar-brand {
    display: block;
    background: url("../img/logo_sabay_care.png") no-repeat center;
    background-size: contain;
    width: 210px;
    height: 50px;
    margin-left: 0px;
}
#main-header .navbar-clean .navbar-nav > li.active > a {
    background-color: #1d8cca;
}
#main-header .navbar-clean .navbar-nav > li > a:hover {
    background-color: #ff4500;
}
#main-header .navbar-clean .navbar-nav > li > a {
    color: #fff;
}
.cover-wrapper {
    background-image: radial-gradient(
        center bottom,
        ellipse cover,
        #b5dbe1,
        #6eb2bc
    );
    background-image: -o-radial-gradient(
        center bottom,
        ellipse cover,
        #b5dbe1,
        #6eb2bc
    );
    background-image: -ms-radial-gradient(
        center bottom,
        ellipse cover,
        #b5dbe1,
        #6eb2bc
    );
    background-image: -moz-radial-gradient(
        center bottom,
        ellipse cover,
        #b5dbe1,
        #6eb2bc
    );
    background-image: -webkit-radial-gradient(
        center bottom,
        ellipse cover,
        #b5dbe1,
        #6eb2bc
    );
    height: 655px;
    position: relative;
}
.cover-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: bottom center;
    background-image: url("../img/home_cover.png");
    background-size: contain;
}
.contact-panel {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0px solid;
    padding-left: 20px;
    padding-right: 20px;
}
.contact {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.contact h1 {
    font-weight: bold;
}

.reset-password {
    margin-top: 20px;
}
.aboutus .content {
    margin-top: 35px;
    margin-bottom: 35px;
}
.aboutus p {
    text-align: justify;
}
.aboutus .para-title {
    margin-top: 15px;
    font-weight: bold;
}
.aboutus h5,
.aboutus h2 {
    font-weight: bold;
}
#form-contact #bt_submit {
    margin-top: 10px;
}
.search-zone h1 {
    font-family: "helveticaneuemedium", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.search-bar {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.search-bar .form-control {
    border-radius: 0px;
}
.search-bar .input-seach {
    width: 25%;
    float: left;
    vertical-align: top;
    position: relative;
}
.search-bar .button-seach {
    position: relative;
    width: 20%;
    height: 52px;
    float: left;
    vertical-align: top;
}
.search-bar .input-location {
    width: 30%;
    height: 52px;
    background-color: orange;
    float: left;
    vertical-align: top;
    position: relative;
}
.search-bar .input-seach,
.search-bar .input-location,
.search-bar .button-seach {
    display: inline-block;
    color: #53697a;
    border: none;
}
.search-bar .location {
    height: 52px;
    position: relative;
    padding-right: 42px;
    border: none;
}
.search-bar .geolocation-location {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 52px;
    z-index: 100;
    text-align: center;
    line-height: 52px;
    background-color: #e6e7e8;
    color: #a7a9ac;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.search-bar .geolocation-location:hover {
    background-color: #53697a;
}
.search-bar .input-seach .doctor-name,
.search-bar .input-seach .select-spacialities {
    width: 100%;
    height: 52px;
}
.navbar-nav .language {
    padding-left: 0px;
}
.navbar-nav .switch-lang {
    list-style-type: none;
    padding: 15px 15px;
}
.navbar-nav .switch-lang li a {
    color: #000000;
}
.navbar-nav .switch-lang li a:hover {
    text-decoration: none;
}
.navbar-nav .switch-lang li.active > a {
    color: #fff;
}

.search-bar .btn-custom {
    border-radius: 0px;
}
.search-bar .button-seach button {
    width: 100%;
    height: 52px;
    background-color: #1d8cca;
    border: none;
}
.search-bar .button-seach button span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}
.search-bar .button-seach .icon-search {
    width: 30px;
    /*height: 100%;*/
    margin-right: 5px;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.btn:focus {
    outline: none;
}
.search-bar .circle-or {
    display: block;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-top: 10px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background-color: #1d8cca;
    border-radius: 32px;
    font-size: 10px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    z-index: 110;
}
.search-spacialities {
    display: flex !important;
}
.search-bar .search-spacialities select {
    padding-left: 20px;
}
.search-bar .search-doctor .doctor-name {
    padding-right: 20px;
    border: none;
}
.sec-looking-for {
    background-color: #e6e7e8;
}
.sec-looking-for .cover-looking-for {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/doctor_cover.png");
    height: auto;
    right: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: contain;
}
.sec-looking-for .cover-looking-for h1 {
    font-size: 25px;
    color: #1d8cca;
    font-family: "helveticaneuebold", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}
.sec-looking-for .cover-looking-for ul {
    margin-left: 0px;
    padding-left: 1em;
    font-size: 22px;
}
.sec-looking-for .cover-looking-for ul > li {
    color: #1d8cca;
}
.sec-looking-for .cover-looking-for ul > li > span {
    color: #53697a;
}
.gp-notoriety {
    background-color: #6eb2bc;
    text-align: center;
    overflow: auto;
    color: #fff;
    font-family: "helveticaneueregular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    letter-spacing: 1px;
}
.gp-notoriety .notorietys {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: 600;
}
.gp-notoriety .notorietys,
.social-network {
    display: none;
}
.gp-notoriety .notorietys .notoriety-item {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    width: auto;
}
.gp-notoriety .notoriety-value {
    font-size: 50px;
}
.gp-notoriety .notoriety-label {
    font-size: 18px;
}
.ses-some-help {
    background-color: #1d8cca;
    text-align: center;
}
.ses-some-help .some-help {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ses-some-help .some-help h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #badee4;
    margin: 0;
}
.ses-some-help .some-help a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}
footer {
    padding: 30px 0px;
    background-color: #e6e7e8;
    color: #686972;
    text-align: left;
}
footer h4 {
    margin: 0;
    margin-bottom: 14px;
    font-size: 19px;
    color: #1d8cca;
}
footer ul {
    margin-left: 0;
    padding-left: 0;
}
footer ul li {
    list-style-type: none;
}
footer ul li a {
    font-size: 12px;
    color: #53697a;
}
.offset-0 {
    padding-left: 0;
    padding-right: 0;
}
.brand-text {
    color: #53697a;
    font-size: 24px;
    line-height: 24px;
}
.footer-brand {
    display: inline-block;
}
.seo-footer-directory {
    margin-top: 10px;
    padding: 0;
}
.seo-footer-directory .directory-link {
    display: inline-block;
    padding-right: 14px;
    color: #f15c22;
}
.seo-footer-directory .directory-link:first-child a {
    color: #686972;
}
.seo-footer-directory .directory-link a {
    color: #f15c22;
}
.social-network {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
footer .social-network a {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    margin: 0 5px;
    border-radius: 23px;
    background-color: #53697a;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .social-network a:hover {
    background-color: #1d8cca;
}
footer .social-network + .bottom {
    padding-top: 20px;
    border-top: 2px solid #a7a9ac;
    color: #53697a;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .doctor-cell .availabilities-slot {
        font-size: 11px;
    }
    .infors-profile .address {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .search-bar .input-seach,
    .search-bar .input-location,
    .search-bar .button-seach {
        width: 100%;
        /*border: none;*/
    }
    .search-bar .input-seach {
        border-top: 1px solid rgba(204, 204, 204, 0.6);
    }

    .search-bar .circle-or {
        left: 50%;
        margin-top: 35px;
    }
    .gp-notoriety .notorietys .notoriety-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .gp-notoriety .notoriety-value {
        font-size: 43px;
    }
    .sec-looking-for .cover-looking-for h1 {
        font-size: 19px;
    }
    .sec-looking-for .cover-looking-for ul {
        font-size: 17px;
    }
    .search-zone {
        margin-top: 150px;
    }
    .container-fluid > .navbar-header {
        margin-left: 0px;
        margin-left: 0px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        /*background-image: -webkit-radial-gradient(center bottom, ellipse cover, rgb(246, 137, 24), #f15c22);*/
        background-color: #6eb2bc;
    }
    .doctor-detail .profile-right > div {
        padding-left: 0px;
        margin-top: 20px;
    }
    .doctor-detail .appt-agenda {
        margin-top: 20px;
        padding: 0px;
    }
    .doctor-detail .appt-agenda .availabilities-day {
        margin: 14px 1px 0;
    }
    .doctor-detail .doc-education-awards > div {
        padding-right: 0px;
    }
    .doctor-detail .doc-education-awards > div + div {
        padding-left: 0px;
        margin-top: 20px;
    }
    .doctor-detail .appointment-block .appt-map {
        border-right: none;
    }
    .doctor-short-info {
        margin-top: 20px;
        padding: 0px;
    }
    .doctor-detail .title {
        padding: 0px;
    }
    /*.doctor-detail .detail{
            padding-left: 38px;
        }*/
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        padding-left: 12px;
    }

    /*.agenda .process-loading{
            height: 242px;
        }*/

    .motif-reason-block .reason-appointment {
        padding-left: 0px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    #fixed-container .pagination {
        padding: 10px 0px;
    }
    footer .social-network + .bottom {
        text-align: center;
    }
    .specialist-link {
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .dl-desktop-availabilities-header-border {
        top: 52px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

.fc-is-virtual::after {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 4px;
    right: 4px;
    content: "";
    background-image: url("/img/online-icon.svg");
    background-size: 20px 20px;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}

.swal2-popup {
    font-size: 1.4rem !important;
}
