/*--------------SIMPLE-FORM-MODAL-------------*/
#simpleformModal .modal-left-block {
    padding: 20px 20px 135px;
}

::-webkit-input-placeholder {
    color: #bcbec0;
    text-align: left;
    opacity: 1;
}

:-moz-placeholder {
    color: #bcbec0;
    text-align: left;
    opacity: 1;
}

::-moz-placeholder {
    color: #bcbec0;
    text-align: left;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bcbec0;
    text-align: left;
    opacity: 1;
}

/*------APPT MODAL-----*/
.appt-form-mobile {
    padding: 12px 0;
}

.appt-form-mobile .all_doc {
    padding: 1em 0 0 0;
}
/*----------------------------MODAL FEEDBACK-----------------------------*/
.appt-form-mobile .fb-all_doc_link {
    display: none;
    overflow: hidden;
    background: url(../images/all-doc.png) 0 12px no-repeat;
    font-size: 24px;
    padding-left: 2em;
}

.appt-form-mobile .fb-all_doc_link.active {
    display: inline-block;
}

.appt-form-mobile .fb-all_doc_link span {
    border-bottom: 1px dashed;
}

.appt-form-mobile .fb-hide-doc-list {
    background: url(../images/up-chevron.png) no-repeat center center;
    display: block;
    height: 32px;
    width: 100%;
    z-index: 1;
}

.appt-form-mobile .fb-doc-list {
    display: none;
    overflow: hidden;
}

.appt-form-mobile .fb-doc-list.active {
    position: relative;
    display: block;
    margin: 18px -34px;
    padding: 22px 0;
}

