


@media (min-width: 320px)and (max-width: 575px) { 
    .banner-bg > h1 {
        color: #050505;
        font-size: 34px;
        letter-spacing: 5px;
    }
    .services {
        padding-left: 36px;
        padding-bottom: 15px;
    }
    .subscribe_btn {
        width: 48%;
        font-size: 18px;
    }
    .enter_form {
        width: 63%!important;
    }
}
/* // Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) { 
    .banner-bg>span{
        font-size: 28px !important;
    }
    .banner-bg>h1{
        font-size: 46px !important;
    }
    .banner-bg>p{
        font-size: 18px !important;
    }
    .btn_1{
        font-size: 14px !important;
    }

    /* about-us */
    .about-img{
        width: 70% !important;
    }
    .main-heading{
        font-size: 36px !important;
    }
    .about_us>p{
        font-size: 18px !important;
    }
    .read_more{
        font-size:14px !important;
    }

    /* services */
    .services{
        padding-left: 80px !important;
        padding-bottom: 60px !important;
    }
    .services_text>button{
        margin-bottom: 40px !important;
    }

    /* bitcoins */
    .bitcoins>h2{
        font-size: 30px !important;
    }
    /* wallet */
    .wallet{
        margin-top: 50px !important;
    }
    .wallet>h2{
        font-size: 30px !important;
    }

    /* <!-- newsletter --> */
    .newsletter{
        padding: 80px 0;
        margin-top: 10px;
    }
    .subscribe_btn{
        width:38%;
    }

    /* footer */
    .footer-icon>ul, .footer-icons{
        padding-left: 0px;
    }


}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .bit_bg{
        padding-top: 0px;
    }
    .newsletter {
        margin-top: 40px;
    }
    .enter_form {
        width: 55%;
    }
    .subscribe_btn {
        width: 18%;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .footer {
        padding: 50px 40px;
    }
    .footer-logo{
        width: 180px;
        height: 80px;
    }
    .footer-data{
        font-size: 15px !important;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }
