@charset "utf-8";

/* ============================== */
/*
 Title: Multipurpose Plaza Landing Page - Dating / Cupid Version
 */
/* ============================== */

/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/* Fonts Imported From Local Folder */
@import url("font/bebasstyle.css");

/*Google Fonts: Roboto*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

/* styles selects */
@import url("bootstrap-select.min.css");

/* styles radios checkboxes */
@import url("jstyling.css");

/* helpers */
@import url("helpers.css");

/* Gototop */
@import url("gototop/ui.totop.css");

/* responsive Slides */
@import url("responsiveslides.css");

/* animations */
@import url("animations/animate.css");

/* grid galery */
@import url("grid/grid-style.css");

/* Reset Styles -----------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
small,
strong,
ol,
ul,
li,
form,
label,
table,
caption,
tr,
td,
footer,
header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	scroll-behavior: smooth;
}

footer,
header,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	font-family: 'Droid Serif', serif;
	background-color: #fff;
	font-size: 62.5%;

}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

a {
	outline: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #002664;
	font-weight: normal;
	margin: 1em 0;
}

/* Header ------------------------------------*/
header {
	background: #002664;
	border-bottom: 1px solid #002664;
	padding: 10px 0 8px 0;
}

header .slogan {
	margin: 5px 0 0 10px;
	line-height: 38px;
	color: white;
	font-size: 12px;
}

.btn-login {
	font-family: 'Roboto', sans-serif;
	background: #db0402;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	color: white;
	display: block;
	float: right;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	width: auto;
	padding: 0 15px;
	overflow: hidden;
	-webkit-transition: 700ms linear all;
	-moz-transition: 700ms linear all;
	-ms-transition: 700ms linear all;
	-o-transition: 700ms linear all;
	transition: 700ms linear all;
	margin-left: 13px;
}

.btn-login a {
	color: white;
}

.btn-login * {}

/*.btn-login.show {
	width: 417px;
}*/
.btn-login.show .toggleText {
	display: none;
}

.btn-login.show .form-inline {
	opacity: 1;
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #253458;
}

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
	margin-bottom: 18px;
}

.btn-group>.btn:first-child {
	background: #34497c;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: arial;
	padding: 17px 0;
	color: #939497;
}

.bootstrap-select.btn-group .dropdown-menu {
	max-height: 146px !important;
	margin
}

.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #FFFFFF;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 0;
}

.btn-login .form-inline {
	opacity: 0;
	-webkit-transition: 300ms linear all 700ms;
	-moz-transition: 300ms linear all 700ms;
	-ms-transition: 300ms linear all 700ms;
	-o-transition: 300ms linear all 700ms;
	transition: 300ms linear all 700ms;
}

.btn-login .input-prepend .add-on:first-child,
.btn-login .input-prepend .btn:first-child {
	background: none repeat scroll 0 0 white;
	border: 0 none;
	border-radius: 0 0 0 0;
	vertical-align: inherit;
}

.btn-login input.span2,
.btn-login textarea.span2,
.btn-login .uneditable-input.span2 {
	border: 0 none;
	border-radius: 0 0 0 0;
	font-family: inherit;
	font-size: 12px;
	padding: 2px 5px;
	width: 106px;
	min-height: 20px !important
}

.btn-login .input-append .add-on,
.btn-login .input-prepend .add-on {
	padding: 2px 2px;
}

.btn-login button.btn,
.btn-login input.btn[type="submit"] {
	background: none repeat scroll 0 0 #FF3333;
	border-radius: 0 0 0 0;
	padding: 2px 15px;
	font-family: inherit;
	font-size: 15px;
}

.btn-login .form-search .input-append,
.btn-login .form-inline .input-append,
.btn-login .form-search .input-prepend,
.btn-login .form-inline .input-prepend {
	margin-right: 5px;
}

.input-prepend .add-on i,
.input-prepend .btn i {
	color: #ccc;
	font-size: 1.2em;
}

.btn-login a {
	display: inline-block;
}

.btn-login form {
	display: inline-block;
}

.btn-login .toggle {
	background: url("../img/ico-login.png") repeat scroll 0 0 transparent;
	display: inline-block;
	height: 18px;
	margin: 0 10px 0 0;
	position: relative;
	top: 5px;
	width: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}



/* Form ------------------------------------*/
.join-form {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 64.5px);
	min-height: 600px;
}

.join-form .container {
	margin-bottom: 25px;
}

.slider-container {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.solgan {
	width: 730px;
	margin-left: 15px;
	position: absolute;
	z-index: 1000;
	margin-top: 25px;
	float: left;
}

.solgan h1 {
	font-size: 54px;
	text-transform: uppercase;
	padding: 0;
	margin: 25px 0px 0px;
	font-family: 'Oswald', sans-serif;
	color: #002664;
	margin-left: 70px;
	/*-webkit-text-stroke: 1px #FFF;
   text-shadow:
       1px 1px 0 #FFF,
     1px 1px 0 #FFF,  
      1px 1px 0 #FFF,
      1px 1px 0 #FFF,
       1px 1px 0 #FFF;*/
	font-weight: 700;
	line-height: 64px;
}

.solgan h1 span {
	font-size: 35px;
}

.solgan h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	color: #0d0d0d;
	margin-left: 70px;
	line-height: 34px;
	padding: 6px 8px 6px 0px;
	width: 500px;
	font-weight: 300 !important;
	margin-top: 10px;
	letter-spacing: -0.5px;
}

