@font-face{font-family:'famTree';src:url("fonts/Famtree-Light.eot");src:url("fonts/Famtree-Light.eot?#iefix") format("embedded-opentype"),url("fonts/Famtree-Light.woff") format("woff"),url("fonts/Famtree-Light.woff2") format("woff2"),url("fonts/Famtree-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display: swap;}
@font-face{font-family:'famTree';src:url("fonts/Famtree-Regular.eot");src:url("fonts/Famtree-Regular.eot?#iefix") format("embedded-opentype"),url("fonts/Famtree-Regular.woff") format("woff"),url("fonts/Famtree-Regular.woff2") format("woff2"),url("fonts/Famtree-Regular.ttf") format("truetype");font-weight:normal;font-style:normal;font-display: swap;}
@font-face{font-family:'famTree';src:url("fonts/Famtree-Medium.eot");src:url("fonts/Famtree-Medium.eot?#iefix") format("embedded-opentype"),url("fonts/Famtree-Medium.woff") format("woff"),url("fonts/Famtree-Medium.woff2") format("woff2"),url("fonts/Famtree-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display: swap;}
@font-face{font-family:'famTree';src:url("fonts/Famtree-Bold.eot");src:url("fonts/Famtree-Bold.eot?#iefix") format("embedded-opentype"),url("fonts/Famtree-Bold.woff") format("woff"),url("fonts/Famtree-Bold.woff2") format("woff2"),url("fonts/Famtree-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display: swap;}
.col-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-5ths {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.cursor-pointer{
	cursor: pointer;
}

.font-medium{
	font-weight: 500;
}

.btn.btn-primary:hover{
	background: #8B89FA;
	border-color: #8B89FA;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

html{
	height: 100%;
}
body {
	font-size: 14px;
	color: #323232;
	font-family: 'famTree', arial;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 26px;
	direction: rtl;
}
.page-id-139, .error404{
	background: url("../images/back.png")right top no-repeat;
}
.page-template-blog,.search-results{
	background: url(../images/back_art.png) top right no-repeat;
	background-size: 100%;
}
.page-template-blog header, .search-results header{
	background: #F7F7F7;
	border-radius: 0 0 25px 25px;
}
h1, h2, h3, h4, h5 {
	font-family: 'famTree', arial;
	margin-top: 0;
}

p{margin-bottom: 10px}
img {
	margin: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
:before, :after, button, img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-thumb {
	background-color: #323232;
}

::-webkit-scrollbar-track {
	background-color: #dedede;
}
.bg-image, .bg-parallax {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg-parallax {
	background-attachment: fixed;
}
.container{
	max-width: 1328px;
}
/*---------------------*/
header{
	padding: 40px 0;
}

.sticky-header{
	padding: 30px 0;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	border-bottom: 5px solid #f7f7f7;
	border-radius: 0 0 30px 30px;
}

.admin-bar .sticky-header{
	top: 32px;
}

.admin-bar.sticky-header-enabled .sticky-top{
	top: 160px;
}

.navbar-brand{
	padding: 0;
}
.navbar-brand img{
	max-height: 50px;
}
.navbar{
	padding: 0;
}
@media (min-width: 768px){
	.navbar-expand-md .navbar-nav li{
		/* margin: 0 10px; */
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 5px 15px;
	}
	.navbar-expand-md .navbar-collapse{
		flex-direction: row-reverse;
	}
	.social li:last-child{
		margin-left: 50px;
	}
}
.navbar-nav .nav-link{
	color: #3A3B55;
	font-size: 15px;
	position: relative;
	border-radius: 25px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link{
	background: #7D7BFA;
	color: #fff;
}
.navbar-nav li{
	margin-left: 10px;
}
.btn{
	padding: 13px 20px;
	border-radius: 12px;
}
.btn-primary{
	background-color: #7D7BFA;
	border-color: #7D7AFA;
}

.custom-btn{
	min-width: 245px;
	font-size: 15px;
	font-weight: 500;
	margin-left: 10px;
	white-space: nowrap;
}
.custom-btn span{
	display: inline-block;
	margin-left: 15px;
}
.custom-service{
	min-height: 507px;
}
.custom-service h3{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}
.d-md-flex .custom-btn{
	display: flex;
	align-items: center;
	justify-content: center;

}
.testimonial-title{
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	padding: 15px 30px;
	color: #3A3855;
}
.testimonial-swiper .swiper-slide{
	min-width: 301.5px;
}
.content-wrap{
	position: fixed;
	z-index: 9999;
}
.video-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3A3855;
	z-index: 999;
	overflow: hidden;
	display: none;

}
.video-container #video-player{
	width: 100%;
	height: 100%;
}
.video-container .video-close{
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 50px;
	right: 50px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	z-index: 999;
}

.list-ul{
	margin: 0;
	clear: both;
}
.list-ul li{
	position: relative;
	padding-right: 35px;
	font-size: 19px;
	line-height: 30px;
	color: #3A3B55;
	margin-bottom: 25px;
	background: url(../images/arrow.svg) right 3px no-repeat;
}
.testi-item{
	background: #fff;
	padding: 15px;
	border-radius: 22px;
	text-align: right;
	color: #3B3B56;
	line-height: 23px;
}
.testi-item h3{
	color: #3B3B56;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.entry-testimonial .testiImd{
	margin-left: 15px;
}
.entry-testimonial .testiImd>span{
	width: 70px;
	min-width: 70px;
	display: block;
	border-radius: 50%;
	height: 70px;
}
.swiper-nav{
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
	outline: none;
}
.testimonial-wrap .swiper-nav{
	position: relative;
	left: auto;
	top: auto;
	transform: translateY(0);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f1f1f1;
	padding: 20px;
	display: inline-block;
	/* margin: 0 5px; */
}
.testiInfo{
	min-height: 210px;
}
.blog-wrap .swiper-nav{
	color: #7F78F8;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	padding: 3px;
	left: -40px;
}
.blog-wrap .swiper-nav.swiper-next{
	left: auto;
	right: -40px;
}
.testimonial-wrap .swiper-button-disabled{
	/* display: none; */
	opacity: 0.5;
}
.testimonial-wrap .swiper-nav>i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #8181f866;
	text-align: center;
	color: #7F7FF8;
	line-height: 30px;
	font-size: 18px;
}
.swiper-nav.swiper-next{
	right: -15px;
	left: auto;
}
.icon-box-item{
	border-radius: 32px;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 30px;
}
.icon-box-item h3{
	font-size: 18px;
	font-weight: 500;
	color: #3A3B55;
}
.icon-img{
	height: 135px;
	margin-bottom: 25px;
	line-height: 135px;
}
.icon-img img{max-height: 135px}

.step-box{
	margin-bottom: 30px;
	color: #3A3B55;
	font-size: 17px;
}
.step-box:not(:last-child):after{
	content: '';
	width: 30px;
	height: 20px;
	background: url(../images/arrow-left.svg) center center no-repeat;
	position: absolute;
	left: -15px;
	top: 65px
}
.step-box .step-img{
	height: 185px;
	line-height: 185px;
	margin-bottom: 30px;
}
.step-box .step-img img{
	max-height: 185px;
}
.step-box h3{
	color: #3A3B55;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 17px;
}
.footer-top{
	background-image: url("../images/footerBg.png");
	padding-top: 35px;
}
.footer-btm{
	padding: 20px 0;
	border-radius: 30px;
	border-top: 5px solid #f7f7f7;
}
.contact-widget{
	margin-top: 35px;
}
.app-image{
	margin:35px 50px -40px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
	border-radius: 50px;
}
.download-app h3{
	color: #3A3855;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 30px;
}
.contact-head{
	font-size: 17px;
	color: #3A3855;
	margin-bottom: 30px;
}
.contact-head h3{
	color: #3A3855;
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 30px;
}
.contact-info-item{
	margin-bottom: 35px;
}
.contact-icon{
	margin-left: 20px;
	width: 58px;
}
.contact-info-item p{
	color: #3A3855;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-info-item a{
	color: #3A3855;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	direction: ltr;
}
.footer-nav{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav li{
	display: inline-block;
}
.footer-nav li a{
	color: #9C96A8;
	font-size: 13px;
	display: block;
	padding: 10px 15px;
}
.post-item{
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #F8F8F8;
}
.post-img{
	background-color: #f5f5f5;
	position: relative;
	border-radius: 20px 20px 0 0 ;
}
.post-img>a{
	display: block;
	padding-top: 70%;
}
.post-inner{
	padding: 40px 30px;
}
.post-inner h3{
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 35px;
	min-height: 105px;
}
.post-inner h3 a{
	color: #3A3855;
}
.post-inner{
	font-size: 15px;
	color: #9DA3AA;
}
.client-box{
	padding: 15px;
	height: 230px;
	line-height: 230px;
	background: #fff;
	border: 1px solid #ebebeb;
	text-align: center;
}
.client-box img{
	max-height: 200px;
	display: inline-block;
}
.swiper-pagination{
	right: 0;
	width: 100%;
}
.swiper-pagination-bullet{margin: 0 3px;}
.nf-form-fields-required{display: none}
.input-field{
	position: relative;
	margin-bottom: 18px;
}
.input-field i{
	position: absolute;
	right: 0;
	top: 14px;
	color: #7F7DF8;
	font-weight: 700;
	line-height: 22px;
}
.input-field label, .nf-field label{
	position: absolute !important;
	margin: 0 !important;
	font-size: 16px !important;
	color: #8E9FA8 !important;
	top: 13px !important;
	right: 25px !important;
	-webkit-transition: all 0.2s !important;
	-moz-transition: all 0.2s !important;
	-o-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction: rtl;
}
.wpcf7-form-control, .wpcf7-select , .ninja-forms-field {
	padding: 13px 20px !important;
	font-size: 15px !important;
	border-radius: 2px !important;
	margin-bottom: 10px !important;
	border: 0 !important;
	border-bottom: 1px solid #ebebeb !important;
	width: 100% !important;
	background: none !important;
	min-height: 47px !important;
	position: relative !important;
	z-index: 9 !important;
	outline: none !important;
}
.input-field .wpcf7-form-control:focus + label, .nf-field .nf-field-element:focus + .nf-field-label label{
	top: -8px !important;
	font-size: 12px !important;
}
.wpcf7-submit{
	background: #7D7AFA !important ;
	color: #fff !important;
	border-radius: 14px !important;
	text-transform: uppercase !important;
	min-height: 47px !important;
	padding: 10px 25px !important;
}
input,
textarea,
input:focus,
textarea:focus,
.search-text:focus{
	border-color: #7D7BFA;
}
.modal-form h4{
	font-size: 24px;
	line-height: 32px;
	color: #3A3855;
	font-weight: 500;
	margin-bottom: 35px;
}


.kc_accordion_section>.kc_accordion_header, .kc_accordion_content{
	border: none !important;
}
.kc_accordion_header>a{
	color: #232323;
	font-weight: 600 !important;
	font-size: 17px !important;
}
.kc_accordion_section.group{
	border-top: 1px solid #ebebeb;
	padding: 5px 0 !important;
}
.kc_accordion_section.group:last-child{
	border-bottom: 1px solid #ebebeb;
}

.contact-info li{
	padding: 15px;
	display: flex;
	margin-bottom: 15px;
}
.contact-info li i{
	width: 36px;
	color: #fff;
	height: 36px;font-size: 18px;
	text-align: center;
	padding: 5px;line-height: 26px;
	border-radius: 50%;
	background: #8b6628;
}
.contact-info .contact-info-text{
	padding-right: 20px;
}
.contact-info li b{
	display: block;
	font-size: 18px;
}


.title-page{
	position: relative;
	padding: 60px 0 50px;
	color: #fff;
}
.title-page:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.1);
}
.breadcrumbs{
	text-align: left;
	color: #fff;
}
.breadcrumbs a{
	color: #fff;
}
.title-page h1{
	font-size: 30px;
	font-weight: 600;
}

footer{
	background-color: #fff;
	color: #0c3544;
	padding-top: 40px;
	clear: both;
	font-size: 18px;
}
.wside{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 26px;
}
.wside h3{
	font-size: 24px;
	color: #0c3544;
	margin-bottom: 20px;
	font-weight: 600;
}
.wside ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow:hidden;
}
.wside ul.menu li{
	float:right;
	width:50%;
	margin-bottom:4px;
}
.wside li a{
	/* font-size: 14px; */
	color: #c3c3c3;
	line-height: 26px;
}

.copyright{
	color: #9C96A8;
	font-size: 13px;
	margin-left: 20px;
}
.copyright p{
	padding: 0;
	color: #9C96A8;
}

.social{
	text-align:left;
	margin: 0;
	padding: 10px 0;
}
.social li{display:inline-block;margin:0 7px}
.social li a{display:block;color:#fff;width: 36px;text-align:center;height: 36px;line-height: 36px;font-size: 18px;}
/* Go to top icon */
#topcontrol {
	z-index: 999;
	background: #8181f866;
	width: 72px;
	height: 72px;
	text-align: center;
	font-size: 40px;
	color: #7F7FF8;
	position: fixed;
	bottom: -100px;
	left: 10px;
	cursor: pointer;
	padding: 15px;
	overflow: auto;
	/* opacity: 0.7; */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#topcontrol:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #7F7FF8;
}

#topcontrol:hover {
	opacity: 1;
}
.btnForm{
	min-width: 360px;
	font-size: 17px;
	font-weight: 500;
}


.blog-wrap{
	padding: 5rem 0;
}
.blog-title{
	color: #fff;
	margin-bottom: 35px;
	font-weight: 500;
}
.blog-title h1{
	font-size: 60px;
}
.search-blog .form-control{
	background-color: #F8F8F8;
	border-radius: 7px;
	border:none;
	height: 43px;
	width: 260px;
}
.search-blog input.form-control{
	padding-right: 40px;
}
.search-blog select{
	max-width: 160px;
	margin-left: 10px;
}
.search-blog .btn{
	color: #B3B9BF;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 13px;
	height: 43px;
}
/*--------------*/
.aboutBox{
	padding: 60px 50px;
	overflow: hidden;
	border-radius: 28px;
	border: 5px solid #F5F5F7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	min-height: 540px;
}
.aboutBox1{
	background-image: url(../images/mask1.png);
}

.aboutBox2{
	background-image: url(../images/mask2.png);
}
.aboutBox3{
	background-image: url(../images/mask3.png);
}
.kc_text_block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.kc_text_block ul img{
	margin-left: 8px;
}
.kc_text_block ul li{
	margin-bottom: 20px;
}

button.close{
	position: absolute;
	left: -34px;
	color: #fff;
	opacity: 1;
	text-shadow: none;
	font-size: 35px;
	top: 0;
}
.modal-content{
	border: none;
	border-radius: 19px;
	padding: 35px;
}
.modal-backdrop.show {
	opacity: 0.8;
	background: #3B3B56;
}
.blog-toolbar h3{
	color: #3A3955;
	font-size: 26px;
	font-weight: 500;
}

.blog-item{
	margin-bottom: 64px;
	font-size: 12px;
}

.post-meta{
	margin-bottom: 12px;
}

.post-meta,
.post-meta a{
	color: #9A98B3;
	font-size: 12px;
}

.spacing{
	padding: 0 16px;
}

.blog-item p{
	color: #4C4C72;
}

.blog-item h1{
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 12px;
}

.blog-item h1 a{
	color: #3A3855;
}

.blog-item .blog-excerpt,
.blog-item .author-name{
	font-size: 15px;
}

.blog-item .author-name{
	color: #3A3855;
}

.blog-item .author-speciality{
	color: #9A98B3;
}

.blog-item .avatar{
	width: 48px;
	height: 48px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	margin-left: 16px;
}

.blog-item .btn{
	background: #7D7BFA;
	width: 144px;
	border-radius: 12px;
	padding: 16px 18px;
	font-size: 12px;
}

.blog-img{
	margin-bottom: 24px;
	border-radius: 16px;
	height: 333px;
}
.flex-blog-item{
	display: flex;
}
.flex-blog-item .blog-img{
	width: 180px;
	min-width: 180px;
	margin-left: 15px;
	margin-bottom: 0;
}
.blog-img>a{
	display: block;
	padding-top: 50%;
}
.blog-item-lg .blog-img>a{
	padding-top: 75%;
}

.btn-gmore{
	display: block;
	width: 200px;
	text-align: center;
	margin: 35px  auto 0;
}
.btn-gmore span{
	display: block;
	color: #3A3855;
	font-weight: 500;
	font-size: 15px;
}
.btn-gmore .moreIcon{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-bottom: 15px;
	box-shadow: 0 3px 5px 0 rgba(58,56,85,.1);
	background: #fff;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	align-items: center;
}

.btn-gmore:hover span{
	color: #8B89FA;
}

.related-posts .related-title{
	font-size: 30px;
	color: #3A3955;
	margin-bottom: 30px;
	font-weight: 500;
}
.related-posts .blog-item{
	background-color: #fff;
}
.play-icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	border-radius: 65px;
	background-color: #f5f5f5;
	text-align: center;
	padding: 15px;
	transform: translate(-50%,-50%);
}
.play-icon i{
	width: 80px;
	height: 80px;
	padding: 20px;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	background: #7F7DF8;
	border-radius: 50%;
	margin-bottom: 15px;
}
.play-icon span{
	color: #7F7DF8;
	font-size: 18px;
	font-weight: 500;
	display: block;
}
.share-post{
	background: #FB9387;
	padding: 15px 20px;
	color: #fff;
	font-size: 18px;
}

.share-post a{
	width: 34px;
	display: inline-block;
	height: 34px;
	border: 3px solid #fff;
	color: #fff;
	padding: 4px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	margin: 0 5px;
	border-radius: 50%;
}
.share-post a i{
	line-height: 20px;
}
.post-quastion{
	font-size: 18px;
	background: #3A3955;
	padding: 10px 20px;
	color: #fff;
}
.post-quastion .btn{
	width: 100px;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	background: #656484;
	min-height: 1px;
	padding: 9px 20px;
}
.post-quastion .btn-primary{
	background: #7F7FF8;
}

/*
Specialists
 */
body.author,
body.page-template-specialists{
	color: #3A3855;
}

.sticky-header-enabled .sticky-top{
	top: 128px
}

.specialist-page h2{
	font-size: 20px;
	margin-bottom: 24px;
}

.specialist-profile .avatar{
	width: 176px;
	height: 176px;
	margin: auto;
}

.specialist-profile .app_link{
	padding: 18px 14px;
	font-size: 18px;
	font-weight: 400;
	max-width: 256px;
}

.specialist-profile .avatar img{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 8px solid #F2F5F7;
	object-fit: cover;
	object-position: center;
}

.avatar .online{
	width: 32px;
	height: 32px;
	background: #37E1CA;
	border-radius: 100%;
	border: 2px solid #33C7B3;
	right: 10px;
	bottom: 16px;
	z-index: 999;
}

.specialist-profile h1{
	font-size: 24px;
	padding: 16px 0 8px 0;
	margin: 0;
}

.specialist-profile .rating{
	background: #FDF3DC;
	border-radius: 8px;
	padding: 4px 8px;
	font-size: 15px;
	font-weight: 500;
}

.specialist-profile .rating-count{
	font-size: 12px;
}

.specialist-details .details-block{
	padding-right: 46px;
	margin-bottom: 20px;
}

.specialist-details h5{
	font-size: 12px;
	font-weight: 400;
}

.specialist-details .icon{
	right: 0;
	top: 0;
}

.specialist-details p{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 25px;
}

.specialist-details .tags{
	margin: 0 -4px;
}

.specialist-details .tag{
	background: #F2F5F7;
	border-radius: 8px;
	padding: 12px 24px;
	margin-left: 4px;
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 4px;
	font-weight: 500;
}

.testimonials-list .testimonial .rating-info{
	line-height: 15px;
}

.testimonials-list .testimonial{
	background: #F2F5F7;
	padding: 20px;
	border-radius: 16px;
}

.testimonials-list .testimonial h6{
	font-size: 15px;
	font-weight: 500;
}

.testimonials-list .testimonial .rating-text{
	background: #ffffff;
	padding: 16px;
	border-radius: 12px;
}

/*
Specialists list
 */
body.page-template-specialists{
	background: url("../images/back-white.png")right top no-repeat #F2F5F7;
}

.page-template-specialists footer{
	background-color: transparent;
}

.page-template-specialists .footer-top{
	background-image: url("../images/footer-bg.png");
}

.page-template-specialists .footer-btm {
	background: #fff;
}

.page-template-specialists h1{
	font-size: 40px;
}

.page-template-specialists .page-excerpt{
	margin: auto;
	max-width: 450px;
	font-size: 15px;
	line-height: 25px;
}

.specialists-list .specialist-container{
	padding-bottom: 16px;
}

.specialists-list .specialist-profile{
	background: #ffffff;
	padding: 32px;
	border-radius: 24px;
	height: 100%;
}

.specialists-list .specialist-profile .avatar {
	width: 112px;
	height: 112px;
}

.specialists-list .specialist-profile h2{
	font-size: 20px;
}

.specialists-list .specialist-profile .speciality{
	color: #9A98B3;
	font-weight: 300;
	overflow: hidden;
	max-width: 75ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.5em;
}

.specialists-list .specialist-profile .bio{
	word-wrap: break-word;
	color: #4C4C72;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2em;
	min-height: 6em;
}

.specialists-list .avatar .online {
	width: 24px;
	height: 24px;
	right: 8px;
	bottom: 8px;
}

.btn.profile,
.btn.appointment{
	font-size: 12px;
	border-radius: 12px;
	width: calc(100% - 3px);
	text-align: center;
}

.btn.profile{
	background: #F2F5F7;
	border-color: #F2F5F7;
	color: #3A3855;
	margin-left: 6px;
}

.btn.appointment{
	background: #7D7BFA;
	border-color: #7D7BFA;
}

.specialists-search{
	max-width: 450px;
}

.specialists-search label{
	position: relative;
	width: 100%;
}

.specialists-search .icon{
	position: absolute;
	right: 16px;
	top: 19px;
}

.specialists-search .search-text{
	border: 0;
	padding: 16px 48px;
	border-radius: 12px;
	font-size: 15px;
	color: #9A98B3;
	width: 100%;
}

::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder{
	color: #9A98B3 !important;
}

/*
Single customization
 */
.single-post .wp-post-image{
	max-height: 400px;
	object-fit: cover;
	width: 100%;
	margin-bottom: 28px;
	border-radius: 10px;
}

.blog-item h3 a,
.post-inner h3 a,
.post_title{
	color: #3A3955;
}

.single-post .post_title{
	margin-bottom: 48px;
	font-size: 48px;
}

.single-post .share-buttons{
	font-size: 15px;
	color: #4C4C72;
}

.single-post p,
.single-post li{
	line-height: 40px;
}

.author-box{
	padding: 64px;
	background-image: url("../images/author-bg.png");
}

.author-box-details{
	background: #ffffff;
	border-radius: 24px;
	padding: 32px;
}

.author-box-details .blog-item{
	margin-bottom: 0;
}

.author-box-details .blog-item .avatar{
	width: 96px;
	height: 96px;
	margin-left: 20px;
	border: #F2F5F7 8px solid;
}

.author-box-details .blog-item .author-name,
.author-box-details .app_link{
	font-size: 20px;
}

.author-box-details .app_link{
	font-weight: 300;
}

.author-box-details .author-speciality{
	font-size: 15px;
}

.author-box-details .bio{
	font-size: 14px;
	color: #4C4C72;
	margin-top: 24px;
}

.author-details{
	color: #9A98B3;
	font-size: 10px;
	margin-bottom: 32px;
}

.author-box-details .book-now{
	color: #3A3855;
	font-size: 16px;
	font-weight: 500;
}

.clickable-button{
	width: 100%;
	position: absolute;
	text-align: left;
	height: 40px;
	top: 0;
}

@media (min-width: 1100px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 8px;
		padding-right: 8px;
	}

	.row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.aboutBox{
		min-height: 450px;
		padding: 60px 35px 35px;
	}
	.aboutBox .box-title{
		font-size: 28px !important;
	}

	.heading{
		font-size: 45px !important;
		line-height: 70px !important;
	}
	.heading2{
		font-size: 38px !important;
	}
	.heading3{
		font-size: 27px !important;
	}
	body.kc-css-system .kc-css-309213.kc_title, body.kc-css-system .kc-css-309213 .kc_title, body.kc-css-system .kc-css-309213 .kc_title a.kc_title_link{
		font-size: 16px !important;
	}
	.custom-btn{
		font-size: 14px;
		min-width: 220px;
	}
	.btn{
		padding: 12px 14px;
	}
	.icon-img{
		height: 110px;
		margin-bottom: 20px;
		line-height: 110px;
	}
	.icon-img img{
		max-height: 110px;
	}
	.icon-box-item h3{
		font-size: 16px;
		min-height: 38px;
	}
	.entry-testimonial .testiImd>span{
		min-width: 60px;
		width: 60px;
		height: 60px;
	}
	.testimonial-wrap .swiper-nav{
		width: 60px;
		height: 60px;
		padding: 15px;
	}

	.custom-padding{
		padding-right: 32px;
		padding-left: 32px;
	}
}
@media (min-width: 768px){
	.flex-md-row-reverse .kc-wrap-columns {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
}
@media (max-width: 767px) {
	.page-template-blog{
		background-size: 220%;
	}
	.blog-wrap .swiper-nav.swiper-next{
		right: 0;
	}
	.blog-wrap .swiper-nav.swiper-prev{
		left: 0;
	}
	.blog-title h1{
		font-size: 35px;
	}
	button.close{
		left: 0;
		color: #323232;
	}
	.kc-container{
		padding: 0 !important;
	}
	.btnForm{
		min-width: 280px;
	}
	header{
		background: #F5F5F7;
		padding: 10px 0;
	}
	.nav-menu{
		margin: 0;
	}
	.nav-menu:before{
		bottom:0;
	}
	.navbar-brand{
		color: #fff;
		font-size:16px;
		display: block;
	}
	.navbar-toggler{
		color: #3A3855;
		margin: 5px 0;
		padding: 10px 15px;
	}
	.pullLeft,.pullRight{
		float: none;
	}
	.home .menuBar{display: block}
	.col-xs-6:nth-child(2n+1){
		clear: both;
	}
	.share-div,.slide-img:after{display: none}
	.social {
		text-align: center;
	}
	.navbar-nav{
		margin-bottom: 35px;
	}
	.navbar-nav li{
		text-align: center;
	}
	.navbar-collapse{
		padding: 25px 0;
	}
	.custom-btn{
		margin-left: 0;
		margin-bottom: 15px;
	}

	.step-box:not(:last-child){
		padding-bottom: 40px;
		margin-bottom: 30px;
	}
	.step-box:not(:last-child):after{
		content: '';
		width: 20px;
		height: 30px;
		background: url(../images/arrow-down.svg) center center no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: -10px;
		top: auto;
	}
	.flex-blog-item{
		display: block;
	}
	.flex-blog-item .blog-img{
		margin: 0 0 15px;
		width: auto;
	}

	.blog-img {
		height: 193px;
	}

	.author-box {
		padding: 32px 16px;
		background-image: url("../images/author-bg.png");
	}

	.list-collapse{
		height: 0;
		display: none;
		overflow: hidden;
	}

	.specialist-page h2 {
		margin-bottom: 32px;
	}
}
@media (max-width: 480px) {
	.custom-btn{
		width: 100%;
	}
	.testimonial-wrap .swiper-slide{
		max-width: 270px;
	}
	.kc_column, .kc_column_inner{
	}
	.icon-img {
		height: 90px;
		margin-bottom: 20px;
		line-height: 90px;
	}
	.icon-box-item{
		padding: 20px 15px;
	}
	.icon-img img{
		max-height: 90px;
	}
	.icon-box-item h3{
		margin: 0;
		font-size: 16px;
	}
	.testimonial-wrap .swiper-nav{
		width: 50px;
		height: 50px;
		padding: 10px;
	}
	.testimonial-wrap .swiper-prev{
		left:0;
	}
	.testimonial-wrap .swiper-next{
		right: 0;
	}
	.footer-top, footer{
		padding: 0;
	}
	.footer-nav{
		text-align: center;
	}
	.app-image{
		text-align: center;
	}
	.custom-service{
		min-height: 440px;
	}
	.custom-service h3{
		font-size: 22px;
		margin-bottom: 15px;
	}
}
