.book-banner__block h1 {
	font-size: 38px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 25px;
}
.book-banner__block h1 span {
	color: #f1863c;
	font-size: 110%;
}
.book-banner__block p {
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 30px 15px;
}
.book-banner__block {
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 60px;
}
.btn-banner {
	margin-left: 15px;
	padding: 12px 35px;
	border:  1px solid rgba(3, 168, 124, 1);
	background: rgba(3, 168, 124, 1);
	color: #ffffff;
	border-radius: 16px;
	display: inline-block;
}
.book-banner__thumb {
	position: relative;
	z-index: -1;
	margin-top: -45px;
	height: 320px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.book-banner__thumb img {
	display: none;
}
@media (min-width: 768px){
	.book-banner__block h1 {
		font-size: 40px;
	}
	.book-banner__thumb {
		margin-top: -30px;
	}
	.book-banner__block p {
		max-width: 75%;
	}
}
@media (min-width: 992px){
	.book-banner__block h1 {
		font-size: 50px;
	}
	.book-banner__block {
		padding-top: 40px;
		padding-left: 25px;
		padding-bottom: 60px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.book-banner__thumb {
		margin-top: -60px;
		height: 420px;
	}
}
@media (min-width: 1024px){
	.book-banner__block h1 {
		font-size: 55px;
	}
	.book-banner__block {
		padding-top: 60px;
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.book-banner__thumb {
		margin-top: -10px;
	}
}
@media (min-width: 1199px){
	.book-banner__block h1 {
		font-size: 68px;
	}
	.book-banner__block {
		padding-left: 100px;
		padding-top: 80px;
		padding-bottom: 45px;
	}
	.book-banner__thumb {
		margin-top: -60px;
	}
}

.book-block__header {
	text-align: center;
	padding: 40px 0 50px;
}
.book-block__header h2 {
	font-size: 13px;
	opacity: 0.5;
	text-transform: uppercase;
	margin: 0;
}
.book-block__list {
	box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
	margin-bottom: 60px;
	border-radius: 16px;
	overflow: hidden;
}
.book-block__steps {
	padding: 20px;
}
@media (min-width: 768px){
	.book-block__list {
		display: flex;
		align-content: center;
	}
	.book-block__steps {
		width: calc(100% / 4);
		padding: 30px;
	}
	.book-block__header h2 {
		font-size: 16px;
	}
}
@media (min-width: 992px){
	.book-block__steps {
		padding: 40px;
	}
	.book-block__header {
		padding: 80px 0 50px;
	}
}
.book-block__steps:nth-child(1){
	background-color: #ff9a76;
}
.book-block__steps:nth-child(2){
	background-color: #fe7c00;
}
.book-block__steps:nth-child(3){
	background-color: #679b9b;
}
.book-block__steps:nth-child(4){
	background-color: #637373;
}
.book-block__steps h4 {
	color: #ffffff;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 200;
}
.book-block__steps h4 span {
	display: block;
	font-size: 24px;
	margin-bottom: 1px;
	font-weight: 800;
}

.about {
	padding: 40px 20px;
	margin-bottom: 60px;
	border-radius: 16px;
}
.about h3 {
	font-size: 34px;
	font-weight: 900;
	margin-bottom: 35px;
}
.about p {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
}
.about__quote i.icon-quote {
	font-size: 40px;
	margin-bottom: 15px;
	color: #f07b3a;
}
.about__quote p {
	font-size: 20px;
}
.about__quote {
	margin-bottom: 80px;
}
.about__thumb {
	margin-bottom: 50px;
}
@media (min-width: 768px){
	.about {
		padding: 60px 50px;
	}
	.about h3 {
		font-size: 44px;
	}
	.about__quote i.icon-quote {
		font-size: 70px;
	}
	.about__quote p {
		font-size: 23px;
		max-width: 90%;
		line-height: 1.8;
	}
	.about__thumb {
		margin-bottom: 0;
	}
}
@media (min-width: 1024px){
	.about {
		padding: 90px 60px;
	}
}

.astrologer-section {
	background-color: #f5f6fa;
	padding: 90px 0 30px;
}
.astrologer {
	text-align: center;
	margin-bottom: 60px;
}
.astrologer h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 auto 25px;
	max-width: 75%;
}
.astrologer__thumb {
	background-color: #5b5b5b;
	box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.21);
	margin: 0 auto 20px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 16px;
}
@media (min-width: 768px){
	.astrologer-section {
		padding: 150px 0 90px;
	}
}

.rating-review {
	padding: 40px 0;
	margin-bottom: 40px;
	border-top: 1px solid var(--border-color);
}
.rating-review__header h2 {
	margin-bottom: 30px;
}
.rating-review__score h6,
.rating-review__score h4 {
	color: #636366;
	font-size: 13px;
	line-height: 1.38462;
	font-weight: 600;
	margin:0;
}
.rating-review__score h4 span {
	line-height: 43px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -.07em;
	color: #4c4c50;
	margin-right: 3px;
}
.rating-review__score {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 30px;
}
.rating-review-box {
	background-color: #f5f6fa;
	padding: 15px;
	border-radius: 16px;
	margin-bottom: 1px;
}
.ratings {
	margin-bottom: 10px;
}
.ratings i {
	opacity: 0.1;
}
.ratings i.filled {
	color: #f07b3a;
	opacity: 1;
}
.rating-review-box h6 {
	font-weight: 200;
}
.rating-review-box h6 span {
	display: block;
	font-weight: 600;
}
.signup-free {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,246,241,1) 47%, rgba(245,246,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,246,241,1)), color-stop(100%, rgba(245,246,250,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,246,241,1) 47%, rgba(245,246,250,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,246,241,1) 47%, rgba(245,246,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,246,241,1) 47%, rgba(245,246,250,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,246,241,1) 47%, rgba(245,246,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f6fa', GradientType=0 );
}
.signup-free__content {
	text-align: center;
	padding: 80px 0;
}
.signup-free__content h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.btn-signup {
	padding: 12px 40px;
	border:  1px solid rgb(240 123 58);
	background: rgb(240 123 58);
	color: #ffffff;
	border-radius: 16px;
	display: inline-block;
}
.btn-booknow {
	border-radius: 20px;
	display: inline-block;
	padding: 8px 22px;
	border: 1px solid rgb(75 169 125);
	background: rgb(75 169 125);
	color: #ffffff;
}
.btn-booknow i{
	font-size: 14px;
	margin-right: 4px;
	top: -1px;
	position: relative;
}
@media (min-width: 768px){
	.signup-free__content h3 {
		font-size: 30px;
	}
}
.consulation-item {
	border-radius: 16px;
	border: 1px solid var(--border-color);
	padding: 15px;
	cursor: pointer;
	height: 100%;
}
.consulation-item i {
	font-size: 40px;
	margin-bottom: 15px;
	display: none;
}
.consulation-item h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.consulation-item h3 span {
	font-weight: 200;
	display: block;
}
.consulation-item.active {
	background-color: rgb(240 123 58);
	border-color: rgb(240 123 58);
	color: #ffffff;
}
.consulation-item.active h3 {
	color: #ffffff;
}
.people {
	padding: 20px 15px;
	border-radius: 16px;
	background-color: #f5f6fa;
	margin-bottom: 15px;
}
.people h4 {
	margin-bottom: 30px;
}
ul.box-select li label {
	display: inline-block;
	margin: 0;
}
ul.box-select li input {
	display: inline-block;
	margin: auto;
}
ul.box-select li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 16px;
}
.appointment-steps {
	display: none;
}
.appointment-steps.is-open {
	display: block;
}
.appointment-steps__footer {
	margin-bottom: 40px;
}
.appointment-steps__next {
	padding: 9px 40px;
	border:  1px solid rgb(240 123 58);
	color: rgb(240 123 58);
	border-radius: 16px;
	display: inline-block;
	min-width: 180px;
	text-align: center;
	cursor: pointer;
	height: 40px;
}
.appointment-steps__booknow {
	padding: 9px 40px;
	border:  1px solid rgba(3, 168, 124, 1);
	background: rgba(3, 168, 124, 1);
	color: #ffffff;
	border-radius: 16px;
	display: inline-block;
	min-width: 180px;
	text-align: center;
	height: 40px;
	cursor: pointer;
}
.appointment-steps .fc .fc-view-harness {
	height: 295px !important;
}
.disabled .btn-booknow {
	opacity: 0.2;
	pointer-events: none;
}
.book-block--astrology {
    border-top: 1px solid var(--border-color);
}
.book-block--astrology .book-block__header {
	text-align: left;
	padding: 60px 0 50px;
}
.astrologer--lg {
	text-align: left;
}
.astrologers-profile__thumb,
.astrologer--lg .astrologer__thumb {
    width: 100%;
    height: 320px;
    position: relative;

}
.astrologers-profile__thumb {
    background-color: #5b5b5b;
    box-shadow: 2px 2px 13px -1px rgb(0 0 0 / 21%);
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 16px;
   }
.astrologers-profile__thumb img,
.astrologer--lg .astrologer__thumb img {
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.astrologer--lg h3 a {
	color: var(--text-color);
}
ul.l-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.l-info i {
	color: #f17c3a;
}
.l-btns {
	display: flex;
    align-items: center;
}
.l-btns li {
	margin-right: 30px;
}
.breadcrumb li {
    position: relative;
    display: inline-block;
    padding-right: 1.25rem;
    margin-right: 0.625rem;
}
.breadcrumb li a {
    font-weight: 500;
}
.breadcrumb li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .625rem;
    transform: translateY(-50%);
}
.breadcrumb li:last-of-type:after {
	display: none;
}
.astrologers-profile .btn-banner {
	margin: 40px 0;
}
.book-block--astrologer .book-block__steps {
	width: auto;
}