/*------------------------------------*\
         Media Queries
\*------------------------------------*/
@media(max-width:1400px) {}

@media (max-width:1100px) {
  .nav-link{
    margin: 0 5px;
  }
  .section {
    padding: 60px 0;
  }
  .employerList li {
    width: calc(33% - 15px);
  }
  .categorylisting li .catecard .iconcircle {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
  .categorylisting li .catecard .iconcircle img {
    max-width: 70px;
  }
  .jobinfo-cap h2 { font-size: 48px; }
  .course-banner > img{
    max-height:400px;
  }
}

@media (max-width:991px) {
  .titleTop h3 {
    font-size: 30px;
  }
  .searchwrap {
    display: block;
    height: auto;
  }
  .srjobseeker,
  .srcompanies {
    height: 600px;
    background-size: contain;
  }
  .navbar-header {
    float: right;
    display: block;
    margin-top: 5px;
  }
  .navbar-toggler {
    background: #0A77BB;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 10000;
    padding: 30px;
  }
  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    float: right;
    display: block;
    position: absolute;
    right: 11px;
    top: 0;
  }
  .navbar {
    padding: 0;
  }
  .navbar-nav>li {
    padding: 8px 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .stickey .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 0;
    color: #fff;
    margin: 0;
  }
  .navbar-light .navbar-nav .active>.nav-link,
  .home .stickey .navbar-nav .active>.nav-link {
    color: #FFD302;
  }
  .navbar-nav .btn {
    width: 100%;
  }
  .profile-login {
    margin-left: 15px;
    position: absolute;
    top: -60px;
    right: 50px;
  }
  .employerList li {
    width: calc(50% - 15px);
  }
  .footerwrap ul {
    padding: 0;
  }
  .innerbannerBg {
    background: url(../images/banner-graphic.png) no-repeat right bottom;
    background-size: 240px;
    align-items: inherit;
  }
  .innerbannerBg .container {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }
  .asside-panel{
    margin-bottom: 30px;
    height: auto;
  }

  .innerbanner{
    margin-bottom: 40px;
  }
  .four-plan h3 {
    font-size: 30px;
  }
  .userdata li {
    margin-bottom: 10px;
  }
  .jobPagetitle {
    margin-bottom: 40px;
  }
  .usercoverimg > img {
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .userMaininfo{
    bottom: -20px;
  }
  .userMaininfo h3{
    padding-top: 15px;
  }
  .userMaininfo h3 span{
    display: block;
  }
  .membersinc, .usercoverimg-right-panel .membersinc {
    float: none;
    margin: 3px 0 0 0;
  }
  .filter-open{
    display: flex;
  }
  .asside-inner{
    display: none;
  }
  
  .overall-wrap {
    padding-right: 20px;
    margin-right: 20px;
  }
  .rating_bar{ width: 100px;}
  .rating-name{ font-size: 12px;}

}

@media (max-width:767px) {
  h1, .h1 {
    font-size: 30px;
  }
  .searchwrap h3 {
    font-size: 24px;
  }

  .newsletter-wrapper {
    max-width: 100%;
    margin: 10px auto 20px auto;
  }
  .account-title {
    padding: 10px 0;
  }
  .account-panel {
    padding: 50px 0;
  }
  .copy-right, .copy-right .col-sm-6:last-child{ text-align:center}

  .searchList li .listbtn {
    justify-content: flex-start;
  }
  
  .jobButtons a {
    width: 100%;
    margin: 5px 0;
  }
  .userMaininfo .userPic {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    margin-left: 0;
  }
  .userMaininfo {
    bottom: 20px;
  }
  .userMaininfo h3 {
    font-size: 16px;
  }
  .userMaininfo h3 span {
    font-size: 12px;
  }
  .userMaininfo .desi, .membersinc {
    padding-left: 80px;
  }
  .listApliers .jobinfo .job-inner {
    max-width: 100%;
    margin-top:20px;
  }

  .overall-wrap{ width: 100%; border-right:0; border-bottom: 1px solid #ebf0f6; padding: 0 0 20px 0; margin: 0 0 20px 0;}
  .col-sm-12 .overview-container__gridPhotoCont, .overview-container__gridPhotoCont{ 
    height: auto;
  }
  .course-thumb img{
    height:auto;
  }
  .training-skill {
    min-height: inherit;
  }
  .jobinfo-cap h2 {
    font-size: 36px;
  }
  .ab_section-header {
    flex-wrap: wrap;
  }
  .descText {
    display: block;
    margin-left: 10px;
    margin-top: 0;
  }
  .jbdetail li .justify-content-between span {
    display: none;
  }
  .jbdetail li span{
    text-align: left;
  }
  .timeline-overflow {
    max-height: 300px;
  }

  /* sidebar toggle css */
.dashboard-menu {
  display: flex;
  align-items: center;
  line-height: 1;
  background: var(--primary-text);
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  justify-content: space-between;
  cursor: pointer;
}
.dashboard-menu span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.dashboard-menu img {
  max-width: 21px;
}
.aside-open-panel {
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  padding:0 0 0 60px;
  z-index: 99;
  height: 100vh;
  transform: translateX(100%);
  transition: all ease-in-out 0.5s 0s;
}
.openAside{
  transform: translateX(0);
}
.close-sidebar {
  position: absolute;
    width: 35px;
    left: 46px;
    top: 0;
    cursor: pointer;
    padding: 6px;
    background: var(--primary-text);
    height: 35px;
    border-radius: 50px;
}
.close-sidebar img {
  max-width: 32px;
}
.aside-open-panel .asside-panel {
  border-radius: 4px 0 0 4px;
  height: 100vh;
  overflow: auto;
}

}

@media (max-width:575px) {
  .employerList li {
    width: calc(100% - 15px);
  }
  .account-title p br{display: none;}
  .alert-container {
    max-width: 100%;
    margin: auto;
  }
  select.form-control.country-code-common{
    width:35%;
  }
  .listApliers .jobinfo ul li {
    width: 100%;
  }
  .company-review-name {
    padding: 14px;
  }
  .accredition-off-msg{
    font-size: 13px;
  }
  #nav-tab {
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .badge-cont {
    width: auto;
    padding-right: 10px;
  }
  .avg_review_item {
    width: calc(100% - 10px);
  }
  .subscriptionContent, .checkoutPaymentPanel {
    padding: 15px;
  }
  .permissionList li {
    width: auto;
    margin: 0 15px 8px 0;
  }
  .ab_section-header .btn {
    margin-top: 20px;
    width: 100%;
  }
  .timeline-detail h6 {
    width: 100%;
  }
  .globalCard #nav-tab {
    overflow: inherit;
  }

}