* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    --primary: #5F4725;
    --secondary: #231F20;
}
body {
    font-family: "Raleway", sans-serif; 
}
h1,h2,h3,h4,h5,h6,p, ul,li,ol,figcaption{
    margin: 0;
    -webkit-text-size-adjust: none;
}
section, ul, li{
    padding: 0;
}

input[type="submit"], h6{
    text-transform: none;
    letter-spacing: normal;
}
/*Common Classes Starts*/
.center-wr {
    max-width: 1320px;
    width: 94%;
    margin: 0 auto;
}
.lg-center-wr {
    max-width: 1420px;
    width: 94%;
    margin: 0px auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
    max-width: 100%;
    display: block;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
a {
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus, :focus-within, :focus-visible, input[type="search"]:focus  {
    outline: 0;
    outline-offset: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.8);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.8);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.8);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.8);
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="submit"], select, button{
    cursor: pointer;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}
p, li {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #231F20;
    letter-spacing: normal;
    font-family: 'Raleway' , sans-serif;
}
h1{
    font-size: 52px;
    line-height: 60px;
    letter-spacing: normal;
}
h2{
    font-size: 48px;
    line-height: 55px;
    letter-spacing: normal;
}
h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: normal;
}
h4{
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: normal;
    color: var(--primary);
}
h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    color: #000;
}
h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Fira Sans", sans-serif;  
}
.inline {
    display: inline-block;
    vertical-align: middle;
}
.common-btn {
    text-transform: capitalize;
}
.common-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -51%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.8s;
    transform-origin: top left;
    background-color: #000;
    z-index: -1;
}
.common-btn:hover::after {
    width: 152%;
    transform-origin: top right;
}
.common-btn {
    background: #FFFFFF;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 23.5px 5px 5px;
    font-weight: 600;
    color: var(--primary);
    border-radius: 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
}
.ant-get-started .common-btn, .inner-banner-container .pickplan-wr.common-btn {
    padding: 5px 25px 5px  5px;
}
.common-btn:before, .common-btn:after {
    content: '';
    position: absolute;
    width: 8%;
    height: 100%;
    background-color: var(--primary);
    top: 0;
    z-index: -1;
    transition: 0.6s;
}
.common-btn:before{
    left: -50%;
}
.common-btn:hover:before{
    width: 100%;
    left: 0;
}
.common-btn:after {
    right: -50%;
}
.common-btn:hover:after{
    right: 0;
}
.common-btn:hover{
    color: #fff;
}
.border-button {
    background-color: transparent;
    background-image: unset;
    border: 2px solid #fff;
    padding: 14px 29px;
}

/*Header Css*/
.top-header-wr {
    background: var(--primary);
    padding: 8px 0px;
}
.header-phone-btn {
    width: 100%;
    text-align: right;
}
.header-text-icons, .header-phone-btn, .landing-header-content,.header-top-right-content, .header-top-left-content{
    display: inline-block;
    vertical-align: middle;
}
.contact-info, .header-button-group, .header-button-group span, .contact-info a, .contact-info svg, .contact-info span {
    display: inline-block;
    vertical-align: middle;
}
.header-button-group {
    margin-left: 40px;
}
span.eco-call-icon {
    width: 45px;
    height: 45px;
    background: #ffffff;
    position: relative;
    border-radius: 50%;
    transition: 0.5s all;
}
span.eco-call-icon svg, .eco-free svg, .header-social-icons ul li a svg, .header-social-icons ul li a img, .footer-social-icons ul li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-info p, .contact-info span {
    display: inline-block;
    vertical-align: middle;
}
.contact-info p span {
    display: inline-block;
    text-align: left;
    padding-left: 7px;
    font-family: 'Fira Sans';
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f4f4;
}

.contact-info a p span.call-number {
    padding-left: 7px;
}
.contact-info a, .contact-info a p span.call-number {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    color: #ffffff;
    transition: 0.5s ease;
}
.contact-info:hover  a p span.call-number{
    color: var(--secondary);
} 
.need-phone-number:hover .eco-call-icon, .contact-info:hover .eco-call-icon, 
.footer-contact-info:hover .footer-call-icon {
    background-color: var(--secondary);
}
.need-btn:hover .eco-call-icon{
    background-color: #fff;
}

