/*
Theme Name:   wolfelawtampa
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/


:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Aoboshi One', sans-serif;
    --bodyFont: 'Mona Sans', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

body.layout-full {
    background-color: #fff;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 1025px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

@media screen and (max-width:1024px) {

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}

.post,
.page {
    margin: 0 !important;
}

html {
    margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.w100p,
.wrapper {
    width: 100%;
}

.container {
    max-width: 1700px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width:1800px) {
    .container {
        max-width: 1600px;
    }
}

@media screen and (max-width:1680px) {
    .container {
        max-width: 1400px;
    }

}

@media screen and (max-width:1550px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (max-width:1440px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width:1366px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (max-width:1280px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}


/* Fonts */


@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/mona-sans-v4-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/mona-sans-v4-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/mona-sans-v4-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/mona-sans-v4-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Aoboshi One';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/aoboshi-one-v13-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/outfit-v15-latin-regular.woff2') format('woff2');
}


/* Header Section Starts */

.header-sec {
    padding: 24px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all 0.5s;
}

.header-sec.f-nav {
    background: #0f262c;
    border-bottom: 2px solid #027e94;
}


.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-blk {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.soc-icons {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.bnr-img img {
    width: 100%;
    display: block;
}

.soc-icons a {
    background-image: url(./images/fb-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 18px;
    height: 26px;
}

.soc-icons a:hover {
    background-image: url(./images/fb-icon-hover.webp);
}

.soc-icons a.linkedin {
    background-image: url(./images/linkedin-icn.webp);
    width: 28px;
    height: 28px;
}

.soc-icons a.linkedin:hover {
    background-image: url(./images/linkedin-icn-hover.webp);
}

.soc-icons a.twitter {
    background-image: url(./images/twit-icon.webp);
    width: 21px;
    height: 21px;
}

.soc-icons a.twitter:hover {
    background-image: url(./images/twit-icon-hover.webp);
}

.consult-text {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0;
    color: #03a970;
    text-transform: uppercase;
    /* padding: 0 0 0 86px; */
    position: relative;
    margin: 0 0 5px;
    padding: 0 !important;
}

.consult-text::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 71px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}
.phone-text {
    background-image: url(./images/call.webp);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: left;
    padding: 0px 0 0px 56px;
}
.phone-text a {
    font-family: 'Aoboshi One';
    font-weight: 400;
    /* font-size: 26px; */
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    place-items: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 !important;
}


.phone-text a:hover {
    color: #029b6a;
}

.top-menu ul {
    display: inline-block;
    margin: 0;
}

.top-menu ul li:last-child {
    margin: 0;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 27px 0 0;
    position: relative;
}

.top-menu ul li a {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
}

.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #03a970;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #01a07a;
    padding: 0px 0;
    z-index: 999;
}

.top-menu ul li:hover ul.sub-menu {
    display: block;
}

.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}

.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}

.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}

.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}

.top-menu .sub-menu li a:after {
    display: none;
}

.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}

.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}

.top-menu .sub-menu li a:hover {
    background-color: #02131b;
    color: #fff !important;
}
/* .scdule-btn a {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.scdule-btn a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #01a27a;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50%;
    position: absolute;
    bottom: -10px;
    width: 0;
}
.scdule-btn a:hover:after {
    transform: scaleX(1);
    width: 100%;
}
.scdule-btn a:hover {
    color: #03a970;
} */

.scdule-btn a.cmn-btn:hover{
    color: #fff;
}

.scdule-btn a.cmn-btn:hover::before{
    background-color:transparent;
}

.genpg-rite.full-width .hdg-mediation {
    text-align: center;
}


/* Mobile Menu Starts */


@media screen and (max-width: 1800px) {
    .logo {
        width: 27%;
    }

    .top-menu ul li a {
        font-size: 19px;
    }

    .consult-text {
        font-size: 18px;
        padding: 0 0 0 80px;
    }


    .consult-text::after {
        width: 60px;
    }

    .phone-text a {
        font-size: 28px;
    }

    .header-sec {
        padding: 20px 0;
    }

}

