/*
Theme Name:   Mokaram Injury Lawyers
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/

@font-face {
    font-family: 'Mona Sans Condensed';
    src: url('./fonts/MonaSansCondensed-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans Condensed';
    src: url('./fonts/MonaSansCondensed-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans Condensed';
    src: url('./fonts/MonaSansCondensed-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans Condensed';
    src: url('./fonts/MonaSansCondensed-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./fonts/MonaSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./fonts/MonaSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./fonts/MonaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./fonts/MonaSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('./fonts/MonaSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akshar';
    src: url('./fonts/AksharLight-Bold.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

: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; */
	text-wrap: pretty;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-image: url(./images/boday-pattern.webp);
    background-color: #f0f3fa;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

.clear {
    clear: both;
}

body.layout-full {
    background-color: #fff;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 1025px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

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

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

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

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}
.post, .page {
    margin: 0 !important;
}

html {
    margin-top: 0 !important;
}

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

.w100p,
.wrapper {
    width: 100%;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

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

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

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

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

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

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

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

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


/* Header Section Starts */

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

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

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

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

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

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

.top-menu ul li a {
    position: relative;
    font-weight: 600;
    text-transform: none;
    font-size: 23px;
    line-height: 1;
    color: #001e59;
    font-family: 'Mona Sans Condensed';
    display: block;
    outline: 0;
    border: 0;
    text-transform: uppercase;
}

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

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #001e59;
    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: 20px;
    width: 100%;
    line-height: normal;
    padding: 7px 12px 6px;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}

.top-menu .sub-menu li a:hover {
    background-color: #c1012d;
    color: #fff !important;
}

.header-sec.f-nav { 
    background-color: #fff; 
    border-bottom: 3px solid #00205b; 
} 

.top-menu .menu-primary-container ul ul {
    max-height: 50vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

 .top-menu .menu-primary-container ul ul::-webkit-scrollbar {
    width: 6px !important;
}

.top-menu .menu-primary-container ul ul::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.top-menu .menu-primary-container ul li:hover ul.sub-menu::-webkit-scrollbar {
    width: 10px
}

.top-menu .menu-primary-container ul li:hover ul.sub-menu {
    scrollbar-width: thin;
    scrollbar-color: #fff #001e59;
    width: 250px;
}
.top-menu .sub-menu li a:hover ul.sub-menu {
    scrollbar-width: thin;
    scrollbar-color: #fff #001e59;
    width: 250px;
}
button.subMenuToggle {
    display: none;
}


/* Desktop child toggle */

.top-menu .sub-menu li{
    position:relative;
}

.desktopSubToggle {
    position: absolute;
    right: -10px;
    top: 13px;
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 10;
}

.desktopSubToggle::before,
.desktopSubToggle::after{
    content:"";
    position:absolute;
    background:#fff;
}

.desktopSubToggle::before{
    width:12px;
    height:2px;
    top:8px;
    left:3px;
}

.desktopSubToggle::after{
    width:2px;
    height:12px;
    top:3px;
    left:8px;
}

.submenu-open > .desktopSubToggle::after{
    display:none;
}

/* child menu */

.top-menu .sub-menu li > ul.sub-menu{
    position:static !important;
    left:auto !important;
    top:auto !important;
    width:100% !important;
    display:none;
    background:#0b2b69;
}

.top-menu ul li:hover ul.sub-menu li.menu-item-has-children a{
    padding-right: 25px;
}

.top-menu ul li:hover ul.sub-menu li.menu-item-has-children > ul {
    margin-left: 15px !important;
}

.top-menu ul li:hover ul.sub-menu li.menu-item-has-children > ul > li{border: 0 !important;}


/* Mobile Menu Starts */

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

    .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: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #c1012d;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: hidden;
    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: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #0d2457;
}

.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: 20px;
    height: 37px;
    z-index: 5;
    cursor: pointer;
}

