/*!
Theme Name: Atlantic Clinical Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atlantic-clinical-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Atlantic Clinical Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Common CSS */
:root {
	--font-60: 60px;
	--font-52: 52px;
	--font-48: 48px;
	--font-40: 38px;
	--font-32: 32px;
	--font-28: 28px;
	--font-24: 24px;
	--font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-16: 16px;
	--primary-color: #001831;
	--secondary-color: #00658D;
	--text-color: #43474E;
	--blue-color: #A7C9F8;
	--section-bg: #E0E3E5;
	--icon-bg: #ebf3fe;
	--card-color: #2DBCFE;
	--gray-color: #C3C6CF;
	--white-color: #FFFFFF;
	--black-color: #000000;
	--golden-color: #d0a578;
	--yellow-bg:#F0EBE047;
	--font-manrope: "Manrope", sans-serif;
	--font-inter: "Inter", sans-serif;
	--font-playfair:"Playfair Display", serif;
	/* 	--overlay: linear-gradient(90deg, rgba(0, 20, 45, 0.95) 0%, rgba(0, 35, 75, 0.85) 30%, rgba(0, 52, 110, 0.65) 55%, rgba(0, 75, 150, 0.35) 75%, rgba(0, 75, 150, 0.15) 100%); */
	/* --overlay: radial-gradient(50% 50% at 50% 50%, rgba(11, 42, 71, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%); */
	--overlay: radial-gradient(
		50% 50% at 50% 50%,
		rgba(11, 42, 71, 0.75) 0%,
		rgba(11, 42, 71, 0.95) 100%
	);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	/* overflow-x: hidden; */
}

ul,
ol {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	font-size: var(--font-18);
	font-family: var(--font-inter);
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: var(--text-color);
	/* overflow: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	color: var(--primary-color);
	letter-spacing: 0;
}

section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

section.small-padding {
	padding: 60px 0;
}

.wrapper {
	max-width: 1760px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

.wrapper.small {
	max-width: 1480px;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0 !important;
}

a {
	text-decoration: none;
	color: var(--secondary-color);
	transition: 0.5s all;
	font-weight: 600;
	line-height: 1.4;
	font-size: var(--font-18);
}

a:hover {
	color: var(--primary-color);
}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.dark-blue {
	color: var(--primary-color) !important;
}
.gold{
	color:var(--golden-color) !important;
}
.mid-blue {
	color: var(--secondary-color) !important;
}

.light-blue {
	color: var(--blue-color) !important;
}

.black {
	color: var(--black-color) !important;
}

.white {
	color: var(--white-color) !important;
}
.bold{
	font-weight:700;
}
.heading-group {
	margin-bottom: 20px;
}

.intro-description {
	margin-bottom: 20px;
}

.title {
	font-size: var(--font-60);
	font-family: var(--font-playfair);
	color: var(--white-color);
	font-weight: 700;
}

.small-heading {
	font-size: var(--font-20);
	color: var(--golden-color);
	text-transform: capitalize;
	font-family:var(--font-inter);
	margin-bottom:5px;
}

.big-heading {
	font-size: var(--font-52);
	color: var(--primary-color);
	text-transform: capitalize;
	font-family: var(--font-playfair);
}

.heading {
	font-size: var(--font-40);
	color: var(--primary-color);
	text-transform: capitalize;
	font-family: var(--font-playfair);
}


::placeholder {
	color: var(--primary-color);
}

input,
textarea,
select {
	font-family: var(--font-inter);
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--primary-color);
	line-height: 1.2;
	appearance: visible;
	-moz-appearance: visible;
	-ms-appearance: visible;
	-o-appearance: visible;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	outline: 0;
	border: 1px solid #ccc;
	display: block;
	border-radius: 5px;
	background: var(--white-color);
}
textarea {
	max-height: 120px;
}

.site-branding img {
	max-width: 150px;
	height: 100%;
}

.btn {
	line-height: 1;
}

.button {
	display: inline-block;
	position: relative;
	font-family: var(--font-inter);
	font-size: var(--font-18);
	font-weight: 400;
	text-align: center;
	width: fit-content;
	text-transform: capitalize;
	outline: none;
	border-radius: 7px;
	padding: 10px 20px;
	background: var(--primary-color);
	color: var(--white-color);
	cursor: pointer;
	transition: 0.5s all ease-in-out;
	border: 1px solid var(--primary-color);
	z-index: 0;
	overflow: hidden;
}

.button.secondary {
	background: #2dbcfe;
	/* color:var(--black-color); */
}
.button.secondary:hover {
	color: var(--black-color);
	background: #87d8fd;
	border:1px solid var(--black-color);
}
.button.secondary:hover {
	color: var(--black-color);
	background: #87d8fd;
	border:1px solid var(--black-color);
}

