/*
Theme Name:   Injury And Pain Physicians
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
*/
@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/stack-sans-headline-v1-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/stack-sans-headline-v1-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/stack-sans-headline-v1-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/stack-sans-headline-v1-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/stack-sans-headline-v1-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Stack Sans Headline';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/stack-sans-headline-v1-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/montserrat-v31-latin-200.woff2') format('woff2');
}

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

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/montserrat-v31-latin-800.woff2') format('woff2');
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Montserrat", sans-serif;
    --bodyFont: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}
html {
    padding: env(safe-area-inset);
}
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 20px 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%;
}

/* homepage text heading and cmn btn styling starts */

a.cmn-btn {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    color: #000;
    background-color: #4ee343;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 25px 36px;
    letter-spacing: 0.2px;
}

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

.text-heading {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 70px;
    color: #1d151e;
    line-height: 1.05;
    text-align: left;
    margin: 0 0 33px 0;
    text-transform: uppercase;
    letter-spacing: -1.3px;
}

.text-heading strong {
    font-weight: 800;
    color: #4ee343;
}

.text-heading span {
    font-weight: 400;
    color: #1d151e;
    display: block;
}

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

/* homepage text heading and cmn btn styling ends */


/* Header Section Starts */

.header-sec {
    padding: 20px 0 10px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.header-sec.f-nav {
    background: #deffdb;
    border-bottom: 2px solid #000;
}

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

.logo-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;

}

.logo {
    padding-top: 6px;
    width: 27.5%;
}

.logo img {
    width: 100%;
    display: block;
}

.top-rit-cnt-blk {
    display: flex;
    justify-content: right;
    align-items: center;
/*    gap: 30px;*/
gap: 20px;
}

.top-rit-cnt-blk {
    font-family: "Stack Sans Headline";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    margin: 0 0 30px;
}

.top-rit-cnt-blk .call a {
    font-family: "Stack Sans Headline";
/*    font-size: 35px;*/
font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #000;
    display: inline-block;
    padding: 0 0 0 43px;
    border: none;
}

.top-rit-cnt-blk .call a:hover {
    color: #4ee343;
}

.top-rit-cnt-blk .call a::before {
    left: 0px;
}

.top-rit-cnt-blk a.cmn-btn {
    padding: 16px 38px;
}

.top-menu ul {
    margin: 0 !important;
    font-size: 0;
    text-align: right;
}

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

.top-menu ul li {
    display: inline-block;
    margin: 0;
/*    padding: 0 29px;*/
padding: 0 40px;
    position: relative;
    border-left: 3px solid #000;
}

.top-menu ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.top-menu ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.top-menu ul li a {
    position: relative;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 19px;
    /* font-size: 21px; */
    line-height: 1;
    color: #1d151e;
    font-family: "Stack Sans Headline";
    display: block;
    outline: 0;
    border: 0;
    letter-spacing: 0.27px;
}

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

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 42px;
    right: auto;
    background-color: #4ee343;
    padding: 0px 0;
    z-index: 999;
}
.top-menu ul li:hover:first-child ul.sub-menu {
    left: 0 !important;
}

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

.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-left: 0;
    border-bottom: 1px solid #fff;
    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: #000;
    color: #fff !important;
}

/* Mobile Menu Starts */

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

    .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: #4ee343;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    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 a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 12px;
    text-decoration: none;
    font-weight: 600;
}

.mobinav a:hover {
    color: #000;
}

.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: 12%;
    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: 16px;
    height: 2px;
    top: 11px;
    right: 3px;
}

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

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

.mobinav .call a {
    font-size: 20px;
    padding: 10px 15px 10px 28px;
    color: #fff;
}

.mobinav .call a::before {
    left: 0;
    top: 2px;
}

@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 */

/* header responsive */

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

    .top-rit-cnt-blk {
        font-size: 18px;
    }
}

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

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 60px;
        margin: 0 0 28px 0;
    }

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

    .header-sec .container {
        width: 100%;
        max-width: 1490px;
    }

