* {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
}

body {
    font-family: "Montserrat", sans-serif !important;
}

.hero-list ul,
.consult-list ul,
.why-sec-list ul {
    list-style-type: none;
}

.overlay-f {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.zoom {
    animation: zoom-animation 1s infinite;
}

@keyframes zoom-animation {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* -------------------Vibrate-------------------- */
#phone-icon {
    display: inline-block;
    animation: vibrate 0.2s infinite;
}

@keyframes vibrate {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* ------------------------------Header----------------------------- */

.header-sec {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px,
        rgba(0, 0, 0, 0.12) 0px 0px 0px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-cta-mobile {
    display: none;
}

.header-cta-mobile a {
    display: inline-block;
    background-color: #fe691e;
    padding: 7px 8px 4px 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: .5s ease all;
}

.header-cta-mobile a:hover {
    background-color: #fe691e;
    color: #fff;
    border: 2px solid transparent;
}

.header-cta-mobile i {
    margin-right: 4px;
}

.logo-custom {
    width: 200px;
    height: auto;
}

.header-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe691e;
    border-radius: 8px;
    padding: 6px 10px;
    transition: .5s ease all;
}

.header-cta:hover {
    background-color: #fe691e;
    color: #fff;
}

.left-call img {
    width: 30px;
}

.call-text {
    margin-left: 10px;
}

.call-text h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.call-text p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

/* --------------------------Hero-sec----------------------------------- */

.main-sec {
    background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250116T060227-609-6398.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 0 60px 0;
    position: relative;
}

.left-hero-img h1 {
    font-weight: 700;
    color: #fff;
    font-size: 38px;
    margin-bottom: 12px;
    text-align: center;
}

.left-hero-img h1 .bg-span {
    font-weight: 800;
    color: #ffee00;
    font-size: 42px;
}

.left-hero-img p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.hero-logo-main {
    text-align: center;
    padding: 20px 0;
}

.hero-logo-main img {
    width: 600px;
}



/* =============================================================================== */

.step-main {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 70%);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 650px;
    margin: 0 auto;
}

.form-head-title {
    background-color: #2575bd;
    border-radius: 10px 10px 0 0;
}

.form-head-title p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

.shadowBox {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.get-cont h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #1f323c;
}

.get-cont p {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.get-cont p span {
    font-weight: 700;
}

.stated-cta {
    text-align: center;
}

.stated-cta a {
    display: inline-block;
    padding: 10px 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #fe691e;
    border-radius: 25px;
    transition: .5s ease all;
}

.step-1-content .lbl {
    color: #1f323c;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.step-1-content .option-rad {
    display: flex;
    flex-direction: column;
}

/* ----------------BS5-Custom------------- */

.step-1-content .option-rad label {
    color: #000;
    font-weight: 500;
    font-size: 15px !important;
    padding-left: 5px;
}

.fm-cust {
    font-size: 15px !important;
}

.fm-cust:focus {
    box-shadow: none !important;
}

.form-select {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3) !important;
    font-size: 22px !important;
    background-size: 45px 30px !important;
    font-weight: 500 !important;
    color: #616161 !important;
    max-width: 390px !important;
    margin: 10px auto !important;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: #000 !important;
}

/* ====================================Full-Form-============================= */

.mini-err {
    color: red;
    font-size: 13px !important;
}

/* ====================================Full-Form-============================= */

.full-form-main {
    background-color: #fff;
    width: 100%;
    padding: 30px 30px 30px 30px;
    border-radius: 12px;
    margin: 40px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.full-form-main .form-full h3 {
    color: #373e62 !important;
    font-weight: 600 !important;
    font-size: 36px;
    text-align: center;
    margin-bottom: 18px;
}

.full-form-main .form-full .log-text {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.full-form-field {
    margin-top: 50px;
}

.full-form-field .name-field,
.full-form-field .email-field,
.full-form-field .phone-field {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.full-form-field .name-field .form-name,
.full-form-field .email-field .form-email,
.full-form-field .phone-field .form-phone {
    width: 15%;
}

.full-form-field .name-field .form-name .lbl-cust,
.full-form-field .email-field .form-email .lbl-cust,
.full-form-field .phone-field .form-phone .lbl-cust {
    font-weight: 600;
    color: #666666;
}

.full-form-field .name-field .form-name-field,
.full-form-field .email-field .form-email-field,
.full-form-field .phone-field .form-phone-field {
    width: 70%;
}

.full-form-field .name-field .form-name-field .fm-cust,
.full-form-field .email-field .form-email-field .fm-cust,
.full-form-field .phone-field .form-phone-field .fm-cust {
    color: #666666;
    background: #f7f7f7;
    font-size: 17px !important;
    font-weight: 500;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 10px 20px;
}

.full-form-field .name-field .form-name-field .fm-cust:focus,
.full-form-field .email-field .form-email-field .fm-cust:focus,
.full-form-field .phone-field .form-phone-field .fm-cust:focus {
    box-shadow: none !important;
}

.form-phone-field .mobile-in2 {
    position: relative;
}

.form-phone-field .mobile-in2 input {
    padding-left: 28px !important;
}

.form-phone-field .num2 {
    position: absolute;
    top: 5px;
    left: 2px;
    border-radius: 6px 0px 0px 6px;
    padding: 7px 0px 8px 5px;
    background-color: transparent;
    color: #666;
    font-size: 17px;
}

.form-debt-footer .consent .text-xs1 {
    text-align: left;
    font-size: 10px;
    color: gray;
    padding-top: 0 !important;
}

.form-cta-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 14px;
}

.form-cta-main .sched-cta a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #009f4f;
    border-radius: 5px;
    transition: .5s ease all;
}

.form-cta-main .talk-cta a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #fe691e;
    border-radius: 5px;
    transition: .5s ease all;
}

/* --------------------------------Review-sec--------------------------- */

.review-sec {
    padding: 150px 0 60px 0;
    background-color: #e4e6e7;
}

.review-head h2 {
    font-weight: 700;
    color: #1f323c;
    text-align: center;
}

.review-head p {
    color: #1f323c;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.review-content-main {
    margin-top: 30px;
}


.review-video-main {
    margin-top: 40px;
    margin-bottom: 30px;
}

.review-video {
    text-align: center;
}



/* ------------------------cta-sec-------------------------- */

.cta-sec {
    background-color: #d3e5ff;
    padding: 40px 0;
}

.cta-cont-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cta-cont-main h2 {
    font-weight: 700;
    color: #1f323c;
    text-align: center;
}

.cta-cont-main p {
    color: #1f323c;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.cta-sec-btn {
    margin-top: 12px;
}

.cta-sec-btn a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fe691e;
    border-radius: 5px;
    transition: .5s ease all;
}

