@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
:root{
	--base: #004990;
	--medium-font-base: #014a97;
	--title-background-base: #f0f0f0;
	--blackfont-base: #666666;
	--btn-base: #434343;
	--table-bg-base: #033363;
	--stepSubtitle-base: #e40d2c;
}
.webcam_div h2{
	margin-bottom: 0 !important;
	margin-top: 0 !important
}
.webcam_div span.label{
	font-size: 50% !important;
	padding: 7px 15px !important
}
.test_page .custom_kena_mobile{
	margin-top: 15px !important;
}
.compatible_text {
    font-size: 16px;
}
/*===============================
VPR-621
=================================*/
span.kena_color {
    color: var(--blackfont-base);
}
.section-payoff {	
	color: var(--blackfont-base);
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.4px;
}
.section-payoff p{
	color: var(--blackfont-base);
}


.big-margin.sim-tim-loader .big-loader {

    margin-top: 0 !important;
    width: 80px;
    height: 80px;

}

#simcardID {
background-color : #d1d1d1 !important; 
}

.main-interaction2{
  background: #fff;
  /* height: 600px !important; */
  overflow-y: scroll;
}
.main2-overlay.custom_interaction{
  /* background-size: 100%; */
  padding-top: 1vh;
  /* background-position: center center */
}

.stepwizard-desc {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	vertical-align: baseline;
	text-align: left;
	width: 280px;
}

.form-control:focus{border-top: 0px !important;border-left: 0px !important;border-right: 0px !important;border-bottom: 3px solid var(--base) !important;-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
     position: absolute;
  	left: 50%;
 
}

.big-loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid var(--base);
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
    position: absolute;
    z-index: 9999999999;
    left: 40%;
    top: 20%;
}


.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    font-weight: bold;
    text-decoration: none
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loadingmessage {
	width: 100%;
}

