footer .row{
    background-color: #e6e6e6;
    color:var(--primaryTextColor);
    font-size: 16px;
    line-height: 1.7em;
    padding: 40px 80px;
    clear: left;
}
.footer-sub-div{
    padding:0.5em
}
footer p{
    margin-bottom: 1em;
    clear: left;
    font-size: 16px;
}
.footer-header{
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 24px;
    text-align: left;
}
footer .links{
    margin-top:0.15em;
    margin-bottom: 0.5em;
    color: var(--primaryTextColor);
    font-weight: 0px;
    text-align: left;
}
footer .links:hover{
    color: var(--primaryColor);
    text-decoration: underline !important;
}
.footer-hr{
    width: 15%;
    float: left;
    margin-top:0px;
    margin-bottom: 0.5em;
    color: var(--primaryColor);
    text-align: left;
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryBgColor);
}
.footer-email-input-block{
    border: 1px solid var(--primaryColor);
    overflow: auto;
    background-color: #fff !important;
}
.footer-email-input-block > div{
    float: right;
    background-color: var(--primaryColor);
    padding: 10px 15px;
    color: var(--secondaryColor)
}
.footer-email-input-block > div:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
}
.footer-email-input{
    padding: 10px 20px 10px 15px;
    float:left;
    border: 0px;
    background-color: #fff;
}
.btn-footer{
    color: #fff;
    background-color: rgba(0,0,0,0);
    border: 1.5px solid #fff;
    padding: 15px 35px;
    margin-top: -1em;
    margin-top: -0.3em;
    transition: 0.5s
}
.btn-footer:hover{
    background-color: #a2a2a2;
    border-color: #a2a2a2;
    color: #fff;
}
.form-control{
    padding: 15px
}
.socials-hr hr{
    width:100%;
    /* width:90%; */
    margin-bottom:0px;
    background-color: var(--primaryColor);
}
.socials-hr{
    /* margin-top: -4em; */
    margin-bottom: -4em;
}
.socials-hr .row{
    margin:0px;
}
footer .fab{
    font-size: 18px;
}
.footer-legal, .footer-socials{
    text-align:right;
}
/* End of styling */

@media only screen and (max-width: 767px){
    footer .row{
        font-size: 15px;
        line-height: 1.7em;
        padding: 30px 15px;
        text-align:center
    }
    footer p{
        font-size: 15px;
    }
    .footer-header{
        font-size: 18px;
        text-align:center
    }
    footer .footer-sub-div{
        margin:auto;
        float:none
    }
    footer a{
        color: #fff;
        font-size: 15px;
    }
    footer a:hover{
        color: #23A0D6 !important;
    }
    .footer-hr{
        width: 10%;
        margin:0px auto 10px auto;
        float:none;
        text-align:center;  
    }
    .btn-footer{
        padding: 10px 15px !important;
        min-width:40%;
        font-size: 15px;
    }
    .footer-form{
        text-align:center;
        margin:auto
    }
    .footer-email-input{
        width:100%;
        margin: auto;
        text-align:center;
        font-size: 15px;
    }
    .socials-hr hr{
        width:100%;
    }
    .socials-hr{
        margin-top: -2.5em;
        margin-bottom: -1.8em;
    }
    footer .fab{
        font-size: 18px;
    }
    .span-socials{
        display: none;
    }
    .footer-legal, .footer-socials{
        text-align:center;
    }
    .footer-socials{
        margin-top: 1em !important;
        margin-bottom: 1em !important
    }
    .div-copyright{
        padding-bottom: 4em !important;
    }
}
@media only screen and (min-width: 596px) and (max-width: 767px) {
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   /*End of styling*/
}
@media only screen and (min-width: 1200px) {
  
}