html{
  -webkit-text-size-adjust: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
 /* text-rendering: optimizeLegibility;*/
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
 }
@media (max-width:767px){

/* Iphone font issue */
	html{-webkit-text-size-adjust: 100%;}
/* Iphone font issue */	

}
html,body{
	padding: 0;
	margin: 0;
	color: #414042;
	/*font-family: "bariol", "Helvetica Neue", Arial, Tahoma, sans-serif;*/
	
	font-family: "Ubuntu Regular", "Ubuntu-Medium", "Ubuntu-Light","Helvetica Neue", Arial, Tahoma, sans-serif;
	font-size: 100%;
	min-width: 300px;
}
a{
	text-decoration: underline;
	color: #ffffff;
}a:focus{outline:none;}
.nav>li>a:focus, .nav>li>a:hover{background:none}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
h1.page-heading.welcome-page{
	display: none;
}

.grey-btn{
	background-color: #b5c1cc;
	border: 1px solid #7a99ac;
	position: relative;
	text-transform: uppercase;
}
.grey-btn:hover, .grey-btn:focus{
	background-color: #d3dce0;
	border: 1px solid #f7a99ac;
	outline: none;
}
.purple-btn{
	background-color: #6a215f;
	border: 1px solid #441d40;
	color: #ffffff;
	position: relative;
	text-transform: uppercase;
	text-align: left;
}
.purple-btn:hover, .purple-btn:focus{
	background-color: #7c477a;
	border: 1px solid #441d40;
	color: #ffffff;
	outline: none;
}
/* SELT-51 START*/
.timeslots-container-fluid {
	display: table;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 15px;
}
.timeslot-btn {
	display: inline-block;
	font-size: 13px;
	background-color: #fff;
	box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1);
	/*  border-color: #000000; #1ea83c
  height: 20px; */
	border: 1px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	height: 25px;
	width: 60px;
	color: #6a215f;
	cursor: pointer;
	line-height: 25px;
	font-family: inherit;
	font-weight: 520;
	outline: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	margin-left: 10px !important;
	margin-right: 10px !important;
	margin-top: 10px !important;
	vertical-align: top;
}
.timeslot-btn.selected {
	background-color: #04a808;
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 5px #04a808;
     -moz-box-shadow: inset 0px 0px 5px #04a8081;
          box-shadow: inset 0px 0px 5px #04a808;
	/* border-color: #000000;*/
}
.timeslot-btn.selected:hover {
	background-color: #04a808;
	color: #fff;
	/* border-color: #000000;*/
}

.timeslot-btn:hover {
	background-color: #fcffa4; 
	color: #000;
	/*background-color: #90EE90; 
	color: #fff; */
}
.btn-toolbar .btn {
	margin-bottom: 10px;
}
/* SELT-51 END*/
.btn, .form-control, .input-group-addon{
	border-radius: 2px;
}
.sprite{
	width: 4000px;
	height: 15807.5px;
	z-index: 0;
}
.wrapContent{  white-space: pre-wrap; 
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;}
 .breakWord{word-break: break-word;}
 
object{pointer-events:none;}

 @font-face {
  font-family: "Ubuntu Regular";
	src: url('lib/fonts/Ubuntu-Regular.ttf');
	 url('lib/fonts/ubuntu-r-webfont.svg#Ubuntu Regular') format('svg');
	font-weight:500;
	font-style: normal;
	
 }
/* 
 @font-face {
    font-family: 'Ubuntu Regular';
    src: url('lib/fonts/ubuntu-r-webfont.eot'),
         url('lib/fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('lib/fonts/ubuntu-r-webfont.woff') format('woff'),
         url('lib/fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('lib/fonts/ubuntu-r-webfont.svg#Ubuntu Regular') format('svg');
    font-weight: 500;
    font-style: normal;

}*/

 @font-face {
  font-family: "Ubuntu Medium";
	src: url('lib/fonts/Ubuntu-Medium.ttf');
	font-weight:500;
	font-style: normal;
	
 }
 @font-face {
  font-family: "Ubuntu Light";
	src: url('lib/fonts/Ubuntu-Light.ttf');
	font-weight:500;
	font-style: normal;
	
 }
