@font-face {
    font-family: kalame_light;
    src: url('../fonts/KALAMEH-LIGHT.eot');
    src: url('../fonts/KALAMEH-LIGHT.woff') format("woff"),
    url('../fonts/KALAMEH-LIGHT.woff2') format("woff"),
    url('../fonts/KALAMEH-LIGHT.ttf') format("truetype");
}

@font-face {
    font-family: kalame_bold;
    src: url('../fonts/KALAMEH-BOLD.eot');
    src: url('../fonts/KALAMEH-BOLD.woff') format("woff"),
    url('../fonts/KALAMEH-BOLD.woff2') format("woff"),
    url('../fonts/KALAMEH-BOLD.ttf') format("truetype");
}

@font-face {
    font-family: kalame_black;
    src: url('../fonts/KALAMEH-BLACK.eot');
    src: url('../fonts/KALAMEH-BLACK.woff') format("woff"),
    url('../fonts/KALAMEH-BLACK.woff2') format("woff"),
    url('../fonts/KALAMEH-BLACK.ttf') format("truetype");
}

@font-face {
    font-family: Tufan;
    src: url('../fonts/Tufan.eot');
    src: url('../fonts/Tufan.woff') format("woff"),
    url('../fonts/Tufan.woff2') format("woff"),
    url('../fonts/Tufan.ttf') format("truetype");
}


@font-face {
    font-family: Bahman;
    src: url('../fonts/Bahman.eot');
    src: url('../fonts/Bahman.woff') format("woff"),
    url('../fonts/Bahman.woff2') format("woff"),
    url('../fonts/Bahman.ttf') format("truetype");
}

@font-face {
    font-family: Cholak;
    src: url('../fonts/cholak.eot');
    src: url('../fonts/cholak.woff') format("woff"),
    url('../fonts/cholak.woff2') format("woff"),
    url('../fonts/cholak.ttf') format("truetype");
}

@font-face {
    font-family: Balonku;

    src: url('../fonts/Balonku.woff') format("woff");
}

@font-face {
    font-family: Baltimore;

    src: url('../fonts/Baltimore.woff') format("woff");
}

@font-face {
    font-family: Samim-FD;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Samim-FD.eot');
    src: url('../fonts/Samim-FD.eot') format("embedded-opentype"),
    url('../fonts/Samim-FD.woff2') format("woff2"),
    url('../fonts/Samim-FD.woff') format("woff"),
    url('../fonts/Samim-FD.ttf') format("truetype");
}

.farsi-digit {
    font-family: Samim-FD;
}

