* {
    scroll-behavior: smooth;
}
.wr #nav-title {
    overflow: unset;
}

.wr #nav-title {
    padding: 0 18%;
}

.wr #nav-title .margin-left-general {
    margin-left: unset;
}

.wr #nav-title .margin-right-general {
    margin-right: unset;
}

.wr #footer {
    padding-left: 18%;
    padding-right: 18%;
}

.wr #footer .margin-left-general {
    margin-left: unset;
}

.wr #footer .margin-right-general {
    margin-right: unset;
}

.container {
    margin-top: 4rem;
    width: auto;
    padding: 0px;
}

#nav-doc-profile {
    height: 117px;
    background-color: #0f70b8;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#nav-title .btn-header.btn-signup {
    border: 2px solid #cecece;
    color: #0f70b8;
    background-color: #ffffff;
}

#nav-title .m-menu {
    position: relative;
}

#nav-title .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    border: 2px solid #cecece;
    min-width: 132px;
    padding: 5px;
    font-family: Rubik;
}

#nav-title .drop {
    overflow: hidden;
    animation: drop 0.2s linear normal;
}

.responsiveMenu {
    display: none;
}

#fluid-doc-profile {
    width: 100%;
    margin-left: 150px;
    margin-right: 150px;
    padding-left: 0;
}

#form-city-specialty {
    padding-left: 0;
}

#fluid-doc-profile .navbar-form {
    width: 50%;
}

#form-city-specialty .select-city-specialty {
    width: 49%;
    height: 57px;
    padding: 0;

    border: unset;
    border-radius: 2px;

    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    text-align: right;
    color: #5d5d5d;
}

#form-city-specialty .form-group {
    width: 80%;
}

#form-city-specialty button {
    width: 19%;
    height: 57px;
    background-color: #2dd4ac;

    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
}

#form-search {
    padding-right: 0;
    text-align: right;
}

#form-search .form-group {
    width: 100%;
}

#form-search input {
    width: 100%;
    height: 57px;
    padding-left: 20px;

    background-color: #0c5f9d;
    border: unset;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0 #0a4d80;

    background-image: url("../images/glass-mag.svg");
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position-y: center;
    background-position-x: 95%;

    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
}

#form-search input::placeholder {
    color: #ffffff;
}

#nav-doc-profile .ss-main .ss-single-selected {
    height: 57px;
    border: unset;
    border-radius: 2px;
}

#form-city-specialty .ss-disabled {
    color: #5d5d5d;
}

#form-city-specialty .ss-deselect {
    color: #ff0000;
}

#doc-preview-profile {
    /* height: 234px; */
    height: fit-content;
    height: -moz-fit-content;
    background-color: #fbfbfb;
    display: flex;
    padding: 30px 18%;
    margin-bottom: 65px;

    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

#doc-preview-profile .doc-preview {
    display: flex;
}

.btn-social-icon {
    position: relative;
    padding-left: 38px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px !important;
    width: 30px !important;
    padding: 0;
    text-align: center;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 29px !important;
    line-height: 32px !important;
    font-size: 1.3em !important;
}

.social-network-container {
    text-align: center;
    display: grid;
    grid-template-rows: 25%;
}

.social-network-container .fa,
.social-msg-container .fa {
    color: #fff;
}

#send_message_trigger {
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

#doc-preview-profile .doc-photo {
    width: 143px;
    height: 143px;

    background-size: contain;
    background-repeat: no-repeat;

    border: unset;
    border-radius: 4px;

    position: relative;
}

#doc-preview-profile .doc-photo .level-container {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}

#doc-preview-profile .preview-profile-container {
    margin-left: 25px;
    width: 100%;
}

#doc-preview-profile .bi {
    width: 100%;
    font-family: Rubik;
    font-weight: 500;
}

#doc-preview-profile .bi .fa {
    color: #fff;
}

.preview-profile-container .doctor-name,
.doctor-profile .doctor-name {
    font-family: Rubik;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.22px;
    color: #0f70b8;

    margin-bottom: 3px;
    height: fit-content;
    height: -moz-fit-content;
}

.preview-profile-container .doctor-specialty,
.doctor-profile .doctor-specialty {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    color: #6a6a6a;

    margin-bottom: 3px;
}

