/*
Theme Name:   Mokaram Landing Pages
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-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-tight-v9-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-tight-v9-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-tight-v9-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-tight-v9-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-tight-v9-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Arvo';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/arvo-v23-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Arvo';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/arvo-v23-latin-700.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/jost-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/jost-v20-latin-600.woff2') format('woff2');
}

:root {
    --blue: #00205b;
    --red: #ae1039;
    --placeholdercolor: currentColor;
    --headingFont: 'Arvo';
    --bodyFont: 'Inter Tight';
}

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

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

}

#gform_confirmation_message_1,
#gform_confirmation_message_2,
#gform_confirmation_message_3,
#gform_confirmation_message_4,
#gform_confirmation_message_5,
#gform_confirmation_message_6,
#gform_confirmation_message_8,
#gform_confirmation_message_10,
#gform_confirmation_message_11,
#gform_confirmation_message_13,
#gform_confirmation_message_19 {
    color: #fff !important;
}

#gform_confirmation_message_17 {
    color: #07296a !important;
}

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) {

    .container {
        max-width: 1400px;
    }
}

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

    .container {
        max-width: 1300px;
    }

}

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

    .container {
        max-width: 1200px;
    }

}

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

    .container {
        max-width: 1150px;
    }

}

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

    .container {
        max-width: 960px;
    }

}

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

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

.gform_wrapper .gfield select.large option:first-child {
    display: none !important;
}

.gform_wrapper .gfield select.large {
    background-image: url(./images/down-arrow.webp);
    background-position: right 20px center;
    background-size: 16px 9px;
    background-repeat: no-repeat;
}


/* Header Section Starts */

.plant-lp-header-sec.header-sec {
    padding: 36px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid transparent;
    background-color: #001f5e;
}

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

.plant-lp-header-sec.header-sec.f-nav {
    background-color: #011957 !important;
    border-bottom-color: #c1012d;
}

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

.plant-lp-logo {
    width: 22.9%;
}

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

.hdr-rit-blk {
    width: 57.7%;
}

.lp-plant-hdr-rit-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.lp-plant-hdr-fees {
    display: flex;
    justify-content: flex-start;
    width: 42.4%;
}

.lp-plant-hdr-fees p {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    margin: 0 11px 0 0;
    padding-right: 16px;
    border-right: 2px solid #fff;
}

.lp-plant-hdr-fees p:last-child {
    padding: 0;
    border: none;
    margin: 0;
}

.lp-plant-hdr-call {
    /*font-size: 18px;*/
    font-size: 16px;
    color: #ffffff;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.44px;
    padding: 0 0 0 10px;
    margin: 0;
    width: 45%;
    border-left: 1px solid #fff;
    position: relative;
}

.lp-plant-hdr-call a {
    display: inline-block;
    font-family: 'Arvo';
    /*font-size: 50px;*/
    font-size: 43px;
    text-decoration: none;
    letter-spacing: 1.2px;
    /*line-height: 0.75;*/
    line-height: 1.3;
    text-transform: lowercase;
    margin: 0;
    position: relative;
}

.lp-plant-hdr-call a:hover {
    color: #ae1039;
}

.lp-plant-hdr-call a::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 43px;
    background-image: url(./plant-lp-images/call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    top: 0;
    bottom: 19px;
    left: 0;
    margin: auto auto auto -66px;
}

/* 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: #021f46;
    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: 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: #9b662a;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}

.mobinav ul li .drop.open {
    width: 20px;
}

.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.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: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}

/* Mobile Menu Ends */

/* Common Styling */

a.cmn-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Inter Tight';
    font-weight: 700;
    line-height: 1;
    color: #fff;
    clip-path: polygon(0 0, 86% 0, 100% 37%, 100% 100%, 0 100%);
    background-color: #c1012d;
    padding: 30px 55px;
    text-transform: uppercase;
    transition: 0.5s;
}


a.cmn-btn:hover {
    background-color: #fff;
    color: #c1012d;
    transition: 0.5s;
}

