/*!
Theme Name: Takmem
Theme URI: https://kabret.com
Author: Mohamed Gamal
Author URI: https://kabret.com
Description: Takmem theme
Version: 1.0.0.1
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: takmem
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */


:root {
	--purple:  #8179B8;
	--white: #ffffff;
	--grey : #4D5A6A;
	--green :#22AAA8;
	--blue: #192B56;
	--red:  #D66274;
	--light-blue: #32A2CF;
	--light-grey: #556376;
	--bs-link-color-rgb: 50, 162, 207, 1;
}

* {
	font-family: "Alexandria" !important;
}


.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{width:auto}.row-cols-lg-1>*,.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-1>*{width:100%}.row-cols-lg-2>*{width:50%}.row-cols-lg-2>*,.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-3>*{width:33.33333333%}.row-cols-lg-4>*{width:25%}.row-cols-lg-4>*,.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-5>*{width:20%}.row-cols-lg-6>*{width:16.66666667%}.col-lg-auto,.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-auto{width:auto}.col-lg-1{width:8.33333333%}.col-lg-1,.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-2{width:16.66666667%}.col-lg-3{width:25%}.col-lg-3,.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-4{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-5,.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-6{width:50%}.col-lg-7{width:58.33333333%}.col-lg-7,.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-8{width:66.66666667%}.col-lg-9{width:75%}.col-lg-10,.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-10{width:83.33333333%}.col-lg-11{width:91.66666667%}.col-lg-11,.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-12{width:100%}
main{
	background-color: #F5FAFC;
	gap: 9rem !important;
}
img{
	width: auto;
}
.alignnone {
	margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignleft {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignright {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignnone {
	margin: 5px 0 20px 20px;
}

a img.alignleft {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 0 20px 20px;
}
.wp-caption.alignleft {
	margin: 5px 0 20px 20px;
}
.wp-caption.alignright {
	margin: 5px 20px 20px 0;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: right;
	padding: 0 0 0 10px;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#header{

	background-color: #fff;
	height: 87px;
}

#logo {
	height: 70px;
}

a.nav-link {
	color: black;
	font-weight: 500;
	font-size: 0.86rem;
}
.icon-whatsapp {
	background-color: var(--purple);
	border-radius: 100vw;
}
.info-box {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin: 0px 11px;
}
.info-col.icon-whatsapp {
	display: flex;
	align-items: center;
}

.info-heading{
	font-size: 0.9rem;
}
.subtitle{
	font-size: 0.7rem;
	color: var(--grey);
}
.info-content{
	display: flex;
	flex-direction: column;
	gap: 4px;

}
.icon-message {
	background-color: var(--green);
	padding: 14px 14px;
	border-radius: 100px;
}
ul#menu-test {
	gap: 10px;
}

.hero1{

	height: 750px;
	background: rgb(244 247 250 / 11%);

}
.subtitle-1{
	color: var(--red);
	font-weight: 600;
}
.title-1{
	color: var(--blue);
	font-weight: 600;
	font-size: 45px;
	line-height: 1.4em;

}
.button-primary{
	padding: 12px 60px;
	color: #fff;
	border-radius: 8px;
	border: solid 1px var(--light-blue);
}
.button-sec{
	padding: 12px 60px;
	color: var(--light-blue);
	border-radius: 8px;
	border: solid 1px var(--light-blue);
}
.hero-img-1{
	width: 450px;
}
.border-img {
	object-fit: contain;
	width: 69px;
}
.countbox{

	border-radius: 20px 20px 0px 0px;
	background-color: white;

}
.count-content {
	padding: 50px 0px;
}

.counthead{
	color: var(--blue);
	font-weight: 600;
	font-size: 32px;

}
.countsub{
	color: var(--lsight-grey);
	font-size: 16px;
}
.item-1 {
	color: var(--purple);
	background-color: #E9EDFA;
}
.item-2 {
	color: var(--red);
	background-color: #FDEEF1;
}
.item-3 {
	color: var(--green);
	background-color: #E9EDFA;
}

.item {
	text-align: center;
	padding: 5rem 1rem;
	border-radius: 10px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	align-items: center;
}
.item > img {
	width: 115px;
}

[dir='rtl'] .slick-prev:before {
	color: var(--green);
	font-size: 29px;
}
[dir='rtl'] .slick-next:before {
	color: var(--green);
	font-size: 29px;
}
.fill-icon{
	width: auto!important;
	z-index: 0;
	margin-top: -6rem !important;
}
.carasoul{
	z-index: 9;
}
.icon-img{
	width: 83px !important;
}
.service-box{
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid rgba(58, 163, 210, 0.2);
	padding: 5rem 2rem;
}
.heading-icon{
	color: var(--blue);
	font-size: 20px;
	font-weight: 600;
}
.heading-icon{
	color: var(--blue);
	font-size: 20px;
	font-weight: 600;
}
.content-icon{
	color: var(--grey);
	font-size: 14px;
	font-weight: 400;
}
.service-section{
	background: linear-gradient(180deg, rgba(219, 245, 255, 0.1) 16.33%, rgba(211, 238, 238, 0.5) 64.46%, rgba(219, 245, 255, 0.1) 100%);

}
.icon-shape{
	width: 120px !important;
	margin-top: -136px !important;
	margin-left: 143px;

}

.heading-view-more{
	width: 60%;

}

.view-more{
	width: 40%;

}
.featured-img {
	border-radius: 16px 16px 0px 0px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.category-name{
	background-color: rgba(155, 149, 198, 0.1);
	border-radius: 60px;
	color: rgba(142, 134, 191, 1);
	padding: 14px;
	font-size: 11px;

}
.featured-post{
	background-color: #fff;
	border-radius: 16px 16px 0px 0px;
}

.date-img{
	width: 14px;
	margin-left: 5px;
}
.post-name{
	color: --var(--blue);
	font-size: 18px;
}
.except{
	color: --var(--grey);
	font-size: 14px;
}
.featured-img-mini{
	width: 160px;
	height: 135px;
}
.date{
	color: var(--grey);
	font-size: 12px;
}
.mobile-only{
	display: none !important;
}
.post-news{
	border-radius: 0px 12px 12px 0px ;
	background-color: #fff;
}
.featured-img-mini{
	border-radius: 0px 12px 12px 0px ;
}
.post-name-title{
	font-size: 13px;
}
.except-p{
	font-size: 12px;
	color: var(--grey);
}
.date-mini{
	font-size: 11px;
}
.heading-view-more{
	font-size: 32px;
	color: var(--blue);
}
.category-img{
	width: 100%;
	height: 167px;
}
.category-head{
	font-size: 16px;
	width: 90%;
	color: var(--blue);
}
.nav-cat{
	width: 10%;
}
.category-box{
	background-color: #fff;
}
.heading-view-more.d-flex.align-items-center.gap-3 {
	justify-content: end;
}
button.accordion-button {
	background: #fff !important;
	padding: 33px 22px;
	border-bottom: solid rgba(156, 215, 239, 1) 2px;
}
.accordion-body {
	padding: 50px 17px;
}
.doctor-mini-sidebar{
	background-color: rgba(50, 162, 207, 1);
	border-radius: 0px 16px 16px 0px;
	background-size: cover;
}
.category-filter-mini{
	border-radius: 40px;
	background-color: #fff;
	padding: 27px;
	text-align: center;

}
.doctor-ico{
	width: 50px;
	padding: 10px;
	background-color: rgba(50, 162, 207, 0.2);
	border-radius: 100px;

}
.doctor-mini-name{
	font-size: 18px;
    color: rgba(30, 30, 30, 1);
}
.doctor-type{
	color: var(--grey);
	font-size: 14px;
}
.doctor-mini-content {
	width: 44%;
}
.contact-hero-section{
	justify-content: center;
	height: 456px;
}
.contact-hero-icon{
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	border-radius: 100px;
	width: 75px;
}
.contact-hero-title{
	font-size: 32px;
	font-weight: 600;
}
.contact-hero-content{
	font-size: 16px;
	font-weight: 400;
	color: var(--grey);

}
.contact-box{
	box-shadow: 0px 34px 33px -23px rgba(22, 28, 45, 0.1295);
	background-color: #fff;
	border-radius: 6px;
}
.hero-img-col{
	display: flex;
	justify-content: end;
}
img#footer-logo {
	width: 173px;
}
#footer{
	background-color: rgba(50, 162, 207, 1) !important;
}
.footer-content-p{
	color: rgba(255, 255, 255, 1);
	line-height: 1.9em;
}
.footer-menu{
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
}
.footer-menu > li {
	color: rgba(255, 255, 255, 1);

}
.border-top{
	border-top: 1px solid rgba(255, 255, 255, 1);

}
.footer-top.container {
	padding: 62px 0;
	margin-top: 30px 0;
}
.footer-bottom{
	padding: 20px 0;
}
.copyright{
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	text-align: left;
}
.col-6 {
	width: 50% !important;
}
.doctor-mini-sidebar {
	display: flex !important;
	flex-direction: column !important;
}
/* Breadcurmb */

.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.breadcrumb-item {
	margin: 0 5px;
}

.breadcrumb-separator {
	margin: 0 5px;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #0073aa;
}

.breadcrumb-item a:hover {
	text-decoration: underline;
}

.breadcrumb-item-active {
	font-weight: bold;
}
/* about */
.section-hero-about{
	height: 600px;
	background-size: cover;
	background-position: center;
	background-color: ;

}
.heading-hero-about{
	color: var(--blue);
	font-size: 45px;
	font-weight: 600;

}
.content-hero-about{
	color: var(--grey);
	font-size: 20px;
}
.image-hero-about{
	border-radius: 20px;
}
.heading-hero2{
	font-size: 24px;
	color: var(--blue);
}
.content-hero2{
	font-size: 16px;
	color: var(--grey);
}
.image-hero-about{
	width: 516px;
}
.item-box {
	text-align: center;
	padding: 2rem 1rem;
	border-radius: 10px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	align-items: center;
}
.item-box > img{
	width: 46px;
}
.item-box > h3{
	font-size: 16px;
}
.item-box > p{
	font-size: 14px;
}
.discount-box{
	background-color: #fff;
	border: 1.5px solid #E759724D;
	border-radius: 16px;
	box-shadow: 24px 24px 48.34px 0px #33C5FF0D;
	padding: 45px 15px;
}
.discount-name{
	font-size: 20px;
	color: var(--red);
}
li.feature-name {
	list-style: none;
}
li.feature-name:before {
	content: url("data:image/svg+xml,%0A%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33398 5.58333L4.25065 8.5L10.6673 1.5' stroke='%23E75972' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	margin-left: 12px;
}
a.button {
	text-align: center;
	padding: 15px 89px;
	background-color: var(--red);
	color: white;
	border-radius: 8px;
	margin: auto;
}
.offer-note{
	color: var(--grey);
	text-align: center;

}
.hero-single-service{
	border: 14px solid #32A2CF;
	width: 390px;
	height: 397px;
	object-fit: cover;
	border-radius: 14px;
}
li{
	list-style: none;
}
.list-image{
	width: 370px;
	height: 276px;
	border-radius: 16px;
	object-fit: contain;
}
.bg-green{
	background-color: #D3EEEE;
	border-color: #52A7A7 !important;
	color: #52A7A7;
}
.bg-purple{
	background-color: #E9EDFA;
	border-color: #8079B4 !important;
	color: #8079B4;
}
.bg-red{
	background-color: #FDEEF1;
	border-color: #E96A80 !important;
	color: #E96A80;
}
.col-lg-20 {
	width: 20% !important;
}
.number-box{
	padding: 54px 19px;
	border-radius: 10px;
}
.number-icon{
	padding: 4px 10px;
	border-radius: 61%;
	border: 1px;
	border-style: solid;
	display: inline;
}
.img-slide {
	width: 220px !important;
}
.carasoul {
	margin: auto;
}
.flex-lg-row{
	flex-direction: row;
}
.slide-content {
	font-size: 14px;
	font-weight: 400;
}
.slide-title {
	font-size: 16px;
	color: var(--blue);
}
.slide-box{
	margin: 33px 0;
}
.shape-img-hero {
	width: 450px;
}
.icon-c-box{
	border-radius: 8px;
}
.section-title{
	color: var(--blue);
}
.subtitle{
	color: var(--grey);
	font-size: 16px;
}

.category-container-loop {
	width: 100% !important;
}
.category-img{
	object-fit: cover;
}

.category-head-grid {
	font-size: 16px;
	width: 90%;
}
.category-img {
	width: 100%;
	height: 167px;
}
.category-name-item{
	color: var(--purple);
	font-size: 10px;
}
.date-mini-side {
	font-size: 9px;
}
.date-post {
	color: var(--grey);
	font-size: 18px;
	border-right: 7px solid var(--light-blue);
	padding: 10px;
}

.post-meta{
	color: var(--blue);
	font-size: 16px;
}
.post-image {
	width: 100%;
	border-radius: 16px;
	height: 28vw;
	object-fit: cover;
}
.heading-inline-style {
	padding: 20px 0;
	background-color: var(--light-blue);
	text-align: center;
	border-radius: 16px;
	color: white;
}
.inline-post-category{
	color: var(--grey);
	font-size: 12px;
}
.post-inline-box{
	border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.post-inline {
	background-color: white;
}
.category-filter{
	padding: 12px 20px 12px 20px;
	border-radius: 30px;
	background-color: white;
	color: var(--blue);
}
.category-filter-active{
	border: 1px solid var(--blue), rgba(232, 233, 236, 1));
	border-radius: 30px;
	background-color: rgba(50, 162, 207, 1);
	color:white;
	padding: 12px 20px 12px 20px;
}

img.doctor-thumb {
	width: 94px;
	border-radius: 100%;
	height: 98px;
	object-fit: cover;
}
.doctor-element{
	border: 1px solid var(--blue-50, rgba(232, 233, 236, 1));
	box-shadow: 24px 24px 48.34px 0px rgba(51, 197, 255, 0.05);
	background-color: white;
}
h3.heading-element{
	font-size: 16px;
}
.subtitle-element{
	font-size: 12px;
	color: rgba(85, 99, 118, 1);
}
.featured-guide-img {
	width: 413px;
	border-radius: 12px;
	object-fit: cover;
	height: 312px;
}
.img-guide-g {
	border-radius: 12px;
	object-fit: cover;
	width: 177px;
	height: 94px;
}
hr {
	border-top: 1px rgba(50, 162, 207, 0.2);
}
img.doctor-profile {
	width: 67px;
	border-radius: 100%;
	height: 79px;
	object-fit: cover;
}
.doctor-item{
	box-shadow: 24px 24px 48.34px 0px rgba(51, 197, 255, 0.05);
	border: 1px solid rgba(58, 163, 210, 0.2);
	background: rgba(255, 255, 255, 1);

}
.p-doc{
	color: var(--grey);
}
.subtitle-doc{
	color: var(--light-grey);
}
.toc-e{
	margin-left: 10px;
}
.tag{
	background-color: rgba(155, 149, 198, 0.1);
	padding: 7px 24px 7px 24px;
	border-radius: 60px;
	color: var(--purple);
}
.tag > a{
	color: var(--purple);
}
.toc-e > a {
	color: rgba(50, 162, 207, 1);
}
.post-name > a {
	color: rgba(25, 43, 86, 1);
	font-weight: 600;
	font-size: 18px;
}
.post-name-title > a {
	font-size: 13px;
	color: rgba(25, 43, 86, 1);
}
a.readmore {
	color: rgba(50, 162, 207, 1);
	font-size: 16px;
	font-weight: 400;
}
.pagination {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}
img.category-img-loop {
	width: 100%;
	object-fit: cover;
	height: 250px;
}
.category-head-grid {
	font-size: 16px;
	width: 90%;
	color: var(--bs-black);
}
.category-filter.active {
	color: white;
	background-color: var(--light-blue);
}
.service-box.d-flex.flex-column.align-items-center.justify-content-center.text-center.gap-4 {
	margin: 15px 0;
	z-index  : 1;
	position: relative;
}

.icon-shape {
	width: 120px !important;
	margin-top: -29px !important;
	margin-left: 143px;
	z-index: 0;
}

.cat-cont {
	margin-top: 75px;
	margin-bottom: 75px;
}

.item-3 {
	background-color: #D3EEEE;
	color: #177271 !important;
	fill: #177271;
}



.item-3 > div > a > svg {
	fill: #177271 !important;
}


.item-2 > div > a > svg {
	fill: var(--red) !important;
}

.doctor-ico {
	width: 60px;
	height: 60px;
}

h3.heading-element {
	font-size: 16px;
	color: #1E1E1E;
}
.subtitle-element >a {
	font-size: 12px;
	color: rgba(85, 99, 118, 1) !important;
}
span.page-numbers.current {
	padding: 8px 17px;
	background-color: var(--green);
	color: #fff;
	border-radius: 80%;
}
a.page-numbers {
	background-color: white;
	padding: 8px 17px;
	border-radius: 80%;
	color: #1E1E1E;
}
a.category-filter-mini {
	color: var(--blue);
}
h4.doctor-mini-name > a {
	color: rgba(30, 30, 30, 1);
}
h5.doctor-type > a {
	color: #A6A6A6;
}
.info-col.icon-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3vw;
	height: 3vw;
}
.icon-message {
	background-color: var(--green);
	padding: 0.7vw;
	border-radius: 100px;
	width: 3vw;
	height: 3vw;
	display: flex;
	justify-content: center;
}

h6.heading-inline-name > a {
	color: var(--blue);
}
.category-name-item {
	width: 38%;
}
p.except-p.ps-3 {
	padding-left: 1em;
}

a.button-sec {
	align-self: center;
}
form#ccf-contact-form {
	width: 602px;
	padding: 30px;
}

