.mb-0>button {
    display: block;
    position: relative;
    padding: 0px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px!important;
}

.mb-0>.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    color: #347afc;
}

.mb-0>.btn:hover,
button:hover {
    color: #000;
    text-decoration: none;
    box-shadow: none;
}

#accordion .card-header:first-child {
    border: none;
    background: #f8fafc;
}

.wrapsection.active-section {}

#accordion .card {
    margin-bottom: 20px;
}

#accordion .card-body {
    padding: 22px;
    font-size: 16px;
}

.mb-0>button:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.mb-0>button[aria-expanded="true"]:after {
    content: "\f077";
    /* fa-chevron-up */
}

.appcalculator .height100 {
    height: 100px!important;
}

.steps {
    padding: 0;
    font-size: 17px;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto
}

.steps .step:first-child {
    margin-left: auto
}

.steps .step:last-child {
    margin-right: auto
}

.step:first-of-type .step-circle::before {
    display: none
}

.step:last-of-type .step-content {
    padding-right: 0
}

.step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: .5rem;
    padding-right: 1rem
}

.step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    border-radius: 100%;
    z-index: 99;
    background-color: #fff
}

.step-circle::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc(1.3rem + 1rem - 0rem);
    height: 2px;
    transform: translate(-100%, -50%);
    color: #adb5bd;
    z-index: 1;
    background-color: currentColor
}

.step-text {
    color: #adb5bd;
    word-break: break-all;
    margin-top: 0.25em;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 15px;
}

.step-active .step-circle {
    color: #fff;
    z-index: 9999;
    background-color: #007bff;
    border-color: #007bff
}

.appcalculator .nav-item.last {
    margin-right: auto;
}

.active-section .float-right {
    float: none!important;
    width: 100%;
    text-align: center;
}

.appcalculator .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.appcalculator .nav-link.active .step-circle {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.appcalculator .btn-outline-primary {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

.appcalculator ul.nav-tabs li a {
    border: medium none!important;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 9px 8px;
    text-transform: uppercase;
}

.step-active .step-circle::before {
    color: #007bff
}

.tabmainnev .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    background: transparent;
    color: #fff;
}

.step-active .step-text {
    color: #000
}

.step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.step-error .step-circle::before {
    color: #dc3545
}

.step-error .step-text {
    color: #dc3545
}

.step-success .step-circle {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745
}

.step-success .step-circle::before {
    color: #28a745
}

.step-success .step-text {
    font-size: 17px;
    color: #28a745
}

.appcalculator .wrapsection {
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
    margin-top: -101px;
    padding-top: 114px;
}

.appcalculator .maintitle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding: 30px;
}

.answer {
    width: 100%;
    height: 45px;
    border: 1px solid #DBDBDB;
    font-style: normal;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-left: 16px;
    margin-bottom: 20px;
    color: #4C5768;
}

.answer.active {
    width: 100%;
    height: 45px;
    border: 1px solid #0D6EFD;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    padding-left: 16px;
    color: #0D6EFD;
    position: relative;
}

.answer.active img {
    filter: invert(43%) sepia(51%) saturate(2738%) hue-rotate(560deg) brightness(97%) contrast(97%);
}

.answer.active:hover {
    filter: inherit;
}

.answerinput {
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #DBDBDB;
    padding-left: 20px;
    width: 100%;
    font-size: 15px;
}

.stepform .btn-common {
    width: 140px;
    padding-right: 10px;
}

.graybtn {
    background-color: #3d3d3d!important;
}

.imageright {
    float: right;
    position: absolute;
    right: 18px;
    top: 14px;
}

.answer:hover {
    filter: invert(43%) sepia(51%) saturate(2738%) hue-rotate(560deg) brightness(97%) contrast(97%);
    cursor: pointer;
}

.buttonheight {
    box-sizing: border-box;
    height: 83px!important;
    border-radius: 5px;
}

.buttonheight-gray {
    width: 100%;
    height: 45px;
    border: 1px solid #DBDBDB;
    border-radius: 22.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding-left: 16px;
    margin-bottom: 20px;
}

.steps {
    overflow-y: hidden;
    overflow-x: hidden;
}