@media screen and (max-width: 1680px) {

    .header-sec {
        padding: 15px 0;
    }

    .top-menu ul li a {
        font-size: 18px;
    }

    .consult-text {
        font-size: 18px;
    }

    .phone-text a {
        font-size: 26px;
    }

    .logo {
        width: 26%;
    }

    .top-menu ul li {
        margin: 0 22px 0 0;
    }

    .top-menu ul li a {
        font-size: 17px;
    }

    .soc-icons {
        gap: 15px;
    }

    .soc-icons a.linkedin {
        width: 22px;
        height: 22px;
    }



}

@media screen and (max-width: 1550px) {

    .header-sec {
        padding: 11px 0;
    }

    .top-menu ul li {
        margin: 0 20px 0 0;
    }

    .soc-icons a {
        transform: scale(0.9);
    }

    .soc-icons {
        gap: 12px;
    }

    .top-menu ul li a {
        font-size: 17px;
    }

    .consult-text {
        font-size: 17px;
        padding: 0 0 0 80px;
    }

    .consult-text::after {
        width: 60px;
    }

    .phone-text a {
        font-size: 24px;
    }




}

@media screen and (max-width: 1440px) {



    .header-sec {
        padding: 20px 0;
    }

    .soc-icons a {
        transform: scale(0.8);
    }

    .top-menu ul li {
        margin: 0 10px 0 0;
    }

    .top-menu ul li a {
        font-size: 15px;
    }

    .header-blk {
        gap: 20px;
        margin-bottom: 10px;
    }


    .consult-text {
        font-size: 16px;
    }

    .logo {
        width: 24%;
    }

    .header-sec {
        padding: 11px 0;
    }

    .consult-text {
        font-size: 14px;
        padding: 0 0 0 55px;
    }

    .consult-text::after {
        width: 40px;
    }



}

@media screen and (max-width: 1366px) {

    .consult-text {
        font-size: 15px;
        padding: 0 0 0 70px;
    }

    .consult-text::after {
        width: 50px;
    }

}

@media screen and (max-width: 1280px) {

    .header-sec .container {
        max-width: 1100px;
    }

.consult-text {
    font-size: 12px !important;
}

    .consult-text::after {
        width: 35px;
    }

    .soc-icons a {
        transform: scale(0.7);
    }

    .soc-icons {
        gap: 8px;
    }

    .top-menu ul li a {
        font-size: 15px;
    }

    .top-menu ul li {
        margin: 0 10px 0 0;
    }

    .header-blk {
        gap: 15px;
        margin-bottom: 8px;
    }

    .logo {
        width: 26%;
    }

    .top-menu .sub-menu li a {
        font-size: 13px;
        padding: 7px 10px 6px;
    }
.phone-text {
    background-size: 40px;
    padding: 0px 0 0px 50px;
}
.phone-text a {
    font-size: 23px;
}
}

@media screen and (max-width: 1200px) {
    .top-menu ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1180px) {
    .header-sec .container {
        max-width: 980px;
    }

    .header-sec {
        padding: 8px 0 8px;
    }
}




@media screen and (min-width: 1024px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #0f262c;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: hidden;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}

.menu-top-menu-container {
    display: block;
    width: 100%;
}

.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}

.mobinav ul li a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 12px 0;
    text-decoration: none;
}

.mobinav ul li a:hover {
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li .drop {
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
    cursor: pointer;
}

.mobinav ul li .drop.open {
    width: 20px;
}

.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}

.mobile-menu-button-container {
    display: block;
}

@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}

/* Mobile Menu Ends */

/* Common Styling */

a.cmn-btn {
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 24px 58px;
    position: relative;
    background: transparent;
    transition: all 0.5s;
    z-index: 1;
    text-align: center;
}

a.cmn-btn::before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    transform: skew(-15deg);
}

