.headhunt-iv-main-container {
	/*TODO*/
}
.headhunt-iv-row-70 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.headhunt-iv-row-50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top:50px;
}
.headhunt-iv-text-center {
	text-align: center;
}
.headhunt-iv-text-blue {
	color: #002c3d;
}
.headhunt-iv-row-margin-5 {
	margin-top: 5%;
}
.headhunt-iv-row-70 .congrat-msg {
	margin-top: 3%;
	font-size: 170%;
	white-space: nowrap;
}
.headhunt-iv-row-70 .warning-msg {
	margin-top: 3%;
	font-size: 450%;
	white-space: nowrap;
	color: #fd8a47;
}
.headhunt-iv-row-70 .review-three-option {
	width: 33%;
	float: left;
}
.headhunt-iv-row-70 .review-three-option .disable-btn {
	background-color: #fff;
	color: #818688;
}
.headhunt-iv-row-70 .review-three-option .enable-btn {
	background-color: #fff;
	color: #002c3d;
}
.headhunt-iv-row-70 .profile-img-src {
	width:30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.headhunt-iv-main-container .repeat-entire-interview {
	margin-top: 25%;
	color: #002c3d;
}
.repeat-entire-interview .repeat-entire-interview-note {
	text-align: justify;
	font-size: small;
}
.repeat-entire-interview .repeat-entire-interview-checkbox {
	display: inline-block;
	height: 20px;
	margin: 0 .25em 0 0;
	vertical-align: middle;
	width: 25px;
}
.repeat-entire-interview .repeat-entire-interview-cancel {
	background-color: #002c3d;
	padding: 5px 25px;
	margin-left: 50px;
}
.repeat-entire-interview .repeat-entire-interview-proceed {
	background-color: #002c3d;
	padding: 5px 20px;
	margin-left: 10px;
}
.headhunt-iv-error-text {
	font-size: small; color: #ea3c3c;
}
.headhunt-iv-main-container .repeat-full-interview {
	margin-top: 18%;
	margin-left: 16%;
	color: #002c3d;
}
.repeat-full-interview .repeat-full-interview-select {
	border: none;
	width: 15%;
	color: #002c3d;
}
.repeat-full-interview .repeat-full-interview-select .select-option {
	background-color: #fff;
	color: #002c3d;
}
.repeat-full-interview-submit {
	background-color: #002c3d;
	width: 25%;
	padding: 8px 0px;
	margin-left: 5%;
	margin-top: 10%;
}
.video-pannel-main-div {
	width: 65%; height: 360px; background-color: #9e9e9e; margin-left: auto; margin-right: auto;
}
.video-pannel-main-div-full-screen {
	width: 100%; height: 650px; background-color: #9e9e9e; margin-left: auto; margin-right: auto;
}
.video-pannel-timer-div {
	position: absolute; width: 75%; margin-right: auto; margin-left: auto;
}
.video-pannel-timer-div #interview_question_tag {
	color: #fff; font-size: 15px; width: 50%; text-align: center; float: left; padding: 5%;
}
.video-pannel-timer-div #interview_video_timer {
	color: #fff; font-size: 15px; width: 50%; text-align: center; float: left; padding: 5%;
}
.video-pannel-main-div #interview_question_tag {
	color: #fff; font-size: 15px; position: absolute;padding: 4% 0% 0% 5%;
}
.video-pannel-main-div #interview_video_timer {
	color: #fff; font-size: 15px; position: absolute;padding: 4% 0% 0% 43%;
}
.video-pannel-main-div #display_answer_progressbar_tab {
	background-color: #fff; width: 320px; height: 30px; position: absolute; top: 500px; left: 370px; border-radius: 30px;
	display: none;
}
.video-pannel-main-div #display_answer_progressbar {
	width: 1%; height: 100%; background-color: #002c3d; border-radius: 30px; min-width: 10%; max-width: 100%;
}
.video-pannel-main-div #display_answer_extend {
	color: #fff; font-size: 15px; position: absolute; top: 500px; left: 710px;
	display: none;
}
.video-pannel-main-div #display_answer_next {
	color: #fff; font-size: 15px; position: absolute; top: 500px; left: 800px;
	display: none;
}
.video-pannel-main-div #video_extend_button,
.video-pannel-main-div #next_move_button {
	padding: 5px 0px; width: 80px;background: #002c3d;
}

