/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
body {
    font-size: 1.0625rem;
    font-family: 'Quicksand';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #333333;
    font-weight: 400;
    overflow-x: hidden;
}

p a {
  font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}



.et_pb_row {
    width: 95% !important;
}

div#page-container {
    overflow: hidden;
    padding-top: 0px !important;
}

/* Common button styles */
.button, .header-button-quote, .testimonials-btn, .link-button, .wpcr3_button_1 {
    background: #009961;
    color: #ffffff;
    padding: 18px 22px;
    display: inline-block;
    line-height: 1;
    border: none;
    border-radius: 5px;
}

.button:hover, .header-button-quote:hover, .testimonials-btn:hover, .link-button:hover, input#submitter:hover, .external-reviews-holder a:hover {
    
    background: #05bb78;
   
}

.section-title-heading, .projects-slider-subtitle, .footer-widget h4 {
    color: #1b1b1b;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
header#main-header {
    background: #ffffff !important;
    position: relative !important;
    top: 0px !important;
    box-shadow: none;
    height: calc(100% - 50px);
}

.main-header-info-container {
    background: #292f2d;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}

.main-header-contact-info-holder a {
    color: #ffffff;
}



.main-header-contact-info-holder a span {
    color: #FFC107;
}

.ws-header-booking {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #009961;
    padding: 5px 0;
    height: 43px;
    z-index: 999;
}

.top_button {
    background: transparent;
    color: #fff;
    /* padding: 5px 10px; */
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.top_button i{
	margin-right:5px;
}

.top_button:hover{
    color: #282828;
}

.header-booking-line{
    height:1px;
    background:#fff;
    width: calc(50% - 110px);
}
.header-menu-container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 37px;
}

.header-info-holder {
    margin: 20px auto;
    max-width: 1080px;
    width: 100%;
}

.logo_container {
    position: relative !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

img#logo {
    min-height: 60px !important;
    max-height: 75px !important;
    width: auto !important;
    max-width: 280px !important;
}

.text-logo {
    font-family: 'Quicksand';
    color: #292f2d;
    line-height: 1.1;
    max-width: 300px;
}
.text-logo-icon {
	position:relative;
}
.text-logo-icon img{
	width: 70px;
	height:50px;
	background: #009961;
	margin-right: 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 5px;
}

.text-logo-icon:before{
	content:'';
	height: 50px;
	aspect-ratio: 1;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background: #009961;
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 0;
	width: 21px;
}

.main-header-napinfo-block{
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-header-napln-container,.main-header-phone-container{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1c1c1c;
	padding-right: 10px;
	border-right: solid 1px #c3c3c3;
}

.main-header-hours-container{
	display: flex;
}

.main-header-hours-container p{
	padding:0px !important;
}

.button-blue{
	pointer-events: none;
	border: none;
	background: none;
	box-shadow: none;
	color: #1c1c1c;
	text-shadow: none;
	height: auto;
}

.button-blue .hours-box{
	padding: 0 !important;
}

.button-blue p{
	color: #333333;
	text-shadow: none;
	font-size: 14px !important;
	padding: 0px;
}

.button-blue img{
	display:none;
}

.add-info-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #292f2d;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
}

.add-info-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 270px;
    position: fixed;
    right: -220px;
    transition: right 0.4s ease-in-out;
    margin-top: 35px;
    z-index: 97;
}

.open-info {
    right: 0;
    z-index: 9999;
}

.open-info #add-info-open-icon {
    display: none;
}

.open-info #add-info-close-icon {
    display: block;
}

.add-info-container {
    background: #afafaf;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 220px;
    height: auto;
    border-bottom-left-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.add-info-btn .fa {
    color: #fff;
}

#add-info-close-icon {
    display: none;
}

.add-info-btn span {
    line-height: 1;
    color: #ffffff;
    margin-top: 5px;
    font-size: 12px;
}

.add-info-container a, .header-location-container {
    color: #292f2d;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    text-align: right;
    width: 100%;
}

.email-btn {
    margin: 10px 0;
}

.add-info-container .fa {
    margin-right: 5px;
    margin-top: 2px;
}

div#et-top-navigation {
    width: 100%;
    height: 42px;
    padding: 0 !important;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    background: #282828;
}

.main-header-email-btn {
        position: relative;
        background: #009961;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-right: 15px;
        font-weight: 900;
    }

.main-header-email-btn:before{
	content:'';
	height: 70px;
	aspect-ratio: 1;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	background: #009961;
	display: block;
	position: absolute;
	top: 0;
	left: -24px;
	z-index: 0;
	width: 25px;
}