a.cmn-btn:hover::before {
    border-image: linear-gradient(to bottom, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: #fff;
    clip-path: inherit;
}

a.cmn-btn:hover {
    color: #000;
}

.text-heading {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.sub-heading {
    font-family: 'Aoboshi One';
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4px;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 0 20px;
}



@media screen and (max-width:1800px) {

/*    .text-heading {
        font-size: 65px;
        letter-spacing: -2.5px;
        margin: 0 0 18px;
    }*/
.text-heading {
    font-size: 55px;
    letter-spacing: -1.5px;
    margin: 0 0 18px;
}
    .sub-heading {
        font-size: 19px;
        letter-spacing: 3.8px;
        margin: 0 0 22px;
    }

a.cmn-btn {
    font-size: 18px;
    padding: 18px 50px;
}




}

@media screen and (max-width:1680px) {


    .text-heading {
        font-size: 60px;
        letter-spacing: -2.6px;
        margin: 0 0 16px;
    }

    .sub-heading {
        font-size: 18px;
        letter-spacing: 3.2px;
        margin: 0px 0 20px;
    }

a.cmn-btn {
    font-size: 17px;
    padding: 16px 50px;
}

}

@media screen and (max-width:1550px) {

    .text-heading {
        font-size: 55px;
        letter-spacing: -2px;
        margin: 0 0 15px;
    }

    .sub-heading {
        font-size: 17px;
        letter-spacing: 2.8px;
        margin: 0px 0 18px;
    }

    a.cmn-btn {
        padding: 18px 42px;
    }



}

@media screen and (max-width:1440px) {

    .text-heading {
        font-size: 50px;
        letter-spacing: -1.6px;
        margin: 0 0 14px;
    }

    .sub-heading {
        font-size: 16px;
        letter-spacing: 2.5px;
        margin: 0px 0 16px;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 17px 38px;
    }




}

@media screen and (max-width:1366px) {


    .text-heading {
        font-size: 46px;
        letter-spacing: -1px;
        margin: 0 0 13px;
    }

    .sub-heading {
        font-size: 15px;
        letter-spacing: 2.2px;
        margin: 0px 0 13px;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 16px 35px;
    }



}

@media screen and (max-width:1280px) {


/*    .text-heading {
        font-size: 38px;
        letter-spacing: -0.5px;
        margin: 0 0 12px;
    }*/
.text-heading {
    font-size: 35px;
    letter-spacing: 0;
    margin: 0 0 12px;
}
    .sub-heading {
        font-size: 13px;
        letter-spacing: 1.8px;
        margin: 0px 0 12px;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 14px 32px;
    }


}

@media screen and (max-width:1024px) {



    .text-heading {
        font-size: 30px;
        letter-spacing: 0;
        margin: 0 0 20px;
    }

    .sub-heading {
        font-size: 14px;
        letter-spacing: 1.5px;
        margin: 0px 0 12px;
    }

    a.cmn-btn {
        font-size: 15px;
        padding: 15px 34px;
    }


}

@media screen and (max-width:768px) {
    .text-heading {
        font-size: 30px;
        margin: 0 0 12px;
    }


}


@media screen and (max-width:650px) {
    .text-heading {
        font-size: 24px;
        margin: 0 0 12px;
        letter-spacing: 0;
        line-height: 1.2;
    }

}

@media screen and (max-width:480px) {

    a.cmn-btn {
        font-size: 14px;
        padding: 15px 30px;
    }

}





@media screen and (max-width:1024px) {
    .header-sec .container {
        max-width: 720px;
    }

    .top-menu,
    .top-rit {
        display: none;
    }


    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: 'Mona Sans';
        display: inline-block;
    }

    button.showhide {
        background: #03749c;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .header-sec {
        position: fixed;
        background-color: #0f262c;
        padding: 10px 10px;
        width: 100%;
        border-bottom: 3px solid #027e94;
    }

    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
        margin: 0;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #03749c;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0 0 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head-sec.f-nav .logo {
        width: 100% !important;
    }


    .hdr-tab-menu {
        display: flex !important;
        align-items: center;
        gap: 15px;
    }

    .logo img {
        max-width: 300px;
    }

    .mobinav .top-rit {
        display: block;
    }

    .mobinav .top-rit .header-blk {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    /*.mobinav .soc-icons {
    gap: 0;
}*/
    .mobinav .soc-icons a {
        background-image: url(./images/fb-icon.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0;
        line-height: 0;
        display: inline-block;
        width: 18px;
        height: 26px;
        margin: 0;
    }

    .mobinav .soc-icons a:hover {
        background-image: url(./images/fb-icon-hover.webp);
    }

    .mobinav .soc-icons a.linkedin {
        background-image: url(./images/linkedin-icn.webp);
        width: 28px;
        height: 28px;
    }

    .mobinav .soc-icons a.linkedin:hover {
        background-image: url(./images/linkedin-icn-hover.webp);
    }

    .mobinav .soc-icons a.twitter {
        background-image: url(./images/twit-icon.webp);
        width: 21px;
        height: 21px;
    }

    .mobinav .soc-icons a.twitter:hover {
        background-image: url(./images/twit-icon-hover.webp);
    }

    .mobinav .consult-text {
        padding: 0;
    }

    .mobinav .consult-text::after {
        display: none;
    }

    .mobinav .phone-text a {
        padding-left: 40px;
        margin: 0;
    }




}

@media screen and (max-width: 768px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

    .mobile-menu-button-container {
        background: #03749c;
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }

    .logo {
        justify-content: center !important;
        gap: 0;
    }

    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-sec {
        padding: 15px 0 0 0 !important;
        border: none;
    }

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
        cursor: pointer;
    }

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: 'Mona Sans';
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }

    button.showhide {
        display: none;
    }

}

