/* Minification failed. Returning unminified contents.
(420,22): run-time error CSS1036: Expected expression, found ':'
 */

section.main-section {
    width: 100%;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    background-image: url('../images/register-individual/applicant-register-bg-image-x1.png');
    background-size: 60% 100%;
}

.main-section .header {
    padding: 150px 15px 15px 15px;
}

    .main-section .text-content h1 {
        font-size: 45px;
        font-weight: bold;
        color: #fff;
        letter-spacing: -0.9px;
        margin: 0 0 20px 0;
        line-height:46px;
    }

    .main-section .text-content p {
        font-size: 18px;
        color: #fff;
        margin: 0 0 15px 0;
    }

    .main-section .text-content .bg-green {
        min-width: 160px;
        line-height: 40px;
        font-size: 14px;
    }

    .main-section .form {
        background: #f2f2f2;
        padding: 50px 35px 50px 80px;
    }

        .main-section .form .note {
            font-size: 13px;
            color: #707070;
        }

        .main-section .form .btn {
            display: inline-block;
            border: 0;
            line-height: 40px;
            padding: 0 18px;
            border-radius: 100px;
            font-size: 16px;
            font-weight: bold;
        }

        .main-section .form .bg-green {
            background: #00CB46;
            color: #fff;
            min-width: 128px;
            font-weight: bold;
        }

            .main-section .form .bg-green:hover {
                background: #05b040;
                color: #fff;
            }

        .main-section .form .form-group {
            margin-bottom: 20px !important;
        }

            .main-section .form .form-group input[type=submit] {
                margin-top: 10px !important;
            }

        .main-section .form .text input[type=text] {
            border-radius: 0;
        }

        .main-section .form .text input[type=email] {
            border-radius: 0;
        }

        /*.main-section .form .text .input-lg {
            padding-left: 0px !important;
            padding-bottom: 5px !important;
        }*/

        .main-section .form .dob {
            margin-top:25px;
        }

        .main-section .form .dob input[type=text] {
            border-radius: 0;
            box-shadow: none;
        }

        .main-section .form .dob select {
            border-radius: 0;
            box-shadow: none;
        }

        .main-section .form .dob label {
            font-size: 1rem;
            font-weight: normal;
        }

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    /*color: #000000;*/
    font-size: 1rem;
    font-weight: normal;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #000000;*/
    opacity: 1;
    font-size: 1rem;
    font-weight: normal;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #000000;*/
    opacity: 1;
    font-size: 1rem;
    font-weight: normal;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*color: #000000;*/
    font-size: 1rem;
    font-weight: normal;
}

section.guideline-apply{
    width:100%;
}

    section.guideline-apply .text-uppercase {
        font-size: 14px;
        font-weight: bold;
        color: #2B2B2B;
        margin-top: 50px;
    }

    section.guideline-apply h2 {
        font-size: 30px;
        font-weight: bold;
        color: #0083DF;
        margin-top: 25px;
    }

    section.guideline-apply p {
        font-size: 15px;
        font-weight: normal;
        color: #2B2B2B;
        margin-top: 25px;
    }

    section.guideline-apply .card{
        border: none !important;
    }

        section.guideline-apply .card .card-img-top {
            width:80%;
            height:53%
        }

    section.guideline-apply .card .heading {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        margin-top: 25px;
    }

    section.guideline-apply .card p {
        margin-top: 15px;
        text-align:justify;
    }

section.faq-section {
    padding: 0 0 35px 0;
    width: 100%;
}

