@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif ;
    background: #fff;
}
*{margin:0; padding:0;}
p,h1,h2,h3,h4,h5,h6,address,ul,ol{margin:0; padding:0;}
ul li a,ul li a:hover,a:hover,a{text-decoration:none;}
a:focus {outline: none;}
img{max-width:100%;}
p {color: #000;font-size:14px;padding-bottom: 20px;font-weight: 300;}  
a {color: #0170b8;font-size:14px;}
.boxes-fild > h3 {color: #fff;font-size: 19px;margin-bottom: 13px;}
ul,ol { padding-left: 15px;margin-bottom: 15px;}
ul li,ol li {color: #0170b8;;font-size: 14px;font-weight: bold;}    
canvas {
  display: block;
  vertical-align: bottom;
}
.main-box{
  float: left;
  width: 100%;
  min-height: 100vh;
  background: #0170b8;
}
.SkipContinueBtn{
    bottom: -500px !important;
}
.logo {
    float: left;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}
.logo a {
    border: none !important;
    margin: 0 !important;
}
.logo img {
width: 80px;
}
.home {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 8px 19px;
    border-radius: 100px;
    font-size: 16px;
}
.home:hover{
    background: #fff;
    color: #0170b8;
}
.title-b h2 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    float: left;
    width: 100%;
}
.boxes-fild form {
  margin: 100px;
}
.boxes-fild .input-field {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 35px;
}
/*.boxes-fild label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #686868;
  transition: 0.2s all;
  cursor: text;
}*/
.boxes-fild input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  border-bottom: 2px solid #686868;
  box-shadow: none;
  color: #111;
}
.boxes-fild-new form input[type="text"], .boxes-fild-new form input[type="password"], .boxes-fild-new form input[type="date"], .boxes-fild-new form select {
    border: 1px solid #ccc;
    width: 100%;
    height: 36px;
    padding: 9px 9px;
    color: #6b6b6b;
}

input[readonly] {
    background-color: #CCC;
}

.boxes-fild-new form input[type="radio"] {
    float: left;
    width: auto;
    margin-top: 6px;
    margin-right: 8px;
}
.boxes-fild-new .input-field {
    height: auto;
    margin: 5px 0;
}
.boxes-fild input:invalid {
  outline: 0;
  // color: #ff2300;
  //   border-color: #ff2300;
}
.boxes-fild input:focus,
.boxes-fild input:valid {
  border-color: #0170b8;
}
/*.boxes-fild input:focus~label,
.boxes-fild input:valid~label {
  font-size: 14px;
  top: -24px;
  color: #0170b8;
}*/
.boxes-fild{
  text-align: center;
}
.field-box li h3{
    font-size: 14px;
    color: #0170b8;  
    font-weight: bold;
    letter-spacing: 0px;  
    margin-top: 4px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 0px;
}
.MainContinueDiv div{
    text-align: center; 
}
.MainContinueDiv h3{
    color: #fff !important; 
    margin-top: 15px !important;
    text-align: left;
}
.boxes-fild form {
    /* margin: 100px; */
    background: #fff;
    display: inline-block;
    width: 60%;
    padding: 50px 50px 79px 50px;
    text-align: left;
    position: absolute;
    left: 42%;
    top: 51%;
    transform: translate(-50%, 25%);
}
.boxes-fild-new form{
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    transform: inherit !important;
    margin: 12px 0 0 !important;
    padding: 50px;
}
.field-box {
    float: left;
    width: 100%;
    padding-bottom: 19px;
}
.field-box h3 {
    font-size: 14px;
    color: #0170b8;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.boxes-fild-latest h3{
    color: #fff !important;
    text-align: center !important;
    text-align: center !important;
    font-size: 21px !important;
}
.boxes-fild-latest .img-box-l{
    width: 163px;
    margin: 19px 0;
    background: #ffff ;
    border-radius: 100%;
    height: 163px;
    padding: 23px;
    margin-left: 44%;

}
.field-box span {
    display: inline-block;
    background: #ff6322;
    color: #fff;
    font-weight: bold;
    height: 50px;
    width: 50px;
    font-size: 21px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: -20px;
    left: -13px;
    border-radius: 100%;
    border: 5px solid #fff;
}
.okay-btn {
    display: inline-block;
    background: #ff6322;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: -36px;
    left: 50%;
    border-radius: 30px;
    border: 5px solid #fff;
    padding: 1px 33px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.main-contain-box {
    float: left;
    width: 100%;
}

/*******************************/
.boxes-fild2 form{ 
  margin: 0;
  width: 80%;
      left: 50%;
    top: 51%;
    transform: translate(-50%, 50%);
    padding: 50px 50px 53px 50px;
}
.boxes-fild2 .field-box h3 {
    font-size: 14px;
    color: #0170b8;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 16px;
}
.main-contain-box2 {
    float: left;
    width: 100%;
}
.middle {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.middle h1 {
  font-family: "Dax", sans-serif;
  color: #fff;
}
.middle input[type=radio] {
  display: none;
}
.middle input[type=radio]:checked + .box {
  background-color: #0170b8;
}
.middle input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(20px);
}
.middle input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle .box {
width: 130px;
    height: 95px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
    border: 1px solid #0170b8;
    border-radius: 10px;
}
.middle .box:active {
  transform: translateY(10px);
}
.middle .box span {
  position: absolute;
  transform: translate(0, 20px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 15px;
  user-select: none;
  color: #007e90;
}
.middle .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.middle .front-end span:before {
  content: "";
}
.middle .back-end span:before {
  content: "";
}
.middle p {
  color: #fff;
  font-family: "Dax", sans-serif;
  font-weight: 400;
}
.middle p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.middle p span:after {
  content: "";
  font-family: FontAwesome;
  color: yellow;
}
.boxes-fild2 label {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    color: indianred;
    transition: 0.2s all;
    cursor: text;
}
.boxes-fild2 span {
    display: inline-block;
    background: no-repeat;
    color: #fff;
    font-weight: bold;
    height: inherit;
    width: inherit;
    font-size: 21px;
    letter-spacing: 0px;
    text-align: center;
    line-height: inherit;
    position: absolute;
    top:  inherit;
    left:  inherit;
    border-radius: 100%;
    border: none;
}
.boxes-fild3 form {
    margin: 29px 0 0;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    padding: 35px 35px 35px 35px;
}
.image-right {
    float: right;
    width: 100%;
}
.image-right img {
    width: 100%;
}
.image-left {
    float: left;
    width: 50%;
    padding-right: 24px;
}
.image-right {
    float: right;
    width: 50%;
}
.image-full {
    float: left;
    width: 100%;
}
.image-left .okay-btn{
  position: relative;
}
.boxes-fild .FormFields{
    margin: -80px 92px;
}
.boxes-fild .OtpFormFields{
    /*margin: -140px 92px;*/
    margin: -75px 92px;
}
.image-full .okay-btn{  
  position: absolute;
  
}
h3 ol li{
    color: #0170b8;
}
h3 table td {
    border: 2px solid #0170b8;
        border-right-color: rgb(1, 112, 184);
        border-right-style: solid;
        border-right-width: 2px;
        border-bottom-color: rgb(1, 112, 184);
        border-bottom-style: solid;
        border-bottom-width: 2px;
    font-size: 12px;
    text-align: center;
    border-bottom: none;
    border-right: none;
}
h3 table td:last-child {
    border-right: 2px solid #0170b8;
}
h3 table tr:last-child td {
    border-bottom: 2px solid #0170b8;
}    
h3 table {
    border-collapse: unset;  
    border-spacing: initial;
    word-break: break-word;
}
.boxes-main {
    float: left;
    width: 100%;
    padding: 23px 61px;
}


.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputSideFloat {
    display: inline-block;
    margin: 0 10px;
}
.inputSideFloat .inputGroup{
    width: 170px;
    display: inline-block !important;  
}
.inputSideFloat .inputGroup label {
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
}
.inputSideFloat div{  
    color: #ff6322;
    text-align: center;
}
.inputGroup label {
  padding: 12px 70px 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border: 1px solid #0170b8;
  top: 0 !important;
  margin-bottom: 20px;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";  
  background-color: #0170b8;  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(200, 100, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.field-box h3 {
    font-size: 14px;
    color: #0170b8;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 12px;
    text-align: center;
}
.row.gender {
    margin-top: 15px;
}
#HidDobBox label{
    margin: auto;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    right: 36px;
    top: 0px;
}
#progressBar {
    width: 100%;
    margin: 4px auto;
    height: 16px;
    background-color: #3695d2;
    position: absolute;
    left: 0;
    top: -12px;
}
#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 16px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #f7941d;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #0a4165;
}
.header-title {
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
    color: #fff;
}
div#the-final-countdown {
    /* float: right; */
    border: 3px solid #ffffff;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 61px;
    margin-top: 17px;
    /* position: absolute; */
    /* right: -110px; */
    top: 0;
}
div#the-final-countdown p {
    padding: 7px 31px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
}
.title-b{
    text-align: center;
}
.title-b a{
    display: inline-block;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 12px 45px;
    margin-bottom: 30px;
}
.inputSideFloat .inputGroup label::after { 
    width: 19px;
    height: 19px;
    content: "";
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
    background-size: 100%;
}
@media only screen and (max-width: 1280px) {
  .boxes-fild form {
    transform: translate(-50%, 24%);
}
}
@media only screen and (max-width: 1025px) {
.main-box3{
  min-height: inherit;
}
.boxes-fild3 form{
  position: relative;
  top: inherit !important;
  left: inherit !important;
  transform: inherit !important;
}
.image-right {
    float: left;
    width: 100%;
}
.image-left {
    width: 100%;
}
.image-left {
    width: 100%;
    padding: 22px 0 0;
}
}
@media only screen and (max-width: 992px) {
.boxes-fild form {
    transform: translate(0%, 24%);
    left: 0;
    width: 100%;
    margin: 100px 0;
}
.boxes-fild2 form {
    transform: translate(0%, 0%);
}
}
@media only screen and (max-width: 768px) {
.logo .container {
    width: 100%;
    max-width: 100%;
}
.boxes-fild3 form {
    margin: 0px 0;
    padding: 28px 28px 70px 28px;
}
.boxes-main {
    padding: 23px 10px;
}
div#the-final-countdown p {
    margin: 0 !important;
    padding: 7px 31px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}
}

