/*
* Landing Page: Refrigerator Repair and Services
* Author: Manish Singh
* Version: 1.0;
*/
body{ margin: auto; padding:0; font-family: sans-serif;}
*{margin: auto; padding: auto;}
p{ text-align: justify; }
.page-wrapper{
	width: 100%;
	margin:auto;
	padding: 0;
	background:#000;
	float: left;
}
.top-bar{
	width: 100%;
	background:#333;
	text-align: center;
}
.top-bar h1{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	margin-top: 0; margin-bottom: 0;
}
.page-width{ 
	width:919px;
	margin: 0 auto 0px;

}
.header{ background:#e9e9e9; padding: 15px 15px; float: left; width: 100%;}
.logo{ width: 40%; float: left;}
.call-block{ width: 60%; float: left; text-align: right; }
/*============== Content Block====================================*/
.left{ width: 30%; float: left;}
.form-block{ width: 100%; float: left; background:#fff;}
.head{ padding: 0 0 0 20px; background:#317CBF; }
.head h3{
	background:#317CBF url(../images/icon1.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}
.form{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 15px;
}
.submit{
	background:#317CBF;
	font-size: 16px;
	color: #fff;
	float: right;
	border:0;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.submit:hover{	
	background:#000;
}
.notify-block{
	width: 100%;
	float: left;
	margin-top: 20px;
	background:#fff;
	padding-bottom: 30px;

}
.box-head{width: 100%; background: #317cbf url('../images/icon2.png');
	background-position: left center;
	background-repeat: no-repeat;
	height: 90px;
	padding: 10px 0;
}
.box-head h4{
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
	line-height: 62px;
}
.box-btn{ width: 100%; margin-top: 25px; text-align: center; float: left;}
.box-btn a{
	font-size: 20px;
	background:#444;
	color: #fff;
	padding: 12px 15px;
	border-radius: 5px;
	box-shadow:0 0 10px rgba(0,0,0,.5);
}
.box-btn a:hover{
	text-decoration: none;
	background:#317CBF;
}
.right{
	width: 70%;
	float: left;
	background:#f6f6f6;
	padding-bottom: 0px;
}
.right-content{
	padding:0 20px;
}
.right-content h2{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
	text-align: center;
	padding:15px 0;
}
.text{margin-bottom: 25px; width: 100%; float: left;}
.text h4{
	font-size: 20px;
	color: #444;
}
.text ul{
	width: 50%;
	float: left;
}
.text ul li{
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 13px;
}
.text img{
	width: 50%;
	float: left;
	margin-top: 40px;
}
.footer-bg{
	background:#333;
	color: #fff;
	text-align: right;
	padding: 12px 0;
}
.footer-bg p { margin-bottom: 0; }
.footer-bg p a{ color: #fff; font-size: 15px; font-weight: 600; }
.mobile-section {
    display: none;
    background-color: #00577f;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 10;
}
.mobile-section a.enquiry {
    float: left;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #00577f;
}
.mobile-section a.click-call {
    float: right;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #fff url(../images/phone-icon-blue.png) no-repeat center;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*================= Responsive=================*/
@media(max-width:767px){
	h1,h2,h3,h4{ text-align: center; }

	.top-bar h1{ font-size: 17px; }
	.page-width{ width: 100%; }
	.logo{ width: 100%; text-align: center;}
	.call-block{ width: 100%; text-align: center; }
	.content-block{ width: 100%; float: left;}
	.left{width: 100%;}
	.right{ width: 100%; }
	.container{ padding: 0; }
	.text ul{ width: 100%; }
	.text img{ width: 100%; }
	.text h2{ font-size: 24px; line-height: 30px; }
	.text h1{ font-size: 25px; line-height: 30px; }
	.call-block h2{
		font-size: 24px;
	}
	.footer-bg p{ text-align: center; }
	.footer-bg p a{text-align: center; font-size: 12px;}
	.mobile-section{ display: block; }
}