@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: local('☺'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: local('☺'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=============== general-css ==================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Helvetica';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica-Bold';
    font-weight: 700;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
}

a,
a:hover {
    text-decoration: none;
    transition: 0.4s all ease-in-out;
}

a:focus,
button:focus {
    outline: none;
}

.dbl{display:inline-block!important;}
small#check-1-error {
    display: block!important;
}

span {
    transition: 0.4s all ease-in-out;
}

p {
    padding: 0;
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

/*=============== general-css ==================*/


/*============== Custom Buttons ============*/
.btn_success,
.btn_danger {
    font-size: 17px;
    padding: 13px 20px;
    color: #fff;
}

.btn_success {
    color: #fff;
    background-color: #4BCF52 !important;
    border-color: #4BCF52 !important;
}

.btn_success:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    color: #fff;
}

.btn_danger {
    background-color: #F94E5B !important;
    border-color: #F94E5B !important;
    ;
}

.btn_danger:hover {
    color: #fff;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.btn_mid_width {
    width: 355px;
    max-width: 100%;
    font-size: 22px;
}

/* Background Colors  */
.bg-theme-red {
    background-color: #c12a37 !important;
}

.sub-header {
    background: #003257;
    color: #fff;
}

.stepLists {
    display: flex;
    width: 100%;
}

.stepLists li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 40px;
    padding-right: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.stepLists li:before {
    content: counter(my-awesome-counter);
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 0.5px solid #fff;
    line-height: 24px;
    text-align: center;
}

.stepLists li span {
    color: rgba(255, 255, 255, 0.5);
}

.stepLists li.active span {
    color: #fff;
}

.stepLists li.active:before,
.stepLists li.done-inactive:before {
    background: #ee0800;
    border: none;
    line-height: 26px;
}

