* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1309px !important;
    margin: 0 auto;
}

.doc_pattern {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 67px;
    width: 100%;
    background: url("/images/bg.svg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.doc_pattern .login-container {
    align-items: center !important;
    max-width: 1309px !important;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 20px 0px #0000000f;
    background: white;
    padding: 64px 50px;
    width: 100%;
    border-radius: 20px;
}

.doc_slider {
    width: 100%;
    margin: 40px auto;
}

.doc_slide {
    text-align: center;
    padding: 0px;
}

.doc_slide img {
    width: 100%;
    max-height: 600px;
}

.doc_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #050d2b;
}

.doc_desc {
    font-size: 16px;
    color: #6b7084;
    max-width: 398px;
    margin: auto;
    line-height: 24px;
    font-weight: 400;
}

.doc_pattern .illustration-section {
    border-right: 1px solid #d1d7df;
}

.doc_slider .slick-dots li {
    width: 5.33px;
    height: 4px;
    margin: 0 1px;
}

.doc_slider .slick-dots li.slick-active {
    width: 14.67px;
}

.doc_slider .slick-dots li button {
    width: 5.33px;
    height: 4px;
    padding: 0;
}

.doc_slider .slick-dots li.slick-active button {
    width: 14.67px;
}

.doc_slider .slick-dots li button::before {
    background: #d1d7df;
    opacity: 1 !important;
    width: 5.33px;
    height: 4px;
    content: "" !important;
    color: transparent;
    border-radius: 50px;
}

.doc_slider .slick-dots li.slick-active button::before {
    background: #171e6f;
    opacity: 1 !important;
    width: 14.67px;
    height: 4px;
    content: "" !important;
    color: transparent;
}

.doc_login {
    max-width: 512px;
    margin: auto;
}

.doc_login_logo {
    margin-bottom: 36px;
    text-align: center;
}

.doc_login_title {
    text-align: center;
    margin-bottom: 43px;
    font-size: 20px;
    font-weight: 700;
}

.doc_login form {
    margin-bottom: 24px;
}

.doc_login form label {
    margin-bottom: 4px;
    display: block;
    color: #101828 !important;
    font-size: 16px;
    font-weight: 500 !important;
}

.doc_login form input {
    margin-bottom: 20px;
    display: block;
    color: #6b7084;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    height: 52px;
    border: 1px solid #d1d7df;
    border-radius: 8px;
    width: 100%;
}

.doc_login form input:focus {
    outline: none;
}

.doc_login form .input-group {
    position: relative;
}

#togglePassword,
#togglePassword1,
#togglePassword2 {
    position: absolute;
    top: 13px;
    right: 14px;
    background: transparent;
    border: none;
}

.doc_login form input[type="checkbox"] {
    display: inline !important;
    width: 24px;
    height: 24px;
    margin: 0;
}

.remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 32px;
}

.remember-forgot label {
    display: flex !important;
    align-items: center;
}

.remember-forgot label span {
    color: #6b7084;
    font-size: 14px;
    font-weight: 400;
}

.remember-forgot a {
    color: #171e6f !important;
    font-size: 14px;
    font-weight: 500;
}

.doc_login_submit {
    border-radius: 10px;
    height: 50px;
    width: 100%;
    background: #171e6f;
    color: white;
    border: 1px solid #171e6f;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.or-separator {
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.or-separator span {
    color: #344054 !important;
    font-size: 16px;
    font-weight: 400;
}

.social_grid {
    gap: 20px;
    margin-bottom: 43px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.social_grid .social-btn {
    border: 1px solid #d0d5dd;
    background: transparent;
    border-radius: 10px;
    padding: 6px;
    height: 50px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7084;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.no-ac p {
    color: #6b7084;
    font-size: 16px;
    font-weight: 400;
}

.no-ac p a {
    color: #171e6f;
    text-decoration: underline;
}

.doc_forgot_modal.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0 !important;
}

#signupBtn {
    margin-top: 26px;
}

.doc_forgot_modal .modal-card {
    background: #fff;
    padding: 26px 30px;
    width: 90%;
    max-width: 635px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.25s ease-out;
    padding: 140px;
}

.doc_forgot_modal #modalTitle,
.doc_forgot_modal #welcomeTitle {
    margin-bottom: 8px;
    color: #050d2b;
    font-size: 18px;
    font-weight: 600;
}

