@media (min-width: 319px) {
    .elementor-element[data-element_type="container"] {
        --content-width: 100% !important ;
    } 
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: auto !important;
        right: auto !important;
    }
    .wpb-content-wrapper > .vc_row[data-vc-stretch-content="true"] .vc_column_container >.vc_column-inner, .wpb-content-wrapper > .vc_row[data-vc-full-width="true"] > .vc_column_container > .vc_column-inner {
        max-width: 100%;
        padding-top: 0 !important;
    }
    .container {
        max-width:  100% !important;
        padding: 0 20px;

    }

    .hide {
        display: none !important;
    }
    .vc_column_container:not(.vc_col-sm-12) .container {
        margin: 0 auto;
        width: 100%;
        max-width: 100% !important;
    }
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) .vc_column-inner {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .wpb-content-wrapper > .vc_row > .vc_column_container.vc_col-sm-12 {
        padding: 0;
    }
    
}
@media (min-width: 576px) {
    .elementor-element[data-element_type="container"] {
        --content-width: 100% !important;
    } 
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 100%;
    }
    .container {
        
        max-width: 100% !important;
        padding: 0 20px;
    }
    
}
@media (min-width: 769px) {
    .elementor-element[data-element_type="container"] {
        --content-width: 100% !important;
    } 
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 100%;
    }
    .container {
        max-width: 100% !important;
        padding: 0 20px;
    }
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]).full-width-with-bg {
        max-width: 100%;
        padding: 0 80px;
    }
    
}
@media (min-width: 992px) {
    .elementor-element[data-element_type="container"] {
        --content-width: 960px !important;
    } 
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 960px;
    }
    .container {
        max-width: 960px !important;
    }
     
    
}
@media (min-width: 1200px) {
    .elementor-element[data-element_type="container"] {
        --content-width: 1040px !important;
    }  
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 1040px;
        margin-left: auto;
    }
    .container {
        max-width: 1040px !important;
    }
    
}
@media (min-width: 1300px) { 
    .elementor-element[data-element_type="container"] {
        --content-width: 1190px !important;
    }   
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 1190px;
    } 
    .container {
        max-width: 1190px !important;
    } 
     
    
}
@media (min-width: 1400px) {    
    .elementor-element[data-element_type="container"] {
        --content-width: 1330px !important;
    }
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: 1330px;
    } 
    .container {
        max-width: 1330px !important;
    } 
    
    
}
@media (min-width: 1500px) {    
    .elementor-element[data-element_type="container"] {
        --content-width: calc(100% - 160px) !important;
    }
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
        max-width: calc(100% - 160px);
    } 
    .container {
        max-width: calc(100% - 160px) !important;
    } 
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]).full-width-with-bg {
        width: 100%;
        max-width: 100%;
        padding: 0 80px;
    }
    
    
}

.wpb-content-wrapper {
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    font-size: 22px;
    background-size: 100% auto;
    background-position: 0px 3.5%;
    overflow-x: hidden;
}

