/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* gw_quote Box CSS */
.quote-box {
  width: 100%;
  padding: 0rem 0rem 1rem 0rem;
  background: var(--base);
  border-radius: 25px;
  border: 1px solid #dce1e8;
  margin: 3.66rem auto 2.5rem; }
.quote-box__icon {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 20%;
  border: 1px solid #D7D7D7;
  margin-top: -35px;
  background: white url(/wp-content/uploads/2024/02/trent_cta_2.png) no-repeat 50% 50% /75px; }

.quote-box__content {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400; }
  .quote-box__content h2, .quote-box__content h3, .quote-box__content h4, .quote-box__content h5, .quote-box__content h6 {
    font-weight: 400; }
  .quote-box__content p:last-of-type {
    margin-bottom: 0; }
/* gw_quote Box CSS */

/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*## Common CSS ##*/
body a {
    text-decoration: none;
}
.icon_rotate {
    transform: rotate(270deg) !important;
}
.card_box_shadow {
    box-shadow: 0 0.3125rem 3.125rem rgba(0,0,0,.1);
}
.opacity_06 {
     opacity: .6;
}
.opacity_05 {
     opacity: .5;
}
.opacity_02 {
     opacity: .2;
}
@media only screen and (max-width: 767px) {
    .hide_on_mobile {
        display: none;
    }
		.mobile_col_reverse {
				flex-direction: column-reverse;
		}
}
@media only screen and (max-width: 1024px) {
    .hide_on_ipad {
        display: none;
    }
}
@media only screen and (min-width: 1025px) {
    .desktop_hide {
        display: none;
    }
}

/*# Button Design #*/
.gb-button {
color: #ffffff;
font-size: 18px;
line-height: 22px;
font-weight: 600;
background: #0d4d72;
border: 1px solid #0d4d72;
border-radius: 2.5rem;
padding: 17px 32px 15px !important;
transition: .3s !important;
}
.gb-button:hover {
background: #105c89;
border: 1px solid #105c89;
}
@media only screen and (max-width: 1024px) {
  .gb-button {
            padding: 17px 20px 15px !important;
    }
}
/* Outline */
.gb-button.outline_btn {
    color: #0d4d72 !important;
    background: transparent !important;
}
.gb-button.outline_btn.green {
    color: #378f82 !important;
    border: 1px solid #378f82;
}
.gb-button.outline_btn:hover {
    opacity: 0.8;
}
/* Outline Icon Btn */
.gb-button.outline_btn.icon_btn {
position: relative;
padding: 17px 74px 15px 23px !important;
}
.gb-button.outline_btn.icon_btn:after {
content: "";
width: 20px;
height: 15px;
background: url(/wp-content/uploads/2024/02/button-arrow-blue.svg) no-repeat center;
background-size: contain !important;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
}
.gb-button.outline_btn.icon_btn.green:after {
background: url(/wp-content/uploads/2024/02/button-arrow-green.svg) no-repeat center;
}

/*# Play Btn #*/
.videoPopup.play_btn_designn {
position: absolute;
top: 50%;
transform: translateY(-50%);
}

/*# Opacity Hover Box #*/
.opacity_hover_box {
    opacity: .4;
		transition: all .2s ease-out;
}
.opacity_hover_box:hover {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .opacity_hover_box {
            opacity: 1;
    }
}

/*# Post Box Design #*/
.gb-query-loop-item .gb-block-image img {
border-radius: 1.25rem;
    transition: .3s;
}
.gb-query-loop-item .gb-block-image:hover img {
opacity: .8;
}
.gb-query-loop-item .post-term-item:before {
content: "";
display: inline-block;
width: 0.6875rem;
height: 0.6875rem;
background: #edc3fa;
border-radius: 50%;
margin-right: 0.8125rem;
}
.gb-query-loop-item:nth-child(even) .post-term-item:before {
    background: #c0e28a;
}

/* Pagination */
.gb-query-loop-pagination .gb-button {
    padding: 8px 15px 4px !important;
}

/*# Icon List Design #*/
.custom_icon_list_design {
margin: 0;
list-style: none;
}
.custom_icon_list_design li {
margin-bottom: 16px;
}
.custom_icon_list_design li a {
display: flex;
align-items: center;
}
.custom_icon_list_design li a:before {
content: "";
display: inline-block;
width: 28px;
height: 22px;
background: url(/wp-content/uploads/2024/02/list-arrow-black.svg) no-repeat center;
background-size: contain;
margin-right: 14px;
}

/*# Accordion Design #*/
.custom_accordion_design .ea-card {
border-radius: 0.375rem;
}
.custom_accordion_design .ea-header>a {
display: flex !important;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
font-size: 24px !important;
line-height: 36px !important;
font-weight: 500 !important;
padding: 25px 50px !important;
}
.custom_accordion_design .ea-header .ea-expand-icon {
color: transparent !important;
width: 34px;
height: 26px;
background: url(/wp-content/uploads/2024/02/list-arrow.svg) no-repeat center;
background-size: contain;
    transition: transform .2s ease-out;
}
.custom_accordion_design .ea-card.sp-ea-single.ea-expand .ea-header .ea-expand-icon {
transform: rotate(-45deg);
}
.custom_accordion_design .ea-body {
padding: 0 50px 36px !important;
margin-top: -9px;
}
@media only screen and (max-width: 1024px) {
    .custom_accordion_design .ea-header>a {
            font-size: 22px !important;
            line-height: 32px !important;
            padding: 24px 32px !important;
    }
    .custom_accordion_design .ea-header .ea-expand-icon {
            width: 28px;
            height: 21px;
    }
    .custom_accordion_design .ea-body {
            padding: 0 32px 28px !important;
    }
}
@media only screen and (max-width: 767px) {
    .custom_accordion_design .ea-header>a {
            font-size: 20px !important;
            line-height: 30px !important;
            padding: 20px 24px !important;
    }
    .custom_accordion_design .ea-body {
            padding: 0 24px 20px !important;
    }
}

/*# Form Design #*/
.gform_heading {
display: none;
}
.gform_fields {
width: 100%;
display: flex;
flex-flow: row wrap;
gap: 26px 16px;
list-style: none;
padding: 0;
margin: 0;
}
.gform_fields .gfield {
width: 100%;
}
.gform_fields .gfield.is-half {
width: calc(50% - 8px);
}
.gform_fields .gfield_label {
display: none;
}
.gform_fields .gfield input[type=email],
.gform_fields .gfield input[type=password],
.gform_fields .gfield input[type=search],
.gform_fields .gfield input[type=tel],
.gform_fields .gfield input[type=text],
.gform_fields .gfield textarea,
.gform_fields .gfield select {
width: 100%;
color: #0d4d72;
font-size: 16px;
line-height: 20px;
font-weight: 600;
background: #e7f4fc;
border: 2px solid #0a8fca;
border-radius: 30px;
padding: 1.15rem 1.625rem 0.85rem;
transition: all .25s ease;
}
.gform_fields .gfield input[type=email]::placeholder,
.gform_fields .gfield input[type=password]::placeholder,
.gform_fields .gfield input[type=search]::placeholder,
.gform_fields .gfield input[type=tel]::placeholder,
.gform_fields .gfield input[type=text]::placeholder,
.gform_fields .gfield textarea::placeholder {
color: #0d4d72;
opacity: 1!important
}
.gform_fields .gfield input[type=email]:focus,
.gform_fields .gfield input[type=password]:focus,
.gform_fields .gfield input[type=search]:focus,
.gform_fields .gfield input[type=tel]:focus,
.gform_fields .gfield input[type=text]:focus,
.gform_fields .gfield textarea:focus,
.gform_fields .gfield select:focus {
border-color: #275dc5;
}
.gform_fields .gfield textarea {
height: 7.875rem;
resize: none;
}
.gform_fields .gfield select {
background: url(/wp-content/uploads/2024/02/arrow-blue.svg) no-repeat #e7f4fc;
background-size: 14px;
background-position: 96% 50%;
appearance: none;
}
.gform_fields .gfield .gfield_description {
padding: 8px 24px 0;
}
.gform_wrapper .ginput_recaptcha>div {
margin: 0 auto;
}
.gform_wrapper .gform_footer {
margin-top: 30px;
}
.gform_wrapper .gform_page_footer {
padding: 24px 0 0;
text-align: center;
}
.gform_wrapper .button {
color: #ffffff !important;
display: inline-block;
background: #0a8fca !important;
border: 1px solid #0a8fca !important;
border-radius: 2.5rem;
padding: 17px 32px 14px !important;
position: relative;
text-align: center;
transition: all .25s ease;
}
.gform_wrapper .button:hover {
background: #097eb2 !important;
border: 1px solid #097eb2 !important;
}
.gform_wrapper .validation_message {
font-size: 14px;
line-height: 25px;
font-style: italic;
}
@media only screen and (max-width: 767px) {
    .gform_fields {
            gap: 20px;
    }
    .gform_fields .gfield.is-half {
            width: 100%;
    }
}