body {
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.initial-margin {
	margin-top:250px;
}

.little-margin {
	margin-top:10px;
}

.big-margin {
	margin-top:35px;
}

.datepicker table tr td span{
    padding: 5px 10px;
    width: 48%!important;
}
.huge-margin {
	margin-top:65px;
}

.giant-margin {
	margin-top:140px;
}

.main-viewport {
	/* max-width: 1440px; */
	height: 100vh;
	background-color: #555555;
}

.main-mask {
	/* max-width: 720px; */
	/* min-width: 400px; */
	height: 100vh;
	background-color: #fff;
	padding-left: 120px;
}


.main-interaction {
	/*min-height: 100vh;*/
	overflow: auto;
	background-color: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
	    height: 100vh;
}

.main-overlay {
	/* max-width: 720px; */
	/* min-width: 400px; */
	min-height: 100vh;
	/* background-color: #000000; */
	background-image: url("../assets/photo.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: hsla(280, 100%, 99%, 0.77);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	opacity: 1.0;
	vertical-align: middle;
	padding-left: 120px;
}

.self-video-box {
    /* max-width: 720px; */
    height: 100vh !important;
    overflow: hidden;
}
.self-video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
}

.on-air-icon {
	position: absolute;
	left:0;
	top:270px;
	z-index: 999;
	right: 0;
	text-align: center;
}

.agent-video-box {
	width: 174px;
	height: 254px;
	overflow:hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #414141;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.agent-video {
	width: 174px; 
	height: 254px; 
	object-fit:cover;
	overflow:hidden;

	
}


.main2-overlay {
	height: 100vh;
	background-image: url("../assets/kena-mobile-background.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: hsla(280, 100%, 99%, 0.77);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	opacity: 1.0;
	vertical-align: middle;
	padding-left: 80px;
}
	/*background-color: hsla(0, 100%, 100%, 0.6);
	background-blend-mode: overlay;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1.0;
	 vertical-align: middle; 
	padding-left: 120px;
}
	background-repeat: no-repeat;
	opacity: 1.0;
	vertical-align: middle;
	padding-left: 120px;
}*/

/*.room-overlay {
	max-width: 720px; 
	min-width: 400px;
	height: 100vh;
	background-color: #000000;
	opacity: 1.0;
	padding: 0px;
	margin: 0px;
}*/

.main-header {
	width: 80%;
	height: 36px;
	color: var(--base);
	font-family: 'Titillium Web', sans-serif;
	font-size: 3rem;
	font-weight: 700;
}
.test_page .main-header{
	height: auto !important;
}
.main-payoff {
	width: 80%;
	/* float:  left; */
	height: auto;
	color: #7b7b7b;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.4px;
}

.main-link {
	width: 208px;
	height: 25px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-weight: 400;
}

.step-prompt {
	width: 150px;
	height: 27px;
	color: #3b7adb;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 300;
}

.section-title {
	color: var(--btn-base);
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 400;
}


.rao-button-bar {
	text-align: center;
}

.rao-button {
	width: 195px;
	height: 50px;
	border-radius: 2px;
	background-color: #ffae00;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-right: 20px;
	padding: 10px 6px 6px 6px;
	vertical-align: middle;
}

.rao-button-invert {
	width: 195px;
	height: 50px;
	border-radius: 2px;
	background-color: #ffae00;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.4px;
	padding: 10px 6px 6px 6px;
	vertical-align: middle;
}

label {
	color: #ffae00;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.4px;
}

.rao-label {
	color: #9E9E9E;
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.4px;
}


.rao-user-input-disabled {
	width: 100%;
    padding: 6px 10px;
    margin: 8px 0;
    border: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    background-color: #fdfdfd;
    color: #97a4b1;
    font-family: 'Lato', sans-serif;
	font-size: 22px;

}


.rao-user-input {
	width: 100%;
	padding: 5px 10px;
	margin: 4px 0;
	box-sizing: border-box;
	border: 0px solid #bbbbbb;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	outline: none;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.rao-user-input[type=text]:focus {
    border: 1px solid #bbbbbb;
}

.rao-user-input::placeholder {
  color: #bbbbbb;
}


.rao-input {
	width: 70%;
	padding: 20px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	outline: none;
	background-color: #7b7b7b;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.rao-input[type=text]:focus {
    border: 3px solid #555;
}

.rao-input::placeholder {
  color: #ffffff;
}

.fields-icon {
	float:left;
	margin-right: 25px;
}

.video-overlay {
	max-width: 720px;
	height: 900px;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0.6;
}

.agent-overlay {
	width: 174px;
	height: 254px;
}


.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 10px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 0px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 15px;
  height: 15px;
  text-align: center;
  margin-right: 14px;
  padding: 2px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #aaaaaa;
}

.progress-bar {
	position: fixed;
	left: 50px;
	bottom: 20px;
	height: 32px;
	z-index: 99999999;
}

.mobile-footer{
	margin-top:0px;
}

@media only screen and (max-width: 767px) {

	.daterangepicker{
		position:fixed !important;
		top:0px !important;
		
	}

    .main-overlay{padding-top: 10vh;}
	.btn-circle {
  width: 10px;
  height:10px;
  text-align: center;
  margin-right: 14px;
  padding: 2px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #aaaaaa;
}

	.big-loader {
    border: 14px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid var(--base);
    /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 9999999999;
    left: 35%;
    top: 20%;
}
.rao-label {
	/* color: #000000; */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 4px;
	margin-bottom: 14px;
	margin-top: 16px !important;
	letter-spacing: 0.4px;
}


.rao-user-input-disabled {
	width: 100%;
	padding: 17px 30px;
	margin: 3px 0;
	border: 0px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	outline: none;
	background-color: #fdfdfd;
	color: #97a4b1;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}


.rao-user-input {
	width: 100%;
	/* padding: 10px 10px; */
	/* margin: 8px 0; */
	/* box-sizing: border-box; */
	/* border: 1px solid #bbbbbb; */
	-webkit-transition: 0.2s;
	transition: 0.2s;
	/* outline: none; */
	background-color: #ffffff;
	/* color: #000000; */
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}


.rao-button-bar {
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100% !important;
}

.form-group{margin-bottom:15px;padding-bottom: 2%;}

.rao-button-bar>button {
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100% !important;
	left:0px;
}


		.main-header {
			width: 95%;
			height: auto;
			color: var(--base);
			font-family: 'Titillium Web', sans-serif;
			font-size: 2rem;
			font-weight: 700;
	margin-top:-15px;
			padding-bottom: 5px;
			
}

		.main-payoff {
			width: 95%;
			height: auto;
			color: #7b7b7b;
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			font-weight: 400;
			line-height: 20px;
			letter-spacing: 0.4px;
			margin-top: 30px;
			/* margin-bottom: 30px; */
}

		.progress-bar {
			position: absolute;
			left: 20px;
			top: 45vh;
			z-index: 999;
}

		.mobile-footer{
			margin-top:0;
		}

		.on-air-icon {
			position: absolute;
			left:10px;
			top:10px;
			z-index: 999;
		}

		.main-viewport {
			width: 100%;
			height: 100%;
			background-color: #ffffff;
}

		.main-mask {
			max-width: 100%;
			min-width: 100%;
			height: auto;
			padding-top:  20px;
			padding-bottom: 60px;
			/* height: 400px; */
			background-color: #fff;
			padding-left: 40px;
}

		/*.main-interaction {
			max-width: 100%;
			min-width: 100%;
			background-color: #ffffff;
			overflow:auto;
			height: 400px;
			padding-left: 10%;
			padding-right: 10%;
			position: fixed;
			bottom: 0px;
			 padding-top: 5px; 
		}*/


		.main-overlay {
			/* max-width: 100%; */
			min-width: 100%;
			height: 100px;
			min-height: 50vh;
			background-color: #000000;
			background-image: url("../assets/photo.png");
			background-color: hsla(0, 100%, 100%, 0.86);
			background-blend-mode: overlay;
			background-repeat: no-repeat;
			opacity: 1.0;
			vertical-align: middle;
			padding-left: 40px;
}

    .main-overlay2 {
			/* max-width: 100%; */
			min-width: 100%;
			height: 100px;
			min-height: 50vh;
			padding-left: 40px;
}

		/*.main2-overlay {
			max-width: 100%;
			min-width: 100%;
			background-color: #000000;
			background-image: url("../assets/bitmap.png");
			position: fixed;
			background-color: hsla(0,0%,10%,0.60);
			background-blend-mode: overlay;
			background-repeat: no-repeat;
			opacity: 1.0;
			vertical-align:middle;
			padding-left: 50px;
		}*/


		.room-overlay {
			max-width: 100%;
			min-width: 100%;
			background-color: #000000;
			opacity: 1.0;
			padding: 0px;
			margin: 0px;
			height: auto;
			max-height: 50vh !Important;
}

		.video-overlay {
			background-color: rgba(0, 0, 0, 0.2);
			opacity: 0.6;
			max-height: 200px;
		}

		.self-video-box {
				max-width:100%;
				height: 50%;
				overflow:hidden;
				position: fixed;
				object-fit:fill;
		}
		.self-video {
			width: 100%;
			height: 50vh;
			/* object-fit:contain; */
			overflow: auto;
}
			
		.agent-video-box {
			width: 134px;
			height: 200px;
			overflow:hidden;
			position: absolute;
			right: 0px;
			top:0px;
			background-color: #414141;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		}

		.agent-video {
			width: 134px; 
			height: 200px; 
			object-fit:cover;
			overflow:hidden;
			
			
		}
		.agent-overlay {
			width: 134px; 
			height: 200px; 
		}

		.initial-margin {
    margin-top: 10px;
}

		.little-margin {
			margin-top: 5px;
			font-size: 18px;
			line-height: 20px;
}
    
    .box{
        height: inherit;
    	min-height: 100%;
    	margin-right: 10px;
    }
    
		.big-margin {
			margin-top:5px;
		}
.rao-button-invert{
	margin-top: -10px;
}
		.huge-margin {
			margin-top: 5px;
		}

		.giant-margin {
			margin-top:40px;
		}


		body {
    /* padding-bottom: 40px; */
}

/*    .step-container{overflow: scroll;
    height: 50vh;}*/


}



label.error{
  color: #ffae00;
  font-weight: bold;
  position: absolute;
  font-size: 10px;
}


/*========Step ========*/
.stepwizard-row{
        pointer-events: none;
    }
    .shooting_div {
        position: relative;
        width: 480px
    }
    .self-video-box .shooting_inner {
        height: 333px;
        position: absolute;
        z-index: 10;
        top: 170px;
        max-width: 420px;
        left: 0;
        margin: 0 auto;
        right: 0;
        border: 2px dashed #fff;
        display: none;
    }
    .shooting_inner_rectangle {
        height: 350px;
        position: absolute;
        z-index: 10;
        top: 160px;
        max-width: 470px;
        left: 0;
        margin: 0 auto;
        right: 0;
        border: 2px dashed #fff;
        display: none;
    }
    .shooting_inner_rectangle1 {
        height: 301px;
        position: absolute;
        z-index: 10;
        top: 170px;
        max-width: 420px;
        left: 0;
        margin: 0 auto;
        right: 0;
        border: 2px dashed #fff;
        display: none;
    }
    .self-video-box{
        position: relative;
    }
    .custom_interaction{
      /* height: auto !important; */
      /* margin: 0px; */
      max-height: auto !important;
      /* min-width: auto !important; */
      /* max-width: 100% !important; */
}
    .main-interaction2{
      background: #fff;
      /*min-height: 600px;*/
      height: 100vh;
      /* width: 50% !important; */
      overflow-y: scroll;
      /*padding-bottom: 8vh;*/
}
    .room-overlay.custom_interaction{
      background-size: 100%;
        padding: 0px;
    }
    .custom_interaction .self-video-box {
        height: auto !important;
    }
    .progress-bar {
        position: absolute;
        left: 50px;
        top: inherit !important;
        height: 32px;
        z-index: 999;
        bottom: 20px;
        display: none;
    }
    @-webkit-keyframes blinker {
        from {opacity: 1.0;}
        to {opacity: 0.2;}
    }
    .shooting_inner, .shooting_inner_rectangle, .shooting_inner_rectangle1{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
    }

/*========Date========*/

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #777 !important;
  }

  #availableSlots .available-hour {
    font-size: 16px;
    padding: 15px 10px;
    display: inline-block;
}

  #availableSlots .available-hour:hover {
      font-weight: bold;
      background-color: #ffae00;
      cursor: pointer;
}

  #availableSlots .selected-hour {
      color: #0088cc;
      background-color: #e3e3e3;
      font-weight: bold;
}

  #wait{
    width: 100%;  height: 100%;  z-index: 99999;  left: 0px; padding-top: 20%; position: fixed;  text-align: center;  background-color: rgba(255, 255, 255, 0.8);
  }

  .waitloader{
    text-align:center; overflow:hidden; font-size: 20px; font-weight: 600;
  }
  @media screen and (min-width: 320px) and (max-width: 767px){
    .custom_button.rao-button-bar > button.rao-button{
      position: inherit !important;
      bottom:  inherit !important;
    }
    p.rao-button-bar.custom_button{
      position: relative !important;
    }
    .browser_compatible{
    	/*overflow-x: auto*/
    }
    
  }