:root {
    --text-color: #1F375A;
    --primary-color: #1F375A;
    --secondary-color: #6ACC5D;
    --additional-color: #9BC78D;
    --extra-color: #425879;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

html.overlay {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

body {
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    direction: rtl;
    font-family: 'kalame_light';
    overflow-x: hidden;
    max-width: 100%;
    color: var(--primary-color);
}

* {
    text-align: right;
}

p {
    text-align: justify;
    line-height: 33px;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #1b1e21;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #a09ea4;
}

/*@media (min-width: 1200px) {*/
/*    .container {*/
/*        max-width: 1320px;*/
/*    }*/
/*}*/

.swiper {
    width: 100%;
}


/*header*/
/*header*/

.navbar-mobile {
    display: none;
}

.header-nav {
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: center;
    gap: 36px;
    border: 1px solid #E7E7E7;
    border-radius: 40px;
    height: fit-content;
    /*padding-block: 13px;*/
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    padding-right: 0;
}

.navbar-brand {
    width: 150px;
    height: 99px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-item .nav-link {
    padding: 19px 11px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.nav-item.active .nav-link {
    border: 1px solid #E7E7E7;
    border-radius: 27px;
}

/*.nav-item:first-child .nav-link {*/
/*    padding-right: 0;*/
/*}*/

.header-buttons {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-row {
    align-items: center;
    width: 100%;
    gap: 12px;
}

header {
    z-index: 300;
    position: absolute;
    width: 100%;
}


/*header*/
/*header*/


/*megamenu*/

.nav-item {
    position: relative;
}

.megamenu {
    display: none;
    justify-content: center;
    /* margin-right: 0; */
    position: absolute !important;
    top: 59px !important;
    z-index: 9999;
    max-height: 470px;
    color: #444;
    right: calc(50% - 308px);
    padding: 10px;
    flex-direction: row;
    width: 1039px;
    background: #6d88a0;
    /* box-shadow: 0 8px 32px 0 #93acbd; */
    /* backdrop-filter: blur(19px); */
    /* border: 1.5px solid #7596ad; */
    border-radius: 12px;
    justify-content: space-between;
    padding: 31px;
    margin: 0 auto;
}

.megamenu.show {
    display: flex;
}

.megamenu-items {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.all-megamenu-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 91%;
    row-gap: 0px;
    column-gap: 9px;
}

.megamenu-blogs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    /* height: 100%; */
    flex-wrap: wrap;
    width: 42%;
    justify-content: flex-start;
    padding-right: 20px;
    border-right: 1px solid #ffffff;
}

.mega-blog-content {
    width: 60%;
}

.mega-blog-content h3 {
    font-size: 17px;
    color: var(--text-color) !important;
    text-decoration: unset !important;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mega-blog-content p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
    color: #333334 !important;
    text-decoration: unset !important;
}

.mega-name h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.each-mega-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px;
    cursor: pointer;
    text-decoration: none !important;
}

.megamenu_cure .each-mega-item {
    /*background: #c4ccd7;*/
    border-radius: 5px;
}

.megamenu_cure .all-megamenu-items {
    gap: 5px;
}

/*.megamenu_cancer{*/
/*    right: calc(50% - 172px);*/
/*}*/


.mega-icon {
    position: relative;
}

.mega-icon img {
    width: 43px;

}

.each-mega-item:hover .mega-icon img {
    filter: brightness(0) invert(1);
}

.mega-icon::before {
    position: absolute;
    content: '';
    background: #1f375a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 62%;
    opacity: 1;
    z-index: -1;
    transition: .5s;
    right: 0;
}

.each-mega-item:hover .mega-icon svg {

    filter: invert(1);
}

.each-mega-item:hover .mega-name h5 {
    color: var(--text-color);
}

.each-mega-item:hover .mega-icon::before {
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 1;
    top: 0;
}

.each-mega-item:hover .mega-icon {
    background: unset;
    transition: .5s;
}

.each-blog-image {
    width: 151px;
    height: 83px;
}

.each-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.each-mega-blog {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    transition: .4s;
    text-decoration: unset !important;
}

.each-mega-blog:hover {
    background: #1f375a;
    border-radius: 3px;
    transition: .4s;
}

.each-mega-blog:hover .mega-blog-content h3 {
    color: #fff !important;
    text-decoration: unset !important;
    transition: .4s;
}

.each-mega-blog:hover .mega-blog-content p {
    color: #fff !important;
    text-decoration: unset !important;
    transition: .4s;
}


.mega-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #c4ccd79e;*/
}


.megamenu-title span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.megamenu-title {
    align-self: flex-start;
}

.megamenu_cure .mega-name h5 {
    color: var(--text-color);
}

.megamenu_cure .each-mega-item:hover {
    background: var(--primary-color);
}

.megamenu_cure .each-mega-item:hover .mega-name h5 {
    color: #fff;
    transition: .5s;
}

.megamenu_cure .each-mega-item .mega-icon {
    background: none !important;
}

.megamenu_cure .each-mega-item:hover .mega-icon {
    /*filter: invert(1);*/
    background: none !important;
}

.megamenu_cure .each-mega-item .mega-icon::before {
    display: none;
}

.megamenu_cure .each-mega-item:hover .mega-icon::before {
    display: none;
}

/*megamneu*/


/*btn*/


.dr-button {
    color: #fff !important;
    text-decoration: unset !important;
    background-color: var(--secondary-color);
    padding: 3px 19px 8px 15px;
    border-radius: 25px;
    position: relative;
    transition: .1s;
    width: fit-content;
    display: block;
}

.dr-button::before {
    position: absolute;
    content: '';
    width: 34px;
    height: 1px;
    background: #fff;
    top: 18px;
    transform: translateX(42px);
    transition: .5s;
}

.dr-button span {
    transform: translateX(0px);
    transition: .5s;
    display: block;
}

.dr-button.dr-btn2 {
    background-color: var(--primary-color);
}
.mega-blog-content{
    gap: 6px;
    display: flex;
    flex-direction: column;
}
.mega-blog-content h3{
    font-size: 15px;
}
.mega-blog-content p{
    font-size: 13px;
}
@media screen and (min-width: 767px) {

    .dr-button:hover::before {
        transform: translateX(32px);
        transition: .5s;
    }

    .dr-button:hover span {
        transform: translateX(-10px);
        transition: .5s;
        display: block;
    }

    .dr-btn2:hover {
        filter: drop-shadow(1px 2px 1px #383838);
        transition: .1s;
    }

}


/*btn*/


/*title*/


.dr-title-row {
    padding-bottom: 50px;
}

.dr-title {
    position: relative;
}

.dr-title::before {

}


.dr-title h5 {
    position: relative;
    color: var(--primary-color);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 1px;
}


.dr-title h5 .title-extra::before {
    animation: shine 2s infinite;
    position: absolute;
    right: -18px;
    top: -21px;
    content: url('data:image/svg+xml,<svg width="28" height="31" viewBox="0 0 24 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7891 0L12.7891 27" stroke="%231F375A"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" fill="white"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" stroke="%231F375A" stroke-width="0.375"/></svg>');
}

.dr-title h5 .title-extra::after {
    animation: shine 2s infinite;
    animation-delay: 1.5s;
    position: absolute;
    right: -4px;
    top: -38px;
    content: url('data:image/svg+xml,<svg width="21" height="24" viewBox="0 0 24 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7891 0L12.7891 27" stroke="%231F375A"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" fill="white"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" stroke="%231F375A" stroke-width="0.375"/></svg>');
}


@keyframes shine {

    10% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

}


.dr-title span {
    color: var(--extra-color);
    font-size: 18px;
    font-weight: 600;
}

/*title*/


/*swiper nav*/


.swiper-nav-box {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -70px;
    left: 16px;
    height: 40px;

}

.swiper-dr-next, .swiper-dr-prev {
    position: unset !important;
    background: var(--additional-color);
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.swiper-dr-next:after, .swiper-rtl .swiper-dr-prev:after {
    line-height: 1px;
    content: url('data:image/svg+xml,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.9545 7.58333H3.56936L7.01198 11.1507C7.42026 11.5737 7.42026 12.2596 7.01198 12.6827C6.80783 12.8942 6.54027 13 6.2727 13C6.00513 13 5.73757 12.8942 5.53349 12.6827L0.306213 7.26598C-0.102073 6.84298 -0.102073 6.15701 0.306213 5.73393L5.53349 0.317255C5.94171 -0.105752 6.60369 -0.105752 7.01198 0.317255C7.42026 0.740261 7.42026 1.42623 7.01198 1.84931L3.56936 5.41666H21.9545C22.5319 5.41666 23 5.9017 23 6.49999C23 7.09828 22.5319 7.58333 21.9545 7.58333Z" fill="black"/></svg>') !important;
}

.swiper-dr-prev:after, .swiper-rtl .swiper-dr-next:after {
    line-height: 1px;
    content: url('data:image/svg+xml,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.04546 7.58333H19.4306L15.988 11.1507C15.5797 11.5737 15.5797 12.2596 15.988 12.6827C16.1922 12.8942 16.4597 13 16.7273 13C16.9949 13 17.2624 12.8942 17.4665 12.6827L22.6938 7.26598C23.1021 6.84298 23.1021 6.15701 22.6938 5.73393L17.4665 0.317255C17.0583 -0.105752 16.3963 -0.105752 15.988 0.317255C15.5797 0.740261 15.5797 1.42623 15.988 1.84931L19.4306 5.41666H1.04546C0.468086 5.41666 0 5.9017 0 6.49999C0 7.09828 0.468086 7.58333 1.04546 7.58333Z" fill="black"/></svg>') !important;
}


/*swiper nav*/


/*counseling*/
.success_form {
    background: #36c022;
    color: #fff;
    padding: 0.9rem;
    border-radius: 8px;
}

.counseling {
    padding-block: 100px;
    position: relative;
    margin-bottom: 6rem;
}

.error_form {
    background: #f52232;
    color: #fff;
    padding: 0.9rem;
    border-radius: 8px;
}

.comment-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.comment-head {
    display: flex;
    /*align-items: center;*/
    /*gap: 6px;*/
    flex-direction: column;
}

.all-comments {
    background: rgba(216, 216, 216, 0.25);
    padding: 30px;
    border-radius: 20px;
    position: relative;
}
.empty_comment{
    height: 100%;
    display: flex;
}

.counseling-box {
    background-color: #F5F7FB;
    padding: 45px;
    padding-left: 40%;
    border-radius: 20px;
    position: relative;
}


.counseling-box::before {
    position: absolute;
    content: '';
    background-image: url(../images/about/dr-drawing.png);
    background-repeat: no-repeat;
    width: 282px;
    height: 279px;
    left: -38px;
    top: -1px;
    background-size: contain;
    filter: grayscale(0.6);
}

.counseling-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.all-comments::before {
    position: absolute;
    content: '';
    background-image: url(../images/leaf.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 133px;
    background-size: contain;
    right: -104px;
    top: -26px;
    z-index: -1;
}


.comment-text p {
    color: #525252;
    font-size: 15px;
    font-weight: 600;
}


.comment-answer {
    padding: 22px;
    border-radius: 20px;
    background: rgba(111, 139, 153, 0.2);
}

.comment-name {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 17px;
}

.comment-date {
    color: #525252;
    font-size: 15px;
}

.answer-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.answer-head span {
    font-weight: 600;
}

.answer-box p {
    color: #525252;
    font-weight: 600;
}

.each-comment {
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
}


.each-comment:last-child {
    border-bottom: unset;
}

.contact-form {
    background: var(--primary-color);
    border-radius: 20px;
    padding: 25px;
    padding-top: 40px;
    position: relative;
}


.contact-form::before {
    position: absolute;
    content: '';
    background-image: url(../images/leaf.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 133px;
    background-size: contain;
    left: -104px;
    bottom: 66px;
    z-index: -1;
    /*-webkit-transform: scaleX(-1);*/
    /*transform: scaleX(-1);*/
    animation: leaf2 3s infinite;
}


@keyframes leaf2 {
    0% {
        transform: rotate(5deg) scaleX(-1);
    }
    50% {
        transform: rotate(-2deg) scaleX(-1);
    }
    100% {
        transform: rotate(5deg) scaleX(-1);
    }

}

.contact-form .dr-title h5 {
    color: #fff;
}


.each-input input, .each-input textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: unset;
}

.each-input input::placeholder, .each-input textarea::placeholder {
    color: var(--primary-color);
}

form .dr-button {
    width: 100%;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 16px;
    font-size: 19px;
    border-radius: 28px;
}

.counseling .dr-title {
    padding-right: 15px;
}


.contact-form .dr-title h5 .title-extra::before {
    animation: shine 2s infinite;
    position: absolute;
    right: -18px;
    top: -21px;
    content: url('data:image/svg+xml,<svg width="28" height="31" viewBox="0 0 24 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7891 0L12.7891 27" stroke="white"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" fill="white"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" stroke="white" stroke-width="0.375"/></svg>')
}

.contact-form .dr-title h5 .title-extra::after {
    animation: shine 2s infinite;
    animation-delay: 1.5s;
    position: absolute;
    right: -4px;
    top: -38px;
    content: url('data:image/svg+xml,<svg width="21" height="24" viewBox="0 0 24 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7891 0L12.7891 27" stroke="white"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" fill="white"/><rect x="0.1875" y="12.9375" width="23.625" height="0.375" stroke="white" stroke-width="0.375"/></svg>')
}


.form-submit {
    display: flex;
    place-items: center;
    padding: 12px 14px;
    color: #fff;
    text-underline-offset: 4px;
    border: 0;
    transition: box-shadow 0.25s;
    width: 100%;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: var(--secondary-color);
}

.form-submit:hover {
    cursor: pointer;
    box-shadow: 0 0 0 4px rgb(var(--primary-rgb) / 25%),
    0 0 12px rgba(0, 0, 0, 0.25);
}

.form-submit .icon {
    display: grid;
    row-gap: 4px;
    width: 24px;
    height: 20px;
    overflow: hidden;
}

.form-submit .icon svg {
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition: top 0.25s, transform 0.25s;
}

.form-submit .icon svg:first-child {
    transform: scale(1);
}

.form-submit .icon svg:last-child {
    transform: scale(0.25);
}

.form-submit:hover .icon svg {
    top: -28px;
}

.form-submit:hover .icon svg:first-child {
    transform: scale(0.25);
}

.form-submit:hover .icon svg:last-child {
    transform: scale(1);
}

.form-submit .sep {
    width: 1px;
    height: 80%;
}

.form-submit .submit-text {
    font-size: 18px;
    font-weight: 600;
}


/*counseling*/


/*other pages*/


.banner-about {
    width: 100%;
    height: 300px;
}


.banner-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 34px;
}


.about-banner .container-fluid {
    padding-inline: 100px;
}


.breadcrumb-nav {
    background-color: #E9EEF2;
    width: 100%;
    padding: 25px 30px;
    border-radius: 20px;
    position: relative;
    top: -40px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.breadcrumb-nav a, .breadcrumb-nav span {
    font-size: 15px;
    color: #000;
}

.breadcrumb-nav span {
    font-size: 15px;
    color: var(--primary-color);
}

.breadcrumb-side h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}


.breadcrumb-nav .dr-button span {
    color: #fff !important;
}


.extra-title h5 {
    font-size: 20px;
    font-weight: 600;
}

.extra-title {
    position: relative;
    margin-bottom: 10px;
}

.extra-title::before {
    position: absolute;
    content: '';
    background-image: url(../images/leaf.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 43px;
    background-size: contain;
    right: -49px;
    top: -8px;
}


.extra-title span {
    margin-top: 20px;
    display: block;
    color: #000;
}


/*other pages*/


/*footer*/

footer {
    background-color: var(--primary-color);
    position: relative;
}


footer::before {
    position: absolute;
    content: '';
    background-image: url(../images/footer-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 226px;
    right: 0;
    top: -184px;
}


.footer .container-fluid {
    background: #142742;
    padding-bottom: 0;
}

.footer .container-fluid .footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 7px;
    font-size: 13px;
}

.footer .container-fluid .footer-right span {
    color: #9fabb6;
    text-align: center;
}

.footer .container-fluid .footer-right a {
    color: var(--secondary-color);
    font-weight: 600;
}


.footer-row {
    align-items: flex-start;
    padding-block: 60px 100px;
}

.footer-title {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 30px;
}

.col-footer-links, .col-footer-contact {
    padding-top: 60px;
}

.footer-links {
    display: flex;
    gap: 70px;
}


.footer-logo {
    width: 100px;
    height: 100px;
}

.footer-links-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-right: 0;
}

.footer-links-box a {
    color: #fff;
    text-decoration: unset;
}


.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-text p {
    color: #fff;
    font-size: 13px;
}

.col-footer-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.col-footer-links {
    padding-right: 70px;
}

.each-way {
    display: flex;
    align-items: center;
    /*justify-content: gap;*/
    gap: 11px;
    font-size: 13px;
}

.footer-ways {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-ways a {
    color: #fff;
    text-decoration: unset;
}


.about-banner.sticky {
    padding-top: 12.6rem;
}

.about-banner {
    padding-top: 0.8rem;
}

/*footer*/


/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/

@media screen and (max-width: 1399px) {

    .megamenu_cure {
        right: calc(100% - 433px);
    }
}


@media screen and (max-width: 1199px) {


    .dr-button::before {
        width: 22px;
        transform: translateX(31px);
    }

    .megamenu {
        width: 990px;
    }

    .megamenu-blogs {
        width: 46%;
    }

    .nav-item .nav-link {
        padding: 10px 11px !important;
        font-size: 14px;
    }

    .navbar-brand {
        width: 120px;
        height: 78px;
    }

    .header-nav {
        gap: 15px;
        padding-block: 6px;
    }

    .navbar-nav {
        gap: 0px;
    }

    .dr-button {
        padding: 10px 20px;
    }

    .header-buttons {
        gap: 20px;
    }

    .first-nav .container {
        justify-content: center;
    }

    .dr-title-row {
        padding-inline: 25px;
    }

    .dr-title h5 {
        font-size: 37px;
    }

}


@media screen and (max-width: 991px) {


    .header-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .col-footer-links {
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .dr-title h5 {
        font-size: 30px;
    }

    .header-row {
        width: 100%;
        justify-content: space-between;
    }

    .footer-row {
        padding-block: 0px 78px;
    }


}


@media screen and (max-width: 767px) {

    .dr-title h5 {
        font-size: 27px;
    }

    .footer-title {
        font-size: 15px;
    }

    .breadcrumb-side h3 {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .breadcrumb-nav a, .breadcrumb-nav span {
        font-size: 12px;

    }


}


@media screen and (max-width: 575px) {

    header {
        height: 176px;
    }

    .each-input input, .each-input textarea {
        padding: 9px;
    }

    .extra-title h5 {
        font-size: 16px;
    }

    .extra-title span {
        font-size: 12px;
    }

    .counseling .dr-title {
        padding-right: 16px;
    }

    .col-form {
        padding: 0;
    }

    .contact-form {
        padding: 10px;
        border-radius: 0;
        padding-block: 2.7rem;
        margin-top: 1rem;
    }

    .counseling-box::before {

        height: 250px !important;
    }

    .about-doctor .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .counseling-content {
        gap: 44px;
    }

    .banner-about {
        height: 150px;
    }

    .breadcrumb-items * {
        font-size: 12px;
    }

    .dr-name * {
        font-size: 13px;
        color: #fff;
        line-height: 12px;
    }

    .dr-button span {
        font-size: 13px;
    }

    .navbar-mobile {
        display: block;
        padding: 0;
    }

    .row.header-row {
        width: 100%;
        margin: 0;
    }

    .navbar-toggler-icon svg {
        width: 30px;
        height: 30px;
    }

    .dr-info-box {
        display: none;
    }

    .banner.remove_image .abs-box {
        display: none;
    }


    .header.sticky .dr-info-box {
        display: flex;
    }

    .dr-info-box {
        align-items: center;
    }

    .dr-image-box {
        width: 80px;
        height: 80px;
    }

    .dr-image-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .navbar-brand {
        width: 119px;
        height: 78px;
    }

    .header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        backdrop-filter: blur(19px);
        border: 1.5px solid #ffffff40;
        background: #667c9a59;
    }

    .header-row {
        flex-direction: row-reverse;
    }


    footer::before {
        background-position: right;
    }

    .dr-title h5 {
        font-size: 25px;
    }

    .counseling-sec {
        padding-block: 30px 1px !important;
    }

}


@media screen and (max-width: 425px) {

    .footer-title {
        font-size: 19px;
    }

    .footer-links {
        gap: 60px;
    }


    footer::before {
        height: 159px;
        top: -91px;
    }


    .navbar-toggler-icon svg {
        width: 35px;
        height: 35px;
    }

    .dr-title h5 {
        font-size: 19px;
    }

    .dr-title p {
        font-size: 15px;
    }

    .dr-title span {
        font-size: 15px;
    }

    .dr-title-row {
        padding-bottom: 26px;
    }

    .swiper-nav-box {
        top: -48px;
        left: 16px;
        height: 35px;
    }

    .swiper-dr-next, .swiper-dr-prev {
        width: 30px !important;
        height: 32px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 11px;
    }

    .counseling {
        padding-block: 60px;
    }

    .comment-name {
        font-size: 15px;
    }

    .comment-date {
        font-size: 13px;
    }

    .comment-text p {
        font-size: 13px;
    }

    .answer-head span {
        font-size: 14px;
    }

    .answer-box p {
        font-size: 13px;
    }

    .all-comments {
        padding: 17px;
    }


    .comment-info svg {
        width: 24px;
        height: 24px;
    }

    .each-comment {
        padding-top: 4px;
        padding-bottom: 21px;
    }

    .answer-head svg {
        width: 24px;
        height: 24px;
    }

    .form-submit .submit-text {
        font-size: 16px;
    }

    .col-footer-links, .col-footer-contact {
        padding-top: 30px;
    }

    .footer-row {
        padding-block: 0px 48px;
    }

    .footer-title {
        font-size: 16px;
    }


}


@media screen and (max-width: 375px) {

    header {
        height: 132px;
    }

    .header .container {
        padding-inline: 4px;
    }

    .first-nav {
        padding: 3px;
    }

    .dr-image-box {
        width: 45px;
        height: 46px;
    }

    .dr-button {
        padding: 8px 12px;
    }

    .footer-links {
        gap: 30px;
    }

    .dr-title h5 {
        font-size: 16px;
    }


}


@media screen and (max-width: 320px) {

    .dr-name * {
        font-size: 11px;
        color: #fff;
        line-height: 10px;
    }


}


/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/