.button.white {
	background: var(--white-color);
	color: var(--primary-color);
}

.button:hover a {
	color: var(--white-color);
}

.button:hover {
	color: var(--blue-color);
	border: 1px solid var(--gray-color);
}

.line {
	padding: 3px;
	border-radius: 20px;
	background: var(--secondary-color);
	width: 5%;
	margin: 5px auto 0;
}

.capsul {
	background: var(--secondary-color);
	color: var(--primary-color);
	border-radius: 50px;
	font-size: var(--font-16);
	width: fit-content;
	padding: 5px 20px;
	color: var(--white-color);
	font-weight: 600;
}

.icon img {height: 35px;width: 35px;}

.icon {
	width: 54px;
	height: 54px;
	margin-bottom: 15px;
	background: var(--icon-bg);
	/* padding: 10px; */
	border-radius: 10px;
	border: 1px solid var(--secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.div-sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
}

.image {
	position: relative;
	padding-top: 100%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-position: top center;
}

/* Common CSS */

/* toggle */
.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: var(--white-color);
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

.bar.animate {
	background-color: var(--white-color);
}

.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.toggle.active .bar {
	margin-right: 20px;
}
.menu li:not(:last-child) a {
	color: var(--white-color);
	padding-bottom:5px;
}
.menu li:not(:last-child) a:hover{
	color:#2dbcfe;
	/* border-bottom: 2px solid #2dbcfe; */
}

.menu li:not(:last-child).current-menu-item a{
	color:#2dbcfe;    
	border-bottom: 2px solid #2dbcfe;
}
/* Menu Toggle */

/* Header */
.header {
	padding: 20px 0;
	background: #0b2a47;
	border-bottom: 1px solid #585c66;
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-right {
	width: 65%;
}

.menu {
	display: flex;
}

.menu li:not(:last-child) {
	margin-right: 40px;
}

.menu li:last-child {
	margin-left: auto;
}

.menu li:last-child a {
	margin-left: auto;
	padding: 15px 20px;
	background: var(--white-color);
	border-radius: 15px;
	color: var(--primary-color);
	border:1px solid var(--primary-color);
}

/* Header */

/* Banner */
.hero {
	padding: 150px 0;
}
.banner-image img {
	width: 100%;
	height: 100%;
	/* object-position: top center; */
}

.banner-image {
	z-index: -1;
	height: 100%;
	line-height: 1;
}

.overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--overlay);
	opacity: 1;
}

.banner-main {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.hero-row .heading-group {
	margin-bottom: 40px;
}
.hero-row .intro-description {
	width: 45%;
	margin: 0 auto 40px;
}

.hero-row .intro-description p {
	color: var(--white-color);
	font-size: var(--font-20);
	line-height: 1.5;
}

.btn-group {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-group .btn:not(:last-child) {
	margin-right: 20px;
}

.hero-row .small-heading {
	/* background: var(--white-color); */
	/* width: fit-content; */
	/* padding: 5px 10px; */
	/* border-radius: 15px; */
}

/* Banner */

/* Footer */
.footer-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu li:not(:last-child) {
	margin-right: 20px;
}

.footer-menu a {
	color: var(--text-color);
	/* border-bottom: 1px solid var(--text-color); */
	font-family: var(--font-playfair);
	font-weight: 700;
}

.site-footer {
	background: var(--section-bg);
	padding: 50px 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--gray-color);
}

/* Footer */

/* CTA */
.cta-row {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 50px;
	border-radius: 16px;
	border: 1px solid var(--blue-color);
	background: var(--icon-bg);
}

.cta-row .heading {
	font-size: var(--font-48);
	font-family: var(--font-playfair);
}

.cta-row .intro-description {
	width: 70%;
	margin: 0 auto 20px;
}

/* CTA */

/* Why Us */
.why-us {
	background: var(--yellow-bg);
}

.why-us-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.why-us-left {
	width: 47%;
}

.why-us-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.why-us-right {
	width: 47%;
}

.why-us-top .big-heading {
	font-weight: 400;
	width: 85%;
}
.why-us-list li:not(:last-child) {
	margin-bottom: 15px;
}
.disorder-list li:not(:last-child) {
	margin-bottom: 15px;
	margin-right:5px;
}

.why-us-content p{
	color: var(--black-color);
}

.why-us-content:before ,.disorder-content:before{
	content: '\f00c';
	font-family: 'fontAwesome';
	color: var(--golden-color);
	margin-right: 20px;
}

.why-us-content,.disorder-content {
	display: inline-flex;
}

.why-us-top .intro-description {
	width: 70%;
}
/* Why Us */
/* How We Help */
.help-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -20px;
	margin-top: 30px;
}