.footer-contacts :hover .footer-call-icon svg path, .need-phone-number:hover .eco-call-icon svg path,
.contact-info:hover .eco-call-icon svg path, .footer-contact-info:hover .footer-call-icon svg path{
    fill: #FFFFFF;
}
.need-btn:hover .eco-call-icon svg path{
    fill: var(--primary);
}
.menu-wr, .logo-wr {
    display: inline-block;
    vertical-align: middle;
}
/* .logo-wr {
    margin-top: 30px;
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
} */
.menu-wr ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 75px;
    position: relative;
}
.menu-wr ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 23.4px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 40px 0px;
    font-family: 'Raleway';
}
.menu-wr ul li a:hover, .menu-wr ul li.current-menu-parent a, .menu-wr ul li.current-menu-item a {
    color: var(--secondary);
}
nav.header-menu, .hamburgure-block {
    display: inline-block;
    vertical-align: middle;
}
nav.header-menu .sub-menu li {
    margin-left: 0;
}
.hamburgure-block {
    margin-left: 42px;
}
.hamburgure-menu span.hamburgure-menu-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: var(--primary);
    border-radius: 30px;
    margin-top: 4px;
}
.hamburgure-menu:hover span.hamburgure-menu-bar {
    background-color: #000;
}
.menu-wr ul {
    margin: 0;
    position: relative;
}
.menu-wr {
    width: 77%;
    text-align: right;
     display: none; 
}
/*hide css*/
.logo-wr {
    margin: 0 auto;
    text-align: center;
    margin: 15px 0px;
    width: 100%;
}
.eco-call-icon {
    width: 38px;
    height: 38px;
    background: #ffffff;
    position: relative;
    border-radius: 50%;
    transition: 0.5s all;
}
span.eco-call-icon svg, .header-social-icons ul li a svg, .header-social-icons ul li a img, .footer-social-icons ul li a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eco-free {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-button-group .eco-free {
    width: 28px;
    height: 28px;
}
/*.social-footer a svg{
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}*/
.header-social-icons ul li a:hover svg g path {
    fill: #fff;
}
.header-social-icons ul li:nth-child(2) a:hover svg path{
    fill: #fff;
    stroke: #fff;
}
.bottom-header-wr {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 99;
}
/*header css end*/

/* footer css starts */
.footer-section {
    background-image: url(../images/Footer_Bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 0;
}
.footer-middle-wr {
    display: flex;
    margin: 0 auto;
    padding: 50px 0 40px;
    /* justify-content: space-around; */
    align-items: center;
}

.footer-contact-info a span:hover {
    color: var(--secondary);
}
.footer-contact-info a span{
    transition: 0.3s;
}
.footer-contact-info.footer-call {
    width: 45%;
    border-left: 0.5px solid rgb(255 255 255 / 44%);
    border-right: 0.5px solid rgb(255 255 255 / 47%);
    padding-left: 135px;
}
.footer-contact-info.footer-week {
    padding-left: 161px;
    width: 30%;
}
.footer-call-icon {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
.footer-call-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-text-address, .call-text  {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Fira Sans';
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 64%;
}
span.call-number.call-text {
    width: 80%;
}

.footer-contact-info.footer-call a {
    width: 100%;
}
.footer-office-box p, .footer-office-box a {
    color: #fff;
}
.footer-office-box a:hover {
    color: var(--secondary);
}
.footer-office-box__top p {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
}
.footer-office-box__top {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFFFFF80;
}
.footer-office-box__body p, .footer-office-box__body a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}
.footer-bottom-wr {
    padding: 21px 0px 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-copyright-block p, .footer-copyright-block a, .footer-social-block__left a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
.footer-copyright-block a:hover, .footer-social-block__left a:hover {
    color: var(--secondary);
}
.footer-social-block__left a {
    font-weight: 700;
}
.footer-copyright-block, .footer-social-block {
    display: inline-block;
    vertical-align: middle;
}
.footer-copyright-block {
    width: 40%;
}
.footer-social-block {
    width: 60%;
    text-align: right;
}
.footer-social-block a:hover svg path {
    fill: var(--secondary);
}
.bottom-footer-inner {
    font-size: 0px;
    line-height: 0px;
}
.footer-social-block__left {
   /* padding: 4px 18px 4px 0px;
    margin-right: 19px;*/
}
.footer-social-block__right {
    display: flex;
    align-items: center;
    display: none;
    column-gap: 25px;
}
.footer-social-block-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-menu-wr {
    line-height: 0px;
    font-size: 0px;
}
/*.footer-logo-block {
    width: 24.122%;
}*/

.footer-logo-block {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer-menu-block {
    width: 73.879%;
    display: inline-block;
    /* text-align: right; */
}
.footer-contact-info.footer-address {
    width: 50%;
}
.footer-logo-block, .footer-menu-block {
    display: inline-block;
    vertical-align: middle;
}
.footer-social-block__left span {
    font-size: 20px;
    color: #fff;
    margin: 0px 10px;
}
.footer-menu-block .menu-item a{
    color: #fff;
    font-weight: 600;
    padding-left: 82px;
    background-image: url(../images/Footer_Arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 60px;
    /* background-position-y: 51%; */
    background-position-y: center;
    transition: 0.5s;
    font-size: 20px;
    line-height: 34px;
}
.footer-menu-block .menu-item a:hover {
    color: var(--secondary);
}
.footer-menu-block .menu-item {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 85px;*/
}
.footer-menu-block .menu-item:first-child {
    margin-left: 0px;
}


/* .footer-logo-block {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
} */

.menu-footer-menu-container {
    width: 100%;
}

.black-btn .common-btn:after {
    background-color: var(--secondary) !important;
}
/*scroll*/
.scroll-top {
    background-color: var(--primary);
    color: #fff;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 95px;
    right: 28px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 0 var(--secondary);
    z-index: 999;
    cursor: pointer;
    display: none; 
    transition: all 0.3s;
}
.scroll-top svg {
    animation: uparrow 2s ease-in-out infinite;
    top: 12px;
    left: 7px;
    position: absolute;
}
.scroll-top:hover {
    background-color: #000;
    box-shadow: rgb(0 0 0 / 78%) 0px 2px 4px, rgba(0, 0, 0, 0.78) 0px 7px 13px -3px, rgba(0, 0, 0, 0.78) 0px -3px 0px inset;
}
@keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
    }
}
li#menu-item-38:before {
    content: "";
    position: absolute;
    background-image: url(../images/Give_Us_Call_Icon.svg);
    background-repeat: no-repeat;
    left: -37px;
    top: 39px;
    z-index: 3;
    height: 40px;
    width: 40px;
}
li#menu-item-38:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: -70px;
    top: 34px;
    z-index: 3;
    background: #FFFFFF;
    height: 35px;
    width: 1px;
}
li#menu-item-38 {
    margin-left: 106px;
}
/*pop-up*/
.pop-up-wrapper {
    width: 100%;
    max-width: 900px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    background: #fff url(../images/Popup_Bg_new.png) no-repeat;
    transform: translateY(-50%);
    z-index: 99999999;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    position: relative;
    border-radius: 20px;
    /* border: 3px solid #fff; */
}