.video-pannel-main-div-full-screen #interview_question_tag {
	color: #fff; font-size: 15px; position: absolute;padding: 4% 0% 0% 5%;
}
.video-pannel-main-div-full-screen #interview_video_timer {
	color: #fff; font-size: 15px; position: absolute;padding: 4% 0% 0% 43%;
}
.video-pannel-main-div-full-screen #display_answer_progressbar_tab {
	background-color: #fff;
    width: 40%;
    height: 40px;
    position: absolute;
    top: 85%;
    left: 20%;
    border-radius: 30px;
    display: none;
}
.video-pannel-main-div-full-screen #display_answer_progressbar {
	width: 1%; height: 100%; background-color: #002c3d; border-radius: 30px; min-width: 7%; max-width: 100%;
}
.video-pannel-main-div-full-screen #display_answer_extend {
	color: #fff;
    font-size: 125%;
    position: absolute;
    top: 85%;
    left: 62%;
    display: none;
}
.video-pannel-main-div-full-screen #display_answer_next {
	color: #fff;
    font-size: 125%;
    position: absolute;
    top: 85%;
    left: 70%;
    display: none;
}
.video-pannel-main-div-full-screen #video_extend_button,
.video-pannel-main-div-full-screen #next_move_button {
	padding: 3% 15%;
    background: #002c3d;
}



.video-question-tab-div {
	width: 65%; margin-top: 10px; margin-left: auto; margin-right: auto;
}
.video-question-play {
	width: 10%;
    position: absolute;
    top: 45%;
    left: 46%;
}
.video-question-play #start-record {
	padding: 5px 15px;
    background: #9e9e9e;
    font-size: 75px;
    color: #062c3e;
}
.video-question-tab-div .video-question-videolist,
.video-recordtime-tab-div .video-question-videolist {
	float: right; width: 92%;
}
.video-question-tab-div #start_tab_line,
.video-question-tab-div #end_tab_line {
	border-right: 1px solid #fff !important; background-color: #d11717; height: 34px; float: left;
}
.video-question-tab-div .que_tab_div {
	border-right: 1px solid #fff !important; background-color: #427d3b; height: 34px; float: left;
}
.video-question-tab-div .ans_tab_div {
	border-right: 1px solid #fff !important; background-color: #002c3d; height: 34px; float: left;
}

.video-recordtime-tab-div {
	width: 65%; margin-top: 60px; margin-left: auto; margin-right: auto;
}
.video-recordtime-tab-div .record-timeline {
	height: 34px; float: left;
}
#countdown_text_div {
	top: 40%; left: 44%; font-size: 250%; position: absolute;
}