.cta-sec-btn a:hover {
    color: #fff;
}

/* ---------------------------------Work-sec---------------------------------- */

.work-sec {
    padding: 40px 0;
}

.work-sec-head h2 {
    font-weight: 700;
    color: #1f323c;
    text-align: center;
    margin-bottom: 20px;
}

.work-main-box {
    border: 2px solid #005693;
    border-radius: 5px;
}

.work-menu-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-menu-box .box:not(:last-child) {
    border-right: 1px solid #fff;
}

.work-menu-box .box1 {
    position: relative;
}

.work-menu-box .box1 .poly {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
}

.work-menu-box .box1 .poly img {
    width: 100%;
}

.work-menu-box .box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: #005693;
    width: 25%;
    padding: 20px 0;
    min-height: 165px;
}

.work-menu-box .box .work-bx-img {
    width: 50px;
}

.work-menu-box .box p {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}


.consult-content {
    padding: 40px 30px 30px 30px;
}

.consult-content h4 {
    font-weight: 700;
    color: #005693;
}

.consult-content p {
    color: #000;
}

.consult-list {
    margin-top: 20px;
}

.consult-list li {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 6px 0;
    position: relative;
}

.consult-list ul li::before {
    content: "";
    background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250218T064624-609-3473.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -21px;
    top: 8px;
    transform: translate(-50%);
    height: 20px;
    width: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-img img {
    width: 100%;
}

.work-cta-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}


.work-cta-main .talk-cta a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #fe691e;
    border-radius: 5px;
    transition: .5s ease all;
}

.work-cta-main .talk-cta a:hover {
    color: #fff;
}

.work-cta-main .sched-cta a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #009f4f;
    border-radius: 5px;
    transition: .5s ease all;
}

