/*
 Theme Name:   Rojas Law Firm
 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:  aidarojaslaw
*/
@font-face {
    font-display: swap;
    font-family: 'Ms Madi';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/ms-madi-v2-latin-regular.eot');
    src: url('./fonts/ms-madi-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ms-madi-v2-latin-regular.woff2') format('woff2'),
        url('./fonts/ms-madi-v2-latin-regular.woff') format('woff'),
        url('./fonts/ms-madi-v2-latin-regular.ttf') format('truetype'),
        url('./fonts/ms-madi-v2-latin-regular.svg#MsMadi') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/jost-v15-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/jost-v15-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/jost-v15-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/jost-v15-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/jost-v18-latin-600.woff2') format('woff2');
  }
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/jost-v15-latin-700.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", sans-serif;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    will-change: auto;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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 {
    max-width: 1700px;
    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.f-nav {
    background-color: #000;
} */
.head-sec.f-nav {
    background-color: #11265a;
    border-bottom: 2px solid #fec100;
}
.head-sec.f-nav:before {
    display: none;
}
.head-sec.f-nav .logo img {
    max-width: 160px;
}
.head-sec {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
}
.head-sec:before {
    position: absolute;
    content: "";
    bottom: 11px;
    right: 0;
    width: 78.7%;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
}
.logo-menu-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.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 12px;
}
.topmenu ul li a {
    color: #fff;
    font-size: 21px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
    padding: 0 16px 20px;
}
.topmenu ul.primary-menu>li.current-menu-item>a,
.topmenu ul.primary-menu>li:hover>a {
    color: #fec100;
    border-bottom: 1px solid #fec100;
}
.topmenu ul li:first-child {
    margin-left: 0;
}
.topmenu ul li:last-child {
    margin-right: 0;
}
.topmenu ul li:last-child a {
    border: 0;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #fec100;
    padding: 0 0;
    z-index: 999;
}
.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: #282d3a;
}
.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: #282d3a;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
}
.topmenu .sub-menu li a:hover {
    background-color: #11265a;
    color: #fff;
}
.top-right {
    display: flex;
    justify-content: end;
    gap: 17px;
    margin-bottom: 26px;
    padding-top: 10px;
    align-items: center;
}
.lang select {
    color: #282d3a;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 10px;
    background-color: #fec100;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    border: none;
    text-align: center;
    background-image: url(./images/header-btn-drop-black.webp);
    background-size: 18px 10px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    appearance: none;
}
.lang select option:first-child {
    display: none;
}
.lang select:hover {
    background-color: #282d3a;
    color: #fec100;
    transition: 0.3s;
    background-image: url(./images/header-drop-down.webp);
}
.cmn-btn.header-btn a {
    font-size: 18px;
    padding: 18px 42px;
}
.cmn-btn a {
    color: #282d3a;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 50px;
    background-color: #fec100;
    border-radius: 50px;
    transition: 0.5s;
    text-align: center;
}
.cmn-btn a:hover {
    background-color: #282d3a;
    color: #fec100;
}
.header-call-btn {
    position: relative;
    padding: 20px 0 0 85px;
}
.header-call-btn a:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 20px;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #354aa0;
    border-radius: 50%;
    background-image: url(./images/hm-sprites.webp);
    background-position: -37px -7px;
    background-repeat: no-repeat;
}
.header-call-btn p {
    color: #fff;
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 0 !important;
    display: inline;
    margin: 0;
    text-align: right;
}
.header-call-btn p:before {
    position: absolute;
    content: "";
    left: 96px;
    top: 0;
    bottom: 27px;
    margin: auto;
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: none !important;
}
.header-call-btn p a:hover {
    color: #fec100;
    ;
}
.header-call-btn p a {
    color: #fff;
    font-size: 42px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
/* 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: #11265a;
    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 0;
    width: 100%;
}
.mobinav ul li {
    margin: 0 0 18px 0 !important;
    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%;
    display: block;
    color: #fff;
    font-size: 21px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #fec100;
}
.mobinav ul li ul {
    padding: 5px 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 (max-width: 768px) {
    .mobile-menu-button-container {
        background-color: #fec100;
        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;
    }
    .head-sec {
        padding: 20px 0 0 0 !important;
    }
    .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: 'Jost';
        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 */
.btn {
    font-family: var(--bodyFont);
    font-weight: 600;
    font-size: 22px;
    line-height: 2.3;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: transparent;
    padding: 6px 34px;
    border: 1px solid #000;
}
.cmn-btn:hover {
    background: transparent;
    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;
}
/* Footer Section Starts */
.hm-ftr-form-main {
    background-image: url(images/footer-bg-v2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 340px 0 0 0;
    margin: -178px 0 0;
    position: relative;
}
.site-footer {
    padding: 68px 0 0;
    color: #fff;
}
.site-footer .container {
    max-width: 1500px;
}
.site-footer .ftmenu ul {
    margin: 0;
}
.site-footer .ftmenu ul li {
    display: inline-block;
    margin: 0 65px 0 0;
}
.site-footer .ftmenu ul li:last-child {
    margin-right: 0;
}
.site-footer .ftmenu ul li a {
    font-family: "Jost";
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 0 0 30px;
    text-decoration: none;
}
.mb-payment-btn {
    display: none;
}
.site-footer .ftmenu ul li a:hover {
    color: #fec100;
    border-bottom: 1px solid #fec100;
}
.site-footer .location {
    order: 1;
    text-align: center;
    width: 33.3%;
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0 30px;
}
.ftr-logo-main {
    order: 2;
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0 30px;
    width: 33.3%;
}
.site-footer .phone {
    order: 2;
    text-align: center;
    position: relative;
    padding: 0 30px;
    width: 33.3%;
}
.site-footer .location h4,
.site-footer .phone h4 {
    font-family: "Jost";
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-top: 95px;
    margin: 0 0 15px;
}
.site-footer .location h4::before,
.site-footer .phone h4::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 86px;
    height: 86px;
    background-position: -140px -226px;
    margin: auto;
}
.site-footer .phone h4::before {
    background-position: -246px -227px;
}
.site-footer .location p {
    font-family: "jost";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10PX;
}
.site-footer .get a {
    font-family: "Jost";
    font-weight: 300;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffd200;
    text-transform: uppercase;
    text-decoration: underline;
}
.site-footer .ftr-logo img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.site-footer .phone p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    font-family: "Jost";
    font-weight: 300;
}
.site-footer .ftrlink .copyrightmenu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-right: 1px solid #fff;
}
.site-footer .ftrlink .copyrightmenu li:last-child {
    border: none;
}
.site-footer .ftr-blocks {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.site-footer .icon-list {
    position: relative;
    z-index: 0;
    margin: 0 0 30px;
}
.site-footer .icon-list::before {
    position: absolute;
    content: " ";
    background-color: rgb(255 255 255 / 10%);
    margin: auto;
    width: 42%;
    left: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.site-footer .icon-list::after {
    position: absolute;
    content: " ";
    background-color: rgb(255 255 255 / 10%);
    margin: auto;
    width: 42%;
    right: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.site-footer .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: max-content;
    margin: auto;
    padding: 0;
    position: relative;
}
.site-footer .icon a:hover {
    background-color: #fec100;
}
.site-footer .icon a {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #354aa0;
    border-radius: 50%;
    font-size: 0;
}
.site-footer .icon a::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 16px;
    height: 32px;
    background-position: -333px -227px;
    z-index: 1;
    margin: auto;
}
.site-footer .icon a.insta::before {
    width: 30px;
    height: 30px;
    background-position: -368px -227px;
}
.site-footer .icon a.youtube::before {
    background-position: -417px -227px;
    width: 32px;
    height: 22px;
}
.site-footer .ftr-menu-main {
    display: flex;
    gap: 75px;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 11%);
    border-bottom: 1px solid rgb(255 255 255 / 11%);
    padding: 17px 5px 17px 20px;
    margin: 0 0 0;
}
.site-footer a.cmn-frt-btn {
    padding: 18px 38px 18px 42px;
    font-size: 18px;
}
.site-footer .phone p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    font-family: "Jost";
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.site-footer .phone a {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffd200;
    font-family: "Jost";
    font-weight: 300;
    display: block;
    text-decoration: none;
}
.site-footer .get a:hover,
.site-footer .phone a:hover {
    color: #fff;
}
/* Footer Sections Ends */
/* Copyrights */
.copyrights a:hover {
    color: #fec100;
}
.copyrights {
    padding: 25px 0;
    text-align: center;
}
.copyrights p,
.copyrights a {
    font-family: "Jost";
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}

