body{
	margin: 0px;
	padding: 0px;
    font-family: "Montserrat", sans-serif;
    color: #04353d;
}

/* FONTS */

p{
	font-size: 18px;
	color: #04353d;
	line-height: 27px;
}

.box1 ul{
	font-size: 18px;
	color: #04353d;
	line-height: 27px;
}

p.page-intro{
	font-size: 20px;
	color: #000;
	line-height: 35px;
	font-weight: 300;
}

h1{
	font-size: 35px;
    line-height: 35px;
	font-weight: 800;
	color: #000;
	margin: 0px;}

h2{
	font-size: 35px;
    line-height: 40px;
	font-weight: 800;
}

h1 span{
	font-weight: 400;
}

.center{
    text-align: center;
}

.slicknav_menu{
    display: none;
}

ul.banner-menu{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    list-style: none;
	font-size: 18px;
	color: #fff;
	line-height: 27px;
}

ul.banner-menu li {
    float: left;
}

ul.banner-menu a{
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    	text-decoration: none;
}

ul.banner-menu a:hover{
    color: #17a870;
}

ul.banner-menu span{
    padding-left: 5px;
    padding-right: 5px;
}

/* CONTAINERS */

.container{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content{
    padding-top: 0px;
    padding-bottom: 0px;
    /*background: #f7f7f7;*/
    overflow: hidden;
}

.sub-page{
    padding-top: 50px;
}

.txt-box-left{
    padding-right: 50px;
    background-image: url(../images/icons/logo2.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: center center;
}

.txt-box-left a{
    color: #0c689b;
    -webkit-transition: .2s;
    transition: .2s;
}

.txt-box-left a:hover{
    color: #17a870;
}

.txt-box-right{
    float: right!important;
    padding-left: 50px;
}

.img-box-right{
    float: right!important;
    padding-left: 50px;
    padding-top: 25px;
}

.img-box-right img{
    width: 100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.img-box-left{
    padding-right: 50px;
}

.img-box-left img{
    width: 100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.section{
    padding-top: 75px;
    padding-bottom: 75px;
    /*border-bottom: 5px solid #f1ad4b;*/
}

.yellow-background{
    font-size: 18px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f1ad4b;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.key-benefits{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom, rgba(241, 173, 75, .9), rgba(241, 173, 75, 1));
    background-image: linear-gradient(to bottom, rgba(4, 53, 61, .9), rgba(4, 53, 61, 1));

}

.key-benefits h2{
    color: #fff;
    margin-top: 0px;
}

ul.ticks {
    display: inline-block;
    max-width: 800px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.ticks li {
    float: left;
    width: 50%;
    padding: 25px;
    background-image: url(../images/tick2.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left top 25px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    text-align: left;
    color: #fff;
}

.benefits-section{
    background-color: #edf9fa;
}

.why-section{
    background-color: #fff;
}

.hiw-section{
    background-color: #fff;
}

.hiw-section .container{
    max-width: 1500px;
}

.locations-section{
    background: #fff;
}

.hiw-section{
    background: #edf9fa!important;   
}

.how-it-works-container{
    padding-top: 75px;

background-color: #EDEEEF;
    position: relative;
   /* background-image: url(../images/phone2.png);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: right bottom;*/
border-bottom: 2px solid #f1ad4b;
}


.how-it-works{
    padding-right: 40%;


    padding-bottom: 75px;
}

.how-it-works-section{
    border-bottom: 1px solid #d1d1d1;
    padding-top: 25px;
    padding-bottom: 25px;
}

.how-it-works-section p{
    margin-bottom: 0px;
}

.how-it-works h3{
    display: inline-block;
    font-size: 18px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f1ad4b;
    margin-bottom: 0px;
    margin-top: 0px;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.app-store-icons{
    padding-top: 25px;
}

.app-store-icons img {
    max-width: 150px;
    margin-right: 15px;
    -webkit-transition: .2s;
    transition: .2s;
}

.app-store-icons img:hover {
    opacity: .8;
}

.easy-steps{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom, rgba(241, 173, 75, .9), rgba(241, 173, 75, 1));
    background-image: linear-gradient(to bottom, rgba(4, 53, 61, .9), rgba(4, 53, 61, 1));
}

.easy-steps h2{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #fff;
}

.steps{
display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    justify-content: left;
    flex-wrap: wrap;
    flex-direction: row;
}

.easy-steps .box4{
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 20px;
    background: #f3c27c;
    background: #144d57;
    text-align: center;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f7d29d;
    border: 1px solid #1f5a64;
}

.easy-steps .box4 img{
    max-width: 100%;
    max-height: 64px;
    margin-top: 25px;
}

.easy-steps .box4 span{
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 74px;
    text-align: center;
    background: #04353d;

-moz-border-radius: 74px;
    -webkit-border-radius: 74px;
    -khtml-border-radius: 74px;
    border-radius: 74px;
}

.easy-steps .box4 p{
   float: left;
    width:100%;
line-height: 25px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
}

.contact{
    background-color: #fff;   
padding-top: 50px;
padding-bottom: 100px;
} 



.contact h2{
    margin-top: 0px;
    color: #5499ab;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}


.form-container {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding-top: 50px;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
background: linear-gradient(90deg, rgba(218, 234, 255, 1) 0%, rgba(225, 249, 232, 1) 100%);

    padding: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

}  

.form-container h2 {
    color: #04353d;
}

.banner-form .form-container{
    margin-top: 25px;
    position: relative;
    z-index: 999;
    background: #04353d;
}

.banner-form .form-container .form_field_row .btn {
    background-color: #5499ab;
}

.banner-form .form-container .form_field_row .btn:hover {
    background-color: #60aec1;
}

.contact .form-container .form_field_row .btn {
    background-color: #17a870;
}

.contact .form-container .form_field_row .btn:hover {
    background-color: #0c689b;
}

.contact-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
    
.contact-container .box-text-right {
    width: 100%;
    max-width: 500px;
}

.contact-details {
    max-width: 100% !important;
    float: left;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.contact-details .icon {
    float: left;
    width: 50px;
}

.contact-details .icon img {
    max-width: 40px;
}

.contact-details strong {
    color:#17a870;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 5px;
}

.contact-details a {
    color: #133840;
    text-decoration: none;
    font-weight: 500;
}

.contact-details span {
    color: #133840;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

/* HEADER */

#header-container{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 999999;
    -webkit-transition: .5s;
    transition: .5s;
	background-color: #e4f7fa;

    padding-top: 10px;
    padding-bottom: 20px;
    background: #DAEAFF;
    background: linear-gradient(90deg,rgba(218, 234, 255, 1) 0%, rgba(225, 249, 232, 1) 100%);
}

#header-container-process-appeal{
	float: left;
	width: 100%;
	position: static;
	border-bottom: 1px solid #ededed;
}	

#header{
	float: right;
	max-width: 850px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



#header-bottom{
	float: right;
	width: 100%;
	max-width: 800px;
	/*background-color: #f3f3f3;
	border-bottom: 1px solid #ececec;*/
	height: 44px;
	-webkit-transition: .2s;
    transition: .2s;
}

#logo-box{
	float: left;
    max-width: 500px;
    padding-top: 10px;
}



#logo-box img{
    float: left;
	width: 100%;
	max-width: 95px;
	-webkit-transition: .3s;
    transition: .3s;
}

#logo-box span{
    float: right;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
	-webkit-transition: .3s;
    transition: .3s;
}

.shrink #header-bottom{
	height: 0px;
	overflow: hidden;
}

.shrink #logo-box img{
	max-width: 60px !important;
}

.shrink #logo-box{

}