/*iPhone 6 Portrait*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .steps {
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .steps .step:first-child {
        margin-right: auto;
        margin-left: 13px;
    }
    .step-circle::before {
        display: none;
    }
    .active-section .float-right {
        float: none!important;
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .step-content {
        box-sizing: content-box;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 10%;
        min-width: 10%;
        max-width: 10%;
        padding-top: 0.5rem;
        padding-right: 1rem;
    }
    .appcalculator ul.nav-tabs li a {
        border: medium none!important;
        color: #a0a0a0;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 10px;
        padding: 9px 2px;
        text-transform: uppercase;
    }
    .appcalculator ul.nav-tabs li a {
        border: medium none!important;
        color: #a0a0a0;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 10px;
        padding: 9px 2px;
        text-transform: uppercase;
    }
    .maintitle {
        margin-top: 70px;
    }
}

.row.mt-3 {
    min-height: 200px;
}

.steps {
    overflow-y: hidden;
}

.modal-lg {
    max-width: 96%;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    background: transparent!important;
    color: #000!important;
    font-size: 24px!important;
    min-width: 26px!important;
}

.ef_outer {
    background: #F8F9FD;
    padding: 80px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #F8F9FD;
    border-radius: 40px;
    border-radius: 20px;
    padding: 30px;
}

@media (max-width:768px) {
    .ef_outer {
        padding: 8px 30px !important;
    }
}

@media (max-width:375px) {
    .ef_outer {
        padding: 15px;
    }
}

.btn-common {
    color: #FFF!important;
    background: #ff864a!important;
    position: relative;
    border: transparent;
    z-index: 1;
    border-radius: 50px;
    font-size: 14px!important;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 17px!important;
    font-weight: bold;
    font-family: Raleway;
    text-transform: capitalize;
    padding-right: 20px;
}


/* -----------------------------------------------------
                        ROW 01
-------------------------------------------------------*/

.ef_inner_01 {
    width: 100%;
    height: 56px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
}

