@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/* 
Font family
-----------------------------------------------

     font-family: 'Source Sans Pro';
     font-family: "Source Sans 3", serif;
     font-family: "Alfa Slab One", serif;
     

-----------------------------------------------*/

:root {

    /* primarycolor */

    --bluecolor: #003DA6;
    --redcolor: #e91d2d;
    --lightcolor: #b7cae9;
    --whitecolor: #fff;

    /* -secondarycolor */

    --greylightcolor: #f9f9f9;
    --greycolor: #686963;
    --blackcolor: #000000;
    --transprantcolor: #000000;

    --selection: #d9d9d9;

    /* --font-SourceSans3  : "Source Sans Pro"; */
    --font-SourceSans3: "Source Sans 3", serif;
    --font-AlfaSlabOne: "Alfa Slab One", serif;

    --font-size-45: 45px;
    --font-size-20: 20px;
    --font-size-17: 17px;
    --font-size-14: 14px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: var(--font-SourceSans3);
}

body,
ul,
li,
a {
    font-family: var(--font-SourceSans3);
    font-size: 20px;
    color: var(--greycolor);
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--white) !important;
}

hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 20;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.grecaptcha-badge {
    z-index: 99;
}


/* == SELECTION-CSS ==
===============================================================*/

::-moz-selection {
    background: var(--selection);
    color: var(--black);
}

::-webkit-selection {
    background: var(--selection);
    color: var(--black);
}

::selection {
    background: var(--selection);
    color: var(--black);
}

/* == SELECTION-CSS ==
===============================================================*/


#wpadminbar {
    z-index: 100001999 !important;
}

body.admin-bar div#page-container {
    padding-top: 123px !important;
}



/* == TYPOGRAPHY-CSS == 
===============================================================*/

h1,
h1 a,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-SourceSans3) !important;
    font-weight: 400;
    font-size: var(--font-size-45);
    color: var(--bluecolor);
    text-align: initial;
    line-height: 42px !important;
    text-transform: uppercase;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-SourceSans3) !important;
    font-weight: 400;
    font-size: var(--font-size-20);
    color: var(--bluecolor);
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 10px;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-SourceSans3) !important;
    font-weight: 400;
    font-size: var(--font-size-17);
    color: var(--redcolor);
    line-height: 30px;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-SourceSans3) !important;
    font-weight: bold;
    font-size: var(--font-size-14);
    color: var(--redcolor);
    line-height: 22px;
    text-transform: uppercase;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a {
    font-family: var(--font-SourceSans3) !important;
    font-weight: 400;
    font-size: var(--font-size-45) !important;
    color: var(--bluecolor);
    text-align: initial;
    line-height: 42px !important;
    text-transform: uppercase;
    padding-top: 77px;
    padding-bottom: 26px;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-SourceSans3) !important;
    font-weight: bold;
    font-size: var(--font-size-20);
    color: var(--bluecolor);
    line-height: 30px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-align: initial;
    font-family: var(--font-SourceSans3);
}

a {
    text-decoration: underline !important;
    font-size: var(--font-size-17);
    color: var(--bluecolor);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: var(--greycolor);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

strong {
    font-weight: 600 !important;
}

span.nav-click {
    font-size: 0;
    position: relative;
    padding: 16px 25px 16px 20px;
    cursor: pointer;
    right: -10px;
    top: 4px;
    transform: translateX(0%);
}

span.nav-click::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    right: auto;
    top: 23px;
    left: 3px;
}

.sub-menu li span.nav-click {
    top: 14px;
    z-index: 999;
}

.common-outer blockquote p {
    margin-bottom: 0;
}

p {
    font-family: var(--font-SourceSans3);
    font-weight: 400;
    font-size: var(--font-size-17);
    color: var(--blackcolor) !important;
    line-height: 20px !important;
    padding: 0px;
    margin-bottom: 10px;
}

.entry-content ul {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0;
}

.entry-content ul li {
    font-family: var(--font-SourceSans3);
    font-weight: 400;
    font-size: var(--font-size-17);
    color: var(--blackcolor) !important;
    line-height: 22px !important;
    padding-left: 11px;
    padding-bottom: 10px;
    position: relative;
}

.entry-content ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: var(--blackcolor);
    left: 1px;
    top: 8px;
    border-radius: 100px;
}

.entry-content ol {
    padding-left: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0;
}

.entry-content ol li {
    font-family: var(--font-SourceSans3);
    font-weight: 400;
    font-size: var(--font-size-17);
    color: var(--blackcolor) !important;
    line-height: 22px !important;
    padding-left: 0px;
    padding-bottom: 10px;
    position: relative;
    list-style-type: decimal !important;
}

blockquote p {
    line-height: 20px !important;
    font-weight: 650;
    font-style: italic;
    color: var(--redcolor) !important;
    margin-top: -4px;
    /* padding-left: 0 !important; */
}

blockquote {
    padding-left: 0;
    border: none;
}


/* == TYPOGRAPHY-CSS == 
===============================================================*/






/* == FORM-TYPOGRAPHY-CSS == 
===============================================================*/

::placeholder {
    font-family: var(--font-SourceSans3);
    color: var(--blackcolor) !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 400;
}

input,
textarea,
select {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    display: block;
    font-family: var(--font-SourceSans3);
    color: var(--blackcolor) !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    background-color: transparent; /* optional, to match styling */
}

/* Specifically ensure textareas have the correct height and no resize */
textarea {
    height: 120px;
    resize: none;
}

