body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

*:focus {
    outline: none
}

header {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    border-bottom: solid 1px #CCC
}
header a{
    background-color: transparent;
}
@media (max-width: 480px) {
    header {
        text-align: left;
        padding: 20px;
        border-bottom: 0
    }
}

header .logo {
    display: inline-block;
    width: 150px
}

.bodyContent {
    float: left;
    width: 100%;
    height: 100%;
    padding: 50px 10%;
    background-image: url(../image/sony-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width: 360px) {
    .bodyContent {
        padding: 30px 10%
    }
}

.bodyContent.more {
    display: block;
    height: auto
}

.bodyContent.more .content {
    float: left;
    flex: unset;
    height: auto;
    padding-bottom: 100px
}

.bodyContent .content {
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    background: #1b9de0;
    background: linear-gradient(0deg, #1b9de0 0%, #fff 20%, #fff 100%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    display: block;
    min-height:600px;
}

@media (max-width: 480px) {
    .bodyContent .content {
        background: unset;
        background-color: #fff;
        min-height: 500px;
    }
}

.bodyContent .content .shark-logo {
    position: absolute;
    width: 150px;
    top: -40px;
    left: -100px
}

.bodyContent .content .shark-logo img {
    float: left;
    width: 100%;
    opacity: 0.9
}

@media (max-width: 1112px) {
    .bodyContent .content .shark-logo {
        display: none
    }
}

.bodyContent .content .head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0
}

@media (max-width: 1366px) {
    .bodyContent .content .head {
        padding: 40px 0 15px
    }
}

@media (max-width: 480px) {
    .bodyContent .content .head {
        padding-bottom: 0
    }
}

.bodyContent .content .head .title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1b9de0;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .bodyContent .content .head .title {
        font-size: 22px;
        letter-spacing: 3px
    }
}

.bodyContent .content .head .subText {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    margin-top: 18px;
    display: block
}
.bodyContent .content .head .subText.err{
    color: #B94A48;
}
@media (max-width: 480px) {
    .bodyContent .content .head .subText {
        display: none
    }
}

.bodyContent .content .head .subtext-block {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .head .subtext-block {
        display: block;
        float: left;
        width: 100%
    }

    .bodyContent .content .head .subtext-block .subtext-title {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #acacac;
        padding: 20px 14px
    }

    .bodyContent .content .head .subtext-block .otp-subtext {
        display: none;
        float: left;
        width: 100%;
        font-size: 11px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #acacac;
        padding: 15px 14px 20px;
    }

    .bodyContent .content .head .subtext-block .img-plot {
        float: left;
        width: 100%;
        text-align: center
    }

    .bodyContent .content .head .subtext-block .img-plot .mobile-img {
        display: inline-block;
        float: none;
        width: 20%
    }

    .bodyContent .content .head .subtext-block .img-plot .Otp-img {
        display: none;
        float: none;
        width: 20%
    }
}

.bodyContent .content .steps {
    position: absolute;
    width: 100%;
    padding: 20px 50px;
    left: 0;
    bottom: 0px;
    display: flex
}

@media (max-width: 480px) {
    .bodyContent .content .steps.mobile-hide {
        display: none
    }
}

.bodyContent .content .steps .block {
    flex: 1;
    text-align: center
}

.bodyContent .content .steps .block .pointer {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #272727;
    line-height: 38px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    opacity: 0.5
}

.bodyContent .content .steps .block .pointer::after {
    display: none;
    content: "";
    position: absolute;
    width: 46px;
    height: 46px; 
    border-radius: 100%;
    border: 2px solid #FFF;
    left: -5px;
    top: -5px
}

.bodyContent .content .steps .block .pointer.active,
.bodyContent .content .steps .block .pointer.completed  {
    opacity: 1;
    background: #fff960;
    color: #000000;
}

.bodyContent .content .steps .block .pointer.active::after {
    display: block
}

.bodyContent .content .verificationForm {
    float: left;
    width: 100%;
    display: block
}

.bodyContent .content .verificationForm .form-mobilenum {
    float: left;
    width: 400px;
    margin-top: 10%;
    margin-left: calc((100% - 400px) / 2)
}

@media (max-width: 1366px) {
    .bodyContent .content .verificationForm .form-mobilenum {
        margin-top: 5%
    }
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0
    }
}

.bodyContent .content .verificationForm .form-mobilenum .input-wrap {
    float: left;
    width: 100%
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum .input-wrap {
        width: 88%;
        padding: 0 4px;
        /*background-color: #dff6fc;*/
        border-radius: 7px
    }
}

.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputCountryCode {
    float: left;
    width: 50px
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputCountryCode {
        width: 40px;
        position: relative
    }

    .bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputCountryCode:after {
        content: '\007C';
        position: absolute;
        right: 0;
        top: 3px;
        color: #282928;
        font-size: 23px
    }
}

.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputCountryCode input {
    float: left;
    width: 100%;
    height: 35px;
    border: 0;
    color: #acacac;
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
    border-bottom: solid 1px #272727
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputCountryCode input {
        background-color: #dff6fc;
        font-size: 12px;
        color: #282928;
        font-weight: 300;
        border-bottom: 0
    }
}

.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber {
    float: left;
    width: calc(400px - 60px);
    margin-left: 10px
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber {
        width: calc(100% - 50px);
        margin-left: 0px
    }
    .bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber .parsley-errors-list.filled{
        font-size: 12px;
    }
}

.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber input {
    float: left;
    width: 100%;
    height: 35px;
    border: 0;
    color: #acacac;
    font-size: 15px;
    padding: 8px;
    border-bottom: solid 1px #272727
}
.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber
.parsley-errors-list {
                            float: left;
                            width: auto;
}
.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber
.parsley-errors-list.filled{
                             padding: 7px 0 0;
}



.bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber input:focus {
    outline: 0
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum .input-wrap .inputPhoneNumber input {
        background-color: #dff6fc;
        font-size: 8.7px;
        color: #282928;
        font-weight: 300;
        border-bottom: 0
    }
}

.bodyContent .content .verificationForm .form-mobilenum .otp {
    float: left;
    width: 100%;
    display: flex
}

.bodyContent .content .verificationForm .form-mobilenum .otp .otpNumbers {
    flex: 1;
    margin-right: 20px
}

.bodyContent .content .verificationForm .form-mobilenum .otp .otpNumbers input {
    float: left;
    width: 100%;
    height: 35px;
    border: 0;
    font-size: 20px;
    padding: 8px;
    text-align: center;
    border-bottom: solid 1px #272727
}

.bodyContent .content .verificationForm .form-mobilenum button {
    float: left;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff960;
    margin-top: 50px;
    margin-left: 50px;
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}

@media (max-width: 1366px) {
    .bodyContent .content .verificationForm .form-mobilenum button {
        height: 60px
    }
}

@media (max-width: 480px) {
    .bodyContent .content .verificationForm .form-mobilenum button {
        width: 60%;
        height: 50px;
        margin-top: 30px;
        margin-left: 0
    }
}

@media (max-width: 360px) {
    .bodyContent .content .verificationForm .form-mobilenum button {
        margin-top: 14px
    }
}

.bodyContent .content .verificationForm .form-mobilenum .resend {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.bodyContent .content .verificationForm .form-mobilenum .resend .link {
    display: inline-block;
    font-size: 20px;
    color: #1b9de0
}

.bodyContent .content .verificationForm .form-mobilenum .resend .link a {
    display: inline-block;
    font-size: 20px;
    color: #272727;
    text-decoration: none
}

.bodyContent .content .OTP-verification {
    float: left;
    width: 100%;
    display: none
}

.bodyContent .content .OTP-verification .OTP-title {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    text-align: center;
    padding-top: 0;
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .OTP-title {
        display: none
    }
}

.bodyContent .content .OTP-verification .form-otp {
    float: left;
    width: 400px;
    margin-top: 5%;
    margin-left: calc((100% - 400px) / 2)
}

@media (max-width: 1366px) {
    .bodyContent .content .OTP-verification .form-otp {
        margin-top: 2%
    }
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0
    }
}

.bodyContent .content .OTP-verification .form-otp .otp {
    float: left;
    width: 100%;
    display: flex
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp .otp {
        width: 85%
    }
}

.bodyContent .content .OTP-verification .form-otp .otp .otpNumbers {
    flex: 1;
    margin-right: 20px
}

.bodyContent .content .OTP-verification .form-otp .otp .otpNumbers:last-child {
    margin-right: 0
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp .otp .otpNumbers {
        margin-right: 8px
    }
}

.bodyContent .content .OTP-verification .form-otp .otp .otpNumbers input {
    float: left;
    width: 100%;
    height: 35px;
    border: 0;
    color: #707070;
    font-size: 20px;
    padding: 8px;
    text-align: center;
    border-bottom: solid 1px #272727
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp .otp .otpNumbers input {
        background-color: #dff6fc;
        border-radius: 7px;
        border-bottom: 0
    }
}

.bodyContent .content .OTP-verification .form-otp button {
    float: left;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff960;
    margin-top: 50px;
    margin-left: 50px;
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}

@media (max-width: 1366px) {
    .bodyContent .content .OTP-verification .form-otp button {
        height: 60px;
        margin-top: 30px
    }
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp button {
        width: 60%;
        height: 50px;
        margin-top: 30px;
        margin-left: 0
    }
}

@media (max-width: 360px) {
    .bodyContent .content .OTP-verification .form-otp button {
        margin-top: 14px
    }
}

.bodyContent .content .OTP-verification .form-otp .resend {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px
}

@media (max-width: 1366px) {
    .bodyContent .content .OTP-verification .form-otp .resend {
        margin-top: 22px
    }
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp .resend {
        margin-top: 22px
    }
}

.bodyContent .content .OTP-verification .form-otp .resend .link {
    display: inline-block;
    font-size: 20px;
    color: #acacac
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp .resend .link {
        font-size: 12px
    }
}

.bodyContent .content .OTP-verification .form-otp .resend .link a {
    display: inline-block;
    font-size: 20px;
    color: #272727;
    text-decoration: none
}

@media (max-width: 480px) {
    .bodyContent .content .OTP-verification .form-otp .resend .link a {
        font-size: 12px
    }
}

.bodyContent .content .languageForm {
    float: left;
    width: 100%;
    position: relative;
    display: none
}

.bodyContent .content .languageForm.active {
    display: block
}

.bodyContent .content .languageForm .head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0
}

@media (max-width: 480px) {
    .bodyContent .content .languageForm .head {
        padding-bottom: 0
    }
}

.bodyContent .content .languageForm .head .title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1b9de0;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .bodyContent .content .languageForm .head .title {
        font-size: 22px;
        letter-spacing: 3px
    }
}

.bodyContent .content .languageForm .head .subText {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    margin-top: 20px;
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .languageForm .head .subText {
        display: none
    }
}

