/* /////////////////   MOBILE    ///////////////////////////////   */
@media ( max-width: 767px) {
    .hide-mobile {

        display: none !important;
    }

    .footer-elements {
        display: initial !important;
    }

    .rt-section-title {
        font-size: 30px !important;
    }

    .text-white .rt-section-title span {
        margin-bottom: 10px !important;
    }


    .rt-section-title-wrapper > .rt-section-title > span {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }


    .top-header {

        display: block !important;
    }

    .top-message {
        display: none !important;

    }

    .top-social > li > a > i {
        display: block !important;

    }

    .rt-preloder .preloder-box {
        text-align: center !important;
    }

    .top-social > li > a > .fa-money-check {
        display: none !important;

    }

    .footer-elements > .left {
        width: 100% !important;
        margin-bottom: 13px !important;
    }


    .footer-elements > .right {
        width: 100% !important;
        text-align: center;
    }


    .input-group > .input-group-append > button {

        width: 100% !important;
        margin-top: 20% !important;
    }

    .single-deal-carosel .deal-bg {

        height: 300px !important;

    }

    .deal-carosel-active .owl-nav .owl-prev, .deal-carosel-active .owl-nav .owl-next {

        bottom: 24px;
    }

    .deal-carosel-active .owl-nav .owl-prev {

        left: 67% !important;
    }

    .deal-carosel-active .owl-nav .owl-next {

        left: 80% !important;
    }


    #dropdownMenuButton > .rounded-circle {
        height: 16px;
        width: 16px;
    }
    #pageMessages {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 90%;
        z-index: 99999999999;
    }


}

/* END OF MOBILE