span.select_page {
    display: none !important;
}

.floating-cta-btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #b0b0b0;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    right: 0;
    margin-top: 100px;
    z-index: 98;
}

.floating-cta-btn a .fa {
    animation: ringing 5s ease-in-out infinite;
    color: #292f2d;
    font-size: 24px;
}

.et-fixed-header.sticky-menu .add-info-block, .et-fixed-header.sticky-menu .floating-cta-btn {
    top: 20px;
}

div#et_mobile_nav_menu {
    width: 100%;
}

.mobile_menu_bar {
    padding-bottom: 0 !important;
    background: transparent;
    width: 100%;
    margin-left: auto;
}


.et_mobile_menu {
    background-color: #333333 !important;
    border-color: #333333 !important;
    top: 42px;
    height: auto !important;
}

.et_mobile_menu li a {
    color: #fff !important;
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
    position: relative;
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
    content: '\f149';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    transform: scaleX(-1) rotate(90deg);
}

.et_mobile_menu .current_page_item a {
    color: #bebebe !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color: #292f2d;
    text-align: center;
    font-size: 50px;
    /* right: 50%; */
    left: auto;
}

.booking-button-switch {
   
}

/*--------------------------------------------------------------
# Page Styles
--------------------------------------------------------------*/
#homepage-header-holder:before{
    content:'';
    background: linear-gradient(0deg, #282828d6 25%, #2828287a 65%);
    height:100%;
    width:100%;
    position:absolute;
    display:block;
    z-index: 1;
}
section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    
    background-position: 66%;
  
}

.header-content-block{
	text-align: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
   
    width: 100%;
    opacity: 1;
    padding: 50px 0;
}

.header-content-container{
	margin-top:-200px;
}

.header-content {
    margin: 0 auto !important;
    padding: 0px !important;
    width: 95% !important;
    max-width: 1080px !important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -5px !important;
}

.header-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ws-slogan img{
    width:80px;
    height:auto;
    margin-bottom:40px;
}

.ws-slogan h1 {
    font-family: 'Quicksand';
    line-height: 1.1;
    color: #ffffff;
    font-weight: 900;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.button, .header-button-quote {
    text-transform: uppercase;
    /* margin-top: 10px; */
    font-weight: 900;
    width: 220px;
    text-align: center;
}

.button {
    padding: 18px 15px;
}

.header-button-quote {
    padding-bottom: 20px;
    border: none;
    /* margin-right: 20px; */
}


/*--------------------------------------------------------------
# Badges Section
--------------------------------------------------------------*/
.badge-section{
	margin-top:auto;
	margin-bottom:auto;
}

#badge-section{
	
}

.badges-container{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.badge-holder{
	width: 50%;
	background: #009961;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.badge-holder img{
	width: 100px;
	transition: all 0.3s ease-in-out;
}

.badge-title{
	color: #fff;
	font-size: 25px;
	margin: 10px 0;
	font-weight:700
}

.badge-content{
	color: #fff;
	font-size: 15px;

	
}

.badge-holder:hover img{
	margin-top:-10px;
}

/*--------------------------------------------------------------
# About Paragraph
--------------------------------------------------------------*/

.about-paragraph {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  padding: 20px;
  max-width: 90%;
  margin: auto;
  margin-top: -90px;
  background: #fff;
  flex-direction: column;
}

.about-paragraph-left {
 flex: 1;
 overflow: hidden;
}

.about-paragraph-right h2{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	border-top: solid 1px;
	border-bottom: solid 1px;
	padding: 20px 0;
	margin-bottom: 20px;
}

.about-paragraph-left-img {
  height: 400px;
  background-image: url("/wp-content/uploads/2025/09/reliable-psychotherapist-services.webp");
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.about-paragraph-right {
	flex: 1;
	text-align: justify;
	padding:20px 0
	
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

div#services-blocks-section {
    background-color: #0a7a51 !important;
    background-blend-mode: multiply;
}


.srvBlockTitle p {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    padding: 0;
    font-family: 'Quicksand';
    font-weight: bold;
    position: relative;
    z-index: 1;
    width:fit-content;
    padding:0 10px;
    color: #fff;
    margin: auto;
}


.srvElement {
    max-width: 500px;
    margin: 0 auto;
    /* border: 1px solid #3c3c3c; */
    /* background: #333333; */
    margin-bottom: 35px;
    margin-top: 25px;
    overflow: hidden;
}





.srvElementHeader h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    /* min-height: 59px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    background: #b4e5d3;
    margin: auto;
    padding: 20px 0;
    border-radius: 6px;
	transition:all 0.3s ease-in-out;
}


.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.srvElementImg img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

.srvElementBody {
}

.srvElementBody a {
    color: #1c1c1c;
    font-weight: bold;
}

.srvElementHeader {
    position: relative;
    margin-top: -30px;
    margin-bottom: -17px;
    width: 100%;
}

.srvElementContent {
    text-align: justify;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 15px;
    background: #fff;
    padding: 30px 10px 10px 10px;
    border-radius: 6px;
}

.srvElement:hover .srvElementImg img{
    transform: scale(1.1);
}

.srvElement:hover .srvElementHeader h2{
background:#282828;
	color:#fff;
}

div#home-content-section {
    background-color: #ffffff !important;
    /* border-top: 15px solid #757575; */
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
div#home-testimonials {
    /* background-color: #fff !important; */
    /* overflow: hidden; */
}


/* Testimonials Plugin */
#testimonials-section {
  
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 70px;
}
.testimonials-container:before{
	content:'';
	display: block;
	width: 96px;
	height: 73px;
	background: no-repeat;
	background:url(/wp-content/uploads/2025/09/quotes-icon.webp);
	position: absolute;
	top: -70px;
	transform: translate(-50%, -50%);
	left:50%;
	background-size: contain;
}

