.footer-section {
    background-color: #333;
    height: auto;
    padding-top: 1%;
    padding-left: 20%;
    padding-right: 20%;
}

.footer-content .space {
    height: 8px
}

.footer-content h5 {
    color: white;
    text-align: center;
}

.footer-content h4 {
    color: white;
    text-align: center;
}

.footer-content hr {
    border-radius: 1px;
}

.footer-section ul{
    display: block;
}

.footer-section ul #f_nav{
    display: block;
    overflow: hidden;
    _zoom: 1;
    float: left;
}

.footer-content .par {
    font-size: 12.5px;
    color: white;
    text-align: justify;
}

.footer-content .tpar {
    font-size: 13.8px;
    font-weight: 600;
    color: white;
    text-align: start;
}

.footer-content .bpar {
    font-size: 12.4px;
    color: black;
    text-align: justify;
}

.footer-section ul{
    padding-left: 5%;
}

.footer-section ul.a {
    list-style-type: square;
    color: white;
}

.footer-section ul li{
    color: white;
    font-size: 13.4px;
}

.footer-content .brand {
    background: url('../img/brand.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-content .paymentt {
    background: url('../img/payment.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-section .logo {
    background: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-content .sixtySize {
    background: url('../img/takuhai-60.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-content .eightySize {
    background: url('../img/takuhai-80.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-content .hundredSize {
    background: url('../img/takuhai-100.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-content .hundredTwentySize {
    background: url('../img/takuhai-120.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-content .hundredFortySize {
    background: url('../img/takuhai-140.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-content .hundredSixtySize {
    background: url('../img/takuhai-160.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-bottom {
    width: 100%;
    height: auto;
    background: white;
    padding: 14px 0;
}

.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
    overflow: hidden;
}

.footer-bottom .copyright {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-align: center;
}
@media(max-width:992px){
    .footer-bottom .copyright{
        font-size: 15px;
    }
}
@media(max-width:500px){
    .footer-bottom .copyright{
        font-size: 12px;
    }
}
.footer-content .payment {
    background: url('../img/masterCard.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
   
}

.footer-content .jcb {
    background: url('../img/jcb.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;

}

.footer-content .diners {
    background: url('../img/diners.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
 
}

.footer-content .visa {
    background: url('../img/visa.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
 
}

.footer-content .paymentt {
    background: url('../img/payment.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 80px;
    display: block;
 

.footer-content .amazon {
    background: url('../img/amazon.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
   
}

.footer-content .fa-facebook {
    color: #3b5998;
    /* color:#ffffff; */
}

.footer-content .fa-twitter {
    color: #00acee;
}

.footer-social-media {
    display: flex;
    justify-content: center;
}

.footer-social-media_div {
    border-radius: 15px;
    background-color: #fff;
    /* width: 70%;     */
    padding: 6px 30px;
}

div .inline {
    float: left;
    padding: 20px;
    margin: 20px;
}