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

/*#wrapper{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    overflow: hidden;
}*/
    

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

/* FONTS */

p{
	font-size: 16px;
	line-height: 22px;
	color: #04353d;
}

p.p-narrow{
    display: inline-block;
    max-width: 800px;
}

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

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: #04353d;
	margin: 0px;
}

h2{
	color: #04353d;
	font-size: 35px;
    line-height: 40px;
	font-weight: 800;
}

h3{
	color: #04353d;
	font-size: 22px;
    line-height: 25px;
	font-weight: 600;
}

img{
    max-width: 100%;
}

.center{
    text-align: center;
}

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

#header-container{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 999999;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

#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;
}

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



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


/* NAV */


#nav{
	float: right;
	padding-top: 12px;
	-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: #303036; 
	-webkit-transition: .2s;
    transition: .2s;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
}

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

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

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

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

.shrink #logo-box img{
    max-width: 160px;
}

.shrink{
    border-bottom: 1px solid #e3f0f2;
}

.shrink #logo-box{

}

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


.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu > li {
  position: relative;
  display: inline-block;
}

.main-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.slicknav_menu{
    display: none;
}


/* Dropdown arrow */
.dropdown-arrow {
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

.main-menu li.open > a .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown menu styling */
.main-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f7f7f7;
  min-width: 250px;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.main-menu li ul li a {
  padding: 10px;

}

.main-menu li ul li a:hover {

}

#nav .main-menu ul li {
    float: left;
    margin-left: 0px;
}

/* Hover effect for desktop (fade + slide) */
@media (hover: hover) and (pointer: fine) {
  .main-menu li:hover > ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}


/* BUTTONS */

.btn{
    display: inline-block;
    min-width: 150px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    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: #ff5f5f;
    border: 2px solid #ff5f5f;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
}

.btn:hover{
    background: #f97878;
    border: 2px solid #f97878;
}	

.btn-border {
    background-color: transparent;
    border: 2px solid #fff;
}

.btn-border:hover{
    background: #ff5f5f;
    border: 2px solid #ff5f5f;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #04353d;
}

.btn-white:hover{
    background-color: #04353d;
    border: 2px solid #04353d;
    color: #fff;
}

.section-pcn .btn-border:hover{
    background-color: #fff;
    border: 2px solid #fff;
    color: #04353d;
}

/* HERO BANNER */

.hero{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 78px;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero .container{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
  
.hero-inner {
    /*position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); */
    float: left;
    width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}

.hero h1 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
}

.hero p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.hero .btn{
    margin-left: 15px;
    margin-right: 15px;
}

.hero-tag{
    float: left;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #04353d;
    margin-bottom: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}



/* SECTIONS */

.section{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-red{
    background: #FF7B7B;
    background: radial-gradient(circle, rgba(255, 123, 123, 1) 0%, rgba(255, 95, 95, 1) 100%); 
}  

.section-red h2{
    color: #fff;
    margin-top: 0px;
}

.section-red p{
    color: #fff;
}


.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;
}

.section .box4{
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 25px;
    /*min-height: 250px;*/
    background-color: #f7fafa;
    border: 1px solid #e3f0f2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.section .box3{
    width: 31.33%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    padding: 25px;
    /*min-height: 200px;*/
    background-color: #f3f9fa;
    border: 1px solid #e3f0f2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}


.icon-xxl img{
    max-width: 100%;
    max-height: 60px;
}

.cards{
    float: left;
    width: 100%;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-items: stretch;
}

.cards .box4{
    }

.about-boxes h3{
    color: #ff5f5f;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
}

.legal-boxes h3{    
    color: #04353d;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.legal-boxes span{
    color: #ff5f5f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.legal-boxes a{
    color: #04353d;
    -webkit-transition: .2s;
    transition: .2s;
}  

.legal-boxes a:hover{
    color: #ff5f5f;
}  

.section-codes-of-practice .card a{
    -webkit-transition: .2s;
    transition: .2s;
}

.section-codes-of-practice .card a:hover{
    color: #04353d;
}    
           
.about-boxes2 h3{
    color: #04353d;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.about-boxes2 span{
    color: #ff5f5f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.section-red .card{
    display: inline-block;
    max-width: 300px;
    margin-right: 2%;
    margin-left: 2%;
    padding: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 2px 5px 0px -2px;
    color: #fff;
    font-size: 18px; 
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
}

.section-red .card-link:hover{
    background: rgba(0, 0, 0, 0.1);
}


.section-hww .card{
    float: left;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ff7474;
    min-height: 0px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: #fff;
    font-size: 18px; 
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
}

.section-red .card p{
    margin-bottom: 0px;
}

.side-text{
    float: right;
    padding: 25px;
    padding-right: 0px;
}

.section-contact .side-text{
    padding-top: 0px;
    padding-right: 50px;
}

.side-image{
    padding-right: 25px;
}

.side-image img{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}   

.section-ev-drivers ul li{
    margin-bottom: 10px;
}

#contact{
    border-top: 1px solid #e3f0f2;
}

.section-our-purpose .side-image{
    padding-left: 25px;
}

.section-our-purpose .side-text{
    float: left;
    padding: 25px;
    padding-left: 0px;
}

.section-our-purpose .side-text h2{
    margin-top: 0px;
}

.section-pcn{
    margin-bottom: 100px;
    padding: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}    

/* FOOTER */

#footer-container{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0f172a; 
}

#footer-logo{
    float: left;
}

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

#copyright-container{
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-top: 25px;
}

