/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.top-includes{
justify-content:center;
}
.page_slider .flexslider .intro_layer img
{
display: inline-block;
   width: 100px;
}
.quickcv
{
	width: 105px;
    height: 30px;
    font-size: 9px;
    padding: 0px;
    float: right;
}

.employerbtnn
{
width: 105px;
    height: 30px;
    font-size: 9px;
    padding: 0px;
    float: right;
}
  
   .subcontent {
    font-size:20px;
  }
  
  .imgtop{
    margin-top:0px;
  }

}

@media only screen and (min-width: 425px) {
.top-includes{
margin-left:98px;
  

}
   .subcontent {
    font-size:20px;
  }
  .imgtop{
    margin-top:0px;
  }
}
@media only screen and (min-width: 375px) {
.top-includes{
margin-left:75px;
  

}
  .imgtop{
    margin-top:0px;
  }
  
  .subcontent {
    font-size:23px;
  }

}

@media only screen and (max-width: 375px) {
  .imgtop{
    margin-top:0px;
  }
.top-includes{
margin-left:70px;
  

}
   .subcontent {
    font-size:20px;
  }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .imgtop{
    margin-top:0px;
  }
.top-includes{
justify-content:center;

}

.page_slider .flexslider .intro_layer img
{
display: inline-block;
 width: 100px;
}

.quickcv
{
	width: 105px;
    height: 30px;
    font-size: 9px;
    padding: 0px;
    float: right;
}

.employerbtnn
{
width: 105px;
    height: 30px;
    font-size: 9px;
    padding: 0px;
    float: right;
}
  .subcontent {
    font-size:20px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .imgtop{
    margin-top:0px;
  }
.top-includes{
justify-content:center;
}

.page_slider .flexslider .intro_layer img
{
display: inline-block;
   width: 150px;
}

.quickcv
{
	width: 166px;
    height: 30px;
    font-size: 10px;
    padding: 0px;
    float: right;
}

.employerbtnn
{
width: 166px;
    height: 30px;
    font-size: 10px;
    padding: 0px;
    float: right;
}
  .subcontent {
    font-size:30px;
  }


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .imgtop{
    margin-top:-150px;
  }

.top-includes{
margin-left:185px;
}
.page_slider .flexslider .intro_layer img
{
display: inline-block;
   width: auto;
}
.quickcv
{
	width: 170px;
    height: 60px;
    font-size: 15px;
    padding: 0px;
    float: right;
}

.employerbtnn
{
	width: 170px;
    height: 60px;
    font-size: 15px;
    padding: 0px;
    float: right;
}
.slider-bottomline {
	background-color: #1e2353;
	display: block;
	margin-top:-180px;
	z-index: 3
}
  
  .subcontent {
    font-size:30px;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .imgtop{
    margin-top:-150px;
  }
  

.top-includes{
margin-left:185px;
}

.page_slider .flexslider .intro_layer img
{
display: inline-block;
   width: auto;
}
.quickcv
{
	width: 170px;
    height: 60px;
    font-size: 15px;
    padding: 0px;
    float: right;
}

.employerbtnn
{
	width: 170px;
    height: 60px;
    font-size: 15px;
    padding: 0px;
    float: right;
}

.slider-bottomline {
	background-color: #1e2353;
	display: block;
	margin-top:-180px;
	z-index: 3
}
  .subcontent {
    font-size:30px;
  }

}