/*
Theme Name:   Ballinger Law Firm
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
*/

@font-face {
    font-display: swap; 
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/archivo-v19-latin-regular.eot'); 
    src: url('./fonts/archivo-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/archivo-v19-latin-regular.woff2') format('woff2'), 
         url('./fonts/archivo-v19-latin-regular.woff') format('woff'),
         url('./fonts/archivo-v19-latin-regular.ttf') format('truetype'), 
         url('./fonts/archivo-v19-latin-regular.svg#Archivo') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/archivo-v19-latin-500.eot'); 
    src: url('./fonts/archivo-v19-latin-500.eot?#iefix') format('embedded-opentype'),
         url('./fonts/archivo-v19-latin-500.woff2') format('woff2'), 
         url('./fonts/archivo-v19-latin-500.woff') format('woff'),
         url('./fonts/archivo-v19-latin-500.ttf') format('truetype'), 
         url('./fonts/archivo-v19-latin-500.svg#Archivo') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/archivo-v19-latin-600.eot'); 
    src: url('./fonts/archivo-v19-latin-600.eot?#iefix') format('embedded-opentype'),
         url('./fonts/archivo-v19-latin-600.woff2') format('woff2'), 
         url('./fonts/archivo-v19-latin-600.woff') format('woff'),
         url('./fonts/archivo-v19-latin-600.ttf') format('truetype'), 
         url('./fonts/archivo-v19-latin-600.svg#Archivo') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/archivo-v19-latin-700.eot'); 
    src: url('./fonts/archivo-v19-latin-700.eot?#iefix') format('embedded-opentype'),
         url('./fonts/archivo-v19-latin-700.woff2') format('woff2'), 
         url('./fonts/archivo-v19-latin-700.woff') format('woff'),
         url('./fonts/archivo-v19-latin-700.ttf') format('truetype'), 
         url('./fonts/archivo-v19-latin-700.svg#Archivo') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/archivo-v19-latin-800.eot'); 
    src: url('./fonts/archivo-v19-latin-800.eot?#iefix') format('embedded-opentype'),
         url('./fonts/archivo-v19-latin-800.woff2') format('woff2'), 
         url('./fonts/archivo-v19-latin-800.woff') format('woff'),
         url('./fonts/archivo-v19-latin-800.ttf') format('truetype'), 
         url('./fonts/archivo-v19-latin-800.svg#Archivo') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/playfair-display-v37-latin-regular.eot'); 
    src: url('./fonts/playfair-display-v37-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/playfair-display-v37-latin-regular.woff2') format('woff2'), 
         url('./fonts/playfair-display-v37-latin-regular.woff') format('woff'),
         url('./fonts/playfair-display-v37-latin-regular.ttf') format('truetype'), 
         url('./fonts/playfair-display-v37-latin-regular.svg#PlayfairDisplay') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/playfair-display-v37-latin-500.eot'); 
    src: url('./fonts/playfair-display-v37-latin-500.eot?#iefix') format('embedded-opentype'),
         url('./fonts/playfair-display-v37-latin-500.woff2') format('woff2'), 
         url('./fonts/playfair-display-v37-latin-500.woff') format('woff'),
         url('./fonts/playfair-display-v37-latin-500.ttf') format('truetype'), 
         url('./fonts/playfair-display-v37-latin-500.svg#PlayfairDisplay') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/syne-v22-latin-500.eot'); 
    src: url('./fonts/syne-v22-latin-500.eot?#iefix') format('embedded-opentype'),
         url('./fonts/syne-v22-latin-500.woff2') format('woff2'), 
         url('./fonts/syne-v22-latin-500.woff') format('woff'),
         url('./fonts/syne-v22-latin-500.ttf') format('truetype'), 
         url('./fonts/syne-v22-latin-500.svg#Syne') format('svg'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/gabarito-v7-latin-500.eot'); 
    src: url('./fonts/gabarito-v7-latin-500.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gabarito-v7-latin-500.woff2') format('woff2'), 
         url('./fonts/gabarito-v7-latin-500.woff') format('woff'),
         url('./fonts/gabarito-v7-latin-500.ttf') format('truetype'), 
         url('./fonts/gabarito-v7-latin-500.svg#Gabarito') format('svg'); 
  }

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Playfair Display';
    --bodyFont: 'Archivo';
}

* {
    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;
}

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;
	padding: 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

/* Header Section Starts */