.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}

.testimonials-info {
    margin-bottom: 1rem;
}

.testimonial-item {
    border-radius: 0px;
    padding: 1rem;
    background: transparent;
    min-height: 100%;
    break-inside: avoid;
    border: none;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial-item:hover {
    background: transparent;
}

.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}

.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}

.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
    /* text-shadow: 0 0 5px #fff, 0 0 5px #fff; */
}

.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}

.star {
    width: 1rem;
    height: 1rem;
    color: #deab00;
    margin: 2px;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #1a202c;
    text-align: justify;
    font-style: italic;
    /* text-shadow: 0 0 5px #fff, 0 0 5px #fff; */
    font-family: 'Cormorant', serif;
    font-size: 18px;
}

.testimonial-footer {
    margin-top: 1rem;
}

.reviewer-details {
    font-size: 0.75rem;
}

.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    min-height: 35px;
}

.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}

.nav-arrows {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    position: absolute;
    right: 0px;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    border-style: solid;
    display: flex;
    color: #1c1c1c;
}

.nav-arrows button:hover {
    background: transparent;
    color: #6b6a6a;
    border-color: transparent;
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}

.rotate-180 {
    rotate: 180deg;
}


/*--------------------------------------------------------------
# Last Paragraph 1
--------------------------------------------------------------*/

.last-paragraph-1 {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  max-width: 90%;
  margin: auto;
  background: #fff;
  flex-direction: column;
}

.last-paragraph-1-right {
 flex: 1;
 overflow: hidden;
}

.last-paragraph-1-left h2{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	/* border-top: solid 1px; */
	/* border-bottom: solid 1px; */
	padding: 20px 0;
	/* margin-bottom: 20px; */
}

.last-paragraph-1-right-img-wrap {
  border: solid 1px #1c1c1c;
  padding: 10px;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.last-paragraph-1-right-img {
  height: 400px;
  background-image: url("/wp-content/uploads/2025/09/Psychotherapist-Services-5.webp");
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}


.last-paragraph-1-left {
	flex: 1;
	text-align: justify;
	padding:20px 0
	
}

.last-paragraph-list-unordered{
	margin-top:20px;
}

.last-paragraph-list-unordered li{
	font-family:'Cormorant', serif;
	font-style: italic;
	
}


/*--------------------------------------------------------------
# Gallery Slider
--------------------------------------------------------------*/
div#slider-section {
    background: #f6f6f6;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.projects-slider-title p{
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    position: relative;
    z-index: 1;
    background: #f6f6f6;
    width: fit-content;
    padding: 0 10px;
}

.projects-slider-title{
	width:100%;
	display: flex;
	justify-content: center;
}

.projects-slider-title:after{
	    content: '';
	    width: 100%;
	    height: 1px;
	    display: block;
	    background: #1c1c1c;
	    position: absolute;
	    top: 17px;
	    z-index: -1;
}

.swiper-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    max-width: 2000px;
}

.swiper {
    width: 100%;
    padding: 30px 0 95px 0;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px rgba(0, 0, 0, 0.12);
    transform: scale(0.9) !important;
}

.swiper-slide-active{
	transform: scale(105%) !important;
}