.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: 16px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 16px;
    top: 9px;
    right: 8px;
}

.mobile-menu-button-container {
    display: block;
}

.header-btn a::after {
    content: "";
    background-image: url(./images/header-call-icon.webp);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-btn a {
    padding-left: 80px;
    background-color: #c1012d;
    
}
.header-btn a::before {
    background-color: #00205b;
}

@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
.tab-call {
    display: flex;
    margin-left: auto;
    gap: 10px;
    align-items: center;
}
.tab-call img {
    width: 20px;
}
}

/* Mobile Menu Ends */

/* Common Styling */

.cmn-btn{
    font-family: 'Mona Sans Condensed';
    font-size: 26px;
    color: #ffffff !important;
    background-color: #00205b;
    line-height: 1;
    padding:24px 56px 24px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
}
.cmn-btn:hover{
    color: #fff;
}
 
.cmn-btn::before{
    content: "";
    position: absolute;
    background-color: #c1012d;
    clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
    width: 100%;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -390px;
    transition: 0.9s ease all;
    pointer-events: none;
    z-index: -1;
}

.cmn-btn:hover::before {
    z-index: -1;
    bottom: 0;
}

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


@media screen and (max-width:1024px) {
    .header-sec .container {
        max-width: 100%;
    }

    .top-menu,
    .top-rit {
        display: none;
    }


    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

.tab-call span.text {
    color: #c1012d;
    font-size: 23px;
    letter-spacing: 0.5px;
    font-family: var(--headingFont);
    display: inline-block;
}

button.showhide {
    background: #c1012d;
    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: #ffffff;
    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: 0px;
    }

.mobinav button.menuClose {
    margin-left: auto;
    margin-bottom: 30px;
    width: 30px;
    height: 30px;
    border: none;
    background: #0d2457;
    line-height: 27px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0px 0 10px;
}

    .head-sec.f-nav .logo {
        width: 100% !important;
    }
}

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

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

.mobile-menu-button-container {
    background: #c1012d;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 3px solid #00205b;
}
.header-sec.f-nav {
    background-color: #fff;
    border-bottom: 0;
}

    .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;
    background-color: #fff;
}

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: 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: var(--bodyFont);
        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;
    }
}