/* Hero Form */
.hero_contact_form {
box-shadow: 0 4px 100px rgba(115,118,197,.25);
}
.hero_contact_form .gform_wrapper {
    position: relative;
}
.hero_contact_form .gfield--type-consent {
position: absolute;
bottom: 0;
left: 0;
margin: 13px 0;
}
.hero_contact_form .gform_footer {
display: flex;
justify-content: flex-end;
width: 100%;
}
.gform_wrapper h2 {
color: #001d27;
font: 600 1rem/1.2 League Spartan,sans-serif;
margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
    .hero_contact_form .gfield--type-consent {
            position: static;
            margin: 0 0 5px;
    }
    .hero_contact_form .gform_footer {
            justify-content: center;
    }
}

/*# Testimonial Slider #*/
.testimonial-slider {
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center;
text-align: center;
}
.testimonial-slider .slick-list {
order: 1;
margin-bottom: 56px;
}
.testimonial-slider .slick-slide {
padding: 0 18px;
opacity: .4;
transform: scale(.9);
transition: all .2s ease-out;
}
.testimonial-slider .slick-slide.slick-current {
opacity: 1;
transform: scale(1);
}

/* Slider Item */
.testimonial-slider 
.name {
font-size: 30px;
line-height: 40px;
font-weight: 600;
  margin-bottom: 8px;
}
.testimonial-slider 
.date {
  margin-bottom: 28px;
}
.testimonial-slider p {
    color: #0d4d72;
    font-size: 20px;
line-height: 30px;
    margin: 0;
}
.testimonial-slider .rating {
height: 39px;
display: inline-flex;
align-items: center;
    gap: 10px;
list-style: none;
background: url(/wp-content/uploads/2024/02/google.svg) no-repeat;
background-size: contain;
padding-left: 50px;
margin: 16px 0 0;
}
.testimonial-slider .rating li {
width: 18px;
height: 18px;
background: url(/wp-content/uploads/2024/02/star.svg) no-repeat center;
background-size: contain;
	opacity: .30;
}
.testimonial-slider .rating.rat_1 li:first-child {
opacity: 1;
}
.testimonial-slider .rating.rat_2 li:first-child,
.testimonial-slider .rating.rat_2 li:nth-child(2){
opacity: 1;
}
.testimonial-slider .rating.rat_3 li:first-child,
.testimonial-slider .rating.rat_3 li:nth-child(2),
.testimonial-slider .rating.rat_3 li:nth-child(3){
opacity: 1;
}
.testimonial-slider .rating.rat_4 li:first-child,
.testimonial-slider .rating.rat_4 li:nth-child(2),
.testimonial-slider .rating.rat_4 li:nth-child(3),
.testimonial-slider .rating.rat_4 li:nth-child(4){
opacity: 1;
}
.testimonial-slider .rating.rat_5 li{
opacity: 1;
}

/* Arrow */
.testimonial-slider .slick-arrow {
color: transparent;
width: 40px;
height: 40px;
background: url(/wp-content/uploads/2024/02/arrow-left-regular.svg) no-repeat center;
border: 1px solid #378f82;
border-radius: 50%;
padding: 0;
}
.testimonial-slider .slick-prev.slick-arrow {
order: 2;
}
.testimonial-slider .slick-next.slick-arrow {
order: 4;
transform: rotate(180deg);
}

/* Dots */
.testimonial-slider .slick-dots {
display: flex;
list-style: none;
margin: 0 16px;
order: 3;
gap: 10px;
}
.testimonial-slider .slick-dots li {
display: flex;
}
.testimonial-slider .slick-dots button {
color: transparent;
width: 12px;
height: 12px;
background: #e1e1e1;
border-radius: 50%;
padding: 0;
}
.testimonial-slider .slick-dots .slick-active button {
background: #378f82;
}

/* Card Design */
.testimonial-slider.card {
    text-align: left;
}
.testimonial-slider.card .slick-slide {
padding: 0 16px;
opacity: 1;
transform: unset;
}
.testimonial-slider.card .slick-slide>div {
display: flex;
flex-direction: column;
justify-content: space-between;
background: url(/wp-content/uploads/2024/02/quote.svg) no-repeat;
background-size: 15px !important;
background-position: 32px 35px !important;
padding: 32px 32px 32px 68px;
border: 1px solid #dadef2;
border-radius: 20px;
min-height: 476px;
}
.testimonial-slider.card p {
color: #001d27;
font-size: 16px;
line-height: 28px;
}
.testimonial-slider.card .name {
margin: 46px 0 0;
}
.testimonial-slider.card .slick-slide.slick-current>div {
    background: url(/wp-content/uploads/2024/02/quote-white.svg) no-repeat #378f82;
}
.testimonial-slider.card .slick-slide.slick-current p {
    color: #ffffff;
}

/* Blue Card */
.testimonial-slider-blue .card .slick-slide>div {
    background-color: #ffffff;
}
.testimonial-slider-blue .card .slick-slide.slick-current>div {
    background-color: #0d4d72;
    border-color: #0d4d72;
}
.testimonial-slider-blue .slick-dots .slick-active button {
    background: #0d4d72;
}
.testimonial-slider-blue .slick-arrow {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .testimonial-slider .rating {
            background-size: 30px;
            background-position: 0;
            padding-left: 40px;
            gap: 8px;
    }
    .testimonial-slider .rating li {
            width: 16px;
            height: 16px;
    }
    .testimonial-slider.card .slick-slide {
            padding: 0;
    }
    .testimonial-slider.card .slick-slide>div {
            background-position: 30px 35px !important;
            padding: 30px 30px 30px 66px;
            min-height: unset;
    }
    .testimonial-slider.card .name {
            margin: 36px 0 0;
    }
    .testimonial-slider .slick-list {
            margin-bottom: 28px;
    }
    .testimonial-slider .slick-arrow {
            width: 32px;
            height: 32px;
            background-size: 16px !important;
    }
    .testimonial-slider .slick-dots button {
            width: 11px;
            height: 11px;
    }
}
/*## End Common CSS ##*/

/*## Header CSS ##*/
.top-bar {
width: 100%;
position: sticky;
top: 0;
left: 0;
    z-index: 999;
}
.top_bar_btn {
padding: 6.8px 19px 4px !important;
}