.cover-img .container.main-content-wrapper{
	top: 0;
}
/*.svg{
	overflow: hidden;
	width: 25px;
	height: 25px;
	display: none;
	position: relative;
 }
 .svg1{
	position: absolute;
 }
 .sprite{
	top: -10px;
	left: -15px;
	
 }*/
 input#date-picker::-webkit-input-placeholder { 
    color: #414042; 
	font-weight: bold;
}
 input#date-picker:-moz-placeholder { /* Firefox 18- */
   color: #414042;  
   font-weight: bold; 
}

 input#date-picker::-moz-placeholder {  /* Firefox 19+ */
   color: #414042; 
   font-weight: bold;  
}

 input#date-picker:-ms-input-placeholder {  
   color: #414042;  
   font-weight: bold; 
}
#date-picker{
	border: none;
	font-weight: bold;
	background-color: white;
	cursor: pointer;
	height: 31px;
	padding: 4px 12px 6px;
} .input-group-addon.date-ico-label{border:0px;}
#date-picker:focus{box-shadow:none;}
.date-ico-label{  
	background: #fff;
	width: 35px;
}
.svg-ico{
	float: left;
	padding: 2px;
}
.availability .svg-ico{padding: 2px 2px 2px 0;}
.availability.ios_availability .svg-ico{margin-top: 4px}
.icon{
	display: block;
	position: absolute;
	z-index: 1;
}
.calender-ico{
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
	overflow: hidden;
}
.calender-ico .sprite{
	position: relative;
	top: -442px;
}
.arrow-ico-down-white{
	display: inline-block;
	overflow: hidden;
    width: 25px;
    height: 25px;
    top: 0;
}
.arrow-ico-down-white .sprite{
	position: relative;
    top: -489px;
    left: 5px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{outline:none}
.btn.reset-btn{
	border: 1px solid #3f0e3d;
	background-color: #3f0e3d;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 10px;
	padding: 4px 10px 6px 30px;
	position: relative;
	height: 33px;margin-top:1px;
}
.btn.reset-btn:hover, .btn.reset-btn:focus, .btn.exam-type-btn:hover, .btn.exam-type-btn:focus, .btn.book-btn:hover, .btn.book-btn:focus{
	background-color: #7c477a;
	border: 1px solid #441d40;
	color: #ffffff;
	outline: none;
}
.btn.reset-btn:disabled, .btn.details-submit-btn:disabled {
	background-color: #3f0e3d;
	color: #837084;
}

	.custom-select{
		text-align: left;
		font-weight: bold;
		width: 220px;
		padding: 3px 12px 6px;
	}
	.custom-select-ico, .reset-ico{
		width: 25px;
		height: 25px;
		top: 3px;
		right: 0;
		overflow: hidden; 
		
	}
	.reset-ico{
		left: 8px;
	}
	.btn.reset-btn:disabled .sprite, .btn.details-submit-btn:disabled .sprite{opacity:0.5;}
	.reset-ico .sprite{
		position: relative;
		top: -646px;
	}
	.custom-select-ico .sprite{
		position: relative;
		left: 0;
		top: -388px;
	}
	.dropdown.open .custom-select-ico{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		top: 5px;
		right: 14px;
}
.search-wrapper .dropdown.open .custom-select-ico{right: 8px}
.dropdown.open .select-address .custom-select-ico{top: 8px}
	.booking-time-wrapper .dropdown.open .custom-select-ico,.book-exam-wrapper .dropdown.open .custom-select-ico{top:0px;}
	.personal-details-entry .dropdown.open .custom-select-ico{top:8px;}
	
	.personal-details-entry.s3_selectbox .custom-select-ico,.personal-details-entry.s3_selectbox .dropdown.open .custom-select-ico{width: 12px; height: 7px; top:15px !important; right: 14px !important;}
	.find-address.s3_selectbox .custom-select-ico,.find-address.s3_selectbox .dropdown.open .custom-select-ico{width: 12px; height: 7px; top:15px !important; right: 14px !important;}
	.search_content .dropdown.s3_selectbox .custom-select-ico,.search_content .dropdown.s3_selectbox.open .custom-select-ico{width: 12px; height: 7px; top:13px !important; right: 14px !important;}
	.search_content .dropdown.s3_selectbox .custom-select-ico .sprite,.personal-details-entry.s3_selectbox .custom-select-ico .sprite{top:-400px;}
	
	.custom-select-icon-down {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		top: 0;right: -5px;
	}
	.custom-select-icon-up {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		top: 5px;
		right: 14px;
	}
	.custom-select-icon-up .sprite {
		top: -688px;
	}
	.dropdown-menu li a{
		text-decoration: none;
		
		font-weight: bold;
	}
	.exam-form-wrapper .dropdown-menu li a{padding:3px 12px;} 
	.dropdown-menu li a:hover, .dropdown-menu li a:focus{
		background-color: #f6f5f7;
		color: #6a215f !important;
		outline: none;
	}
	.dropdown-menu{
		min-width: 220px;margin-top:-1px ; padding: 4px 0; padding: 4px 0\0;
	}
		.dropdown-menu{min-width:220px\0;}
		.select_exam_box .dropdown-menu{min-width: 220px\0;}
		
		
		.datepicker.dropdown-menu{min-width:220px\0;}
	.dropdown .btn.custom-select:hover, .dropdown .btn.custom-select:focus, .open .dropdown-toggle.btn-default.custom-select{
		background-color: #ffffff;
		outline: none;
	}
	.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{border-color:#6a215f;}
	.custom-checkbox, .custom-radio{
		width: 18px;
		height: 18px;
		display: inline-block;
		position: relative;
		z-index: 10;
		top: 4px;
		overflow: hidden;
		
	}
	.custom-radio .sprite{
		top: -848px;
		position: relative;
	}
	.custom-radio.selected .sprite{
		top: -898px;
		position: relative;
	}
	.terms-n-condition.error .custom-checkbox .sprite{
		top: -3998px;
		position: relative;
	}
	.custom-checkbox .sprite{
		top: -548px;
		position: relative;
	}
	.custom-checkbox.selected .sprite {
		top: -598px;
		position: relative;
	}
	.terms-n-condition .custom-checkbox.selected .sprite{
		top: -4048px;
		position: relative;
	}
	.terms-n-condition .custom-checkbox .sprite{
		top: -2648px;
		position: relative;
	}
	
	/* TS-2089 Marketing Consent Changes start */
	.marketing-consent a{
		color: #414042;
	}
	.marketing-consent a:hover, .marketing-consent a:focus, .marketing-consent a:active{
		color: #0096c1;
	}
	/* TS-2089 Marketing Consenet Changes end */
	
	.checkbox  input[type="checkbox"], .radio-inline  input[type="radio"]{
		margin: 0;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}
	
	.datepicker .datepicker-days .table-condensed td.active, .datepicker .datepicker-days .table-condensed td.active:hover{
		background-image: none;
	}
	.datepicker .datepicker-days .table-condensed td.active{
		background-color:#0277a0;
	}
	.datepicker .datepicker-days .table-condensed td.active:hover{
		background-color: #0277a0;
	}
.book-exam-wrapper .select-wrapper{
	border: 1px solid #027d9e;
}
.collapsing{
	visibility: hidden;
}
.container.main-content-wrapper {
  position: relative;
  top: 235px;
 }
.cover-img{
	background-image: url("../images/exam.png");
	background-position: 50% 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  /*   height: 390px; */
  height:296px;
    background-size: cover;
}
.logo-cover{
	overflow: hidden;
	width: 215px;
	height: 90px;
}
.logo-cover .sprite{
	top: 12px;
	left: 0;
	position: relative;
}
/*.logo{
	background-image: url("../images/UI-sprite.svg");
	-webkit-background-size: 614px 1990px;
	background-size: 614px 1990px;
   /* background-position: -137px 12px;
	
	background-position: top -137px right 12px;
	background-position-x: 120%;
	background-position-y: 0%;
	
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 100;
    width: 215px;
    height: 90px;
    top: 0;
    left: 0;
	margin-left: 13%;
}*/
.sub-page-heading{
	font-size: 26px; line-height: 26px;
}
.sub-page-heading .book-btn{position: relative; margin-right: 0;}

h2.sub-page-heading.search-exams{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0px;
    padding: 0 20px;
    width: 100%;
    display: inline;
    float: left;
    line-height: 60px;background-color: #6a215f;
    
}
h2.sub-page-heading.search-exams .search-ico{width:20px; height:25px; position: relative; overflow: hidden; float: left; margin-top:14px; margin-right: 13px;}
h2.sub-page-heading.search-exams .search-ico .sprite { top: -10795px;position: relative;}
.hidden-dropdown li{
    display: none;
}
.search-wrapper{ position:relative;
    color: #ffffff;
    min-height: 280px;
    background:rgba(106,33,95,0.9);
    padding: 0px !important;
    float: left;
    font-family: "Ubuntu Regular";
    width: 100%;box-shadow:0px 0px 5px rgba(0,0,0,0.45);
}
.search-wrapper .search_content{padding: 0px 20px;}

.search-wrapper .custom-select{padding: 4px 12px 5px;}
.search-wrapper .custom-select > :first-child{width: 91%; display: block; overflow:hidden}
_:-ms-lang(x), .search-wrapper .custom-select{padding: 6px 12px 4px;}
_:-ms-lang(x), .search-wrapper .custom-select-icon-down{top: 2px}
_:-ms-lang(x), .search-wrapper .open.dropdown .custom-select-ico{top: 7px}
_:-ms-lang(x), .search-wrapper #date-picker{padding: 6px 12px 4px;}
.exam-type-wrapper{
    width: auto;
}
.exam-type-label{
	padding: 0px 0 11px 0;
	font-size: 18px; display:block; line-height:18px;
	margin-right: 17px;
}
.btn.exam-type-btn{
	background-color: #3f0e3d;
	border: 1px solid #3f0e3d;
    color: #fff;
	margin-right: 16px;
	padding: 5px 10px 6px;
	text-decoration: none;
    width: 60px;
}
.btn.exam-type-btn.active{
	background-color: #ffffff;
	border: 1px solid #3f0e3d;
	color: #414042;margin-right: 17px;
	font-weight: bold;box-shadow:none;
}
.btn.exam-type-btn.active:hover{
	background-color: #f6f5f7;
}
.exam-type-link{
	padding-top: 5px;
	padding-left: 0;
	margin-left: 5px;
}
.exam-type-link, .reset-filter, .checkbox label{ font-size: 14px;}
.exam-type-link a:hover, .exam-type-link a:focus{
	color: #ffffff;
	outline: none;
}
.exam-form-wrapper{
	float: left;
	margin-top: 23px;
	padding: 0;
	width: 100%;
	/* pointer-events: all; */
}
.exam-form-wrapper .input-group{
	width: 220px;
	height: 33px;
}
.exam-form-wrapper .search_by_visa .input-group{display: block\0}
.exam-form-wrapper .input-group{ border:1px solid #3f0e3d;}
.exam-form-wrapper .form-group{
	padding: 0; margin-bottom:0px;
	margin-right: 12px;
	float: left;
	/* pointer-events: all; */
}
.exam-form-label{
	display: block;
	font-size: 18px; line-height:18px;
	font-weight: 500;
	margin-bottom: 11px;
}
.reset-filter{
	padding: 28px 0 0;
	float: left;
	/* pointer-events:all; padding:67px  0 0\9*/;
}
@-moz-document url-prefix() {  .reset-filter{padding-top:36px;}}
* html .reset-filter{padding-top:36px;}
}
.flexible-days {
  margin-top: 7px;
  margin-bottom: 0;
 }
.flexible-days label{
	padding-left: 0;
} 
/*Exam list section*/
.mobile-show{
	display: none;
}
.mobile-no-show{
	display: inline;
}
.exam-list-wrapper{
    color: #6a215f;
	float: left;
	font-family: "Ubuntu Regular";
	margin-top:48px;
}
.exam-list-wrapper.no-result{width: 100%; color: #8B0033;}
.exam-list-wrapper.no-result .glyphicon.glyphicon-menu-down{display: none;}
.message{
	float: left;
  width: 100%;
  background-color: #d0e8f7;
  border: 1px solid #0096c1;
  color: #046b9e;
  font-size: 14px;
  line-height: 1.2em;
}
.no-result-ico{
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left;
}
.no-result-msg{display: table}
.no-result-msg-label{
  padding-top: 4px;
  display: inline-block;
}
.exam-list-heading{
	margin: 0;
	padding-left: 18px; padding-right: 0
}
.total-count-wrapper{
	font-size: 16px;
	margin-left: 5px;
}
.exam-list-header-wrapper{
	margin-top: 20px;
	float: left;
	font-family: "Ubuntu Medium";
	font-size: 18px;
    width: 100%;
	padding: 0px 20px 0px 20px;
  
    margin-left: 0;
}
.list-inline>li.exam-list-header{
	padding-left: 0;
	padding-right: 0;
}
.list-inline li.exam-list-header .arrow-ico-down-white{display: none;}
.exam-name, .exam-price{
	display: inline-block; color:#0096c1;
	font-family: "Ubuntu Medium";
	padding-left:0; padding-right: 0; text-decoration: none;
}
.exam_name .exam-name:hover{ color:#027dad; text-decoration: none;}
.exam_name .exam-name:focus{ color:#0096c1; text-decoration: none;}
.list-menu-down-ico{
	color: #cccccc;
	margin-left: 2px;
	top: 3px;
}
.result-select-btn{
  background-color: #b5c1cc;
  height: 31px;
  width: 140px;
  border: 1px solid #7a99ac;
  text-align: left; padding:5px 12px;
}
@-moz-document url-prefix() { 
  .result-select-btn{
     padding:0px 12px;
  }
}
.result-select-btn:hover {
	background-color: #d3dce0;
	border: 1px solid #f7a99ac;
	outline: none;
}
.result-select-btn.btn-selected .custom-select-ico{right:10px;}

.btn-selected, .result-select-btn.btn-selected:focus, .result-select-btn.btn-selected:hover {
	background-color: #527382;
	color: #ffffff;
	border: Solid 1px #43616b;
	outline: none;
}
.select-ico{
	margin-left: 50px;
}
.availability{
	font-size: 13px;
	float: left;
	padding: 7px 0 0;
	margin-right: 0px; width:50%; margin-left: -1px;
}
.written-exam-method-type{
	font-size: 11px;
	font-family: "Ubuntu Regular";
	float: left;
	padding: 7px 0 0;
	margin-left: -1px;
	line-height: 20px;
	margin-right: 5px;
}
/* .written-exam-method{
	color:#b1b1b1;
}
.facetoface {
	color:#b1b1b1;
}
.facetofaceb {
	color:#b1b1b1;
} */
.availability2{
	font-size: 13px;
	float: left;
	padding: 15px 0 0;
	margin-right: 0px; width:20%; margin-left: -1px;
}
/*.exam-availability .availability.good-available{
	color: #04A808;
}
.exam-availability .availability.limited-available{
	color: #f78411;
}
.exam-availability .availability.fully-booked{
	color: #f20a0a
}*/
.exam-list-row{
	color: #414042;
	display: block;
	float:left;
	font-family: "Ubuntu Regular";
}
ul.exam-list-row:nth-child(odd){
	background-color:#f6f5f7; 
	border: 1px solid #eaeaea;
}

ul.exam-list-row:nth-child(even){
	background-color:#ffffff;
	
	border-left: 2px solid transparent;
	padding: 8px 20px 7px 19px;
}
ul.exam-list-row:last-child{border-bottom: 1px solid #eaeaea;}

.exam_search_maincontent_wrapper .main_exam_result ul.exam-list-row{ height:auto; background-color:#f6f5f7; border: 1px solid #eaeaea !important; margin-top: 10px; padding: 8px 20px 7px 20px !important;}
.exam_search_maincontent_wrapper .main_exam_result ul.exam-list-row:hover,.exam_search_maincontent_wrapper .main_exam_result ul.exam-list-row.active_row{background: #fff; border:1px solid #c4c4c4 !important;}
.exam_search_maincontent_wrapper .main_exam_result ul.exam-list-row.active_row{border-bottom:1px solid #eaeaea !important;}
.exam_search_maincontent_wrapper .main_exam_result .book-exam-wrapper.suite1 .alert{ float:none; width: 940px; margin: 10px auto 0;}
.load-exam-btn{
	display: none;
}
.booking-info{
	color: #6a215f; 
    font-size: 18px;
    margin-bottom: 0;
	padding-left: 0;
    float: left; line-height:18px; font-weight: normal; text-shadow: none;
}
/*SELT - 52 START */
.booking-info-failsafe{
	color: #6a215f; 
    font-size: 18px;
    margin-bottom: 0;
	padding-left: 0;
    float: left; line-height:18px; font-weight: normal; text-shadow: none;
}
/*SELT-52 NEW UI CHANGES */
.combine-booking-wrapper{
	margin:0px 0px 22px;
}
/*SELT - 52 END*/

/*Book Exam*/
.exam-part{font-family: "Ubuntu Medium";}
.book-exam-wrapper{
	  border:1px solid #c4c4c4;
	  float: left;padding:0px;
	  display: none;
}
.book-exam-wrapper .custom-select{
	border: 1px solid #6a215f;
}
.booking-time{
    float: left;
	padding-left: 0;
}
.booking-time .custom-select .custom-select-ico .sprite,.book-exam-wrapper .custom-select .custom-select-ico .sprite{top:-391px}
 .open > .dropdown-menu{max-height:298px; overflow:auto;}
  .open > .dropdown-menu{max-height:295px\0; overflow:auto;}
 .open > .dropdown-menu  li a{padding-left:12px; padding-right:12px;}
.booking-time-label{
	color: #414042;
	font-weight: 500;
	margin-bottom: 16px; line-height:16px;
}
.booking-time-wrapper{
	float: left;
	padding: 0;
}
.booking-time-wrapper .custom-select {font-weight:500; color:#a7a9ac;}
.book-btn{
	background-color: #6a215f;
	border: 1px solid #441d40;
	color: #ffffff;
	float: right;
	width: 140px;
    text-align: left;
    height: 31px;
	padding: 3px 12px 4px;
	margin-right: 20px; text-transform: uppercase;
	text-transform:uppercase;
}
.exam-availability .book-btn{margin-right: 0}
.book-btn .continue-ico{right:-5px;}
.book-btn-wrapper{
	float: right;
	padding-top: 34px;
 }
 .book-ico{
	padding-left: 60px;
 }
.error-msg{
	float: left;
	font-family: "Ubuntu Regular";
	font-size: 14px;
    color: #f20a0a;
/*     height: 49px; */
	width: 100%;
	display: none;
	margin-top: 5px;
	padding: 10px;border:1px solid #f9a5a5;
}
.alert{border-radius:2px;}
.error  .custom-select, .error .form-control.custom-select, .error  .dropdown .btn.custom-select:hover, .error.personal-details-entry .form-control:hover, .error.personal-details-entry .form-control:focus{
	border: 1px solid #f9a5a5;
	background-color: #f7e8e8;
}
.error  .custom-select span{ color: #f20a0a;}
.error-ico{
	width: 40px;
    height: 30px;
    float: left;
    font-size: 26px;
	position: relative;
	overflow: hidden;
}
.error-ico .sprite{
	position: relative;
	top: -749px;
}
.error_symbol_wrap{display: table-cell; vertical-align: middle;width: 40px; }
.error-label,.error-label-all,.error-label-mail,.error-label-Agentemail{
  display:table-cell;
vertical-align:middle;	
  
  line-height: 1.4em;
}


/*Persoanl Details*/
.personal-details-form .error-msg{
	margin-left: 18px;
	width: 619px;
}
.personal-details-form-wrapper .personal-details-form .alert.alert-danger.error-msg{margin-top:-24px;}
.page-header{
	border-bottom: 1px solid #eaeaea;
	margin: 0px;
	padding-bottom: 12px;
}
.page-header .container.main-content-wrapper{
	top: 0px;
}
.booking-process-wrapper{
	font-family: "Ubuntu Regular";
	height: 173px;
	width: 100%;
	margin: 0 auto;
	margin-top: 70px;
}
.booking-process-label{
	margin: 20px auto 0px;
	text-align: center;
	float: none;
	font-size: 18px;
}
.booking-img{
	overflow: hidden;
	height: 55px;
	margin: 20px auto 0;
	float: none;
	width: 404px;
}
.booking-img.summary-img{
	height: 70px;
	margin-top: 15px;
}
.booking-img .sprite{
	top: -949px;
	position: relative;
}
.booking-img.summary-img .sprite{
	top: -1298px;
	position: relative;
}
.booking-process{
	font-size: 14px;
	max-width: 640px;
	padding: 0 80px;
	text-align: center;
	line-height: 14px;
}
.booking-process-content{
	margin-top: 10px;
}
#paymentFrame{width: 100% !important;}
.personal-details-form-wrapper{
	background-color: #f6f5f7;
	float: left;
	font-family: "Ubuntu Regular";
	padding-bottom: 60px;
	padding-top: 30px;
	width: 100%;
	margin-bottom: 90px;
}
.personal-details-form-wrapper.failure_wrapper{height:100vh;}
.personal-details-form-content{
	float: left;
	margin-left: 18px;
}

.personal-details-heading, .time-up-heading{
	font-size: 26px;
	float: none;
	line-height: 26px;
	margin: 0 auto 26px;
	text-align: center;
}
.time-up-heading{
	padding-top: 50px;
}
.personal-details-form{
	max-width: 658px;
	padding: 0;
	position: relative;
}
.personal-details-form .personal_detail_text{margin:46px 0px 36px }
.personal-details-form .personal_detail_text p{margin:0px auto; text-align:center; line-height:16px; width:595px; font-size: 12px; color: #414042}
.personal-details-form .personal_detail_text p span.phonenumber{text-decoration: none !important;pointer-events: none !important; color: #414042 !important;}
.personal-details-form label{
	font-weight: 500;
}
.radio-input-details label{ margin: 0;}
.form-group.personal-details-entry{
	margin-bottom: 12px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;	
}
.personal-details-entry label{
	float: left;
	font-size: 16px;
	margin-bottom: 12px;
	width: 100%;
}
.personal-details-entry label span.date_sample{font-size: 12px; margin-left:8px;text-decoration: none !important;pointer-events: none !important; color: #414042 !important;}
.personal-details-entry label span.date_sample span{text-decoration: none !important;pointer-events: none !important; color: #414042 !important;}
.find-address label{ margin-bottom: 17px; font-size: 16px;}
.personal-details-entry .custom-select{
	font-weight: 500;			font-weight: 500; color:#a7a9ac;
}
.personal-details-entry .dropdown-menu li a{
	font-weight: 500; color:#555;
}	


.personal-details-entry .form-control{
	border: 1px solid #bfbebe;
	height: 38px;
	margin: 0;
	width: 300px;
	display:inline-block;
}
.personal-details-entry .form-control:hover, .personal-details-entry .form-control:focus{
	border-color: #0096c1;
}

.personal-details-entry.postcode-wrapper .form-control{width: 140px}

#date_of_birth .form-control,#idExpiryDate .form-control{
	width: 96px;
	margin-right: 6px;
	float: left;
}
#date_of_birth .form-control:last-child,#idExpiryDate .form-control:last-child{
	margin-right: 0;
}
.mandatory{
	color: #f2238a;
}
.terms-n-condition .mandatory {
    display: inline-block;
    margin-left: 2px;
}
.address-lookup-wrapper, .radio-input-details{
	padding-left: 0;
	padding-right: 0;
}
.address-lookup-wrapper{ margin: 24px 0 24px;}
.address-lookup-wrapper.mt-0{
	margin:0 !important;
}
.address-lookup-wrapper .personal-details-entry{
	padding: 0;
}
.address-lookup-wrapper .personal-details-entry .form-control{
	float: left;
	margin-right:20px;
	width: 140px;
}
.address-lookup-wrapper .find-address{
	padding: 0;
	display: none;
	margin-top: 10px;
	margin-bottom: 12px;
}
.find-address .dropdown{
	width: 460px;
	clear: both;
	float: left;
	margin-right: 20px;
}
.find-address .select-address{
	width: 460px; line-height:31px;white-space:inherit; overflow:hidden;
	height: 38px;display: block;
}
.find-address label{display: block;}
.find-address ul.dropdown-menu{
	min-width:100%; max-height:270px; overflow:auto;
}

.find-address ul.dropdown-menu>li>a, .find-address .custom-select{
	font-weight: normal;
}
.find-address .custom-select, .find-address .dropdown .btn.custom-select:hover{
  background-color: #d0e8f7;
  border: 1px solid #0096c1;
}
.find-address .custom-select.select-address-area,
 .find-address .dropdown .btn.custom-select.select-address-area:hover,
 .find-address .dropdown .btn.custom-select.select-address-area:focus {
	background-color: #fff;
	border: 1px solid #bfbebe;
}
.find-addr-btn{
	height: 38px;
	width: 140px;
}
.personal-details-entry .dropdown-menu{
	width: 300px; max-height:272px; overflow:auto;
}
.radio-input-details, .terms-n-condition{
	border-bottom: 1px solid #d8d8d8;
	padding: 17px 0;
	width: 97%;
	margin: 0;
	min-height: 58px;
}
.radio-input-details.agent-details.brdr_remove{border:none;}
.radio-input-details textarea{
	float: left;
    margin-bottom: 12px;
	margin-top: 17px;
	width: 70%;
}
.radio-input-details .custom-radio{top:3px;}
.radio-input-details label{ margin: 0;}
.radio-input-details textarea:hover, .radio-input-details textarea:focus, .radio-input-details textarea:active{ 
	border-color: #0096c1;
	outline: none;
}
.textArea { display:none; }
.radio-text-label{ padding: 0;}
.radio-btn{
	padding-left: 12px;
	margin: 0;
}
.radio-btn label.radio-inline{
	padding-left: 0;
	width: auto; margin-top:-5px;
}
.agent-details{
	margin-top: 23px;
}
#agentYesRadio,#specialNeedYesRadio{margin-right: 10px;}
#agentYesRadio.radio-inline+.radio-inline,#specialNeedYesRadio.radio-inline+.radio-inline{margin-left: 0}

.terms-n-condition, .terms-n-condition label{
	padding-left:0;
	padding-right: 0;
	font-size: 15px;
}
.terms-n-condition a{
	color: #414042;
}
.terms-n-condition a:hover, .terms-n-condition a:focus, .terms-n-condition a:active{
	color: #0096c1;
}
.For_Further_Info a{
	color: #414042;
}
.For_Further_Info a:hover, .For_Further_Info a:focus, .For_Further_Info a:active{
	color: #0096c1;
}

/* TS-1819 start */
.Privacy_statement a{
	color: #414042;
}

.Privacy_statement a:hover, .Privacy_statement a:focus, .Privacy_statemento a:active{
	color: #0096c1;
}
/* TS-1819 end */


.personal-details-form .form-footer p{ padding-top: 49px;}
.form-footer, .form-footer p{
	padding-left: 0;
	padding-right: 20px;
}
.details-submit-btn{
	float: right;
	height: 38px;
	margin-top: 41px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 220px;
}
.continue-ico{
	height: 25px;
	width: 25px;
	top: 0;
	right: 0;
	overflow: hidden;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.form-footer .details-submit-btn .continue-ico{top:-2px;} 
.continue-ico .sprite{
	top: -694px;
	position: relative;
}
.book-btn .continue-ico .sprite{ left: 5px;}
#exam_timer{
	position: fixed;
     bottom: -43px;
	 right: 0;
     width: 200px;
     overflow: visible;
     z-index: 99;
	 padding: 5px 0 3px;
     color: #ffffff;
     border: 1px solid #231f20;
	 border-radius: 2px 2px 0 0 ;
     background-color: #414042;
	 font-size: 14px;
	 margin-right: 193px;
}
/**************** Timer animation Starts **************/

.animated {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;
	-webkit-animation-name: animated;
    -moz-animation-name: animated;
    -o-animation-name: animated;
    animation-name: animated;
    animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
.bounce {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    -ms-animation-duration:0.5s;
    -o-animation-duration:0.5s;
    animation-duration:0.5s;
	-webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
@-webkit-keyframes animated {
    100%{bottom:0px;-webkit-transition-timing-function: ease-in; padding-bottom:0px;}
}
@-webkit-keyframes bounce {
    35%{-webkit-transition-timing-function: ease-in; padding-bottom:20px;}
    70%{-webkit-transition-timing-function: ease; padding-bottom:0px;}
	85%{-webkit-transition-timing-function: ease; padding-bottom:14px;}
	100%{-webkit-transition-timing-function: ease; padding-bottom:0px;}
}
@-moz-keyframes animated {
    100%{bottom:0px;-moz-transition-timing-function: ease-in; padding-bottom:0px;}
}
@-moz-keyframes bounce {
    25%{-moz-transition-timing-function: ease-in; padding-bottom:20px;}
    50%{-moz-transition-timing-function: ease; padding-bottom:0px;}
	75%{-moz-transition-timing-function: ease; padding-bottom:15px;}
	100%{-moz-transition-timing-function: ease; padding-bottom:0px;}
}
@-o-keyframes animated {
    100%{bottom:0px;-o-transition-timing-function: ease-in; padding-bottom:0px;}
}
@-o-keyframes bounce {
    25%{-o-transition-timing-function: ease-in; padding-bottom:20px;}
    50%{-o-transition-timing-function: ease; padding-bottom:0px;}
	75%{-o-transition-timing-function: ease; padding-bottom:15px;}
	100%{-o-transition-timing-function: ease; padding-bottom:0px;}
}
@keyframes animated {
    100%{bottom:0px;transition-timing-function: ease-in; padding-bottom:0px;}
}
@keyframes bounce {
    25%{transition-timing-function: ease-in; padding-bottom:20px;}
    50%{transition-timing-function: ease; padding-bottom:0px;}
	75%{transition-timing-function: ease; padding-bottom:15px;}
	100%{transition-timing-function: ease; padding-bottom:0px;}
}

/**************** Timer animation ends **************/


.countdown-timer-popup{ 
	position: relative;
    padding-left: 30px;
    margin-top: 2px;
}
.timer-ico{
	height: 25px;
	width: 25px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.timer-ico .sprite{ 
    position: relative;
    left: 10px;
	top: -2699px;
	
}
.personal-details-summary, .exam-details-summary{
	font-family: "Ubuntu Regular";
	padding-left: 0;
	padding-right: 0;
	width: 300px;
}
.personal-details-summary{
	margin-right: 20px;
}
.personal-details-summary-header{
	margin-bottom: 36px;
	position: relative;
}
.personal-details-summary-header .summary-heading{
	font-size: 18px;
	color: #6a215f;
	margin: 0;
	padding-left: 35px;
}
.exam-details-summary .personal-details-summary-header  .summary-heading{padding-left:40px;}
.summary-wrapper.important_info .personal-details-summary-header .exam-ico{top: -3px;}
.summary-wrapper.important_info .personal-details-summary-header .exam-ico .sprite{top:-10700px; }
.summary-wrapper.important_info li a{color:#0096c1; text-decoration: none; }
.summary-wrapper.important_info li a:hover{color:#0277a0;}
.booking_success_wrapper .summary-wrapper.important_info{margin-top: 26px; padding-bottom: 8px; border-bottom:1px solid #d8d8d8;}
.booking_success_wrapper .summary-wrapper.important_info .personal-details-summary-header{margin-bottom: 26px;}
.booking_success_wrapper .summary-wrapper.important_info h5{font-size: 16px; font-family: "Ubuntu Medium"; margin-bottom: 18px;}
.booking_success_wrapper .summary-wrapper.important_info{font-size: 16px; font-family: "Ubuntu Regular";}
.booking_success_wrapper .summary-wrapper.important_info p{margin: 0}
.booking_success_wrapper .summary-wrapper.important_info ul{padding-left: 18px;}
.booking_success_wrapper .summary-wrapper.important_info li{margin-bottom: 18px;}
.user-ico, .exam-ico{
	width: 45px;
	height: 25px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.user-ico .sprite{
	position: relative;
	top: -2549px;
}
.exam-ico .sprite{
	position: relative;
	top: -2599px;
}
 .summary-wrapper{
	float: left;
	margin-left: 17px;
	margin-top: 13px; margin-right: 21px;
 }
.details-summary-wrapper .details-label{
	color: #414042;
	font-family: "Ubuntu Medium";
	font-size: 16px;
	line-height: 16px;
padding: 0; margin-bottom:3px;
}		
.details-summary-wrapper .details-label.exam_part_label{ margin-top:5px;}
.details-summary-wrapper .details-text{
	color: #414042;
	font-family: "Ubuntu Light";
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0;
	max-width: 100%;
	word-wrap: break-word;
}
.details-text span{
	display: block; text-decoration: none;pointer-events: none; 
}
.details-summary-wrapper{
	border: 1px solid #eaeaea;
	float: left;
	background-color: #fff;
	border-radius: 2px;
	padding: 20px 0px 20px 20px;
}
.booking_success_wrapper .details-summary-wrapper{padding:20px 20px 0 20px;}
.edit-details-btn{
	height: 31px;
	width: 140px; padding:5px 12px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
@-moz-document url-prefix() {  .edit-details-btn{padding:4px 12px;}}
.new-exam-btn{
	float: left;
	height: 38px;
	position: relative;
	width: 220px;
	text-align: left;
	text-transform: uppercase;
	margin-right:20px;
}
.new-exam-btn .custom-select-ico{
	right: 5px;top:0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.prev-exam-btn{
	float: left;
	height: 38px;
	width: 220px;
}

.edit-details-btn .custom-select-ico{transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); top:0px;}
.edit-details-btn .custom-select-ico .sprite{ left: 5px;}
.exam-price-wrapper{
  height: 48px;
  line-height:48px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.exam-price-summary-wrapper{
	margin-top: 150px;
	padding: 0 0 38px;
}
.exam-price-label{
	font-family: "Ubuntu Light";
	font-size: 26px;
	float: left;
}
@-moz-document url-prefix() {  .exam-price-label{line-height:45px;}}
@-moz-document url-prefix() {  .exam-price-summary{line-height:45px;}}
.exam-price-summary{
	float: right;
	font-family: "Ubuntu Medium";
	font-size: 26px;
}
.payment-proceed-btn {
    float: right;
    height: 38px;
    width: 230px;
}
.payment-proceed-btn .continue-ico{top: -2px;}
.error input.form-control, .error.radio-input-details textarea.form-control,.contactus_form_content .error textarea.form-control,.error select.form-control {
	background-color: #f7e8e8;
	border: 1px solid #f9a5a5 !important;
	color: #f20a0a;
}
.error input.form-control::-webkit-input-placeholder, .error textarea.form-control::-webkit-input-placeholder{ 
    color: #f20a0a; 
}
.error input.form-control:-moz-placeholder, .error textarea.form-control:-moz-placeholder { /* Firefox 18- */
   color: #f20a0a;  
}

.error input.form-control:-ms-input-placeholder , .error textarea.form-control:-ms-input-placeholder {  
   color: #f20a0a;  
}
.line-error{ padding: 0;}
.line-error .error-label{
	font-size: 14px;
	color: #f20a0a;
}
.sorry-msg-btn-wrap{width:460px; margin:0px auto 44px;}
.prev-exam-detail{border-top:1px solid #d8d8d8; padding:0px;}
.prev-exam-detail span{padding-top:12px; font-size: 14px; padding-left:0px;padding-right:0px; color:#414042;}
.sorry_page_content{max-width: 700px;}
.prev-exam-detail span.prev-exam-detail-label{font-family: "Ubuntu Medium";}
.time-up-ico{
  width:21px;
  height: 50px;
  overflow: hidden;
  left:49%;
  margin: 0 auto;
}
.time-up-ico .sprite{
	top: -2499px;
	position: relative;
}
.search-again-msg{
	margin-bottom: 44px;
	text-align: center;
}
/*Exam Selection*/
.container.main-content-wrapper.exam-selection-section {
	top: 144px;
}
.exam-selection-wrapper{
	background-color: #fff;
	width: 100%;
/*	min-height: 117px;*/
	margin-top: 54px;
}
/*OE-58 starts*/
.container.main-content-wrapper.exam-selection-section {top: 126px; padding-bottom: 0px;}
.current-exam-wrapper .booking-info span.current-exam-heading{font-family: "Ubuntu Medium"; font-size: 18px; margin-right: 0; margin-left: 20px;}
/*SELT - 52*/
.current-exam-wrapper .booking-info-failsafe span.current-exam-heading{font-family: "Ubuntu Medium"; font-size: 18px; margin-right: 0; margin-left: 20px;}
.exam-selection-wrapper{background: #f6f5f7;width: 100%;float:left;margin-top: 54px;}
.current-exam-wrapper .custom-select {border: 1px solid #6a215f;}
.current-exam-wrapper  .booking-time-label{margin-bottom:20px;}
.current-exam-wrapper  .booking-info{margin:10px 15px 10px 0 !important;}
.current-exam-wrapper .booking-time-wrapper.add_budle_wrapper .booking-info{margin: 24px 0px !important;}
.current-exam-wrapper  .booking-info span{ padding:0px; font-size:16px;}
/*SELT - 52 START*/
.current-exam-wrapper  .booking-info-failsafe{margin:10px 15px 10px 0 !important;}		
.current-exam-wrapper .booking-time-wrapper.add_budle_wrapper .booking-info-failsafe{margin: 24px 0px !important;}
.current-exam-wrapper  .booking-info-failsafe span{ padding:0px; font-size:16px;}
/*SELT - 52 END*/
.current-exam-wrapper  .book-btn-wrapper{padding-top: 43px}
.current-exam-wrapper  .booking-time-wrapper{background:#fff; }
/* Changed height to auto for SELT-51 */
.current-exam-wrapper  .book-exam-wrapper{display: block;border:0px;padding-left: 20px; height: auto;}
.current-exam-wrapper .book-exam-wrapper label.booking-info{margin: 26px 0px !important;}
.current-exam-wrapper .book-exam-wrapper label.booking-info-failsafe{margin: 26px 0px !important;}		/*SELT - 52*/
.current-exam-wrapper .book-exam-wrapper .radio-examtime-details{margin: 27px 0px 25px;}
.current-exam-wrapper .book-exam-wrapper .book-btn-wrapper{padding-top: 22px !important;}
.current-exam-wrapper .current_exam_withoutampm .book-btn-wrapper{padding-top: 8px;}

#current-exam .booking-time{
	margin-bottom:20px;
}
#current-exam span{ color: #414042;}
/*OE-58 ends*/

/* OE-14 timeup booking starts */
	.booking-timeup-page{background:#f6f5f7;}
	.booking-timeup-page .page-header{background:#fff; border-bottom:0px;}
/* OE-14 timeup booking ends */

@media (min-width: 1200px){
.container.main-content-wrapper,.container.footer-content-wrapper {
  width: 980px;
  padding: 0;
 }
 
 .category-inner-rows{width: 65% !important;}
 .category-inner-rows ul{display: inline-flex;list-style: none;}
 .exam-type-wrapper{
	padding: 0;
}
.exam-form-wrapper .form-group{ 
	width: auto;
    margin-right: 20px;
}
.reset-filter{
	width: auto;
}

/*Exam List Section*/
.list-inline>li.exam-list-header {
	width: 220px;
	margin-right: 20px;
}
.exam-list-row li{
	width: 220px;
	margin-right: 19px;
}


.current-exam-wrapper div.col-lg-6.booking-info{width: 59% !important; margin-left: -25px !important;}
.current-exam-wrapper .current_exam_withoutampm .booking-info strong,.current-exam-wrapper  .booking-info span{margin-right: 15px !important;}
.current-exam-wrapper .current_exam_withoutampm .booking-info{margin-right: 0px !important; margin-left: -15px;} 
/*SELT - 52 START*/
.current-exam-wrapper div.col-lg-6.booking-info-failsafe{width: 59% !important; margin-left: -25px !important;}
.current-exam-wrapper .current_exam_withoutampm .booking-info-failsafe strong,.current-exam-wrapper  .booking-info-failsafe span{margin-right: 15px !important;}
.current-exam-wrapper .current_exam_withoutampm .booking-info-failsafe{margin-right: 0px !important; margin-left: -15px;} 
/*SELT - 52 END*/
.list-inline>li.exam-list-header:last-child, .exam-list-row li.exam-availability{ margin-right: 0; width: 100%;}
.exam_search_maincontent_wrapper .main_exam_result .exam-list-row li.exam-availability{padding-top: 12px !important; padding-bottom:20px !important;}
.exam-list-row li.exam-availability .examprice{ margin: 0 ; width: 320px;}

.exam-availability{
	/*margin-left: 17px;*/
 }

.exam-availability .book-btn{margin-right: 0;}

.availability_content .result-select-btn{float: right;}
 
 
 .exam-list-row li.exam-list-row-content.exam_name,.list-inline > li.exam-list-header.exam_name_header{width: 220px;}
 .exam-list-row li.exam-date.exam-list-row-content,.list-inline > li.exam-list-header.exam_date_header{width: 300px;}
  .exam-list-row li.exam-centre.exam-list-row-content,.list-inline > li.exam-list-header.exam_centre_header{width: 380px; margin-right: 0}
  /* .exam-list-row li.exam-availability{width: 280px;} */
  .list-inline > li.exam-list-header.exam_availability_header{width: 100px; margin-left: 65px;}
.exam-list-row li.exam-availability .availability_content{width: 378px;}


 
}

 .exam-list-row li.exam-list-row-content h5{display:none;}
 .exam-list-row li.exam-availability .availability_content{float: left; padding: 0; }
 .exam-list-row li.exam-availability .examprice{float: left; line-height:32px; font-size:16px; font-family: "Ubuntu Medium"; color:#414042} 

 
 
@media (min-width: 768px){
 

.select_exam_box .visaSelected.dropdown-menu{width: 280px;}
	
 
 .filter-search{
	display: none;
 }
 .filter-exam{
	display: block;
}
 /*Exam List Section*/
 .exam-list-header, .exam-list-row-content{
	/*margin-right: 15px;*/
 }
 .exam-list-row li.exam-list-row-content{
	padding:5px 0 0;
    font-size: 16px;
 }
  .exam-list-row.exam-visa-list-row li.exam-list-row-content{
	padding:5px 0;
    font-size: 16px;
 }
 .exam-list-row{
	margin: 0;
	padding: 8px 20px 7px 20px;
	min-height: 49px;
 }
 .exam-availability{
	padding: 0 !important;
 }
 .load-exam{
	width: 140px;
	margin: 0 auto;
 }
 .load-exam-btn{
	border: 1px solid #d1cfcf;
	background-color: #e0e0e0;
	display: block;
	float: left;
	width: 140px;
	height: 31px; line-height:17px;
	margin-top: 31px;
 }
 .load-exam-btn:hover, .load-exam-btn:focus{
	background-color: #f2f1f0;
	border: 1px solid #d1cfcf;
	outline: none;
 }
 .booking-info{
    margin-top: 33px;
	margin-bottom: 32px;
 }
 /*SELT - 52 START*/
  .booking-info-failsafe{
    margin-top: 33px;
	margin-bottom: 32px;
 }
 /*SELT - 52 END*/
 .book-btn-wrapper{
	  padding-top: 37px;
 }
 .book-btn-wrapper{
	padding-right: 0;
}
.booking-time{
	margin-right: 5px;
}
.form-group.col-lg-12.personal-details-entry .form-control, .form-group.col-md-12.personal-details-entry .form-control{
	width: 97%;
}

.current-exam-wrapper  .booking-time{margin-right:0px;}
.current-exam-wrapper  .booking-info{padding:0px; margin-bottom:12px;}
.current-exam-wrapper  .booking-info strong,.current-exam-wrapper  .booking-info span{width:auto; margin-right:38px; line-height:25px;}
.current-exam-wrapper  .view-search{display:none;}
/*SELT - 52 START*/
.current-exam-wrapper  .booking-info-failsafe{padding:0px; margin-bottom:12px;}
.current-exam-wrapper  .booking-info-failsafe strong,.current-exam-wrapper  .booking-info-failsafe span{width:auto; margin-right:38px; line-height:25px;}
.current-exam-wrapper  .view-search{display:none;}
/*SELT - 52 END*/



.prev-exam-detail span{width:auto; margin-right:25px;}
.prev-exam-detail span:last-child{margin-right:0px;}
}
@media (min-width: 991px) and (max-width: 1199px){

.exam-list-row li.exam-list-row-content.exam_name,.list-inline > li.exam-list-header.exam_name_header{width: 200px;}
.exam-list-row li.exam-date.exam-list-row-content,.list-inline > li.exam-list-header.exam_date_header{width: 300px;}
.exam-list-row li.exam-centre.exam-list-row-content,.list-inline > li.exam-list-header.exam_centre_header{width: 398px;}
.exam-list-row li.exam-availability .availability_content{width: 398px; margin-top: 34px;}
.exam-list-row li.exam-availability .book-btn{float: right;}
.exam-list-row li.exam-availability .examprice{width: 300px; margin-top: 34px;}	
.exam_search_maincontent_wrapper .main_exam_result .exam-list-row li.exam-availability {
    padding-left: 200px !important;
    padding-top: 12px !important;
    padding-bottom: 20px !important;
}
.availability_content .result-select-btn{float: right;}
.exam_search_maincontent_wrapper .main_exam_result .book-exam-wrapper.suite1 .alert{width: 96%;}
.exam-list-row li.exam-availability .written-exam-method-type{position: absolute;margin-left: -200px;}
.exam-list-row li.exam-availability .written-exam-method-type{width: 12%;}
.exam-list-row li.exam-availability .writtenTypeIcon{margin-left:4px;}
.examtypeIcon-p{padding-left: 2px;}
}


@media (min-width: 768px) and (max-width: 990px){
 .exam-form-wrapper .input-group{
	width: 100%;
 }
 .exam-type-btn {
  margin-right: 10px;
}
.select-wrapper, .select-wrapper select{
	width: 100%;
}

.exam-type-label, .btn.exam-type-btn{ margin-right: 0px;}
 /*Exam List Section*/
 .exam-availability{
	width: 25%;
 }
 ul.exam-list-row:nth-child(even){border-right:1px solid transparent}
.exam-list-row.exam-visa-list-row li.exam-list-row-content.skill_required{padding-right: 10px;}
.exam-visa-list-row li.find_exam_button{width: 23%; float: right;	}
.exam-visa-list-row li.visa_message{width: 77%;}
 
 .exam-type-link{
	width: 25%;
 }
 
 .current-exam-wrapper .booking-info{margin-right: 0;}
 .current-exam-wrapper .booking-info span{ margin-right: 18px;}
 /*SELT - 52 START*/
 .current-exam-wrapper .booking-info-failsafe{margin-right: 0;}
 .current-exam-wrapper .booking-info-failsafe span{ margin-right: 18px;}
 /*SELT - 52 END*/
 .exam-list-wrapper .booking-time-wrapper .book-btn-wrapper{float:right;/*  margin-right:28px; */}
 .current-exam-wrapper .book-exam-wrapper label.booking-info{margin: 15px 0 0 !important;}
  .current-exam-wrapper .book-exam-wrapper label.booking-info-failsafe{margin: 15px 0 0 !important;}    /*SELT - 52*/
 .current-exam-wrapper .current_exam_withoutampm .book-btn-wrapper{padding: 8px 0}
.current-exam-wrapper .booking-info{margin-right: 0px !important;}
.current-exam-wrapper .booking-info-failsafe{margin-right: 0px !important;}			/*SELT - 52*/
.exam_search_maincontent_wrapper .open > .dropdown-menu{min-width:100%;}

.exam-list-row li.exam-list-row-content.exam_name,.list-inline > li.exam-list-header.exam_name_header{width: 150px;}
.exam-list-row li.exam-date.exam-list-row-content,.list-inline > li.exam-list-header.exam_date_header{width: 230px;}
.exam-list-row li.exam-centre.exam-list-row-content,.list-inline > li.exam-list-header.exam_centre_header{width: 298px;}
.exam-list-row li.exam-availability .availability_content{width: 298px; margin-top: 34px; }
.exam-list-row li.exam-availability .book-btn{float: right;}
.exam-list-row li.exam-availability .examprice{width: 230px;margin-top: 34px;}	
.exam_search_maincontent_wrapper .main_exam_result .exam-list-row li.exam-availability {
    padding-left: 150px !important; width:100%;
    padding-top: 12px !important;
    padding-bottom: 20px !important;
}
.availability_content .result-select-btn{float: right;}
.exam_search_maincontent_wrapper .main_exam_result .book-exam-wrapper.suite1 .alert{width: 96%;}
.exam-list-row li.exam-availability .written-exam-method-type{margin-left: -150px;width: 22%;}
.exam-list-row li.exam-availability .writtenTypeIcon{margin-left:4px;}
.exam-list-row li.exam-availability .written-exam-method-type{width: 20%;}
ul.exam-list-row{height: auto !important;}
}
@media (min-width: 300px) and (max-width: 767px) {
h2.sub-page-heading.search-exams{
	display: inline-block;
    float: left;
	width:100%;
}
h2.sub-page-heading.search-exams,.search-wrapper .search_content{padding: 0px 15px;}
.exam-list-heading{
	padding: 0 14px;
}
.personal-details-form .personal_detail_text{margin: 26px 0px 0px;}
.personal-details-form .personal_detail_text p{width: 100%;}
.current-exam-wrapper .book-exam-wrapper{padding:0 12px;}
/* .current-exam-wrapper .book-btn-wrapper{padding-right: 0px !important;} */
.current-exam-wrapper .book-exam-wrapper label.booking-info{margin: 25px 0 0 !important; width: 100%;}

.current-exam-wrapper .book-exam-wrapper label.booking-info-failsafe{margin: 25px 0 0 !important; width: 100%;}			/*SELT - 52*/
.current-exam-wrapper .book-exam-wrapper .radio-examtime-details{margin: 25px 0 0;width: 100%;}
.current-exam-wrapper .book-exam-wrapper .book-btn-wrapper{padding: 25px 0px 25px; margin: 0}
.current-exam-wrapper .book-exam-wrapper,.current-exam-wrapper .book-exam-wrapper .booking-time-wrapper{height: auto; padding-bottom: 20px;}
.current-exam-wrapper .booking-info span.succeed_text{padding-left: 0; font-size: 14px;}
.current-exam-wrapper .current_exam_withoutampm .book-btn-wrapper{padding: 0;margin-right: 15px;}
.current-exam-wrapper .booking-info-failsafe span.succeed_text{padding-left: 0; font-size: 14px;}		/*SELT - 52*/
.exam_search_maincontent_wrapper .main_exam_result ul.exam-list-row{height: auto !important;}

ul.exam-list-row:nth-child(even){border-right:1px solid transparent}
.terms-n-condition, .terms-n-condition label{font-size: 15px; word-spacing:-1px;}
.exam-type-link .exam-type-label{display: none;}

.search-again-msg{width: 215px; margin: 0px auto 44px;}

.open > .dropdown-menu{width: 100%;}
.exam_search_maincontent_wrapper .main_exam_result .book-exam-wrapper.suite1 .alert{width: 95%;}

/*.cover-img{
	background-image: url("../images/exam.png");
}*/
/*.logo{
  background-size: 169%;
  background-position: 8px -163px;
  width: 139px;
  height: 47px;
  top: 0;
  left: 0px;
  margin-left: 0;
 }*/
 
/* .sprite{
	width: 2000px;
	z-index: 0;
 }*/
 .logo-cover{
	height: 65px;
	left: 0;
 }
 .logo-cover .sprite{
	top: -239px;
	left: 14px;
 }
 .container.main-content-wrapper.exam-selection-section{top: 166px;}
.search-wrapper{
	min-height: 58px;
	/*ts-1018 changes*/
	/*padding: 12px 14px;*/
}
.cover-img{
	height: 115px;
}
.container.main-content-wrapper{
	padding: 0;
	top: 115px;
}
#filter-exam{
	float: left;
	width: 100%;
 }
.filterAlign{ position: relative; z-index: 99; }
 .exam-type-label{
  display: block;
  padding: 0 0 11px 0;
  margin-top: 0px;
 }
 .reset-filter{
	padding: 5px 0 30px;
	  width: 100%; text-align: right;
}
.exam-type-wrapper{
	padding: 0;
 }
 .exam-form-wrapper{ margin-top: 17px;}
 .filter-search{
    background-color: #3f0e3d;
	position:absolute;
	font-size: 14px;
	width: 94px;
	border: 1px solid #3f0e3d;
	padding: 5px;
	border-radius: 2px;
	cursor: pointer;top: 15px; right: 15px;
}
.filter-search:hover, .filter-search:focus{
	background-color: #7c477a;
	border: 1px solid #441d40;
}
.filter-ico{
	margin-left: 22px;
    font-size: 11px;
}
.exam-type-link{
	padding-left: 0;
	padding-top: 16px;
	margin-left: 0;
}
.result-select-btn{
	float: right;
}
/*.cover-img {
  height: 115px;
}
.search-wrapper {
  min-height: 58px;
}*/
/*Exam List Section*/
.mobile-show{
	display: inline;
}
.mobile-no-show{
	display: none;
}
.availability{
	width: auto; line-height: 16px; margin-bottom: 15px; margin-left: -5px;
}

.no-result-msg-label{display: inline;}
.mobile-disp{
	display: none !important;
}
.total-count-wrapper{
	margin-left: 0;
}
.exam-list-wrapper .list-inline{
	margin-left: 0;
}
.exam_search_maincontent_wrapper ul.exam-list-row{height: auto;}

.list-inline>li.exam-list-row-content{
	padding: 0;
	word-wrap: break-word;
	line-height: 31px;
 }
 .list-inline>li.exam-list-header{
	padding: 0;
 }
 .exam-list-heading{margin-bottom: 24px;}
 .exam-list-header-wrapper{
	font-size: 16px;
	padding: 0 14px; display: none;
 } 
 .exam-list-row li.exam-availability .examprice{width: 50%; margin:10px 0 0 0}
 .exam-list-row li.exam-availability .availability_content{padding:6px 0 0 0}
 .exam-list-row li.exam-list-row-content h5{display: block;    font-size: 16px;   color: #6a215f;   width: 100%;    font-family: "Ubuntu Medium"; margin-top: 15px;}
 /* .exam-list-row li.exam-availability .availability_content button{float: left !important;} */
 .exam-list-header-wrapper li.col-xs-5.exam-list-header, .exam-list-row li.col-xs-5.exam-list-row-content{
	padding-left: 15px;
 }
.exam-list-row, ul.exam-list-row:nth-child(even){
    margin-bottom: 0;
	padding: 0 14px 14px;
	width: 100%;
 }
 ul.exam-list-row:nth-child(even){
	padding-left: 15px;
 }
  .list-inline>li.exam-availability{
	padding-right: 0;
    padding-left: 0;
 }
 .load-exam-btn{
	display: none;
}
.filter-exam{
	display: none;
}
.exam-form-wrapper .input-group, .custom-select, .select-wrapper, .select-wrapper select, .exam-form-wrapper .form-group {
  width: 100%;
}
.exam-form-wrapper .form-group{ margin-bottom: 23px;}
.flexible-days{ margin-top: 12px; margin-bottom: 0}
.booking-info{

	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 28px;
}
/*SELT - 52 START*/
.booking-info-failsafe{

	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 28px;
}
/*SELT - 52 END*/
 .booking-time-wrapper, .booking-time{
	width: 100%;
}

.error-msg {
	width: 92.2%;
	margin-left: 14px; margin-top: 14px;
}
.personal-details-form .error-msg{
	width: 100%;
	margin-left: 0;
}
.book-btn-wrapper {
  padding-top: 38px;
 }
 .book-btn{ margin-right: 0px;}
.book-exam-wrapper{ padding-right: 0;}
.booking-process-wrapper{
	height: 106px; padding-left: 10px;margin-top: 90px;
}
.booking-process-label{ 
	margin-top : 16px;
	font-size: 16px;
}
/*Personal details form starts*/
.personal-details-form-wrapper{
	padding-top: 20px;
}
.personal-details-form-wrapper .personal-details-form .alert.alert-danger.error-msg{margin-top:-14px;}
.personal-details-summary-header{
	margin-bottom: 30px;
}
.personal-details-form{
	padding-left: 14px;
	padding-right: 14px;
}
.personal-details-form-content{
	margin-left: 0;
}
.personal-details-entry .form-control{
	width: 100%;
}

#date_of_birth .form-control,#idExpiryDate .form-control{  
	width: 31.3%;
	margin-right: 2.8%;
}
#date_of_birth input#year,#date_of_birth input#expiryYear,#idExpiryDate input#year,#idExpiryDate input#idExpiryYear{margin-right: 0}

.personal-details-summary, .exam-details-summary{
	width: 100%;
}
.exam-details-summary .personal-details-summary-header{ margin-top: 49px;}
.radio-input-details textarea{
	width: 100%;
}
.radio-btn{ padding: 0;}
.line-error .error-label{ padding-top: 5px;}

.find-address label{ margin-bottom: 17px;}
.find-address .dropdown, .find-address .select-address{ width: 100%;}
.find-address .dropdown{margin-bottom: 22px;}
.personal-details-form .form-footer p{ padding-top: 22px;}
.details-submit-btn{
	float: left;
	margin-top: 17px;
}
.personal-details-heading{
	font-size: 22px;
	margin-bottom:21px;
}
.personal-details-entry .dropdown-menu{ width: 100%;}
.exam-price-summary-wrapper{ margin-top: 95px !important;}
/* .payment-proceed-btn{ 
	float: left;
	width: 292px;
}
 */.summary-wrapper{
	margin-left: 0; margin-right:0;
	margin-top: 9px; width: 100%;
}
.details-summary-wrapper{ 
	padding-top: 25px;
    padding-left: 17px;
}
.booking-img{ 
	margin-top: 8px;
	width: 300px;
}
.booking-img.summary-img{
	margin-top: 0px;
}
.booking-img .sprite{
  top: -2749px;
  position: relative;
  left: -14px;
}
.booking-img.summary-img .sprite {
  top: -3049px;
  position: relative;
  left: -14px;
}
#exam_timer{margin-right: 20px;}
.current-exam-wrapper  .view-search {
	background-color: #e4e3e5;
	color: #414042;
	display: inline-block;
	float: right; 
	font-size: 14px;
	height: 31px;
	width: 94px;
	padding: 5px;
	border-radius: 2px;
	cursor: pointer;
	text-decoration:none;margin-right: -1px;
}
.current-exam-wrapper  .view-search  span.glyphicon{font-size:11px; margin-left:36px; padding-left:0px;}
.exam-selection-wrapper{
	padding:3px 0px;
	min-height: 58px;
	margin-top: 0;
}
.current-exam-wrapper .booking-info strong{margin:0 0 0 -5px;}
.current-exam-wrapper .book-btn-wrapper{  
	padding: 3px 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.current-exam-wrapper #current-exam .booking-info { margin: 0px 0px 16px;}

.current-exam-wrapper  .booking-info span{
	padding-left:12px;
	line-height: 21px;
}
.current-exam-wrapper .booking-info span.current-exam-heading{ 
	color: #6a215f;
	margin-left: 0;
	font-size: 16px;
	line-height: 31px;
}
/*SELT - 52 START*/
.current-exam-wrapper .booking-info-failsafe strong{margin:0 0 0 -5px;}
.current-exam-wrapper .book-btn-wrapper{  
	padding: 3px 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.current-exam-wrapper #current-exam .booking-info-failsafe { margin: 0px 0px 16px;}

.current-exam-wrapper  .booking-info-failsafe span{
	padding-left:12px;
	line-height: 21px;
}
.current-exam-wrapper .booking-info-failsafe span.current-exam-heading{ 
	color: #6a215f;
	margin-left: 0;
	font-size: 16px;
	line-height: 31px;
}
/*SELT - 52 END*/
.current-exam-wrapper .booking-time-label{ margin-bottom: 16px;}

/* OE-14 timeup booking starts */
	.new-exam-btn{width:286px; margin-right:0px; margin-bottom:22px;}
	.prev-exam-btn{width:286px;}
	.prev-exam-detail span{padding-top:0px; line-height:21px;}
	.prev-exam-detail span.prev-exam-detail-label{margin-top:16px;}
	.sorry-msg-btn-wrap{width:287px; margin:0px auto 44px;}
/* OE-14 timeup booking ends */
}

@media (min-width: 300px) and (max-width: 580px) {
	.exam_search_maincontent_wrapper .main_exam_result ul.exam-list-row{padding: 8px 15px 7px !important; height: auto;}
	.exam-list-wrapper .list-inline>li.exam-list-row-content{width: 100%;}
	.exam-list-row li.exam-availability{padding-top: 15px;}
	.exam-list-row li.exam-availability .examprice{width: auto;top: -5px;}
	.exam-list-row li.exam-availability .availability_content{width: 100%;margin-top: -25px;}
	.exam-list-row li.exam-availability .written-exam-method-type{margin-top: -10px;}
	.availability{ margin: 5px 0px 10px; line-height: 20px; }
	.availability .svg-ico{padding-top: 4px;}
	
	.exam_search_maincontent_wrapper .main_exam_result .book-exam-wrapper.suite1 .alert{width: 93%;}
}

@media (min-width: 768px){
.form-group.personal-details-entry{
	width: 50%;
}
.form-group.col-lg-12.personal-details-entry, .form-group.col-md-12.personal-details-entry{
	width: 100%;
}
.form-group.col-lg-3.col-md-3.personal-details-entry{
	width:25%;
}
.form-group.col-lg-9.col-md-9.personal-details-entry{
	width:75%;
}
}
@media (max-width: 320px){
/* h2.sub-page-heading.search-exams{
	display: inline-block;
    float: left;
	width: auto; line-height: 32px;
}
 */.filter-search{
	display: inline-block;
	float: right;
	width: 94px;
	border: 1px solid #3f0e3d;
	padding: 5px;
	border-radius: 2px;
}

 .exam-type-label{
	display: block;
}
 .exam-form-wrapper .input-group{
	width: 100%;
 }
 .exam-type-wrapper{
	padding: 0;
 }
 
 /*Exam List Section*/
 .exam-list-row{
	padding-right: 0;
 }
 .list-inline>li.exam-list-header{
 }
 .list-inline>li.exam-list-row-content{
 }

}
@media (max-width: 345px){
 .address-lookup-wrapper .personal-details-entry .form-control, .find-addr-btn{
	width: 46%;
}
}
@media (max-width: 480px){

.exam-type-wrapper{
	float: left;
    width: 100%;
}
.exam-type-link{
	float: left;
	padding: 16px 0 0;
    width: 100%;
}
 .exam-list-row{
    margin-bottom: 0;
    padding: 0 14px 14px;
 }

 
 .list-menu-down-ico{
	margin-left:0;
 }
.result-select-btn{
	float: none !important;
}
.poverlay{
	position: absolute !important;
}

}


@media (max-width: 779px){

.exam-availability{
	/*width: auto;*/
 }
}
.textArea { display:none; }




/***************** AdminPanel CSS starts *********************/

body.adminpage{background:#ebf7fc;}
body.adminpage .admin-page-wrapper,.adminlogin-details-form,.adminlogin-details-form-content{width:300px; margin:0px auto; padding:0px;}
body.adminpage  .logo-cover{margin:40px auto}
body.adminpage  .adminlogin-details-entry{padding:0px; margin-bottom:22px;}
body.adminpage  .logo-cover{height:80px; position: relative;}
body.adminpage  .logo-cover .sprite{top:-4349px;}
body.adminpage  .personal-details-heading{color:#414042; margin-bottom:54px; text-transform:uppercase}
body.adminpage  .adminlogin-details-form-content .form-group label{font-size:16px; color:#414042; font-weight:normal; margin-bottom:17px; line-height:16px;}
body.adminpage  .form-control{ border-color:#bfbebe; height:38px;}
body.adminpage .form-control:focus,body.adminpage .form-control:hover{border:1px solid #0096c1; box-shadow:none;}
body.adminpage  .details-submit-btn{width:100%; text-align:center;float:none; margin-bottom:27px; }
body.adminpage  .form-footer{padding-right:0px;}

body.adminpage  .information_msg{color:#414042; text-align:center; margin-bottom:28px;}
body.adminpage  .password_pattern{color:#414042; text-align:left; margin-bottom:28px;}
body.adminpage  .information_msg a{color:#0096c1; text-decoration:none;}
body.adminpage  .information_msg a:hover{color:#027dad}
body.adminpage .account_verify .error-msg{margin-top: 0px;}
body.adminpage .account_verify ul{padding-left: 18px;}

body.adminpage  .forget-pswd-link{color:#0096c1; font-size:14px; text-align:right; display:block; text-decoration:none; float:right}
body.adminpage  .forget-pswd-link:hover,body.adminpage  label.remeber_me:hover{color:#027dad}
body.adminpage  label.remember_me.checkbox{float:left;color:#414042; font-size:14px; text-align:right; display:block; text-decoration:none; margin-top:1px; cursor: pointer;}
body.adminpage  label.remember_me.checkbox .custom-checkbox .sprite{top:-4749px;}
body.adminpage  label.remember_me.checkbox .custom-checkbox.selected .sprite{top:-4799px;}
body.adminpage  label.remember_me.checkbox .title { margin-left:10px;}
body.adminpage  .back_login_link{color:#0096c1; font-size:14px; text-align:center; display:block; text-decoration:none;}
body.adminpage  .back_login_link:hover{color:#027dad}

body.adminpage  .request_sent_heading{margin-bottom:27px; margin-top:45px;}
body.adminpage .request_sent_ico {  width: 32px;height:32px;overflow: hidden;left: 49%;margin: 0 auto;}
body.adminpage .request_sent_ico .sprite{top: -4149px;left: 0px;position: relative;}
body.adminpage  .cyan-btn {background-color: #0096c1;font-size:14px; margin-top:10px; color:#fff; border-radius:2px}
body.adminpage  .cyan-btn:hover,body.adminpage  .cyan-btn:focus {background-color: #027dad;}
.paging-btn-more-txt {padding: 8.3px;}

/* CSS for payment success/failure page */
.booking_success_wrapper .personal-details-form{max-width:620px;}
.booking-img.success-booking-img,.booking-img.failure-booking-img {height: 70px;margin-top: 15px;}
.booking-img.success-booking-img .sprite{top:-2099px;} 
.booking_success_wrapper .personal-details-heading{color:#049b04; margin-bottom:33px;}
.booking_success_wrapper .thankyou_msg{border-bottom:1px solid #d8d8d8; padding-bottom:26px;}
.booking_success_wrapper .thankyou_msg h3{font-size:21px; color:#049b04; position:relative;font-family: "Ubuntu Regular"; padding-left:41px; width:420px; margin:0px auto;}
.booking_success_wrapper .thankyou_msg h3 span.thanks-ico{width:41px; height:32px;  top: -4px;left: 0;overflow: hidden;}
.booking_success_wrapper .thankyou_msg h3 span.thanks-ico .sprite {position: relative;top: -4149px;}
.booking_success_wrapper .thankyou_msg p{text-align:center;font-size:16px; color:#414042; margin-top:21px;}
.booking_success_wrapper .thankyou_msg p strong{font-family: "Ubuntu Medium"; font-weight:normal;}
.booking_success_wrapper .summary-wrapper{margin:36px 0 0 0;}
.booking_success_wrapper .personal-details-summary{ margin:54px 0 0 0px; border-top:1px solid #d8d8d8 }
.booking_success_wrapper .personal-details-summary-header{padding-left:10px;padding-right:10px;}
.booking_success_wrapper .exam-details-summary{margin-right:20px}
/* .booking_success_wrapper .exam-price-summary-wrapper{margin-top:175px;} */
.booking_success_wrapper .booking_ref_label{font-size:21px; line-height:21px; margin-top:20px;  font-family: "Ubuntu Light";}

.booking_success_wrapper .booking_ref_number{font-size:18px; line-height:26px; margin-top:5px; margin-bottom:20px;  font-family: "Ubuntu Medium";}
.booking_success_wrapper .booking_ref_info{font-size:14px; line-height:16px; width:270px;}
.booking_success_wrapper .thankyou_msg .print_receipt_section{font-size:14px; color:#414042; position:relative;font-family: "Ubuntu Regular"; margin-top:59px; text-align: center;}
.booking_success_wrapper .thankyou_msg .print_receipt_section strong{font-family: "Ubuntu Medium"; font-weight:normal;}
.booking_success_wrapper .thankyou_msg .print_receipt_section span.print-ico{width:41px; height:32px;  top: -4px;left: 0;overflow: hidden;}
.booking_success_wrapper .thankyou_msg .print_receipt_section span.print-ico .sprite {position: relative;top: -4293px;}
.booking_success_wrapper .thankyou_msg .print_receipt_section a{  float: right; text-decoration: underline;  color: #414042;  width: 108px;  position: relative; text-align: right; display: none;}

.booking_success_wrapper .thankyou_msg .important_info .personal-details-summary-header h3.summary-heading{
	font-size: 18px;
	color: #6a215f;
	margin: 0;
	padding-left: 35px; width: auto;
}
.booking_success_wrapper .important_info strong{ font-family: "Ubuntu Medium"; font-weight: normal; }

.booking-img.failure-booking-img .sprite{top:-1699px;}
.booking_success_wrapper.failure_wrapper .personal-details-heading{color:#f20a0a;}
.booking_success_wrapper.failure_wrapper .thankyou_msg h3{color:#f20a0a; padding-left:50px; width:365px;}
.booking_success_wrapper.failure_wrapper .thankyou_msg h3 span.thanks-ico{width:41px; height:49px;  top: -4px;left: 0;overflow: hidden;}
.booking_success_wrapper.failure_wrapper .thankyou_msg h3 span.thanks-ico .sprite {position: relative;top: -4189px;}

.booking_success_wrapper.failure_wrapper .try-again-btn{width:220px; height:38px; margin:0px auto; display:block;}
.booking_success_wrapper.failure_wrapper .booking_ref_label,.booking_success_wrapper.failure_wrapper .booking_ref_number,.booking_success_wrapper.failure_wrapper .booking_ref_info{width:100%; text-align:center;}

.booking_success_wrapper.processing_wrapper .personal-details-heading{color:#414042;}
.booking_success_wrapper.processing_wrapper .thankyou_msg h3{color:#414042;  width: 100%;color: #414042;text-align: center;padding: 0px;}
.booking_success_wrapper.processing_wrapper .thankyou_msg{border:0px;}
.exam-list-row-processing{width: 100%; float: left;}

.booking_success_wrapper.processing_wrapper  .processing_img{margin:30px auto; height:125px;  overflow: hidden;width:120px; position: relative;}
.booking_success_wrapper.processing_wrapper  .processing_img .sprite{top:-4594px;left: 0;position: relative;}

#processing_image .processing_wrapper  .processing_img{margin:20% auto; height:120px;  overflow: hidden;width:120px; position: relative;}
#processing_image .processing_wrapper  .processing_img .sprite{top:-8728px;left: 0;position: relative;}
#processing_image.overlay{background: rgba(255,255,255,0.7); position: fixed;}

/* CSS for validation purpose */
body.adminpage  .error-msg{margin-top:-36px;}
body.adminpage  .alert-danger{border:1px solid #f9a5a5;}

/********* add admin page starts *************/

.add_admin_wrapper{min-height: 100vh; 

/* background: #0096c1; */ /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTZjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5cHgiIHN0b3AtY29sb3I9IiMwMDk2YzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NnB4IiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQxcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNDFweCIgc3RvcC1jb2xvcj0iI2ViZjdmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmY3ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0096c1 0%, #0096c1 46px, #ffffff 46px, #ffffff 137px, #ebf7fc 137px, #ebf7fc 100%) no-repeat; /* FF3.6+ */
/* background: -webkit-linear-gradient(top, #0096c1 0%,#0096c1 49px,#ffffff 46px,#ffffff 141px,#ebf7fc 141px,#ebf7fc 100%) no-repeat; */
background: -webkit-linear-gradient(top,  #0096c1 0%,#0096c1 50px,#ffffff 46px,#ffffff 142px,#ebf7fc 141px,#ebf7fc 100%) no-repeat;/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0096c1 0%,#0096c1 49px,#ffffff 46px,#ffffff 141px,#ebf7fc 141px,#ebf7fc 100%) no-repeat; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0096c1 0%,#0096c1 46px,#ffffff 46px,#ffffff 137px,#ebf7fc 137px,#ebf7fc 100%) no-repeat; /* IE10+ */
/*background: linear-gradient(to bottom,  #0096c1 0%,#0096c1 49px,#ffffff 46px,#ffffff 141px,#ebf7fc 137px,#ebf7fc 100%);*/ /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096c1', endColorstr='#ebf7fc',GradientType=0 ) no-repeat; /* IE6-8 */
}

.header_topbar{height:46px; width:100%; display:block; background:#0096c1}
.add_admin_leftbar{ width:240px; float:left; background:rgba(65,64,66,0.9); padding:0; }
.add_admin_leftbar .leftbar_content{ position:relative; z-index: 10}
.add_admin_leftbar .logo-cover{ background: #2b2b2b; height: 46px; padding-left: 20px;width: 240px;}
.add_admin_leftbar .logo-cover .sprite{top:-4989px;}

.add_admin_content{float:left;position:relative; padding-bottom:110px;}
.add_admin_toplink{width:720px;/* background:#0096c1; */height:46px;}
.add_admin_content .logout_btn:hover,.add_admin_content .logout_btn:focus{background:#006793}
.add_admin_content .logout_btn .logout_ico{  height:22px;  width:15px;top: 0; right:5px;overflow: hidden;}
.add_admin_content .logout_btn .logout_ico .sprite{top:-5297px; position:relative;}
  

.add_admin_content .nameof_user{font-size:13px; color:#fff; position:relative; float:right; width:150px; line-height:46px; font-weight:normal;  padding-left:29px;}
.add_admin_content .nameof_user .nameof_user_ico{  height:26px;  width:29px;top: 10px; left:0px;overflow: hidden;}
.add_admin_content .nameof_user .nameof_user_ico .sprite{top:-5146px; position:relative;}

.add_admin_form_content{margin-left:20px; width:700px;}
.add_admin_form_content .add_admin_label{font-size:18px; width:700px; color:#414042; position:relative;font-weight:normal; line-height:18px; border-bottom:1px solid #d8d8d8;  padding-left:36px; margin:23px 0 0px 0px; padding-bottom:24px; font-family:"Ubuntu Medium"}
.add_admin_form_content .add_admin_label .add_admin_label_ico{  height:28px;  width:28px;top:-5px; left:0px;overflow: hidden;}
.add_admin_form_content .add_admin_label .add_admin_label_ico .sprite{top:-5099px; position:relative;}
.add_admin_form_content p{ font-size:16px; line-height:16px; margin-top:19px;}

.add_admin_form_content .personal-details-form-content{width:720px; margin:24px 0 0 0px;}
.add_admin_form_content  .personal-details-entry {margin-top:12px; padding-left:15px;padding-right:15px;}
.add_admin_form_content  .personal-details-entry label{font-weight:normal;line-height:16px; margin-bottom:17px;}
.add_admin_form_content  .personal-details-entry .form-control,.add_admin_form_content  .personal-details-entry .dropdown-menu{width:100%;}
.add_admin_form_content  .personal-details-entry .form-control:disabled{background: #d7eef4;border: 0px;box-shadow: none;color: #414042;}
.add_admin_form_content  .form-footer p{font-size:14px; margin-top:49px; padding-left:15px;}
.add_admin_form_content  .form-footer .admin_blue_btn,.popup .admin_blue_btn{background:#0096c1; color:#fff;}
.add_admin_form_content  .form-footer .admin_blue_btn:hover,.add_admin_form_content  .form-footer .admin_blue_btn:focus,.popup .admin_blue_btn:hover,.popup .admin_blue_btn:focus{background:#007faa;}
.add_admin_form_content  .form-footer .add-admin-ico,.popup .admin_blue_btn .add-admin-ico{height: 25px;width: 28px;top: 5px;right: 10px;overflow: hidden;}
.add_admin_form_content  .form-footer .add-admin-ico .sprite,.popup .admin_blue_btn .add-admin-ico .sprite{position: relative; left: 0; top: -5497px;}

.add_admin_form_content  .form-footer .added_btn,.add_admin_form_content  .form-footer .added_btn:hover{background:#049b04; color:#fff;}
.add_admin_form_content  .form-footer .added_btn .add-admin-ico .sprite{top: -5696px;}

.add_admin_form_content  .form-footer .cancel_btn,.popup .cancel_btn,.popup .complete-booking-btn,.popup .ok-btn ,.popup .confirm-yes-unlock{ float: right;height: 38px;margin-top: 41px;position: relative;text-align: left;text-transform: uppercase;width:140px;background:#d7eef4;}
.add_admin_form_content  .form-footer .cancel_btn .add-admin-ico,.popup .cancel_btn .add-admin-ico{height: 25px;width:15px;top: 4px;right: 10px;overflow: hidden;transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);}
.add_admin_form_content  .form-footer .cancel_btn .add-admin-ico .sprite,.popup .cancel_btn .add-admin-ico .sprite{position: relative; left: 0; top: -388px;}
.add_admin_form_content  .form-footer .cancel_btn:hover,.add_admin_form_content  .form-footer .cancel_btn:focus,.popup .cancel_btn:hover,.popup .cancel_btn:focus,.popup .details-submit-btn1{background:#c6dfe5}

.add_admin_form_content .error-msg{margin-top:17px; margin-bottom:-8px;}

.add_admin_leftbar .menu_label{font-size:16px; color:#fff; text-transform:uppercase; position:relative;font-weight:normal; line-height:16px; font-family:"Ubuntu Medium"; margin-top:38px; margin-bottom:38px; margin-left:20px; padding-left:35px; display: block; width: 90px; text-decoration: none;}
.add_admin_leftbar .menu_label .menu_label_ico{  height:28px;  width:28px;top:-5px; left:0px;overflow: hidden;}
.add_admin_leftbar .menu_label .menu_label_ico .sprite{top:-8445px; position:relative;}
.add_admin_leftbar .menu_label:hover .menu_label_ico .sprite{top:-8495px;}
.add_admin_leftbar .menu_label.selected .menu_label_ico .sprite{top:-8246px; left: 4px;}
.add_admin_leftbar .menu_label.selected:hover .menu_label_ico .sprite{top:-8296px; left: 4px;}

.add_admin_leftbar .add_addmin_left_label{font-size:18px; color:#fff; position:relative;font-weight:normal;line-height:18px;padding-top:24px; padding-bottom:23px;  padding-left:53px; margin-bottom: 0; margin-top: 0; text-decoration: none; display: block;}
.add_admin_leftbar .add_addmin_left_label.active{ background:#0096c1; }
.add_admin_leftbar .add_addmin_left_label:hover,.add_admin_leftbar .add_addmin_left_label:focus{background: #007faa}
.add_admin_leftbar .add_addmin_left_label .add_addmin_left_label_ico{  height:28px;  width:28px;top:18px; left:20px;overflow: hidden;}
.add_admin_leftbar .add_addmin_left_label .add_addmin_left_label_ico .sprite{top:-4898px; position:relative;}
.add_admin_leftbar .candidate_search_left_label .candidate_search_left_label_ico{  height:28px;  width:28px;top:18px; left:20px;overflow: hidden;}
.add_admin_leftbar .candidate_search_left_label .candidate_search_left_label_ico .sprite{top:-10899px; position:relative;}

ul.left_menu,ul.left_menu li{margin:0px; padding:0px; list-style:none;}

.add_admin_leftbar .left_menu_links{font-size:18px; color:#fff; position:relative;font-weight:normal; line-height:35px;padding-left:53px; width:100%; display:block; text-decoration:none;}
.add_admin_leftbar .left_menu_links .left_menu_links_ico{display:none}
.add_admin_leftbar li.active a,.add_admin_leftbar li:hover a{background:#515151}
.add_admin_leftbar li.active .left_menu_links .left_menu_links_ico,.add_admin_leftbar li:hover .left_menu_links .left_menu_links_ico{  height:16px;  width:7px;top:10px; right:12px;overflow: hidden; display:block;}
.add_admin_leftbar li.active .left_menu_links .left_menu_links_ico .sprite,.add_admin_leftbar li:hover .left_menu_links .left_menu_links_ico .sprite{top:-4947px; position:relative;}

.popup .cancel_btn { margin-right:20px; margin-top:35px;}
.popup .admin_blue_btn{width:140px; margin-top:35px;}
.popup .admin_blue_btn .add-admin-ico{  transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);height:25px; width:15px;top:4px}
.popup .admin_blue_btn .add-admin-ico .sprite{top:-690px}
.overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.7);transition: opacity 500ms;visibility: hidden;opacity: 0; z-index:100;}
.overlay.show { visibility: visible;opacity: 1;}
.popup {
  margin: 150px auto;
  padding: 20px;
  background: #fff;
  width: 536px; height:185px;box-shadow: 0px 0px 10px #000;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  color: #0096c1; font-size:26px; line-height:26px; margin-top:4px;
}
.popup p{font-size:14px; line-height:14px; margin-top:19px;max-width:300px;word-wrap:break-word;}
.popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  transition: all 200ms;
  font-size: 36px; line-height:22px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #ddd;
}

/********* add admin page ends   *************/
.booking_success_mobile{display:none;}
@media (min-width: 300px) and (max-width: 767px) {
body.adminpage .logo-cover .sprite{left:0px}

.booking-img.success-booking-img, .booking-img.failure-booking-img{ margin-top:0px;}
.booking-img.success-booking-img .sprite {top: -3644px;position: relative;left: -14px;}
.booking-img.failure-booking-img .sprite {top: -3344px;position: relative;left: -14px;}

.booking_success_mobile{display:block;}
.booking_success_desktop,.booking_success_wrapper .personal-details-heading{display:none;}
.booking_success_wrapper .thankyou_msg h3,.booking_success_wrapper.failure_wrapper .thankyou_msg h3{  text-align: center; margin-top:35px; font-size: 16px;  width: 268px;  padding: 0px;}
.booking_success_wrapper .thankyou_msg h3 span.thanks-ico{top:-37px; left:45%;}
.booking_success_wrapper.failure_wrapper .thankyou_msg h3 span.thanks-ico{top:-48px; left:45%;}
.booking_success_wrapper .thankyou_msg p {text-align: center;font-size: 21px;font-weight: normal;color: #414042;width: 233px; line-height:25px;margin:33px auto 0;}
.booking_success_wrapper .thankyou_msg .print_receipt_section{text-align:center; width:233px; margin:0px auto; line-height:18px; margin-top:30px;}
.booking_success_wrapper .thankyou_msg .print_receipt_section a{float:none; display:block; line-height:25px;margin:13px auto 0; width:108px;}
.booking_success_wrapper .summary-wrapper{margin:0px;}
.exam-details-summary .personal-details-summary-header.booking_success_mobile{padding-bottom:10px; margin-top:0;border-bottom:1px solid #eaeaea; margin-bottom:0px}
.exam-details-summary .personal-details-summary-header{margin-top:30px;}
.booking_success_wrapper .personal-details-summary{margin-top:35px;border:0px}
.booking_success_wrapper .exam-price-summary-wrapper{margin-top:0;}
}

/***************** AdminPanel CSS ends *********************/


/****** Top Navigation  ****/
.top_nav_wrapper .container.main-content-wrapper{top:0px;}
.top_nav_wrapper{background:rgba(255,255,255,0.9);width:100%; z-index:99; position: relative}
.top_nav_wrapper.brdr_btm{border-bottom:1px solid #eaeaea;}
.cover-img.location_cover_img{background-position:82% 40px; height:296px;}
.top_nav_wrapper .logo-cover{height:60px; margin:15px 65px 15px 0; float:left; width:168px;}
.top_nav_wrapper .logo-cover .sprite{top:-8850px; pointer-events:none;}
span.tagline{font-size:18px; line-height:86px;font-family:"Ubuntu Light";}
.phone_number{width:100%; margin:0px;}
.phone_number a{  position:relative; line-height:40px; font-size:21px; color:#414042; float:right; text-decoration:none; padding-left:25px; cursor: pointer;}
.phone_number a span.phone-ico{width:18px; height:18px;  top:11px;left: 0;overflow: hidden;display: block;}
.phone_number a span.instagram-ico{width:25px; height:31px;  top:-3px;left: -15px;overflow: hidden;display: block;} /*icon TS-1483 instagram-ico*/
.phone_number a span.youtube-ico{width:25px; height:31px;  top:-3px;left: -45px;overflow: hidden;display: block;} 
.phone_number a span.facebook-ico{width:25px; height:31px;  top:-3px;left: -75px;overflow: hidden;display: block;}
.phone_number a span.twitter-ico{width:25px; height:31px;  top:-3px;left: -105px;overflow: hidden;display: block;}
.phone_number a span.phone-ico .sprite {position: relative;top: -6250px;}
.top_nav_left{width:425px; float:left; z-index: 10; position: relative;}
.navbar-nav{float:right; margin:23px 0 21px;}
.navbar-nav li a{font-size:14px;font-family:"Ubuntu Medium"; text-transform:uppercase; color:#414042; text-decoration:none; margin:0px; padding:12px 11px 10px 11px;}
.navbar-nav li.active a,.navbar-nav li:hover a{color:#0096c1; background:none;}
.navbar-nav li:last-child a{padding-right:0px;}
.navbar-nav li svg{position: absolute;right: -2px;top: 19px;}
@-moz-document url-prefix() {  .navbar-nav li svg{top:20px;}}

.navbar{border:none; margin:0px;}
.nav-collapse.collapse { display: block;visibility: visible;}

.top_nav_wrapper .desktop_header_hide{display: none}

.navbar-toggle{font-size:14px; color:#414042; width:77px; text-transform:uppercase; position:relative;font-weight:normal; line-height:14px; font-family:"Ubuntu Medium"; padding-right:35px; height:35px;}
.navbar-toggle .menu_label_ico{  height:28px;  width:77px;top:2px; right:0px;overflow: hidden;}
.navbar-toggle .menu_label_ico .sprite{top:-6294px; left:0px; position:relative;}
.nav-collapse.collapse .phone_number{display:none;}
.nav-collapse.collapse .social_icon{display:none;}
@media (min-width:768px) and (max-width:1000px) {
span.tagline{font-size:14px; line-height:14px;}
.top_nav_wrapper .top_nav_left{width:210px; margin-bottom:5px;}
.top_nav_wrapper .logo-cover{margin-bottom:5px;}
.navbar-nav{margin:32px 0 30px;}
.availability .svg-ico{padding-top: 3px;}
}

@media (max-width: 767px){
body.stopscroll{position:fixed}
.phone_number{display:none;}
.mobile_header_hide{display: none;}
.top_nav_wrapper.mobilemenu_open{position:fixed; width:100%; height:100%; z-index:999}
.top_nav_wrapper.mobilemenu_open .navbar-toggle .menu_label_ico .sprite{top:-6396px}
.cover-img{background-position:82% 0px; height:296px;}
span.tagline{font-size:14px; line-height:14px; margin:8px 0 14px 14px; float:left}
.top_nav_wrapper .top_nav_left{width:205px;}
.top_nav_wrapper .logo-cover{margin:13px 0 0 0px;float:float:left; height:37px;width:205px;}

.top_nav_wrapper .logo-cover{height:41px; margin:13px 0 0 0; float:left; width:126px; overflow: hidden}
.top_nav_wrapper .logo-cover .sprite{top:-9046px; width:4000px; height:15807.5px;}


.navbar-toggle{margin:13px 14px 0 0}
.nav-collapse.collapse {display: none;visibility: hidden;}
.nav-collapse.collapse.in {display:block;visibility: visible;overflow: auto;height: 400px;}
.top_nav_wrapper.mobilemenu_open .top_nav_left{display:none;}
.top_nav_wrapper.mobilemenu_open .navbar-nav li svg{display:none;}
.top_nav_wrapper.mobilemenu_open .navbar-nav{margin:95px auto 0; float:none; width:145px; border-bottom:1px solid #eaeaea;}
.top_nav_wrapper.mobilemenu_open .navbar-nav li a{padding:0px;font-size: 24px;line-height: 24px;font-weight: normal;margin-bottom: 30px;text-align: center;}
.nav-collapse.collapse.in .phone_number{display:block; float:none; width:145px; margin:30px auto 0; white-space: nowrap;}
.nav-collapse.collapse.in .social_icon{display:block; float:none; width:25px; margin:30px auto 0; white-space: nowrap;}
.nav-collapse.collapse.in .phone_number a{padding-left:0; padding-top:25px; line-height:21px; cursor: pointer;}
.nav-collapse.collapse.in .phone_number a span.phone-ico{top:0; left:44%;}
}

/* Admin table grid */
.admin_table_left{position:absolute;}
.add_admin_content.admin_table_content .add_admin_toplink{width:100%; margin-left:0}
.add_admin_content.admin_table_content .add_admin_form_content{width:100%; margin-left:0; padding-left:20px; position:relative;}
.add_admin_content.admin_table_content .add_admin_form_content .add_admin_label {border:0px;}
.add_admin_content.admin_table_content .table-bordered>tbody>tr>td{border:1px solid #d8d8d8; position:relative; white-space: nowrap;}
.add_admin_content.admin_table_content .table>thead>tr>th{border-bottom-width:1px; position:relative; white-space: nowrap;}
.add_admin_content.admin_table_content .table>thead>tr{background: #ddebf2}
.add_admin_content.admin_table_content .table.fixed-column{border:0px; border-top:1px solid #d8d8d8;}
.add_admin_content.admin_table_content .table-striped>tbody>tr:nth-of-type(even){background:#fff;}
.add_admin_content.admin_table_content .table-striped>tbody>tr:nth-of-type(odd){background:#ebf7fc;}
.add_admin_content.admin_table_content  .table tr th{font-weight:normal;font-family:"Ubuntu Medium"; min-width:140px;}
.add_admin_content.admin_table_content  .table tr th.email_field{min-width:300px;}
.add_admin_content.admin_table_content  .table tr th:first-child,.add_admin_content.admin_table_content  .table tr td:first-child,.add_admin_content.admin_table_content  .table.fixed-column tr th,.add_admin_content.admin_table_content  .table.fixed-column tr td{min-width:35px; }
.add_admin_content.admin_table_content  .table.fixed-column1 tr th,.add_admin_content.admin_table_content  .table.fixed-column1 tr td{ position:relative; min-width:131px; padding:0px 12px 0px 17px; text-align:left; border-left:0px; border-bottom:0px; border-right:0px;}
.add_admin_content.admin_table_content  .table tr th,.add_admin_content.admin_table_content  .table tr td{font-size:14px; line-height:48px; padding:0px 12px 0px 17px;}
.add_admin_content.admin_table_content  .table.fixed-column tr th.fixed-column-1,.add_admin_content.admin_table_content .table.fixed-column tr td.fixed-column-1 {width: 35px;}
.add_admin_content.admin_table_content  .table.fixed-column tr th.fixed-column-2,.add_admin_content.admin_table_content .table.fixed-column tr td.fixed-column-2 {width: 140px; text-align: left; padding:0px 12px 0px 17px; }
.add_admin_content.admin_table_content .admin_list_count{font-size:14px; color:#7a7a7a; margin-left:12px;}
.add_admin_content.admin_table_content .table .add-admin-ico{height: 15px;width: 11px;top:14px;right: 12px;overflow: hidden; cursor:pointer}
.add_admin_content.admin_table_content .table .add-admin-ico.sort_up{transform:rotate(180deg);top: 21px;}
.add_admin_content.admin_table_content .table .add-admin-ico .sprite{position: relative; left: 0; top: -7242px;}
.add_admin_content.admin_table_content .table .add-admin-ico.lock .sprite{position: relative; left: 0; top: -7195px;}


.table-responsive.inner_shadow .inner_shadow_div{width:5px; position:absolute; right:0px; top:67px; -webkit-box-shadow:inset -5px 0px 7px -5px rgba(216,216,216,1);-moz-box-shadow:inset -5px 0px 7px -5px rgba(216,216,216,1);box-shadow:inset -5px 0px 7px -5px rgba(216,216,216,1);}

.table-responsive>.fixed-column {position: absolute; display: inline-block; width: auto; left:20px; z-index:10}
.table-responsive>.fixed-column.right_shadow{-webkit-box-shadow: 5px 0px 7px -5px rgba(216,216,216,1);-moz-box-shadow: 5px 0px 7px -5px rgba(216,216,216,1);box-shadow: 5px 0px 7px -5px rgba(216,216,216,1); z-index:10}
.table-responsive>.fixed-column1 { position: absolute; display: inline-block; width: auto; left:55px;-webkit-box-shadow: 5px 0px 7px -5px rgba(216,216,216,1);-moz-box-shadow: 5px 0px 7px -5px rgba(216,216,216,1);box-shadow: 5px 0px 7px -5px rgba(216,216,216,1); z-index:10}



.admin_table_content .radio-input-details{padding: 0px; min-height: inherit; width: 100%; border-bottom: 0}
.admin_table_content .radio-input-details .radio-inline{padding: 0; width: 16px;}

/* Location page CSS starts */
.location_wrapper{width: 100%; margin-bottom: 340px; float: left;}
 .container.main-content-wrapper.location_content_wrapper{top:296px;} 
/* .container.main-content-wrapper.location_content_wrapper {
    top: 405px;
} */
.location_content_wrapper h2.sub-page-heading{color: #6a215f; line-height:26px; margin:48px 0 45px 0px; width: 100%; padding-right: 0px;}
.location_content_wrapper .search_exam_centre{background:#f6f5f7;border:1px solid #eaeaea; height: 80px; width:100%; float: left;}
.location_content_wrapper .search_exam_centre h3{font-size: 18px; color: #6a215f;font-weight:normal;font-family:"Ubuntu Medium";width: 248px; line-height: 80px; margin: 0px; white-space: nowrap}
.location_content_wrapper .search_exam_centre form{margin:19px 0; padding: 0;}
.location_content_wrapper .search_exam_centre form input{height:38px; line-height: 37px; font-size: 14px;}
.location_content_wrapper .search_exam_centre form input{line-height: 33px\0;}
.location_content_wrapper .search_exam_centre form input[type="text"]{color: #a7a9ac;border:1px solid #bfbebe; border-radius:2px;width: 300px; margin-right: 20px;
background-image: url('../images/UI-sprite.svg');background-position: 12px -5740px;background-repeat: no-repeat; background-size:4000px 15807.5px;
    padding-left: 38px;padding-top:2px;}
.location_content_wrapper .search_exam_centre form input[type="text"].error,.location_content_wrapper .search_exam_centre form input[type="text"]:focus{border:1px solid #0096c1;color:#414042; background:#fff; padding-left: 10px}
.location_content_wrapper .search_exam_centre form input[type="submit"]{color: #414042;border:1px solid #7a99ac; background:#b5c1cc; border-radius:2px;width:60px;text-align: center;line-height: 35px; height: 38px;}
.location_content_wrapper .search_exam_centre form input[type="submit"]:hover,.location_content_wrapper .search_exam_centre form input[type="submit"]:focus{background: #d3dce0;border-color:#f7a99ac;}
.location_content_wrapper .search_exam_centre .use_current_location{float: right; padding: 0; width: 188px; margin-right: 20px;}
.location_content_wrapper .search_exam_centre a.use_location_btn{position: relative; font-size: 14px; color: #0096c1; padding:0 0 0 37px; line-height:80px; text-decoration: none; }
.location_content_wrapper .search_exam_centre a.use_location_btn .location-ico{height:28px;overflow: hidden;left: 0;    top:25px;    width:28px;}
.location_content_wrapper .search_exam_centre a.use_location_btn .location-ico .sprite {position: relative;    top: -5900px;}
.location_content_wrapper .search_exam_centre a.use_location_btn:hover{color: #027dad;}
.location_content_wrapper .search_exam_centre a.use_location_btn:focus{box-shadow:none;}
.location_content_wrapper .search_exam_centre a.use_location_btn:hover .location-ico .sprite{top: -5950px}
.location_content_wrapper .search_exam_centre a.use_location_btn.findlocation .location-ico {
		animation-name: rotate;-webkit-animation-name: rotate;
		animation-duration: 1.5s;-webkit-animation-duration: 1.5s;
		animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;
		animation-timing-function: linear;-webkit-animation-timing-function: linear;
	}
@keyframes rotate { 
	0% {transform: rotate(0deg);-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
@-webkit-keyframes rotate { 
	0% {transform: rotate(0deg);-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);}
    100% { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg);}
}
.location_content_wrapper .map_wrapper{position: relative;width: 100%;float: left;}
.location_content_wrapper #map{width: 100%; height: 620px;}
.location_content_wrapper #side_bar{position:absolute;top: 20px; left: 20px; width: 300px; background: #fff; height: 572px; border-radius:2px 2px 2px 2px;-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25); }
.location_content_wrapper #side_bar h3{font-size: 18px; color: #6a215f;font-weight:normal;font-family:"Ubuntu Medium"; line-height: 54px;background: #f6f5f7; margin: 0; padding: 0 0 0 20px; border-radius:2px 2px 0 0px}
.location_content_wrapper #side_bar h3.btm_shadow{-webkit-box-shadow: 0px 5px 7px -5px rgba(216,216,216,1);-moz-box-shadow: 0px 5px 7px -5px rgba(216,216,216,1);box-shadow: 0px 5px 7px -5px rgba(216,216,216,1); z-index:10}
.location_content_wrapper #side_bar #side_bar_list{margin: 0; padding: 0; height:480px; overflow: auto; border-bottom:1px solid #eaeaea;-webkit-box-shadow:inset 0px -5px 7px -5px rgba(216,216,216,1); -moz-box-shadow:inset 0px -5px 7px -5px rgba(216,216,216,1);box-shadow: inset 0px -5px 7px -5px rgba(216,216,216,1); z-index:10 }

.location_content_wrapper #side_bar_list li{ border-bottom:1px solid #eaeaea; padding-top: 13px; cursor: pointer;}
.location_content_wrapper #side_bar_list li:hover,.location_content_wrapper #side_bar #side_bar_list li.active{background:#f6f5f7}

.location_content_wrapper #side_bar_list li .numberpin{float: left;width:31px; height:50px; margin:-3px 18px 0 11px; padding-top:6px; font-family:"Ubuntu Medium";font-size: 14px; text-align: center;background: url('../images/UI-sprite.svg');background-position:0px -10650px;background-repeat: no-repeat; background-size:4000px 15807.5px;}

.location_content_wrapper #side_bar_list li .location_detail{font-family:"Ubuntu Regular";float: left;width: 220px;font-size: 14px;line-height: 16.8px;color: #414042}
.location_content_wrapper #side_bar_list li .location_detail span{font-family:"Ubuntu Medium"; }
.location_content_wrapper #side_bar_list a{width: 90px; height:26px; line-height:24px; text-align:center; display:block; text-transform:uppercase; text-decoration:none; border-radius:2px;  font-size: 11px; color: #414042; background: #e0e0e0; border:1px solid #d1cfcf; float:left; margin: 18px 0}
.location_content_wrapper #side_bar_list a:hover{background: #f2f1f0;}
.location_content_wrapper #side_bar_list input#getExamDtl{ margin-left:12px; width: 90px;  height:26px; text-transform:uppercase;  border-radius:2px; line-height:23px; text-align:center; font-size: 11px; color: #fff; background: #6a215f; border:1px solid #3f0e3d; float:left; margin: 18px 0 18px 12px}
.location_content_wrapper #side_bar_list input#getExamDtl:hover{background: #7c477a;border:1px solid #441d40;}

.location_content_wrapper .map_pin_detail{margin: 0; padding:0; width: 220px;}
.location_content_wrapper .map_pin_detail li{border: none;}
.location_content_wrapper .map_pin_detail li:hover,.location_content_wrapper #side_bar #side_bar_list.map_pin_detail li.active{background:none}
.location_content_wrapper .map_pin_detail li .location_image{margin-top: 28px;}
.location_content_wrapper .map_pin_detail li .location_detail{float: left;width:203px;font-size: 13px;line-height: 16.8px;color: #414042; margin: 14px 0 14px 14px; font-family:"Ubuntu Regular";}
.location_content_wrapper .map_pin_detail li .location_detail span{font-family:"Ubuntu Medium";}
.location_content_wrapper .map_pin_detail a{width: 90px; height:26px; line-height:26px; text-align:center; text-transform:uppercase; display:block; text-decoration:none; border-radius:2px;  font-size: 11px; color: #414042; background: #e0e0e0; border:1px solid #d1cfcf; float:left; margin: 13px 0 0px}
.location_content_wrapper .map_pin_detail a:hover{background: #f2f1f0;}
.location_content_wrapper .map_pin_detail input#getExamDtl{ margin-left:12px; width: 90px;  height:26px; text-transform:uppercase;  border-radius:2px; line-height:23px; text-align:center; font-size: 11px; color: #fff; background: #6a215f; border:1px solid #3f0e3d; float:left; margin:  13px 0 0px 12px}
.location_content_wrapper .map_pin_detail input#getExamDtl:hover{background: #7c477a;border:1px solid #441d40;}
.location_content_wrapper #side_bar_list .error_location h3{font-size: 18px; color: #414042; margin:20px 0 15px 0; font-weight:normal;font-family:"Ubuntu Medium"; line-height: 18px; background: none }
.location_content_wrapper #side_bar_list .error_location p{font-size: 14px; color: #414042; margin-left: 20px;}
.location_content_wrapper .listViewMobile{display: none;}


@media (min-width:768px) and (max-width:990px) {
.location_content_wrapper .search_exam_centre form input[type="text"]{width: 170px; margin-right: 5px}
.footer_logo{width: 70% !important;}
.footer_links{width: 30% !important;}
}
@media (max-width: 767px){
	.location_wrapper{margin-bottom: 165px;}
	.container.main-content-wrapper.location_content_wrapper{top: 166px}
	.location_content_wrapper h2.sub-page-heading{padding-right: 15px; margin: 26px 0; line-height: 32px;}
	.cover-img.location_cover_img{background-position:0 0; height: 166px;background-image: url("../images/mobile-image.png");}
	.location_content_wrapper .search_exam_centre{height:170px;}
	.location_content_wrapper .search_exam_centre h3{line-height: 60px;}
	.location_content_wrapper .search_exam_centre form{margin: 0px;}
	.location_content_wrapper .search_exam_centre form input[type="text"]{width: 205px; margin-left: 15px; padding-left: 35px;}
	.location_content_wrapper .search_exam_centre a.use_location_btn{line-height: 70px}
	.location_content_wrapper .search_exam_centre .use_current_location{float:left; margin-left: 15px;line-height: 75px; }
	.location_content_wrapper .search_exam_centre a.use_location_btn .location-ico{top: 22px;} 
	.location_content_wrapper .map_wrapper{margin-top: 29px;}
	#side_bar_list .error_location{height:195px; }
/* 	.location_content_wrapper #map{display: none;} */
	
	.location_content_wrapper .listViewMobile{display:none; position: fixed; top:0; left:0; width: 100%;}
	.location_content_wrapper #side_bar{border-radius:0px;height: 100%;position: relative; top: 0; left: 0; width: 100%; box-shadow:none;}
	.location_content_wrapper #side_bar #side_bar_list{height: 100%;overflow: unset; padding-bottom: 38px;}
		
	.location_content_wrapper .listViewMobile{background:#fff; padding: 0; margin: 0; -webkit-box-shadow: 0px 5px 7px -5px rgba(216,216,216,1);-moz-box-shadow: 0px 5px 7px -5px rgba(216,216,216,1);box-shadow: 0px 5px 7px -5px rgba(216,216,216,1); z-index:10}
	.location_content_wrapper .listViewMobile .back_button {height: 41px; padding:0px; border-bottom:1px solid #eaeaea; width: 100%;}
	.location_content_wrapper .listViewMobile li:hover{background:none}
    .location_content_wrapper .listViewMobile li{ border-bottom:1px solid #eaeaea; padding-top: 13px;}
	.location_content_wrapper .listViewMobile li:hover,.location_content_wrapper #side_bar #side_bar_list li.active{background:#f6f5f7}
	.location_content_wrapper .listViewMobile li .numberpin{float: left;width:28px; height:48px; margin:-3px 18px 0 11px; padding-top:3px; font-family:"Ubuntu Medium";font-size: 14px; text-align: center;background-image: url('../images/UI-sprite.svg');background-position:0px -6050px;background-repeat: no-repeat; background-size:4000px 15807.5px;}
	.location_content_wrapper .listViewMobile li .location_detail{float: left;width: 220px;font-size: 14px;line-height: 16.8px;color: #414042}
	.location_content_wrapper .listViewMobile li .location_detail span{font-family:"Ubuntu Medium"; }
	.location_content_wrapper .listViewMobile a{width: 90px; height:26px; line-height:24px; text-align:center; display:block; text-transform:uppercase; text-decoration:none; border-radius:2px;  font-size: 11px; color: #414042; background: #e0e0e0; border:1px solid #d1cfcf; float:left; margin: 18px 0}
	.location_content_wrapper .listViewMobile a:hover{background: #f2f1f0;}
	.location_content_wrapper .listViewMobile input#getExamDtl{ margin-left:12px; width: 90px;  height:26px; text-transform:uppercase;  border-radius:2px; line-height:23px; text-align:center; font-size: 11px; color: #fff; background: #6a215f; border:1px solid #3f0e3d; float:left; margin: 18px 0 18px 12px}
	.location_content_wrapper .listViewMobile input#getExamDtl:hover{background: #7c477a;border:1px solid #441d40;}
	.location_content_wrapper .listViewMobile .back_button a{width: 66px; margin: 6px 0 6px 11px; position: relative; text-align: left; padding-left: 22px}
	.location_content_wrapper .listViewMobile .back_button a .back-ico{height:10px;overflow: hidden;left: 11px;    top:6.5px;    width:10px; float: left;}
	.location_content_wrapper .listViewMobile .back_button a .back-ico .sprite {position: relative;    top: -6000px;}
	
	.footer_links ul{float: left !important; width: 270px !important;}
	.footer_links ul li{width: 135px !important;}
	footer .logo-cover{width: 100% !important;}
	.footer_logo_link{height:auto !important;}
	footer .logo-cover .sprite{left: 0px !important;}
	footer span.tagline{font-size: 14px !important; line-height: 14px !important;  margin: 12px 0 0px !important;}
	.footer_logo_link.main_web_link {margin: 0 0 37px 0px !important;}
	.footer_links {padding: 0 !important;}
	.footer_logo_link{width: 226px !important; margin-bottom: 37px;}
}

/* Location page CSS ends */

.exam_search_maincontent_wrapper{width: 100%; float: left; margin-bottom:265px}
.exam_search_maincontent_wrapper.exam-selection-section-wrapper{margin-bottom: 160px}
/* Footer Starts */
.footer_links_wrapper{background-color: #f6f5f7;border-top:none !important; float: left;font-family: "Ubuntu Regular";padding-bottom: 60px;padding-top: 30px;width: 100%; padding: 37px 0; }
footer  .logo-cover{height:41px; margin:0; float:left; width:126px; overflow: hidden}
footer  .logo-cover .sprite{top:0; width:560px; height:auto;}
footer span.tagline{font-size:16px; line-height:41px;font-family:"Ubuntu Light"; color: #414042;}
.footer_logo{margin: 0px; padding: 0px;}
.footer_logo_link{text-decoration: none; display: block;width:auto; height: 40px; float: left; margin-right:30px }
.footer_logo_link:hover,.footer_logo_link:focus{color: #6b6b6b; text-decoration: none;}
.footer_logo_link:hover span.tagline{color: #6b6b6b;}
.footer_logo_link.main_web_link{margin-top: 37px;}
.footer_logo_link.main_web_link.mt-10{
	margin-top:10px !important;
}
.footer_logo_link .logo-cover{height:41px; margin:0; float:left; width:126px; overflow: hidden}
.footer_logo_link .logo-cover .sprite{top:-9150px; width:4000px; height:15807.5px; pointer-events:none; }
.footer_logo_link.main_web_link .logo-cover .sprite{top:-7449px; width:4000px; height: 15807.5px; pointer-events:none;}


.footer_links{margin-top: 10px;}
.footer_links ul{float:right; margin:0; width: 320px; padding: 0}
.footer_links ul li{list-style: none; width: 160px; float: left;height: 22.5px;}
.footer_links ul li a{font-size:12px; line-height:22.5px; text-transform:uppercase; color:#414042; text-decoration:none; margin:0px; padding:0;}
.footer_links ul li.active a,.footer_links ul li a:hover{color:#0096c1; background:none;}
.copy_right_wrapper{background-color: #e0e0e0;float: left;font-family: "Ubuntu Regular";width: 100%; height: 45px; line-height: 45px; font-size: 12px;}
.copy_right_wrapper p{margin: 0px}
/* Footer Ends */

/* OE-4 starts */
.whatexam_take{float: left;/*  width:700px; */ }
.exam-visa-list-wrapper .whatexam_take{width: 100%;}
.whatexam_take h4{ font-family: "Ubuntu Medium"; font-size: 18px; color: #6a215f; margin-top:41px; line-height: 18px; margin-left: 18px;}
.whatexam_take p{ font-size: 16px; color: #414042; margin-top:17px;margin-left: 18px;}
.whatexam_take p b{font-family: "Ubuntu Medium"; font-weight: normal;}
.exam_visa_header_wrapper{margin-top: 55px; margin-bottom: 26px;}
.exam-visa-list-row li.find_exam_button button{width: 138px; margin-right: 0; height: 31px; position: relative;}
.exam-visa-list-row:even li.find_exam_button button{width: 140px;}
.exam-visa-list-row li.exam_detail a,.whatexam_take p a{font-size: 16px; color: #0096c1; text-decoration: none;}
.exam-visa-list-row li.exam_detail a:hover,.whatexam_take p a:hover{color: #027dad;}
.exam-visa-list-row li.exam_detail a span{color: #414042; margin-left: 4px;}
.exam-visa-list-row li.visa_message{font-family: "Ubuntu Light";padding-left: 0 !important;}
.exam-visa-list-row li{font-size: 16px;}
/* ul.exam-list-row.exam-visa-list-row{padding: 0 20px !important;} */
/* ul.exam-list-row.exam-visa-list-row:nth-child(even){background-color:#f6f5f7; border: 1px solid #eaeaea;}
ul.exam-list-row.exam-visa-list-row:nth-child(odd){background-color:#ffffff; border: 0px}*/

p.cefr_abb{font-size: 14px; color: #414042; font-family: "Ubuntu Light"; margin: 40px 20px 60px; float: left; }
.exam_visa_header_wrapper.list-inline > li{padding-left: 0; padding-right: 0px;}
.exam_visa_message{font-size: 16px; color: #414042; font-family: "Ubuntu Light"; margin: 0 !important;
    padding: 0 !important;}
.exam-list-row.exam-visa-list-row li.exam-list-row-content h5{display: none; font-size:16px; color:#6a215f; width: 100%;font-family: "Ubuntu Medium";}
.exam-list-row.exam-visa-list-row .according_control{display: none;}
 .container.exam_visa_main_container{ top: 296px} 
/* .container.exam_visa_main_container{ top: 405px;} */
@media (min-width:980px){
.container.exam_visa_main_container{width: 980px; padding: 0;}
.exam_visa_header_wrapper li.exam-list-header-visa{line-height: 18px; width: 302px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam_visa_header_wrapper li.exam-list-header-cefr{line-height: 18px; width: 100px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam_visa_header_wrapper li.exam-list-header-skill{line-height: 18px; width: 174px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam_visa_header_wrapper li.exam-list-header-exam{line-height: 18px; width: 144px; margin-right: 20px; padding-left: 0px; padding-right: 0}	
.exam-list-row.exam-visa-list-row li{width:440px; margin: 0px;}
.exam-visa-list-row li{padding: 5px 0; font-size: 16px;}
.exam-visa-list-row li.visa_description{ width: 303px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam-visa-list-row li.cefr_level{ width: 100px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam-visa-list-row li.skill_required{ width: 174px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam-visa-list-row li.exam_detail{ width: 144px; margin-right: 20px; padding-left: 0px; padding-right: 0}
.exam-visa-list-row li.find_exam_button{margin-right:0; padding: 0; width: 135px; float: right;}

}


@media (min-width: 768px){
.exam-visa-list-row li.cefr_level{text-align : center}
.cefr_level{width: 22.22%; }
.skill_required{width: 44.45%; }
}

@media (min-width: 980px) and (max-width: 990px){
/* .exam-visa-list-row{padding-right: 0} */
}

@media (min-width: 768px) and (max-width: 990px){ 
.exam-visa-list-row li.find_exam_button button{margin-right: 25px;}
/* .exam-visa-list-row li.find_exam_button{margin-top: 0 !important;} */
}
@media (max-width: 767px){ 
	.whatexam_take{margin-bottom: 10px; margin-top: -20px; width: 100%;}
	.exam-visa-list-wrapper .whatexam_take{width: 100%;}
	.whatexam_take h4{margin-top: 0}
	.whatexam_take h4,.whatexam_take p{margin-left: 15px; margin-right: 15px;}
	.exam-list-wrapper.exam-visa-list-wrapper{margin: 0}
	.exam-list-wrapper.exam-visa-list-wrapper .exam-list-heading{margin: 24px 0}
	.container.main-content-wrapper.exam_visa_main_container{top: 166px;}
	.exam_visa_header_wrapper{display: none;}
	
	.exam-list-row.exam-visa-list-row li.exam-list-row-content h5{display: block; margin: 19px 0 7px 0}
	.exam-visa-list-row li.skill_required,.exam-visa-list-row li.exam_detail,.exam-visa-list-row li.find_exam_button,.exam-visa-list-row li.visa_message{display: none;}
	.exam-visa-list-row.mobile_open li.skill_required,.exam-visa-list-row.mobile_open li.exam_detail,.exam-visa-list-row.mobile_open li.find_exam_button,.exam-visa-list-row.mobile_open li.visa_message{display: block;}
	.exam-visa-list-row,ul.exam-visa-list-row:nth-child(2n){padding-top: 0px; padding-bottom: 19px;}
	.list-inline.exam-visa-list-row > li.exam-list-row-content{line-height: 20px;}
	.exam-list-row.exam-visa-list-row li.find_exam_button{padding: 0;margin-top: 12px}
	.exam-list-row.exam-visa-list-row .according_control{display:block; position:absolute;background-color: #b5c1cc;border: 1px solid #7a99ac;height: 31px; width: 31px; right: 14px; bottom: 14px; }
	.exam-list-row.exam-visa-list-row .result-select-btn.according_control.btn-selected{background-color: #527382;
    border: 1px solid #43616b;}
	.exam-list-row.exam-visa-list-row .result-select-btn.according_control.btn-selected .custom-select-ico{top: 5px;
    transform: rotate(180deg);-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		right: 9px;}
	.exam-list-row.exam-visa-list-row .result-select-btn.according_control.btn-selected .custom-select-ico .sprite{top: -688px;}
	p.cefr_abb{font-size: 12px; margin: 30px 20px 40px; width: 220px;}
	.exam-visa-list-row li.visa_message{margin-top: 14px; padding-left: 0}
	.exam_visa_main_wrapper{margin-bottom: 166px;}
	.exam-list-row-content{padding-left: 0px;}
}


/* OE-4 ends */
.debuginfo { display: none; font-size: 11px;}

/* OE-607 Starts */
.book-exam-wrapper.suite1{ border-top:0px;
-webkit-box-shadow: inset 0px 3px 4px -2px rgba(196,196,196,0.75);
-moz-box-shadow: inset 0px 3px 4px -2px rgba(196,196,196,0.75);
box-shadow: inset 0px 3px 4px -2px rgba(196,196,196,0.75);}
/* SELT-51 changed height to auto */
.book-exam-wrapper .booking-time-wrapper{padding-left: 20px; height: auto;}
.book-exam-wrapper .alert{margin-bottom: 0}
.book-exam-wrapper label.booking-info{width: 250px;float: left; padding: 0; margin: 26px 0px; font-size:16px;}
.book-exam-wrapper label.booking-info-failsafe{width: 250px;float: left; padding: 0; margin: 26px 0px; font-size:16px;}			/*SELT - 52*/
.book-exam-wrapper .radio-examtime-details{width: 160px;float: left; margin: 0px; padding: 0px; height: 18px; line-height: 18px; margin: 27px 0 25px;}
.book-exam-wrapper .book-btn-wrapper{/* width: 158px; */ padding: 21px 0px 0 0}
.book-exam-wrapper .radio-examtime-details .radio-inline{padding: 0}

.book-exam-wrapper .radio-examtime-details .custom-radio{width: 22px; height: 23px;float: left; margin-right: 8px; top: -1px}
.book-exam-wrapper .radio-examtime-details .custom-radio .sprite{top: -7850px; left: 0}
.book-exam-wrapper .radio-examtime-details .custom-radio.selected .sprite{top: -7800px; left: 0}
.book-exam-wrapper .radio-examtime-details .custom-radio.radio_error .sprite{top: -7900px; left: 0}
.book-exam-wrapper .radio-examtime-details span.time_label{line-height: 18px; height: 18px;float: left; color: #414042}
.book-exam-wrapper .radio-examtime-details .custom-radio.s3_radio .sprite{top: -7849px; left: 0}
.book-exam-wrapper .radio-examtime-details .custom-radio.s3_radio.selected .sprite{top: -7799px; left: 0}
.book-exam-wrapper .radio-examtime-details .custom-radio.s3_radio.radio_error .sprite{top: -7899px; left: 0}

/* Ie fix */
.book-exam-wrapper .radio-examtime-details .custom-radio{width: 24px\0; height: 24px\0;}
.book-exam-wrapper .radio-examtime-details .custom-radio .sprite{top: -7849px\0; left: 1px\0}
.book-exam-wrapper .radio-examtime-details .custom-radio.selected .sprite{top: -7799px\0; left: 1px\0}
.book-exam-wrapper .radio-examtime-details .custom-radio.radio_error .sprite{top: -7899px\0; left: 1px\0}


/* .book-exam-wrapper .radio-examtime-details .custom-radio{ display:none;}
.book-exam-wrapper .radio-examtime-details span.time_label{line-height: 18px; height: 18px;float: left; color: #414042}
.book-exam-wrapper .radio-examtime-details .radio-button + span.time_label:before{content: '';width: 22px; height: 22px;float: left; margin-right: 8px; top: -1px;
background: url('../images/UI-sprite.svg');background-position:0px -7850px;background-repeat: no-repeat; background-size:4000px 15807.5px; display: inline-block; }
.book-exam-wrapper .radio-examtime-details .radio-button:checked + span.time_label:before{background: url('../images/UI-sprite.svg');background-position:0px -7800px;background-repeat: no-repeat; background-size:4000px 15807.5px;}
.book-exam-wrapper .radio-examtime-details .radio-button.radio_error + span.time_label:before{background: url('../images/UI-sprite.svg');background-position:0px -7900px;background-repeat: no-repeat; background-size:4000px 15807.5px;}
 */



@media (min-width: 990px) and (max-width: 1199px){
	.book-exam-wrapper label.booking-info{width:310px;}
	.book-exam-wrapper label.booking-info-failsafe{width:310px;}			/* SELT - 52  */
	.book-exam-wrapper .radio-examtime-details{width: 150px;}
	/* .exam-availability .book-btn{margin-right: 3px; left: -1px;} */
	 ul.exam-list-row:nth-child(even){border-right:1px solid transparent}
	 /* ul.exam-list-row{height: 137px !important;} */
	 .facetoface{margin-right: -30px;}
	 .category-inner-rows{width:65% !important;}
}

@media (min-width: 768px) and (max-width: 989px){ 
.book-exam-wrapper{padding-bottom: 0}
.book-exam-wrapper label.booking-info{width: 100%; margin: 20px 0 0}
.book-exam-wrapper label.booking-info-failsafe{width: 100%; margin: 20px 0 0}		/* SELT - 52 */
.book-exam-wrapper .booking-time-wrapper,.current-exam-wrapper .book-exam-wrapper{height: auto;}

}
@media (max-width: 767px){ 
.book-exam-wrapper label.booking-info{margin: 25px 0 0; width: 100%;}
.book-exam-wrapper label.booking-info-failsafe{margin: 25px 0 0; width: 100%;}		/* SELT - 52 */
.book-exam-wrapper label.booking-info-failsafe,.book-exam-wrapper .radio-examtime-details span.time_label{font-size: 16px;}		/* SELT - 52 */
.book-exam-wrapper .radio-examtime-details{margin: 25px 0 0;width: 100%;}
.book-exam-wrapper .book-btn-wrapper{padding: 25px 0px 25px}
.book-exam-wrapper .booking-time-wrapper{padding-left: 14px;padding-right: 14px;}
.book-exam-wrapper .booking-time-wrapper{height: auto; padding-bottom: 20px;}
#processing_image .processing_wrapper .processing_img{margin: 40% auto;}
.book-exam-wrapper label.booking-info,.book-exam-wrapper .radio-examtime-details span.time_label{font-size: 16px;}
.book-exam-wrapper label.booking-info-failsafe,.book-exam-wrapper .radio-examtime-details span.time_label{font-size: 16px;}		/* SELT - 52 */
.booking_success_wrapper.processing_wrapper .personal-details-heading{display: block}
.booking_success_wrapper.processing_wrapper .thankyou_msg h3{font-size: 21px;}
.booking_success_wrapper.processing_wrapper .thankyou_msg p{font-size: 16px;}
.category-inner-rows ul{border-bottom: none !important;}
}

/* OE-607 ends */

/* OE-788 starts */
.leftmenu_taggle{display: none;}
.add_admin_leftbar.admin_table_left{ z-index: 99}
.add_admin_leftbar.admin_table_left.fullheight{ height: auto !important;  z-index: 99}

.add_addmin_left_label.exam_session_left_label .add_addmin_left_label_ico .sprite{top: -8398px}


.exam_sessions_content .exam_session_search{border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8; padding:16px 0 28px;}
.exam_session_search h5{margin: 0; padding: 0; font-size: 18px; color: #414042;font-family: "Ubuntu Medium";}
.exam_sessions_content .exam_session_label .add_admin_label_ico .sprite{top:-7949px}
.exam_session_search ul{margin: 0px; padding:  0px}
.exam_session_search ul li{float: left; list-style: none; margin: 0px; padding: 0; font-size: 14px; width: 100%; }
.exam_session_search ul li label{font-size: 14px; color: #7a7a7a; text-shadow: none; font-weight:normal; margin-top: 26px;}
.exam_session_search ul li label span{color: #414042}
.exam_session_search ul li.exam_type_content{width: 134px;}
.exam_session_search ul li.exam_date_content{width: 220px; margin-right:20px;}
.exam_session_search ul li.exam_centre_content{width: 220px; margin-right:76px;}
.exam_session_search ul li.exam_date_content label.exam-form-label{margin-top:16px}
.exam_session_search ul li.exam_display_content{width: 296px;}
.exam_session_search ul li input[type="radio"]{margin:0; margin-right: 8px; }
.exam_session_search ul li.exam_type_content label,.exam_session_search ul li.exam_display_content label{margin-bottom: 28px;}
.exam_session_search ul li.exam_date_content label,.exam_session_search ul li.exam_centre_content label{margin-bottom: 16px;}
.exam_session_search ul li.exam_date_content label.exam_centre{margin-top: 14px;}
.exam_session_search ul li div{line-height: 14px;}
.exam_session_search ul li .examtype_all,.exam_session_search ul li .examtype_gese,.exam_session_search ul li .examVisible,.exam_session_search ul li .allVisible{margin-bottom: 28px;}
.exam_session_search ul.dropdown-menu{max-height: 275px; padding: 3px 0}
.exam_session_search ul li.exam_type_content label.radio-inline,.exam_session_search ul li.exam_display_content label.radio-inline{margin:-22px 0 0 0px; padding: 0; height: 14px;}
.exam_session_search .custom-radio .sprite{top:-8048px}
.exam_session_search .custom-radio.selected .sprite{top:-7998px}

.exam_session_search ul li a.reset_filrer_btn{text-align:right; bottom:26px; margin-bottom:-26px; width:118px;position:relative;float:right; border:1px solid #d8d8d8; background:#d7eef4; border-radius:2px 2px 2px 2px; text-decoration:none; margin-left:8px; padding-top:0px; padding-bottom:0px; line-height:29px;color:#414042; height:30px; }
.exam_session_search ul li a.reset_filrer_btn .add-admin-ico .sprite{position: relative; left:0px; top: -8193px;}
.exam_session_search ul li a.reset_filrer_btn .add-admin-ico{height: 25px;width:15px;top: 1px;left:8px;overflow: hidden;}
.exam_session_search ul li a.reset_filrer_btn:focus,.exam_session_search ul li a.reset_filrer_btn:hover{border:1px solid #cecece; background:#c6dfe5; color:#414042; outline:none}

.exam_sessions_content .add_admin_label.result_label{padding-left: 0; float: left;}

.exam_sessions_content .exam_session_btn_area .admin_blue_btn{background:#0096c1; color:#fff;width: 140px; margin-top: 15px}
.exam_sessions_content .exam_session_btn_area .admin_blue_btn:hover,.exam_sessions_content .exam_session_btn_area .admin_blue_btn:focus{background:#007faa;}
.exam_sessions_content .exam_session_btn_area .add-admin-ico{height:15px;width: 25px;top: 3px;right:0px;overflow: hidden;transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);}
.exam_sessions_content .exam_session_btn_area .added_btn .add-admin-ico{height:25px;width: 25px;top: 5px; right:10px; transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);}
.exam_sessions_content .exam_session_btn_area .add-admin-ico .sprite{position: relative; left: 0; top: -694px;}

.exam_sessions_content .exam_session_btn_area .admin_blue_btn.details-submit-btn.added_btn,.exam_sessions_content .exam_session_btn_area .admin_blue_btn.details-submit-btn.added_btn:hover{background:#049b04; color:#fff;}
.exam_sessions_content .exam_session_btn_area .admin_blue_btn.details-submit-btn.added_btn .add-admin-ico .sprite{top: -5696px;}

.exam_sessions_content .exam_session_btn_area .cancel_btn{ float: right;height: 38px;margin-top:15px; margin-right:15px; position: relative;text-align: left;text-transform: uppercase;width:140px;background:#d7eef4;}
.exam_sessions_content .exam_session_btn_area .cancel_btn .add-admin-ico{height: 25px;width:15px;top: 4px;right: 10px;overflow: hidden;transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);}
.exam_sessions_content .exam_session_btn_area .cancel_btn .add-admin-ico .sprite{position: relative; left: 0; top: -388px;}
.exam_sessions_content .exam_session_btn_area .cancel_btn:hover,.exam_sessions_content .exam_session_btn_area .cancel_btn:focus{background:#c6dfe5}
.exam_sessions_content table.exam_session_table{margin-bottom: 0}
.exam_date_content .controls{border:1px solid #d8d8d8; border-radius:2px;}
.exam_date_content .controls:hover,.exam_date_content .controls:focus{border:1px solid #a7a9ac}
.exam_date_content .controls:hover label,.exam_date_content .controls:focus label{border-left:1px solid #a7a9ac}
.exam_date_content .controls #date-picker{box-shadow:none;font-size: 14px; font-weight: normal;font-family: "Ubuntu Regular"; text-shadow: none; height:29px; color: #414042}
.exam_date_content .controls label{background: #0096c1; border-left:1px solid #d8d8d8; height: 29px; width: 29px;}

.exam_date_content .controls .calender-ico .sprite{top: -8092px; left: 4px}
.exam_session_search ul li div.dropdown .custom-select-ico{width: 29px; height: 29px;background: #0096c1;right: 0; top:0px; border-left:1px solid #d8d8d8;}
 
.exam_session_search ul li div.dropdown:hover button,.exam_session_search ul li div.dropdown:focus button{border:1px solid #a7a9ac; box-shadow:none;}
.exam_session_search ul li div.dropdown:focus .custom-select-ico,.exam_session_search ul li div.dropdown:hover .custom-select-ico{border-left:1px solid #a7a9ac}
.exam_session_search ul li div.dropdown .custom-select-ico .sprite{left: 8px;top: -8138px;} 
.exam_session_search ul li div.dropdown .dropdown-toggle.btn-default,.exam_session_search ul li .dropdown-menu li a{font-family: "Ubuntu Regular";  font-weight: normal;}
.exam_session_search ul li div.dropdown .dropdown-toggle.btn-default.custom-select{padding:5px 12px 4px;}
.exam_session_search ul li div.open>.dropdown-toggle.btn-default,.exam_session_search ul li .btn-default:hover,.exam_session_search ul li .btn-default:focus{border:1px solid #a7a9ac; color: #414042;}
.exam_session_search ul li div.dropdown.open .custom-select-ico{top: 0; border-right:1px solid #a7a9ac; border-left: 0}
.exam_session_search input#date-picker::-webkit-input-placeholder {font-weight: normal}
.exam_session_search input#date-picker:-moz-placeholder {font-weight: normal }
.exam_session_search input#date-picker::-moz-placeholder {font-weight: normal }
.exam_session_search input#date-picker:-ms-input-placeholder {font-weight: normal }
.exam_session_search ul li .dropdown-menu li a:hover,.exam_session_search ul li .dropdown-menu li a:focus{background: none;color: #0096c1 !important;}
.exam_sessions_content .alert{margin-top: 10px;}
_:-ms-lang(x), .exam_session_search ul li div.dropdown .custom-select-ico {top: 1px;border-right:1px solid #d8d8d8; } 
_:-ms-lang(x), .exam_session_search ul li div.dropdown:hover .custom-select-ico{top: 1px; border-right:1px solid #a7a9ac;}
_:-ms-lang(x), .exam_session_search ul li div.open.dropdown .custom-select-ico{top: 1px; border-right:1px solid #a7a9ac;border-left:1px solid #a7a9ac;}	


/*.add_admin_content.admin_table_content .exam_session_table th.table_examtype,.add_admin_content.admin_table_content .exam_session_table td:first-child{min-width:120px !important; text-align: left !important; }
.add_admin_content.admin_table_content .exam_session_table th.table_examName{min-width: 120px !important;}
.add_admin_content.admin_table_content .exam_session_table th.table_examdate{min-width:280px;}
.add_admin_content.admin_table_content .exam_session_table th.table_examcentre{min-width:280px;}
.add_admin_content.admin_table_content .exam_session_table th.table_examdisplay{min-width:214px;} */
.add_admin_content.admin_table_content .table.exam_session_table .add-admin-ico{cursor: default;}



.add_admin_content.admin_table_content .exam_session_table td .display_check{ cursor:pointer; width: 23px; height: 16px; overflow: hidden;position: relative; margin:0 auto;}
.add_admin_content.admin_table_content .exam_session_table td .display_check.checked .sprite{top: -8549px; left: 0; position: relative;}
.add_admin_content.admin_table_content .exam_session_table td .display_check.checked:hover .sprite{top: -8599px; left: 0; position: relative;}
.add_admin_content.admin_table_content .exam_session_table td .display_check.unchecked .sprite{top: -8649px; left: 0; position: relative;}
.add_admin_content.admin_table_content .exam_session_table td .display_check.unchecked:hover .sprite{top: -8699px; left: 0; position: relative;}
/* OE-788 ends */

#processing_image.popup_open{background: rgba(255,255,255,0.7); z-index: 10; opacity:1; visibility: visible;position: fixed}

/* OE-878 Starts */
	
.resourse_main_content{float: left; width: 690px;}
.resourse_right_content{float: right;width: 240px; margin-left: 50px;}
/* .resourse_main_content .exam-list-heading{line-height: 19px;} */
.resourse_main_content .whatexam_take h4{line-height: 24px; margin-top:51px;}
.resourse_main_content .whatexam_take p{line-height: 22px;}
.resourse_main_content .exam-visa-list-row li a{font-size: 16px; color: #0096c1; text-decoration: none; display: block;}
.resourse_main_content .exam-visa-list-row li a:hover{color: #027dad;}
.resourse_main_content .exam-visa-list-row li.exam-list-header-exam.two_exam_resource{padding: 0; margin: -8px -13px -7px 0; width: 197px;}
.resourse_main_content .two_exam_resource a:last-child{border-top:1px solid #eaeaea}
.resourse_main_content .two_exam_resource a{line-height: 48px;}
.resourse_main_content .book-btn{position: relative; margin: 60px 0px}
.resourse_main_content .sub-page-heading .book-btn{position: relative; margin: 0px 0px; display: none}
.resourse_right_content .book-btn{position: relative; margin-bottom: 44px; margin-right: 0}
.resourse_right_content .prom_title{background: url("../images/Ad-block_1.png") no-repeat left top; background-size:240px 181px; position: relative;width: 240px; height: 181px;}
.resourse_right_content .prom_title h4{background: rgba(242,35,138,0.9);font-family: "Ubuntu Medium"; color: #fff; font-size: 18px; line-height: 44px; padding-left: 16px; position: absolute; top: 0; left: 0; margin: 0; width: 100%;}
.resourse_right_content .promo_text{background: #f6f5f7; padding: 16px; color: #414042; font-size: 14px;font-family: "Ubuntu Medium"; word-spacing: -1px;}
.resourse_right_content .promo_text h5{color: #f2238a; font-size: 14px; margin:0 0 12px 0;}
.resourse_right_content p.promoText{margin:0;}
.resourse_right_content .promo_text ul{margin: 0; padding: 0}
.resourse_right_content .promo_text ul li{list-style: none}
.resourse_right_content .promo_text .note{margin-top: 16px;}
@media (min-width:980px){
.resourse_main_content .exam_visa_header_wrapper{border:1px solid transprent;}	
.resourse_main_content .exam_visa_header_wrapper li.exam-list-header-visa,.resourse_main_content .exam-visa-list-row li.visa_description{width: 440px; margin-right: 20px;}
.resourse_main_content .exam_visa_header_wrapper li.exam-list-header-exam,.resourse_main_content .exam-visa-list-row li.exam-list-header-exam{width: 185px; margin-right: 0}
}
@media (min-width: 768px) and (max-width: 989px){
.resourse_right_content{margin-left: 0px; float:left; display: none }	
.resourse_main_content ul.exam-visa-list-row,.resourse_main_content ul.exam_visa_header_wrapper{padding-right: 0; } 
.resourse_main_content .exam-visa-list-row li.exam-list-header-exam.two_exam_resource{width: 215px;}
.resourse_main_content .sub-page-heading .book-btn{display: block;}	
}
@media (max-width:767px){
.resourse_main_content{float: left; width:100%;}
.resourse_right_content {float: left;margin: 0 0 50px 0;padding: 0 14px;width: 100%; display: none;}
.resourse_right_content .prom_title{background-size:100% 181px; width: 100%; }
.resourse_main_content .book-btn{position: relative; margin: 30px 14px 54px}
.resourse_main_content .sub-page-heading .book-btn{display: block;}
}	
/* OE-878 Ends */

/* OE-877 Help Page Starts */
.helpcontent{width:100% !important;}
.help_main_content{float: left; margin-bottom: 30px;width:610px; }
.help_main_content .whatexam_take h4{margin-bottom: 30px; margin-top: 51px;}
.help_main_content .qusetionList{margin-left: 18px; margin-top: 20px; }
.help_main_content .qusetionList h5{font-size: 20px; color: #6a215f; margin: 0 0 15px 0;padding: 0; line-height: 26px;}
.help_main_content .qusetionList h5 span{display: table-cell;}
.help_main_content .qusetionList h5 span.question_number{padding-right: 20px; }

.help_main_content .qusetionList p{ color:#414042; font-size: 16px; line-height: 22px; margin: 0; padding: 0 }
.help_main_content .qusetionList .question_answer{margin-bottom: 40px;}
.help_main_content .qusetionList .question_answer a{text-decoration: none; color:#0096c1; }
.help_main_content .qusetionList .question_answer a:hover{text-decoration: none; color:#027dad; }
.help_main_content .qusetionList .question_answer b{font-family: "Ubuntu Medium"; font-weight: normal}
.help_main_content .qusetionList .question_answer ul{margin: 0; padding: 0}
.help_main_content .qusetionList .question_answer ul li{color: #414042; line-height: 22px; margin: 10px 0 10px 18px}
.help_main_content .qusetionList .question_answer table{width: 610px; margin:20px 0 10px -18px;}
.help_main_content .qusetionList .question_answer table thead th{color:#6a215f; font-weight:normal;font-family: "Ubuntu Medium";font-size: 18px; min-height: 48px; line-height: 22px; padding: 13px 0 13px 0px; }
.help_main_content .qusetionList .question_answer table tbody tr:nth-child(odd) {background-color: #f6f5f7;border: 1px solid #eaeaea;}
.help_main_content .qusetionList .question_answer table tbody td{ color:#414042; font-weight:normal;font-size: 16px; min-height: 48px; line-height: 22px; padding: 13px 0 13px 0px; vertical-align: top; }
.help_main_content .qusetionList .question_answer table thead th:first-child,.help_main_content .qusetionList .question_answer table tbody td:first-child{padding-left: 20px;}
.help_right_content{float: left; margin-left: 50px; margin-bottom: 40px;width:320px; }
.help_right_content h4{ font-family: "Ubuntu Medium"; font-size: 18px; color: #6a215f; margin-top:77px; line-height: 18px;margin-bottom: 30px;}
.help_main_content .book-btn{position: relative; margin-right: 0}
.help_right_content .contactus_form{ position:relative; background: #f6f5f7;}
.help_right_content .contact_phone_number{margin: 0 0 25px 0}
.help_right_content .contact_phone_number a{  position:relative; line-height:65px; border-bottom:1px solid #eaeaea; display:block; margin:0 20px; font-size:21px; color:#414042;text-decoration:none; padding-left:25px; cursor: default;}
.help_right_content .contact_phone_number a span.phone-ico{width:18px; height:18px;  top:24px;left: 0;overflow: hidden;display: block;}
.help_right_content .contact_phone_number a span.phone-ico .sprite {position: relative;top: -6250px;}
.help_right_content .contactus_form .form-group{padding: 0px 20px 20px; margin: 0}
.help_right_content .contactus_form .error-msg{margin: 0px 20px 20px; width: auto;}
.help_right_content .contactus_form .error-msg .error_symbol_wrap{width:40px; }
.help_right_content .contactus_form .error-msg .error-label-all,.help_right_content .contactus_form .error-msg .error-label-mail{ width: 85% !important}
.help_right_content .contactus_form .error-msg .error-label,.help_right_content .contactus_form .error-msg .error-label-all,.help_right_content .contactus_form .error-msg .error-label-mail{margin-top: -1px; width: 68%;}
.help_right_content .contactus_form .form-group label{font-size: 16px; color: #414042; font-weight: normal; margin-bottom: 10px}
.help_right_content .contactus_form .form-group .form-control{height: 38px;}
.help_right_content .contactus_form .form-group textarea.form-control{height: 160px; resize:none;}
.help_right_content .contactus_form .require_notice{font-size: 14px; color: #414042; margin: 15px 0 20px;}
.help_right_content .contactus_form .result-select-btn{position: relative; text-transform:uppercase; color: #414042; float: right; margin-bottom: 20px}
.help_right_content .contactus_form .result-select-btn .custom-select-ico{ top:-4px; right:3px; transform: rotate(270deg);-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);}


.help_right_content #sending_image .sending_wrapper .sending_img{margin:20% auto; height:80px;  overflow: hidden;width:80px; position: relative;}
.help_right_content #sending_image .sending_wrapper .sending_img .sprite{top:-9450px;left: 0;position: relative;}
.help_right_content #sending_image.overlay{background: rgba(255,255,255,0.7); position: absolute; /*visibility: visible; opacity:1*/}


.help_right_content #sending_image .sending_wrapper .sending_img span.preloader_span{top: 30px;width: 80px; font-size: 14px;}
.help_right_content #sending_image .sending_wrapper .sending_img #preloader{width: 80px; height: 80px;}

/*.contactus_form_content{display: none;}*/

.contactTextDesc { color: #414042; }
.contactTextMain { margin-bottom:30px; }
.contactTextTitle { display:block; }
.contactPageTitle { margin: 0px 0px 45px -20px; }
@media (min-width: 768px){
	.setContentText{margin-left:30px;}
}

.help_right_content .contactus_form_success .request_sent_ico {  width: 32px;height:34px;overflow: hidden;left:0; right:0; margin: 0 auto;}
.help_right_content .contactus_form_success .request_sent_ico .sprite{top: -4149px;left: 0px;position: relative;}
.help_right_content .contactus_form_success{text-align: center; height: 718px; display: none }
.help_right_content .contactus_form_success h5{color: #049b04; font-size: 16px;margin-top:44px; padding-top: 36px; line-height: 16px;}
.help_right_content .contactus_form_success p{color: #414042; font-size: 16px;}
.help_right_content .contactus_form_success a{color: #414042; font-size: 11px; line-height: 29px; height: 29px; width: 89px; background: #e0e0e0; display: block; border:1px solid #d1cfcf; border-radius:2px; margin: 38px auto 0; text-decoration: none; text-transform: uppercase; }
.question_answer tr:last-child:nth-child(even){border-bottom:1px solid #eaeaea;}

.question_answer table tbody td hr{margin: 13px 6px 13px 0;border-top: 1px solid #eaeaea}
.question_answer table#exam_fee_table{width: 300px;}

@media (min-width: 768px) and (max-width: 989px){
.help_main_content{float: left; width:100%;}
.help_right_content {float: left;margin: 0 0 40px 0;padding: 0 14px;width: 100%;	}
.help_right_content .contactus_form_success{height: 246px;}
.contactPageTitle { margin: -25px 0px 45px -20px; }
}
@media (max-width:767px){
.help_main_content .book-btn{margin-top: -35px; }
.help_main_content{float: left; width:100%; margin-top: 65px; }
.help_right_content {float: left;margin: 90px 0 8px 0;padding: 0 14px;width: 100%;}
.help_main_content .qusetionList{margin: 0 14px;}
.help_main_content .qusetionList .question_answer table{width: 100%; margin-left: 0}
.help_main_content .qusetionList p{font-size: 15px;}
.help_main_content .qusetionList h5{font-size: 19px; line-height: 24px;	}
.help_main_content .qusetionList .question_answer table thead{display: none}
.help_main_content .qusetionList .question_answer table tbody tr{padding-bottom: 14px; display: block;}
.help_main_content .qusetionList .question_answer table tbody td,.help_main_content .qusetionList .question_answer table tbody td:first-child{display:block;font-size: 16px; min-height:auto; padding: 0 14px 0px; width: 100% !important; }
.help_main_content .qusetionList .question_answer table tbody td h5{color: #6a215f;font-family: "Ubuntu Medium";font-size: 16px;width: 100%; margin: 19px 0 7px; line-height: 16px;}
.question_answer table#exam_fee_table{width: 292px;}
.help_right_content .contactus_form_success{height: 246px;}
.help_right_content .contactus_form .error-msg{width: 92.2%}
.contactPageTitle { margin: -25px 0px 20px -15px; }
}
@media (max-width:340px){
.error-label{margin-top: 0}
.why_taking_exam_err .error-label{margin-top: 5px}
}

/* OE-877 Help page Ends */

/* OE-608 Bundle starts */

.booking-time-wrapper span.booking_number{width: 22px; height: 22px; background:#f2238a; border-radius:11px; line-height: 22px; font-size: 12px; color: #fff !important; margin-right: 11px; float: left;text-align: center; padding: 0 }
.booking-time-wrapper.add_budle_wrapper{border-top:1px solid #eaeaea;-webkit-box-shadow: none;-moz-box-shadow:none;box-shadow:none;}
.booking-time-wrapper.add_budle_wrapper .booking-info{width: 450px; margin: 24px 0px; color: #414042; font-size: 16px;float: left; line-height: 22px;}
.booking-time-wrapper.add_budle_wrapper .booking-info label{font-weight: normal; font-size: 16px;color: #6a215f;}
.booking-time-wrapper.add_budle_wrapper .booking-info a{color: #0096c1; font-size: 16px; font-family: "Ubuntu Medium"; text-decoration: none;} /*SELT-52 NEW UI CHANGES */
.booking-time-wrapper.add_budle_wrapper .booking-info a:hover{color: #027dad;}
.booking-time-wrapper.add_budle_wrapper .booking-info img{margin:-15px 15px -10px}
/*SELT - 52 START*/
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe{width: 450px; margin: 24px 0px; color: #414042; font-size: 16px;float: left; line-height: 22px;}
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe label{font-weight: normal; font-size: 16px;color: #6a215f;}
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe a{color: #0096c1; font-size: 16px; font-family: "Ubuntu Medium"; text-decoration: none;} /*SELT-52 NEW UI CHANGES */
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe a:hover{color: #027dad;}
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe img{margin:-15px 15px -10px}
/*SELT - 52 END*/
.booking-time-wrapper.add_budle_wrapper .bundle_price_add{float: left; }
.booking-time-wrapper.add_budle_wrapper .bundle_price_add span{float: left;font-size: 18px; color: #414042; margin:23px 0px;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add a{margin:23px 0 21px 15px; text-align:center;font-size: 11px; line-height: 23px; height: 25px; width: 88px; border-radius:2px;float:left; text-decoration: none; text-transform: uppercase;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add a.add{ color: #fff;  background: #6a215f; border:1px solid #441d40; }
.booking-time-wrapper.add_budle_wrapper .bundle_price_add a.add.remove{color: #414042; background: #e0e0e0; border:1px solid #d1cfcf;}
/*SELT - 52 START*/
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe{float: left; }
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe span{float: left;font-size: 18px; color: #414042; margin:23px 0px;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe a{margin:23px 0 21px 15px; text-align:center;font-size: 11px; line-height: 23px; height: 25px; width: 88px; border-radius:2px;float:left; text-decoration: none; text-transform: uppercase;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe a.add{ color: #fff;  background: #6a215f; border:1px solid #441d40; }
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe a.add.remove{color: #414042; background: #e0e0e0; border:1px solid #d1cfcf;}
/*SELT - 52 END*/

@media (min-width: 990px) and (max-width: 1199px){
	.book-exam-wrapper .book-btn-wrapper{margin-bottom: 20px; padding-top: 0}
	.booking-time-wrapper.add_budle_wrapper .book-btn-wrapper{margin: 22px 0px; padding: 0px !important;} 
	.book-exam-wrapper .book-btn-wrapper.no-bundles-div{margin-bottom: 20px; padding-top: 70px}
	.book-exam-wrapper .booking-time-wrapper,.current-exam-wrapper .book-exam-wrapper{height: auto;}
	.exam-list-wrapper .booking-time-wrapper .book-btn-wrapper{float:right;}	
}
@media (min-width: 768px) and (max-width: 989px){
	.book-exam-wrapper .book-btn-wrapper{margin-bottom: 20px; padding-top: 0}
	.booking-time-wrapper.add_budle_wrapper .book-btn-wrapper{margin: 22px 0px; padding: 0px !important;} 
	.book-exam-wrapper .book-btn-wrapper.no-bundles-div{margin-bottom: 20px; padding-top: 21px}
	/* .booking-time-wrapper.add_budle_wrapper .bundle_price_add{margin-right: 20px;float: right} 
	.current-exam-wrapper .booking-time-wrapper.add_budle_wrapper .bundle_price_add{margin-left: 11px; margin-right: 23px; float: right;}*/
}
@media (max-width:767px){
.booking-time-wrapper.add_budle_wrapper{padding-bottom: 0}
.booking-time-wrapper.add_budle_wrapper .booking-info{font-size: 14px; width: 100%; margin-bottom: 0px !important;}
.booking-time-wrapper.add_budle_wrapper .booking-info img{display: block; margin: 5px 33px;}
.booking-time-wrapper.add_budle_wrapper .booking-info a,.booking-time-wrapper.add_budle_wrapper .booking-info label{font-size: 16px; word-spacing: -1px;}
/*SELT - 52 START*/
.booking-time-wrapper.add_budle_wrapper{padding-bottom: 0}
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe{font-size: 14px; width: 100%; margin-bottom: 0px !important;}
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe img{display: block; margin: 5px 33px;}
.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe a,.booking-time-wrapper.add_budle_wrapper .booking-info-failsafe label{font-size: 16px; word-spacing: -1px;}
.booking-time-wrapper.add_budle_wrapper{padding-bottom: 0}
/*SELT - 52 END*/

.booking-time-wrapper.add_budle_wrapper .bundle_price_add{width: 143px;float:right;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add span{width: auto; text-align: left; line-height:28px; font-size: 16px;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add a{margin:26px 0; float: right;}	
/*SELT - 52 START*/
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe{width: 143px;float:right;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe span{width: auto; text-align: left; line-height:28px; font-size: 16px;}
.booking-time-wrapper.add_budle_wrapper .bundle_price_add_failsafe a{margin:26px 0; float: right;}	
/*SELT - 52 END*/
.booking-time-wrapper.add_budle_wrapper .succeed_text{margin-left: 33px;float: left;}
.book-exam-wrapper .book-btn-wrapper{width: 100%;}
.book-exam-wrapper .bundles-div .book-btn-wrapper{width: 100%; padding: 0px 0  25px;margin:0px;}
.book-exam-wrapper .bundles-div .book-btn-wrapper .btn.Continue-with-button{margin-right:0px !important;}    /*SELT- 52 ISE NEW UI CHANGES*/
.book-exam-wrapper .combine-booking-wrapper .book-btn-wrapper .btn.Continue-with-button-failsafe{margin-right:0px !important;}   /*SELT - 52 NEW UI CHANGES*/
.book-exam-wrapper .combine-booking-wrapper .book-btn-wrapper .btn.Continue-with-button{margin-right:0px !important;}   /*SELT - 52 NEW UI CHANGES*/
.current-exam-wrapper #current-exam .add_budle_wrapper .booking-info{  margin-bottom: 0px !important;}
.current-exam-wrapper #current-exam .add_budle_wrapper .booking-info-failsafe{  margin-bottom: 0px !important;}		/*SELT - 52*/
.current-exam-wrapper #current-exam .combine-booking-wrapper .book-btn-wrapper .btn.Continue-with-button-failsafe{margin-right:14px !important;}   /*SELT - 52 NEW UI CHANGES*/
.current-exam-wrapper #current-exam .combine-booking-wrapper .book-btn-wrapper .btn.Continue-with-button{margin-right:14px !important;}   /*SELT - 52 NEW UI CHANGES*/
.current-exam-wrapper #current-exam .add_budle_wrapper .book-btn-wrapper{width: auto;}
}
@media (max-width:325px){
	.booking-time-wrapper.add_budle_wrapper.bundles-div .booking-info a{font-size: 15px;}
	.booking-time-wrapper.add_budle_wrapper.bundles-div .booking-info-failsafe a{font-size: 15px;}		/*SELT - 52*/
}
/* OE-608 Bundle Ends */

.summary_main_wrapper .warning_msg{border:1px solid #efcc75 !important; height:auto; background: #f9ecb7 !important;color: #8a6d3b; font-size: 14px; margin-top: 0px !important; margin-bottom: 16px;}
.warning_msg .error-ico .sprite{top: -9699px;}
.warning_msg .error-label {margin-top:6px}
.warning_msg .close_btn{width: 16px; height: 16px;}

.warning_msg_age .warn_ico_age{display: table-cell; vertical-align: middle;}
.warning_msg.warning_msg_age .error-label {margin-top:0px;display: table-cell; vertical-align: middle;float: none; width:90%; line-height: 1.4em}
.warning_msg.warning_msg_age .close_btn{width: 16px; height: 16px; display: table-cell; vertical-align: middle; padding-left: 10px;}


.warning_msg .close-ico .sprite{top: -9795px;position: relative}
.warning_msg .close-ico{  position: relative;overflow: hidden; width: 17px; height: 24px;}
.warningMsg{margin:0 0 0 18px; font-size: 14px; color: #8a6d3b; margin-bottom: 20px; float: left}
.details-summary-wrapper .details-text .warning_span{background: #f9ecb7; color: #8a6d3b !important; text-decoration: none;pointer-events: none;  border:1px solid #efcc75; border-radius:2px; position:relative; padding: 4px 25px 4px 5px; width: auto; line-height:16px; display: inline-block;}
.details-summary-wrapper .details-text .warning_span .icon.close-ico{width: 17px; position: relative; overflow: hidden; height: 17px; float: right; margin-left:5px; position: absolute; right:3px; top:3px;}
.details-summary-wrapper .details-text .warning_span .icon.close-ico .sprite{top:-9749px; position: relative;}
@media (max-width:767px){
.warningMsg{margin-left: 0;}
.warning_msg .error-ico{width: 35px;}
.warning_msg .error-label{width: 80%; line-height: 15px; margin-top: 0}	
}
/* OE-609 Starts */
.personal-details-summary-header.mrgn_top{margin-top: 40px;}
.details-summary-wrapper.payment_summary_examprice{padding: 0 15px;}
.details-summary-wrapper.payment_summary_examprice .exam-price-wrapper{border:0px; height: 60px; line-height: 60px;}
.details-summary-wrapper.payment_summary_examprice .exam-price-wrapper .exam-price-label,
.details-summary-wrapper.payment_summary_examprice .exam-price-wrapper span.exam-price-summary{ line-height:60px; font-family: "Ubuntu Medium";font-size: 16px;}
.details-summary-wrapper.payment_summary_examprice .booking_bundle_summary_box{border-top:1px solid #d8d8d8;}
.details-summary-wrapper.payment_summary_examprice .booking-info{margin: 20px 0px 0; color: #414042; font-size: 16px;float: left;font-family: "Ubuntu Medium";font-size: 16px; }
.details-summary-wrapper.payment_summary_examprice .booking-info a{color: #0096c1; text-decoration: none; display: block; position: absolute; font-size:15px;}
.details-summary-wrapper.payment_summary_examprice .booking-info a:hover{color: #027dad;}
.details-summary-wrapper.payment_summary_examprice .booking-info img{margin-top: 30px;}
.details-summary-wrapper .bundle_price_add{float: right; width: 125px;font-family: "Ubuntu Medium";font-size: 16px; }
/*SELT - 52 START*/
.details-summary-wrapper .booking-info-failsafe{margin: 20px 0px 0; color: #414042; font-size: 16px;float: left;font-family: "Ubuntu Medium";font-size: 16px; }
.details-summary-wrapper .booking-info-failsafe a{color: #0096c1; text-decoration: none; display: block; position: absolute; font-size:15px;}
.details-summary-wrapper .booking-info-failsafe a:hover{color: #027dad;}
.details-summary-wrapper .booking-info-failsafe img{margin-top: 30px;}
/*SELT - 52 END*/
.details-summary-wrapper .bundle_price_add span{float: right;font-size: 16px; color: #414042; margin:20px 0px 0; line-height: 16px;}
.details-summary-wrapper .bundle_price_add a{margin:28px 0 ; text-align:center;font-size: 11px; line-height: 23px; height: 25px; width: 88px; border-radius:2px;float:right; text-decoration: none; text-transform: uppercase;}
.details-summary-wrapper .bundle_price_add a.add{ color: #fff;  background: #6a215f; border:1px solid #441d40; }
.details-summary-wrapper .bundle_price_add a.add.remove{color: #414042; background: #e0e0e0; border:1px solid #d1cfcf;}
/*SELT - 52 START*/
.details-summary-wrapper .bundle_price_add_failsafe{float: right; width: 80px;font-family: "Ubuntu Medium";font-size: 16px; }
.details-summary-wrapper .bundle_price_add_failsafe span{float: right;font-size: 16px; color: #414042; margin:20px 0px 0; line-height: 16px;}
.details-summary-wrapper .bundle_price_add_failsafe a{margin:28px 0 ; text-align:center;font-size: 11px; line-height: 23px; height: 25px; width: 88px; border-radius:2px;float:right; text-decoration: none; text-transform: uppercase;}
.details-summary-wrapper .bundle_price_add_failsafe a.add{ color: #fff;  background: #6a215f; border:1px solid #441d40; }
.details-summary-wrapper .bundle_price_add_failsafe a.add.remove{color: #414042; background: #e0e0e0; border:1px solid #d1cfcf;}
/*SELT - 52 END*/
.details-summary-wrapper.additional_services{padding: 0 15px; margin-top: 10px;}
.details-summary-wrapper.additional_services .heading_area{ height: 60px; line-height: 60px; border-bottom:1px solid #d8d8d8; font-size: 18px; color: #6a215f;}
.details-summary-wrapper.payment_summary_examprice .heading_area{ height: 60px; line-height: 60px; font-size: 18px; color: #6a215f; border-top:1px solid #d8d8d8;}
.additional_services .additional_services_content{ border-bottom:1px solid #d8d8d8; }
.additional_services .additional_services_content h5{float:left; font-size: 16px; line-height:16px; margin:20px 0 5px; color: #414042;}
.additional_services .additional_services_content h5 span.icon.close-ico{width: 32px; position: relative; overflow: hidden; height: 27px; float: left; top: -5px;}
.additional_services .additional_services_content h5 span.icon.close-ico .sprite{top:-9600px; position: relative;}
.additional_services .additional_services_content .additional_price{float:right; font-size: 16px;font-family: "Ubuntu Medium"; color: #414042; margin-top: 20px; line-height: 16px;}
.additional_services .additional_services_content .additional_services_des{ margin-bottom:17px; font-size: 14px;font-family: "Ubuntu Light"; color: #414042; line-height: 17px;}
.additional_services .additional_services_content .additional_services_bottomline{ font-size: 12px;font-family: "Ubuntu Light"; color: #414042; margin: 0}
.additional_services .additional_services_content .additional_services_bottomline a{color: #414042}
.additional_services .additional_services_content .additional_services_bottomline a:hover{color: #027dad}
.additional_services .additional_services_content h5.secure_delivery span.icon.close-ico{}
.additional_services .additional_services_content h5.secure_delivery span.icon.close-ico .sprite{top: -9651px}
.details-summary-wrapper .total_price h5{font-size: 16px; color: #414042;font-family: "Ubuntu Medium"; line-height: 16px; margin: 17px 0 19px; }
.details-summary-wrapper .price_detail{margin:0 0 12px 0 !important;}
.details-summary-wrapper .price_detail .price_name{float: left;font-size: 16px; color: #414042; line-height: 16px; width:calc(100% - 80px); }
.details-summary-wrapper .price_detail .price_amount{float: right;font-size: 16px; color: #414042;font-family: "Ubuntu Medium"; line-height: 16px; } 
.details-summary-wrapper .total_payable_price{margin:16px 0 28px; height:55px;font-size: 21px; color: #414042;font-family: "Ubuntu Medium"; line-height:55px; border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
.details-summary-wrapper .total_payable_price .totalprice_amount{float: right;color: #f2238a;}
.why_taking_exam{font-size: 16px;}
.why_taking_exam .warning_msg{width: 100%; margin-left: 0;}
.why_taking_exam p{margin: 22px 0 32px;line-height: 22px; padding: 0 ; width: 100%; float: left; }
.why_taking_exam .form-group.col-lg-12.personal-details-entry,.why_taking_exam  .form-group.col-md-12.personal-details-entry{margin: 0}
.why_taking_exam .form-group.col-lg-12.personal-details-entry .form-control,.why_taking_exam  .form-group.col-md-12.personal-details-entry .form-control{width: 100%; margin: 0; line-height: 31px;}
.why_taking_exam_err.error-msg{	margin-left: 0px; width: 100%;}
.why_taking_exam .form-group.col-lg-12.personal-details-entry.where_hear_trinity{margin-top: 15px;}
.required_note{margin:25px 0 70px;font-size: 14px;}
.required_note{}

.booking_success_wrapper .exam-price-summary-wrapper{margin: 0; padding:16px 0 0 0; border-top:1px solid #d8d8d8;}
.booking_success_wrapper .exam-price-summary-wrapper .total_price h5{font-size: 16px; color: #414042;font-family: "Ubuntu Medium"; line-height: 16px; margin: 17px 0 19px; }
.booking_success_wrapper .exam-price-summary-wrapper .price_detail{margin:0 0 12px 0;}
.booking_success_wrapper .exam-price-summary-wrapper .price_detail .price_name{float: left;font-size: 16px; color: #414042; line-height: 16px; }
.booking_success_wrapper .exam-price-summary-wrapper .exam-price-wrapper{border:0px;}
.booking_success_wrapper .exam-price-summary-wrapper .price_detail .price_amount{float: right;font-size: 16px; color: #414042;font-family: "Ubuntu Medium"; line-height: 16px; } 
.booking_success_wrapper .exam-price-summary-wrapper .total_payable_price{margin:16px 0 28px; height:55px;font-size: 21px; color: #414042;font-family: "Ubuntu Medium"; line-height:55px; border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
.booking_success_wrapper .exam-price-summary-wrapper .total_payable_price .totalprice_amount{float: right;color: #f2238a;}


.candt-address-wrapper .col-lg-12,.candt-address-wrapper .col-md-12,.candt-address-wrapper .col-sm-12,.candt-address-wrapper .col-xs-12{padding: 0}
.manual-address{color: #414042;display: block; margin-top: 39px;}
.candt-address-wrapper .manual_address_label{margin: -10px 0 0 0}
.enter_adress_label{margin: 0}
#postcodeManual{width: 140px;} 


/* OE-924 starts */
#onload_popup.overlay,#onload_IEpopup.overlay,#studypack_popup.overlay {overflow-x:auto; position:fixed; top: 0;bottom: 0;left: 0;right: 0; height:auto;   background: rgba(45, 45, 45, 0.3);transition: opacity 500ms;visibility: visible;opacity: 1; display:none; z-index:100;}
#onload_IEpopup.overlay {z-index:102;}
#onload_popup.overlay .onload_popup_content,#onload_IEpopup.overlay .onload_popup_content{ text-align:center; height: 302px; width: 300px; border-radius:3px; background:#fff; position:absolute; top:170px; left:0; right:0; margin:auto;  -webkit-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
-moz-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);}
.onload_popup_content .onload_popup_header .popup_ico {  width: 32px;height:34px;overflow: hidden;left: 45%;margin: 25px auto 14px;}
.onload_popup_content .onload_popup_header .popup_ico .sprite{top: -9850px;left: 0px;position: relative;}
.onload_popup_content .onload_popup_header h5{color: #0096c1; font-size: 20px; margin-top:68px; line-height: 20px;font-family: "Ubuntu Light"; }
.onload_popup_content .onload_popup_header{width: 100%; height:114px; float: left; background: #f6f5f7;border-radius:3px 3px 0 0;}
.onload_popup_content .onload_popup_header a{position: absolute;top: 15px; right: 10px; width: 17px; height: 18px;display: block;}
.onload_popup_content .onload_popup_header a .popup_close_ico {  width: 18px;height:18px;overflow: hidden;}
.onload_popup_content .onload_popup_header a .popup_close_ico .sprite{top: -5849px;left: 0px;position: relative;}
.onload_popup_content .onload_popup_header a:hover .popup_close_ico .sprite{top:-5799px}
.onload_popup_content .onload_popup_text {widows: 100%; float: left; padding: 0px 20px 28px;}
.onload_popup_content .onload_popup_text p{color: #414042; font-size: 16px; line-height: 21px; margin: 34px 0px; text-align: center;}
.onload_popup_content .onload_popup_text button{position: relative;}
.onload_popup_content .onload_popup_text button .custom-select-icon-down,
.onload_popup_content .onload_popup_text button .custom-select-icon-up{transform: rotate(-90deg); top:-5px;right:5px;	-webkit-transform: rotate(-90deg);	-moz-transform: rotate(-90deg);}
.onload_popup_content .onload_popup_text button .custom-select-icon-up .sprite{top:-388px;}
@media (max-width:767px){
#onload_popup.overlay .onload_popup_content,#onload_IEpopup.overlay .onload_popup_content{top: 104px;}	
.onload_popup_content .onload_popup_text button.result-select-btn{float: none;} 
.manual-address{margin-top: 0}
.address-lookup-wrapper{margin-bottom: 0}
.details-summary-wrapper.payment_summary_examprice .booking-info a{font-size: 16px; line-height: 16px;}
.details-summary-wrapper .booking-info-failsafe a{font-size: 16px; line-height: 16px;}		/*SELT - 52*/
}
@media (max-width:340px){
	.details-summary-wrapper.payment_summary_examprice .booking-info a{font-size: 14px;}
	.details-summary-wrapper .booking-info-failsafe a{font-size: 14px;}					/*SELT - 52*/
	.details-summary-wrapper .price_detail .price_name{font-size: 14px; }
.details-summary-wrapper .price_detail .price_amount{font-size: 15px;}
.why_taking_exam .personal-details-entry.where_hear_trinity label{word-spacing:-1px;}
}
/* OE-924 ends */


span.preloader_span{position:relative;top:50px; display: block;width: 100%; text-align: center;width:120px;
    height:20px; font-size: 14px;color: #0096c1;font-family: "Ubuntu Regular";}
#preloader{
    position:absolute;
    width:120px;
    height:120px;
    border-top:5px solid #3498db;
    border-bottom:5px solid #3498db;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-radius:120px;
   	top:0;
    left:0;
	animation-name: rotate;-webkit-animation-name: rotate;
	animation-duration: 1.5s;-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;-webkit-animation-timing-function: linear;
}

/* TS-1819 Cookie button CSS Added start*/
#hs-eu-confirmation-button
{
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 18px !important;
    background-color: #50144b !important;
    color: white !important;
    border-width: 0 !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    width: 290px !important;
}
 
#hs-eu-decline-button
{
    justify-content: center !important;
    align-items: center !important;
    padding: 0 18px !important;
    background-color: #50144b !important;
    color: white !important;
    border-width: 0 !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    width: 290px !important;
}
 
#hs-modal-accept-all
{
    justify-content: center !important;
    align-items: center !important;
    padding: 0 18px !important;
    background-color: #50144b !important;
    color: white !important;
    border-width: 0 !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    line-height: 1.2em !important
}
 
#hs-modal-save-settings
{
    justify-content: center !important;
    align-items: center !important;
    padding: 0 18px !important;
    background-color: #50144b !important;
    color: white !important;
    border-width: 0 !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    line-height: 1.2em !important
}
 
#hs-eu-confirmation-button:hover
{
    background-color: #381338 !important;
    text-decoration: none !important;
}
 
#hs-eu-decline-button:hover
{
    background-color: #381338 !important;
    text-decoration: none !important;
}
 
#hs-modal-accept-all:hover
{
    background-color: #381338 !important;
    text-decoration: none !important;
}
 
#hs-modal-save-settings:hover
{
    background-color: #381338 !important;
    text-decoration: none !important;
}
 
#hs-eu-cookie-confirmation a
{
    color: #50144b !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
 
#hs-eu-cookie-confirmation p
{
    font-family: Ubuntu Regular !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 23px !important;
    margin: 10px 0px 10px 0px !important;
    color: #12181c !important;
}
 
#hs-eu-cookie-confirmation button
{
    font-family: Ubuntu Regular !important;
}

/* TS-1819 Cookie button CSS Added end*/

/* TS-1819 cookie_popup css disabled start  */

/* .cookie_popup,.js_popup{background: #0096c1;margin-top:8px; height:46px; border-radius:2px; -webkit-box-shadow: 0px 0px 7px 0px rgba(112,112,112,1);
-moz-box-shadow:  0px 0px 7px 0px rgba(112,112,112,1);
box-shadow:  0px 0px 7px 0px rgba(112,112,112,1); padding: 0 10px 0 18px;
}
.cookie_popup{position:absolute;top: -60px; width: 100%; z-index:99}
.cookie_popup p,.js_popup p{line-height: 46px;font-size: 14px;font-family: "Ubuntu Regular"; color:#fff; margin: 0; float: left; }
.cookie_popup p a:hover,.cookie_popup a.cookie_popup_close:hover{ color:#fff}
.cookie_popup a.cookie_popup_close{ text-align:center;font-size: 12px;color:#fff; margin-top:10px; line-height: 24px; height: 26px; width: 88px; background:#00a2c8; border:1px solid #027d9e; display:block; border-radius:2px;float:right; text-decoration: none; text-transform: uppercase;}

@media (min-width: 990px) and (max-width: 1199px){
.cookie_popup{width: 940px;}	
}
@media (min-width: 768px) and (max-width: 989px){
.cookie_popup{width: 720px;}	
.cookie_popup,.js_popup{padding-left: 15px;}
.cookie_popup p,.js_popup p{font-size: 13px;}	
.cookie_popup a.cookie_popup_close{width: 65px;}	
	.cookie_popup a.cookie_popup_close{text-indent:-9999px; border:0px;  width:21px; height:21px; margin-top:12px; background: url('../images/UI-sprite.svg');background-position:0px -10200px;background-repeat: no-repeat; background-size:4000px 15807.5px;}
}
@media (min-width: 681px) and (max-width: 767px){
.cookie_popup{width: 94%;}
	.cookie_popup{padding: 0px 10px; margin: 8px 14px 0; z-index: 99}
	.cookie_popup p{font-size: 12px; margin-top: 15px; line-height: 12px; width:90%;}
	.cookie_popup a.cookie_popup_close{text-indent:-9999px; border:0px;  width:21px; height:21px; margin-top:12px; background: url('../images/UI-sprite.svg');background-position:0px -10200px;background-repeat: no-repeat; background-size:4000px 15807.5px;}
}
@media (max-width:680px){
.cookie_popup{width: 94%;}
.cookie_popup,.js_popup{padding: 0px 5px; margin: 8px 10px 0}
.cookie_popup p,.js_popup p{font-size: 10px; line-height: 12px; width:90%; margin-top: 10px;}	
.cookie_popup a.cookie_popup_close{text-indent:-9999px; border:0px;  width:21px; height:21px; margin-top:12px; background: url('../images/UI-sprite.svg');background-position:0px -10200px;background-repeat: no-repeat; background-size:4000px 15807.5px;}
.cookie_popup a.cookie_popup_close.s3_close_btn{background-image: url('../images/UI-sprite1105.png');background-position:0px -10200px;  background-size:1105px 15808px; }

}
 */
 /* TS-1819 cookie pop-up disabled end */
/* 404 page starts */
	
.exam_search_maincontent_wrapper.page404_wrapper { margin-bottom: 497px; padding-top:90px;}	
.exam_search_maincontent_wrapper.page404_wrapper .time-up-ico{width: 42px; height: 38px; left: 0; right: 0; margin: 0 auto;}
.exam_search_maincontent_wrapper.page404_wrapper .time-up-ico .sprite{top: -10150px; left: 0} 
.exam_search_maincontent_wrapper.page404_wrapper .time-up-heading{padding-top: 58px; font-size: 22px; line-height: 22px; margin-bottom: 21px;}
.exam_search_maincontent_wrapper.page404_wrapper .search-again-msg{font-size: 16px; line-height:16px; margin-bottom:14px;}
.exam_search_maincontent_wrapper.page404_wrapper .search-again-msg a{color: #414042}
.exam_search_maincontent_wrapper.page404_wrapper .sorry-msg-btn-wrap{margin-bottom: 0}
.exam_search_maincontent_wrapper.page404_wrapper .prev-exam-btn{float: none; display: block; margin: 16px auto 0px; width: 220px;}

@media (max-width:767px){
.exam_search_maincontent_wrapper.page404_wrapper { margin-bottom: 245px; padding-top: 75px;}
.exam_search_maincontent_wrapper.page404_wrapper .search-again-msg{width: 220px; line-height: 21px;}		
}
/* 404 page ends */

/* OE1151 policies page starts */
.exam-visa-list-wrapper.polices_page_wrapper .whatexam_take{width: auto;}
.exam-visa-list-wrapper.polices_page_wrapper .mobile_heading{display: none;}
.exam-visa-list-wrapper.polices_page_wrapper .help_right_content{float: left; margin-left: 0; margin-right: 50px;}
.polices_page_wrapper .help_right_content ul {margin: 0; padding: 0; border-top: 1px solid #eaeaea; }
.polices_page_wrapper .help_right_content ul li{list-style: none; cursor:pointer; border-bottom:1px solid #eaeaea; padding:13px 12px; position:relative; line-height:22px;font-size: 16px;font-family: "Ubuntu Medium"; color:#0096c1;}
.polices_page_wrapper .help_right_content ul li .arrow-ico{height: 10px; width:6px; overflow: hidden; right:12px; top: 0; bottom:0; margin: auto;}
.polices_page_wrapper .help_right_content ul li .arrow-ico .sprite{position: relative; top:-10251px;}
.polices_page_wrapper .help_right_content ul li:hover{background:#f6f5f7; }
.polices_page_wrapper .help_right_content ul li.active{color: #414042}
.polices_page_wrapper .help_right_content ul li:hover .arrow-ico .sprite,.polices_page_wrapper .help_right_content ul li.active .arrow-ico .sprite{ top:-10301px;}
.polices_page_wrapper .help_right_content ul li.print_link .arrow-ico{height: 20px; width: 22px;}
.polices_page_wrapper .help_right_content ul li.print_link .arrow-ico .sprite{top:-10350px;}
.polices_page_wrapper .help_right_content ul li.print_link:hover .arrow-ico .sprite,.polices_page_wrapper .help_right_content ul li.print_link.active .arrow-ico .sprite{top:-10400px;}

.polices_page_wrapper .help_main_content .exam-list-heading{padding-left: 0; text-transform: uppercase;}
.polices_page_wrapper .help_main_content .whatexam_take h4{font-size: 20px;font-family: "Ubuntu Regular"; margin-left: 0; line-height: 20px; margin-top: 41px;}
.polices_page_wrapper .help_main_content .blockHeading{font-size: 16px;font-family: "Ubuntu Medium"; margin-top: 40px; line-height: 16px; }
.polices_page_wrapper .help_main_content .whatexam_take p{ line-height: 22px; margin:19px 0 0 0; }
.polices_page_wrapper .help_main_content .whatexam_take a{color:#0096c1; text-decoration: none;}
.polices_page_wrapper .help_main_content .whatexam_take a:hover{ color:#027dad;}
.polices_page_wrapper .help_main_content .whatexam_take b{font-family: "Ubuntu Medium"; font-weight: normal}
.polices_page_wrapper .help_main_content .whatexam_take ul{margin: 0; padding: 0}
.polices_page_wrapper .help_main_content .whatexam_take ul li{color: #414042; line-height: 22px; margin: 10px 0 10px 18px}
.polices_page_wrapper .help_main_content .whatexam_take table{width: 610px; margin:20px 0 10px -18px;}
.polices_page_wrapper .help_main_content .whatexam_take table thead th{color:#6a215f; font-weight:normal;font-family: "Ubuntu Medium";font-size: 18px; min-height: 48px; line-height: 22px; padding: 13px 10px 13px 0px; }
.polices_page_wrapper .help_main_content .whatexam_take table tbody tr:nth-child(odd) {background-color: #f6f5f7;border: 1px solid #eaeaea;}
.polices_page_wrapper .help_main_content .whatexam_take table tbody td{ color:#414042; font-weight:normal;font-size: 16px; min-height: 48px; line-height: 22px; padding: 13px 10px 13px 0px; vertical-align: top; }
.polices_page_wrapper .help_main_content .whatexam_take table thead th:first-child,.polices_page_wrapper .help_main_content .whatexam_take table tbody td:first-child{padding-left: 20px;}
.polices_page_wrapper .help_main_content .table_heading{margin-bottom: 0}
.polices_page_wrapper .help_main_content{margin-bottom: 70px;}
.polices_page_wrapper .help_main_content .back_button{display: none;}

@media (min-width: 768px) and (max-width: 989px){
.polices_page_wrapper .help_main_content{float: left;width: 440px; margin-bottom: 70px;}
.polices_page_wrapper .help_right_content {float: left;margin: 0 20px 0px 0px !important;padding: 0 ;width:260px; display: block !important;	}
.polices_page_wrapper .help_main_content .whatexam_take table{width: 100%;}
.polices_page_wrapper .help_right_content ul li{font-size: 14px; line-height: 18px;}
.polices_page_wrapper .help_main_content .exam-list-heading{font-size: 24px;}
.polices_page_wrapper .help_main_content .whatexam_take h4{font-size: 18px; line-height: 18px;}
.polices_page_wrapper .help_main_content .whatexam_take p,.polices_page_wrapper .help_main_content .whatexam_take ul li,.polices_page_wrapper .help_main_content .whatexam_take table tbody td{font-size: 14px; line-height: 19px;}
.polices_page_wrapper .help_main_content .whatexam_take table thead th{font-size: 15px; line-height: 15px;}
}


@media (max-width:767px){
.polices_page_wrapper{width: 100%}
.exam-visa-list-wrapper.polices_page_wrapper .mobile_heading{display: block; text-transform: uppercase;}
.polices_page_wrapper .help_main_content .exam-list-heading{text-transform: capitalize;font-family: "Ubuntu Medium";font-size: 16px; line-height: 26px;}
.polices_page_wrapper .help_right_content{margin-bottom: 70px; margin-top: 0}
.polices_page_wrapper .help_main_content{display: none; padding: 0px 14px; margin-bottom: 70px;}
.polices_page_wrapper .help_main_content .whatexam_take{display: block}
.polices_page_wrapper .help_main_content .back_button{display:block; width: 66px; margin:25px 0 25px 0px; position: relative; text-align: left;height:26px; line-height:24px;    text-transform: uppercase;
    text-decoration: none; float:left; 
    border-radius: 2px;
    font-size: 11px;
    color: #414042;
    background: #e0e0e0;
    border: 1px solid #d1cfcf; padding-left: 22px;}
.polices_page_wrapper .help_main_content .back_button .back-ico{height:10px;overflow: hidden;left: 11px;    top:6.5px;    width:10px; float: left;}
.polices_page_wrapper .help_main_content .back_button .back-ico .sprite {position: relative;    top: -6000px;}
.polices_page_wrapper .help_main_content .whatexam_take table{width: 100%; margin: 20px 0 10px}
.polices_page_wrapper .help_main_content .whatexam_take table thead{display: none}
.polices_page_wrapper .help_main_content .whatexam_take table tbody tr{padding-bottom: 14px; display: block;}
.polices_page_wrapper .help_main_content .whatexam_take table tbody td,.polices_page_wrapper .help_main_content .whatexam_take table tbody td:first-child{display:block;font-size: 16px; min-height:auto; padding: 0 14px 0px; width: 100% !important; }
.polices_page_wrapper .help_main_content .whatexam_take table tbody td h5{color: #6a215f;font-family: "Ubuntu Medium";font-size: 16px;width: 100%; margin: 19px 0 7px; line-height: 16px;}
.polices_page_wrapper .help_main_content .exam-list-heading,.polices_page_wrapper .help_main_content .back_button{margin-bottom: 0; float: left; margin-right: 14px;}
.polices_page_wrapper .help_main_content .exam-list-heading{margin-right: 0}
.polices_page_wrapper .help_main_content .policy_innerpage_bookbtn{margin-top: 23px; position: relative;}
}
/* OE1151 policies page ends */

.datepicker > div{background: #f6f5f7; border-radius:0px 0px 4px 4px}
.datepicker thead tr th{background: #f6f5f7;} 
.datepicker thead tr.date_header{border-top:8px solid #f6f5f7;border-bottom:2px solid #f6f5f7;}
.datepicker thead tr.date_header th{background: #e8e8e8; padding: 0; height: 20px;}
.datepicker thead tr.date_header th.datepicker-switch{background: #f6f5f7;pointer-event:none;}
.datepicker thead tr.date_header th.datepicker-switch:hover{background: #f6f5f7; cursor: default; }
.datepicker thead tr.date_header th:hover{background:#f2f1f0; } 
.datepicker thead tr.date_header th.prev div,.datepicker thead tr.date_header th.next div{border-left:5px solid #f6f5f7;border-top:2px solid #f6f5f7;border-bottom:2px solid #f6f5f7; background: url("../images/date_arrow.png") no-repeat 8px center;}
.datepicker thead tr.date_header th.next div{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);}

.datepicker thead tr th.dow{font-size: 12px;color: #636363; text-shadow: none;font-family: "Ubuntu Regular";}
.datepicker td{border:1px solid #e5e5e5;border-left:0px; border-radius:none !important;-webkit-border-radius:none !important;-moz-border-radius:none !important;}
.datepicker td:last-child{border-right:0px;}
.datepicker td.today.day.disabled{background: #414042 ; color: #fff;}
.datepicker td.today.day.disabled:hover{background: #414042 ; color: #fff;}

.datepicker td.old.day.disabled,.datepicker td.new.day.disabled{background: #fff ; color: #fff;}
.datepicker td.old.day.disabled:hover,.datepicker td.new.day.disabled:hover{background: #fff ; color: #fff; cursor: default;}

.datepicker td.old.day.activeClass,.datepicker td.new.day.activeClass{background: #fff ; color: #fff;}
.datepicker td.old.day.activeClass:hover,.datepicker td.new.day.activeClass:hover{background: #fff !important ; color: #fff; cursor: default;}

.datepicker td.day.disabled{background: #fff ; color: #414042;}
.datepicker td.day.disabled:hover{background: #fff ; color: #414042; cursor: default;}
.datepicker td.activeClass{background: #0096c1 ; color: #fff;}
.datepicker td.activeClass:hover{background: #0277a0 !important ; color: #fff !important;}

.datepicker th.availble_label{text-align: left; background: #fff; border-radius:0px 0px 4px 4px}
.datepicker th.availble_label label{float: left; margin: 0; line-height: 18px; font-size: 11px; font-weight: normal;  color: #636363; }
.datepicker th.availble_label span{margin-left: 5px; margin-top:3px; background: #0096c1 ; width: 12px; height: 12px;float:left}

.add_admin_wrapper .datepicker td.day{background: #fff;}
.add_admin_wrapper .datepicker td.day:hover,.add_admin_wrapper .datepicker td.active.day{background: #0096c1 !important; color: #fff;}
.add_admin_wrapper .datepicker .availble_label{display: none}
@media (max-width:767px){
.datepicker thead tr.date_header th.prev div,.datepicker thead tr.date_header th.next div{background: url("../images/date_arrow.png") no-repeat center center;}
}
@media (max-width:480px){
.datepicker{width: 93%; z-index: 100 !important;}	
}

@media (max-width:400px){
.datepicker{width: 92%; z-index: 100 !important;}	
}
@media (max-width:350px){
.datepicker{width: 90%; z-index: 100 !important;}	
}


/* Visa type reponsive */
@media (min-width: 768px) and (max-width: 1199px){
.exam-type-wrapper{padding: 0}
.btn.exam-type-btn.active,.btn.exam-type-btn{margin-right: 10px;}
}
@media (max-width:480px){
.search-exams .desktop_fullname{display: none;}	
}

/* Candidate Search */

.candidate_search_wrapper .exam_session_label .add_admin_label_ico .sprite{top:-10748px}
.candidate_search_wrapper .candidate_search_form .candidate_search_detail{border:4px solid #ddebf2; border-radius:4px;}
.candidate_search_wrapper .candidate_search_form { border-top: 1px solid #d8d8d8;border-bottom: 1px solid #d8d8d8; padding:32px 0; font-size: 14px; color: #a3a3a3;}
.candidate_search_wrapper .candidate_search_form .form-group{float: left; height: 41px; margin: 0; background: #fff;}
.candidate_search_wrapper .candidate_detail_text{width: 483px; border-right:1px solid #d8d8d8; }
.candidate_search_wrapper .candidate_detail_text.focused input{color:#414042;border:1px solid #0096c1;border-right:0;}
.candidate_search_wrapper .candidate_detail_text input{width: 100%; border-radius:2px 0px 0px 2px; box-shadow:none; border:1px solid #d8d8d8;font-size: 14px; color: #414042; padding-left: 12px; line-height: 41px; height: 41px; border-right:0px;  background: #fff;}
.candidate_search_wrapper .candidate_detail_text input:focus{outline:0;border-color:#0096c1;}
.candidate_search_wrapper .candidate_detail_text input::-webkit-input-placeholder,.candidate_search_wrapper .candidate_detail_text input:-ms-input-placeholder,.candidate_search_wrapper .candidate_detail_text input:-moz-placeholder,.candidate_search_wrapper .candidate_detail_text input::-moz-placeholder {color: #a3a3a3 !important;}

.candidate_search_wrapper .candidate_detail_dropdown{width: 334px;border:1px solid #d8d8d8; border-left:0px; border-right:0px;}
.candidate_search_wrapper .candidate_detail_dropdown.focused{border-color: #0096c1}
.candidate_search_wrapper .candidate_detail_dropdown label.search_label{float: left; text-shadow: none; font-weight:normal; line-height: 41px;padding-left: 12px; padding-right: 28px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown{float: left}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown button{width: 229px; box-shadow:none; border:0px; height:38px; font-size: 14px; font-weight:normal; line-height: 37px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown button,.candidate_search_wrapper .candidate_detail_dropdown .dropdown button:hover{background:none;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown ul{    width: 231px;
    border-radius: 0 2px 2px 2px;
    border-top: 0px;
    margin: 0;
    padding: 5px 0px 10px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown ul{margin-top: -8px\0}
 .candidate_search_wrapper .candidate_detail_dropdown .dropdown ul li .custom-radio{top: 3px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown ul li{width: 100%; float: left; color: #414042; line-height: 34px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown .custom-select-ico{top:5px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown.open .custom-select-ico{top:10px;}
.candidate_search_wrapper .candidate_detail_dropdown .dropdown ul li label{padding:0 12px;}
.candidate_search_wrapper .candidate_detail_searchBtn{width: 115px; float: left}
.candidate_search_wrapper .candidate_detail_searchBtn .details-submit-btn{ background:#414042; width: 115px; border-radius:0 2px 2px 0; height: 41px; margin: 0; text-align: center; padding-left:23px; color: #fff; text-transform: uppercase;}
.candidate_search_wrapper .candidate_detail_searchBtn .details-submit-btn:hover{background:#191919}
.candidate_search_wrapper .candidate_detail_searchBtn .details-submit-btn .add-admin-ico{height: 28px;width: 28px;top: 4px;left: 10px;overflow: hidden;}
.candidate_search_wrapper .candidate_detail_searchBtn .details-submit-btn .add-admin-ico .sprite{top: -10794px; position: relative;}

.add_admin_content.admin_table_content.candidate_search_wrapper .exam_session_table th.table_examtype{min-width: 212px !important;}
.add_admin_content.admin_table_content.candidate_search_wrapper .exam_session_table th.table_examName{min-width: 130px !important;}
.add_admin_content.admin_table_content.candidate_search_wrapper .exam_session_table th.table_examdate{min-width:225px  !important;}
.add_admin_content.admin_table_content.candidate_search_wrapper .exam_session_table th.table_examcentre{min-width:123px !important;}
.add_admin_content.admin_table_content.candidate_search_wrapper .exam_session_table th.table_examdisplay{min-width:250px !important;}
.add_admin_content.admin_table_content table td a{color:#0096c1; text-decoration: none;}
.add_admin_content.admin_table_content.candidate_search_wrapper .exam_session_table .tbl-sortable{cursor: pointer;}
.add_admin_content.admin_table_content.candidate_search_wrapper .exam_sessions_content .alert{margin: 0px 0 20px 0; border-color:#ddd; border-top:0px; background: none;}

.candidatedetail .popup {
  margin: 80px auto 0;
  padding: 0px;
  background: #fff;
  width: 882px; height:auto;box-shadow: 0px 0px 10px #000;
  position: relative;
  transition: all 5s ease-in-out;
}
.candidatedetail .popup .popup_header{background: #ebf7fc; padding:10px 50px 10px 20px; width: 100%; float: left;}
.candidatedetail .popup h2 {
  color: #0096c1; font-size:20px; line-height:30px; margin:0; padding:4px 0px; float: left;
}
.candidatedetail .popup .popup_header div.cand_send_email_content{float: right;}
.candidatedetail .popup .popup_header div.cand_send_email_content .sendemail_text{font-size: 14px; color: #7a7a7a; line-height: 38px; margin-right: 20px;}
.candidatedetail .popup .popup_header div.cand_send_email_content .sendEmail{margin: 0}
.candidatedetail .popup .cancel_btn{margin-right: 0; margin-top: 0}
.popup .complete-booking-btn,.popup .ok-btn,.popup .confirm-yes-unlock,.popup .confirm-yes-cancel{
    display: inline-block !important;
    margin-top: 0 !important;
    background: #d7eef4;
    width: auto;
    margin: 0 10px;
}
.candidatedetail .popup .complete-booking-btn:hover{
    background: #c6dfe5;
}
.candidatedetail .popup .popup_header .admin_blue_btn .add-admin-ico{width:25px;  transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);}
.candidatedetail .popup .popup_header .admin_blue_btn .add-admin-ico .sprite{top: -10945px;}

.candidatedetail .popup .popup_header .admin_blue_btn.added_btn,.candidatedetail .popup .popup_header .admin_blue_btn.added_btn:hover{background:#049b04; color:#fff; margin: 0}
.candidatedetail .popup .popup_header .admin_blue_btn.added_btn .add-admin-ico .sprite{top: -5696px;}

.candidatedetail .popup p{margin: 0px;}
.candidatedetail .popup .candidate_popupcontent_wrapper{display: table}
.candidatedetail .candidate_popupcontent{width: 294px; display:table-cell; padding:10px 20px 10px; border-right:1px solid #d8d8d8;} 
.candidatedetail .candidate_popupcontent h5{font-size:16px; color: #0096c1;font-family: "Ubuntu Medium"; line-height: 16px; margin: 15px 0 10px;} 
.candidatedetail .candidate_popupcontent p label{font-size:14px; line-height: 20px; margin:11px 0 0 0; font-weight:normal; color: #414042; line-height:20px; font-family: "Ubuntu Medium"; width: 100%; float: left;}
.candidatedetail .candidate_popupcontent p span{font-size:14px; line-height: 20px; color: #7a7a7a; font-family: "Ubuntu Regular"; width: 100%; display: inline-block; overflow: hidden;}
.candidatedetail .candidate_popupcontent p a{font-size:14px; line-height: 20px; color: #0096c1;  font-family: "Ubuntu Medium"; width: 100%; text-decoration: none;} 
.candidatedetail .candidate_popupcontent.cand_order{border:0px;}
.candidatedetail .popup_footer{border-top:1px solid #d8d8d8; padding:10px 20px;}
.candidatedetail .popup_footer .admin_blue_btn{margin: 0}

/* s3 location changes */
.location_content_wrapper.location_s3 .search_exam_centre form input[type="text"]{background-image: url('../images/UI-sprite1105.png'); background-size:1105px 15808px;background-position: 12px -5741px;}
.location_content_wrapper.location_s3 #side_bar_list li .numberpin{background-image: url('../images/UI-sprite1105.png'); background-size:1105px 15808px;}
.location_content_wrapper.location_s3 .listViewMobile li .numberpin	{background-image: url('../images/UI-sprite1105.png'); background-size:1105px 15808px;}
.location_content_wrapper.location_s3 .search_exam_centre form input[type="text"].error,.location_content_wrapper.location_s3 .search_exam_centre form input[type="text"]:focus{background-image: none;}

/* Global book btn */
@media (max-width:767px){
	.sub-page-heading{font-size: 21px; line-height:32px; }
}
@media (min-width:768px){
	.sub-page-heading .book-btn,.help_main_content .book-btn,.resourse_right_content .book-btn {width: 220px; height: 38px; top: -3px;}
	.sub-page-heading .book-btn .continue-ico,.help_main_content .book-btn .continue-ico,.resourse_right_content .book-btn .continue-ico{top: 0px; right: 0px;}
	.sub-page-heading .book-btn .continue-ico .sprite,.help_main_content .book-btn .continue-ico .sprite,.resourse_right_content .book-btn .continue-ico .sprite{left: 1px;}
	.policy_innerpage_bookbtn.second{display: none;}
}

/*new popup */
.onload_popup_wrapper{height: auto; background: rgba(202,235,244,0.9); width: 100%; position: absolute; top: 130px;}
.onload_popup_wrapper .container.main-content-wrapper{top: 0px;}
.onload_popup_wrapper_computer{height: auto; background: rgba(202,235,244,0.9); width: 100%; position: absolute; top: 130px;}
.onload_popup_wrapper_computer .container.main-content-wrapper{top: 0px;}
.before_continue_popup .popup_ico {  width: 32px;height:34px;overflow: hidden;margin: 18px 0; float: left;}
.before_continue_popup .popup_ico .sprite{top: -9850px;left: 0px;position: relative;}
.before_continue_popup h5{color: #0096c1; font-size: 18px; margin:0px 38px 0 45px; line-height: 70px;font-family: "Ubuntu Regular"; }
.before_continue_popup .onload_popup_heading,.before_continue_popup .onload_popup_textmessage{float: left}
.before_continue_popup .onload_popup_textmessage{ width:340px; font-size: 14px;color: #414042; line-height: 18px; font-family: "Ubuntu Regular"; }
.before_continue_popup .onload_popup_textmessage p{margin: 17px 0;}
.before_continue_popup .onload_popup_button{float: right; margin: 20px 0}
.before_continue_popup .onload_popup_button button{position: relative;}
.before_continue_popup .onload_popup_button button.result-select-btn{float: right;}
.before_continue_popup .onload_popup_button button.result-select-btn .custom-select-ico{ top:-4px; right:3px; transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);}
.before_continue_popup .onload_popup_button button.book-btn{margin:  0 0 0 20px;}
.before_continue_popup.examdetail_popup{z-index: 2000;}
.before_continue_popup.examdetail_popup.btm_shadow{
	-webkit-box-shadow: 0px 3px 4px -2px rgba(196,196,196,0.75);
	-moz-box-shadow: 0px 3px 4px -2px rgba(196,196,196,0.75);
	box-shadow: 0px 3px 4px -2px rgba(196,196,196,0.75);}
}
.before_continue_popup.examdetail_popup .popup_ico .sprite{top:-7946px}
.before_continue_popup.examdetail_popup .onload_popup_textmessage{width: auto; }
.before_continue_popup.examdetail_popup .onload_popup_textmessage p{margin: 28px 0; line-height: 14px;}
.before_continue_popup.examdetail_popup .onload_popup_textmessage p span{margin-right: 15px; line-height: 18px;}
/* examdetails popup css */
#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage p{margin: 28px 0 7px; line-height: 14px;}
#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage p span{margin-right: 15px; line-height: 18px;}
#onload_computerbased_popup.before_continue_popup.examdetail_popup .written-exam-method{margin-left: -16px;}
.popup_exam_date_centre{margin-left: 143px;}
#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage{max-width: 60%;min-width:60%; }
/* @media (min-width: 768px) and (max-width: 989px){
	.onload_popup_wrapper{ top: 149px; }
	.onload_popup_wrapper_computer{ top: 149px; }
} */

@media (min-width: 989px) and (max-width: 1024px){
	/* examdetails popup css */
	/* #onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage p{margin: 42px 270px 20px;} */
	#onload_computerbased_popup.onload_popup_wrapper{height:auto; top: 132px; }
}

@media (min-width: 768px) and (max-width: 990px){
	.onload_popup_wrapper{ top: 149px; }
	/* .onload_popup_wrapper_computer{ top: 149px; } */
	.before_continue_popup .popup_ico{display: none}
	.before_continue_popup h5{margin: 0px 10px 0 0px}
	.before_continue_popup .onload_popup_textmessage{width: 230px;}
	.before_continue_popup .onload_popup_textmessage p{margin: 10px 0}
	.before_continue_popup .onload_popup_button button.book-btn{margin: 0 0 0 10px}
	.before_continue_popup.examdetail_popup{top: 149px;}
	.before_continue_popup.examdetail_popup .popup_ico{display:block }
	.before_continue_popup.examdetail_popup h5{margin: 0px 25px 0 35px;}
	.before_continue_popup.examdetail_popup .onload_popup_textmessage p span{margin-right: 10px;}
	.before_continue_popup.examdetail_popup .onload_popup_textmessage{width: 430px;}
	.before_continue_popup.examdetail_popup .onload_popup_textmessage p {   margin: 28px 0;line-height: 14px;}
	/* examdetails popup css */
	#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage{max-width: 50%; min-width: 50%;}
	#onload_computerbased_popup.before_continue_popup.examdetail_popup{top: 149px;height: auto;}
	.popup_exam_date_centre{margin-left: 32px !important;}
	#onload_computerbased_popup.before_continue_popup .speaking-listening{margin-left: 54px;}
	.booking-process-wrapper{margin-top: 90px;}
}
	
@media (min-width: 501px) and (max-width:767px){
	.onload_popup_wrapper{height:auto; top: 90px; }
	/* .onload_popup_wrapper_computer {height:auto; top: 90px; } */
	.before_continue_popup .onload_popup_heading{float: none; margin: 28px auto 22px; width: 225px;}
	.before_continue_popup .popup_ico{margin: 0}
	.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	.before_continue_popup .onload_popup_textmessage{width: 100%; margin-bottom: 38px;}
	.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 80%; text-align: center;}
	.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	/* .before_continue_popup.examdetail_popup .onload_popup_textmessage p span{margin-right: 44px !important; line-height: 18px;} */
	/* .before_continue_popup.examdetail_popup{display: none;} */
	/* examdetails popup css */
	#onload_computerbased_popup.onload_popup_wrapper{height:auto; top: 80px; }
	#onload_computerbased_popup.before_continue_popup .onload_popup_heading{float: none; margin: 6px auto 22px; width: 225px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage{text-align: -webkit-center;margin-top: -48px;margin-bottom: 0px;margin-left: 0px;}
	.popup_exam_date_centre{margin-left: -20px !important;}
	#onload_computerbased_popup.before_continue_popup .speaking-listening{margin-left: 0px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 80%; text-align: center;}
	#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage{max-width: 100%; min-width: 60%;}
}

@media (min-width: 481px) and (max-width:500px){
	.onload_popup_wrapper{height:auto; top: 90px; }
	/* .onload_popup_wrapper_computer {height:auto; top: 90px; } */
	.before_continue_popup .onload_popup_heading{float: none; margin: 28px auto 22px; width: 225px;}
	.before_continue_popup .popup_ico{margin: 0}
	.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	.before_continue_popup .onload_popup_textmessage{width: 100%; margin-bottom: 38px;}
	.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 80%; text-align: center;}
	.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	/* examdetails popup css */
	#onload_computerbased_popup.onload_popup_wrapper{height:auto; top: 80px; }
	#onload_computerbased_popup.onload_popup_wrapper_computer {height:auto; top: 90px; }
	#onload_computerbased_popup.before_continue_popup .onload_popup_heading{float: none; margin: 6px auto 22px; width: 225px;}
	#onload_computerbased_popup.before_continue_popup .popup_ico{margin: 0}
	#onload_computerbased_popup.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage{text-align: -webkit-center;margin-top: -48px;margin-bottom: 0px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 75%; text-align: center;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	.popup_exam_date_centre{margin-left: 46px;}
	#onload_computerbased_popup.before_continue_popup .speaking-listening{margin-left: 26px;}
	#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage{max-width: 100%;min-width: 75%;}
}

@media (min-width: 401px) and (max-width:480px){
	.onload_popup_wrapper{height:auto; top: 90px; }
	/* .onload_popup_wrapper_computer {height:auto; top: 90px; } */
	.before_continue_popup .onload_popup_heading{float: none; margin: 28px auto 22px; width: 225px;}
	.before_continue_popup .popup_ico{margin: 0}
	.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	.before_continue_popup .onload_popup_textmessage{width: 100%; margin-bottom: 38px;}
	.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 80%; text-align: center;}
	.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	/* examdetails popup css */
	#onload_computerbased_popup.onload_popup_wrapper{height:auto; top: 80px; }
	#onload_computerbased_popup.onload_popup_wrapper_computer {height:auto; top: 90px; }
	#onload_computerbased_popup.before_continue_popup .onload_popup_heading{float: none; margin: 6px auto 22px; width: 225px;}
	#onload_computerbased_popup.before_continue_popup .popup_ico{margin: 0}
	#onload_computerbased_popup.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage{text-align: -webkit-center;margin-top: -48px;margin-bottom: 0px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 90%; text-align: center;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	.popup_exam_date_centre{margin-left: 42px;}
	#onload_computerbased_popup.before_continue_popup .speaking-listening{margin-left: 66px;}
	#onload_computerbased_popup.before_continue_popup.examdetail_popup .onload_popup_textmessage{max-width: 100%;min-width: 75%;}
}
@media (max-width:400px){
	.onload_popup_wrapper{height:auto; top: 90px; }
	/* .onload_popup_wrapper_computer {height:auto; top: 90px; width: 100%;} */
	.before_continue_popup .onload_popup_heading{float: none; margin: 28px auto 22px; width: 225px;}
	.before_continue_popup .popup_ico{margin: 0}
	.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	.before_continue_popup .onload_popup_textmessage{width: 100%; margin-bottom: 38px;}
	.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 80%; text-align: center;}
	.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	/* examdetails popup css */
	#onload_computerbased_popup.onload_popup_wrapper{height:auto; top: 80px; }
	#onload_computerbased_popup.onload_popup_wrapper_computer {height:auto; top: 90px; }
	#onload_computerbased_popup.before_continue_popup .onload_popup_heading{float: none; margin: 6px auto 22px; width: 225px;}
	#onload_computerbased_popup.before_continue_popup .popup_ico{margin: 0}
	#onload_computerbased_popup.before_continue_popup h5{margin-right: 0; line-height: 34px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage{max-width: 100% !important; min-width: 80% !important;text-align: -webkit-center;margin-top: -48px;margin-bottom: 0px;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_textmessage p{ margin: 5px auto; width: 100%; text-align: center;}
	#onload_computerbased_popup.before_continue_popup .onload_popup_button{float: none; width: 300px; margin: 0px auto 26px;}
	.popup_exam_date_centre{margin-left: 46px;}
	#onload_computerbased_popup.before_continue_popup .speaking-listening{margin-left: 35px;}
}

/* tooltip design changes */
 
.tooltip-inner{background-color: #414042; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7); padding: 12px; text-shadow:0px; font-weight:normal; font-size: 11px; line-height:14px;font-family: "Ubuntu Regular"; color: #fff; text-align: center;}
.tooltip.top .tooltip-arrow{border-top-color:#414042;}
.tooltip.bottom .tooltip-arrow{border-bottom-color:#414042;}
.tooltip.in {   filter: alpha(opacity=100);  opacity: 1;}

/* GESE study pack popup */

#studypack_popup.overlay .onload_popup_content{ width: 416px; border-radius:3px; background:#fff; position:absolute; top:45px; left:0; right:0; margin:auto;  -webkit-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
-moz-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);}
#studypack_popup.overlay .onload_popup_header img.popup_banner{width: 416px; height: 178px;border-radius:3px 3px 0 0;}
#studypack_popup.overlay .onload_popup_header video.vpopup_banner{width: 100%; height: auto;border-radius:3px 3px 0 0;}
#studypack_popup.overlay .onload_popup_content .onload_popup_header{height: auto; background: none; width: 100%}
#studypack_popup.overlay .onload_popup_content .onload_popup_text{padding: 20px;color: #414042;font-family: "Ubuntu Regular"; font-size:14px; line-height:18px;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text h3{color: #0096c1;font-family: "Ubuntu Regular"; font-size: 20px; line-height: 20px; margin: 10px 0 22px 0;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text p{margin: 0 0 10px 0;text-align: left;color: #414042;font-family: "Ubuntu Regular"; font-size:14px; line-height:18px;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text ul{padding-left: 15px;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text ul li{margin-bottom: 5px;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text button{float: right; margin-top: 28px;}
/*TS-1783 Study App Video Link Changes*/
@media (max-width:767px){
#studypack_popup.overlay .onload_popup_content{width: 292px;top:14px;}	
#studypack_popup.overlay .onload_popup_header img.popup_banner{width: 100%; height: 130px;border-radius:3px 3px 0 0;}
#studypack_popup.overlay .onload_popup_header video.vpopup_banner{width: 100%; height: auto;border-radius:3px 3px 0 0;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text h3{margin: 0px 0 15px 0;}
#studypack_popup.overlay .onload_popup_content .onload_popup_text p,#studypack_popup.overlay .onload_popup_content .onload_popup_text ul li{margin-bottom: 5px; font-size: 13px; }
#studypack_popup.overlay .onload_popup_content .onload_popup_text button{margin-top: 10px}
}
/*TS-1783 Study App Video Link Changes*/
.Continue-with-button {
	
}
.btn.Continue-with-button:hover, .btn.Continue-with-button:focus{
	background-color: #7c477a;
	border: 1px solid #441d40;
	color: #ffffff;
	outline: none;
}
.btn.Continue-with-button{
	background-color: #6a215f;
	border: 1px solid #441d40;
	color: #ffffff;
	float: right;
	width: 210px;
    text-align: left;
    height: 31px;
	padding: 3px 12px 4px;
	margin-right: 115px; text-transform: uppercase; /*SELT-52 NEW UI CHANGES */
	text-transform:uppercase;
}
.btn.Continue-with-button .continue-ico{right:-5px;top:-6px;}
/*SELT - 52 START*/
.Continue-with-button-failsafe {

}
/*SELT-52 NEW UI CHANGES */
.btn.Continue-with-button-failsafe:hover, .btn.Continue-with-button-failsafe:focus{
	background-color: #00a8d7;
	border: 1px solid #337ab7;
	color: #ffffff;
	outline: none;
}
/*SELT-52 NEW UI CHANGES */
.btn.Continue-with-button-failsafe{
	background-color: #0096c1;
	border: 1px solid #337ab7;
	color: #ffffff;
	float: right;
	width: 236px;
    text-align: left;
    z-index: 1;
    height: 31px;
	padding: 3px 12px 4px;
	margin-right: 20px; text-transform: uppercase;
	text-transform:uppercase;
}
.btn.Continue-with-button-failsafe .continue-ico{right:-5px;top:-6px;}
/*SELT - 52 END*/
.personal_detail_text p.DtlPageHeading{font-size:15px;width:100%;max-width:615px;}
.details-summary-wrapper.payment_summary_examprice .booking-info a{width : 110px;}		/*SELT-52 TOL49-14*/
.details-summary-wrapper .booking-info-failsafe a{width : 110px;}			/*SELT-52 TOL49-14*/
@media (max-width:767px){
	.booking-info span.booking_amt{
	    width: auto;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    float: right;
    display:block;
	}
	.book-exam-wrapper .bundle_price_add span{display:none;
	}
}
/*SELT - 52 START*/
@media (max-width:767px){
	.booking-info-failsafe span.booking_amt_failsafe{
	    width: auto;
    	text-align: left;
    	line-height: 28px;
    	font-size: 16px;
    	float: right;
    	display:block;
	}
	.book-exam-wrapper .bundle_price_add_failsafe span{
		display:none;
	}
}
/*SELT - 52 END*/
@media (min-width: 768px){
	.book-exam-wrapper .booking-info span.booking_amt{
    display:none;
	}
	.book-exam-wrapper .booking-info-failsafe span.booking_amt_failsafe{
    	display:none;
	}
	/*SELT - 52*/
	.bundle_price_add span{display:block;
	}
	.bundle_price_add_failsafe span{
		display:block;
	}
	/*SELT - 52*/
	/* .infoBannerHamm{position:fixed} */
	/*.cover-img{top:-19px}*/
	/* .phone_number{margin-top: 15px} */
}

/* @media (max-width:767px){

	.infoBannerHamm{position:relative}
	.cover-img{top:80px}
} */
/* .infoBannerHamm p {text-align:center;} */
a.promoWrapper{text-decoration: none;}
.discountText{width: 100%;display:none;float: left;margin-left: 62px;margin-top: -6px;font-size: 12px;color: #6a215f;}
.saveDetail{margin:0px;}
.adminCandtNatonality{color:#000;}

.preferToolTip {
	border: 1px;
	border-radius: 40px;
	color: white;
	background-color: #0096c1;
	margin-left : 5px;
	line-height: 17px; /*SELT-52 NEW UI CHANGES */
}
.timePrefereceLable{
	font-size: 15px !important;	
}
.visaTypeSelect.btn-warning,.visaTypeSelect.btn-warning:hover {
    background: #f9ecb7 !important;
    color: #8a6d3b;
    border: 1px solid #efcc75;
}
.visaTypeSelect .dropdownwarning { display:none;     overflow: hidden;height: 20px;width: 20px;position: absolute;right: 30px; top: 10px;}
.visaTypeSelect .dropdownwarning object.sprite{top: -9749px; position: relative;}
.visaTypeSelect.btn-warning .dropdownwarning { display:block;}

/*written exam type method*/
.writtenTypeIcon{
	height: 12px;
    margin-left: 18px;
    margin-bottom: -2px;
}

.writtenTypeExamDetailIcon{
	height: 12px;
    margin-left: 1px;
    margin-bottom: -2px;
}

/* new changes for confirmation popup css */
.poverlay
{
    position: fixed;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 999;
    background: rgba(45, 45, 45, 0.3);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
}

#t01 .text{
	white-space: initial;
}

.b1{word-wrap:break-word;}

/*=====trusha====*/
/*==========modal style=======*/

/* SVG Fonts */
@font-face {
  font-family: 'mobicons';
  src:  url('lib/fonts/mobicons.eot?1avhwx');
  src:  url('lib/fonts/mobicons.eot?1avhwx#iefix') format('embedded-opentype'),
    url('lib/fonts/mobicons.ttf?1avhwx') format('truetype'),
    url('lib/fonts/mobicons.woff?1avhwx') format('woff'),
    url('lib/fonts/mobicons.svg?1avhwx#mobicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mobicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e909";
}
.modal { background:rgba(0,0,0,.8); padding:10px;}
.modal-dialog {  margin: 0 auto;}
.modal-backdrop { background: none;}
.modal-backdrop.in{
	opacity: 0.8;
}
.intro-message {
    position: relative;
}
.intro-header {
    color: #f8f8f8;
    text-align: center;
}
.intro-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid #f8f8f8;
    width: 400px;
}
.userpanel { z-index: 9999999;color:#414042; text-align:left;}
.userpanel .modal-title { font-size:24px; line-height: 30px;font-family: "Ubuntu Regular";outline:none;}
.userpanel .modal-content { background-color:#EDEEEE; width:66%; margin:0 auto; font-size:14px;    }
.userpanel label { font-size:16px; line-height:22px;font-family: "Ubuntu Bold";}
.userpanel .form-group { margin-top: 5px;}
.userpanel .close{    background-color: #edeeee;border: 2px solid #d4d5d6;width: 35px;height: 35px;opacity: 1; border-radius:2px; margin:23px 23px 0 0;}
.userpanel .close .ico { font-size:16px; color:#601957;}
.userpanel .modal-header { border:none; padding:30px 70px 30px 42px;}
.userpanel .modal-body {padding:0px 42px 15px; }
.userpanel .field-submit { padding-top:10px;}
.check-label { font-weight: normal; font-size:inherit; position: relative; vertical-align: middle; cursor: pointer; padding-top:2px;}
.check-label .title{font-family: "Ubuntu Regular"; font-size: 14px;}
.check-label input {cursor: pointer;}
.check-label input[type=checkbox] { opacity:0; position: absolute !important;}
.check{width: 26px;height: 26px;background: white;border: 2px solid #d4d5d6;display: inline-block;border-radius: 2px;vertical-align: middle; margin-right:8px; text-align: center; line-height:22px; color:#fff; margin-top: -2px;}
.check-label input:checked  + .check {border-color:#220e21; background-color: #6a215f;}
.check-label input:focus + .check {border-color:#66afe9;box-shadow:0 0 8px rgba(102,175,233,.6)}
.check-label input[disabled] + .check {border-color: #ccc;background-color: #eee;color: #eee;}
.check-label input[disabled]:checked + .check {border-color:#aaa; background-color: #bbb; color:#fff;}

.check-label.checkbox-error input  + .check {border-color:#f20a0a;}
.userpanel .check { line-height:22px;}
.userpanel .forgetpsw { float: right; line-height: 24px;}

.userpanel a,.userpanel a:visited {color:#6a215f;}
.userpanel .modal-content { background-color:#EDEEEE; width:66%; margin:0 auto; font-size:14px; }
.userpanel .modal-header { border:none; padding:30px 70px 30px 42px;}
.userpanel .modal-title { font-size:24px; line-height: 30px;font-family: "Ubuntu Regular";outline:none;}
 .book-ico{
	padding-left: 60px;
 }
.error-msg{
	/*float: left;*/
	font-family: "Ubuntu Regular";
	font-size: 16px;
    color: #f20a0a;
/*     height: 49px; */
	width: 100%;
	display: none;
	margin-top: 5px;
	padding: 10px;
	border: 2px solid #f20a0a;
    background-color: #FDDFDC;
    
}
.error-msg.errorAll{max-width:980px;margin: 24px auto 0;}
.error-ico .sprite{
	position: relative;
	top: -749px;
}
.error  .custom-select, .error .form-control.custom-select, .error  .dropdown .btn.custom-select:hover, .error.personal-details-entry .form-control:hover, .error.personal-details-entry .form-control:focus{
	border: 2px solid #f20a0a;
    background-color: white;
}
/*
TS-166 Dilip Start 
*/

/* .availability .svg-ico{padding: 2px 16px 2px 34px;} */

/*
TS - 166 End
*/
.purple-btn{
	background-color: #6a215f;
	border: 1px solid #441d40;
	color: #ffffff;
	position: relative;
	text-transform: uppercase;
	text-align: left;
}
.purple-btn:hover, .purple-btn:focus{
	background-color: #7c477a;
	border: 1px solid #441d40;
	color: #ffffff;
	outline: none;
}
 .breakWord{word-break: break-word;}
 .error_symbol_wrap{display: table-cell; vertical-align: middle;width: 40px; }
 .customform .form-control.errblur,.customform .form-control.errkeypress,.customform .form-control.errfindaddress,.customform .form-control.errnoaddressfound,.customform .form-control.erremailformat,.customform .form-control.errfailure{background-color: white;border: 2px solid #f20a0a !important;}
 .customform .form-control.errblur,.customform .form-control.errkeypress,.customform .form-control.errfindaddress,.customform .form-control.errnoaddressfound,.customform .form-control.erremailformat,.customform .form-control.errfailure{background-color: white;border: 2px solid #f20a0a !important;}
.customform .err-msg {color:#f20a0a; margin:5px 0 0px; font-size:14px;word-break: break-word;}
.customform .err-msg .success { color:green;}
.customform  .err-msg span { display: none}
.dropdown.open .icon-arrowdown{ display:none}
.modal .btn.primary:hover {
	background: #9e398f;
    border:1px solid #3f0e3d;
    color: white;
}
.modal .btn.primary {
	background: #6a215f;
    border: 1px solid #3f0e3d;
    color: white;
    border-radius: 2px;
    font-size: 16px;
    font-family: "Ubuntu Regular";    
}
.icon-right:before {
  content: "\e915";
}

/**/
.logRegLink a {
    color: #414042 !important;
    cursor: pointer !important;
}
.usermenu .btn, .usermenu .btn:hover, .usermenu .btn:focus {
    color: #414042 !important;
 
}
.phone_number .dropdown.usermenu {
    padding: 6px;
}
.usermenu {
    float: right;
    padding: 9px 0;
}
.usermenu .btn, .usermenu .btn:hover, .usermenu .btn:focus {
    color: #fff;
    text-decoration: none;
    padding: 0px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.usermenu .icon-user {
    font-size: 26px;
    margin-right: 4px;
}
.usermenu span {
       font-size: 18px;
    vertical-align: middle;
}
.icon-user:before {
    content: "\e924";
}
.usermenu .icon-arrowdown, .usermenu .icon-arrowup {
    margin-left: 2px;
    top: 1px;
    position: relative;
}
.icon-arrowdown:before {
    content: "\e901";
}
.icon-arrowup:before {
    content: "\e902";
}
.dropdown .icon-arrowup {
    display: none;
}
.usermenu .icon-arrowdown, .usermenu .icon-arrowup {
    margin-left: 2px;
    top: 1px;
    position: relative;
}
.dropdown-menu.strockframe {
    overflow: visible !important;
    border: solid 1px #414042;
    margin-top: 4px;
    right: -14px;
    left: auto;
}
.dropdown-menu.strockframe li {
    position: relative;
    z-index: 2;
}
.dropdown-menu li a {
    font-size: 15px;
    text-decoration: none;
    color: #6a215f;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 20px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.dropdown-menu.strockframe:before {
    display: block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-left: solid 1px #414042;
    border-top: solid 1px #414042;
    content: "";
    position: absolute;
    right: 7%;
    top: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open > .dropdown-menu li a {
    padding-left: 12px;
    padding-right: 12px;
    white-space :normal;
}


.dropdown.usermenu.open .icon-arrowup {
    display: inline-block !important;
}
/*telephone booking payment page css*/
.telephone-confirm .popup, .popup .details-submit-btn1 {
    height: auto;
}
/* .telephone-confirm button.btn.btn-lg-default.complete-paymnet-btn.comfirm-yes-btn,.telephone-confirm button.btn.cancel_btn {
    color: #333;
    text-transform: uppercase;
    background: #d7eef4;
    float: initial;
    width: auto;
    height: auto;
    float: right;
} */
span#alert-telephone {
    font-size: 14px;
    display: block;
    color: red;
    margin: 10px -10px;
}
 .telephone-confirm .popup_footer.clearfix {
    text-align: right;
}
#cancel-payment button,.telephone-confirm button.btn.btn-lg-default.complete-paymnet-btn.comfirm-yes-btn{
	 color: #333;
    text-transform: uppercase;
    background: #d7eef4;

    width: auto;
  
        margin: 0 10px;
    height: auto;
}

.telephone-h2{
	font-size: 23px;
	margin-bottom:15px !important
}
.p-0{
	padding:0;
}
.telephone-total-payment-summary{
	font-family: "Ubuntu Regular";
	padding-left: 0;
	padding-right: 0;
	/* width: 300px; */
}

.telephone-total-payment-wrapper .telephone-total-payment-label{ font-family: "Ubuntu Medium";font-size: 16px;float:left;}
.telephone-total-payment-wrapper span.telephone-total-payment-summary{ font-family: "Ubuntu Medium";font-size: 16px;float:right; text-align:right;}
.telephone-reference-entry{
	margin-bottom: 12px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;	
}
.telephone-reference-entry label{
	float: left;
	font-size: 16px;
	margin-bottom: 12px;
	width: 100%;
}
.telephone-total-payment-summary-header{
	margin-bottom: 36px;
	position: relative;
}
.telephone-total-payment-summary-header .summary-heading{
	font-size: 18px;
	color: #6a215f;
	margin: 0;
	padding-left:40px;
}
.telephone-total-payment-wrapper{
	border: 1px solid #eaeaea;
	clear:both;
	background-color: #fff;
	border-radius: 2px;
	padding: 0 10px;
	margin:10px 0; height: 60px; line-height: 60px;
}
.telephone-total-payment-reference-entry{
	margin-bottom: 12px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;	
}
.telephone-total-payment-reference-entry label{
	float: left;
	font-size: 16px;
	margin-bottom: 12px;
	width: 100%;
}
.telephone-total-payment{
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.telephone-total-payment-reference{
	padding:0;
	width:100%;
}
.prompt-message{
	border: 1px solid #eaeaea;
    float: left;
    background-color: #fff;
    border-radius: 2px;
    margin-top:15px ;
}
.prompt-message label{
	margin-top:10px ;
	margin-bottom:10px ;
}
.payment-back {
    height: 31px;
    text-align: left;
    min-width: 140px;
}
.payment-back .custom-select-ico, .reset-ico {
    transform: rotate(270deg);
    top: -4px;
}


/* added media query for banner*/
/* @media ( max-width : 345px) {
	.setBanner {
		margin-top: 245px;
	}
}

@media ( min-width : 346px) and (max-width: 375px) {
	.setBanner {
		margin-top: 225px;
	}
}

@media ( min-width : 376px) and (max-width: 431px) {
	.setBanner {
		margin-top: 205px;
	}
}

@media ( min-width : 432px) and (max-width: 514px) {
	.setBanner {
		margin-top: 185px;
	}
}

@media ( min-width : 515px) and (max-width: 540px) {
	.setBanner {
		margin-top: 165px;
	}
}

@media ( min-width : 541px) and (max-width: 631px) {
	.setBanner {
		margin-top: 145px;
	}
}

@media ( min-width : 632px) and (max-width: 767px) {
	.setBanner {
		margin-top: 165px;
	}
}

@media ( min-width : 768px) and (max-width: 1000px) {
	.setBanner {
		margin-top: 70px;
	}
}

@media ( min-width : 1001px) {
	.setBanner {
		margin-top: 35px;
	}
} */
/*SELT - 52 START*/
 #onload_popup.overlay,#onload_IEpopup.overlay,#testProtectPopup.overlay {overflow-x:auto; position:fixed; top: 0;bottom: 0;left: 0;right: 0; height:auto;   background: rgba(45, 45, 45, 0.3);transition: opacity 500ms;visibility: visible;opacity: 1; display:none; z-index:100;}

#testProtectPopup.overlay .onload_popup_content{ width: 361px; height:363;  border-radius:3px; background:#fff; position:absolute; top:45px; left:0; right:0; margin:auto;  -webkit-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
-moz-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);}

#testProtectPopup.overlay .onload_popup_header img.popup_banner{width: 416px; height: 178px;border-radius:3px 3px 0 0;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_header{height: auto; background: none;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text{padding: 20px;color: #414042;font-family: "Ubuntu Regular"; font-size:14px; line-height:18px;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text h3{color: #0096c1;font-family: "Ubuntu Regular"; font-size: 20px; line-height: 20px; margin: 10px 0 22px 0;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text p{margin: 0 0 10px 0;text-align: centre;color: #414042;font-family: "Ubuntu Regular"; font-size:14px; line-height:18px;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text ul{padding-left: 15px;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text ul li{margin-bottom: 5px;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text button
	{
	float: right;
	margin-top: 10px;
	margin-inline: 5px;
	margin-right: 0px;
	padding: 3px 12px 4px;
	border-radius: 2px;
	border: 1px solid #441d40;
}

@media (max-width:767px){
#testProtectPopup.overlay .onload_popup_content{width: 292px;top:14px;}	
#testProtectPopup.overlay .onload_popup_header img.popup_banner{width: 100%; height: 130px;border-radius:3px 3px 0 0;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text h3{margin: 0px 0 15px 0;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text p,#testProtectPopup.overlay .onload_popup_content .onload_popup_text ul li{margin-bottom: 5px; font-size: 13px; }
#testProtectPopup.overlay .onload_popup_content .onload_popup_text button{margin-top: 5px}
}
.onload_popup_content .onload_popup_header.test_protect .popup_ico .test_protect {  width: 32px;height:34px;overflow: hidden;margin: 25px auto 14px;}
.onload_popup_content .onload_popup_text .test_protect {widows: 100%; float: none; padding: 0px 20px 28px;}
.onload_popup_content .onload_popup_text .test_protect button{position: relative;}
#testProtectPopup.overlay .onload_popup_content .onload_popup_text input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
};

@media (max-width:767px){	
.onload_popup_content .onload_popup_text button.result-select-btn{float: none;} 
}


.success-proceed-btn {
    float: right;
    height: 38px;
    width: 230px;
}

.success-proceed-btn .continue-ico{top: -2px;}

.btn_continue_test_protect{color: #ffffff ;width:105px}
.btn_continue_test_protect .continue-ico{right:-5px; top : -7px}
#errorMessageTestProtect
{
	display: table-cell;
    vertical-align: middle;
    line-height: 1.4em;
    font-family: "Ubuntu Regular";
    font-size: 16px;
    color: #f20a0a;
}
#processingImageTestProtetctPopup .processing_wrapper  .processing_img{margin:40% auto; height:120px;  overflow: hidden;width:120px; position: relative;}
#processingImageTestProtetctPopup .processing_wrapper  .processing_img .sprite{top:-8728px;left: 0;position: relative;}
#processingImageTestProtetctPopup.overlay{background: rgba(255,255,255,0.7); position: absolute;}
#processingImageTestProtetctPopup .processing_wrapper .processing_img{margin: 30% auto;}\
#processingImageTestProtetctPopup.popup_open{background: rgba(255,255,255,0.7); z-index: 10; opacity:1; visibility: visible;position: fixed}
#preloaderTestProtectPopup{
    position:absolute;
    width:90px;
    height:90px;
    border-top:3px solid #3498db;
    border-bottom:3px solid #3498db;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-radius:165px;
   	top:0;
    left:0;
	animation-name: rotate;-webkit-animation-name: rotate;
	animation-duration: 1.5s;-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;-webkit-animation-timing-function: linear;
}
span.preloader_span_test_protect_popup{position:absolute;padding:34px 44px 18px 18px; display: block;width: 100%; text-align: center;
   font-size: 13px;color: #0096c1;font-family: "Ubuntu Regular";}
#onload_popup.overlay,#onload_IEpopup.overlay,#examProtcetPopup.overlay {overflow-x:auto; position:fixed; top: 0;bottom: 0;left: 0;right: 0; height:auto;   background: rgba(45, 45, 45, 0.3);transition: opacity 500ms;visibility: visible;opacity: 1; display:none; z-index:100;}
#examProtcetPopup.overlay .onload_popup_content{ width: 416px; border-radius:3px; background:#fff; position:absolute; top:45px; left:0; right:0; margin:auto;  -webkit-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
-moz-box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);
box-shadow: 2px 2px 10px 0px rgba(104,104,104,1);}
#examProtcetPopup.overlay .onload_popup_header img.popup_banner{width: 416px; height: 178px;border-radius:3px 3px 0 0;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_header{height: auto; background: none;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text{padding: 20px;color: #414042;font-family: "Ubuntu Regular"; font-size:14px; line-height:18px;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text h3{color: #0096c1;font-family: "Ubuntu Regular"; font-size: 20px; line-height: 20px; margin: 10px 0 22px 0;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text p{margin: 0 0 10px 0;text-align: left;color: #414042;font-family: "Ubuntu Regular"; font-size:14px; line-height:18px; word-break:break-word;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text ul{padding-left: 15px;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text ul li{margin-bottom: 5px;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text button{float: right; margin-top: 28px;}

@media (max-width:767px){
#examProtcetPopup.overlay .onload_popup_content{width: 292px;top:14px;}	
#examProtcetPopup.overlay .onload_popup_header img.popup_banner{width: 100%; height: 130px;border-radius:3px 3px 0 0;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text h3{margin: 0px 0 15px 0;}
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text p,#examProtcetPopup.overlay .onload_popup_content .onload_popup_text ul li{margin-bottom: 5px; font-size: 13px; word-break:break-word; }
#examProtcetPopup.overlay .onload_popup_content .onload_popup_text button{margin-top: 10px}
}
.booking_bundle_summary_box{border-bottom: 1px solid #d8d8d8}
#TestProtectResponseError
{
	margin-left:0px;
}
/*SELT - 52 END*/