/*
 Theme Name:   westhoustonattorney
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  westhoustonattorney
*/
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/inter-v13-latin-100.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/inter-v13-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-v13-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v13-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v13-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v13-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v13-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/inter-v13-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/inter-v13-latin-900.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Inter';
    --bodyFont: 'Inter';
    --gf-color-primary: #5b8f94;
}
* {
    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;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 992px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }
    .alignright {
        float: right;
        margin-left: 20px;
    }
    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}
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;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
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;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
picture {
    display: block;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
::-moz-placeholder {
    color: var(--placeholdercolor);
}
:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
:-moz-placeholder {
    color: var(--placeholdercolor);
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw,
.wrapper {
    float: left;
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1560px;
    margin: auto;
}
.banner-sec .container {
    max-width: 1690px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
/* Header Section Starts */
.head-sec {
    padding: 22px 0 0 0;
    position: fixed;
    z-index: 99;
}
.head-sec.f-nav {
    background-color: #2b5f68;
    padding: 10px 0;
}
.head-sec.f-nav .logo img {
    max-width: 230px;
}
.head-sec .container {
    width: 100%;
    max-width: 1710px;
    margin: auto;
}
.logo-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.logo-rit,
.tab-call {
    display: none;
}
@media screen and (min-width: 992px) {
    .logo {
        display: initial;
        width: auto;
    }
    .logo-rit {
        display: block;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
.topmenu {
    width: auto;
}
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}
.topmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0;
}
.topmenu ul li a {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.72px;
    color: #fff;
    font-family: 'Inter';
    padding: 12px 24px;
    background-color: transparent;
    display: inline-block;
    border: 1px solid transparent;
}
.topmenu ul li.current_page_item a,
.topmenu ul li.current_page_ancestor a {
    border: 1px solid #fff;
}
.topmenu ul li.menu-item-1618 a {
    border: 1px solid transparent;
}
.topmenu ul li a:hover {
    border-color: #fff;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #5da1a8;
    padding: 0px 0;
    z-index: 999;
}
.topmenu ul li ul.sub-menu li.current_page_item,
.topmenu ul.sub-menu li.current_page_ancestor {
    background-color: #5b8f94;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.topmenu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.topmenu .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;
    border: none !important;
}
.topmenu .sub-menu li a:hover {
    background-color: #5b8f94;
    color: #fff;
    border: 1px solid transparent;
}
/*TOP-CALL*/
.topmenu-rit {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 41px;
}
.top-rit .call {
    padding: 0 25px 0 25px;
    text-align: center;
    position: relative;
    margin-top: -16px;
}
.top-rit .call::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: calc(100% - 25px);
    left: 0;
    right: 0;
    bottom: 6px;
    border: 2px solid #fff;
    z-index: -1;
}
.top-rit .call p {
    font-family: 'Inter';
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.78px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #5b8f94;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px 12px;
}
.top-rit .call a {
    font-family: 'Inter';
    display: inline-block;
    text-decoration: none;
    /* font-weight: 300; */
    font-weight: 700;
    /* font-size: 46px; */
    font-size: 40px;
    letter-spacing: -1.38px;
    line-height: 1;
    color: #ffffff;
}
.top-rit .call a:hover {
    color: #5b8f94;
}
/* Mobile Menu Starts */
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #2b5f68;
    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-main-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 0 14px 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #477b81;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
    margin: 7px 0 0 0;
}
.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: 0;
}
.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 (max-width: 768px) {
    .mobile-menu-button-container {
        background: #5b8f94;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .head-sec {
        padding: 10px 0 0 0 !important;
    }
    .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;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background-color: 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: 'Inter';
        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;
    }
    .head-sec.f-nav {
        border-bottom: none;
    }
    .logo img {
        max-width: 240px;
        height: 80px;
    }
    .head-sec.f-nav {
        border-bottom: 0;
    }
}
/* Mobile Menu Ends */
/* Homepage Default Button and Common Heading */
.cmn-btn a {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -0.9px;
    background-color: #5b8f94;
    text-transform: uppercase;
    padding: 30px 56px;
    color: #fffefe;
    position: relative;
}
.cmn-btn a:hover {
    background-color: #296770;
}
.cmn-btn a:before {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 12%;
    height: 47%;
    left: 0;
    bottom: 0;
}
.cmn-btn a:after {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 13%;
    height: 47%;
    right: 0;
    top: 0;
}
.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
/* Footer Section Starts */
.site-footer .container {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
}
.site-footer {
    background-image: url(images/footer-bg-img.webp);
    background-repeat: repeat;
    padding: 0px 0 40px;
}
.ftr-logo img {
    margin: 0 auto 60px;
}
.ftmenu ul {
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin: 0px auto 42px;
}
.ftmenu ul li {
    display: inline-block;
    border-right: 1px solid #4e4e4e;
    margin: 0;
}
.ftr-blocks .ftr-itm {
    background-color: rgb(87 137 141 / 49%);
    position: relative;
    width: 28.4%;
    padding: 30px 63px 30px 89px;
}
.ftr-blocks .ftr-itm h4 {
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #f2f5f6;
    margin-bottom: 15px;
}
.ftr-blocks .ftr-itm p {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.6px;
    font-weight: 500;
    color: #f2f5f6;
    margin: 0px;
}
.ftr-blocks .ftr-itm p a {
    font-family: 'Inter';
    /* font-size: 46px; */
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.3px;
    /* font-weight: 300; */
    font-weight: 700;
    color: #f2f5f6;
    display: inline-block;
}
.ftmenu ul li a {
    font-family: 'Inter';
    text-transform: capitalize;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.8px;
    margin: 0px 25px;
}
.ftr-blocks {
    display: flex;
    flex-wrap: wrap;
    column-gap: 93px;
    padding-bottom: 95px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    justify-content: right;
    position: relative;
    margin-bottom: 67px;
}
.ftr-blocks .ftr-addr:before,
.ftr-blocks .ftr-hrs::before,
.ftr-blocks .ftr-cnct:before {
    background-image: url(images/hm-sprites.webp);
    position: absolute;
    content: "";
    margin: auto;
    width: 101px;
    height: 101px;
    background-position: -208px -264px;
    left: -46px;
}
.ftr-blocks .ftr-hrs::before {
    background-position: -339px -266px;
}
.ftr-blocks .ftr-cnct::before {
    background-position: -470px -266px;
}
.ftrlink .copyrightmenu li {
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #ffffff;
}
.ftrlink .copyrightmenu li:last-child {
    border-right: none;
}
.menu {
    margin: 0;
}
.copyrights .cpy-inr p.copy-para,
.ftrlink .copyrightmenu ul li a {
    font-family: 'Inter';
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.63px;
    color: #ffffff;
    text-transform: capitalize;
}
.copyrights .cpy-inr p.copy-para {
    margin-bottom: 10px;
}
.ftrblk p,
.ftrblk li {
    font-family: 'Inter';
    font-weight: 400;
    color: #a3aebc;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #fff;
    transition: 1s;
}
.ftr-blocks a.facebook {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    width: 53px;
    height: 53px;
    background-position: -10px -396px;
    left: 0px;
    right: 0px;
    bottom: -26px;
    display: inline-block;
    font-size: 0;
}
.ftmenu ul li a:hover,
.ftrlink .copyrightmenu ul li a:hover {
    color: #000;
}
.ftr-blocks .ftr-itm p a:hover {
    color: #000;
}
/* Footer Sections Ends */
/* Copyrights */
.copyrights {
    text-align: center;
}
.copyrights p,
.copyrights a {
    color: #a3aebc;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
/* Homepage Ends */
@media screen and (max-width:991px) {
    .head-sec {
        padding: 20px 0;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
    }
    .hdr-src {
        display: block;
    }
    .logo-menu {
        display: inline-block;
        text-align: center;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .logo {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .logo img {
        max-width: 300px;
    }
    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
    }
    .logo-rit {
        max-width: 100%;
        text-align: center;
    }
}
/* Responsive */
@media screen and (max-width:1800px) {
    .head-sec .container {
        max-width: 1600px;
        padding: 0 20px;
    }
    .head-sec {
        padding: 18px 0 0 0;
    }
    .top-rit .call p {
        font-size: 24px;
        margin: 0 0 8px 0;
    }
    .top-rit .call a {
        font-size: 42px;
    }
    .topmenu ul li a {
        font-size: 22px;
        padding: 12px 17px;
    }
    .logo img {
        max-width: 280px;
    }
}
@media screen and (max-width:1600px) {
    .head-sec .container {
        max-width: 1500px;
    }
    .head-sec {
        padding: 15px 0 0 0;
    }
    .top-rit .call p {
        font-size: 22px;
        margin: 0 0 8px 0;
    }
    .top-rit .call a {
        font-size: 38px;
    }
    .topmenu ul li a {
        font-size: 20px;
        padding: 11px 19px;
    }
    .logo img {
        max-width: 250px;
    }
    .site-footer .container {
        max-width: 1400px;
    }
    .ftmenu ul {
        padding: 40px 0;
        margin: 0px auto 35px;
    }
    .ftr-logo img {
        max-width: 280px;
        margin: 0 auto 45px;
    }
    .ftmenu ul li a {
        font-size: 23px;
    }
    .ftr-blocks .ftr-itm h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .ftr-blocks .ftr-addr:before,
    .ftr-blocks .ftr-hrs::before,
    .ftr-blocks .ftr-cnct:before {
        transform: scale(0.8);
    }
    .ftr-blocks .ftr-itm p {
        font-size: 16px;
    }
    .ftr-blocks .ftr-itm p a {
        /* font-size: 43px; */
        font-size: 33px;
    }
    .ftr-blocks .ftr-addr:before,
    .ftr-blocks .ftr-hrs::before,
    .ftr-blocks .ftr-cnct:before {
        left: -44px;
        top: 0;
        bottom: 0;
        transform: scale(0.8);
    }
    .ftr-blocks {
        padding: 0 0 75px 20px;
        margin-bottom: 50px;
    }
    .ftr-blocks a.facebook {
        transform: scale(0.8);
    }
    .copyrights .cpy-inr p.copy-para,
    .ftrlink .copyrightmenu ul li a {
        font-size: 21px;
    }
    .site-footer {
        padding: 0px 0 30px;
    }
}
@media screen and (max-width:1500px) {
    .head-sec .container {
        max-width: 1400px;
    }
    .head-sec {
        padding: 12px 0 0 0;
    }
    .top-rit .call p {
        font-size: 20px;
        margin: 0 0 8px 0;
    }
    .top-rit .call a {
        font-size: 33px;
    }
    .topmenu ul li a {
        font-size: 19px;
        padding: 10px 18px;
    }
    .logo img {
        max-width: 240px;
    }
}
@media screen and (max-width:1440px) {
    .site-footer .container {
        max-width: 1200px;
    }
    .ftmenu ul li a {
        font-size: 24px;
    }
    .ftmenu ul {
        padding: 35px 0;
        margin: 0px auto 25px;
    }
    .ftr-logo img {
        margin: 0 auto 30px;
        max-width: 260px;
    }
    .ftr-blocks .ftr-itm {
        width: 28%;
        padding: 20px 20px 20px 64px;
    }
    .ftr-blocks .ftr-itm h4 {
        font-size: 22px;
    }
    .ftr-blocks {
        column-gap: 65px;
    }
    .ftr-blocks .ftr-addr:before,
    .ftr-blocks .ftr-hrs::before,
    .ftr-blocks .ftr-cnct:before {
        left: -46px;
        transform: scale(0.7);
    }
    .ftr-blocks {
        padding-bottom: 65px;
        margin-bottom: 45px;
        padding-left: 0;
    }
    .copyrights .cpy-inr p.copy-para,
    .ftrlink .copyrightmenu ul li a {
        font-size: 19px;
    }
}
@media screen and (max-width:1400px) {
    .head-sec .container {
        max-width: 1300px;
    }
    .head-sec {
        padding: 10px 0 0 0;
    }
    .top-rit .call p {
        font-size: 18px;
        margin: 0 0 8px 0;
    }
    .top-rit .call a {
        font-size: 34px;
    }
    .topmenu ul li a {
        font-size: 18px;
        padding: 9px 14px;
    }
    .logo img {
        max-width: 230px;
    }
    .head-sec.f-nav .logo img {
        max-width: 200px;
    }
    .topmenu-rit {
        gap: 21px;
    }
}
@media screen and (max-width:1300px) {
    .head-sec .container {
        max-width: 1200px;
    }
    .head-sec {
        padding: 10px 0 0 0;
    }
    .top-rit .call p {
        font-size: 17px;
        margin: 0 0 8px 0;
    }
    .top-rit .call a {
        font-size: 32px;
    }
    .topmenu ul li a {
        font-size: 17px;
        padding: 9px 11px;
    }
    .logo img {
        max-width: 220px;
    }
    .topmenu-rit {
        gap: 18px;
    }
    .head-sec.f-nav .logo img {
        max-width: 180px;
    }
}
@media screen and (max-width:1240px) {
    .site-footer .container {
        max-width: 970px;
    }
    .ftmenu ul li a {
        font-size: 18px;
        margin: 0px 10px;
    }
    .ftmenu ul {
        padding: 25px 0;
    }
    .ftr-logo img {
        max-width: 240px;
    }
    .ftr-blocks .ftr-itm {
        padding: 15px 20px 15px 48px;
    }
    .ftr-blocks .ftr-itm p a {
        font-size: 32px;
    }
    .ftr-blocks {
        column-gap: 50px;
    }
    .ftr-blocks .ftr-itm h4 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .ftr-blocks .ftr-itm p {
        font-size: 14px;
    }
    .ftr-blocks .ftr-itm p a {
        font-size: 27px;
    }
    .ftr-blocks .ftr-addr:before,
    .ftr-blocks .ftr-hrs::before,
    .ftr-blocks .ftr-cnct:before {
        left: -46px;
        transform: scale(0.6);
    }
    .ftr-blocks {
        padding-bottom: 45px;
        margin-bottom: 35px;
    }
    .ftr-blocks a.facebook {
        transform: scale(0.7);
    }
    .copyrights .cpy-inr p.copy-para,
    .ftrlink .copyrightmenu ul li a {
        font-size: 17px;
    }
}
@media screen and (max-width:1200px) {
    .head-sec .container {
        max-width: 1100px;
    }
    .head-sec {
        padding: 8px 0 0 0;
    }
    .top-rit .call p {
        font-size: 15px;
        margin: 0 0 8px 0;
    }
    .top-rit .call a {
        font-size: 28px;
    }
    .topmenu ul li a {
        font-size: 16px;
        padding: 8px 11px;
    }
    .topmenu-rit {
        gap: 15px;
    }
    .top-rit .call {
        padding: 0 20px 10px 20px;
    }
    .logo img {
        max-width: 190px;
    }
    .head-sec.f-nav .logo img {
        max-width: 170px;
    }
}
@media screen and (max-width:1100px) {
    .head-sec .container {
        max-width: 970px;
    }
    .top-rit .call p {
        font-size: 15px;
        margin: 0 0 6px 0;
    }
    .top-rit .call a {
        /* font-size: 26px; */
        font-size: 22px;
    }
    .topmenu ul li a {
        font-size: 15px;
        padding: 7px 8px;
    }
    .logo img {
        max-width: 180px;
    }
    .topmenu-rit {
        gap: 18px;
    }
    .top-rit .call {
        padding: 0 18px 10px 18px;
    }
    .head-sec.f-nav .logo img {
        max-width: 160px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .head-sec.f-nav {
        padding: 10px;
    }
    .head-sec:before {
        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: 'Inter';
        display: inline-block;
    }
    button.showhide {
        background-color: #477b81;
        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;
    }
    .head-sec {
        position: fixed;
        background-color: #2b5f68;
        padding: 10px;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .logo img {
        max-width: 260px;
        height: 85px;
        width: auto;
    }
    .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: #477b81;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .mob-call a {
        font-size: 25px;
    }
    .top-rit .call {
        display: none;
    }
    .ftr-blocks {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 38px;
        margin-bottom: 30px;
    }
    .ftr-blocks .ftr-itm {
        padding: 15px 20px 15px 48px;
        width: 100%;
        max-width: 300px;
        margin-bottom: 0px;
    }
    .ftmenu ul {
        padding: 21px 0;
        margin: 0px auto 20px;
    }
    .site-footer {
        padding: 0px 0 20px;
    }
    .ftr-logo img {
        max-width: 220px;
        margin: 0 auto 20px;
    }
    .ftr-blocks .ftr-itm p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .copyrights .cpy-inr p.copy-para,
    .ftrlink .copyrightmenu ul li a {
        font-size: 16px;
    }
    .ftmenu ul li a {
        line-height: 1.5;
    }
    .site-footer .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .copyrights .cpy-inr p.copy-para,
    .ftrlink .copyrightmenu ul li a {
        font-size: 16px;
        line-height: 1.3;
    }
}
@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: 20px;
    }
    .ftmenu ul {
        padding: 15px 0;
        margin: 0px auto 16px;
    }
    .copyrights .cpy-inr p.copy-para,
    .ftrlink .copyrightmenu ul li a {
        font-size: 15px;
        line-height: 1.3;
    }
    .ftr-logo img {
        max-width: 180px;
        margin: 0 auto 20px;
    }
    .ftr-blocks .ftr-itm {
        padding: 15px 20px 15px 78px;
    }
    .ftr-blocks .ftr-addr:before,
    .ftr-blocks .ftr-hrs::before,
    .ftr-blocks .ftr-cnct:before {
        left: -10px;
        transform: scale(0.55);
    }
    .ftr-addr.ftr-itm p br {
        display: none;
    }
    .growthalb img {
        max-width: 180px;
    }
}