.stepLists li.done:before {
    content: "";
    background-color: #ee0800;
    background-image: url(../images/tick-white.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
}

.stepLists li.active {
    font-family: 'Helvetica-Bold';
}

.con i {
    vertical-align: middle;
}

.con i,
.con a {
    display: inline-block;
}

.con a {
    width: 79%;
    margin-left: 10px;
    color: #fff;
}

.contact-infos li {
    display: inline-block;
    padding-left: 25px;
}

.contact-infos li {
    font-family: 'Helvetica';
    font-weight: lighter;
    color: #fff;
    font-size: 12px;
}

.contact-infos li a {
    color: #fff;
}

.sub-header-title {
    font-size: 23px;
}




.logo img {
    width: 100%;
    max-height: 50px;
    object-fit: contain;
    bottom: -5px;
    position: relative;
}

/* Date 06-04-23 Begin   */
.header .time,
.header .check {
    display: none !important;
}

/* Date 06-04-23 End  */
.time {
    padding-top: 10px;
}

.time img,
.time p {
    display: inline-block;
}

.time img {
    vertical-align: top;
    width: 50px;
}

.time p {
    width: 71%;
    font-size: 13px;
    text-align: left;
    margin-left: 10px;
}

.time p span {
    display: block;
    font-family: 'Helvetica-Bold';
}

.star ul {
    display: flex;
    width: 100%;
    justify-content: end;
}

.star ul li i {
    color: #eec200;
}

.star p {
    color: #999;
    font-size: 13px;
    text-align: right;
}

.check {
    align-items: center;
    justify-content: end;
}

.ssl img,
.ssl p {
    display: inline-block;
}

.ssl img {
    vertical-align: top;
    width: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.ssl p {
    color: #003257;
    font-family: 'Helvetica-Bold';
    font-size: 12px;
}

.ssl p span {
    font-family: 'Helvetica';
    display: block;
}

.foo-logo img {
    width: 100px;
}

.foo-logo p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.foo-link {
    display: flex;
    width: 80%;
    justify-content: space-between;
    font-size: 12px;
}

.foo-link li a {
    color: rgba(0, 0, 0, 0.5);
}

.question {
    background: #F6F6F6;
    min-height: 400px;
    padding: 60px 0;
}

.q-box {
    background: #fff;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 9%);
    width: 100%;
    /* position: absolute;
    left: 0;
    right: 0; 
    transform: translateY(-50%);
    top: 50%;*/
    margin: auto;
    min-height: 245px;
}

.q-box-body {
    width: 100%;
}

.q-box h2,
.q-title {
    color: #003257;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-family: 'Helvetica-Bold';
    font-weight: 700;
}

.ans button {
    /* padding: 10px 85px; */
    margin: 0 10px;
    min-width: 230px;
}


.q-prog-div.q-prod-abs {
    margin-bottom: 25px;
    margin-top: -30px;
}

.q-prog-hdr p {
    font-size: 13px;
    color: #A9A9A9;
}

.preogress_cus {
    height: 5px;
}

.preogress_cus .progress-bar {
    background: #c22534;
    border-radius: 30px;
}

.back-btn {
    font-size: 14px;
    color: #A9A9A9;
}

.ans {
    display: flex;
    justify-content: space-evenly;
}

.kk {
    display: none;
}

.hide-sec {
    display: none;
}

.mob-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A9A9A9;
    font-size: 14px;
    line-height: 14px;
}

.rating-span {
    display: inline-block;
    padding-right: 10px;
}

.rating-span span {
    display: inline-block;
    height: 20px;
    width: 15px;
    background-color: #ffb055;
}


.sl-wrap-mob {
    background-color: #E0E0E0;
    padding: 12px 15px 12px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sl-wrap-mob img {
    height: 25px;
    margin-right: 10px;
}

.sl-wrap-mob p {
    font-size: 10px;
    color: #888888;
    text-align: left;
}

.q-box-cont {
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.text-block p {
    color: #9C9C9C;
    font-size: 14px;
}


.formDiv .form-group {
    margin-bottom: 10px;
}

.formDiv .form-control,
.formDiv input[type="text"] {
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 40px;
    border-radius: 5px;
}

.formDiv textarea.form-control {
    height: 98px;
    resize: none;
    padding-top: 10px;
}

.formDiv .form-control::-webkit-input-placeholder {
    color: rgba(136, 136, 136, 0.6);
}

.formDiv .form-control:-ms-input-placeholder {
    color: rgba(136, 136, 136, 0.6);
}

.formDiv .form-control::placeholder {
    color: rgba(136, 136, 136, 0.6);
}

.checkBox {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.checkBox input[type="checkbox"] {
    opacity: 0.5;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.checkBox input[type="checkbox"]:checked {
    opacity: 1;
}

.checkBox label {
    color: rgba(136, 136, 136, 0.6);
}

.formDiv .btn {
    margin-top: 15px;
}



/* Mm Login  */
.memberlogin .site-header,
.memberlogin .site-footer {
    display: none;
}

.memberlogin .sub-header .sub-header-title {
    margin-bottom: 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.site-content .ast-container {
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.site-content div#primary {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.site-main .page {
    padding: 0 !important;
}

.site-main .page .entry-header {
    display: none;
    margin: 0 !important;
}

#mm-login-form>p:not(:last-child) {
    margin-bottom: 0;
}

.time p:empty,
p:empty,
.sub-header p>br {
    display: none;
}

.contact-infos li br {
    display: none;
}

.q-box-cont .formDiv .mm-button,
.form-submit .submit {
    color: #fff;
    background: #4BCF52 !important;
    border: 1px solid #4BCF52 !important;
    width: 355px !important;
    max-width: 100%;
    font-size: 22px;
    padding: 13px 20px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.q-box-cont .formDiv .mm-button:hover,
.form-submit .submit:hover {
    background: #218838 !important;
    border-color: #1e7e34 !important;
    color: #fff;
}

.q-box-body .mm-field {
    width: 100%;
    border-radius: 5px;
    height: 40px;
}




/* Lander page  */
.landerSection {
    padding: 60px 0;
    background: #fff;
    color: #212F40;
}

.landerSection p {
    color: #212F40;
}

.txt-red {
    color: #BD1E2D !important;
}

.txtList {
    padding: 0;
    margin: 0 0 30px 0;
}

.txtList li {
    position: relative;
    font-size: .88em;
    color: #212F40;
    line-height: 1.3;
    margin-bottom: 14px;
    background-image: url(../images/arrow-alt-circle-right.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0 2px;
    padding-left: 25px;
}

.agreeBtn {
    font-weight: 500;
    display: inline-block;
    padding: 22px 35px 22px 35px;
    min-width: 234px;
    max-width: 100%;
    /* background: #5CB85C; */
    background: #3ecc3e;
    font-size: 1.13em;
    color: #fff;
    border: 1.2px solid transparent;
    border-radius: 3px;
    text-transform: capitalize;
    transition: all .5s;
}

.agreeBtn:hover {
    border: 1.2px solid #5CB85C;
    color: #5CB85C;
    background: transparent;
}

.faq-question,
.faq-answer {
    margin-bottom: 40px;
}

.faq-question p,
.faq-answer p {
    font-size: 20px;
    line-height: 40px;
}

.faq-question p a {
    transition: all 300ms ease-in-out;
    cursor: pointer;
    color: #000;
}

.faq-answer a {
    color: #00f !important;
    text-decoration: underline !important;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    line-break: anywhere;
}

.faq-answer h3 {
    font-family: 'Helvetica-Bold';
    font-size: 20px;
    margin-bottom: 20px;
}

.faq-answer ul {
    padding-left: 20px;
}

.faq-answer ul li {
    list-style-type: disc;
    font-family: 'Helvetica';
    font-size: 20px;
    padding-bottom: 6px;
}








/*==================================
 Resposive 
 ================================= */
@media only screen and (min-width:2000px) {}

@media only screen and (min-width:1600px) {}

@media only screen and (min-width:1200px) {}


@media only screen and (max-width:1199px) {
    .time p {
        font-size: 12px;
        width: 80%;
    }

    .time img {
        width: 30px;
    }

    .check-img {
        max-width: 150px;
    }
}


@media only screen and (max-width:991px) {
    .logo img {
        width: 100%;
        max-width: 240px;
        margin: 0 auto 10px;
        display: block;
    }

    .foo-logo {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:767px) {
    .logo img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .question {
        padding: 30px 0;
        min-height: auto;
    }

    .q-box {
        width: 100%;
        min-height: 200px;
        padding: 30px 20px;
    }

    .ans button {
        min-width: unset;
        width: 130px;
        max-width: 100%;
    }

    .stepLists {
        width: 100%;
        margin: auto;
        justify-content: center;
        padding: 0 15px;
    }

    .stepLists li {
        padding: 0 10px;
    }

    .stepLists li span {
        display: block;
        text-align: center;
    }

    .stepLists li:before {
        height: 26px;
        width: 26px;
        line-height: 24px;
        text-align: center;
        margin: auto;
        display: block;
        position: relative;
        margin-bottom: 6px;
    }

    .foo-link {
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }

    .foo-link li {
        padding: 0 8px;
    }

    .footer p {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.5);
    }

    .foo-logo-mob img {
        max-height: 50px;
    }

    .q-box-cont {
        width: 100%;
    }

    .faq-question p,
    .faq-answer p {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-answer ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-answer a {
        font-size: 18px;
    }
}


@media only screen (min-width:768px) and (max-width:991px) {
    
.sub-header .container  {
    max-width:830px!important;
}

.stepLists li {
    padding-left: 30px!important;
    padding-right: 10px!important;
}


}


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

    .time,
    .check,
    .gg {
        display: none !important;
    }

    .q-box h2,
    .q-title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .ans {
        justify-content: space-between;
    }

    .kk {
        display: block;
        color: #fff;
        font-size: 23px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .kk span {
        font-family: 'Helvetica-Bold';
    }

    .hide-sec {
        display: block;
        position: absolute;
        bottom: 0;
    }

    .progress.preogress_cus {
        display: none;
    }

    .faq-question p,
    .faq-answer p {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-answer ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .faq-answer a {
        font-size: 16px;
    }

    .faq-answer h3 {
        font-size: 18px;
    }

}

.formDiv select.form-control {
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 40px;
    border-radius: 5px;
    color: #666;
    padding: 5px 9px 6px 9px;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arw-down.png) no-repeat;
    background-position: 95%;
    position: relative;
}

.cont-1,
.cont-2 {
    position: relative;
}

/* .cont-1:after{content:"inches";
position: absolute;
right: 40px;    color: #888888;
top: 10px; font-size: 14px; opacity: 0.6;
} */
.cont-2:after {
    content: "lbs";
    position: absolute;
    right: 40px;
    color: #888888;
    top: 10px;
    font-size: 14px;
    opacity: 0.6;
}


.formDiv h6 {
    color: #003257;
    font-size: 16px;
    margin: 17px 0px 13px;
}

.formDiv.only-text p {
    color: #9C9C9C;
    font-size: 14px;
}

.blue-border {
    border: 1px solid #003257;
    padding: 5px 0px;
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px;
    min-height: 5px;
    border-radius: 5px;
}

.progress-bar-box p {
    font-size: 13px;
    color: #003257;
    margin-bottom: 7px;
}

.progress-bar-box {
    border-bottom: 1px solid #003257;
    padding: 22px 20px 22px;
}

.progress-bar-box p img {
    width: 19px;
    margin-right: 5px;
}

.progress-bar-box p span {
    display: inline-block;
    float: right;
}

.blue-border .progress-bar-box:last-child {
    border: 0px solid #003257;
}

/* application step page css */
.application {
    padding: 40px 0 180px 0;
    padding-bottom: 0;
}

.application-form {
    max-width: 705px;
    margin: 0 auto;
}

.application h3 {
    font-weight: 500;
    font-size: 1.25em;
    color: #294F7B;
    text-align: center;
    margin-bottom: 23px;
    font-family: 'Helvetica';
}

.application form {
    margin-bottom: 40px;
}

.application_steps {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 5px;
}

.application_steps .icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.application_steps:nth-child(n+2) {
    margin-top: 10px;
}

.application_steps h5 {
    font-weight: 500;
    font-size: .85em;
    color: #81858E;
    text-align: left;
    margin: 15px 0 11px 0;
}

.application_steps h3 {
    position: relative;
    font-weight: 500;
    font-size: 1em;
    color: #212F40;
    text-align: left;
    line-height: 1.3;
    margin: 0 0 18px 0;
    padding-left: 28px;
}

.application_steps h3 i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #212F40;
}

.application_steps p {
    font-size: .88em;
    color: #294F7B;
    text-align: left;
}

.application_steps .notes {
    font-style: italic;
    font-size: .88em;
    color: #212F40;
    text-align: left;
    margin-top: 18px;
}

.application_steps .notes a {
    color: #294F7B;
    text-decoration: underline;
}

.application_steps .notes a:hover {
    text-decoration: none;
}

.application_steps p:nth-child(n+2) {
    margin-top: 8px;
}

.application_steps .chk-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 1em;
    text-align: left;
    color: #212F40;
    padding-left: 28px;
}

.application_steps .chk-container2 {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .88em;
    text-align: left;
    line-height: 1.5;
    color: #212F40;
    padding-left: 22px;
    margin-bottom: 10px;
}

.application_steps .chk-container span {
    color: #5CB85C;
}

.application_steps .chk-container2 span {
    font-weight: bold;
}

.application_steps .chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.application_steps .chk-container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.application_steps .chk-container .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1.2px solid #212F40;
    border-radius: 3px;
}

.application_steps .chk-container2 .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #CCCFD5;
    border-radius: 3px;
}

.application_steps .chk-container:hover input~.checkmark {
    background-color: #ccc;
}

.application_steps .chk-container input:checked~.checkmark {
    background: transparent;
}

.application_steps .chk-container2:hover input~.checkmark {
    border: 1.2px solid #212F40;
}

.application_steps .chk-container2 input:checked~.checkmark {
    border: 1.2px solid #212F40;
    background: #212F40;
}

.application_steps .chk-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.application_steps .chk-container2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.application_steps .chk-container input:checked~.checkmark:after {
    display: block;
}

.application_steps .chk-container2 input:checked~.checkmark:after {
    display: block;
}

.application_steps .chk-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 7px;
    height: 13px;
    border: solid #212F40;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.application_steps .chk-container2 .checkmark:after {
    left: 3px;
    top: -1px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.certificate-application a.application,
.application button {
    display: block;
    padding: 18px 44px;
    margin: 30px auto 0 auto;
    /*background:#5CB85C;*/
    background: #3ecc3e;
    border: 1.2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.13em;
    color: #fff;
    transition: all .5s;
}

.certificate-application {
    text-align: center;
}

.certificate-application a.application {
    display: inline-block;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.certificate-application a.application:hover,
.application button:hover {
    border: 1.2px solid #5CB85C;
    color: #5CB85C;
    background: transparent;
}

.application .note {
    font-weight: 500;
    font-size: 1.25em;
    color: #294F7B;
    text-align: center;
}

.application .note span {
    font-style: italic;
    font-size: 1rem;
    color: #212F40;
}

.application .note span a {
    color: #294F7B;
    text-decoration: underline;
}

.application .note span a:hover {
    text-decoration: none;
}

@media (max-width:640px) {
    .application_steps {
        padding: 30px 55px 30px 30px;
    }

    .application_steps .chk-container {
        font-size: .93em;
        line-height: 1.2;
    }

}


@media (max-width:575.9px) {

    .zip-label,
    .formDiv.floting-label-form input.form-control:focus+.zip-label {
        left: 30px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    
.sub-header .container  {
    max-width:830px!important;
}

.stepLists li {
    padding-left: 30px!important;
    padding-right: 10px!important;
}


}