.preview-profile-container .doc-rating,
.doctor-profile .rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.preview-profile-container .doc-rev,
.doctor-profile .reviews {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    color: #6a6a6a;
    margin-right: 3px;
}

.preview-profile-container .doc-rev {
    color: #bebebe;
}

.preview-profile-container .badges,
.doctor-profile .badges {
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.preview-profile-container .gc-ratting,
.doctor-profile .gc-ratting {
    margin-right: 2%;

    width: auto !important;
}

.preview-profile-container .gc-ratting img,
.doctor-profile .gc-ratting img {
    width: 20px;
    height: 19px;
}

.preview-profile-container .doc-views,
.doctor-profile .views {
    width: 156px;
    height: 37px;

    margin-bottom: 10px;

    border-radius: 4px;
    background-color: #eeeeee;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #919191;
}

.preview-profile-container .doctor-phone {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: max-content max-content;
    row-gap: 10%;
}

.preview-profile-container .doctor-phone a {
    font-family: Rubik;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #6a6a6a;
    text-decoration: unset;
    white-space: nowrap;
}

#makeAppDocProfile {
    border: unset;
    border-radius: 4px;
    background-color: #2dd4ac;
    font-family: Rubik;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    padding: 6px 10px;
    line-height: 1.5;
}

#makeAppDocProfile .fa,
.date-msg .msg-doctor .fa {
    color: #ffffff;
}

#doc-preview-profile .doc-preview .social-msg-container {
    margin-bottom: 5px;
}

#doc-preview-profile .date-msg {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 2%;
    margin-bottom: 5px;
}

#info-app {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;

    padding: 0 18%;
}

#info-app .info-doctor {
    margin-right: unset;
}

#info-app .cards {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    /* min-width: 555px; */

    padding: 40px 30px;
    margin-bottom: 40px;

    border-radius: 4px;
    /* box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.07); */
    border: solid 1px #dddddd;
    background-color: #ffffff;
}

#info-app .title {
    width: unset;

    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #0f70b8;

    cursor: unset;
}

#info-app .body {
    font-family: Rubik;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.18px;
    color: #6a6a6a;
}

.bullet:before {
    content: "• ";
}

#info-app .body a {
    color: #6a6a6a;
}

.center-doctor .body ul li,
.insurances .body ul li {
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#info-app .center-doctor.cards,
#info-app .insurances.cards {
    padding: 37px 0px 15px;
}

#info-app .center-doctor .title,
.insurances .title {
    padding-left: 30px;
}

#info-app .info-doctor .center-doctor .body > ul li:nth-of-type(odd),
#info-app .info-doctor .insurances .body > ul li:nth-of-type(odd) {
    background: #f8f8f8;
}

#info-app .insurances .insurance-list {
    height: 215px;
    overflow: hidden;
    /* transition: 0.5s linear; */
    /* -webkit-transition: 0.5s linear; */
}

#info-app .insurances .more-review-btn {
    height: 61px;
}
#info-app .insurances .more-review-btn .btn-more {
    background-color: #ffffff;
    color: #6a6a6a;
    border: unset;
    font-weight: normal;
    display: flex;
    height: unset;
    padding: 0;
}
#info-app .insurances .more-review-btn .fa {
    color: #979797;
    margin-left: 5px;
}

#info-app .map {
    padding: 0;
}

#info-app .review-container {
    padding: 0;
    padding-top: 40px;
}

#info-app .review-container-head {
    display: flex;
    justify-content: space-between;

    height: 106px;

    padding: 0 30px;

    border: unset;
    border-bottom: solid 1px #ededed;
}

#info-app .btn-review {
    height: 54px;

    padding: 20px 20px;

    border: unset;
    border-radius: 4px;
    background-color: #2dd4ac;

    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #ffffff;
}

#info-app .review {
    min-height: 170px;

    border: unset;
    border-bottom: solid 1px #ededed;

    padding: 25px 0;
}

#info-app .review-head {
    display: grid;
    grid-template-columns: 12% 64% 24%;

    padding: 0 30px;
}

#info-app .review-photo {
    border: unset;
    border-radius: 50%;
}