.header-sec {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.header-sec::before{
    content: '';
    position: absolute;
    background-color: #85b9a11f;
    width: 100%;
    height: 78px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.header-sec.f-nav{
    background-color: #ffffff;
    border-bottom: 2px solid #85b9a1;
}


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

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

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

.logo {
    background-color: #ffffff;
    padding: 35px 10px 35px 50px;
    position: relative;
}
.logo::before {
    content: '';
    position: absolute;
    background-image: url(./images/logo-bfr.webp);
    background-repeat: no-repeat;
    width: 49px;
    height: 100%;
    top: 0;
    right: -45px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}


.top-menu ul{ margin: 0 !important;}

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

.top-menu ul li {display: inline-block; margin: 0 44px 0 0; position: relative;}

.top-menu ul li a{
    position: relative;
    font-family: 'Archivo';
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.24px;
    color: #000000;
    display: block;
}

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

.top-menu ul li ul.sub-menu {
    display: none;
    width: 192px;
    position: absolute;
    top: 100%;
    left: -24px;
    right: auto;
    background-color: #85b9a1;
    padding: 0px 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: #37555d;
    color: #fff;
}

.top-hdr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 35px;
    gap: 35px;
}


.top-hdr h6, .top-hdr .h6{
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.76px;
  color: #85b9a1;
  margin: 0;
  text-transform: uppercase;
  display:block;
}

.top-hdr p{
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.6px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  padding-left: 51px;
  position: relative;
}
.top-hdr p a:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -503px -241px;
    width: 38px;
    height: 36px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.top-hdr p a{
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.6px;
  color: #000000;
}

.top-hdr p a:hover{
    color: #85b9a1;
}

.top-hdr .hdr-btn a{
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.44px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #85b9a1;
  padding: 26px 76px 29px 60px;
  display:inline-block;
  position: relative;
}
.top-hdr .hdr-btn a:hover{
    color: #000000;
}
.top-hdr .hdr-btn a:before{
    content: '';
    position: absolute;
    background-color: #85b9a1;
    clip-path: polygon(0 0, 72% 0, 100% 100%, 45% 100%);
    width: 56px;
    height: 77px;
    top: 0;
    left: -26px;
    bottom: 0;
    margin: auto;
}


/* Common Styling */

a.cmn-btn{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    display: inline-block;
    font-family: 'Archivo';
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background-color: #35565d;
    padding: 24px 59px;
    border-radius: 50px;
}

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

.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}


/* Mobile Menu Starts */

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

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

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #37555d;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 15px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #85b9a3;
}
.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: 10px;
}
.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: #85b9a3;
        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: #85b9a3;
        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: "Poppins", 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;
    }

}


/* Footer Section */

.site-footer {
    background-color: #fff;
    padding: 0 0 70px 0;
    color: #fff;
}
.ftr-logo img{
    width: 100%;
    display: block;
    max-width: 495px;
    height: 130px;
    margin: auto;
}
.ftr-logo {
    width: max-content;
    margin: 0 auto 90px;
}

.ftr-menu ul {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #000000;
    margin-bottom: 70px;
}
.ftr-menu ul li{
    margin: 0 44px 0 0;
    display: inline-block;
}
.ftr-menu ul li:last-child{ margin: 0;}

.ftr-menu ul li a {
    text-transform: uppercase;
    color: #000000;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
}
.ftr-menu ul li a:hover{
    color: #85b9a3;
}

.footer-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location{
    padding:0 48px;
    width: 35.3%;
}
.location.call {
    border: 2px solid #35565d;
    border-top: none;
    border-bottom: none;
}
.footer-list .loc{
    padding: 0 0 0 100px;
    position: relative;
}

.footer-list .loc::before{
    content: "";
    background: url(./images/hm-sprites.webp);
    background-position: -401px -335px;
    width: 59px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.footer-list .loc.call::before{
    background-position: -415px -241px;
    width: 70px;
    height: 67px;
}

.footer-list .loc.follow::before{
    background-position: -487px -335px;
    width: 70px;
    height: 70px;
}

.footer-list .loc h4{
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 15px;
}
.footer-list .loc p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #000;
    margin: 0;
}
.footer-list .loc.call p a{
    font-family: 'Archivo';
    font-weight: 700;
    font-size: 41px;
    line-height: 1;
    letter-spacing: -0.82px;
    text-transform: uppercase;
    color: #000000;
}
.footer-list .loc.call p a:hover{
    color: #85b9a3;
}

.soc-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}
.soc-icons a{
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 0px;
    background-color: #35565d;
}
.soc-icons a::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 30px;
    background: url(./images/hm-sprites.webp);
    background-position: -32px -438px;

}
.soc-icons a.insta::before {
    width: 30px;
    height: 30px;
    background-position: -98px -438px;
}
.soc-icons a:hover{
    background-color: #85b9a3;
}
.hm-form-sec div#validation_message_1_12 {
    left: 40px;
    top: -22px;
}


