/*--- contact form page start --*/
.mg-contact-form-sec{
	margin-top:84px;
}
.mg-contact-form-banner{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 600px;
}
.contact-second {
    margin-top: -600px;
}
.contact-banner-heading{
	margin: 120px 0;
}
.contact-banner-heading h1{
	font-size: 72px;
	color: #fff;
	font-weight: 700;
}
.mg-contact-form{
	background: #004a80;
	padding: 45px 60px 45px 100px;
	height: auto;
}
.mg-contact-form .form-group {
    margin-bottom: 45px;
}
.mg-contact-form .form-control{
	height: 45px;
	font-size: 16px;
	padding: 6px 20px;
	color: #888;
}
.mg-contact-form textarea.form-control{
	height: 150px ;
}
.mg-contact-form .checkbox{
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	background: #fff;
	color: #888;
	border-radius: 5px;
	margin: 0;
}
.checkbox img{
	width: 35px;
	position: absolute;
	margin-left: 30px;
	top: 5px;
}
.mg-contact-form button{
	padding: 10px 12px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	border: none;
	background: #ed1c24;
	transition: all 400ms ease-in-out 0s;
}

.mg-stay-connected{
	background: #e1e1e1;
	border-radius: 0px 10px 10px 10px;
	height: auto;
}
.mg-stay-connected .inner-cont-det {
    padding: 20px 15px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.mg-contact-address {
	margin: 40px 0;
}
.mg-contact-address-item{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 15px 0px;
	height: 250px;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.4);
	padding: 40px 30px;
	text-align: center;
}
.add-img img{
	width: 60px;
	margin-bottom: 20px;
}
.mg-contact-address-item p{
	margin: 0;
	font-size: 16px;
	color: #424242;
}
.mg-contact-address-item p a{
	text-decoration: none;
	font-size: 16px;
	color: #424242;
}
.mg-newsletter{
	margin-top: 100px;
	background: #004a80;
	border-radius: 20px 0px;
	padding: 40px 70px;
}
.mg-newsletter p{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.1px;
}
.mg-newsletter input{
	background: transparent;
	border: none;
	font-size: 45px;
	width: 100%;
	color: #1c68a0; ;
}
.mg-newsletter a img{
	margin-top:20px;
	width: 40px;
}
.mg-newsletter input::placeholder { /* Firefox, Chrome, Opera */
    color: #1c68a0;
}

.mg-newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1c68a0;
}

.mg-newsletter input::-ms-input-placeholder { /* Microsoft Edge */
    color: #1c68a0;
}

	.pro-head{
		color: #fff !important;
		border-bottom: 2px solid #fff;
		display: inline-block;
		padding-bottom: 4px;
		margin-bottom: 20px;
	}
	.mg-contact-form .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }
    .mg-contact-form .panel-group .panel{
    	margin-bottom: 15px;
    }
    .mg-contact-form .panel-title {
        font-size: 16px;
    }
    .mg-contact-form .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
    .mg-contact-form .more-less {
        float: right;
        color: #333;
    }
	.mg-contact-form .panel-title i {
		font-size: 14px;
	}
	.mg-contact-form .panel-body{
		padding: 10px 0px;
	}
