@import url('https://fonts.googleapis.com/css?family=Aleo|Lobster+Two|Montserrat:300,400,500,700&display=swap');

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.container {
	padding: 0 66px;
}
header {
	background: url(images/headerbg@2x.png);
	padding: 11px 0 10px;
	background-size: cover;
}
.logo {
	text-align: center;
}
.logo img {
	max-height: 29px;
}
.content {
	margin-top: 41px;
}
.col1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 49px;
	color: #fff;
	font-family: 'Lobster Two', cursive;
	width: 17%;
}


.hsmltxt {
	font-size: 16px;
}
.htext {
	display: inline-block;
	color: #fff;
	font-size: 32px;
	width: 80%;
	text-align: center;
}
.tempdtal {
	text-align: center;
	color: #2473BF;
	font-family: 'Aleo', serif;
	display: inline-block;
	vertical-align: middle;
	width: 66%;
}
.tempdtal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btmtxt {
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
}
.tempdtal ul li {
	text-align: center;
	display: inline-block;
	margin: 0 36px;
	vertical-align: middle;
}
.mdimg {
	min-height: 48px;
}
.col2 {
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.search {
	margin: 114px auto 0;
	width: 100%;
	max-width: 600px;
}
form {
	border: 4px solid #7DB6ED;
	height: 48px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 3px 6px #00000029;
}
.sfield {
	width: 83%;
	border: none;
	padding: 1% 2%;
	height: 72%;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.sbrn {
	display: inline-block;
	width: 12%;
	border: none;
	height: 99%;
	margin: 0;
	padding: 0;
	background:transparent;
}

.bottomMenu {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.bottomMenu a {
    margin-left: 5px;
    color: rgba(0,0,0);
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.tempdtal {
	width: 50%;
}
.tempdtal ul li {
	margin: 0 4px;

}
}
@media screen and (max-width: 992px) {
 .container {
	padding: 0 15px;
}
.htext {
	font-size: 21px;
	width: 100%;
	text-align: center;
}
.logo {

	text-align: center;
	width: 100%;
	margin-bottom: 1%;
}
.col1 {
	width: 100%;
	text-align: center;
}
.tempdtal {
	width: 100%;
}
.col2 {
	width: 100%;
}
.btmtxt {
	font-size: 24px;
}
.tempdtal ul li {
	text-align: center;
	display: inline-block;
	margin: 0 6px 5%;
}
.search {
	margin: 85px auto 22px;
	width: 94%;
	max-width: 860px;
}
.sbrn {
	height: 100%;
}
.bottomMenu {
	position: relative;
	bottom: 5px;
	right: 10px;
	text-align: center;
	margin-top: 25%;
}
}
@media screen and (max-width: 600px) {
.bottomMenu {
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: center;
}
}