.logod {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logod .login {
    background: transparent;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
}

.logod .signup {
    background: #F78D1E;
    width: 100px;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    border: unset;
}

.hero-banner img {
    display: block;
    margin: 0 auto;
    margin-bottom: -100px;
}

.hero-banner {
    background-image: url('../asserts/images/banner.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.hero-banner h1 {
    color: #fff;
    font-size: 75px;
    max-width: 500px;
    font-weight: 600;
    padding-bottom: 20px;
}

.hero-banner p {
    color: #fff;
    font-size: 18px;
}

.content {
    padding-left: 18%;
}

.search-form {
    padding: 3% 10% 3% 10%;
}

.search-form select {
    word-wrap: normal;
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #909090;
}

.search-form button {
    background: #F78D1E;
    color: #fff;
    padding: 14px;
    border-radius: 5px;
    border: unset;
    width: 100%;
}

.doctor-list {
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    background: #F8F9FB;
}


/* Swiper tabs */
/* .tab-swiper {
    margin-bottom: 20px;
} */

.tab {
    padding: 14px 20px;
    background: #ffffff00;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.tab.active {
    background: #32afcf;
    color: white;
    border-radius: 5px;
    text-align: center;
}

/* Grid data */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.item {
    background: #ffffff;
    padding: 25px 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid #ededed;
}

.hidden {
    display: none;
}

/* .tab-swiper {
        max-width: 1200px;
} */

.dblock {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    padding-top: 10px;
    margin-bottom: 3%;
    padding-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}


.swiper-button-prev,
.swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-top: -40px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 12px !important;
    color: #333;
}

.cards img {
    /* padding-bottom: 20px; */
   width: 55%;
    margin-bottom: 20px;
}

.cards h3 {
    font-size: 20px;
    font-weight: 600;
}

.cards p {
    color: #6B6B6B;
    font-size: 15px;
}

.cards button {
    background: #fff;
    color: orange;
    padding: 10px;
    border: 2px solid #ededed;
    border-radius: 5px;
    font-size: 15px;
}

.view-all-doctors {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 165px !important;
    margin-top: 5% !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #151515;
    background: #ffffff00;
}

footer {
    padding-top: 2%;
    padding-bottom: 2%;
    background: #EBEEF0;
}

.footer-bottom {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center
}

.md_1 {
    border-right: 1px solid #B3B3B3;
    height: 30px;
    padding-right: 20px;
}

.doctor-list .swiper {
    max-width: 85%;
}

.owlnav {
    display: flex;
    justify-content: space-between;
}

.doctor-list h6 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    color: #909090;
}

.doctor-list h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.breadcrumb2 {
    padding: 2% 2% 2% 0%;
}

.sec_1 span {
    color: #02B1DA;
}

.breadcrumb2 p {
    color: #838383;
}

.doc_main {
    background: #F8F9FB !important;
}

.doctor-info button {
    background: #02B1DA;
    color: #fff;
    padding: 12px;
    border: 1px;
    border-radius: 0px;
}

.doctor-details .container-fluid {
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
}

.doctor-details {
    padding: 2% 2% 5% 0%;
}

.shade {
    color: #6B6B6B;
}

.border_1 {
    border-right: 1px solid #dee2e6;
}

.colm h6 {
    font-weight: 700;
    font-size: 16px;
    width: 180px;
}

.colm p {
    color: #6B6B6B;
}

.doctor-info h2 {
    font-weight: 600;
    font-size: 25px;
        max-width: 885px;
}

.tabs-section .tabs {
    position: relative;
    display: flex;
    margin-left: 15%;
    margin-right: 15%;
}

.tabs-section .tab {
    flex: 1 1 auto;
    padding: 12px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    text-align: center;
    transition: color 0.25s ease;
    font-weight: 500;
}

.tabs-section .tab:hover {
    color: #02b1da;
}

.tabs-section .tab.active {
    color: #02b1da;
}

.tabs-section .tab-indicator {
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #02b1da;
    transition: left 0.3s ease, width 0.3s ease;
    border-radius: 2px;
}

.tabs-section .tab-content {
    display: none;
    padding: 20px 0 0;
    animation: fadeIn 0.35s ease;
}