@media screen and (max-width: 480px) {

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-size: 18px;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 21px;
    }

    .logo img {
        max-width: 240px;
    }


}



/* Footer Section */

.footer-main {
    background: #011219;
    margin-top: -650px;
}

.footer-main .container {
    max-width: 1500px;
}

.site-footer {
    padding: 252px 0 0;
    color: #fff;
}

.footer-list {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 100px;
    position: relative;
}

.ftr-scl-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 38px 0 0;
}

.footer-list::before {
    position: absolute;
    content: '';
    background-color: #023a4d;
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
}

.footer-lft-cnt {
    width: 41.35%;
}

.ftr-logo {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #053d50;
    margin-bottom: 38px;
}

.ftr-itm {
    width: 35%;
}

.ftr-itm.ftr-call {
    width: 50%;
}

/*.ftr-itm-title {
    font-family: var(--headingFont);
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -0.35px;
    text-align: center;
    padding-top: 80px;
    position: relative;
}*/
.ftr-itm-title {
    font-family: var(--headingFont);
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -0.35px;
    text-align: center;
    padding-top: 70px;
    position: relative;
}

/*.ftr-itm-title::before {
    position: absolute;
    content: '';
    background-image: url(./images/location-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 103px;
    height: 62px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
.ftr-itm-title::before {
    position: absolute;
    content: '';
    background-image: url(./images/location-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ftr-itm.ftr-call .ftr-itm-title::before {
    background-image: url(./images/phone-call-icon.webp);
    z-index: 1;
}


.ftr-itm-title.quick-links {
    text-align: start;
    padding: 0 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.ftr-itm-title.quick-links::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 47%;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    bottom: 0;
    left: 0;
    right: inherit;
    top: inherit;
}

.ftr-itm-para {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0.38px;
    color: #fff;
    margin-bottom: 0px;
}

.ftr-itm-para a {
    text-transform: uppercase;
    letter-spacing: 3.2px;
    color: #029b6a;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

.ftr-itm-para a:hover {
    color: #fff;
}

.ftr-logo a {
    display: inline-block;
}

.ftr-menu ul {
    column-count: 2;
    margin-bottom: 0;
}

.ftr-blk {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ftr-blocks .ftr-scl-icons {
    display: none;
}

/*.ftr-btm-blk {
    display: flex;
    align-items: start;
    justify-content: space-between;
}*/
.ftr-btm-blk {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.ftr-itm.ftr-call p a {
    display: block;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.7px;
    color: #fff;
    font-weight: 500;
}

.ftr-menu ul li {
    margin: 0 0 15px;
    display: block;
}

.ftr-menu ul li:last-child {
    margin: 0;
}

.ftr-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
    display: inline-block;
}

/*.ftr-scl-icons a {
    width: 93px;
    height: 52px;
    display: inline-block;
    font-size: 0px;
    line-height: 0;
    background-image: url(./images/facebook-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}*/
