* {
    box-sizing: border-box;
}

/* YOUR CUSTOM CSS */
:root {
  --BrandPrimary: #74d1c6;
  --BrandSecondary: #0a2540;
  --BrandSecondary-active: #0a2540ee;
  --BrandPink: #e74e84;
  --BrandPink-active:#dd2666;
  --BrandWhite: #ffffff;

}

.text-BrandPrimary{
  color: var(--BrandPrimary);
}
.text-BrandSecondary{
    color: var(--BrandSecondary);
}
.text-BrandPink{
  color: var(--BrandPink);
}
.bg-BrandPrimary{
  background-color: var(--BrandPrimary);
}
.bg-BrandSecondary{
    background-color: var(--BrandSecondary);
}
.bg-BrandPink{
  background-color: var(--BrandPink);
}
.border-BrandPink {
  border-color: var(--BrandPink) !important;
}
.btn-link{
  color: var(--BrandPink);
  border: none;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
}
.btn-link:hover,.btn-link:active, .btn-link:focus{
  color: var(--BrandPink-active);
  text-decoration: underline;
}

.modal-backdrop.show {
  --bs-backdrop-opacity: 0.9;
}

.fs-xs {
  font-size: 12px;
}

.fs-18 {
  font-size: 18px;
}

.fs-sm {
  font-size: 14px;
}

.txt-primary {
  color: var(--BrandPrimary);
}

.btn_primary {
  background-color: var(--BrandPrimary);
  color: var(--BrandWhite);
  border-color: var(--BrandPrimary);
}

.btn_primary:hover,
.btn_primary:active,
.btn_primary:focus {
  background-color: var(--BrandSecondary);
  color: var(--BrandWhite);
  border-color: var(--BrandSecondary);
}

.txt-secondary {
  color: var(--BrandSecondary);
}

.bg_secondary {
  background-color: var(--BrandSecondary);
}

.btn_outline_2 {
  background-color: var(--BrandWhite);
  border-color: var(--BrandSecondary);
  color: var(--BrandSecondary);
}

.btn_outline_2:hover,
.btn_outline_2:active,
.btn_outline_2:focus {
  background-color: var(--BrandSecondary);
  border-color: var(--BrandSecondary);
  color: var(--BrandWhite);
}

.btn_2 {
  background-color: var(--BrandSecondary);
  border-color: var(--BrandSecondary);
  color: var(--BrandWhite);
}

.btn_2:hover,
.btn_2:active,
.btn_2:focus {
  background-color: var(--BrandSecondary-active);
  border-color: var(--BrandSecondary-active);
  color: var(--BrandWhite);
}

.btn_pink {
  background-color: var(--BrandPink);
  border-color: var(--BrandPink);
  color: var(--BrandWhite);
}

.btn_pink:hover,
.btn_pink:active,
.btn_pink:focus {
  background-color: var(--BrandPink-active);
  border-color: var(--BrandPink);
  color: var(--BrandWhite);
}

