/*!
Theme Name: Doctor Northbridge
Theme URI: https://alignedagency.com.au/
Author: Aligned Agency
Author URI: https://alignedagency.com.au/
Description: Custom Wordpress Theme.
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: doctor
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.

Doctor 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/
*/



:root{
	--primary-color: #F2AE30;
	--secondery-color: #639930;
  	--headline-color: #000000;
	--white-color: #ffffff;
    --black-color: #000000;
	--area-bg: #F4F0E8;
	
    --primary-font: 'Area';
}

body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--primary-font);
	line-height: 1.6;
	font-size: 18px;
	font-weight: normal;
	color: var(--black-color);
}

.btn {
	font-size: 13px;
	padding: 15px 30px;
	font-weight: 900;
	font-family: var(--primary-font);
	text-transform: uppercase;
	border-radius: 10px;
	transition: 0.4s;
	line-height: 1;
	border: none;
	letter-spacing: 1px;
}

.btn-primary {
	color: var(--headline-color);
	background: var(--primary-color);
}
.btn-primary:hover {
	color: var(--white-color);
	background: var(--secondery-color);
}
.btn-secondery{
	color: var(--white-color);
	background: var(--secondery-color);
}
.btn-secondery:hover{
	background: var(--primary-color);
	color: var(--headline-color);
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--primary-font);
	line-height: 1.1;
	font-weight: 900;
}
h1 {
	font-size: 16px;
	font-weight: normal;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 22px;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 5px 20px !important;
	color: #b2b2b2;
}
textarea:focus{
	outline: none;
}
input {
	height: 50px;
}
input:focus{
	outline: none;
}
input::placeholder {
    color: #868585;
	opacity: 1;
}
textarea::placeholder {
    color: #868585;
	opacity: 1;
}
select::placeholder {
    color: #afbbcc;
	opacity: 1;
}
select {
	height: 50px;
	color: #afbbcc;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.intro-area .btn {
  margin-top: 40px;
}
.sec-title h2{
	margin-bottom: 40px;
	color: var(--headline-color);
}
.sec-bg{
	background: var(--area-bg);
}
.wt{
	color: var(--white-color);
}
.p-80{
	padding: 80px 0;
}
.p-60{
	padding: 60px 0;
}
.container{
	transition: .5s;
}
.border-line{
	position: relative;
	padding-top: 40px;
}
.border-line::before{
	width: 100px;
	background: var(--primary-color);
	height: 6px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

/* mobile-menu */
.mobile-menu {
	display: none;
}

/* Header */
.header-sec {
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	position: fixed;
}
.header-logo {
	margin-right: 10px;
	max-width: 200px;
	transition: .4s all ease;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-menu ul {
	display: flex;
	gap: 30px;
	align-items: center;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.header-btn {
	display: flex;
	gap: 15px;
}
.h-menu ul li a {
	font-size: 12px;
	font-weight: bold;
	color: var(--black-color);
	font-family: var(--primary-font);
	text-transform: uppercase;
}
.h-menu ul li a:hover{
	color: var(--black-color);
}
.menu-item.active a{
	color: var(--black-color);
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-sec.sticky-active {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1);
}
.header-btn-down {
	display: none;
}


/* banner */
.banner-area{
	background: #FAF7F2;
}
.banner-text h2 {
	font-size: 50px;
	color: var(--headline-color);
	margin: 20px 0;
}
.banner-btn {
	margin-top: 30px;
}
.banner-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 667px;
	height: 546px;
	background-image: url(/wp-content/uploads/2024/11/pattern-yellow-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.banner-area::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	height: 355px;
	background-image: url(/wp-content/uploads/2024/11/pattern-green-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	z-index: 1;
}
/* intro */
.intro-area {
  z-index: 1;
}
.intro-area::after {
	content: "";
	position: absolute;
	top: -210px;
    right: -210px;
	width: 419px;
	height: 419px;
	background-image: url(/wp-content/uploads/2024/11/circle-yellow.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
  	z-index: -1;
}
.service-area {
  position: relative;
  z-index: 1;
}
.service-area::after {
	content: "";
	position: absolute;
	top: -210px;
    left: -210px;
	width: 419px;
	height: 419px;
	background-image: url(/wp-content/uploads/2024/11/circle-yellow.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
  	z-index: -1;
}
.service-area::before {
	content: "";
	position: absolute;
	bottom: 0;
    right: 0;
	width: 674px;
	height: 611px;
	background-image: url(/wp-content/uploads/2024/11/pattern-subtle.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
  	z-index: -1;
}
/* why-choose */
.why-choose {
	background: var(--secondery-color);
	border-radius: 20px;
	padding: 60px;
	padding-bottom: 20px;
}
.wc-list h3 {
	padding-left: 80px;
	min-height: 60px;
	align-items: center;
	display: flex;
}
.wc-list h3::before {
	content: "\f00c";
	position: absolute;
	font-family: fontAwesome;
	left: 0;
	top: 50%;
	background: var(--primary-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transform: translateY(-50%);
}
.wc-list {
	height: 100%;
	padding: 20px;
}


/* testimonial */
.testimonial-wrapp {
	background: var(--secondery-color);
	padding: 60px;
	border-radius: 20px;
	margin-left: 120px;
	margin-bottom: -240px;
	z-index: 1;
}
.testimonials {
	background: var(--white-color);
	padding: 60px;
	border-radius: 20px;
	margin: 0 100px;
}
.tt-name span {
	display: block;
	font-weight: bold;
	color: var(--secondery-color);
}
.testimonial-wrapp::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/6.png);
	height: 100%;
	width: 100%;
	top: 45px;
	left: -110px;
	background-repeat: no-repeat;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background: var(--primary-color);
	color: var(--white-color);
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-arrow.slick-next {
	left: auto;
	right: 0;
}
.testimonials .slick-arrow {
	left: -100px;
}
.testimonials .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}
.testimonial-area::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/5.png);
	top: 80px;
	right: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

/* service */
.service-list {
	border-radius: 15px;
	height: 100%;
}
.service-list h3 {
	color: var(--white-color);
	background: var(--secondery-color);
	display: inline-block;
	padding: 12px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.service-content {
	padding: 30px;
	padding-top: 0;
}

.team-title.border-line::before {
	left: unset;
	right: 0;
}
.team::before {
	content: "";
	position: absolute;
	background: var(--white-color);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 78%;
	border-radius: 15px;
}
.team {
	padding: 40px;
	padding-top: 0;
}
.doctor-img::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	width: 109%;
	height: 75%;
	left: -15px;
	bottom: 0;
	border-radius: 20px;
	z-index: 1;
}
.doctor-name {
	position: absolute;
	top: 80px;
	right: -140px;
	background: var(--secondery-color);
	color: var(--white-color);
	padding: 20px 25px;
	border-radius: 10px;
	z-index: 1;
}
.d-text {
	padding-top: 50px;
}
.doctor-img img {
	position: relative;
	z-index: 1;
	border-radius: 20px;
}
.doctor-name span {
	font-size: 27px;
	font-weight: 800;
	line-height: 1;
}
.d-title {
	font-size: 14px;
	border: 1px solid var(--secondery-color);
	padding: 10px 15px;
	border-radius: 12px;
	display: inline-block;
}
.title-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 15px;
}
.location-content {
	padding-right: 64px;
}
.location-address {
	border: 2px solid var(--primary-color);
	padding: 20px;
	border-radius: 15px;
	display: inline-flex;
	color: var(--black-color);
}
.location-address:hover{
	color: var(--primary-color);
}
.opening-time strong {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.opening-time {
	margin-top: 40px;
}
.opening-time p {
	margin-bottom: 5px;
}
.getting-info {
	background: var(--white-color);
	padding: 20px;
	border-radius: 15px;
}
.getting-wrapp {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
}
.getting-text {
	width: 25%;
}
.g-bus {
	width: 25%;
}
.g-walk {
	width: 46.2%;
}
.g-parking {
	width: 100%;
}
.getting-info {
	background: var(--white-color);
	padding: 30px;
	border-radius: 15px;
}
.getting-area::before {
	content: "";
	position: absolute;
	background: rgba(56, 69, 104, .8);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.getting-text strong {
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}
.getting-info span {
	display: inline-block;
	border: 1px solid var(--primary-color);
	border-radius: 8px;
	padding: 4px 15px;
	margin-bottom: 20px;
}
.getting-info strong {
	font-weight: bold;
}
.gw-cover {
	display: flex;
	gap: 80px;
}
.gw-cover div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.g-parking {
	width: 73%;
	display: flex;
	gap: 80px;
	margin-left: auto;
}
.p-unset {
	position: unset !important;
	padding: 0 !important;
}
.p-unset span {
	margin: 0 !important;
	width: fit-content;
}
.p-unset::before{
	display: none !important;
}
.map-btn::before {
	content: "\f105";
	position: absolute;
	font-family: fontAwesome;
	bottom: 0;
	left: 0;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 16px;
}

/* fees */
.ex-list-text{
	width: 40%;
}
.ex-list-check {
	width: 30%;
}
.ex-list-inner {
	background: var(--secondery-color);
	color: var(--white-color);
	padding: 15px;
	border-radius: 10px;
}
.ex-list-check img {
	height: 20px;
}
.ex-list-wrapp {
	display: flex;
	padding: 12px 0;
	align-items: center;
}
.ex-list-title {
	word-break: break-word;
}
.experience-text p {
	margin-bottom: 15px;
}
.ex-list-wrapp:last-child {
	border-bottom: none;
}
.fees-title.border-line::before, .faq-title.border-line::before {
	left: 50%;
	transform: translateX(-50%);
}
.experience-text {
	color: var(--headline-color);
	margin-bottom: 30px;
}
.ex-space {
	margin-bottom: 80px;
}
.other-text {
	background: var(--area-bg);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}
/*.fees-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(assets/img/7.png);
	background-repeat: no-repeat;
	background-position: left top;
}*/
.faq-area::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(assets/img/8.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
	/* background-size: contain; */
}
.faq-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-area::after {
	content: "";
	position: absolute;
	top: -210px;
    left: -210px;
	width: 419px;
	height: 419px;
	background-image: url(/wp-content/uploads/2024/11/circle-yellow.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
  	z-index: -1;
}
.ap-contact {
	display: inline-flex;
	flex-direction: column;
	justify-content: end;
	margin-left: auto;
	border: 1px solid var(--primary-color);
	padding: 20px 30px;
	border-radius: 15px;
}
.ap-contact a {
	color: var(--black-color);
}
.d-img img {
	height: 80px;
	width: 80px;
	object-fit: contain;
}
.ap-table {
	background: var(--white-color);
	padding: 20px;
}
.d-info {
	display: flex;
	gap: 15px;
	padding-right: 25px;
}
.d-content strong {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.d-content p {
	font-size: 15px;
}
.d-content {
	flex: 1;
}
/* .table {
	text-align: center;
	margin: 0;
} */
.d-content .btn {
	background: #296891;
	padding: 15px 20px;
	font-size: 12px;
}
.d-content .btn:hover {
	background: var(--primary-color);
}
/* .table tr td {
	border-bottom: none;
	font-size: 14px;
	color: #296891;
	border: 1px solid #296891;
	border-radius: 5px;
}
.t-inner td {
	font-weight: 500;
	color: var(--black-color) !important;
	border: none !important;
} */
.t-inner {
	border-top: 1px solid var(--area-bg);
	border-bottom: 1px solid var(--area-bg);
}
/* .table tr td:first-child {
	background: #f7f7f7;
}
.table tr td:last-child {
	background: #f7f7f7;
}
.table tr td:nth-child(3) {
	background: #f7f7f7;
} */
.ex-font {
	font-weight: bold;
}
.cta-title {
	color: var(--secondery-color);
}

/* footer */
.copyright-area {
	background: var(--primary-color);
}
.footer-logo img {
	max-width: 250px;
}
.footer-area a {
	color: var(--white-color) !important;
}
.footer-area a:hover {
	opacity: .7;
}
.footer-logo {
	max-width: 400px;
	margin: auto;
}
.copyright-text p {
	color: var(--headline-color);
	line-height: 1.6;
	font-size: 15px;
}
.copyright-text a {
	color: var(--headline-color) !important;
}
.footer-link a {
	font-size: 24px;
}
.bc-text p {
	max-width: 800px;
	margin: auto;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 2;
}
.footer-area {
	background: var(--secondery-color);
}

/* popup */
.gform_footer .gform_button {
	width: 200px;
	font-size: 15px;
	border-radius: 30px;
	background: var(--secondery-color);
	font-weight: 500;
	color: var(--white-color);
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.gform_footer .gform_button:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.gform_drop_area button {
	border: 1px solid #a6a6a6;
	padding: 2px 10px;
	background: transparent !important;
	border-radius: 10px;
}
.gform_wrapper.gravity-theme .gform_drop_area {
	background: transparent !important;
	border: none !important;
	border-radius: 10px !important;
	margin-bottom: 0 !important;
	padding: 20px !important;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
	margin-top: 0 !important;
	margin-left: 5px !important;
}
.modal-header {
	border: none;
	padding-bottom: 0;
}
.popup-number a {
	color: var(--black-color);
	display: inline-block;
}
.gfield_label.gform-field-label {
	display: none;
}
.gfield {
	margin-bottom: 15px;
}
.enquire-title span {
	font-size: 32px;
	font-weight: bold;
	font-family: var(--primary-font);
	color: var(--primary-color);
	line-height: 1;
}
.gfield {
	margin-bottom: 0;
}
.modal-header button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
}
.modal-content {
	padding: 0 10px;
}
.popup-form .gform_footer .gform_button {
	margin: auto;
}



/* 404 */
.error-404 {
	padding: 100px 0;
}
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
}
.site-main {
	color: var(--black-color);
	background: var(--white-color);
}
.default-page-area h1 {
	font-size: 48px;
	font-weight: bold;
}



/* 08-01-24 */
.h-address {
	background: var(--secondery-color);
	font-size: 12px;
	padding: 10px;
	font-weight: 900;
}
.h-wrapp {
	padding: 20px 0;
  	background: #fff;
  	max-width: 1780px;
  	margin: auto;
}
.banner-text {
	padding-top: 0;
	padding-left: 50px;
}
.fees-area {
    background: var(--area-bg);
}
.fees-title {
	max-width: 850px;
	margin: auto;
}
.page-id-147 h1 {
	text-align: center;
}
.banner-area .row {
	align-items: center;
}

/* faq */
.faq-question {
	background: var(--secondery-color);
	color: var(--white-color);
	padding: 10px 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.faq-answer {
	display: none;
	padding: 20px;
	text-align: start;
	background: var(--white-color);
	border-radius: 10px;
	font-size: 16px;
}
.faq-title {
	margin-bottom: 20px;
}
.faq-text.active .faq-trigger i::before {
	content: "\f068";
	color: var(--white-color);
	height: 27px;
	width: 27px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-trigger {
	color: var(--white-color);
	height: 27px;
	width: 27px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}


/* faq */
/* .faq-area .question {
	color: var(--primary-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: var(--primary-color);
	line-height: 1;
	border-radius: 10px;
}
.faq-area .faq-item {
	margin-bottom: 10px;
}
.faq-area .accordion {
	font-size: 19px;
	color: var(--white-color);
	font-weight: 600;
	cursor: pointer;
}
.faq-area .answer p {
	color: var(--white-color);
	font-size: 15px;
}
.faq-area .answer {
	display: none;
	margin-top: 10px;
	background: #989898;
	padding: 20px;
	border-radius: 10px;
}
.faq-area .faq-item.active .question {
	color: var(--primary-color);
}
.faq-area .faq-item.active .faq-trigger i::before {
	content: "\f068";
}
.faq-area .faq-trigger {
	color: var(--white-color);
	font-size: 16px;
} */


/* 21-01-24 */
.banner-area {
	padding: 60px 0 80px 0;
}
.cta-wrapp {
	padding: 60px 40px;
	border-radius: 20px;
}
/* .area-design::after {
	content: "";
	position: absolute;
	bottom: -228px;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(assets/img/6.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
	
} */
.footer-contact {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 40px;
}
.footer-contact a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.doctor-img::before {
	content: "";
	position: absolute;
	background: var(--area-bg);
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 0;
	border-radius: 20px;
}
.doctor-img {
	margin-right: 20px;
}
.di-inner {
	padding: 20px 80px 0 30px;
}
.di-inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 80%;
	background-image: url(assets/img/1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	z-index: 1;
}
.di-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 56%;
	height: 45%;
	background-image: url(assets/img/2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	z-index: 1;
}
.strip-img img {
	height: 70px;
	object-fit: contain;
	margin: auto;
}
.strip .slick-arrow {
	width: 45px;
	height: 45px;
	font-size: 20px;
}
.strip-img {
	padding: 0 10px;
}
.strip {
	padding: 0 40px;
}
.g-bus div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.p-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.p-box div {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.p-box div:not(:last-child){
	padding-bottom: 40px;
}
.free-parking strong {
	display: block;
	margin-bottom: 10px;
}
.fees-description {
	max-width: 850px;
	margin: auto;
	font-size: 14px;
}
.location-logo {
	width: 250px;
}
._h-size {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.language-form .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.language-form span {
	color: var(--black-color);
}
.team-title {
	margin-bottom: -120px;
	position: relative;
	max-width: 50%;
	margin-left: auto;
}
.free-parking em {
	font-size: 14px;
}

@media (min-width: 991px) {
	.language-form {
		position: absolute;
		right: 10px;
		top: 6px;
		max-width: 150px;
	}	
	
	.page-banner {
		display: flex;
		align-items: center;
		min-height: 400px;
	}
	
}

.page-banner {
	padding: 100px 0;
}
.page-banner::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-banner-text h1 {
	text-transform: uppercase;
	position: relative;
	display: inline;
	line-height: 1;
	word-break: break-word;
}
.page-banner-text h1 {
	font-size: 48px;
	font-weight: 700;
	justify-content: center;
	display: flex;
}


	.language-form {
		max-width: 150px;
	}


/* table */
.table-one {
	text-align: center;
}
.table-one .table {
	margin: auto;
	width: 100%;
}
.table-one p {
	margin-bottom: 20px;
}
.table-one th {
	border: 2px solid var(--primary-color);
}
.table-one .table tr td {
	border-bottom: none;
	color: var(--black-color);
	border: 2px solid var(--primary-color);
	border-radius: 5px;
}
.table tbody tr:not(:first-child) > td:last-child {
	color: red;
	font-weight: 700;
}


/* 23-01-24 */
.getting-text em {
	margin: 10px 0;
	display: block;
	font-size: 14px;
}
.p-box em {
	font-size: 14px;
}
.h-add a {
	color: var(--white-color);
}
.opening-time a {
	color: var(--black-color);
}
.medical-contact a {
	color: var(--black-color);
}
.medical-text h2 {
	margin-bottom: 15px;
}
.medical-img img {
	width: 100%;
}
.site-main p {
	margin-bottom: 15px;
}
.site-main ul li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 8px;
}
.site-main ul li::before {
	content: "";
	position: absolute;
	background: var(--black-color);
	height: 4px;
	width: 4px;
	top: 13px;
	left: 0;
	border-radius: 50px;
}
.site-main ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
.site-main ol li {
	position: relative;
	padding-left: 10px;
}
.wpml-ls-legacy-dropdown a {
	text-align: start;
}
.location-contact-info a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--black-color);
	margin-bottom: 5px;
}


/* arabic-edit */
.rtl .banner-area .area-rotate {
	flex-direction: row-reverse;
}
.rtl .border-line::before {
	top: 0;
	left: unset;
	right: 0;
}
.rtl .fees-title.border-line::before, .rtl .faq-title.border-line::before {
	right: 50%;
	transform: translateX(50%);
}
.rtl .intro-text::after {
/* 	background-position: left top; */
	display: none;
}
.rtl .testimonial-area::before {
	background-position: left top;
}
.rtl .team-rotate {
	flex-direction: row-reverse;
}
/* .rtl .doctor-name {
	left: -140px;
	box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	right: unset;
} */
.rtl .wc-list h3 {
	padding-left: 0;
	padding-right: 80px;
}
.rtl .wc-list h3::before {
	left: unset;
	right: 0;
}
.rtl .g-parking {
	margin-left: unset;
	margin-right: auto;
}
.rtl .testimonials .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transform: unset !important;
}


/* 07-02-24 */
.banner-img img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.di-inner {
	padding: 20px 60px 0 30px;
}
.footer-banner img {
	width: 100%;
/* 	aspect-ratio: 1/.4; */
	object-fit: cover;
}
.h-add {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}
.h-add img {
	height: 20px;
	filter: invert(100%) sepia(9%) saturate(7445%) hue-rotate(180deg) brightness(100%) contrast(113%);
}
.location-contact-info img {
	height: 20px;
}
.footer-contact img {
	height: 20px;
	filter: invert(100%) sepia(9%) saturate(7445%) hue-rotate(180deg) brightness(100%) contrast(113%);
}



/* responsive */
@media all and (max-width: 1870px) {
	.banner-area::before {
		width: 35.8vw;
		height: 29.3vw;
	}
	.banner-area::after {
		width: 24.1vw;
		height: 19vw;
	}
	.intro-area::after {
		top: -11.5vw;
	    right: -11.5vw;
		width: 22.5vw;
		height: 22.5vw;
	}
	.service-area::after,
	.faq-area::after {
		top: -11.5vw;
	    left: -11.5vw;
		width: 22.5vw;
		height: 22.5vw;
	}
	.service-area::before {
		width: 36.2vw;
		height: 32.8vw;
	}
}
@media all and (max-width: 1399.98px){
	.h-menu ul {
		gap: 19px;
	}
	.location-content {
		padding-right: 0;
	}
.g-walk {
	width: 45.7%;
}
	body {
		font-size: 17px;
	}
	.team {
	padding: 40px;
}

	.team::before {
	height: 85%;
}
	.doctor-name {
	top: 0;
}
	.header-btn .btn {
	padding: 15px 25px;
}
	
}

@media all and (max-width: 1299.98px){
.header-btn .btn {
	padding: 15px;
	font-size: 12px;
}
	.header-logo {
		max-width: 160px;
	}
	
}

@media all and (max-width: 1199.98px){
	.di-inner {
	padding: 20px 30px 0px 30px;
}

	/* mobile-menu */
	.mobile-menu {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	.menu-trigger {
		z-index: 9;
		position: relative;
		cursor: pointer;
		color: var(--primary-color);
		font-size: 30px;
		width: 26px;
	}
	.menu-trigger.active {
		color: var(--white-color);
	}
	.menu-trigger.active i::before {
		content: "\f00d";
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_nav {
		text-align: center;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.slicknav_nav ul a:hover{
		background-color: transparent !important;
	}
	.slicknav_menu {
		background: rgb(36 36 36 / 90%);
		height: 100vh;
		display: block;
	}
	.slicknav_nav a {
		font-weight: 300;
		font-family: var(--primary-font);
		color: var(--white-color);
		padding: 10px;
		display: inline-block;
		text-transform: uppercase;
	}
	.slicknav_nav a:hover{
		background: none;
		opacity: .6;
		color: var(--white-color);
	}
	.h-menu {
		display: none;
	}
	.menu-trigger-wrap {
		display: block;
	}
	.team::before {
		height: 100%;
	}
	.doctor-name {
		position: unset;
		margin-top: 20px;
	}
	.g-walk {
		width: 44.7%;
	}
	.gw-cover {
		gap: 20px;
	}
	.g-parking {
		gap: 40px;
	}
	.banner-text {
		padding-top: 60px;
	}
	.banner-area {
		padding: 0px 0 80px 0;
	}
	.team::before {
		height: 85%;
	}
	.doctor-img {
		margin-right: 0;
	}
	
	

}

@media all and (max-width: 991.98px){
	/* .banner-area::before {
		display: none;
	}
	.banner-area::after {
		display: none;
	} */
	.banner-area::before {
		width: 55.8vw;
		height: 49.3vw;
	}
	.banner-area::after {
		width: 44.1vw;
		height: 30vw;
	}
	.banner-text {
		text-align: center;
	}
.banner-img {
	padding-top: 40px;
}
	.rtl .banner-area .area-rotate {
	flex-direction: column-reverse;
}
	.banner-text h2 {
		font-size: 42px;
	}
	.lc {
	text-align: center;
}
	.language-form {
	margin: auto;
	margin-top: 10px;
}
	.why-choose {
		padding: 60px 20px 30px;
	}
	.location-contact-info a {
	justify-content: center;
}
	.testimonials {
		padding: 40px;
		margin: 0 80px;
	}
	.intro-text::after {
		display: none;
	}
	.testimonials .slick-arrow {
		left: -80px;
	}
	.testimonials .slick-arrow.slick-next {
		left: auto;
		right: -80px;
	}
	.title-list {
		padding: 0;
		margin-top: 40px;
	}
	.price-info .ex-list-title {
		gap: 10px !important;
	}
	.price-info .ex-list-inner {
		font-size: 12px;
	}
	.d-text {
		padding-top: 40px;
	}
	.team-title {
		text-align: center !important;
	}
	.team-title.border-line::before {
		left: 50%;
		right: unset;
		transform: translateX(-50%);
	}
	.doctor-img::before {
		height: 100%;
		left: 0;
		width: 100%;
	}
	.doctor-img img {
		width: 100%;
	}
	.team-title {
	margin-bottom: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	.team {
		padding: 40px;
		padding-top: 0;
	}
	.location-content {
		padding-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.location-title.border-line::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.rtl .location-title.border-line::before {
		right: 50%;
		transform: translateX(50%);
	}
	.getting-text {
		width: 48%;
	}
	.g-bus {
		width: 48%;
	}
	.g-walk {
		width: 100%;
	}
	.gw-cover {
		gap: 40px;
	}
	.ex-list-inner {
		font-size: 16px;
	}
	.ex-list-wrapp {
		font-size: 16px;
	}
	.d-info {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.area-rotate {
		flex-direction: column-reverse;
	}
	.g-parking {
		width: 100%;
	}
	.cta-wrapp {
		padding: 40px 30px;
	}
	.team::before {
		height: 100%;
	}
	.team {
		padding: 40px;
	}
	.location-logo {
		margin: auto;
	}
	.footer-contact a {
		justify-content: center;
	}
	
	.banner-text {
		padding-left: 0;
	}	

}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	h2 {
		font-size: 32px;
	}
	body{
		font-size: 16px;
	}
	.banner-text h2 {
		font-size: 36px;
	}
	.p-80{
		padding: 60px 0;
	}
	br{
		display: none;
	}
	.header-btn {
		display: none;
	}
	.header-btn-down {
		display: flex !important;
		margin-top: 15px;
		gap: 10px;
	}
	.header-btn-down .btn {
		flex-grow: 1;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.medical-text {
		text-align: center;
	}
	.di-inner {
		padding: 20px 20px 0px 20px;
	}
	.medical-contact a {
		justify-content: center;
	}
	.language-form {
	margin: 0;
}
	.site-main ul {
		padding-left: 10px;
	}
	.site-main ol {
		padding-left: 20px;
	}
	.site-main ol li {
		padding-left: 5px;
	}
	.medical-contact{
		margin-bottom: 40px;
	}
	.intro-text {
		text-align: center;
	}
	.intro-text::after {
		display: none;
	}
	.border-line::before {
		left: 50%;
		transform: translateX(-50%);
	}
	.rtl .border-line::before {
		right: 50%;
		transform: translateX(50%);
	}
	.why-choose {
		padding: 60px 0 30px;
	}
	.testimonials {
		padding: 40px 15px;
		margin: 0 40px;
	}
	.footer-contact {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}
	.price-info .ex-list-title {
		gap: 5px !important;
	}
	.price-info .ex-list-inner {
		font-size: 16px;
	}
	.testimonials .slick-arrow {
		left: -40px;
		height: 40px;
		width: 40px;
	}
	.testimonials .slick-arrow.slick-next {
		left: auto;
		right: -40px;
	}
	.testimonial-title {
		text-align: center;
	}
	.testimonial-area::before {
		display: none;
	}
	.service-title {
		text-align: center;
	}
	.area-design::after {
		display: none;
	}
	.team {
		padding: 40px 10px;
	}
	.d-text {
		text-align: center;
	}
	.title-list {
		text-align: center;
		justify-content: center;
	}
	.doctor-name {
		text-align: center;
	}
	.getting-text {
		width: 100%;
		text-align: center;
	}
	.g-bus {
		width: 100%;
	}
	.g-parking {
		flex-direction: column;
	}
	.ex-list-inner {
		font-size: 15px;
		padding: 10px 5px;
	}
	.ex-list-wrapp {
		font-size: 15px;
	}
	.ex-list-title {
		gap: 5px !important;
	}
	.ex-list-text {
		width: 45%;
		word-break: break-word;
	}
	.ex-list-check {
		width: 27.5%;
	}
	.ex-list-wrapp {
		font-size: 16px;
	}
	.other-text {
		font-size: 16px;
	}
	.fees-area::before {
		display: none;
	}
	.ap-title {
		text-align: center;
	}
	.ap-c-wrapp, .ap-contact {
		text-align: center !important;
	}
	.copyright-text {
		flex-direction: column;
		text-align: center;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.header-sec {
		padding-bottom: 15px;
	}
	.h-wrapp {
		padding: 20px 0 0 0;
	}
	.cta-title {
		text-align: center;
		margin-bottom: 25px;
	}
	.cta-text {
		text-align: center;
	}
	.cta-wrapp {
		padding: 40px 10px;
	}
	.cta-area {
		padding-top: 0;
	}
	.p-box div {
		width: 100%;
	}
	.getting-info span {
		margin-bottom: 30px;
	}
	.h-size {
		flex-direction: column;
		gap: 5px;
	}
	
	.h-add {
		flex-direction: column;
		gap: 5px;
	}

	.intro-area::after {
		top: -20vw;
	    right: -20vw;
		width: 40vw;
		height: 40vw;
	}
	.service-area::after,
	.faq-area::after {
		top: -20vw;
	    left: -20vw;
		width: 40vw;
		height: 40vw;
	}
	.service-area::before {
		width: 46.2vw;
		height: 42.8vw;
	}
	
}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}

@media all and (max-width: 576.98px){
	.header-btn-down .btn {
		font-size: 13px;
	}
	.testimonials .slick-arrow.slick-next {
		left: auto;
		right: -40px;
	}
	.testimonials .slick-arrow {
		left: -40px;
	}
	.testimonials {
		margin: 0 30px;
	}
	.page-banner-text h1 {
	font-size: 40px;
}
	.tt-name span {
		font-size: 14px;
	}
	.service-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.getting-info {
		padding: 30px 10px;
	}
	.di-inner {
		padding: 20px 0 0 0;
	}
	.ex-list-wrapp {
		font-size: 3vw;
		line-height: 1.4;
	}
	.ex-list-inner {
		font-size: 12px;
		padding: 10px 2px;
	}
	.ex-list-text {
		width: 40%;
	}
	.ex-list-check {
		width: 30%;
	}
	.ex-list-title {
		gap: 3px !important;
	}
	.ex-list-wrapp {
		padding: 8px 0;
	}
	.other-text {
		font-size: 12px;
	}
	.price-info .ex-list-title {
		gap: 2px !important;
	}
	.price-info .ex-list-inner {
		font-size: 3vw;
	}
	/* .table tr td {
		padding: 2px;
	} */
	.ap-table {
		padding: 20px 10px;
	}
	.table tr td {
		font-size: 13px;
	}
	.appointment-area {
		padding-bottom: 20px !important;
	}
.location-address {
	padding: 20px 10px;
	font-size: 13px;
	width: 100%;
	justify-content: center;
}
	
	
}