/* responsive */
@media screen and (max-width: 1900px) {
    .header-sec .container {
        max-width: 1600px;
    }
    .header-btn a {
    font-size: 24px;
    padding: 22px 45px 22px 72px;
}
.header-btn a::after {
    width: 27px;
    height: 27px;
}
.top-menu ul li {
    margin: 0 26px 0 0;
}
}
@media screen and (max-width: 1800px) {
    .header-sec .container, .container {max-width: 1500px; }
    .header-btn a {
        padding-left: 70px;
    }
    .header-btn a::after {
        left: 25px;
        transform: scale(0.8);
    }
    .mokaram-text {
        font-family: 'Mona Sans Condensed';
        position: relative;
        font-size: 340px;
        font-weight: 900;
        color: #e0002a;
        z-index: 1;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: -7.6px;
        line-height: 0.8;
        margin: -140px 0 0;
    }
    .top-menu ul li {
        margin: 0 25px 0 0;
    }
    .top-menu ul li a {
        font-size: 20px;
    }
    .header-btn a {
        padding: 18px 45px 18px 65px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1680px) {
    .header-sec .container, .container {max-width: 1400px; }
    .top-menu ul li {
        margin: 0 40px 0 0;
    }
    .logo {
        width: 250px;
    }
    .text-heading {
        font-size: 75px;
    }
    .mokaram-text {
        font-size: 300px;
        letter-spacing: -6.6px;
        margin: -120px 0 0;
    }

    
.top-menu ul li a {
    font-size: 20px;
}
.top-menu ul li {
    margin: 0 20px 0 0;
}
.top-menu .sub-menu li a {
    font-size: 17px;
}
.logo {
    width: 220px;
}

}
@media screen and (max-width: 1550px) {
    .header-sec .container, .container {max-width: 1300px; }
    .top-menu ul li a {
    font-size: 18px;
}
.header-btn a {
    padding: 16px 35px 16px 60px;
    font-size: 20px;
}
.header-btn a::after {
    left: 20px;
    transform: scale(0.7);
}
.logo {
    width: 210px;
}
}
@media screen and (max-width: 1440px) {
    .header-sec .container {max-width: 1250px; }
    .logo {
        width: 200px;
    }
    .top-menu ul li {
        margin: 0 15px 0 0;
    }
    .cmn-btn {
        font-size: 22px;
        padding: 17px 36px 17px;
    }
.header-btn a::after {
    left: 16px;
    transform: scale(0.7);
}
    .mokaram-text {
        font-size: 240px;
        letter-spacing: -4.6px;
        margin: -90px 0 0;
    }
    .header-btn a {
    padding: 14px 30px 14px 55px;
    font-size: 18px;
}
}

@media screen and (max-width: 1366px) {
    .header-sec .container {max-width: 1180px; }
    .logo {
    width: 180px;
}
.header-btn a {
    padding: 14px 25px 14px 55px;
    font-size: 18px;
}
.header-btn a::after {
    left: 19px;
    transform: scale(0.6);
}
}

@media screen and (max-width: 1280px) {
    .header-sec .container, .container {max-width: 960px; }
.header-btn a {
    padding: 12px 20px 13px 45px;
    font-size: 16px;
}
.header-btn a::after {
    left: 12px;
    transform: scale(0.55);
}
    .logo {
        width: 140px;
    }
.top-menu ul li {
    margin: 0 10px 0 0;
}
    .top-menu ul li a {
        font-size: 16px;
    }
    .mokaram-text {
        font-size: 180px;
        letter-spacing: -1.6px;
        margin: -70px 0 0;
    }
    .top-menu .sub-menu li a {
    font-size: 16px;
    padding: 7px 10px 6px;
}
}

@media screen and (max-width: 1024px) {
    .header-sec .container, .container {max-width: 720px; }
    .mokaram-text {
        font-size: 100px;
        letter-spacing: -0.6px;
        margin: 0;
    }
    .logo a.custom-logo-link {
    max-width: 220px;
}
}

@media screen and (max-width: 768px) {
    .header-sec .container, .container{max-width: 100%; padding: 0 10px;}
    .mokaram-text {
        font-size: 80px;
    }
}

@media screen and (max-width: 480px) {
    .mokaram-text {
        font-size: 70px;
    }
}


/* Footer Section */
 
.site-footer { background: #001843; padding: 65px 0 50px; color: #fff; }
.site-footer .container{max-width: 1280px;}
.ftr-logo { text-align: center; }
.ftr-logo a { display: inline-block; }
.ftr-menu { margin: 0 0 75px; z-index: 1; position: relative; }
.ftr-menu ul {text-align: center;margin: 0;}
.ftr-menu ul li{ margin: 0 50px 0 0; display: inline-block; }
.ftr-menu ul li:last-child{ margin: 0;}
.ftr-menu ul li a { text-transform: uppercase; color: #c6d1e6; font-family: 'Mona Sans Condensed'; font-weight: 600; font-size: 24px; line-height: 1; letter-spacing: -0.7px; }
 
.ftr-menu ul li a:hover, .ftr-menu ul li a:active { color: #c1012d !important; }
.soc-icons-main { display: flex; justify-content: center; align-items: center; gap: 15px; margin: 50px 0 0; }
 
.copyrights {
    border-top: 1px solid #334669;
    background: #001843;
    padding: 26px 0;
    text-align: center;
}
.copyrights-blk { display: flex; justify-content: center; align-items: center; }
.copyrightmenu ul{ margin: 0; }
.copyrightmenu ul li{ display: inline-block; margin: 0; }
.copyrights p, .copyrightmenu ul{ margin: 0 ; }
.copyrights p, .copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 8px;
}
.copyrightmenu ul li a{ line-height: 1; border-right: 1px solid #fff; }
.copyrightmenu ul li a:hover, .copyrightmenu ul li a:active { color: #c1012d; }
.copyrightmenu ul li:last-child a{ border: none;}
.copyrights a { display: inline-block; padding: 0 8px; }
.growthlab a {
    margin: 0 !important;
}
 
/* Responsive */


@media screen and (max-width: 1800px) {
    .header-sec .container, .container {max-width: 1500px; }
.ftr-menu {
        margin: 0 0 55px;
        z-index: 1;
        position: relative;
    }
    .ftr-itm .ftr-itm-title {
        font-family: 'Mona Sans Condensed';
        font-weight: 600;
        font-size: 45px;
        color: #fff;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        padding: 80px 0 0;
        margin: 0 0 9px;
    }
    .ftr-itm .ftr-itm-title::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 80px;
        background-image: url(../images/location-img.webp);
        background-repeat: no-repeat;
        background-size: contain;
        top: -7px;
        left: 0;
        right: 0;
        margin: auto;
        transform: scale(0.8);
    }
    .ftr-itm p {
        font-family: 'Mona Sans';
        font-weight: 500;
        font-size: 22px;
        color: #ffffff;
        line-height: 1.4;
        text-align: center;
        margin: 0;
    }
.newsletter-form .gform_footer input[type="submit"] {
    padding: 13px 22px !important;
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
    font-size: 24px !important;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 0px;
    text-transform: uppercase;
    background: #c1012d;
    color: #fff;
    border: 2px solid #0000;
    margin: -65px 0px 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    border-radius: 0 !important;
}
/* .newsletter-form .gform_wrapper .gform_footer {
    margin: -6px 0 0 0 !important;
} */
    .ftr-itm.phn p a {
        font-family: 'Mona Sans Condensed';
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        color: #fff;
        display: inline-block;
    }
    .soc-icons-main .social-icon {
        height: 80px;
        width: 80px;
        background-color: #334669;
        display: inline-block;
        position: relative;
        font-size: 0;
        z-index: 1;
        transition: transform 0.3s ease;
        transform: scale(0.85);
        margin: 0 -10px;
    }
    .soc-icons-main {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin: 25px 0 0;
    }
    .footer-logo {
        margin: 0 0 40px;
        width: 360px;
    }

    /* .newsletter-form .gform_wrapper .gform_footer {
    margin: -3px 0 0 0 !important;
} */
}

@media screen and (max-width: 1680px) {
    .header-sec .container, .container {max-width: 1400px; }
    .ftr-menu {
        margin: 0 0 50px;
    }
    .newsletter-form .subscribe-form_wrapper .gfield input {
        padding: 20px 160px 20px 20px !important;
        font-size: 18px !important;
    }
    .newsletter-form .gform_footer input[type="submit"] {
        padding: 15px 22px !important;
        font-size: 24px;
        margin: -63px 5px 0 !important;
    }
    .soc-icons-main .social-icon {
        transform: scale(0.8);
        margin: 0 -10px;
    }
    .copyrights {
        padding: 30px 0;
    }
    .copyrights p, .copyrights a {
        font-size: 18px;
    }


}

@media screen and (max-width: 1440px) {
    .header-sec .container {
    max-width: 1300px;
}
    .footer-logo {
        margin: 0 0 35px;
        width: 300px;
    }
    .site-footer {
        padding: 40px 0;
    }
    .copyrights {
        padding: 20px 0;
    }
    .ftr-menu ul li {
        margin: 0 30px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 22px;
    }
    .ftr-itm p {
        font-size: 17px;
        line-height: 1.4;
    }
    .ftr-itm .ftr-itm-title {
        padding: 70px 0 0;
        font-size: 35px;
    }
    .newsletter-form .subscribe-form_wrapper .gfield {
        width: 100% !important;
        margin: 0 auto;
    }
    .newsletter-form .gform_footer input[type="submit"] {
        padding: 13px 22px !important;
        font-size: 22px;
        margin: -57px 5px 0 !important;
    }
    .newsletter-form .subscribe-form_wrapper .gfield input {
        padding: 18px 150px 18px 20px !important;
        font-size: 17px !important;
    }
    .ftr-itm .ftr-itm-title::before {
        transform: scale(0.6);
    }
    .soc-icons-main .social-icon {
        transform: scale(0.75);
        margin: 0 -13px;
    }
    .soc-icons-main {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 1366px) {
    .header-sec .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .header-sec .container {
    max-width: 980px;
}
    .ftr-menu {
        margin: 0 0 30px;
    }
    .ftr-menu ul li {
        margin: 0 20px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 20px;
    }
    .ftr-itm {
        width: 24%;
    }
    .footer-logo {
        margin: 0 0 30px;
        width: 250px;
    }
    .ftr-itm .ftr-itm-title::before {
        transform: scale(0.5);
        top: -10px;
    }
    .ftr-itm .ftr-itm-title {
        padding: 60px 0 0;
        font-size: 32px;
    }
    .ftr-itm.phn p a {
        font-size: 33px;
    }
    .newsletter-form .gform_footer input[type="submit"] {
        padding: 13px 22px !important;
        font-size: 18px;
        margin: -52px 4px 0 !important;
        letter-spacing: 0.54px;
    }
    .newsletter-form .subscribe-form_wrapper .gfield input {
        padding: 16px 150px 16px 15px !important;
        font-size: 16px !important;
    }
    .soc-icons-main .social-icon {
        transform: scale(0.65);
        margin: 0 -20px;
    }
    .soc-icons-main {
        margin: 0;
    }
    .copyrights p, .copyrights a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header-sec .container, .container {max-width: 720px; }
    .site-footer {
        padding: 20px 0;
    }
    .ftr-menu ul li {
        margin: 0 15px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 18px;
        letter-spacing: 0;
    }
    .ftr-blk {
        display: flex;
        justify-content: center;
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }
    .ftr-itm.logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        order: 1;
        padding: 0;
        border: 0;
        gap: 0;
        max-width: 100%;
    }
    .ftr-itm {
        width: 100%;
        max-width: 320px;
        border: 1px solid #52627f;
        padding: 20px 10px;
        order: 2;
    }
    .ftr-itm.phn {
        order: 3;
    }
    .ftr-itm.phn p a {
        font-size: 33px;
        margin-top: 8px;
    }
    .ftr-itm.phn p {
        margin-top: 13px;
    }
    .ftr-itm.loc p a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .ftr-itm p {
        font-size: 16px;
        line-height: 1.3;
    }
    .soc-icons-main {
        margin: 20px 0 0;
    }
    .soc-icons-main .social-icon {
        transform: scale(0.6);
        margin: 0 -23px;
    }
}

@media screen and (max-width: 768px) {
    .header-sec .container, .container{max-width: 100%; padding: 0 10px;}
    .ftr-menu ul li {
        margin: 0 10px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 20px;
    }
    .footer-logo {
        margin: 0 0 20px;
        width: 210px;
    }
    .newsletter-form .subscribe-form_wrapper .gfield {
        width: 100% !important;
        margin: 0 auto;
        max-width: 320px;
    }
    .newsletter-form .subscribe-form_wrapper .gfield input {
        padding: 16px 120px 16px 15px !important;
        font-size: 15px !important;
    }
    .newsletter-form .gform_footer input[type="submit"] {
        padding: 13px 22px !important;
        font-size: 15px;
        margin: -50px 4px 0 !important;
        letter-spacing: 0.74px;
    }
}