.btn_outline_pink {
  background: var(--BrandWhite);
  border: 2px solid var(--BrandPink);
  color: var(--BrandPink);
  padding: 5px 20px;
  font-weight: 500;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.btn_outline_pink:hover,
.btn_outline_pink:active,
.btn_outline_pink:focus {
  background: var(--BrandPink);
  color: var(--BrandWhite);
}


.navbar-cstm-bg {
  background-color: var(--BrandSecondary);
  text-transform: capitalize;
}

@media screen and (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl .container-xxxl {
    max-width: 1536px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-cstm-bg.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 60vw;
  }
}



/* custom css end  */

body {
    background-color: #d7d7d7;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.page-active {
    color: #e74e84;
}

.bar {
    background-color: #0a2540;

    .tog-btn {
        width: 30px;
        height: 30px;
        position: relative;
    }

    .tog-icon {
        position: absolute;
        margin-left: -10px;
        margin-top: -10px;
    }

    .logo img {
        width: 100%;
        height: 25px;
    }

    .nav-icons a {
        padding: 0px 20px;
    }

    .form {
        position: relative;

        width: fit-content;
    }

    .form .fa-search {
        position: absolute;
        top: 8px;
        left: 15px;
        color: #9ca3af;
    }

    .form span {
        position: absolute;
        right: 17px;
        top: 13px;
        padding: 2px;
        border-left: 1px solid #d1d5db;
    }

    .left-pan {
        padding-left: 7px;
    }

    .left-pan i {
        padding-left: 10px;
    }

    .form-input {
        width: 380px;
        height: 30px;
        text-indent: 33px;
        border-radius: 10px;
    }

    .form-input:focus {
        outline: none;

        box-shadow: none;
        border: none;
    }

    .dropbtn {
        width: fit-content;
        height: 40px;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #c0c0c07d;
        border-radius: 25px;
        padding: 0px 15px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        margin-top: 8px;
        margin-left: 10px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #555555;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #60606045;
    }

    .dropdown:hover .dropdown-content {
        display: block;
        border-radius: 10px;
    }

    .dropdown:hover .dropbtn {
        background-color: #e74e84;
        color: white;
    }

    .btn1:hover {
        background-color: #e74e84;
    }

    .searchbar {
        padding-left: 0px;
    }
}

.wrap {
    width: 150px;
    height: auto;
    margin-right: 5px;
}

.box-slider {
    overflow-x: auto;
    width: 1500px;
}

.box {
    margin: 0px 10px 10px 10px;
    border-radius: 20px;
    box-sizing: border-box;

    .card {
        margin-top: 10px;
        width: 120px;
        height: auto;
        margin-right: 10px;

        p {
            font-size: 12px;
            margin-top: -10px;
            white-space: nowrap;
            padding: 0;
            text-overflow: ellipsis;
            width: 100%;
        }
    }
}

.box .card:hover {
    box-shadow: 7px 7px 34px #14181a67, -7px -7px 34px #ffffff00;
}

.box-slider::-webkit-scrollbar {
    width: 0;
}

.sans {
    font-style: normal;
    font-family: sans-serif;
}

.light-txt {
    color: #9b9898;
}

.white {
    color: white;
}

.grey {
    color: #d7d7d7;
}

.button {
    width: 100%;
    height: 50px;
}

.other-element button {
    width: fit-content;
    font-size: 12px;
    height: 40px;
    border-radius: 25px;
}

.profile {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.small {
    height: 220px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;

    .bg-img {
        height: 100px;
        width: 300px;
        background-color: green;
        overflow: hidden;

        img {
            width: 300px;
            height: auto;
        }
    }

    button {
        border-radius: 25px;
        border: none;
        background-color: #555555;
    }
}

.large {
    height: auto;
    border-radius: 25px;
    position: relative;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding: 10px 10px 12px;
}

.addmore p {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.addmore button {
    border: 1px solid #0d6efd;
    border-radius: 30px;
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 0 0 8px;
}

.addmore button:hover {
    background-color: transparent !important;
    border: 1px solid #0d6efd;
    color: #0d6efd !important;
}

.profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    margin-left: 10px;
    margin-top: 70px;
    overflow: hidden;

    img {
        height: 70px;
        width: auto;
    }
}

.profile-search-outer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 5px;
}

.profile-img2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-top: 10px;
    margin-left: 0px;
    overflow: hidden;

    img {
        height: 60px;
        width: auto;
    }
}

.searchfield {
    width: calc(100% - 75px);
}