h1 {
    font-size: 62px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h2 {
    font-size: 58px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h3 {
    font-size: 52px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h4 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h5 {
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h6 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
p{}
a {
    color: #C2AD77;
    text-decoration: none;
}

img {
    max-width: 100%;
}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-center: left !important;
}
#main_site_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: unset;
}
#main_site_content > * {
    width: 100%;
}
.main-header {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    padding: 0;
    z-index: 1;
}

.space-between {
    justify-content: space-between;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
.sticky-header {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 15px 0 #0002;
    background: #ffffff;
}
.admin-bar .sticky-header {
  top: 32px;
}
.sticky-header.sticky {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    position: fixed;
    animation: slide-down 0.7s;
    animation-direction: normal;
}
.logo {
    display: inline-block;
    width: auto;
    padding: 5px 0;
}
.logo img.custom-logo {
    max-height: 75px;
    width: auto;
}
.menu_section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}
ul.navbar-nav > li.login-btn a:hover {
    background: #fff;
    color: #580b37 !important;
}
ul.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}
ul.navbar-nav > li > a {
    padding: 34px 11px;
    display: inline-block;
    color: #6A6A6A !important;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
ul.navbar-nav > li > a:hover, ul.navbar-nav > li.current-menu-item > a {
    color: #000 !important;
}
ul.header-right-menu > li > a:hover,ul.header-right-menu > li.current-menu-item > a {
    color: #fff !important;
}
ul.navbar-nav > li.menu-item-has-children > a {
    padding-right: 35px;
}
ul.navbar-nav > li.current-menu-item > a::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #000;
    bottom: 27px;
    left: 14px;
    margin: 0 auto;
}
li.menu-item-has-children span.caret {
    display: flex;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 11px;
    /* width: 35px; */
    /* height: 35px; */
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform: translateY(-50%);
}
li.menu-item-has-children span.caret::after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-top: 0;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%234A5568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    /* filter: brightness(4.4) contrast(1.5); */
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.sub-menu {
    background-color: #ffffff;
    list-style: none;
    box-shadow: 0 2px 20px 0 rgba(62,65,159,.09);
    width: 215px;
    position: absolute;
    padding: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    top: 100%;
}
.sub-menu > li {
    margin: 0;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.sub-menu > li.menu-item-has-children {
    padding-right: 35px;
}
.sub-menu > li > a {
    padding: 10px 15px;
    width: 100%;
}

ul.navbar-nav > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
.sub-menu > li > a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    color: #121212 !important;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
}
.sub-menu > li.menu-item-has-children span.caret {
    transform: rotate(-90deg) translate(6px, 0px);
}
.sub-menu > li:hover {
    background: #c2ad77;
    color: #fff;
}
.sub-menu > li:hover > a {
    background: inherit;
    color: #fff;
}
body:is(.home) .header-right-menu .inner-menu, body:not(.home) .header-right-menu .home-menu {
    display: none;
} 
body:not(.home) .header-right-menu .inner-menu, body:is(.home) .header-right-menu .home-menu {
    display: block;
}
a#mobile_toggle {
    display: none;
}
div#mobile_menu {
    display: none;
}
footer.site-footer {
    background: #ffffff;
    position: relative;
    margin-top: 15px;
}
section.footer_wrap {
    background: #580b37;
    border-radius: 0;
    padding: 40px 0px 25px;
    margin-bottom: 0;
}
.top-banner-section {
    padding-top: 170px;
    padding-bottom: 240px;
}
ul.header-right-menu > li > a {
    padding: 14px 40px;
    border: 1px solid #C2AD77;
    background: #C2AD77;
    font-weight: 400;
    margin: 19px 5px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 45px;
}

.sub-menu > li:hover span.caret::after {
    filter: brightness(4.4) contrast(1.5);
}
.sub-menu > li > ul.sub-menu {
    top: 0;
    left: 100%;
}
.sub-menu > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
ul.header-right-menu > li > a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.contact-card {
    color: white;
    width: 100%;
}
.contact-card  .logo {
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
}

.contact-card  .logo img {
    width: 100%;
    display: block;
    max-width: 165px;
}
p:empty {
    display: none;
}
.contact-card  .contact-info p {
    margin: 8px 0;
    font-size: 14px;
    font-weight: 300;
}

.contact-card  .icon {
margin-right: 8px;
color: white;
}
  
.footer-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.footer-right .site-footer-menu {
    display: flex;
    width: calc(50% - 20px);
    padding: 0;
    margin: 0;
    align-items: center;
}
.footer-right .site-footer-menu .textwidget {
    width: 100%;
}
.address-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.address-card img.flag {
    max-height: 40px;
}
p.address-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.site-footer-info {
    display: flex;
    width: 35%;
    flex-direction: column;
    gap: 20px;
}
.site-footer-menus {
    display: flex;
    width: 75%;
    justify-content: space-between;
    gap: 20px;
}
.site-footer-info .logo {
    padding: 0;
}
.site-footer-info .logo img.custom-logo {
    height: auto !important;
    width: auto !important;
    filter: brightness(1) invert(1);
}
.footer_icon ul.socials {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 9px 0 0;
}
.footer_icon ul.socials img.imgthumb {
    max-width: 45px;
}
.site-footer-menu h4.heading-primary {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;    
}
.site-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-inner-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #fff2;
}
.site-footer-bottom-menu hr {
    display: none;
}
.site-footer-bottom-menu .textwidget > p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.site-footer-bottom-menu ul li a {
    padding: 0 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.copyright {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 0.8px;
    line-height: normal;
}
.site-footer-bottom-menu hr {
    display: none;
}
.site-footer-bottom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.site-footer-bottom-menu ul li:last-child a {
    padding-right: 0;
}
.site-footer-menu ul li a:hover, .site-footer-bottom-menu ul li a:hover {
    color: #c69c67;
}
ul#menu-footer-menu a.nav-link {
    font-size: 23px;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 42.5px;
    color: #fff;
    position: relative;
}
ul#menu-footer-menu a.nav-link:before {
    position: absolute;
    content: '>';
    left: 2px;
    top: auto;
    line-height: 37px;
}