/*faq*/
ul.nav.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 436px;
    border: 1px solid #2E7CD1;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 36px;
    height: 47px;
}

    ul.nav.nav-tabs li {
        width: 33.3%;
        margin: 0;
        border: 0 !important;
    }

        ul.nav.nav-tabs li a {
            font-size: 16px;
            display: inline-block;
            line-height: 46px;
            padding: 0;
            text-align: center;
            width: 100%;
            border: 0;
            color: #0083DF;
        }

            ul.nav.nav-tabs li a.active,
            ul.nav.nav-tabs li a:hover {
                background: transparent -webkit-gradient(linear, left top, left bottom, from(#0C64C3), to(#0083DF)) 0% 0% no-repeat padding-box;
                background: transparent -o-linear-gradient(top, #0C64C3 0%, #0083DF 100%) 0% 0% no-repeat padding-box;
                background: transparent linear-gradient(180deg, #0C64C3 0%, #0083DF 100%) 0% 0% no-repeat padding-box;
                border-radius: 0;
                color: #fff;
                margin: 0;
                border: 0;
            }



.faq-wrap {
    border: 1px solid #E5E5E5;
}

    .faq-wrap ul.nav.nav-tabs {
        max-width: 100%;
        border-radius: 0;
        border: 0;
        height: auto;
        border-bottom: 1px solid #E5E5E5;
        overflow: visible;
        margin-bottom: 0;
    }

        .faq-wrap ul.nav.nav-tabs li + li {
            border-left: 1px solid #E5E5E5 !important;
        }

        .faq-wrap ul.nav.nav-tabs li a {
            font-size: 16px;
            color: #2B2B2B;
        }

            .faq-wrap ul.nav.nav-tabs li a.active,
            .faq-wrap ul.nav.nav-tabs li a:hover {
                background: #00CB46;
                background: #2E7CD1;
                border-radius: 0;
                color: #fff;
                margin: 0;
                border: 0;
                position: relative;
            }

                .faq-wrap ul.nav.nav-tabs li a.active:after,
                .faq-wrap ul.nav.nav-tabs li a:hover:after {
                    content: '';
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid #2E7CD1;
                    position: absolute;
                    left: 50%;
                    margin-left: -5px;
                    bottom: -10px;
                }

    .faq-wrap .faq-foot p {
        text-align: center;
        margin: 0;
        color: #707070;
        font-size: 16px;
        line-height: 18px;
        padding: 15px 0;
    }

    .faq-wrap .faq-content {
        padding: 40px 50px;
    }

        .faq-wrap .faq-content .image-wrap img {
            width: 100%;
        }

.faq-content .text-content h2 {
    font-size: 30px;
    font-weight:bold;
    letter-spacing: -0.6px;
    color: #2B2B2B;
    line-height: 30px;
    margin: 0 0 25px 0;
}

.faq-wrap .faq-foot p strong {
    text-decoration: underline;
}

.faq-wrap .faq-foot {
    border-top: 1px solid #E5E5E5;
}

@media(max-width: 1400px) and (min-width: 1200px) {

}

@media(max-width: 1200px) {

    /*form*/
    .main-section .header {
        padding: 50px 10px 15px 10px;
    }

    .main-section .form {
        min-height: 50px;
        padding: 50px 60px 0px 50px;
    }
}

@media(max-width: 991px) {

    /*section.main-section .col-md-6 {
        width: 50%;
    }*/

    .main-section .text-content h1 {
        font-size: 36px;
        margin: 0 0 15px 0;
    }

    .main-section .text-content p {
        font-size: 16px;
        line-height: normal;
    }

    .main-section .text-content .bg-green {
        min-width: 120px;
    }

    .faq-content .col-md-6:first-child {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {

    section.main-section {
        background-size: 100% 31%;
    }

    /*form*/
    .main-section .header {
        padding: 50px 10px 15px 10px;
    }

    .main-section .text-content h1 {
        font-size: 35px;
        line-height: 36px;
    }

    .main-section .text-content p {
        font-size: 16px;
    }

    .main-section .form {
        min-height: 100px;
        padding: 20px 25px 0px 25px;
    }

        .main-section .form .dob .col-xs-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .main-section .form .dob .col-sm-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .main-section .form .dob .col-md-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }


    /*faq*/
    ul.nav.nav-tabs li a {
        line-height: 50px;
    }

    .text-content h2 {
        font-size: 33px;
        line-height: 34px;
    }

    section.faq-section {
        padding:0 0 20px 0;
    }

    .faq-wrap {
        border: none
    }

    .faq-wrap .faq-content {
        padding: 15px 15px;
    }

    .faq-wrap .faq-foot {
        border: none;
    }

        .faq-wrap .faq-foot p {
            font-size: 15px;
            padding: : 0;
            line-height: 13px;
            border: none;
        }
         
    .news-item .news-content {
        padding: 15px 15px;
    }

        .news-item .news-content h2 {
            font-size: 25px;
            line-height: 28px;
        }
}