.ef_inner_01 h1 {
    line-height: 56px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.ef_inner_01 .arrow {
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* -----------------------------------------------------
                        ROW 02
-------------------------------------------------------*/

.ef_inner_02 {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
}

.ef_inner_02 h1 {
    font-size: 20px;
    color: #5eb833;
    text-align: center;
    margin: 0;
}

.ef_inner_02 h5 {
    text-align: center;
    font-size: 19px;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
}

.ef_inner_02 .arrow {
    position: absolute;
    top: 135px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* -----------------------------------------------------
                        ROW 03
-------------------------------------------------------*/

.ef_inner_03 {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
    text-align: center;
}

.ef_inner_03 h5 {
    text-align: center;
    font-size: 19px;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ef_hrs_01 {
    display: inline-block;
    height: 25px;
    width: 70px;
    border-radius: 5px;
    background: #5eb833;
}

.ef_hrs_01 p {
    color: #ffffff;
    margin: 0;
    line-height: 23px;
}

.ef_inner_03 .arrow {
    position: absolute;
    top: 135px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* -----------------------------------------------------
                        ROW 04
-------------------------------------------------------*/

.ef_inner_04 {
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
    text-align: center;
}

.ef_outer_02 {
    border-radius: 30px;
    border: 2px dashed #aaaaaa;
    padding: 30px 30px;
}

.ef_inner_04 h5 {
    text-align: center;
    font-size: 14px;
    color: #067AFF;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ef_hrs_02 {
    display: inline-block;
    height: 25px;
    width: 70px;
    border-radius: 5px;
    background: #61AAFF;
    margin-top: 10px;
}

h5 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}

.ef_heading h1 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}

.ef_inner_06 h1 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}

.appcalculator .maintitle h3 {
    font-size: 1.75rem;
    color: #000;
    font-weight: bold;
}

.pink {
    background: #E387FF;
}

.orange {
    background: #FF8B06;
}

.red {
    background: #FF8282;
}

.ef_hrs_02 p {
    color: #ffffff;
    margin: 0;
    line-height: 27px;
}

.ef_inner_04 .arrow {
    position: absolute;
    top: 260px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ef_inner_04 .platform {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.ef_outer_02 {
    position: relative;
}

.ef_outer_02 .arrow_01 {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width:992px) {
    .ef_inner_04 {
        margin-bottom: 30px;
    }
    .ef_margin_support {
        margin-bottom: 0;
    }
    .ef_margin_react {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .ef_margin_support {
        margin-bottom: 0;
    }
    .ef_margin_react {
        margin-bottom: 30px;
    }
}


/* -----------------------------------------------------
                        ROW 05
-------------------------------------------------------*/

.ef_inner_05 {
    width: 100%;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
    text-align: center;
}

.ef_outer_03 {
    border-radius: 30px;
    border: 2px dashed #aaaaaa;
    padding: 30px 30px;
}

.ef_heading {
    width: 100%;
    padding: 15px 30px;
    border-radius: 15px 15px 0 0;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
    text-align: center;
}

.ef_heading h1 {
    font-size: 19px;
    margin: 0;
}

ul.ef_login_list {
    padding: 30px;
    margin: 0;
}

ul.ef_login_list li {
    list-style: none;
    text-align: left;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
}

ul.ef_login_list li:nth-last-child(1) {
    margin-bottom: 0;
}

ul.ef_login_list li img {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
}

.ef_outer_03 {
    position: relative;
}

.ef_outer_03 .arrow_02 {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.text-normal{text-transform: none !important;}

@media(max-width:768px) {
    .ef_margin_login {
        margin-bottom: 30px;
    }
}


/* -----------------------------------------------------
                        ROW 06
-------------------------------------------------------*/

.ef_inner_06 {
    width: 100%;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .03);
    position: relative;
    text-align: center;
    padding: 30px;
}

.ef_inner_06 h1 {
    font-size: 19px;
    text-align: center;
    margin: 0;
}

.brown {
    background: #E59158;
}

@media (max-width:768px) {
    .ef_margin_web {
        margin-bottom: 30px;
    }
    .appcalculator .maintitle {
        padding: 0px;
    }
    ul.ef_login_list {
        padding: 0px;
        margin: 0;
        margin-top: 19px;
    }
    ul.ef_login_list li {
        list-style: none;
        text-align: left;
        padding-left: 16px;
        position: relative;
        margin-bottom: 20px;
    }
    .ef_outer_03 {
        border-radius: 30px;
        border: 2px dashed #aaaaaa;
        padding: 30px 11px;
    }
    .ef_outer_02 {
        border-radius: 30px;
        border: 2px dashed #aaaaaa;
        padding: 30px 10px;
    }
    .ef_inner_04 {
        margin-bottom: 20px;
    }
}


/* -----------------------------------------------------
                        ROW 07
-------------------------------------------------------*/

.two {
    margin-top: 50px;
}


/* -----------------------------------------------------
                        ROW 08
-------------------------------------------------------*/

.dark_yellow {
    background: #50d0ab;
}


/* -----------------------------------------------------
                        ROW 09
-------------------------------------------------------*/

.label {
    text-align: left;
}

.label h2 {
    margin: 0;
}

.data {
    text-align: right;
    color: #0095C4;
}

.data h2 {
    margin: 0;
}

@media (max-width:768px) {
    .label h2 {
        font-size: 22px;
    }
    .data h2 {
        font-size: 22px;
    }
}

@media (max-width:576px) {
    .label h2 {
        font-size: 18px;
    }
    .data h2 {
        font-size: 18px;
    }
}

@media (max-width:375px) {
    .label h2 {
        font-size: 14px;
    }
    .data h2 {
        font-size: 14px;
    }
}

.appcalculator .h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1270px) {
    .height100 {
        height: 100%!important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .section-title {
        line-height: 52px !important;
    }
}

#main-menu ul>li>a {
    background: transparent!important;
    color: #fff;
    position: relative;
    padding: 30px 25px!important;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
    padding-left: 10px!important;
}

@media(max-width:767px) {
    .step-circle::before {
        background-color: transparent !important;
    }
    .appcalculator ul.nav-tabs li a {
        padding: 9px 4px;
    }
}