.tabs-section .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .tabs-section .tabs {
        display: none;
    }

    .tabs-section .accordion-header {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 12px;
        background: #f8f8f8;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s ease, box-shadow 0.2s ease;
    }

    .tabs-section .accordion-header.open {
        background: #eaf3ff;
        /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04); */
    }

    .tabs-section .tab-content {
        display: block;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-radius: 0 0 6px 6px;
        margin-top: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
    }

    .tabs-section .tab-content.open {
        opacity: 1;
        padding: 12px;
    }
}

.tabs-section {
    background: #F8F9FB;
    margin-top: 3%;
    border-radius: 20px;
}

.tabs-section p {
    line-height: 2;
    color: #6B6B6B;
    font-size: 17px;
    margin-bottom: 0px;
}

.tab_borders {
    border-bottom: 2px solid #D9D9D9;
}


.your-details .container-fluid {
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
}

.your-details {
    padding: 2% 2% 5% 0%;
}

.your-details h3 {
    text-align: center;
    color: #02B1DA;
    font-weight: 600;
    padding-bottom: 8px;
}

.your-details p {
    text-align: center;
    color: #6B6B6B;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 615px;
    font-size: 18px;
}

.crs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 65px;
}

.crs h5 {
    text-align: center;
}

.crs p {
    text-align: center;
    font-size: 17px;
}

.form_section_1 {
    background: #F8F9FB;
    margin-top: 3%;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.form_section_1 .container-fluid {
    background: #f8f9fb;
    padding: 0px;
}

.form_section_1 h4 {
    text-align: center;
    color: #02b1da;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search_form {
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f0f8ff00;
}

.search button {
    background: transparent;
    border: 1px solid;
    padding: 10px;
    width: 100px;
    border-radius: 5px;
}

.search span {
    font-size: 18px;
}

.form_sec_2 input {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #ffffff00;
}

.form_sec_2 select {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #ffffff00;
}

.form_sec_2 span {
    color: red;
}

.form_sec_btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: #F78D1E;
    border: unset;
    color: #fff;
    padding: 15px;
    max-width: 200px !important;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 15px !important;
}

.form_sec_2 label {
    color: #000;
    font-weight: 500;
}

.checkboxcls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkboxcls h6 {
    margin-bottom: 0px;
}

.checkboxcls span {
    color: #02b1da;
}

.checkboxcls input {
    width: 25px;
    height: 25px;
}

.Time_section {
    background: #F8F9FB;
    margin-top: 2%;
    border-radius: 20px;
}

.Time_section h4 {
    text-align: center;
    color: #02B1DA;
}

.Time_section .container-fluid {
    background: #f8f9fb;
    padding: 0px;
}


/* Calendar styles */
.calendar {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    height: 350px;
}

.calendar-header {
    /* display: flex;
            justify-content: space-between;
            align-items: center; */
    margin-bottom: 10px;
}

.calendar-header button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 5px;
}

.day {
    padding: 5px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}

.day:hover {
    background: #e6f0ff;
}

.day.selected {
    background: #def8ff;
    color: #02b1da;
    font-weight: 700;
}

.day.inactive {
    color: #ccc;
    cursor: default;
}

/* Slots styles */
.slots-container {
    flex: 1;
}

.slots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    /* margin-left: 5%; */
}

.slot {
    padding: 10px;
    text-align: center;
    border: 1px solid #151515;
    border-radius: 8px;
    background: #fdfdfd;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
}

.slot:hover {
    background: #e6f0ff;
    border-color: #007bff;
}

.slot.selected {
    background: #def8ff;
    color: #02b1da;
    border-color: #01afd6;
}

.slot.disabled {
    background: #eee;
    color: #999;
    cursor: not-allowed;
    border: 1px solid #ddd;
}

#slotsTitle {
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.hr_d {
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#monthYear {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

button#prevMonth {
    border-radius: 50%;
    width: 40px;
    border: unset;
    color: #02B1DA;
    background: #DEF8FF;
    font-size: 25px;
    opacity: 0.5;
}

button#nextMonth {
    border-radius: 50%;
    width: 40px;
    border: unset;
    color: #02B1DA;
    background: #DEF8FF;
    font-size: 25px;
}

.day.today {
    font-weight: bold;
    background: #02b6e4;
    color: #fff;
}

.day.inactive {
    color: #aaa;
    pointer-events: none;
    opacity: 0.5;
}

.day.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}