/* Hide default dropdown arrows */
select {
    appearance: none;
    -webkit-appearance: none;
    /* Optional: add a simple arrow icon on the right side */
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L10 0 L5 6 Z' fill='%23000'/%3E%3C/svg%3E") no-repeat 98% 50%;
    background-size: 10px auto;
    padding-right: 30px; /* add right padding so text doesn't overlap arrow */
}

.get-free-section .get-free-clmn-three form input {
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    display: block;
    font-family: var(--font-SourceSans3);
    color: var(--blackcolor) !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    height: 120px;
    width: 100%;
    border-bottom: 1px solid #000 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    resize: none;
    font-family: var(--font-SourceSans3);
    color: var(--blackcolor) !important;
    font-size: 16px !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid {
    border: none;
    border-bottom: 1px solid var(--redcolor) !important;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: #fa3040;
    border: 2px solid var(--redcolor) !important;
    width: 96%;
    font-weight: 600;
    margin: 20px 10px 10px !important;
    padding: 4px !important;
    font-size: 12px;
    text-transform: none;
    line-height: 19px;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #41ce41;
    border: 2px solid #41ce41 !important;
    width: 96%;
    font-weight: 450;
    margin: 20px 10px 10px !important;
    padding: 4px !important;
    font-size: 12px;
    text-transform: none;
    line-height: 19px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.get-free-section .get-free-clmn-three form .wpcf7-response-output {
    margin: 0px auto 20px !important;
}

/* wpcf7 form wpcf7-response-output 
===============================================================*/




/* SCROLL_TO_TOP_CSS_START ==
===============================================================*/


span.et_pb_scroll_top {
    background: var(--bluecolor) !important;
    border-radius: 0 !important;
    padding: 3px !important;
    border: 4px solid var(--lightcolor);
}

span.et_pb_scroll_top::before {
    right: 1px;
    position: relative;
}


/* SCROLL_TO_TOP_CSS_END
===============================================================*/






/* ERROR PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.page_not_found_sec .page_not_found_row .page-not-clmn {
    text-align: center;
}

.page_not_found_sec .page_not_found_row .page-not-clmn .et_pb_text_inner {
    text-align: center;
}

.page_not_found_sec .page_not_found_row .page-not-clmn .et_pb_text_inner h1 {
    text-align: center;
    padding-bottom: 30px;
    font-family: var(--font-AlfaSlabOne) !important;
}

.et_pb_row.page_not_found_row {
    padding: 30px 80px !important;
}

/* ERROR PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */








/* THANK PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.tq-txt-inner .et_pb_text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tq-txt-inner h1,
.tq-txt-inner p {
    text-align: center !important;
}

.tq-txt-inner h1 {
    font-family: var(--font-AlfaSlabOne) !important;
    padding-bottom: 30px;
}

.thanku-txt-sec .et_pb_row {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* THANK PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */






/* BTN CSS CODE :::::::::::::::::::::::::::::::::::::::::: */

a.et_pb_button.learn-btn {
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 17px;
    background: var(--bluecolor);
    color: var(--whitecolor);
    font-weight: 350;
    padding: 2px 18px;
    border: 1px solid var(--whitecolor);
    outline: 4px solid var(--bluecolor) !important;
    border-radius: 0 !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin-left: 4px;
}

a.et_pb_button.learn-btn:hover {
    background: var(--greylightcolor);
    color: var(--bluecolor);
    outline: 4px solid var(--greylightcolor) !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 2px 18px !important;
    border: 1px solid var(--bluecolor);
    font-weight: 350;
}

a.et_pb_button.learn-btn::after,
a.et_pb_button.learn-btn:hover::after {
    display: none;
}

/* BTN CSS CODE :::::::::::::::::::::::::::::::::::::::::: */




/* HEADER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::::::: */

div#page-container {
    padding-top: 156px !important;
    transition: none !important;
    margin-top: 0 !important;
}

header div#et-info {
    padding-top: 0px !important;
}

header#main-header {
    top: 0 !important;
    z-index: 999999 !important;
}

header .container::after {
    display: none;
}

header .logo_container img#logo {
    width: 170px;
    height: 70px;
    object-fit: contain;
}

.et_header_style_left .logo_container {
    position: absolute;
    width: 100%;
}

header.container.clearfix.et_menu_container {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
}

.et_menu_container .logo_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative !important;
    padding-left: 135px;
    padding-right: 115px;
    padding-top: 32px;
    padding-bottom: 23px;
}

span.logo_helper {
    display: none;
}

.contact-email {
    display: flex;
    flex-direction: row;
    position: relative;
}

header div#et-info {
    display: flex;
    position: relative;
    column-gap: 110px;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    padding-bottom: 0;
}

.desktop-nav #et-top-navigation nav {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
}

.header-row-three {
    display: none;
}

.contact-email span#et-info-phone::before {
    display: none;
}

.contact-email span#et-info-email::before {
    display: none;
}

.desktop-nav {
    display: flex;
    flex-direction: column;
    background-color: var(--redcolor);
    justify-content: center;
    height: 50px;
    align-items: center !important;
}

.container.clearfix.et_menu_container {
    max-width: 100%;
    width: 100%;
}

element.style {
    padding-left: 0px;
}

header div#et-info a {
    text-decoration: none !important;
    text-transform: uppercase;
    color: var(--greycolor);
}

nav#top-menu-nav a {
    text-decoration: none !important;
    margin-right: 60px;
}


.et-social-facebook a.icon:before {
    content: "\e093";
    color: var(--whitecolor);
}

header li.et-social-icon a {
    text-decoration: none !important;
    background-color: var(--bluecolor);
    border-radius: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

header div#et-info ul.et-social-icons a.icon::before {
    font-size: 18px;
    color: var(--whitecolor);
}

