
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #e3e3e3f5;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
  background: #fffffff5;
  padding: 40px;
}

.formbold-form-img {
  margin-bottom: 45px;
}

.formbold-input-group {
  margin-bottom: 10px;
}

.formbold-form-select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}

.formbold-input-radio-wrapper {
  margin-bottom: 25px;
}
.formbold-radio-flex {
  display: flex;
  display: inline-block;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.formbold-radio-label {
  font-size: 14px;
  line-height: 24px;
  color: #07074d;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.formbold-input-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.formbold-radio-checkmark {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #dde3ec;
  border-radius: 50%;
}
.formbold-radio-label
  .formbold-input-radio:checked
  ~ .formbold-radio-checkmark {
  background-color: #6a64f1;
}
.formbold-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.formbold-radio-label
  .formbold-input-radio:checked
  ~ .formbold-radio-checkmark:after {
  display: block;
}

.formbold-radio-label .formbold-radio-checkmark:after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.formbold-form-input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  outline: none;
  resize: none;
}
.formbold-form-input::placeholder {
  color: #536387;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #07074d;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.formbold-btn {
  text-align: center;
  width: auto;
  font-size: 16px;
  border-radius: 5px;
  padding: 14px 40px;
  border: none;
  font-weight: 500;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

hr {
  margin: 30px 0 30px 0;
  background-color: #e5e5e5;
  border: none;
  height: 1px;
}

.cls_btn {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  background: #005097;
  border-radius: 5px;
}

.cls_btn:hover {
  background: #005097e3;
}

.headerwrapper {
  display: inline-block;
  width: 100%;
  padding: 20px 40px 20px 40px;
  background-color: #03787ce8;
  color: #fff;
  min-height: 45px;
}
.headerwrapper-fixed{
	
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;	
}

.bodywrapper {
  display: inline-block;
  width: 100%;
  padding: 15px 10px 15px 10px;
}

.imgwrapper {
  display: inline-block;
  width: 7%;
  vertical-align: middle;
}

.imgwrapper img{
  width: 60px;
}

.titlewrapper {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}

p {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}
.ratingcls {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  width: 16%;
  vertical-align: top;
  text-align: left;
}

.clsratings {
  width: 60%;
}


.clsemoji {
  position: absolute;
  left: -10px;
  z-index: 9;
  width: 40px;
  top: -6px;
}
.clssublabel{
	padding-left:20px;
}


.yl{
    background: #b38601 !important;
}

.bl{
    background: #005097 !important;
}
.bg-gray{
    background: #787c81 !important;
}
.bg-gray:hover{
	color:#fff !important;
	text-decoration:none;
}
.disabled {
	background: #dddfeb;
	color:#5a5c69;
}

	* {
    margin: 0;
    padding: 0;
}


/*Background color*/
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #ffffff, #cbd1d1e8);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset .form-card {
    background: white;
    border: solid 1px #d3d3d399;
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
    border-radius: 5px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}


/*Blue Buttons*/
#msform .action-button {
    width: 50%;
    background: #224abee3;
    color: white;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    padding: 9px 15px;
    margin: 10px 5px;
    position: relative;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: auto;
    background: #6e707e;
    color: white;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    padding: 9px 15px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
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;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: #8f8f8f;
}

#progressbar .active {
    color: #000000;
	cursor:pointer;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #step1:before {
    font-family: arial;
    font-size: 12px;	
    content: "INFO";
}

#progressbar #step2:before {
    font-family: arial;
    font-size: 12px;	
    content: "CC";
}

#progressbar #step3:before {
    font-family: arial;
    font-size: 12px;	
    content: "SQD";
}

#progressbar #finalstep:before {
    font-family: arial;
    font-size: 12px;	
    content: "S/R";
}

#progressbar #cancelled:before {
    font-family: arial;
    font-size: 10px;
    content: "X";
}

/*ProgressBar before any progress*/
#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;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #1a8488;
	animation: bounce-in 1s ease;
}


#progressbar li.tapactive:before,
#progressbar li.tapactive:after {
    background: #36b9cc;
	animation: bounce-out 2s ease;
}

