/* Responsive CSS Document */

/* 
    Created on   : 23/05/2018.
    Theme Name   : Charles-Business-Consulting HTML Template.
    Version      : 1.0.
    Author       : @CreativeGigs.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/
@media (min-width: 1700px) {

}
@media (min-width: 992px) {
    .wallet_box {
        margin-top: 10em;
    }
    .watch_box {
        padding: 65px !important;
    }
    .menu_button{
        display:none;
    }
}
@media (max-width: 992px) {
    #mega-menu-holder {
        display:none !important;
    }
    .table_container{
        margin:30px 0;
    }
}
@media (max-width: 1199px) {
    .watch_box {
        padding: 65px !important;
    }
}
/*(max-width: 1199px)*/

@media (min-width: 992px) and (max-width: 1199px) {
    .wallet_img {
        width: 90%;
        margin:0 auto;
        float: unset !important;
    }

    .wallet_box {
        margin-top: 12em;
    }
    .watch_box {
        padding: 65px !important;
    }
}
/*(min-width: 992px) and (max-width: 1199px)*/

@media (max-width: 991px) {
    .wallet_img {
        width: 100%;
        float: unset !important;
    }

    .wallet_box {
        margin-top: 5em;
    }
    .watch_box {
        padding: 65px !important;
    }

} 
/*(max-width: 991px)*/

@media (min-width: 768px) and (max-width: 991px) {
    .header-bg {
        height: 1480px;
    }
    .wallet_img{
        width:100%;
        float:unset !important;
    }
    .wallet_box {
        margin-top: 5em;
    }
    .watch_box {
        padding: 65px !important;
    }
}
/*(min-width: 768px) and (max-width: 991px)*/

@media (max-width: 767px) {
    .header-bg {
        height: 920px;
    }
    .watch_box {
        padding: 30px !important;
    }
}
/*(max-width: 767px)*/

@media (min-width: 576px) and (max-width: 767px) {
    .header-bg {
        height: 920px;
    }
    .watch_box {
        padding: 30px !important;
    }
}
/*(min-width: 576px) and (max-width: 767px)*/

@media (max-width: 575px) {
    .header-bg {
        height: 920px;
    }
    .watch_box {
        padding: 30px !important;
    }
    .under_watch_box {
        height: 1115px;
    }
}
/*(max-width: 575px)*/

@media (max-width: 650px) {
    .header-bg {
        height: 920px;
    }
   
    .wallet_box {
        margin-top: 5em;
    }
    .watch_box {
        padding: 30px !important;
    }
    .under_watch_box {
        height: 900px;
    }
    .img_fly{
        margin-top:15em !important;
    }
}
@media (max-width: 420px) {
    .title {
        font-size: 38px !important;
        margin: 2em 0 1em 0 !important;
    }
    .hide_mobile {
        display: none !important;
    }
    .center_mobile{
        text-align:center !important;
    }
}
    @media (max-width: 400px) {
        .header-bg {
            height: 920px;
        }

        .wallet_box {
            margin-top: 5em;
        }

        .watch_box {
            padding: 30px !important;
        }

        .under_watch_box {
            height: 1245px;
        }
    }

    @media (max-width: 380px) {
        .header-bg {
            height: 920px;
        }

        .wallet_box {
            margin-top: 5em;
        }

        .watch_box {
            padding: 30px !important;
        }

        .under_watch_box {
            height: 900px;
        }
    }

    @media (max-width: 320px) {
        .header-bg {
            height: 920px;
        }

        .wallet_box {
            margin-top: 5em;
        }

        .watch_box {
            padding: 30px !important;
        }

        .under_watch_box {
            height: 900px;
        }
    }