@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0 auto;
  font-family: 'Mulish', sans-serif;
}
/*----======= Header Part Css Close ========--------*/
form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #28293D;
    width: 100%;
}
form .form-control {
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    border-radius: 31px;
    height: auto;
    padding: 15px 48px 15px 12px;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #28293D !important;
    outline: none;
}
form .marginTOp30{
  margin-top: 30px !important;
}
form input[placeholder]{
  color:red #28293D !important;
}

.form-control:focus {
    color: #28293D !important;
    background-color: #fff;
    border-color: #ff5947;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
button {
    background: #ff5947;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border-radius: 31px;
    border: none;
    text-align: center;
    border: 1px solid #ff5947;
    width: 100%;
    padding: 16px 12px;
}
button a{
  color: #fff;  
  padding:0 44px;  
  width: 100%;
  float: left;
}
button:hover{
  background: transparent;
  border:1px solid #ff5947;
  color: #ff5947;
}
button:hover a{
  color: #ff5947 !important;
}
.border-button{
  background: transparent;
  border:1px solid #ff5947;
  color: #ff5947 !important;
}
.border-button a{
  color: #ff5947 !important;
}
.border-button:hover{
  background: #ff5947;
  border:1px solid #ff5947;
  color: #fff;
}
.border-button:hover a{
  color: #fff !important;
}
a{
  color:#004FC4;
  text-decoration: none !important;
}
.succeess-btn{
  color: #ff5947;
}
.col-md-6 {
    padding: 0;
}
.cover-main{
  width: 100%;
}
.cover-box-img{    
    width: 100%;
}
.cover-box-img img{  
  position: fixed;
  height: 100%;
  width: 50%;
}
.coverTXT_heightVH {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.cover-box-txt {
    width: 70%;
    padding: 0 100px;
    margin: 55px auto 30px;
}
.cover-box-txt h5 {
    position: relative;
    left: -60px;
    top: 47px;
}
.cover-box-txt h1{
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  margin:30px 0 20px;
}
.cover-box-txt p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}
.cover-box-txt form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #ff5947 !important;
    outline-color: #ff5947;
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    outline: none;
    margin-right: 10px;
    cursor: pointer;
    float: left;
    margin-top: 3px;
    border-radius: 5px;
}
.cover-box-txt form input[type="checkbox"]:checked {
    outline: none;
    background: url(../images/checkbox-icon.png);
    background-size: cover;
}
.cover-box-txt form input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid #ff5947 !important;
    outline-color:#ff5947;
    border-radius: 50% !important;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    cursor: pointer;
}
.cover-box-txt form input[type="radio"]:checked {
    border: 5px solid #ff5947 !important;
    background-size: 16px 16px;
    outline: none;
    background: #fff;
}
.cover-box-txt h4 {
    position: absolute;
    top: 42px;
    right: 18px;
}

.cover-box-txt h6 {
    margin-top: 0;
    color: #1C1C28;
    width: 100%;    
    line-height: 20px;
    /*height: 24px;*/
    padding: 0;
}
.over-box-txt h6 .pull-right a{
  color: #1C1C28;
}
.cover-box-txt h6 img {
    padding-right: 8px;
}
.cover-box-txt form h6 span label {
    cursor: pointer;
    padding-right: 15px;
    width: auto;
}
.cover-box-txt form h6 span label a{
    font-weight: 600;
}
.cover-box-txt form .form-group {
    margin-bottom: 16px;
    position: relative;
}
.verified-page h1{
  margin:24px 0 60px;
}
.verified-page img{
  margin:160px 0 0;
}

/* .digit-group input {
  width: 100%;
  height: 75px !important;
  background-color: rgba(255,89, 72, 0.6);
  border: none;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #ff5947;
  margin: 0 2px;
  outline: none;
  border-radius: 4px;
  box-shadow: 2px 1px 5px 0px rgb(254 89 72  / 75%);
} */
 .digit-group input {
    width: 100%;
    height: 75px !important;
    background-color: #fff;
    border: none;
    line-height: 48px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #28293D;
    margin: 0 2px;
    outline: none;
    border-radius: 4px;
    /* box-shadow: 2px 1px 5px 0px rgb(254 89 72  / 75%); */
    border: 1px solid #C7C9D9;
}
.digit-group .col-md-3{
  padding-right: 10px;
  padding-left: 10px;
}
.digit-group input:focus {
    border-color: #ff5947;
    outline: 0;
    /* box-shadow: 2px 1px 5px 0px rgb(254 89 72 / 75%); */
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

@media (max-width:1600px){
.cover-box-txt { padding: 0 50px;}
}

@media (max-width:1440px){
.cover-box-txt {margin: 50px auto; width: 80%;}
}  
@media (max-width:1366px){
.cover-box-txt h1 {
    font-weight: 700;
    line-height: 40px;
    margin: 29px 0;
}
.cover-box-txt h5 {
    top: 15px;
}
.cover-box-txt {
  margin: 30px auto;
}
.cover-box-txt h1{
  font-size: 45px;
}
}

@media (max-width:1280px){
.cover-box-txt h1 {
    line-height: 36px;
    margin: 31px 0;
    font-size: 34px;
}
.cover-box-txt {
    width: 100%;
    padding: 0 80px;
    margin: 50px auto;
}
}

@media (max-width:1024px){
.cover-box-txt {
    padding: 0 30px;
}
.cover-box-txt h5 {
    left: -15px;
}
}

@media (max-width: 800px){
.cover-box-txt h1 {
    line-height: 36px;
    margin: 20px 0;
    font-size: 30px;
}
.cover-box-txt {
    margin: 25px auto;
}
}

/*====---- Progress Bar ----====*/
.prog-bar {
  display: inline-flex;
  margin-right: 15px;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: baseline;
}
.prog-opt b{
  font-weight: 400;
}
.prog-opt a {
    color: #1C1C28;
}
.prog-opt {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.prog-bar .box {
  width: 100%;
}

.prog-bar .box h2 {
  display: block;
  text-align: center;
  color: #fff;
}
.prog-bar .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 24px;
  height: 26px;
  color: #fff;
}
.prog-bar .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}
/*====---- Progress Bar ----====*/