.site-header {
    width: 100%;
position: sticky;
top: 48px;
    left: 0;
    z-index: 999;
}
.site-header .menu-item a {
padding: 12px 15px !important;
}
.site-header .menu-item.current_page_item>a:after {
content: "";
width: 7px;
height: 7px;
background: #378f82;
border-radius: 50%;
position: absolute;
left: 50%;
bottom: 6px;
transform: translateX(-50%);
}
.site-header .menu-item-has-children.menu-item.current_page_item>a:after {
transform: translateX(0);
}
.site-header .menu-item.menu-item-has-children .dropdown-menu-toggle {
padding-right: 0;
}
.site-header .sub-menu .menu-item a {
padding: 12px 16px !important;
}
.site-header .sub-menu .menu-item a:after {
content: "";
display: inline-block;
width: 17px;
height: 17px;
background: url(/wp-content/uploads/2024/02/button-arrow-blue.svg) no-repeat center;
background-size: contain;
margin-left: 13px;
}
.site-header .menu-item.menu_btn a,
.header-widget .menu_btn {
color: #ffffff !important;
font-size: 16px;
line-height: 20px;
font-weight: 500;
background: #0d4d72 !important;
border-radius: 2.5rem;
padding: 15px 44px 12px !important;
transition: .3s !important;
margin-left: 15px;
}
.site-header .menu_btn a:hover,
.header-widget .menu_btn:hover {
background: #105c89 !important;
}
.site-header .menu-item.menu_btn a:after {
    display: none;
}
.site-header:after {
background-image: url(/wp-content/uploads/2024/02/header-bottom.svg);
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
content: "";
height: 1.5rem;
left: 0;
margin-top: -1px;
position: absolute;
top: 100%;
width: 100%;
}

/* Mega Menu */
.mega-menu.service .submenu-wrapper {
    display: flex;
    justify-content: center;
    background: #F0F6FE;
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    z-index: 9999 !important;
}
.mega-menu.service .sub-menu {
    display: flex;
    flex-flow: wrap;
    max-width: 1240px;
    padding: 0 !important;
    box-shadow: unset;
    width: 100%  !important;
    position: unset !important;
    z-index: 99999 !important;
    pointer-events: unset;
}
.mega-menu.service:hover .sub-menu {
		opacity: 1;
    height: unset;
		padding: 40px 0 !important;
}
.mega-menu.service .service-megamenu-column-wrap {
    width: 36%;
}
.mega-menu.service .service-megamenu-column-wrap:last-child {
    width: 28%;
}
.mega-menu.service .menu-item a {
    display: flex;
		width: calc(100% - 24px);
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 0 12px;
    padding: 12px 16px !important;
    transition: all .2s ease-out !important;
}
.mega-menu.service .menu-item:hover a {
    background: #ffffffb0 !important;
    border-color: #0a8fca;
}
.mega-menu.service .menu-item .icon {
    display: flex;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 13px;
}
.mega-menu.service .menu-item .menu-info {
    padding-right: 8px;
}
.mega-menu.service .menu-item .menu-info .text {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.mega-menu.service .menu-item .menu-info .description {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3.2px;
}
.mega-menu.service .menu-item a:after {
		min-width: 17px;
		margin-left: auto;
		margin-top: auto;
		opacity: 0;
}
.mega-menu.service .menu-item:hover a:after {
		opacity: 1;
}
.mega-menu.service .menu-item.menu_btn a {
    max-width: 276px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    background: #0a8fca !important;
    border: 1px solid #0a8fca !important;
    border-radius: 40px !important;
    padding: 18px 16px !important;
    margin-bottom: 36px;
}
.mega-menu.service .menu-item.menu_btn a:hover {
		background-color: #097eb2 !important;
    border: 1px solid #097eb2 !important;
}
.mega-menu.service .menu-item.menu_btn:last-child a {
    margin-bottom: 0;
}
.mega-menu.service .menu-item.menu_btn a .menu-info {
    padding: 0;
}
.mega-menu.service .menu-item.menu_btn a .text {
    font-size: unset;
    line-height: unset;
    margin: 0;
}
.mega-menu.service .menu-item.menu_btn.outline a {
    color: #097eb2 !important;
    background: transparent !important;
}
.mega-menu.service .menu-item.menu_btn.outline a:hover {
    color: #0a8fca !important;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .header-widget {
            order: 2;
            flex-basis: unset !important;
            margin: 0 0 0 auto !important;
    }
    #mobile-menu-control-wrapper {
            order: 3;
            margin-left: 20px;
    }
    .mobile-menu-control-wrapper button.menu-toggle {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 52px;
            height: 52px;
            border: 1px solid #0D4D72;
            border-radius: 50%;
            padding: 0;
    }
    .mobile-menu-control-wrapper button.menu-toggle svg {
            width: 22px;
            height: 24px;
            fill: #0D4D72;
						margin-bottom: 3px;
    }
    nav#site-navigation {
            order: 4;
            flex-basis: unset;
            margin-top: 10px !important;
    }
    div#primary-menu ul {
						height: 100%;
            background: #EFF8FF;
            padding: 10px 20px 28px;
    }
    .site-header .menu-item a {
            padding: 10px 0 !important;
            margin: 0 !important;
            background: transparent !important;
    }
    .site-header .menu-item.current_page_item a:after {
            left: 96%;
            bottom: 50%;
    }
    .site-header .menu-item.menu_btn a {
            width: unset !important;
            display: inline-block;
            margin-top: 10px !important;
    }
    .site-header .sub-menu {
				height: unset;
				padding: 0 !important;
				border: none !important;
				background: #E3EEF9 !important;
				position: unset;
				opacity: 1;
				visibility: visible !important;
				margin-bottom: 10px;
		}
		.site-header .sub-menu .menu-item a {
				display: flex;
				align-items: center;
				justify-content: space-between;
				padding: 12px 24px !important;
		}
		.mega-menu.service .submenu-wrapper {
				width: 100% !important;
				position: unset !important;
				border-top: none;
		}
		.mega-menu.service .sub-menu {
			height: unset;
			max-height: 215px;
			position: unset !important;
			padding: 20px 0 !important;
			margin-bottom: 10px;
			visibility: visible !important;
			opacity: 1;
			overflow: auto;
	}
		.mega-menu.service:hover .sub-menu {
				padding: 20px 0 !important;
		}
		.mega-menu.service .service-megamenu-column-wrap {
				width: 100%;
		}
		.mega-menu.service .menu-item a {
				align-items: center;
				margin: 0 auto !important;
				padding: 12px 16px !important;
		}
		.mega-menu.service .menu-item .icon {
				width: 24px;
				height: 24px;
				margin-right: 8px;
		}
		.site-header .sub-menu .menu-item a:after,
		.mega-menu.service .menu-item a:after {
				min-width: 15px !important;
				width: 15px !important;
				opacity: 1;
		}
		.mega-menu.service .menu-item .menu-info .text {
				font-size: 16px;
				line-height: 24px;
				margin-bottom: 0;
		}
		.mega-menu.service .menu-item .menu-info .description {
				display: none;
		}
		.mega-menu.service .service-megamenu-column-wrap:last-child {
				display: none;
		}
		.main-navigation.toggled .main-nav {
				height: calc(100vh - 154px);
				overflow: auto;
		}
}
@media only screen and (max-width: 767px) {
    .inside-top-bar,
    .inside-header {
            padding-left: 16px !important;
            padding-right: 16px !important;
    }
    .top-bar .inside-top-bar>.widget {
            margin: 0;
            width: 100%;
    }
    .top_bar_btn {
            padding: 8px 16px 6px !important;
    }
    .site-header {
            top: 77px;
    }
    .header-image img {
            width: 172px;
    }
    .header-widget {
            margin: 0 0 0 auto !important;
    }
    .site-header .menu-item a {
            padding: 6px 0 !important;
    }
    .site-header .menu-item.current_page_item a:after {
            left: 94%;
    }
    .header-widget .menu_btn {
            padding: 13px 22px 10px !important;
    }
    #mobile-menu-control-wrapper {
            margin-left: 14px;
    }
    .header-widget .menu_btn span {
        display: none;
    }
    .site-header:after {
            height: 13px;
            margin-top: -4px;
    }
		.mega-menu.service .sub-menu,
		.mega-menu.service:hover .sub-menu	{
				padding: 15px 0 !important;
		}
		.mega-menu.service .menu-item a {
				padding: 10px 12px !important;
		}
		.site-header .sub-menu .menu-item a:after,
		.mega-menu.service .menu-item a:after {
				min-width: 12px !important;
				width: 12px !important;
		}
		.mega-menu.service .menu-item .menu-info .text {
				font-size: 15px;
				line-height: 20px;
		}
}
/*## End Header CSS ##*/