.join-form .container {
	position: relative;
	z-index: 999;
}

.join-form .rslides {
	height: 100%;
	position: absolute;
	width: 100%;
}

.join-form .rslides_tabs {
	bottom: 10px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

.join-form .rslides_tabs li {
	display: inline-block;
	margin: 0 3px;
}

.join-form .rslides_tabs li a:hover,
.join-form .rslides_tabs li.rslides_here a {
	background-position: 0 0;
}

.join-form .rslides_tabs li a {
	background: url("../img/bg-nav.png") repeat scroll 0 100% transparent;
	display: block;
	height: 19px;
	text-indent: -9999px;
	width: 19px;
}

.join-form {
	position: relative;
	overflow: hidden;
}

.join-form .formFoot {
	background: url("../img/bg-form-foot.png") repeat scroll 0 0 transparent;
	bottom: 65px;
	height: 101px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.join-form .formFoot:before,
.join-form .formFoot:after {
	bottom: -15px;
	content: " ";
	display: block;
	width: 20px;
	height: 116px;
	position: absolute;
	top: 0;
}

.join-form .formFoot:before {
	background: url("../img/bg-form-foot-right.png") repeat scroll 0 0 transparent;
	right: -20px;
}

.join-form .formFoot:after {
	background: url("../img/bg-form-foot-left.png") repeat scroll 0 0 transparent;
	left: -20px;
}

.join-form .formFoot .btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #253458;
	border-radius: 3px 3px 3px 3px;
	color: #fba702;
	display: block;
	font-size: 22px;
	margin: 23px auto;
	max-width: 100%;
	padding: 17px 10%;
}

.join-form .formFoot .btn:hover {
	background: #4b69b1;
}

#joinForm .row-fluid [class*="span"] {
	margin-bottom: 9px;
}

.help-block.footForm {
	padding-top: 143px;
}

.form-container {
	background: #00266412;
	margin: 0 auto;
	max-width: 800px;
	padding: 20px 15px;
	position: relative;
	width: 100%;
	border: 1px solid #002664;
}

.form-container iframe .info {
	display: none;
}

.form-container .form-heading {
	color: white;
	font-size: 2.4em;
	background: url(../img/bg-legend.png) repeat-x 50% 50%;
	text-transform: uppercase;
}

.form-container .form-heading span {
	background: #4b69b1;
	padding: 0 11px;
}

.form-container p {
	color: #002664;
	font-size: 1.4em;
	margin-bottom: 1.5em;
	font-weight: 500;
}

.formSubheading {
	font-family: 'Roboto', sans-serif;
	font-size: 20px !important;
	line-height: 30px;
	margin-bottom: 15px !important;
}

.wufoo input.btTxt {
	background-color: #fba702 !important;
	border-radius: 0 !important;
	width: 150px;
	color: #34497c !important;
	font-family: 'Oswald', sans-serif !important;
	font-size: 20px !important;
	text-transform: uppercase;
}

.wufoo input.radio {
	margin-top: 4px !important;
}

#foli6 fieldset div span {
	margin-right: 6px !important;
}

.helpText {
	margin-bottom: 0 !important;
	margin-top: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
	padding-left: 18px;
	line-height: 20px;
}

.form-container form select,
.form-container form input[type="text"],
.form-container form input[type="email"],
.form-container form input[type="password"],
.form-container form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #34497c;
	height: 44px;
	margin: 0 0 6px;
	padding: 4px 5px;
	width: 100%;
	color: white;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.form-container form select:focus,
.form-container form input[type="text"]:focus,
.form-container form input[type="password"]:focus,
.form-container form textarea:focus {
	background: #253458;
	box-shadow: none;
}

.wufoo label.desc,
.wufoo legend.desc {
	color: #FFF !important;
	font-size: 5px !important;
	visibility: hidden;
}