.copyrights {
    background: #85b9a3;
    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 {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 1;
}

.copyrightmenu ul li a{
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li:last-child a{ border: none;}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
.copyrights a:hover{
    color: #32585e;
}








/* Responsive Start */


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

    .top-menu ul li a{font-size: 21px;}
    .top-hdr .hdr-btn a{font-size: 20px;padding: 24px 70px 27px 56px;}
    .top-hdr .hdr-btn a:before{left: -26px; height: 71px;}
    .top-hdr h6, .top-hdr .h6{font-size: 20px;}
    .header-sec::before{ height: 72px;}

}
@media screen and (max-width:1800px) {
    
    .top-hdr .hdr-btn a { font-size: 17px; padding: 24px 22px 27px 35px;}
    .top-hdr .hdr-btn a:before { left: -26px; height: 68px;}
    .top-hdr{margin: 0 0 30px;}
    .top-hdr p a{font-size: 26px;}
    .top-hdr p{font-size: 28px;padding-left: 46px;}
    .top-hdr h6, .top-hdr .h6 { font-size: 18px;}
    .top-menu ul li a { font-size: 19px;}
    .top-menu ul li{margin: 0 36px 0 0;}
    .top-hdr p a:before{transform: scale(0.9);}
    .logo{padding: 28px 10px 28px 42px;}
    .logo img { max-width: 310px;}
    .header-sec::before { height: 68px;}
}

@media screen and (max-width:1700px) {
    .container {max-width: 1440px;}

    .top-hdr .hdr-btn a { font-size: 14px; padding:24px 20px 24px 20px;}
    .top-hdr{gap: 30px;}
    .top-hdr .hdr-btn a:before { left: -26px; height: 62px; width: 52px;}
    .top-hdr p a { font-size: 24px;}
    .top-hdr p { font-size: 26px;}
    .top-hdr h6, .top-hdr .h6 { font-size: 17px; letter-spacing: 1.46px;}
    .header-sec::before { height: 64px;}
    .top-hdr { margin: 0 0 28px;}
    .logo img { max-width: 295px;}
    .logo { padding: 26px 10px 26px 40px;}
    .top-menu ul li { margin: 0 24px 0 0;}


    .frm-blk h2{font-size: 72px;}
    .frm-blk p{font-size: 22px; margin: 0 0 82px 0;}
    .footer-list .loc.call p a{font-size: 37px;}
    .ftr-logo { margin-bottom: 72px;}
    .ftr-menu ul li{margin: 0 36px 0 0;}
    .footer-list .loc h4{font-size: 28px;}
    .copyrights{padding: 20px 0;}
    .ftr-logo { margin-bottom: 60px;}

}

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

    .top-hdr .hdr-btn a:before{height: 63px;}
    .top-hdr .hdr-btn a{padding: 24px 20px 25px 20px;}
    .top-hdr p a:before { transform: scale(0.8);}
}
@media screen and (max-width:1500px) {
	.container{max-width: 1200px;}

    .logo img { max-width: 250px;}
    .header-sec::before { height: 57px;}
    .logo { padding: 21px 10px 22px 30px;}
    .top-hdr { margin: 0 0 25px; gap: 20px;}
    .top-hdr h6, .top-hdr .h6 { font-size: 15px;}
    .top-hdr p { font-size: 24px; padding-left: 45px;}
    .top-hdr p a { font-size: 22px;}
    .top-hdr p a:before { transform: scale(0.8);}
    .top-menu ul li a { font-size: 17px;}
    .top-menu ul li { margin: 0 22px 0 0;}
    .top-hdr .hdr-btn a { padding: 24px 20px 20px 20px;}
    .top-hdr .hdr-btn a:before { left: -18px; height: 58px; width: 40px;}

    .ftr-logo img{max-width: 400px;height: 98px;}
    .site-footer{padding: 0 0 65px 0;}
    .ftr-logo { margin-bottom: 50px;}
    .ftr-menu ul li a{font-size: 17px;}
    .ftr-menu ul li { margin: 0 24px 0 0;}
    .ftr-menu ul{margin-bottom: 52px;padding-bottom: 26px;}
    .footer-list .loc::before{transform: scale(0.8);}
    .footer-list .loc{padding: 0 0 0 85px;}
    .footer-list .loc h4 { font-size: 25px;}
    .location{padding: 0 35px;}
    .footer-list .loc p{font-size: 16px;}
    .footer-list .loc.call p a { font-size: 32px;}
    .soc-icons a{ width: 52px;height: 52px;}
    .soc-icons a::before{transform: scale(0.9);}
    .copyrights p, .copyrights a{font-size: 20px;}
}

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

    .site-footer { padding: 0 0 50px 0;}

}