#popupform {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999998;
}
.popup-form-block label.gfield_label.gform-field-label {
    color: #000 !important;
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    font-family: "Fira Sans";
}
.popup-form-block  .gform_wrapper input[type="submit"] {
    padding: 8px 50px !important;
    background: var(--primary) !important;
    border: 0px !important;
    color: #fff;
    margin-left: 0px !important;
}
.popup .overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.8);
}
.popup-title h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    /* letter-spacing: 1px; */
    color: var(--primary);
}
.popup-title h2 span {
    color: #4A4771;
}
.popup-form-block div#gform_fields_5 {
    display: flex;
    flex-wrap: wrap;
}
.popup-form-block .gform_wrapper.gravity-theme .gfield.gfield--width-full{
    width: 100%;
}
.popup-form-block .gform_wrapper.gravity-theme .gfield.gfield--width-half {
   width: 100%;
}
.popup-form-block, .popup-logo-block {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.pop-up-wrapper span.close {
    position: absolute;
    right: 23px;
    top: 23px;
    cursor: pointer;
    z-index: 9999;
}
.pop-up-wrapper span.close:hover circle {
    fill: var(--secondary);
}
.popup-form-block {
    position: relative;
    padding: 30px 0px 0 40px;
}
.popup-save-txt {
    font-weight: 800;
    font-size: 42px;
    line-height: 52.33px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #B6C427;
    font-family: "Montserrat", sans-serif;
    width: fit-content;
    padding: 8px 38px 8px 42px;
    margin: 23px 0px 34px -45px;
}
.popup-form-block .gform_body .gfield input {
    padding: 8px 14px !important;
    font-size: 13px !important;
    line-height: 28px !important;
    font-family: 'Raleway' , sans-serif !important;
    border-color: #0000001A !important;
    border-radius: 7.5px;
    background-color: #0000000D;
    background: #FFFFFF;
    outline: none !important;
    color: rgba(0, 0, 0, 0.7);
}

.popup-form-block .gform_body .gfield input::placeholder {
    font-size: 12px !important;
    line-height: 28px !important;
    color: rgba(0, 0, 0, 0.7);
}
.popup-form-block .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 16px !important;
    grid-row-gap: 22px !important;
}
.popup-form-block .gfield--type-email {
    width: 100%;
}
.popup-form-block .gform_body .gfield input.gfield-choice-input {
    padding: 0px !important;
    height: 23px !important;
    width: 23px !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}
