/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .m-none {
        display: none;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .login {
        display: none;
    }

    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .m-none {
        display: none;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .dis-none {
        display: none;
    }

    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }

    .card-imgbox {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
        border: 5px solid #dcdcdc;
    }

    .btn-360 {
        font-size: 0.8rem !important;
    }

    .slider_cont {
        margin-top: 0px;
    }

    .text-end {
        text-align: center !important;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }

    .card-imgbox {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
        border: 5px solid #dcdcdc;
    }

    .btn-360 {
        font-size: 0.8rem !important;
    }

    .slider_cont {
        margin-top: 0px;
    }

    .text-end {
        text-align: center !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }

    .card-imgbox {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
        border: 5px solid #dcdcdc;
    }

    .slider_cont {
        margin-top: 0px;
    }

    .btn-360 {
        font-size: 0.8rem !important;
    }

    .text-end {
        text-align: center !important;
    }
}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }

    .text-end {
        text-align: center !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }

    .text-end {
        text-align: center !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .dis-none {
        display: none;
    }

    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .dis-none {
        display: none;
    }

    .view-m {
        display: none !important
    }

    .view-d {
        display: block !important
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .view-m {
        display: block !important
    }

    .view-d {
        display: none !important
    }

    .p-15 {
        padding: 0px 15px !important;
    }

    .slider_cont {
        margin-top: 6px;
    }

    .menu {
        margin: 0px;
    }

    .m-none {
        display: none !important;
    }

    .header-cont {
        padding-bottom: 0px;
    }

    .sidebar-page-container {
        padding: 35px 0px 0px 0px;
    }

    .email-cont {
        padding: 0px;
        text-align: center;
    }

    .call-cont {
        padding: 0px;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .bg-news {
        background-color: yellow;
        border-radius: 0px;
        color: #333;
        font-weight: 700;
    }
}