@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

::placeholder {
    font-weight: 600;
    color: #aaaaaa;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.header_nav-bg {
    background-image: url('http://localhost/Hospital_Portal/public/images/find-doctor_header_01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 570px;
}

.header-input input::placeholder {
    color: #fff;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    margin-left: -17px;
    margin-top: 17px;
    color: #fff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

.header-input input {
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 6px;
    outline: none;
    border: none;
    font-size: 11px;
    background-color: #5456a3;
    color: #fff;
}

.header-input select {
    padding: 9px 10px;
    border-radius: 6px;
    margin-left: 20px;
    font-size: 12px;
    background-color: #5456a3;
    color: #fff;
    outline: none;
    border: none;
}


nav .navbar {
    background-color: #f8f9fa00 !important;
}

a.nav-link {
    color: #fff;
    text-transform: uppercase;
}

a.nav-link.active {
    color: #fff;
}

.header_content h5 {
    color: #ed1c24;
    margin-bottom: 0px;
    text-align: center;
}

.header_content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;

}

.header_content h6 {
    color: #b6bdd7;
    font-size: 15px;
}

.header_content {
    margin-top: 90px;
}

.header-top-field a {
    background-color: #00a3d6;
    border: none;
    outline: none;
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    margin-left: 15px;
    font-size: 14px;
}

.header-top-field {
    margin-bottom: 0px;
}

#navbarSupportedContent .nav-link {
    font-size: 15px;
}

.header_content i {
    position: relative;
    animation-name: example;
    animation-duration: 5s;
    font-size: 30px;
    animation-iteration-count: infinite;
    color: #fff;
}

@keyframes example {
    0% {

        top: 0px;
        bottom: 0px;
    }

    25% {

        top: 10px;
        bottom: 0px;
    }

    50% {

        top: 0px;
        bottom: 10px;
    }
}

.header-sec {
    padding: 40px 25px;
    border-radius: 8px;
    /* margin-top: -125px; */
    background-color: #fff;
    box-shadow: 0px 0px 10px -3px #000;
    margin-bottom: 80px;
}
/* find doc */
.reh-find-doc{
    margin-top: 100px;
}

.header-sec form {
    margin-bottom: 0px;
}

.header-sec h6 {
    font-size: 16px;
    font-weight: 600;
}

.header-sec label {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.header-sec input[type="radio"] {
    margin: 0px 4px;
}

.header-sec input[type="text"] {
    background-color: #e5e5e5;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 5px;
}

.header-sec button {
    background-color: #ed1c24;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 6px 20px;
    margin-top: 35px;
}

.gender-btn {
    background-color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #cccccc;
    text-decoration: none;
    color: #cccccc;
    font-weight: 500;
}

.gender-btn:focus {
    background-color: #0d3a61;
    color: #fff;
    font-weight: 500;
}

.side-bar-search input[type="search"] {
    padding: 10px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 1px solid #cccc;
}


.search input:focus {
    box-shadow: none;
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 3px;
    right: 47px;
    border: none;
}

.side-bar-search label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Speciality {
    position: relative;
}

.Speciality button {
    position: absolute;
    right: 25px;
    top: 66px;
    border: none;
    background-color: #fff;
}

.Speciality input {
    padding: 10px;
}

.doc-card-img {
    margin: 20px 0px;
}

.doc-card-u-list li {
    display: inline-block;
    width: 240px;
}



.doc-card-u-list {
    padding: 0px;
    text-align: center;
}

.doc-card-content {
    transition: width 1s, height 0.5s, background-color 0.5s, transform 1s;

    color: #fff;
}

.doc-card-info {
    margin: 10px 0px;
    padding: 0px 10px;
    position: relative;
}

.doc-card-info h6 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #b9c0c9;
}

.doc-card-info h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.Speciality {
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 15px;
}

.Speciality ul li {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.side-bar-search {
    padding: 0px 10px;
}

.doc-card-img h5 {
    color: #000;
    text-align: center;
}

.doc-card-img h6 {
    color: #aaaaaa;
    text-align: center;

}




.footer-nav:hover {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 2, 0, 1);
}

.footer-row {
    padding-top: 40px;
}

.footer-nav:hover {
    color: #fff;
}

.footer-nav {
    font-size: 14px;
    padding: 7px 0px !important;
}

.footer-row h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-row h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.5;
}

.footer-logo img {
    width: 200px;
}

.footer-logo-col h5 {
    padding-right: 15px;
}


@media screen and (max-width: 768px) {
    .header_content h1 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
    }

    .header_content {
        margin-top: 0px;
    }

    .doc-card-img h5 {
        color: #000;
        text-align: start;
    }

    .doc-card-img h6 {
        color: #aaaaaa;
        text-align: start;
    }
}

@media screen and (max-width: 428px) {
    .header_content h1 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
    }

    .header-top-field a {
        background-color: #00a3d6;
        border: none;
        outline: none;
        padding: 10px;
        text-decoration: none;
        color: #fff;
        border-radius: 6px;
        margin-left: 0px;
        display: inline-block;
        margin-top: 10px;
    }

}