.ftr-scl-icons a {
    width: 80px;
    height: 50px;
    display: inline-block;
    font-size: 0px;
    line-height: 0;
    background-image: url(./images/facebook-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ftr-scl-icons a:hover {
    background-image: url(./images/facebook-hvr-icon.webp);
}

.ftr-scl-icons a.linkedin {
    background-image: url(./images/linkedin-icon.webp);
}

.ftr-scl-icons a.linkedin:hover {
    background-image: url(./images/linkedin-hvr-icon.webp);
}

/* .ftr-scl-icons a.twitter {
    background-image: url(./images/twitter-icon.webp);
}

.ftr-scl-icons a.twitter:hover {
    background-image: url(./images/titter-hvr-icon.webp);
} */

.ftr-itm.ftr-call p a:hover,
.ftr-menu ul li a:hover,
.ftr-menu ul li.current-menu-item a,
.copyrightmenu ul li a:hover {
    color: #029b6a;
}

.copyrights {
    background: transparent;
    padding: 30px 0;
    text-align: center;
}

.copyrightmenu ul {
    margin: 0;
}

.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}

.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}

.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}

.copyrightmenu ul li:last-child a {
    border: none;
}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

.copyrights .growthlab img {
    width: 100%;
    display: block;
}


@media screen and (max-width:1680px) {

    .footer-main .container {
        max-width: 1360px;
    }

    .ftr-itm-title {
        font-size: 31px;
        padding-top: 72px;
    }

    .ftr-logo {
        padding-bottom: 28px;
        margin-bottom: 35px;
    }

    .ftr-itm-title::before {
        width: 92px;
        height: 55px;
    }

    .ftr-itm-para {
        font-size: 18px;
        letter-spacing: 0.3px;
    }

    .ftr-itm-para a {
        letter-spacing: 2.8px;
        font-size: 15px;
    }

    .ftr-itm.ftr-call p a {
        font-size: 31px;
    }

    .ftr-menu ul li a {
        font-size: 18px;
    }

    .hm-form-sec .text-heading {
        font-size: 46px;
    }

    .copyrights {
        padding: 40px 0 30px;
    }

    .ftr-blk {
        margin-bottom: 36px;
    }

    .ftr-itm-title.quick-links {
        padding: 0 0 18px;
        margin-bottom: 18px;
    }


}

