.clinic-listing {
    padding: 60px 0px;
}

.clinic-listing .clinic-list-box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-block-end: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    background-color: #fff;
}

.clinic-listing .clinic-list-box .clinic-image-box {
    width: 30%;
}

.clinic-listing .clinic-list-box .clinic-content h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    color: #099389;
}

.clinic-listing .clinic-list-box .clinic-content p {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    line-height: 1.8;
}

.cllinic-btn {
    background-color: #099389;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin-block-start: 14px;

}

-content h2 {
    font-family: var(--font-noto);
    font-weight: 600;
    color: #fff;
    font-size: 2.5rem;
}

.health-banner-content p {
    color: #fff;
}

.search-box {
    border: 1px solid #ddd;
    padding: 12px 20px 20px 20px;
    border-radius: 10px;
}

.search-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-block-end: 20px;
    color: #099389;
}

.search-box select {
    width: 100%;
    padding: 14px 0px 14px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.banner-search-bar {
    padding-block-start: 30px;
}

@media screen and (max-width: 767px) {
    .clinic-listing .clinic-list-box {

        display: block;
    }

    .clinic-listing .clinic-list-box .clinic-image-box {
        width: 100%;
    }

    .clinic-content {
        padding-block-start: 12px;
    }

    .clinic-listing {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 991px) and (max-width: 1100px) {}

.hospital-card-box {
    border: 1px solid #ddd;
    padding: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    background-color: #fff;
    margin-bottom: 10px;
}

.hospital-card-box .hospital-image-box {
    width: 100%;
    height: 160px;
}

.hospital-card-box .hospital-image-box img {
    width: 100%;
    border-radius: 5px;
    object-fit: fill;
    height: 100%;
    max-height: 200px;
}


.hospiatl-content {
    padding-block-start: 12px;
}

.hospiatl-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #099389;
}

.hospiatl-content p {
    line-height: 1.8;
    padding-block-start: 5px;
    color: #888;
    font-size: 14px;
}

.hospiatl-content p i {
    margin-right: 10px !important;
}

.hospiatl-content button {
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    background: #0e223e;
    margin: 10px 0 0 0;
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
    border: 0;
}

.hospiatl-content a {
    background-color: #099389;
    padding: 10px 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    border-radius: 5px;
}

.hospital-search-bar {
    margin-top: 0;
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 27rem;
}

.hospital-listing {
    padding-block-start: 10px;
    background-color: #f1f1f1;
}

.hospital-search-bar select {
    width: 80%;
    padding: 16px;
    border-radius: 10px;
    border-color: #ddd;
}

.search-box {
    /* display: flex;
   align-items: center;
   gap: 20px;
   background-color: #0e223e;
   padding: 18px 25px;
   border-radius: 50px;
   border: 1px solid #ddd; */
    text-align: center;
}

.search-box h4 {
    margin-block-end: 16px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.health-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.health-banner h4 {
    color: #fff;
}

.health-banner h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-block-end: 20px;
    color: #fff;

}

.health-banner .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.search-box select {

    /* styling */
    background-color: white;
    border: thin solid #ddd;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* arrows */

.search-box select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #099389, #099389);
    background-position: calc(100% - 48px) calc(1em + 10px),
        calc(100% - 44px) calc(1em + 10px),
        100% 0;
    background-size: 7px 5px,
        5px 5px,
        6.5em 3.5em;
    background-repeat: no-repeat;
    padding: 16px;
    border-radius: 10px;
    width: 100%;
}

.search-box select.classic:focus {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #099389, #099389);
    background-position: calc(100% - 48px) calc(1em + 10px),
        calc(100% - 44px) calc(1em + 10px),
        100% 0;
    background-size: 7px 5px,
        5px 5px,
        6.5em 3.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}




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

@media only screen and (max-width: 767px) {
    .search-box {
        display: block;
        padding: 10px !important;
    }

    .search-box h4 {
        margin-bottom: 5px;
    }

    .hospital-search-bar select {
        width: 100% !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 991px) and (max-width: 1100px) {}

:root {
    --width: 220px;
    --gap: 1rem;
    --speed: 500ms;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Outfit, Arial, Helvetica;
    height: 100vh;
    overflow-x: hidden;
    background-color: #202227;
}

.main {
    height: 100vh;
    padding-top: 112px;
    background: #202227;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.item {
    display: flex;
    align-items: center;
    width: var(--width);
    height: calc(var(--width) * 1.5);
    position: absolute;
    z-index: 1;
    border-radius: 0.25rem;
    box-shadow: 0 12px 24px -6px black;
    transition: left var(--speed), width var(--speed), height var(--speed),
        border-radius var(--speed), opacity var(--speed);
    transition-timing-function: ease-out;
    transform-origin: center;
    overflow: hidden;
    will-change: transform, opacity;
}

.airambulance .item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.25) inset;
    transition: box-shadow var(--speed);
}