/*## Homepage CSS ##*/
/*# Providers Secion #*/
@media only screen and (max-width: 1024px) {
    .providers_sec_wrap {
            background-size: 240px;
    }
    .providers_sec_wrap>.gb-container {
            background-size: 230px;
            background-position: -48px 100%;
    }
}
@media only screen and (max-width: 767px) {
    .providers_sec_wrap {
            background-size: 140px;
            background-position: 98% 0;
    }
}

/*# Logo Secion #*/
.logo_sec img {
    width: 100%;
    max-width: 97px;
}
@media only screen and (max-width: 767px) {
    .logo_sec img {
            width: 78px;
    }
}
/*## End Homepage CSS ##*/

/*## Services Page CSS ##*/
/*# Header Section #*/
.services_header_img img {
    max-width: 204px;
}

/*# Icon Box Design #*/
.custom_icon_box_design,
.custom_icon_box_header,
.custom_icon_box_design .custom_icon_box_header img,
.custom_icon_box_design .custom_icon_box_header picture {
    transition: all .2s ease-out;
}
.custom_icon_box_design:hover {
background: #f6fbfd;
box-shadow: 0 4px 100px rgba(0,0,0,.4);
}
.custom_icon_box_design:hover .custom_icon_box_header {
background-color: #0d4d72;
}
.custom_icon_box_design:hover .custom_icon_box_header img,
.custom_icon_box_design:hover .custom_icon_box_header picture {
filter: brightness(100);
}
.custom_icon_box_design .gb-button {
background: #0a8fca;
border-color: #0a8fca;
    opacity: 0;
}
.custom_icon_box_design .gb-button:hover {
    background: #097eb2;
border-color: #097eb2;
}
.custom_icon_box_design:hover .gb-button {
    opacity: 1;
}

/*# Image Box Design #*/
.custom_image_box_design .gb-block-image {
width: 100%;
    max-width: 104px;
height: 104px;
overflow: hidden;
border-radius: 0.8125rem;
}
.custom_image_box_design .gb-block-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.custom_image_box_design_large .gb-block-image {
    max-width: 194px;
height: 216px;
}
@media only screen and (max-width: 1024px) {
    .custom_image_box_design .gb-block-image {
            max-width: 124px;
            height: 124px;
    }
    .custom_image_box_design_large .gb-block-image {
            max-width: 110px;
            height: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .custom_image_box_design .gb-block-image {
            max-width: 82px !important;
            height: 82px !important;
    }
}
/*## End Services Page CSS ##*/

/*## About Page CSS ##*/
/*# Header Secion #*/
@media only screen and (max-width: 1024px) {
    .about_header_sec {
            background-position: right top;
        background-size: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .about_header_sec {
        background-size: 180px;
    }
}

/*# Header Logo Secion #*/
.header_logo_sec img {
    width: 100%;
    max-width: 84px;
}
@media only screen and (max-width: 767px) {
    .header_logo_sec img {
            width: 64px;
    }
}
/*## End About Page CSS ##*/

/*## FAQ Page CSS ##*/
/*# Header Secion #*/
@media only screen and (max-width: 1024px) {
    .faq_header_sec {
            background-position: 138% 0px;
            background-size: 440px;
    }
}
@media only screen and (max-width: 767px) {
    .faq_header_sec {
        background-size: 180px;
    }
}
/*## End FAQ Page CSS ##*/

/*## Book an Appointment Page CSS ##*/
.book_appointment_header_sec {
background: linear-gradient(90deg, #faf5eb 50%, #ffffff 0);
}
.book_appointment_logos img, .book_appointment_logos picture {
height: 62px;
width: auto;
}
@media only screen and (max-width: 1024px) {
    .book_appointment_header_sec {
            background: #ffffff;
    }
    .book_appointment_header_sec>.gb-container>.gb-grid-wrapper {
            flex-direction: column-reverse;
    }
}
/* Form */
.book_appointment_form .gf_progressbar_wrapper {
margin-bottom: 48px;
}
.book_appointment_form .gf_progressbar_title {
color: #0a8fca;
font-size: 20px;
line-height: 24px;
letter-spacing: -.5px;
font-weight: 700;
margin-bottom: 8px;
opacity: .7;
}
.book_appointment_form .gf_progressbar {
background-color: #d5f4ff;
border-radius: 2.5rem;
font-size: 0;
height: 1.375rem;
overflow: hidden;
position: relative;
width: 100%;
}
.book_appointment_form .gf_progressbar_percentage {
background-color: #61bfe9;
background-image: url(/wp-content/uploads/2024/02/progressbar-item.svg);
height: 100%;
left: 0;
position: absolute;
top: 0;
}
.book_appointment_form .gform__header {
margin-bottom: 6px;
}
.book_appointment_form .gform__header h3 {
color: #263c55;
font-size: 36px;
line-height: 44px;
font-weight: 700;
letter-spacing: -3px;
margin-bottom: 8px;
text-align: center;
}
.book_appointment_form .gform__header p {
color: #263c55;
font-size: 20px;
line-height: 35px;
font-weight: 700;
text-align: center;
letter-spacing: -.5px;
opacity: .7;
margin: 0;
}
.book_appointment_form input[type=text],
.book_appointment_form select {
background-color: #f1ebdf !important;
border-color: #f1ebdf !important;
}
.book_appointment_form input[type=text]::placeholder,
.book_appointment_form select::placeholder {
color: #0a8fca !important;
}
.book_appointment_form input[type=text]:focus,
.book_appointment_form select:focus {
border-color: #0a8fca !important;
}
.book_appointment_form select,
.book_appointment_form .gform_fields .with_value input[type=text] {
    color: #0a8fca !important;
}
@media only screen and (max-width: 767px) {
    .book_appointment_form .gform__header h3 {
            font-size: 32px;
            line-height: 40px;
    }
    .book_appointment_form .gform__header p {
            font-size: 18px;
            line-height: 32px;
    }
    .book_appointment_form .gform__header {
            margin-bottom: 10px;
    }
}
/*## End Book an Appointment Page CSS ##*/

/*## Providers Page CSS ##*/
/*# Header Section #*/
@media only screen and (max-width: 1024px) {
		.providers_header_sec,
		.providers_header_sec div {
				background-image: none;
		}
}
@media only screen and (max-width: 767px) {
		.providers_header_sec {
				background-image: url(https://forhadcndev.wpenginepowered.com/wp-content/uploads/2024/02/blur-14.png);
				background-repeat: no-repeat;
				background-position: 165% -90px;
				background-size: 210px;
		}
}
/*# End Header Section #*/

/*# Filter #*/
.provider-filter-wrap {
    width: 100%;
}
.provider-filter-wrap .hero-directory__form {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
}
.provider-filter-wrap .hero-directory__form select {
    width: calc(40% - 8px);
    height: 50px;
    color: #001d27;
    font-size: 14px;
    line-height: 24px;
    background: #e0e0e040;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 13.6px 16px;
}
.provider-filter-wrap .hero-directory__form button {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px 20px 7px;
}
.provider-filter-wrap .hero-directory__form-message {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
		.provider-filter-wrap .hero-directory__form {
				gap: 16px;
		}
		.provider-filter-wrap .hero-directory__form select {
				width: 100%;
		}
		.provider-filter-wrap .hero-directory__form button {
				width: 150px;
				margin: 0 auto;
		}
}
/*# End Filter #*/

/*# Map Design #*/
.hero-directory__map {
	height: 50rem;
}
.hero-directory__map .si-pointer-top {
	display: none;
}
.hero-directory__map .si-content-wrapper {
    background-color: #f0f8ff !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-bottom: 5px solid #0a8fca;
    padding: 5px !important;
    overflow: hidden;
}
.hero-directory__map .si-content {
	position: relative;
	text-align: center;
	padding: 16px;
}
.hero-directory__map .si-close-button {
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
}
.hero-directory__map .marker__wrap {
    text-align: left;
    font-size: 9px;
}
.hero-directory__map .marker__header {
    display: flex;
    margin-bottom: 14px;
}
.hero-directory__map .marker__header-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 8px;
}
.hero-directory__map .marker__title {
    color: #001d27;
    font: 400 1.5rem/1 font;
    font-size: 24px;
    line-height: 24px;
    font-family: League Spartan;
    margin: 0 0 4px;
}
.hero-directory__map .marker__rating {
	font-weight: 700;
	color: #ddd;
	margin: 0.3rem 0;
}
.hero-directory__map .marker__photo {
	width: 97px;
	margin-right: 12px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	padding: 6px;
	flex-shrink: 0;
	align-self: flex-start;
}
.hero-directory__map .marker__short-bio {
	font-size: 16px;
	margin-bottom: 12.8px;
}
.hero-directory__map .marker__contacts {
    font-weight: 700;
    font-size: 11px;
    margin-top: 8px;
}
.hero-directory__map .marker__contacts a {
	color: #001d27;
	margin-right: 20px;
}
.hero-directory__map .marker__contacts a:hover {
	text-decoration: underline;
}
.hero-directory__map .marker__contacts a:last-child {
	margin-right: 0;
}
.hero-directory__map .marker__contacts a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2024/02/check.svg) no-repeat;
    background-size: contain;
    margin-bottom: -3.3px;
    margin-right: 7px;
}
.hero-directory__map .marker__footer {
	margin-top: 32px;
}
.hero-directory__map .marker__footer .button {
    width: 100%;
    text-align: center;
    border-radius: 40px;
    padding: 14px 20px 12px;
}
.hero-directory__map .marker__photo-wrap {
	position: relative;
	padding-top: 95%;
}
 .hero-directory__map .marker__photo-wrap img, .hero-directory__map .marker__photo-wrap picture {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
}
.hero-directory__map.animate {
	opacity: 0;
	transform: translateY(1.5rem);
}
.hero-directory__map.is-animated {
	animation: fadeInUp 1s ease-out 0s forwards;
}

.si-float-wrapper {
    position: absolute;
    width: 100%
}
.si-float-wrapper,.si-float-wrapper * {
    box-sizing: border-box
}
[class*=si-wrapper] {
    align-items: center;
    cursor: default;
    display: flex;
    font-size: 14px;
    position: absolute
}
.si-wrapper-top {
    flex-direction: column;
    margin-left: 0;
    margin-top: -40px;
    transform: translate(-50%,-100%)
}
.si-wrapper-bottom {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%)
}
.si-wrapper-left {
    margin-left: -11px;
    margin-top: -20px;
    transform: translate(-100%,-50%)
}
.si-wrapper-right {
    flex-direction: row-reverse;
    margin-left: 11px;
    margin-top: -20px;
    transform: translateY(-50%)
}
[class*=si-shadow-wrapper] {
    bottom: 0;
    display: flex;
    left: 0;
    opacity: .298039;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}
