﻿/* Checking for device type and screen size */
@media screen and (max-width: 768px) {
    .static-header {
        display: none !important;
    }

    .responsive-header {
        display: block !important;
    }

    /* Navigation Bar - Responsive */
    #cd-lateral-nav a.fly, #cd-lateral-nav .subProductName {
        font-weight: 600;
    }
    /**/
}

/* Checking for other devices except mobile */
@media screen and (min-width: 769px) {
    .static-header {
        display: block !important;
    }

    .responsive-header {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    *, *:after, *:before {
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
        box-sizing: unset;
    }
}

@media only screen and (max-width: 768px) {
    body {
        background-color: #fff;
    }

    #maincontainer {
        all: initial;
        margin: 0;
        padding: 0;
        width: auto;
        box-shadow: none;
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    }
    #contentwrapper{
        margin-top:35px;
    }
    #imgcards {
        width: 300px;
        margin: 0 auto;
    }
    #panel1{
        display:none;
    }

    #panel2{
        width:100%;
        margin:auto;
    }
    td{
        width:auto;
    }
    /*postalmail page*/
    #panel5 {
        width: 100%;
        margin: auto;
    }

    /*Priority Support page*/
    .PrioritySupportQuickInfoLeftDiv{
        width:35%;
    }
    .PrioritySupportQuickInfoRightDiv{
        width:65%;
    }
    .outDivBuyNowPriority{
        width:auto !important;
        
    }
    .PrioritySupportPageBottomBox .outDivBuyNowPriority {
        padding-left: 23%;
    }
}