#copyright-container span{
    color: #e8e8e8;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

#copyright-container a{ 
    color: #e8e8e8;
    -webkit-transition: .2s;
    transition: .2s;
}

#copyright-container a:hover{ 
    color: #FF5F5F;
}

#footer-menu{
    float: right;
    padding-top: 45px;
}

#footer-menu a{
    font-size: 16px;
    color: #e8e8e8;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 400;
}

#footer-menu a:hover{
    color: #FF5F5F!important;
}    
   
#footer-menu ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    list-style: none;
}
 
#footer-menu ul li {
    float: left;
    margin-left: 25px;
} 


.section-pcn h2{
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.section-pcn-buttons{
    padding-top: 20px;
    text-align: right;
}

.section-pcn-buttons .btn{
    margin-left: 30px;
    min-width: 0px;
}

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

.section-pcn p{
    margin-bottom: 0px;
}

.section-codes-of-practice .about-boxes2 span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.section-codes-of-practice h3{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-codes-of-practice .card {
    float: left;
    max-width: 100%;
    width: 29.33%;
    margin-right: 2%;
    margin-left: 2%;
    padding: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #ff7474;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    text-align: left;
}

.section-codes-of-practice .card a{
    color: #fff;
}

.faq-boxes{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.faq-boxes .faq-box{
    text-align: left;
    display: inline-block;
    float: none;
    max-width: 800px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 0px 1px;
    position: relative;
    z-index: 999;
}

.faq-boxes .faq-box p{
    font-weight: 600;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}

.faq-boxes .faq-box p.faq-question{
    color: #ff5f5f;
    font-style: italic;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.faq-boxes .faq-box p.faq-question:before {
    content: "";
    background-image: url(/images/icons/faq-down.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: .2s;
    transition: .2s;
}

.faq-boxes .faq-box .faq-open:before {
    content: "";
    background-image: url(/images/icons/faq-up.png)!important;
}


.faq-boxes .faq-box p.faq-answer{
    display: none;
    margin-top: 25px;
    float: left;
    width: 100%;
}


.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	background-color: #ff5f5f;
    border: none;
	 font-size: 16px;
	font-weight: 800;
	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_field_row .btn:hover{
	   background-color: #f97878;
	    border: none;
}

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

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

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-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: 3px 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: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form_field_row textarea:hover{
	border: 3px solid #04353d;
}

.form_field_row textarea:focus{
	border: 3px solid #04353d;
}


.form_field_row input{
	width: 100%;
	border: 3px 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: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: .2s;
    transition: .2s;
}

.form_field_row input:hover{
	border: 3px solid #04353d;
}

.form_field_row input:focus{
	border: 3px solid #04353d;
}



.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;
}

.contact-details{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #e0e0e0;
}

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

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

.contact-details a {
    color: #04353d;
    text-decoration: none;
}

.contact-details span{
    font-size: 16px;
    line-height: 22px;
    color: #04353d;
}

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

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




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

#footer-container{
    text-align: center;
}

#footer-menu {
    float: left;
    padding-top: 0px;
    width: 100%;
    text-align: center;
}

#footer-menu ul {
    float: none;
    width: auto;
    display: inline-block;
}

#footer-menu ul li {
    margin-left: 10px;
    margin-right: 10px;
} 

#footer-info{
    display: inline-block;
    padding-top: 25px;
}

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

#copyright-container{
     float: left;
    padding-top: 0px;
    width: 100%; 
    text-align: center;
    padding-top: 25px;
}  

#pay{
    text-align: center;
}

#pay .box2{
    width: 100%;
}

.section-pcn-buttons {
    text-align: center;
}

.section-pcn-buttons .btn{
    margin-left: 30px;
    margin-right: 30px;
}


}


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

.slicknav_menu{
    display: block;
}

#nav {
    display: none;
}

#header-container {
    position: static;
}

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

#logo-box img {
    float: none;
    display: inline-block;
}

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

/*#nav {
    float: none;
    display: inline-block;
    padding-top: 12px;
}*/

#nav ul li {
    float: none;
    display: inline-block;
    margin-left: 0px;
}

#nav a {
    padding-left: 10px;
    padding-right: 10px;
}

.hero {
    margin-top: 0px;
}

.hero h1 {
    font-size: 35px;
    line-height: 40px;
}

h2 {
    font-size: 28px;
    line-height: 33px;
}

.section .box4 {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 25px;
}

.section-red .card {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 25px;
}

.side-text {
    float: left;
    width: 100%;
    padding: 25px;
    padding-right: 0px;
    padding-left: 0px;
}

.side-image {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.section-our-purpose .side-image {
    padding-left: 0px;
}

.side-image img {
    width: 100%;
    max-width: 500px;
}

.section-contact .side-text{
    padding-right: 0px;
    padding-left: 0px;
}

.form-container{
    text-align: left;
}

.section-contact{
    padding-top: 50px;
}


}

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

.section .box3{
    width: 48%;
}

}


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

.section .box4 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 25px;
}

.section .box3{
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 25px;
}


.hero .btn {
    margin-bottom: 15px;
}

.section-pcn-buttons .btn{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
}

#pay {
    padding-bottom: 25px;
}

.section-why{
    text-align: left!important;
}

}


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

#logo-box img {
    float: left;
}

.hero{
    min-height: 450px;
}

.hero-homepage{
    min-height: 550px;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.side-text {
    padding-top: 0px;
}

.hero-tag {
    line-height: 18px;
}

}