/* .top-menu ul li a {
    font-size: 20px;
} */

    .top-rit-cnt-blk .call a {
        padding: 0 0 0 38px;
    }

/*.top-rit-cnt-blk {
    font-size: 17px;
    gap: 20px;
    margin: 0 0 20px;
}*/
	
	.top-menu ul li {
		padding: 0 30px;}

}

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

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 55px;
        margin: 0 0 25px 0;
    }

    a.cmn-btn {
        font-size: 17px;
        padding: 21px 30px;
    }

    .header-sec .container {
        width: 100%;
        max-width: 1350px;
    }

.top-menu ul li {
/*     padding: 0 30px; */
    padding: 0 26px;
}

.top-rit-cnt-blk .call a {
    font-size: 20px;
}

    .top-rit-cnt-blk a.cmn-btn {
        padding: 15px 35px;
        font-size: 16px;
    }

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

.top-rit-cnt-blk {
    font-size: 17px;
    gap: 20px;
    margin: 0 0 20px;
}


}

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

    /* Text Heading and cmn btn Responsive Starts */

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

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

    .header-sec .container {
        width: 100%;
        max-width: 1250px;
    }

.top-menu ul li {
/*     padding: 0 25px; */
	padding: 0 20px;
}

.top-rit-cnt-blk {
    font-size: 16px;
    margin: 0 0 20px;
    gap: 15px;
}

    .top-rit-cnt-blk .call a {
        padding: 0 0 0 33px;
    }

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

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

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 46px;
        margin: 0 0 22px 0;
    }

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

    .header-sec .container {
        width: 100%;
        max-width: 1200px;
    }

.top-rit-cnt-blk {
    font-size: 15px;
    margin: 0 0 15px;
}

.top-rit-cnt-blk .call a {
    padding: 0 0 0 30px;
    font-size: 19px;
}
.top-menu ul li a {
/*     font-size: 17px; */
	font-size: 16px;
}

}

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

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 41px;
        margin: 0 0 20px 0;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 16px 22px;
        border-radius: 7px;
    }

    .header-sec .container {
        width: 100%;
        max-width: 1130px;
    }

    .logo {
        padding-top: 4px;
        width: 25.5%;
    }

    .header-sec {
        padding: 17px 0 10px;
    }

.top-rit-cnt-blk .call a {
    font-size: 18px;
    padding: 0 0 0 27px;
}

    .top-rit-cnt-blk {
        margin: 0 0 21px;
        gap: 17px;
    }

    .top-rit-cnt-blk a.cmn-btn {
        padding: 13px 25px;
        font-size: 15px;
        border-radius: 7px;
    }
    .top-menu ul li a {
    font-size: 16px;
		font-size: 15px;
}
.top-menu ul li {
/*     padding: 0 20px; */
	padding: 0 12px;
    border-left: 2px solid #000;
}


}

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

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

    .top-rit-cnt-blk {
        margin: 0 0 19px;
        gap: 15px;
        font-size: 14px;
    }

    .top-rit-cnt-blk a.cmn-btn {
        padding: 11px 22px;
        font-size: 14px;
        border-radius: 5px;
    }

.top-rit-cnt-blk .call a {
    padding: 0 0 0 30px;
}



}

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

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 35px;
        margin: 0 0 18px 0;
        text-align: center;
    }

    .header-sec .container {
        max-width: 720px;
        padding: 0;
    }

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

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -3px 0;
        fill: #4ee343;
    }

    .tab-call span.text {
        color: #4ee343;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: 'Stack Sans Headline';
        font-weight: 400;
        display: inline-block;
    }

    button.showhide {
        background: #4ee343;
        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: #deffdb;
        border-bottom: 2px solid #000;
        padding: 10px;
        width: 100%;
    }

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

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

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 20px;
        width: 30px;
        height: 30px;
        border: none;
        background: #000;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0px 5px 5px;
    }

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

    .banner-sec {
        padding: 199px 0 60px;
    }

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

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

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

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

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

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

    .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: var(--bodyFont);
        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;
    }

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 28px;
        margin: 0 0 16px 0;
        line-height: 1.2;
    }

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

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

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

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

    .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: 20px 0 0 0 !important;
        position: inherit;
        border: 0;
    }

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

    .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: 'Stack Sans Headline';
        font-weight: 400;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
        cursor: pointer;
    }

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

    button.showhide {
        display: none;
    }

    header.header-sec.f-nav {
        border-bottom: 0;
    }

}

