.footer{
    background-color: #f37524;
    padding-top: 35px;
    text-align: left;
}
.footer h6
{
font-size: 16px;
 font-family:roboto-bold;
 padding-bottom: 15px;
 color: #fff;
}
.footer .container
{
    padding: 0px;
}
.footer ul{
    list-style: none;
    padding-left: 0px;
}
.footer ul li{
    
    padding-bottom: 12px;
}
.footer ul > li::before {
    content: assets('/assets/images/arrow.png');
    width: 25px;
    margin-right: 6px;
}
.footer ul li a{
    font-size: 14px !important;
    color: #a2a19c !important;
    text-decoration: none;
}

.suscribe p
{
    font-size: 16px;
    color: #fff;
    padding-bottom:3px;
}
.text-box {
    width: 330px;
    height: 42px;
    border: none;
    float: left;
    color: #243440;
    padding-left: 4px;
    -webkit-border-radius: 0;
}
.text-box-btn {
    background-color: #f37524;
    height: 42px;
    width: 174px;
    line-height: 42px;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    font-size: 16px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.text-box-btn:hover
{
    background-color: #fcc014;
    transition: all .3s ease-in-out;
    color: #fff;
}

.text-box:focus,.text-box-btn:focus
{
    outline: none;
}
.text-box-btm
{
    width: 100%;
}
.text-box-btn1
{
    background-color: #fcc014;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:none;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    transition: all .3s ease-in-out
}
.text-box-btn1:hover
{
 transition: all .3s ease-in-out;
 background-color:#fff;
 color:#f37524; 
}
.text-box-btn1:focus
{
    outline: none;
}
.footer-btm
{
    background-color: #e06d23;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-btm h5
{
    font-size: 14px;
    color: #fff;
     font-family:roboto-bold;
     padding-bottom: 15px;
}
.footer-btm ul
{
    color: #fff;
}
.footer-btm ul li
{
    padding-bottom:5px;
}
.footer-btm ul li a
{
    color: #fff;
    font-size: 14px;
}
.footer-btm ul li a:hover
{
    text-decoration: none;
}
.o-line
{
    background-color: #bb4e07;
    height: 1px;
    width: 100%;
    margin-top:20px;
    margin-bottom: 30px;
}
.copyright p
{
    float: left;
    color: #fff;
    font-size: 14px;
}
.f-policy
{
    float: right;
    color: #fff;
}
.footer h4{
    font-size: 18px;
    padding-bottom: 15px;
    color: #f27a21;
    border-bottom: 2px solid #f27a21;
    line-height: 0px;
    width: max-content;
    padding-left: 0px;
}
.org-underline{
    text-decoration: none;
}