.shrink #nav{
	padding-top: 5px;
}

.shrink #header{
	/*border-bottom: 1px solid #eeeeee;*/
}

.shrink{

}

.shrink #logo-box span {
    float: right;
    font-size: 25px;
    font-weight: 400;
    padding-top: 10px;
}


a.header-tel{
    	float: right;
    font-size: 16px;
    color: #04353d;
    font-weight: 600;
    text-decoration: none;
    margin-right: 15px;
    padding-left: 32px;
    padding-top: 2px;
    	background-image: url(../images/icons/phone3.png);
    background-position: left 1px;
    background-repeat: no-repeat;
    background-size: 20px;
}

a.header-email{
		float: right;
    	font-size: 16px;
    	color: #000;
    	font-weight: 400;
    	text-decoration: none;
   		padding-left: 32px;
    	background-image: url(../images/icons/email1.png);
		background-position: left 1px;
    	background-repeat: no-repeat;
    	margin-right: 15px;
		background-size: 22px;
}

/* NAV */


#nav{
	float: right;
	padding-top: 25px;
	-webkit-transition: .2s;
    transition: .2s;
}

#nav ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li{
	float: left;
	margin-left: 20px;
}

#nav a{
	float: left;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
    font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #0c689b; 
	-webkit-transition: .2s;
    transition: .2s;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
}

