#mag_doc_form .container {
    z-index: initial !important;
}
#slider-doctor .container,
#slider-doctor .container .vc_column-inner {
    width: 100%;
    padding: 0;
}
.heading:after {
    content: none !important;
}
.mag-appt {
    font-family: inherit;
}
.mag-appt-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(200px,1fr));
}
.mag-appt-col--phone {
    display: flex;
}
.mag-appt-box {
    color: #fff;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box_1, .box_1 .mag-input input {
    background: #016f9a;
}
.box_2, .box_2 .mag-dd-toggle {
    background: #0099ca;
}
.box_3, .box_3 .mag-dd-toggle {
    background: #0580b0;
}
.box_4, .box_4 .mag-dd-toggle {
    background: #006a91;
}
.box_5, .box_5 .mag-input input {
    background: #f6f6f6;
    color: #222;
}
.box_5 .mag-input input {
    border: 1px solid rgb(190 190 190);
    margin-bottom: 5px !important;
}
.box_5 .mag-input input::placeholder {
    color: #222;
    opacity: .9;
}
.mag-appt-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: left;
}
.mag-appt-desc {
    opacity: .9;
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
    min-height: 34px;
    flex: 1 1 0%;
}
.mag-input input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    padding: 0 15px;
    outline: 0;
    text-transform: uppercase;
}
.mag-input input::placeholder {
    color: #e6f2f7;
    opacity: .9;
}
.mag-dd {
    position: relative;
}
.mag-dd-toggle {
    border: 1px solid rgba(255,255,255,.4);
    height: 40px;
    cursor: pointer;
    user-select: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    outline: 0 !important;
    text-transform: uppercase;
}
.mag-dd-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 3px);
    background: #fff;
    color: #003344;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    max-height: 300px;
    overflow: auto;
    display: none;
    z-index: 50;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.mag-dd.open .mag-dd-menu {
    display: block;
}
.mag-dd-menu li {
    padding: 12px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f1f4f6;
    text-align: left;
}
.mag-dd-menu li:last-child {
    border-bottom: 0;
}
.mag-dd-menu li:hover,
.mag-doc-item:hover .mag-doc-head {
    background: #eef6fa;
}
.mag-doctor-panel {
    background: #fff;
    color: #003344;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    top: calc(100% + 3px);
    z-index: 50;
    max-height: 420px;
    overflow: auto;
}
.mag-dd.open .mag-doctor-panel {
    display: block;
}
.mag-doc-expand {
    border: 0;
    background: transparent;
    font-size: 40px;
    padding: 0;
    height: 30px;
    line-height: 0;
    outline: 0 !important;
}
.mag-doc-item {
    cursor: pointer;
    border-bottom: 1px solid #f1f4f6;
    overflow: hidden;
}
.mag-doc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: #f8fbfd;
    cursor: pointer;
}
.mag-doc-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.mag-doc-body {
    display: none;
    padding: 14px;
}
.mag-doc-item.open .mag-doc-body {
    display: block;
}
.mag-doc-meta .mag-doc-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mag-doc-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin-right: 10px;
}
.mag-doc-more {
    align-self: center;
    text-decoration: none;
}
.mag-button {
    background: #ef0d36;
    color: #fff;
    border: none;
    padding: 5px 16px;
    margin-top: 8px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    width: 120px;
}
.mag-button:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.mag-appt-message {
    /* margin-top: 10px; */
    font-weight: 600;
}
.mag-appt-message.ok {
    color: #0f9800;
}
.mag-appt-message.err {
    color: #eb0606;
}

@media (max-width: 1100px) {
    .mag-appt-row {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 640px) {
    .mag-appt-row {
        grid-template-columns: 1fr;
    }
}