.bookn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 265px !important;
    padding: 15px;
    border: unset;
    background-color: #F78D1E;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.sub_txt {
    text-align: center;
    color: #6B6B6B;
    font-size: 20px;
}

.payment-details {
    padding: 2% 2% 5% 0%;
}

.doctor-details .container-fluid {
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
}

.payment-details h2 {
    text-align: center;
}

.payment_check_box {
    display: flex;
    align-items: center;
    gap: 25px 20px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.payment_in input {}

.payment-details .container-fluid {
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
}

.payment-details p {
    margin-bottom: 0px;
    font-size: 15px;
}



.payment_label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.payment_label input[type="radio"] {
    margin-right: 12px;
}

/* .paymt_out {
    display: flex;
    align-items: center;
    gap: 12px;
} */

.paymt_out img {
    height: 30px;
}

.paymt_out p {
    margin: 0;
    font-size: 18px;
    color: #313131;
}

/* Highlight when selected */
.payment_label input[type="radio"]:checked+.paymt_out {
    /* border-left: 4px solid #3399ff; */
    padding-left: 8px;
}

input[type="radio"] {
    appearance: none;
    /* Remove default radio */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #c2c2c2;
    /* Blue outline */
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

/* Checked state */
input[type="radio"]:checked {
    background: #00b6e8;
    /* Fill blue */
}

input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    border: 1px solid #21bade;
}

.paymt_out p input[type="radio"]:checked {
    color: #00b6e8;
}

#pay1 {
    background: #F78D1E;
    color: #fff;
    display: flex;
    align-items: anchor-center;
    gap: 5px;
    justify-content: center;
    padding: 12px;
    font-size: 20px;
    border: unset;
    border-radius: 5px;
}

#pay2 {
    background: #F78D1E;
    color: #fff;
    display: flex;
    align-items: anchor-center;
    gap: 5px;
    justify-content: center;
    padding: 10px;
    border: unset;
    font-size: 18px;
    border-radius: 5px;
}

.payment_btn {
    display: grid;
    gap: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.bg-1 {
    background-color: #F8F9FB;
    padding: 5%;
    border-radius: 15px;
    margin-left: 10%;
}

.pay_summery h5 {
    text-align: center;
    font-size: 25px;
}

.payn {
    display: flex;
    gap: 30px;
    font-size: 12px;
    padding-bottom: 20px;
}

.payn h6 {
    width: 200px;
    color: #8E8E8E;
    font-size: 15px;
}

.dfx {
    margin-left: 0%;
    margin-top: 7%;
}

.img_sec img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.paymnt_sec {
    padding: 3% 0% 3% 0%;
}

.h4_r h3 {
    text-align: center;
    padding-top: 20px;
    font-size: 45px;
    color: #02B1DA;
}

.paymnt_sec span {
    color: #000;
    font-weight: 600;
}

.paymnt_sec p {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
}

.sec_logos {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 2%;
}

.logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logos h4 {
    margin-bottom: 0px;
    font-size: 18px;
}

.sec_logos1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    background: #ffffff;
    padding: 3%;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.ab {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ab h4 {
    font-size: 20px;
    font-weight: 600;
}

.paymnt_sec ul {
    list-style: none;
    padding-left: 0rem;
    margin-top: 20px;
}

.paymnt_sec ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 1.9;
    color: #6B6B6B;
}

.btns {
    display: flex;
    justify-content: center;
    margin-top: 2% !important;
    gap: 20px;
}

.BAP {
    background: #02B1DA;
    border: unset;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    width: 20%;
    font-size: 18px;
}

.FH {
    background: #ffffff00;
    padding: 10px;
    color: #02B1DA;
    border-radius: 5px;
    width: 10%;
    border: 1px solid #02B1DA;
    font-size: 18px;
}

.PT {
    background: #ffffff00;
    padding: 10px;
    color: #02B1DA;
    border-radius: 5px;
    width: 10%;
    border: 1px solid #02B1DA;
    font-size: 18px;
}

.failed .h4_r h3 {
    color: red;
}

.failed p {
    color: red;
    max-width: 900px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.Booking_Confirmation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.heading_1 {
    text-align: center;
}

.heading_1 h2 {
    padding-top: 20px;
    font-size: 28px;
}

.line2 {
    border: 1px solid #ccc;
}

.Booking_Confirmation h6 {
    font-size: 23px;
    padding-top: 20px;
    color: #12b6dc;
    padding-bottom: 15px;
}

.Booking_Confirmation p {
    text-align: left;
    margin-bottom: -5px;
    color: #000;
    font-size: 17px;
}

.note ul {
    line-height: 1.9;
}

#exampleModalCenter img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#exampleModalCenter h3 {
    text-align: center;
    padding-top: 20px;
    font-size: 35px;
    color: #02B1DA;
}

#exampleModalCenter p {
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 392px;
}