@media screen and (max-width:1366px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1240px) {
    .container{max-width: 990px; padding:0 10px;}

    .header-sec .container{padding: 0;}
    .top-hdr .hdr-btn a { font-size: 11px; padding: 18px 10px; letter-spacing: 0;}
    .top-hdr p a { font-size: 18px;}
    .top-hdr p { font-size: 20px; padding-left: 40px;}
    .top-hdr h6, .top-hdr .h6 { font-size: 13px;letter-spacing: 0.86px;}
    .top-hdr { margin: 0 0 16px; gap: 18px;}
    .top-hdr .hdr-btn a:before { left: -10px; height: 47px; width: 20px;}
    .top-hdr p a:before { transform: scale(0.7);}
    .top-menu ul li a { font-size: 14px;}
    .logo { padding: 18px 10px 18px 12px;}
    .logo img { max-width: 218px;}
    .header-sec::before { height: 47px;}
    .top-menu ul li { margin: 0 15px 0 0;}
    .logo img { max-width: 200px;}
    .banner-sec:after{display: none;}


    .ftr-logo img { max-width: 350px; height: 82px;}
    .site-footer{padding: 0 0 60px 0;}
    .ftr-logo { margin-bottom: 38px;}
    .ftr-menu ul li a { font-size: 14px; letter-spacing: 0;}
    .ftr-menu ul li { margin: 0 12px 0 0;}
    .ftr-menu ul { margin-bottom: 42px; padding-bottom: 20px;}
    .footer-list .loc::before { transform: scale(0.7);}
    .footer-list .loc { padding: 0 0 0 76px;}
    .footer-list .loc h4 {font-size: 20px; }
    .location { padding: 0 12px;}
    .footer-list .loc p { font-size: 14px;}
    .footer-list .loc.call p a { font-size: 27px;}
    .soc-icons a::before { transform: scale(0.8);}
    .soc-icons a { width: 50px; height: 50px;}
    .copyrights p, .copyrights a { font-size: 18px;}
    .copyrights p, .copyrightmenu ul { margin: 0 0 5px 0;}

}

@media screen and (max-width:1199px) {}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px; padding:0;
    }
    .top-menu, .top-rit{
        display: none;
    }   
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #37555d;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #37555d;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        background-color: #fff;
        padding: 15px 15px;
        width: 100%;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #85b9a3;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }


    .logo-container{display: block;}
    .header-sec::before{display: none;}
    .logo::before{display: none;}
    .logo{padding: 0;}
    .logo img { max-width: 220px;}
    .top-hdr.mbl .hdr-btn a::before { display: none;}
    .top-hdr.mbl { justify-content: start; margin: 0;}
    .hdr-mbl p { font-size: 18px; margin: 0;color: #fff;}

    .top-hdr .hdr-btn a { font-size: 14px; padding: 16px 12px;}

    .site-footer{padding: 0 0 50px 0;}
    .ftr-menu ul{ padding-bottom: 0; border-bottom: 0; margin-bottom: 30px;}
    .footer-list .loc::before { transform: scale(0.6);}
    .ftr-logo img { max-width: 300px; height: 72px;}
    .ftr-logo { margin-bottom: 32px;}
    .footer-list { flex-direction: column; gap: 15px;}
    .location { width: 100%; max-width: 320px; margin: auto; padding: 15px; border: 2px solid #35565d;}
    .location.call{border: 2px solid #35565d;}
    .site-footer{padding: 0 0 40px 0;}
    .loc.follow{padding: 0 0 0 100px;}
    .copyrights p, .copyrights a{line-height: 1.2; font-size: 16px;}
    


}
@media screen and (max-width:767px) {
    .container{max-width:100%; padding:0 15px;}

    .ftr-logo { margin-bottom: 20px;}
    .ftr-menu ul { margin-bottom: 20px;}
    .ftr-menu ul li a { font-size: 15px;}
    .site-footer { padding: 0 0 30px 0;}
    .ftr-logo img { max-width: 280px; height: 68px;}
}

@media screen and (max-width:680px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width:580px) {}
@media screen and (max-width:480px) {

    .so-mobilenav-standard + * {
        display: block !important;
    }
    ul#mobile-nav-item-wrap-3 {
        display: none;
    }
    ul#mobile-nav-item-wrap-4, ul#mobile-nav-item-wrap-1{
        display: none;
    }
    .menu-mobilenav-container {
        display: none;
    }
   
    .footer-list .loc { padding: 0 0 0 70px;}
    .footer-list .loc.call p a { font-size: 22px;}
    .loc.follow { padding: 0 0 0 90px;}
    .site-footer{padding: 0 0 40px 0;}
}
@media screen and (max-width:440px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {

    ul#mobile-nav-item-wrap-4, ul#mobile-nav-item-wrap-1{
        display: none;
    }
}