@media (min-width: 991px) {

    .contact-email a.icon {
        width: 45px;
        height: 45px;
    }

}

.contact-email a.icon {
    background-color: var(--bluecolor);
    border-radius: 24px;
    color: var(--whitecolor);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.desktop-nav div#et-top-navigation {
    padding-left: 0px !important;
    width: 100%;
    padding-top: 0 !important;
}

.desktop-nav #et-top-navigation nav ul#top-menu li {
    display: inline-block;
    padding-right: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.desktop-nav #et-top-navigation nav ul#top-menu li a {
    padding-bottom: 0px !important;
    margin: 0px;
    color: var(--whitecolor);
    font-family: var(--font-SourceSans3);
    font-weight: 350;
    font-size: 18px;
    letter-spacing: 0.3px;
    transition: 0.5s ease;
}

.desktop-nav #et-top-navigation nav ul#top-menu li a:hover {
    font-weight: 400;
    color: var(--whitecolor);
    opacity: 1;
    transition: 0.5s ease;
    transform: skewX(-13deg);
    text-transform: uppercase;
}

.desktop-nav nav ul#top-menu li ul.sub-menu li a {
    color: #000 !important;
}

.desktop-nav ul#top-menu {
    display: flex;
    gap: 57px;
}

.desktop-nav div#et-top-navigation ul.sub-menu {
    margin-top: 27px;
    width: 243px;
    margin-left: -24px;
    padding: 0;
    text-transform: capitalize;
    border-top: var(--whitecolor);
    padding-top: 15px;
    padding-bottom: 15px;
}

.desktop-nav div#et-top-navigation ul.sub-menu a {
    padding: 3px;
}

.desktop-nav div#et-top-navigation ul.sub-menu::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 78px;
    background: var(--greycolor);
    top: -41px;
    left: 12px;
}

.desktop-nav div#et-top-navigation ul.sub-menu li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.desktop-nav #et-top-navigation nav ul.sub-menu li a:hover {
    transform: skewX(-13deg);
    color: var(--greycolor) !important;
    background: transparent !important;
}

.contact-email h4 {
    margin: 0;
    color: var(--bluecolor);
    padding-bottom: 3px;
}

.contact-email h2 {
    margin: 0;
    color: var(--greycolor);
    font-weight: 650 !important;
    padding-bottom: 0;
    line-height: 30px;
}

.contact-email h2:hover {
    color: var(--blackcolor);
}

ul.et-social-icons li.et-social-icon a:hover {
    background: var(--blackcolor) !important;
}

ul.et-social-icons li.et-social-icon a:hover {
    color: var(--greycolor) !important;
}

.contact-email #et-info span {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.contact-email ul.et-social-icons li span {
    display: none !important;
}

header div#et-info ul.et-social-icons li.et-social-icon {
    margin-left: 15px;
}

.desktop-nav #et-top-navigation nav ul#top-menu li.menu-item-has-children a {
    padding-right: 0;
}

.desktop-nav #et-top-navigation nav ul#top-menu li.menu-item-has-children a::after {
    display: none;
}

.desktop-nav div#et-top-navigation ul.sub-menu li a {
    line-height: 19px;
    font-size: 17px !important;
    color: var(--greycolor);
}

/* HEADER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */





/* FOOTER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

footer#main-footer {
    display: flex;
    background-color: var(--bluecolor);
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 55px 70px 6px 70px;
    position: relative;
}

footer#main-footer::before {
    position: absolute;
    content: "";
    width: 535px;
    height: 450px;
    background: url(../images/ftr_graphic1.svg);
    right: 0;
    bottom: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

div#et-footer-nav .container {
    width: 100% !important;
    background-color: var(--bluecolor);
}

footer a {
    text-decoration: none !important;
    width: fit-content;
    display: block;
}

/* FOOTER COL 1 CSS  ::::::::::::::::::::::::::::::::::::::::::::: */

.footer-clmn-one {
    display: flex;
    flex-direction: column;
    width: 25%;
}

div#et-footer-nav ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 17px;
}

footer .footer-clmn-one #footer-logo figure {
    width: 220px;
}

#et-footer-nav ul#menu-footer-menu li a {
    text-transform: uppercase;
    font-weight: 250;
    color: var(--whitecolor);
    text-decoration: none !important;
    font-size: 15px !important;
    transition: 0.5s ease;
    line-height: 31px;
}

#et-footer-nav ul#menu-footer-menu li a:hover {
    font-weight: 500;
    color: var(--lightcolor);
    transition: 0.5s ease;
}

footer .footer-clmn-one #privacy-policy a:hover {
    color: var(--lightcolor);
}

footer .footer-clmn-one #privacy-policy a {
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 300;
}

.footer-clmn-one #et-footer-nav {
    background-color: transparent !important;
}

.footer-clmn-one #et-footer-nav .privacy {
    margin-top: 30px;
}

/* FOOTER COL 2 CSS  ::::::::::::::::::::::::::::::::::::::::::::: */

.footer-clmn-two {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.footer-clmn-two h4 {
    color: var(--whitecolor);
    margin-top: 16px;
    padding-bottom: 0px !important;
    font-weight: 600;
}

.footer-clmn-two #et-info {
    padding-bottom: 0;
}

.footer-newsletter h4 {
    padding-bottom: 6px !important;
}

.footer-clmn-two .footer-address h4 {
    margin: 0;
    padding-bottom: 0px !important;
}

#et-info-email:hover {
    opacity: 1 !important;
}

