@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}
h1, h2,h3,h4,h5,h6{
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}
.navbar-background{
	background: #583c9a;
	padding: 10px 0;
}
sup { color: red; font-size: 12px; }
.registration-logo{text-align: center;}
.registration-logo img{width: 200px;}

.registration{width: 100%;}

.registration h3{
	color: #414143;
	padding-left: 35px;
	font-weight: 400;
	font-size: 28px;
}

#registrationform {
    text-align: center;
    position: relative;
    margin-top: 20px
}
.registration-box{border-bottom: 1px solid #ccc;}

#registrationform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  position: relative
}

#registrationform fieldset .form-card a.clear-bton{
	border: 1px solid #a9a9a9;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
}

#registrationform fieldset .form-card p{
	padding: 10px 0;
	font-size: 12px;
  color: #414143;
}

#registrationform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#registrationform fieldset:not(:first-of-type) {display: none}

#registrationform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}
#registrationform label{
	color: #414143;
	font-size: 12px;
}
#registrationform fieldset .form-card p {
	color: #9B9B9B;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
}

#registrationform fieldset .form-card .sec_dec {
  font-style: normal;
  color: #414143;
  font-size: 14px;
}

#registrationform input,
#registrationform textarea {
    border: 1px solid #ececec;
    border-radius: 0px;
    /*margin-bottom: 25px;*/
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    border-radius: 6px;
    padding: 0 10px;
    background: #f7f7f7;
}

#registrationform input:focus,
#registrationform textarea:focus {
    background: #fff;
    border: 1px solid #bbb;
}

#registrationform .mobile_row .mobile_num>input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#registrationform .action-button {
   width: 250px;
    background: #583c9a;
    font-weight: 500; 
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    height: 58px;
    border-radius: 5px;
    margin: 25px;
    float: right;
    font-size: 15px;
}

#registrationform .action-button:hover,
#registrationform .action-button:focus {
    background: #583c9a;
    color: #fff;
}

#registrationform .action-button-previous {
    width: 250px;
    background: #a5a5a5;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    height: 58px;
    border-radius: 5px;
    margin: 25px;
    float: left;
    font-size: 15px;
}

#registrationform .action-button-previous:hover,
#registrationform .action-button-previous:focus {
    background: #c1c1c1;
    color: #fff;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {border-bottom: 2px solid skyblue;}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 20px;
    color: #414143;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
}

#registration-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#registration-progressbar .active {color: #000000}

#registration-progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.33%;
    float: left;
    position: relative
}

#registration-progressbar #per-info:before {
  font-family: 'Rubik', sans-serif;
    content: "1"
}

#registration-progressbar #secure-ques:before {
    font-family: 'Rubik', sans-serif;
    content: "2"
}

#registration-progressbar #success:before {
    font-family: 'Rubik', sans-serif;
    content: "3"
}

#registration-progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#registration-progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#registration-progressbar li.active:before,
#registration-progressbar li.active:after {
    background: #583c9a;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)}

.radio.selected {box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* Dropdown */
/** Custom Select **/
.center {
  position: absolute;
  display: block;
  /*top: 46px;
  left: 320px;
  transform: translate(-50%, -50%);*/
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    background: none;
    background-color: transparent;
    border: none;
  }
    .custom-select-trigger {
      position: relative;
    display: block;
    width: 600px;
    /* padding: 0 84px 0 22px; */
    font-size: 16px;
    font-weight: 300;
    color: #333;
    /* line-height: 60px; */
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 21px;
    border: 1px solid #583c9a;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 2px solid #583c9a;
        border-right: 2px solid #583c9a;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 75%;
    left: 212px;
    right: 0;
    /* min-width: 100%; */
    margin: 15px 0;
    /* border: 1px solid #b5b5b5; */
    border-radius: 4px;
    box-sizing: border-box;
    /* box-shadow: 0 2px 1px rgba(0,0,0,.07); */
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    width: 400px;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 9;
  }
    .custom-options:before {
      position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 50px;
    width: 20px;
    height: 20px;
    margin-bottom: -11px;
    /* border-top: 1px solid #b5b5b5; */
    /* border-left: 1px solid #b5b5b5; */
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      /*border-bottom: 1px solid #b5b5b5;*/
      font-size: 14px;
      color: #414143;
      line-height: 30px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }

#sec-qn h4{
	font-weight: normal;
    color: #414143;
    font-size: 20px;
}
#sec-qn h5{
	font-weight: 500;
    color: #414143;
    font-size: 14px;
}
#sec-qn h5 a:hover{text-decoration: underline;}

/* Custom radio Button */
#sec-qn ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sec-qn ul li{
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  float: left;
}

#sec-qn ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

#sec-qn ul li label{
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 25px 25px 25px 60px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.25s linear;
}

#sec-qn ul li .check{
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 20px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	background: #ccc;
}

#sec-qn ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 7px;
	left: 7px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

#sec-qn input[type=radio]:checked ~ .check {background: #70c563;}

#sec-qn input[type=radio]:checked ~ .check::before{background: #ffffff;}

#success{width: 100%;}
#success .sucees-image{
	width: 100px;
    /*height: 100px;
    border-radius: 50px;
    background: #70c563;*/
    margin: 0px auto;
    /*position: relative;*/
}
#success .sucees-image img{
  width: 100%;
}
/*#success .sucees-image i{
	color: #fff;
    position: absolute;
    left: 22px;
    font-size: 55px;
    top: 22px;
}*/
#success h2{
	font-size: 33px;
	font-weight: 400;
}
#success h5{
	font-size: 13px;
	font-weight: 500;
	color: #414143;
  line-height: 18px;
}

.mobile_row {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
}

div.searchable {
  width: 100%;
  float: left;
  /*margin: 0 15px;*/
  position: relative;
}

.searchable input {
  width: 100%;
  height: calc(2.3rem + 2px);
  font-size: 12pt;
  padding: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  display: block;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 2px solid #dadada;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px #f7f7f7 !important;
  border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.searchable ul {
  display: none;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dadada;
  border-top: none;
  max-height: 180px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 99;
}

.searchable ul li {
  padding: 7px 9px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  color: #6e6e6e;
}

.searchable ul li.selected {
  background-color: #e8e8e8;
  color: #333;
}
.registration-box select{
  border: 1px solid #ececec;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    border-radius: 6px;
    padding: 0 10px;
    background: #f7f7f7;
}
.registration-box h4{
  margin-bottom: 25px;
}
#registrationform .login-button {
   width: 250px;
    background: #583c9a;
    font-weight: 500; 
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    height: 58px;
    border-radius: 5px;
    margin: 25px;
    font-size: 15px;
}

#registrationform .login-button:hover,
#registrationform .login-button:focus {
    background: #583c9a;
    color: #fff;
}