.slide-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slide-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.slider-button {
    position: absolute;
    bottom: 13%;
    background: #388e3c;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    border: 1px solid #ffc107;
}

.slide-content .title {
    position: absolute;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    bottom: 28%;
    width: 192px;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4), 1px -1px 0 rgba(0, 0, 0, 0.4), -1px 1px 0 rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(0, 0, 0, 0.4);
    filter: drop-shadow(1px 1px 6px #388e3c);
}

.slide-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -45px;
}

.slide-title img {
    width: 70px;
    background: #333;
    padding: 10px;
    border: 1px solid rgba(255, 193, 7, 0.33);
}

.slide-title span {
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next .fa, .swiper-button-prev .fa {
    color: #1c1c1c;
    display: block;
	font-size:18px;
}

.swiper-button-next .fa:before{
    content: '\f178' !important;
   
}

.swiper-button-prev .fa:before {
    content: '\f177' !important;
   
}



.swiper-button-next, .swiper-button-prev {
    background: #f6f6f68c;
    border: none;
}


/*--------------------------------------------------------------
# Last Paragraph 2
--------------------------------------------------------------*/

.last-paragraph-2 {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  max-width: 90%;
  margin: auto;
  background: #fff;
  flex-direction: column;
}

.last-paragraph-2-right {
 flex: 1;
 overflow: hidden;
	text-align:justify;
}

.last-paragraph-2-right h2{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	/* border-top: solid 1px; */
	/* border-bottom: solid 1px; */
	padding: 20px 0;
	/* margin-bottom: 20px; */
}

.last-paragraph-2-right-img-wrap {
  border: solid 1px #1c1c1c;
  padding: 10px;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.last-paragraph-2-right-img {
  height: 400px;
  background-image: url("/wp-content/uploads/2025/09/Psychotherapist-Services-15.webp");
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}


.last-paragraph-2-left {
	flex: 1;
	text-align: justify;
	padding: 0 20px;
}



.last-paragraph-list-ordered{
	margin-top:20px;
}

.last-paragraph-list-ordered li{
	font-family:'Cormorant', serif;
	font-style: italic;
	
}

/*--------------------------------------------------------------
# Services List Section
--------------------------------------------------------------*/
div#services-list-section {
    background-color: #ffffff !important;
}

.homepage-services {
    text-align: center;
    margin: 0 auto;
    max-width: 520px;
}

.homepage-services #servcss {
    padding: 0;
}

.homepage-services #servcss li {
    position: relative;
    margin: 0.3em 3px;
    color: #ffffff;
    text-align: right;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    line-height: 1.2;
}

.homepage-services #servcss li:before {
    content: '\f101';
    color: #ffc107;
    font-family: 'FontAwesome';
    padding-right: 10px;
}

/*--------------------------------------------------------------
# NAP Section
--------------------------------------------------------------*/


.homepage-nap{background:#292f2d;width: fit-content;padding: 20px;margin: auto;}


.homepage-nap h3 {
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    padding: 0;
    font-size: 18px;
    font-family: 'Montserrat';
}

.homepage-nap h3 strong {
    font-size: 26px;
    line-height: 1.2;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Montserrat';
}

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn {
    border: 1px solid #292f2d;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #292f2d;
    color: #fff;
    bottom: 10px;
    padding: 5px 35px 5px 32px;
    font-weight: normal;
    font-size: 14px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
	width:180px;
	text-align:center;
}

.floating-quote-btn {
    display: inline-block;
    position: fixed;
    left: 0;
    background: #292f2d;
    color: #fff;
    border: 1px solid #292f2d;
    border-left: 0;
    bottom: 58px;
    padding: 13px 15px;
    font-weight: normal;
    z-index: 9999;
	width:180px;
	text-align:center;
	
}



/* Additional Services */
#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    /* font-size: 18px; */
    /* color: #ffffff; */
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}

#additionalServices li a {
    color: #fff;
    text-decoration: underline;
}

#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

/* Contact Form */
#contact-form-section .et_pb_row {
    width: 95% !important;
    max-width: 900px;
    padding: 20px !important;
    background-color: #eeeff3;
    filter: drop-shadow(2px 4px 6px #221f20);
}

p.free-estimate-title {
    font-size: 26px !important;
    font-weight: normal;
    font-family: 'Playfair Display';
    line-height: 1.1;
    color: #292f2d;
    margin-bottom: 15px;
    padding-bottom: 2px;
    text-align: center;
}

div#contact-form-section {
    padding-top: 0;
    background: linear-gradient(180deg, #ffffff 50%, #388e3c 50%, #388e3c 100%);
}

