.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem;
}

.foot {
	padding: 3.125rem 0 1.875rem;
	background: #0A2544;
}

.foot-top {
	padding-bottom: 1.875rem;
	overflow: hidden;
}

.foot-top div {
	margin: 0;
}

.foot-top h2 {
	font-size: 2.5rem;
	color: #fff;
	padding: .8rem 1rem;
	float: left;
}

.col-lg-2 {
	float: left;
}

.foot-top form div {
	background: #fff;
	border-radius: 1.875rem;
	padding: 0.93rem;
	margin-right: 2.5rem;
}

.foot-top form div label {
	margin: 0;
}

.foot-top form div:last-child {
	background:#b48b62;
	cursor: pointer;
}
.foot-top form{
	width: 100% !important;
}

.foot-top form div button {
	width: 100%;
	background: none;
	outline: none;
	color: #fff;
}

.foot-bottom {
	padding-top: 1.875rem;
	color: #fff;
	font-size: 1rem;
}

.col-lg-10 {
	display: flex;
	float: right;
}

/* .col-lg-3 {
	float: right;
} */

button, input, select, textarea {
    font-size: 100%;
    outline: none;
    border: 0;
	width: 60%;
}

.line3 {
    width: 100%;
    height: 1px;
    background: #c1c1c1;
}
.tel-advisory {
    width: 13%;
    padding: 85px 0;
    border-right: 1px solid #fff;
    margin-right: 20px;
}
.advisory img {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.foot-bottom ul {
    list-style: none;
    padding-top: 50px;
}
a:visited {
    color: #676a6d;
}

.ercode {
    text-align: center;
}
.ercode img {
    width: 50%;
    margin: 0 auto;
}

.copyright {
    padding: 30px 0 30px 0;
    text-align: center;
    color: #fff;
}


@media screen and (min-width: 1200px) {
	.col-lg-2 {
		width: 20%;
	}

	.container {
		width:81.25rem;
	}
	.col-lg-10 {
	    width: 74%;
	}
	.col-lg-7 {
	    width: 50%;
	}
	.col-lg-3 {
	    width: 28%;
		display: inline-block;
	}
	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		float: left;
	}
}

@media screen and (max-width: 768px) {
	.foot-top h2 {
	width: 100%;
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.foot-top form div {
	    margin: 10px 0;
	    width: 99%;
	}
	input{
		width: 80%;
	}
	.col-lg-10 {
	    width: 100%;
	}
	.col-lg-2 {
	    width: 100%;
	}
	.ercode {
	    display: none;
	}
	.footer-info ul {
	    display: block;
	    width: 100%;
	    overflow: hidden;
	}
	.foot-bottom ul {
	    padding: 10px;
	}
	.footer-info {
		width: 100%;
	    margin-bottom: 20px;
		margin-right: 25%;
	}
	.tel-advisory {
	    display: none;
	}
	.col-lg-7 {
	    width: 100%;
	}

}







.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	display: block;
	    max-width: 100%;
	    height: auto;
}