.footer-clmn-two h2,
.footer-clmn-two a h2 {
    font-size: 30px;
    font-weight: 350 !important;
    color: var(--whitecolor) !important;
    text-transform: uppercase;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.footer-clmn-two a h2:hover {
    font-weight: 600 !important;
    color: var(--lightcolor) !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.footer-clmn-two .footer-newsletter {
    margin-top: -25px;
}

.footer-clmn-two .footer-newsletter form input {
    width: 150px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #6b7f8c;
    color: var(--whitecolor) !important;
}

.footer-clmn-two .footer-newsletter form input.wpcf7-validates-as-email {
    width: 220px;
}

.footer-clmn-two .footer-newsletter form input.wpcf7-submit {
    border: none !important;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--whitecolor) !important;
    width: fit-content !important;
    font-weight: 300;
    margin-left: 16px;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin-bottom: -10px;
}

.footer-clmn-two .footer-newsletter form input.wpcf7-submit:hover {
    font-weight: 500;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: var(--lightcolor) !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.footer-clmn-two .footer-newsletter form p {
    display: flex;
    gap: 26px !important;
}

.footer-clmn-two span.wpcf7-spinner {
    display: block;
    width: 26px !important;
    margin: 7px 14px 0;
}

.footer-clmn-two .footer-newsletter form input::placeholder {
    color: var(--whitecolor) !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 300;
}

.footer-clmn-three p span {
    margin-right: 34px;
    width: 10px;
    display: inline-block;
}

.footer-clmn-two span#et-info-email::before,
.footer-clmn-two span#et-info-phone::before {
    display: none;
}

/* FOOTER COL 3 CSS  ::::::::::::::::::::::::::::::::::::::::::::: */

.footer-clmn-three {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-clmn-three .hrs-operation .footer-clmn-three {
    width: 100%;
}

.footer-clmn-three h4 {
    color: var(--whitecolor);
    font-weight: 600;
}

.footer-clmn-three .hrs-operation .footer-clmn-three p {
    font-size: 30px;
    font-weight: 350 !important;
    color: var(--whitecolor) !important;
    text-transform: capitalize;
    margin-bottom: 2px !important;
    padding-bottom: 11px;
}

footer#main-footer .copyrights-txt .copy-outer {
    color: var(--whitecolor);
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    font-size: 9px;
    display: flex;
    justify-content: flex-end;
    column-gap: 1px;
    right: -50px;
    position: relative;
    margin-top: 30px;
}

footer#main-footer .copyrights-txt #footer-info {
    color: var(--whitecolor);
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 0;
    font-size: 9px;
    display: flex;
    justify-content: flex-end;
    column-gap: 1px;
}

footer#main-footer .copyrights-txt #footer-info a {
    color: var(--whitecolor);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 9px;
}

footer#main-footer .copyrights-txt {
    width: 100%;
}

.footer-clmn-three .hrs-operation .footer-clmn-three p.closed-weekend span {
    margin-right: 9px !important;
}

.footer-clmn-three .hrs-operation .footer-clmn-three p.closed-weekend {
    text-transform: uppercase;
    font-size: 18px;
}

/* FOOTER CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */



.et_pb_row {
    width: 100% !important;
    max-width: 100%;
    padding-right: 130px !important;
    padding-left: 50px !important;
}

.et_pb_section {
    padding: 0;
    top: 0px !important;
}



/* HOME PAGE ABOUT SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */


.abt-intro-txt {
    margin-bottom: 40px !important;
}

.home-about-section {
    padding: 28px 0 30px !important;
}

.home-about-section .et_pb_row {
    display: flex;
    flex-direction: row;
}

.abt-clmn-text-two {
    width: 45px !important;
    margin: 0px !important;
    padding: 0 60px 0 0 !important;
}

.abt-clmn-text-two h5 {
    font-size: 14px !important;
    font-weight: 400;
    color: var(--redcolor);
    margin: 0 auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 0;
    padding-top: 90px;
    text-transform: uppercase;
    font-weight: 700;
}

.abt-clmn-text-two h5::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 75px;
    background: var(--greycolor);
    left: 21px;
    top: 0;
}

.abt-clmn-text-four {
    width: 95% !important;
}

