.opmRelPrd{border:none;}  
  input[type="submit"],
    input[type="reset"] {
        margin-left: 2.5%;
        margin-right: 2.5%;
        display: inline-block;
        width: 40%;
    }

    .form-title {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 5px;
    }

    h2 {
        font-size: 20px;
    }

    img.promo-img {
        background: #ffffff;
        position: relative;
        padding: 10px 10px;
        width: 90%;
    }

    .banner-bg .container {
        max-width: 1400px;
    }

    #scroll-bg {
        background: #eff5f9 !important;
    }

    .dwn-form {
        background: #fff;
        width: 50%;
        margin-top: 10px;
    }

    .dwn-form select {
        width: 100%;
    }

    .dwn-form input {
        width: auto;
    }

    .dwn-form input,
    .dwn-form select {
        margin-top: 0;
        border-radius: 4px;
    }

    ul.listed {
        display: inline-block;
    }

    .listed li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
        color: #000;
    }

    .listed li:last-child {
        margin-bottom: 0;
    }

    .listed li:after {
        content: "";
        display: block;
        width: 6px;
        height: 14px;
        border: solid #030303;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        left: 5px;
        top: 0;
    }

    .listed li:nth-child(1) {
        -webkit-animation: AnimFadeUp 1s ease-in-out;
        animation: AnimFadeUp 1s ease-in-out;
    }

    .listed li:nth-child(2) {
        -webkit-animation: AnimFadeUp 1.25s ease-in-out;
        animation: AnimFadeUp 1.25s ease-in-out;
    }

    .listed li:nth-child(3) {
        -webkit-animation: AnimFadeUp 1.5s ease-in-out;
        animation: AnimFadeUp 1.5s ease-in-out;
    }

    .listed li:nth-child(4) {
        -webkit-animation: AnimFadeUp 1.75s ease-in-out;
        animation: AnimFadeUp 1.75s ease-in-out;
    }

    .listed li:nth-child(5) {
        -webkit-animation: AnimFadeUp 2s ease-in-out;
        animation: AnimFadeUp 2s ease-in-out;
    }

    @-webkit-keyframes AnimFadeUp {
        0% {
            transform: translateX(-20px);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    @keyframes AnimFadeUp {
        0% {
            transform: translateX(-20px);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    .heading-menu {
        display: none;
    }

    .banner-bg {
        height: 100%;
        background-repeat: no-repeat;
        width: 100%;
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        padding: 15px 0px 70px;
        border-bottom: 1px solid #f5f3f3;
    }

    #scroll {
        display: none;
    }

    .landing-cont .sub-title {
        color: #040f40;
    }

    .landing-cont p {
        line-height: 28px;
        color: #000;
    }

    .sub-title {
        font-size: 20px;
        color: #040f40 !important;
        margin-top: 25px;
    }

    .form-container {
        border: 1px solid #ddd;
        padding: 24px;
        transition: all ease 0.5s;
        box-shadow: 8px 8px 40px #f1f5ff;
        margin-top: 32px;
        border-radius: 6px;
        max-width: 380px;
        width: 100%;
    }

    .form-container h2 {
        text-align: center;
        padding: 15px 15px 20px;
        color: white;
        background: #81c784;
        border-bottom: 10px solid #4caf50;
        line-height: 1.7;
        font-size: 14px;
        margin: 0;
        font-weight: bold;
    }

    .form-container h2 span {
        font-weight: 100;
        font-size: 35px;
    }

    .form-container form {
        padding: 0px;
    }

    hr.seperator {
        border: transparent;
        background: #ffffff3b;
        width: 13%;
        height: 2px;
        margin: 0px auto 8px;
    }

    .form-container input[type="submit"] {
        cursor: pointer;
        background: #d42d2d;
        color: #ffffff;
        height: 42px;
        padding: 0 20px;
        font-size: 16px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #d42d2d;
        font-weight: 400;
        font-family: inherit;
        margin: 12px 0 0;
    }

    .form-container input[type="submit"]:hover,
    .form-container input[type="submit"]:focus {
        box-shadow: 0 0 20px rgba(233, 30, 99, 0.45);
        cursor: pointer;
    }

    .small-heading {
        font-size: 20px;
        margin: 0px 0px 20px !important;
        text-align: center;
    }

    input[type="submit"] {
        background: #e31721;
        color: #fff;
        border-color: #e31721;
    }

    input[type="submit"]:focus,
    input[type="submit"]:hover {
        opacity: 0.9;
    }

    .leadForm inputgroup {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .leadForm inputgroup.two-btn {
        flex-direction: row;
    }

    .leadForm inputgroup .error-field,
    .leadForm inputgroup .error-field1 {
        display: none;
    }

    .leadForm inputgroup sup {
        color: #bbb;
        font-size: 10px;
    }

    .leadForm inputgroup input.input,
    .leadForm inputgroup select {
        display: inline-block;
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 12px;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #ffffff;
        box-sizing: border-box;
        font-family: inherit;
        font-weight: 300;
        transition: unset;
    }

    select#country_state {
        margin-top: 12px;
    }

    .leadForm inputgroup select {
        --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        background-image: var(--form-bg-img);
    }

    .main-title {
        font-weight: 600;
        color: #040f40 !important;
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .main-title span {
        color: #040f40 !important;
        font-size: 25px;
        font-weight: normal;
    }

    .row {
        display: flex;
        flex-direction: row;
    }

    .error-field1 {
        border: solid 1px #f00;
        display: block;
    }

    .leadForm inputgroup.error input,
    .leadForm inputgroup.error1 input {
        border-color: red !important;
    }

    @media screen and (max-width: 767px) {
        .form-container {
            padding: 30px 20px;
        }

        img.promo-img {
            width: 50% !important;
            margin: 0 auto;
            display: block;
        }

        .dwn-form {
            width: 100%;
        }

        .dwn-form {
            padding-left: 0px;
        }

        .landing-cont {
            padding-left: 0px;
        }

        .img-wrapper::before {
            background: none;
        }

        .per30.fr {
            width: 100%;
        }

        .per40 {
            width: 100%;
        }

        .per25 {
            width: 100%;
        }

        .banner-bg {
            padding: 20px 0px 30px;
        }

        .per60 {
            width: 100%;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .form-container {
            padding: 20px 16px;
        }

        .dwn-form {
            width: 100%;
        }

        .main-title {
            font-size: 26px;
        }

        .main-title span {
            font-size: 22px;
        }

        .landing-cont {
            padding-left: 10px;
        }

        .dwn-form {
            padding-left: 10px;
        }

        .dwn-form {
            padding-left: 10px;
        }
    }

    @media screen and (max-width: 1200px) {
        .banner-bg .container {
            max-width: 1100px;
        }
    }