#info-app .review-photo img {
    border: unset;
    border-radius: 50%;
}

#info-app .review-photo .img_perfil_review {
    width: 40px;
    height: 40px;

    background-repeat: no-repeat;
    background-size: contain;
}

#info-app .review-name {
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #0f70b8;
}

#info-app .review-date {
    font-family: Rubik;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #949494;
}

#info-app .review-date {
    visibility: hidden;
}

#info-app .review-rating {
    width: 100% !important;
    text-align: right;
}

#info-app .review-rating img {
    width: 15px;
    height: 15px;
}

#info-app .review-body {
    padding: 25px 30px;

    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    color: #949494;
}

#info-app .more-review-btn {
    height: 120px;

    display: flex;
    justify-content: center;
    align-items: center;
}

#info-app .btn-more {
    height: 54px;

    padding: 20px 60px;

    border-radius: 4px;
    border: solid 1px #d4d4d4;

    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #949494;
}

#info-app .widget-app {
    /* position: sticky;
    align-self: flex-start;
    right: 150px;
    top: 17%; */
    transition: all 1s ease-in-out;
    /* z-index: 1003; */
}
#info-app .widget-app-fixed {
    display: flex;
    position: sticky;
    align-self: flex-start;
    right: 18%;
    top: 80px;
    z-index: 1003;
    /* width: 30.7%; */
    /* overflow-x: hidden;
    overflow-y: auto; */
}

#info-app .widget.cards {
    margin-bottom: 0;
}

#info-app .widget-app-modal {
    display: flex;
    position: fixed;
    z-index: 10000;
    top: 5%;
    left: 30%;
    bottom: 0;
    right: 0;
    width: 40%;
    overflow-x: hidden;
    overflow-y: auto;
}

#info-app .widget {
    /* height: 556px; */
    overflow: scroll;
    padding: 0;
}

#info-app .widget .header {
    background-color: #ffffff;
}

#info-app .widget .header-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#info-app .widget-app .header-close {
    cursor: pointer;
    position: unset;
    right: 10px;
    top: 32px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
#info-app .patient-detail .header-close {
    margin-top: 25px;
    margin-right: 10px;
}
#info-app .widget-app .header-close .fa {
    color: #0f70b8;
    font-size: 30px;
}

#info-app .widget #header-title1,
#info-app .widget .header-title {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #0f70b8;
}

#info-app .widget-app .header-close {
    display: none;
}

#info-app .widget .main-container {
    background-color: #ffffff;
}

#info-app .widget #select-place {
    width: 100%;
    height: 45px;

    border-radius: 3px;
    border: solid 2px #dddddd;

    background-color: #ffffff;
}

#info-app .widget .choose .ss-single-selected,
#info-app .widget .insurance .ss-single-selected {
    background-color: #ffffff;
    color: #979797;
    border: solid 2px #dddddd;
}

#info-app .widget .choose .placeholder,
#info-app .widget .insurance .placeholder {
    color: #979797;
}

#info-app .widget .choose .placeholder .ss-disabled,
#info-app .widget .insurance .placeholder .ss-disabled {
    cursor: pointer;
    color: #979797;
}

#info-app .widget .choose .ss-main .ss-single-selected .ss-arrow span,
#info-app .widget .insurance .ss-main .ss-single-selected .ss-arrow span {
    color: #979797;
    border: solid #979797;
    border-width: 0 2px 2px 0;
}

#info-app .widget .calendar-title {
    color: #0f70b8;
}

#info-app .widget .jsCalendar table {
    box-shadow: unset;
}

#info-app .widget .jsCalendar-title-name,
#info-app .widget .jsCalendar-title-name span {
    color: #0f70b8;
    font-weight: bold;
}

#info-app .widget .jsCalendar.custom tbody td .jsCalendar-current.cells {
    border: unset;
    border-radius: 50%;
}

#info-app .widget .jsCalendar.custom tbody td .cells.noHover:hover {
    background-color: unset;
}

#info-app .widget .jsCalendar th {
    font-size: 12px;
    color: #949494;
}

#info-app .widget .jsCalendar td {
    color: #949494;
}

#info-app .widget .btnConfirm {
    background-color: #0f70b8;
}

#info-app .widget .main-container {
    position: relative;
}