@media screen and (max-width: 600px) {
    .cpy-inr {
    max-width: 430px;
    margin: auto;
}
}

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

    /* Text Heading and cmn btn Responsive Starts */

    .text-heading {
        font-size: 25px;
    }

    a.cmn-btn {
        font-size: 12px;
    }

    .header-sec .logo img {
        max-width: 240px;
    }
        .cpy-inr {
        max-width: 400px;
    }
}

/* Footer Section starts */

.site-footer {
    padding: 0;
    color: #fff;
    /* background-image: url(./images/footer-bg_btm.webp); */
}

.ftr-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 35px 0 23px;
    margin: 0;
    border: 1px solid #e2e5e2;
    border-left: 0;
    border-right: 0;
}

.ftr-logo {
    text-align: center;
    border-right: 1px #e2e5e2 solid;
    padding: 0 76px 0 0;
    width: 44.7%;
}

.ftr-blocks {
    width: 38.7%;
}

.ftr-contact-blk {
    padding: 0 0 0 120px;
    position: relative;
}

.ftr-contact {
    font-family: "Stack Sans Headline";
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 3px solid #c0c0c1;
    margin: 0px 0 15px;
}

.ftr-contact a {
    color: #4ee343;
}

.ftr-contact a:hover {

    color: #000;
}

.ftr-contact a::before {
    content: "";
    background-image: url(./images/ftr-cnt-icon.webp);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    height: 92px;
    width: 92px;
    top: 0;
    bottom: 0;
    left: 0;
}

.ftr-contact-txt {
    font-family: "Stack Sans Headline";
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    text-align: center;
    margin: 0;
}

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

.ftr-menu ul {
    text-align: center;
    margin: 0 0 30px;
}

.ftr-menu ul li {
    display: inline-block;
    /* padding: 0 39px; */
    padding: 0 30px;
    border-right: 3px solid #000;
    margin: 0;
    line-height: 1;
}

.ftr-menu ul li:last-child {
    padding-right: 0;
    border: 0;
}

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

.ftr-menu ul li a {
    font-family: "Stack Sans Headline";
    /* font-size: 21px; */
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f1720;
    line-height: 1;
    letter-spacing: 0.3px;
}

.ftr-menu ul li a:hover {
    color: #4ee343;
}