/* ----------------------------------------------------Doctor-Speciality-Page-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

.Speciality-nav-bg {
    background-image: url('http://localhost/Hospital_Portal/public/images/Specialitesheader-bg_01.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 89vh;
}

.navbar-expand-lg .container {
    justify-content: right;
}

.Cardiology {
    text-align: center;
    padding: 60px 0px;
}

.Cardiology h6 {
    color: #282828;
    font-size: 17px;
    line-height: 1.3;
}

.Cardiology h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 30px;
}

.speciality-doc-card-bg {
    background-color: #015a9c;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 90px;
    padding-bottom: 30px;
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
    height: 440px !important;
}

.owl-carousel .item .col-serve {
    padding: 0px;
    margin-right: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #0f5ef7;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #0f5ef7;
    color: #fff;
    font-weight: 600;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border: none;
}

.tab-slider-health h3 {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 25px;
}

.owl-carousel .item .row {
    margin-bottom: 10px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    z-index: 1;
    right: 70px;
}

.tab button {
    background-color: #0f5ef7;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 6px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 15px;
}

.col-lg-9.col-serve p {
    color: #0f5ef7;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

.col-lg-9.col-serve h5 {
    font-size: 18px;
    color: #232323;
}

.col-lg-9.col-serve h6 {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 500;
}

.tabcontent a {
    color: #0f5ef7 !important;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #0f5ef7;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 25px;
    display: inline-block;
    text-decoration: none;
}

.health-video-content h5 {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 700;
    color: #0f5ef7;
    margin-bottom: 3px;
}

.health-video-content p {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
}

.phr-health-page-head h2 {
    color: #0d3a61;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 54px;
    margin-bottom: 50px;
}

.phr-health-page-head span {
    color: #001746;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav button span {
    background-color: #e6edfc !important;
    border-radius: 50% !important;
    font-size: 26px !important;
    padding: 0px 13px;
    color: #0f5ef7;
}

.doc-li {
    width: 300px !important;
}

.doc-card-info h6,
h5,
a {
    text-align: start;
}

.img-card-ul-li h4 {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    color: #00a3d6;
}

.img-card-ul-li h1 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
}

.doc-card-content h5 {
    color: #fff;
}

/* --------------------------------------------------------Alaphabet-Filter---------------------------------------------------- */
.listNav,
.ln-letters {
    overflow: hidden;
}

.listNavHide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.letterCountShow {
    display: block;
}

.ln-letters a {
    border: 1px solid #0089ff;
    border-top: 2px solid #0089ff;
    display: block;
    float: left;
    font-size: .9em;
    padding: 2px 6px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #0d3a61;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-weight: 600;
}

.ln-letters .ln-last {
    border-right: 1px solid silver;
}


.ln-letters .ln-selected {
    background-color: #2500f3bf;
}

.ln-letters .ln-disabled {
    color: #ccc;
}

.ln-letter-count {
    color: #336699;
    font-size: .8em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.filter-input input {
    width: 95%;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #d0d0d0;

}

.filter-input {
    position: relative;
}

.filter-input i {
    position: absolute;
    right: 45px;
    top: 16px;
    color: #0d3a61;
    font-size: 20px;
}


#demoOne li {
    list-style: none;
    margin-bottom: 15px;
    width: 23%;
    display: inline-block;
}

#demoOne li a h4 span {
    font-size: 14px;
    color: #82a7b3;
    margin: 4px 0px;
    display: inline-block;
}

#demoOne li a h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

#demoOne li a {
    text-decoration: none;
}

.learn-more-btn {
    text-decoration: none !important;
    font-size: 13px;
    color: #5674b9 !important;
    font-weight: 700;
}

#main_content {
    padding: 50px 0px;
    clip-path: polygon(100% 0, 100% 92%, 63% 100%, 0 95%, 0 0);
    background-image: linear-gradient(0deg, #60c3e4, transparent);
}

.filter-ul-li-link h6 {
    font-size: 12px;
    color: #5674b9;
    font-weight: 700;
}

.packages img {
    width: 180px;
}

.packges-col-1 h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    color: #00a3d6;
}

.packges-col-1 h3 {
    font-weight: 700;
    font-size: 42px;
    color: #0d3a61;
    text-transform: uppercase;
}

.packges-col-1 h6 {
    font-weight: 400;
    font-size: 13px;
    color: #6a6a6a;
}

.packges-col-1 {
    padding-left: 15px;
    padding-right: 135px;
}