.bodyContent .content .languageForm .head .subtext-block {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .languageForm .head .subtext-block {
        display: block;
        float: left;
        width: 100%
    }

    .bodyContent .content .languageForm .head .subtext-block .subtext-title {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .languageForm .head .subtext-block .otp-subtext {
        display: none;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .languageForm .head .subtext-block .img-plot {
        float: left;
        width: 100%;
        text-align: center
    }

    .bodyContent .content .languageForm .head .subtext-block .img-plot .mobile-img {
        display: inline-block;
        float: none;
        width: 20%
    }

    .bodyContent .content .languageForm .head .subtext-block .img-plot .Otp-img {
        display: none;
        float: none;
        width: 20%
    }
}

.bodyContent .content .languageForm .form {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 70px 0px
}

@media (max-width: 1366px) {
    .bodyContent .content .languageForm .form {
        padding: 21px 0
    }
}

.bodyContent .content .languageForm .form button {
    float: left;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff960;
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}

.bodyContent .content .languageForm .form button:focus {
    outline: 0
}

.bodyContent .content .languageForm .form button.hindi {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    margin-top: 30px
}

@media (max-width: 480px) {
    .bodyContent .content .languageForm .form button {
        width: 230px;
        height: 50px
    }
}

.bodyContent .content .languageForm .mobile-step {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .languageForm .mobile-step {
        display: block;
        position: absolute;
        right: 9px;
        bottom: -76px;
        width: 50px;
        height: 50px;
        border-radius: 65px;
        background-color: #ffffff;
        border: 2px solid #1b9de0
    }

    .bodyContent .content .languageForm .mobile-step .step-num {
        width: 35px;
        height: 35px;
        border-radius: 54px;
        background-color: #1b9de0;
        font-size: 14px;
        text-align: center;
        line-height: 2.5;
        color: #ffffff;
        position: absolute;
        top: 6px;
        left: 6px
    }
}

.bodyContent .content .declarationForm {
    float: left;
    width: 100%;
    position: relative;
    display: none
}

.bodyContent .content .declarationForm.active {
    display: block
}

.bodyContent .content .declarationForm .head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 20px
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .head {
        padding-bottom: 0;
    }
}

.bodyContent .content .declarationForm .head .title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1b9de0;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .head .title {
        font-size: 22px;
        letter-spacing: 3px;
        border: 2px solid #1b9de0;
        /*height: 35px;*/
        display: inline-block;
        margin: 0px 10px;
        float: none;
        width: auto;
        padding: 2px 22px;
        border-radius: 8px
    }
}

.bodyContent .content .declarationForm .head .subText {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    margin-top: 20px;
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .head .subText {
        display: none
    }
}

.bodyContent .content .declarationForm .head .subtext-block {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .head .subtext-block {
        display: block;
        float: left;
        width: 100%
    }

    .bodyContent .content .declarationForm .head .subtext-block .subtext-title {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #acacac;
        padding: 20px 14px
    }

    .bodyContent .content .declarationForm .head .subtext-block .otp-subtext {
        display: none;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .declarationForm .head .subtext-block .img-plot {
        float: left;
        width: 100%;
        text-align: center
    }

    .bodyContent .content .declarationForm .head .subtext-block .img-plot .mobile-img {
        display: inline-block;
        float: none;
        width: 20%
    }

    .bodyContent .content .declarationForm .head .subtext-block .img-plot .Otp-img {
        display: none;
        float: none;
        width: 20%
    }
}

.bodyContent .content .declarationForm .formHead {
    float: left;
    width: 100%;
    text-align: center
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .formHead {
        padding: 0px 16px
    }
}

.bodyContent .content .declarationForm .formHead .title {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #1b9de0;
    padding: 8px 15px;
    border-radius: 25px
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .formHead .title {
        font-size: 14px;
        padding: 8px 24px
    }
}

.bodyContent .content .declarationForm .formHead .downloadLink {
    display: inline-block;
    font-size: 14px;
    color: #acacac;
    margin-top: 15px;
    clear: both;
    text-decoration: none
}

.bodyContent .content .declarationForm .form {
    float: left;
    width: 700px;
    margin-left: calc((100% - 700px) / 2);
    margin-top: 30px
}

@media (max-width: 1112px) {
    .bodyContent .content .declarationForm .form {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
        margin-left: 0
    }
}

.bodyContent .content .declarationForm .form .checkbox-plot {
    float: left;
    width: 100%
}

.bodyContent .content .declarationForm .form .checkbox-plot label {
    float: left;
    width: 100%;
    margin-bottom: 14px
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .form .checkbox-plot label {
        display: flex;
        flex-direction: row-reverse
    }
}

.bodyContent .content .declarationForm .form .checkbox-plot label input {
    display: none
}

.bodyContent .content .declarationForm .form .checkbox-plot label input:checked~.checkbox::after {
    display: block
}

.bodyContent .content .declarationForm .form .checkbox-plot label .checkbox {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #1b9de0;
    position: relative
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .form .checkbox-plot label .checkbox {
        width: 20px;
        height: 20px
    }
}

.bodyContent .content .declarationForm .form .checkbox-plot label .checkbox::after {
    content: "\2713";
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 5px;
    top: -7px;
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .form .checkbox-plot label .checkbox::after {
        font-size: 20px;
        left: 3px;
        top: -4px
    }
}

.bodyContent .content .declarationForm .form .checkbox-plot label .text {
    float: left;
    width: calc(100% - 30px);
    padding-left: 50px;
    font-size: 18px;
    color: #acacac;
    user-select: none
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .form .checkbox-plot label .text {
        width: calc(100% - 20px);
        font-size: 14px;
        padding-left: 0px;
        padding-right: 20px
    }
}

.bodyContent .content .declarationForm .form button {
    float: left;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-left: calc((100% - 300px) / 2);
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .form button {
        width: 230px;
        height: 50px;
        margin-left: 0
    }
}

.bodyContent .content .declarationForm .btn-plot {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-left: 50px */
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .btn-plot {
        width: 100%;
        padding-left: 0px
    }
}

.bodyContent .content .declarationForm .btn-plot button {
    float: right;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff960;
    text-transform: capitalize;
    margin: 40px 0px;
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .btn-plot button {
        width: 230px;
        height: 50px;
        margin-top: 25px
    }
}

.bodyContent .content .declarationForm .previous {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .previous {
        display: block;
        position: absolute;
        bottom: -65px;
        left: 0;
        background-color: #ffffff;
        width: 100px;
        font-size: 12px;
        text-align: center;
        text-transform: capitalize;
        color: #aaaaaa;
        border-radius: 35px;
        filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
        border: 2px solid #aaaaaa;
        margin-left: calc((100% - 100px) / 2);
        padding: 7px 0px
    }
}

.bodyContent .content .declarationForm .mobile-step {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .declarationForm .mobile-step {
        display: block;
        position: absolute;
        right: 9px;
        bottom: -76px;
        width: 50px;
        height: 50px;
        border-radius: 65px;
        background-color: #ffffff;
        border: 2px solid #1b9de0
    }

    .bodyContent .content .declarationForm .mobile-step .step-num {
        width: 35px;
        height: 35px;
        border-radius: 54px;
        background-color: #1b9de0;
        font-size: 14px;
        text-align: center;
        line-height: 2.5;
        color: #ffffff;
        position: absolute;
        top: 6px;
        left: 6px
    }
}

.bodyContent .content .introductionSection {
    float: left;
    width: 100%;
    padding: 40px 50px;
    position: relative;
    display: none
}

.bodyContent .content .introductionSection.active {
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection {
        padding: 40px 30px
    }
}

.bodyContent .content .introductionSection .head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 40px
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .head {
        padding-bottom: 0
    }
}

