#menu1 {
    height: 1px;
    margin: 0px 0px 5px;
    background-color: #D4D3D3;
    clear: both;
}
#header div {
    height: 65px;
}


@media only screen and (max-width: 767px){

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
                width: 100%;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { /*border: 1px solid #ccc;*/ }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee; */
		position: relative;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
        #container{
            padding: 0px;
        }
        .crt_acnt_p, .frgrt_acnt_p{
            width: 100%;
            float: left;
        }
        .crt_acnt_p{
            padding-top: 15px;
        }
        
        #middle-box2{
            margin-bottom: 40px;
        }
        .middle_td_contnr{
            margin: 0 auto;
        }
        br{
            display: none;
        }
        .frmtable td {
            height: auto;
        }
        #rcontent{
            padding: 0px;
        }
        #rcontent .frmtable td{
            height: 18px;
            width: 100%;
            padding: 0;
            margin-bottom: 2px;
        }
        .rcontent_first_fldst{
            width: 96% !Important;
        }
        .frgt_pass_second_td{
            border: 1px solid #D3D3D3;
            margin: 10px auto;
            display: block;
            width: 250px;
            height: unset !important;
            padding: 10px;
        }
        #wrapper_popup input, select, textarea{
            width: 99% !important;
            border: 1px solid #A3BFE3;
        }
        #wrapper input, #wrapper select{
            width: 100% !important;
            border: 1px solid #A3BFE3;
        }
        #wrapper_popup .frmtable td {
            height: 18px;
            padding: 1px 0px 5px 3px;
            width: 100%;
        }
        .frgt_pass_tbl{
            padding-top: 20px;
        }
        #header .welcome{
            width: 100%;
            float: left;
            text-align: center;
            height: initial;
        }
        .cmplnt_srch_optn_tbl_1{
            margin-left: 0px !important;
            width: 100%;
            float: left;
        }
        .cmplnt_srch_optn_tbl_1 h3{
            font-size: 20px !important;
            padding-bottom: 20px;
            text-align: center;
        }
        .ps_onln_hgr_offc_td a{
            width: 100%;
        }
        .ps_onln_hgr_offc_td a img{
            position: relative;
            margin: 0px auto;
            display: block;
        }
        .pagesubmission{
            text-align: center;
            margin: 10px 0px;
        }
        #wrapper .pagesubmission input{
            padding: 4px 10px;
            height: auto;
            box-shadow: 0px 1px 3px #666;
            border-radius: 3px;
            font-size: 15px;
            width: auto !important;
        }
        #viewTableId.frmtable td{
            width: 100%;
            padding: 2px 0px;
        }
        

}
@media only screen and (max-width: 767px){
    #header .logo{
    width: 50%;
    float: left;
    background: transparent url("../img/logo3.jpg") no-repeat scroll left;
    background-size: 80% auto;
    
}
    #header .sublogo{
    background: transparent url("../img/sublogo.gif") no-repeat scroll right;
    background-size: 40% auto;
    width: 45%;
    float: right;
    
}
     
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

@media only screen and (max-width: 600px){
    .first_td_container, .third_td_container{
     display: none;
     }
     .mobilecomplaint{width: 30% !important:}
     .mobilecomplaint_one{width: 30% !important:}
}


