/*
 Theme Name:     GroupOne Clinic
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Custom Divi child theme for GroupOne Clinic website.
 Author:         Daniel Ancuta
 Author URI:     https://www.wp-marvel.com
 Template:       Divi
 Version:        1.0.0
*/
 
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello/font/fontello.woff2') format('woff2'),
       url('fonts/fontello/font/fontello.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 
 
/* GroupOne Clinic Customization 
------------------------------------------------------- */

/* Main Menu Customization */
#et-top-navigation { padding-top: 20px !important; padding-bottom: 10px !important; }
#et-top-navigation nav > ul > li > a { font-weight: 500; color: #2D4990; padding-bottom: 25px !important; }
#et-top-navigation nav > ul > li > a:hover { color: #3851A2; }
#et-top-navigation nav > ul > li.current-menu-item > a { color: #2D4990; } 
#et-top-navigation nav > ul > li.menu-cta > a { background-color: #2D4990; color: #ffffff; border-radius: 3px; padding: 15px 25px 15px 25px !important; }
#et-top-navigation nav > ul > li.menu-cta > a:hover { background-color: #2D4990; }

.et-fixed-header #et-top-navigation { padding-top: 10px !important; padding-bottom: 0px !important; }
.et-fixed-header #et-top-navigation nav > ul > li.menu-cta > a { color: #ffffff !important; }


/* Footer Customization */
/*#main-footer { background-color: #2D4990; }*/
#footer-widgets .footer-widget li { position: relative; padding-left: 0; }
#footer-widgets .footer-widget h4 { color: #ffffff; font-weight: 500; }

/* Layout Customization */
#page-container { 
	padding-top: 110px !important; 
	overflow-y: unset !important;
}

@media screen and (max-width: 1199px) {
	#page-container { padding-top: 101px !important; }
}

@media screen and (max-width: 980px) {
	#page-container { padding-top: 90px !important; }
}

@media screen and (max-width: 600px) {
	body.admin-bar.et_fixed_nav #main-header.et-fixed-header {
		transform: translateY(0px) !important;
		top: 0 !important;
	}
}

/* Text Styles Customization */
strong { font-weight: 600; }


/* Gravity Forms Customization */
.gform_wrapper input, .gform_wrapper textarea { -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-appearance: none; background-color: #eeeeee; width: 100%; border-width: 0px; border-radius: 3px; color: #999999; font-size: 14px !important; padding: 16px !important; }
.gform_wrapper input[type=submit] { background-color: #2D4990; width: 100%; color: #ffffff; font-size: 14px !important; font-weight: 500; cursor: pointer; }
.gform_wrapper .top_label .ginput_container { margin-top: 2px !important; }
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label { margin: 9px 0 1px 1px; font-weight: 600; font-size: 14px; }
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label { font-weight: 500; font-size: 14px; color: #576764; }
.gform_wrapper .gfield_required { color: #0EBFB2; margin-left: 5px; }
.gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number], .gform_wrapper .gfield_date_year input[type=number] { width: calc(4rem + 16px)!important; }
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year input[type=number] { width: 6rem !important; max-width: 6rem !important; }

.et_pb_row,
.container {
	max-width: 1140px !important;
	margin: 0 auto !important;
	width: 100%;
}
@media screen and (min-width: 1400px) {
	.et_pb_row,
	.container {
		max-width: 1320px !important;
	}
}
@media screen and (max-width: 1199px) {
	.et_pb_row,
	.container {
		max-width: 960px !important;
	}
}
@media screen and (max-width: 980px) {
	.et_pb_row,
	.container {
		width: 100%;
		margin: 0;
	}
}
.grow:hover {
	transform: scale(1) !important;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	border: unset !important;
}
.custom-buttons ul {
	display: flex;
	align-items: center;
	gap: 24px;
}
.custom-buttons ul li:nth-child(1) a {
	border-radius: 99px;
	color: #ffffff !important;
	font-size: 14px;
	line-height: 130%;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #1e1e1e !important;
	padding: 14px 55px 14px 19px !important;
	position: relative;
	z-index: 1;
    display: flex !important;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
	text-decoration: none;
    overflow: hidden;
    transition: all 0.5s ease;
}
.custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper {
	background: rgba(38, 193, 100, 1);
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	position: absolute !important;
	right: 3px;
    top: 2px;
	z-index: -1;
    border-radius: 99px;
	transition: all 0.5s ease;
}
.custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper::before {
	content: '\E801';
    font-family: 'fontello';
    font-size: 16px;
    color: #fff;
    opacity: 1 !important;
	transition: all 0.5s ease;
	transform: translateX(0px);
	position: absolute;
	right: 16px;
}
.custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper {
   width: 97%;
}

.custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper::before {
	transform: translateX(0px);
}
.journey-section .custom-buttons ul li:nth-child(1) a {
	background: rgba(38, 193, 100, 1) !important;
}
.journey-section .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper { 
	background: rgba(6, 64, 69, 1);
}
@media screen and (max-width: 767px) {
	.custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper {
		height: 40px;
		width: 40px;
	}
}

body h2 {
	padding-bottom: 0px;
}

/* body #page-container .et_pb_section .dsm_button_0 .et_pb_button_one.et_pb_button:hover {
	padding-right: 0em !important;
    padding-left: 0em !important;
} */
.custom-buttons ul li:nth-child(2) a {
	color: rgba(30, 30, 30, 1);
	font-size: 16px;
	line-height: 130%;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
	position: relative !important;
	background: transparent;
    border-radius: 0 !important;
	display: flex !important;
    align-items: center !important;
    gap: 10px;
	transition: all 0.5s ease;
}
.custom-buttons ul li:nth-child(2) a .dsm_icon_list_text {
	border-bottom: 1px solid rgba(38, 193, 100, 1) !important;
	padding: 14px 0px 14px 0px !important;
	transition: all 0.5s ease;
}
.custom-buttons ul li:nth-child(2) a::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border: 1px solid white;
	outline: 1px solid rgba(38, 193, 100, 1);
	background: rgba(38, 193, 100, 1);
	border-radius: 99px;
	opacity: 1;
    position: unset;
	transition: all 0.5s ease;
}
.custom-buttons ul li:nth-child(2) a:hover .dsm_icon_list_text {
	border-bottom: 1px solid transparent !important;
}
@media screen and (max-width: 767px) {
	.custom-buttons ul li:nth-child(1) a::before {
		width: 35px;
    	height: 35px;
	}
	.custom-buttons ul li:nth-child(2) a {
		font-size: 14px;
	}
	.custom-buttons ul li:nth-child(2) a .dsm_icon_list_text {
		padding: 10px 0px 10px 0px !important;
	}
}
@media screen and (max-width: 425px) {
	.custom-buttons ul {
		flex-wrap: wrap;
    	gap: 10px 20px;
	}
}

.about-hero .custom-buttons ul li:nth-child(2) a {
	padding: 0;
	border: none;
}
.insurance-section__content .custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper,
.our-team .custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper,
.how-it-works .custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper {
	width: 97%;
}


.cta-button-green {
  width: fit-content;
  position: relative;
  display: flex !important;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.cta-button-green::before {
  content: '\E801';
  font-family: 'fontello';
  font-size: 16px;
  color: #fff;
  background: #064045;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  position: unset !important;
  border-radius: 99px;
}

.how-it-works .custom-buttons ul,
.we-treat__button .custom-buttons ul,
.our-team .custom-buttons ul,
.powerful-tools .custom-buttons ul,
.our-process .custom-buttons ul {
	justify-content: center;
}

body.custom-background {
	background-color: #ffffff !important;
}

/* physician-hero css */
.physician-hero .custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper {
	width: 98%;
}
@media screen and (max-width: 1199px) {
	.physician-hero .custom-buttons ul {
		flex-direction: column;
    	align-items: flex-start;
    	gap: 10px;
	}	
}
@media screen and (max-width: 980px) {
	.physician-hero .custom-buttons ul {
		flex-direction: row;
    	align-items: center;
    	gap: 20px;
	}	
}
@media screen and (max-width: 575px) {
	.physician-hero .custom-buttons ul {
		flex-wrap: wrap;
		gap: 10px 20px;
	}
}

/* Breadcrumbs css */
.dsm_breadcrumbs_wrap .dsm_breadcrumbs li {
	margin-bottom: 0px !important;
}

/* Header css */
header {
	padding: 26px 0px;
	box-shadow: unset;
	background: #ffffff !important;
}
header .logo_container a img {
	width: 100% !important;
    height: auto;
    max-height: 57px !important;
    max-width: 235px;
}
header .logo_container {
	position: unset !important;
	height: unset !important;
    width: unset !important;
	margin-right: 80px;
}
header .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo_container a {
	display: block;
}
header .logo_container .logo_helper {
	display: none;
}
header #et-top-navigation {
	padding: 0 !important;
	flex: 1;
}
header #et-top-navigation nav,
header #et-top-navigation nav ul {
	float: unset;
}
header #et-top-navigation nav ul li {
	padding-right: 0px !important;
}
header #et-top-navigation nav ul li a {
	padding-bottom: 0px !important
}
header #et-top-navigation nav ul {
	display: flex;
    align-items: center;
    gap: 18px;
}
header #et-top-navigation nav ul li.menu-cta {
	margin-left: auto;
}
header #et-top-navigation nav ul li.menu-cta a {
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 600;
	color: #ffffff !important;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif; 
	background: rgba(38, 193, 100, 1);
	padding: 8px 55px 9px 19px !important;
    border-radius: 99px;
	position: relative;
	z-index: 1;
	display: flex;
    align-items: center;
	flex-direction: row-reverse;
    gap: 8px;
	transition: all 0.5s ease;
}
header #et-top-navigation nav ul li.menu-cta a .dsm_icon_list_wrapper {
	background: rgba(6, 64, 69, 1);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	transition: all 0.5s ease;
	position: absolute !important;
    right: 3px;
    top: 2px;
    z-index: -1;
}
header #et-top-navigation nav ul li.menu-cta a .dsm_icon_list_wrapper::after {
	content: '\E801';
	font-family: 'fontello';
	font-size: 14px;
	color: #ffffff;
	transform: translateX(2px);
    position: absolute;
    right: 14px;
}
header #et-top-navigation nav ul li.menu-cta a:hover .dsm_icon_list_wrapper {
	 width: 98%;
}
header #et-top-navigation nav ul li.menu-cta a:hover .dsm_icon_list_wrapper::after {
	transform: translateX(0px);
}
header #et-top-navigation nav ul li.menu-cta a:hover {
	 background-color: rgba(38, 193, 100, 1);
}
header .clearfix:after {
	display: none;
}
header nav ul.nav li a {
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 500 !important;
	color: rgba(26, 26, 26, 1) !important;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	transition: all 500ms !important;
}
.et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {
	color: rgba(26, 26, 26, 1) !important;
}
header nav ul.nav li a:hover {
	color: rgba(38, 193, 100, 1) !important;
}
header ul li.current-menu-item>a:before,
header ul li.current_page_parent>a:before {
	content: '';
	position: absolute;
	bottom: 20px;
	top: 50%;
	background: linear-gradient(0deg, #4EDA86 0%, #26C164 100%) !important;
    width: 7px !important;
    height: 7px !important;
	left: -11px !important;
    top: 50%;
    bottom: unset;
    border-radius: 99px;
    transform: translateY(-50%);
}
header ul li:nth-child(2).current-menu-item>a:before {
	display: none;
}
#top-menu-nav>ul>li>a:hover {
	color: rgba(38, 193, 100, 1) !important;
	opacity: 1;
}
.et-fixed-header #et-top-navigation {
	padding-top: 0px !important;
}
@media screen and (min-width: 1400px) {
	header .logo_container {
		margin-right: 100px;
	}
	header #et-top-navigation nav ul {
		gap: 30px;
	}
}
@media screen and (max-width: 1199px) {
	header .logo_container a img {
		 max-width: 200px;	
	}
	header .logo_container {
		margin-right: 50px;
	}
	header #et-top-navigation nav ul li a {
		font-size: 14px !important;
	}
	header #et-top-navigation nav ul {
		gap: 16px;
	}
	header #et-top-navigation nav ul li.menu-cta a {
		font-size: 14px !important;
    	line-height: 20px !important;
	}
	header #et-top-navigation nav ul li.menu-cta a .dsm_icon_list_wrapper {
		height: 33px;
	}
}
@media screen and (max-width: 980px) {
	header .logo_container {
		margin: 0;
    	height: unset !important;
	}
	.dtb_mobile #main-header .logo_container, .et_header_style_centered.dtb_mobile header#main-header .logo_container {
		height: unset !important;
	}
	header .logo_container a img {
		max-width: 200px !important;
	}
	header #et-top-navigation nav {
		display: none;
	}
	header {
		padding: 20px 0px !important;
	}
	.dtb-in .menu-wrapper .dtb-m-logo-wrap a img {
		max-width: 200px !important;
    	width: 100% !important;
	}
	.dtb-in .nav-wrapper ul li a {
		font-size: 16px !important;
		line-height: 22px !important;
		font-weight: 500 !important;
		color: rgba(26, 26, 26, 1) !important;
		font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	}
	.dtb_mobile #main-header .et_menu_container {
		padding: 0px 20px;
	}
	.admin-bar .dtb-m-menu-trigger {
		transform: translateY(0px);
	}
	.dtb-m-menu-trigger {
		top: 18px;
		right: 8px;
	}
	.logged-in .dtb-m-menu-trigger {
		top: 49px;
	}
	.dtb-m-menu-trigger .mobile_menu_bar {
		background: unset;
	}
	.dtb-hamburger-inner, .dtb-hamburger-inner::before, .dtb-hamburger-inner::after {
		background: rgba(38, 193, 100, 1);
	}
	.hamburger_menu_icon-toggled:hover .dtb-hamburger-inner, .hamburger_menu_icon-toggled:hover .dtb-hamburger-inner::before, .hamburger_menu_icon-toggled:hover .dtb-hamburger-inner::after {
		background: rgba(38, 193, 100, 1);
	}
	.mobile_menu_bar:hover .dtb-hamburger-inner, .mobile_menu_bar:hover .dtb-hamburger-inner::before, .mobile_menu_bar:hover .dtb-hamburger-inner::after {
		background: rgba(38, 193, 100, 1);
	}
	#dtb-m-menu .dtb-mobile-menu li a:hover, #dtb-m-menu .dtb-mobile-menu li.menu-item-has-children>a:hover, #dtb-m-menu .dtb-mobile-menu .sub-menu-toggle.popped~ul.sub-menu li.menu-item-has-children>a:hover {
		background-color: unset !important;
		color: rgba(38, 193, 100, 1) !important;
	}
}
@media screen and (max-width: 782px) {
	.dtb-m-menu-trigger {
		top: 18px;
	}
	.logged-in .dtb-m-menu-trigger {
		top: 64px;
	}
}
@media screen and (max-width: 600px) {
	.dtb-m-menu-trigger {
		top: 19px;
	}
}