.help-list li {
	width: 33.33%;
	padding: 0 20px;
	margin: 20px 0;
}

.help-block {
	padding: 20px;
	border-radius: 10px;
	height: 100%;
	border: 1px solid var(--gray-color);
}

.help-content .small-heading {
	font-family: var(--font-playfair);
	font-size: var(--font-24);
	color: var(--secondary-color);
}
/* How We Help */
/* Evaluate */
.tab-content-wrap.active {
	display: block;
}
.tab-content-wrap {
	display: none;
}
.tabbing-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}
.tabbing-link {
	position: absolute;
	inset:0;
	z-index: 1;
	border: 1px solid transparent;
	line-height: 1;
}

.tabbing-list > li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}
.evaluate-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.5s;
}
.tabbing-link.active:after{
	content: " \f0dd";
	font-family: 'FontAwesome';
	position:absolute;
	bottom: 0;
	left: 30px;
	margin-bottom: -15px;
	transform: translatey(8px);
	z-index: -1;
	font-size: 65px;
	color: var(--white-color);
	line-height: 1;
}
.evaluate-back{
	background: var(--secondary-color);
	padding: 50px;
	transition:.4s;
	box-shadow:0 25px 60px rgba(0,0,0,.12);
	z-index:1;
	border: 1px solid var(--secondary-color);
}
.disorder-desc{
	color: #fff;
	margin-bottom: 40px;
}
.disorder-list{
	display: flex;
	flex-wrap: wrap;
}
.evaluate-back .line {
	width: 20%;
	margin: 0;
	margin-bottom: 10px;
	background: #fff;
	display: none;
}
.evaluate-front .image {
	padding-top: 140%;
}
.evaluate-top {
	width: 38%;
	text-align: center;
	margin: 0 auto;
}
.evaluate-content .line {
	width: 20%;
	margin: 0;
}

.evaluate-front img {
	width: 100%;
	height: 100%;
}
.evaluate-content {
	padding: 20px;
}
.evaluate-content .heading {
	font-family: var(--font-playfair);
	font-size: var(--font-22);
	margin: 20px 0;
}
ul.disorder-list li {
	width: 48%;
}
.tabbing-list > li > div {
	position: relative;
	height: 100%;
}
.evaluate-front {
	height: 100%;
	background: #fff;
	position: relative;
}
.evaluate-image img {
	width: 100%;
	height: 100%;
}

a.tabbing-link.active {
	box-shadow:0 0px 30px 2px rgba(0,0,0,.50);
}
.disorder-content p {
	color: var(--white-color);
}
.disorder-desc p {
	font-size: 25px;
	border-bottom: 1px solid;
	display: inline;
	padding-right: 10px;
	padding-bottom: 5px;
}
/* .disorder-desc p {
font-weight: 600;
font-size: var(--font-24);
color: var(--primary-color);
}

.disorder-desc {
margin-bottom: 10px;
}
.evaluate-back {
display: none;
padding: 22px;
border: 1px solid var(--secondary-color);
border-radius: 10px;
background: #f0f4f9;
height: 100%;
box-shadow: 0px 0px 30px 0px #00000080;
}

.evaluate-back {}
.evaluate-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: -10px;
margin-top: 20px;
}

.evaluate-list > li {
width: 25%;
padding: 0 10px;
margin: 10px 0;
}

.evaluate-front {
overflow: hidden;
border-radius: 15px;
justify-content: center;
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0px 4px 24px 0px #00000012;
}

.evaluate-front img {
width: 100%;
height: 100%;
}

.evaluate-content {
padding: 20px;
height: 100%;
}
.evaluate-content .heading {
font-family: var(--font-playfair);
font-size: var(--font-22);
margin: 20px 0;
}
.evaluate-list li:hover .evaluate-back {
display: block;
}
.evaluate-list li:hover .evaluate-front {
display: none;
}

.evaluate-back .line {
width: 20%;
margin: 0;
margin-bottom: 10px;
}
.evaluate-front .image {
padding-top: 140%;
}
.evaluate-top {
width: 38%;
text-align: center;
margin: 0 auto;
}
.evaluate-content .line {
width: 20%;
margin: 0;
} */
/* Evaluate */