section.footer_bottom {
    background: #000;
    padding: 17px 0;
}

.site-footer-menu ul > li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.site-footer-menu ul > li:last-child {
    margin-bottom: 0;
}
.site-footer-menu ul > li .footer-address-icon {
    width: 40px;
}
.site-footer-menu ul > li .footer-address-content {
    width: calc(100% - 55px);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    align-items: center;
    display: flex;
}
#main_site_content {
    overflow: hidden;
}

#menu-header-right-menu a.nav-link {
    color: #fff !important;
}
#menu-header-right-menu a.nav-link::after {
    display: none;
}
.site-footer-menu > img {
    max-height: 150px;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer-left {
    display: flex;
    width: 55%;
}
.footer-right {
    display: flex;
    width: 45%;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}
.footer-right::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #fff2;
    width: 1px;
    height: 100%;
}


.terms-content-wrapper {
    background: #FFF;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(88, 11, 55, 1) 60%);
    padding: 100px 0;
}
.container .container {
    padding: 0;
    max-width: 100% !important;
    width: 100%;
}
.terms-content {
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0px 45px #0001;
    padding: 45px 25px;
    max-width: 1200px;
    margin: 0 auto;
}
.terms-content .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]) {
    max-width: 100% !important;
}
.terms-content h2 {
    font-size: clamp(1.25rem, 1.0769rem + 0.7692vw, 2rem);
    margin-bottom: 20px;
    line-height: 1.5;
}
.terms-content p {
    font-size: clamp(1rem, 0.9712rem + 0.1282vw, 1.125rem);
    color: #666;
    font-weight: 300;
    line-height: 1.5;
}
.terms-content p b, .terms-content p strong, .terms-content ul li b, .terms-content ul li strong, .terms-content ol li strong, .terms-content ol li b {
    font-weight: 500;
    color: #000;
}
.terms-content ul, .terms-content ol {
    margin-bottom: 15px;
}
.terms-content ul li, .terms-content ol li {
    font-size: clamp(1rem, 0.9712rem + 0.1282vw, 1.125rem);
    color: #666;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 1400px){
    .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
        padding-top: 0;
    }
    ul.navbar-nav > li > a {
        padding: 34px 9px;
    }
    ul.header-right-menu > li > a {
        padding: 12px 24px;
    }
    ul.navbar-nav > li {
        margin-left: 5px;
    }
    .site-footer-menu {
        padding: 0 15px;
    }
    section.footer_wrap {
        padding: 40px 25px 25px;
        margin-bottom: 0px;
    }
    .wpb-content-wrapper .vc_custom_1730119937886 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 1300px){
.logo img.custom-logo {
    max-height: 65px;
    width: auto;
}
ul.navbar-nav > li {
    margin-left: 0;
}
ul.navbar-nav > li > a {
    font-size: 15.5px;
}
ul.header-right-menu > li > a {
    padding: 10px 18px;
    margin: 23px 0px;
}
}


@media only screen and (max-width: 1200px){
    ul.navbar-nav > li > a {
        font-size: 16px;
        padding: 24px 7px;
    }
    ul.header-right-menu > li > a {
        padding: 12px 16px !important;
        font-size: 14px !important;
        margin: 13px 0px;
    }
    .logo img.custom-logo {
        max-height: 60px;
        width: auto;
    }
    ul.navbar-nav > li > a {
        font-size: 14px;
        padding: 24px 8px;
    }
    .footer-left {
        width: 50%;
    }
    .footer-right {
        width: 50%;
    }
    ul.navbar-nav > li.current-menu-item > a::after {
        bottom: 18px;
        left: 10px;
    }
   
   
    
}