@media (min-width: 768px) and (max-width: 1023px) {
	#countdown_text_div {
		top: 40% !important;
		left: 40% !important;
	}
	.video-pannel-main-div, .video-question-tab-div, .video-recordtime-tab-div {
		width: 85% !important;
	}
	.video-question-tab-div #start-record, .video-recordtime-tab-div .start-record {
		padding: 5px 12px !important;
		font-size: 16px !important;
	}
	.video-pannel-main-div #interview_video_timer {
		padding: 4% 0% 0% 62%;
	}
	.video-pannel-main-div #display_answer_progressbar_tab {
		left: 135px !important;
		top: 490px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 475px !important;
		top: 490px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 567px !important;
		top: 490px !important;
	}
	.headhunt-iv-row-70 {
		width: 100% !important;
	}
	.headhunt-iv-row-70 .review-three-option .enable-btn,
	.headhunt-iv-row-70 .review-three-option .disable-btn {
		padding: 0px !important;
	}
	.headhunt-iv-row-70 .review-three-option .enable-btn h3,
	.headhunt-iv-row-70 .review-three-option .disable-btn h3 {
		font-size: 2rem !important;
	}
	.headhunt-iv-main-container .repeat-full-interview {
		margin-top: 22% !important;
		margin-left: 5% !important;
	}
	.repeat-full-interview .repeat-full-interview-select {
		width: 15% !important;
	}
	.repeat-full-interview-submit {
		width: 25% !important;
		padding: 8px 0px !important;
		margin-top: 4% !important;
		margin-left: 0px !important;
	}
	.headhunt-iv-main-container .repeat-entire-interview {
		margin-top: 25%;
	}
	.video-question-play {
		top: 30% !important;
		left: 42% !important;
	}
}
@media (max-width: 767px) {
	#extend_full_screen img {
		width: 10%;
	}
	#countdown_text_div {
		top: 40% !important;
		left: 40% !important;
	}
	.inside-article, .site-content {
		padding: 0px !important;
	}
	.video-pannel-main-div, .video-question-tab-div, .video-recordtime-tab-div {
		width: 100% !important;
	}
	.video-question-tab-div #start-record, .video-recordtime-tab-div .start-record {
		padding: 5px 5px !important;
    	font-size: 15px !important;
	}
	.video-pannel-main-div #interview_video_timer {
		padding: 4% 0% 0% 68%;
	}
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 190px !important;
		height: 25px !important;
		top: 485px !important;
    	left: 25px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 223px !important;
		top: 485px !important;
		font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 285px !important;
		top: 485px !important;
		font-size: 13px !important;
	}
	.video-pannel-main-div #video_extend_button, .video-pannel-main-div #next_move_button {
		padding: 4px 0px !important;	width: 55px !important;
	}
	.headhunt-iv-row-70 {
		width: 100% !important;
	}
	.headhunt-iv-row-70 .review-three-option .enable-btn,
	.headhunt-iv-row-70 .review-three-option .disable-btn {
		padding: 0px !important;
	}
	.headhunt-iv-row-70 .review-three-option .enable-btn h3,
	.headhunt-iv-row-70 .review-three-option .disable-btn h3 {
		font-size: 1.4rem !important;
	}
	
	.headhunt-iv-row-70 .review-three-option{width: 100%;}
	.headhunt-iv-row-70 .review-three-option .enable-btn{width: 100%;min-height: 42px;}

	.headhunt-iv-main-container .repeat-full-interview {
		margin-top: 0% !important;
		margin-left: 0% !important;
	}
	.repeat-full-interview .repeat-full-interview-select {
		width: 25% !important;
	}
	.repeat-full-interview-submit {
		width: 35% !important;
		padding: 8px 0px !important;
		margin-top: 4% !important;
	}
	.headhunt-iv-main-container .repeat-entire-interview {
		margin-top: 50%;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 14% !important;
	}
	.video-question-play {
		top: 45% !important;
		left: 38% !important;
	}

