/* footer css */
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap');
.f-div{
    background-color:  #f3f3f3;
}
.footer-links, .footer-social {
    list-style-type: none;
    padding-left: 0px;
}

.footer-social li {
    float: left;
    margin-right: 8px;
    font-size: 22px;
}

.footer-main {
    background-color: #f3f3f3;
    color: #000000;
    padding-top: 50px;
}

.footer-logo{
    width: 150px;
}
.footer-heading{
    color: #f16600;
    font-weight: bold;
    letter-spacing: -0.1px;
    font-family: 'Sawarabi Gothic', sans-serif;
    border-left: 3px solid;
    padding-left: 10px;
    font-size: 12px;

}
.footer-li{
    color: #f16600;
    list-style-type: square;
    line-height: 1;
    margin-bottom: 4px;

}
.footer-li-a {
    color: #000000 !important;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-weight: 400;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none !important;
}
.footer-li-a:hover {
    text-decoration: none!important;
}
.footer-end{
    background-color: #FFC300;
}
.copyright-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: 'Sawarabi Gothic', sans-serif;
    width: 100%;
}

#btotop_btn {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#f16600;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999;
}
#btotop_btn span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#btotop_btn:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

@media (min-width: 1025px) and (max-width: 1199px) {
.footer-logo {
    width: 130px;
}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .footer-logo {
        width: 130px;
    }

}@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .footer-logo {
        width: 100px;
    }

}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .footer-logo {
        margin-bottom: 20px;
    }
}