@media only screen and (max-width: 991px){
    div#wpadminbar {
        z-index: 999 !important;
    }
    ul#menu-header-menu {
        display: none;
    }
    div#mobile_menu {
        display: inline-block;
        flex-wrap: wrap;
        position: fixed;
        height: 100%;
        z-index: 99999;
        background: #fff;
        left: -380px;
        transition: 0.5s;
        top: 0;
        width: 380px;
        align-items: flex-start;
        gap: 0;
    }
    .menu_overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #0008;
        z-index: 9999;
        left: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }
    a#mobile_toggle {
        display: flex;
        font-size: 29px;
        color: #701338;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 5px;
        align-items: center;
        justify-content: center;
        margin: 21px 0;
    }
    .body_menu_open div#mobile_menu {
        left: 0;
        transition: 0.5s;
    }
    body.body_menu_open {
        overflow: hidden !important;
    }
    .menu_overlay.menu_open {
        visibility: visible;
        opacity: 1;
    }
    ul.navbar-nav {
        flex-wrap: wrap;
    }
    .mobile-header {
        padding: 15px 25px;
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        max-height: 75px;
        border-bottom: 1px solid #ececec;
    }
    .close_btn {
        font-size: 26px;
        color: #b8b5b5;
    }
    .mobile-logo img.custom-logo {
        height: 60px;
        width: auto;
    }
    ul.navbar-nav > li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
    ul.navbar-nav > li > a {
        padding: 15px 25px;
        width: 100%;
        text-align: left;
    }
    ul.navbar-nav > li.menu-item-has-children > a {
        width: calc(100% - 50px);
        border-bottom: 1px solid #ececec;
    }
    li.menu-item-has-children span.caret {
        right: 0;
        width: 50px;
        height: 100%;
        border-left: 1px solid #dcdcdc;
        max-height: 54px;
        top: 0;
        transform: translate(0);
        border-bottom: 1px solid #dcdcdc;
        pointer-events: auto;
        display: flex;
    }
    
    ul.navbar-nav > li:hover > .sub-menu {
        transition: inherit;
        top: 0;
        visibility: visible;
        opacity: 1;
        padding-left: 20px;
        display: none;
    }
    .sub-menu {
        background-color: transparent;
        box-shadow: none;
        width: 100%;
        position: relative;
        padding: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: inherit;
        top: 0;
        display: none;
    }
    .sub-menu > li > a {
        padding: 15px 25px;
    }
    .sticky-header.sticky ul.navbar-nav {
        display: none;
    }

    .home .main-header:not(.sticky-header) .logo, .page-id-568 .main-header:not(.sticky-header) .logo {
        display: block;
    }
    .logo img.custom-logo {
        max-width: 160px;
    }
    ul.navbar-nav > li.current-menu-item > a::after{
        display: none;
    }
   
    ul.navbar-nav > li > a {
        margin: 0;
    }
   
    
    .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
        padding-top: 0;
    }

   
    .footer-inner {
        flex-wrap: wrap;
    }
    .site-footer-menu:last-child {
        padding-left: 15px;
        margin-top: 20px;
        flex-wrap: wrap;    
    }
    .site-footer-menu:last-child h4.heading-primary {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    
	.site-footer-menu:last-child .textwidget:last-child ul {
    justify-content: center;
}
    
   
    .footer-inner-bottom {
        padding-top: 30px;
        margin-top: 20px;
    }
    .wpb-content-wrapper > .vc_row:not([data-vc-full-width="true"]).full-width-with-bg {
        padding: 0 0px;
    }
    #res-full-991 .vc_col-sm-6 {
        width: 100%;
    }
    .main-header .row.space-between {
        align-items: center;
    }

    .footer-left {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-right {
        width: 100%;
    }
    p.address-text {
        font-size: 14px;
    }
    section.footer_wrap {
        padding: 25px 25px 25px;
    }

   
}
@media only screen and (max-width: 767px){
    .admin-bar .sticky-header {
        top: 0;
    }
    .logo {
        padding: 10px 0;
    }
    a#mobile_toggle {
        margin: 11px 0;
    }
    
    .address-box-wrapper {
        margin: 35px 0;
    }
   
    .admin-bar .sticky-header {
        top: 46px;
    }
    .vc_column_container>.vc_column-inner {
        padding-left: 20px ;
        padding-right: 20px;
    }

    .terms-content-wrapper {
        padding: 40px 0;
    }
    .terms-content {
        padding: 30px 10px;
    }
    
}

@media only screen and (max-width: 640px){
	h4 {
    font-size: 18px;
}
		h4 br {
    display: none;
}
    .hero-banner {
        margin-bottom: 25px;
        min-height: 350px;
    }   
   
    .admin-bar .sticky-header {
        top: 0;
    }
    a#mobile_toggle {
        font-size: 25px;
    }
}


@media only screen and (max-width: 480px){
    .logo img.custom-logo {
        max-width: 117px;
    }
   
   
    div#mobile_menu {
        left: -320px;
        width: 320px;
    }
    .footer-right .site-footer-menu {
        width: 100%;
    }
    .footer-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-right::after {
        display: none;
    }
    section.footer_wrap {
        padding: 0 0 25px;
    }
    .footer-left {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        text-align: center;
    }
    .site-footer-menu:last-child {
        padding-left: 0;
    }
   
    
}

@media only screen and (max-width: 375px){
   
}