.text-heading {
    font-family: var(--headingFont);
    font-weight: 700;
    color: #001f5c;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 14px;
    font-size: 85px;
}



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

    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .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: #000;
        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: 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;
    }
}


/* Footer Section */


/* Plant Lp Footer Form Starts */

.plant-lp-form-sec {
    margin: 0 0 -450px 0;
    position: relative;
    z-index: 2;
}


.plant-lp-form-sec .container {
    width: 100%;
    margin: auto;
    max-width: 1280px;
}

.plant-lp-form-sec .plant-lp-bnr-lft {
    width: 100%;
}



/* Plant Lp Footer Form End */

.plant-lp-site-footer {
    background-image: url(./plant-lp-images/plant-lp-ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 500px 0 20px;
    color: #fff;
}

.plant-lp-site-footer .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.plant-lp-ftr-blk {
    display: flex;
    justify-content: space-between;
}

.plant-lp-ftr-lft {
    width: 47.9%;
}

.plant-lp-ftr-lft iframe {
    width: 100%;
    height: 585px;
}

.plant-lp-ftr-rgt {
    width: 46.7%;
}

.ftr-logo {
    width: 400px;
    margin-bottom: 20px;
}

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

.plant-lp-cont-blk p {
    line-height: 1.8;
    letter-spacing: -0.36px;
    font-size: 18px;
    margin-bottom: 46px;
}

.plant-lp-cont-title {
    font-family: var(--headingFont);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 4px solid #c1012d;
    width: fit-content;
    letter-spacing: 0.6px;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 28px;
}

.plant-lp-cont-itm {
    font-family: var(--bodyFont);
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 61px;
}

.plant-lp-cont-itm:last-child {
    margin: 0;
}

.plant-lp-cont-itm a:hover {
    color: #c1012d;
}

.plant-lp-cont-itm a::before {
    position: absolute;
    content: "";
    background-image: url(./plant-lp-images/plant-lp-ftr-loc-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 33px;
    height: 44px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.plant-lp-cont-itm.mail a::before {
    background-image: url(./plant-lp-images/plant-lp-ftr-mail-img.webp);
    width: 38px;
    height: 27px;
}

.plant-lp-cont-itm.call a::before {
    background-image: url(./plant-lp-images/plant-lp-ftr-call-img.webp);
    width: 40px;
    height: 40px;
}

.plant-lp-cont-itm.call {
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.plant-lp-cont-itm.call a {
    text-decoration: none;
    display: block;
    font-family: var(--headingFont);
    font-size: 35px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0.7px;
    padding: 0;
}

.plant-lp-cont-itm.mail {
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.copyrights {
    background: #01143a;
    padding: 25px 0;
    text-align: center;
}

.copyrightmenu ul {
    margin: 0;
}

.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}

.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}

.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7;
}

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

.copyrightmenu ul li a:hover {
    color: #c1012d;
}

.copyrightmenu ul li:last-child a {
    border: none;
}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

.plant-lp-site-footer.home {
    padding: 80px 0;
}

.page-template-plant-accident-lp .plant-lp-header-sec.header-sec {
    background-color: transparent;
}


/* Banner Section */

.banner-sec {
    padding: 250px 0 150px;
    text-align: center;
    background-color: #001f5e;
    border-bottom: 4px solid #c1012d;
}

.lp-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 760px;
    margin: 0 auto;
}

.partner-icon img,
.r-icon img {
    width: 100%;
    display: block;
}

.bnr-btm-list {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .lp-btns {
        gap: 20px;
    }
}

/* Responsive  */

@media screen and (max-width:1680px) {
    .plant-lp-header-sec.header-sec .container {
        max-width: 1400px;
    }

    .lp-plant-hdr-call a {
        font-size: 46px;
    }

    .lp-plant-hdr-fees p {
        font-size: 18px;
    }

    .plant-lp-header-sec.header-sec {
        padding: 25px 0;
    }

    .banner-sec {
        padding: 200px 0 100px;
    }

    a.cmn-btn {
        font-size: 18px;
        padding: 25px 41px;
    }


    .text-heading {
        font-size: 75px;
    }

    .partner-icon img {
        max-width: 250px;
    }

    .r-icon img {
        max-width: 143px;
    }

}

@media screen and (max-width:1550px) {
    .plant-lp-header-sec.header-sec .container {
        max-width: 1300px;
    }

    .lp-plant-hdr-call a {
        font-size: 40px;
    }

    .lp-plant-hdr-call {
        font-size: 16px;
        width: 42%;
    }

    .lp-plant-hdr-call a::before {

        transform: scale(0.95);
    }

    .plant-lp-header-sec.header-sec {
        padding: 20px 0;
    }

    .hdr-rit-blk {
        width: 60.7%;
    }

    .banner-sec {
        padding: 180px 0 80px;
    }

    a.cmn-btn {
        font-size: 17px;
        padding: 22px 39px;
    }

    .text-heading {
        font-size: 60px;
    }

}

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

    .plant-lp-header-sec.header-sec .container,
    .plant-lp-form-sec .container {
        max-width: 1200px;
    }

    .lp-plant-hdr-call a {
        font-size: 36px;
    }

    .lp-plant-hdr-call {
        font-size: 15px;
        width: 39%;
    }

    .hdr-rit-blk {
        width: 63.7%;
    }

    .lp-plant-hdr-fees {
        width: 44.4%;
    }

    .plant-lp-site-footer .container {
        max-width: 1150px;
    }

    .ftr-logo {
        width: 340px;
        margin-bottom: 15px;
    }

    .plant-lp-site-footer.home {
        padding: 60px 0;
    }

    .text-heading {
        font-size: 55px;
    }
}

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

    .plant-lp-header-sec.header-sec .container,
    .plant-lp-form-sec .container {
        max-width: 1150px;
    }

    .lp-plant-hdr-call a {
        font-size: 30px;
    }

    .lp-plant-hdr-call a::before {
        transform: scale(0.85);
        bottom: 15px;
    }

    .lp-plant-hdr-fees p {
        font-size: 17px;
    }

    .plant-lp-header-sec.header-sec {
        padding: 15px 0;
    }

    .plant-lp-site-footer .container {
        max-width: 1050px;
    }

    .ftr-logo {
        width: 290px;
        margin-bottom: 15px;
    }

    .plant-lp-cont-blk p {
        line-height: 1.8;
        letter-spacing: 0px;
        font-size: 16px;
        margin-bottom: 36px;
    }

    .plant-lp-cont-itm {
        font-size: 18px;
        margin-bottom: 25px;
        padding-left: 56px;
    }

    .plant-lp-cont-itm a::before {
        transform: scale(0.9);
    }

    .plant-lp-ftr-lft iframe {
        height: 505px;
    }
}

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

    .plant-lp-header-sec.header-sec .container,
    .plant-lp-form-sec .container {
        max-width: 960px;
    }

    .lp-plant-hdr-fees {
        width: 100%;
    }

    .lp-plant-hdr-call {
        font-size: 12px;
        width: 60%;
    }

    .hdr-rit-blk {
        width: 63.7%;
    }

    .lp-plant-hdr-fees p {
        font-size: 16px;
    }

    .lp-plant-hdr-call a::before {
        transform: scale(0.7);
        bottom: 11px;
        margin: auto auto auto -61px;
    }

    .banner-sec {
        padding: 150px 0 60px;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 20px 35px;
    }

    .lp-btns {
        max-width: 700px;
    }

    .plant-lp-site-footer .container {
        max-width: 960px;
    }

    .ftr-logo {
        width: 260px;
        margin-bottom: 15px;
    }

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

    .plant-lp-cont-blk p {
        line-height: 1.6;
        letter-spacing: 0.3px;
        font-size: 15px;
        margin-bottom: 28px;
    }

    .plant-lp-cont-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .plant-lp-cont-itm {
        font-size: 17px;
        margin-bottom: 22px;
        padding-left: 51px;
    }

    .plant-lp-cont-itm a::before {
        transform: scale(0.8);
    }

    .plant-lp-ftr-lft iframe {
        height: 445px;
    }

    .copyrights {
        padding: 15px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }

    .plant-lp-cont-itm.call a {
        font-size: 30px;
    }

    .text-heading {
        font-size: 48px;
    }

}

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

    .plant-lp-header-sec.header-sec .container,
    .plant-lp-form-sec .container {
        max-width: 720px;
    }

    .plant-lp-header-sec.header-sec {
        padding: 15px 0 !important;
        position: relative;
        border-bottom: 2px solid #c1012d;
    }

    .lp-plant-hdr-rit-blk {
        align-items: end;
        flex-direction: column;
        gap: 15px;
    }

    .lp-plant-hdr-fees {
        width: max-content;
    }

    .lp-plant-hdr-call {
        font-size: 12px;
        width: max-content;
    }

    .lp-plant-hdr-call a {
        display: block;
    }

    .plant-lp-logo {
        width: 100%;
        max-width: 250px;
    }

    .hdr-rit-blk {
        width: 100%;
    }

    .banner-sec {
        padding: 50px 0;
    }

    .lp-btns {
        max-width: 670px;
    }

    .plant-lp-ftr-blk {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .plant-lp-ftr-lft iframe {
        height: 240px;
    }

    .plant-lp-ftr-lft {
        width: 100%;
        max-width: 500px;
    }

    .plant-lp-site-footer .container {
        max-width: 720px;
    }

    .plant-lp-ftr-rgt {
        width: 100%;
        max-width: 500px;
    }

    .ftr-logo {
        width: 260px;
        margin: 0 auto 15px;
    }

    .plant-lp-cont-blk p {
        margin-bottom: 25px;
        text-align: center;
    }

    .plant-lp-site-footer {
        padding: 330px 0 20px;
    }

    .plant-lp-form-sec {
        margin: 0 0 -300px 0;
    }

    .plant-lp-cont-title {
        font-size: 26px;
        margin: 0 auto 21px;
    }

    .plant-lp-cont-lst {
        max-width: 280px;
        margin: auto;
    }

    .plant-lp-cont-itm {
        font-size: 17px;
        margin-bottom: 18px;
        padding-left: 45px;
    }

    .plant-lp-cont-itm a::before {
        transform: scale(0.7);
    }

    .text-heading {
        font-size: 39px;
    }

    .text-heading.plant-lp-bnr-form-hdg {
        width: 100%;
        max-width: 80%;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width:768px) {
    .banner-sec {
        padding: 40px 0;
        border-bottom: 2px solid #c1012d;
    }

    a.cmn-btn {
        font-size: 15px;
        padding: 18px 29px;
        letter-spacing: 0.5px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 16px;
        line-height: 1.5;
    }

    .text-heading {
        font-size: 31px;
    }
}

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

    .plant-lp-header-sec.header-sec .container,
    .plant-lp-form-sec .container {
        max-width: 100%;
    }

    .plant-lp-header-sec.header-sec {
        position: relative;
    }

    .logo-container {
        flex-direction: column;
        gap: 20px;
    }

    .lp-plant-hdr-rit-blk {
        align-items: center;
        gap: 20px;
    }

    .lp-plant-hdr-call {
        margin-left: 40px;
    }
}

@media screen and (max-width: 480px) {
    .lp-plant-hdr-fees p {
        font-size: 14px;
    }

    .plant-lp-logo {
        width: 100%;
        max-width: 220px;
    }

    a.cmn-btn {
        font-size: 14px;
    }

    .ftr-logo {
        width: 240px;
        margin: 0 auto 15px;
    }

    .plant-lp-site-footer.home {
        padding: 30px 0;
    }

    .plant-lp-cont-itm {
        font-size: 16px;
    }

    .text-heading {
        font-size: 23px;
    }

    .lp-btns {
        max-width: 280px;
        gap: 10px;
    }

    .lp-btn {
        max-width: 280px;
        width: 100%;
    }

    .lp-btn a.cmn-btn {
        display: block;
        clip-path: polygon(0 0, 95% 0, 100% 35%, 100% 100%, 0 100%);
    }


}