input#customer_name, input#phone-cf, input#customer_email {
    width: calc(50% - 5px);
    float: left;
}

input#phone-cf {
    margin-left: 10px;
}

textarea#message {
    margin-bottom: 20px;
}

#contact img {
    float: left;
    width: 120px;
    height: 40px;
    min-height: 40px;
    border-radius: 5px;
    filter: grayscale(1);
}

input#vercode {
    width: calc(100% - 130px);
    margin: 0;
    margin-left: 10px;
    float: left;
    padding: 7px 10px 7px;
    height: 40px;
}

form#contactForm {
    text-align: center;
}

input#submitter {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 500ms;
    position: relative;
    z-index: 1;
    height: 39px;
    background: #292f2d;
    color: #ffffff;
    border-color: transparent;
    padding: 11px 20px;
    display: inline-block;
    line-height: 1;
    width: 210px;
    text-align: center;
    border-radius: 0;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    max-width: 100%;
    padding: 15px 5px 15px;
    height: auto;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #292f2d !important;
    background-image: none;
    margin-bottom: 10px !important;
    background: rgb(255 255 255);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(174 174 174 / 30%);
}

#contactForm input[type=text]::placeholder, #contactForm input[type=password]::placeholder, #contactForm input[type=tel]::placeholder, #contactForm input[type=email]::placeholder, #contactForm input.text::placeholder, #contactForm input.title::placeholder, #contactForm textarea::placeholder, #contactForm select {
    color: #747373 !important;
	font-family:'Cormorant', serif;
	font-style:italic;
}

#contactForm input:focus, #contactForm textarea:focus, #contactForm select:focus {
    color: #292f2d !important;
    
}

#contact {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.link-button {
    width: 210px;
    text-align: center;
    padding: 10px 25px;
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#main-footer {
    background: #fff;
    background-size: contain;
    background-repeat: repeat;
    border-top: solid 1px #bebebe;
}

#main-footer .container {
    width: 95%;
}

div#footer-bottom {
    background-color: #f6f6f6;
    padding: 15px;
    color: #1c1c1c;
}

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

.footer-widget h4 {
    /* color: #ffffff; */
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 30px;
    /* font-weight: bold; */
    line-height: 1.5em;
    font-family: 'Playfair Display';
    position: relative;
    z-index: 0;
    
}




#footer-widgets .footer-widget li a{
	color:#1c1c1c;
}

.footer-widget{
	color:#1c1c1c;
	/* font-family: 'Playfair Display'; */
}

table.openinghours {
    max-width: 350px;
    margin: 0 auto !important;
    width: 100%;
}

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    font-family: 'montserrat';
    font-weight: normal;
}

#current-day {
    background-color: #e0dfdf;
    padding: 0 2px;
}

#current-day td {
    color: #000;
    text-shadow: none;
}

#closed-day {
    color: #1c1c1c;
}

ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #1c1c1c !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}

/*--------------------------------------------------------------
# Sidebar, Blog, Blog Post Styles
--------------------------------------------------------------*/
.et_pb_sidebar_0 h4.widgettitle, #sidebar h4.widgettitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.et_pb_sidebar_0 h4.widgettitle {
    color: #231f20;
    border-bottom: 1px solid #231f20;
}

#sidebar h4.widgettitle {
    color: #062d5b;
    border-bottom: 1px solid #062d5b;
}

.et_pb_sidebar_0 .textwidget, #sidebar .textwidget {
    text-align: center;
}

.single-post div#main-content, .blog div#main-content {
    background-color: #ffffff;
    min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
    text-align: justify;
}

.single-post div#main-content .container {
    padding: 0 !important;
    width: 95%;
}

.et_pb_title_meta_container, .post-meta {
    text-align: center;
}

.post-content-inner {
    text-align: justify;
}

.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.single-post .et_pb_row {
    width: 100% !important;
}

#left-area .post-meta a {
    color: #16bae1;
}

.blog .et_pb_post {
    text-align: justify;
}

.single-post h2 {
    text-align: left;
}

.single-post p {
    text-align: justify;
}

/*--------------------------------------------------------------
# Testimonials Form
--------------------------------------------------------------*/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
    background: #ffffff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #ffffff;
}

.wpcr3_table_2 td {
    font-size: 1em !important;
}