.bodyContent .content .introductionSection .head .title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1b9de0;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .head .title {
        font-size: 22px;
        letter-spacing: 3px;
        border: 2px solid #1b9de0;
        height: 35px;
        display: inline-block;
        float: none;
        width: auto;
        padding: 2px 22px;
        border-radius: 8px
    }
}

.bodyContent .content .introductionSection .head .subText {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    margin-top: 20px;
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .head .subText {
        display: block;
        font-size: 13px;
    }
}

.bodyContent .content .introductionSection .head .subtext-block {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .head .subtext-block {
        display: block;
        float: left;
        width: 100%
    }

    .bodyContent .content .introductionSection .head .subtext-block .subtext-title {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .introductionSection .head .subtext-block .otp-subtext {
        display: none;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .introductionSection .head .subtext-block .img-plot {
        float: left;
        width: 100%;
        text-align: center
    }

    .bodyContent .content .introductionSection .head .subtext-block .img-plot .mobile-img {
        display: inline-block;
        float: none;
        width: 20%
    }

    .bodyContent .content .introductionSection .head .subtext-block .img-plot .Otp-img {
        display: none;
        float: none;
        width: 20%
    }
}

.bodyContent .content .introductionSection .question {
    position: absolute;
    width: 60px;
    right: 30px;
    top: 35px
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .question {
        right: -19px;
        top: -19px
    }
}

.bodyContent .content .introductionSection .question img {
    float: left;
    width: 100%
}

.bodyContent .content .introductionSection .content-wrap {
    float: left;
    width: 100%;
    padding-top: 40px
}

@media (max-width: 1112px) {
    .bodyContent .content .introductionSection .content-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center
    }
}

.bodyContent .content .introductionSection .content-wrap .context {
    float: left;
    width: 50%;
    padding-right: 50px;
    position: relative
}

@media (max-width: 1112px) {
    .bodyContent .content .introductionSection .content-wrap .context {
        width: 100%;
        padding-right: 0;
        padding-top: 20px
    }
}

.bodyContent .content .introductionSection .content-wrap .context ol {
    margin: 0;
    padding: 0
}

.bodyContent .content .introductionSection .content-wrap .context ol li {
    font-size: 20px;
    color: #acacac;
    text-align: left;
    margin-bottom: 30px
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .content-wrap .context ol li {
        font-size: 14px;
        line-height: 20px;
        color: #acacac;
        font-weight: 400
    }
}

.bodyContent .content .introductionSection .content-wrap .context .question {
    position: absolute;
    width: 60px;
    left: 0;
    right: auto;
    bottom: -60px;
    top: auto
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .content-wrap .context .question {
        width: 40px;
        left: -8px;
        bottom: -25px
    }
}

.bodyContent .content .introductionSection .content-wrap .context .question img {
    float: left;
    width: 100%
}

.bodyContent .content .introductionSection .content-wrap .videoContext {
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 50px
}

@media (max-width: 1112px) {
    .bodyContent .content .introductionSection .content-wrap .videoContext {
        width: 100%;
        padding-left: 0
    }
}

.bodyContent .content .introductionSection .content-wrap .videoContext .videoHolder {
    float: left;
    width: 100%;
    border: solid 5px #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden
}

.bodyContent .content .introductionSection .content-wrap .videoContext .videoHolder img {
    float: left;
    width: 100%
}

.bodyContent .content .introductionSection .content-wrap .videoContext .tutoLink {
    display: inline-block;
    font-size: 14px;
    color: #acacac;
    margin-top: 15px;
    clear: both;
    text-decoration: none
}

.bodyContent .content .introductionSection .btn-plot {
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-left: 50px */
    margin: auto;
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .btn-plot {
        width: 100%;
        padding-left: 0px
    }
}

.bodyContent .content .introductionSection .btn-plot button {
    float: right;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff960;
    text-transform: capitalize;
    margin-top: 40px;
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .btn-plot button {
        width: 230px;
        height: 50px;
        margin-top: 25px
    }
}

.bodyContent .content .introductionSection .mobile-step {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .mobile-step {
        display: block;
        position: absolute;
        right: 9px;
        bottom: -45px;
        width: 50px;
        height: 50px;
        border-radius: 65px;
        background-color: #ffffff;
        border: 2px solid #1b9de0
    }

    .bodyContent .content .introductionSection .mobile-step .step-num {
        width: 35px;
        height: 35px;
        border-radius: 54px;
        background-color: #1b9de0;
        font-size: 14px;
        text-align: center;
        line-height: 2.5;
        color: #ffffff;
        position: absolute;
        top: 6px;
        left: 6px
    }
}

.bodyContent .content .introductionSection .previous {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .introductionSection .previous {
        display: block;
        position: absolute;
        bottom: -34px;
        left: 0;
        background-color: #ffffff;
        width: 100px;
        font-size: 12px;
        text-align: center;
        text-transform: capitalize;
        color: #aaaaaa;
        border-radius: 35px;
        filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
        border: 2px solid #aaaaaa;
        margin-left: calc((100% - 100px) / 2);
        padding: 7px 0px
    }
}

.bodyContent .content .info-form {
    float: left;
    width: 100%;
    padding: 50px 150px;
    position: relative;
    display: none
}

@media (max-width: 1366px) {
    .bodyContent .content .info-form {
        padding: 50px 120px
    }
}
@media (max-width: 1112px) {
    .bodyContent .content .info-form {
        padding: 50px 30px;
    }
}

.bodyContent .content .info-form.active {
    display: block;    
}

@media (max-width: 480px) {
    .bodyContent .content .info-form {
        padding: 20px 25px
    }
}

.bodyContent .content .info-form .head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 40px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .head {
        padding-bottom: 0
    }
}