.abt-intro-row {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.abt-img-txt-row .img-clmn-abt-txt {
    width: fit-content !important;
    margin-right: 12px !important;
}

.abt-img-txt-row .txt-clmn-abt-img p {
    line-height: 20px !important;
    font-weight: 650;
    font-style: italic;
    color: var(--redcolor) !important;
    margin-top: -4px;
}

.abt-img-txt-row {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px !important;
    padding-bottom: 10px !important;
}

.abt-img-txt-row .txt-clmn-abt-img {
    width: 39% !important;
}

/* HOME PAGE ABOUT SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */








/* HOME PAGE SERVICE SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.our-services-hm-sec .our-service-hm-row {
    display: flex;
    padding-top: 40px !important;
}

.our-services-hm-sec .our-sc-clmn-two {
    width: 95% !important;
}

.our-services-hm-sec {
    background: #fbf9f9;
    padding-bottom: 0px !important;
    padding-top: 0 !important;
}

.our-ser-row-sec {
    width: 82%;
    max-width: 80%;
    margin: -125px 0 0 auto;
    background: transparent;
    padding-bottom: 50px;
    padding-left: 0 !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 100px !important;
}

.our-ser-sec .our-ser-row-sec {
    padding-left: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.our-ser-row-sec .et_pb_column .et_pb_blurb_content p {
    text-align: center;
    text-transform: uppercase;
    color: var(--redcolor) !important;
    font-weight: 650;
    font-size: 20px;
}

.our-ser-sec .our-ser-row-sec .et_pb_column {
    margin-right: 40px;
}

.our-ser-row-sec .et_pb_column {
    margin-right: 28px;
}

.our-ser-row-sec .et_pb_blurb_content .et_pb_main_blurb_image {
    position: relative;
    padding-bottom: 31%;
    display: block;
}

.our-ser-row-sec .et_pb_blurb_content span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
}




/* HOME PAGE SERVICE SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */



/* HOME PAGE WHY US SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.why-us-sec {
    padding: 0px !important;
}

.why-us-sec .why-us-row {
    padding: 13px 0 0 !important;
    display: flex;
}

.why-us-sec .why-us-row .why-us-clmn-one {
    width: 36%;
    margin-right: 0;
}

.why-us-sec .why-us-row .why-us-clmn-one .why-us-img span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 97%;
    height: 0 !important;
    display: block;
}

.why-us-sec .why-us-row .why-us-clmn-one .why-us-img img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    position: absolute;
}

.why-us-sec .why-us-row .why-us-clmn-two {
    width: 70%;
    margin-left: 18px;
    padding: 50px 240px 50px 89px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.why-us-sec .why-us-row .why-us-clmn-two h5 {
    padding-top: 0;
}

.why-us-row .why-us-txt {
    margin-bottom: 63px !important;
}



.why-us-clmn-two {
    padding: 50px;
    background-color: var(--lightcolor);
}



/* HOME PAGE WHY US SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */



/* HOME PAGE CALL US SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.callus-section {
    padding-top: 0 !important;
    padding-bottom: 45px !important;
}

.callus-section .callus-row {
    padding-right: 0 !important;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.callus-section .callus-row::after {
    display: none;
}

.callus-section .callus-row .septic-problem {
    height: 100% !important;
    padding: 52px 60px 63px 90px;
    width: 100% !important;
}

.callus-section .callus-row .septic-prob-text {
    width: 68% !important;
    background: var(--bluecolor);
    margin-top: 35px;
    display: flex;
    align-items: center;
    height: fit-content;
}

.callus-section .callus-row .septic-prob-text::before {
    position: absolute;
    content: '';
    z-index: 100;
    background: url(../images/graphic_2.svg);
    align-items: center;
    width: 366px;
    height: 116px;
    bottom: auto;
    background-repeat: no-repeat;
    right: 0;
    z-index: 0;
}

.callus-section .callus-row .septic-problem h2 {
    color: #dae1f2;
    font-size: 45px;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 370;
    line-height: 45px;
}

.callus-section .callus-row .septic-problem h2 a {
    text-decoration: none !important;
}

.callus-section .callus-row .septic-problem h2 strong,
.callus-section .callus-row .septic-problem h2 a strong {
    color: var(--redcolor);
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 45px;
}

.callus-section .callus-row .septic-problem h2 a:hover {
    text-decoration: none !important;
}

.callus-section .callus-row .we-do-txt {
    margin-right: 0;
    width: 26%;
}

/* HOME PAGE CALL US SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */



/* HOME PAGE CALL OUT SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.home-pg-call-out-outer {
    background: var(--lightcolor);
    padding: 0 !important;
}

.home-pg-call-out-outer .home-pg-call-out-heading h2 {
    font-size: 40px;
    font-family: var(--font-AlfaSlabOne) !important;
    text-align: center;
    padding: 10px;
    line-height: 45px !important;
}

.home-pg-call-out-outer .et_pb_row {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-pg-call-out-outer .et_pb_row::after {
    display: none;
}

.home-pg-call-out-outer .et_pb_row .call-out-txt-one {
    width: 67%;
    margin-right: 0;
}

.home-pg-call-out-outer .et_pb_row .call-out-btn-one {
    width: 32.8%;
    padding-bottom: 145px;
    padding-top: 145px;
}

.home-pg-call-out-outer .et_pb_row .call-out-btn-one {
    position: relative;
}

.home-pg-call-out-outer .et_pb_row .call-out-btn-one::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #7b9bcf96;
    top: 0;
}

.home-pg-call-out-outer .et_pb_row .call-out-btn-one .et_pb_button_module_wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}

/* HOME PAGE CALL OUT SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */




/* HOME PAGE GET FREE SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.get-free-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.get-free-section .get-free-row {
    padding-right: 0 !important;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

.get-free-section .get-free-row::after {
    display: none;
}

.get-free-section .get-free-clmn-two {
    width: 41%;
    padding-right: 40px;
    margin-top: 145px;
}

.get-free-section .get-free-clmn-three {
    width: 55%;
    background: var(--redcolor);
}

.get-free-section .get-free-clmn-three form {
    background: #fff;
    margin: 50px 130px 77px -85px;
    box-shadow: 0 0 20px 0 #00000033;
}

.get-free-section .get-free-clmn-three form #step-1 {
    padding: 110px 115px 25px 87px;
}

.get-free-section .get-free-clmn-three form #step-2 {
    padding: 45px 45px 5px 45px;
}

.get-free-section .get-free-row .abt-clmn-text-two {
    margin-top: 140px !important;
}

.get-free-section .get-free-clmn-three form .wpcf7-validation-errors {
    margin: 0 20px 20px !important;
}



/* FORM CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.cf7mls-btns {
    display: none;
}

.get-free-section .get-free-clmn-three form ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    margin: 0;
}

.get-free-section .get-free-clmn-three form ul li {
    padding: 0;
}

.get-free-section .get-free-clmn-three form ul li::before {
    display: none;
}

.get-free-section .get-free-clmn-three form ul.get-free-date-outer {
    row-gap: 6px;
    margin-bottom: 37px !important;
}

.get-free-section .get-free-clmn-three form ul.get-free-date-outer input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.get-free-section .get-free-clmn-three form .submit-btn br {
    display: none;
}

.get-free-section .get-free-clmn-three form .submit-btn {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 10px;
    position: relative;
}

.get-free-section .get-free-clmn-three form .submit-btn span.wpcf7-spinner {
    position: absolute;
    right: auto;
    top: 4px;
    margin-left: 170px;
}

.get-free-section .get-free-clmn-three form .submit-btn input {
    width: fit-content;
    margin: 0px !important;
    background: transparent;
    border-bottom: 0 !important;
    display: flex;
    justify-content: center;
    color: var(--whitecolor) !important;
    border-radius: 0 !important;
    float: none;
    text-transform: uppercase;
    font-size: 17px;
    background: var(--bluecolor);
    color: #fff;
    font-weight: 350;
    padding: 5px 45px;
    border: 1px solid var(--whitecolor) !important;
    outline: 4px solid var(--bluecolor) !important;
    border-radius: 0 !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    cursor: pointer;
}

.get-free-section .get-free-clmn-three form .submit-btn input:hover {
    background: var(--greylightcolor) !important;
    color: var(--bluecolor) !important;
    outline: 4px solid var(--greylightcolor) !important;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding: 5px 45px !important;
    font-weight: 350;
    border: 1px solid var(--bluecolor) !important;
}

.wpcf7-validation-errors svg {
    display: none !important;
}

.wpcf7-validation-errors {
    text-align: center;
    text-transform: none;
    font-weight: 600;
    border: 2px solid var(--redcolor) !important;
    color: var(--redcolor);
    line-height: 19px;
    font-size: 12px !important;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer {
    padding-bottom: 20px;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio {
    display: flex;
    flex-direction: row;
    padding-top: 8px;
}

.get-free-section .get-free-clmn-three form ul.get-free-date-outer li.dates-gaq p {
    display: flex;
    align-items: center;
    align-content: flex-start;
    gap: 10px;
}

.get-free-section .get-free-clmn-three form ul.get-free-date-outer li.dates-gaq p span.wpcf7-form-control-wrap {
    margin-right: 24px;
    padding-left: 28px;
    position: relative;
}

.get-free-section .get-free-clmn-three form ul.get-free-date-outer li.dates-gaq p span.wpcf7-form-control-wrap::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/Calendar.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    left: 0;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio span.wpcf7-list-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 20px;
    text-transform: capitalize;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.694em;
    height: 0.72em;
    border: 0.8px solid var(--bluecolor);
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    z-index: 1;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    background: var(--bluecolor);
    opacity: 0;
    transition: opacity 0.3s;
    /* transform: translate(-15.5px, -50%); */
    transform: translate(-0.91em, -0.24em) !important;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio span.wpcf7-list-item input:checked+span.wpcf7-list-item-label::after {
    opacity: 1;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer li span.wpcf7-radio span.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
}

.get-free-section .get-free-clmn-three .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
    border: 2px solid #46b450 !important;
}