.copyrights {
    padding: 35px 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 {
    font-family: "Stack Sans Headline";
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}

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

.copyrightmenu ul li a:hover {
    color: #4ee343;
}

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

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

.growthlab {
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
}

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

/* Footer form Section */

.ftr-frm {
    /* background-image: url(./images/footer-bg.webp); */
    background-repeat: no-repeat;
    background-size: 104% auto;
    background-position: bottom center;
    position: relative;
    background-image: url(./images/footer-bg_btm.webp);
}

/* .ftr-frm::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/footer-bg_v2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.ftr-frm.bg-pt{
    background-image: url(./images/footer-bg-pt.webp);
}


.hm-form-sec {
    padding: 52px 0px;
    /* background-image: url(./images/footer-bg_top.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-form-blk-lst {
    display: flex;
    justify-content: flex-end;
    gap: 256px;
}

.hm-form-loc-blk {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs-block::before {
    position: absolute;
    content: "";
    background-image: url(./images/footer-bg_top.webp);
    background-size: 100% 96%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.tab-btn-group {
    position: absolute;
    text-align: center;
    z-index: 2;
    display: flex;
    width: 68%;
    justify-content: center;
    top: 150px;
    gap: 20px;
}

.hm-form-loc-blk-itm {
    width: 100%;
    height: 43%;
    border: 2px #4ee343 solid;
    border-radius: 20px;
    margin: 176px 0 30px auto;
}

.hm-form-sec .add {
    font-family: 'Stack Sans Headline';
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 1;
    color: #000;
    position: relative;
    padding: 70px 0 0;
    margin: 0 0 7px;
}

.hm-form-loc::before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 26%;
    height: 35%;
    border: 4px #4ee343 solid;
    border-radius: 30px;
    content: "";
    margin: auto;
    z-index: 2;
    pointer-events: none;
}

.hm-form-loc::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #fdfffd, #4ee34300);
    background: radial-gradient(circle, #4ee34300 44%, #fdfffd 58%);
    height: 100%;
    pointer-events: none;
}

.hm-form-sec .add::before {
    content: "";
    position: absolute;
    background-image: url(./images/form-location-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 39px;
    height: 53px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}



.hm-form-sec .add-txt {
    font-family: 'Stack Sans Headline';
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.5;
}

.hm-form-sec .add-txt a {
    display: block;
    color: #4ee343;
    max-width: max-content;
    margin: auto;
}

.hm-form-sec .add-txt a:hover {
    color: #000;
}

.hm-form {
    width: 40.6%;
    background: #4ee343;
    padding: 53px 50px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.tab-btn {
    cursor: pointer;
}

.tab-btn.tab-btn-active a.cmn-btn {
    background-color: #000;
    color: #fff;
}

.tab-btn.tab-btn-active a.cmn-btn:hover{
        color: #000;
    background-color: #4ee343;
}

.hm-form-loc {
    width: 70%;
    height: auto;
    /* border: 4px #4ee343 solid; */
    /* border-radius: 30px; */
    /* margin: 176px 0 30px auto; */
    position: absolute;
    height: 91%;
    top: 0;
    left: 0;
}

.hm-form-sec .text-heading {
    color: #fff;
    text-transform: none;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.hm-form-sec .contact-sub-txt {
    font-family: 'Stack Sans Headline';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    margin-bottom: 21px;
    text-align: center;
}

/* .hm-form-loc iframe {
    display: none;
} */
.hm-form-loc iframe {
    display: block;
    width: 100%;
    height: 99%;
    pointer-events: none;
}

.hm-form-loc-cnt {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 70.7%;
    bottom: 145px;
    left: 0;
}

/* Footer form Section */

p.gform_required_legend {
    display: none;
}

.hm-form-sec .gfield input.large,
.hm-form-sec .gfield textarea.large {
    font-family: "Montserrat" !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #000000 !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    padding: 20px !important;
    border: 0 !important;
    outline: 0 !important;
    height: auto;
    border-radius: 10px !important;
    background-color: #fff !important;
}

.hm-form-sec .gform_fields {
    gap: 10px !important;
}

.hm-form-sec .gchoice {
    align-items: center;
}

.gchoice label {
    line-height: 1 !important;
    margin: 0 !important;
}

.hm-form-sec .gform_title {
    display: none;
}

.hm-form-sec .gchoice {
    text-align: right;
    margin: 0;
    display: flex;
    gap: 10px;
    margin: 0 0 20px;
}

.hm-form-sec .gfield textarea.large {
    height: 170px !important;
    resize: none;
    min-height: auto !important;
}

.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #8d8d8d;
}

.hm-form-sec .gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}

.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: "Stack Sans Headline" !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #fff !important;
    cursor: pointer !important;
}

.hm-form-sec .form-links {
    color: #fff;
}

.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}

.hm-form-sec .form-links a:hover {
    color: #000 !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 7px 0 0 !important;
    width: 15px !important;
    height: 15px !important;
    outline: 0 !important;
    border: 0 !important;
}

.gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 15px;
    --gf-form-gap-y: 18px;
}

.hm-form-sec input[type="submit"] {
    font-size: 19px !important;
    padding: 24px 52px !important;
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #0000 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: #fff !important;
    color: #000 !important;
}

#field_submit,
.gform-theme--foundation .gform_footer {
    justify-content: center;
}

.leave-blank {
    display: none;
}

.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.popup {
    max-width: 60%;
}

div#popup-container {
    position: relative;
}

div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gfield {
    position: relative;
}

#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.hm-form-sec .gform_validation_errors {
    display: none !important;
}

.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}

.hm-form-sec fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -3px;
    left: 0;
}

.popup {
    max-width: 100%;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    background: #fff;
    font-family: 'Stack Sans Headline';
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    justify-content: center;
}

.gform_footer.top_label {
    padding: 0 !important;
    margin: 20px 0 0 !important;
    text-align: center;
}

/* Footer Responsive Starts */

@media screen and (max-width: 1900px) {
    .tabs-block::before{background-size: 100% 100%;}

}

@media screen and (max-width: 1800px) {
    .hm-form-loc-blk{height: 71.4%;}
}

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

    .hm-form {
        padding: 43px 42px;
        border-radius: 20px;
    }

    .hm-form-blk-lst {
        gap: 246px;
    }

    .hm-form-sec .contact-sub-txt {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 16px !important;
        border-radius: 8px !important;
        padding: 17px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 150px !important;
        resize: none;
        min-height: auto !important;
        min-block-size: auto;
    }

    .hm-form-sec .form-links a,
    .hm-form-sec .gfield-choice-input+label {
        font-size: 15px !important;
    }

    .hm-form-sec .gchoice {
        margin: 0 0 15px;
    }

    .hm-form-sec input[type="submit"] {
        font-size: 17px !important;
        padding: 20px 44px !important;
        border-radius: 7px !important;
        letter-spacing: 0.4px !important;
    }

    /* .hm-form-loc { margin: 150px 0 27px auto; } */

    .hm-form-sec .add::before {
        width: 35px;
        height: 48px;
    }

    .hm-form-sec .add {
        font-size: 30px;
        letter-spacing: -0.4px;
        padding: 60px 0 0;
        margin: 0 0 6px;
    }

    .hm-form-sec .add-txt {
        font-size: 17px;
    }

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

.ftr-menu ul li {
    padding: 0 26px;
}

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

    .ftr-main {
        gap: 70px;
        padding: 30px 0 19px;
    }

    .ftr-logo {
        padding: 0 66px 0 0;
    }

    .ftr-contact {
        font-size: 29px;
        padding-bottom: 5px;
        margin: 0px 0 14px;
    }

    .ftr-contact-txt {
        font-size: 18px;
    }

    .ftr-contact-blk {
        padding: 0 0 0 100px;
    }

    .ftr-contact a::before {
        height: 82px;
        width: 82px;
    }

    .copyrights {
        padding: 30px 0;
    }

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

    .growthlab {
        max-width: 240px;
    }
    .hm-form-loc::before{width: 28%;}

}

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

    .hm-form-sec {
        padding: 46px 0px;
    }

    .hm-form-blk-lst {
        gap: 226px;
    }

    .hm-form {
        padding: 38px 38px;
        border-radius: 17px;
    }

    .hm-form-sec .contact-sub-txt {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 15px !important;
        border-radius: 6px !important;
        padding: 15px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 130px !important;
    }

    .hm-form-sec .form-links a,
    .hm-form-sec .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .hm-form-sec input[type="submit"] {
        font-size: 16px !important;
        padding: 17px 40px !important;
        letter-spacing: 0.3px !important;
    }

    .hm-form-sec .gchoice {
        margin: 0 0 12px;
    }

    /* .hm-form-loc { margin: 135px 0 24px auto; } */

    .hm-form-sec .add {
        font-size: 27px;
        letter-spacing: -0.2px;
        padding: 53px 0 0;
        margin: 0 0 6px;
    }

    .hm-form-sec .add::before {
        width: 31px;
        height: 44px;
    }

    .hm-form-sec .add-txt {
        font-size: 16px;
    }

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

