/*
 Theme Name:   Night Ingle Child Theme
 Description:  A Twenty Twenty child theme 
 Template:     twentytwenty
*/
@import url("../twentytwenty/style.css");


@font-face {
	font-family: 'Optima';
	font-style: normal;
	font-weight: normal;
	src: local('Optima'), url('fonts/OPTIMA.woff') format('woff');
}


@font-face {
	font-family: 'Optima Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Optima Italic'), url('fonts/Optima_Italic.woff') format('woff');
}


@font-face {
	font-family: 'Optima Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Optima Medium'), url('fonts/Optima Medium.woff') format('woff');
}


@font-face {
	font-family: 'Optima Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Optima Bold'), url('fonts/OPTIMA_B.woff') format('woff');
}

body {
	font-family: "Poppins", system-ui !important;
	margin: 0;
	padding: 0;
	background: #fff;
}

* {
	letter-spacing: 0 !important;
}

.container {
	max-width: 1200px;
}

.main_header {
	padding: 20px 0;
	position: relative;
	z-index: 99;
}

/*.logo_main {
	padding: 0 !important;
}*/

.logo_main img {
	max-width: 87px;
	width: 100%;
}

.primary-menu a {
	font-size: 15px;
	line-height: 15px;
	color: #212121 !important;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: "Poppins", system-ui !important;
}

.primary-menu a:hover {
	color: #039d88 !important;
	text-decoration: none;
}

.primary-menu>li {
	margin: 0;
	padding: 0 8px;
	display: table;
	float: left
}

ul.primary-menu {
	margin: 0 0 0 0 !important;
	display: table;
	float: left;
	width: 100%;
	padding: 0 !important;
}

.primary-menu li.current-menu-item>a {
	text-decoration: none;
	color: #039d88 !important;
}

.header_right_button ul {
	margin: 0 0 0 0;
	padding: 0;
	background: rgb(31, 208, 195);
	background: linear-gradient(90deg, rgba(31, 208, 195, 1) 0%, rgba(7, 130, 129, 1) 100%);
	display: table;
	border-radius: 3px;
	overflow: hidden;
	float: right;
}

.header_right_button ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.header_right_button ul li a {
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-family: 'Optima Bold';
	margin: 0;
	padding: 10px 15px;
	display: table;
}

.phone_header_main {
	background: url("assets/images/phone_icon.png") left 15px center no-repeat;
}

.phone_header_main a {
	padding-left: 42px !important;
}

.tollfree_number {
	font-family: 'Optima Bold';
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	background: #078280;
	padding: 7px 25px;
	display: table;
	letter-spacing: 2.4px !important;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0 auto;
}

.tollfree_number a {
	text-decoration: none;
	font-family: 'Optima Bold';
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 0;
	letter-spacing: 0;
	display: inline-block;
}

.slider_caption .title_slider_caption {
	font-size: 30px;
	line-height: 37px;
	color: #212121;
	font-family: 'Optima Bold';
	margin: 0 0 10px 0;
	padding: 0;
}

.slider_caption .title_slider_caption span {
	color: #1fd0c3;
}

.slider_caption {
	margin-top: 115px;
}

.slider_caption p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	margin: 0 0 15px 0;
}

.slider_caption a {
	font-family: 'Optima';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #33b9ae;
	padding: 13px 22px;
	display: table;
	border-radius: 4px;
	margin: 0;
}

.slider_caption a:hover {
	background: #07827f;
}

.slider_image_big_main img {
	width: 100%;
	max-width: 501px;
}

.slider_header_main {
	background: url("assets/images/header_bg_main.jpg") repeat-y center center;
}

.slider_main {
	background: url("assets/images/slider_left_star.jpg") left center no-repeat;
}

.outer_slider_main {
	position: relative;
}

.slider_form_main {
	background: #fff;
	max-width: 355px;
	width: 100%;
	position: absolute;
	right: -185px;
	bottom: 0;
	z-index: 2;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}

.slider_form_main .slider_form_main_title {
	font-family: 'Optima bold';
	font-size: 21px;
	line-height: 26px;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #33b9ae;
	padding: 20px 20px;
	margin: 0;
	width: 100%;
	text-align: center;
}

.inner_slider_form_main {
	padding: 30px 30px 30px 30px;
}

.inner_slider_form_main br {
	display: none;
}

.inner_slider_form_main input {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 15px;
	width: 100%;
	font-family: "Poppins", system-ui !important;
	color: #212121;
}

.inner_slider_form_main select {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 15px;
	width: 100%;
	font-family: "Poppins", system-ui !important;
	color: #5b5b5b;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("https://nightingaledubai.com/wp-content/uploads/2024/10/br_down.webp") white no-repeat 95.5% !important;
	background: url("https://nightingaledubai.com/wp-content/uploads/2024/10/br_down.webp") white no-repeat calc(100% - 20px) !important;
}

.inner_slider_form_main select appearance {
	padding: 15px 20px;
	font-size: 15px;
	color: #5b5b5b;
	font-family: "Poppins", system-ui !important;
	line-height: 15px;
}

