/*custom font*/

/*basic reset*/

/*form styles*/
.ok-btn {
    float: none !important;
}
.thanks {
    margin-top: 30px;
    font-family: "Candara";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #41b6e6;
}
.thanks-p1 {
    font-family: "Candara";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    /* identical to box height */

    text-align: center;

    color: #41b6e6;
}
.thanks-p2 {
    font-family: "Candara";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #7a8191;
}
::-webkit-input-placeholder {
    font-family: "Candara";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-size: 13px;
}
.radio-inl {
    width: 14% !important;
    height: 25px;
}
.radio-inl1 {
    width: 14% !important;
    height: 25px;
    margin-left: 20%;
}
.rad-p {
    font-family: "Candara";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.radio-inline {
    font-family: "Candara";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: inline-flex;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.navi {
    padding: 0% 10%;
    background-color: #fff;
}
.nav1 {
    text-align: center;
    margin-top: 27px;
}
.apply {
    font-family: Candara;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #0019a5;
}
label {
    width: 100%;
    float: left;
}
.radio-inr {
    text-align: left;
    margin-top: 20px;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 80px;
    box-sizing: border-box;
    width: 80%;
    margin: 0% 10% 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

fieldset#thank_you {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 80px;
    box-sizing: border-box;
    width: 80%;
    margin: 7% 10% 10%;
    text-align: center;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 10px 0px;
    border: 1px solid #7a8191;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

#msform input::placeholder {
    font-size: 18px;
    font-weight: 400;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0019a5;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    float: right;
    width: 26%;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    background: linear-gradient(90deg, #003bca 0%, #0061fb 100%);
    box-shadow: 0px 4px 40px rgba(137, 58, 18, 0.1);
    border: none;
}

button#sbmtbtn:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0019a5;
}

#msform .action-button-previous {
    width: 100px;
    background: #c5c5f1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #c5c5f1;
}
.previous {
    display: none;
}

/*headings*/
.fs-title {
    font-family: "Candara";
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #0019a5;
    float: left;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    display: -webkit-box;
    list-style-type: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    margin-top: 30px;
}

#msform {
    border-radius: 15px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    line-height: 26px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 20px 0px 20px;
    text-align: center;
    justify-content: center;
    border: 1px solid #333;
    width: 30px;
    height: 30px;
}

/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #0019a5;
    color: white;
    border: none;
}

/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #fff;
    font-weight: bold;
    color: #0019a5;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
    background: #c5c5f1;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    #msform fieldset {
        padding: 25px;
    }
    #msform .action-button {
        width: 75%;
        float: none;
    }

    #progressbar li:before {
        margin: 0px 0px 0px 25px;
        text-align: center;
        border: 1px solid #333;
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    #progressbar li {
        font-size: 8px;
        color: transparent;
    }

    .navi {
        padding: 0% 1%;
        background-color: #fff;
    }
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"]:focus {
    border: none !important;
    border-bottom: 1px solid !important;
}