.wufoo legend.desc {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.wufoo li div,
.wufoo li span,
.wufoo li div label,
.wufoo li span label {
	color: #FFF !important;
}

.join-form h4 {
	color: white;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
}

.jstyling-checkbox,
.jstyling-radio {
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

.jstyling-select {
	border: 0 none;
	cursor: pointer;
	width: 100%;
}

.jstyling-select {
	margin: 0 0 20px;
}

.jstyling-select-l {
	background: none repeat scroll 0 0 #FFFFFF;
	border-width: 0;
	left: 0;
	max-height: 124px;
	top: 45px;
}

.jstyling-select-l div {
	background: none repeat scroll 0 0 #000000;
	border-top: 1px dotted #CCCCCC;
	color: white;
	font-size: 12px;
	height: auto;
	padding: 9px 5px;
}

.jstyling-select-t {
	font-family: arial;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	text-indent: 8px;
	width: 100%;
}

.jstyling-select-s {
	-moz-box-sizing: border-box;
	background: url("../img/jcusel-select.png") no-repeat scroll right top #004969;
	border: 0 none;
	color: white;
	height: 45px;
	line-height: 38px;
	padding: 0;
	width: 100%;
}

.jstyling-select-s {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../img/jcusel-select.png") no-repeat scroll right top #004969;
	color: white;
	height: 45px;
	line-height: 45px;
	width: 100%;
}

.radio,
.checkbox {
	position: relative;
}

.inline.male span,
.inline.female span {
	background: none no-repeat scroll 0 0 transparent;
	display: block;
	height: 30px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: -5px;
	width: 15px;
}

.inline.male span {
	background-image: url("../img/ico-male.png");
}

.inline.female span {
	background-image: url("../img/ico-female.png");
}

.help-block {
	color: white;
	font-size: 12px;
}

.help-block a {
	color: white;
	text-decoration: none;
}

.help-block a:hover {
	color: white;
	text-decoration: underline;
}





/* Generic Section ----------------------------*/
.generic-section .container h2 {
	line-height: 0.9em;
	margin: 0 0 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 3.1em;
	line-height: 1.3em;
	text-align: left;
	left: 0px;
}

.generic-section .container .intro-text {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #555555;
}

.generic-section .container {
	position: relative;
	z-index: 2;
}

.tips.first.generic-section .container .intro-text {
	margin-bottom: 2.9%;
}

.tips.first.generic-section {
	padding: 5.7% 0 3.7%;
}

.tips.why.generic-section .container .intro-text {
	margin-bottom: 3.3%;
}

.tips.why.generic-section {
	padding: 50px 0;
	background: url(../img/bg.png);
	border-top: 1px solid #ececec;
}


/* Features ----------------------------*/
.tips.generic-section {
	background: url("../img/patterns/01.png") repeat #F4F4F4;
}

.tips.generic-section .container .btn.btn-success {
	margin: 0 0 1em;
}

.tips .item {
	padding: 0;
	cursor: pointer;
}

.tips .item span.ico {
	position: relative;
}

.tips .item span.ico:after {
	border-color: #34497c transparent transparent;
	border-right: 10px solid transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	bottom: -10px;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: 0;
	position: absolute;
	width: 0;
}

.tips .item h4 {
	color: #34497c;
	font-size: 2.2em;
	margin: 0 0 0.5em;
	font-weight: bold;
}

.tips .item p {
	font-size: 13px;
	color: #555555;
	line-height: 24px;
}

.tips .item span.ico {
	background: none repeat scroll 0 0 #34497c;
	display: block;
	height: 0;
	margin: 0 auto 25px;
	padding-bottom: 63%;
	width: 100%;
}

.tips .item:hover span.ico {
	background: #fba702;
}

.tips .item:hover span.ico:after {
	border-top-color: #fba702;
}

.tips .item:hover h4,
.tips .item:hover p {
	color: #253458;
}

.tips .item span.ico img {
	height: auto;
	margin-top: 11%;
	width: 40%;
}



/* Why ----------------------------*/
.tips .item .avatar {
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 0 auto 9%;
	max-width: 251px;
	overflow: hidden;
	position: relative;
}

.tips .item:hover .avatar span {
	top: 0%;
}

.tips .item .avatar img {
	opacity: 1;
	z-index: 3;
	position: relative;
	-webkit-transition: 500ms linear all;
	-moz-transition: 500ms linear all;
	-ms-transition: 500ms linear all;
	-o-transition: 500ms linear all;
	transition: 500ms linear all;
	display: block;
}

.tips .item:hover .avatar img {
	opacity: 0;
}

.tips .item .avatar span {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: #34497c;
	top: 0;
	left: 0;
	z-index: 1;
}

.tips .item .avatar span em {
	font-style: normal;
	color: white;
	display: block;
	font-family: 'BebasRegular';
	font-size: 3.9em;
	line-height: 1.5em;
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	width: 100%;
}

.why.generic-section {
	background: none repeat scroll 0 0 white;
}

/*Schedule Date*/

.schedule-date {
	color: #002664 !important;
	margin-bottom: 15px;
	font-weight: 600;
}

/* Testimonials ----------------------------*/
.testimonials {
	background: url("../img/testimonials-bg.jpg") repeat scroll 0 0 /cover transparent;
	padding: 7.4% 0 9.5% 0;
}

.testimonials .span12 {
	padding: 0 12%;
}

.list-testimonials,
.list-testimonials li {
	color: #253458;
	list-style: none outside none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.list-testimonials li img {
	display: block;
	float: none;
	height: auto !important;
	margin: 0 auto 3%;
	width: auto !important;
	border: 4px solid rgba(0, 0, 0, 0.1);
}

.list-testimonials li p.comment {
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 40px;
}

.list-testimonials li p.date {
	font-size: 1.4em;
	margin-top: 2.5%;
	position: relative;
	text-transform: uppercase;
	padding: 1.4% 25px 0;
}

.list-testimonials li p.date span {
	position: absolute;
	width: 32px;
	top: 0px;
	left: 50%;
	height: 2px;
	display: block;
	margin-left: -16px;
	background: #253458;
}

.row-fluid {
	position: relative;
}

.rslides_nav {
	background: url("../img/arrows.png") repeat scroll 0 0 transparent;
	display: block;
	height: 40px;
	margin-top: 17%;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 22px;
	z-index: 99;
}

.rslides_nav.prev {
	left: 0;
}

.rslides_nav.next {
	right: 0;
	background-position: 100% 0;
}

.generic-section p {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
}


/* Video ----------------------------*/
.generic-section {
	padding: 5.7% 0;
}

.video.generic-section {
	padding: 2.5% 0 2.5%
}

.video.generic-section .container .intro-text {
	margin-bottom: 3.3%;
}

.list-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-features li {
	background: url("../img/bul-list.png") no-repeat scroll 0 0 transparent;
	color: #555555;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 1.5em;
	padding-left: 32px;
	font-family: 'Roboto', sans-serif;
}





/* Gallery --------------------------------------------------------*/
.generic-section.wall {
	padding: 3.5% 0 1% 0;
}

.generic-section.wall .container .intro-text {
	margin-bottom: 0.4em;
}

.video.generic-section {
	padding: 2.5% 0 2.5%;
}

.genericBox h3 {
	color: #FE9900;
	font-family: 'BebasRegular';
	font-size: 3.5714em;
	line-height: 1.3em;
	margin: 1em 0 0.5em;
	text-align: center;
}

#gallery {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#gallery li {
	float: left;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0px;
}

#gallery li img {
	display: block !important;
	position: absolute;
	width: 100%;
	height: 100%;
}

#gallery li[data-size="1"] {
	width: 33.3%;
	padding-bottom: 33.3%;
}

