img.ban_btn {
    position: absolute;
    left: 0;
    bottom: 0;
}
section.sec-6 form .form-wrap label{
	width:100%;
}
section.sec-6 ul li {
    display: inline-block;
    /* float: left; */
    width: 100%;
}
section.sec-3 .typograph ul li p {
    font-size: 13px;
    line-height: 13px;
}
.footer p {
   
    display: flex;
}
.footer p .n_input {
    width: 100% !important;
}

section.sec-5 {
    padding-top: 0 !important;
}
section.sec-5 .brandsec {
    padding-top: 0 !important;
}

a.sticka {
    background: #f05c24;
    color: #fff;
    margin: 0px;
        border-radius: 5px;

    padding: 9px;
  
    text-align: center;

    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    line-height: 30px;
    text-align: center;

}

.sidebtn {
    position: fixed;
    right: -104px;
    top: 40%;
    z-index: 9;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 999999;
}