img.medicine-ban-img.img-fluid {
    filter: brightness(60%);
    width: 100%;
}

.medicine-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.medicine-heading h2.medicine-header {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    font-style: normal;
}

.medicine-container {
    /* background: #f2f2f2;
    padding: 20px; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.medicine-heading2 {
    font-size: 26px;
    color: #0e2d58;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

.medicine-name {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.medicine-name a {
    color: #000;
    font-weight: 400;
}

.medicine-name a:hover {
    text-decoration: underline !important;
}

.medicine-detail-banner,
.surgery-detail-banner,
.symptom-detail-banner {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.medi-bn-holder {
    position: relative;
}

.medicine-bn-title,
.surgery-bn-title {
    position: absolute;
    top: 0;
    width: 63%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    padding: 0 5%;
    left: unset;
    transform: none;
}

.medicine-bn-title h1,
.surgery-bn-title h1 {
    font-size: 36px;
    color: #0e2d58;
}

.surgery-bn-title p {
    font-size: 26px;
    margin-bottom: 10px;
}

/* .medicine-cont-sec h2{
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #262626;
} */
.medicine-cont-sec h2 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #0e2d58;
}

.medicine-cont-sec h3 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 35px;
    font-weight: 400;
    color: #0e2d58;
}

.medicine-cont-sec h4 {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    margin-top: 25px !important;
    font-weight: 700 !important;
    color: #0e2d58 !important;
}

.medicine-comparision-tbl {
    border-color: #000;
}

.medicine-cont-sec p,
.medicine-cont-sec ul li {
    font-size: 16px;
    margin-bottom: 16px;
}

.medicine-cont-sec ul li {
    margin-bottom: 16px;
}

.medicine-cont-sec ul li::marker {
    color: #007d9e;
}

.medicine-refe-link {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: block;
    color: #212529;
}

.medicine-refe-link a:hover {
    color: #212529;
}

.alphabet-filter {
    margin-bottom: 30px;
    margin-top: 30px;
}

.alphabet-btn {
    text-decoration: none;
    background-color: #007d9e;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.alphabet-btn .btn {
    color: #fff;
}

.medicine-cont-sec img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70% !important;
    height: auto !important;
    object-fit: cover !important;
    margin-bottom: 15px;
}

.medicine-call-btn .medicine-cta-img,
.medicine-book-btn .medicine-cta-img {
    height: 65px !important;
    width: auto !important;
    margin: 0 !important;
    object-fit: inherit !important;
}

.medicine-cta-section {
    border: 1px solid #007d9e;
    box-shadow: 2px 4px #888888;
    border-radius: 0px 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cta-grid {
    display: flex;
    justify-content: space-around;
    grid-gap: 10px;
    align-items: center;
}

.surgery-bn-title h1 {
    font-size: 36px;
    color: #fff;
}

.surgery-bn-title p {
    font-size: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.breadcrumb-item a{
    color: #0a58ca;
}

.doctor-sec img {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}

.like-cmnt-tail img {
    display: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    width: 20px !important;
    height: auto !important;
    object-fit: cover !important;
    margin-bottom: 0;
}


div.sticky {
    position: sticky;
    top: 95px;
}

.form-container {
    border-radius: 20px;
    background-color: #fff;
    margin: auto;
    padding: 15px;
}

h1.form-heading {
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 29px;
    letter-spacing: .06em;
    color: #0e2d58;
}

hr {
    margin-top: -9px !important;
    margin-bottom: 14px !important;
    color: #0e2d58 !important;
    height: 1px !important;
    opacity: 10 !important;
}

label {
    display: flex !important;
}

b {
    font-size: 16px;
}

.form-container input[type=email], .form-container input[type=number], .form-container input[type=tel], .form-container input[type=text] {
    border-radius: 30px;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    margin: 0 0 12px 0;
    border: #aaa 1px solid;
}

.enqury-err {
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 10px;
    color: #dc3545;
    display: block;
}

.captcha-head .inner {
    display: flex;
}

.err_captcha {
    margin-top: 2px !important;
}

.medicine-cont-sec img.cap-img {
    width: 30% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-container .btn {
    background-color: #00bdb6;
    color: #fff;
    padding: 10px 2px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    opacity: .8;
}

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

.wrapper a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background-color: #00b6bd;
    border-radius: 50px;
    color: #fff;
    width: 75%;
    text-align: center;
    margin: 5px;
}

.modal2:target {
    visibility: visible !important;
    opacity: 1 !important;
}

.modal2 {
    height: 90vh !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 80 !important;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
}

a.modal__close {
    position: absolute !important;
    right: 15px !important;
    top: -2px;
    color: #000;
    font-size: xx-large;
}

form.form-container.mob {
    margin-left: -30px;
    width: 320px;
}

.mob {
    display: none;
}

.diagnosis-detail-banner, .diseases-detail-banner, .medicine-detail-banner, .surgery-detail-banner, .symptom-detail-banner {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.blg-btm-doc-detail img {
    height: auto !important;
    width: auto !important;
    display: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-bottom: 0 !important;
}

.blg-btm-doc-detail .sd-doc-profile {
    height: 100px !important;
    max-width: 100% !important;
    object-fit: cover !important;
    border: 1px solid #0e2d58 !important;
    border-radius: 12px !important;
}

.px-sym {
    padding-left: 10px;
}

.blg-btm-doc-detail .blg-doc-designation {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0 !important;
}

.blg-btm-doc-detail .blog-doc-detail {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}

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

    .medicine-bn-title h1,
    .surgery-bn-title h1 {
        font-size: 36px;
    }

    .medicine-bn-title {
        left: 30%;
    }

    .surgery-bn-title {
        left: 8%;
    }
}

@media only screen and (max-width:912px) {
    .medicine-bn-title {
        position: absolute;
        top: 0;
        width: 68%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: left;
        padding: 0 20px;
        left: unset;
        transform: none;
    }

    .surgery-bn-title {
        position: absolute;
        top: 0;
        width: 64%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: left;
        padding: 0 20px;
        left: unset;
        transform: none;
    }

    .medicine-bn-title h1,
    .surgery-bn-title h1 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .medicine-cont-title {
        font-size: 25px;
    }

    .medicine-cont-title2 {
        font-size: 20px;
    }

    img.medicine-ban-img.img-fluid {
        height: 170px;
        object-fit: cover;
    }

    .medicine-content {
        top: 50%;
    }

    .medicine-heading h2.medicine-header {
        font-size: 28px;
    }

    .medicine-cont-sec img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .medicine-cta-section {
        width: auto;
    }

    .blg-btm-doc-detail .sd-doc-profile {
        width: auto !important;
    }

    .blg-doc-pro-area {
        flex-direction: column;
        text-align: center;
    }

    .doctor-sec img {
        height: auto !important;
        width: auto !important;
        object-fit: cover !important;
    }
}

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

    .medicine-detail-banner {
        height: 250px;
    }

    .surgery-detail-banner {
        height: 250px;
        object-position: 68% 100%;
    }

    .medicine-content {
        top: 50%;
    }

    .medicine-heading2 {
        font-size: 26px;
    }

    .medicine-cont-sec h2 {
        font-size: 26px;
    }

    .medicine-cont-sec h3 {
        font-size: 24px;
    }

    .medicine-call-btn .medicine-cta-img,
    .medicine-book-btn .medicine-cta-img {
        height: 30px !important;
    }

    .cta-grid {
        justify-content: space-evenly;
    }

    .medicine-cta-section {
        width: auto;
    }

    .symptom-detail-banner {
        height: 250px;
        object-position: 95% 100%;
    }

    .surgery-bn-title p {
        font-size: 16px;
    }
    .mob {
        display: block;
    }
    .desk {
        display: none;
    }
    .diseases-detail-banner, .symptom-detail-banner {
        height: 250px;
        object-position: 95% 100%;
    }
}

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

    .medicine-bn-title h1,
    .medicine-cont-title {
        font-size: 26px;
    }
}

@media only screen and (max-width:320px) {
    .surgery-bn-title {
        width: 74%;
    }

    .medicine-call-btn .medicine-cta-img,
    .medicine-book-btn .medicine-cta-img {
        height: 25px !important;
    }
}