#nav a:hover{
	color: #17a870; 
    /*background: rgba(255, 255, 255, .3) !important;*/
}

#nav li a.current{
	color: #17a870; 
    /*background: rgba(255, 255, 255, .3) !important;*/
}

#nav li.menu-btn a{
    background:  #17a870 !important;
    color: #fff!important;
}

#nav li.menu-btn a:hover{
    background:  #0c689b !important;
}

/* BUTTONS */



.box1 #banner-btn-container{
	max-width: none;
}

.btn{
    display: inline-block;
    min-width: 150px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #ea5b0c; */
    background: #17a870;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

.btn:hover{
    background: #0d679b;
}	

.header-btn{
    float: right;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    /* border: 2px solid #ea5b0c; */
    background: #17a870;
    text-transform: uppercase;
    text-shadow: none;
    display: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

.header-btn:hover{
    background: #0d679b;
}

/* HOMEPAGE BANNER */

#slideshow {
    min-height: 700px!important;
}


.banner{
    position: relative;
	float: left;
	width: 100%;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    /*border-bottom: 5px solid #5499ab;*/
}

.sub-banner{
	min-height: 300px;
     text-align: center;  
} 

.sub-banner #banner-txt {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;  
}

.sub-banner #banner-txt p{
    color: #fff;
    display: inline-block;
    max-width: 700px;
}

.banner-form{
    padding-bottom: 50px;
}

.banner-form p{
    color: #fff;
}

#banner-txt{
    float: left;
    width: 100%;
    padding-top: 220px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.custombanner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custombanner-content p{
    color: #fff;
    display: inline-block;
    max-width: 700px;
}

.custombanner-content .btn{
    margin-top: 15px;
}

/*.banner-no-icon #banner-txt{
    padding-top: 260px;
}*/

#banner-txt:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;

  z-index: 1;

background-image: linear-gradient(to left, rgba(4, 53, 61, 0.85), rgba(4, 53, 61, 0.4));
}


/*#banner-txt:before {
  content: '';
  position: absolute;
  top: 0;
  right: -500px;
  width: 200%;
  height: 100%;

  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: 1;

background-image: linear-gradient(to left, rgba(4, 53, 61, 0.85), rgba(4, 53, 61, 0.4));
}*/

#banner-txt .box1{
  position: relative;
  z-index: 9;
}

#banner-txt .box2{
  position: relative;
  z-index: 9;
}

.banner-txt-left{
    padding-right: 50px;
}

.banner-txt-right{
    padding-left: 50px;
}

.banner-txt-right .box1{
    padding-top: 25px;
    padding-bottom: 25px;
}


#banner-txt h1 span{
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
background: #5499ab;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#banner-txt h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 50px;
}    

#banner-txt h3{
    margin: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
}  

#banner-txt img{
    float: right;
    max-width: 120px;
    margin-right: 25px;
    -webkit-transition: .2s;
    transition: .2s;
}

/*#banner-txt img:hover{
    opacity: .8;
}*/

.banner-icons{
    padding-top: 35px;
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box5{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-container .btn-link{
	background: #04a583;
	border: 1px solid #04a583;
	display: inline-block;
	width: auto;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
}

.form-container .btn-link:hover{
	background:	#026b56;
	border: 1px solid #026b56;
}
	

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #04353d;
    border: none;
	 font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form_field_row .btn:hover{
	   background-color: #144a53;
	    border: none;}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 100%;
	padding-right: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #04353d;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form_field_row textarea:hover{
	border: 1px solid #0c689b;
}

.form_field_row textarea:focus{
	border: 1px solid #0c689b;
}


.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #04353d;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition: .2s;
    transition: .2s;
}