.inner_slider_form_main textarea {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-bottom: 15px;
	width: 100%;
	color: #212121;
	height: 60px;
	font-family: "Poppins", system-ui !important;
}

.inner_slider_form_main input.wpcf7-submit {
	font-family: 'Optima' !important;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #33b9ae;
	padding: 20px 25px;
	display: table;
	border-radius: 4px;
	margin: 0;
}

.inner_slider_form_main input.wpcf7-submit:hover {
	background: #07827f;
}

.inner_slider_form_main p {
	margin: 0;
}

.slider_partner_section {
	background: #078280;
	padding: 5px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	max-width: 376px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 2;
}

.slider_partner_section .img_slider_partner_section {
	width: 50%;
	float: left;
}

.slider_partner_section .content_slider_partner_section {
	width: 50%;
	float: left;
	padding: 10px 10px 0 25px;
}

.slider_partner_section .content_slider_partner_section p {
	font-family: 'Optima' !important;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.services_section_main {
	padding: 120px 0;
}

.services_section_main h2 {
	font-size: 40px;
	line-height: 40px;
	color: #212121;
	font-family: 'Optima' !important;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.services_section_main .subtitle {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto 70px;
}

.image_single_home_carasoul_service img {
	width: 100%;
	max-width: inherit;
}

.single_home_carasoul_service {
	padding: 0 10px;
}

.inner_single_home_carasoul_service {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}


.content_single_home_carasoul_service {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(51, 185, 174);
	background: linear-gradient(0deg, rgba(51, 185, 174, 1) 25%, rgba(2, 0, 36, 0) 100%);
	width: 100%;
	padding: 90px 30px 30px 30px;
	transition: 0.3s;
}

.title_single_home_carasoul_service {
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	font-family: 'Optima bold' !important;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.content_single_home_carasoul_service a {
	height: 30px;
	width: 30px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	float: left;
	text-align: center;
	padding: 8px;
}

.content_single_home_carasoul_service a img {
	max-width: 15px;
	width: 100%;
}

.single_home_carasoul_service p {
	text-decoration: none;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	padding: 0;
	display: none;
}

ul.slick-dots {
	position: absolute;
	bottom: 25px;
	padding: 0 10px;
}

ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
	background: #e7f2ee;
	transition: 0.3s;
	border-radius: 50%;
	background: #e7f2ee;
}

ul.slick-dots li.slick-active {
	background: #068282;
	transition: 0.3s;
}

.reviews_section_main {
	background: #e7f2ee;
	padding: 80px 0;
}

.review_right_image img {
	width: 100%;
}

.padding_none {
	padding: 0 !important;
}

.review_inner_main {
	padding: 0;
}

.review_inner_main h3 {
	font-size: 40px;
	line-height: 47px;
	color: #078280;
	font-family: 'Optima' !important;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
}

.review_inner_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 35px;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 250px;
}

.image_review_author_home_slider {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.image_review_author_home_slider img {
	width: 100%;
}

.name_review_author_home_slider {
	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
	color: #078280;
	padding: 0;
	font-family: 'Optima' !important;
	margin: 0;
	float: left;
	padding: 35px;
}

.outer_review_inner_main {
	background: url("assets/images/reviews-quote.png") bottom center no-repeat;
}

.achievements_section_main {
	padding: 120px 0;
	background: url("assets/images/slider_left_star.jpg") left center no-repeat;
}

.achievements_section_main h3 {
	font-size: 40px;
	line-height: 40px;
	color: #212121;
	font-family: 'Optima' !important;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.achievements_section_main .subtitle {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto 70px;
}

.achievements_section_main ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.achievements_section_main ul li {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 20px;
	width: 33.33%;
	list-style: none;
	text-align: center;
}

.single_achievement_section {
	background: #33b9ae;
	border-radius: 5px;
	text-align: center;
	height: 140px;
	padding: 20px;
}

.single_achievement_section img {
	max-width: 246px;
	width: 100%;
	display: table;
	margin: 0 auto;
}

.blog_section_main {
	padding: 120px 0;
	background: #e7f2ee;
}

.blog_section_main h3 {
	font-size: 40px;
	line-height: 40px;
	color: #05817f;
	font-family: 'Optima' !important;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.blog_section_main .subtitle {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto 70px;
}

.image_single_blog_section_main img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 200px;
}

.image_single_blog_section_main {
	border-radius: 10px;
	margin-bottom: 30px;
}

.home_blog_title {
	margin-bottom: 15px;
}

.home_blog_title a {
	font-size: 20px;
	line-height: 27px;
	color: #05817f;
	font-family: 'Optima' !important;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-decoration: none;
}

.blog_home_date {
	font-size: 15px;
	line-height: 26px;
	color: #a9b2af;
}

.collab_section_main {
	padding: 100px 0;
}

.collab_section_main h3 {
	font-size: 40px;
	line-height: 40px;
	color: #212121;
	font-family: 'Optima' !important;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.collab_section_main .subtitle {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	text-align: center;
	width: 60%;
	margin: 0 auto 70px;
}

.collab_section_main ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer_main {
	padding: 60px 0 20px 0;
	background: #33b9ae;
}

.footer_main h4 {
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	font-family: 'Optima' !important;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}

.footer_main ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer_main ul li {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;

}

.footer_main ul li a {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
}

.footer_main ul li a:hover {
	color: #078280;
}

.bottom_footer_main_white {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0 0 0;
	margin-top: 30px;
	margin-bottom: 25px;
}

.inner_bottom_footer_main_white {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.main_footer_strip_title {
	background: #078280;
}

.main_footer_strip_title h5 {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-family: 'Optima' !important;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.footer_strip_title {
	padding: 25px 0 0 0;
}

.footer_strip_address {
	border-right: 1px solid #33b9ae;
}

.footer_strip_address p {
	text-decoration: none;
	font-size: 15px;
	line-height: 23px;
	color: #33b9ae;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 600;
}

.footer_strip_phone a {
	font-size: 24px;
	line-height: 24px;
	color: #36ae9c;
	font-family: 'Optima Bold' !important;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	text-decoration: none;
}

.footer_copyright_lines p {
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 400;
	text-align: center;
}

.footer_copyright_lines p a {
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	margin: 0 0;
	font-weight: 400;
	text-decoration: none;
}

.footer_copyright_lines p span {
	margin: 0 10px;
}

.inner_home_carasoul_main button.slick-prev {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #36ae9d;
	background: url("assets/images/service_cara_left_arrow.png") no-repeat center center;
	left: -70px;
	transition: 0.3s;
}

.inner_home_carasoul_main button.slick-prev:hover {
	border: 1px solid #36ae9d;
	background: #36ae9d url("assets/images/white_service_cara_left_arrow.png") no-repeat center center;
}

.inner_home_carasoul_main button.slick-next {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #36ae9d;
	background: url("assets/images/service_cara_right_arrow.png") no-repeat center center;
	right: -70px;
	transition: 0.3s;
}

.inner_home_carasoul_main button.slick-next:hover {
	border: 1px solid #36ae9d;
	background: #36ae9d url("assets/images/white_service_cara_right_arrow.png") no-repeat center center;
}

.inner_home_carasoul_main .slick-prev:before,
.inner_home_carasoul_main .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inner_main_title_services_section_main {
	background: url("assets/images/star-_icon_service_title.png") right top no-repeat;
}

.slider_review_inner_main button.slick-prev {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #36ae9d;
	background: url("assets/images/service_cara_left_arrow.png") no-repeat center center;
	left: auto;
	right: -20px;
	transition: 0.3s;
	top: inherit;
	bottom: -60px;
}

.slider_review_inner_main button.slick-prev:hover {
	border: 1px solid #36ae9d;
	background: #36ae9d url("assets/images/white_service_cara_left_arrow.png") no-repeat center center;
}

.slider_review_inner_main button.slick-next {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #36ae9d;
	background: url("assets/images/service_cara_right_arrow.png") no-repeat center center;
	right: -70px;
	transition: 0.3s;
	top: inherit;
	bottom: -60px;
}

.slider_review_inner_main button.slick-next:hover {
	border: 1px solid #36ae9d;
	background: #36ae9d url("assets/images/white_service_cara_right_arrow.png") no-repeat center center;
}

.slider_review_inner_main .slick-prev:before,
.slider_review_inner_main .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_section_main {
	background: #e7f2ee;
	padding: 80px 0;
}

.about_section_main h1 {
	font-size: 40px;
	line-height: 47px;
	color: #078280;
	font-family: 'Optima' !important;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.about_section_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
}

.about_section_main p a {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #078280;
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
	background: none;
	font-family: "Poppins", system-ui !important;
	text-transform: none;
}

.about_section_main p strong {
	color: #078280;
}

.about_section_main ul {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}

.about_section_main ul li {
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	color: #212121;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	width: 100%;
	list-style: none;
	font-weight: 600;
	background: url("assets/images/list_border_welcome_content.png") bottom center no-repeat;
	font-family: 'Optima' !important;
}

.about_section_main a.about_link_home {
	font-family: 'Optima';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #33b9ae;
	padding: 13px 22px;
	display: table;
	border-radius: 4px;
	margin: 15px auto 0;
}

.about_section_main a.about_link_home:hover {
	background: #07827f;
}

a.view_all_link {
	font-family: 'Optima';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #33b9ae;
	padding: 13px 22px;
	display: table;
	border-radius: 4px;
	margin: 25px auto 0;
}

a.view_all_link:hover {
	background: #07827f;
}

/*innerpagecode*/
.inner_page_slider_main {
	padding: 85px 0;
}

.inner_slider_main_inside {
	max-width: 605px;
	width: 100%;
}

.inner_page_breadcrumb {
	display: table;
	width: 100%;
	margin: 0 0 17px 0;
}

.inner_page_breadcrumb ul {
	margin: 0;
	padding: 0;
}

.inner_page_breadcrumb ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 25px 0 25px;
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
}

.inner_page_breadcrumb ul li:last-child:after {
	margin: 0;
	padding: 0 0 0 0;
	display: none;
}

.inner_page_breadcrumb ul li:first-child {
	padding-left: 0;
}

.inner_page_breadcrumb ul li:after {
	content: ">";
	position: absolute;
	right: 0;
	color: #064f4e;
	font-size: 15px;
	line-height: 15px;
}

.inner_page_breadcrumb ul li a {
	color: #064f4e;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}

.inner_page_slider_main h1 {
	font-size: 40px;
	line-height: 53px;
	color: #fff;
	font-family: 'Optima bold' !important;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	clear: both;
}

.inner_page_slider_main h2 {
	font-size: 22px;
	line-height: 31px;
	color: #064f4e;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
}

.innerpage_slider_content ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.innerpage_slider_content ul li {
	list-style: none;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 42px;
	color: #064f4e;
	font-size: 15px;
	list-style: none;
	line-height: 23px;
	font-weight: 700;
	border-bottom: 1px solid #2eafa2;
	background: url("assets/images/list_style_icon_innerpage.png") left top 0 no-repeat;
	width: 100%;
}

.innerpage_slider_content ul li:last-child {
	padding: 0 0 15px 42px;
	margin: 0;
	border-bottom: none;
}

.inner_page_content_main {
	padding: 80px 0 40px 0;
}

.inner_page_content_main h2 {
	font-size: 38px;
	line-height: 50px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.inner_page_content_main h3 {
	font-size: 33px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.inner_page_content_main h4 {
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.inner_page_content_main h1 {
	font-size: 35px;
	line-height: 46px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.inner_page_content_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	padding: 0;
	margin: 0 0 20px 0;
}

.service_page_left_section table td {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	padding: 15px;
	margin: 0 0 0 0;
}

.inner_page_content_main p a {
	color: #078381;
	text-decoration: none;
}

.inner_page_content_main ul {
	margin: 0 0 20px 0;
	padding: 0;
	display: table;
	width: 100%;
}

.half_colom_list_main li {
	width: 50%;
	float: left;
}

.inner_page_content_main ul li {
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	list-style: none;
	position: relative;
}

.inner_page_content_main ul li a {
	color: #33baac;
	text-decoration: none;
}

.inner_page_content_main ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	right: 0;
	background: #33baac;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 15px;
}

.four_box_greybg_doc .single_dr_call_box {
	text-align: center;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.four_box_greybg_doc .wp-block-column img {
	max-width: 38px;
	width: 100%;
	display: table;
	margin: 0 auto 20px;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 0;
	margin-top: 0;
}

.four_box_greybg_doc p {
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	padding: 0;
	font-weight: 700;
	margin: 0 auto 20px;
	width: 90%;
}

.four_box_greybg_doc h6 {
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	padding: 8px 0 0 0;
	font-weight: 700;
	margin: 0 auto;
	background: #078381;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 1em;
}

.four_box_greybg_doc {
	margin-bottom: 40px !important;
}

.inner_page_green_cta {
	background: url("assets/images/inner-page-cta-main.jpg") no-repeat center center/cover;
	padding: 60px 50px;
	border-radius: 5px;
	margin: 30px 0 40px 0 !important;
}

.inner_page_green_cta h4 {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
}

.inner_page_green_cta a {
	font-family: 'Optima';
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #33b9ae;
	background: #fff;
	padding: 20px 32px;
	font-weight: 700;
	display: table;
	border-radius: 30px;
	margin: 0 auto 0;
	font-family: "Poppins", system-ui !important;
	text-decoration: none;
}

.inner_page_green_cta a:hover {
	background: #07827f;
	color: #fff;
	text-decoration: none;
}

.inner_page_green_cta .wp-block-button {
	width: 100%;
}

.grey_bg_box_droncall {
	background: #f3f3f3;
	padding: 60px;
	margin-bottom: 30px !important;
}

.grey_bg_box_droncall h4 {
	font-size: 30px;
	line-height: 42px;
	color: #33b9ae;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
}

.grey_bg_box_droncall ul {
	margin: 0 0 20px 0;
	padding: 0;
	width: 95%;
}

.grey_bg_box_droncall ul li {
	list-style: none;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 12px 42px;
	color: #616161;
	font-size: 15px;
	list-style: none;
	line-height: 24px;
	font-weight: 700;
	background: url("assets/images/list_style_icon_innerpage.png") left top 0 no-repeat;
	width: 100%;
}

.grey_bg_box_droncall ul li:after {
	display: none;
}

.grey_bg_box_droncall ul li:last-child {
	padding: 0 0 5px 42px;
	margin: 0;
	border-bottom: none;
}

.service_page_right_sidebar {
	padding-left: 0;
}

.sidebar_form_main {
	background: #33baac;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.sidebar_form_main .sidebar_form_title {
	font-size: 21px;
	line-height: 26px;
	color: #33b9ae;
	margin: 0 0 15px 0;
	background: #fff;
	padding: 23px 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
	text-align: center;
}

.inner_sidebar_form_main {
	padding: 30px;
}

.inner_sidebar_form_main br {
	display: none;
}

.inner_sidebar_form_main input {
	border: 1px solid #5ac6ba;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	background: none;
	margin-bottom: 15px;
	width: 100%;
	padding: 14px 22px;
}

.inner_sidebar_form_main textarea {
	border: 1px solid #5ac6ba;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	background: none;
	margin-bottom: 15px;
	width: 100%;
	padding: 14px 22px;
	height: 150px;
}

.inner_sidebar_form_main select {
	border: 1px solid #5ac6ba;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	background: none;
	margin-bottom: 15px;
	width: 100%;
	padding: 14px 22px;
}

.inner_sidebar_form_main p {
	margin: 0;
	padding: 0;
}

.inner_sidebar_form_main input::placeholder {
	color: #fff;
}

.inner_sidebar_form_main textarea::placeholder {
	color: #fff;
}

.inner_sidebar_form_main input.wpcf7-submit, .inner_sidebar_form_main .zf-submitColor {
	font-family: 'Optima' !important;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #33b9ae;
	background: #fff;
	padding: 20px 25px;
	display: table;
	border-radius: 4px;
	margin: 0;
	border: none;
	transition: 0.3s;
}

.inner_sidebar_form_main input.wpcf7-submit:hover,
.inner_sidebar_form_main .zf-submitColor:hover {
	background: #07827f;
	color: #fff;
}

.sidebar_form_main {
	margin-top: -178px;
}

.red_lert_main_border {
	background: #fffafa;
	border: 1px solid #ff1111;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}

.red_lert_main_border p {
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	color: #ff1111;
	padding: 0;
	font-weight: 700;
	margin: 0;
}

.droncall_box_main {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.droncall_box_main img {
	width: 100%;
}

.sidebar_green_box_main {
	background: #33baac;
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 30px;
}

.sidebar_green_box_main img {
	max-width: 50px;
	width: 100%;
	display: table;
	margin: 0 auto 10px;
}

div.sidebar_green_box_main h5 {
	font-size: 23px;
	line-height: 28px;
	color: #fff !important;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.sidebar_green_box_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	padding: 0;
	font-weight: 400;
	margin: 0;
}

.sidebar_drcall_list h5 {
	font-size: 25px;
	line-height: 41px;
	color: #078381;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.sidebar_drcall_list ul {
	margin: 0;
	padding: 0;
}

.sidebar_drcall_list ul {
	margin: 0;
	padding: 0;
}

.sidebar_drcall_list ul li {
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	list-style: none;
	position: relative;
}

.sidebar_drcall_list ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	right: 0;
	background: #33baac;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 15px;
}

.service_page_left_section {
	padding-right: 50px;
}

body:not(.overlay-header) .primary-menu ul {
	background-color: #078280 !important;
}

body:not(.overlay-header) .primary-menu ul ul:after {
	border-left-color: #078280 !important;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
	border-bottom-color: #078280 !important;
}

.primary-menu>li>.icon {
	right: 6px;
	top: calc(50% - 0.4rem);
}

body:not(.overlay-header) .primary-menu>li>.icon {
	color: #33baac !important;
}

.primary-menu ul a {
	font-size: 15px;
	line-height: 22px;
	color: #fff !important;
}

.simple_innerpage_main {
	padding: 85px 0;
}

.about_left_main {
	padding-left: 40px;
}

.simple_innerpage_main h4 {
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

div.about_left_main h4 {
	color: #078280;
}

.simple_innerpage_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	padding: 0;
	margin: 0 0 20px 0;
}

.simple_innerpage_main p a {
	color: #078280;
	text-decoration: none;
}

hr.wp-block-separator {
	margin: 40px auto;
}

.wp-block-spacer {
	clear: both;
	width: 100%;
}

.single_reviews_item {
	background: #f3f3f3;
	padding: 35px;
	margin-bottom: 30px !important;
	border-radius: 5px;
}

.single_reviews_item p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	padding: 0;
	margin: 0 0 20px 0;
}

.single_reviews_item .review_author_name {
	font-size: 18px;
	line-height: 18px;
	color: #33b9ae;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.inner_sidebar_form_main b {
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	padding: 0;
	font-weight: 400;
	margin: 0 0 10px 0;
	width: 100%;
	display: table;
}

.inner_sidebar_form_main .wpcf7-form-control-wrap {
	display: table;
	width: 100%;
}

.inner_sidebar_form_main .wpcf7-form-control.wpcf7-radio {
	display: table;
	width: 100%;
}

.inner_sidebar_form_main .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.inner_sidebar_form_main input[type="radio"] {
	width: auto;
	margin-right: 10px;
}

.inner_sidebar_form_main label {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	color: #fff;
}

.inner_sidebar_form_main input[type="checkbox"] {
	width: auto;
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 10px;
	padding: 0;
	display: block;
	margin: 5px 10px 10px 0px;
}

.inner_sidebar_form_main .wpcf7-checkbox {
	margin-bottom: 20px;
	display: table;
}

.inner_page_content_main h5 {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.single_press_item_main {
	padding: 30px;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px !important;
}

.single_press_item_main h4 {
	font-size: 20px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.single_press_item_main a {
	font-family: 'Optima';
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff !important;
	background: #33b9ae;
	padding: 16px 32px;
	font-weight: 700;
	display: table;
	border-radius: 30px;
	margin: 0 auto 0;
	text-decoration: none;
}

.single_press_item_main a:hover {
	background: #07827f;
	color: #fff;
	text-decoration: none;
}

div.footer_right_button {
	margin-top: 30px;
}

div.footer_right_button li {
	background: none !important;
}

div.footer_right_button ul {
	background: #138c85;
}

div.footer_right_button ul li a {
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	text-decoration: none;
}

div.footer_right_button .phone_header_main {
	background: url(assets/images/phone_icon.png) left 35px center no-repeat !important;
}

.droncall_sticky_section {
	display: table;
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9999;
}

.droncall_sticky_section img {
	max-width: 111px;
	width: 100%;
}

.pulse {
	animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
	from {
		transform: scale(0.9);
	}

	to {
		transform: scale(1.0);
	}
}

.hinge {
	animation: hinge 10s ease infinite;
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	100% {
		transform: translateY(700px);
		opacity: 0;
	}
}


.roll-in {
	animation: roll-in 2s ease infinite;
}

@keyframes roll-in {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}

.main_header_outer.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99999;
	-webkit-box-shadow: 0px 4px 40px -7px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 4px 40px -7px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 4px 40px -7px rgba(0, 0, 0, 0.45);
}

.single_homecare_box_main img {
	width: 100%;
}

.single_homecare_box_main {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.single_homecare_box_main:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(21, 136, 134, 1) 100%);
	transition: .6s ease;
}

.single_homecare_box_main .healthcare_section_title {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 25px;
	line-height: 31px;
	color: #fff;
	font-weight: 700;
	font-family: 'Optima bold' !important;
	z-index: 2;
	padding: 32px 32px 82px 32px;
	background: url('https://www.nightingaledubai.com/wp-content/uploads/2024/10/arrow_more_home_health_care.png') bottom 30px left 32px no-repeat
}

.single_homecare_box_main:hover:after {
	background: #138684;
}

.single .inner_page_slider_main {
	background: url('https://www.nightingaledubai.com/wp-content/uploads/2024/09/doctor-on-calll-slider.jpg') no-repeat center center/cover;
}

.single_blog_section_main {
	margin-bottom: 50px;
}

.faq_section_bottom_services_page {
	padding-top: 100px;
}

.faq_section_bottom_services_page h3 {
	text-align: center;
}

.comment_box_sticky {
	display: table;
	position: fixed;
	left: 20px;
	bottom: 10px;
	z-index: 9999;
}

.comment_box_sticky img {
	max-width: 152px;
	width: 100%;
}

.whatsapp_box_sticky {
	display: table;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

.whatsapp_box_sticky img {
	max-width: 70px;
	width: 100%;
}

.single_homecare_box_hover_main {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -100%;
	padding: 30px;
	background: #158886;
	overflow: hidden;
	height: 100%;
	transition: all 0.5s ease;
}

.single_homecare_box_hover_main .single_homecare_box_hover_main_title {
	font-size: 19px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	font-family: 'Optima bold' !important;
	z-index: 2;
	padding: 0;
	margin: 0 0 10px 0;
}

.single_homecare_box_hover_main .single_homecare_box_hover_main_content {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	padding: 0;
	margin: 0 0 0 0;
}

.single_homecare_box_main:hover .single_homecare_box_hover_main {
	bottom: 0;
}

.whychoose_section {
	background: #e7f2ee;
	padding: 70px 80px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.bottom_cta_whychoose_section p {
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
	text-align: center;
}

.bottom_cta_whychoose_section a, .btn_style {
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-family: 'Optima Bold';
	margin: 0 10px;
	padding: 15px 23px;
	display: table;
	float: left;
	background: #078280;
	border-radius: 3px;
}

.buttons_bottom_cta_whychoose_section {
	display: table;
	margin: 0 auto;
}

.bottom_cta_whychoose_section {
	width: 100%;
}

.single_service_page_cta_bottom {
	margin-bottom: 60px;
}

.primary-menu ul a:hover {
	color: #fff !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.popup_whatsapp_form .slider_form_main {
	position: relative;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.popup_whatsapp_form {
	position: fixed;
	z-index: 99999999999;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	padding-top: 8%;
	max-width: 445px;
	width: 100%;
	display: none;
}

a.close_button_popup_whatsapp_form {
	text-decoration: none;
	color: #33b9ae;
	font-size: 30px;
	position: absolute;
	right: 40px;
	top: 20px;
}

.services_section_main ul.slick-dots {
	position: absolute;
	bottom: -50px;
	padding: 0 10px;
}

.top_bar_header_main {
	background: #33b9ae;
	padding: 8px 0;
}

.top_bar_header_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.button_about_page_main a {
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	color: #fff !important;
	font-family: 'Optima';
	margin: 0 0;
	padding: 15px 23px;
	display: table;
	float: left;
	background: rgb(31, 208, 195);
	background: linear-gradient(90deg, rgba(31, 208, 195, 1) 0%, rgba(7, 130, 129, 1) 100%);
	border-radius: 3px;
}

.collab_section_main ul.slick-dots {
	position: absolute;
	bottom: -45px;
	padding: 0 10px;
}

.single_collab_item {
	border: 1px solid #e7f2ee;
	text-align: center;
}

.single_collab_item img {
	display: table;
	margin: 0 auto;
}

.search_box_topbar input {
	padding: 4px 10px;
	font-size: 14px;
	line-height: 14px;
	border: none;
	border-radius: 0;
	margin: 0 !important;
	width: 100%;
	font-family: "Poppins", system-ui !important;
	color: #fff;
	width: 250px;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.search_box_topbar input:focus {
	border: none;
}

.search_box_topbar input::placeholder {
	color: #fff;
}

.search_box_topbar input.search-submit {
	font-family: 'Optima';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff;
	background: url(https://www.nightingaledubai.com//wp-content/uploads/2024/10/search_icon-nightingle.png) no-repeat center center;
	padding: 0;
	display: table;
	border-radius: 0;
	margin: 0 0 0 -25px !important;
	border: none;
	height: 30px;
	width: 30px;
	text-indent: 9999px;
}

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

.search_box_topbar {
	float: right;
	display: table;
	width: auto;
	margin-left: auto;
	margin-top: -20px;
}

.single_post_search_section h4 {
	font-size: 21px;
	line-height: 26px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: 'Optima Medium' !important;
}

.single_post_search_section h4 a {
	color: #333333;
	text-decoration: none;
}

.single_post_search_section {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}


.reviews_section_main button.slick-prev {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #36ae9d;
	background: url("assets/images/service_cara_left_arrow.png") no-repeat center center;
	left: -70px;
	transition: 0.3s;
	top: 40%;
}

.reviews_section_main button.slick-prev:hover {
	border: 1px solid #36ae9d;
	background: #36ae9d url("assets/images/white_service_cara_left_arrow.png") no-repeat center center;
}

.reviews_section_main button.slick-next {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #36ae9d;
	background: url("assets/images/service_cara_right_arrow.png") no-repeat center center;
	right: -70px;
	transition: 0.3s;
	top: 40%;
}

.reviews_section_main button.slick-next:hover {
	border: 1px solid #36ae9d;
	background: #36ae9d url("assets/images/white_service_cara_right_arrow.png") no-repeat center center;
}

.single_reviewslider {
	display: table;
	width: 100%;
	background: #fff;
	padding: 0;
}

.outer_single_reviewslider {
	padding: 0 15px 0 0;
}

.google_reviews_section_main {
	padding: 80px 0 0 0;
}

span.color-accent {
	color: #fff;
}



.select_cat_blog_page_main {
	margin-bottom: 50px;
}

.select_cat_blog_page_main p {
	margin: 0 10px 0 0;
	line-height: 40px;
}

.select_cat_blog_page_main select {
	border: 1px solid #616161;
	font-size: 15px;
	line-height: 15px;
	color: #616161;
	background: none;
	margin-bottom: 0;
	padding: 10px 16px;
	border-radius: 5px;
}

.inner_select_cat_blog_page_main p {
	float: left;
}

.inner_select_cat_blog_page_main {
	display: table;
	margin: 0 auto;
}

.footer_half_list_main li {
	width: 50%;
	float: left;
}

.subsribe_newsletter_footer {
	margin-top: 0;
	clear: both;
	display: table;
	float: left;
	width: 100%;
}

.fields_subsribe_newsletter_footer input {
	width: 100%;
	float: left;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #e7e7e7;
	font-family: "Poppins", system-ui !important;
	color: #212121;
	margin-bottom: 15px;
}

.fields_subsribe_newsletter_footer button {

	float: right;
	font-family: 'Optima' !important;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #078280;
	padding: 18px 25px;
	display: table;
	border-radius: 0;
	margin: 0;
}

.fields_subsribe_newsletter_footer {
	display: table;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.contact_links_footer_main a {
	display: table;
	color: #fff;
	background: #078280;
	padding: 4px 14px;
	margin-bottom: 10px;
	width: 100%;
}

.contact_links_footer_main a:hover {
	color: #fff !important;
}

span .wpcf7-not-valid {
	border: 1px solid #ff0000 !important;
	width: 100%;
	display: table
}

span.wpcf7-not-valid-tip {
	display: none
}

div.wpcf7-mail-sent-ok {
	background-color: #DBFDCC;
	border: 1px solid #A5EC86;
	width: 100%;
	clear: both;
	float: none !important;
	margin: 0 auto !important;
	clear: both;
	color: #418723
}

div.wpcf7-response-output {
	float: none !important;
	background: #fed4d5;
	color: #c9380b;
	font-size: 14px;
	clear: both;
	width: 100%;
	margin: -45px auto 0 !important;
	border: 1px solid #d88e9d
}


.banner_caption {
	color: #007c7a;
	font-size: 30px;
	line-height: 37px;
	font-family: 'Optima Bold';
	margin: 0 0 10px 0;
	padding: 0;
}

.banner_main p {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
	padding: 0;
	margin: 0 0 15px 0;
}


.bts-popup {

	position: fixed;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: rgba(0, 0, 0, 0.8);

	opacity: 0;

	visibility: hidden;

	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;

	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;

	transition: opacity 0.3s 0s, visibility 0s 0.3s;

	z-index: 99999;

}

.bts-popup.is-visible {

	opacity: 1;

	visibility: visible;

	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;

	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;

	transition: opacity 0.3s 0s, visibility 0s 0s;

}



.bts-popup-container {

	position: relative;

	width: 90%;

	max-width: 580px;

	margin: 2em auto;

	background: #a0cff1;

	border-radius: none;

	text-align: center;

	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

	-webkit-transform: translateY(-40px);

	-moz-transform: translateY(-40px);

	-ms-transform: translateY(-40px);

	-o-transform: translateY(-40px);

	transform: translateY(-40px);

	/* Force Hardware Acceleration in WebKit */

	-webkit-backface-visibility: hidden;

	-webkit-transition-property: -webkit-transform;

	-moz-transition-property: -moz-transform;

	transition-property: transform;

	-webkit-transition-duration: 0.3s;

	-moz-transition-duration: 0.3s;

	transition-duration: 0.3s;

}

.bts-popup-container img {

	padding: 0 0 0 0;

}

.bts-popup-container p {

	color: white;

	padding: 10px 40px;

}

.bts-popup-container .bts-popup-button {

	padding: 5px 25px;

	border: 2px solid white;

	display: inline-block;

	margin-bottom: 10px;

}



.bts-popup-container a {

	color: #000;

	text-decoration: none;

	text-transform: uppercase;
	cursor: pointer;

}













.bts-popup-container .bts-popup-close {

	position: absolute;

	top: 8px;

	right: 8px;

	width: 30px;

	height: 30px;
	text-indent: -99999px;

}

.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {

	content: '';

	position: absolute;

	top: 12px;

	width: 16px;

	height: 3px;

	background-color: #fff;

}

.bts-popup-container .bts-popup-close::before {

	-webkit-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transform: rotate(45deg);

	left: 8px;

}

.bts-popup-container .bts-popup-close::after {

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

	right: 6px;

	top: 12px;

}

.is-visible .bts-popup-container {

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

}

a.bts-popup-book-button {
	background: #056861;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	display: table;
	width: 100%;
}

@media only screen and (min-width: 1170px) {

	.bts-popup-container {

		margin: 4em auto;

	}

}



.slider_two_buttons_main_polyclinic a {
	font-family: 'Optima bold' !important;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	display: table;
	color: #fff;
	background: #078280;
	padding: 20px 25px;
	border-radius: 4px;
	margin: 0 25px 0 0;
	border: none;
	transition: 0.3s;
	float: left;
}

.cta_polyclinic_section_mid {
	border: 1px solid #80e7e3;
	border-radius: 3px;
	overflow: hidden;
}

.cta_polyclinic_section_mid h4 {
	font-size: 26px;
	line-height: 26px;
	color: #078280;
	margin: 15px 0 0 0 !important;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	font-family: "Poppins", system-ui !important;
}

.cta_polyclinic_section_mid a {
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	display: table;
	color: #fff !important;
	background: #078280;
	padding: 20px 25px;
	border-radius: 4px;
	margin: 0 0 0 0;
	border: none;
	transition: 0.3s;
	float: right;
	font-weight: 600;
	text-transform: none !important;
}

.services_section_polyclinic h3 {
	text-align: left;
}

.image_services_row_polyclinic {
	width: 95%;
	overflow: hidden;
	border-radius: 5px;
	max-height: 180px;
}

.inner_services_row_polyclinic {
	padding: 0 0 25px 0;
}

.link_services_row_polyclinic a {
	height: 95px;
	width: 95px;
	border-radius: 50%;
	text-align: center;
	padding: 35px 0 0 0;
	display: block;
	float: right;
	background: #07827f;
	text-align: center;
}

.link_services_row_polyclinic a svg {
	display: table;
	margin: 0 auto;
}

.inner_services_row_polyclinic p span {
	color: #07827f;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 10px;
	display: table;
}

.services_section_polyclinic {
	margin-bottom: 80px;
}

.bottom_content_section_plyclinic_page iframe {
	margin-bottom: 40px;
}

.icon_right_polyclinic_address_section {
	margin-bottom: 20px;
}

.bottom_content_section_plyclinic_page .sidebar_form_main {
	margin-top: 0;
}

.bottom_content_section_plyclinic_page .sidebar_form_main .sidebar_form_title {
	background: #078280;
	color: #fff;
}

select option {
	color: #000 !important;
}

button.close-nav-toggle:focus {
	border: none;
	box-shadow: none;
}

button.nav-toggle:focus {
	border: none;
	box-shadow: none;
}
.gap-10{
	gap: 10px;
}
/* header footer lms changes */
