	.drop-menu {

		background: white;

        list-style: none;

        width: 551px;

        padding-left: 0 !important;

        position: absolute;

        overflow-y: scroll;

        max-height: 182px;

            display: none;

	}



	.drop-menu-li {

		padding: 4px 16px;

	}

	

	.treatment-header-search-contr ul.drop-menu::-webkit-scrollbar {

  width: 5px; /* Width of the scrollbar */

  height:32px;

  background-color: rgba(128 128 128 / 5%);

}

.treatment-header-search-contr ul.drop-menu::-webkit-scrollbar-thumb {

  background-color: #2e52a0; /* Color of the scrollbar */

  border-radius:10px;

}

.position-relative >ul{

    background: white;

    list-style: none;

    width: 551px;

    padding-left: 0 !important;

    position: absolute;

    overflow-y: scroll;

    max-height: 182px;

    box-shadow: 0px 0px 21px -7px rgb(0 0 0 / 26%);

    border-radius: 10px;

    margin-top:10px;

}

.treatment-search-box input[type="search"]:focus {

    outline: 0;

}

	

	.position-relative > ul > li > a {

    display: flex;

    justify-content: start;

    align-items: start;

    font-weight: 400;

    font-family: var(--font-family);

    font-style: var(--font-style);

    color: #6c6c6c !important;

    text-decoration: none !important;

}

@media (max-width: 767px) {

    .position-relative >ul {

        background: white !important;

        list-style: none !important;

        width: 100% !important;

        padding: 5px 0px 12px 0px !important;

        position: absolute !important;

        top: 54px;

        z-index: 9999;

        box-shadow: 0px 0px 21px -7px rgb(0 0 0 / 26%);

        border-radius: 10px;

        max-height: 300px;

        height: 300px;

        overflow: auto;

        display: none;

	}

	.position-relative{

        margin-bottom: 15px;

	}

    

}

.treatment-cards {

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;
    column-gap: 25px;

}

.treatment-card {

    width: calc(33.33% - 20px);

    margin-bottom: 30px;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

    transition: 0.3s;

    border-radius: 5px;

    overflow: hidden;

    display: flex;

    flex-direction: column;

}

.treatment-card-header {

    background-color: #f8f9fa;

    padding: 10px 15px;

    display: flex;

    align-items: center;

}

.treatment-icon {

    margin-right: 15px;

    font-size: 24px;

        background: #eff9fc;

    border-radius: 50%;

    padding: 7px;

}



.treatment-icon img{width:45px; height:45px;}





.treatment-title h2 {

    margin: 0;

    font-size: 18px;

}

.treatment-title h2 a{text-decoration:none; color:#2e52a0; font-weight:bold;} 



.treatment-card-body {

    padding: 12px;

    flex-grow: 1;

 



}

.treatment-description {

    margin-bottom: 15px;

}

.treatment-procedures {

    margin-top: auto;

    padding: 10px;

    background: #eff9fc;

    border-radius: 10px;

    box-shadow: inset 0 0 15px rgb(221 221 221 / 80%);

}

.procedures-title {

    font-weight: bold;

    margin-bottom: 10px;

}

.procedures-list {

    max-height: 160px;

    min-height: 160px;

    overflow-y: auto;

}

.procedure-item {

    display: block;

    padding: 5px 0;

    color: #3b6188;

    text-decoration: none;

}

.treatment-card-footer {

    background-color: #f8f9fa;

    padding: 15px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.treatment-stats {

    font-size: 14px;

}

.view-more-btn {

    background-color: #2e52a0;

    color: white;

    padding: 5px 10px;

    text-decoration: none;

    border-radius: 3px;

}

@media (max-width: 991px) {

    .treatment-card {

        width: calc(50% - 15px);

    }

}

@media (max-width: 767px) {

    .treatment-card {

        width: 100%;

    }

}
