img.vmrx-logo {
    width: 80%;
    margin: 20px;
}

div#main-content {
    background: url('images/hospital.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    backdrop-filter: saturate(4.5);
    background-blend-mode: screen;
}

.with-background {
    background: url('images/back.jpg');
    background-size: cover;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    background-position-x: right;
}

.img.col-md-12 img {
    width: 75%;
    max-width: 600px;
}

.overlay-back {
    background: #8ddbff9e;
}

.contact-content h4,
.contact-content p {
    margin: 0;
    text-align: left;
    color: #333;
    font-family: 'Roboto';
}

.contact-content {
    padding: 10px;
}

.content-overlay {
    background: url('images/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-position-y: center;
    background-position-x: left;
}

.right.content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.business-logo img {
    width: 50%;
    margin: 25px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 1px #cecece;
}

.right h4 {
    font-size: min(6vw, 25px);
    color: #333;
    font-weight: 500;
    font-family: 'Roboto';
    margin: 20px 0 !important;
    text-shadow: 0px 0px 3px #ff66c4;
}

.doctors-info .label-main {
    text-align: left;
    width: 80%;
    margin: 10px auto;
    font-size: min(3vw, 16px);
    color: #444 !important;
    display: flex;
}

.label-main i {
    color: #d73b9b;
    font-size: min(4vw, 20px);
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    margin: 5px;
}

.button-rows button {
    background: #fb68c3;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #cecece;
    color: #fff;
}

.button-rows {
    margin: 20px 0;
}

div#vmrxModal {
    background: #33333359;
}

div#vmrxModal .text-custom {
    background: rgb(238, 174, 202);
    background: radial-gradient(circle, rgb(255 225 238) 0%, rgb(255 199 221) 30%, rgb(255 225 238) 100%);
}

div#vmrxModal h5,
div#vmrxModal label,
div#vmrxModal input,
div#vmrxModal select {
    color: #0f0e0e !important;
}

div#vmrxModal button.close.modal_close {
    margin: 0px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #121212 !important;
}

div#vmrxModal button.close.modal_close span {
    color: #9e0000 !important;
}

div#vmrxModal input[type='checkbox'] {
    accent-color: #c85081 !important;
    border: 1px solid #121212 !important;
}


div#vmrxModal button#submit-btn {
    background: #fb68c3;
    width: 250px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #cecece;
    color: #fff;
}

.button-rows button:hover,
div#vmrxModal button#submit-btn:hover {
    border: 2px solid #fb68c3;
    background: #fff;
}

.modal-header.appointment_modal_header,
hr {
    border-bottom: 1px solid #c85081 !important;
}

.section-hidden,
.toggle-menu {
    display: none;
}

/* Responsive CSS */
@media (max-height:850px) {
    div#main-content {
        height: unset;
    }

    .section-hidden {
        display: none !important;
    }

    .toggle-menu {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        margin: 5px;
    }

    .toggle-menu img {
        width: 50px;
    }

    .toggle-menu:hover+.section-hidden {
        display: flex !important;
    }
}

@media (max-width: 425px) {
    .doctors-info .label-main {
        width: 100%;
    }

    h4.footer-contact {
        display: none;
    }

    .contact-content {
        padding: 0;
    }

    .mobile-right {
        flex: 0 0 20% !important;
    }

    .mobile-left {
        flex: 0 0 80% !important;
    }

    img.vmrx-logo {
        margin: auto;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .business-logo img {
        width: 35%;
    }
}

@media (max-width: 1025px) {
    section.col-md-6.right.content .col-md-4 {
        flex: 0 0 50%;
    }

    .full-height {
        height: 100%;
    }

    .col-md-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .content-overlay {
        background-position-x: right;
    }

    .with-background {
        display: none !important;
    }

    .right.content {
        height: 100vh;
        flex-direction: column;
        justify-content: center;
    }

    .section-hidden {
        display: flex;
        z-index: 99;
        background: #b4e7ff8f;
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: center;
    }

    .mobile-right img {
        width: 80%;
    }

    .mobile-right {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 30%;
    }

    .mobile-left {
        flex: 0 0 70%;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 5px;
    }

    .contact-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    h4.footer-contact {
        margin: 5px !important;
        text-shadow: unset;
        font-weight: 700;
        color: #113f67;
        font-size: min(4vw, 20px);
    }

    .contact-content p {
        font-size: min(2vw, 18px);
        color: #222 !important;
    }

    p.contact-text span {
        padding-left: 10px;
    }

    p.contact-text i {
        color: #fff;
        background: #113f67;
        padding: 5px;
        border-radius: 5px;
    }

    p.contact-text {
        margin: 5px;
        display: flex;
        align-items: center;
    }

    .content-content-mobile img {
        border-radius: 10px;
    }
}