.repeat-area-main .content-white-box{width: 100% !important}
.repeat-area-main .content-white-box select{width: 100% !important;margin-bottom: 20px;}
.repeat-area-main .content-white-box .repeat-full-interview-submit{margin-top: 0!important;}
}

}
@media (min-width: 1350PX) {
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 365px;
		height: 35px;
		top: 475px;
		left: 426px;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 11%;
	}
	.video-pannel-main-div #display_answer_extend {
		font-size: 16px;
	    top: 475px;
	    left: 818px;
	}
	.video-pannel-main-div #display_answer_next {
		font-size: 16px;
	    top: 475px;
	    left: 910px;
	}
	.video-pannel-main-div #interview_video_timer {
		padding: 4% 0% 0% 36%;
	}
}
@media (min-width: 1317px ) and (max-width: 1349PX ) {
	.video-question-play {
		top: 36% !important;
		left: 45% !important;
	}
	.video-pannel-main-div #display_answer_progressbar_tab {
		left: 390px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 745px !important;
	}
	.video-pannel-main-div #display_answer_next {
	 	left: 848px !important;
	}
}
@media (min-width: 1136px ) and (max-width: 1240px ) {
	.video-pannel-main-div #display_answer_progressbar_tab {
		left: 320px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 675px !important;
	}
	.video-pannel-main-div #display_answer_next {
	 	left: 780px !important;
	}
}
@media (min-width: 1024px ) and (max-width: 1135PX ) {
	.video-question-play {
		top: 22% !important;
    	left: 45% !important;
	}
	.video-pannel-main-div #display_answer_progressbar_tab {
		left: 259px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 604px !important;
	}
	.video-pannel-main-div #display_answer_next {
	 	left: 696px !important;
	}
}
@media (min-width: 400px ) and (max-width: 420px ) {
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 210px !important;
		height: 28px !important;
		top: 485px !important;
		left: 25px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 248px !important;
		top: 485px !important;
		font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 319px !important;
		top: 485px !important;
		font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 14% !important;
	}
	.video-pannel-main-div #video_extend_button, .video-pannel-main-div #next_move_button {
		width: 65px !important;
	}
}
@media (min-width: 400px ) and (max-width: 499px ) {
	.video-question-tab-div #start-record, .video-recordtime-tab-div .start-record {
		padding: 2px 6px !important;
    	font-size: 18px !important;
	}
	.video-question-play {
		top: 32% !important;
		left: 38% !important;
	}
}
@media (min-width: 500px ) and (max-width: 611px ) {
	.video-question-tab-div #start-record, .video-recordtime-tab-div .start-record {
		padding: 3px 10px !important;
    	font-size: 18px !important;
	}
}
@media (min-width: 612px ) and (max-width: 767px ) {
	.video-question-tab-div #start-record, .video-recordtime-tab-div .start-record {
		padding: 1px 14px !important;
    	font-size: 20px !important;
	}
}
@media (min-width: 501px ) and (max-width: 589px ) {
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 310px !important;
		height: 28px !important;
		top: 485px !important;
		left: 25px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 349px !important;
	    top: 485px !important;
	    font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 420px !important;
	    top: 485px !important;
	    font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 10% !important;
	}
	.video-pannel-main-div #video_extend_button, .video-pannel-main-div #next_move_button {
		padding: 4px 0px !important;
    	width: 60px !important;
	}
}
@media (min-width: 421px ) and (max-width: 500px ) {
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 240px !important;
		height: 28px !important;
		top: 485px !important;
		left: 25px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 281px !important;
	    top: 485px !important;
	    font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 347px !important;
	    top: 485px !important;
	    font-size: 13px !important;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 12% !important;
	}
	.video-pannel-main-div #video_extend_button, .video-pannel-main-div #next_move_button {
		padding: 4px 0px !important;
    	width: 60px !important;
	}
}
@media (min-width: 590px ) and (max-width: 767px ) {
	.video-question-play {
		top: 30% !important;
    	left: 40% !important;
	}
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 360px !important;
	    height: 30px !important;
	    top: 485px !important;
	    left: 25px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 415px !important;
	    top: 485px !important;
		font-size: 14px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 500px !important;
	    top: 485px !important;
	    font-size: 14px !important;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 9% !important;
	}
	.video-pannel-main-div #video_extend_button, .video-pannel-main-div #next_move_button {
		padding: 4px 0px !important;
    	width: 70px !important;
	}
}
@media (min-width: 375px ) and (max-width: 399px ) {
	.video-question-play {
		top: 33% !important;
		left: 38% !important;
	}
}
@media (min-width: 359px ) and (max-width: 359px ) {
	.video-question-play {
		top: 34% !important;
		left: 38% !important;
	}
}
@media (max-width: 358px) {
	.video-question-play {
		top: 48% !important;
    	left: 35% !important;
	}
	.video-pannel-main-div #display_answer_progressbar_tab {
		width: 260px !important;
		height: 28px !important;
		top: 450px !important;
		left: 25px !important;
	}
	.video-pannel-main-div #display_answer_extend {
		left: 28px !important;
	    top: 492px !important;
		font-size: 14px !important;
	}
	.video-pannel-main-div #display_answer_next {
		left: 100px !important;
    	top: 492px !important;
    	font-size: 14px !important;
	}
	.video-pannel-main-div #display_answer_progressbar {
		min-width: 10% !important;
	}
	.video-pannel-main-div #video_extend_button, .video-pannel-main-div #next_move_button {
		width: 65px !important;
	}
}
/*
.video-question-tab-div #start_tab_line, .video-question-tab-div #end_tab_line,
	.video-question-tab-div .que_tab_div,
	.video-question-tab-div .ans_tab_div {
		border-right: 2px solid #fff !important;
	}*/