@media only screen and (max-width: 640px) {    
.SkipContinueBtn{
    bottom: 0px !important;
}
.okay-btn {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 21px;
    bottom: -33px;
    width: 261px;
}
.inputSideFloat {
    width: 100% ;
}
.boxes-fild .FormFields{    
    margin: -52px 1px;
}
.boxes-fild .OtpFormFields{
    margin: -52px 1px;
}
.inputSideFloat .inputGroup{
    width: 100% ;
}
.inputSideFloat .inputGroup label::after { 
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
    background-size: 100%;
}

h3 table td {
    font-size: 10px; 
    text-align: center; 
}
.field-box h3{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}

ul li, ol li {  
    color: #2283c1;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}

}   
@media only screen and (max-width: 581px) {
.main-contain-box {
    float: left;
    width: 100%;
    padding: 0 32px;
}
.field-box h3 {
    font-size: 14px;
}

}
@media only screen and (max-width: 481px) {
  .boxes-fild form {
    margin: 44px 0;
    padding: 34px 15px 60px 15px;
}
.field-box h3 {
    font-size: 14px;
    margin-bottom: 35px;       
}
.field-box span {
    left: 44%;
}
.field-box2 .okay-btn {
    margin-bottom: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
    width: 100%;
    margin-top: -34px !important;
}
.main-box.main-box2 {
    min-height: inherit;
}
.boxes-fild2 form {
    position: relative;
    top: inherit;
}

.header-title {
    font-size: 13px !important;
}

}
@media only screen and (max-width: 371px) {
  .boxes-fild2 label {
    width: 100%;
}
.middle .box {
    width: 100%;
}
.main-contain-box2 {
    padding: 0 0;
    float: left;
    width: 100%;
}
div#the-final-countdown {
    float: right;
    border: 3px solid #5250c5;
    margin-top: 10px;
    background: #0170b8;
    border-radius: 61px;
    margin-top: 17px;
    width: 100%;
    text-align: center;
}

.header-title {
    font-size: 13px !important;
}
}
@media only screen and (max-width: 321px) {
.image-left h3 span {
    position: relative;
    height: 62px;
    width: 35px;
    background: none;
    color: #ff6322;
    font-size: inherit;
    font-weight: bold;
    top: inherit;
    left: inherit;
    float: left;
    border: 1px solid #ff6322;
    border-radius: 0px;
    line-height: 58px;
    margin-right: 13px;
}
.field-box h3 {
    font-size: 14px;
    margin-bottom: 20px;
        line-height: 16px;
}
.header-title {
    font-size: 13px !important;
}
}