.options {
    height: 50px;
    margin-top: 0px;

    padding-top: 10px;

    .icons {
        border-top: 0px solid #55555586;
        margin: 10px 0 0;
        height: auto;
        display: flex;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
}

.icons {
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5px;
}

.options a {
    color: #333;
    text-decoration: none;
    font-family: sans-serif;
}

.send {
    font-size: 20px;
    background-color: #9b989800;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
}

.send:hover {
    background-color: #74d1c6;
    color: #000000;
}

.ads {
    height: 210px;
    border-radius: 20px;
    overflow: hidden;
    font-family: sans-serif;

    img {
        height: 210px;
        width: auto;
    }

    button {
        border-radius: 25px;
        border: none;
        background-color: #555555b5;
        color: white;
        padding: 5px 10px;
    }

    button:hover {
        background-color: #e74e84;
    }

    p {
        color: white;
        font-size: 15px;
    }
}

.block {
    margin: 0 auto;
}

.input-res {
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 0px 20px 0px 20px;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}

.game {
    position: relative;
}

.icons2 {
    height: 300px;

    .pill {
        position: absolute;
        right: 0px;
        margin-top: 3px;
    }

    li {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
    }

    a {
        color: #555555c8;
        text-decoration: none;
    }
}

.large2 {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    height: fit-content;

    .option {
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        height: 30%;
        width: 100%;
        margin: 20px 0px;
    }

    a {
        color: #555555;
        font-size: 14px;
    }

    a:hover {
        color: #198754;
    }
}

.dp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;

    img {
        height: 40px;
        width: auto;
    }
}

.items2 {
    justify-content: center;
    align-items: center;
    margin: 0px 0px;

    a {
        color: #2d2d2dab;
        font-size: 25px;
        margin: 0 10px;
    }

    a:hover {
        color: #e74e84;
    }
}

.user-id {
    position: relative;

    .fa-gear {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #555555;
        font-size: 20px;
    }
}

.connect {
    box-sizing: border-box;
    border-radius: 20px;

    .profile {
        /* height: 25%; */
        padding: 8px;
        border-radius: 20px;

        .name {
            font-size: 10px;
            padding-left: 50px;
            /* height: 40px; */
            display: flex;
            justify-content: space-between;
            gap: 8px;
            p{
                margin-bottom: 0px;
            }

            button {
                width: 80px;
                text-align: center;
                border: 2px solid #198754;
                border-radius: 20px;
                color: #198754;
                height: 30px;
                background-color: rgba(255, 255, 255, 0);
                font-size: 14px;
            }

            button:hover {
                background-color: #198754;
                color: white;
            }
        }
    }
}

.see-all {
    text-align: center;
    width: 100%;

    a {
        text-decoration: none;
        color: #198754;
    }
}

.light a {
    color: #555555;
    font-size: 12px;
}

.icons3 {
    height: auto;

    padding: 0px;
    border-radius: 20px;

    .hashtag button {
        border: none;
        background-color: #55555532;
        margin: 5px;
        border-radius: 10px;
        color: #727272;
    }

    .dark {
        margin: 0;
        padding-left: 10px;

        a {
            color: #212529;

            i {
                padding-right: 10px;
            }
        }

        li {
            margin-bottom: 10px;
        }
    }
}

.red {
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}