.doc_forgot_modal p {
    color: #6b7084;
    font-size: 14px;
    font-weight: 500;
}

#goHomeBtn {
    border-radius: 10px;
    height: 45px;
    width: 100%;
    background: #171e6f;
    color: white;
    border: 1px solid #171e6f;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    max-width: 353px;
}

.doc_forgot_modal .modal-close {
    position: absolute;
    top: 26px;
    right: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

.doc_forgot_modal .badge {
    margin-bottom: 30px;
}

.doc_login_des {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6b7084;
    margin-top: 16px;
}

@keyframes fadeIn {
    from {
        transform: scale(0.92);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.patient-header.doc_patient_header {
    background: #edf5fb;
    border-bottom: 1px solid #eef1f6;
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 18px 0;
}

.doc_header_logo img {
    max-width: 171px;
}

.doc_patient_header .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e3a8a;
    padding: 5px 0;
}

.doc_patient_header .brand .title {
    display: flex;
    flex-direction: column;
}

.doc_patient_header .brand .name {
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #1e3a8a;
}

.doc_patient_header .brand .sub {
    font-size: 11px;
    color: #1e3a8a;
    opacity: 0.9;
}

.doc_patient_header .nav {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.doc_patient_header .nav a {
    text-decoration: none;
    color: #394160;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}

.doc_patient_header .nav a .ic {
    width: 14px;
    height: 14px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.doc_patient_header .nav a:hover {
    color: #0e199e;
}

.doc_patient_header .nav a:hover .ic,
.doc_patient_header .nav a.active .ic {
    opacity: 1;
    transform: translateX(0);
}

.doc_patient_header .nav a.active {
    color: #0e199e;
}

.doc_patient_header .actions {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: flex-end;
}

.doc_patient_header .avatar img {
    width: 100%;
    border-radius: 50%;
}

.doc_patient_header .icon-btn {
    width: 41px;
    height: 36px;
    border: 1px solid #edf5fb00;
    border-radius: 10px;
    background: #edf5fb00;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.doc_patient_header .icon-btn:hover {
    background: #f3f4f6;
}

.doc_patient_header .badge {
    position: absolute;
    top: 1px;
    right: 2px;
    background: #ff0000;
    color: #fff;
    border-radius: 9999px;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc_patient_header .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10.5px 16px;
    border-radius: 10px;
    background: #1e2a7a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 15px 0 30px;
    font-size: 16px;
}

.doc_patient_header .avatar {
	width: 50px;
	height: 50px;
	border-radius: 9999px;
	border: 1px solid #171e6f;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #374151;
	cursor: pointer;
	overflow: hidden;
}
.unauthenticated-btn {
	white-space: nowrap;
	margin-right: 0 !important;
	margin-left: 15px !important;
}
.doc_patient_header .profile {
    align-items: center;
    display: flex;
}

.doc_patient_header .dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #ffffff;
    border: 1px solid #e6ebf5;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    display: none;
    min-width: 160px;
    padding: 6px;
}

.doc_patient_header .dropdown a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
}

.doc_patient_header .dropdown a:hover {
    background: #f3f4f6;
    color: #1e3a8a;
}

.doc_patient_footer.site-footer {
    background: #171e6f;
    color: #c7d2fe;
}

.doc_patient_footer.site-footer a {
    color: #c7d2fe;
    text-decoration: none;
}

.doc_patient_footer.site-footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.doc_patient_footer .footer-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #737373;
}

.doc_patient_footer .footer-promo .badges {
    display: flex;
    gap: 16px;
    align-items: center;
}

.doc_patient_footer .footer-promo div {
    font-size: 20px;
    font-weight: 600;
    color: #ffffffde;
    line-height: 1;
}

.doc_patient_footer .badge-img {
    height: 40px;
    width: auto;
    display: block;
}

.doc_patient_footer .footer-main {
    display: grid;
    grid-template-columns: 1.7fr 0.5fr 0.5fr 1.5fr;
    gap: 139px;
    padding: 30px 0 40px;
}

.doc_patient_footer .brand {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.doc_patient_footer .brand img {
    height: 47px;
    width: auto;
    margin-bottom: 35px;
}

.doc_patient_footer .social {
    display: flex;
    gap: 17px;
    align-content: center;
}

.doc_patient_footer .social a {
    color: #ffffff;
}

.doc_patient_footer .footer-main h5 {
    margin: 15px 0 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.doc_patient_footer .footer-main p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.doc_patient_footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    font-size: 13px;
}

.doc_patient_footer .footer-list a {
    opacity: 70%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: #ffffffa8;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_footer .contact-item .icon {
    width: 20px;
    height: 20px;
    color: #93c5fd;
}

.doc_patient_footer .footer-bottom {
    background: #0a0e3f;
}

.doc_patient_footer .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_footer .footer-bottom .links {
    display: flex;
    gap: 24px;
}

.doc_patient_footer .footer-bottom .links a {
    padding: 4px 8px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_home .btn-appointment {
    padding: 12px 18px;
    border-radius: 10px;
    background: #171E6F;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.doc_patient_home .about {
    background: #ffffff;
    padding: 80px 0 70px;
}

.doc_patient_home .about_wrap {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 109px;
    align-items: center;
}

.doc_patient_home .about .media {
    position: relative;
    min-height: 420px;
}

.doc_patient_home .about .card-lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 18px;
    background: #f5f7ff;
    border: 1px solid #e6ebf5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.doc_patient_home .about .card-lg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(220px 200px at 15% 20%, #e8eeff, transparent),
        radial-gradient(260px 200px at 80% 80%, #eef2ff, transparent);
}

.doc_patient_home .about .card-sm {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 320px;
    height: 240px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e6ebf5;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.doc_patient_home .about .avatar-doc {
    font-size: 120px;
}

.doc_patient_home .about .thumb {
    font-size: 92px;
}

.doc_patient_home .about .play {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    background: #1e3a8a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(30, 58, 138, 0.25);
}

.doc_patient_home .about .play svg {
    width: 20px;
    height: 20px;
}

.doc_patient_home .about .card-sm .play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.doc_patient_home .about h3.eyebrow {
    color: #0E199E;
    font-weight: 500;
    margin: 0 0 16px;
    font-size: 20px;
}

.doc_patient_home .about h2.title {
    font-size: 40px;
    line-height: 1;
    color: #050D2B;
    margin: 0 0 10px;
    font-weight: 700;
}

.doc_patient_home .about h2.title span {
    color: #171E6F;
}

.doc_patient_home .about .list {
    margin: 16px 0 22px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.doc_patient_home .about .list li {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #6B7084;
    font-size: 18px;
    font-weight: 400;
}

.doc_patient_home .about .btn {
    display: inline-block;
    padding: 9.5px 18px;
    background: #171E6F;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.doc_patient_home .specialty {
    position: relative;
    background: #F0F9FF;
    padding: 86px 0 31px;
}

.doc_patient_home .specialty .eyebrow {
    color: #0E199E;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.doc_patient_home .specialty .pre {
    color: #050D2B;
    font-weight: 500;
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 40px;
}

.doc_patient_home .specialty .title {
    font-size: 60px;
    margin: 0 0 40px;
    color: #0E199E;
    font-weight: 700;
    letter-spacing: .8%;
}

.doc_patient_home .specialty .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 20px;
    align-items: stretch;
}

.doc_patient_home .specialty .card {
    background: #ffffff;
    border: 1px solid #CFDFEA;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.doc_patient_service_doctor {
	max-width: 230px;
	aspect-ratio: 1;
	width: 100%;
    object-fit: cover;
	border-radius: 50%;
}
.doc_patient_home .specialty .card h4 {
    margin: 0px 0 10px;
    font-size: 20px;
    color: #2E2936;
    font-weight: 600;
}

.doc_patient_home .specialty .card p {
    margin: 0;
    font-size: 16px;
    color: #6B7084;
    line-height: 22px;
}

.doc_patient_home .specialty .cta-row {
    display: flex;
    justify-content: center;
    margin-top: 37px;
}

.doc_patient_home .specialty .btn {
    display: inline-block;
    padding: 10px 9px;
    background: #171E6F;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.doc_patient_home .doctors {
    background: #ffffff;
    padding: 70px 0;
}

.doc_patient_home .doctors .eyebrow {
    color: #0E199E;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.doc_patient_home .doctors .heading {
    font-size: 40px;
    line-height: 1;
    color: #050D2B;
    margin: 0 0 45px;
    font-weight: 700;
}

.doc_patient_home .doctors .heading .accent {
    color: #171E6F;
}

.doc_patient_home .doc-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.doc_patient_home .doc-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 4px 16px 0px #0000001A;
}

.doc_patient_home .doc-avatar {
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    background: radial-gradient(80px 80px at 50% 30%, #f1f4ff, #ffffff);
    border: 1px solid #e6ebf5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #1e3a8a;
}

.doc_patient_home .doc-name {
    margin: 16px 0 7px;
    font-size: 16px;
    color: #050D2B;
    font-weight: 600;
}

.doc_patient_home .doc-role {
    margin: 0 0 20px;
    font-size: 16px;
    color: #6B7084;
}

.doc_patient_home .small-btn {
    padding: 9.5px 18px;
    border-radius: 10px;
    border: 1px solid #171E6F;
    background: #ffffff;
    color: #1e3a8a;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #171E6F;
    font-size: 16px;
}

.doc_patient_home .small-btn:hover {
    background: #171E6F;
    color: #ffffff;
    text-decoration: none;
}

.doc_patient_home .small-btn:hover svg path {
    fill: #fff;
}

.doc_patient_home .cta-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.doc_patient_home .btn {
    display: inline-block;
    padding: 9.5px 28px;
    background: #171E6F;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
}

.doc_patient_home .btn:hover {
    color: #fff !important;
}

.doc_patient_home .blog {
    background: #ffffff;
    padding-bottom: 100px;
}

.doc_patient_home .blog .eyebrow {
    color: #0E199E;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.doc_patient_home .blog .heading {
    font-size: 40px;
    line-height: 1;
    color: #050D2B;
    margin: 0 0 30px;
    font-weight: 700;
}

.doc_patient_home .blog .heading .accent {
    color: #171E6F;
}

.doc_patient_home .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.doc_patient_home .post-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 16px 0px #0000001A;
}

.doc_patient_home .post-thumb {
    width: 100%;
    height: 282px;
    overflow: hidden;
    background: #eff4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc_patient_home .post-body {
    padding: 14px 16px 25px;
}

.doc_patient_home .post-meta {
    display: flex;
    justify-content: space-between;
    color: #6B7084;
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: 400;
}

.doc_patient_home .post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.doc_patient_home .post-title {
    margin: 0 0 6px;
    font-size: 16px;
    color: #050D2B;
    font-weight: 500;
}

.doc_patient_home .post-excerpt {
    margin: 0 0 12px;
    color: #394160;
    font-size: 14px;
    font-weight: 400;
}

.doc_patient_home .post-link {
    color: #171E6F;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.doc_patient_home .post-link:hover {
    text-decoration: underline;
}

.doc_patient_home .hero {
    background: url(/images/banner-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 96px;
}

.doc_banner_content h6 {
    padding-top: 22px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #0E199E;
}

.doc_banner_content h1 {
    padding-top: 0px;
    padding-bottom: 12px;
    font-size: 80px;
    line-height: 64px;
    font-weight: 700;
    color: #050D2B;
}

.doc_banner_content h1 span {
    color: #0E199E;
}

.doc_banner_content h2 {
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 100px;
    line-height: 72px;
    font-weight: 700;
    color: #0E199E;
    width: max-content;
    position: relative;
}

.doc_banner_content h2::before {
    content: '';
    background: url('/images/beat.svg') no-repeat;
    position: absolute;
    background-size: contain;
    width: 408px;
    height: 70px;
    left: calc(100% - 5px);
    top: 18px;
}

.doc_banner_content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #6B7084;
    margin-bottom: 30px;
    max-width: 600px;
}

.doc_patient_home .specialty::before {
    content: '';
    background: url('/images/net.svg') no-repeat;
    background-size: auto;
    position: absolute;
    background-size: contain;
    width: 479px;
    height: 365px;
    left: 0;
    bottom: 18px;
}

.doc_patient_service_image_container img {
    width: 100%;
}

.doc_patient_service_image_container {
    background: #EDF5FB;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
}


@media (max-width: 767px) {
    .doc_patient_header .nav {
        display: none;
    }

    .doc_pattern .login-container {
        gap: 40px;
        padding: 0 15px 20px;
    }

    .doc_pattern {
        padding: 20px;
    }

    .doc_login {
        padding: 0px;
    }

    .social_grid .social-btn {
        font-size: 12px;
    }

    .doc_login_logo img {
        max-width: 160px;
    }

    .doc_login_logo {
        margin-bottom: 20px;
    }

    .doc_login_title {
        margin-bottom: 20px;
    }

    .social_grid {
        margin-bottom: 20px;
    }

    .doc_slide img {
        max-height: 400px;
    }

    .doc_pattern .illustration-section {
        border-right: 0px solid #d1d7df;
    }

    .doc_desc {
        font-size: 14px;
    }

    .doc_login form input {
        height: 45px;
    }

    .login-with {
        display: none;
    }

    .social_grid .social-btn {
        width: 50px;
    }

    .social_grid {
        display: flex;
        justify-content: center;
    }

    .doc_login form input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .doc_forgot_modal .modal-card {
        max-width: 465px;
        padding: 30px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .patient-header.doc_patient_header {
        padding: 8px 0;
    }

    .doc_header_logo img {
        max-width: 150px;
    }

    #burgerMenuBtn svg {
        width: 30px;
        height: 30px;
    }

    .doc_patient_footer .footer-promo {
        gap: 14px;
        flex-direction: column;
        text-align: center;
    }

    .doc_patient_footer .footer-promo div {
        font-size: 18px;
        line-height: 1.4;
    }

    .doc_patient_footer .badge-img {
        height: 34px;
    }

    .doc_patient_footer .footer-bottom-inner {
        padding: 10px 0;
        font-size: 14px;
        flex-direction: column;
    }

    .doc_patient_footer .footer-bottom .links a,
    .doc_patient_footer .footer-list a,
    .doc_patient_footer .contact-item {
        font-size: 14px;
    }

    .doc_patient_footer .footer-main {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 30px 0 20px;
    }

    .doc_patient_footer .brand img {
        height: 40px;
        margin-bottom: 15px;
    }

    .doc_patient_home .hero {
        padding-top: 15px;
    }

    .doc_banner_content h6 {
        font-size: 18px;
    }

    .doc_banner_content h1 {
        font-size: 35px;
        line-height: 34px;
    }

    .doc_banner_content h2 {
        padding-bottom: 20px;
        font-size: 40px;
        line-height: 12px;
    }

    .doc_banner_content h2::before {
        width: 248px;
        height: 42px;
        left: calc(100% - 5px);
        top: -8px;
    }

    .doc_banner_content p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .doc_patient_home .btn-appointment,
    .doc_patient_home .about .btn,
    .doc_patient_home .specialty .btn,
    .doc_patient_home .btn {
        font-size: 14px;
    }

    .doc_patient_home_image {
        width: 100%;
    }

    .doc_patient_home .about h3.eyebrow,
    .doc_patient_home .specialty .eyebrow,
    .doc_patient_home .doctors .eyebrow,
    .doc_patient_home .blog .eyebrow {
        font-size: 16px;
    }

    .doc_patient_home .about h2.title,
    .doc_patient_home .specialty .pre,
    .doc_patient_home .doctors .heading,
    .doc_patient_home .blog .heading {
        font-size: 28px;
    }

    .doc_patient_home .about_wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .doc_patient_home .post-thumb {
        height: 182px;
    }

    .doc_patient_home .about {
        padding: 50px 0 50px;
    }

    .doc_patient_about_image {
        width: 100%;
    }

    .doc_patient_service_doctor {
        width: 100px;
    }

    .doc_patient_home .small-btn {
        padding: 6.5px 12px;
        gap: 8px;
        font-size: 14px;
    }

    .doc_patient_home .about .media {
        min-height: auto;
    }

    .doc_patient_home .check img {
        width: 16px;
    }

    .doc_patient_home .about .list li {
        gap: 12px;
        font-size: 16px;
    }

    .doc_patient_home .specialty {
        padding: 50px 0 50px;
    }

    .doc_patient_home .specialty .title {
        font-size: 40px;
        margin: 0 0 22px;
        margin-top: -10px;
    }

    .doc_patient_home .specialty .grid,
    .doc_patient_home .doc-grid,
    .doc_patient_home .blog-grid {
        grid-template-columns: 1fr;
    }

    .doc_patient_home .blog {
        padding-bottom: 50px;
    }

    .doc_patient_home .doctors {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .doc_pattern .login-container .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }

    .doc_pattern .login-container {
        flex-direction: column;
    }

    .doc_pattern .login-container {
        gap: 40px;
        padding: 0 50px 50px;
    }

    .doc_pattern {
        padding: 35px;
    }

    .doc_login {
        padding: 0 30px;
    }

    .social_grid .social-btn {
        font-size: 12px;
    }

    .doc_login_logo img {
        max-width: 160px;
    }

    .doc_login_logo {
        margin-bottom: 20px;
    }

    .doc_login_title {
        margin-bottom: 20px;
    }

    .social_grid {
        margin-bottom: 20px;
    }

    .doc_slide img {
        max-height: 400px;
    }

    .doc_pattern .illustration-section {
        border-right: 0px solid #d1d7df;
    }

    .doc_forgot_modal .modal-card {
        max-width: 465px;
        padding: 50px;
    }

    .doc_patient_header .cta-btn {
        gap: 10px;
        padding: 8.5px 8px;
        margin: 0 6px 0 6px;
        font-size: 14px;
    }

    .doc_patient_header .avatar {
        width: 40px;
        height: 40px;
    }

    .doc_patient_header .icon-btn {
        width: 30px;
        height: 36px;
    }

    .doc_patient_header .badge {
        top: 0px;
        right: -2px;
    }

    .doc_patient_header .nav {
        gap: 12px;
    }

    .doc_patient_header .nav a {
        font-size: 14px;
    }

    .doc_patient_footer .footer-main {
        gap: 50px;
        grid-template-columns: 1fr 1fr;
    }

    .doc_patient_footer .footer-promo div {
        font-size: 18px;
    }

    .doc_patient_footer .badge-img {
        height: 35px;
    }

    .doc_patient_home_image {
        width: 100%;
    }

    .doc_banner_content h1 {
        font-size: 46px;
        line-height: 30px;
    }

    .doc_banner_content h2 {
        padding-bottom: 0px;
        font-size: 55px;
        line-height: 55px;
    }

    .doc_banner_content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .doc_banner_content h6 {
        padding-top: 0;
        font-size: 18px;
    }

    .doc_banner_content h2::before {
        top: 0px;
    }

    .doc_patient_home .about {
        padding: 60px 0 60px;
    }

    .doc_patient_home .specialty {
        padding: 60px 0 31px;
    }

    .doc_patient_home .doc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doc_patient_home .about_wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .doc_patient_home .hero {
        padding-top: 20px;
    }

    .doc_patient_home .about h3.eyebrow,
    .doc_patient_home .specialty .eyebrow,
    .doc_patient_home .doctors .eyebrow,
    .doc_patient_home .blog .eyebrow {
        font-size: 18px;
    }

    .doc_patient_home .about h2.title,
    .doc_patient_home .specialty .pre,
    .doc_patient_home .doctors .heading,
    .doc_patient_home .blog .heading {
        font-size: 32px;
    }

    .doc_patient_home .specialty .title {
        font-size: 50px;
    }

    .doc_patient_service_doctor {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1320px) {
    .doc_pattern {
        padding: 35px;
    }

    .doc_login {
        padding: 0 30px;
    }

    .social_grid .social-btn {
        font-size: 12px;
    }

    .doc_login_logo img {
        max-width: 160px;
    }

    .doc_login_logo {
        margin-bottom: 20px;
    }

    .doc_login_title {
        margin-bottom: 20px;
    }

    .social_grid {
        margin-bottom: 20px;
    }

    .doc_patient_header .cta-btn {
        margin: 0 15px 0 15px;
        font-size: 14px;
    }

    .doc_patient_header .nav {
        gap: 16px;
    }

    .doc_patient_header .nav a {
        font-size: 14px;
    }

    .doc_patient_footer .footer-main {
        gap: 50px;
    }

    .doc_patient_home_image {
        width: 100%;
    }

    .doc_banner_content h1 {
        font-size: 55px;
        line-height: 48px;
    }

    .doc_banner_content h2 {
        padding-bottom: 15px;
        font-size: 70px;
        line-height: 55px;
    }

    .doc_banner_content h2::before {
        top: 4px;
    }

    .doc_patient_home .hero {
        padding-top: 50px;
    }

    .doc_patient_home .about h3.eyebrow,
    .doc_patient_home .specialty .eyebrow,
    .doc_patient_home .doctors .eyebrow,
    .doc_patient_home .blog .eyebrow {
        font-size: 18px;
    }

    .doc_patient_home .about h2.title,
    .doc_patient_home .specialty .pre,
    .doc_patient_home .doctors .heading,
    .doc_patient_home .blog .heading {
        font-size: 32px;
    }

    .doc_patient_home .specialty .title {
        font-size: 50px;
    }

    .doc_patient_service_doctor {
        width: 100%;
    }
}