.si-shadow-wrapper-bottom,.si-shadow-wrapper-top {
    flex-direction: column
}
.si-shadow-pointer-bottom,.si-shadow-pointer-right {
    order: -1
}
.si-shadow-frame {
    box-shadow: 0 1px 3px 0 #000
}
[class*=si-shadow-pointer] {
    height: 15px;
    margin: auto;
    position: relative;
    width: 15px
}
[class*=si-shadow-inner-pointer] {
    box-shadow: -.7071067812px .7071067812px 3px 0 #000;
    height: 141%;
    position: absolute;
    width: 141%
}
.si-shadow-inner-pointer-top {
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg)
}
.si-shadow-inner-pointer-bottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%) rotate(-45deg)
}
.si-shadow-inner-pointer-left {
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg)
}
.si-shadow-inner-pointer-right {
    right: 0;
    top: 50%;
    transform: translate(50%,-50%) rotate(-45deg)
}
.si-frame {
    border-radius: 3px;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    z-index: 2
}
.si-content-wrapper {
    background-color: #fff;
    max-height: 100%;
    max-width: 100%;
    padding: 30px;
    width: 100%
}
.si-has-border .si-content-wrapper {
    border: 1px solid #bbb
}
.si-content {
    overflow: auto
}
.si-close-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-family: Arial,Baskerville,monospace;
    font-size: 24px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}
.si-close-button:focus,.si-close-button:hover {
    opacity: .7
}
[class*=si-pointer-border] {
    border: 15px solid transparent;
    position: absolute;
    z-index: 3
}
[class*=si-pointer-bg] {
    border: 15px solid transparent;
    position: relative;
    z-index: 4
}

.si-has-border [class*=si-pointer-bg] {
    border-width: 15px
}
.si-pointer-border-bottom,.si-pointer-border-top {
    left: 50%;
    transform: translate(-50%)
}
.si-pointer-border-left,.si-pointer-border-right {
    top: 50%;
    transform: translateY(-50%)
}
.si-pointer-top {
    border-bottom: 0
}
.si-pointer-border-top {
    border-top-color: #bbb;
    bottom: 0
}
.si-pointer-bg-top {
    border-top-color: #fff
}
.si-has-border .si-pointer-bg-top {
    margin-bottom: 0;
    top: -1px
}
.si-pointer-bottom {
    border-top: 0
}
.si-pointer-border-bottom {
    border-bottom-color: #bbb;
    top: 0
}
.si-pointer-bg-bottom {
    border-bottom-color: #fff
}
.si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0
}
.si-pointer-left {
    border-right: 0
}
.si-pointer-border-left {
    border-left-color: #bbb;
    right: 0
}
.si-pointer-bg-left {
    border-left-color: #fff
}
.si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0
}
.si-pointer-right {
    border-left: 0
}
.si-pointer-border-right {
    border-right-color: #bbb;
    left: 0
}
.si-pointer-bg-right {
    border-right-color: #fff
}
.si-has-border .si-pointer-bg-right {
    margin-left: 0;
    right: -1px
}
/*# End Map Design #*/

/*# Get Started Sec #*/
.get_started_sec {
    box-shadow: 0 40px 50px rgba(0,113,220,.1);
}
/*# End Get Started Sec #*/

/*# Category Filter #*/
.providers-category-filter-items {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    gap: 30px;
}
.providers-category-filter-item {
    width: 160px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f8fcff;
    border: 1px solid rgba(0,113,220,.18);
    border-radius: 5px;
    padding: 32px 25px 21px;
    transition: all .2s ease-out;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.providers-category-filter-item:hover {
    opacity: .8;
}
.providers-category-filter-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
.providers-category-filter-item label {
    font-size: 18px;
    line-height: 32px;
}
.providers-category-filter-icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d4d72;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.11);
    margin-bottom: 24px;
}
.providers-category-filter-icon img {
    max-width: 32px;
}
@media only screen and (max-width: 1024px) {
		.providers-category-filter-item {
				width: 128px;
				padding: 16px;
		}
		.providers-category-filter-icon {
				width: 80px;
				height: 80px;
			  margin-bottom: 20px;
		}
		.providers-category-filter-item label {
				font-size: 18px;
				line-height: 24px;
		}
}
@media only screen and (max-width: 767px) {
		.providers-category-filter-items {
				gap: 20px;
		}
}
/*# End Category Filter #*/

