/*------------------------------------------------------------------
[Table of contents]
1. Styles for devices(>1200px)
2. Styles for devices(>=992px and <=1199px)
3. Styles for devices(>=768px and <=992px)
4. Styles for devices(>=481px and <=767px)
5. Styles for devices(<=480px)
-------------------------------------------------------------------*/
/*----------------
[1. Styles for devices(>1200px)]
*/
@media (max-width: 999px){
    .mob-lang{
        margin-left:50px !important;
    }
    .mob-lang img{
        width:30px;
    }
}
@media (min-width: 1200px){
	.container{
		width:1200px;
	}
}
/*----------------
[2. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {

       .s_a{margin-top: 123px !important;}

}
/*--------------------
[3. Styles for devices(>=768px and <=992px)]
*/

@media (min-width: 768px) and (max-width: 992px) {


}

/*--------------------
[4. Styles for devices(>=481px and <=767px)]
*/
@media (max-width: 767px) { 

.page-header1 {
    background-color: #2A8234;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #CCC;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
    margin-top: 132px !important;
}
    .s_a{margin-top: 133px !important;}

    .copyright{font-size: 10px !important;}

    .col_a{text-align: left !important; }

    .col_u{margin-top: 0px !important;}
    .col_i{margin-top: 20px !important;}

}