/* Inner Page - Contact */
/* Inner Page */
.inner-banner-image img {
	width: 100%;
	height: 100%;
}

.inner-banner-image {
	position: absolute;
	inset: 0;
}

.appointment-block {
	width: 70%;
	padding: 30px 20px;
	background: var(--white-color);
	border: 1px solid var(--section-bg);
	border-radius: 10px;
	/* margin-bottom: 20px; */
	margin-top: 50px;
	text-align: center;
}

.appointment-block .button {
	width: 40%;
	border: 1px solid #2dbcfe;
}


.contact-row {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.contact-left {
	width: 40%;
	padding: 30px;
	border-radius: 15px;
	background: var(--primary-color);
}

.contact-right {
	width: 50%;
	margin: auto 0;
}

.notice {
	background: #fff1e0;
	padding: 20px;
	border-radius: 15px;
	border-left: 5px solid var(--golden-color);
	line-height: 1.5;
}
.notice-heading {
	font-size: var(--font-24);
	margin-bottom: 15px;
	display: inline-flex;
	color: #735329;
}

.notice-heading:before {
	content: '\f071';
	font-family: 'Font Awesome 6 Free';
	margin-right: 10px;
}
.contact-inner .heading {
	color: var(--golden-color);
	font-size: var(--font-28);
}

.contact-content {
	display: flex;
	flex-wrap: wrap;
}

.contact-content .small-heading {
	width: 20%;
	margin: 0;
	margin-right: 20px;
	color: #7c91b5;
}

.content-block {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.contact-content a {
	color: var(--white-color);
}
.contact-referral {
	/* width: 70%; */
	/* margin: 0 auto; */
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid var(--section-bg);
	background: var(--icon-bg);
	/* text-align: center; */
	border-radius: 15px;
	border-left: 5px solid;
}

.contact-referral-heading {
	font-size: var(--font-28);
	/* font-family: var(--font-playfair); */
	margin-bottom: 10px;
}
.appointment-block .intro-description {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}
/* Inner Banner */
/* Inner Page - Contact */

/* Inner Page - About */
.about-doctor-row {
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
}
.provider-main {
	width: 32%;
}
.provider-container {
	width: 65%;
}
.provider-main .image {
	padding-top: 130%;
}
.provider-container .heading {
	margin-bottom: 20px;
	font-family: var(--font-playfair);
}
.mission {
	background: var(--primary-color);
	color: var(--white-color);
}

.mission-row {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.8;
	padding: 20px;
	/* border: 1px solid var(--text-color); */
	border-radius: 25px;
}

.quote-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.quote-icon img {
	width: 100%;
	height: 100%;
}
/* Inner Page - About */

/* Inner Page - Service */
.service-row {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.service-left{
	width: 40%;
}
.service-right{
	width: 50%;
}

.service-step-block {
	height: 100%;
	display: flex;
	align-items: center;
}

.service-step-main .heading {
	font-size: var(--font-22);
	margin-bottom: 5px;
}
.service-step-list li:not(:last-child) {
	margin-bottom: 20px;
}

.service-step-number {
	font-size: var(--font-32);
	margin-right: 20px;
	background: var(--icon-bg);
	text-align: center;
	border-radius: 100%;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-step-main {
	width: 80%;
}

.approach-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.approach-list > li {
	width: 33.33%;
	padding: 0px 20px;
	margin: 10px 0;
}

.approach-block .heading {
	font-size: var(--font-28);
}

.approach-block {
	height: 100%;
	padding: 20px;
	/* box-shadow: 0 5px 20px rgb(255 255 255 / 40%); */
	border-radius: 10px;
	position: relative;
	transition:0.2s all ease-in;
	background: var(--white-color);
}
.approach-way {
	display: inline-flex;
}

.approach-way:before {
	content: '\f0da';
	font-family: 'fontAwesome';
	margin-right: 10px;
	color:var(--primary-color);
}

.approach-way-list li {
	margin-bottom: 10px;
}

.approach-main {
	color:var(--black-color);
}
.approach-list li:not(:last-child) .approach-block:after {
	content: '\f101';
	font-family: 'FontAwesome';
	color: var(--white-color);
	font-size: var(--font-24);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(33px,0px);
}
.approach-block:hover{
	transform:translateY(-10px);
} 
.approach {
	background: var(--primary-color);
}
.insurance-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}

.insurance-list li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.insurance-block p {
	padding: 10px;
	height: 100%;
	background: var(--icon-bg);
	text-align: center;
	color: var(--black-color);
	border: 1px solid var(--gray-color);
}
.expect-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 40px;
}

.expect-list li {
	width: 33.33%;
	padding: 0 20px;
	margin: 10px 0;
}

.expect-block {
	/* padding: 20px; */
	height: 100%;
	text-align: center;
	/* background: var(--icon-bg); */
	border-radius: 25px;
	border: 1px solid var(--gray-color);
	box-shadow: 8px 8px 0 rgb(4 26 104 / 45%), 18px 18px 10px rgba(255, 255, 255, .55), 24px 4px 0px rgba(255, 255, 255, .35);
}

.except-heading {
	font-size: var(--font-22);
	margin-bottom: 20px;
}

.except-number {
	font-size: var(--font-60);
	color: var(--white-color);
}

.except-top {
	display: flex;
	/* justify-content: space-evenly; */
	flex-wrap: wrap;
}

.except-image {
	width: 50%;
	margin: 0 auto;
	padding: 20px 0;
}

.except-image img {
	width: 100px;
	height: 100px;
}

.except-num {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	border-radius: 30px 0;
	transform: translate(-12px, -12px);
	box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.85),
		22px 22px 40px rgba(255, 255, 255, 0.60),
		36px 36px 70px rgba(255, 255, 255, 0.35);
}

.expect-bottom {
	padding: 30px 20px;
	text-align: left;
}
/* Inner Page - Service */

/* Referral Page */
.process {
	background: var(--yellow-bg);
	background: var(--primary-color);
}

.process-list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: -10px;
	text-align: center;
	margin-top: 60px;
}

