div.input-group.date.input-daterange.size{
    width:140px;
    height:20px;
    
}
select#course.form-control.dropdown-toggle.cell.Autosearch.noclick.size{
    width:140px;
    height:40px;
}
.form-control.dropdown-toggle.cell.Autosearch.noclick{
    color:#111;
}
.hex_btn {
	border: none;
	color:white;
	height: 40px;
	background-color: #ee5a50;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
}
a.btn .view-details-btn .next-batch-enroll{
   color:white; 
}

.search-form {
	z-index: 1;
}

.search-form {
	bottom: -100px;
}

.search-form {
	position: absolute;
	width: 100%;
	bottom: 126px;
	left: 0;
	right: 0;
}

.destination-stuk {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.destination-stuk li {
	position: relative;
}

.destination-stuk li {
	list-style: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

* {
	box-sizing: border-box;
}

* {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.cell {
	border-radius: 0px;
	background-color: rgba(119, 131, 144, 0.52);
	text-align: left;
	padding-left: 38px;
	color: #fff;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cell {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 0px;
}

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

.destination-stuk li select,
.destination-stuk li button,
.destination-stuk li input,
.destination-stuk .input-group {
	width: 100%;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group input,
.drop-list input {
	height: 40px;
}

.destination-stuk li .search-icon {
	position: absolute;
	top: 12px;
	left: 15px;
	font-size: 16px;
	color: #fff;
	z-index: 2;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

input::placeholder {
	color: white;
	text-color: white;
	font-size: 1.2em;
	font-style: italic;
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
	.logo {
		max-width: 60px;
		max-height: 56px;
	}
	.main-header {
		height: 80px;
	}
}

.course-schedule-form {
	position: relative;
	padding-left: 32px;
	padding-right: 10px;
}

footer {
	/*background: url(../images/footer-bg-new.jpg) repeat 0 0; */
	margin-top: 2px solid #e0e0e0;
	color: #cdcdcd;
	padding: 30px;
	background: #282c35;
	width: 100%;

}

.footer-bottom a {
	color: #cdcdcd;
	padding: 4px;
	font-size: 14px;
	font-family: ProximaNova, Arial, Helvetica Neue, sans-serif;
	;
	clear: both;
	float: none;
	display: block;
}

.logo {
	padding-top: 15px;
	height: 100px;
	width: 100px;
}

.contact-button-link {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-bottom: 1px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	background: #2f3338;
	color: #fff;
	position: relative;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	transition: all 250ms;
}

#contact-buttons-bar.slide-on-scroll {
	position: fixed;
}

#contact-buttons-bar {
	position: fixed;
	top: 90px;
	left: -40px;
	width: 40px;
	z-index: 999;
}

.contact-button-link.facebook,
.social-link.facebook {
	background: #3b5998;
}

.contact-button-link.twitter,
.social-link.twitter {
	background: #1da1f3;
}

.contact-button-link.linkedin,
.social-link.linkedin {
	background: #0077b5;
}

.contact-button-link.youtube,
.social-link.youtube {
	background: #e62117;
}

.contact-button-link.pinterest,
.social-link.pinterest {
	background: #cc2127;
}

.contact-button-link.instagram,
.social-link.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.header_area {
	background-color: rgba(24, 24, 24, 1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 999;
}

.header_area:before {
	background-color: #ee5a50;
	display: block;
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.navbar {
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
	position: relative;
}



@media only screen and ( max-width: 40em)
/* 640 */

{
	#nav {
		position: relative;
	}
	#nav>a {}
	#nav:not( :target)>a:first-of-type,
	#nav:target>a:last-of-type {
		display: block;
	}
	/* first level */
	#nav>ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	#nav:target>ul {
		display: block;
	}
	#nav>ul>li {
		width: 100%;
		float: none;
	}
	/* second level */
	#nav li ul {
		position: static;
	}
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.scrollable-child {
	overflow-y: auto;
}

.outer {
	background: #f5f5f5;
	padding: 15px;
	box-shadow: 0 0 10px 0;
	border-radius: 10px;
	position: relative;
	z-index: 3;
}

form {
	display: block;
	margin-top: 0em;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

user agent stylesheetinput[type="hidden" i] {
	display: none;
	-webkit-appearance: initial;
	background-color: initial;
	cursor: default;
	padding: initial;
	border: initial;
}

input {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark-color(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	-webkit-appearance: textfield;
	background-color: -internal-light-dark-color(white, black);
	-webkit-rtl-ordering: logical;
	font: 400 13.3333px Arial;
}

element.style {
	font-weight: bold;
	color: #F00;
	display: none;
}

label {
	font-size: .875rem;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.outer span {
	/* color: #3085de !important; */
	color: #3085de !important;
	font-weight: 600;
}

.color {
	color: #111;
}

@media (min-width: 640px).phone {
	margin: 0px auto;
	width: 238px;
	display: inherit;
}

@media (min-width: 640px).col-sm-3 {
	margin: 0 auto;
}

@media (min-width: 640px).col-sm-2,
.col-sm-3 {
	display: inline-block;
}

.pull-right {
	float: right;
}

.phone {
	background: none repeat scroll 0 0 #ee5a50 ;
	border-radius: 3px;
	margin-left: 25px;
	margin-top: 17px;
	min-height: 30px;
	padding-top: 5px;
	width: 240px;
}

.pull-right {
	float: right!important;
}

@media (min-width: 768px).col-sm-3 {
	width: 25%;
}

.phn {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin: 0 5px;
	padding: 0;
}

.bb {
	background: blue;
}