.get-free-section .get-free-clmn-three form li.dates-gaq input {
    width: 95px;
    height: 25px;
}

.get-free-section .get-free-clmn-three form li.dates-gaq input.flatpickr-mobile {
    background: transparent !important;
}


.get-free-section .get-free-clmn-three form ul.checkbox-outer span.wpcf7-not-valid span.wpcf7-list-item-label::before {
    border: 0.8px solid var(--redcolor) !important;
}

.get-free-section .get-free-clmn-three form ul.checkbox-outer span.wpcf7-not-valid {
    border-bottom: none !important;
}

/* HOME PAGE GET FREE SECTION  CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */







/* ABOUT MAIN PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.title-sec h5 {
    line-height: 40px !important;
}

.honesty-clmn-one {
    margin-top: 20px;
}

.honesty-sec {
    padding-top: 0 !important;
    padding-bottom: 2px !important;
}

.honesty-row {
    padding-right: 47px !important;
    padding-left: 40px !important;
}

.honesty-sec .honesty-clmn-one .int-txt {
    margin-bottom: 0;
}

.honesty-sec .honesty-clmn-one .int-txt h5 {
    padding-top: 0;
    letter-spacing: 6px;
    font-weight: 250;
    text-align: right;
    padding-bottom: 11px;
    padding-right: 82px !important;
    padding-left: 29%;
}

.honesty-sec .honesty-clmn-one .int-img-one {
    width: 26%;
    margin-bottom: 0;
    margin-top: -9%;
    position: relative;
}

.honesty-sec .honesty-clmn-one .int-img-one::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: var(--redcolor);
    z-index: 9;
    bottom: -50px;
    right: 20px;
}

.honesty-sec .honesty-clmn-one .int-img-one span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.honesty-sec .honesty-clmn-one .int-img-one span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.honesty-sec .honesty-clmn-one .int-img-two {
    width: 35%;
    margin-left: 26%;
    margin-top: -17%;
    margin-bottom: 0;
}

.honesty-sec .honesty-clmn-one .int-img-two span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.honesty-sec .honesty-clmn-one .int-img-two span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honesty-clmn-two {
    margin-left: -22px;
}

.honesty-clmn-two {
    position: relative;
}

.honesty-clmn-two .honesty-img-one {
    width: 22%;
    margin-bottom: 0 !important;
    position: relative;
}

.honesty-clmn-two .honesty-img-one::before {
    position: absolute;
    content: "";
    width: 51px;
    height: 51px;
    background: var(--bluecolor);
    z-index: 9;
    top: -25px;
    right: -50px;
}

.honesty-clmn-two .honesty-img-one span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 100%;
    display: block;
}

.honesty-clmn-two .honesty-img-one span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honesty-clmn-two .hon-txt {
    position: absolute;
    top: -20px;
    width: 62%;
    right: 0;
}

.honesty-clmn-two .hon-txt .et_pb_text_inner h5 {
    text-align: left;
    padding-top: 0;
    font-family: var(--font-AlfaSlabOne) !important;
    font-weight: 500;
}

.honesty-clmn-two .hh-logo {
    width: 54%;
    margin-bottom: 0 !important;
    margin-left: -32%;
    margin-top: 4%;
}

.honesty-clmn-two .hh-logo span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 50%;
    display: block;
}

.honesty-clmn-two .hh-logo span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.honesty-clmn-two .honesty-img-two {
    width: 63%;
    margin: -39% 60px 0 auto;
}

.honesty-clmn-two .honesty-img-two span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 70%;
    display: block;
}

.honesty-clmn-two .honesty-img-two span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honesty-clmn-two .acco-txt {
    width: 325px;
    height: 63%;
    position: absolute;
    bottom: 40px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.honesty-clmn-two .acco-txt .et_pb_text_inner {
    display: flex;
    justify-content: flex-end;
}

.honesty-clmn-two .acco-txt h2 {
    font-size: 35px;
    margin: 0 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    padding-bottom: 0 !important;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 20px;
    align-items: center;
    margin-top: 20px;
    width: fit-content;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner ul li.et-social-icon a {
    text-decoration: none !important;
    background-color: var(--bluecolor);
    border-radius: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner ul li.et-social-icon a::before {
    font-size: 20px;
    color: var(--whitecolor);
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner ul li.et-social-icon a:hover {
    opacity: 1;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner:hover ul li.et-social-icon a {
    background: #4c4c4c !important;
    transition: 0.5s ease;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner ul li.et-social-icon {
    padding: 0 !important;
    margin-left: 25px;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner ul.et-social-icons {
    padding-bottom: 0;
    margin-top: 0;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner ul li.et-social-icon::before {
    display: none;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner h3 {
    padding-bottom: 0;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner:hover h3 a {
    color: #4c4c4c !important;
    transition: 0.5s ease;
}

.honesty-clmn-one .fb-icon-scode .et_pb_code_inner h3 a {
    font-size: 24px;
    color: var(--bluecolor);
    text-decoration: none !important;
    transition: 0.5s ease;
}

.whyus-outer-abt {
    padding-bottom: 15px !important;
}

.whyus-outer-abt .et_pb_row {
    display: flex;
    flex-wrap: wrap;
}

.whyus-outer-abt .et_pb_row::after {
    display: none;
}

.whyus-outer-abt .why-us-clmn-one {
    width: 50% !important;
}

.why-us-roww .why-img-one span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 74%;
    display: block;
}

.why-us-roww .why-img-one span.et_pb_image_wrap img {
    position: absolute;
    object-fit: cover;
}

.why-us-roww .why-clmn-two span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 74%;
    display: block;
}

.why-us-roww .why-clmn-two span.et_pb_image_wrap img {
    position: absolute;
    object-fit: cover;
}

.why-us-roww .why-clmn-three span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 153%;
    display: block;
}

.why-us-roww .why-clmn-three span.et_pb_image_wrap img {
    position: absolute;
    object-fit: cover;
}

.why-clmn-three .why-img-three {
    height: 100% !important;
}

.home-about-section.abt-home-sec .abt-img-txt-row {
    padding-top: 38px !important;
}

/* ABOUT PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */









/* REQUEST PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.request-blurb-modusec {
    padding-top: 0px !important;
}

.req-we-quote-sec-row-two .et_pb_column img {
    width: 65px;
    max-width: 65px;
    height: 65px;
    object-fit: contain;
}

/* REQUEST PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */







/* SEPTIC MAIN PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.septic-intro-sec {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

.honesty-sec.area-honest .honesty-row {
    padding-bottom: 16px !important;
}

.image-one-blurb-sec .image-blurb {
    display: flex;
    padding-bottom: 60px;
    padding-left: 226px !important;
    padding-right: 230px !important;
}

.image-one-blurb-sec .image-blurb:last-child {
    padding-bottom: 0;
}

.image-one-blurb-sec .image-blurb .septic-blurb-mod .et_pb_blurb_container h4 {
    text-align: center;
    padding: 0px 16px 10px;
}

.image-one-blurb-sec .image-blurb .septic-blurb-mod {
    width: 25.2% !important;
    margin-right: 0 !important;
    position: relative;
}

.image-one-blurb-sec .image-blurb .septic-blurb-mod::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 19px;
    left: 0;
    bottom: -26px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 9%), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: 0.5s ease;
}

.image-one-blurb-sec .image-blurb .septic-blurb-mod:hover::after {
    bottom: -29px;
    opacity: 1;
    transition: 0.5s ease;
}

.image-one-blurb-sec .image-blurb::after {
    display: none;
}

.image-one-blurb-sec .image-blurb .septic-blurb-mod .et_pb_main_blurb_image {
    position: relative;
    padding-bottom: 33%;
    display: block;
    margin-bottom: 25px;
}

.image-one-blurb-sec .image-blurb .septic-blurb-mod .et_pb_main_blurb_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    right: 0;
}

.image-one-blurb-sec {
    padding-top: 6px !important;
    padding-bottom: 86px !important;
}


.image-one-blurb-sec .image-blurb .septic-blurb-mod .et_pb_blurb_content:active h4 {
    color: var(--bluecolor);
}

/* SEPTIC MAIN PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */







/* SEPTIC DETAIL PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */

.competitive-sec {
    background-color: var(--lightcolor);
    padding-bottom: 30px !important;
    padding-top: 10px !important;
}

.competitive-sec .competitive-row {
    display: flex;
    padding-right: 45px !important;
}

.competitive-sec .competitive-row .competitive-clmn-one {
    width: 50%;
    margin-right: 0px !important;
}

.competitive-sec .competitive-row .competitive-clmn-two {
    width: 44%;
}

.competitive-sec .competitive-row::after {
    display: none;
}

.competitive-sec .competitive-row .competitive-clmn-one h5 {
    padding-bottom: 60px;
}

.competitive-sec .competitive-row .competitive-clmn-one .competitive-txt-one {
    width: 75%;
}

.competitive-sec .competitive-row .competitive-clmn-one p {
    line-height: 32px !important;
}

.competitive-sec .competitive-row .competitive-clmn-two .competitive-txt-two {
    background: var(--whitecolor);
    padding: 155px 50px 112px 50px;
    box-shadow: 0 0 20px 0 #00000033;
    margin-top: -90px;
    margin-bottom: 40px;
}

.competitive-sec .competitive-row .competitive-clmn-two .competitive-txt-two h2 {
    font-size: 80px;
    font-family: var(--font-AlfaSlabOne) !important;
    text-align: center;
    padding: 10px;
}

.competitive-sec .competitive-row .competitive-clmn-two .competitive-txt-two h5 {
    text-align: center;
    padding: 14px 0 0 0;
}

.competitive-sec .competitive-row .competitive-clmn-two .competitive-txt-three p {
    font-size: 35px;
    text-align: center;
    color: var(--bluecolor) !important;
    margin-bottom: 0px !important;
    line-height: 35px !important;

}

.tank-pum-sec .tank-pum-row {
    display: grid;
    column-gap: 55px;
}

.tank-pum-sec .tank-pum-row.septic-odd {
    grid-template-columns: 1fr 0.9fr;
    padding-left: 104px !important;
    padding-right: 0 !important;
    padding-top: 24px;
    padding-bottom: 36px;
}

.tank-pum-sec .tank-pum-row.septic-even {
    grid-template-columns: 0.9fr 1fr;
    padding-right: 115px !important;
    padding-left: 0 !important;
    padding-top: 70px;
    padding-bottom: 93px;
}

.tank-pum-sec .tank-pum-row.septic-odd::after {
    display: none;
}

.tank-pum-sec .tank-pum-row.septic-even .tank-pum-clmn-one .tank-pum-detail-txt .et_pb_text_inner p {
    padding-bottom: 24px !important;
}

.tank-pum-sec .tank-pum-row .tank-pum-clmn-one,
.tank-pum-sec .tank-pum-row .tank-pum-clmn-two {
    width: 100%;
}

.tank-pum-sec .tank-pum-row .tank-pum-clmn-two .tank-pum-img-details {
    height: 100%;
}

.tank-pum-sec .tank-pum-row .tank-pum-clmn-two .tank-pum-img-details span.et_pb_image_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 70%;
}

.tank-pum-sec .tank-pum-row .tank-pum-clmn-two .tank-pum-img-details span.et_pb_image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.tank-pum-sec .tank-pum-row h5 {
    padding-top: 0;
    padding-bottom: 25px;
}

.tank-pum-sec .tank-pum-row .tank-pum-clmn-one {
    display: flex;
    align-items: center;
}

.tank-pum-sec .tank-pum-row blockquote p {
    font-size: 20px;
}

.tank-pum-sec .tank-pum-row ul {
    padding-left: 46px;
}

.tank-pum-sec .tank-pum-row ol {
    padding-left: 57px;
}

.tank-pum-sec .tank-pum-row blockquote {
    margin-top: 0;
}

.gqt-sec {
    padding: 0 !important;
}

.overlayimg-septic-outer {
    padding: 0 !important;
    position: relative;
}

.overlayimg-septic-outer .overlayimg-septic-clmn {
    top: auto;
    padding-right: 50px;
    position: absolute;
    bottom: 9%;
}

.overlayimg-septic-outer .overlayimg-septic-clmn .overlayimg-septic span.et_pb_image_wrap {
    display: flex;
    position: relative;
    padding-bottom: 0 !important;
    justify-content: flex-end;
}

.overlayimg-septic-outer .overlayimg-septic-clmn .overlayimg-septic img {
    position: relative;
    width: 300px;
    height: 300px;
    object-fit: contain;
    object-position: right;
    filter: drop-shadow(4px 6px 4px #00000042);
    opacity: 0.5;
    bottom: -50px;
    right: 0;
}

.et_pb_module.et_pb_image.et_pb_image_1.overlayimg-septic {
    width: 30% !important;
    margin: 0 0 0 auto;
}

.tank-pum-sec {
    padding-top: 20px;
}

.competitive-sec .abt-clmn-text-two h5::before {
    background: #3d3d3d;
}

/* SEPTIC DETAIL PAGE CSS CODE ::::::::::::::::::::::::::::::::::::::::::::: */



.re-aquote-clmn-two iframe {
    width: 100% !important;
}

.re-aquote-section .re-aquote-clmn-two .et_pb_code_inner {
    display: flex;
    flex-direction: column;
}