/**
 * Theme Name:     Twenty Twenty-One Child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   twenty-twenty-one-child
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */

/* this is for search section starts here 
 .input_category:active + .search_suggetion_category,
.input_category:focus + .search_suggetion_category,
.input_location:active + .search_suggetion_location 
.input_location:focus + .search_suggetion_location {
    display: block;
} */

.search_suggetion_category, .search_suggetion_location {
    display: none;
    position: absolute;
    max-height: 200px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.result_section,
.search_section{
	max-width: 1080px;
    margin: 0 auto;
	padding: 50px 0;
}
.search-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.search-box .col {
    position: relative;
	flex-basis: 380px;
}
.result_each_wrapper {
    display: flex;
	position:relative;
	    justify-content: space-between;
}
.result_each_wrapper a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.result_each_wrapper .clinic_img {
    flex-basis: 100px;
}
.result_each_wrapper .clinic_info{
	flex-basis: calc( 100% - 125px);
}
.result_each_wrapper .clinic_status,
.result_each_wrapper .clinic_location {
    font-size: 16px;
    line-height: 24px;
}
.result_each_wrapper .clinic_title {
    font-size: 18px;
    line-height: 26px;
	font-weight:600;
}
.result_each_wrapper .clinic_title:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #5c5c5c;
    font-weight: 900;
    position: absolute;
    right: 0;
}
.result_each_wrapper .clinic_status .next_status {
    text-transform: capitalize;
}

.search-box input{
	border:none !important;
	width: 85%;
}
.search-box .input_wrapper {
    border: 1px solid #fff !important;
    box-shadow: 0 4px 17px 0 #eaebec;
	padding: 0 5px;
}
.search-box .col:first-child .input_wrapper {
    border-right: 1px solid #ccab4f !important;
}
.search-box .input_wrapper:hover{
	outline: 0;
    border: 1px solid #ccab4f !important;	
}
.search-box .col .input_wrapper:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccab4f;
}
.search-box .col:first-child .input_wrapper:before {
    content: "\f0f1";
}
.search-box .col:last-child .input_wrapper:before {
    content: "\f3c5";
}
.result_each_wrapper .clinic_status {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_suggetion_category ul, .search_suggetion_location ul {
    list-style: none;
    padding: 0px;
}
.search_suggetion_category li, .search_suggetion_location li {
	padding:0 10px;
}
.search_suggetion_category li:hover, .search_suggetion_location li:hover{
	cursor: pointer;
    color: #ccab4f;
    background-color: #f4f8fc;
}
ul.result_list {
    list-style: none;
    padding: 20px 0;
}
ul.result_list li {
    border: 1px solid #eaebec;
    background: #f9fafd;
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
}

ul.result_list li:hover{
	box-shadow: 0 3px 8px 1px rgb(93 98 109 / 35%);
}
.search_suggetion_category::-webkit-scrollbar,
.search_suggetion_location::-webkit-scrollbar {
    width: 10px;
}
.search_suggetion_category::-webkit-scrollbar-thumb,
.search_suggetion_location::-webkit-scrollbar-thumb {
	background: #ccab4f;
    border-radius: 5px;
}
.search_suggetion_category::-webkit-scrollbar-track,
.search_suggetion_location::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* this is for search section ends here */



/* this is for clinic single page starts here */
.single-clinic .each_clinic_page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
	width: 90%;
}
.single-clinic .each_clinic_page .clinic_details {
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.single-clinic .clinic_details .clinic_avatar,
.single-clinic .clinic_details .clinic_map{
	flex-basis: 300px;
}
.single-clinic .clinic_details .clinic_info{
	flex-basis: calc(100% - 600px);
}
.single-clinic .clinic_details .clinic_info h1 {
    font-size: 26px;
	font-weight:600;
}
.single-clinic .clinic_info .details p {
    line-height: 25px;
}

.each_clinic_page_mobile .clinic_avatar_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.each_clinic_page_mobile .clinic_avatar_title img{
    flex-basis: 200px;
    width: 200px;
}
.each_clinic_page_mobile .clinic_avatar_title .clinic_title{
	flex-basis:calc(100% - 250px);
}
.each_clinic_page_mobile .clinic_avatar_title .clinic_title h1 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.each_clinic_page_mobile .clinic_location a,
.each_clinic_page_mobile .clinic_phone a,
.each_clinic_page_mobile .clinic_info_mobile_tab{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    color: #5c5c5c;
}

.each_clinic_page_mobile {
    max-width: 500px;
    margin: 0 auto;
	display: none;
	padding: 50px 0;
}

.each_clinic_page_mobile .clinic_avatar_title, .each_clinic_page_mobile .clinic_location, .each_clinic_page_mobile .clinic_phone, .each_clinic_page_mobile .clinic_info_mobile_tab{
	padding: 7px 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}
.clinic_info_mobile_details{
	padding: 7px 10px;
	display:none;
}
.clinic_info_mobile_tab .clinic_info_icon:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #5c5c5c;
    font-weight: 900;
}
.clinic_info_mobile_tab.open .clinic_info_icon:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #5c5c5c;
    font-weight: 900;
}
.each_clinic_page .clinic_info .address p{
	margin:0 !important;
}
.each_clinic_page .clinic_info .clinic_phone a,
.each_clinic_page .clinic_info .address a {
    font-weight: 600;
    text-decoration: unset;
}
.each_clinic_page .clinic_info .clinic_phone a:before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    color: #bf8f01;
    font-weight: 900;
    padding-right: 10px;
}
.each_clinic_page .clinic_info .address a:before {
    content: "\f279";
    font-family: "Font Awesome 5 Free";
    color: #bf8f01;
    font-weight: 900;
    padding-right: 10px;
}
.result_each_wrapper .clinic_status .s_open {
    color: #198751;
    font-weight: 700;
    padding-right: 10px;
}
.result_each_wrapper .clinic_status .s_close {
    color: #d54227;
    font-weight: 700;
    padding-right: 10px;
}
.result_each_wrapper .clinic_status .status:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 1.6px;
    vertical-align: middle;
}

.result_each_wrapper .clinic_status .s_close:before {
	background:#d54227
}
.result_each_wrapper .clinic_status .s_open:before {
	background:#198751
}

@media(max-width:1024px){
	.each_clinic_page_mobile{
		display:block;
	}
	.each_clinic_page{
		display:none;
	}
}
/* this is for clinic single page ends here */