#leftcol .active {
    display: none;
}
#leftcol .icon {
    display: none;
}
/* Mobile */
@media only screen and (max-width: 768px){
    #wrapper {
        background-image: none !important;
        display: flex;
        flex-direction: column;
      }
    #pagewidth {
        width: 100%;    
    }
    #header {
        position: relative;
        height: 160px;
        background-color: #FFFFFF;
        background-image: url('../new_images/header_03.png');
        background-repeat: no-repeat;
        background-size: 100% 160px;
        width: 100%;
    }
    #header img{
        height: 80px;
        width: 100%;
        margin-left: 0%;
    }
    #tabs {
        display: table;
        clear: both;
    }
    #tabs li{
        width: 48%;
        padding: 1px;
        align-items: center;
    }
    ol#tabs a{
        width: 90% !important;
        font-size: 14px;
        font-weight: bold;
        margin-left: 5%;
    }
    #mainalt {
        background-color: #FFFFFF;
        border-color: none;
    }
    #twocols {
        width: 100%;
        float: left;
        position: relative;
        background-color: #FFFFFF;  
        /* bottom: -11%; */
    }
    #leftcol {
        width: 100%;
        float: left;
        position: relative;
        background: #FFFFFF;
    }
    #mainNav {
        width: 75%;
        float: right;
        margin-right: 15%;
    }

    div#navTabs   {order: 1;}
    div#leftcol  {order: 2;}
    div#twocols {order: 3;}
    div#footer  {order: 1;}
    
    #register{
        font-size: 7px;
    }
    #mainalt{
        font-size: 12px;
    }
    /*After Make Payment Action  Mailing a check*/
    #installmentPaymentBox {
        width: 95%;
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
        border: 2px solid #757547;
    }
    #installmentPayMethodBox table{
        font-size: 10px !important;
    }
    #installPayMethodChosenBlock tr td b u{
        font-size: 14px !important;
        margin-right: -25%;
        margin-left: -45%;
    }
    #installPayChosen p{
        font-size: 12px !important;
        margin-right: 5%;
        margin-left: -13%;
    }
    #returnToPaySelection{
        margin-right: 0%;
        margin-left: -12%;
        font-size: 10px !important;
    }
    #payInstallUsingCheck{
        font-size: 10px !important;
        margin-right: -25%;
        margin-left: -7%;
    }
    #payInstallUsingCheck tr td span p{
        font-size: 12px;
        margin-right: 10%;
        margin-left: 0%;
    }
    #payInstallUsingCheck tr td span h4{
        font-size: 12px;
        margin-right: 10%;
        margin-left: 0%;
    }
   
    #payInstallUsingCheck tr td p i{
        font-size: 8px !important;
        margin-right: 10% !important;
        margin-left: 0% !important;
    }

    #showStatementButton{
        width: 75%;
        font-size: 10px;
    }
    /* Pay online using paypal*/
    #ppInstallAmountSelect tr td table{
        font-size: 8px !important;
    }
    #installPayPalButtonDiv{
        width: 100%;
        margin-left: 0%;
    }
    #register a:link{
        font-size: 14px !important;
        margin-right: 1px!important;
    }
    #footer{
        height: auto;
        margin: 0% !important;
        padding: 0% !important;
    }
    #footer div{
        width: 90% !important;
        text-align: center !important;
    } 
    #copy div{
        font-size: 10px !important;
        margin-left: 15% !important;
    }
}