.appt-form-mobile .fb-doc-list.active:before {
    content: "";
    background: url(/local/templates/med_blue_s2/images/bottom-shadow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    z-index: 10;
}

.appt-form-mobile .fb-doc-list.active:after {
    content: "";
    background: url(/local/templates/med_blue_s2/images/bottom-shadow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 38px;
    z-index: 10;
    moz-transform: rotate(180deg);
    ms-transform: rotate(180deg);
    o-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transform: rotate(180deg);
}

.appt-form-mobile .fb-doc-list .accordion-title {
    overflow: hidden;
    position: relative;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 1.5em 0;
    background: none;
    height: 25px;
    display: flex;
    align-items: center;
}

.appt-form-mobile .fb-doc-list .accordion-title:before {
    background: url(../images/list-content-arrow.svg) 0 -418px no-repeat;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.appt-form-mobile .fb-doc-list .accordion-title.active {
    color: #2C5E4F;
}

.appt-form-mobile .fb-doc-list .accordion-title.active:before {
    moz-transform: rotate(90deg);
    ms-transform: rotate(90deg);
    o-transform: rotate(90deg);
    transform: rotate(90deg);
    webkit-transform: rotate(90deg);
}

.appt-form-mobile .fb-doc-list .accordion-text {
    padding: 0;
    display: none;
    overflow: hidden;
    transition: max-height .2s ease-out;
}

.appt-form-mobile .doc-list-pad {
    text-align: left;
    margin: 1.5em 32px;
}

.appt-form-mobile .fb-doctor-item {
    background: #fff;
    border: 2px solid #ededed;
    height: 130px;
    margin-bottom: 0.6em;
    moz-transition: .5s;
    ms-transition: .5s;
    o-transition: .5s;
    position: relative;
    transition: .5s;
    webkit-transition: .5s;
}

.appt-form-mobile .fb-doctor-item:active {
    background: #2C5E4F;
}

.appt-form-mobile .fb-doctor-item:active .doc-name-class, .appt-form-mobile .fb-doctor-item:active .doc-title {
    color: #fff;
}

.appt-form-mobile .fb-doctor-item .foto-doc {
    float: left;
    margin: 0.7em 1.3em;
    width: 94px;
}

.appt-form-mobile .fb-doctor-item .doc-name {
    border: none;
    float: none;
    text-align: left;
}

.appt-form-mobile .fb-doctor-item .doc-name-class {
    font-family: Source Sans Pro, sans-serif;
    padding-top: 0.3em;
    font-size: 22px;
    color: #2C5E4F;
    line-height: 1.4;
}

.appt-form-mobile .fb-doctor-item .doc-title {
    font-size: 22px;
    display: inherit;
}

.appt-form-mobile .fb-doc-erase {
    border-bottom: 1px dashed;
    font-size: 22px;
}

.appt-form-mobile .appt-form-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;
    margin-top: 1em;
    color: #565658;
    margin-bottom: 0.6em;
}

.appt-form-mobile .fb-doc-select {
    display: none;
}

.appt-form-mobile .fb-doc-select.active {
    display: block;
}

.appt-form-mobile .fb-doc-select .fotodoc-modal {
    float: left;
    margin-right: 2em;
    width: 94px;
}

.appt-form-mobile .fb-doc-select .doc-name {
    border: none;
    float: none;
    padding: 0;
    text-align: left;
    display: table-cell;
}

.appt-form-mobile .fb-doc-select .doc-name-class {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    color: #2C5E4F;
    line-height: 1.4;
    margin: 0;
}

.appt-form-mobile .fb-doc-select .doc-title {
    font-size: 22px;
    display: block;
}

/*----------------------------MODAL MAKE AN APPOINTMENT-----------------------------*/
.appt-form-mobile .all_doc_link {
    display: none;
    overflow: hidden;
    background: url(../images/all-doc.png) 0 12px no-repeat;
    font-size: 24px;
    padding-left: 2em;
}

.appt-form-mobile .all_doc_link.active {
    display: inline-block;
}

.appt-form-mobile .all_doc_link span {
    border-bottom: 1px dashed;
}

.appt-form-mobile .hide-doc-list {
    background: url(../images/up-chevron.png) no-repeat center center;
    display: block;
    height: 32px;
    width: 100%;
    z-index: 1;
}

.appt-form-mobile .doc-list {
    display: none;
    overflow: hidden;
}

.appt-form-mobile .d-block {
    display: block;
}

.appt-form-mobile .doc-list.active {
    position: relative;
    display: block;
    margin: 18px -34px;
    padding: 22px 0;
}

.appt-form-mobile .doc-list.active:before {
    content: "";
    background: url(/local/templates/med_blue_s2/images/bottom-shadow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    z-index: 10;
}

.appt-form-mobile .doc-list.active:after {
    content: "";
    background: url(/local/templates/med_blue_s2/images/bottom-shadow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 38px;
    z-index: 10;
    moz-transform: rotate(180deg);
    ms-transform: rotate(180deg);
    o-transform: rotate(180deg);
    transform: rotate(180deg);
    webkit-transform: rotate(180deg);
}

.appt-form-mobile .doc-list .accordion-title {
    overflow: hidden;
    position: relative;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 1.5em 0;
    background: none;
    height: 25px;
    display: flex;
    align-items: center;
}

.appt-form-mobile .doc-list .accordion-title:before {
    background: url(../images/list-content-arrow.svg) center no-repeat;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
    background-size: contain;
}

.appt-form-mobile .doc-list .accordion-title.active {
    color: #2C5E4F;
}

.appt-form-mobile .doc-list .accordion-title.active:before {
    moz-transform: rotate(90deg);
    ms-transform: rotate(90deg);
    o-transform: rotate(90deg);
    transform: rotate(90deg);
    webkit-transform: rotate(90deg);
}

.appt-form-mobile .doc-list .accordion-text {
    padding: 0;
    display: none;
    overflow: hidden;
    transition: max-height .2s ease-out;
}

.appt-form-mobile .doc-list-pad {
    text-align: left;
    margin: 1.5em 32px;
}

.appt-form-mobile .doctor-item {
    background: #fff;
    border: 2px solid #ededed;
    height: 130px;
    margin-bottom: 0.6em;
    moz-transition: .5s;
    ms-transition: .5s;
    o-transition: .5s;
    position: relative;
    transition: .5s;
    webkit-transition: .5s;
}

.appt-form-mobile .doctor-item:active {
    background: #2C5E4F;
}

.appt-form-mobile .doctor-item:active .doc-name-class, .appt-form-mobile .doctor-item:active .doc-title {
    color: #fff;
}

.appt-form-mobile .doctor-item .foto-doc {
    float: left;
    margin: 0.7em 1.3em;
    width: 94px;
}

.appt-form-mobile .doctor-item .doc-name {
    border: none;
    float: none;
    text-align: left;
}

.appt-form-mobile .doctor-item .doc-name-class {
    font-family: Source Sans Pro, sans-serif;
    padding-top: 0.3em;
    font-size: 22px;
    color: #2C5E4F;
    line-height: 1.4;
}

.appt-form-mobile .doctor-item .doc-title {
    font-size: 22px;
    display: inherit;
}

.appt-form-mobile .doc-erase {
    border-bottom: 1px dashed;
    font-size: 22px;
}

.appt-form-mobile .appt-form-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;
    margin-top: 1em;
    color: #565658;
    margin-bottom: 0.6em;
}

.appt-form-mobile .doc-select {
    display: none;
}

.appt-form-mobile .doc-select.active {
    display: block;
}

.appt-form-mobile .doc-select .fotodoc-modal {
    float: left;
    margin-right: 2em;
    width: 94px;
}

.appt-form-mobile .doc-select .doc-name {
    border: none;
    float: none;
    padding: 0;
    text-align: left;
    display: table-cell;
}

.appt-form-mobile .doc-select .doc-name-class {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    color: #2C5E4F;
    line-height: 1.4;
    margin: 0;
}

.appt-form-mobile .doc-select .doc-title {
    font-size: 22px;
    display: block;
}

.appt-form-mobile .inner-page-butt-blue {
    float: none;
    max-width: 300px;
    padding: 12px 0 !important;
    width: 394px;
    margin: 40px auto;
    font-size: 26px;
}

.appt-form-mobile .appt-form-txt {
    font-size: 26px;
    text-align: center;
    height: 67px;
    display: block;
    margin: 1em auto;
    float: none;
}

.appt-form-mobile button.close {
    background: transparent;
    top: 13px;
    right: 24px;
}

.appt-form-mobile .close {
    font-size: 60px;
    font-weight: normal;
    color: #2C5E4F;
}

/*---for Desktop---*/
.appt-form-desktop {
    padding: 12px 30px;
}

/*---MODAL DOC---*/
.appt-form-guta {
    overflow: hidden;
    padding: 0 !important;
}

.appt-form-guta .h2 {
    margin-top: 1em;
}

.appt-form-guta .appointment-form-title {
    padding: 15px;
}

.appt-form-guta .modal-left-block {
    width: 38%;
    background: #f8f8f8;
    padding: 26px 20px 250px;
    max-height: 600px;
    overflow: hidden;
}

.appt-form-guta .modal-left-block {
    padding: 30px 20px 195px 20px;
}

.appt-form-guta .modal-left-block .address {
    position: absolute;
    bottom: 2%;
    left: 22%;
}

.appt-form-guta .modal-left-block .address .fa {
    font-size: 18px;
}

.appt-form-guta .modal-right-block {
    padding: 20px 0 0 23px;
    background: #fff;
}

.appt-form-guta .modal-right-block .lead {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 33px;
}

.appt-form-guta .modal-right-block .medium-but {
    /*padding: 8px 55px !important;*/
}

.appt-form-guta .fotodoc-modal, .appt-form-guta .foto-modal {
    margin: 0 auto;
}

.appt-form-guta .foto-modal {
    border-radius: 50%;
}

.appt-form-guta .doc-name {
    border: none;
    text-align: left;
    width: 100%;
    padding: 10px 0 0 0;
    float: left;
}

.appt-form-guta .doc-name-class {
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    color: #2C5E4F;
    margin: 0 -15px;
    padding: .6em 0;
    line-height: 1.4;
}

.appt-form-guta .doc-title {
    font-family: Source Sans Pro, sans-serif;
    font-size: 15px;
    color: #4a3c31;
    display: block;
    padding-bottom: 1em;
    min-height: 4.3em;
}

.appt-form-guta .name-modal {
    font-family: 'Source Sans Pro', sans-serif;
    color: #2C5E4F;
    font-size: 16px;
}

.appt-form-guta .specialty-modal {
    padding-bottom: 0;
    min-height: 0;
}

.appt-form-guta .price-modal {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0.5em 0;
}

.appt-form-guta label.checkbox-inline {
    padding: 0 0 6px 8px;
}

/*---MODAL FAQ---*/
.appt-form-guta .modal-block {
    padding: 0 20px;
}

.appt-form-guta .close {
    font-size: 30px;
    font-weight: normal;
    color: #2C5E4F;
}

.show-rules {
    border-bottom: 1px dashed;
}

.rules {
    display: none;
    background: #fff;
    padding: 20px;
}

.rules .back-form-link {
    border-bottom: 1px dashed;
}

.rules .back-form-btn {
    display: inline-block;
    margin: 2em auto;
    padding: 10px 82px;
    background-color: #2C5E4F;
    color: #fff;
}

/*---MODAL REVIEWS---*/
.fieldbox-review .reviews-count {
    display: inline-block;
    font-size: 1em;
    background: #f3f3f3;
    border: 1px solid #e6e7e8;
    color: #4a3c31;
    height: 36px;
    width: 36px;
    line-height: 34px;
    margin: 0.3em auto 0.15em;
    padding: 0;
}

.fieldbox-review .reviews-count:hover {
    cursor: pointer;
}

.fieldbox-review .reviews-count.active {
    background: #2C5E4F;
    color: #fff;
}

.fieldbox-review .reviews-count:before {
    display: none;
}

.fieldbox-review .inner-page-butt-blue {
    padding: 7px 49px !important;
    margin: 32px 0 20px -8px;
}

.fieldbox-review .dept-details-butt {
    padding: 7px 58px !important;
    margin: 32px 0 20px 12px !important;
    background: #fff;
}

@media (max-width: 767px) {
    ::-webkit-input-placeholder {
        text-align: center;
    }

    :-moz-placeholder {
        text-align: center;
    }

    ::-moz-placeholder {
        text-align: center;
    }

    :-ms-input-placeholder {
        text-align: center;
    }

    .appt-form-guta {
        text-align: center;
        padding: 12px 32px;
    }

    .appt-form-guta .h2 {
        font-size: 38px;
        margin-bottom: 0.5em;
    }

    .appt-form-guta .modal-block {
        padding: 0 32px;
    }

    .appt-form-guta .medium-but {
        display: inline-block;
        padding: 12px 0 !important;
        width: 394px;
        margin: 35px auto 0;
        float: none !important;
        font-size: 26px;
    }

    .appt-form-guta .modal-left-block {
        width: 100%;
        padding: 30px 20px 10px 20px;
    }

    .appt-form-guta .modal-left-block .address {
        position: relative;
        left: 0px;
    }

    .appt-form-guta .modal-right-block {
        text-align: center;
        padding: 12px 32px;
    }

    .appt-form-guta .modal-right-block .name-modal {
        font-family: 'Source Sans Pro', sans-serif;
        color: #8c99a9;
    }

    .appt-form-guta .modal-right-block .subtitle-form p {
        font-size: 28px;
    }

    .appt-form-guta .name-modal {
        font-size: inherit;
    }

    .appt-form-guta .appt-form-txt, .appt-form-guta .appt-form-select {
        text-align: center;
        height: 67px;
        padding: 0 10px;
        margin: 16px 0 16px 0;
        font-size: 26px;
    }

    .appt-form-guta .appt-form-select {
        display: none;
    }

    .appt-form-guta .form-article-top .appt-form-select {
        display: block;
        text-align: left;
    }

    .appt-form-guta .form-article-bottom .appt-form-select {
        display: block;
        text-align: left;
    }

    .appt-form-guta .appt-form-mobile .appt-form-txt {
        font-size: 1.2em;
    }

    .appt-form-guta .appt-form select {
        background: url("../images/select-box-arr.png") no-repeat right -201px;
    }

    .appt-form-guta .namedoc-modal {
        font-size: 26px;
    }

    .appt-form-guta .specialty-modal {
        font-size: 22px;
    }

    .appt-form-guta .price-modal {
        font-size: 16px;
    }

    .appt-form-guta .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 560px;
    }

    .appt-form-guta button.close {
        background: transparent;
        top: 13px;
        right: 24px;
    }

    .appt-form-guta .close {
        font-size: 60px;
    }

    #simpleformModal .modal-left-block {
        width: 100%;
        padding: 30px 20px 10px 20px;
    }

    .modal-backdrop.in {
        opacity: .9 !important;
        filter: alpha(opacity=90) !important;
    }

    .modal-dialog {
        margin: 32px !important;
    }

    .fieldbox-review .reviews-count {
        font-family: Source Sans Pro, sans-serif;
        font-size: 26px;
        background: #fff;
        border: 3px solid #2C5E4F;
        color: #2C5E4F;
        height: 68px;
        width: 68px;
        line-height: 58px;
        margin: 15px 5px 0;
    }

    .fieldbox-review .inner-page-butt-blue {
        display: inline-block;
        padding: 12px 0 !important;
        width: 353px;
        margin: 40px auto 10px;
        float: none !important;
        font-size: 26px;
    }

    /*---chechbox style---*/
    input[type=checkbox] {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    input[type=checkbox] + label.checkbox-inline {
        height: 47px;
        display: flex;
        justify-content: flex-end;
        line-height: 47px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 24px;
        vertical-align: middle;
        cursor: pointer;
    }

    label.checkbox-inline {
        background-image: url(../images/checkbox.png);
        background-repeat: no-repeat;
        float: left;
        width: 100%;
    }

    label.checkbox-inline:after {
        content: "*";
        color: red;
        padding-left: 6px;
    }

    input[type=checkbox].css-checkbox:checked + label.checkbox-inline {
        background-position: 0 -47px;
    }

    .appt-form-guta .schedule-form label.checkbox-inline {
        padding: 0 0 0 56px;
        line-height: 47px;
        margin-top: 16px;
    }

    #datetimepicker {
        margin-bottom: 30px;
    }

    #reviewModal .appt-form-txt ::-webkit-input-placeholder {
        opacity: 0;
    }

    #reviewModal .appt-form-txt :-moz-placeholder {
        opacity: 0;
    }

    #reviewModal .appt-form-txt ::-moz-placeholder {
        opacity: 0;
    }

    #reviewModal .appt-form-txt :-ms-input-placeholder {
        opacity: 0;
    }

    #m_callModal .appt-form-mobile, #m_main_Modal .appt-form-mobile {
        padding: 12px 30px;
    }
}

/*# sourceMappingURL=forms.css.map */
