@charset "utf-8";
/* CSS Document */


* { padding: 0px; margin: 0px; list-style-type: none; text-decoration: none; outline: none; }
section { display: inline-block; width: 100%; position: relative; }
a:hover, button:hover, a:focus, button:focus, a, button { cursor: pointer; text-decoration: none !important; outline: none; }
ul, li { list-style-type: none; margin: 0px; }
span, p, label, li, a, button, input, select, textarea, div { font-size: 14px; transition: all 0.2s ease 0s; font-weight: 400; }
p { margin: 0px; color: #444444; font-size: 15px; line-height: 28px; }
h1, h2, h3, h4, h5, h6 { transition: all 0.3s linear 0s; color: #333333; font-weight: 500 !important; }
body { overflow-x: hidden; margin: 0px; padding: 0px; font-family: 'Poppins', sans-serif !important; background-color: #F6F6F6; }
a, button { outline: none !important; text-decoration: none !important; }
p { font-weight: 300 !important; }


/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {  100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {  100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
.hvr-ripple-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; padding: 9px 45px; background-color: #fff; border: 0; border-radius: 60px; }
.hvr-ripple-out:before { content: ''; position: absolute; border: #E17000 solid 6px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; border-radius: 60px; }
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before { -webkit-animation-name: hvr-ripple-out; animation-name: hvr-ripple-out; }
.baseGradient { background: rgb(248,128,111); background: linear-gradient(94deg, rgba(248, 128, 111, 1) 0%, rgba(117, 196, 252, 1) 49%, rgba(87, 198, 90, 1) 100%); min-height: 100vh; }
.bannerSec { position: absolute; top: 10%; transform: translateY(0%); width: 100% !important; }
.frontBox { background-color: #fff; padding: 25px 35px 10px 35px; border-radius: 25px; border: 1px solid #C8C8C8; text-align: center; }
.frontBox1 .darkPara { margin-bottom: 6px; }
.baseGradient { }
.darkPara1 { font-weight: 600 !important; font-size: 17px; line-height: 31px; margin-bottom: 15px; text-align: left; }
.textLabel { color: #000000; font-size: 18px; font-weight: 500; display: block; margin: auto; background-color: #fff; padding: 15px; position: relative; margin-top: -45px; margin-bottom: 20px; width: 270px; border-radius: 65px; border: 1px solid #C8C8C8; position: relative; top: -7px; }
.darkPara { color: #000000; font-size: 15px; font-weight: 500 !important; text-align: left; }
.ecUL { }
.ecUL li { }
.ecUL li p { color: #333; position: relative; margin-bottom: 5px; text-align: left; padding-left: 24px; }
 .ecUL li p::before {
 display: inline-block;
 content: "";
 width: 12px;
 height: 12px;
 border-radius: 15px;
 background-color: #E34848;
 position: absolute;
 left: 0px;
 top: 8px;
}
.bannerSec1 { position: relative; top: 60px; transform: unset; width: 100% !important; }
.headSec { }
.headbar { display: inline-block; width: 100%; min-height: 37px; padding: 5px 15px; }
.headbar p { margin: 0; color: #fff; }
.headLogo { background-color: #3293D8; padding: 15px; align-items: center; }
.headLogo img { height: 75px; }
.menuTop { display: inline-block; float: right; margin: 0; margin-top: 27px; }
.menuTop li { display: inline-block; margin-left: 20px }
.menuTop li a { font-weight: 500; color: #fff !important; }
.sliderSec { }
.mySwiper .swiper-slide { background-position: center; background-size: cover; }
.swiper-slide { display: inline-block; min-height: 800px; width: 1920px; height:970px; }
.swiper-slide div { display: inline-block; min-height: 82vh; }
.footerMenu { margin-top: 20px; margin-bottom: 30px; }
.footerMenu li { display: inline-block; margin: 0px 10px; }
.footerMenu li a { }
footer img { height: 85px; max-width:100%; }
.footerSocial { margin-bottom: 24px; }
.footerSocial li { display: inline-block; margin: 0px 10px; }
.footerSocial li a { color: #ea4024; border: 1px solid #e1e1e1; display: inline-block; width: 40px; height: 40px; line-height: 41px; border-radius: 40px; box-shadow: 0px 4px 5px rgb(0 0 0 / 10%); background-color: #fff; font-size: 18px; }
.copyContent { background: linear-gradient(94deg, rgba(248, 128, 111, 1) 0%, rgba(117, 196, 252, 1) 49%, rgba(87, 198, 90, 1) 100%); text-align: center; padding: 6px; font-weight: 500; font-size: 13px; }
footer { text-align: center; padding-top: 24px; background-color: #EFEFEF; }
.buttonAction { text-align: center; }
.buttonAction ul { position: absolute; top: 44%; transform: translateY(-50%); width: 100%; }
.buttonAction ul li { display: inline-block; }
.buttonAction ul li a { display: inline-block; width: 201px; padding: 15px 15px; text-align: center; color: #fff !important; border-radius: 80px; font-size: 16px; }
.swiper-button-next { background-image: url('../img/iconArrowRight.svg') !important; }
.swiper-button-prev { background-image: url('../img/iconArrowleft.svg') !important; }
.swiper-button-next, .swiper-button-prev { background-color: #B4B4B4; width: 70px !important; height: 70px !important; border-radius: 24px; }
.modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #ffffffa8 !important; background-clip: padding-box !important; border: 1px solid rgba(0, 0, 0, .2) !important; border-radius: 0.3rem !important; outline: 0 !important; background: rgb(255 255 255 / 45%) !important; border-radius: 16px !important; box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important; backdrop-filter: blur(8.8px) !important; -webkit-backdrop-filter: blur(8.8px) !important; border: 1px solid rgba(255, 255, 255, 0.13) !important; }
.modal-title { color: #fff; font-size: 18px; }
.modal-header .close { padding: 0 !important; opacity: 1; margin-right: -8px !important; margin-top: -6px !important; }
.modelUl { }
.modelUl li { margin-bottom: 15px; }
.modelUl li input { width: 100%; background-color: rgb(255 255 255 / 37%); border: 1px solid #c9c9c9; border-radius: 55px; padding: 12px 15px; color: #000; font-size: 15px; }
.modelUl li input:focus { background-color: rgb(255 255 255 /50%); }
.modelUl li label { color: #fff; }
.modelUl li button, .congratsDiv button { width: 201px; padding: 15px 15px; text-align: center; color: #fff !important; border-radius: 80px; font-size: 16px; background-color: #ea4024; border: 0; display: block; margin: auto; margin-top: 40px; }
.modal-header { margin-bottom: 18px; }
.dualLI { display: flex; }
.dualLI div { flex: 1; }
.modelUl li div, .common-div .formUL .otp-section { position: relative; }
.modelUl li div a, .otp-section .otp { color: #f92502 !important; position: absolute; right: 18px; top: 43px; }
.modelUl li div p { text-align: right; color: #fff; opacity: 0.5; }
.congratsDiv { }
.congratsDiv img { display: block; margin: auto; margin-top: 12px; margin-bottom: 4px; }
.congratsDiv label { text-align: center; display: inline-block; width: 100%; color: #fff; font-weight: 500; font-size: 27px; }
.congratsDiv p { text-align: center; color: #fff; font-weight: 500 !important; line-height: 24px; margin: 0; }
.congratsDiv button { margin-top: 34px; margin-bottom: 20px; }
.navTabs_new { }
.navTabs_new li { }
.navTabs_new li a { color: #000000; font-weight: 500; padding: 12px 0px; display: inline-block; width: 100%; font-size: 15px; border-bottom: 1px dashed #d7d7d7; }
.commanDiv, .common-div, .registration-steps { margin-top: 40px; background-color: #ffffff; box-shadow: 0px 3px 6px rgb(0 0 0 / 9%); padding: 15px !important; display: inline-block !important; width: 100%; box-sizing: border-box; border-radius: 15px; min-height: 600px; }
section { background-color: transparent !important; }
body { background-color: #F6F6F6 !important; }
.navTabs_new li a.active { color: #ea4024 !important; border-bottom: 1px dashed #ea4024 !important; }
.formUL { display: flex; flex-wrap: wrap; }
.formUL li { min-width: 50%; margin-bottom: 12px; }
 .formUL li:nth-child(even) {
padding-left: 15px;
}
 .formUL li:nth-child(odd) {
padding-right: 15px;
}
.formUL li label { margin-bottom: 5px; font-weight: 500; }
.formUL li > div { display: flex; flex: 1; }
.formUL li > div > div { flex: 1; }
 .formUL li > div > div:nth-child(even) {
 flex: 1;
 margin: 0px 15px;
}
.formUL li input, .formUL li select { text-transform: uppercase; width: 100%; height: 40px; border-radius: 40px; border: 1px solid #dfdfdf; background-color: #F8F8F8; padding: 0px 15px; color: #3A3A3A; }
.formUL li input:focus, .formUL li select:focus { background-color: #fbfbfb; border: 1px solid #b7b7b7; }
.formUL li select { }
.pageHead { font-size: 28px; padding-bottom: 0px; font-weight: 500 !important; margin-bottom: 6px; margin-top: 11px; }
.formUL li input[disabled] { background-color: #DEDEDE; color: #000000 !important; font-weight: 500; }
.btnComman, .btn-common { display: inline-block; min-width: 10px; padding: 9px 15px; text-align: center; color: #fff !important; border-radius: 80px; font-size: 16px; /*background-color: #EA4024;*/
    background-color: #3293D8; border: 0; }
.formSec { padding-bottom: 55px; border-bottom: 1px solid #d9d9d9; }
.innertabs li a { padding: 12px 15px; font-size: 13px; text-align: center; white-space: nowrap; border-bottom: 2px solid #d7d7d7; }
.innertabs li { flex: auto; }
.innertabs { border-bottom: 0px !important; flex-wrap: nowrap !important; border-bottom: 0 !important; margin-bottom: 18px !important; overflow-x: auto; }
.innertabs li a.active { border-bottom: 2px solid #ea4024 !important; }
.innertabs li a { padding: 9px 9px; }
.btnNext { display: inline-block; width: 201px; padding: 15px 15px; text-align: center; color: #fff !important; border-radius: 80px; font-size: 16px; margin: auto; display: block; margin-top: 31px; border: 0; margin-bottom: -35px; }
/* Customize the label (the container) */
.checkContainer, .radioContainer { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 25px; }
/* Hide the browser's default checkbox */
.checkContainer input, .radioContainer input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
/* Create a custom checkbox */
.checkmark, .radiomark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 5px; }
.radiomark { border-radius:15px; }

/* On mouse-over, add a grey background color */
.checkContainer:hover input ~ .checkmark, .radioContainer:hover input ~ .radiomark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .checkmark, .radioContainer input:checked ~ .radiomark {
 background-color: #ea4024;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .radiomark:after { content: ""; position: absolute; display: none; }

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.checkContainer .checkmark:after { left: 10px; top: 5px; width: 6px; height: 12px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.radioContainer .radiomark:after { display:block; left:8px; top:8px; width:9px; height:9px; background-color:#fff; border-radius:9px; }
.uploadDiv form { position: relative; margin-top: 0px; width: 180px; height: 200px; border: 2px dashed #dfe3e7; background: #f5f7fa; border-radius: 10px; }
.uploadDiv form p { width: 100%; height: 100%; text-align: center; line-height: 202px; color: #000000; }
.uploadDiv form input { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; }
.uploadDiv form button { margin: 0; color: #fff; background: #16a085; border: none; width: 508px; height: 35px; margin-top: -20px; margin-left: -4px; border-radius: 4px; border-bottom: 4px solid #117A60;  transition: all .2s ease;
outline: none; }
.uploadDiv form button:hover { background: #149174; color: #0C5645; }
.uploadDiv form button:active { border:0; }
.uploadDiv { margin: 0px 10px; display: inline-block; }
.rightDiv .tab-pane h3, .page-heading { border-bottom: 1px solid #d7d7d7; padding-bottom: 11px; margin-top: 11px; margin-bottom: 21px; font-size: 22px; }
.uploadDiv_outer { text-align: center; margin-top: 45px; }
.uploadDiv_outer button { display: block; margin: auto; margin-top: 33px; }
.dd_Details { font-size: 22px; border-bottom: 1px solid #d7d7d7; padding-bottom: 10px; margin-top: 29px; margin-bottom: 19px; }
.dd_Details a { float: right; margin: 0; margin-top: 7px; color: #ea4024 !important; font-size: 16px; }
.table-responsive .table input, .table-responsive .table select { width: 120px; height: 30px; border-radius: 5px; border: 1px solid #dfdfdf; background-color: #F8F8F8; padding: 0px 15px; color: #3A3A3A; }
/*New CSS*/
.full-width-form { }
.full-width-form li { width:100%; }
.full-width-form li:nth-child(odd) {
padding-right:0;
}
.full-width-form li:nth-child(even) {
padding-left:0;
}
.common-div { min-height:auto; padding:15px 15px 27px !important; max-width:500px; margin:40px auto 0; display:block !important; }
.common-div a { color:#ea4024; }
.common-div .formUL label strong { color:#ea4024; }
.common-div .formUL li input { font-size:14px; }
.common-div .formUL li { margin-bottom:20px; }
.common-div .formUL li:last-child { margin-bottom:0; }
.common-div .formUL li > div { display:block; }
.otp-section .otp { top:10px; }
.common-div.full-width-div { max-width:none; }
.registration-steps { min-height:auto; padding:15px 15px !important; }
.registration-steps h2 { margin:20px 0 0; font-size:22px; }
.completed-steps { margin-bottom:0; }
.completed-steps li { float:left; width:15%; font-weight:500; }
.completed-steps li + li { border-left:2px solid #fff; }
.completed-steps li .steps-count, .completed-steps li .steps-done { background-color:#939393; color:#fff; width:20px; height:20px; line-height:20px; display:block; text-align:center; border-radius:100%; margin-bottom:5px; }
.completed-steps li .steps-bar { background-color:#939393; width:100%; display:block; height:10px; margin-bottom:5px; }
    .completed-steps li .steps-active {
        background-color: #1b8f1c;
        width: 100%;
        display: block;
        height: 10px;
        margin-bottom: 5px;
    }
    .completed-steps li .steps-pending {
        background-color: yellow;
        width: 100%;
        display: block;
        height: 10px;
        margin-bottom: 5px;
    }
    .completed-steps li .steps-active-red {
        background-color: red;
        width: 100%;
        display: block;
        height: 10px;
        margin-bottom: 5px;
    }
.completed-steps li .steps-caption { font-size:11px; font-weight:500; text-transform:capitalize; line-height:13px; color:#000; }
    .completed-steps li .steps-red {
        background-color: red;
    }
.completed-steps li.completed .steps-bar { background-color:#1b8f1c; }
.completed-steps li.active .steps-count, .completed-steps li.completed .steps-done { background-color:#1b8f1c; color:#fff; }
.completed-steps li .steps-done, .completed-steps li.completed .steps-count { display:none; }
.completed-steps li.completed .steps-done { display:block; }
.completed-steps li.completed .steps-done .fa-check:before { line-height:20px; }
.no-margin { margin:0; }
.info-text { font-size:13px; }
.info-text strong { font-weight:500; }
.news-wrapper { background-color:#1B8F1C; border:1px solid #1B8F1C; }
.news-wrapper a { color:#fff; }
.margin-btm-10 { margin-bottom:10px; }
.formUL li .checkContainer input, .formUL li .radioContainer input { height:26px; left:0; }
.btnComman.btn-arrow, .btn-arrow { min-width: auto; }
.btnComman.btn-arrow img, .btn-arrow img { min-width: auto; width: 20px; }

.home-banner img{ width:100%}
.instruction{}
.instruction .imp-instruction{ padding-bottom:40px;}
.instruction ul{ text-align:left; padding-left:15px; overflow:hidden}
/*.instruction ul li{ list-style:disc; line-height:30px;}*/

.menuTop > li.dropdown > .dropdown-menu {display:none; margin:0;}
.menuTop > li.dropdown:hover > .dropdown-menu {display:block;}
.menuTop .dropdown li {margin-left:0; display:block;}
.menuTop li.dropdown > .dropdown-menu a {color:#3293d8 !important; padding:.5rem 1rem;}
.menuTop li.dropdown .dropdown-item.active, .menuTop li.dropdown .dropdown-item:active {background-color:#e9ecef;}
.r-img {
    padding-top: 20px;
    text-align: center
}

    .r-img img {
        border: 1px red solid
    }


.forgotPassBtn{
    color: white !important;
    position: relative !important;
    right: 0px !important;
    top: 10px !important;
}

.eye-toggle {
    cursor: pointer;
    margin-left: -25px;
    position: relative;
}

.pw-wrapper {
    display: flex;
    align-items: center;
}