#progressbar li.lightactive:before, #progressbar li.lightactive:after {
    background: #f6c23e;
}

/*Imaged Radio Buttons*/
.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 in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

.titlewrapper h1 {
    font-size: 27px;
    margin-bottom: 5px;
}

.titlewrapper h2 {
    font-size: 21px;
    margin-bottom: 0px;
}
.lightactive{
	cursor:pointer;
	
}
.currentstep{
	display: inline-block;
	background: #ff0028e3;
	padding: 2px 7px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	top: -8px;
	left: -8px;
	position: absolute;
}

.textheader{
	text-align: center;
    font-weight: bolder;
    font-size: 20px;
    background: #fff;
    position: relative;
    top: -25px;
    border: solid 1px #ddd;
    padding: 9px 0;
}
body .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

body{

	background: #fff !important;
}
body .container-fluid {
    padding-left: 0 ;
    padding-right: 0;
}

body .card {
    border: none;
    margin-top: 0;
}
.blankspacer{
	height: 65px;
	width: 100%;
}

  .imgwrapper {
    width: 15%;
  }

@media only screen and (min-device-width: 0px) and (max-device-width: 280px){
	
	#progressbar #step1:before {
	    font-size: 8px;
	}
	#progressbar #step2:before {
	    font-size: 8px;
	}
	#progressbar #step3:before {
	    font-size: 8px;
	}
	
	#progressbar #step4:before {
	    font-size: 8px;
	}	
	#progressbar #finalstep:before {
	    font-size: 8px;
	}	
	
	#progressbar li:before {
	    width: 33px;
	    height: 33px;
	    line-height: 32px;
	    display: block;
	    font-size: 18px;
	    color: #ffffff;
	    background: lightgray;
	    border-radius: 50%;
	    margin: 0 auto 10px auto;
	    padding: 2px;
	}	

		#progressbar li:after {
		    content: '';
		    width: 100%;
		    height: 2px;
		    background: lightgray;
		    position: absolute;
		    left: 0;
		    top: 17px;
		    z-index: -1;
		}	
	#progressbar li {
	    list-style-type: none;
	    font-size: 11px;
	    width: 20%;
	    float: left;
	    position: relative;
	}
		
	.titlewrapper h1 {
	    font-size: 11px;
	    margin-bottom: 2px;
	}	
	.titlewrapper h2 {
		    font-size: 9px;
		    margin-bottom: 5px;
		}	
	
  .headerwrapper {
    padding: 30px 8px 10px 8px;
  }

body .card {
}	

.blankspacer {
    height: 83px;
}	

.clssublabel{padding-left: 10px;font-weight: 500;}

  .formbold-radio-label {
    font-size: 10px;
    padding-left: 38px;
  }

  .formbold-form-wrapper {
    max-width: 95%;
  }

  h1 {
    font-size: 10px;
  }

  h2 {
    font-size: 9px;
  }

  .formbold-form-wrapper {
    padding: 10px;
  }

  hr {
    margin: 15px 0 15px 0;
  }

  .formbold-form-label {
    font-size: 14px;
  }

  .ratingcls {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }

  .formbold-main-wrapper {
    padding: 10px;
  }

  .formbold-radio-group {
    margin-bottom: 0;
  }

  .clsratings {
    width: 85%;
  }

  p {
    font-size: 12px;
  }

  .clslogo {
    width: 40px;
  }

  .imgwrapper {
    width: 16%;
  }
.imgwrapper  img{
    width: 30px;
  }
	
  .titlewrapper {
  }

  .formbold-input-radio-wrapper {
    margin-bottom: 15px;
  }
}
	