.process-list li {
	width: 31%;
	padding: 0 10px;
	margin: 10px 0;
}

.process-block .service-step-number {
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #d2b99e;
}

.process-block {
	position: relative;
	height: 100%;
	background: var(--white-color);
	padding: 20px;
	padding-top: 60px;
	border-radius: 10px;
}

.process-list li:not(:last-child) .process-block:after {
	content:"\f101";
	font-family:'fontAwesome';
	font-size:var(--font-24);
	color:var(--white-color);
	position:absolute;
	right: 0;
	top:50%;
	transform: translate(150%,-50%);
}
.process-row .line {
	background: var(--white-color);
	padding: 2px;
}

/* Referral Form */
.referral-form {
	width: 100%;
}

.form-step {
	display: none;
}

.form-step.active {
	display: block;
}
.step-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.what-to-send-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.what-to-send-right {
	width: 70%;
}
.step-heading {
	display: inline-flex;
	margin-bottom: 20px;
	align-items: center;
}
.step-buttons p {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
span.wpcf7-spinner {
	display: none;
}
.step-heading .small-heading {
	margin: 0;
}
.step-heading .small-heading:first-child{
	margin-right:10px;
	padding-right: 10px;
	border-right: 4px solid;
}
.what-to-send-left {
	width: 25%;
	padding: 30px 20px;
	background: var(--icon-bg);
}

.wpcf7-checkbox{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.wpcf7-checkbox .wpcf7-list-item {
	width:33.33%;
	padding:0 10px;
	margin:10px 0;
}
.wpcf7-checkbox label{
	display:inline-flex;
	align-items:center;
}
.wpcf7-checkbox input {
	width: auto;
	margin-right:10px;
}
.grid-row {
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.form-row{
	width:33.33%;
	padding:0 10px;
	margin:10px 0;
}
.step-buttons .button:hover {
    background: var(--white-color);
    border: 1px solid var(--primary-color);
       color: var(--primary-color);
}
.full-width {
    width: 100% !important;
}
.hero-row .small-heading {
    font-size: var(--font-24);
}
.contract-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contract-left {
    width: 45%;
}
.contract-right {
    width: 50%;
}
.display-none{
	display:none;
}
.contact-content a {
    width: 76%;
}
.error-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.error-left {
    width: 48%;
}
.error-left .title{
	margin-bottom:10px;
}
.error-right {
    width: 50%;
}

.error-right img {
    width: 100%;
    height: 100%;
    object-position: right center;
}