#ccf-contact-form button {
	padding: 10px 15px;

}

#ccf-contact-form button {
	padding: 10px 15px;
	background-color: rgba(50, 162, 207, 1) !important;
	color: #fff;
	border: none;
	border-radius: 6px;
}

.contact-hero-section {
	background-image: url(https://kabret.info/takmem/wp-content/themes/takmem/inc/images/contact-hero-bg.png);
	background-color: rgba(211, 237, 248, 1);
	background-size: cover;
	height: -webkit-fill-available;
	padding-top: 45px;
	padding-bottom: 45px;
}
.item-3 > div > a{

	color : #177271 !important;
}
.item-2 > div > a{

	color : var(--red) !important;
}
.item-1 > div > a{

	color : color: var(--purple) !important;
}
.featured-img-mini {
	border-radius: 0px 12px 12px 0px;
	object-fit: cover;
}
.info-col.icon-message > img {
	width: 22px;
	object-fit: contain;
}

.info-col.icon-whatsapp > img {
	width: 27px;
	object-fit: contain;
}


@media only screen and (max-width: 768px) {
	.category-name-item {
		display: none;
	}

	.category-container-loop {
		width: 100% !important;
	}
	.flex-md-row-reverse{
		flex-direction: row-reverse;
	}
	.col-md-auto{width:auto}.col-md-1{width:8.33333333%}.col-md-1,.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-2{width:16.66666667%}.col-md-3{width:25%}.col-md-3,.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-5,.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-6{width:50%}.col-md-7{width:58.33333333%}.col-md-7,.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10,.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-10{width:83.33333333%}.col-md-11{width:91.66666667%}.col-md-11,.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-12{width:100%}

	.navbar-collapse {
		background-color: rgba(255, 255, 255, 1);
		z-index: 99999999999999999999;
		padding-right: 10px;
		border-radius: 0px 16px 16px 0px;
	}

	.hero-1 {
		display: flex;
		flex-direction: column-reverse;
	}
	.hero-img-1{
		width: 225px;
	}

	.hero-img-col{
		display: flex;
		justify-content: center;
	}
	.button-primary{
		padding: 3vw 8vw !important;

	}
	.button-sec{
		padding: 12px 25px !important;

	}
	.subtitle-1 {
		font-size: 14px;
	}
	.title-1{
		font-size: 24px;
	}
	.content-1{
		font-size: 14px;
		line-height: 1.4em;
	}
	.border-img{
		display: none;
	}
	.title-2{
		font-size: 20px;
	}
	.col-lg-3.col-md-6 {
		width: 50% !important;
	}
	.counthead{
		font-size: 22px !important;
	}
	.countsub{
		font-size: 14px;
	}
	.col-md-4.col-lg-2{
		width: 33.33% !important;
	}
	img.partner {
		width: 100px;
	}
	.col-md-4.col-lg-2 {
		width: 33.33% !important;
		margin: 19px 0px;
	}
	.service-box {
		background-color: #fff;
		border-radius: 16px;
		border: 1px solid rgba(58, 163, 210, 0.2);
		padding: 1rem 1rem;
	}
	.content-icon {
		font-size: 11px;

	}

	.icon-img {
		width: 46px !important;
	}

	.heading-icon {

		font-size: 12px;

	}
	.col-md-6 {
		width: 50% !important;
	}
	.center-box-mobile{
		margin-top: 50px;
	}
	.heading-view-more {
		justify-content: start !important;
		font-size: 20px;
	}
	.view-more {
		width: 50%;
	}
	.col-md-12 {
		width: 100% !important;
	}
	.post-news-content {
		padding-left: 3px;
	}
	.post-name-title {
		font-size: 12px;
	}
	.except-p {
		font-size: 11px;

	}
	.category-container {
		width: 100% !important;
	}
	.category-box {
		background-color: #fff;
		margin-top: 26px;
	}
	.carasoul {
		width: 81% !important;
	}
	.item > h3{
		font-size: 16px;
	}
	.item > p{
		font-size: 12px;
	}
	.more{
		font-size: 14px;
	}
	.category-filter-mini {
		border-radius: 40px;
		background-color: #fff;
		padding: 11px;
		text-align: center;
		font-size: 13px !important;
	}
	.doctor-mini-sidebar {
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap;
		gap: 10px !important;
		padding: 40px 10px !important;
		justify-content: center;
	}
	.doctor-mini-name {
		font-size: 13px;
	}

	.doctor-ico {
		width: 53px;
		padding: 14px;
		height: max-content;
	}
	.doctor-type {
		font-size: 12px;
	}
	.doctor-mini-item > .view-more .button-sec {
		padding: 18px 10px !important;
		font-size: 10px;
	}
	.doctor-mini-item > .view-more {
		width: 34%;
	}
	.contact-hero-title {
		font-size: 18px;
		font-weight: 600;
	}
	p.footer-content-p {
		padding: 10px;
	}
	.col-md-8 {
		width: 66.66666667% !important;
	}
	.col-md-4 {
		width: 33.33333333% !important;
	}
	.copyright {
		color: rgba(255, 255, 255, 1);
		font-size: 10px;
		text-align: left;
	}
	.container.footer-top > .row {
		width: 100%;
	}
	.col-md-9 {
		width: 75% !important;
	}
	.col-md-3 {
		width: 25% !important;
	}
	.contact-hero-icon {
		margin-bottom: 50px;
	}
	.navbar-toggler {
		border: none !important;
	}
	.navbar-toggler-icon{
		color: rgba(50, 162, 207, 1) !important;
	}
	.mobile-only{
		display: flex !important;
	}
	.mobile-only {
		padding-top: 38px;
		flex-direction: row;
		align-content: center;
		justify-content: center;
		margin-bottom: 21px;
	}
	.info-box {
		display: flex;
		justify-content: start;
		gap: 15px;
		margin: 18px 0px;
	}
	.image-hero-about {
		width: 380px;
		margin-bottom: 60px;
	}
	img.ad-banner {
		width: 410px;
		margin-bottom: 15px;
	}
	.shape-img-hero {
		width: 300px;
	}
	.flex-md-column-reverse{
		flex-direction: column-reverse !important;
	}
	.img-slide {
		width: 168px !important;
	}
	.category-img-loop{
		width: 100%;
		height: 100px !important;
	}
	.category-head-grid{
		font-size: 12px !important;
	}
	img.doctor-thumb {
		width: 58px !important;
		border-radius: 100%;
		height: 59px !important;
		object-fit: cover;
	}
	.info-col.icon-whatsapp {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 10vw;
		height: 10vw;
	}
	.icon-message {
		background-color: var(--green);
		padding: 2.7vw;
		border-radius: 100px;
		width: 10vw;
		height: 10vw;
		display: flex;
		justify-content: center;
	}
	.post-inline.mt-3.mb-3.d-flex.flex-column.gap-2 {
		margin-top: 15vw !important;
	}

	.discount-box.d-flex.flex-column.gap-4 {
		margin-top: 10vw;
	}

	.date-post {
		color: var(--grey);
		font-size: 12px;
		border-right: 7px solid var(--light-blue);
		padding: 10px;
	}
	.post-meta {
		color: var(--blue);
		font-size: 12px;
	}
	.sidebar {
		margin-top: 27vw;
	}
	.tag > a {
		font-size: 11px;
	}
	.info-col.icon-whatsapp > img {
		width: 21px;
		object-fit: contain;
	}
	form#ccf-contact-form {
		width: 82vw;
		padding: 30px;
	}
	.nav-cat {
		width: 1em;
	}
}
.subtitle {
	color: var(--grey);
	font-size: 0.6em;
}
.info-col.icon-whatsapp > img {
	width: 20px;
	object-fit: contain;
}
.info-col.icon-message > img {
	width: 20px;
	object-fit: contain;
}
.info-heading {
	color: #000;
}
.item > p {
	text-wrap: wrap;
	height: 75px;
	overflow: hidden;
}
.subtitle {
	font-size: 14px;
}
.hero-img-col{
	animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 1s; /* don't forget to set a duration! */
}
.gap-20{
	gap: 20px;
}
.buttonshero{
	margin-top: 40px;
}
.partnercont{
	padding-top: 70px;
	padding-bottom: 70px;
	border-top: 2px solid  #D3EDF8;
	border-bottom: 2px solid #D3EDF8;
}
.cato-t{
	margin-bottom: 32px;
}
.category-container {
	gap: 36px 0px;
}
.button-sec {
	padding: 12px 14px;

}
button.accordion-button {
	font-size: 20px !important;
}
.heading-view-more {
	font-size: 32px;
	color: var(--blue);
	font-weight: 500;
}
div#post-grid {
	padding-right: 64px ;
	padding-left: 52px ;
	padding-top: 42px ;
	padding-bottom: 42px ;
}
.post-news-content.d-flex.flex-column.justify-content-center {
	width: 100vw;
}
#main > div.d-flex.container-fluid.hero1.align-items-center.justify-content-center > div > div > div.d-flex.flex-column.col.justify-content-center.col.gap-20 > div.btn-group.gap-2.buttonshero > a.button-sec {
	padding: 12px 40px;
}
h4.title-2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}
.contact-hero-icon{
	background-color: rgb(255 255 255 / 56%);

}
.service-cont-btn {
	border-radius: 10px;
	background: #32A2CF;
	padding: 14px;
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.service-cont-btn > a {
	color: #fff;
}
.place-item{
	border-radius: 8px;
	border: 1px solid rgba(58, 163, 210, 0.20);
	background: #FFF;
	box-shadow: 24px 24px 48.34px 0px rgba(51, 197, 255, 0.05);
}.col-lg-4.col-md-12.place-item {
	 padding: 0;
 }

.sameplacetit {
	color: #192B56;
	text-align: right;
	font-family: Alexandria;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 36px */
}

.taxonomy-name.filter.active {
	border-radius: 30px;
	background: #32A2CF;
	color: #fff;
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
}

.taxonomy-name.filter {
	border-radius: 30px;
	border: 1px solid var(--blue-50, #E8E9EC);
	background: #FFF;
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
}
.tax-items{
	gap: 20px;
	margin-bottom: 32px;
}
.metas{
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.location {
	color: #556376;
	text-align: right;
	font-family: Alexandria;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 16px;
}
.location-name {
	color: #192B56;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.location-details {
	color: #556376;
	text-align: right;
	font-family: Alexandria;
	font-size: 12px;
}
.sameplacetit {
	margin-bottom: 32px;
}
.place-item > .img-fluid {
	border-radius: 8px 8px 0px 0px;
}
.taxonomy-name {
	font-size: 15px;
}
.img-link >.img-fluid {
	width: -webkit-fill-available;
	height: 201px;
	object-fit: cover;
}
.img-link{
	display: block;
}
.tax-items .filter {
	cursor: pointer;
}
.img-link > .img-fluid {
	border-radius: 8px 8px 0px 0px;
}
.title-2 {
	color: #192B56;
}
[dir='rtl'] .slick-prev:before {
	color: #32A2CF;
	font-size: 41px;}
[dir='rtl'] .slick-prev {
	right: -50px !important;
	left: auto;
}
[dir='rtl'] .slick-next {
	left: -50px !important;
	right: auto;
}
[dir='rtl'] .slick-next:before {
	color: #32A2CF;
	font-size: 41px;}


form.wpcf7-form.init {
	direction: rtl;
	text-align: right;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	display: flex;
	width: -webkit-fill-available;
	height: 60px;
	padding: 10px 14px;
	align-items: center;
	gap: 8px;
	border-radius: 12px;
	color: #fff;
	background: #32A2CF;
	align-self: stretch;
	border: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
	display: flex;
	height: 52px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid var(--blue-50, #E8E9EC);
	background: #FFF;
	flex: 1 0 0;
	color: #192B56;
	text-align: right;
	font-family: Alexandria;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
textarea {
	direction: rtl !important;
}
.wpcf7-response-output {
	background: #fff;
	text-align: right;
}
span.wpcf7-not-valid-tip {
	padding: 12px 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	height: 50px;
}

.contact-box.d-flex.flex-column.justify-content-center.align-items-center {
	padding: 59px 30px 20px 30px !important;
	height: auto !important;
}
.container-fluid.contact-hero-section.d-flex.flex-column.justify-content-center {
	height: auto !important;
}
main#main {
	padding: 0;
}
.row.doctor-element.p-3 {
	margin: 17px 0;
}
@media only screen and (max-width: 600px) {
	.contact-box.d-flex.flex-column.justify-content-center.align-items-center {
		width: auto !important;
		height: auto !important;
		margin-bottom: 200px !important;
	}
	.row.gap-md-5.gap-lg-0 {
	height: auto !important;
	}
	footer#footer {
		margin-top: 148px !important;
	}
	.button-primary {
		padding: 3vw 6vw !important;
	}
	[dir='rtl'] .slick-next {
		left: -31px !important;
		right: auto;
	}
	[dir='rtl'] .slick-prev {
		right: -34px !important;
		left: auto;
	}
	img.partner {
		width: 100px;
		padding: 10px;
	}
	.service-box.d-flex.flex-column.align-items-center.justify-content-center.text-center.gap-4 {
		margin: 15px 0;
		z-index: 1;
		position: relative;
		padding: 30px;
	}
	.details-box.d-flex.row.justify-content-center {
		margin: auto;
	}
	img.icon-shape {
		display: none;}
	#main > div:nth-child(11) > div:nth-child(2) > div.col-lg-6.col-md-12.d-flex.flex-column.justify-content-center {
		gap: 12px;
		margin-top: 20px;
	}
	#post-grid {
		padding-right: 18px !important;
		padding-left: 10px !important;
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}
	.countbox {
		margin-top: 20px;
	}
.doctor-ico {
	width: 53px;
	padding: 14px;
	height: 53px;
}
	.doctor-element {
		margin: 15px;
	}
	.contact-box.d-flex.flex-column.justify-content-center.align-items-center {
		padding: 19px 30px 6px 30px !important;
		margin-top: 30px;
	}
	.photogallery > div.col-md-12.col-lg-3.gap-3.d-flex.flex-column.align-items-center > a > img {
		margin-top: 20px;
		width: 71px !important;
		height: 55px !important;
	}
	.photogallery > div.col-md-12.col-lg-3.gap-3.d-flex.flex-column.align-items-center {
		display: flex;
		flex-direction: row !important;
	}
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	display: flex;
	height: 48px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 11px;
	border-radius: 8px;
	border: 1px solid var(--blue-50, #E8E9EC);
	background: #FFF;
	flex: 1 0 0;
	color: #192B56;
	text-align: right;
	font-family: Alexandria;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
div#wpcf7-f219-o1 {
	direction: rtl !important;
}