dd h3{
    font-size: 16px !important;
    color: #0170b8  !important;
    letter-spacing: 0px  !important;
    margin-bottom: 0px  !important;
    line-height: 16px  !important;
    text-align: start  !important;
}
dd{
    margin-left: 28px;
}
dt h3{   
    font-size: 18px !important;
    color: #ff6322  !important;
    letter-spacing: 0px  !important;
    margin-bottom: 0px  !important;
    line-height: 16px  !important;
    text-align: start  !important;
}
.MainContinueDiv button{
    margin-top: 10px;
    margin-bottom: 0;
    bottom: 0;
    position: relative;
}
#ContiuneDivForQuiz form{
    text-align: center;
}
#ContiuneDivForQuiz form button {
    position: inherit;
    transform: inherit;
    margin: 0 0 24px 0!important;
    border: 2px solid;
    padding: 8px 28px;
}
div#DivGroupNote h3 {
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    font-size: 17px;
}
.MainContinueDiv div {
    text-align: left;
}
div#ContiuneDivForQuiz h2 {
    font-size: 21px;
    font-weight: bold;
    color: #0170b8;
    text-align: left;
    padding-top: 22px;
    margin-bottom: 10px;
}
div#DivGroupInstructions {
    margin-top: 0 !important;
}
.field-box li{
    color: #707070;
}
.field-box li h3 {
    font-size: 16px;
    color: #707070;
    letter-spacing: 0px;
    margin-top: 4px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: normal;
}
.field-box li h3 ol li{
    color: #707070;
    font-weight: normal;
}
div#QuestionDiv h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
    color: #707070;
}