.wpcr3_leave_text {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.wpcr3_button_1, .wpcr3_button_1:hover {
    margin-top: 10px;
    background: #292f2d;
    color: #fff;
    border: none;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes ringing {
    20% { transform: rotate(0deg); }
    21% { transform: rotate(10deg); }
    22% { transform: rotate(-10deg); }
    23% { transform: rotate(12deg); }
    24% { transform: rotate(-12deg); }
    25% { transform: rotate(12deg); }
    26% { transform: rotate(-12deg); }
    28% { transform: rotate(10deg); }
    30% { transform: rotate(-10deg); }
    32% { transform: rotate(5deg); }
    34% { transform: rotate(-5deg); }
    36% { transform: rotate(2deg); }
    38% { transform: rotate(0deg); }
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* Min-width 600px */
@media only screen and (min-width: 600px) {
    .main-header-napinfo-block {
        padding-right: 0;
    }
    .srvElementImg{
        max-height: 300px;
    }
    .homepage-services {
        max-width: 100%;
    }
    .homepage-services #servcss li {
        padding-left: 20px;
        justify-content: flex-start;
        position: relative;
    }
    .homepage-services #servcss li:before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .homepage-services #servcss {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px;
    }
    .homepage-services #servcss li:first-child {
        margin-top: 0;
    }
    input#customer_name, input#phone-cf, input#customer_email {
        width: calc(100%/3 - 7px);
    }
    input#customer_email {
        margin-left: 10px;
    }
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
    #additionalServices li {
        break-inside: avoid;
        padding: 10px 5px;
        text-align: left;
    }
}

/* Max-width 981px */
@media screen and (max-width: 980px) {
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
    }
    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }
    .et_pb_text {
        text-align: center !important;
    }
    #footer-widgets .footer-widget .fwidget {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .review-title {
        font-size: 26px !important;
    }
    .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
        text-align: center !important;
    }
    .wpcr3_div_2 {
        width: 100%;
    }
    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
    }
    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
    }
    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
    }
    .wpcr3_rating_style1_status {
        width: 85px !important;
    }
    .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
    }
    .wpcr3_submit_btn, .wpcr3_cancel_btn {
        width: 40%;
    }
}