#info-app .widget .main-container #leftArrow,
#info-app .widget .main-container #rightArrow {
    position: absolute;
    top: 40%;
}

#info-app .widget .main-container #leftArrow {
    background-image: url("../new_images/leftArrowWhite.png");
    left: 0px;
}

#info-app .widget .main-container #rightArrow {
    background-image: url("../new_images/rightArrowWhite.png");
    right: 0px;
}

#info-app table tbody td,
#info-app .calendar-time .time {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#info-app .widget .calendar-time {
    grid-template-columns: 23.25% 23.25% 23.25% 23.25%;
    grid-column-gap: 2%;
    grid-row-gap: 9%;
    padding: 5px;
    height: 110px;
}

#info-app .widget .calendar-time::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #2dd4ac;
}

#info-app .widget .calendar-time::-webkit-scrollbar-track {
    background-color: #0f70b8;
    border-radius: 4px;
}

#info-app .widget .time {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.07);
}

#info-app .widget .time:last-child {
    margin-bottom: 5%;
}

/* #info-app .widget .btn-container {
    position: sticky;
    bottom: 0;
} */

#info-app .widget .btnConfirm[disabled] {
    background-color: #c8c8c8;
}

#info-app .widget #backDate {
    border: unset;
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    color: #2dd4ac;
    margin: 0 10px;
    margin-top: 25px;
    background-color: #ffffff;
}

#info-app .widget #backDate .fa {
    color: #2dd4ac;
    margin-right: 5px;
}

#info-app .widget .doctor-details {
    padding: 0 50px;
    display: flex;
}

#info-app .widget .address,
#info-app .widget .centers {
    font-family: Rubik;
    font-size: 15px;
}

#info-app .widget .date-details {
    padding: 0 50px;
    margin: 25px 0;
}

#info-app .widget .title-date,
#info-app .widget .title_h {
    font-family: Rubik;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.22px;
    color: #0f70b8;
    margin-bottom: 15px;
}

#info-app .widget .date-hour {
    display: grid;
    grid-row-gap: 15px;
}

#info-app .widget .date,
#info-app .widget .hour,
#info-app .widget .h_2 {
    display: flex;
    font-family: Rubik;
    font-size: 15px;
}

#info-app .widget .signin-signup {
    background-color: #0f70b8;
    padding: 25px 50px;
    height: 148px;
}

#info-app .widget .title-sign {
    font-family: Rubik;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

#info-app .widget .sign-btn {
    text-align: center;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}

#info-app .widget .signs {
    width: 100%;
    height: 50px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 15px;
    border: unset;
    border-radius: 4px;
}

#info-app .widget .new {
    background-color: #2dd4ac;
    color: #ffffff;
}

#info-app .widget .old {
    background-color: #ffffff;
    color: #0f70b8;
}

#info-app .widget .newdoccheckin {
    padding: 25px 50px;
    background-color: #2dd4ac;
}

#info-app .widget .newdoccheckin label {
    font-family: Rubik;
    font-weight: 500;
    color: #ffffff;
}

#info-app .widget .newdoccheckin .switch-field {
    display: flex;
}

#info-app .widget .newdoccheckin .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#info-app .widget .newdoccheckin .switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

#info-app .widget .newdoccheckin .switch-field label:hover {
    cursor: pointer;
}

#info-app .widget .newdoccheckin .switch-field input:checked + label {
    background-color: #0f70b8;
    color: #ffffff;
    box-shadow: none;
}

#info-app .widget .newdoccheckin .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

#info-app .widget .newdoccheckin .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

#info-app .widget .btn-continue {
    margin-top: 15px;
    border: unset;
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;
}

#info-app .widget .newdoccheckin .btn-continue {
    background-color: #ffffff;
    color: #2dd4ac;
}

#info-app .widget .newdoccheckout {
    margin-bottom: 256px;
}

#info-app .widget .newdoccheckout label {
    color: #0f70b8;
}

#info-app .widget .newdoccheckout label[for="password"] {
    margin-top: 15px;
}

#info-app .widget .newdoccheckout .btn-continue {
    background-color: #0f70b8;
    color: #ffffff;
}

#info-app .widget .wri3 {
    padding: 0 50px;
}

