/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body a:focus{
    outline: none;
}
.price-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: all 0.1s ease-in-out;
}
.price-box:hover {
    background: linear-gradient(180deg, #201e5d, #2c2a78);
    border-color: #201e5d;
    box-shadow: 0 15px 40px rgba(32, 30, 93, .3);
    color: #fff!important;
}
.price-box:hover h2.gkit-heading-title ,.price-box:hover p.price-desc , .price-box:hover .price-price .gkit-heading-description , .price-box:hover ul.wp-block-list.price-features li{
    color: #fff;
}
.price-box .price-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.price-box .price-title h2.gkit-heading-title {
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: .2px;
    margin-bottom: 0px;
    transition: none;
	border-bottom: 1px solid #fff;
}
.price-box .price-title .gkit-heading-description {
    font-size: .75rem;
    color: #201e5d;
    padding: 6px 10px;
    border: 1px solid #201e5d;
    border-radius: 999px;
    background: #f4f4f9;
}
.price-box .price-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 18px 0 8px;
}
.price-box .price-price h2.gkit-heading-title {
    margin-bottom: 0px;
    transition: none;
}
.price-box .price-price .gkit-heading-description {
    color: #555;
    margin-bottom: 6px;
    font-size: 16px;
}
p.price-desc {
    margin: 0 0 16px;
    color: #555;
}
ul.wp-block-list.price-features {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    position: relative;
    width: 100%;
}
ul.wp-block-list.price-features li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 15px;
    color: #222;
    line-height: 1.5;
}
.comparison-box.not-approved ul.wp-block-list{
    list-style: none;
}
li.price-features-no::before,
.comparison-box.not-approved ul.wp-block-list li:before{
    content: "✕";
    color: #ff0000;
}
li.price-features-yes::before,
.comparison-box.approved ul.wp-block-list li:before{
    content: "✓";
    font-weight: 900;
    color: #1b9734;
}
.price-box-list .price-box .price-btn a.gkit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1.5px solid #201e5d;
    background: #fff;
    color: #201e5d;
    font-weight: 600;
    text-decoration: none;
}
.tab-section.wp-block-gutenkit-advanced-tab ul.gkit-tab-nav.border_bottom {
    border-bottom: 1px solid #201e5d;
}
.tab-section.wp-block-gutenkit-advanced-tab ul.gkit-tab-nav .gkit-nav-item .gkit-nav-link.active {
    color: #201e5d;
}
.tab-section.wp-block-gutenkit-advanced-tab ul.gkit-tab-nav .gkit-nav-item .gkit-nav-link::before{
    background-color: #201e5d;
}
.tab-section.wp-block-gutenkit-advanced-tab ul.gkit-tab-nav .gkit-nav-item .gkit-nav-link {
    color: #222;
}
.quantity {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.quantity label{
    color: #222;
}
.quantity-input {
    display: flex;
    width: 125px;
}
.quantity-input button {
    padding: 10px;
    border-radius: 0px;
}
.quantity-input button:hover{
    background-color: #201e5d;
}
.quantity-input input {
    border-radius: 0px;
    height: auto;
    width: 100%;
    padding: 5px;
    text-align: center;
    display: block;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-showcase-section .wp-block-gutenkit-heading h2.gkit-heading-title {
    margin: 0px;
}
.product-showcase-section .wp-block-gutenkit-heading h3.gkit-heading-subtitle {
    margin-bottom: 0px;
}
.tab-section div.question {
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #c7c7c7;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.tab-section div.answer:last-child{
    margin-bottom: 0px;
}
.tab-section div.answer {
    margin-bottom: 12px;
    border: 1px solid #c7c7c7;
    padding: 10px;
    border-top: 0px;
}
.reviews_text {
    border: 1px solid #c7c7c7;
    padding: 8px 10px;
    margin-bottom: 12px;
}
.reviews_text:last-child{
    margin-bottom: 0px;
}
.reviews_text p img {
    margin-bottom: 5px !important;
}
.product-showcase-section figure.wp-block-image.size-full , .product-showcase-section .gkit-block__inner{
    height: 100%;
}
.product-showcase-section img , .about-us-section img{
    height: auto!important;
    object-fit: cover;
    display: block;
}

.wp-block-buttons.display-block {
    width: 100%;
}
.services-slider .gkit-single-slider.gkit-testimonial-style2,
.reviews-slider .gkit-single-slider.gkit-testimonial-style3 {
    overflow: hidden;
    height: 100%;
}
.services-slider .gkit-quote-icon{
    display: none;
}
.services-slider .gkit-testimonial-desc{
    margin: 0px;
}
.services-slider .gkit-commentor-content {
    padding: 20px;
    height: 100%;
}
.services-slider .gkit-client-logo {
    margin: -20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.services-slider p.gkit-testimonial-label {
    color: #000;
}
.services-slider p.gkit-testimonial-label:hover {
    color: #222;
}
.services-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev,
.reviews-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev {
    left: -70px;
}
.services-slider .gkit-testimonial-nav-button, .reviews-slider .gkit-testimonial-nav-button{
    border: 1px solid #222;
    padding: 10px;
    width: auto;
    height: auto;
    border-radius: 50%;
}
.services-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next ,
.reviews-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next {
    right: -70px;
}
.reviews-slider .gkit-single-slider {
    height: 100%;
}
.reviews-slider img {
    object-fit: cover;
    border: 1px solid #a19c9c;
    padding: 5px;
}
.reviews-slider .gkit-commentor-bio{
    margin-bottom: 8px;
}
.reviews-slider .gkit-profile-info{
    margin-bottom: 5px!important;
}
.reviews-slider .gkit-stars{
    margin-bottom: 5px!important;
}
.form-section table.start_here_form {
    border: none;
}
.form-section td {
    border: none;
    padding: 8px 15px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23201e5d' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-size: 25px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    color: #222222;
    width: 100%;
    cursor: pointer;
}
.form-section p {
    margin: 0px;
}
.form-section ::placeholder {
    font-size: 14px;
}
.form-section label.screen-reader-text {
    position: relative;
    clip-path: none;
    margin: 0px;
    font-size: 15px;
}
.form-section .wpcf7-form-control-wrap{
    padding-top: 3px;
}
.form-section input , .form-section select{
    height: 50px;
}
.form-section .submit_td p {
    text-align: center;
    position: relative;
}
.form-section .submit_td p input {
    margin: 0 auto;
    height: auto;
    width: 50%;
    margin-top: 10px;
}
.form-section .submit_td span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
}
.form-section input.wpcf7-form-control:not([type=submit]):focus {
    border: 1px solid #D1D5DB;
}
textarea.wpcf7-form-control.wpcf7-textarea.message:focus {
    border: 1px solid #D1D5DB;
}
textarea.wpcf7-form-control.wpcf7-textarea.message {
    height: 100px;
}
p:has(input[aria-required="true"]) > label::after , p:has(select[aria-required="true"]) > label::after {
    content: " *";
    color: #db1e1e;
    top: -1px;
    position: absolute;
    right: -10px;
}
.form-section .start_here_form{
    min-width: 800px;
    margin-bottom: 0px;
}
.form-section .wpcf7-response-output{
    text-align: center;
}
.faq_section h2.gkit-heading-title {
    margin-bottom: 0px;
}
.ast-desktop header .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: normal;
}
header .site-branding.ast-site-identity {
    padding: 8px 0px;
}
header  .ast-mobile-header-wrap .ast-primary-header-bar, header .ast-primary-header-bar .site-primary-header-wrap{
    min-height: auto;
}
header.site-header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
}
header.site-header nav ul li a:focus{
    outline: none;
}
.logged-in header.site-header.scrolled {
    top: 30px;
}
.ast-desktop header .ast-menu-hover-style-underline > .menu-item > .menu-link:before{
    bottom: 5px;
    height: 2px;
}
.ast-builder-menu-1 .menu-item.header-btn >  a.menu-link ,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.header-btn > a.menu-link{
    border: 1px solid #201e5d;
    background-color: #201E5D;
    color: #ffffff!important;
    border-radius: 8px;
    padding: 8px 16px;
    height: auto;
	font-size: 15px;
	margin-left: 10px;
}
.ast-builder-menu-1 .menu-item.header-btn > a.menu-link:hover,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.header-btn > a.menu-link:hover{
    background: transparent;
    color: #201E5D!important;
}
.ast-desktop .ast-menu-hover-style-underline > .menu-item.header-btn:hover > .menu-link:before {
    content: none!important;
}
.custom-footer {
  background: #f7f7f7;
  font-size: 15px;
  color: #222;
}
.custom-footer .footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1180px;
    padding: 40px 20px;
}
.custom-footer .footer-logo {
  margin-bottom: 20px;
}
.custom-footer .footer-logo img {
  max-width: 200px;
  height: auto;
}
.custom-footer h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #002060;
}
.footer-contact p {
  display: flex;
  align-items: center;
  margin: 12px 0;
  font-weight: 600;
  color: #002060;
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
  color: #002060;
}
.footer-column-two p {
    font-size: 12px;
}
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c2d6b;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin: 8px 0;
}
.footer-links a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
footer .icon-circle svg {
    width: 22px;
    height: 22px;
}
.comparison-box .has-background{
    background: #201e5d;
    padding: 20px;
}
.comparison-box .has-background h4,
.comparison-box .has-background h6{
    color: #fff;
    margin-bottom: 0px;
}
.comparison-box{
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 10px !important;
}
.comparison-box ul.wp-block-list{
    width: 100%;
    padding: 10px 20px;
}
.comparison-box ul.wp-block-list li{
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 8px;
	padding-left: 22px;
    position: relative;
	list-style: none;
}
.comparison-box.approved ul.wp-block-list li:before,
.comparison-box.not-approved ul.wp-block-list li:before{
	position: absolute;
    left: 0px;
    top: 2px;
}
.comparison-box ul.wp-block-list li:last-child{
	margin-bottom: 0px;
}
.custom-footer h5{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #002060;
	margin-top:15px;
}
.custom-footer ul{
	padding-left: 20px;
    line-height: normal;
    font-size: 12px; 
	margin:0px;
	margin-bottom:10px;
}
/* Responsive */
@media (max-width: 768px) {
  .custom-footer .footer-inner {
    flex-direction: column;
  }
}
.footer-column.footer-column-one {
    width: calc(30% - 30px);
}
.footer-column.footer-column-two {
    width: calc(50% - 30px);
}
.footer-column.footer-column-third {
    width: calc(20% - 30px);
    padding-left: 20px;
}
.footer-column.footer-column-two,.footer-column.footer-column-third {
    padding-top: 20px;
}
.copyright-text {
    border-top: 1px solid #c5c5c5;
    text-align: center;
    padding: 20px;
}
.copyright-text p{
    font-size: 14px;
    margin-bottom: 0px;
}
.ast-plain-container.ast-no-sidebar .entry-content > .alignfull, .ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
    margin: 0px;
    width: 100%;
    max-width: unset;
}
.ast-container {
    max-width: unset;
    padding: 0px;
}
header .main-header-bar-wrap .site-primary-header-wrap{
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
}
.about-us-section div.half-col , .product-showcase-section div.half-col{
    flex-basis: unset!important;
    width: calc(50% - 15px);
    flex-grow: unset;
}
.price-box-list .price-box {
    width: calc(33.33% - 18px);
}
.wpcf7 .start_here_form input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7 .start_here_form select.wpcf7-form-control:focus,
.wpcf7 .start_here_form textarea.wpcf7-form-control:focus{
    border-color: #D1D5DB;
}
.form-section .wpcf7 .start_here_form .wpcf7-not-valid-tip{
    margin-top: 3px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 10px;
}
.responsive-faq-section div.wp-block-gutenkit-advanced-accordion-item {
    overflow: hidden;
}
.footer-social-media a svg {
    width: 30px;
    height: 30px;
}
.footer-social-media {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
}
.display-none-desktop{
    display: none;
}
.responsive-faq-section a.gkit-accordion--toggler.gkit-btn-link {
    justify-content: space-between;
}
.responsive-faq-section a.gkit-accordion--toggler.gkit-btn-link .gkit_accordion_icon_group {
    position: relative;
    margin: 0px;
}
.footer-column-two a{
	color: #045cb4;
}
.image-box-grid .image-box {
    width: calc(33% - 10px);
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.image-box.bottom-name .gkit-info-box {
    position: relative;
    text-align: left;
    order: 1;
    display: block;
}
.image-box.bottom-name .gkit-info-box h3.gkit-info-box-title strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.image-box.bottom-name .gkit-box-body-content {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.image-box.bottom-name .gkit-box-content.gkit-image-box-body-inner{
	height: 100%;
}
.image-box.bottom-name .gkit-image-box-body{
	flex: 1;
}
.image-box-grid .image-box.bottom-name .gkit-info-image-box.gkit-image-box.simple-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.image-box.bottom-name .gkit-box-style-content {
    text-align: left;
}
.image-box-grid .image-box.bottom-name::before{
	content: none;
}
.image-box-grid .image-box.bottom-name .gkit-box-body-content .gkit-info-box::before {
    content: "";
    background-image: url(https://cleangutterclean.com.au/wp-content/uploads/2025/11/testmonial.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 47px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.4;
    display: block;
    transform: translateY(-50%);
}
.treatment-works-box img.wp-image-444 {
    max-width: 80px!important;
    max-height: 80px;
    object-fit: contain;
}
.ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box:first-child , .ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box:last-child {
    width: calc(30% - 10px);
}
.ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box {
    width: calc(70% - 10px);
	position: relative;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    background: #fff;
	overflow: hidden;
}
.treatment-works-box::before {
    content: "1";
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 60px;
    font-weight: bold;
    color: #201e5d;
    opacity: 0.4;
}
.treatment-works-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #201e5d;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s 
ease;
	opacity: 0.7;
}
.treatment-works-box:hover::after {
    transform: scaleX(1);
}
.why-our-method-box figure{
	position: relative;
}
.treatment-works-box:nth-child(2)::before{
	content: "2"
}
.treatment-works-box:nth-child(3)::before{
	content: "3"
}
.treatment-works-box:nth-child(4)::before {
	content: "4"
}
.treatment-works-box figure {
    margin-right: 0px;
    margin-bottom: 16px;
}
.treatment-works-box h2.gkit-heading-title, .why-our-method-box h2.gkit-heading-title{
    margin: 0px;
    margin-bottom: 8px;
}
.treatment-works-box ul.wp-block-list, .why-our-method-box ul.wp-block-list{
    margin-top: 0px;
    margin-bottom: 6px;
}
.treatment-works-box p:last-child , .why-our-method-box p:last-child{
    margin-bottom: 0px;
}
.why-our-method-box figure.alignleft {
    padding: 15px;
    background: #201e5dc9;
    width: fit-content;
    border-radius: 50%;
    margin-right: 0px;
	margin-bottom: 16px;
}
.ast-plain-container.ast-no-sidebar .entry-content .alignfull.why-our-method-box {
    width: calc(33.33% - 15px);
	margin: 0px;
	position: relative;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    background: #fff;
	overflow: hidden;
}
.banner-section{
	background-attachment: fixed;
}
.two-column-faq-section .two-column-faq {
    width: calc(50% - 20px);
}
.grecaptcha-badge {
    z-index: -1;
}
.sticky_button{
	display:none !important;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    background: #fff;
    z-index: 99;
	border-top: 1px solid #D1D5DB;
}
.display-block .gkit-block__inner {
    display: block;
}
.location-pin-icon ul.wp-block-list li {
    list-style: none;
    padding: 3px 0px;
	position: relative;
	font-size: 18px
}
.location-pin-icon ul.wp-block-list {
    padding-left: 30px;
}
.location-pin-icon ul.wp-block-list li:before{
	content: "";
	background-image: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='%23FFFFFF'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    top: 50%;
    left: -35px;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
	.page-id-386 .sticky_button{
		display:block !important;
	}
	.page-id-386 .site-footer {
        padding-bottom: 50px;
    }
}
.sticky_button .wp-element-button {
    border: 1px solid #201e5d;
    background-color: #201E5D;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 8px 16px;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.sticky_button .wp-element-button:hover{
    background: transparent;
    color: #201E5D !important;
}
.hide {
    display:none!important;
}
@media screen and (max-width: 1080px) {
    .services-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev, .reviews-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev{
        left: -50px;
    }
    .services-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next, .reviews-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next{
        right: -50px;
    }
}
@media screen and (max-width: 992px) {
    .banner-section .full-column {
        width: 100%;
        flex-grow: unset!important;
        flex-basis: unset!important;
        flex-shrink: unset!important;
        max-width: unset;
    }
    .banner-section figure.wp-block-image.size-full.banner-image {
        margin: 0 auto;
    }
	body #chaty-widget-0 .chaty-widget{
		right: 10px;
		bottom: 10px;
	}
}
@media screen and (max-width: 920px) {
    header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
        width: 30px;
        height: 30px;
        fill: #201e5d
    }
    header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus{
        border: none;
        outline: none;
    }
    header .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link,header .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle{
        color: unset;
        background: no-repeat;
    }
    .ast-header-break-point header .main-navigation ul .menu-item .menu-link {
        line-height: normal;
        padding: 11px 20px;
        border-bottom: 1px solid #bdbdbd !important;
        font-size: 15px;
        font-weight: 500;
        color: #222 !important;
    }
    .ast-header-break-point header .main-navigation ul .menu-item .menu-link:last-child{
        border: none;
    }
	.image-box-grid .image-box {
		width: calc(50% - 8px);
		position: relative;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	}
	.ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box{
		width: calc(60% - 10px);
	}
	.ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box:first-child, .ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box:last-child {
		width: calc(40% - 10px);
	}
	.ast-plain-container.ast-no-sidebar .entry-content .alignfull.why-our-method-box{
		width: calc(50% - 10px);
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.header-btn > a.menu-link{
		margin-left: 0px;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.header-btn{
		display: inline-block;
		width: auto;
		padding: 11px 20px;
	}
}
@media screen and (max-width: 850px) {
    .price-box-list .price-box{
        width: calc(50% - 18px);
    }
    .about-us-section div.half-col, .product-showcase-section div.half-col {
        width: 100%;
        max-width: unset;
    }
    .form-section .start_here_form{
        min-width: unset;
    }
/*     .faq_section .responsive-faq-section {
        width: 90%;
    } */
    .footer-contact{
        max-width: 270px;
        margin: auto;
    }
    .footer-column.footer-column-one {
        width: 100%;
        text-align: center;
    }
    .footer-column.footer-column-two {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .footer-column.footer-column-third {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .footer-column.footer-column-two,.footer-column.footer-column-third {
        padding-top: 0px;
    }
    .services-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next, .reviews-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next{
        position: relative;
        width: 40px;
        left: unset;
        top: unset;
        margin-top: -40px;
        right: unset;
        float: right;
        margin-right: 40%;
    }
    .services-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev, .reviews-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev{
        position: relative;
        width: 40px;
        left: unset;
        top: unset;
        margin-top: 30px;
        margin-left: 40%;
    }
    .services-slider , .reviews-slider{
        width: 100%!important;
    }
    .display-none-desktop{
        display: block;
		width: 100%;
    }
    .display-none-mobile{
        display: none;
    }
    figure.display-none-desktop{
        padding-bottom: 20px;
    }
    .footer-social-media{
        justify-content: center;
    }
	.custom-footer ul{
		list-style-type:none;
		padding-left: 0px;
	}
}

@media screen and (max-width:767px) {
    .faq_section .responsive-faq-section{
        width: 100%;
    }
    .services-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev, .reviews-slider .gkit-testimonial-nav-button.gkit-prev.swiper-button-prev {
        margin-left: 35%;
    }
    .services-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next, .reviews-slider .gkit-testimonial-nav-button.gkit-next.swiper-button-next {
        margin-right: 35%;
    }
    .start_here_form td {
        display: block;
        width: 100%;
    }
    .form-section .submit_td p input {
        width: auto;
    }
    .price-box-list .price-box{
        width: 100%;
    }
    .price-box .gkit-block__inner, p.price-desc{
        width: 100%;
    }
    .wp-block-buttons.btn-group.is-layout-flex {
        row-gap: 15px;
    }
    .price-box .price-price{
        margin: 10px 0 8px;
    }
    .logged-in header.site-header.scrolled{
        top: 0;
    }
    .services-slider .gkit-single-slider.gkit-testimonial-style2, .services-slider .gkit-commentor-content , .reviews-slider .gkit-single-slider{
        height: auto;
    }
	.image-box-list .image-box {
		width: calc(50% - 7px);
	}
	.image-box-list .gkit-block__inner{
		flex-direction: row;
		gap: 12px;
	}
}
@media screen and (max-width: 650px){
	.image-box-grid .image-box, .ast-plain-container.ast-no-sidebar .entry-content .alignfull.treatment-works-box, .ast-plain-container.ast-no-sidebar .entry-content .alignfull.why-our-method-box{
		width: 100%!important;
	}
	.site-header .site-header-primary-section-right .ast-header-button-1{
		padding-right:0;
	}
	.site-header .ast-builder-grid-row{
		grid-column-gap: 10px;
	}
	.location-pin-icon .gkit-block__inner {
		flex-direction: row;
		gap: 20px;
		row-gap: 0px;
	}
	.location-pin-icon .gkit-block__inner ul{
		margin: 0px;
	}
	.location-pin-icon{
		padding-top: 15px !important;
	}
}
@media screen and (max-width: 500px){
	.footer-contact{
        max-width: 80%;
    }
}
@media screen and (max-width: 420px){
	.footer-contact{
        max-width: 90%;
    }
}
@media screen and (max-width: 400px){
	.footer-contact{
        max-width: 100%;
    }
}