.lang-list img{display: none;}

.lang-list {
    display: flex;
    gap: 10px;
    position: relative;
}
.lang-list p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -5;
    width: 35px;
}
.lang-list.switchboxshow p {
    z-index: 9;
}
.lang-list .lang-en a {
    padding-right: 20px;
}
.lang-list .lang-es a {
    padding-left: 30px;
}
.lang-list a {
    color: #fff;
    font-size: 21px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
}

.lang-list a.glink.gt-current-lang {
    font-weight: 500;
}

.lang-list #topswitchBox {
    width: 35px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
}
/* .lang-list p{ margin: 0;} */

.lang-list #topswitchBox::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    transition: all 0.5s ease-in-out;
    border-radius: 100%;
    background-color: #fec100;
}
/* #switchBox::before, #topswitchBox::before {
    width: 38px;
    height: 38px;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    display: block;
    transition: all 0.5s ease-in-out;
} */
#topswitchBox.switchOn::before {
    left: inherit;
    right: 2px;
}

/* Homepage Ends */
@media screen and (max-width:1800px) {
    .container {
        max-width: 1600px;
    }
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1440px;
    }
    .topmenu ul li a {
        font-size: 19px;
        padding: 0 13px 17px;
    }
    .header-call-btn p a {
        font-size: 39px;
        letter-spacing: 0.5px;
    }
    .header-call-btn p {
        font-size: 13px;
        /* padding: 0 0 0 40px; */
    }
    .header-call-btn a:before {
        left: 0px;
        top: 10px;
    }
    .header-call-btn p:before {
        left: 85px;
        bottom: 27px;
        width: 24px;
    }
    .header-call-btn a:before {
        transform: scale(0.9);
    }
    .header-call-btn {
        padding: 13px 0 0 75px;
    }
    .logo img {
        max-width: 180px;
    }
    .cmn-btn.header-btn a {
        font-size: 17px;
        padding: 17px 38px;
    }
    .lang select {
        font-size: 17px;
        padding: 17px 52px 17px 24px;
    }
    .top-right {
        margin-bottom: 22px;
    }
    .site-footer .container {
        max-width: 1400px;
    }
    .site-footer .ftmenu ul li {
        margin: 0 48px 0 0;
    }
    .copyrights {
        padding: 0 0 20px 0;
    }
    .head-sec:before {
        bottom: 21px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
    .topmenu ul li a {
        font-size: 17px;
        padding: 0 12px 15px;
    }
    .header-call-btn p a {
        font-size: 38px;
        letter-spacing: 0.2px;
    }
    .header-call-btn p {
        font-size: 13px;
        /* padding: 0 0 0 35px; */
    }
    .header-call-btn p:before {
        left: 79px;
        bottom: 24px;
        width: 21px;
    }
    .header-call-btn a:before {
        transform: scale(0.85);
    }
    .header-call-btn {
        padding: 12px 0 0 70px;
    }
    .logo img {
        max-width: 160px;
    }
    .cmn-btn.header-btn a {
        font-size: 16px;
        padding: 15px 35px;
    }
    .lang select {
        font-size: 16px;
        padding: 15px 52px 15px 22px;
    }
    .top-right {
        margin-bottom: 20px;
    }
    .topmenu ul li {
        margin: 0 2px;
    }
    .head-sec:before {
        bottom: 32px;
        width: calc(100% - 23%);
    }
    .head-sec.f-nav .logo img {
        max-width: 140px;
    }
    .site-footer .container {
        max-width: 1200px;
    }
    .site-footer .icon a {
        width: 55px;
        height: 55px;
    }
    .site-footer .icon a::before {
        transform: scale(0.9);
    }
    .site-footer .icon-list {
        margin: 0 0 25px;
    }
    .site-footer .ftr-logo img {
        max-width: 250px;
    }
    .site-footer .location h4::before,
    .site-footer .phone h4::before {
        transform: scale(0.9);
    }
    .site-footer .location h4,
    .site-footer .phone h4 {
        font-size: 33px;
        padding-top: 90px;
        margin: 0 0 12px;
    }
    .site-footer .location h4::before {
        top: -10px;
    }
    .site-footer .location p {
        font-size: 19px;
        line-height: 1.4;
    }
    .site-footer .phone p {
        font-size: 17px;
    }
    .site-footer .ftmenu ul li a {
        font-size: 17px;
        letter-spacing: 1.5px;
        padding: 0 0 25px;
    }
    .site-footer .ftmenu ul li {
        margin: 0 37px 0 0;
    }
    .site-footer a.cmn-frt-btn {
        padding: 17px 38px;
        font-size: 17px;
    }
    .site-footer .ftr-menu-main {
        padding: 15px;
    }
    .site-footer {
        padding: 50px 0 0;
    }
    .lang-list a {
        font-size: 18px;
    }
    .lang-list #topswitchBox::before {
        width: 14px;
        height: 14px;
        left: 1px;
    }
    .lang-list #topswitchBox {
        width: 33px;
        height: 16px;
    }
    #topswitchBox.switchOn::before {
        left: inherit;
        right: 2px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .header-call-btn p {
        font-size: 11px;
        /* padding: 0 0 0 22px; */
        letter-spacing: 0px;
    }
    .header-call-btn p a {
        font-size: 33px;
        letter-spacing: 0.2px;
    }
    .header-call-btn a:before {
        transform: scale(0.75);
        left: -8px;
    }
    .header-call-btn {
        padding: 10px 0 0 60px;
    }
    .topmenu ul li a {
        font-size: 14px;
        padding: 0 8px 12px;
    }
    .topmenu ul li {
        margin: 0;
    }
    .cmn-btn.header-btn a {
        font-size: 15px;
        padding: 13px 26px;
    }
    .lang select {
        font-size: 15px;
        padding: 12px 49px 12px 20px;
    }
    .lang select:before {
        right: 16px;
        top: -6px;
        transform: scale(0.8);
    }
    .header-call-btn p:before {
        left: 63px;
        bottom: 23px;
        width: 16px;
    }
    .top-right {
        margin-bottom: 22px;
    }
    .head-sec:before {
        bottom: 33px;
        width: calc(100% - 23.8%);
    }
    .logo img {
        max-width: 150px;
    }
    .head-sec.f-nav .logo img {
        max-width: 130px;
    }
    .site-footer .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .site-footer .icon a {
        width: 52px;
        height: 52px;
    }
    .site-footer .icon a::before {
        transform: scale(0.85);
    }
    .site-footer .icon-list {
        margin: 0 0 20px;
    }
    .site-footer .ftr-logo img {
        max-width: 220px;
    }
    .site-footer .location h4::before,
    .site-footer .phone h4::before {
        transform: scale(0.8);
    }
    .site-footer .location h4,
    .site-footer .phone h4 {
        font-size: 30px;
        padding-top: 80px;
        margin: 0 0 10px;
    }
    .site-footer .ftr-blocks {
        padding: 40px 0;
    }
    .site-footer .location h4::before {
        top: -15px;
    }
    .site-footer .location p {
        font-size: 17px;
        line-height: 1.3;
    }
    .site-footer .phone p {
        font-size: 16px;
    }
    .site-footer .ftmenu ul li a {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0 0 20px;
    }
    .site-footer .ftmenu ul li {
        margin: 0 18px 0 0;
    }
    .site-footer a.cmn-frt-btn {
        padding: 16px 35px;
        font-size: 16px;
    }
    .site-footer .ftr-menu-main {
        padding: 12px;
        gap: 25px;
    }
    .site-footer {
        padding: 50px 0 0;
    }
    .site-footer .get a {
        font-size: 17px;
    }
    .site-footer .phone a {
        font-size: 37px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
}
@media screen and (max-width:991px) {
    .head-sec {
        padding: 20px 0;
    }
    .lang-list {
        padding: 15px 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;
    }
    .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: 'Jost';
        display: inline-block;
    }
    button.showhide {
        background-color: #fec100;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0 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: #11265a;
        padding: 10px 10px;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .logo img {
        max-width: 130px;
        height: 100px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #fec100;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .logo-call {
        display: none;
    }
    .top-right {
        margin-bottom: 22px;
        flex-direction: column;
    }
    .lang select {
        font-size: 15px;
        padding: 15px 49px 15px 20px;
        font-weight: 700;
    }
    .cmn-btn.header-btn a {
        font-size: 15px;
        padding: 15px 26px;
        font-weight: 700;
        color: #282d3a;
    }
    .cmn-btn.header-btn a:hover {
        color: #fff;
    }
    .header-mobile .logo-call {
        display: block !important;
    }
    .header-call-btn a:before {
        transform: scale(0.75);
        left: -7px;
        top: 6px;
    }
    .header-call-btn p a {
        font-size: 31px;
        letter-spacing: 0.2px;
    }
    .site-footer .container {
        max-width: 720px;
        padding: 0;
    }
    .site-footer .ftr-menu-main {
        gap: 0;
        flex-direction: column;
        padding: 0;
        border: none;
    }
    .mb-payment-btn {
        text-align: center;
        display: block;
    }
    .mb-payment-btn a.cmn-frt-btn {
        padding: 13px 20px !important;
    }
    .mb-payment-btn a.cmn-frt-btn::before{ display: none;}
    .ftr-menu-main a.cmn-frt-btn {
        display: none;
    }
    .site-footer .ftmenu ul li a:hover {
        border: 0;
    }
    .site-footer .ftmenu ul li a {
        padding: 0;
        border: 0;
        line-height: 1.5;
    }
    .site-footer .ftr-blocks {
        padding: 30px 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .site-footer .location,
    .site-footer .phone,
    .ftr-logo-main {
        width: 100%;
        padding: 20px;
        max-width: 350px;
        border: 1px solid #374d76;
    }
    .site-footer .ftmenu ul {
        text-align: center;
    }
    .header-call-btn p {
        font-size: 10px;
    }
    .site-footer .phone{
        order: 1;
    }
    .site-footer .location{
        order: 2;
    }
    .ftr-logo-main{ order: 3;}
}
@media screen and (max-width:767px) {
    .site-footer .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .site-footer {
        padding: 40px 0 0;
    }
}
@media screen and (max-width:480px) {
    .site-footer .ftmenu ul li a {
        font-size: 14px;
        line-height: 1.6;
    }
    .site-footer .ftmenu ul li {
        margin: 0 13px 0 0;
    }
    .site-footer a.cmn-frt-btn {
        padding: 14px 30px;
        font-size: 15px;
    }
    .site-footer .ftr-logo img {
        max-width: 190px;
    }
    .site-footer .ftr-blocks {
        padding: 25px 0;
        gap: 10px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 16px;
        line-height: 1.4;
    }
    .copyrights p.copy-para {
        max-width: 270px;
        margin: 0 auto 7px;
    }
    .site-footer .location h4::before,
    .site-footer .phone h4::before {
        transform: scale(0.7);
    }
    .site-footer .location h4,
    .site-footer .phone h4 {
        font-size: 28px;
        padding-top: 77px;
        margin: 0 0 10px;
    }
}