#info-app .widget #makedate {
    margin: 10px 0;
    border: solid 1px #2dd4ac;
    border-radius: 4px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #2dd4ac;
    color: #ffffff;
    width: 100%;
}

.dots {
    width: 5.5em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.dots div {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #2dd4ac;
    animation: fade 0.8s ease-in-out alternate infinite;
}

.dots div:nth-of-type(1) {
    animation-delay: -0.4s;
}

.dots div:nth-of-type(2) {
    animation-delay: -0.2s;
}

.overlayClass {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@keyframes drop {
    from {
        height: 0;
    }
    to {
        height: 105px;
    }
}

@keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.dots-container {
    text-align: center;
}

/* PAY MODAL */
#pay_modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pay_modal .modal-title {
    width: 50%;
}

#pay_modal .close {
    width: 50%;
    text-align: right;
}

#pay_modal .modal-dialog {
    width: 375px;
}

#pay_modal .modal-body {
    height: 630px;
    padding: 0;
}

#pay_modal #centerArea {
    top: 25%;
}

/* RESPONSIVE */

@media (max-width: 414px) {
    #info-app .widget .doctor-details {
        padding: 0;
        display: block;
    }

    #info-app .widget .doctor-photo {
        width: 100%;
        background-position-x: center;
    }

    #info-app .widget .doctor-profile {
        margin-top: 5%;
        text-align: center;
    }

    #info-app .details-container .title {
        text-align: center;
        width: 100%;
    }

    .doctor-profile .doctor-name {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .doctor-profile .rating {
        justify-content: center;
    }

    #info-app .widget .date-details {
        padding: 0 15px;
        text-align: center;
    }

    #info-app .widget .date-hour,
    #info-app .widget .date,
    #info-app .widget .hour {
        justify-content: center;
    }

    #info-app .widget .signin-signup,
    #info-app .widget .newdoccheckin {
        padding: 10px 15px;
    }

    #info-app .widget .wri3 {
        padding: 0 15px;
        text-align: center;
    }

    #info-app .widget .h_2 {
        justify-content: center;
    }
}

@media (max-width: 600px) and (min-width: 415px) {
    #info-app .doctor-photo {
        margin-right: 0;
    }

    .doctor-profile .doctor-name {
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    #info-app .review-head {
        grid-template-columns: 20% 80%;
    }

    #info-app .review-rating-container {
        white-space: nowrap;
        margin-left: 97%;
        margin-top: -15%;
    }
}

@media (max-width: 599px) {
    #info-app .review-container-head {
        display: grid;
        grid-row-gap: 10%;
        height: fit-content;
        padding-bottom: 30px;
    }

    #info-app .widget .main-container #leftArrow,
    #info-app .widget .main-container #rightArrow {
        top: 20%;
        height: 58px;
    }
}

@media (max-width: 639px) and (min-width: 480px) {
    #info-app .review-head {
        grid-template-columns: 13% 64% 23%;
    }
}

@media (max-width: 960px) and (min-width: 640px) {
    #info-app .review-head {
        grid-template-columns: 10% 67% 23%;
    }
}

@media (max-width: 960px) and (min-width: 600px) {
    #info-app .widget .main-container #leftArrow,
    #info-app .widget .main-container #rightArrow {
        top: 50%;
    }
}