@media only screen and (min-device-width: 281px) and (max-device-width: 320px){

.clssublabel{font-weight: 500;padding-left: 10px;}


  .bodywrapper {
    padding: 15px 25px 15px 25px;
  }

  .headerwrapper {
    padding: 43px 18px 18px 18px;
  }

  .formbold-radio-label {
    font-size: 12px;
  }
  .formbold-input-radio-wrapper {
    margin-bottom: 0;
  }

  .imgwrapper {
    width: 20%;
  }
  .titlewrapper h1{
		font-size: 15px !important;
		}
  .titlewrapper h2{
		font-size: 13px !important;
		}
  .formbold-form-wrapper {
    max-width: 95%;
  }

  h1 {
    font-size: 14px;
  }

  h2 {
    font-size: 13px;
  }

  .formbold-form-wrapper {
    padding: 0;
  }

  hr {
    margin: 15px 0 15px 0;
  }

  .formbold-form-label {
    font-size: 14px;
  }

  .ratingcls {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }

  .formbold-main-wrapper {
    padding: 10px;
  }

  .formbold-radio-group {
    margin-bottom: 10px;
  }

  .clsratings {
    width: 85%;
  }

  p {
    font-size: 12px;
  }

  .clslogo {
    width: 50px;
  }

  .formbold-radio-label {
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 321px) and (max-device-width: 359px){
  /* For portrait layouts only */
	#progressbar #step1:before {
	    font-size: 10px;
	}
	#progressbar #step2:before {
	    font-size: 10px;
	}
	#progressbar #step3:before {
	    font-size: 10px;
	}
	
	#progressbar #step4:before {
	    font-size: 10px;
	}	
	#progressbar #finalstep:before {
	    font-size: 10px;
	}	
	
	#progressbar li:before {
	    width: 42px;
	    height: 42px;
	    line-height: 40px;
	    display: block;
	    font-size: 18px;
	    color: #ffffff;
	    background: lightgray;
	    border-radius: 50%;
	    margin: 0 auto 10px auto;
	    padding: 2px;
	}	
	#progressbar li {
	    list-style-type: none;
	    font-size: 12px;
	    width: 20%;
	    float: left;
	    position: relative;
	}
	
	.formbold-input-radio-wrapper {
	    margin-bottom: 5px;
	}
	
	.imgwrapper {
		width: 10%;
	}
	
	.imgwrapper {
		width: 18%;
	}

	.imgwrapper img {
		width: 45px;
	}
	
	.clssublabel{font-weight: 500;padding-left: 0;}

	.formbold-form-label {
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	  .bodywrapper {
		padding: 15px 25px 15px 25px;
	  }

	  .ratingcls {
		width: 100%;
	  }

	  .formbold-radio-group {
		margin-bottom: 5px;
	  }
	  .headerwrapper {
		padding: 36px 16px 16px 16px;
	  }

	  .formbold-form-wrapper {
		max-width: 90%;
	  }

	  h1 {
		font-size: 20px;
	  }

	  h2 {
		font-size: 18px;
	  }

	  .formbold-radio-label {
		font-size: 13px;
	  }
	  
	.titlewrapper h1 {
		font-size: 15px;
		margin-top: 5px;
	}	  
	.titlewrapper h2 {
		font-size: 12px;
		margin-bottom: 5px;
	}	
}

@media only screen and (min-device-width: 360px) and (max-device-width: 412px){
	
	.imgwrapper {
		width: 18%;
	}
	
  /* For portrait layouts only */
	#progressbar #step1:before {
	    font-size: 10px;
	}
	#progressbar #step2:before {
	    font-size: 10px;
	}
	#progressbar #step3:before {
	    font-size: 10px;
	}
	
	#progressbar #step4:before {
	    font-size: 10px;
	}	
	#progressbar #finalstep:before {
	    font-size: 10px;
	}	
	
	#progressbar li:before {
	    width: 42px;
	    height: 42px;
	    line-height: 40px;
	    display: block;
	    font-size: 18px;
	    color: #ffffff;
	    background: lightgray;
	    border-radius: 50%;
	    margin: 0 auto 10px auto;
	    padding: 2px;
	}	
	#progressbar li {
	    list-style-type: none;
	    font-size: 11px;
	    width: 20%;
	    float: left;
	    position: relative;
	}
	
	.formbold-input-radio-wrapper {
	    margin-bottom: 5px;
	}
	
	.imgwrapper {
		width: 15%;
	}
	
	.imgwrapper img {
		width: 40px;
	}
	
	.clssublabel{font-weight: 500;padding-left: 0;}

	.formbold-form-label {
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	  .bodywrapper {
		padding: 15px 25px 15px 25px;
	  }

	  .ratingcls {
		width: 100%;
		text-align: left;
	  }


	  .formbold-radio-group {
		margin-bottom: 0px;
		}
	  .headerwrapper {
		padding: 36px 16px 25px 16px;
		}		

	  .formbold-form-wrapper {
		max-width: 90%;
	  }

	  h1 {
		font-size: 20px;
	  }

	  h2 {
		font-size: 18px;
	  }

	  .formbold-radio-label {
		font-size: 14px;
		padding-left: 30px;
		margin-bottom: 5px;
		}

  
	.titlewrapper h1 {
		font-size: 15px;
		margin-top: 0px;
		margin-bottom: 2px;
	}	  
	.titlewrapper h2 {
		font-size: 12px;
		margin-bottom: 5px;
	}	
}