@media screen and (max-width: 1550px) {
    .footer-main .container {
        max-width: 1270px;
    }

    .ftr-itm-title {
        font-size: 25px;
        padding-top: 65px;
    }

    .ftr-itm-title::before {
        width: 78px;
        height: 47px;
    }

    .ftr-itm-para {
        font-size: 17px;
        line-height: 1.63;
    }

    .ftr-itm.ftr-call p a {
        font-size: 28px;
    }

    .ftr-logo {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .ftr-menu ul li a {
        font-size: 17px;
    }

    .ftr-scl-icons a {
        width: 85px;
        height: 45px;
    }

    .footer-list {
        gap: 75px;
    }

    .copyrights {
        padding: 35px 0 25px;
    }

    .ftr-scl-icons a {
        width: 80px;
        height: 40px;
    }

    .ftr-scl-icons {
        padding: 35px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .footer-main .container {
        max-width: 1180px;
    }

    .ftr-itm-title {
        font-size: 22px;
        padding-top: 55px;
    }

    .ftr-itm-title::before {
        width: 63px;
        height: 38px;
    }

    .ftr-itm-para {
        font-size: 16px;
        line-height: 1.6;
    }

    .ftr-itm.ftr-call p a {
        font-size: 25px;
    }

    .ftr-menu ul li {
        margin: 0 0 12px;
    }

    .ftr-menu ul li a {
        font-size: 15px;
    }

    .ftr-scl-icons a {
        width: 75px;
        height: 40px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }

    .copyrights {
        padding: 30px 0 20px;
    }

.footer-list {
    gap: 0;
    justify-content: space-between;
}

    .footer-lft-cnt,
    .hm-form-sec {
        width: 45%;
    }


}

@media screen and (max-width: 1366px) {
    .footer-main .container {
        max-width: 1090px;
    }

}

@media screen and (max-width: 1280px) {

    .footer-main .container {
        max-width: 920px;
    }

    .site-footer {
        padding: 35px 0 0;
    }

    .footer-list {
        gap: 45px;
    }

    .ftr-logo {
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .ftr-itm-title {
        font-size: 20px;
        padding-top: 50px;
    }

    .ftr-itm-title::before {
        width: 55px;
        height: 33px;
    }

    .ftr-itm-para {
        font-size: 15px;
    }

    .ftr-itm.ftr-call p a {
        font-size: 22px;
    }

    .ftr-menu ul li a {
        font-size: 13px;
    }

.footer-lft-cnt {
    width: 45%;
}


    .ftr-menu ul li a {
        font-size: 14px;
    }

}

@media screen and (max-width: 1024px) {

    .footer-main .container {
        max-width: 720px;
    }

    .footer-list {
        gap: 60px;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .hm-form-sec {
        padding: 25px 20px;
        width: 100%;
    }

    .footer-lft-cnt {
        width: 100%;
    }

    .ftr-logo {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .ftr-itm,
    .ftr-itm.ftr-call {
        width: 100%;
        max-width: 300px;
        border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
        border-width: 1px;
        border-style: solid;
        padding: 20px 10px 14px;
        margin: auto;
    }

    .ftr-logo {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px;
        order: 1;
        padding: 0;
        border: 0;
    }

    .ftr-blocks {
        order: 3;
    }

    .ftr-blk {
        gap: 15px;
        flex-direction: column;
        margin: 0 auto;
    }

    .ftr-btm-blk {
        padding: 0;
        border-image: none;
        border: 0;
        order: 2;
        flex-direction: column;
        align-items: center;
    }

    .footer-list::before {
        display: none;
    }

    .copyrights {
        padding: 15px 0;
    }

    .footer-lft-cnt {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ftr-itm-title {
        padding-top: 50px;
    }

    .ftr-itm-title::before {
        top: 0;
    }

    .site-footer {
        padding: 25px 0 0;
    }

    .ftr-itm-title.quick-links {
        padding: 0 0 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .ftr-itm-title.quick-links::before {
        width: 100%;
    }

    .ftr-menu {
        text-align: center;
        margin-bottom: 20px;
    }

    .ftr-menu ul li {
        margin: 0 10px;
        display: inline-block;
    }

    .ftr-menu ul {
        column-count: 1;
    }

    .ftr-menu ul li:last-child {
        margin-right: 0px;
    }

    .ftr-menu ul li:first-child {
        margin-left: 0;
    }

    .ftr-btm-blk .ftr-scl-links {
        display: none;
    }

    .ftr-blocks .ftr-scl-icons {
        display: block;
    }

    .ftr-blocks .ftr-scl-icons {
        padding: 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin: 20px 0 0;
        display: flex;
    }

    .ftr-blocks .ftr-scl-icons a {
        width: 65px;
        height: 40px;
    }


}

@media screen and (max-width:768px) {

    .footer-main .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .ftr-btm-blk {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .ftr-menu ul {
        column-count: 1;
    }

    .ftr-scl-icons {
        width: 100%;
        align-items: center;
    }

    .ftr-scl-icons {
        padding: 0 0 0;
        flex-direction: row;
        justify-content: center;
    }

    .ftr-scl-links {
        width: 100%;
    }

    .ftr-menu {
        width: 100%;
    }

    .ftr-itm-title.quick-links {
        text-align: center;
        padding: 0 0 10px;
        margin-bottom: 15px;
    }

    .ftr-itm-title.quick-links::before {
        right: 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
        margin: 0;
        line-height: 1.3;
    }

    .ftr-logo {
        margin: 0 auto 20px;
    }

    .formpopuptext {
        font-size: 13px;
    }

    .ftr-logo {
        max-width: 280px;
    }

    .footer-list {
        gap: 30px;
    }


}

@media screen and (max-width:480px) {

    .ftr-itm-para {
        font-size: 14px;
    }

    .ftr-itm.ftr-call p a {
        font-size: 20px;
    }

    .ftr-itm-title {
        font-size: 19px;
    }

    .ftr-logo {
        max-width: 250px;
    }

    .ftr-menu ul li {
        margin: 0 5px;
        display: inline-block;
    }

    .ftr-menu ul li a {
        font-size: 13px;
    }

    .ftr-itm-para a {
        letter-spacing: 0;
        font-size: 14px;
    }


}