.airambulance .item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.airambulance .item:nth-child(1),
.item:nth-child(2) {
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    filter: blur(0);
} 

.airambulance .item:nth-child(1)::after,
.item:nth-child(2)::after {
    box-shadow: 0px -50px 150px 50px rgba(0, 0, 0, 0.75) inset;
}

.airambulance .item:nth-child(3) {
    left: 50%;
}

.airambulance .item:nth-child(4) {
    left: calc(50% + var(--width) + var(--gap));
    transition-delay: calc(var(--speed) * 0.2);
}

.airambulance .item:nth-child(5) {
    left: calc(50% + calc(var(--width) * 2) + calc(var(--gap) * 2));
    transition-delay: calc(var(--speed) * 0.4);
}

.airambulance .item:nth-child(6) {
    left: calc(50% + calc(var(--width) * 3) + calc(var(--gap) * 3));
    opacity: 0;
    transition-delay: calc(var(--speed) * 0.6);
} 

.airambulance .content {
    width: min(30vw, 400px);
    position: absolute;
    left: 3rem;
    z-index: 1;
    transform: translateY(25%);
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
    opacity: 0;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.airambulance .content .title {
    font-weight: 600;
    text-transform: uppercase;
}

.airambulance .content .description {
    line-height: 1.7;
}

.airambulance .content button {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.9);
    border: 0;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
    transition: background var(--speed), color var(--speed);
}

.airambulance .content button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

 .airambulance .item:nth-of-type(2) .content {
    display: flex;
    animation: show var(--speed) ease-in-out calc(var(--speed) / 2) forwards;
}

@keyframes show {
    0% {
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

.nav {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    user-select: none;
    border-radius: 100vw;
    padding: 0.25rem;
}

.nav .btn {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(0, 0, 0, 0.9);
    border: 0;
    border-radius: 100%;
    padding: 0.5rem;
    cursor: pointer;
    transition: background var(--speed), color var(--speed);
}

.nav .btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.9);
}

.ambulance-content-box {
    padding: 60px 0;
}

.ambulance-content-box .ambulance-content h4 {
    font-size: 24px;
    font-weight: 600;
}

.ambulance-content-box .ambulance-content p {
    color: #888;
    margin-block-end: 27px;
    line-height: 1.8;
}

.ambul-form .filed-group input {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.ambul-form .filed-group {
    margin-bottom: 14px;
}

.ambul-form .filed-group textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 60px;
}

.ambul-form {
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 5px;

}

.ambul-form .ambul-btn-box .amubl-btn {
    background-color: #099389;
    padding: 10px 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .item:nth-child(3) {
        left: 53%;
        top: 30px;
    }

    .item:nth-child(4) {
        left: calc(10% + 120px);
        top: 30px;
    }

    .item:nth-child(5) {
        left: calc(-30% + 225px);
        top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .content {
        width: min(84vw, 400px);
        left: 2rem;

        top: 5rem;
    }

    .main {

        padding-block-start: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .health-banner {
        height: 300px;
        padding-top: 65px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 991px) and (max-width: 1300px) {
    .item {
        width: 130px;
        height: 220px;
    }

    .item:nth-child(3) {
        left: 50%;
        top: -43px;

    }

    .item:nth-child(4) {
        left: calc(52% + 140px);
        top: -43px;

    }

    .item:nth-child(5) {
        left: calc(54% + 280px);
        top: -43px;
    }

    .item:nth-child(6) {
        left: calc(50% + 420px);
        opacity: 0;
    }
}