#gallery li[data-size="2"] {
	width: 66.6%;
	padding-bottom: 33.3%;
}

#gallery li[data-size="3"] {
	width: 33.3%;
	padding-bottom: 66.6%;
}

#gallery li[data-size="4"] {
	width: 66.6%;
	padding-bottom: 66.6%;
}

#gallery li a {
	/*border: 4px solid #161616;*/
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

#gallery .col {
	float: left;
	width: 33.33333%;
	overflow: hidden;
}

#gallery li a div i:before {
	color: #141414;
	display: block;
	font-size: 60px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}

#gallery li a div {
	display: none;
	background: #F6AE42;
	background: rgba(255, 51, 52, 0.89);
	bottom: -100%;
	color: #FFFFFF;
	height: 100%;
	padding: 7px 0;
	position: absolute;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
	z-index: 9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#gallery li a:hover div {
	bottom: 0;
}

#gallery li a img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	-moz-transition: all 1.2s ease 0s;
	-webkit-transition: all 1.2s ease 0s;
	transition: all 1.2s ease 0s;
	left: 0;
	top: 0;
}

#gallery li a:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	zoom: 1.2;
}


/* Pricing Tables ----------------------------*/
.generic-section.pricing {
	padding: 3.9% 0 7.5%;
}

.generic-section.pricing .container .intro-text {
	margin-bottom: 2.1em;
}

.pricing {
	position: relative;
}

.pricing .item {
	background: #4b69b1;
}

.pricing .item h3 {
	color: #fba702;
	font-size: 2.5em;
}

.pricing .item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pricing .item ul li {
	border-bottom: 1px solid #5a75b6;
	display: block;
	line-height: 3em;
	color: #ffffff;
	font-size: 1.4em;
}

.pricing .item .btn {
	margin: 5%;
}

.btn {
	font-family: 'BebasRegular';
	background: #253458;
	border: 0 none;
	color: white;
	text-shadow: none;
}

.pricing .btn-large {
	border-radius: 3px;
	font-size: 1.8em;
	font-weight: 300;
	padding: 15px 40px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #68080a;
	color: #FFFFFF;
}

.pricing .item:hover {
	background: #fba702;
}

.pricing .item:hover h3 {
	color: #253458;
}

.pricing .item:hover ul li {
	border-color: #f9ac14;
	color: #fff;
}

.pricing .item:hover .btn {
	background: #253458;
	color: #fba702;
}





/* Newssletter -----------------------*/
.newsletter {
	background: #fba702;
	padding: 2.6% 0 1.9% 0;
}

.newsletter .fields {
	text-align: center;
}

.newsletter .fields label {
	color: white;
	display: inline-block;
	font-size: 2.4em;
	font-weight: 300;
	margin: 0 5px;
	padding: 0;
	position: relative;
	top: 0px;
	white-space: nowrap;
	padding: 10px 10px;
}

.newsletter .fields input {
	display: inline-block;
	border-radius: 2px;
}

.newsletter .fields input.btn {
	width: auto;
	height: auto;
	background: #af7501;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 300;
	border: 0;
	border-radius: 4px;
	padding: 14px 20px;
	margin: 0;
	vertical-align: top;
}

.btn {
	box-shadow: none;
}

.newsletter .fields input.btn:hover {
	background-color: #976401;
}

.newsletter .fields input.large {
	border: 0 none;
	color: #999999;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 10px 10px;
	padding: 16px 10px;
}

.newsletter .fields div {
	display: inline-block;
}

section {
	overflow: hidden;
}




