/* ----------- Watches Devices ----------- */

/*@media only screen*/
/*and (min-device-width: 218px)*/
/*and (max-device-width: 281px) {*/

/*}*/

/* ----------- Mobile Devices ----------- */




@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px) {

    .btm-txt-images-withoutbg{
        border-top: 1px solid #dcdcdc;
        min-height: 30px;
        /* height: auto; */
        /* font-size: 16px; */
        text-align: center;
        /* background: #efefef; */
        padding: 0px !important;
    }
    .btm-txt-images-withoutbg p{
        font-size: 13px !important;
        text-transform: capitalize;
        color: #111111 !important;
        font-weight: normal !important;
        padding: 0px !important;
    }


    .desktop_table{
        display: none !important;
    }

    .mobile_table{
        display: block !important;
    }

}


/* ----------- Tablet Devices ----------- */

@media only screen
and (min-device-width: 769px)
and (max-device-width: 1366px) {
    .full-header-container {
        display: list-item;
        height: 480px;
    }

}

@media only screen
and (min-device-width: 1367px)
and (max-device-width: 1440px) {
    .full-header-container {
        display: list-item;
        height: 610px;
    }

}

.page-title .faq p {
    text-align: left !important;
}



@media only screen
and (min-device-width: 100px)
and (max-device-width: 750px) {

    .mobile-navbar-header{
        display: block !important;
    }

    .desktop_table{
        display: none !important;
    }

    .mobile_table{
        display: block !important;
    }
}
@media only screen
and (min-device-width: 751px)
and (max-device-width: 7500px) {

    .mobile-navbar-header{
        display: none !important;
    }


    .desktop_table{
        display: block !important;
    }

    .mobile_table{
        display: none !important;
    }

}

@media only screen
and (min-device-width: 2500px)
and (max-device-width: 5500px) {
    .full-header-container {
        display: list-item;
        height: 870px;
    }

}