.packges-col-1 a {
    padding: 10px 40px;
    background-color: #fababd;
    display: inline-block;
    text-decoration: none;
    border: 2px solid red;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.packges-col-1 a:before {
    content: '';
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: 16px;
}

.packges-sec-2 h6 {
    text-align: center;
    font-size: 18px;
    color: #00a1d7;
    background-color: #0d3a61;
    font-weight: 700;
    border-bottom: 10px solid #00a1d7;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.packges-sec-2 h6 span {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.packges-sec-2 h5 {
    color: #585858;
    font-size: 14px;
    padding: 10px 0px;
}

.packges-sec-2 h5 span {
    color: #00a1d7;
    margin-bottom: 5px;
    display: inline-block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #FFF;
    text-decoration: none;
}

.show-doc-card-content {
    width: 540px;
    padding: 15px 0px;
}

.show-doc-card-content .doc-card-img {
    margin: 20px 0px;
    width: 200px;
}

.plyr--video {
    background: #000;
    overflow: hidden;
    width: 370px;
    outline: none;
    height: 200px !important;
    border: none;
}

.assessemnt-video {
    padding: 0px 10px;
}

.aritcle-slider {
    padding: 0px 10px;
}

.tab-content-col-1 p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.heading-tab-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.phr-health-page-head h2 {
    color: #0d3a61;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 36px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

pre a {
    text-decoration: none;
    background-color: #2a48dbd4;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

pre a:hover {
    color: #fff;
}

.doc-profile-btn {
    position: absolute;
    top: 30px;
    right: -20px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #264e71;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    margin: 10px 0px;
    float: left;
}

.appointment-btn {
    position: absolute;
    top: -10px;
    right: -20px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #264e71;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    margin: 10px 0px;
    float: left;
}

@media screen and (max-width: 1024px) {
    #demoOne li {
        list-style: none;
        margin-bottom: 15px;
        width: 23%;
        display: inline-block;
    }

    .show-doc-card-content {
        z-index: 999;
        background-color: rgb(13, 58, 97);
        position: relative;
        margin-left: 0px;
        width: 470px;
    }
}

@media screen and (max-width: 428px) {
    .packges-col-1 {
        padding-left: 15px;
        padding-right: 135px;
    }

    #demoOne li {
        list-style: none;
        margin-bottom: 15px;
        width: 100%;
        display: inline-block;
    }

    .packges-sec-02 {
        margin-top: 15px;
    }

    .speciality-doc-card-bg {
        background-color: #015a9c;
        clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
        padding-top: 90px;
    }

    .img-card-ul-li h1 {
        font-size: 38px;
        font-weight: 600;
        color: #fff;
    }

    .Cardiology h6 {
        color: #282828;
        font-size: 15px;
        line-height: 1.3;
    }

    .Cardiology h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .Cardiology {
        padding: 0px 0px;
        text-align: center;
    }

    .Speciality-nav-bg {

        height: unset;
    }

    .tab-slider-health {
        margin-top: 30px;
    }

    .packages img {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .show-doc-card-content .doc-card-img {
        margin: 20px 0px;
        width: 155px;
        margin-left: 10px;
    }

    #demoOne li {
        list-style: none;
        margin-bottom: 15px;
        width: 33%;
        display: inline-block;
    }

    /* .doc-profile-btn {
        position: absolute;
        top: 30px;
        right: 0px;
        text-transform: capitalize;
        text-decoration: none;
        color: #fff;
        padding: 5px 10px;
        background-color: transparent;
        border: 1px solid #264e71;
        border-radius: 6px;
        font-size: 13px;
        display: inline-block;
        margin: 10px 0px;
        float: left;
    } */

    .appointment-btn {
        position: absolute;
        top: -200px;
        right: 0px;
        text-transform: capitalize;
        text-decoration: none;
        color: #fff;
        padding: 5px 10px;
        background-color: transparent;
        border: 1px solid #264e71;
        border-radius: 6px;
        font-size: 13px;
        display: inline-block;
        margin: 10px 0px;
        float: left;
    }

    .filter-input {
        margin-bottom: 20px;
    }

    .packges-col-1 a {
        padding: 5px 30px;
        background-color: #fababd;
        display: inline-block;
        text-decoration: none;
        border: 2px solid red;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size: 13px;
        position: relative;
    }

    .doc-img-info {
        float: left;
        margin-right: 10px;
    }

    .packages img {
        width: 140px;
    }

    .health-video-content {
        margin-top: 120px;
    }



    .packages {
        margin-bottom: 40px;
    }

    .footer-nav {
        font-size: 13px;
        padding: 7px 0px !important;
    }

    .footer-row h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .packges-col-1 h3 {
        font-weight: 700;
        font-size: 30px;
        color: #0d3a61;
        text-transform: uppercase;
        margin-bottom: 0px;

    }

    .packges-col-1 a:before {
        content: '';
        background-color: red;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        left: -6px;
        top: 10px;
    }

    .packges-col-1 h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 500;
        font-style: italic;
        color: #00a3d6;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .packges-col-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .img-card-ul-li h1 {
        font-size: 44px;
        font-weight: 600;
        color: #fff;
    }

    .Cardiology h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .Cardiology {
        text-align: center;
        padding: 20px 0px;
    }

    .Speciality-nav-bg {

        height: unset;
    }

    .tab button {
        margin-bottom: 20px;
    }

    .phr-health-page-head h2 {
        color: #0d3a61;
        font-weight: 700;
        text-transform: capitalize;
        font-size: 44px;
        margin-bottom: 25px;
    }

    .show-doc-card-content {
        width: 320px !important;
        margin: 0px !important;
        padding: 0px 20px;
    }

    .show-doc-card-content .doc-card-info {
        border: none !important;
    }
}