.home-page-feed {
    border-radius: 20px;

    .post-img {
        padding: 5px;

        .polls {
            text-align: center;

            button {
                width: 400px;
                height: 30px;
                margin: 5px 0px;
                background-color: #00000000;
                border: 1px solid #74d1c6;
                font-size: 15px;
                border-radius: 30px;
            }

            button:hover {
                background-color: #74d1c6;
            }
        }

        img {
            /* height: 300px; */
            width: 100%;
            margin: auto;
            border-radius: 20px;
            padding-bottom: 10px;
        }

        .caption {
            padding: 0px;
        }
    }

    .upvote {
        img {
            height: 28px;
        }
    }

    .downvote {
        img {
            height: 30px;
        }
    }

    .follow-one {
        height: 40px;
        border-bottom: 1px solid rgba(128, 128, 128, 0.374);
        margin-bottom: 5px;

        .flw {
            justify-content: space-evenly;
            align-items: center;
        }

        a {
            color: #21252995;
            font-size: 15px;
        }

        span {
            font-size: 12px;
            margin-left: 5px;
        }

        a:hover {
            color: #e74e84;
        }
    }

    .comment {
        position: relative;

        form {
            width: 100%;
            height: 40px;
            margin-bottom: 20px;
            margin-top: 0px;
            background-color: #5555552a;
            border-radius: 25px;

            border: none;
        }

        a .fa-regular {
            position: absolute;
            right: 0px;
            top: 10px;
            padding-right: 20px;
            color: #21252995;
        }

        a .fa-solid {
            position: absolute;
            top: 10px;
            padding-right: 10px;
            right: 50px;
            color: #21252995;
        }

        input {
            height: 40px;
            margin-bottom: 20px;
            margin-top: 0px;
            background-color: #55555500;
            border: none;
            width: 80%;
            margin-left: 60px;
            color: #21252980;
        }

        input:focus {
            outline: none;
        }

        .profile-img3 {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            left: 25px;
            overflow: hidden;

            img {
                width: auto;
                height: 30px;
            }
        }
    }

    .post-options {
        /* height: 50px; */

        .post-opt {
            margin-top: -15px;
        }

        a {
            color: #222222;
            font-size: 18px;
            display: flex;
            justify-content: space-evenly;
        }

        a:hover {
            color: #74d1c6;
        }

        span {
            font-size: 12px;
            color: #9b9898;
            margin-left: 5px;
        }

        span:hover {
            color: #74d1c6;
        }

        .pill {
            font-size: 10px;
            background-color: #dc3545;
            color: white;
        }
    }

    .photo {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-top: 8px;
        overflow: hidden;

        img {
            width: auto;
            height: 40px;
        }
    }

    .slide {
        overflow-x: auto;

        .wrapper {
            width: 100px;
            margin: 0px 15px;

            button {
                width: max-content;
                height: 30px;
                font-size: 12px;
                border-radius: 20px;
                color: rgb(88, 87, 87);
                border: 1px solid #198754;
                background-color: white;
                transition: all 0.3s ease;
            }

            button:hover {
                background-color: #198754;
                color: white;
                transform: scale(1.1);
            }
        }
    }

    .slide::-webkit-scrollbar {
        width: 0;
    }
}

.popular-ans-section {
    .page {
        .pill {
            width: 50px;
            height: 20px;
            margin-top: 10px;
            position: absolute;
            right: 10px;
        }

        .space {
            background-color: white;
            border-radius: 20px;
            margin: 0px 0px;
            padding-top: 10px;
            position: relative;
        }

        li {
            margin-left: -40px;

            span {
                margin-top: 8px;
                margin-left: 20px;
            }
        }

        .page-dp {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            margin-left: 20px;
            overflow: hidden;

            img {
                width: auto;
                height: 40px;
            }
        }
    }

    .page2 {
        li {
            .page-dp {
                margin: 20px 10px 0px -20px;
            }

            span {
                margin-top: 20px;
                margin-left: 10px;
            }
        }

        .space2 {
            background-color: white;
            border-radius: 20px;
            margin: 0px 0px;
            padding-top: 10px;
        }

        .line {
            border-bottom: 2px solid rgba(128, 128, 128, 0.508);
        }
    }

    .boxes p {
        font-size: 15px;
        padding-top: 10px;
    }
}

.textfields input {
    border-radius: 30px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ddd !important;
}

.textfields textarea {
    border-radius: 30px;
    width: 100%;
    border: 1px solid #ddd !important;
}

.QuestionAnswer {
    border-radius: 20px;
}