/* Min-width 981px */
@media screen and (min-width: 981px) {
    div#page-container {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    .main-header-contact-info-holder a {
        min-width: 67%;
    }
    .logo_container {
        width: auto !important;
        height: auto !important;
    }
    .logo-link {
        text-align: center;
        max-height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .text-logo-icon {
        max-width: 145px;
    }
    .main-header-napinfo-block {
        padding-right: 10px;
        padding-bottom: 0;
    }
    .main-header-napln-container {
    }
    
    .ws-header-booking {
        /* height: 0; */
        padding: 0;
        margin: 0 auto;
        width: 100%;
        /* max-width: 1080px; */
    }
    .top_button {
        /* right: 210px; */
        /* bottom: -40px; */
        position: relative;
    }
    .header-info-holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-header-info-holder {
        width: 81%;
        max-width: 870px;
    }
    .main-header-info-container {
        justify-content: center;
    }
    span.info-addon {
        display: block;
        text-align: left;
        font-weight: bold !important;
    }
    .main-header-napinfo-block span {
        /* line-height: 24px !important; */
        font-weight: normal;
        color: #333333;
    }
    .main-header-napln-container .fa, .main-header-email-btn .fa, .hours-holder .fa ,.main-header-napinfo-block .fa{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #009961;
        margin-right: 10px;
        font-size: 35px;
    }
    .main-header-napln-container .fa {
        /* font-size: 35px; */
    }
    .main-header-email-btn .fa {
        font-size: 30px;
    }
    .hours-holder .fa {
        font-size: 34px;
    }
    nav#top-menu-nav ul#top-menu li a {
        color: #ffffff !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-weight: 900;
        position: relative;
        opacity: 1;
    }

	nav#top-menu-nav ul#top-menu li a:before{
		content: '[';
		left: -20px;
		position: absolute;
		top: 8px;
		color: #009961;
		font-size: 22px;
		opacity: 0;
		transition: all 0.3s ease 0s;
		font-weight: bold;
		font-family: 'Montserrat';
	}
	nav#top-menu-nav ul#top-menu li a:after{
		content: ']';
		right: -20px;
		position: absolute;
		top: 8px;
		color: #009961;
		font-size: 22px;
		opacity: 0;
		transition: all 0.3s ease 0s;
		font-weight: bold;
		font-family: 'Montserrat';
	}
	nav#top-menu-nav ul#top-menu li a:hover:before{
		opacity:1;
		left:-8px;
	}	
	nav#top-menu-nav ul#top-menu li a:hover:after{
		opacity:1;
		right:-8px;
	}	
    #top-menu .menu-item-has-children>a:first-child:after {
        top: 19px;
    }
    nav#top-menu-nav ul#top-menu .current-menu-item a {
        color: #009961 !important;
    }
    nav#top-menu-nav ul#top-menu li {
        padding-left: 14px;
        padding-right: 14px !important;
    }

	
	 nav#top-menu-nav ul#top-menu li:hover a{
		 
		 color:#fff!important;
	 }

	nav#top-menu-nav ul#top-menu li:last-child{
	}

	nav#top-menu-nav ul#top-menu li:last-child a{
	}
	
    div#et-top-navigation {
        padding: 0 !important;
        height: 70px;
        /* width: calc(100vw - 360px); */
        max-width: 1080px;
        margin: auto;
        float: none;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    nav#top-menu-nav {
       max-width: 710px;
       display: flex;
       justify-content: flex-end;
       padding: 10px;
    }
    nav#top-menu-nav ul#top-menu .current-menu-item {
        /* background: #333333; */
    }
    ul.sub-menu {
        filter: drop-shadow(0px 1px 3px #5b5b5b);
        top: 50px;
        background-color: #388e3c !important;
        border-color: #ffc107 !important;
    }
    nav#top-menu-nav #top-menu ul.sub-menu a {
        color: #222 !important;
        position: relative;
        padding: 6px 6px 6px 16px !important;
        line-height: 1.2;
    }
    #top-menu-nav ul.sub-menu a:before {
        content: '\f149';
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        transform: scaleX(-1) rotate(90deg);
    }
    ul.sub-menu li {
        padding: 0 10px !important;
        width: 100%;
    }
    ul.sub-menu li a {
        padding: 5px 0 !important;
        width: 100% !important;
    }
    section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
        max-height: 1200px !important;
        min-height: 600px !important;
        height: 100vh !important;
        background-position: center;
        /* background-position-y: 83%; */
    }
    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        max-height: 1200px !important;
        min-height: 600px !important;
        height: 100vh !important;
    }
    .ws-slogan h1 {
        font-size: 40px;
        /* max-width: 600px; */
    }

	/*--------------------------------------------------------------
	# Badges
	--------------------------------------------------------------*/

	#badge-section{
	margin-top: -257px;
	background: transparent;
	z-index: 9999;
	margin-bottom: -50px;
	}
	.badges-container{
		flex-direction: row;
	}
	
	.badge-holder{
	width: calc(24% - 10px);
	background: #009961bd;
	}

	/*--------------------------------------------------------------
	# About Paragraph
	--------------------------------------------------------------*/
	.about-paragraph{
		flex-direction:row;
		padding:50px;
	}

	.about-paragraph-left-img{
		height:100%;
	}

	.about-paragraph-left{
		padding:0 20px;
	}

	/*--------------------------------------------------------------
	# Services blocks
	--------------------------------------------------------------*/
	
   
   
    .srvBlock {
  display: flex;
  flex-wrap: nowrap; /* keeps them on one line */
  gap: 20px; /* optional spacing between */
}

.srvElement {
  flex: 1; /* all elements take equal width */
  display: flex;
  flex-direction: column;
   /* just so you see the box */
}

.srvElementImg {
  flex-shrink: 0;
}

.srvElementBody {
  flex: 1; /* makes body stretch equally */
  display: flex;
  flex-direction: column;
}

.srvElementHeader {
  /* margin-bottom: 10px; */
}