.ftr-menu ul li {
    padding: 0 21px;
}

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

    .ftr-main {
        gap: 60px;
        padding: 25px 0 17px;
    }

    .ftr-logo {
        padding: 0 60px 0 0;
    }

    .ftr-contact-blk {
        padding: 0 0 0 90px;
    }

    .ftr-contact a::before {
        height: 70px;
        width: 70px;
    }

    .ftr-contact {
        font-size: 27px;
        padding-bottom: 4px;
        margin: 0px 0 12px;
    }

    .ftr-contact-txt {
        font-size: 17px;
    }

    .copyrights {
        padding: 27px 0;
    }

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

    .growthlab {
        max-width: 230px;
    }

    .tab-btn-group{top: 100px;}
    .hm-form-loc::before{top: -60px;}

}


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

    .hm-form-sec {
        padding: 40px 0px;
    }

    .hm-form-blk-lst {
        gap: 200px;
    }

    .hm-form {
        padding: 34px 34px;
        border-radius: 17px;
    }

    .hm-form-sec .contact-sub-txt {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 13px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 115px !important;
    }

    .hm-form-sec .gchoice {
        margin: 0 0 10px;
    }

    .hm-form-sec input[type="submit"] {
        font-size: 15px !important;
        padding: 15px 37px !important;
        letter-spacing: 0.2px !important;
    }

    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 12px !important;
        height: 12px !important;
    }

    /* .hm-form-loc { margin: 125px 0 21px auto; } */

    .hm-form-sec .add::before {
        width: 27px;
        height: 38px;
    }

    .hm-form-sec .add {
        font-size: 25px;
        letter-spacing: 0;
        padding: 48px 0 0;
        margin: 0 0 5px;
    }

    .hm-form-sec .add-txt {
        font-size: 15px;
    }

    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
        top: 3px;
        right: 7px;
    }

    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
        bottom: 5px;
        top: inherit !important;
    }

    .hm-form-sec fieldset .gfield_description.validation_message.gfield_validation_message {
        bottom: -12px;
        left: 0;
    }

    .ftr-menu ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }

.ftr-menu ul li {
    padding: 0 20px;
    border-right: 2px solid #000;
}

    .ftr-logo {
        padding: 0 55px 0 0;
    }

    .ftr-main {
        gap: 55px;
        padding: 25px 0 17px;
    }

    .ftr-contact a::before {
        height: 62px;
        width: 62px;
    }

    .ftr-contact-blk {
        padding: 0 0 0 80px;
    }

    .ftr-contact {
        font-size: 26px;
        padding-bottom: 4px;
        margin: 0px 0 12px;
    }

    .ftr-contact-txt {
        font-size: 16px;
    }

    .copyrights {
        padding: 25px 0;
    }

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

    .growthlab {
        max-width: 220px;
    }

}

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

    .ftr-contact {
        font-size: 25px;
        padding-bottom: 4px;
        margin: 0px 0 12px;
    }
    .ftr-menu ul li {
    padding: 0 15px;
}

}

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

    .hm-form-sec {
        padding: 35px 0px;
    }

    .hm-form-blk-lst {
        gap: 180px;
    }

    .hm-form {
        width: 41.6%;
        padding: 30px 30px;
        border-radius: 15px;
    }

    .hm-form-sec .contact-sub-txt {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        border-radius: 5px !important;
        padding: 11px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 110px !important;
    }

    .hm-form-sec .gchoice {
        margin: 0 0 5px;
    }

    .hm-form-sec input[type="submit"] {
        font-size: 14px !important;
        padding: 13px 33px !important;
        letter-spacing: 0.2px !important;
    }

    /* .hm-form-loc { margin: 115px 0 20px auto; } */

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


    .ftr-main {
        gap: 50px;
        padding: 22px 0 17px;
    }

    .ftr-logo {
        padding: 0 50px 0 0;
    }

    .ftr-contact a::before {
        height: 60px;
        width: 60px;
    }

    .ftr-contact-blk {
        padding: 0 0 0 80px;
    }

    .ftr-contact {
        font-size: 23px;
        padding-bottom: 4px;
        margin: 0px 0 10px;
        border-width: 2px;
    }

    .ftr-contact-txt {
        font-size: 15px;
    }

    .copyrights {
        padding: 22px 0;
    }

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

    .tab-btn-group { top: 75px; }
    .hm-form-loc::before { top: -110px; width: 33%; height: 33%; }
    .hm-form-loc-cnt{bottom: 175px;}
    .hm-form-loc-blk { height: 78.4%; }

}

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

    .ftr-frm {
        background: #deffdb;
    }

    .hm-form-sec {
        padding: 40px 0px 20px;
    }

    .hm-form-blk-lst {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .hm-form {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .hm-form-loc-blk {
        width: 100%;
        text-align: center;
    }

    .hm-form-loc {
        max-width: 450px;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 auto 25px;
        position: unset;
        height: auto;
        width: 100%;
        border: 2px solid #4ee343 !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 90px !important;
    }

    .hm-form-loc iframe {
        height: 300px;
        display: block;
    }

    .ftr-menu ul li a {
    font-size: 15px;
}
.ftr-menu ul li {
    padding: 0 10px 10px;
    border: none;
}

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

    .ftr-main {
        gap: 20px;
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ftr-logo {
        padding: 20px;
        border: 2px solid #4ee343;
        border-radius: 15px;
        width: 100%;
        max-width: 320px;
    }

    .hm-form-sec .add-txt a {
        margin: 7px auto 0;
    }

    .ftr-contact a::before {
        height: 55px;
        width: 55px;
        left: 15px;
        top: 20px;
    }

    .ftr-contact-blk {
        padding: 20px 20px 20px 80px;
        border: 2px solid #4ee343;
        border-radius: 15px;
    }

    .ftr-contact {
        font-size: 21px;
    }

    .ftr-contact-txt {
        font-size: 14px;
    }

    .ftr-blocks {
        width: 100%;
        max-width: 320px;
    }

    .ftr-blocks {
        width: 100%;
        max-width: 400px;
    }

    .copyrights {
        padding: 20px 0;
    }

    .hm-form-loc-blk { position: relative; height: 100%; margin-bottom: 30px;}
    .tab-btn-group, .hm-form-loc-cnt{position: unset; width: 100%; }
    .tab-btn-group{margin-bottom: 20px;}
    .tabs-block::before, .hm-form-loc::before, .hm-form-loc::after{display: none;}

}

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

    .hm-form {
        padding: 20px;
    }

    .hm-form-loc iframe {
        height: 250px;
        display: block;
    }

    .hm-form-sec input[type="submit"] {
        font-size: 14px !important;
        padding: 11px 18px !important;
        letter-spacing: 0 !important;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 13px !important;
    }

    .hm-form-sec .gchoice {
        margin: 0;
    }

    .ftr-menu ul li {
        /* padding: 7px; */
        padding: 0 4px 7px;
    }

    .ftr-contact a::before {
        height: 25px;
        width: 25px;
        left: 10px;
        top: 27px;
    }

    .ftr-logo {
        padding: 15px;
    }

    .ftr-contact-blk {
        padding: 15px 15px 15px 45px;
        border: 2px solid #4ee343;
        border-radius: 15px;
    }

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

    .ftr-contact {
        font-size: 17px;
    }

    .growthlab {
        max-width: 190px;
    }

    .tab-btn-group { flex-wrap: wrap; gap: 10px; }
    .hm-form-loc{margin-bottom: 20px;}

}

.grecaptcha-badge {display: none !important;}

/* Footer Section ends */

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos]
 {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}