.form_field_row input:hover{
	border: 1px solid #0c689b;
}

.form_field_row input:focus{
	border: 1px solid #0c689b;
}


.form_field_row select{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

.form_field_row select:hover{
	background-color: #eaeaea;
}

.form_field_row select:focus{
	background-color: #eaeaea;
}

.form-field-row {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

/* FOOTER */

.footer-banner{
    padding-top: 25px;
    padding-bottom: 25px;
        background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

#footer-container{
    padding-top: 0px;
    text-align: center;
    background: linear-gradient(90deg, rgba(218, 234, 255, 1) 0%, rgba(225, 249, 232, 1) 100%);
    margin-top: 0px;
    
}

#footer-container p {
    margin: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;

    text-transform: uppercase;
    font-weight: 800;
}

.companyregistration{
    padding-top: 25px;
}

#footer-container span{
    color: #04353d;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

#footer-container span.copyright{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}



#footer-container a{
    color: #433b39;
    -webkit-transition: .2s;
    transition: .2s;
}

#footer-container a:hover{
    color: #86736c;
}

#footer-container #copyright-container a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.copyright-container{
    color: #a4a4a4;
    background: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer-logo{
    float: left;
    width: 33%;
    padding-top: 75px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
}

#footer-logo img{
    width: 100%;
    max-width: 200px;
}

.footer-menus{
    float: left;
    width: 66.66%;
    padding-left: 0px;
    padding-top: 75px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
    text-align: left;
}

.footer-menus h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #04353d; 
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer-menu{
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-menu a{
    font-size: 16px;
    color: #0e689c!important;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 500;
}

.footer-menu a:hover{
    color: #17a870!important;
}    
   
.footer-menu ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #04353d;
    
}
 
.footer-menu ul li {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
    /*background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: right top 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-size: 10px;*/
}   

.footer-menu ul li:last-child {
    background-image: none;
}

#copyright-container{
    padding-bottom: 10px;
    padding-top: 25px;
}
 
#copyright-container .box1{
    padding-bottom: 10px;
}    

#footer-container .socials{
    padding-top: 25px;
    padding-bottom: 20px;    
}

#footer-container .socials img{
    margin-left: 10px;
    margin-right: 10px;
    max-width: 35px;
}

#footer-container .footer-menu a.header-tel {
    float: left;
    font-size: 16px;
    color: #04353d !important;
    font-weight: 500;
    margin-right: 0px;
    padding-left: 28px;
    background-image: url(../images/icons/phone-footer.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 16px;
    margin-bottom: 10px;
}

#footer-container .footer-menu a.header-email {
    float: none;
    font-size: 16px;
    font-weight: 500;
    color: #04353d !important;
    margin-right: 0px;
    padding-left: 28px;
    background-image: url(../images/icons/email-footer.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 16px;
}

/* V REPORT */

.v-report .form-container{
    padding: 25px;  
    background: #f4f4f4;
} 

.v-report .form-title{
    background-color: #1c525e!important;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.v-report .form-title h2{
    color: #fff;
    float: left;
    margin: 0px;
    padding: 25px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    -khtml-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
    background: #5499ab !important;
    font-size: 20px;
    font-weight: 700;
}

.v-report .form-title h3{
    color: #fff;
    float: left;
    margin: 0px;
    margin-left: 25px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
}

.voption1{
    padding-right: 50px;
    margin-top: 25px;
}

.voption2{
    padding-left: 50px;
    margin-top: 25px;
}

.v-report .form-container {
   float: left;
   max-width: 100%;
}

.v-report .form-container h3{
    margin-top: 0px;
}