.work-cta-main .sched-cta a:hover {
    color: #fff;
}

/* -----------------------------------why-sec------------------------------ */

.why-sec {
    background-color: #183d57;
    padding: 60px 0;
}

.why-sec-content h2 {
    color: #fff;
    font-weight: 700;
}

.why-sec-content p {
    color: #fff;
    padding-top: 10px;
}

.why-sec-list {
    margin-top: 32px;
}

.why-sec-list li {
    color: #fff;
    font-size: 17px;
    padding: 6px 0;
    position: relative;
}

.why-sec-list li span {
    color: #fff;
    font-weight: 700;
}

.why-sec-list ul li::before {
    content: "";
    background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250218T064624-609-3473.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -21px;
    top: 8px;
    transform: translate(-50%);
    height: 20px;
    width: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-img {
    text-align: center;
}

.why-img img {
    width: 90%;
}


.why-cta-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
}


.why-cta-main .talk-cta a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #fe691e;
    border-radius: 5px;
    transition: .5s ease all;
}

.why-cta-main .talk-cta a:hover {
    color: #fff;
}

.why-cta-main .sched-cta a {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #009f4f;
    border-radius: 5px;
    transition: .5s ease all;
}

.why-cta-main .sched-cta a:hover {
    color: #fff;
}

/* ------------------------------------revi-sec---------------------------------- */

.revi-sec {
    padding: 40px 0;
}

.rev-sec-head h2 {
    font-weight: 700;
    color: #1f323c;
    text-align: center;
    margin-bottom: 18px;
}

.rev-card {
    width: 90%;
    border-radius: 5px;
    border: 2px solid #005693;
    margin: 15px auto;
    transition: .5s ease all;
}

.rev-card:hover {
    transform: translateY(-8px);
    box-shadow: rgb(0, 86, 147, 0.70) 0px 3px 8px;
}

.rev-card .rev-top {
    background-color: #005693;
    padding: 14px 10px;
}

.rev-top .rev-mini {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.rev-top h3 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}

.rev-top .rev-off {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.rev-bottom {
    padding: 14px 10px;
}

.rev-bottom h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #009f4f;
    margin-bottom: 8px;
}

.rev-bottom .bot-p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #616161;
    margin-bottom: 0;
}

/* ------------------------cta-sec-------------------------- */

.two-cta-sec {
    background-color: #d3e5ff;
    padding: 40px 0;
}

.two-cta-cont-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two-cta-cont-main h2 {
    font-weight: 700;
    color: #1f323c;
    text-align: center;
}

.two-cta-cont-main p {
    color: #1f323c;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.two-cta-sec-btn {
    margin-top: 12px;
}

.two-cta-sec-btn a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fe691e;
    border-radius: 5px;
    transition: .5s ease all;
}

.two-cta-sec-btn a:hover {
    color: #fff;
}

/* -------------------------------Footer-------------------------------- */

.ftr-color {
    background-color: #fff !important;
}

.ftr-color .footer-left p,
.ftr-color .footer-right p {
    color: #3f3f3f !important;
    font-weight: 500 !important;
}

.ftr-color .footer-right a {
    color: #3f3f3f !important;
    text-decoration: 1px solid transparent underline !important;
    text-underline-offset: 5px;
    transition: .5s ease all;
}

.ftr-color .footer-right a:hover {
    color: #000 !important;
    text-decoration: 1px solid #000 underline !important;
    text-underline-offset: 5px;
}

.footer-main {
    background-color: #f7f7f7;
    padding: 15px 0;
}