/* Footer ----------------------------*/
.footer {
	background: #1c2023;
	color: #fff;
}

.footer .container.generic-section {
	padding: 20px 0 30px 0;
}

.footer .item h3 {
	color: #fba702;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
}

.footer .item p {
	color: #CBCCCE;
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-family: 'Roboto', sans-serif;
}

.footer .item p a {
	color: #CBCCCE;
	font-family: Arial, Helvetica, sans-serif;
}

.footer .item p a:hover {
	color: #fba702;
}

ul.social {
	margin: 0;
	padding: 0;
}

ul.social li {
	display: inline-block;
	padding: 0 1%;
}

ul.social li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

ul.social li a:hover {
	background-position: 0 100% !important;
}

ul.social li a.in {
	background: url(../img/ico-social-in.png);
}

ul.social li a.youtube {
	background: url(../img/ico-social-youtube.png);
}

ul.social li a.facebook {
	background: url(../img/ico-social-facebook.png);
}

ul.social li a.twitter {
	background: url(../img/ico-social-twitter.png);
}

ul.social li a.gplus {
	background: url(../img/ico-social-gplus.png);
}

ul.social li a.insta {
	background: url(../img/insta.png);
}

ul.social .tooltip .tooltip-inner {
	background: white;
	color: black;
}

ul.social .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}

.fcontainer {
	max-width: 1150px;
	position: relative;
}




/* Copyright ----------------------------*/
.copy {
	background: #282b30;
	padding: 1% 0;
}

.copy p {
	color: #CBCBCB;
	font-size: 11px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
}

.copy a {
	color: #fff;
}

i[class^="icon-"] {
	height: auto;
	margin: 0 !important;
	padding: 0;
	width: auto;
}

[class^="icon-"],
[class*=" icon-"] {
	background: none;
}

#lang-menu.btn-group .btn.dropdown-toggle {
	background-color: #243357;
	margin-left: 7px;
	padding: 9px 19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#lang-menu .dropdown-menu>li>a {
	font-size: 13px;
	padding: 3px 20px;
}

#lang-menu .dropdown-menu {
	left: auto;
	right: 0;
}

#lang-menu .dropdown-menu>li>a img {
	margin-right: 5px;
}

.join-form .rslides img {
	/*min-width: 1468px;*/
}

.row-fluid.contact_content {
	padding-top: 10px;
	display: flex;
	justify-content: center;
}

line-height: 1.4;

/*Geebee Education*/
.geebee-edu {
	padding: 5.7% 0 3.9%;
	background: url(../img/bg.png);
	border-bottom: 1px solid #cecece;
}

.geebee-edu h2 {
	margin: 0 0 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	line-height: 1.3em;
	text-align: left;
}

.geebee-edu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.geebee-edu ul li {
	background: url("../img/bul-list.png") no-repeat scroll 0 0 transparent;
	color: #555555;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 1.5em;
	padding-left: 32px;
	font-family: 'Roboto', sans-serif;
}