/* Footer css */
#footer-bottom {
	padding: 0px 0px 42px 0px;
}
#footer-bottom #footer-info {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0px;
}
.footer-bottom-menu {
	display: flex;
    align-items: center;
	gap: 28px;
}
.footer-bottom-menu a {
	font-family: 'Plus Jakarta Sans';
    font-weight: 600 !important;
}
.footer-widget .widget_media_image,
.footer-widget .widget_text {
	margin-bottom: 27px !important;
}
.footer-widget #block-5 p {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Inter';
}
.footer-widget .wp-block-social-links {
	gap: 7px;
}
.footer-widget .wp-block-social-links li {
	background-color: unset !important;
}
.footer-widget .wp-block-social-links li a {
	padding: 0px;
	width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	border: 1px solid #094D48;
}
.footer-widget .wp-block-social-links li a svg {
	height: 21px;
    width: 21px;
}
.footer-widget .wp-block-social-links li a:hover {
	color: #ffffff !important;
	border-bottom: 1px solid rgba(38, 193, 100, 1) !important;
}
.footer-widget .widget_nav_menu .title,
.footer-widget .widget_block .title {
	padding-bottom: 28px !important;
}
.footer-widget .widget_nav_menu .menu li {
	margin: 0px;
}
.footer-widget .widget_nav_menu .menu li a {
	font-family: 'Inter';
	font-weight: 400;
}
#footer-widgets .footer-widget:nth-child(3) {
	display: flex;
    flex-direction: column;
}
#footer-widgets .footer-widget:nth-child(3) #nav_menu-4 {
	margin-bottom: 30px;
}
#footer-widgets .footer-widget:nth-child(4) .widget_block {
	margin-bottom: 0px;
	float: unset;
}
#footer-widgets .footer-widget:nth-child(4) .widget_block .contact-wrapper {
	display: flex;
    flex-direction: column;
    gap: 19px;
	padding-bottom: 19px;
}
#footer-widgets .footer-widget:nth-child(4) .widget_block .contact-wrapper p {
	padding: 0px;
	line-height: 24px;
	font-family: 'Plus Jakarta Sans';
	position: relative;
	padding-left: 35px;
}
#footer-widgets .footer-widget:nth-child(4) .widget_block .contact-wrapper p a {
	font-family: 'Plus Jakarta Sans';
}
#footer-widgets .footer-widget:nth-child(4) .widget_block .contact-wrapper p::before {
	content: '';
	width: 23px;
	height: 23px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 23px;
    display: block;
	position: absolute;
	left: 0;
}
#footer-widgets .footer-widget:nth-child(4) .widget_block .contact-wrapper p.mail::before {
	background-image: url("/wp-content/themes/GroupOneClinic/image/footer-mail.png");
}
#footer-widgets .footer-widget:nth-child(4) .widget_block .contact-wrapper p.address::before {
	background-image: url("/wp-content/themes/GroupOneClinic/image/footer-location-health.png");
}
.contact-wrapper__button {
	padding: 14px 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Inter';
}