.form-row {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.field {
    float: left;
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field-wide {
    float: left;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-row input:hover{
	border: 1px solid #1c525e;
}

.form-row input:focus{
	border: 1px solid #1c525e;
}


.form-row select{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

.form-row select:hover{
	border: 1px solid #1c525e;
}

.form-row select:focus{
	border: 1px solid #1c525e;
}

.form-row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form-row textarea:hover{
	border: 1px solid #1c525e;
}

.form-row textarea:focus{
	border: 1px solid #1c525e;
}

.form-row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #5499ab;
    border: none;
	 font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-top: 15px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

.form-row .btn:hover{
	   background-color: #60aec1;
	    border: none;
}


.selfticket-images {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}

.selfticket-images img {
    float: left;
    max-width: 100%;
    margin-bottom: 10px;
}

.selfticket-form p {
    font-size: 16px;
    line-height: 25px;
}

.selfticket-images p {
    float: left;
    width: 100%;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.image-file-btn {
    padding: 10px;
    color: #fff;
    background-color: #5499ab;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
}

.image-file-btn:hover {
    background-color: #60aec1;
}

.image-file-name {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-left: 0px;
    font-family: sans-serif;
    color: #3f3f3f;
    font-size: 15px;
}

.benefits-section{
    text-align: center;
    position: relative;
}

.benefits-section h2{
    margin-bottom: 50px;
}

.benefits-section .box5{
    padding-left: 10px;
    padding-right: 10px;
}

.logo-background{
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/icons/logo.png);
    background-position: top center;
    background-size: 150px;
}    

.sub-logo-offset{
    width: 250px;
    position: absolute;
    left: 50%;
    top: -75px;
    z-index: 999999;
    margin-left: -125px;
}
    

.benefits-section .box5 img{
    width: 100%;
    max-width: 85px;
}

.benefits-section .btn{
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -75px;
}

.anpr-images .box4{
    padding-left: 15px;
    padding-right: 15px;
}

.hiw-section{
    text-align: center;
}

.anpr-images{
    text-align: center;
    padding-top: 25px;
}

.anpr-images img{
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
}   

.anpr-images p{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
} 

.locations-section{
    text-align: left;
}

.locations-section-left{
    padding-right: 50px;
}

.locations-section-icons{
    padding-top: 50px;
    padding-left: 50px;
    text-align: center;
}

.locations-section .box5 {
    width: 33.33%;
    min-height: 195px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
}


.locations-section .box5 img {
    width: 100%;
    max-width: 85px;
}

.why-section{
    text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top center;
}

.why-section h2{
    color: #fff;
}

.client-logos{
    text-align: center;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.client-logos img {
    display: inline-block;
    vertical-align: center;
    max-height: 75px;
    max-width: 400px;
    margin-left: 15px;
    margin-right: 15px;
}

.section h2{
    margin-top: 0px;
}

.anpr-benefits-left{
    width: 70%;
    padding-right: 50px;
    text-align: left;
}

.anpr-benefits-left h3{
    margin-bottom: 0px;
}

.anpr-benefits-left .box5{
    width: 45%;
    min-height: 400px;
    margin-right: 5%;
    padding: 25px;
    padding-bottom: 25px;
    margin-bottom: 5%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
background-color: #edf9fa;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /*border-bottom: 1px dotted #04353d;*/
}

.anpr-benefits-left .box5 img {
    width: 100%;
    max-width: 85px;
}

.anpr-enquiry-form{
    width: 30%;
}

.anpr-enquiry-form .form-container{
    background: #04353d;
}

.anpr-enquiry-form .form-container h2{
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
}

.anpr-enquiry-form .form-container .form_field_row .btn {
    background-color: #5499ab;
}

.anpr-enquiry-form .form-container .form_field_row .btn:hover {
    background-color: #60aec1;
}

/* TESTIMONIALS */

.testimonial-author {
    display: inline-block;
    width: 100%;
    padding-left: 70px;
    padding-right: 0px;
    max-width: 800px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 200;
    color: #666666;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/icons/quote.png);
    background-size: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#testimonials-container span {
    margin-left: -0px;
    max-width: 700px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 0px;
}

#testimonials-container span strong {
    font-size: 16px;
    line-height: 50px;
}

.service-box{
    padding: 1px;
    /*border: 1px solid #0e679b;*/
    background: linear-gradient(90deg, rgba(218, 234, 255, 1) 0%, rgba(225, 249, 232, 1) 100%);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-heading{
    background-color: #0e679b;
    padding: 25px;
    width: 33.33%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
}

#house-clearance .service-heading{
    background-color: #18a76f;
}

#garden .service-heading{
    background-color: #18a76f;
}

#bin .service-heading{
    background-color: #18a76f;
}

.service-heading img{
    max-width: 100px;
    filter: brightness(0) invert(1);
}

.service-heading h2{
    color: #fff;
}

.service-heading .box1{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
}

.service-text{
    padding: 25px;
    width: 60%;
    float: right;
}    

.service-text p{
    margin: 0px;
}

.service-text .btn{
    margin-top: 25px;
}

.service-text span{
    font-size: 18px;
    color: #04353d;
    line-height: 27px;
    font-style: italic;
}    

.service-box-inner{
    position: relative;
    background-color: #fff;
    min-height: 280px;
}

.service-map{
    padding-right: 50px;
}

.service-map img{
    max-width: 100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.service-area-list{
    padding-left: 50px;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1300px) {

.phone-img {
    max-width: 400px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1230px) {

.container{
	max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}



}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1100px) {

.anpr-benefits-left {
    width: 50%;
    padding-right: 50px;
}

.anpr-enquiry-form {
    width: 50%;
}

.how-it-works {
    padding-right: 0%;
    padding-bottom: 75px;
}

.how-it-works-container{
    padding-bottom: 500px;
}

/*.app-icon {
    position: absolute;
    top: auto;
    bottom: 300px;
    right: auto;
    left: 50px;

}*/

.phone-img {
    right: auto;
    left: 30%;
    width: 100%;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 980px) {

.service-map {
    padding-right: 0px;
    width: 100%;
}

.service-area-list {
    padding-left: 0px;
    width: 100%;
}

#banner-txt{
    padding-top: 50px;
}

.sub-banner #banner-txt {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sub-banner {
    min-height: 250px;
}

.header-btn{
    display: inline-block;
    float: none;
}

.slicknav_menu{
    display: block;
}

#nav{
    display: none;
}

#header-container {
    float: left;
    width: 100%;
    position: static;
}

#logo-box {
    float: left;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

#logo-box img {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}

#logo-box span {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#header {
    float: right;
    max-width: 100%;
    width:100%;
    text-align: center;
}