.srvElementContent {
  flex: 1; /* fills remaining space */
}

    .srvElementImg img {
        height: 200px;
    }
    .srvElementFullWidth .srvElementImg img {
        height: 100%;
    }
    .srvBlock {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        align-content: flex-start;
    }

	.srvBlock-1{
		flex-direction:column;
	}
    .srvElementBody {
        height: 100%;
    }
    .srvElementHeader h3 {
        min-height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .srvElementContent {
        /* height: 100%; */
        width: 100%;
    }
    .srvElementFullWidth .srvElementContent {
        height: auto;
    }
    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
    }
    .srvElementFullWidth .srvElementHeader {
        border-top: none;
        margin-top: inherit;
    }
   
    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
        max-height: none;
    }
    .srvElementFullWidth .srvElementBody {
        /* width: calc(68% - 20px); */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        /* padding: 20px; */
        margin-left: 20px;
    }

	
    .swiper-container {
        width: 90%;
    }
    .swiper-button-prev {
        left: -40px;
        top: 44%;
    }
    .swiper-button-next {
        right: -40px;
        top: 44%;
    }

	/*--------------------------------------------------------------
	# Testimonials
	--------------------------------------------------------------*/
	 div#testimonials-img .et_pb_image, div#testimonials-img span {
        height: 100%;
    }
    div#testimonials-img img {
        height: 100%;
        object-fit: contain;
        object-position: right;
    }

	.testimonial-item {padding-left: 150px;}

	.testimonials-container:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	width: 140px;
	height: 109px;
	}
	.testimonials-container{
		margin-top:auto;
	}
    
    .home .wpcr3_review {
        justify-content: flex-start;
        text-align: left;
    }
    .home .wpcr3_review_ratingValue {
        text-align: left;
        width: auto;
    }
    p.testimonials-section-title {
        text-align: left;
    }
    div#testimonials-txt {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home .wpcr3_review_title.wpcr3_caps {
        text-align: left;
    }
    .home div.wpcr3_review blockquote.wpcr3_content {
        text-align: left;
    }
    .home .wpcr3_respond_1 {
        padding-left: 0 !important;
    }

	
	/*--------------------------------------------------------------
	# Last Paragraph 1
	--------------------------------------------------------------*/
	.last-paragraph-1{
		flex-direction:row;
	}

	.last-paragraph-1-right-img{
		height:100%;
	}

	.last-paragraph-1-right{
		padding:0 20px;
		width: 50%;
	}

	.last-paragraph-1-left{
		width: 50%;
	}
	
	/*--------------------------------------------------------------
	# Last Paragraph 2
	--------------------------------------------------------------*/
	.last-paragraph-2{
		flex-direction:row;
	}

	.last-paragraph-2-right-img{
		height:100%;
	}

	.last-paragraph-2-right{
		padding: 20px 0;
		width: 50%;
	}

	.last-paragraph-2-left{
		width: 50%;
	}
	
	
	
    div#homepage-nap-section {
        /* background-position-y: 79%; */
    }
    div#homepage-nap-section .et_pb_row {
        display: flex;
        align-items: center;
    }
    .homepage-nap h3 {
        /* text-align: left; */
    }
    div#contact-section {
        max-width: 600px;
        margin: 0 auto;
    }
   
    .homepage-services #servcss {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px;
    }
    .homepage-services #servcss li:first-child {
        margin-top: 0 !important;
    }
    .homepage-services li {
        text-align: right;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        line-height: 1.3;
        margin: 0.4em 3px !important;
    }
    .homepage-services #servcss li:before {
        top: auto;
    }
    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0 !important;
    }
    .paymentsbox {
        justify-content: flex-start;
    }
    div#social-icons {
        text-align: left;
    }
    .footer-widget h4 {
        text-align: left;
    }
    #footer-widgets {
        padding-top: 20px;
    }
    .et_pb_sidebar_0 h4.widgettitle, #sidebar h4.widgettitle, .et_pb_sidebar_0 .textwidget, #sidebar .textwidget {
        text-align: left;
    }
    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgba(78, 78, 78, 0.2);
    }
    #left-area .post-meta {
        text-align: left;
    }
    #main-content .container:before {
        background-color: rgba(6, 45, 91, 0.2);
    }
    .et_pb_title_meta_container {
        text-align: left;
    }
    .static-external-review-holder {
        display: flex;
        position: relative;
        justify-content: center;
    }
    .static-external-review-container {
        width: 50%;
    }
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }
    .review-origin-brand {
        position: absolute;
    }
    .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
        min-width: 100%;
    }
    .wpcr3_table_2 td {
        text-align: left !important;
    }
    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
    }
    .testimonials-grid {
        columns: 3;
    }
    .testimonial-subject {
        font-size: 1.25rem;
    }
    .testimonial-content {
        line-height: 1.5rem;
    }
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .reviewer-details {
        display: flex;
        align-items: center;
    }
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 14px;
        border-right: 2px solid #1a202c;
    }
    .review-from-logo {
        padding-left: 1em;
    }
    #additionalServices {
        columns: 3;
        column-gap: 10px;
    }
}

/* Common */
.nav-arrows > button.slider-previous > svg > path, .nav-arrows > button.slider-next > svg > path {
    transition: 0.1s;
}

#mobile_menu li a {
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#mobile_menu li:last-child{
	border:solid 1px #fff;
}

#mobile_menu li a:last-child{
	color:#fff !important;
}

.floating-estimate-btn {
    z-index: 9999;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

.modalHolder {
    display: none;
}

body:not(.home) blockquote{
	border-color:#292f2d;
}