@media screen and (max-width: 990px) and (min-width: 768px)
{
.col-sm-3.col-xs-6.withSalary {
    width: 46%;
    float: left;
}
.col-sm-3.col-xs-6.withoutSalary {
    width: 46%;
    float: left;
}
}
@media (max-height: 767px)
{
	.col-sm-3.col-xs-6.withoutSalary {
       min-height: 160px !important;
      line-height: 15px !important;
}
.col-sm-3.col-xs-6.withSalary {
    min-height: 160px !important;
}
h5.twolineh5 {
    padding-top: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.twolineh5{
    	padding-top: 23px !important;

	}
}
.seas-img
{
    height: 50px;
    width: 50px;
    margin-top: 10px;
}
@media (min-width: 991px) and (max-width: 1199px)
{
    .twolineh5
    {
        padding-top: 28px !important;
    }
    .jobslideRow {
    margin-top: 18px !important;
}
}