.header-contact{
    text-align: center;
}

a.header-tel{
    float: none;
    display: inline-block;
}


.shrink #logo-box img {
    max-width: 60px !important;
}

.shrink #logo-box span {
font-size: 30px;
    font-weight: 400;
}

.shrink #nav {
    padding-top: 15px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 850px) {

.service-heading {
    padding: 25px;
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    height: auto;
    text-align: center;
}

.service-heading .box1{
    position: static; 
    top: auto;
    left: auto; 
    transform: translate(0%, 0%); 
}

.service-heading .box1 h2{
    margin-bottom: 0px;
}

.service-text {
    padding: 25px;
    width: 100%;
}

#banner-txt h1 {
    font-size: 35px;
    line-height: 40px;
}

.locations-section .box5 {
    width: 50%;
}

.banner-txt-left {
    padding-right: 0px;
    padding-bottom: 25px;
    width: 100%;
}

#banner-txt h3 {
    text-align: left;
}

#banner-txt img {
    float: left;
}

.banner-txt-right {
    padding-left: 0px;
    width: 100%;
}

.contact .box2{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.contact .form-container {
    float: left;
}

.contact .box2 div{
    float: left;
}

.quote-page .center {
    text-align: left;
}

.banner-no-icon #banner-txt {
    padding-top: 75px;
}

.banner-no-icon {
    min-height: 200px;
}

.easy-steps .box4 {
    width: 48%;
    margin-bottom: 2%;
}

.content {
    padding-top: 0px;
}

.sub-page{
    padding-top: 50px;
}

.contact {
    padding-top: 50px;
}

.txt-box-left{
    width: 100%;
    padding-right: 0px;
}

.img-box-right{
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.img-box-right img{
    margin-top: 50px;
    max-width: 500px;
    float: none;
    display: inline-block;
}

.txt-box-right{
    width: 100%;
    padding-left: 0px;

}

.img-box-left{
    width: 100%;
    padding-right: 0px;
    text-align: center;
}

.img-box-left img{
    margin-top: 50px;
    max-width: 500px;
    float: none;
    display: inline-block;
}




}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.img-box-right {
    padding-top: 0px;
}