.geebee-edu p {
	color: #313131;
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/*Geebee Services*/
.geebee-services {
	padding: 3% 0 3%;
	background: #002664;
}

.geebee-services h2 {
	margin: 0 0 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	line-height: 1.3em;
	text-align: left;
	color: #FFF;
}

.geebee-services ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.geebee-services ul li {
	background: url("../img/bul-list1.png") no-repeat scroll 0 0 transparent;
	color: #FFF;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 1.5em;
	padding-left: 32px;
	font-family: 'Roboto', sans-serif;
}

.geebee-services p {
	color: #FFF;
	display: block;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.visible-phone {
	display: none;
}

/*Banner*/
.banner-block {
	background: url(../img/bg-new.png) no-repeat center center/cover;
	height: calc(100vh - 64.5px);
	min-height: 460px;
	padding: 40px 0;
}

.banner-block.thankspage {
	background: url(../img/bg-new.png) no-repeat center right/cover;
	min-height: auto;
	height: 440px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.banner-block h1 {
	font-size: 54px;
	text-transform: uppercase;
	padding: 0;
	margin: 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	color: #002664;
	font-weight: 700;
	line-height: 64px;
}

.banner-block h1 span {
	font-size: 28px !important;
}

.banner-block h2 {
	font-size: 27px;
	color: #002664;
	line-height: 40px;
	padding: 6px 8px 0px 0px;
	width: 680px;
	font-weight: 500 !important;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.banner-block h2 span {
	font-size: 34px;
	text-transform: capitalize;
	color: #d52b1e;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
}

.banner-block h4 {
	font-size: 22px;
	color: #000;
	line-height: 26px;
	width: 630px;
	font-weight: 400 !important;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}

.banner-block h4 a {
	color: inherit;
}

.banner-block h5 {
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
	padding: 6px 12px;
	font-weight: 400 !important;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	background: #002664;
	border: 1px solid #FFF;
	display: inline-block;
	border-radius: 4px;
}

.banner-block.thankspage h2 {
	color: #002664;
	font-weight: 600 !important;
}

.banner-block .form-container {
	margin: 0% auto !important;
}

.banner-block .content-block.span6 {
	width: 55.718%;
}

.banner-block .form-block.span6 {
	width: 41.718%;
}

.banner-block .ul-list {
	margin-top: 20px;
}

.banner-block .ul-list li {
	background: url("../img/bul-list1.png") no-repeat scroll 0 4px transparent;
	font-size: 18px;
	color: #002664;
	padding-left: 25px;
	margin-bottom: 12px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.highlights-tab {
	background: #002664;
	padding: 30px 0;
}

.highlights-tab.thanksHighlights-tab {
	display: block;
}

.highlights-tab ul {
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.highlights-tab ul li {
	display: inline-block;
	margin: 0 17px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	background: url("../img/bul-list1.png") no-repeat scroll 0 0 transparent;
	padding-left: 25px;
	line-height: 18px;
}

.highlights-tab.thanksHighlights-tab ul li {
	margin: 0 10px;
	font-size: 15px;
}

.highlights-tab p {
	text-align: center;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin-top: 20px;
}

.country-of-study {
	padding: 60px 0;
	text-align: center;
}

.country-of-study .txt-content {
	background: #F5F5F5;
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	min-height: 108px;
	padding: 20px 10px;
}

.country-of-study h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 3.1em;
	line-height: 1.3em;
	margin-top: 0;
}

.country-of-study .txt-content h4 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.2;
	text-transform: uppercase;
	height: 60px;
}

.country-of-study .txt-content h4 span {
	border-bottom: 3px solid #fba702;
	width: 60px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

.country-of-study .txt-content p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

.tips h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 3.1em;
	line-height: 1.3em;
	margin-top: 0;
}

.tips ul li {
	display: inline-block;
	background: #FFF;
	margin: 10px 15px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 22px;
	border: 1px solid #fff;
	background: #002664;
	text-transform: uppercase;
	font-weight: 500;
	width: 140px;
	color: #FFF;
	transition: all .65s ease-in-out;
}

.tips ul li:hover {
	background: #fba702;
	color: #000;
}

.learning-courses {
	padding: 60px 0;
}

.learning-courses h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 3.1em;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 15px;
}

.learning-courses p {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 20px;
}

.learning-courses ul {
	margin-bottom: 20px;
}

.learning-courses ul li {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 8px;
	background: url("../img/bul-list1.png") no-repeat scroll 0 6px transparent;
	padding-left: 25px;
	line-height: 28px;
}

.learning-courses a {
	background: #db0402;
	color: #FFF;
	padding: 10px 30px;
	font-family: 'BebasRegular';
	margin-top: 0px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	line-height: 26px;
}

.participating-institutes {
	padding: 50px 15px;
	background: url(../img/bg.png);
	border-top: 1px solid #ececec;
}

.participating-institutes h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 3.1em;
	line-height: 1.3em;
	margin-top: 0;
	color: #002664;
	margin-bottom: 30px;
	text-align: center;
}

.participating-institutes h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.4em;
	line-height: 1.3em;
	margin-top: 0;
	color: #002664;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.smk_accordion .accordion_in .acc_content .country-img {
	margin: 0 auto;
	display: block;
}

/*animations*/
.left {
	position: relative;
	left: -3000px;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.right {
	position: relative;
	right: -3000px;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.bottom {
	position: relative;
	bottom: -1000px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.rotate {
	top: -3000px;
	opacity: 0;
	-moz-transform: rotate(-4000deg);
	-o-transform: rotate(-4000deg);
	-webkit-transform: rotate(-4000deg);
	-webkit-transition: all 2s;
	transition: all 2s;
}

.rotate-normal {
	opacity: 1;
	top: 0;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.contactBlock ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 42px;
	border-bottom: 1px solid #333;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.contactBlock ul.tabs li {
	margin: 0 2px;
	cursor: pointer;
	padding: 5px 20px;
	line-height: 31px;
	border: 1px solid #333;
	background-color: #FFF;
	color: #000;
	overflow: hidden;
	position: relative;
	display: inline-block !important;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.contactBlock .tab_last {
	border-right: 1px solid #333;
}

.contactBlock ul.tabs li:hover {
	background-color: #000;
	color: #FFF;
}

.contactBlock ul.tabs li.active {
	background-color: #000;
	color: #FFF;
	border-bottom: 1px solid #000;
	display: block;
}

.contactBlock .tab_container {
	clear: both;
	width: 100%;
	overflow: auto;
}

.contactBlock .tab_content {
	padding: 0px;
	display: none;
}

.contactBlock .tab_drawer_heading {
	display: none;
}

.scheduleBlock {
	padding: 50px 0 50px;
	background: url(../img/bg.png);
	border-bottom: 1px solid #cecece;
}

.scheduleBlock h2 {
	margin: 0 0 30px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 3.1em;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

.scheduleBlock h3 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

.scheduleBlock .blockCss {
	background: #FFF;
	border: 1px solid #ebebeb;
	padding: 12px 10px;
	margin-bottom: 15px;
}

.scheduleBlock h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #002664;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 1.2;
}

.scheduleBlock p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}

.scheduleBlock a.btn {
	background: #002664;
	color: #FFF;
	padding: 3px 15px 4px;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 4px;
	display: inline-block;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.scheduleBlock .mobile-heading {
	display: none;
}

.callBtn {
	position: relative;
}

.callBtn .dropdown-menu {
	bottom: initial;
}

.callBtn .btn {
	font-family: 'Roboto', sans-serif;
	background: none repeat scroll 0 0 #d52b1e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	margin-left: 0px;
	color: white;
	display: block;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	width: auto;
	padding: 0 15px;
	overflow: hidden;
	margin-left: 13px;
}

.callBtn .btn .caret {
	border-bottom-color: #FFF;
	margin-top: 18px;
	margin-left: 5px;
}

.callBtn .dropdown-menu li {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.list-of-institutions {
	padding: 50px 0 50px;
	background: url(../img/bg.png);
	border-bottom: 1px solid #cecece;
}

.list-of-institutions h2 {
	margin: 0 0 30px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 3.1em;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

.list-of-institutions ul li {
	background: url("../img/bul-list1.png") no-repeat scroll 0 4px transparent;
	background-size: 15px;
	font-size: 16px;
	color: #002664;
	padding-left: 24px;
	margin-bottom: 15px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
}

.list-of-institutions ol {
	list-style: disc;
	margin: 15px 0;
	padding-left: 15px;
}

.list-of-institutions ol li {
	background: none;
	padding-left: 0;
	margin-left: 35px;
}

.list-of-institutions a {
	background: #db0402;
	color: #FFF;
	padding: 10px 30px;
	font-family: 'BebasRegular';
	margin-top: 0px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	line-height: 26px;
}

.content-block {
	padding: 40px;
}

.thankspage p {
	font-size: 27px;
	margin-bottom: 15px;
	color: #002664;
	font-family: 'Oswald', sans-serif;
	line-height: 35px;
}

.thankspage .content-block.span6 {
	width: 100%;
}

.highlights-tab ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.span6.form-block {
	width: 100%;
	min-height: 1px;
	margin-left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.text-center02 a {
	text-align: center;
	background: #d52b1e;
	color: #FFF;
	padding: 10px 30px;
	font-family: 'BebasRegular';
	margin-top: 0px;
	font-size: 14px;
	border-radius: 4px;
	display: inline-block;
	line-height: 26px;

}

.text-center02 {
	margin-top: 20px;
}

.banner-block .banner_content {
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
	padding: 6px 12px;
	font-weight: 400 !important;
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	background: #002664;
	border: 1px solid #FFF;
	display: inline-block !important;
	border-radius: 4px;
}

.text-center02.button_center {
	margin-top: 70px;
	text-align: center
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
	#logo {
		float: none;
		display: inline-block;
	}

	#logo img {
		margin: 0 auto;
	}

	.mob-detail {}
}

@media only screen and (min-width: 420px) and (max-width: 640px) {
	.navbar-brand {
		width: 25%;
		margin-top: -21px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.topLabel {
		padding: 2px 0px !important;
	}

	.text-center02 {
		margin-top: 20px;
		text-align: center;
	}

	.text-center02.button_center {
		margin-top: 20px;
		text-align: center
	}

	section.participating-institutes .span6.form-block iframe {
		height: 1180px;
	}

	.row-fluid.contact_content {
		padding-top: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.highlights-tab ul {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.list-of-institutions {
		padding: 50px 15px 50px;
	}

	.scheduleBlock a.btn {
		margin-top: 15px;
	}

	.scheduleBlock {
		padding: 50px 15px;
	}

	.scheduleBlock .blockCss {
		margin-bottom: 10px;
	}

	.scheduleBlock h3 {
		margin-top: 0;
	}

	.highlights-tab {
		display: block;
	}

	.learning-courses ul li {
		font-size: 18px;
	}

	#logo {
		float: none;
		display: block;
	}

	#logo img {
		margin: 0 auto;
		display: block;
	}

	.mob-detail {
		margin-bottom: 8px;
		background: #E7E7E7;
	}

	.btn-login {
		font-size: 11px;
		padding: 0 5px;
		margin: 1px 0px !important;
		height: 30px;
		line-height: 30px;
		background: transparent;
		color: #000;
	}

	header {
		padding: 5px 0 5px 0;
	}

	.solgan h1 {
		font-size: 39px;
		margin-left: 10px;
		line-height: 45px;
		margin-top: 0;
	}

	.solgan h2 {
		font-size: 17px;
		padding: 5px;
		line-height: 24px;
		margin-left: 0px;
		width: auto;
	}

	.join-form {
		height: auto;
	}

	.form-container {
		margin: 0 !important;
		float: none;
		width: calc(100% - 12px);
	}

	.geebee-edu {
		padding: 20px 15px;
	}

	.geebee-services {
		padding: 20px 15px;
	}

	.copy {
		padding: 10px 15px
	}

	.solgan {
		margin-top: 20px;
	}

	.join-form .rslides {
		height: auto;
		position: relative;
	}

	.footer .item p {
		display: inline-block;
		padding: 0 7px;
	}

	.footer .item h3 {
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.visible-phone {
		display: block;
	}

	.join-form .rslides img {
		min-width: auto;
	}

	.slider-container {
		position: relative;
		height: 200px !important;
		background: #a8d3f3;
	}

	.join-form .container {
		background: #a8d3f3;
		padding-bottom: 20px;
	}

	.mob-detail .btn-login a {
		color: #000;
	}

	.banner-block {
		height: auto;
		padding: 5px 0 0px 0;
		background: #80cefc;
	}

	.banner-block.thankspage {
		height: 600px;
		padding: 30px 10px;
		height: auto;
		background: #a8d3f3;
	}

	.banner-block h1 {
		font-size: 20px;
		line-height: 22px;
		margin-left: 0px;
		margin-bottom: 0px;
		text-align: center;
	}

	.banner-block h2 {
		font-size: 22px;
		line-height: 1.4;
		margin-left: 15px;
		width: auto;
		text-align: center;
		margin-top: 0;
		margin-bottom: 7px;
		font-family: 'Oswald', sans-serif;
		padding-top: 0;
		color: #002664;
	}

	.banner-block.thankspage h2 {
		padding-top: 0;
	}

	.banner-block h3 {
		font-size: 22px;
		line-height: 36px;
		padding: 0 15px;
		text-align: justify;
		margin-top: 15px;
		margin-bottom: 5px;
		color: #000;
		font-family: 'Oswald', sans-serif;
	}

	.banner-block h3 span {
		text-transform: uppercase;
		font-size: 27px;
		color: #002664;
		font-weight: 700;
		line-height: 1.3;
		font-family: 'Oswald', sans-serif;
	}

	.banner-block h4 {
		font-size: 20px;
		line-height: 24px;
		margin-left: 15px;
		width: auto;
		text-align: justify;
		margin-top: 15px;
		margin-bottom: 5px;
		font-family: 'Oswald', sans-serif;
	}

	.banner-block h5 {
		text-align: center;
		line-height: 1.2;
		margin-bottom: 10px;
		max-width: 100%;
		width: 92%;
	}

	.banner-block .content-block.span6 {
		width: 100%;
		padding-bottom: 10px;
	}

	.banner-block .form-block.span6 {
		width: 100%;
	}

	.formSubheading {
		font-size: 15px !important;
		line-height: 22px;
		margin-bottom: 10px !important;
	}

	.banner-block .form-container {
		padding: 15px 15px;
		margin-bottom: 20px !important;
	}

	.helpText {
		margin-top: 0;
	}

	.tips.why.generic-section {
		padding: 5.7% 15px 3.9%;
	}

	.list-testimonials li p.comment {
		padding: 0 0px;
	}

	.highlights-tab ul {
		text-align: left;
	}

	.highlights-tab ul li {
		margin: 0 20px 15px 20px;
		font-size: 19px;
		background: url("../img/bul-list1.png") no-repeat scroll 0 3px transparent;
		padding-left: 30px;
		line-height: 26px;
		display: block;
	}

	.banner-block h2 span {
		font-size: 26px;
		display: block;
		text-align: center;
		color: #d52b1e;
	}

	.country-of-study .txt-content {
		width: calc(100% - 30px);
		margin: 0 auto 15px;
		max-width: 300px;
	}

	.learning-courses {
		padding: 60px 15px;
	}

	.highlights-tab p {
		padding: 0 15px;
	}

	.banner-block iframe {
		height: 300px !important;
	}

	.contactBlock ul.tabs li {
		padding: 5px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	.contactBlock ul.tabs {
		height: 37px;
	}

	.scheduleBlock .desktop-heading {
		display: none;
	}

	.scheduleBlock .mobile-heading {
		display: block;
		line-height: 1.4;
	}

	h1.mob_01 {
		line-height: 1.4;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

	/*.banner-block {background: #a8d3f3;}*/
	.banner-block .content-block.span6 {
		width: 54.718%;
	}

	.banner-block h1 {
		font-size: 32px;
		line-height: 46px;
	}

	.banner-block h2 {
		width: 300px;
		font-size: 22px;
		line-height: 28px;
	}

	.banner-block .form-container {
		padding: 20px 15px;
	}

	.formSubheading {
		font-size: 19px !important;
		line-height: 27px;
	}

	.banner-block {
		min-height: 500px;
	}

	.banner-block h2 span {
		font-size: 41px;
	}

	.banner-block h5 {
		font-size: 15px;
	}

	.thankspage .content-block.span6 {
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.highlights-tab ul li {
		margin: 0 15px;
		font-size: 13px;
	}

	.banner-block h2 {
		width: 520px;
	}
}

/* present colleges */
.present-colleges {
	display: block;
	text-align: center;
	padding: 40px 20px 60px;
	background-color: #f8f8f8;
}

.present-colleges h2 {
	font-size: 32px;
	font-weight: bold;
}

.present-colleges .image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-top: 20px;
}

.present-colleges .image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.present-colleges .image-container img {
	width: 100px;
	height: 80px;
	object-fit: contain;
	flex: 0 1 calc(25% - 30px);
}

@media (max-width: 768px) {
	.present-colleges {
		padding: 0 20px 10px;
	}

	.present-colleges .image-container img {
		flex: 0 1 calc(50% - 30px);
	}

	.present-colleges h2 {
		font-size: 26px;
	}
}