.bodyContent .content .info-form .head .title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #1b9de0;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .head .title {
        font-size: 22px;
        letter-spacing: 3px;
        border: 2px solid #1b9de0;
       /* height: 64px;*/
        display: inline-block;
        float: none;
        padding: 2px 22px;
        border-radius: 8px
    }
}

.bodyContent .content .info-form .head .subText {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    margin-top: 20px;
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .head .subText {
        display: none
    }
}

.bodyContent .content .info-form .head .subtext-block {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .head .subtext-block {
        display: block;
        float: left;
        width: 100%
    }

    .bodyContent .content .info-form .head .subtext-block .subtext-title {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .info-form .head .subtext-block .otp-subtext {
        display: none;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .info-form .head .subtext-block .img-plot {
        float: left;
        width: 100%;
        text-align: center
    }

    .bodyContent .content .info-form .head .subtext-block .img-plot .mobile-img {
        display: inline-block;
        float: none;
        width: 20%
    }

    .bodyContent .content .info-form .head .subtext-block .img-plot .Otp-img {
        display: none;
        float: none;
        width: 20%
    }
}

.bodyContent .content .info-form .question {
    position: absolute;
    width: 60px;
    right: 30px;
    top: 35px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .question {
        width: 50px;
        right: -19px;
        top: -19px
    }
}

.bodyContent .content .info-form .question img {
    float: left;
    width: 100%
}

.bodyContent .content .info-form .commonForm {
    float: left;
    width: 100%;
    display: block;
   /* display: none;*/
}

.bodyContent .content .info-form .commonForm.step {
    display: block
}

.bodyContent .content .info-form .commonForm .head {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 40px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .head {
        padding-bottom: 0
    }
}

.bodyContent .content .info-form .commonForm .head .title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1b9de0;
    text-transform: uppercase
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .head .title {
        font-size: 22px;
        letter-spacing: 3px;
        border: 2px solid #1b9de0;
       /* height: 64px;*/
        display: inline-block;
        float: none;
        padding: 2px 22px;
        border-radius: 8px
    }
}

.bodyContent .content .info-form .commonForm .head .subText {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #acacac;
    margin-top: 20px;
    display: block
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .head .subText {
        display: block;
        font-size: 13px;
    }
}

.bodyContent .content .info-form .commonForm .head .subtext-block {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .head .subtext-block {
        display: block;
        float: left;
        width: 100%
    }

    .bodyContent .content .info-form .commonForm .head .subtext-block .subtext-title {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .info-form .commonForm .head .subtext-block .otp-subtext {
        display: none;
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0px;
        color: #282928;
        padding: 20px 14px
    }

    .bodyContent .content .info-form .commonForm .head .subtext-block .img-plot {
        float: left;
        width: 100%;
        text-align: center
    }

    .bodyContent .content .info-form .commonForm .head .subtext-block .img-plot .mobile-img {
        display: inline-block;
        float: none;
        width: 20%
    }

    .bodyContent .content .info-form .commonForm .head .subtext-block .img-plot .Otp-img {
        display: none;
        float: none;
        width: 20%
    }
}

.bodyContent .content .info-form .commonForm .formGroup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bodyContent .content .info-form .commonForm .formGroup .formInput {
    width: 48%;
    margin-top: 30px
}

.bodyContent .content .info-form .commonForm .formGroup .formInput.full-plot {
    width: 100%
}

.bodyContent .content .info-form .commonForm .formGroup .formInput label {
    float: left;
    /*width: auto;*/
    width: 100%;
    font-size: 16px;
    color: #acacac;
    margin-bottom: 12px;
    padding-right: 12px;
    word-break: break-all;
    /*position: relative;*/
}

.bodyContent .content .info-form .commonForm .formGroup .formInput label.mandatory span {
    color: red;
    font-size: 12px;
    position: relative;
    top: -5px;
    left: 2px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput label {
        font-size: 14px;
        position: relative;
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput label.sd-h {
    height: 70px
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input {
    float: left;
    width: 100%;
    border-radius: 5px;
    background-color: #fff
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .input .imglablecustom{
    word-break: break-all;
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .input {
        border: 0
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input input {
    float: left;
    width: 100%;
    height: 35px;
    padding: 8px;
    border: 0;
    font-size: 16px;
    color: #acacac;
    border-radius: 5px;
    border: solid 1px #282928
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input span {
	color: #acacac;
	padding: 0px 8px;
	line-height: 33px;
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input input.my-input{
    width: 85%;
	text-align:right;
}

@media (max-width: 1112px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .input input.my-input{
        width: 82%;
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input input::placeholder {
    color: #acacac
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .input input {
        background-color: #dff7fc;
        font-size: 12px
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center;
    margin: 0;
    width: 100%;
    position: relative
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input.files input:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: -14%;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(../image/upload.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .input.files input:after {
        width: 33px;
        height: 33px;       
    }
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .input.files input {
        padding: 120px 45px;        
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .input textarea {
    float: left;
    width: 100%;
    /*height: 80px;*/
    height: 120px;
    padding: 8px;
    border: 0;
    font-size: 16px;
    color: #acacac;
    border-radius: 5px;
    border: solid 1px #282928;
    resize: none
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .input .parsley-errors-list{
    float: left;
    width: auto;
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .input .parsley-errors-list.filled{
    padding: 5px 0px 0px;
}
@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .input textarea {
        background-color: #dff7fc
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .select {
    float: left;
    width: 100%;
   /* border: solid 1px #282928;*/
    border-radius: 5px;
    background-image: url(../image/drop-arrow.png);
    background-position: 98% 14px;
    background-repeat: no-repeat;
    background-size: 12px;
    overflow: hidden;
    background-color: #fff
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .select.multi-selct{
    border: solid 1px #282928;
}
@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .select {
        background-color: #dff7fc;
        /*border: 0*/
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .select select {
    float: left;
   /* width: calc(100% + 30px);*/
    width: 99%;
    height: 40px;
    padding: 8px;
    font-size: 16px;
    color: #acacac;
    /*border: 0;*/
    border: solid 1px #282928;
    background-color: transparent;
    border-radius: 5px;
    line-height: 21px;
}
select{
    -webkit-appearance: none;
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .select select {
        width: 100%;
        font-size: 12px;
        /*background-color: #dff7fc;*/
    }
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .select .parsley-errors-list{
    float: left;
    width: 100%;
    margin: 0;
    
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .select .parsley-errors-list .parsley-required{
    padding: 7px 0;
    background: #fff;
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap {
    float: left;
    width: 100%
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks {
    float: left;
    width: 40%;
    margin-top: 15px
}
.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks1 {
    float: left;
    width: 25%;
    margin-top: 15px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks {
         margin-top: 20px !important;
        width: 47%
    }
    .bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks1 {
        width: 25%
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks.duo {
    width: 50%;
    margin-top: 0
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks {
        margin-top: 0
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label {
    float: left;
    width: 100%
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label input {
    display: none
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label input:checked~.checkbox::after {
    display: block
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label .checkbox {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #1b9de0;
    position: relative
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label .checkbox {
        width: 22px;
        height: 22px
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label .checkbox::after {
    content: "\2713";
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 5px;
    top: -2px;
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label .checkbox::after {
        font-size: 20px;
        left: 2px;
        top: -3px
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label .text {
    float: left;
    width: calc(100% - 30px);
    padding-left: 15px;
    font-size: 16px;
    color: #acacac;
    user-select: none
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput .check-wrap .checks label .text {
        font-size: 12px;
        padding-left: 10px
    }
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .formGroup .formInput {
        width: 100%
    }
}

.bodyContent .content .info-form .commonForm .formGroup .formInput .note {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #acacac;
    padding-bottom: 5px;
    padding-top: 5px
}

.bodyContent .content .info-form .commonForm .btn-plot {
    float: left;
    width: 100%;
    padding: 50px 10%;
    text-align: center
}

@media (max-width: 1366px) {
    .bodyContent .content .info-form .commonForm .btn-plot {
        padding: 50px 0%
    }
}

.bodyContent .content .info-form .commonForm .btn-plot.hide {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .btn-plot {
        padding: 2px 0 50px
    }
}

.bodyContent .content .info-form .commonForm .btn-plot button {
    display: inline-block;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: 0;
    font-size: 20px;
    color: #fff960;
    margin-top: 10px;
    background-color: #1b9de0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
}
@media (max-width: 1112px) {
    .bodyContent .content .info-form .commonForm .btn-plot button {
        width: 240px;
    }
}
@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .btn-plot button {
        width: 45%;
        height: 40px;
        font-size: 16px
    }
}

.bodyContent .content .info-form .commonForm .btn-plot button.saveDraft {
    background-color: #fff;
    border: solid 1px #1b9de0;
    color: #1b9de0;
    margin-right: 50px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .commonForm .btn-plot button.saveDraft {
        margin-right: 8px
    }
}

.bodyContent .content .info-form .mobile-step {
    display: none
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .mobile-step {
        display: block;
        position: absolute;
        right: 9px;
        bottom: -38px;
        width: 50px;
        height: 50px;
        border-radius: 65px;
        background-color: #ffffff;
        border: 2px solid #1b9de0
    }

    .bodyContent .content .info-form .mobile-step .step-num {
        width: 35px;
        height: 35px;
        border-radius: 54px;
        background-color: #1b9de0;
        font-size: 14px;
        text-align: center;
        line-height: 2.5;
        color: #ffffff;
        position: absolute;
        top: 6px;
        left: 6px
    }
}

.bodyContent .content .info-form .previous {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #ffffff;
    width: 100px;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #aaaaaa;
    border-radius: 35px;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
    border: 2px solid #aaaaaa;
    margin-left: calc((100% - 100px) / 2);
    padding: 7px 0px
}

@media (max-width: 480px) {
    .bodyContent .content .info-form .previous {
        display: block;
        position: absolute;
        bottom: -28px;
        left: 0;
        background-color: #ffffff;
        width: 100px;
        font-size: 12px;
        text-align: center;
        text-transform: capitalize;
        color: #aaaaaa;
        border-radius: 35px;
        filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
        border: 2px solid #aaaaaa;
        margin-left: calc((100% - 100px) / 2);
        padding: 7px 0px
    }
}

.bodyContent .video-plot {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 199;
    display: none
}

.bodyContent .video-plot .bg-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9)
}

.bodyContent .video-plot .close {
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1.8;
    position: absolute;
    right: 23%;
    top: 21%;
    border-radius: 50%;
    cursor: pointer;
    z-index:12;
}

.bodyContent .video-plot .video-wrap {
    width: 50%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0
}

@media (max-width: 1112px) {
    .bodyContent .video-plot .video-wrap {
        width: 80%
    }
}

@media (max-width: 480px) {
    .bodyContent .video-plot .video-wrap {
        width: 90%
    }
}

.bodyContent .video-plot .video-wrap .video-block {
    float: left;
    width: 100%
}

.bodyContent .video-plot .video-wrap .video-block video {
    float: left;
    width: 100%
}

.bodyContent .video-plot .video-wrap .video-block iframe {
    float: left;
    width: 100%;
    height: 100%
}
.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

#msg2, #msg7, #msg8, #msg10 {
    float: left;
    width: 100%;
    text-align: center;
}
#msg2 p, #msg7 p, #msg8 p, #msg10 p{
    margin: 0;
}
.input .btn-block{
    float: left;
    width: 100%;
}
.input .btn-block .removebtncustom, .input .btn-block a{
    display: inline-block;
    background: #1b9de0; 
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    border: 0;
    padding: 5px 18px;
}
.toast-plot{
    float: left;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 22%;
    left: 0;
   display: none;
}
.toast-plot .toast-msg{
    display: inline-block;
    width: auto;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}
.toast-plot .toast-msg .icon{
    float: right;
    width: 10px;
    margin-left: 20px;
    margin-top: 4px;
    cursor: pointer;
}
.toast-plot .toast-msg .icon img{
    float: right;
    width: 100%;
}
@media (max-width: 1112px) {
    .bodyContent .video-plot .close {
        right: 7%;
        top: 31%;
    }
    .toast-plot{
        top: 15%;
    }
}

@media (max-width: 480px) {
    #msg2 p{
        font-size: 12px;
    }
    .bodyContent .video-plot .close {
	right: 0%;
        top: 32%;
        z-index: 12;
    }    
    .toast-plot{
        top: 10%;
    }
}

.info-icon{
        display: inline-block;
        width: 20px;
        position: relative;
        margin-bottom: -6px;
        cursor: pointer;
		margin-left: 5px;
}

@media (max-width: 480px) {
    .info-icon{
        position: unset;
    }
}
.info-icon img{
    float: left;
    width: 100%
}

.info-plot{
    width: 290px;
    background-color: rgba(0,0,0,0.8);
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    left: auto;
    border-radius: 6px;
    z-index: 2;
    word-break: break-word;
    display: none;
}

.info-icon:hover .info-plot{
    display: block;
}

/*@media (max-width: 1112px) {
    .info-plot{
                
            }
}*/
@media (max-width: 480px) {
    .info-plot{
        width: 264px;
       left: 0;
       top: 70px;
    }
}
.btn-note {
	width: 100%;
	float: left;
	margin: 17px 0px;
	font-size: 14px;
	color: #acacac;
	text-align: center;
}


.checkbox-plot{
    float: left;
    width: 100%;
}
.checkbox-plot label {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.checkbox-plot label input {
    display: none;
}
.checkbox-plot label .checkbox {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #1b9de0;
    position: relative;
}
.checkbox-plot label .checkbox::after {
    content: "\2713";
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 5px;
    top: -7px;
    display: none;
}
.checkbox-plot label input:checked~.checkbox::after {
    display: block;
}
.checkbox-plot label .text {
    float: left;
    width: calc(100% - 30px);
    padding-left: 50px;
    font-size: 18px;
    color: #acacac;
    user-select: none;
}
.checkbox-plot label .text span{
    color: red;
    font-size: 22px;
}



@media (max-width: 480px) {
    .checkbox-plot label .checkbox {
        width: 20px;
        height: 20px;
    }
    .checkbox-plot label .text{
        font-size: 12px;
        padding-left: 10px;
    }
    .checkbox-plot label .text span{
        color: red;
        font-size: 12px;
    }
	
	.checkbox-plot label .checkbox::after{
        font-size: 19px;
        left: 3px;
        top: -5px;
    }
}


.bodyContent .content .info-form .commonForm .formGroup .formInput label{
    word-break: break-word;
}
.display-none{
    display: none;
}

#industry_sector_itemList hr{
    display:none !important;
}
/*# sourceMappingURL=style.css.map */

button:disabled.btn-disabled {
    opacity: 0.5;
}

@media (min-width: 480px) {
    .f-16 {font-size: 16px !important;}
}


footer{
    float: left;
    width: 100%;
}

footer .footer-slot{
    width: 100%;
    float: left;
    background-color: #1b9de0;
	padding: 15px 30px;
}
.footer-slot .copyright{
    width: 100%;
    float: left;
    font-size: 12px;
text-align:center;
color:#fff;

}

@media (max-width:1024px) and (min-width:768px){
    .bodyContent .content .info-form .question {
        right: 5px;
        top: 5px;
    }
    .bodyContent .content .introductionSection .btn-plot {
        width: 100%;
        padding-left: 0px;
    }

}

.select2-container--default .select2-selection--multiple{
    border: none;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
}
.select2-container {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:  none;
}

.select select {
    line-height: 23px;
    height: 42px;
}
.checkbox_dec {
    width: 10px !important;
}

.checkbox-plot .text {
    float: left;
    width: calc(100% - 30px);
    padding-left: 50px;
    font-size: 18px;
    color: #acacac;
    user-select: none;
}
@media (max-width:480px){
    .checkbox-plot .text {
        font-size: 12px;
        padding-left: 15px;
    }
}

.custom-tooltip{
top: unset;
    left: 21px;
    font-size: 12px;
    width: 700px;
    bottom: 0;
}
@media (max-width: 1112px){
    .custom-tooltip{
        width: 434px;
    }
}
@media (max-width: 480px){
.custom-tooltip{
    width: 264px;
    bottom: 26px;
    left: -11px;
}
}
@media (max-width: 320px){
.custom-tooltip{
left: -28px;
}
}

#wrapper, #venturetbl, #wrapper2{
    float: left;
    width: 100%;
}
 #venturetbl{
    padding-top: 12px;
 }
#wrapper tr{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#wrapper th {
    float: left;
    width: 50%;
}

#wrapper td {
    float: left;
    width: 50%;
}

#wrapper input{
    width: 92%;
}
.header-anchor {   
        width: auto;
        height: auto;       

}
/*.header-anchor:after {   
         content: "";
  background-color: #000;
  position: absolute;
  width: 5px;
  height: 100px;
  top: 10px;
  left: 50%;
  display: block;  

}*/
.header-anchor a {  
    text-decoration: none;
    color: black; 
}
.vertical-first{
        display: inline-block;
     }
@media (max-width: 480px){
    #wrapper input{
        width: 88%;
    }    
}
@media (max-width: 768px){   
    .header-anchor { 
        content: '\a';            
        width: 40%;
        height: 130px;
    }
    .header-anchor:first-of-type{   
        clear: left !important;   
        width: 40%;   

     }
     .vertical-first{
        display: none !important;
     }
}
@media (max-width:1024px) and (min-width:768px){
    .bodyContent .content .declarationForm .btn-plot {
        padding-left:0px;
    }
}

@media (max-width: 1112px){
    .subtext.mobile-subText{
        display: block !important;
        font-size: 14px !important;
        padding: 0 16px;
    }
}

.f-left{
    float: left;
    width: 45%;
    margin-right: 10%;
}

.f-right {
    float: left;
    width: 45%;
}

@media (max-width: 480px){
    .social-label{
        margin-top: 6px;
    }
}

@media screen and (orientation:landscape) {
    .bodyContent .video-plot .close{
        top: 17%;
    }
}
#more_shareholders_dev{
    margin-top: -9px;
}
.social-label {
	margin-top: 12px;
}
.captcha{
    margin-top: 40px;
    padding: 20px;
    text-align: center;
}
.captcha-input{   
    text-align: center;
}
.captcha-input-box {
    border: 2px solid grey; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}
 .captcha_rectangle 
{ 
    border: 1px solid grey;
    height: 50px;
    width: 120px;
    padding: 10px;
    margin: auto;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);    
    -webkit-transition: all 4s ease;
    -moz-transform: all 4s ease;
    -ms-transition: all 4s ease;
    -o-transition: all 4s ease;
    transform: all 4s ease;
    -webkit-transform: skewY(-20deg);
    -moz-transition: skewY(-20deg);
    -ms-transition: skewY(-20deg);
    -o-transition: skewY(-20deg);
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #1f9de0;
} 
.col {
  left: 50%;
  min-height: 1024px;
  /*demo!k*/
  position: absolute;
  top: 0; 
  z-index: 0; 
  /*demo!*/
  margin-left: -720px;
}
.rectangle-15 {  
  height: 81px;
  /*demo!vVZuh*/
  margin: 1px 0 0 24px;
  width: 1px;
  /*demo!q0j4ly1h*/
  background: rgba(23, 23, 23, 0.3);
  /*demo!hqJwtCgubJaUr*/
}
 

.vertical-line{
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 10 10px;
    height: 125px;
}
.header-anchor{
    float: left;
    margin: 10 10;
    pointer-events: none;
    text-decoration: none;
    text-align: center;
    color: black;
}
#educational_institution::placeholder {
    font-size: 12px;
    opacity: 1; /* Firefox */
}
.tv-info-plot {
    width: 90px;
    background-color: rgba(0,0,0,0.8);
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2;
    padding: 2px 4px;
    position: absolute;
    top: 25px;
    left: auto;
    border-radius: 6px;
    z-index: 2;
    word-break: break-word;
    display: none;
}
.help_video:hover .tv-info-plot{
    display: block;
}
@media (max-width: 360px) {
    .tv-info-plot {
    top:0px;
    left:35px;    
    }
}
.month_year_duration_info {
    background-color: #1b9de0;
    color: white;
    padding: 3px 9px 4px 10px;
} 
.custom_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
    padding: 8px 9px 11px 36px;
    background-repeat: no-repeat;
    background-position: 10px left center;
}

.custom_disabled{
    opacity: 0.5;
}