/* CSS Document */



#invest{margin:5em 0;}


/*--------SECTION TITLE------------*/
.section_tit{
	width: 100%;
}


@media (max-width: 420px) {
	.section_tit{
	width: 100%;
	text-align: center;
}
	.section_tit img{
	width: 47%;
	text-align: center;
}
}

/*--------ABOUT------------*/

.abouttext{
	margin-top:5em;
	padding-top:3em;
}
.aboutfeature{
	text-align:center;
	margin-top:30px;
}

.included ul,li{
    font-size: 15px;
}
.included h2{
    font-size: 16px!important;
	line-height: 1.4;
}
@media (max-width: 420px) {
	.abouttext{
	margin-top:2em;
	padding-top:1em;
}
	.aboutfeature{
	text-align:left;
	margin-top:10px;
}
	.included h2{
    font-size: 16px!important;
	line-height: 1.4;
}
}


/*--------EXTENSIONS SECTION------------*/

.extension{
	color: #000;
	text-align:justify;
	margin-bottom:5em;
}
.extension h2{
	color: #000;
}
.process{
	padding: 2em;
	text-align:center;
	margin-bottom:5em;
}
.process h3{
	color: #479C18;
	font-size:2em;
}
.bookext{
	padding: 3em 1em;
}
.extension .bookext h2{
	color: green;
	font-size: 2em;
}
#extconform img{
	max-width: 100%;
	vertical-align: middle;
	margin-right: 0;
	
}
#extension h2{
	font-size: 2.5em;
margin: 1em 0;
}
#extconform label{font-size:12px;}
#extconform .form-field .input {
	margin-left: 10px;
	height: 50px;
	border-radius: 10px;
    width: 48%;
}
#extconform .form-field .inputmsg {
	margin-left: 10px;
	height: 50px;
	border-radius: 10px;
    width: 97%;
}
#extconform  .form-field .btn-text {
	height: 50px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-radius: 10px  !important;
	margin-left: 10px;
}



@media (max-width: 420px) {
	.extension{
	padding: 1em;
}
	#extension h2{
	font-size:1.5em;
		padding-bottom:1em;
}
	.extension .bookext h2{
	color: green;
	font-size: 1.5em;
		text-align:left;
}
	.process {
  padding: 1em;
  text-align: left;
  margin-bottom: 2em;
	}
	#extconform img{
	max-width: 14%;
	float: right;
	margin-right: 5em;
}
	#extconform .form-field .input {
    width: 97%;
}
#extconform  .form-field .input {
    width: 97%;
}
#extconform  .form-field .submit {
    width: 97%;
}
	.text_heading{
		text-align: center;
	}
}

/*----------SERVICE AREA ------------------*/

.servicearea{
	padding:3em;
	text-align:left;
	
}
.serviceloc{
	margin-top:2em;
}
.serviceloc p{
	line-height: 1.82em;
	color: #222;
	font-size: 14px;
}
@media (max-width: 420px) {
	.servicearea{
	padding:1em;
}
	.serviceloc p{
	line-height: 1.5em;
	color: #222;
	font-size: 12px;
}
}

/*-----------BOOK CLEANER------------*/


.bookclean{
	background-image: url("../images/banner/bookcleaner.jpg");
	background-size:cover;
	color: #000!important;
	border:1px solid #000;
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.5);
	
}

.bookclean:hover{
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
	color: #479C18;
	
}

.bookextension{
	background-image: url("../images/banner/bookext.jpg");
	background-size:cover;
	color: #000!important;
	border:1px solid #000;
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.5);
	
}

.bookextension:hover{
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
	color: #479C18;
	
}
/*-----------ACCORDIAN--------------*/

.accordion {
  background-color: #479c18;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion h2{
}
.active, .accordion:hover {
  background-color: #37840d; 
}

.panel {
  padding: 1em;
  display: none;
  background-color: white;
  overflow: hidden;
}
.accordion2 {
  background-color: #dedede;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion2:hover {
  background-color: #37840d; 
}

.panel2 {
  padding: 2em;
  display: none;
  background-color: white;
  overflow: hidden;
}
#faq{
    padding: 5em 0;
}
#faq table{
    width: 100%;
}

.tenancybanner{
    width:100%;
    color:#000;
}


.prices{
    margin: 3em;
    padding: 3em 0;
}
#quote img {
    max-width: 50px;
}
@media (max-width: 420px) {
    #quote img {
    max-width: 25px;
}
}