#exampleModalCenter .sb_img {
    max-width: 14px;
}

#exampleModalCenter span {
    font-size: 15px;
    margin-bottom: 2%;
    margin-top: 2%;
}






#exampleModalCenterOld img {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#exampleModalCenterOld h3 {
    text-align: center;
    padding-top: 20px;
    font-size: 25px;
    color: #02B1DA;
}

#exampleModalCenterOld p {
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 392px;
}

#exampleModalCenterOld .sb_img {
    max-width: 14px;
}

#exampleModalCenterOld span {
    font-size: 15px;
    margin-bottom: 2%;
    margin-top: 2%;
}


.dgrid {
    display: flex;
}

.colm {
    padding: 20px;
}

.dsf {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (min-width: 768px) and (max-width: 997px) {
    .navbar-toggler {
        display: none !important;
    }

    .hero-banner h1 {
        font-size: 58px;
    }

    .content {
        padding-left: 0px;
    }

    .search-form .row {
        gap: 20px;
    }

    .doctor-list .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cards h3 {
        font-size: 15px;
    }

    .cards p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .footera img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 40%;
        padding-bottom: 0px;
        padding-top: 20px;
        height: 85px !important;
            object-position: center !important;
    }

    .hero-banner {
        background-position: left;
    }

    .hero-banner img {
        width: 50%;
    }

    .doctor-list h4 {
        font-size: 25px;
    }

    footer .row {
        gap: 15px;
    }

    .heading_1 h2 {
        font-size: 20px;
    }

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

    .docprofile img {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .slots {
        margin-bottom: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .sub_txt {
        font-size: 18px;
    }

    .slot {
        font-size: 12px;
    }
}


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

    img.no-dates-image {
        width: 100%;
    }

    .navbar img {
        width: 240px !important;
    }

    .navbar-brand {
            display: block;
    margin-left: auto;
    margin-right: auto !important;
    }

    .note {}

    .your-details .container-fluid {
        padding: 5%;
    }

    .hr_d {
        width: auto;
    }

    .payn h6 {
        font-size: 12px;
        width: 100px;
    }

    .bg-1 {
        padding: 0%;
        margin-left: 0px;
    }

    #pay1 {
        padding: 10px;
        font-size: 18px;
    }

    .paymt_out p {
        font-size: 14px;
    }

    .payment-details h2 {
        font-size: 18px;
        margin-bottom: 15px !important;
    }

    input[type="radio"] {
                width: 25px;
        height: 25px;
    }

    .payment-details p {
            font-size: 12px;
    }

    .pay_summery {
    padding: 18px;
}

    .logos h4 {
        font-size: 13px;
    }

    .logos {
        margin-bottom: 20px;
    }

    .logos img {
        width: 15px;
    }

    .sec_logos {
        gap: 0px;
        display: block;
    }

    .h4_r h3 {
        font-size: 25px;
    }

    .paymnt_sec p {
        margin-top: 10px;
        font-size: 12px;
        margin-bottom: 20px;
    }


    .btns {
        display: block;
    }

    .FH {
        width: 100%;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .BAP {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 20px;
        font-size: 15px;
    }

    .PT {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .paymnt_sec ul li {
        font-size: 14px;
    }

    .sub_txt {
        font-size: 14px;
    }

    .bookn {
        font-size: 15px;
        padding: 10px;
    }

    .Time_section .row {
        margin-top: 0px !important;
    }

    .slots {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }

    .cal_header {
        display: block;
        margin-bottom: 0px;
    }

    #monthYear {
        font-size: 15px;
    }

    .days {
        gap: 0px;
    }

    .calendar {
        width: 100%;
    }

    .Time_section h4 {
        font-size: 15px;
        padding-top: 10px;
    }

    #slotsTitle {
        font-size: 15px;
        padding-top: 10px;
    }

    .colm h6 {
        font-size: 13px;
                width: 100px;
    }

    .colm p {
        font-size: 11px;
    }

    .colm {
        padding: 5px;
        margin-top: 20px;
    }

    .doctor-info h2 {
        font-size: 20px;
        text-align: center;
    }

    .doctor-info p {
        text-align: center;
    }

    .docprofile img {
        width: 40%;
        margin-bottom: 20px;
    }

    .doctor-info button {
        font-size: 12px;
        padding: 10px;
    }

    .breadcrumb2 p {
        font-size: 12px;
    }

    .doctor-list .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-banner h1 {
        font-size: 35px;
    }

    .content {
        padding-left: 0%;
    }

    .doctor-list h4 {
        font-size: 22px;
    }

    .doctor-list h6 {
        font-size: 13px;
    }

    .cards h3 {
        font-size: 17px;
    }

    .cards p {
        font-size: 15px;
    }

    .tab {
        padding: 12px 20px;
        font-size: 11px;
    }

    .search-form button {
        padding: 8px;
    }

    .search-form select {
        padding: 10px;
    }

    .dsf {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-top: 20px;
    }

    footer {
        padding-top: 8%;
        padding-bottom: 5%;
    }

    .gp {
        margin-top: 20px;
    }

    .navbar-toggler {
        display: none;
    }

    .search-form .row {
        gap: 15px;
    }

    .search-form {
        padding: 7% 10% 7% 10%;
    }

    .hero-banner {
        background-position: left;
    }

    .Booking_Confirmation img {
        width: 220px;
    }

    .your-details {
        padding: 5% 5% 5% 5%;
    }

    .heading_1 h2 {
        font-size: 20px;
    }

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

    .Booking_Confirmation p {
        font-size: 14px;
    }

    .doc_col {
        display: block !important;
    }

    .tabs-section p {
        font-size: 12px;
        overflow-y: scroll;
        height: 200px;
        padding: 5px;
    }

    .tabs-section .accordion-header {
        font-size: 15px;
    }

    .img_sec img {
        width: 90px;
    }

    .failed .h4_r h3 {
        font-size: 18px;
    }

    .paymnt_sec {
        padding: 6% 0% 6% 0%;
    }

    .payment_btn {
        margin-bottom: 20px;
    }

    .pay_summery h5 {
        font-size: 18px;
                padding-bottom: 15px;
    }

    .paymt_out img {
        height: 20px;
    }

    .payment-details .container-fluid {
        margin-top: 20px;
        padding: 5%;
    }

    .crs h5 {
        font-size: 18px;
    }

    .crs p {
        font-size: 15px;
    }

    .your-details h3 {
        font-size: 18px;
    }

    .your-details p {
        font-size: 14px;
    }

    .search {
        display: grid;
        gap: 15px;
    }

    .form_section_1 {
        padding: 20px;
    }

    .search span {
        font-size: 15px;
    }

    .search_form {
        width: 100%;
    }

    .search button {
        padding: 5px;
    }

    .form_sec_2 .row {
        margin-top: 20px !important;
    }

    .form_sec_btn {
        max-width: 215px !important;
        font-size: 17px;
        padding: 11px;
    }

    .checkboxcls h6 {
        font-size: 15px;
    }

    .tab_borders {
        border: unset;
    }

    .footer-bottom p {
        font-size: 13px;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1300px) {
    .footerb p {
        font-size: 14px;
    }

    .footerc p {
        font-size: 14px;
    }
    .tab.active {
        font-size: 12px;
    }

    .tab {
        font-size: 11px;
    }

    #monthYear {
        font-size: 15px;
    }

    .slots {
        gap: 15px;
    }

    .slot {
        margin-bottom: 15px; 
            font-size: 12px;
    }

    .day {
        font-size: 15px;
    }

    .calendar {
            height: 290px;
    }
}

.footera img {
            width: 230px;
    height: 50px;
    object-fit: contain;
    object-position: left;
}

.docprofile img {
                width: 150px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px !important;
    object-fit: fill;
}

.doc_col {
    gap: 50px;
}

/* .docprofile img {
               width: 200px !important;
    height: 50px !important;
    object-fit: contain !important;
    object-position: left !important;
} */

.doctor-info .shade {
        max-width: 370px;
}

.navbar img {
        width: 150px;
    height: 70px;
    object-fit: contain;
        object-position: left;
}

.navbar-expand-lg {
            padding-bottom: 10px !important;
}