.ftr-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left p,
.footer-right p {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.footer-main a {
    color: #333;
    transition: 0.5s ease all;
    text-decoration: 1px solid transparent underline !important;
}

.footer-main a:hover {
    color: #000;
    text-decoration: 1px solid #000 underline !important;
}



/* =======================================Terms & Conditions======================================== */

.tc-bg {
    background-color: #e9e9e9;
    position: relative;
    height: 290px;
}

.bg-content {
    padding: 70px 0 50px 0;
}

.bg-content h1 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.figure-css-tc {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 1;
}

.figure-css-tc {
    fill: #fff !important;
}

.tc-content-main {
    padding: 30px 0 10px 0;
}

.tc-content-main .for-line {
    font-weight: 600;
    text-decoration: 2px solid black underline !important;
    text-underline-offset: 5px;
}

.tc-content-main h5 {
    font-weight: 600;
    font-size: 18px;
}

.tc-content-main ul li span {
    font-weight: 500;
}

.tc-disc p {
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
    text-align: justify;
    padding: 40px 0 30px 0;
}

.tc-disc p span {
    color: #05569f;
    font-weight: 600;
    font-size: 12px;
}






/* ---------------------------------- */

@media (min-width:320px) and (max-width:430px) {

    .header-cta {
        display: none;
    }

    .header-cta-mobile {
        display: block !important;
    }

    .form-cta-main {
        flex-direction: column;
    }

    .work-menu-box .box {
        width: 100%;
        border: 1px solid #fff;
    }

}

@media (min-width: 431px) and (max-width: 767px) {
    .work-menu-box .box {
        width: 50%;
        border: 1px solid #fff;
    }
}


@media (min-width:320px) and (max-width:475px) {

    .left-hero-img h1 {
        font-size: 36px;
    }

    .why-sec {
        padding: 45px 0 30px 0;
    }

    .why-cta-main,
    .work-cta-main {
        gap: 20px;
    }


}


@media (min-width:320px) and (max-width:575px) {
    .logo-custom {
        width: 200px;
    }

    .full-form-field .name-field,
    .full-form-field .email-field,
    .full-form-field .phone-field {
        flex-direction: column;
    }

    .full-form-field .name-field .form-name-field,
    .full-form-field .email-field .form-email-field,
    .full-form-field .phone-field .form-phone-field,
    .full-form-field .name-field .form-name,
    .full-form-field .email-field .form-email,
    .full-form-field .phone-field .form-phone {
        width: 100%;
    }

    .mfull-form-main .form-full h3 {
        font-size: 22px;
        font-weight: 700 !important;
    }

    .full-form-main .form-full .log-text {
        font-size: 16px !important;
    }

}


@media (min-width:320px) and (max-width:767px) {

    .left-hero-img h1 {
        font-size: 30px;
    }

    .left-hero-img h1 .bg-span {
        font-size: 38px;
    }

    .partner-box {
        margin: 30px 0 0 0;
    }

    .submit-btn {
        text-align: center;
    }

    .first-logo {
        width: 50%;
        margin: 12px 0;
        text-align: center;
    }

    .ftr-main {
        flex-direction: column;
        gap: 10px;
    }

    .main-sec {
        padding: 30px 0 70px 0;
    }

    .form-select {
        font-size: 18px !important;
        background-size: 28px 22px !important;
    }

    .review-sec {
        padding: 150px 0 35px 0;
    }

    .step-1-content .lbl {
        font-size: 20px;
    }

    .shadowBox {
        padding: 18px 20px;
    }

    .step-main {
        width: 85%;
    }

    .work-menu-box {
        flex-wrap: wrap;
    }

    .poly {
        display: none;
    }


}


@media (min-width:320px) and (max-width:991px) {

    .hero-logo-main img {
        width: 100%;
    }

}


.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}

.loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {

    0%,
    60%,
    100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}


/* ================================Form-Overlay============================= */

.form-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.for-form-border {
    border-radius: 20px;
    border: 10px solid #aac5cc;
    background-color: #fff;
    max-width: 700px;
    height: 90%;
    width: 95%;
    position: relative;
}

.for-form-border .cancel-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    border: 2px solid #aac5cc;
    cursor: pointer;
    transition: .5s ease all;
    z-index: 9999;
}

.for-form-border .cancel-btn i {
    font-size: 20px;
    color: #fff;
    padding-top: 1px;
    padding-left: 1px;
}

.for-form-border .cancel-btn:hover {
    background-color: rgb(219, 0, 0);
    border: 2px solid red;
}

.for-form-border .cancel-btn:hover i {
    color: #fff;
}

.form-over-main {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 25px 20px 25px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
}

.form-over-main h3 {
    text-align: center;
    font-weight: 700;
    color: #023468;
}

.form-shade {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.Mstep-main {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 40px;
}

@media (min-width:320px) and (max-width: 575px) {
    .form-over-main {
        padding: 30px 20px 20px 20px;
    }

    .form-shade {
        padding: 25px 18px !important;
    }
}