input[type="submit"]:focus{
    text-decoration: none !important;
}
.popup-form-block .gfield_checkbox label {
    font-size: 13px !important;
    line-height: 17px !important;
    letter-spacing: 0px;
    font-weight: 400;
    width: 91%;
    font-family: 'Raleway', sans-serif;
}
.popup-form-block .gform-footer input {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px !important;
}
.popup-form-block .gform_footer.top_label {
    padding: 0px !important;
    margin-top: 50px !important;
}
.popup-logo-block {
    /* padding-left: 73px; */
    /* padding-top: 64px; */
}
.popup-form-block  input[type="checkbox"]:checked::before {
    height: 22px !important;
    width: 22px !important;
}

.popup-form-block .gform-footer.gform_footer.top_label:hover::after {
    content: unset;
}
.popup-form-block .gform_wrapper input[type="submit"]:hover {
    background-color: var(--secondary) !important;
}

.popup-form-block .gform-footer.gform_footer.top_label{
    position: relative;
    margin-top: 28px !important;
}
.popup-form-block .gform-footer.gform_footer.top_label::after {
    /* content: ''; */
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 7px;
    left: 10%;
    transform: translateX(50%);
    background: rgba(189, 41, 38, 0.1);
}
/* Popup Form CSS Ends */

.popup-logo.relative {
    position: absolute;
    right: 45px;
    bottom: 50%;
    transform: translateY(50%);
    background-color: #fff;
    padding: 49px 29px 49px 30px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    cursor: pointer;
    z-index: 1;
}

p.gform_required_legend {
    display: none;
}
.popup-title {
    margin-bottom: 30px;
}
.popup-title h5 {
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
    line-height: 44px;
    font-family: "Fira Sans", sans-serif;
}
.popup-form-block .gform_wrapper input[type="submit"] {
      background: #fff;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 38px !important;
    padding: 5px 0 5px 20px !important;
    margin-left: 0px;
    border-radius: 100px;
    position: relative;
    border: 1px solid #000000;
    font-weight: 700 !important;
    color: #fff;
    width: 35%;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px !important;
}
.popup-form-block .gform_wrapper .gform_footer input{
       background-image: url(../images/Form_submit_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: 8px !important;
    background-position-y: 7.6px !important;
}
.popup-form-block .gform_wrapper.gravity-theme .gfield_required {
    color: #FF0000;
    display: inline-block;
    font-size: 16px !important;
    padding-inline-start: 0.125em;
    line-height: 20px !important;
    font-weight: 800;
    font-family: "Fira Sans";
}
.popup-form-block .gform_body .gfield input{
    border: 1px solid #0000001A !important;
}
span.close:hover svg circle {
    fill: #fff !important;
}
span.close:hover svg path {
    fill: #5F4725 !important;
}
#popupform {
    display: none;
}
.footer-menu-block{
    display: none;
} 