#slideshow {
    min-height: 850px !important;
}

#footer-logo{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
}

.footer-menus{
    width: 100%;
    padding-top: 0px;
}

.footer-menu {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#footer-container .footer-menu a.header-tel{
    float: none;
    display: inline-block;
}

.locations-section-left {
    padding-right: 0px;
    width: 100%;
}

.locations-section-icons {
    padding-left: 0px;
    width: 100%;
}

ul.ticks li {
    float: left;
    width: 100%;
}

.locations-section .box5 {
    width: 50%;
}

.benefits-section .box5 {
    width: 50%;
    min-height: 190px;
}

.app-icon {
    max-width: 100px;
}

.box4{
	width: 50%;
}

.box3{
	width: 100%;
}



.banner-no-icon {
    height: 200px;
    min-height: 200px;
}

.banner-form{
    height: auto;
}

.sub-banner {
    min-height: 250px;
    height: auto;
}

#banner-txt:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    z-index: 1;
    background-image: linear-gradient(to left, rgba(4, 53, 61, 0.85), rgba(4, 53, 61, 0.4));
}

#banner-txt {
    position: relative;
    float: right;
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
}

#banner-txt span{
    width: 100%;
    float: left;
    text-align: center;
}

.sub-banner #banner-txt {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 0px;
}

.sub-banner #banner-txt span{
    float: none;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 700px) {

#footer-logo {
    float: left;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
}

.footer-menus {
    width: 100%;
    padding-top: 0px;
    text-align: center;

}

.footer-menu {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

#footer-container .footer-menu a.header-tel {
    float: none;
    display: inline-block;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 600px) {

.benefits-section .box5 {
    min-height: 210px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

.anpr-images .box4 {
    padding-bottom: 30px;
    width: 100%;
}

.anpr-images img {
    max-width: 200px;
}

.anpr-images p {
    text-align: center;
}



.yellow-background{
    width:100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
}

.phone-img {
    right: auto;
    left: 0%;
    width: 100%;
}

.easy-steps .box4 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
}

ul.ticks{
    padding-left: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.ticks li {
    float: left;
    width: 100%;
}



#banner-txt h1 {
    font-size: 35px;
    line-height: 40px;
}

#logo-box span {
    font-size: 25px;
    font-weight: 400;
    padding-top: 15px;
}

.shrink #logo-box span {
    font-size: 25px;
    font-weight: 400;
    padding-top: 15px;
}

/*#nav a {
    float: left;
    padding: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

#nav {
    float: none;
    display: inline-block;
    width: 100%;
}

#nav ul {
    float: left;
}

#nav ul li {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
}
*/


#logo-box span {
    float: left;
}


#slideshow {
    min-height: 850px !important;
}

.testimonial-author{
    background-size: 30px;
    padding-left: 35px;
}

#banner-txt .testimonial-author span {
        width: 100%;
        float: left;
        text-align: left;
    }

#testimonials-container span {
    font-size: 16px;
    line-height: 20px;
}

#testimonials-container span strong {
    line-height: 20px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

#slideshow {
    min-height: 950px !important;
}

#banner-txt img {
    max-width: 100px;
}

.slicknav_btn {
    margin-top: 15px!important;
    margin-right: 15px!important;
}

#logo-box {
    padding-bottom: 5px;
}

a.header-tel{
    margin-top: 10px;
}

.header-btn{
    margin-top: 10px;
    min-width: 200px;
}

.contact-details .icon {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    display: none;
}

.anpr-benefits-left .box5{
    width: 95%;
    min-height: auto;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.benefits-section .box5 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    min-height: 0px;
}

.locations-section .box5 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.phone-img {
    right: auto;
    left: 50px;
    width: 80%;
}

.how-it-works-container {
    padding-bottom: 400px;
}

.app-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    max-width: 75px;
}

.how-it-works-container {
    padding-top: 20px;
}



.easy-steps {
    padding-top: 50px;
    padding-bottom: 50px;
}


.contact {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact  .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.form-container {

}

}