/*# Card Design #*/
.providers-card-grid-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 24px 15px;
}
.providers-card-item {
    width: calc(25% - 11.3px);
    min-height: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s ease-out;
}
.providers-card-item:hover {
    background: #f8fcff;
    border: 1px solid #96c8e4;
}
.providers-card-photo {
    width: 100%;
    height: 298px;
    overflow: hidden;
}
.providers-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.providers-card-body {
    padding: 21px;
    text-align: center;
}
.providers-card-name {
    color: #0071dc;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 8px;
}
.providers-card-category {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
}
@media only screen and (max-width: 1024px) {
		.providers-card-item {
				width: calc(33.33% - 10px);
		}
		.providers-card-photo {
				height: 220px;
		}
}
@media only screen and (max-width: 767px) {
		.providers-card-item {
				width: 100%;
		}
		.providers-card-photo {
				height: 320px;
		}
}
/*# End Card Design #*/
/*## End Providers Page CSS ##*/

/*## Providers Single CSS ##*/
.single-provider {
    overflow-x: hidden;
}

/*# Header Section #*/
@media only screen and (max-width: 1024px) {
		.providers_single_header_sec {
				background-position: 140% -100px;
				background-size: 430px;
		}
}
@media only screen and (max-width: 767px) {
		.providers_single_header_sec {
				background-position: 190% -100px;
				background-size: 260px;
		}
}
/*# End Header Section #*/

/*# Content #*/
.single-provider__wrap {
    display: flex;
    flex-flow: wrap;
    align-items: self-start;
    padding: 68px 20px 50px;
    gap: 24px;
}
.single-provider__body {
    width: calc(66.66% - 12px);
}
.single-provider__top {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.single-provider__photo {
		width: 210px;
    flex-shrink: 0;
		border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 24px;
    padding: 10px;
}
.single-provider__photo-wrap {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.single-provider__photo-wrap img,
.single-provider__photo-wrap picture {
		width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    position: absolute;
		left: 0;
    top: 0;
}
.single-provider__top-body {
    flex: 1;
}
.single-provider__name {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
}
.single-provider__meta {
    display: flex;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}
.single-provider__category {
    margin-right: 8px;
}
.single-provider__rating {
    color: #0a8fca;
    font-weight: 700;
}
.single-provider__subtitle {
    font-size: 24px;
    line-height: 36px;
    margin: 12px 0;
}
.single-provider__contacts {
    font-weight: 700;
    margin-bottom: 12px;
}
.single-provider__contacts a {
		color: #000000;
    margin-right: 20px;
}
.single-provider__contacts a:last-child {
    margin-right: 0;
}
.single-provider__contacts a:hover {
    text-decoration: underline;
}
.single-provider__contacts a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2024/02/check.svg) no-repeat;
    background-size: contain;
    margin-bottom: -4.8px;
    margin-right: 7px;
}

.single-provider__top-button {
		width: 100%;
    margin-top: 38px;
    padding: 0 10px;
}
.single-provider__top-button .button {
    width: 100%;
    text-align: center;
    background: #0a8fca;
    border: 1px solid #0a8fca;
    border-radius: 40px;
    padding: 17px 32px 14px;
}
.single-provider__top-button .button:hover {
    background: #097eb2;
    border: 1px solid #097eb2;
}

.single-provider__section {
    border-top: 1px solid #ddd;
    margin-top: 48px;
    padding-top: 48px;
}

.single-provider__text {
    margin-top: 37px;
}

.highlights {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 21px;
		gap: 16px;
}
.highlights__item {
    display: flex;
    flex: 0 0 auto;
    width: calc(33.33333% - 16px);
}
.highlights__item-icon {
    flex-shrink: 0;
    margin-right: 11px;
    width: 20px;
}
.highlights__item-icon img,
.highlights__item-icon picture {
    height: auto;
    width: 100%;
}
.highlights__item-text {
    font-size: 20px;
    line-height: 30px;
}

.resumes__item {
    margin-bottom: 21px;
}
.resumes__item:last-child {
    margin-bottom: 0;
}
.resumes p {
    font-size: 13px;
    line-height: 23px;
}

.single-provider__reviews {
    display: flex;
    margin-top: 21px;
}
.single-provider__reviews-card {
    width: 140px;
    flex-shrink: 0;
    margin-right: 40px;
}
.reviews-card {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    border: 2px solid #e3e3e3;
    border-radius: 10px;
    padding: 24px;
}
.single-provider__header {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}
.single-provider__reviews-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.single-provider__reviews-list>li {
    margin-bottom: 22px;
}
.trimmed-text__full {
    display: none;
}
.show_full.trimmed-text__full {
    display: block;
}
.review button {
    background: 0 0;
    border: 0;
    color: #0a8fca;
    cursor: pointer;
    font: inherit;
    padding: 0;
}
.review button:hover {
    text-decoration: underline;
}
.review__footer {
    display: flex;
    margin-top: 5px;
}
.review__name:after {
    content: " | ";
}

.single-provider__network-insurances p,
.single-provider__reviews-list>li:last-child {
    margin-bottom: 0;
}

.single-provider__network-insurances .network-insurances {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
}
.single-provider__network-insurances .network-insurances__item {
    flex: 0 0 auto;
    width: calc(33.33333% - 16px);
}
.network-insurances__logo {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 32px;
}
.network-insurances__logo img,
.network-insurances__logo picture {
    height: 40px;
    width: auto;
}

.single-provider__services ul {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 16px;
}
.single-provider__services ul>li {
    flex: 0 0 auto;
    margin-top: 14px;
    width: calc(33.33333% - 12px);
}
.single-provider__services ul>li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2024/02/check.svg) no-repeat;
    background-size: contain;
    margin-bottom: -4.8px;
    margin-right: 7px;
}

/* Sidebar */
.single-provider__sidebar {
		width: calc(33.33% - 12px);
    background: #f4fbfc;
    border: 1px solid #dce9e7;
    border-radius: 10px;
    flex: 0 0 auto;
    padding: 32px;
}
.single-provider__sidebar-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
    padding-bottom: 32px;
}
.single-provider__sidebar-row:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-provider__map {
    height: 266px;
    border: 1px solid #a8b7cd;
    border-radius: 10px;
    margin-bottom: 28px;
    overflow: hidden;
}

.single-provider__button .button {
    width: 100%;
    text-align: center;
    background: #0a8fca;
    border: 1px solid #0a8fca;
    border-radius: 40px;
    padding: 17px 32px 14px;
}
.single-provider__button .button:hover {
    background: #097eb2;
    border: 1px solid #097eb2;
}

.schedule {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin: 21px 0 0;
    padding: 0;
    gap: 22px;
}
.schedule__item {
    flex: 0 0 auto;
    width: calc(50% - 11px);
}
.schedule__box {
		width: 100%;
		height: 100%;
		min-height: 72px;
 		display: flex;
    flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		color: #2fc0a1;
    font-size: 15px;
    line-height: 27px;
		text-align: center;
    background: #e2f7f2;
    border-radius: 10px;
    padding: 8px;
}
.schedule__box p {
    margin: 0;
    width: 100%;
}
.schedule__box.is-close {
    background: #fbe1e2;
    border-radius: 10px;
    color: #b5405b;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
		.single-provider__wrap {
				gap: 80px;
				padding: 68px 20px 50px;
		}
		.single-provider__body,
		.single-provider__sidebar {
				width: 100%;
		}
}
@media only screen and (max-width: 767px) {
		.single-provider__wrap {
				padding: 68px 20px 70px;
				gap: 70px;
		}
		.single-provider__photo {
				margin-bottom: 32px;
		}
		.single-provider__top-button .button {
				padding: 17px 20px 14px;
		}
		.single-provider__reviews {
				flex-flow: wrap;
				gap: 30px;
		}
		.network-insurances__logo {
				padding: 24px;
		}
		.single-provider__services ul>li {
				width: 100%;
		}
		.schedule__item {
				width: 100%;
		}
}
/*# End Content #*/
/*## End Providers Single CSS ##*/