.logoImg{
    width: 120px;
    height: auto;
    margin-top: -10px;
    padding:10px;

    }
 


label.error{
  color: red;
  position: absolute;
  font-size: 13px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.rao-user-input{
  padding: 0 10px !important 
}
.no-pad{
  padding: 0 !important
}
.no-pad-left{
  padding-left: 0 !important
}
.no-pad-right{
  padding-right: 0 !important;
  padding-left: 0px;
}


 .box{
        height: inherit;
        min-height: 100%;
}
#calendar{
}

/*=========17-may-2018=========*/
.video_width_step10 .agent-video-box{
	object-position: 50% 0 !important
}
.id_step10 .giant-margin.step-prompt{
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
}
.video_width_step10.custom_interaction .self-video-box {
    height: 90vh !important;
}
.main-interaction2.video_step_ten{
	/*min-height: 596px !important;*/
    height: 90vh !important;
    padding: 0 15px;
}
.id_step10 {
    text-align: center;
}
.id_step10 .rao-button-bar{
	text-align: center !important;
}
.footer_new_text .big-margin.section-payoff,
.footer_new_text2 .big-margin.section-payoff{
    margin-top: 23px;
    font-size: 20px;
    color: rgba(49, 56, 61, 0.60);
    font-weight: 600;
}
.footer_new_text, 
.footer_new_text2 {
    background: #fff;
    height: 10vh;
}
.video_width_step10.custom_interaction{
    padding-left: 0 !important;
    background: #fff;
}
.footer_new_text2 .big-margin.section-payoff {
    font-size: 36px;
    margin-top: 6px;
}

/*====================18-05-2018====================*/
#step-12 .giant-margin {
    margin-top: 70px;
}
.video-custom-step{
	position: relative;
}
.video-custom-step .main-interaction{
	width: 255px;
    position: absolute;
    right: 0;
}
/*.video-custom-step .custom_interaction .self-video-box{
    width: 740px;
    margin: 0 auto;
    height: 90vh !important;
}*/
.video-custom-step .main-interaction .step-container .card_img img{
	width: 60px
}
.video-custom-step .custom_interaction{
	background-color: #fff
}
.video-custom-step .custom_interaction .self-video-box .self-video {
    width: 100%;
    height: 100%;
}
/*====================/18-05-2018====================*/

#language-list {
    list-style: none;
    padding-left: 0px;
    cursor: pointer;
}
.popover .popover-content #language-list .language {
    margin: 10px 0;
}
.text-right.custom_english {
    position: absolute;
    z-index: 10;
    right: 55px;
}
.custom_english .label-success {
    background-color: #5cb85c;
    cursor: pointer;
}

/*------------ new css for workflow -----------*/
.video_width_step4 .agent-video-box {
    object-position: -100px 0 !important;
}
.id_step4 .giant-margin.step-prompt,
.id_step5 .giant-margin.step-prompt{
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
}
.video_width_step4.custom_interaction1 .self-video-box {
    height: 90vh !important;
}
.main-interaction2.video_step_four{
	/*min-height: 596px !important;*/
    height: 90vh !important;
    padding: 0 15px;
}
.id_step4,
.id_step5 {
    text-align: center;
}
.id_step4 .rao-button-bar,
.id_step5 .rao-button-bar{
	text-align: center !important;
}
.footer_new_text .big-margin.section-payoff,
.footer_new_text2 .big-margin.section-payoff{
    margin-top: 23px;
    font-size: 20px;
    color: rgba(49, 56, 61, 0.60);
    font-weight: 600;
}
.footer_new_text, 
.footer_new_text2 {
    background: #fff;
    height: 10vh;
}
.video_width_step4.custom_interaction1.video_width_step5,
.video_width_step4.custom_interaction1 {
    padding-left: 0 !important;
    background: #fff;
}
/*.footer_new_text2 .big-margin.section-payoff {
    font-size: 36px;
    margin-top: 6px;
}*/

