/*
Theme Name:   T. Madden & Associates, P.C. 
Theme URI:    https://example.com/
Description:  A child theme for the vantage theme.
Author:       Your Name
Author URI:   https://example.com/
Template:     vantage
Version:      1.0.0
*/
/* oswald */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/oswald-v53-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/oswald-v53-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/oswald-v53-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/oswald-v53-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/oswald-v53-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/oswald-v53-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/poppins-v22-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v22-latin-regular.woff2') format('woff2');
}
/* inter */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v18-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v18-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v18-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v18-latin-700.woff2') format('woff2');
}
/* Frank Ruhl Libre*/
@font-face {
    font-display: swap;
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/frank-ruhl-libre-v21-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/frank-ruhl-libre-v21-latin-500.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Oswald';
    --bodyFont: 'Inter';
}
* {
    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;
    overflow-x: hidden;
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
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;
}
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;
}
.wrapper {
    width: 100%;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: 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 */
.header-sec {
    position: fixed;
    z-index: 999;
    width: 100%;
}
header.header-sec.f-nav {
    background-color: #392b4e;
    border-bottom: 2px solid #e3b633;
}
.header-sec-before {
    display: none;
    position: absolute;
    content: " ";
    right: 0;
    top: 0;
    width: 70%;
    height: 74px;
    background-image: linear-gradient(to right, #402d56, #402d56);
    z-index: -1;
    border-bottom: 1px solid #615471;
}
@media screen and (min-width: 992px) {
    .header-sec-before {
        display: block;
    }
}
.header-sec .container {
    width: 100%;
    max-width: 1780px;
    margin: auto;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.top-menu-main {
    display: flex;
    flex-direction: column-reverse;
    width: 72.7%;
    position: relative;
}
.header-menu-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    padding: 8px 0 8px 41px;
}
.header-menu-top-before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 30%;
    height: 74px;
    background-image: linear-gradient(to right, #402d56, #402d56);
    z-index: -1;
    border-bottom: 1px solid #615471;
    display: none;
}
@media screen and (min-width: 992px) {
    .header-menu-top-before {
        display: block;
    }
}
.header-menu-top h5,
.header-menu-top h6 {
    margin: 0;
}
.header-menu-top h6 {
    font-family: var(--bodyFont);
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #fff;
    text-transform: uppercase;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}
.animateBlock {
    display: block;
    animation-name: scrollUpDown;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes scrollUpDown {
    0% {
        transform: translateY(0%);
    }
    20% {
        transform: translateY(0%);
    }
    40% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-50%);
    }
    65% {
        transform: translateY(-50%);
    }
    85% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}
.animateBlock span {
    display: block;
    padding: 10px;
}
.header-menu-top h5 {
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    padding-left: 52px;
    position: relative;
}
.header-menu-top h5 span.callBlock {
    position: relative;
    top: 4px;
}
.header-menu-top-h5-before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-position: -14px -17px;
    background-image: url(./images/hm-sprites.webp);
}
.header-menu-top h5 a {
    display: inline-block;
    vertical-align: middle;
}
.header-menu-top h5 a:hover {
    color: #e2b63c;
    transition: 0.3s;
}
.logo img {
    width: 100%;
    display: block;
    height: auto;
}
.logo {
    max-width: 370px;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    position: relative;
    padding: 17px;
    margin: 0;
}
.top-menu ul li a {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size:18px;
    line-height: 1;
    color: #fff;
    font-family: var(--bodyFont);
    display: block;
}
.top-menu ul li.current-menu-item,
.top-menu ul li.current-menu-item:hover {
    border-top: 2px solid #e2b63c;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2f4163;
    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: #21355a;
    color: #fff;
}
/* Common Styling */
.cmn-btn {
    color: #fff;
    background-color: #684c8e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 28px;
    min-width: auto;
}
.cmn-btn:hover {
    background-color: #e2b63c !important;
    border-color: #684c8e;
}
.mobl_menu {
    display: none !important;
}
/* Mobile Menu Starts */
@media screen and (min-width: 992px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
@media screen and (max-width: 1240px) {
    .mobl_menu {
    display: block !important;
}
}
.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;
    }
}
.header-menu-top.mob {
    display: inline-table;
    padding: 10px 0 0;
}
.header-menu-top.mob h5:before {
    display: none;
}
.header-menu-top.mob h5 {
    line-height: 22px;
}
.header-menu-top.mob h5,
.header-menu-top.mob h5 a {
    padding: 0;
}
.header-menu-top.mob h5{ padding-left: 45px !important;}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #392b4e;
    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;
    right: 0;
}
.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 {
    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: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0;
    text-decoration: none;
}
.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: 0;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 9px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #e2b63c;
        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 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: #e2b63c;
        width: 50%;
        padding: 0;
    }
    .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: "Poppins", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
}
/*HomePage location Starts*/
.hm-footer-main {
    padding-top: 30px;
}
@media screen and (min-width: 992px) {
    .hm-footer-main {
        background-image: url(./images/footer-sec-bg.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.hm-location-sec {
    padding: 100px 0;
}
.hm-location-sec .container {
    width: 100%;
    max-width: 1760px;
    margin: auto;
}
.hm-location-sec h3 {
    margin-bottom: 40px;
}
.hm-location-sec span.lctn-heading {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    font-size: 82px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}
.hm-location-sec .our-loc-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hm-location-sec .our-loc-item {
    width: 100%;
}
.hm-location-sec span.lctn-txt {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: -42px 0 0;
    position: relative;
    z-index: 99;
    pointer-events: none
}
.hm-location-sec p {
    font-family: 'inter', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 10px;
}
.hm-location-sec .map:before {
    background-image: -webkit-linear-gradient(90deg, rgb(63, 46, 86) 0%, rgba(63, 46, 86, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hm-location-sec .map {
    position: relative;
}
.hm-location-sec .map iframe {
    height: 205px;
}
.hm-location-sec .map:hover:after {
    background-image: -webkit-linear-gradient(90deg, rgb(226, 182, 60) 0%, rgba(226, 182, 60, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.hm-location-sec a {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.hm-location-sec a:hover {
    color: #e2b63c;
}
/*HomePage location Ends*/
/* Footer Section */
.ftr-menu ul {
    padding: 0 20px 35px 20px;
    margin: 0;
    text-align: center;
}
.ftr-menu ul li {
    margin: 0 40px 0 0;
    display: inline-block;
}
.ftr-menu ul li:last-child {
    margin: 0;
}
.ftr-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: var(--bodyFont);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}
.ftr-menu ul li a:hover {
    color: #e2b63c;
}
.ftr-main-blocks {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border: 1px solid #6e5e84;
    border-left: none;
    border-right: none;
}
.ftr-main-blocks .block {
    text-align: center;
    padding: 0 40px;
}
.ftr-main-blocks .block h4 {
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 41px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding-bottom: 90px;
    margin-bottom: 15px;
    position: relative;
}
.ftr-main-blocks .block h4::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 60px;
    background-position: -105px -241px;
    background-image: url(./images/hm-sprites.webp);
}
.ftr-main-blocks .block.contact h6::before {
    width: 54px;
    height: 54px;
    background-position: -312px -240px;
}
.heading-font a {
    font-family: 'Frank Ruhl Libre', Arial, Helvetica, sans-serif;
}
.ftr-main-blocks .block p {
    font-family: var(--bodyFont);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
}
.ftr-main-blocks .block.contact p {
    text-transform: uppercase;
}
.ftr-main-blocks .block.contact p a {
    display: block;
    font-size: 35px;
}
.ftr-main-blocks .block.contact p a:hover {
    color: #e2b63c;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
.ftr-logo {
    max-width: 493px;
    height: 103px;
    margin: auto;
}
.ftr-block-location,
.ftr-block-contact {
    width: 28%;
}
.ftr-logo-main {
    padding: 0 20px;
    border: 1px solid #6e5e84;
    border-top: none;
    border-bottom: none;
    width: 45%;
}
.soc-icons-main {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-top: 35px;
}
.soc-icons-main a {
    display: inline-block;
    font-size: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
}
.soc-icons-main a:hover {
    border-color: #e2b63c;
}
.soc-icons-main a::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 24px;
    background-position: -181px -239px;
    background-image: url(./images/hm-sprites.webp);
}
.soc-icons-main a:hover::before {
    background-position: -181px -276px;
}
.soc-icons-main a.twt::before {
    width: 24px;
    height: 24px;
    background-position: -215px -240px;
}
.soc-icons-main a.twt:hover::before {
    background-position: -216px -276px;
}
.soc-icons-main a.inst::before {
    width: 23px;
    height: 23px;
    background-position: -255px -240px;
}
.soc-icons-main a.inst:hover::before {
    background-position: -255px -276px;
}
.copyrights {
    padding: 25px 0;
    text-align: center;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li a:hover {
    color: #e2b63c;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
@media screen and (max-width:1900px) {
    .header-sec .container {
        max-width: 1700px;
    }
    .header-menu-top {
        gap: 20px;
        padding: 8px 0 8px 21px;
    }
    .header-menu-top h5 {
        font-size: 44px;
    }
    .header-sec-before,
    .header-menu-top-before {
        height: 73px;
    }
    .top-menu ul li {
        padding: 15px 16px;
    }
    .hm-location-sec .container {
        max-width: 1700px;
    }
}
@media screen and (max-width:1800px) {
    .header-sec .container {
        max-width: 1600px;
    }
    .header-menu-top h6 {
        font-size: 24px;
    }
    .header-menu-top h5 {
        font-size: 40px;
        padding-left: 50px;
    }
    .header-menu-top-h5-before {
        transform: scale(0.9);
    }
    .logo {
        max-width: 360px;
    }
    .top-menu-main {
        width: 71%;
    }
    .top-menu ul li a {
        font-size: 18px;
    }
    .top-menu ul li {
        padding: 15px 15px;
    }
    .header-sec-before,
    .header-menu-top-before {
        height: 67px;
    }
    .hm-location-sec .container {
        max-width: 1600px;
    }
    .hm-location-sec {
        padding: 90px 0;
    }
    .logo img {
        height: 75px;
    }
}
@media screen and (max-width:1700px) {
    .logo img {
        height: 71px;
    }
    .header-sec .container {
        max-width: 1440px;
    }
    .header-menu-top h6 {
        font-size: 20px;
    }
    .header-menu-top h6 {
        height: 42px;
    }
    .header-menu-top h5 {
        font-size: 38px;
        padding-left: 50px;
    }
    .header-menu-top-h5-before {
        transform: scale(0.85);
    }
    .logo {
        max-width: 340px;
    }
    .top-menu-main {
        width: 71%;
    }
    .top-menu ul li a {
        font-size: 17px;
    }
    .top-menu ul li {
        padding: 15px 12px;
    }
    .header-sec-before,
    .header-menu-top-before {
        height: 67px;
    }
    .hm-location-sec .container {
        max-width: 1440px;
    }
    .hm-location-sec {
        padding: 80px 0;
    }
    .ftr-menu ul li a {
        font-size: 19px;
    }
}
@media screen and (max-width:1500px) {
    .logo img {
        height: 62px;
    }
    .header-sec .container {
        max-width: 1200px;
    }
    .header-menu-top h6 {
        font-size: 18px;
        height: 38px;
    }
    .header-menu-top h5 {
        font-size: 28px;
        padding-left: 45px;
    }
    .header-menu-top-h5-before {
        transform: scale(0.8);
    }
    .logo {
        max-width: 300px;
    }
    .top-menu-main {
        width: 71%;
    }
    .top-menu ul li a {
        font-size: 15px;
    }
    .top-menu ul li {
        padding: 14px 7px;
    }
    .top-menu .sub-menu li a {
        font-size: 13px;
        padding: 8px 12px;
    }
    .header-sec-before,
    .header-menu-top-before {
        height: 54px;
        width: 50%;
    }
    .hm-location-sec {
        padding: 70px 0;
    }
    .hm-location-sec .container {
        max-width: 1200px;
    }
    .hm-location-sec h3 {
        margin-bottom: 20px;
    }
    .hm-location-sec span.lctn-heading {
        font-size: 60px;
    }
    .hm-location-sec .our-loc-list {
        gap: 10px;
    }
    .hm-location-sec span.lctn-txt {
        font-size: 30px;
    }
    .hm-location-sec p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .hm-location-sec a {
        font-size: 20px;
    }
    .ftr-menu ul {
        padding: 0 0 20px;
    }
    .ftr-menu ul li {
        margin: 0 20px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 17px;
    }
    .ftr-main-blocks {
        padding: 30px 0;
    }
    .ftr-main-blocks .block {
        padding: 0 10px;
    }
    .ftr-main-blocks .block h4 {
        font-size: 35px;
        padding-bottom: 70px;
        margin: 0;
    }
    .ftr-main-blocks .block h4::before {
        transform: scale(0.8);
    }
    .ftr-main-blocks .block p {
        font-size: 18px;
        line-height: 1.4;
    }
    .ftr-logo-main {
        width: 40%;
    }
    .ftr-logo {
        max-width: 400px;
    }
    .soc-icons-main a {
        transform: scale(0.9);
    }
    .copyrights {
        padding: 20px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
    .post-item.post-block .post-cnt h2 {font-size: 24px; margin-bottom: 10px; line-height: 1.2;}
}
@media screen and (max-width:1240px) {
    .logo img {
        height: 52px;
    }
    .header-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .header-menu-top h6 {
        font-size: 15px;
        height: 35px;
    }
    .header-menu-top {
        gap: 10px;
        padding: 6px 0 6px 11px;
    }
    .header-menu-top h5 {
        font-size: 22px;
        padding-left: 40px;
    }
    .header-menu-top-h5-before {
        transform: scale(0.7);
    }
    .logo {
        max-width: 250px;
    }
    .top-menu-main {
        width: 72%;
    }
    .top-menu ul li a {
        font-size: 13px;
    }
    .top-menu ul li {
        padding: 12px 5px;
    }
    .top-menu .sub-menu li a {
        font-size: 11px;
        padding: 6px 10px;
    }
    .header-sec-before,
    .header-menu-top-before {
        height: 46px;
        width: 50%;
    }
    .hm-location-sec .container {
        max-width: 992px;
    }
    .hm-location-sec {
        padding: 50px 0;
    }
    .hm-location-sec .our-loc-item h4 {
        margin: 0 0 8px 0;
    }
    .hm-location-sec span.lctn-txt {
        font-size: 28px;
        margin: -31px 0 0;
    }
    .hm-location-sec p {
        font-size: 13px;
        letter-spacing: -0.5px;
        margin: 0;
    }
    .hm-location-sec a {
        font-size: 18px;
        margin: 5px 0 0;
    }
    .ftr-menu ul li {
        margin: 0 10px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 15px;
    }
    .ftr-main-blocks .block p {
        font-size: 17px;
        margin: 0;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 30px;
    }
    .copyrights {
        padding: 10px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
    .hm-location-sec .map iframe {
        height: 165px;
    }
    .soc-icons-main {
        padding-top: 25px;
    }
    .ftr-logo {
        max-width: 280px;
    }
    .copyrights p,
    .copyrightmenu ul {
        margin: 0 0 2px;
    }
    button.showhide {
        background: #e2b63c;
        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;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    .header-sec {
        position: fixed;
        background-color: #392b4e;
        padding: 10px 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: 0;
    }
    
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .top-menu-main {
        display: none;
    }
    .logo img {
        max-width: 250px;
        height: 50px;
    }
    .our-loc-list {
        max-width: 320px;
        margin: auto;
    }
    .hm-location-sec .map:hover:after {
        display: none;
    }
    .hm-location-sec .our-loc-item {
        padding: 10px 10px 20px;
        border: 1px solid #e2b63c;
        background-color: #36294b;
    }
    .hm-location-sec span.lctn-txt {
        margin: 10px 0;
    }
    .our-loc-list.owl-carousel .owl-dots {
        padding: 0 0;
        text-align: center;
    }
    .our-loc-list.owl-carousel button.owl-dot {
        background-color: #e3b43d;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
        border: 1px solid transparent;
    }
    .our-loc-list.owl-carousel button.owl-dot.active {
        background-color: #e3b43d;
        outline: 2px solid #e3b43d;
        outline-offset: 2px;
    }
    .ftr-main-blocks {
        flex-direction: column;
        max-width: 350px;
        width: 100%;
        margin: auto;
        border: none;
        gap: 20px;
    }
    .ftr-block-location,
    .ftr-block-contact,
    .ftr-logo-main {
        width: 100%;
        display: block;
        margin: 0;
        border: 1px solid #fff;
        padding: 20px;
    }
    .ftr-logo {
        height: auto;
        width: 100%;
    }
    .ftr-menu ul {
        padding: 0;
    }
    .hm-footer-main {
        background-image: none;
        background-color: #4b3566;
    }
    .ftr-menu ul li a {
        font-size: 14px;
        line-height: 1.6;
    }
    .ftr-logo {
        max-width: 250px;
    }
    .soc-icons-main a::before {
        transform: scale(0.8);
    }
    .copyrights {
        padding: 15px 0;
        border-top: 1px solid #ffffff4f;
    }
    .soc-icons-main a {
        width: 48px;
        height: 48px;
    }
    .ftr-main-blocks .block h4 {
        font-size: 31px;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 27px;
    }
}
@media screen and (max-width:767px) {
    .hm-location-sec span.lctn-heading {
        font-size: 40px;
    }
    .ftr-main-blocks {
        padding: 15px 0;
    }
    .ftr-block-location,
    .ftr-block-contact,
    .ftr-logo-main {
        padding: 20px;
    }
    .ftr-main-blocks .block p {
        font-size: 16px;
    }
}
@media screen and (max-width:480px) {
    .so-mobilenav-standard+* {
        display: block !important;
    }
    .menu-mobilenav-container,
    ul#mobile-nav-item-wrap-4 {
        display: none !important;
    }
    .ftr-main-blocks .block p {
        font-size: 14px;
    }
    .ftr-main-blocks .block h4::before {
        transform: scale(0.7);
    }
    .ftr-main-blocks .block h4 {
        font-size: 29px;
        padding-bottom: 60px;
    }
    .soc-icons-main {
        padding-top: 15px;
    }
    .copyrightmenu ul li a {
        padding: 0 6px;
    }
    .copyrights p.copy-para {
        max-width: 250px;
        margin: 0 auto 4px;
    }
}
#menu-main-menu-1 li ul.sub-menu .sub-menu {
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
}
#menu-main-menu-1 li ul.sub-menu .sub-menu::-webkit-scrollbar-thumb {
    background: #3c4960;
}
#menu-main-menu-1 li ul.sub-menu .sub-menu::-webkit-scrollbar-track {
    background: transparent;
}
#menu-main-menu-1 li ul.sub-menu .sub-menu::scrollbar-thumb {
    background: #3c4960;
}
#menu-main-menu-1 li ul.sub-menu .sub-menu::scrollbar-track {
    background: transparent;
}
input.gform_button {
    outline: none !important;
}
.page-id-9707 .genpg-lft {
  display: none;
}
.page-id-9707 .genpg-rite {
  width: 100%;
}
.steps .step ul {margin-left: 24px;}
.steps .step li {color: initial; font-size: initial; margin-bottom: 5px; list-style-type: circle;}
.post-item.post-block .post-cnt h2 {font-size: 30px; text-transform: capitalize;}
.post-item.post-block .post-cnt h2 a {color: #000;}
.blg-cntblk .post-item:hover h2 a {color: #fff;}
body .gform_wrapper .gfield.chck-bx .gfield-choice-input+label {font-size: 14px !important;  line-height: 2.2rem;}
body .gform_wrapper .gfield.chck-bx .gchoice {align-items: normal;}
body .gfield--input-type-captcha .ginput_container:before { display: none;}
body .gform_wrapper .gfield.chck-bx .gfield-choice-input, .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {  margin-top: 4px !important;}

button#cn-accept-cookie, button#cn-refuse-cookie, button#cn-more-info {background: #e2b63c; color: #000 !important;}

/* ApexChat: do NOT hardcode bottom anywhere else */
#apexchat_prechat_invitation_wrapper{
  bottom: 0 !important;                 /* default */
  transition: bottom 0.25s ease;        /* optional smooth move */
}

/* Desktop positioning (keep if you want it) */
@media (min-width: 769px) {
  #apexchat_prechat_invitation_wrapper {
    right: 10px !important;
  }
}

/* Cookie Notice & Compliance: let JS push it up when needed */
#cookie-notice {
  bottom: var(--cn-offset, 0px) !important;
}
.cn-link {text-decoration: underline;}
button#cn-more-info {display: none !important;}