/*## Thank You Page CSS ##*/
@media only screen and (max-width: 1024px) {
		.thank_you_header_sec {
				background-position: 154% 30px;
				background-size: 430px;
		}
		.thank_you_header_sec_inner {
				background-position: -260px 60px;
				background-size: 460px;
		}
}
@media only screen and (max-width: 767px) {
		.thank_you_header_sec,
		.thank_you_header_sec_inner {
				background: #f8f5ef !important;
		}
}
/*## End Thank You Page CSS ##*/

/*## Blog Page CSS ##*/
/* Category Btn Design */
.post_category_btn_wrap {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    gap: 20px 22px;
}
.post_category_btn_wrap a {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    background: url(/wp-content/uploads/2024/02/button-arrow-blue.svg) no-repeat;
    background-position: 88% 50%;
    background-size: 20px;
    padding: 17px 72px 15px 32px;
    border: 1px solid #0d4d72;
    border-radius: 40px;
}
.post_category_btn_wrap a:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
    background: #edc3fa;
}
.post_category_btn_wrap .cat-item:nth-child(even) a:before {
		background: #c0e28a;
}
.post_category_btn_wrap .cat-item:hover {
		opacity: .8;
}

/* Card Design */
.post_card_btm {
    margin-top: auto;
}
.featured_post_design .gb-query-loop-item .post-term-item:before {
		display: none;
}
/*## End Blog Page CSS ##*/

/*## Blog Single CSS ##*/
.single-post .site {
    max-width: 100%;
}
.single-post .site .site-main,
.single-post .site .site-main>article {
    margin: 0 !important;
}
.single-post .featured_image img {
    border-radius: 20px;
}

/* Header Section */
.single_post_category 
 a {
    color: rgb(13, 77, 114);
    font-weight: 600;
}
.single_post_category 
 a:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
    background: #edc3fa;
}
.single_post_header .entry-date {
    font-weight: 300;
}
.single_post_header .related-post-list ul {
    margin: 0;
    list-style: none;
}
.single_post_header .related-post-list li {
    margin-bottom: 8px;
}
.single_post_header .related-post-list a {
    display: inline-flex;
    text-decoration: underline;
}
.single_post_header .related-post-list a:before {
    content: "";
    display: inline-block;
    min-width: 28px;
    width: 28px;
    height: 22px;
    background: url(/wp-content/uploads/2024/02/list-arrow-black.svg) no-repeat center;
    background-size: contain;
    margin-right: 12px;
}
.single_post_header .related-post-list a:hover {
		text-decoration: none;
}

/* Single Post TOC */
.single-post .dynamic-entry-content #ez-toc-container {
    display: none !important;
}
.single-post .ez-toc-title {
    color: rgb(0, 29, 39) !important;
    font-size: 17px !important;
    line-height: 25px !important;
    display: block !important;
    margin-bottom: 10px !important;
}
.single-post .ez-toc-title-toggle {
    display: none !important;
}
.single-post #ez-toc-container {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    max-width: 200px !important;
    margin-left: auto;
    width: 100%;
    display: block !important;
}
.single-post .ez-toc-list li {
    margin-bottom: 8px !important;
}
.single-post .ez-toc-list li a {
    color: rgb(68, 68, 68) !important;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 18px;
}
.single-post .ez-toc-list li ul {
    margin-left: 10px !important;
}
@media only screen and (max-width:992px){
	.single-post #ez-toc-container {
    max-width: 100% !important;
    margin-left: 0;
}
}


/*# Meta #*/
.single .entry-meta {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
		border: none;
}
.single .entry-meta-items {
    display: flex;
    flex-flow: wrap;
    max-width: 800px;
}
.single .entry-meta-items>div {
    width: 33.33%;
}
.single .entry-meta .author {
    display: flex;
}
.single .entry-meta .author .author-pic,
.single .entry-meta .author .author-pic {
    width: 56px;
    min-width: 56px;
}
.single .entry-meta .author .author-pic picture {
    display: flex;
}
.single .entry-meta .author .author-pic img,
.single .entry-meta .author .author-pic img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}
.single .entry-meta .author .author-info {
    padding-left: 12px;
}
.single .entry-meta .author .author-info {
		border: none !important;
}
.single .entry-meta .author .author-info a {
    color: #0d4d72 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
		text-decoration: none;
}
.single .entry-meta .author .author-info p,
.single .entry-meta .author .author-info p a {
    font-size: 14px;
    line-height: 17px;
    padding-top: 8px;
}
.single .entry-meta .author .author-info,
.single .entry-meta .reviewed-card,
.single .entry-meta .updated-on .posted-on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
    border-left: 1px solid #dddddd;
		gap: 2px;
}
.single .entry-meta .review-process-info .label {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
.single .entry-meta .review-process-info svg {
    fill: #0d4d72;
    width: 16px;
    height: 16px;
}
.single .entry-meta .author .author-info a,
.single .entry-meta .review-by-info a,
.single .entry-meta .updated-on .posted-on .date {
    color: #0d4d72;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
		text-decoration: none;
}
.single .entry-meta .author .author-info a:hover,
.single .entry-meta .review-by-info a:hover {
		color: var(--accent);
}
.single .entry-meta .updated-on .posted-on {
		height: 100%;
}
/* Tooltip */
.single .entry-meta .author-info-name,
.single .entry-meta .review-process-info,
.single .entry-meta .review-by-info {
    position: relative;
}
.single .entry-meta .author_bio,
.single .entry-meta .review-process-details,
.single .entry-meta .review-by-bio {
    width: 400px;
    height: 0;
	font-size: 14px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
    padding: 16px 16px 4px;
    margin-top: 5px;
		transition: .4s;
		overflow: hidden;
		position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.single .entry-meta .author_bio p,
.single .entry-meta .review-process-details p,
.single .entry-meta .review-by-bio p {
    margin-bottom: 12px;
}
.single .entry-meta .author_bio a,
.single .entry-meta .review-process-details a,
.single .entry-meta .review-by-bio a {
    color: var(--accent) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500;
}
.single .entry-meta .author_bio a:hover,
.single .entry-meta .review-process-details a:hover,
.single .entry-meta .review-by-bio a:hover {
    color: #000000 !important;
}
.single .entry-meta .review-by-bio .review-by-pic {
    display: block;
    margin-bottom: 10px;
}
.single .entry-meta .review-by-bio .review-by-pic picture {
    display: flex;
		width: 56px;
		height: 56px;
}
.single .entry-meta .review-by-bio .review-by-pic img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.single .entry-meta .review-by-bio hr {
    margin: 12px 0;
}
.single .entry-meta .author-info-name:hover .author_bio,
.single .entry-meta .review-process-info:hover .review-process-details,
.single .entry-meta .review-by-info:hover .review-by-bio {
    opacity: 1;
    height: auto;
		z-index: 99;
}
/* Responsive */
@media only screen and (max-width: 767px) {
	.single .entry-meta .author {
			width: 100%;
	}
	.single .entry-meta .reviewed-card {
    	padding-left: 0;
			border: none;
	}
	.single .entry-meta .reviewed-card,
	.single .entry-meta .updated-on {
			width: calc(50%);
			margin-top: 16px;
	}
	.single .entry-meta .updated-on .posted-on {
			padding-right: 0;
	}
	.single .entry-meta .author_bio {
			width: 260px;
	}
	.single .entry-meta .review-process-details,
	.single .entry-meta .review-by-bio {
			width: 290px;
	}
}
@media only screen and (min-width:1200px){
  .single .entry-meta.is_reviewed .entry-meta-items {
      text-align: left;
  }
  .single .entry-meta.is_reviewed .review-process-info .label {
      justify-content: center;
  }
  .single .entry-meta.is_reviewed .review-by-info {
      display: flex;
      justify-content: center;
  }
  .single .entry-meta.is_reviewed .updated-on .posted-on .label,
  .single .entry-meta.is_reviewed .updated-on .posted-on .date {
      display: flex;
      justify-content: center;
  }
}
/*# End Meta #*/

/* Comment Form */
.comments-area {
    max-width: 51%;
    margin: 0 auto;
    padding-top: 0 !important;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}
.comments-area .comment-list {
    margin-bottom: 0;
}
.comments-area .comment-meta .avatar {
    display: none;
}
.comments-area .comment-author-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comments-area .comment-author {
    color: #595959;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    width: 50%;
}
.comments-area .comment-author cite {
    font-weight: 500;
}
.comments-area 
 .entry-meta {
    width: 50%;
    color: #d4d4d4;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    margin: 0;
}
.comments-area 
.entry-meta a {
		color: #d4d4d4;
}
.comments-area .comment-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    background-color: #f9f9f9;
    padding: 16px;
    margin: 5px 0 0;
}
.comments-area .comment-content p {
    font-size: 14px;
    line-height: 20px;
}
.comments-area .comment-content .reply,
.comments-area .comment-reply-link {
    color: #000000;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comments-area .comment-respond {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #d0c9c23b;
}
.comments-area .comment-form {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
}
.comments-area .comment-form .logged-in-as {
		margin: 0;
}
.comments-area .comment-form-comment {
    width: 100%;
    display: flex;
    margin: 32px 0 0;
}
.comment-form-comment textarea {
    height: 126px;
    resize: none;
}
.comment-form-comment textarea,
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"] {
    background: #fff;
    border: 1px solid #ebebeb;
}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"] {
    width: calc(33.33% - 5.4px);
    margin: 0;
}
.comments-area .comment-form-cookies-consent {
    width: 100%;
    color: #595959;
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0 0;
}
.comments-area .comment-form-cookies-consent input {
    margin-bottom: 3px;
}
.comments-area .form-submit {
    margin-left: auto;
    margin-top: 8px;
}
.comments-area .form-submit #submit {
    border-radius: 40px;
    margin: 0;
}