.video_width_step4 .video_hide,
.video_width_step5 .video_hide{
 	width: 100%;
    height: 100%;
    background: transparent;
}
.video_width_step4 .agent-video-box,
.video_width_step5 .agent-video-box {
    width: 100%;
    height: 100%;
    object-position: 50% 0 !important;
}
.video_width_step4 .agent-video,
.video_width_step5 .agent-video{
    overflow: hidden;
    position: absolute;
    width: 174px !important;
    height: 254px !important;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: -100px 0;
}
.video_width_step4 .self-video,
.video_width_step5 .self-video{
    overflow: hidden;
    position: absolute;
    width: 174px !important;
    height: 254px !important;
    right: 0px;
    top: 0px;
    object-fit: cover;
    object-position: -100px 0;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card_img img{
	margin-right:10px; 
}
.video-custom-step .main-interaction .step-container .card_img img{
	width: 60px
}
/*==============================
Kena Mobile 13/08/2018
==============================*/
.kena_logo > a > img{
	max-width: 182px;
    display: inline-block;
}
.kena_logo{
	padding-right: 15px;
}
.kena_logo{
	text-align: right;
}
.autoheight.main-interaction2 {
	padding-right: 0 !important;
	padding-left: 0;
	position: relative;
}
.kena_section .step-container .section-title {
    padding-left: 68px;
    padding-right: 68px;
}
.kena_section .step-container .step-prompt{
    padding-left: 68px;
    padding-right: 68px;
    width: 100%;
}
.kena_section .big-margin.section-payoff{
    padding-left: 68px;
    padding-right: 68px;
}
.kena_title_bg{
	border-radius: 0;
	/*height: 81px;*/
	/*background: #636363;*/
	background: var(--title-background-base);
	font-weight: 400;
	text-align: left;
    padding: 13px 0;
    margin-bottom: 43px;
}
.kena_title_bg .step-prompt{
	/*color: #fcc750;*/
	color: var(--base);
	font-size: 20.8px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
    margin-top: 0 !important;
}
.kena_title_bg .section-title{
	font-size: 18px;
	/*color: #ffffff;*/
	color: var(--stepSubtitle-base);
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}
.first_step_bg.text-center {
    background: var(--base);
    height: 100vh;
    display: table;
    width: 100%;
}
.first_step_bg img {
    width: 406px;
}
.first_step_bg.text-center {
    /*background: #f8af07;*/
    background: var(--base);
    height: 100vh;
    /*display: table;*/
    display: none;
    width: 100%;
}
.first_step_bg img {
    max-width: 300px;
}
.first_step_bg span {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}
div#big-loader {
    margin-top: 30%;
}
.footer_link {
    bottom: 0;
	width: 100%;
	right: 0;
	z-index: 1000;
	margin: 0;
	height: 45px;
	background: #fff;padding-top: 3px;padding-left: 5px;
}
.kena_footer {
    position: fixed;
	bottom: 0;
	left: 0 !important;
	width: 100%;
	z-index: 1000;
	margin: 0;
	height: 25px;
	background: #fff;
	font-size: 10px !important;
	border-top: 0.5px solid #c1c1c1;
}
.footer_link > li,
.footer_link > li > a{
	color: var(--btn-base);
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.kena_section .big-margin.section-payoff p {
    margin-bottom: 15px !important;
    margin-top: 15px;
}
.footer_link > li:first-child{
	padding-left: 0;
}
.footer_link > li {
    padding-right: 20px;
}
.custom_kena_mobile {
    margin-right: 0;
    border-radius: 30px;
    line-height: 47px;
    padding: 0;
    width: 100%;
    background: var(--btn-base);
    font-weight: 400;
    height: 49px;
    font-size: 20px;
    margin-top: 65px;
    margin-bottom: 85px !important;
}
.big-margin.pad_68 {
    margin-bottom: 65px;
}
.card_rectangle_img img {
    max-width: 145px;
}
.confirmation-button-ack {
	background-color: #3a99ff !important;
	border: 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	vertical-align: middle;
    height: 49px;
    line-height: 49px;
}

.custom_kena_mobile:hover,
.custom_kena_mobile:focus{
	font-weight: 400;
}
.kena_pad{
	padding: 0 68px !important
}
.kena_section .rao-label{
	/*padding-left: 68px;*/
}
.confirm_data_section.form-group{
    padding-left: 68px;
    max-width: 400px;
    width: 100%;
}
.confirm_data_section.form-group .form-control[disabled], 
.confirm_data_section.form-group .form-control[readonly], 
.confirm_data_section.form-group fieldset[disabled] .form-control,
.form-group .form-control[disabled] {
    background: #f9f9f9;
    box-shadow: none;
    border-radius: 4px !important;
    height: 45px;
    font-size: 20px;
    padding: 0 15px;
}
.kena_section .rao-label{
	margin-top: 24px;
	color: var(--btn-base);
	font-size: 1.6rem
}
#step-2 .form-group + .form-group + .kena_pad .custom_kena_mobile{
	margin-top: 35px;
}
.section-payoff{
	/*color: var(--btn-base) !important*/
	/*color: #97a4b1 !important;*/
}
.kena_section .section-payoff {
	font-size: 25px;
}
.pad_68{
	padding-left: 68px;
	padding-right: 68px;
}
a:hover,
a:focus{
	text-decoration: none !important;
}
button:hover,
button:focus{
	outline: none !important;
}
.pad_68.no_verification input.form-control.rao-user-input-disabled.inline-phone {
    background: transparent;
    box-shadow: none;
}
.no_verification .form-control[readonly],
.no_verification .form-control {
    color: var(--base) !important;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 27px;
    padding-left: 0;
    margin-bottom: 27px;
    padding: 0;
    height: 46px;
}
.video-custom-step .kena_footer {
    left: calc(100% - 25.4%);
}
.no_verification .form-control[readonly]:focus,
.no_verification .form-control[readonly]:hover{
	border: 0 !important;
}
.video-custom-step .main-interaction.kena_section {
	width: 25.6%;
    position: absolute;
    right: 0;
    /*padding-bottom: 65px !important;*/
}
#step-11 div#big-loader {
    margin-top: 0% !important;
}
.kena_section.video_width_step4 .kena_title_bg .margin_kena,
.kena_section.video_width_step4 .kena_title_bg .section-title,
.kena_section.video_width_step4 .kena_title_bg .margin_kena,
.kena_section.video_width_step4 .kena_title_bg .section-title {
	padding-left: 35px !important;
	padding-right: 15px !important
}
.kena_section.video_width_step4 .big-margin.section-payoff,
.kena_section.video_width_step4 .big-margin.section-payoff{
	padding-left: 35px !important;
	padding-right: 35px !important
}
.kena_section.video_width_step4 .big-margin.card_img,
.kena_section.video_width_step4 .big-margin.card_img {
	padding-left: 35px !important;
	padding-right: 35px !important;
	display: none;
}
.kena_pad2{
	padding: 0 35px 0 35px !important
}
.video-custom-step .video_hide{
	top: 0 !important;
	right: 0 !important;
}
.footer_new_text, .footer_new_text2{
	display: none !important;
}
.video-custom-step .custom_interaction .self-video-box{
    /*width: 740px;*/
    margin: 0 auto;
    height: 100vh !important;
    max-width: 1334px;
    width: calc(100% - 51%);
}
.main-interaction2.video_step_ten{
	/*min-height: 596px !important;*/
    height: 100vh !important;
    padding: 0 15px;
}
.video-custom-step .footer_link{
	padding-left: 35px;
}
.footer_link > li {
    padding-right: 0;
}
.video-custom-step .on-air-icon {
    top: 30px;
    right: 30px !important;
    text-align: right;
    left: 0;
}
.main-interaction2.video_step_ten{
	padding-left: 0 !important;
}
#step-9 > .form-group +.big-margin.card_img + .kena_pad{
	padding: 0 35px !important
}
/*==================None==============*/
.kena_logo{
	display: block !important;
    padding-top: 8px;
}
.kena_footer{
	display: block !important;
}
.first_step_bg{
	display: table ;
}
.kena_img{
	display: block !important;
}
.xrao_img{
	display: none !important;
}
.video_hide{
	top: 30px !important;
	right: 30px !important;
	background-color: transparent !important;
    box-shadow: none !important;
    height: 325px !important
}
.rao_air{
	display: none !important;
}
.kena_img1{
	display: block;
}
.top_sticky > div{
	height: 107px !important
}
.video_width_step4 .video_hide{
	height: 100% !important
}
.big-margin.pad_68 img.kena_img {
    max-width: 70px;
}
.video_border:after {
    position: absolute;
    content: "";
    border: 2px solid var(--base);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.video_border {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
    height: 254px;
}
.video-custom-step .video_border{
	height: 100% !important;
}
.video-custom-step .video_border:after{
	content: none !important;
}
.on-air-icon > img {
    /*box-shadow: 0 0px 4px 2px #636363;
    border-radius: 30px;*/
}
.footer_link > li > a{
	font-weight: bold !important;
	color: rgb(47, 51, 53); }
}
.first_step_bg .ken_loader .big-loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid var(--base) !important;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
    position: absolute;
    z-index: 100;
    left: 40%;
    top: 22% !important;

}
.kena_testpage {
    padding: 0;
}
.kena_hidelogo{
	display: none;
}
.test_page{
	display: table;
	height: 100vh
}
.second_step {
    display: inherit !important;
    vertical-align: middle;
}
.second_step h2.verify_system {
    margin-top: 40px;
    max-width: 348px;
    width: 100%;
}
.none_huge{
	display: none;
}
.second_step .big-loader.custome_load {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: inherit !important;
    width: 100px !important;
    height: 100px !important;
    position: relative;
}
.kena_mobile_change .kena_logo{
	display: none !important;
}
::i-block-chrome, .top_sticky{
   padding-right: 24px !important;
}
.kena_logo {
    display: block !important;
    padding-top: 8px;
    padding-bottom: 8px;
} 
/*========08-Feb-2018========*/
.first_step_bg > span > small {
    background: url(../images/qualificata-trans.png) !important;
    background-size: 100% !important;
    height: 90px;
    max-width: 300px;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat !important;
}
.start_text_vpr,
.start_text_kena{
	margin-bottom: 20px;
	font-size: 20px
}
.second_step .none_huge{
	display: block !important;
}
.test_page{
	display: inherit !important;
}
.kena_pad.no-pad.start_step_user{
	padding: 0 !important;
    display: inline-block;
}
.test_page .start_step_user .custom_kena_mobile {
    margin-top: 15px !important;
    display: inline-block;
    width: 48% !important;
}
/*=========Kena Modal========*/
.response_modal .modal-title{
    font-weight: 700;
    text-transform: uppercase;
}
.response_modal .modal-dialog {
    margin-top: 17%;
}
.modal-backdrop{
    height: 100%;   
}
.response_modal .modal-body .form-group.col-md-12.has-feedback{
	margin-bottom: 0;
}
.response_modal .modal-body h5,
.response_modal .modal-body .right-inner-addon{
    color: #8d8a8a
}
.response_modal .modal-content{
    padding: 0 15px;
}
.response_modal .modal-body h5 > i.fa{
    color: #f8af07;
    margin-right: 25px;
}
.custom_modal_btn,
.custom_modal_btn2{
    border-radius: 30px;
    background-color: var(--btn-base) !important;
    border-color: var(--btn-base) !important;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 25px 5px;  
}
.custom_modal_btn:hover,
.custom_modal_btn:focus,
.custom_modal_btn2:hover,
.custom_modal_btn2:focus
{
    border-radius: 30px;
    background-color: var(--base) !important;
    border-color: var(--base) !important;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 25px 5px; 

}
.modal-backdrop{
	z-index: 1000 !important
}
/*===========================
Edge Browser and Chat Box
=============================*/
.chat-box {
    position: fixed;
    right: 15px;
    max-width: 300px;
    bottom: 0;
    z-index: 10000000000;
    width: 100%;
}
.box.box-warning {
    border-top-color: var(--base);
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    /*margin-bottom: 20px;*/
    width: 100%;
    box-shadow:0 2px 2px 2px rgba(0,0,0,0.1);
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.btn-box-tool:focus,
.btn-box-tool:hover {
	color: #606c84 !important;
	box-shadow: none !important;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-msg {
    margin-bottom: 15px;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 6px;
    margin-top: -8px;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}
.direct-chat-warning .right>.direct-chat-text {
    background: var(--base);
    border-color: var(--base);
    color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}
.direct-chat-text{
	word-wrap: break-word;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-warning {
    background-color: var(--base);
    border-color: var(--base);
    border-radius: 0;
}
.btn-warning:hover,
.btn-warning:focus {
    color: #fff;
    background-color: var(--base) !important;
    border-color: var(--base) !important;
    font-weight: 400;
    border-radius: 0;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
    background-color: var(--base);
}
.box-footer .input-group .form-control{
	border-radius: 0;
}
.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: var(--base);
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}
/*===========================
New Theme Responsive
=============================*/
@media screen and (min-width: 320px) and (max-width: 568px){
	.kena_section .big-margin.section-payoff{
		font-size: 16px !important
	}
}
@media screen and (min-width: 320px) and (max-width: 767px){
	/*Chat For Mobile*/
	.chat-box.chatBoxOpen {
	    left: 0;
	}
	.box {
		margin-bottom: 0;
	}
	.box.box-warning.direct-chat.direct-chat-warning.collapsed-box {
	    width: 100px;
	    float: right;
	    height: 34px;
	}
	.box.box-warning.direct-chat.direct-chat-warning.{
		width: 100%;
	}
	.box-tools.pull-right .fa.fa-plus:before {
	    content: "\f0e6";
	}
	.btn-box-tool {
    	/*padding-top: 0;
    	font-size: 14px*/
	}
	.box-header .box-title{
		font-size: 12px;
	}
	.box-tools.pull-right .fa.fa-plus:after {
	    /*content: "Chat";*/
	}
	.box-header>.box-tools {
       /*float: none !important;*/
        position: inherit;
        right: -5px;
    	top: -5px;
	}
	.box-header.with-border {
	    padding: 5px 5px;
	}
	.box.box-warning.direct-chat.direct-chat-warning {
	    width: 98%;
	    margin: 0;
	    left: 8px;
	}
	.chat-box {
		width: auto;
		max-width: none;
	    left: inherit;
	}
	.direct-chat-messages{
		height: 200px;
	}
	.direct-chat .box-body{
		width: 100%
	}
	/*Chat For Mobile*/
	body.start_captcha {
	    position: inherit !important;
	    overflow-x: hidden !important;
	}
	.mobilenopad{
		padding: 0 !important
	}
	div#captcha_container {
		transform:scale(0.77) !important;
		-webkit-transform:scale(0.77) !important;
		transform-origin:0 0 !important;
		-webkit-transform-origin:0 0 !important;
	}
	.panel-body button.custom-button{
		font-size: 20px !important;
		margin-top: 60px;
	}
	.rao-input{
		width: 85% !important;
		text-align: center;
	}
	.first_step_bg .ken_loader .big-loader{
		left: 0;
		top: 24% !important;
	}
	#step-11 div#big-loader {
	    margin-top: -15px !important;
	        z-index: 99 !important;
	}
.main2-overlay {
    max-width: 100%;
    min-width: 100%;
    min-height: 15vh;
    background-color: #000000;
    background-image: url(../assets/bitmap.png);
    position: relative;
    background-color: hsla(0, 100%, 100%, 0.91);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    opacity: 1.0;
    vertical-align: middle;
    padding-left: 50px;
    height: auto !important;
}
.main-interaction {
    max-width: 100%;
    min-width: 100%;
    min-height: auto !important;
    height: 60vh;
    background-color: #ffffff;
    overflow: scroll;
    /* height: auto !important; */
    padding-left: 10%;
    padding-right: 10%;
    top: 0;
    position: relative !important;
    bottom: 0 !important;
    padding-bottom: 30px !important;

    /* padding-top: 5px; */
}
    
.formInteraction {
    padding-bottom: 200px;
    top: 40vh !important;
}
.rao-label{
	line-height: 20px !important
}
/*============*/
.kena_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    height: 35px;
    background: #e5e5e5;
    text-align: center;
    padding: 8px 0;
    display: none !important;
}
.footer_link {
    bottom: 0;
    padding-left: 0;
    width: 100%;
    right: 0;
    z-index: 1000;
    margin: 0;
    background: transparent;
}
.custom_interaction .self-video-box{
	height: 40vh !important
}
.self-video{
	height: 40vh !important
}
.video_hide {
    top: 0 !important;
    left: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    height: 205px !important;
    width: 127px !important
}
.video_border{
	height: 155px;
	width: 127px !important
}
.agent-video-box{
	height: 155px !important;
	width: 127px !important
}
/*===========Android/ios=====*/
.ios-videobox .video_border:after{
	height: 155px !important;
	width: 127px !important
}
.ios-videobox .agent-video-box{
	height: 155px !important;
	width: 127px !important
}
.android-videobox .agent-video-box{
	height: auto !important;
	border: 2px solid #ffaf00;
	object-fit: cover !important;
	width: 127px !important
}
.android-videobox .video_border:after{
	height: 155px !important;
	content: none !important;
	width: 127px !important
}
.android-videobox .video-custom-step .agent-video-box{
	border: 0 !important;
	width: 100% !important;
	height: 45vh !important;
}
.android-videobox .video-custom-step .video_border:after{
	width: 100% !important;
	height: 45vh !important;
}
/*===========Android/ios=====*/
.little-margin{
	padding: 0 20px !important
}
.step-prompt{
	padding: 0 20px !important;
	height: 22px !important
}
.kena_title_bg .section-title{
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 13.5px !important;
}
.kena_section .big-margin.section-payoff{
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 18px;
}
.kena_title_bg .step-prompt{
	font-size: 14.5px !important
}
.kena_pad {
    padding: 0 20px !important;
}
.rao-button-bar {
    position: relative !important;
}
.rao-button-bar>button {
    text-align: center;
    position: relative !important;
    width: 100% !important;
    font-size: 16px !important
}
.kena_title_bg{
    padding: 8px 0 !important;
    height: auto !important;
    margin-bottom: 20px;
}
.custom_kena_mobile{
	margin-top: 25px !important;
	/*margin-bottom: 110px !important*/
	margin-bottom: 05px !important
}
.big-loader{
    border: 10px solid #f3f3f3 !important;
    border-top: 10px solid var(--base) !important;
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 9999999999;
    left: 0;
    top: 28%;
    right: 0;
    margin: 0 auto;
}
.on-air-icon{
	position: absolute;
    left: 10px !important;
    top: 174px !important;
}
.kena_img1 > img {
    max-width: 70px;
}
.kena_logo > a > img{
    max-width: 145px;
    margin-bottom: 2px;
}
/*.step-container{
	overflow: scroll;
    height: 50vh;
}*/
.confirm_data_section.form-group{
    padding-left: 20px;
    max-width: none;
    width: 100%;
    padding-right: 20px;
}
.pad_68{
	padding: 0 20px !important
}
.big-margin.pad_68{
	margin-bottom: 20px !important;
    margin-top: 15px !important;
}
.first_step_bg.text-center{
	height: 40vh !important
}
.no_verification .form-control[readonly], .no_verification .form-control{
    margin-bottom: 45px !important;
    margin-top: 0 !important;
    font-size: 27px !important
}
.step-container {
    /*overflow: auto;*/
    padding-bottom: 85px;
}
.first_step_bg img {
    max-width: 175px !important;
}
.custom_kena_mobile{
    height: 39px !important;
    line-height: 28px !important
}
.video-custom-step .agent-video-box{
	height: 40vh !important;
	width: 100% !important;
}
.video-custom-step .video_border{
	height: 40vh !important;
	width: 100% !important;
}
.video-custom-step .video_hide{
	height: 40vh !important;
	width: 100% !important;
}
.video-custom-step .custom_interaction .self-video-box{
	width: calc(100% - 0%) !important;
	height: 40vh !important
}
.video-custom-step .kena_footer{
	left: inherit !important
}
.kena_pad2{
	padding: 0 20px !important
}
.video-custom-step .main-interaction.kena_section{
	width: auto !important;
	height: 60vh !important;
	max-width: 100%;
    min-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
}
.main-interaction2.video_step_ten{
	height: auto !important;
}
.card_rectangle_img img {
    max-width: 80px !important;
    margin-top: 25px;
}
.video-custom-step .on-air-icon {
    top: 15px !important;
    left: 15px !important;
    right: inherit !important;
}
.video-custom-step  .kena_mobile_change .kena_logo {
    z-index: 1000;
}
.custom-height-scroll{
    height: 55vh !important;
    top: 45vh !important;
    display: inherit !important;
}
/*.kena_testpage{
    height: 45vh !important
}*/
.second_step{
	display: inherit !important;
}
.second_step .big-loader.custome_load{
	top: 41% !important;
}
.self-video-box{
	display: none;
}
/*==============29-Aug-2018==========*/
.kena_section .kena_logo{
	display: none !important;
}
.kena_mobile_change .kena_logo {
    position: absolute;
    right: 0;
    padding: 0;
    padding: 7px;
    /* background: #ffffff; */
    top: 15px;
    display: block !important;
}
.no_verification.pad_68 + .big-margin.pad_68 {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0 !important;
}
.no_verification.pad_68 {
    width: 74%;
    /* float: left; */
    display: inline-block;
}
.big-margin.pad_68 img.kena_img {
    max-width: 60px !important;
}
#step-4 .mobile-footer{
	display: none;
}
ul.series li a {
    font-size: 13px !important;
    color: #fff;
}
/*=======================
VPR-572
=========================*/
.ios-videobox .kena_section{
	height: calc(60vh - 80px) !important
}
.ios-videobox .video-custom-step .main-interaction.kena_section{
	height: calc(60vh - 80px) !important
}
.kena_section{
	height: calc(55vh - 39px) !important
}
.kena_title_bg{
    padding: 4px 0 !important;
    height: auto !important;
    margin-bottom: 20px;
    position: fixed;
    top: 40vh;
    width: 100%;
    margin-top: -1px;
}
.step-container {
    padding-bottom: 35px;
    /*overflow-y: scroll;*/
    padding-top: 50px;
}
.video-custom-step .step-container{
	padding-top: 50px
}
.kena_section.video_width_step4 .big-margin.section-payoff, 
.kena_section.video_width_step4 .big-margin.section-payoff{
	padding-left: 20px !important;
	padding-right: 20px !important
}
.kena_section.video_width_step4 .kena_title_bg .margin_kena, 
.kena_section.video_width_step4 .kena_title_bg .section-title, 
.kena_section.video_width_step4 .kena_title_bg .margin_kena, 
.kena_section.video_width_step4 .kena_title_bg .section-title{
	padding-left: 20px !important;
	padding-right: 20px !important	
}
.kena_pad.no-pad,
.kena_pad2.no-pad,
.video_step_ten.video_width_step6 .kena_pad.no-pad {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding:0 15px 0px!important;
    z-index: 15;
    left: 0
}
.kena_pad.no-pad .custom_kena_mobile,
.kena_pad2.no-pad .custom_kena_mobile,
.video_step_ten.video_width_step6 .kena_pad.no-pad,
.kena_pad2.no-pad p,
.kena_pad.no-pad p,
.video_step_ten.video_width_step6 .kena_pad.no-pad p {
    margin: 0 !important;
}
.no_verification.pad_68.selfie_inputno + .big-margin.pad_68 + .big-margin.pad_68 + .kena_pad.no-pad .custom_kena_mobile{
	margin-top: 0 !important
}
.video-custom-step .video_step_ten.video_width_step6 {
    top: 45vh;
    margin-top: -5px;
}
.video-custom-step .col-md-12.video_width_step6 {
    height: 45vh;
}
/*==============================
VPR-624
================================*/
.text-left.test_page_er {
    padding-bottom: 60px !important;
}
.text-left.test_page_er .label-danger {
    font-size: 50% !important;
}
.webcam_div .label-danger{
	font-size: 50% !important;
}
.test_page .start_step_user .custom_kena_mobile {
	width: 40% !important
}
.second_step .big-loader.custome_load{
	top: inherit !important;
}
.text-left.test_page_er{
	text-align: center !important;
}
.text-left.webcam_div .label{
	padding: 5px 15px !important;
	font-size: 35% !important
}
.big-margin .well{
	margin-top: 10px;
    width: 100% !important;
}
.webcam_div h2 {
    margin-bottom: 0;
    margin-top: 5px;
}
.second_step .big-loader.custome_load{
    top: inherit !important;
    position: relative;
    height: 60px !important;
    width: 60px !important;
    top: inherit !important;
}
.kena_testpage h2.main-header.initial-margin {
    display: none;
}
.kena_testpage .main-payoff{
	display: none;
}
.main-overlay{
	min-height: 40vh !important
}
.custom-height-scroll{
    height: 55vh !important;
    top: 0vh !important;
    display: inherit !important;
    padding-bottom: 120px !important;
}
.custom-height-scroll .second_step .none_huge{
	display: none !important;
}
/*=================================
VPR-947
===================================*/
.video_hide_start {
    overflow: hidden;
    /*width: 125px !important;*/
    height: 20vh !important;
    top: 24px !important;
    position: inherit !important;
    margin: 0 auto !important;
}
.agent-video-box-start {
/*	width: 125px !important;
    height: 23vh !important;*/
}
.first_step_bg span .list-unstyled > li:last-child {
    /*width: 43%;*/
}
.first_step_bg span .list-unstyled > li > img{
    max-width: 135px !important;
    margin-bottom: 5px;
}
}

