body{
    overflow-x: hidden;
}

.copyright-text ul li a {
    font-size: 30px;
}
.copyright-text p {
    font-size: 14px;
}
.footer_logo1 img {
    width: 115px;
    padding: 7px 10px;
}

.hide-footer{
    display: none;
}

@media(max-width:480px){
    footer.main-footer {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
    }
    .scroll-to-top{
        bottom: 100px;
    }
    .contact_btn{
        font-size: 10px;
    }
    #myBtn{
        bottom: 125px !important;
    }
}



#myBtn {
    position: fixed;
    bottom: 50px;
    right: -20px;
    font-family: AvenirNextDemiBold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    transition: .3s linear;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transform: rotate(90deg);
}

    #myBtn:hover:before {
        top: -40px;
        opacity: 1;
    }

    #myBtn:before {
        content: '';
        position: absolute;
        width: 15px;
        top: -40px;
        opacity: 0;
        left: -10px;
        height: 130px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-image: url(../images/new-img/left-arrow.png);
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -o-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear;
    }