/* Newsletter Form */
.newsletter_form .gform_wrapper .gfield_description {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: right;
    padding-top: 0;
    padding-right: 48px;
    margin-top: 20px;
    opacity: .9;
}
.newsletter_form .gform_wrapper .gform_footer {
    text-align: center;
}

/* Share Icons */
.post_share_btn .a2a_svg {
    display: inline-flex !important;
    border-radius: 100% !important;
}
.post_share_btn .a2a_button_facebook svg path,
.post_share_btn .addtoany_share svg path {
    fill: transparent;
}
.post_share_btn .a2a_button_facebook svg {
    background: url(/wp-content/uploads/2024/02/Facebook-Icon-1.svg) no-repeat center;
    background-size: 10px;
}
.post_share_btn .addtoany_share svg {
		background: url(/wp-content/uploads/2024/02/Share-Icon.svg) no-repeat center;
    background-size: 20px;
}
.post_share_btn .a2a_button_x svg {
    width: 30px;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
		.single_post_header .gb-container {
				background: linear-gradient(180deg,#f8fdff 18.95%,#e4f3f8);
		}
		.comments-area {
				max-width: 87%;
				margin-left: 0;
		}
}
@media only screen and (max-width: 767px) {
		.comments-area {
				max-width: 100%;
		}
		.comments-area .comment-form input[type="text"],
		.comments-area .comment-form input[type="email"],
		.comments-area .comment-form input[type="url"] {
				width: 100%;
		}
}
/*## End Blog Single CSS ##*/

/*## Archive Page CSS ##*/
.archive .site,
.archive .page-wrap {
		width: 100%;
    max-width: 100%;
}
.archive .page-header {
    background: #e0e0e040;
    padding: 80px 20px 56px;
    margin-bottom: 64px;
}
.archive .page-header .container {
    max-width: 1160px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.archive .page-header__title {
    color: #0d4d72;
    font-size: 48px;
    line-height: 64px;
		font-weight: 700;
}
.archive .page-header__title span {
    font-weight: 400;
}
.archive .page-header__title img {
		display: none;
}
.archive .page-header__title .vcard {
    font-weight: 700;
}

/* Card Section */
.archive .site-content .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.archive .container .grid {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.archive .container .grid .grid__item {
    width: calc(33.33% - 14px);
}

/* Post Card */
.post-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    background-color: var(--white);
}
.post-card img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.post-card .post-card__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}
.post-card .post-card__title a {
		color: #000000;
}
.post-card .post-card__title a:hover {
		color: #105c89;
}
.post-card .post-card__text {
    margin-top: 8px;
    margin-bottom: 62px;
}
.post-card .post-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.post-card .post-card__footer .post-card__category {
    font-weight: 600;
    margin-bottom: 0px;
    color: #0d4d72;
}
.post-card .post-card__footer .post-card__category:before {
    content: "";
    display: inline-block;
    width: 0.6875rem;
    height: 0.6875rem;
    background: #edc3fa;
    border-radius: 50%;
    margin-right: 0.8125rem;
}
.archive .container .grid .grid__item:nth-child(even) .post-card__category:before {
    background: #c0e28a;
}
.post-card .post-card__date {
    font-weight: 500;
    color: #a3a3a3;
}
@media only screen and (max-width: 1024px) {
		.archive .container .grid .grid__item {
				width: calc(50% - 10px);
		}
}
@media only screen and (max-width: 767px) {
		.archive .page-header__title {
				font-size: 32px;
				line-height: 43px;
		}
		.archive .container .grid .grid__item {
				width: calc(50% - 10px);
		}
		.archive .container .grid .grid__item {
				width: 100%;
		}
		.post-card .post-card__text {
				margin-bottom: 20px;
		}
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 40px;
}
.pagination .page-numbers {
    color: #0d4d72;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 8px 15px 4px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #ffffff;
    background: #0d4d72;
    border-color: #0d4d72;
}
.pagination .page-numbers svg {
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
}
/*## End Archive Page CSS ##*/

/*## Service Page CSS ##*/
.single-service-container p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 30px;
}
.single-service-container p:last-child {
    margin-bottom: 0;
}
/*## End Service Page CSS ##*/

/*## Footer CSS ##*/
.site-footer {
    position: relative;
overflow: hidden;
z-index: 999;
}

/* Phone Box Design */
.phone_box_design {
    position: relative;
}
.phone_box_design:hover {
    opacity: .8 !important;
}
.phone_box_design a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/* End Phone Box Design */

/* Footer Form */
.footer-newsletter__form {
max-width: 16.75rem;
position: relative
}
.footer-newsletter__form .gform_submission_error {
display: none
}
.footer-newsletter__form .validation_message {
color: red
}
.footer-newsletter__form .gform_confirmation_message {
color: #378f82
}
.footer-newsletter__form .gform_title {
display: none
}
.footer-newsletter__form .gfield {
margin-bottom: 0;
padding: 0
}
.footer-newsletter__form .gfield_label {
display: none
}
.footer-newsletter__form input {
width: 100%;
color: #0d4d72;
font-size: 16px;
line-height: 16px;
font-weight: 500;
background: #e7f4fc;
border: 0.125rem solid #0a8fca !important;
border-radius: 2.5rem;
box-sizing: border-box;
margin: 0;
padding: 20px 26px 17px;
transition: all .25s ease;
}
.footer-newsletter__form input::placeholder {
    color: #0d4d72;
}
.footer-newsletter__form .gfield_description {
    color: #0d4d72;
font-size: .75rem;
letter-spacing: -.05em;
margin-right: 2.5rem;
margin-top: .875rem;
text-align: right
}
.footer-newsletter__form input[type=submit], .footer-newsletter__form input[type=submit]:hover {
background-color: #E6F4FC !important;
background-image: url(/wp-content/uploads/2024/02/button-arrow-blue.svg) !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
background-size: .9375rem auto !important;
border: 0 !important;
border-radius: 50% !important;
display: block;
font-size: 0;
height: 2.25rem;
min-width: 0;
padding: 0;
position: absolute;
right: .625rem;
top: .625rem;
width: 2.25rem
}
.footer-newsletter__form input[type=submit]:hover {
background-color: #e5eef8;
border: 0
}
/*## End Footer CSS ##*/