@media screen and (min-width: 1400px) {
	.footer-widget #block-5 p {
		font-size: 20px;
		line-height: 28px;
	}
	.footer-widget .wp-block-social-links li a {
		width: 39px;
		height: 39px;
	}
}
@media screen and (max-width: 1199px) {
	.contact-wrapper__button {
		font-size: 14px;
		line-height: 22px;
	}
}
@media screen and (max-width: 980px) {
	#footer-bottom #footer-info {
		flex-direction: column;
		gap: 10px;
	}
	#main-footer {
		padding: 0px 20px;
	}
}
@media screen and (max-width: 767px) {
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: unset !important;
	}
	.footer-widget {
		margin-bottom: 50px !important;
	}
	#footer-widgets {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.clearfix::after {
		display: none;
	}
	.footer-widget .widget_nav_menu .title,
	.footer-widget .widget_block .title {
		padding-bottom: 24px !important;
	}
	#nav_menu-8 {
		margin-top: 20px;
	}
	#block-5 p {
		padding: 20px 0px;
	}
	#footer-info {
		font-size: 14px !important;
	}
	.footer-bottom-menu {
		 gap: 16px;
	}
	#footer-widgets .footer-widget:nth-child(1) .fwidget {
		float: none;
	}
	#footer-widgets .footer-widget:nth-child(1) .fwidget img {
		max-width: 300px !important;
	}
}

/* Our newsletter section css */
.our-newsletter__form {
	display: flex;
    flex-direction: column-reverse;
	gap: 16px;
	width: 60%;
	margin: 0 auto;
}
.our-newsletter__form::after {
	display: none;
}
.our-newsletter__form .et_pb_contact_form p {
	padding: 0;
}
.our-newsletter__form .et_pb_contact_form {
	margin: 0px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.our-newsletter__form .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_right {
	display: none;
}
.our-newsletter__form .et_pb_contact_form .et_contact_bottom_container {
	margin: 0px;
}
.our-newsletter__form .et_pb_contact_form .et_contact_error {
	border: 1px solid rgba(255,255,255,0.17) !important;
}
.our-newsletter__form .et-pb-contact-message {
	display: flex;
    flex-direction: column;
	width: 70%;
    margin: auto;
}
.our-newsletter__form .et-pb-contact-message p,
.our-newsletter__form .et-pb-contact-message li {
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
	padding: 0;
}
.our-newsletter__form .et-pb-contact-message ul:empty {
	display: none;
}
.our-newsletter__form .et-pb-contact-message ul {
	padding: 5px 18px 5px 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;	
}
.our-newsletter .dsm_icon_list_items {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.our-newsletter .dsm_icon_list_items li {
	display: flex;
    align-items: center;
    gap: 10px;
}
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover { 
	background: rgba(30, 30, 30, 1) !important
}
.our-newsletter__form button {
	padding: 12px 22px 12px 22px;
}
@media screen and (min-width: 1400px) {
	.our-newsletter__form {
		width: 50%;
	}
}
@media screen and (max-width: 980px) {
	.our-newsletter__form {
		width: 100%;
	}
	.our-newsletter .dsm_icon_list_items {
		gap: 14px;
	}
	.our-newsletter .dsm_icon_list_items li {
		gap: 6px;
	}
	.our-newsletter__form button::after {
		display: none !important;
	}
	.our-newsletter__form button {
		padding: 12px 22px 12px 22px !important;
	}
}
@media screen and (max-width: 767px) {
	.our-newsletter__form .et_pb_contact_field {
		width: unset !important;
	}
	.our-newsletter .dsm_icon_list_items {
		flex-wrap: wrap;
	}
	.our-newsletter__form button {
		padding: 8px 22px 8px 22px;
	}
}
@media screen and (max-width: 575px) {
	.our-newsletter__form .et_pb_contact_form {
		flex-direction: column;
	}
	.our-newsletter__form .et_pb_contact_field {
		width: 100% !important;
	}
}


/* Featured Blog Custom Module Styles */
.featured-blog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 76px;
}

.main-title {
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    font-size: 54px !important;
    color: #383838 !important;
    line-height: 120% !important;
    text-align: left;
    padding: 0;
    position: relative;
    padding-left: 60px;
}

.main-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 48px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(0deg, #4EDA86 0%, #26C164 100%);
}

.arrows {
    display: flex;
    align-items: center;
    gap: 9px;
}

.prev, .next {
    width: 49px;
    height: 49px;
    background: #F5F7F9;
    border: 1.24px solid #FFFFFF33;
    font-size: 19px !important;
    color: #26C164;
    border-radius: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured-blog__inner {
	overflow: unset;
}

.featured-blog__wrapper {
    display: flex;
    flex-direction: row;
}

.featured-blog__card {
    background: #ffffff;
    border-radius: 28px;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #F1F1F1;
}

.featured-blog__card .image-wrap a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 19px;
}

.featured-blog__card .image-wrap a:hover img {
    transform: scale(1.1);
}

.featured-blog__card .image-wrap img {
    width: 100%;
    height: auto;
    max-height: 200px;
    min-height: 200px;
    border-radius: 19px;
    transform: scale(1);
    transform-origin: center center;
    transition: transform .5s ease;
	object-fit: cover;
}

.featured-blog__card .taxonomy {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
    background: #26C164;
    padding: 4px 12px;
    border-radius: 99px;
    position: absolute;
    top: 18px;
    left: 16px;
}

.featured-blog__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
	height: 100%;
}

.featured-blog__content .meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.featured-blog__content .meta hr {
    margin: 0px;
    background: linear-gradient(0deg, #4EDA86 0%, #26C164 100%);
    width: 10px;
    height: 10px;
    border-radius: 99px;
    border: none;
}

.featured-blog__content .meta span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #4B5563;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-blog__content .meta span i {
    font-size: 15px;
    color: #26C164;
    transform: translatey(2px);
}

.featured-blog__content h3 {
    font-size: 24px !important;
    line-height: 150%;
    font-weight: 700 !important;
    color: #000000;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif !important;
    padding-bottom: 0px;
}

.featured-blog__content h3 a {
    color: #111827 !important;
}

.featured-blog__content .desc {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #4B5563;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
	margin-top: auto;
}

.featured-blog__content .author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0px;
}

.featured-blog__content .author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.featured-blog__content .author span {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #111827;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
}

.featured-blog__content .read-more {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #11AC4F !important;
}

.featured-blog__content .read-more span {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #11AC4F;
    transition: all 500ms;
}

.featured-blog__content .read-more:hover span {
    transform: translateX(5px);
}

.featured-blog__pagination {
    margin-top: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: unset;
}

.featured-blog__pagination .swiper-pagination-bullet {
    margin: 0px !important;
    width: 35px;
    height: 4px;
    border-radius: 3px;
    background-color: #D9D9D9;
    opacity: 1;
}