/*loader css*/

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  left: 50%;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #002c3d, 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.5), -1.8em -1.8em 0 0em rgba(0,44,61, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.7), 1.8em -1.8em 0 0em #002c3d, 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.5), 1.8em -1.8em 0 0em rgba(0,44,61, 0.7), 2.5em 0em 0 0em #002c3d, 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.5), 2.5em 0em 0 0em rgba(0,44,61, 0.7), 1.75em 1.75em 0 0em #002c3d, 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.5), 1.75em 1.75em 0 0em rgba(0,44,61, 0.7), 0em 2.5em 0 0em #002c3d, -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.5), 0em 2.5em 0 0em rgba(0,44,61, 0.7), -1.8em 1.8em 0 0em #002c3d, -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.5), -1.8em 1.8em 0 0em rgba(0,44,61, 0.7), -2.6em 0em 0 0em #002c3d, -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.5), -2.6em 0em 0 0em rgba(0,44,61, 0.7), -1.8em -1.8em 0 0em #002c3d;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #002c3d, 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.5), -1.8em -1.8em 0 0em rgba(0,44,61, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.7), 1.8em -1.8em 0 0em #002c3d, 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.5), 1.8em -1.8em 0 0em rgba(0,44,61, 0.7), 2.5em 0em 0 0em #002c3d, 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.5), 2.5em 0em 0 0em rgba(0,44,61, 0.7), 1.75em 1.75em 0 0em #002c3d, 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.5), 1.75em 1.75em 0 0em rgba(0,44,61, 0.7), 0em 2.5em 0 0em #002c3d, -1.8em 1.8em 0 0em rgba(0,44,61, 0.2), -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.5), 0em 2.5em 0 0em rgba(0,44,61, 0.7), -1.8em 1.8em 0 0em #002c3d, -2.6em 0em 0 0em rgba(0,44,61, 0.2), -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.5), -1.8em 1.8em 0 0em rgba(0,44,61, 0.7), -2.6em 0em 0 0em #002c3d, -1.8em -1.8em 0 0em rgba(0,44,61, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,44,61, 0.2), 1.8em -1.8em 0 0em rgba(0,44,61, 0.2), 2.5em 0em 0 0em rgba(0,44,61, 0.2), 1.75em 1.75em 0 0em rgba(0,44,61, 0.2), 0em 2.5em 0 0em rgba(0,44,61, 0.2), -1.8em 1.8em 0 0em rgba(0,44,61, 0.5), -2.6em 0em 0 0em rgba(0,44,61, 0.7), -1.8em -1.8em 0 0em #002c3d;
  }
}


#video_volume_adjster:focus {
  outline: none;
}
#video_volume_adjster::-webkit-slider-runnable-track {
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border: 10px solid #102c3d;
}
#video_volume_adjster::-webkit-slider-thumb {
  border: 1px solid #000000;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}
#video_volume_adjster:focus::-webkit-slider-runnable-track {
  background: #fff;
}
#video_volume_adjster::-moz-range-track {
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border: 10px solid #102c3d;
}
#video_volume_adjster::-moz-range-thumb {
  border: 1px solid #000000;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
#video_volume_adjster::-ms-track {
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#video_volume_adjster::-ms-fill-lower {
  background: #2a6495;
  border: 10px solid #102c3d;
  border-radius: 2.6px;
}
#video_volume_adjster::-ms-fill-upper {
  background: #fff;
  border: 10px solid #102c3d;
  border-radius: 2.6px;
}
#video_volume_adjster::-ms-thumb {
  border: 1px solid #000000;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
#video_volume_adjster:focus::-ms-fill-lower {
  background: #fff;
}
#video_volume_adjster:focus::-ms-fill-upper {
  background: #fff;
}

.plyr--video.plyr--hide-controls .plyr__controls{
	opacity: 1 !important;
    pointer-events: none;
    transform: translateY(0%) !important;
}