@media (max-width: 960px) {
    .wr {
        width: 100%;
    }

    .wr #nav-title {
        padding: unset;
    }

    .wr #nav-title .margin-left-general {
        margin-left: 10px;
    }

    .wr #nav-title .margin-right-general {
        margin-right: 10px;
    }

    .wr #footer {
        padding-left: unset;
        padding-right: unset;
    }

    .wr #footer .margin-left-general {
        margin-left: 10px;
    }

    .wr #footer .margin-right-general {
        margin-right: 10px;
    }

    #nav-title .btn-header.btn-doctor-profile {
        display: block;
        width: auto;
        margin: auto;
        margin-bottom: 15px;
    }

    #nav-title .btn-signup.btn-doctor-profile {
        margin-bottom: 0px;
    }

    .btn-header {
        background-color: white;
    }

    .m-menu {
        position: fixed;
        width: 60%;
        height: auto;
        background-color: #ffffff;
        transition: ease-in-out 0.3s;
        z-index: 1003;
        top: 58px;
        right: -100%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
        padding: 20px 30px;
    }

    #nav-title .m-menu {
        position: absolute;
    }

    #nav-title .dropdown-menu {
        position: initial;
        margin: auto;
        width: 100%;
        border: unset;
        text-align: center;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        left: 5px !important;
    }

    #nav-title .drop {
        margin: auto;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border: 2px solid #cecece;
        width: fit-content;
        padding: 10px;
    }

    .show {
        display: block;
    }

    .showMenu {
        right: 0%;
    }

    .container {
        margin-top: 2.9rem;
        width: 100%;
    }

    #nav-doc-profile {
        height: fit-content;
        padding: 0 10px;
    }

    #fluid-doc-profile {
        margin: 0 10px;
        padding-right: unset;
    }

    #fluid-doc-profile .navbar-form {
        width: auto;
        padding: unset;
        border: unset;
    }

    .preview-profile-container .doc-rating {
        /* justify-content: center; */
    }

    #form-city-specialty .form-group {
        width: auto;
        display: grid;
        grid-row-gap: 5%;
        margin-bottom: 5%;
    }

    #form-city-specialty .select-city-specialty {
        width: auto;
    }

    #form-city-specialty button {
        width: 100%;
    }

    #doc-preview-profile {
        display: block;
        height: fit-content;
        height: -moz-fit-content;
        padding: 30px 10px;
        /* text-align: center; */
        padding: 10px;
        position: relative;
    }

    #doc-preview-profile .doc-preview {
        display: flex;
    }

    #doc-preview-profile .photo-container {
        display: block;
        justify-content: center;
        margin-right: 10px;
    }

    #doc-preview-profile .doc-photo {
        margin: auto;
        width: 72px;
        height: 72px;
    }

    #doc-preview-profile .doc-photo .level-container {
        width: 30px;
        height: 30px;

        bottom: -5px;
        right: -5px;

        background-size: 15px 15px;
    }

    #doc-preview-profile .bi {
        width: 50%;
    }

    #doc-preview-profile .social-network-container {
        grid-template-rows: 60%;
        margin-top: 10px;
    }

    #doc-preview-profile .preview-profile-container {
        margin-left: unset;
    }

    .preview-profile-container .doctor-name {
        margin-top: 5px;
        margin-left: 0;
        width: auto;
        font-size: 14px;
    }

    .preview-profile-container .doctor-specialty {
        font-size: 13px;
    }

    .preview-profile-container .gc-ratting img {
        width: 14px;
        height: 14px;
    }

    .preview-profile-container .doc-rev {
        color: #bebebe;
        font-size: 13px;
    }

    .preview-profile-container .doc-views {
        margin: auto;
        margin-bottom: 10px;
    }

    #doc-preview-profile .date-msg {
        display: block;
    }

    .btnMakeAppContainerFixed {
        position: fixed;
        top: 58px;
        left: 0;
        width: 100%;
        height: 55px;
        z-index: 1000;
    }

    .makeAppDocProfileFixed {
        border-radius: unset !important;
        width: 100%;
        height: 100%;
    }

    #makeAppDocProfile {
        padding: 6px 40px;
        margin-bottom: 10px;
    }

    #send_message_trigger {
        padding: 5px 24px;
        margin-bottom: 10px;
    }

    .social-network-container .msg-date {
        margin-bottom: 10px;
    }

    .preview-profile-container .doctor-phone {
        position: absolute;
        left: 0;
        bottom: -74px;
        grid-template-columns: 50% 50%;
        width: 100%;
        row-gap: unset;
    }

    .preview-profile-container .doctor-phone .phones {
        border: solid 1px #eeeeee;
        padding: 5px 10px;
        min-height: 32px;
    }

    .preview-profile-container .doctor-phone .phone-1,
    .preview-profile-container .doctor-phone .phone-3 {
        border-left: unset;
    }
    .preview-profile-container .doctor-phone .phone-2,
    .preview-profile-container .doctor-phone .phone-4 {
        border-right: unset;
    }

    .preview-profile-container .doctor-phone .phones a {
        font-size: 12px;
    }

    #info-app {
        grid-template-columns: unset;
        padding: 0;
    }

    #info-app .cards {
        min-width: unset;
        border: unset;
        border-bottom: solid 1px #dddddd;
        border-radius: unset;
        padding: 37px 10px 20px;
        margin-bottom: unset;
    }

    #info-app .cards:last-child {
        border-bottom: unset;
    }

    #info-app .widget-app {
        position: unset;
        z-index: unset;
    }

    #info-app .widget {
        height: fit-content;
    }

    #info-app .title {
        height: auto;
        font-size: 16px;
        margin-bottom: 14px;
    }

    #info-app .body {
        font-size: 14px;
    }

    #info-app .review-container.cards {
        padding: 37px 0px 15px;
    }

    #info-app .map.cards,
    #info-app .widget.cards {
        padding: 0;
    }

    #info-app .map #map_canvas {
        height: 330px !important;
    }

    #info-app .widget #select-place {
        font-size: 12px;
    }

    #info-app .widget-app {
        display: none;
        top: 100%;
        /* animation: fadeUp 0.8s linear; */
    }
    #info-app .widget-app-modal {
        display: flex;
        position: fixed;
        z-index: 1004;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    @keyframes fadeUp {
        from {
            top: 100%;
        }
        to {
            top: 0;
        }
    }
    #info-app .widget #backDate {
        background-color: transparent;
    }

    #info-app .widget-app .header-close {
        display: flex;
    }

    #info-app .widget .main-container {
        padding: 0;
    }
    #info-app .widget .main-container .choose {
        padding: 0 10px;
    }
    #info-app .widget .calendar-title {
        padding: 0 10px 20px;
        border-bottom: solid 1px #cecece;
        margin-bottom: 0;
    }
    #info-app .widget .jsCalendar-title-name {
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #info-app .widget .jsCalendar-title-name span {
        margin-right: 5px;
    }
    #info-app .widget .jsCalendar th {
        text-transform: uppercase;
    }
    #info-app .widget .jsCalendar-title-name,
    #info-app .widget .jsCalendar-title-name span {
        color: #2dd4ac;
    }
    #info-app .widget .bottom-border {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    #info-app .widget .calendar-time {
        padding: 5px 15px;
    }

    .container-divider {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 961px) {
    .wr #nav-title {
        padding: unset;
    }

    .wr #nav-title .margin-left-general {
        margin-left: 50px;
    }

    .wr #nav-title .margin-right-general {
        margin-right: 50px;
    }

    .wr #footer {
        padding-left: unset;
        padding-right: unset;
    }

    .wr #footer .margin-left-general {
        margin-left: 50px;
    }

    .wr #footer .margin-right-general {
        margin-right: 50px;
    }

    #nav-title .dropdown-menu {
        /* right: 50px; */
    }

    #nav-doc-profile {
        height: fit-content;
    }

    #nav-doc-profile .havbar-header {
        display: grid;
    }

    #fluid-doc-profile {
        margin-left: 50px;
        margin-right: 50px;
        padding-right: unset;
    }

    #fluid-doc-profile .navbar-form {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-right: unset;
        padding-left: unset;
    }

    #doc-preview-profile {
        padding-left: 50px;
    }

    #info-app {
        padding: 0 50px;
    }

    #info-app .cards {
        min-width: unset;
    }

    #info-app .review-head {
        grid-template-columns: 20% 80%;
    }

    #info-app .review-container-head {
        display: grid;
        grid-row-gap: 10%;
        height: fit-content;
        padding-bottom: 30px;
    }

    #info-app .review-rating-container {
        white-space: nowrap;
        margin-left: 97%;
        margin-top: -15%;
    }

    #info-app .widget-app {
        right: 50px;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    #nav-title .dropdown-menu {
        /* right: 50px; */
    }

    #fluid-doc-profile {
        margin-left: 50px;
        margin-right: 50px;
    }

    #doc-preview-profile {
        padding-left: 18%;
        padding-right: 18%;
    }

    #info-app {
        padding: 0 18%;
    }

    #info-app .review-head {
        grid-template-columns: 17% 47% 36%;
    }

    #info-app .widget-app {
        right: 18%;
    }
}
