/**
 * Theme Name: Abrar
 * Template:   oceanwp
 * ...other header fields
 */
@font-face {
    font-family: 'Gloock';
    src:url('fonts/Gloock-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", 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;
    color: #fff;
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 769px) {
    .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;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.widget {
    margin: 0;
}
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 {
    width: 100%;
    max-width: 1640px;
    margin: auto;
}
.container1 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
/* Header Section Starts */
.header-sec {
    padding: 22px 25px 0 69px;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.header-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap:10px;
}
.logo-right-sec {
    display: flex;
    width: 75.9%;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}
.header-btn p {
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    text-transform: none;
    text-align: center;
    font-style: normal;
}
.header-btn p a {
    display: block;
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: none;
    font-style: normal;
    position: relative;
    padding: 15px 30px 15px 80px;
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.header-btn p a:hover {
    color: #106089;
}
.header-btn p a:before {
    position: absolute;
    content: "";
    width: 94%;
    height: 100%;
    background: #072434;
    border: 1px solid #125f89;
    top: 0;
    left: 12px;
    margin: auto;
    z-index: -1;
    transform: skew(-18deg, 0deg);
}
.header-btn p a:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(images/hm-sprites.webp);
    bottom: 0;
    left: 43px;
    top: 0;
    margin: auto;
    z-index: 1;
    background-position: -54px -11px;
}
.top-menu {
    padding-top: 20px;
    margin: 0 auto 0 0;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 38px 0 0;
    position: relative;
}
.top-menu ul li.header-menu-itm {
    display: none !important;
}
.top-menu ul li a {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    display: block;
    outline: 0;
    border: 0;
    font-family: 'Figtree';
    letter-spacing: -.2px;
}
.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #1982bc;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #156d9d;
    padding: 0 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;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #0c2b3e;
    color: #fff;
}
.header-sec.f-nav {
    position: fixed;
    background-color: #072434;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.lang-switcher .widget.widget_polylang ul {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.lang-switcher .widget.widget_polylang ul li {
    margin: 0 !important;
}
.lang-switcher .widget.widget_polylang ul li.current-lang a {
    color: #1982bc;
}
.lang-switcher .widget.widget_polylang ul li.current-lang a:hover {
    color: #fff;
}
.lang-switcher .widget.widget_polylang ul li a {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    display: block;
    outline: 0;
    border: 0;
    font-family: 'Figtree';
    margin: 0;
}
.lang-switcher .widget.widget_polylang ul li a:hover {
    color: #1982bc;
}
.pll-switcher-select {
    font-size: 18px !important;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    margin: 0;
    display: inline-block !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    padding: 23px 60px 23px !important;
    text-transform: uppercase;
    position: relative;
    height: auto;
    max-width: 210px !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transform: skew(-18deg, 0deg);
    background: #1982bc;
}
.pll-switcher-select option {
    transform: skew(18deg, 0deg) !important;
}
.pll-switcher-select:before {
    position: absolute;
    content: "";
    width: 94%;
    height: 100%;
    background: #1982bc;
    top: 0;
    left: 12px;
    margin: auto;
    transform: skew(-18deg, 0deg);
    z-index: -1;
}
.ftr-icn.map-loco h3 {
    margin: 0 !important;
}
/* Common Styling */
a.cmn-btn {
    display: inline-block;
    font-family: 'Figtree';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    font-style: normal;
    position: relative;
    padding: 23px 60px 23px;
    border: 1px solid transparent;
    z-index: 1;
    text-transform: uppercase;
}
a.cmn-btn:before {
    position: absolute;
    content: "";
    width: 94%;
    height: 100%;
    background: #1982bc;
    top: 0;
    left: 12px;
    margin: auto;
    transform: skew(-18deg, 0deg);
    z-index: -1;
}
a.cmn-btn:hover:before {
    border: 1px solid #1982bc;
    background: transparent;
}
.text-heading {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 177px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    color: #0b374f;
    position: relative;
}
.text-heading::before {
    content: 'Top Lawyers';
    position: absolute;
    left: 0;
    top: -23px;
    bottom: 0;
    right: 0;
    margin: auto;
    color: transparent;
    width: 100%;
    height: 100%;
    -webkit-text-stroke: 1px #187cb3;
    pointer-events: none;
}
.lang-switcher.mbl {
    display: none !important;
}
/* Mobile Menu Starts */
@media screen and (min-width: 1025px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #021f46;
    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 0;
    width: 100%;
}
.mobinav ul li.header-menu-itm {
    display: block !important;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: 1.2;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0 0;
    text-decoration: none;
    font-family: 'Figtree';
}
.mobinav a:hover {
    color: #9b662a;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.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: 1025px) {
    .header-btn {
        min-width: 185px;
    }
}
@media screen and (min-width: 768px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 767px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #1982bc;
        margin-top: 15px;
        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;
    }
    .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;
        font-family: 'Figtree';
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
    .lang-switcher.mbl {
        display: block !important;
        margin-top: 20px;
    }
}
@media screen and (max-width:1920px) {
    .header-sec {
        padding: 22px 25px 0 60px;
    }
    .header-btn p a {
        font-size: 30px;
        padding: 15px 50px 15px 75px;
    }
    .top-menu ul li {
        margin: 0 26px 0 0;
    }
}
@media screen and (max-width:1800px) {
    .header-sec {
        padding: 22px 20px 0 50px;
    }
    .header-btn p a {
        font-size: 29px;
        padding: 15px 30px 15px 70px;
    }
    .header-btn p a:after {
        left: 38px;
        transform: scale(0.9);
    }
    .top-menu ul li {
        margin: 0 25px 0 0;
    }
	.top-menu ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width:1700px) {
    .header-sec {
        padding: 20px 20px 0 40px;
    }
    .logo {
        width: 360px;
    }
    .top-menu {
        padding-top: 10px;
    }
    .header-btn p a {
        font-size: 27px;
        padding: 15px 30px 15px 60px;
        margin-bottom: 15px;
    }
    .top-menu ul li {
        margin: 0 14px 0 0;
    }
    .header-btn p a:after {
        left: 35px;
        transform: scale(0.9);
    }
    .top-menu ul li a {
        font-size: 16px;
    }
    .lang-switcher .widget.widget_polylang ul li a {
        font-size: 16px;
    }
    .header-btn p {
        font-size: 17px;
    }
}
@media screen and (max-width:1600px) {
    .logo {
        width: 320px;
    }
    .logo-right-sec {
        width: 79%;
    }
}
@media screen and (max-width:1500px) {
    .header-sec {
        padding: 18px 20px 0 30px;
    }
    .logo {
        width: 320px;
    }
    .header-btn p a {
        font-size: 25px;
        padding: 14px 32px 14px 65px;
        margin-bottom: 10px;
    }
    .header-btn p a:after {
        left: 27px;
        transform: scale(0.8);
    }
    .header-btn p {
        font-size: 14px;
    }
    .top-menu ul li {
        margin: 0 22px 0 0;
    }
    .top-menu ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width:1440px) {
    .header-sec {
        padding: 15px 20px 0 20px;
    }
    .logo {
        width: 300px;
    }
    .header-btn p a {
        font-size: 22px;
        padding: 12px 20px 12px 60px;
        margin-bottom: 10px;
    }
    .top-menu ul li {
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width:1366px) {
    .logo {
        width: 280px;
    }
    .header-btn p {
        font-size: 13px;
    }
    .header-btn p a {
        font-size: 20px;
        padding: 12px 20px 12px 60px;
        margin-bottom: 10px;
        width: max-content;
    }
    .header-btn p a:after {
        left: 23px;
        transform: scale(0.7);
    }
    .lang-switcher .widget.widget_polylang ul li a {
        font-size: 14px;
    }
    .top-menu ul li {
        margin: 0 11px 0 0;
    }
	 .top-menu ul li a {
        letter-spacing: -.5px;
    }
}
@media screen and (max-width:1240px) {
    .header-sec {
        padding: 15px 10px 0 10px;
    }
    .logo {
        width: 250px;
    }
    .header-btn p a {
        font-size: 18px;
        padding: 10px 15px 10px 55px;
    }
    .header-btn p {
        font-size: 11px;
    }
    .top-menu ul li {
        margin: 0 8px 0 0;
    }
    .top-menu ul li a {
        font-size: 12px;
    }
    .header-btn p a:before {
        width: 94%;
        left: 6px;
    }
    .header-btn p a:after {
        left: 18px;
        transform: scale(0.7);
    }
    .logo-right-sec {
        width: 73%;
    }
}
@media screen and (max-width:1100px) {
    .logo-right-sec {
        width: 79%;
    }
	.logo {
        width: 200px;
    }
}
@media screen and (max-width:1024px) {
    .header-sec .container {
        max-width: 720px;
    }
    .logo img {
        width: 100%;
        display: block;
        max-width: 300px;
    }
    .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: var(--headingFont);
        display: inline-block;
        font-family: 'Figtree';
    }
    button.showhide {
        background: #072433;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
        display: block;
    }
    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: #072433 !important;
        padding: 10px 10px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .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: 0;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #1982bc;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .logo-right-sec {
        display: none;
    }
    .lang-switcher .widget.widget_polylang ul li a {
        font-size: 14px;
        text-align: center;
        color: #5fc6ff;
    }
    .lang-switcher .widget.widget_polylang ul li.current-lang a,
    .lang-switcher .widget.widget_polylang ul li a:hover {
        color: #fff;
    }
    .lang-switcher .widget.widget_polylang ul li.current-lang a:hover {
        color: #5fc6ff;
    }
    .top-rit.tablet {
        display: block;
    }
    .header-btn p {
        font-size: 14px;
    }
    .header-btn p a {
        font-size: 20px;
        text-align: center;
        padding: 14px 25px 14px 58px;
        display: inline-block;
    }
}
@media screen and (max-width:767px) {
    .header-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    button.showhide {
        display: none;
    }
    .lang-switcher .widget.widget_polylang ul li a {
        line-height: 1 !important;
        font-size: 14px;
    }
    .lang-switcher.tablet {
        display: none !important;
    }
}
@media screen and (max-width:480px) {
    .logo img {
        max-width: 240px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-size: 20px;
    }
}
/* Footer Section Start*/
.site-footer {
    background: #093045;
    padding: 71px 0 0;
    color: #fff;
}
.ftr-lf .footer-ttl {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #0b374f;
    position: relative;
    text-align: left;
    margin: 0 0 20px 0 !important;
}
.ftr-lf .footer-ttl::before {
    content: 'Contact Us Now';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    right: 0;
    margin: auto;
    color: transparent;
    width: 100%;
    height: 100%;
    -webkit-text-stroke: 1px #187cb3;
    pointer-events: none;
}
.ftr-logo {
    text-align: left;
    margin: 0 0 90px 0;
    width: 62%;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-main {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 51px;
    border-bottom: 1px solid #115981;
}
.ftr-lf {
    width: 48%;
}
.ftr-lf-main-blk {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    flex-wrap: wrap;
    gap: 40px;
}
.site-footer .ftr-lf h3.text-heading {
    font-family: 'Gloock';
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 15px;
    text-align: left;
    padding: 0 !important;
}
.site-footer .ftr-lf h3.text-heading::before {
    display: none !important;
}
.ftr-blk {
    width: 39.7%;
}
/* .ftr-blk.cont {width: 32.1%;}  */
/* .ftr-blk.hours {width: 30%;}  */
.ftr-icn {
    padding: 0 0 0 85px;
    position: relative;
}
.site-footer .ftr-lf .ftr-icn::before {
    position: absolute;
    content: "";
    top: -11px;
    bottom: 0;
    left: -10px;
    background-image: url("./images/hm-sprites.webp");
    background-position: -141px -53px;
    background-repeat: no-repeat;
    width: 102px;
    height: 80px;
    margin: 0;
    transform: scale(0.65);
}
.site-footer .ftr-lf .ftr-blk.hours .ftr-icn::before {
    background-position: -259px -53px;
}
.site-footer .ftr-lf .ftr-blk.cont .ftr-icn::before {
    background-position: -374px -53px;
}
.site-footer .ftr-lf .ftr-blk.cont p {
    font-weight: 600;
    font-size: 14px !important;
}
.site-footer .ftr-lf .ftr-icn.map-loco h3 a {
    all: inherit;
    cursor: pointer !important;
}
.site-footer .ftr-lf p,
.site-footer .ftr-lf .ftr-icn.map-loco h3 a {
    font-family: 'Figtree' !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.site-footer .ftr-lf p a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}
.site-footer .ftr-lf p a:hover,
.site-footer .ftr-lf .ftr-icn.map-loco .loc-text a:hover {
    color: #1982bc;
}
/* Footer Section End*/
/* HomePage Form Section Starts */
.hm-form-sec {
    width: 48%;
}
.hm-form-sec .form-text-heading {
    text-align: start;
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.32px;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.hm-form-sec .gfield input.large,
.hm-form-sec .gfield textarea.large {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0;
    padding: 20px 20px !important;
    border: 0 !important;
    outline: 0;
    min-height: auto !important;
    background-color: #0b374f;
    height: auto;
    color: #fff;
}
.hm-form-sec .gfield textarea.large {
    height: 100px !important;
    padding: 20px 20px !important;
    margin: 0 0 8px;
    resize: none;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #ffffff !important;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: 'Figtree' !important;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1.53;
    letter-spacing: 0;
    color: #ffffff !important;
    margin: 0;
}
.hm-form-sec .form-links a {
    color: #1982bc !important;
    text-decoration: underline !important;
    line-height: 1;
}
.hm-form-sec .form-links a:hover {
    color: #fff !important;
}
.hm-form-sec .form-links {
    margin: -12px 0 0 22px;
}
.hm-form-sec .gchoice {
    margin: -10px 0 0 0;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 4px 5px 3px 2px !important;
    min-width: 5px !important;
    height: 13px !important;
    width: 13px;
}
.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.hm-form-sec .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    outline: 0 !important;
    font-family: 'Figtree' !important;
    font-weight: 800 !important;
    display: inline-block !important;
    font-size: 23px !important;
    line-height: 1 !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    padding: 15px 70px 15px 70px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    position: relative !important;
    background-color: transparent !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    margin: 0 !important;
    border: none !important;
}
.hm-form-sec form {
    margin: 0 0 35px;
}
.ftr-rgt-cnt p {
    font-family: 'Figtree';
    font-weight: 300;
    font-size: 14px;
    line-height: 1.53;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 0 12px 0 3px;
}
.ftr-rgt-cnt p a {
    color: #1982bc;
    font-weight: 400;
}
.ftr-rgt-cnt p a:hover {
    color: #fff;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: transparent !important;
    color: #fff !important;
}
.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .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 .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: #ff0000;
    font-size: 12px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 23px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper .gform_footer {
    margin: -62px 0 0;
    padding: 0;
    justify-content: end;
    position: relative;
    width: max-content;
    margin-left: auto !important;
}
.hm-form-sec .gform_wrapper .gform_footer::before {
    position: absolute;
    content: '';
    transform: skew(-24deg);
    background-color: #1982bc;
    border: 1px solid transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 83%;
    height: 100%;
    z-index: 0;
    transition: 0.5s;
}
.hm-form-sec .gform_wrapper .gform_footer:hover::before {
    background-color: #072434;
}
.hm-form-sec .gfield-choice-input+label br {
    display: block !important;
}
.gform-loader {
    display: none !important;
}
.ftr-lf .footer-ttl.spanish-tit {
    display: none;
}
/* HomePage Form Section Ends */
/* Copy Rights */
.copyrights {
    background: #093045;
    padding: 47px 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: 'Figtree';
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li a:hover {
    color: #1982bc;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
.cpy-inr,
.ftrlink {
    display: inline-block;
}
.growthlab img {
    width: 100%;
    display: block;
}
/* Copy Rights Right*/
html[lang="es-MX"] .ftr-logo.spanish,
html[lang="es-MX"] a.spanish-header-logo {
    display: block;
}
html[lang="es-MX"] .ftr-logo,
html[lang="es-MX"] a.eng-header-logo {
    display: none;
}
.ftr-logo.spanish,
a.spanish-header-logo {
    display: none;
}
.ftr-logo,
a.eng-header-logo {
    display: block;
}
@media screen and (max-width: 1800px) {
    .site-footer .ftr-lf h3.text-heading {
        font-size: 28px;
    }
    .site-footer .ftr-lf p a {
        font-size: 30px;
    }
    .ftr-lf-main-blk {
        padding: 0 44px 0 0;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 14px 47px 13px 41px !important;
    }
    .hm-form-sec .gform_wrapper .gform_footer {
        margin: -50px 0 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
    .copyrights {
        padding: 35px 0;
    }
    .hm-form-sec .form-links {
        margin: -9px 0 0 22px;
        line-height: 1;
    }
    .site-footer .ftr-lf .ftr-icn::before {
        transform: scale(0.6);
        top: -13px;
        left: -16px;
    }
    .ftr-icn {
        padding: 0 0 0 69px;
    }
    .site-footer .ftr-lf .ftr-blk.cont p {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1700px) {
    .site-footer .ftr-lf h3.text-heading {
        font-size: 25px;
        padding: 0 0 90px;
    }
    .site-footer .ftr-lf h3.text-heading::before,
    .site-footer .ftr-blk.cont p a::before {
        top: 35px;
        left: 0;
        transform: scale(0.9);
    }
    .ftr-lf-main-blk {
        padding: 0 15px 0 0;
    }
    .site-footer .ftr-lf p a {
        font-size: 28px;
    }
    .site-footer .ftr-lf p,
    .site-footer .ftr-lf .ftr-icn.map-loco h3 a {
        font-size: 14px !important;
    }
    .ftr-logo {
        margin: 0 0 80px;
    }
    .ftr-rgt-cnt p {
        font-size: 13px;
        padding: 0 5px 0 3px;
    }
    .hm-form-sec form {
        margin: 0 0 55px;
    }
    .hm-form-sec .text-heading {
        font-size: 29px;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 14px 42px 13px 41px !important;
    }
    .copyrights p,
    .copyrights a {
        margin: 0;
    }
    .ftr-rgt-cnt p br {
        display: none;
    }
}
@media screen and (max-width: 1500px) {
    .ftr-lf .footer-ttl {
        font-size: 55px;
        margin: 0 0 -8px;
    }
    .ftr-logo {
        margin: 0 0 70px;
        width: 60%;
    }
    .site-footer .ftr-lf h3.text-heading {
        font-size: 23px;
        padding: 0 0 80px;
    }
    .site-footer .ftr-lf h3.text-heading::before,
    .site-footer .ftr-blk.cont p a::before {
        top: 27px;
        left: -8px;
        transform: scale(0.8);
    }
    .site-footer .ftr-lf p,
    .site-footer .ftr-lf .ftr-icn.map-loco h3 a {
        font-size: 13px !important;
    }
    .site-footer .ftr-lf p a {
        font-size: 25px;
    }
    .ftr-lf-main-blk {
        padding: 0 14px 0 0;
    }
    .hm-form-sec .text-heading {
        font-size: 24px;
    }
    .ftr-rgt-cnt p {
        padding: 0;
    }
    .hm-form-sec .form-links a,
    .hm-form-sec .gfield-choice-input+label {
        font-size: 13px !important;
    }
    .hm-form-sec .gform_wrapper .gform_footer::before {
        width: 88%;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 13px 38px 13px 41px !important;
    }
    .hm-form-sec form {
        margin: 0 0 30px;
    }
    .ftr-main {
        padding: 0 0 40px;
    }
    .copyrights {
        padding: 20px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }
    .copyrights p,
    .copyrightmenu ul {
        margin: 0 0 4px 0;
    }
    .popuptext {
        font-size: 12px;
    }
    .hm-form-sec .form-text-heading {
        font-size: 26px;
    }
    .site-footer .ftr-lf .ftr-icn::before {
        transform: scale(0.5);
        top: -18px;
        left: -25px;
    }
    .ftr-icn {
        padding: 0 0 0 55px;
    }
    .site-footer .ftr-lf .ftr-blk.cont p {
        font-size: 10px !important;
    }
    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 15px 15px !important;
    }
    .hm-form-sec {
        width: 49%;
    }
}
@media screen and (max-width: 1240px) {
    .ftr-lf .footer-ttl {
        font-size: 45px;
        margin: 0 0 0;
    }
    .hm-form-sec .text-heading {
        font-size: 21px;
    }
    .site-footer .ftr-lf h3.text-heading {
        font-size: 20px;
        padding: 0 0 75px;
    }
    .site-footer .ftr-lf h3.text-heading::before,
    .site-footer .ftr-blk.cont p a::before {
        top: 20px;
        left: -12px;
        transform: scale(0.7);
    }
    .ftr-lf-main-blk {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px 10px;
    }
    .ftr-blk {
        width: 49%;
    }
    .site-footer .ftr-lf p,
    .site-footer .ftr-lf .ftr-icn.map-loco h3 a {
        font-size: 13px !important;
    }
    .site-footer .ftr-lf .ftr-blk.cont p {
        font-size: 12px !important;
    }
    .site-footer .ftr-lf p a {
        font-size: 20px;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 13px 41px 13px 41px !important;
    }
    .hm-form-sec .form-text-heading {
        font-size: 20px;
    }
    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }
    .site-footer {
        padding: 60px 0 0 0;
    }
    .site-footer .container {
        max-width: 960px;
    }
    .ftr-logo {
        margin: 0 0 60px;
        width: 74%;
    }
    .hm-form-sec {
        width: 46.1%;
    }
    .ftr-lf {
        width: 52.5%;
    }
    .ftr-blk.cont {
        width: 53%;
    }
}
@media screen and (max-width: 1024px) {
    .ftr-main {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .hm-form-sec .form-text-heading {
        font-size: 23px;
        text-align: center;
        margin: 0 0 20px;
    }
    .hm-form-sec,
    .ftr-lf {
        width: 550px;
    }
    .hm-form-sec .text-heading {
        text-align: center;
    }
    .ftr-rgt-cnt p {
        text-align: center;
    }
    .hm-form-sec form {
        margin: 0 0 25px;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 11px 21px 10px 41px !important;
    }
    .ftr-lf .footer-ttl {
        font-size: 50px;
        margin: 0;
        text-align: center;
    }
    .ftr-logo {
        width: 300px;
        margin: 0 auto 20px;
    }
    .ftr-lf-main-blk {
        padding: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .ftr-blk,
    .ftr-blk.hours,
    .ftr-blk.cont {
        width: 300px;
        padding: 20px 10px;
        text-align: center;
        border: 1px solid #1982bc;
    }
    .site-footer .ftr-lf h3.text-heading::before {
        left: 0;
        transform: scale(0.7);
        margin: auto;
        right: 0;
    }
    .site-footer .ftr-blk.cont p a::before {
        top: -16px;
        left: 0;
        right: 0;
        transform: scale(0.7);
        margin: auto;
    }
    .site-footer .ftr-lf h3.text-heading {
        text-align: center;
    }
    .site-footer .ftr-lf p,
    .site-footer .ftr-lf .ftr-icn.map-loco h3 a {
        font-size: 14px !important;
    }
    .ftr-icn {
        padding: 50px 0 0 0;
    }
    .site-footer .ftr-lf .ftr-icn::before {
        transform: scale(0.5);
        top: -40px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .site-footer {
        padding: 50px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .hm-form-sec,
    .ftr-lf {
        width: 100%;
    }
    .hm-form-sec .gform_wrapper .gform_footer {
        width: 137px;
    }
    .ftr-logo {
        width: 250px;
        margin: 0 auto 15px;
    }
    .ftr-lf .footer-ttl {
        font-size: 43px;
    }
    .ftr-blk,
    .ftr-blk.hours,
    .ftr-blk.cont {
        width: 280px;
    }
    .site-footer .ftr-lf h3.text-heading {
        font-size: 19px;
    }
    .site-footer .ftr-lf p a {
        font-size: 23px;
    }
    .copyrights p,
    .copyrightmenu ul {
        margin: 0;
        line-height: 1.3;
    }
    .growthlab {
        width: 180px;
        margin: auto;
    }
    .hm-form-sec .gform_wrapper .gform_footer {
        width: 100px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
    .ftr-lf-main-blk {
        gap: 15px;
    }
    .site-footer {
        padding: 40px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 10px !important;
        width: 100% !important;
    }
    .hm-form-sec .gform_wrapper .gform_footer {
        width: 150px;
        float: unset;
        margin: 15px auto 0;
        justify-content: center;
        align-items: center;
    }
    .ftr-lf .footer-ttl {
        font-size: 30px;
        letter-spacing: 0.8px;
        padding: 0 0 10px;
    }
}
@media screen and (max-width: 480px) {
    .popuptext {
        font-size: 10px;
    }
    .copyrights .container {
        padding: 0 5px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 12px;
    }
    .ftr-rgt-cnt p {
        font-size: 13px;
        padding: 0 5px 0 3px;
    }
}
/* Spanish Css Here */
html[lang="es-MX"] .top-menu ul li a {
    font-size: 15px;
}
html[lang="es-MX"] .top-menu ul li {
    margin: 0 30px 0 0;
}
html[lang="es-MX"] .site-footer .ftr-lf p {
    font-size: 15px;
}
html[lang="es-MX"] .ftr-rgt-cnt p {
    font-size: 12px;
}
html[lang="es-MX"] .hm-form-sec .gform_footer input[type="submit"] {
    padding: 14px 32px 13px 41px !important;
}
html[lang="es-MX"] .ftr-lf .footer-ttl {
    display: none;
}
html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
    display: block;
    font-size: 42px;
}
html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit::before {
    content: 'Contacta con nosotras ahora';
}
html[lang="es-MX"] .site-footer .ftr-lf .ftr-blk.cont p {
    font-size: 12px !important;
}
@media screen and (max-width: 1920px) {
    html[lang="es-MX"] .top-menu ul li {
        margin: 0 27px 0 0;
    }
}
@media screen and (max-width: 1800px) {
    html[lang="es-MX"] .header-btn p a {
        padding: 15px 31px 15px 73px;
        font-size: 27px;
    }
    html[lang="es-MX"] .header-btn p {
        font-size: 16px;
    }
    html[lang="es-MX"] .top-menu ul li {
        margin: 0 23px 0 0;
    }
    html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
        font-size: 50px;
    }
    html[lang="es-MX"] .site-footer .ftr-lf p {
        font-size: 14px;
    }
    html[lang="es-MX"] .site-footer .ftr-lf .ftr-blk.cont p {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 1700px) {
    html[lang="es-MX"] .header-btn p {
        font-size: 14px;
    }
    html[lang="es-MX"] .top-menu ul li a {
        font-size: 14px;
    }
    html[lang="es-MX"] .top-menu ul li {
        margin: 0 13px 0 0;
    }
    html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
        font-size: 38px;
    }
    html[lang="es-MX"] .site-footer .ftr-lf p {
        font-size: 13px;
    }
    html[lang="es-MX"] .header-btn p a {
        font-size: 25px;
    }
}
@media screen and (max-width: 1500px) {
    html[lang="es-MX"] .header-btn p a {
        padding: 15px 24px 15px 59px;
        font-size: 20px;
    }
    html[lang="es-MX"] .header-btn p {
        font-size: 12px;
    }
    html[lang="es-MX"] .top-menu ul li a {
        font-size: 12px;
    }
    html[lang="es-MX"] .top-menu ul li {
        margin: 0 9px 0 0;
    }
    html[lang="es-MX"] .hm-form-sec .gform_footer input[type="submit"] {
        padding: 14px 22px 13px 31px !important;
    }
    html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
        font-size: 30px;
    }
    html[lang="es-MX"] .site-footer .ftr-lf p {
        font-size: 12px;
    }
    html[lang="es-MX"] .site-footer .ftr-lf .ftr-blk.cont p {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 1240px) {
    html[lang="es-MX"] .header-btn p a {
        padding: 13px 20px 13px 52px;
        font-size: 17px;
    }
    html[lang="es-MX"] .header-btn p {
        font-size: 10px;
    }
    html[lang="es-MX"] .top-menu ul li a {
        font-size: 10px;
    }
    html[lang="es-MX"] .top-menu ul li {
        margin: 0 5px 0 0;
    }
    html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
        font-size: 27px;
    }
    html[lang="es-MX"] .hm-form-sec .gform_footer input[type="submit"] {
        padding: 10px 25px 10px 25px !important;
    }
    html[lang="es-MX"] .site-footer .ftr-lf .ftr-blk.cont p {
        font-size: 12px !important;
    }
    html[lang="es-MX"] .site-footer .ftr-lf p {
        font-size: 13px;
    }
    .ftr-icn.map-loco h3 {
        margin: 0 !important;
        line-height: 1.1;
    }
}
@media screen and (max-width: 1240px) and (min-width: 1025px) {
    html[lang="es-MX"] .hm-form-sec .gform_wrapper .gform_footer {
        margin: -48px 0 0;
    }
}
@media screen and (max-width: 767px) {
    html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
        font-size: 23px;
    }
}
@media screen and (max-width: 480px) {
    html[lang="es-MX"] .hm-form-sec .form-text-heading {
        font-size: 16px;
    }
    html[lang="es-MX"] .ftr-lf .footer-ttl.spanish-tit {
        font-size: 18px;
    }
}