/* -------- Common Section Starts -------- */
.neer-c-section {
    position: relative;
    padding: 150px 0;
}
.neer-c-section h3,
.neer-title {
    font-size: 5em;
    line-height: 140%;
    color: #000;
    /* text-transform: uppercase; */
}
.neer-c-section h6 {
    font-size: 2em;
    line-height: 140%;
    margin-bottom: 50px;
    color: #000;
    font-weight: normal;
}
.neer-c-section p {
    font-size: 18px;
    line-height: 160%;
    color: #414141;
}
.neer-c-section p:not(:last-child) {
    margin-bottom: 20px;
}
.text-gradient {
    /* background-image: linear-gradient(180deg, #004c94 45%, #297bc4 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0); */
    color: #038df4;
}
.mobile-view {
    display: none !important;
}
.tablet-view {
    display: flex !important;
}
.m30 {
    margin-top: 30px !important;
}
.text-center {
    text-align: center;
}
.pb0 {
    padding-bottom: 0 !important;
}
/* -------- Common Section Ends -------- */

/* -------- Header Start -------- */
.neer-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 5px 20px;
}
.neer-header.inner-header {
    background-color: #000;
}
.neer-header-logo a {
    width: 200px;
    display: block;
}
.neer-header-menu {
    width: 100%;
}
.neer-header-menu nav {
    margin: 0 auto;
}
.neer-header-menu nav ul {
    display: flex;
    align-items: center;
}
.neer-header-menu nav ul li a {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.neer-header-btn a {
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
/* -------- Hamburger Starts -------- */
.hamburger {
    position: absolute;
    top: 50%;
    right: 130px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    list-style: none;
    transform: translateY(-50%);
    transition: 0.9s;
}
.hamburger span:nth-of-type(1) {
    top: 20%;
}
.hamburger span:nth-of-type(2) {
    top: 50%;
}
.hamburger span:nth-of-type(3) {
    top: 80%;
}
.hamburger.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
.hamburger.active span:nth-of-type(2) {
    left: -300%;
    opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}
/* -------- Hamburger Ends -------- */
/* -------- Header Ends -------- */

/* -------- Banner Section Starts -------- */
.neer-banner-sec {
    position: relative;
    background-color: #1b8df1;
}
.neer-c-bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.24;
    z-index: 5;
    inset: 0%;
    mix-blend-mode: color-burn;
}
.neer-c-bubbles > video {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    object-fit: cover;
    z-index: -100;
    inset: -100%;
    background-image: url("../images/drops.jpg");
    background-size: cover;
    background-position: 50%;
}
.neer-banner-details {
    position: relative;
    padding: 100px 100px 0;
    z-index: 9;
    margin: auto;
}
.neer-banner-text h3 {
    color: #dbe9f0;
    text-transform: uppercase;
}
.neer-banner-mockup {
    text-align: center;
}
.neer-banner-mockup img {
    width: 250px;
}
/* -------- Banner Section Ends -------- */

/* -------- Brands Section Starts -------- */
.neer-your-brands {
    position: relative;
    background: #000;
    height: 100%;
}
.neer-your-brands::before {
    content: none;
    position: absolute;
    width: 100%;
    height: 200px;
    top: -115px;
    left: 0;
    right: 0;
    background: url("../images/pattern.png");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
}
.neer-whyus::after {
    content: none;
    position: absolute;
    width: 100%;
    height: 200px;
    top: -115px;
    left: 0;
    right: 0;
    background: url("../images/pattern.png");
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
}
.product-collection-slider {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.neer-your-brands-bg {
    height: 100%;
    position: absolute;
    inset: auto 0% -39.5%;
}
.neer-your-brands-bg img {
    width: 100%;
    height: 100%;
}
.neer-your-brands-details h4 {
    font-size: 4.5svw;
    color: #dbe9f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 80px;
    padding-top: 150px;
}
.neer-your-brands-img {
    max-width: 16svw;
    margin-left: auto;
    margin-right: auto;
}
.neer-your-brands-img img {
    width: 90%;
}
.floating-image {
    animation: float 3s ease-in-out infinite;
}
/* -------- Brands Section Ends -------- */

/* -------- Whyus Section Starts -------- */
.neer-whyus {
    background: #000;
    /* background-image: url("../images/bg.webp"); */
    background-blend-mode: color-burn;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: start;
    margin-top: 14rem;

    text-align: center;
}
.neer-whyus-wrap {
    width: 80%;
    margin: 0 auto;
}
.neer-whyus-img {
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.neer-whyus h3 {
    color: #fff;
    margin-bottom: 40px;
}
.neer-whyus-wrap h6 {
    color: #fff;
    font-size: 24px;
    line-height: 180%;
}
.neer-whyus ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.neer-whyus li {
    width: 33%;
    text-align: center;
    padding: 60px 40px 0;
}
.neer-whyus li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 10px;
}
.neer-whyus li h5 {
    font-size: 22px;
    color: #cfcfcf;
    margin-bottom: 15px;
}
.neer-whyus li span {
    font-size: 16px;
    line-height: 160%;
    color: #a6a6a6;
}
/* -------- Whyus Section Ends -------- */

/* -------- Founders Section Starts -------- */
.neer-inner-sec {
    padding-top: 200px;
}
.neer-aboutus {
    /* padding-bottom: 250px; */
}
.neer-aboutus-wrap {
    width: 80%;
    margin: 0 auto;
}
.neer-aboutus h5 {
    margin-bottom: 15px;
    color: #000;
    font-size: 60px;
    line-height: 74px;
}
.neer-title-heading {
    font-size: 5em;
    line-height: 140%;
    margin-bottom: 20px;
}
.neer-aboutus .highlights {
    display: inline-flex;
    font-style: italic;
}

.highlights span {
    line-height: normal;
    cursor: default;
    transition: all 0.4s ease;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
/* wave */

.btn-wave {
    width: 200px;
    padding: 25px 30px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 50px;
}
.btn-wave:hover .wave {
    top: -120px;
}
.btn-wave span {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
}
.btn-wave .wave {
    width: 200px;
    height: 200px;
    background-color: #444857;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: -80px;
    transition: 0.4s;
}
.btn-wave .wave::before,
.btn-wave .wave::after {
    width: 200%;
    height: 200%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}
.btn-wave .wave::before {
    border-radius: 45%;
    background-color: #141414;
    animation: wave 5s linear infinite;
}
.btn-wave .wave::after {
    border-radius: 40%;
    background-color: rgba(20, 20, 20, 0.5);
    animation: wave 10s linear infinite;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
/* -------- Founders Section Ends -------- */

/* -------- Findus Section Starts -------- */
.neer-findus {
    background-color: #fff;
}
.neer-findus-wrap {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.neer-findus-wrap a {
    margin: 40px auto 0;
}
/* -------- Findus Section Ends -------- */

/* -------- Testimonials Section Starts -------- */
.neer-testimonials {
    background-position: center;
    background: url("../images/testimonials.jpg") no-repeat center bottom/cover;
    width: 100%;
    height: 100%;
}
.neer-testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
.neer-testimonials-wrap {
    position: relative;
    text-align: center;
}
.neer-testimonials-wrap h3,
.neer-testimonials-wrap h6 {
    color: #fff;
}
.neer-testimonials-details {
    justify-content: space-evenly;
}
.neer-testimonials-card {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 55%;
}
.neer-testimonials-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    box-shadow: inset 0 0 3000px rgba(255, 255, 255, 0.5);
    filter: blur(10px);
}
.neer-testimonials-wrap p {
    font-size: 20px;
    color: #bfbfbf;
    width: 50%;
    line-height: 160%;
    margin: 0 auto 80px;
}
.neer-testimonials-details img {
    width: 80px;
    margin-bottom: 20px;
    border-radius: 100%;
}
.neer-testimonials-details p {
    color: #444;
    width: 100%;
    margin-bottom: 20px;
    line-height: 160%;
    font-size: 16px;
}
.neer-testimonials-details h5 {
    color: #010101;
    line-height: 160%;
    font-size: 14px;
}
.neer-testimonials-details h5 span {
    display: flex;
    justify-content: center;
}
/* -------- Testimonials Section Ends -------- */

/* -------- Footer Section Starts -------- */
.neer-footer {
    background: #000;
}
.neer-footer-top {
    display: flex;
    padding: 70px 100px 50px 0;
    border-bottom: 0.5px solid #8e8b8b;
}
.neer-footer-logo img {
    width: 200px;
    padding-bottom: 50px;
}
.neer-footer-logo h4 {
    font-size: 2.4em;
    color: #fff;
    line-height: 160%;
}
.neer-footer-details-address {
    max-width: 300px;
    margin-bottom: 30px;
}
.neer-footer-details {
    margin-top: 125px;
    margin-left: auto;
}
.neer-footer-logo span {
    color: #1b8df1;
    display: block;
}
.neer-footer-details h5 {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 20px;
}
.neer-footer-details p,
.neer-footer-details a {
    font-size: 18px;
    color: #8e8b8b;
    line-height: 180%;
    display: flex;
    align-items: center;
}
.neer-footer-details a {
    margin: 0 0 15px;
}
.neer-footer-details i {
    margin-right: 10px;
}
.neer-footer-bottom {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.neer-footer-bottom ul {
    display: flex;
    align-items: center;
}
.neer-footer-bottom li {
    margin-right: 20px;
}
.neer-footer-bottom li a,
.neer-footer-bottom p {
    font-size: 16px;
    color: #8e8b8b;
    margin: 0;
    display: flex;
}
.underline_anim {
    display: inline-block !important;
    padding: 0;
    padding-bottom: 0.2em;
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.underline_anim.underline_do_hover {
    animation: underline_hover_on 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.underline_anim.underline_do_hover:hover {
    animation: underline_hover_off 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.neer-social {
    display: flex;
}
.neer-social li:not(:last-child) {
    margin-right: 15px;
}
.neer-social li a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 55px;
    height: 55px;
    line-height: 52px;
    font-size: 22px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
}
.neer-social li a i {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s ease;
}
.neer-social li:hover a i {
    color: #1b8df1;
}
.underline_do_hover {
    animation: underline_hover_on 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.neer-form-action-msg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: -1000%;
    bottom: 0;
    z-index: 9;
    width: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;
}
.neer-form-action-msg.active {
    width: 100%;
    right: 0;
    opacity: 1;
}
.neer-form-action-msg .neer-form-action-msg-load {
    width: 400px;
    background: #fff;
    padding: 30px 30px 20px;
    position: relative;
    border-radius: 10px;
    text-align: center;
}
.neer-form-action-msg .neer-form-action-msg-load.success-msg h5 {
    color: #28a745;
}
.neer-form-action-msg .neer-form-action-msg-load.error-msg h5 {
    color: #ed4337;
}
.neer-form-action-msg .neer-form-action-msg-load p {
    font-size: 15px;
}
.neer-form-action-msg .neer-form-action-msg-load img {
    width: 150px;
    margin-bottom: 15px;
}
.neer-form-action-msg-load {
    display: none;
    transition: all 0.5s ease;
}

.neer-form-action-msg-load.active {
    display: block;
}

.neer-popup-close-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.neer-popup-close-icon:before,
.neer-popup-close-icon:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: #000;
    transition: width 0.2s ease-out;
}
.neer-popup-close-icon:before {
    transform: rotate(45deg);
    left: 7px;
    top: 7px;
    transform-origin: left;
}
.neer-popup-close-icon:after {
    transform: rotate(-45deg);
    right: 7px;
    top: 7px;
    transform-origin: right;
}
.neer-popup-close-icon .close-icon-inner {
    display: flex;
    color: #000;
}
.neer-popup-close-icon .close-icon-inner:before,
.neer-popup-close-icon .close-icon-inner:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: #000;
    transition: width 0.2s ease-out;
}
.neer-popup-close-icon .close-icon-inner:before {
    transform: rotate(45deg);
    transform-origin: right;
    bottom: 6px;
    right: 8px;
}
.neer-popup-close-icon .close-icon-inner:after {
    transform: rotate(-45deg);
    transform-origin: left;
    bottom: 6px;
    left: 8px;
}
.neer-popup-close-icon .label {
    opacity: 0;
    font-size: 10px;
    transition: all 0.2s ease-out;
}
.neer-popup-close-icon:focus:before,
.neer-popup-close-icon:focus:after,
.neer-popup-close-icon:hover:before,
.neer-popup-close-icon:hover:after {
    width: 10px;
}
.neer-popup-close-icon:focus .close-icon-inner:before,
.neer-popup-close-icon:focus .close-icon-inner:after,
.neer-popup-close-icon:hover .close-icon-inner:before,
.neer-popup-close-icon:hover .close-icon-inner:after {
    width: 10px;
}
.neer-popup-close-icon:focus .label,
.neer-popup-close-icon:hover .label {
    opacity: 1;
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    position: relative;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 15px 16px 15px 0;
}
.custom-select-trigger{
    color: #fff;
}
.custom-select-trigger::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 12px;
    pointer-events: none;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 99;
}

.custom-option {
    display: block;
    padding: 10px 16px;
    cursor: pointer;
}

.custom-option:hover {
    background: #f2f2f2;
}

/* -------- Footer Section Ends -------- */

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes underline_hover_on {
    0% {
        -webkit-background-size: 0 1px;
        background-size: 0 1px;
    }

    100% {
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
    }
}

@keyframes underline_hover_off {
    0% {
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
    }

    100% {
        -webkit-background-size: 0 1px;
        background-size: 0 1px;
    }
}
@media screen and (max-width: 991px) {
    .flex-center {
        flex-direction: column;
    }
    .w50 {
        width: 100%;
        text-align: center;
    }
    .neer-c-section {
        padding: 40px 0;
    }
    .neer-c-section h6 {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .neer-c-section p {
        font-size: 16px;
    }
    .btn-wave {
        margin-top: 30px;
    }
    /* header */
    .hamburger {
        right: 0px;
    }
    .mobile-view {
        display: flex !important;
    }
    .tablet-view {
        display: none !important;
    }
    .neer-header.pos-fixed {
        padding: 16px 0;
        position: fixed;
        background: #1b8df1;
    }
    .neer-header-logo a {
        width: 100px;
    }
    .neer-header.pos-fixed.inner-header {
        background-color: #000;
    }
    .neer-header .flex-center {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .neer-header .neer-header-menu .neer-header-btn {
        margin-left: 0px;
        margin-right: 45px;
    }
    .neer-header .neer-header-menu ul a {
        line-height: 160%;
        font-size: 16px;
        margin-left: 50px;
        display: flex;
        padding: 15px 25px;
    }
    .neer-header .neer-header-logo img {
        max-height: 45px;
    }
    .neer-header-menu nav {
        width: 100%;
        position: fixed;
        background: #1b8df1;
        left: -1000%;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        top: 71px;
        transition: left 0.5s ease-in-out;
        border-top: 1px solid #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }
    .neer-header.pos-fixed.inner-header nav {
        background: #000;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    .neer-header.header-white .neer-header-menu nav a {
        color: #000;
    }
    .neer-header-menu nav.active {
        left: 0;
    }
    .neer-header .neer-header-menu .neer-header-btn {
        margin-left: auto;
    }
    .neer-header .neer-header-menu .neer-header-btn a {
        margin-left: 0;
        font-size: 12px;
        padding: 0px 10px 8px 10px;
    }
    .neer-header .neer-header-menu ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        width: 100%;
    }
    .neer-header.header-contactus {
        background: #ebecf0 !important;
    }
    .neer-header.header-contactus .neer-header-menu .neer-header-btn a {
        color: #1b8df1 !important;
    }
    /* banner */
    .neer-banner-details {
        padding: 100px 0 40px;
    }
    .neer-banner-mockup img {
        width: 100px;
    }
    /* aboutus */
    .neer-aboutus-wrap,
    .neer-whyus-wrap {
        width: 100%;
    }
    .highlights span {
        font-size: 16px;
    }
    /* brands */
    .neer-your-brands-bg img {
        object-fit: cover;
    }
    /* whyus */
    .neer-whyus {
        margin-top: 8rem;
        background-image: none;
    }
    .neer-whyus-img {
        width: 100%;
        height: 300px;
        text-align: center;
        margin-bottom: 40px;
    }
    .neer-whyus h3 {
        position: relative;
        z-index: 1;
    }
    .neer-whyus-img img {
        height: 100%;
    }
    .neer-whyus-segments {
        width: 100%;
        text-align: center;
    }
    .neer-your-brands-details {
        padding: 50px 0;
    }
    .neer-your-brands::before {
        content: none;
    }
    .neer-whyus ul {
        flex-direction: column;
        margin-top: 60px;
    }
    .neer-whyus ul li {
        width: 100%;
    }
    /* founders */
    .neer-founders h6 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .neer-founders-details p {
        width: 100%;
        margin: 0 auto 30px;
    }
    .neer-whyus li:not(:last-child) {
        padding: 0 0 40px;
    }
    .neer-whyus li:last-child {
        padding: 0;
    }
    /* testimonials */
    .neer-c-section h3,
    .neer-title,
    .neer-banner-text h3,
    .neer-your-brands-details h4 {
        font-size: 2em;
        line-height: 140%;
    }
    .neer-your-brands-details h4{
        padding-top: 0;
        margin-bottom: 20px;
    }
    .neer-testimonials-wrap p,
    .neer-whyus p {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 40px;
    }
    .neer-testimonials-card {
        width: 100%;
        padding: 20px;
    }
    /* find us */
    .neer-findus {
        padding: 20px 0 40px;
    }
    .neer-findus-left,
    .neer-findus-right {
        width: 100%;
        text-align: center;
    }
    .neer-findus-right p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .neer-findus-wrap {
        width: 100%;
    }
    .neer-findus-img {
        height: 200px;
        max-width: 100%;
    }
    .neer-findus-img img {
        object-fit: contain;
    }
    /* footer */
    .neer-social {
        justify-content: center;
    }
    .neer-social li a {
        width: 45px;
        height: 45px;
        line-height: 43px;
    }
    .neer-footer-top {
        padding: 24px 0;
        flex-direction: column;
        text-align: center;
    }
    .neer-footer-logo img {
        padding-bottom: 20px;
        width: 150px;
    }
    .neer-footer-logo h4 {
        font-size: 1.4em;
    }
    .neer-footer-details a {
        justify-content: center;
    }
    .neer-footer-details {
        margin: 40px auto 0;
    }
    .neer-footer-bottom {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .neer-footer-bottom p {
        padding-top: 20px;
    }
    .neer-form-action-msg .neer-form-action-msg-load {
        width: 85%;
    }
}