.post-desktop {
    .post-title {
        input {
            height: 40px;
            font-size: 22px;
            width: 100%;
            border: none;
            padding: 0px 10px;
        }

        input:focus {
            outline: none;
        }
    }

    .caption-opt {
        display: flex;
        justify-content: space-between;
        width: 100%;

        textarea {
            border: none;
            padding-left: 10px;
            font-size: 15px;
        }

        textarea:focus {
            outline: none;
        }

        .caption-icons {
            margin: 5px 0px 0px 25px;

            a {
                color: #3132338c;
                margin-right: 10px;
            }

            a:hover {
                color: #74d1c6;
            }
        }
    }

    .post-tag {
        border-bottom: 1px solid #555555a2;
        padding-bottom: 5px;
        margin-bottom: 10px;

        button {
            border: none;
            background-color: #5555553c;
            border-radius: 20px;
            padding: 5px 10px;
            color: #555555b1;
            font-size: 15px;
        }
    }

    .post-now {
        justify-content: last baseline;
        margin: 5px 0px 10px 0px;

        button {
            border: none;
            background-color: #79797964;
            border-radius: 20px;
            padding: 0px 10px;
            color: #555555f6;
            font-size: 15px;
        }

        .post-dropdwn {
            width: 100%;
            justify-content: right;

            button {
                border: 1px solid #252525;
                background-color: #55555500;
                border-radius: 20px;
                padding: 0px 10px;
                color: #262626c5;
                font-size: 15px;
                font-weight: 600;
                margin: 0px 5px;
            }

            button:hover {
                background-color: #e74e84;
                color: white;
                border: 1px solid #e74e84;
            }

            .disabled-btn {
                button {
                    opacity: 0.5;
                    background-color: #929292;
                    border-radius: 20px;
                    padding: 0px 10px;
                    color: #262626c5;
                    font-size: 15px;
                    font-weight: 600;
                    border: 1px solid #252525;
                }
            }
        }
    }
}

.main-part {
    justify-content: space-evenly;
    align-items: center;
}

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

.one {
    width: 50px;
    height: 50px;
    background-color: crimson;
}

/* Button to Open Modal */
.open-modal-btn {
    padding: 10px 20px;
    background-color: #0073b1;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Modal Background */
.modal-overlay {
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

/* Modal Container */
.modal {
    background-color: #ffffff;
    width: 600px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 90px auto;
    display: block;
    height: 285px;
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.user-info {
    display: flex;
    align-items: center;
}

.avatar {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
}

.avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0px;
    object-fit: cover;
}

.user-name {
    font-weight: bold;
    font-size: 16px;
}

/* Close Button */
.close-btn {
    font-size: 20px;
    cursor: pointer;
    color: #666;
    border: none;
    background: none;
}

/* Modal Body */
.modal-body {
    padding: 20px;
}

.modal-body textarea {
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    font-size: 16px;
    resize: none;
    color: #333;
}

.modal-body textarea::placeholder {
    color: #888;
}

/* Modal Footer */
.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}

.left-footer {
    display: flex;
    align-items: center;
}

.ai-button {
    background-color: #f3f3f3;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ai-button img {
    width: 20px;
    margin-right: 5px;
}

.icon-buttons img {
    width: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.post-button {
    background-color: #ccc;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: not-allowed;
}

/* Display Modal */
.show {
    display: block;
}

.servicehead {
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    margin: 40px 0 10px;
}

.middleprofiledata {
    position: absolute;
    bottom: 26px;
    left: 340px;
    max-width: 560px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.middleprofiledata p {
    margin: 0;
}

.card {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 0px;
    color: #000;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}

.home-page-feed .card {
    padding: 20px;
}

.card h1 {
    font-size: 24px;
    margin: 10px 0;
}

.card p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.card .btn {
    background-color: #e11d48;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    max-width: 160px;
}

.card .btn:hover {
    background-color: #c30f3c;
}

.doctor-image {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.card2 {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 500px;
    padding: 15px 20px;
    position: relative;
    flex-direction: column;
}

.cardhead {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.card2 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.info {
    flex: 1;
}

.info h2 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.info p {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
}

.info .fees {
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}

.rating {
    color: #15803d;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.rating .star {
    margin-right: 5px;
    color: #28a745;
}

.distance {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}

.distance img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.card2 .btn {
    padding: 6px 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.card2 .btn-call {
    background-color: #e0f3e6;
    color: #15803d;
    border: 1px solid #15803d;
}

.btn-appointment {
    background-color: #e11d48;
    color: #ffffff;
}

.compare {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
}

.compare input {
    margin-right: 5px;
}

.cardfoot {
    padding-top: 5px;
}