/*===========================
New Theme Responsive For iPad
=============================*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	.step-container{
        text-align: center;
        margin-bottom: 0;
    }    
    .col-sm-12.col-md-12.col-xs-12.col-lg-12.kena_pad.no-pad.start_step_user {
	    max-width: none !important;
	}
	.custom-height-scroll .second_step .none_huge{
		display: none !important;
	}
    .first_step_bg .ken_loader .big-loader{
    	left: 0 !important;
	    top: 65% !important;
	    right: 0 !important;
	    margin: 0 auto;
        width: 80px !important;
    	height: 80px !important;
    }
    .first_step_bg div#big-loader{
    	margin-top: 0 !important
    }
    .self-video-box{
		display: none;
	}
	.kena_testpage{
		padding: 0 !important;
		width: 100%;
	}
    .on-air-icon{
    	top: 230px !important
    }
    .main-interaction2{
    	padding-left: 2% !important;
    	padding-right: 2% !important
    }
    .rao-input{
    	width: 85% !important;
    	text-align: center;
    }
    .no-pad{
    	text-align: left;
    }
    label.error{
    font-size:9px !important;
    text-align:left;
    width: 100%;
    }
    .step-prompt{
        margin: 0 auto;
        margin-top: 10vh ;
        text-align: center;
        width: 100% !important;        
    }
	.room-overlay {
		/* max-width: 720px; */
		min-width: 400px;
		width:  100%;
		height: 45vh;
		background-color: #000000;
		opacity: 1.0;
		padding: 0px;
		margin: 0px;
	}
	.main-interaction2 {
	    /* padding-bottom: 300px; */
	}
	.self-video {
		width: 100%;
		height: 45vh !important;
		object-fit: cover;
		overflow: hidden;
	}
	.main-header{
		width:90%;
	}
	.main-mask{
		padding-left:40px;
	}
	.main-payoff{
		width:90%;
	}
