/** Listing Css */
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control,
.loading-skeleton .doctor-card_profile_pic_wrapper,
.loading-skeleton .doctor-card_reviews_section,
/* .loading-skeleton img */
.loading-skeleton .sub_heading {
    color: transparent;
    appearance: none;
    -webkit-appearance: none;
    /* background-color: #eee;
    border-color: #eee; */
    /* -webkit-animation: 3s shine linear infinite; */
    /* animation: 3s shine linear infinite; */
    /* animation: wave-lines 2s infinite ease-in; */
    /* background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite; */

  background-color: #eee;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, .5) 50%,
        rgba(255, 255, 255, 0) 60%
    ) #eee;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading ease-in-out infinite;
}

.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
    color: transparent;
}

@-webkit-keyframes loading {
    to {
        background-position-x: -20%;
    }
}
@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.loading-skeleton {
    pointer-events: none;
}

.loading-skeleton img {
    filter: grayscale(100) contrast(0%) brightness(1.8);
    margin-bottom: 8px;
    border-radius: 100%;

}

.bordered-radius{
    border-radius: 8px;
}
.animated{
    animation: 2s loading ease-in-out infinite;
    background-color: #eee;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, .5) 50%,
        rgba(255, 255, 255, 0) 60%
    ) #eee;
    background-size: 200% 100%;
    background-position-x: 180%;
}
/* @media (min-width: 962px) {
    .listing-card {
        flex-basis: 32%;
    }
}

@media (min-width: 962px) and (max-width: 1055px) {
    .listing-card .speciality {
        max-width: 181px !important;
    }
} */

/* @media (max-width: 840px) {
    .listing-card .button {
        display: block !important;
    }
} */

/* @media (min-width: 681px) and (max-width: 961px) {
    .listing-card {
        flex-basis: 48.5%;
    }
} */

@media (max-width: 680px) {
    /* .listing-card {
        flex-basis: 100%;
        max-height: 100% !important;
    } */

    #heading-main {
        font-size: 1.4rem !important;
    }
}
/*
.toggled-left-container .listing-card {
    flex-basis: 100% !important;
}

.listing-card {
    max-height: 471px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 1.5rem;
}

.listing-card .upper {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    background: #2dd36f;
    background: linear-gradient(90deg,
            #2dd36f 18%,
            rgb(129, 250, 172) 100%);
}

.listing-card .upper img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.listing-card .name {
    font-size: 23px !important;
    line-height: 1 !important;
    margin: 0 !important;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
}

.listing-card .name:hover {
    text-decoration: underline;
}

.listing-card .speciality {
    line-height: 1 !important;
    margin: 0 !important;
    margin-top: 0.5rem !important;
    font-size: 16px !important;
    color: white;
    letter-spacing: 0.2px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 216px;
}

.listing-card .lower {
    padding: 2rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */
/*
.listing-card .review-text-container {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    background: bisque;
    padding: 2px 8px;
    line-height: 16px !important;
}

.listing-card .review-text-container .review-text {
    margin: 0;
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    color: black;
    max-width: 250px;
    line-height: 16px !important;
}

.listing-card .item {
    text-align: center;
    width: 28%;
    margin-bottom: 1rem;
    transition: .3s cubic-bezier(0.23, 1, 0.320, 1);
}

.listing-card .item svg {
    width: 28px;
}

.listing-card .item svg path {
    transition: .3s cubic-bezier(0.23, 1, 0.320, 1);
}

.listing-card .item.review:hover path {
    fill: #2dd36f !important;
}


.listing-card .item h4 {
    margin: 0 !important;
    margin-top: 2px !important;
    line-height: 19px;
}

.listing-card .item p {
    margin: 0 !important;
    margin-top: 2px !important;
    font-size: 15px !important;
    line-height: 18px;
    color: #55525a;
    white-space: nowrap;
}

.listing-card .button {
    width: 100%;
    justify-content: space-between;
    border: 0.1px black solid;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 0.5rem;
}

.listing-card .button p {
    margin: 0;
    font-size: 13px;
    line-height: 19.5px;
}

.listing-card .button h4 {
    margin: 0 !important;
    margin-bottom: 8px !important;
    display: flex;
    align-items: center;

}

.listing-card .button svg {
    margin-right: 6px;
    width: 19px;
} */


 .skeleton .square {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}

/* .skeleton .button {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    padding: 0;
    border: none;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
} */

/* .skeleton .svg {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
} */

/* .skeleton .upper {
    background: none;

} */

.skeleton .line {
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-in;
}

/* .skeleton .flex-1 {
    flex: 1;
}

.skeleton .flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

/* .w-full {
    width: 100%;
}

.w-70 {
    width: 70%;
}

.w-90 {
    width: 90%;
}

.w-60 {
    width: 60%;
}

.h30 {
    height: 30px;
}

.h14 {
    height: 14px;
}

.m-4 {
    margin-top: 5px !important;
}

.h17 {
    height: 17px;
}

.h16 {
    height: 16px;
} */


@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
/*
.btn-shine {
    color: #fff;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 180px;
    }

    100% {
        background-position: 180px;
    }
}
 */

/**Listing Css Ends */

/** Doctor new card css */


.full-width-card{
    display: none;
}

.half-width-card{
    display: none;
}

@media screen and (max-width: 678px) {
    .half-width-card{
        display: block !important;
    }
}
@media screen and (min-width: 679px) {
    .full-width-card{
        display: block !important;
    }
    .full-width-card .doctor-card_reviews_section p {
        max-width: 230px;
    }
}

.font-12{
    font-size: 12px;
}

.doctor-card {
    /* box-shadow: 0 8px 30px -7px #c9dff0; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 0;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    background: #fff;
}

.doctor-card_wrapper_max_width{
    max-width: 361px;
}

.doctor-card_wrapper .icon-svg{
    width: 28px;
    height: 28px;
}

@media (min-width: 768px) {
    .doctor-card_wrapper_width {
        width: 85%;
    }
}

@media (min-width: 1024px) {
    .doctor-card_wrapper_width {
        width: 45%;
    }
}

@media (min-width: 1280px) {
    .doctor-card_wrapper_width {
        width: 32%;
    }
}

.doctor-card_profile_pic_wrapper {
    background-color: #2dd36f;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 1.5rem !important;
    height: 80px;
}

.doctor-card_profile_pic_wrapper img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    /* height: 80px; */
}

.doctor-card_reviews p {
    font-size: 14px;
}

.doctor-card_reviews_section {
    background-color: #e6e7e9;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.doctor-card_book_now {
    margin-top: -25px;
    margin-left: -30px;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

.doctor-card_book_now_price {
    width: 50px;
    font-size: 11px;
    margin-top: -36px;
    margin-left: 90px;
    font-weight: 500;
    color: white;
    margin-top: -27px;
    line-height: 17px;
}

.doctor-card_call_now {
    margin-top: -27px;
    margin-left: -30px;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

.doctor-card_call_now_price {
    width: 50px;
    font-size: 11px;
    margin-top: -28px;
    margin-left: 110px;
    font-weight: 500;
    color: white;
    line-height: 17px;
}

.doctor-card_primary_color {
    color: #2dd36f;
}

.doctor-card_secondary_color {
    color: #c11b27;
}

.line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book-btn{
    cursor: pointer;
    /* transition: .3s cubic-bezier(0.23, 1, 0.320, 1); */
    z-index: 999;
}

.book-btn:hover{
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
