

@media screen and (max-width: 1330px) {
   
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 1200px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 1200px) {
   
}
@media screen and (min-width: 1200px) {
    
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .signup { 
    padding: 7px 4px;
}
  .login { 
    padding: 7px 4px;
}
.job_post{
	padding: 7px 4px;
} 
.Find_job{
	padding: 0 15px;
}
.links_quick{
	margin: 0 2px;
}
.tab_design_profile_page li {
    width: 18.4%;
}
.location-min{
    position: relative;
    top: 7px;
    left: 4px;
}
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 992px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 992px) {
   .Find_job{
	padding: 7px 15px;
}
.right_post h2 {
    font-size: 12px;
}
.Upload_cv {
    padding: 12px 0;
}
.right_post{
	padding: 10px;
}
.left_post h2 {
    font-size: 16px;
}
.left_post span    {
    font-size: 16px;
}
.quick_links {
    background-position: 16% 50%;
    height: auto;
}
br{
	display: none;
}
.p-l {
    padding-right: 0px !important;
}
.p-r {
    padding-left: 0px !important;
}
.tab_design_profile_page li {
    width: 17.4%;
}
.circle {
    width: 140px;
    height: 140px;
    top: 36px;
}
.navbar-toggler {
    background: #017583;
    display: none;
}
.navbar>.container, .navbar>.container-fluid{
    display: unset;
}

.login_signup{
    display: block !important;
    width: 50%;
    float: left !important;
    position: relative;
    float: unset !important;
}
.login_signup .Find_job {
    margin: 5px;
}

.post_jobs .job_post{
    margin-bottom: 5px;
}


.navbar-nav > li > a{
    color:#636363 !important;
}

.location-min{
    position: relative;
    top: 7px;
    left: 4px;
}
}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 767px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 767px) {
    .nav-item {
    display: block;
}
.navbar-nav{
     text-align: left;
     display: block;
}
.form-content {
    position: relative;
    width: 100%;
    float: left;
    background-color: #FFF;
    box-shadow: 0 2px 2px 0 #c9c7c7;
    margin: 10px 0;
}
.Find_job{
	width: 100%;
}
.links_quick {
    width: 116px;
    float: left;
}
.quick_links {
    height: auto;
}
.by_category {
    width: 100%;
    padding: 20px 20px;
}
.by_city{
    width: 100%;
    padding: 20px 20px;
    margin: 0;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0 0;
    font-size: 18px;
    line-height: normal;
}
div#navbarResponsive {
    background: #f2f2f2;
    padding: 35px 0;
    margin: 0;
    width: 100%;
    right: -4px;
}
.navbar-dark .navbar-toggler{
     background-color: #017583;
}	
#chartdiv {
     width: 100%;
 }	
 .content_job img {
    width: 100%;
    position: relative;
    top: auto;
}		
.tree li a {
    padding: .5em .75em;
    font-size: 10px;
}
.group {
    width: 100%;
    margin-bottom: 16px;
    /*this is applied for search job for mobile view */
    margin-left: 0px;
}
.section_alignment {
    margin: 90px 0;
}
.banner{
    height: auto;
}
#userform .nav-tabs.nav-justified > li > a {
    border: 0;
}
.banner {
    height: auto;
    /* background-position: center center; */
}
.banner.find_job_banner{
   height: auto;
    }
.banner.upload_rsume_banner{
   height: auto;
    }
.banner.login_banner{
   height: auto;
    }
 .banner.post_job_banner{
   height: auto;
    }
    .banner_content{
        top: 0;   
         padding: 20px 0;
}
.tree .one{
  padding: 7px 10px !important;
}
.tree .two{
  padding: 7px 10px !important;
}
.tree .five{
    padding: 8px 10px !important;
}
   .tab-image {
    float: none;
    margin-right: 0;
}
text-shorting .work-time {
    margin-left: 15px;
    margin-bottom: 10px;
}
.banner.profile_page_banner {
    background: url(../images/banner.jpg);
    height: 368px;
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: 50% 50%;
}
.candidate_profile_info {
    position: absolute;
    top: 22px;
    border: 0;
}
.profile_info {
    overflow: visible;
}
.tab_design_profile_page li {
    width: 61.4%;
    padding:10px;
}
.tab_design_profile_page ul {
    white-space: nowrap;
    overflow-x: scroll;
}
.profile_info_data li {
    width: 100%;
    padding: 0;
}
.navbar-toggler {
    background: #017583;
    display: block;
    float: right;
    top: 11px;
    position: relative;
    right: 9px;
}
.header_section {
    background-color: #fff;
    padding: 7px 12px;
}
.DisplaySetFlex{
    display:block;
}

.location-min{
    position: relative;
    top: 7px;
    left: 4px;
}

}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 480px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 480px) {
    .links_quick{
        width: 100%;
        border-radius: 0;
    }
    .links_content ul{
        padding: 0;
    }

 .links_content  {
    overflow: hidden;
}
.social_links li{
    margin: 24px 4px;
}
.location-min{
    position: relative;
    top: 7px;
    left: 4px;
}
}
/*-------------------------------------------------------*/
/* When the browser is between 767px and above wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (min-width: 767px) {
 
}