/*=====================Old Css =================*/
	.autoheight.main-interaction2{
		padding-left: 0 !important
	}
	.kena_section .step-container .step-prompt,
	.kena_section .step-container .section-title{
		padding-left: 25px !important;
		padding-right: 25px !important
	}
	.kena_section .big-margin.section-payoff{
		padding-left: 25px !important;
		padding-right: 25px !important
	}
	.kena_footer{
		background: #e5e5e5 !important;
		left: inherit !important;
	    padding: 6px 0;
	    height: 35px !important;
	    bottom: -1px;
	}
	.footer_link{
		background: transparent !important;
	}
	.autoheight.main-interaction2 {
	    padding-right: 0 !important;
	    padding-left: 0 !important;
	    position: relative;
	    height: 55vh !important;
	    width: 100% !important
	}
	.kena_section .big-margin.section-payoff{
		max-width: 650px;
		width: 100%;
		margin: 0 auto !important;
		padding-left: 68px !important;
		padding-right: 68px !important
	}
	.kena_title_bg{
		margin-bottom: 35px;
	}
	/*.kena_pad p.rao-button-bar {
	    max-width: 650px;
	    margin: 0 auto;
	    padding: 0 68px;
	    width: 100%
	}*/
	.custom_kena_mobile{
		margin-top: 40px !important
	}
	.confirm_data_section.form-group {
	    padding-left: 68px;
	    max-width: 650px !important;
	    width: 100%;
	    text-align: left;
	    margin: 0 auto;
	    padding-right: 68px !important;
	}
	.no_verification .form-control[readonly], .no_verification .form-control{
		font-size: 36px !important
	}
	.no_verification.pad_68,
	.big-margin.pad_68 {
	    max-width: 650px;
	    margin: 0 auto;
	    width: 100%;
	}
	.big-margin.pad_68 {
	    margin-bottom: 65px;
	    margin-top: 15px !important
	}
	.video-custom-step .custom_interaction .self-video-box{
		height: 45vh !important;
		width: 100% !important
	}
	.video-custom-step .main-interaction.kena_section{
	    top: 45vh;
        width: 100%;
	}
	.video-custom-step .kena_footer{
		left: inherit !important;
	}
	.kena_section #step-6 .big-margin.section-payoff, 
	.kena_section #step-9 .big-margin.section-payoff{
		padding-left: 68px !important;
		padding-right: 68px !important;
		max-width: 650px;
		width: 100%;
		margin: 0 auto !important
	}
	.kena_pad2 {
		padding:0 68px !important;
		width: 100%;
		max-width: 0 auto
	}
	.kena_pad2 .rao-button-bar {
	    padding: 0 68px !important;
	    max-width: 650px !important;
	    width: 100%;
	    margin: 0 auto;
	}
	.big-margin.card_rectangle_img {
	    text-align: left;
	}
	.big-margin.section-payoff{
		padding-left: 68px !important;
		padding-right: 68px !important
	}
	.first_step_bg.text-center{
		height: 45vh !important;
		margin-top: -1px;
	}
	.agent-video-box {
	    object-position: 0 !important;
	    height: 205px !important;
	    width: 225px !important
	}
	.video_border{
		height: 205px;
	}
	.video-custom-step .video_width_step4 .agent-video-box, 
	.video-custom-step .video_width_step5 .agent-video-box{
		object-position: 0 !important;
	}
	.video-custom-step .agent-video-box {
	    width: 100% !important;
	    height: 45vh !important;
	}
	.video-custom-step .on-air-icon{
		top: 30px !important;
		display: block !important; 
		left: 30px;
    	text-align: left;
	}
	#step-11 div#big-loader {
		margin-top: -3% !important;
	    width: 70px;
	    height: 70px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    top: 7% !important;
	}
	/*============New modification======*/
	.kena_section .kena_logo{
		display: none !important;
	}
	.no_verification.pad_68 {
	    width: 64%;
	    /* float: left; */
	    display: inline-block;
	    padding-right: 0;
	    vertical-align: middle;
	    padding-left: 10px
	}
	.pad_68.no_verification input.form-control.rao-user-input-disabled.inline-phone{
		margin: 0 !important
	}
	.no_verification.pad_68 + .big-margin.pad_68 {
	    width: 20%;
	    display: inline-block;
	    vertical-align: middle;
	    padding-left: 0 !important;
	    margin-bottom: 0;
	    padding-right: 0 !important
	}
	.select_idcard.pad_68 {
	    max-width: 650px;
	    margin: 0 auto;
	}
	.video-custom-step .self-video-box{
		display: block !important;
		width: 100% !important
	}
	.video_width_step4 .kena_title_bg .margin_kena,
	.video_width_step4 .kena_title_bg .section-title,
	.video_width_step4 .kena_title_bg .margin_kena,
	.video_width_step4 .kena_title_bg .section-title {
		padding-left: 68px !important;
		padding-right: 68px !important
	}
	.kena_section.video_width_step4 .pad_68, .kena_section.video_width_step4 .pad_68 {
	    padding-left: 68px !important; 
	    padding-right: 68px !important; 
	    text-align: left;
	    max-width: 650px;
	    margin: 0 auto;
	}
	.video_hide {
	    top: 0px !important;
	    right: 30px !important;
	    background-color: transparent !important;
	    box-shadow: none !important;
	    height: 325px !important;
	    left: 0;
	}
	.kena_mobile_change .kena_logo{
		display: block !important;
	}
	.kena_mobile_change .kena_logo {
	    position: absolute;
	    right: 15px !important;
	    padding: 0;
	    padding: 7px;
	    /* background: #ffffff; */
	    top: 15px;
	    display: block !important;
	    z-index: 1000;
	}
	/*=======================
	VPR-572
	=========================*/
	.kena_title_bg{
	    padding: 8px 0 !important;
	    height: auto !important;
	    margin-bottom: 20px;
	    position: fixed;
	    top: 45vh;
	    width: 100%;
	    margin-top: -3px;
	}	
	.kena_pad p.rao-button-bar {
	    max-width: 650px;
	    margin: 0 auto;
	    /*padding: 0 68px;*/
	    width: 100%
	}
	.step-container {
	    padding-bottom: 85px;
	    /*overflow-y: scroll;*/
	    padding-top: 90px;
	}
	.kena_pad.no-pad,
	.kena_pad2.no-pad,
	.video_step_ten.video_width_step6 .kena_pad.no-pad {
	    margin-bottom: 0;
	    position: fixed;
	    bottom: 0;
	    background: #fff;
	    max-width: 650px !important;
	    width: 100%;
	    text-align: left;
	    padding: 15px 68px !important;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	    z-index: 10
	}
	.kena_pad.no-pad .custom_kena_mobile,
	.kena_pad2.no-pad .custom_kena_mobile,
	.video_step_ten.video_width_step6 .kena_pad.no-pad,
	.kena_pad2.no-pad p,
	.kena_pad.no-pad p,
	.video_step_ten.video_width_step6 .kena_pad.no-pad p {
	    margin: 0 auto !important;
	}
	.no_verification.pad_68.selfie_inputno + .big-margin.pad_68 + .big-margin.pad_68 + .kena_pad.no-pad .custom_kena_mobile{
		margin-top: 0 !important
	}
	.video-custom-step .video_step_ten.video_width_step6 {
	    top: 45vh;
	    margin-top: 0;
	}
	.video-custom-step .col-md-12.video_width_step6 {
	    height: 45vh;
	}	
	.kena_footer{
		background: #e5e5e5 !important;
		left: inherit !important;
	    padding: 6px 0;
	    height: 35px !important;
	    bottom: -1px;
	    display: none !important;
	}	
	.kena_pad2 .rao-button-bar {
	    /*padding: 0 68px !important;*/
	    max-width: 650px !important;
	    width: 100%;
	    margin: 0 auto;
	}
	/*==================================
	VPR-624
	====================================*/	
	.text-left.test_page_er {
	    padding-bottom: 60px !important;
	}
	.text-left.test_page_er .label-danger {
	    font-size: 50% !important;
	}
	.main-overlay{
		padding-left:30px;
	    min-height: auto !important;
    	height: 40vh;
	}
	.second_step .big-loader.custome_load{
		top: inherit !important;
	}
	.text-left.test_page_er{
		text-align: center !important;
	}
	.big-margin .well{
		margin-top: 10px;
	}
	.second_step .big-loader.custome_load{
		top: inherit !important;
	}
	.test_page {
	    display: inherit !important;
	    height: 60vh;
	    width: 100%;
	    margin-top: -3px;
	    padding-top: 20px;
	    overflow-y: auto;
	    padding-bottom: 150px;
	}	
	.test_page .second_step{
		display: inherit !important;
	}
	.webcam_div .kena_pad.no-pad {
	    max-width: none !important;
	}
	.webcam_div {
	    padding: 0 40px;
	}
	.kena_testpage .first_step_bg.text-center {
	    height: 40vh !important;
	}	
	.kena_testpage h2.main-header.initial-margin {
	    display: none;
	}
	.kena_testpage .main-payoff{
		display: none;
	}
	.second_step h2.verify_system{
		text-align: center;
	    margin: 0 auto 20px;
	}
	div#captcha_container div {
	    margin: 0 auto;
	}
}
/*===============Start Page============*/
.browser_compatible {
    background: var(--table-bg-base);
    color: #fff;
    padding: 15px;
    margin: 0 -15px;
}
.browser_compatible p {
    font-size: 18px;
    font-weight: 300;
}
.browser_compatible ul > li{
	font-size: 14px;
}
.browser_compatible ul{
	margin-bottom: 30px;
}
.second_step .big-loader.custome_load.start_loader{
	margin-top: 25px !important;
	margin-bottom: 25px !important
}
/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
  body{
    height: 100vh;
    width: 100vh;
  }
}*/
/*==================================
VPR-1056
====================================*/
p.start_checkbox {
    float: left;
}
label.my_checkbox{
	/*height: 10px;*/
}
.video_with_text {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-direction: row;
}
.video_with_text h2.verify_system {
	flex: 8;
    display: flex;
    flex-direction: row;
    max-width: none !important;
    margin-top: 0;
    padding-right: 30px !important;
}
.webcam_div span.label{
	display: inline-block;
	white-space: normal;
	text-align: left;
}
.compatible_text{
    display: inline-block;
    /*vertical-align: middle;*/
}
.start_checkbox .compatible_text{
	width: 90%;
}
@media screen (min-width: 320px) and (max-width: 767px) {
	.video_with_text h2.verify_system{
		padding: 0 !important
	}
	.webcam_div h2 > p.col-xs-5.no-pad{
		padding-right: 15px !important
	}
}
/*============================
Internet Expoler
==============================*/
_:-ms-fullscreen, :root .first_step_bg.text-center {
    background: #004990;
}
_:-ms-fullscreen, :root .main-header,
_:-ms-fullscreen, :root .kena_title_bg .step-prompt,
_:-ms-fullscreen, :root span.kena_color {
	color: #004990
}
_:-ms-fullscreen, :root .section-payoff {
	color: #434343
}
_:-ms-fullscreen, :root .custom_kena_mobile {
	background: #434343;
}
_:-ms-fullscreen, :root .kena_title_bg {
	background: #f0f0f0;
}
_:-ms-fullscreen, :root .big-loader,
_:-ms-fullscreen, :root .first_step_bg .ken_loader .big-loader,
_:-ms-fullscreen, :root .first_step_bg .ken_loader .big-loader {
	border-top: 16px solid #004990 !important;
}
_:-ms-fullscreen, :root .big-margin .big-loader{
	border-top: 16px solid #004990 !important;
}
_:-ms-fullscreen, :root .on-air-icon {
    background: #004990;
}
_:-ms-fullscreen, :root .browser_compatible {
	background:#033363;
}
_:-ms-fullscreen, :root .kena_title_bg .section-title {
	color: #e40d2c
}
_:-ms-fullscreen, :root .no_verification [readonly].form-control, 
_:-ms-fullscreen, :root .no_verification .form-control {
	color: #004990
}
_:-ms-fullscreen, :root .video_border::after {
	border: 2px solid #004990
}