.mcalculator .step{
    display: none;
}
.mcalculator .step.active{
    display: block;
}
.mcalculator .step h3{
    margin: 0;
    padding-bottom: 30px;
    
}
.mcalculator.block .step h3{
    text-align: center;
}
.mcalculator .form-group {
    margin-bottom: 20px;
}
.mcalculator .form-group.half {
    width: 65%;
}

.mcalculator .form-group select {
    width: 100%;
    height: 50px;
    padding: 10px;
}

.mcalculator .next-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.mcalculator table, .mc-result table {
  border-collapse: collapse;
  width: 100%;
}
.mcalculator table tr td:first-child,.mc-result table tr td:first-child{
    color: #1e2e57 !important;
}
.mcalculator table .tick-icon {
    text-align: center;
}
.mcalculator table .tick-icon img {
    width: 20px;
}
.mcalculator .theading,.mc-result .theading{
    background: #4472c4;
}
.mcalculator table th,.mc-result table th {
    text-align: left;
    color: #fff;
}
.mc-result table tr,.mcalculator table tr{background-color: #e9ebf5;}
.mc-result table tr:nth-child(even),.mcalculator table tr:nth-child(even){background-color: #cfd5ea;}
.mc-result table tr.grey,.mcalculator table tr.grey{background-color: #c7c7c7;}

.mcalculator table td, .mcalculator table th,.mc-result table td, .mc-result table th {
  border: 1px solid #ffffff !important;
  padding: 10px 25px !important;
}
.mcalculator .step2-form-wrap {
    margin-top: 40px;
}

.mcalculator .form-inline {
    display: flex;
    justify-content: start;
}

.mcalculator .form-inline.second-row {
    max-width: 70%;
    margin: 0 auto;
}

.mcalculator .form-group label {
    display: block;
    color: #2a407a;
    font-weight: 500;
}
.mcalculator .form-group label.error {
    color: red;
    font-size: 12px;
    font-weight: 400;
}
.mcalculator .form-inline .form-group {
    width: 50%;
    margin-right: 20px;
    position: relative;
}

.mcalculator .form-group input {
    width: 100%;
    padding: 5px;
    border: 3px solid #d4d4d4;
}
.mcalculator .form-group input:focus{
    outline-color: #e9ecf1;
} 
.mcalculator button {
    width: 100%;
    border: 3px solid #C93843;
    border-radius: 7px;
    background: #C93843;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
.mcalculator.inline .step-btn {
    text-align: center;
    margin-top: 20px;
}
.mcalculator.inline button {
    width: 45%;
}
.mcalculator .step2-btn button {
    width: 45%;
}

.mcalculator .step2-btn {
    text-align: center;
}
.mcalculator button:disabled {
    cursor: no-drop;
    background: #7f7f7f;
}
.mcalculator .error-message{
    color: red;
}
.info-message {
    color: #b30029;
    margin-bottom: 35px;
    background: #ffe5e5;
    padding: 10px 20px;
}
.zip-field i,.phone-field i {
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 24px;
}
.zip-loader,.phone-loader{
  width: 20px;
  animation: rotation 2s infinite linear;
}
.zip-success,.phone-success {
    color: #3cde07;
}
.zip-failed,.phone-failed {
    color: #ff0e0e;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.pilot-form-wrap em {
    color: #2a407a;
    font-weight: 700;
}
.pilot-form-wrap .form-wrap{
    background: #e9ecf1;
    padding: 45px 155px;
    margin-top: 20px;
    border: 2px solid #e4e0e0;
    border-radius: 15px;
}
.pilot-form-wrap .step {
    display: none;
}

.pilot-form-wrap .step.active {
    display: block;
}
.results-page .pilot-form-wrap h6 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
}
.results-page .pilot-form-wrap h2 {
    color: #C93843;
    font-size: 42px;
    padding-bottom: 10px;
    text-align: center;
}
.pilot-form-wrap h2 img {
    width: 85px;
    margin-right: 20px;
}

.results-page .pilot-form-wrap h4 {
    color: #2a407a;
    font-size: 23px;
    line-height: 1.3;
    padding-bottom: 30px;
    text-align: center;
}
.pilot-form-wrap .last-step h6 {
    margin-bottom: 5px;
}
.pilot-form-wrap .extra-step h6{
    font-size: 24px;
}
.check__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.check__list .step__checkbox {
    -ms-flex-preferred-size: calc(34% - 65px);
    flex-basis: calc(34% - 65px);
    max-width: calc(34% - 65px);
    margin: 0 25px 30px;
}
.check__list .step__checkbox input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.check__list .step__checkbox__text {
    min-height: 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    background: #fff;
    color: #1e2e57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #1e2e57;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -4px -4px 2px rgba(0, 0, 0, 0.02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -4px -4px 2px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check__list .step__checkbox input:checked ~ .step__checkbox__text {
    border-color: #3b9589;
}

.mc-result .table-wrap {
    margin-bottom: 40px;
}

.pilot-form-wrap .input-field {
    margin-bottom: 10px;
    margin-right: 25px;
}

.pilot-form-wrap .input-field input {
    width: 100%;
}

.pilot-form-wrap .select-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pilot-form-wrap select{
    width: 73%;
    margin-right: 20px;
}

.pilot-form-wrap .btn {
    padding: 15px 70px;
    border-radius: 10px;
    background-color: #C93843;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.pilot-form-wrap .btn-container a {
    color: #3b9589;
    text-decoration: underline !important;
    margin-left: 30px;
}
.info-message-none {
    border: 2px solid #3c887e;
    background: #fff;
    padding: 20px;
}
.info-benefit {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 20px;
}
/* results-page css */
.results-page .headder-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.results-page .headder-wrap img {
    width: 100%;
    max-width: 200px;
}
.results-page .headder-wrap figure {
    margin:0;
}
.results-page header {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 40px;
}
.results-page section.sec {
    padding: 50px 40px;
}
.results-page section.bg-grey {
    background: #e9ecf1;
}
.results-page .sec-4 .form-wrap {
    display: flex;
    flex-wrap: wrap;
}
.results-page .newsletter .form-inline .form-group:nth-child(2),
.results-page .form-wrap figure {
    width:230px;
}
.results-page .newsletter .form-inline .form-group:nth-child(1),
.results-page .form-content {
    width: calc(100% - 230px);
    padding-left: 20px;
}
.results-page .newsletter .form-inline .form-group:nth-child(1) {
    padding-right:40px;
    padding-left:0;
}
.results-page .newsletter .form-inline .form-group input {
    line-height:1;
    margin-left:0;
}
.results-page .call-label {
    font-size:28px;
}
.results-page .call-label a {
    color:#2a407a;
    font-weight:700;
}
.results-page h2 {
    font-size:35px;
    font-weight:800;
    color:#2a407a;
}
.results-page h2,
.results-page h4 {
    margin-bottom:20px;
}
.results-page .ast-container {
    max-width:1100px;
    padding:0;
}
.results-page header .ast-container {
    max-width:1200px;
}
.results-page h4{
    font-size: 26px;
    font-weight: 800;
}
.results-page .ast-container p:last-child {
    margin-bottom:0;
}
.results-page .mc-result .table-wrap {
    margin-top:45px;
    margin-bottom:0;
}
.results-page .mcalculator table td, 
.results-page .mcalculator table th, 
.results-page .mc-result table td, 
.results-page .mc-result table th {
    line-height:2
}
.results-page section.sec-4  {
    border-top:1px solid #e9ecf1;
    padding-bottom:30px;
}
.results-page .form-content .form-desc p {
    font-weight:700;
    color:#000;
}
.results-page .form-desc {
    margin-bottom:13px;
}
.check-field .step__checkboxs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mcalculator .check-field .step__checkboxs input {
    width: 30px;
    height: 45px;
    margin-right: 15px;
}

.mcalculator .check__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* new thankyou page */
body section.top-message {
    background: #131c43;
    padding: 20px;
    text-align: center;
}
section.top-message h5,section.top-message a {
    color: #fff !important;
    font-size: 22px;
    font-family: "Raleway", Sans-serif;
    margin-bottom: 25px;
}
body section.top-message a i {
    margin-right: 18px;
}
section.result-wrap {
    padding: 70px 10px;
}
section.result-wrap .info-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
section.result-wrap .info-wrap figure {
    flex-basis: 33%;
}
section.result-wrap .info-wrap .result {
    flex-basis: 65%;
    padding-left: 50px;
}
section.result-wrap .info-wrap .result h4 {
    font-size: 28px;
    font-family: "Raleway", Sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
section.result-wrap .info-wrap .result .result-box {
    border: 2px solid #c9424d;
    display: inline-block;
    padding: 30px;
    font-size: 36px;
    font-weight: 800;
    margin: 25px 0px;
}
section.result-wrap .download-btn {
    margin-top: 65px;
}
section.result-wrap .download-btn a {
    background: #eebb00;
    color: #000;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 18px;
    text-decoration: underline;
}
.result-wrap .after-message {
    padding-top: 35px;
    font-size: 20px;
    line-height: 1.5;
}
.result-wrap .after-message span {
    font-size: 18px;
    font-style: italic;
}
/* responsive */
@media (max-width:1024px) {
    .results-page header,
    .results-page section.sec {
        padding-left: 10px;
        padding-right:10px;
    }
    .results-page .headder-wrap img {
        max-width:140px;
    }
    .results-page .sec-3 .pilot-form-wrap h2, .results-page h2 {
        display:flex;
        align-items:flex-start;
    }
}
@media (max-width:767px) {
    .results-page .sec-3 .pilot-form-wrap h2,
    .results-page h2 {
        font-size:30px;
    }
    .results-page .pilot-form-wrap h4,
    .results-page h4 {
        font-size:18px;
    }
    .results-page .pilot-form-wrap h4,
    .results-page .pilot-form-wrap h2,
    .results-page .sec-3 .pilot-form-section {
        padding:0;
    }
    .results-page .pilot-form-wrap h6 {
        margin-bottom:0;
    }
    .results-page .form-content,
    .results-page .form-wrap figure {
        width:100%;
        padding:0;
    }
    .results-page .form-wrap figure img {
        width:100%;
        max-width:300px;
    }
    .results-page .sec-4 .newsletter input[type="submit"] {
        margin-top:30px !important;
    }
    .results-page .call-label {
        font-size:20px;
    }
    .pilot-form-wrap select {
        width: 100%;
        margin-bottom: 12px;
    }
    .pilot-form-wrap .select-wrap {
        display: block;
    }
    section.result-wrap .info-wrap {
        display: block;
    }
    section.result-wrap .info-wrap .result {
        padding-left: 0;
        padding-top: 20px;
    }
    section.result-wrap .download-btn a {
        display: block;
        line-height: 1.5;
    }
    section.result-wrap .info-wrap .result h4 {
        font-size: 25px;
    }
}
@media (max-width:575px) {
    .results-page .headder-wrap figure {
        margin-bottom: 8px;
    }
    .results-page .headder-wrap img {
        max-width:180px;
    }
    .results-page .newsletter .form-inline .form-group:nth-child(1), .results-page .form-content {
        width:100%;
        padding:0;
    }
    .results-page .sec-4 .newsletter input[type="submit"] {
        margin-top:20px !important;
    }
    .results-page .headder-wrap {
        flex-direction:column;
        gap:10px;
    }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media screen and (max-width: 767px){
    .mcalculator .step h3 {
        font-size: 22px;
    }
    .mcalculator {
        padding: 35px 5px;
    }
    .mcalculator table {
        font-size: 13px;
    }
    .mcalculator .form-inline .form-group {
        width: 100%;
        margin-right: 0px;
    }
    .mcalculator .form-inline {
        display: block;
    }

    .mcalculator.inline button,.mcalculator .form-group.half,.mcalculator .homecare-form .step2-btn button {
        width: 100%;
    }
    .mcalculator .form-inline.second-row {
        max-width: 100%;
    }
    .newsletter-section .wpcf7 input:not([type=submit]) {
        width: 90% !important;
    }
    .newsletter input[type="submit"] {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .info-message {
        font-size: 14px;
    }
    .mcalculator table td, .mcalculator table th, .mc-result table td, .mc-result table th {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
    .pilot-form-wrap .form-wrap {
        padding: 45px 25px;
    }
    .pilot-form-section {
        padding: 50px 20px;
    }
    .pilot-form-wrap h2 {
        font-size: 35px;
    }
    .pilot-form-wrap h2 img {
        width: 54px;
    }
    .pilot-form-wrap h4 {
        font-size: 21px;
    }
    .check__list,.mcalculator .check__lists {
        display: block;
    }
}