.featured-blog__pagination .swiper-pagination-bullet-active {
    background: linear-gradient(0deg, #4EDA86 0%, #26C164 100%);
    width: 100px;
}

@media screen and (min-width: 1400px) {
    .featured-blog__content h3 {
        font-size: 28px !important;
    }
    .featured-blog__content .desc {
        font-size: 17px;
        line-height: 28px;
    }
}

@media screen and (max-width: 980px) {
	.main-title {
		font-size: 40px !important;
	}
}

@media screen and (max-width: 767px) {
    .featured-blog__content .meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .featured-blog__content .meta hr {
        display: none;
    }
    .featured-blog__card .image-wrap img {
        max-height: 170px;
        min-height: 170px;
    }
	.main-title {
		font-size: 34px !important;
	}
}

@media screen and (max-width: 649px) {
    .featured-blog__card .image-wrap img {
        max-height: 200px;
        min-height: 200px;
    }
    .featured-blog__header {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .featured-blog__pagination {
        margin-top: 50px;
    }
	.arrows {
		display: none;
	}
}

/* Single Blog Hero Styles */
.blog-single-hero .subtitle {
	margin-bottom: 0 !important;
    width: fit-content;
}
.blog-single-hero__content h1 {
	font-size: 46px !important;
}
.blog-single-hero .subtitle a {
	position: relative;
	color: rgba(31, 41, 55, 0.66);
	display: flex;
    align-items: center;
    gap: 6px;
}
.blog-single-hero .subtitle a::before {
	content: '\E803';
	font-family: 'fontello';
	font-size: 14px;
	color: rgba(75, 85, 99, 1);
}
.blog-single-hero__content .blog-meta {
	display: flex;
    align-items: center;
    gap: 16px;
}
.blog-single-hero__content .blog-meta .blog-meta__category {
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
    background: #26C164;
    padding: 8px 16px;
    border-radius: 99px;
}
.blog-single-hero__content .blog-meta .blog-date,
.blog-single-hero__content .blog-meta .blog-read {
	display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(75, 85, 99, 1);
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
}
.blog-single-hero__content .blog-meta .blog-details {
	display: flex;
    align-items: center;
    gap: 12px;
}
.blog-single-hero__content .blog-meta .blog-details hr {
	margin: 0px;
    background: linear-gradient(0deg, #4EDA86 0%, #26C164 100%);
    width: 8px;
    height: 8px;
    border-radius: 99px;
    border: none;
}
.blog-single-hero__content .blog-meta .blog-details span i {
	font-size: 18px;
    color: #26C164;
    transform: translatey(0px);
}
.blog-single-hero__content .blog-author__wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.blog-single-hero__content .blog-author__wrapper .author {
	display: flex;
    align-items: center;
    gap: 16px;
}
.blog-single-hero__content .blog-author__wrapper .author img {
	width: 48px;
    height: 48px;
    border-radius: 50%;
}
.blog-single-hero__content .blog-author__wrapper .author span {
	font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color:rgba(17, 24, 39, 1);
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
}
.blog-single-hero__content .blog-author__wrapper .blog-share {
	display: flex;
    align-items: center;
	gap: 16px;
}
.blog-single-hero__content .blog-author__wrapper .blog-share span {
	font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(31, 41, 55, 1);
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul {
	display: flex;
    align-items: center;
	gap: 7px;
	padding: 0;
    list-style-type: none;
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul li a {
	position: relative;
	width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid rgb(195 218 204);
	border-radius: 19px;
	background: transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul li a::after {
	font-family: 'fontello';
	font-size: 18px;
	color: rgba(6, 52, 24, 1);
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul li a:hover {
	transform: scale(1.1);
    box-shadow: 0 8px 18px rgba(6, 52, 24, 0.25);
    z-index: 2;
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul li a.facebook::after {
	content: '\F09A';
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul li a.twitter::after {
	content: '\E81C';
}
.blog-single-hero__content .blog-author__wrapper .blog-share ul li a.linkedin::after {
	content: '\F0E1';
}
.blog-single-hero__image .et_pb_image_wrap img {
	width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 26px;
}
@media screen and (min-width: 1400px) {
	.blog-single-hero__content h1 {
		font-size: 54px !important;
	}
}
@media screen and (max-width: 1199px) {
	.blog-single-hero__content h1 {
		font-size: 38px !important;
	}
}
@media screen and (max-width: 575px) {
	.blog-single-hero__content .blog-meta {
		flex-direction: column;
    	align-items: flex-start;
	}
	.blog-single-hero__content .blog-author__wrapper {
		flex-wrap: wrap;
	}
}

/* Blog Content section css */
.blog-content__left .wp-block-quote {
	padding: 29px;
	border-left: 4px solid;
	border-color: rgba(38, 193, 100, 1);
	background: linear-gradient(90deg, #FAFFFC 0%, rgba(224, 255, 236, 0.5) 100%);
}
.blog-content__left .wp-block-quote p strong,
.blog-content__left .wp-block-quote cite {
	font-size: 18px;
	line-height: 160%;
	font-weight: 700;
	color: rgba(30, 135, 72, 1);
	font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
	padding-top: 19px;
}
.blog-content__left figure {
	position: relative;
}
.blog-content__left figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 19px;
}
.blog-content__left figure img {
	width: 100%;
	height: auto;
	max-height: 350px;
}
.blog-content__left .dtb-author-box {
	padding: 38px;
	background: linear-gradient(135deg, #F9FAFB 0%, #F0FFF6 100%);
	box-shadow: unset;
    border-radius: 19px;
	display: flex;
}
.blog-content__left .dtb-author-box img {
	width: auto;
	height: auto;
	max-width: 89px;
	max-height: 89px;
	border-radius: 50%;
}
.blog-content__left .dtb-author-box .dtb-author-description a {
	font-size: 20px;
	line-height: 150%;
	font-weight: 600;
	color: rgba(31, 41, 55, 1);
	font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
}
.single-blog__sidebar .custom-buttons ul li:nth-child(1) a {
	background: rgba(38, 193, 100, 1) !important;
}
.single-blog__sidebar .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper {
	background: rgba(6, 64, 69, 1);
}
@media screen and (min-width: 1400px) {
	.blog-content__left figure img {
		max-height: 450px;
	}
}
@media screen and (max-width: 980px) {
	.blog-content__left figure img {
		max-height: 450px;
	}
}
@media screen and (max-width: 575px) {
	.blog-content__left .dtb-author-box {
		flex-wrap: wrap;
    	gap: 10px;
	}
}

/* FAQ Tabs Custom Module Styles */
.faq-tabs__wrapper {
    max-width: 1140px !important;
}

.faq-tabs__wrapper .tab-buttons {
    display: flex;
    border-bottom: 2px solid rgba(240, 240, 240, 1);
    margin-bottom: 30px;
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-tabs__wrapper .tab-btn {
    flex: 1;
    padding: 15px 20px;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: rgba(29, 38, 48, 1);
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.faq-tabs__wrapper .tab-btn:hover {
    color: rgba(38, 193, 100, 1);
    background: rgba(255, 255, 255, 1);
}

.faq-tabs__wrapper .tab-btn.active {
    color: rgba(38, 193, 100, 1);
    border-bottom-color: rgba(38, 193, 100, 1);
    background: rgba(255, 255, 255, 1);
}

.faq-tabs__wrapper .tab-content {
    position: relative;
}

.faq-tabs__wrapper .tab-pane {
    display: none;
}

.faq-tabs__wrapper .tab-pane.active {
    display: block;
}

.faq-tabs__wrapper .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.faq-tabs__wrapper .faq-item {
    border: 1px solid rgba(247, 247, 247, 1);
    background: rgba(248, 250, 252, 1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-tabs__wrapper .faq-question {
    padding: 18px 27px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-tabs__wrapper .faq-question h4 {
    padding: 0 !important;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: rgba(31, 41, 55, 1);
    letter-spacing: -0.46px;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
    flex: 1;
}

.faq-tabs__wrapper .faq-toggle {
    position: relative;
}

.faq-tabs__wrapper .faq-toggle::after {
    content: '\E809';
    font-family: 'fontello';
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: rgba(31, 41, 55, 1);
}

.faq-tabs__wrapper .faq-item.active .faq-toggle::after {
    content: '\E804';
}

.faq-tabs__wrapper .faq-answer {
    display: none;
    padding: 0px 27px 18px 27px;
}

.faq-tabs__wrapper .faq-answer p {
    font-size: 15px;
    line-height: 170%;
    font-weight: 400;
    color: #6c7993;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
}

.faq-section__bottom_link a {
  justify-content: flex-start !important;
}
.faq-section__top_link a,
.faq-section__bottom_link a {
  position: relative;
  color: #11ac4f!important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 500ms;
}
.faq-section__top_link a:hover,
.faq-section__bottom_link a:hover {
  color: #1f2937 !important;
}.cta-button-green {
  width: fit-content;
  position: relative;
  display: flex !important;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.cta-button-green::before {
  content: '\E801';
  font-family: 'fontello';
  font-size: 16px;
  color: #fff;
  background: #064045;
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  position: unset !important;
  border-radius: 99px;
}
.faq-section__top_link a::after,
.faq-section__bottom_link a::after {
	content: '\F105';
  font-family: 'fontello';
  font-size: 16px;
  color: rgba(17, 172, 79, 1);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  position: unset !important;
  transition: all 500ms;
}
.faq-section__top_link a:hover::after,
.faq-section__bottom_link a:hover::after {
  color: #1f2937 !important;
}
.faq-section__content .et_pb_toggle_content p {
	padding-bottom: 0px;
}
.specific-faq .faq-section__bottom_link p {
	display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 980px) {
	.faq-section__bottom_link .et_pb_text_inner p a {
		justify-content: center !important;
	}
}
@media screen and (max-width: 767px) {
    .faq-tabs__wrapper .faq-question h4 {
        font-size: 16px;
    }
    .faq-tabs__wrapper .tab-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

/* Content Page Styles */
.simple-content h1 {
  font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
	font-size: 54px;
	line-height: 66px;
  color: #1F2937;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}


.simple-content h2 {
  font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
	font-size: 44px;
	line-height: 56px;
  color: #1F2937;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.simple-content h3 {
  font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
	font-size: 26px;
	line-height: 38px;
  color: #1F2937;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.simple-content p {
  	font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 500;
	font-size: 16px;
    line-height: 180%;
  	color: rgba(55, 65, 81, 1);
	padding-bottom: 22px;
}

.simple-content p:empty {
  display: none;
}

.simple-content ul {
  padding-bottom: 0;
}

.simple-content ul li,
.simple-content ol li {
  	font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
  	font-weight: 500;
	font-size: 16px;
    line-height: 180%;
  	color: rgba(55, 65, 81, 1);
  	margin-bottom: 10px;
}

.simple-content p a,
.simple-content ul li a {
	color: rgba(30, 135, 72, 1);
}

@media only screen and (max-width: 991px) {
  .simple-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .simple-content h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .simple-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .simple-content p {
    font-size: 15px;
  }
  
  	.simple-content ul li,
	.simple-content ol li {
    	font-size: 15px;
  	}
}

@media only screen and (max-width: 575px) {
  	.simple-content h1 {
    	font-size: 30px;
    	line-height: 36px;
  	}
  	.simple-content h2 {
    	font-size: 22px;
    	line-height: 28px;
  	}

  	.simple-content h3 {
    	font-size: 18px;
    	line-height: 24px;
  	}

  	.simple-content p {
    	font-size: 14px;
  	}
  
  	.simple-content ul li,
	.simple-content ol li {
    	font-size: 14px;
  	}
}

/* Delivery Section css */
.delivery-section .et_pb_blurb {
  float: left;
  width: 48%;
  height: 70px;
}
.delivery-section .et_pb_row {
  width: 100%;
  margin: 0 auto !important;
  position: unset;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.delivery-section .et_pb_row {
    max-width: 1140px;
}
.delivery-section__image {
  position: absolute;
  right: 0;
}
.delivery-section__image .et_pb_image_wrap  img {
    min-height: 550px;
    max-height: 550px;
  	object-fit: cover;
}
.delivery-section .custom-buttons {
  float: inline-start;
}
.delivery-section .custom-buttons ul li:nth-child(1) a {
  background: rgba(38, 193, 100, 1) !important;
}
.delivery-section .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper {
  background: rgba(6, 64, 69, 1) !important;
}
.delivery-section .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper::before {
	content: '\F006';
}
.delivery-section__content h4 {
	padding: 0px 0px 3px 0px;
}
@media screen and (min-width: 1400px) {
  .delivery-section .et_pb_row {
    max-width: 1320px;
  }
  .delivery-section .et_pb_row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .delivery-section .et_pb_row {
    max-width: 960px;
  }
  .delivery-section__image .et_pb_image_wrap  img {
    min-height: 500px;
    max-height: 500px;
  }
	.delivery-section .et_pb_blurb {
		height: auto;
		max-height: 100px;
	}
}

@media screen and (max-width: 980px) {
  .delivery-section__image {
    position: unset;
  }
  .delivery-section__image .et_pb_image_wrap {
    width: 100%;
  }
  .delivery-section__image .et_pb_image_wrap  img {
    min-height: unset !important;
    max-height: unset !important;
	  width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
	.delivery-section .et_pb_blurb {
    	height: 80px;
		max-height: 100px;
  	}
}
@media screen and (max-width: 575px) {
  .delivery-section .et_pb_blurb {
    width: 100%;
	height: auto;
  }
}
@media screen and (max-width: 480px) {
  .delivery-section .et_pb_blurb {
    height: auto;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .delivery-section .et_pb_blurb {
    float: unset;
    width: 100%;
  }
}


/* our team section css */
.our-team__box_top .et_pb_blurb_container {
  padding-left: 18px;
}
.our-team__box_top .et_pb_blurb_container .et_pb_module_header {
  padding-bottom: 1px;
}
.our-team__box_top .et_pb_blurb_container p strong {
  padding-top: 8px;
  display: block;
  font-weight: 500;
  color: rgba(108, 121, 147, 1);
  position: relative;
}
.our-team__box_top .et_pb_blurb_container p strong::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/GroupOneClinic/image/team-location.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    transform: translateY(-1px);
    margin-right: 9px;
}
.our-team__box_top .et_pb_main_blurb_image {
  width: 92px;
  height: 100%;
}
.our-team__box_top .et_pb_main_blurb_image .et_pb_image_wrap {
  position: relative;
  overflow: visible;
}
.our-team__box_top .et_pb_main_blurb_image img {
  width: 92px;
  height: auto;
  min-height: 92px;
  max-height: 92px;
  object-fit: unset;
}
.our-team__box_top .et_pb_main_blurb_image .et_pb_image_wrap::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 99px;
  border: 3px solid rgba(34, 195, 128, 1);
  outline: 2px solid #ffffff;
}
.our-team__box .dsm_star_rating {
  display: flex;
  align-self: baseline;
  justify-self: flex-start;
  margin-bottom: 0px !important;
  float: left;
}
.our-team__box .custom-buttons {
  float: inline-start;
}
.our-team__box .custom-buttons ul {
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 20px;
}
.our-team__box .custom-buttons ul li:nth-child(2) a:hover .dsm_icon_list_text {
  text-decoration: underline;
}
.our-team__box .custom-buttons ul li:nth-child(1) a:hover .dsm_icon_list_wrapper {
  width: 96%;
}
.our-team__box .custom-buttons ul li:nth-child(1) a {
  padding: 7px 40px 7px 8px !important;
  background: rgba(38, 193, 100, 1) !important;
}
.our-team__box .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper {
  width: 30px;
  height: 30px;
  top: 1px;
  background: rgba(6, 64, 69, 1) !important;
}
.our-team__box .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper::before {
  right: 10px;
  content: '\F105';
}
.our-team__box .custom-buttons ul li:nth-child(2) a .dsm_icon_list_text {
    padding: 0 !important;
    border-bottom: unset !important;
}
.our-team__box .custom-buttons ul li:nth-child(2) a .dsm_icon_list_wrapper {
  display: none;
}
.our-team__box .custom-buttons ul li:nth-child(2) a::before {
  content: '\E805';
	font-family: 'fontello';
  width: unset;
  height: unset;
  border: unset;
  outline: unset;
  background: unset;
  font-size: 12px;
  color: rgba(38, 193, 100, 1);
}
.our-team__box .custom-buttons ul li:nth-child(2) a,
.our-team__box .custom-buttons ul li:nth-child(1) a {
  font-size: 12px;
}
.our-team__box .custom-buttons ul li:nth-child(2) a {
  border: 1px solid rgba(237, 237, 237, 1);
  border-radius: 99px !important;
  padding: 8px 10px;
}
.our-team__box .dsm_button {
  transform: translateX(0px) translateY(0px);
  margin-top: 15px;
}
.our-team__content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 43px;
  justify-content: flex-start;
}
.our-team__content .et_pb_column {
  width: 30.33%;
  margin-right: 0px;
}
@media screen and (min-width: 1400px) {
  .our-team__content { 
    column-gap: 50px;
  }
  .our-team__box .custom-buttons {
  	float: none;
	}
}
@media screen and (min-width: 1600px) {
  .our-team__box .dsm_button {
    display: flex;
    align-self: flex-start;
    justify-self: flex-end;
    margin-top: -30px;
  }
  .our-team__box .et_pb_button_module_wrapper {
    display: flex;
    align-items: center;
  }
  .our-team__content { 
    column-gap: 57px;
  }
}
@media screen and (max-width: 1199px) {
  .our-team__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .our-team__content .et_pb_column {
    width: 47% !important;
    margin-right: 0 !important;
  }
  .our-team__box .custom-buttons {
  	float: inline-end;
	}
}
@media screen and (max-width: 980px) {
  .our-team__content {
    row-gap: 0px;
  }
  .our-team__box .custom-buttons {
  	float: inline-start;
  }
	.our-team__box .custom-buttons ul {
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px) {
  .our-team__content .et_pb_column {
    width: 46%;
  }
  .our-team__content {
    column-gap: 20px;
  }
  .custom-buttons ul li:nth-child(2) a, .custom-buttons ul li:nth-child(1) a {
  	font-size: 12px !important;
  }
  .our-team__box .custom-buttons ul li:nth-child(1) a .dsm_icon_list_wrapper {
    width: 28px;
    height: 28px;
  }
  .our-team__box .custom-buttons ul li:nth-child(1) a {
    padding: 7px 35px 7px 7px!important;
  }
	.our-team__box .custom-buttons ul {
		margin-left: 0px;
	}
}
@media screen and (max-width: 575px) {
  .our-team__content .et_pb_column {
    width: 100% !important;
  }
  .our-team__box .dsm_button {
    display: flex;
    justify-self: flex-end;
    margin-top: -30px;
  }
  .our-team__box .custom-buttons ul {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .our-team__box .dsm_button {
    justify-self: flex-start;
    margin-top: 10px;
  }
}

.state-section .state-section__counter,
.state-section .state-section__image {
  display: flex;
  align-items: flex-start;
  width: 50%;
  margin-right: 0%;
}
.state-section .state-section__image {
  align-items: center;
  justify-content: flex-end;
}
.state-section .state-section__counter .title,
.state-section .state-section__image .title {
  padding: 0;
}
.state-section .state-section__counter .percent,
.state-section .state-section__image .percent {
  margin-bottom: 5px;
  height: unset;
} 
.state-section .state-section__counter .et_pb_module {
  margin: 0px;
}
.state-section .state-section__counter {
  justify-content: flex-start;
}
.state-section .state-section__counter .experience .percent-value::after {
  content: '+ Years';
}
.state-section .state-section__counter .consultations .percent-value::after {
  content: 'K+';
}
.state-section .et_pb_row {
  position: unset;
}
.state-section .et_pb_row::before {
  content: '';
  position: absolute;
  left: 0;
  background: #f2fff9;
  width: 53%;
  height: 100%;
  display: block;
}
.state-section__counter .percent p,
.state-section__image .percent p {
    font-size: 30px !important;
	line-height: 38px;
}
@media screen and (min-width: 1400px) {
  .state-section__counter .percent p,
  .state-section__image .percent p {
    font-size: 42px !important;
	line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .state-section .state-section__counter .title,
  .state-section .state-section__image .title {
    font-size: 16px;
  }
  .state-section__counter .percent p,
  .state-section__image .percent p {
    font-size: 26px !important;
  }
	.state-section__image .et_pb_image {
		width: 200px;
	}
}
@media screen and (max-width: 980px) {
  .state-section .state-section__counter,
  .state-section .state-section__image {
    width: 100%;
  }
  .state-section .state-section__counter {
    justify-content: center;
	margin-bottom: 0;
  }
  .state-section .et_pb_row::before {
    display: none;
  }
  .state-section .state-section__image {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .state-section__counter .percent p,
  .state-section__image .percent p {
    font-size: 17px !important;
  }
  .state-section__counter .percent,
  .state-section__image .percent {
    margin-bottom: 0px !important;
  }
	.state-section .state-section__counter .title, .state-section .state-section__image .title {
		font-size: 14px;
	}
	.state-section .state-section__counter .et_pb_number_counter_0.et_pb_number_counter {
		margin-right: 10px !important;
	}
}
@media screen and (max-width: 425px) {
	.state-section__image .et_pb_image {
		width: 130px;
	}
	.state-section__counter {
		flex-direction: column;
    	justify-content: center;
	}
	.state-section .state-section__counter .et_pb_number_counter {
        width: 100%;
        margin: 0px !important;
		padding: 0px !important;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.state-section .state-section__counter .consultations {
		border-right-width: 0px;
        border-left-width: 0px;
		border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-color: rgba(38, 193, 100, 0.13);
        border-bottom-color: rgba(38, 193, 100, 0.13);
		margin: 10px 0px 0px 0px !important;
		padding-bottom: 10px !important;
		width: 100%;
	}
	.state-section__counter .percent p, .state-section__image .percent p {
		font-size: 20px !important;
	}
}



.home-hero .et_pb_button_module_wrapper {
  float: left;
}
.home-hero h1 strong {
  font-weight: 700;
  color: rgba(38, 193, 100, 1);
}
.home-hero .subtitle p strong {
  color: rgba(38, 193, 100, 1);
  padding: 0 2px;
}
.home-hero {
  position: relative;
}
.home-hero .et_pb_row {
  position: unset;
}
.home-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.home-hero__image .et_pb_module,
.home-hero__image .et_pb_image_wrap,
.home-hero__image img {
  height: 100%;
}

.home-hero__image img {
  object-fit: fill;
  height: auto; 
  min-height: 560px;
}

.home-hero .home-hero__content h1 {
  font-size: 48px;
}

.home-hero .home-hero__content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.home-hero .custom-buttons {
  margin-bottom: 0px !important;
}

@media screen and (min-width: 1400px) {
  .home-hero .home-hero__content h1 {
    font-size: 54px;
  }
  .home-hero__image img {
    min-height: 650px;
	  max-height: 650px;
  }
  .home-hero .home-hero__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .home-hero__image img {
  	object-fit: cover;
  }
	.home-hero .home-hero__content h1 {
  		font-size: 44px;
	}
}
@media screen and (max-width: 980px) {
  .home-hero__image {
  	position: unset;
  }
  .home-hero .et_pb_column_0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero__image img {
    min-height: 450px;
    object-fit: fill;
  }
  .home-hero .home-hero__content h1 {
  	font-size: 42px;
	}
}
@media screen and (max-width: 575px) {
  .home-hero__image img {
    min-height: 350px;
  }
	.home-hero h1 strong {
		display: inline-block;
	}
	.home-hero .home-hero__content h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 425px) {
  .home-hero__image img {
    min-height: 300px;
  }
	.home-hero .home-hero__content h1 {
		font-size: 37px;
	}
}
.trust-section__content {
	display: flex;
  	align-items: stretch;
}
.trust-section__content .et_pb_column {
	border: 1px solid rgba(251, 251, 251, 1);
	box-shadow: 0px 1.13px 2.26px 0px rgba(31, 41, 55, 0.05);
	border-radius: 20px;
	padding: 20px;
}
@media screen and (max-width: 980px) {
	.trust-section__content .et_pb_column .et_pb_blurb_content {
		max-width: 100%;
	}
	.journey-section__image .et_pb_image_wrap  {
		border-radius: 19px 19px 0px 0px !important;
	}
	.journey-section {
		border-radius: 32px 32px 0px 0px !important;
	}
	.trust-section__content {
		flex-direction: column;
	}
}

.custom-blurb {
	margin-bottom: 0px !important;
}