.footer{
    background-color: #212121;
    color:#fff;
    padding-top: 95px;
    padding-bottom: 85px;
}

.content {
    margin: 0 auto;
    width: 1100px;
}

.clear {
    clear: both;
}

.cell_footer{
    float:left;
    width:33.3333%;
    padding-left:20px;
    box-sizing:border-box;
}

.cell_footer:first-child{
    padding-left:0px;
}

.footer_title{
    font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 25px;
    margin-bottom:45px;
    font-weight:bold;
}

.cell_footer p{
    color: #cfcfcf !important;
    font-size: 14px;
    line-height: 25px;
    margin-bottom:25px;
}

.content_icon i{
    float:left;
    height: 27px;
    width: 27px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    border:1px solid #363636;  
    border-radius: 4px;
    line-height: 27px;
}

.content_icon p{
    padding-left:40px;
}

.content_icon{
    margin-bottom: 20px;
}

.cell_footer input{
    background-color: rgba(54,54,54,1);
    border:1px solid rgba(54,54,54,1);
    border-radius:4px;
    color: #cfcfcf;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 9px;
    padding:15px;
    box-sizing:border-box;
    width:100%;
}

.cell_footer input:focus{
    color:#fff;
}

.footer_bottom{
    background-color: #303030;
}

    .footer_bottom .content{
        padding:18px;
        color:#fff;
        color: #cfcfcf;
        font-size: 14px;
    }

.footer_top{
    background-color: rgb(85,175,50);
}  
    
    .footer_top .content{
        padding: 51px 21px;
        box-sizing:border-box;
    }    
 
    .ft_title{
        font-size:27px;
        color: #212121;
        line-height: 34px;
        font-weight:bold;
    }
    
    .ft_title2{
        font-size:18px;
        color: #212121;
        line-height: 34px;
    }
    
.insta-logo{
    float: right;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../img/instagram.png);
    background-position: center;
    background-size: cover;
}
    
@media only screen and (max-width: 1100px){ 
    .cell_footer{
        float:left;
        width:50%;
        padding-left:20px;
        padding-right: 20px;
        height: 245px;
        box-sizing:border-box;
    }

    .cell_footer:first-child{
        padding-left:20px;
    }
    
    .footer_title{
        margin-bottom:25px;
    }
    
}   

.display-error-footer{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}

#footer_request_button{
    background-color: rgb(85,175,50);
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.9;
}

    #footer_request_button:hover{
        opacity: 1;
    }


@media only screen and (max-width: 1550px){ 
    
}    

@media only screen and (max-width: 768px){
    .cell_footer{
        float:left;
        width:100%;
        padding-left:20px;
        padding-right: 20px;
        height: 245px;
        box-sizing:border-box;
    }
    
    .footer{
        padding-top: 55px;
        padding-bottom: 10px;
    }
    
    .footerYers{
        text-align:center;
    }
    
    .ft_title{
        font-size:25px;
    }
    
    .ft_title2{
        font-size: 17px;
        color: #212121;
        line-height: 34px;
    }
    
    .footer a{
        color:#fff;
    }
    
    .content{
        width: 90%
    }
    
    .footer_top .content{
        width: 90%;
    }
    
    .mob_phone{
        display: block;
        padding: 10px 0px;
    }
    
}  