@media only screen and (min-device-width: 413px) and (max-device-width: 540px){

	#msform fieldset .form-card {
	    padding: 15px 12px 20px 12px;
	}	

	.formbold-input-radio-wrapper {
	    margin-bottom: 3px;
	}	
	
.clssublabel{font-weight: bold;padding-left: 5px;}

	#progressbar #step1:before {
	    font-size: 10px;
	}
	#progressbar #step2:before {
	    font-size: 10px;
	}
	#progressbar #step3:before {
	    font-size: 10px;
	}
	
	#progressbar #step4:before {
	    font-size: 10px;
	}	
	#progressbar #finalstep:before {
	    font-size: 10px;
	}	

	#progressbar #cancelled:before {
	    font-size: 10px;
	}	
		
	
	#progressbar li:before {
	    width: 42px;
	    height: 42px;
	    line-height: 40px;
	    display: block;
	    font-size: 18px;
	    color: #ffffff;
	    background: lightgray;
	    border-radius: 50%;
	    margin: 0 auto 10px auto;
	    padding: 2px;
	}	
	#progressbar li {
	    list-style-type: none;
	    font-size: 12px;
	    width: 20%;
	    float: left;
	    position: relative;
	}
	
	.imgwrapper img {
	    width: 50px;
	}
	
	.imgwrapper {
	    width: 17%;
	}
	
	.titlewrapper h1 {
	    font-size: 17px;
	    margin-top: 2px;
	}
	
	.titlewrapper h2 {
	    font-size: 15px;
	    margin-bottom: 5px;
	}
	
  .clslogo {
    width: 65px;
  }

  .bodywrapper {
    padding: 25px 40px 25px 40px;
  }

  .ratingcls {
    width: 100%;
  }

  .formbold-radio-group {
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px 5px;
  }
  .headerwrapper {
    padding: 36px 16px 16px 16px;
  }

  .formbold-form-wrapper {
    max-width: 90%;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  .formbold-radio-label {
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 541px) and (max-device-width: 640px){
.clssublabel{font-weight: bold;}

  .bodywrapper {
    padding: 30px 60px 30px 60px;
  }

  .ratingcls {
    width: 100%;
  }
  .formbold-radio-group {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .headerwrapper {
    padding: 35px 20px 15px 20px;
  }

  .formbold-form-wrapper {
    max-width: 90%;
  }

  h1 {
  }

  .formbold-radio-label {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 641px) and (max-device-width: 768px){

.formbold-input-radio-wrapper {
    margin-bottom: 5px;
}	
.clssublabel{
	font-weight: bold;
	margin-bottom: 5px;
}

  .imgwrapper {
    width: 10%;
  }

  .titlewrapper {
  }

  h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 20px;
  }

  .ratingcls {
    width: 100%;
    padding: 6px 0px 5px 0px;
  }

  .formbold-radio-group {
    margin-bottom: 2px;
    margin-left: 35px;
  }

  .headerwrapper {
    padding: 30px 25px 17px 25px;
  }

  .formbold-form-wrapper {
    max-width: 90%;
  }

  .formbold-radio-label {
    font-size: 14px;
    padding-left: 36px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-device-width:769px) and (max-device-width: 914px){
	
.imgwrapper {
    width: 9%;
  }
.clssublabel{font-weight: bold;}

  .ratingcls {
    width: 100%;
  }

  .formbold-radio-group {
    margin-bottom: 3px;
    margin-left: 35px;
  }

  .headerwrapper {
    padding: 30px 25px 15px 25px;
  }

  .formbold-form-wrapper {
    max-width: 90%;
  }

  .formbold-radio-label {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 915px) and (max-device-width: 1025px){

.clssublabel{font-weight: bold;}

  .bodywrapper {
    padding: 30px 60px 30px 60px;
  }

  .ratingcls {
    width: auto;
  }

  .formbold-radio-group {
    margin-bottom: 5px;
    width: auto;
    padding-left: 15px;
  }
  
  .headerwrapper {
  }
  .formbold-input-radio-wrapper {
    margin-bottom: 0;
  }

  .imgwrapper {
	  width: 10%;
  }

  .imgwrapper img {
	  width: 60px;
	 }
		
  .titlewrapper {
  }

  .formbold-radio-label {
    font-size: 13px;
  }

  .formbold-form-wrapper {
    max-width: 90%;
    padding: 0;
  }

  .formbold-main-wrapper {
    padding: 48px;
  }
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 18px;
  }
  .clsratings {
    width: 60%;
  }

  .clslogo {
    width: 70px;
  }

  p {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1281px){

.clssublabel{font-weight: 500;}

.imgwrapper {
    width: 8%;
  }

  .bodywrapper {
    padding: 30px 60px 30px 60px;
  }

  .ratingcls {
    width: auto;
  }

  .formbold-radio-group {
    margin-bottom: 6px;
    margin-left: 40px;
  }

  .headerwrapper {
    padding: 30px 30px 15px 30px;
  }

  .formbold-input-radio-wrapper {
  }

  .imgwrapper {
    width: 8%;
  }
  .titlewrapper {
  }

  .formbold-radio-label {
    font-size: 15px;
  }

  .formbold-form-wrapper {
    max-width: 80%;
    padding: 0;
  }

  .formbold-main-wrapper {
    padding: 48px;
  }
  .clsratings {
    width: 50%;
  }

  hr {
    margin: 20px 0 20px 0;
  }

  .ratingcls {
    display: inline-block;
    padding: 2px 0px 2px 10px;
    width: 100%;
    vertical-align: top;
    text-align: left;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 22px;
  }

  .formbold-form-label {
    font-size: 18px;
    font-weight: bold;
  }

  .clslogo {
    width: 70px;
  }

  p {
    font-size: 14px;
  }
}


.progressholder {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    left: 0;
    background-color: #ececece3;
    padding-top: 30px;
    top: 0;
    height: 115px;
}

.progressseparator{
    display: none;
    width: 100%;
    height: 100px;
}

.next-btn:before {
    content: '';
    width: 50%;
    height: 6px;
    background: #435dbf;
    position: absolute;
    left: -50%;
    top: 18px;
    z-index: 0;
}
.next-btn:after {
    content: '';
    width: 50%;
    height: 6px;
    background: #435dbf;
    position: absolute;
    left: 100%;
    top: 18px;
    z-index: 0;
}

input::placeholder {
  font-weight: normal;
  opacity: 0.5;
  color: #dbdbdb;
}

.bannermsg{
	position:fixed;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 13px;
	z-index: 99999;
	width: 100%;
}

@keyframes fadecolor {
  0%   { background: #1a84888a; }
  20%  { background: #1a8488b5; }
  40%  { background: #1a8488d6; }
  60%  { background: #1a8488e0; }
  80%  { background: #1a8488eb; }
  100% { background: #1a8488; }
}

@keyframes rotateanimate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}

@keyframes splash {
  to {
    transform:translate(-50%, -50%) rotate(var(--r, 0deg)) translate(calc(50vmin - 10px));
  }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fade-out-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

@keyframes bounce-out {
  0% { transform: scale(1); }
  25% { transform: scale(.95); }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(.3);
  } 
}

@keyframes bounce-out-down {
  0% { transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes hinge {
  0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }  
  20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }  
  40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; } 
  80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; } 
  100% { transform: translateY(700px); opacity: 0; }
}

@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes roll-out {
    0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
