@media all and (max-width: 1100px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .container .container {
    padding: 0;
  }

  .mainBanner {
    height: 440px;
  }
  .mainBanner .swiper-slide {
    height: 440px;
  }
  .mainBanner .swiper-slide .bannerCaption {
    width: 100%;
  }
  .mainBanner .swiper-slide .bannerCaption h2 {
    font-size: 35px;
    line-height: 41px;
  }

  .TextInfo {
    margin-top: 20px;
  }

  .imgWithText h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .freelancerSlider {
    margin-top: 40px;
  }
  .freelancerSlider .title {
    color: #292836;
  }

  .blockHead .blockTitle {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .smallBanner .bannerDescription .title {
    font-size: 30px;
  }

  .smallContainer {
    max-width: 100%;
    padding: 0 30px;
  }
  .smallContainer .smallContainer {
    padding: 0;
  }

  .jobListing {
    padding: 40px 0;
  }
  .jobListing .job {
    width: 100%;
    margin-bottom: 30px;
  }

  .employerInfo {
    margin-top: 20px;
  }

  .imgWithText .description {
    line-height: 20px;
  }

  .mrgb100 {
    margin-bottom: 50px;
  }

  .jobsSlider .swiper-slide {
    width: 100% !important;
  }

  .title {
    font-size: 22px;
    line-height: 20px;
  }

  .docDownload {
    position: relative;
  }
  .docDownload .title {
    width: 50%;
    font-size: 19px;
  }
  .docDownload .title .link {
    position: absolute;
    right: 20px;
    top: 0;
  }

  .list .listingInfos {
    min-height: 70px;
  }

  .multiselectDrpDwn {
    padding-right: 0;
  }

  .mobileMenu,
.navbar-toggler {
    background-image: url(../images/mobileIcon.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
  }
  .mobileMenu.open,
.navbar-toggler.open {
    background-image: url(../images/closeIconGreen.svg);
  }

  .navbar-toggler[aria-expanded=true] {
    background-image: url(../images/closeIconGreen.svg);
  }

  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler span {
    display: none;
  }

  .navbar-nav.mr-auto {
    align-items: baseline;
    position: absolute;
    background-color: #fff;
    left: -203px;
    z-index: 2;
    min-width: 100vh;
    padding: 20px;
  }
  .navbar-nav.mr-auto li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .navbar-nav.mr-auto li a {
    color: #292836 !important;
    width: 100%;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  header .container {
    overflow: visible;
  }
  header .ddSecondLevel {
    display: block;
    position: static;
    box-shadow: none;
    margin-top: 10px !important;
  }
  header .mainMenu {
    display: block;
    padding: 0 20px;
  }
  header .mainMenu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  header .mainMenu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header .mainMenu li a {
    padding-bottom: 0 !important;
  }
  header .mainMenu li.hasSubmenu > a {
    display: none;
  }
  header .mainMenu li.hasSubmenu .ddSecondLevel {
    padding: 20px 0;
    margin-top: 0 !important;
  }
  header .displayFlex {
    position: relative;
    align-items: center;
  }
  header .displayFlex .responsiveMenu {
    display: none;
    position: absolute;
    top: 30px;
    right: -30px;
    width: 100vw;
    z-index: 20;
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  header .displayFlex .responsiveMenu .menusMain,
header .displayFlex .responsiveMenu .actionBtn {
    display: block;
    width: 100%;
  }
  header .displayFlex .responsiveMenu .menusMain a:after {
    display: none;
  }
  header .displayFlex .responsiveMenu a.active {
    color: #0a7b3b !important;
  }
  header .displayFlex .actionBtn {
    display: flex !important;
    padding: 0 20px;
    align-items: center;
  }
  header .displayFlex .actionBtn .btn {
    min-width: 45%;
    text-align: center;
  }
}
@media all and (max-width: 990px) {
  .leftMenu {
    margin-right: 0;
  }

  .blockHead .blockTitle {
    font-size: 25px;
  }

  .smallBanner .bannerDescription .title {
    font-size: 25px;
  }

  .bannerDescription .floatRight {
    float: none;
  }

  .form {
    padding: 20px;
  }
  .form .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .inputEntity label {
    font-size: 12px;
  }

  .title .link {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
  }

  #memberDetailsForm {
    margin-left: 0 !important;
  }

  .brdTop .bottomText {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #memberDetailsForm .floatRight {
    float: none;
  }
  #memberDetailsForm .floatRight .btn {
    width: 100%;
  }

  .borderTop .actionBtn {
    margin-bottom: 20px;
  }

  .jobPortalItem {
    width: 100%;
    margin-left: 0;
  }

  .btn {
    min-width: 100%;
  }

  .responsiveTable table td {
    padding-left: 10px;
  }

  .employerInfo .mrg-25 {
    margin: 0 -20px;
  }

  .bigFont.title .btn {
    margin-top: 30px;
  }

  .mrgt100 {
    margin-top: -50px;
  }

  .table-responsive + .row .justify-content-md-start {
    position: relative;
    margin-bottom: 20px;
  }

  .offset-1,
.offset-2,
.offset-3 {
    margin-left: 0;
  }

  .jobInfo .additionalInfo > div.location::before {
    background-image: url(../Images/location.svg);
    height: 15px;
    background-position: center;
    background-size: 12px;
  }

  .actionBtns.floatRight {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .actionBtns.floatRight .btn {
    min-width: 110px;
  }

  header .container .row {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  header .container .row .col-sm-2,
header .container .row .col-sm-10 {
    width: auto;
  }

  .bottomFooter .row {
    flex-direction: column;
  }
  .bottomFooter .row .col-4,
.bottomFooter .row .col-2,
.bottomFooter .row .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .bottomFooter .row ul li:first-child {
    margin-left: 0;
  }

  .jobListing .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jobListing .sortByWrapper label {
    min-width: 60px;
  }

  .dropdown-holder .container {
    padding: 0 10px;
  }
  .dropdown-holder .row {
    flex-direction: column;
  }
  .dropdown-holder .row .col-sm-3,
.dropdown-holder .row .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dropdown-holder .searchField {
    margin-bottom: 15px;
  }
  .dropdown-holder .col-sm-7 {
    flex-wrap: inherit;
    justify-content: flex-start;
  }
  .dropdown-holder .col-sm-7.offset-sm-2 {
    margin-left: 0;
  }
  .dropdown-holder .col-sm-7 .inputEntity {
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
  }

  .innerBanner {
    background-position: 75% 0;
    background-size: auto 550px;
    background-repeat: no-repeat;
  }
  .innerBanner .bannerCaption {
    justify-content: flex-start;
    padding-top: 30px;
  }
  .innerBanner .bannerCaption h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .innerBanner .bannerCaption .actionBtn a {
    font-size: 15px;
  }

  .filterBy {
    position: relative;
  }
  .filterBy a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff4e3;
    background-image: url(../images/filter.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: absolute;
    right: 0;
  }
  .filterBy a:hover {
    background-color: #0a7b3b;
  }
  .filterBy .col-sm-7 {
    display: none;
    position: absolute;
    background: #292836;
    top: 50px;
    left: 0;
    z-index: 1;
  }
  .filterBy .col-sm-7 .inputEntity {
    max-width: 100%;
  }
  .filterBy .col-sm-3 {
    flex: 0 0 85% !important;
    max-width: 85% !important;
  }
  .filterBy .col-sm-3 .searchField {
    margin-bottom: 0;
  }
  .filterBy .multiselectDrpDwn .ellipsis {
    text-align: left;
  }
  .filterBy .multiselectDrpDwn .toggle-next:before {
    right: 6px;
  }
  .filterBy .multiselectDrpDwn .checkboxes {
    display: block;
    position: static;
    background-color: #333240;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 10px;
  }
  .filterBy .multiselectDrpDwn .checkboxes .inner-wrap {
    max-height: inherit;
    padding: 0;
  }
  .filterBy .multiselectDrpDwn .checkboxes * {
    color: #fff !important;
    font-size: 14px;
  }
  .filterBy .multiselectDrpDwn .checkboxes .inner-wrap .ckkBox {
    background-color: #fff;
  }

  .resultFilterTag {
    flex-wrap: wrap;
  }
  .resultFilterTag .tag {
    margin-bottom: 10px;
  }

  .sortByWrapper {
    margin: 30px 0;
  }
  .sortByWrapper .inputEntity {
    justify-content: flex-start;
  }
  .sortByWrapper .inputEntity .customSelect {
    width: 90%;
  }

  .multiselectDrpDwn .checkboxes .inner-wrap input:checked + .EntryLevel {
    color: #0a7b3b !important;
  }

  .jobsSlider .title {
    font-size: 22px;
  }
  .jobsSlider.lightGray {
    padding: 50px 0;
  }
  .jobsSlider.lightGray .swiper-wrapper {
    display: block;
  }
  .jobsSlider .job {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .usefulDo .listingItemLI {
    margin-bottom: 30px;
  }
  .usefulDo .listingItemLI .docItem {
    margin-bottom: 0;
  }

  footer {
    padding: 40px 0;
  }
  footer .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .simpleList .simpleListTitle {
    margin-bottom: 25px;
  }

  .copyrights .copyrightsDiv {
    flex-direction: column;
  }
  .copyrights .copyrightsDiv h1,
.copyrights .copyrightsDiv ul {
    margin-bottom: 20px;
  }
  .copyrights .copyrightsDiv h1:last-child {
    margin-bottom: 0;
  }

  .adsHalf {
    width: 90%;
  }

  .bigFont {
    font-size: 25px;
  }

  .smallBanner {
    min-height: 200px;
    height: auto;
  }
  .smallBanner.p40 {
    height: 200px;
  }

  .employerInfo .col-sm-4,
.employerInfo .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #freelancerListingHolder > .col-sm-3 > div {
    width: 100% !important;
  }

  .filterDropDown .inputEntity {
    width: 100%;
    display: block;
  }

  .landingHeader .col-sm-2:first-child {
    width: auto !important;
  }
  .landingHeader .backToSite {
    font-size: 0;
  }
  .landingHeader .col-sm-3 {
    width: 30%;
  }

  .jobPortalItem {
    position: relative;
    padding-left: 150px;
    min-height: 150px;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
  }
  .jobPortalItem img {
    position: absolute;
    content: "";
    left: 30px;
    top: 30px;
    width: 100px;
  }
  .jobPortalItem h3,
.jobPortalItem .description {
    display: inline-block;
  }

  .smallBanner .bannerDescription .title {
    padding-top: 0;
  }

  .inputEntity .inputParent .field-validation-error,
.inputEntity .inputParent .field-validation-valid,
.inputEntity .customSelect .field-validation-error,
.inputEntity .customSelect .field-validation-valid {
    background-image: none;
    padding-left: 0;
    top: auto;
    bottom: -20px;
  }

  .hintText:first-child {
    padding-top: 15px;
  }

  .activateMsg .description {
    font-size: 12px;
    line-height: 22px;
  }
  .activateMsg .description ul {
    margin-left: 0;
  }

  .grayBg {
    padding: 50px 0;
  }
  .grayBg .smallContainer:last-child {
    margin-bottom: 0;
  }

  footer img {
    margin-bottom: 20px;
  }
  footer p {
    font-size: 12px;
    line-height: 20px;
  }

  .companyNameWorked {
    font-size: 16px;
  }

  .workDetails .workDetails h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .workDetails .col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .workDetails .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .workDetails .col-sm-4 .btn {
    font-size: 13px;
    padding: 10px;
    height: auto;
    line-height: normal;
  }

  .workWrapper .workDetails h5 {
    font-size: 16px;
  }
  .workWrapper .workDetails .description {
    font-size: 14px;
    line-height: 25px;
  }

  .jobHistory .position {
    font-size: 14px;
  }

  .eduInfo h3 {
    font-size: 16px;
  }

  .smallContainer.mrgt100.mrgb100 {
    margin: -50px auto 50px;
  }

  .navbar-nav {
    position: absolute;
    background-color: #fff;
  }

  .popUpHeader {
    padding: 15px;
    font-size: 16px;
  }

  .captchaTxt,
.helpText {
    width: 100%;
  }

  .progChart.-type-donut.-label-centered .progChart__summary .progChart__summary__number {
    font-size: 16px;
  }

  .progressProfile .chartInfo {
    margin-left: 10px;
  }
  .progressProfile .chartInfo h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .progressProfile .chartInfo .info {
    font-size: 12px;
    line-height: 12px;
  }
  .progressProfile .progChart {
    margin-right: 0;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }
  .progressProfile .progChart .progChart__summary {
    height: 60px;
  }
  .progressProfile .progChart .misc-wrap {
    max-width: 60px;
  }

  .steps .step {
    display: none;
  }
  .steps .step.is-active {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .steps .step.is-active:before, .steps .step.is-active:after {
    display: none;
  }

  .brdBottom a {
    margin-bottom: 20px;
  }
  .brdBottom a:last-child {
    margin-bottom: 0;
  }

  .jobPost {
    max-width: 100%;
    padding-bottom: 0;
  }

  .congratsMsg {
    padding-top: 90px;
  }
  .congratsMsg:before {
    height: 60px;
  }
  .congratsMsg .description {
    font-size: 14px;
  }
  .congratsMsg .viewLink {
    margin-top: 20px;
  }
  .congratsMsg h3:before {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -90px;
  }

  .list .listingItem {
    margin-bottom: 20px;
  }

  .detailsWrapper .blockTitle {
    font-size: 25px;
    line-height: 22px;
  }

  .filter .col-4 {
    flex: 0 0 auto;
    max-width: auto;
  }

  .smallBanner .bannerDescription {
    font-size: 16px;
  }
  .smallBanner .bannerDescription span {
    font-size: 20px;
  }

  .jobPortalItem .form-control {
    padding-top: 20px;
    padding-right: 20px;
  }
  .jobPortalItem h3 {
    font-size: 16px;
    width: 100%;
  }
  .jobPortalItem .description {
    font-size: 14px;
    line-height: 17px;
  }

  .detailsWrapper {
    box-shadow: none;
    margin-top: -100px;
    padding: 20px;
  }

  .textEditor {
    line-height: 23px;
  }
  .textEditor h3 {
    font-size: 22px;
  }

  .mainBanner .swiper-slide .bannerCaption h2 {
    font-size: 30px;
  }

  .hireRecuiters {
    padding: 20px 0;
  }

  .hireRecuiters.container {
    padding: 20px;
  }

  .container {
    overflow: auto;
  }

  html,
body {
    overflow-x: hidden;
  }

  .contactUs .contactForm {
    padding: 0 20px;
  }

  .formActions > div {
    display: block;
    margin-bottom: 20px;
  }
  .formActions > div * {
    display: block;
    width: 100%;
  }

  #addExperience .col-6,
#addEducation .col-6,
#addLanguages .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .popup {
    min-height: 250px;
  }

  .mrgt50 {
    margin-top: 0;
  }

  .pdfPortfolio {
    padding: 20px 20px 0 35px;
    border: none;
    font-size: 12px;
    border-top: 1px solid #fec46f;
    line-height: 20px;
  }
  .pdfPortfolio .closeIcon {
    top: 8px;
    right: 0;
  }
  .pdfPortfolio .viewLink {
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .pdfPortfolio:before {
    left: 0;
    top: 20px;
  }

  header .mobileMenu + .nav-item {
    margin-right: 0;
  }
  header .mobileMenu + .nav-item a {
    font-size: 10px;
    padding-right: 0 !important;
    text-align: right;
    line-height: 15px;
  }
  header .mobileMenu + .nav-item a:after {
    right: -10px;
  }
  header .mobileMenu + .nav-item .dropdown-menu {
    padding: 0;
    right: 0;
    width: 100%;
    left: 0;
    min-width: auto;
    text-align: left;
  }
  header .mobileMenu + .nav-item .dropdown-menu a {
    padding: 10px 5px !important;
    text-align: left;
  }

  .sortByWrapper .inputEntity label {
    min-width: 60px;
  }

  .hireRecuiters .title {
    font-size: 28px;
    line-height: 35px;
  }

  .docDownload .title {
    width: 100%;
  }
  .docDownload .title .link {
    position: static;
    margin-bottom: 20px;
  }

  .arabic .progressProfile .chartInfo {
    margin-left: 0;
    margin-right: 10px;
  }
  .arabic .offset-3,
.arabic .offset-2,
.arabic .offset-1 {
    margin-right: 0;
  }
  .arabic .navbar-nav.mr-auto {
    left: auto;
    right: -290px;
  }
  .arabic .navbar-collapse,
.arabic .navbar-nav.mr-auto,
.arabic .nav-item * {
    text-align: right;
  }
  .arabic header .logo {
    text-align: right;
  }
  .arabic header .landingHeader .userInfo {
    float: right;
  }
  .arabic header .landingHeader .col-sm-2:first-child {
    width: 100% !important;
    text-align: right;
  }
  .arabic header .landingHeader .col-sm-3 {
    width: 100% !important;
    text-align: right;
  }
  .arabic .smallBanner .bannerDescription .title .floatRight {
    margin: 10px 0;
  }
  .arabic .smallContainer.mrgt100.mrgb100 {
    margin: -50px auto 50px;
  }
  .arabic .form h3 {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contactContainer .detailsImage {
    display: none;
  }
}
@media all and (max-width: 560px) {
  header .container .row .col-sm-2,
header .container .row .col-sm-10 {
    width: 50%;
  }

  .workWrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .responsiveTable table {
    border: 0;
  }
  .responsiveTable table caption {
    font-size: 1.3em;
  }
  .responsiveTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsiveTable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .responsiveTable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .responsiveTable table td {
    position: relative;
  }
  .responsiveTable table td::before {
    /*
          * aria-label has no advantage, it won't be read inside a table
          content: attr(aria-label);
          */
    content: "";
    position: absolute;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    width: 200px;
    left: 20px;
    text-align: left;
  }

  #kt_table_jobs td:nth-child(1)::before {
    content: "job title";
    position: absolute;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
  }

  #kt_table_jobs td:nth-child(2)::before {
    content: "Type";
  }

  #kt_table_jobs td:nth-child(3)::before {
    content: "Location";
  }

  #kt_table_jobs td:nth-child(4)::before {
    content: "Experience Level";
  }

  #kt_table_jobs td:nth-child(5)::before {
    content: "Posted on";
  }

  #kt_table_jobs td:nth-child(6)::before {
    content: "# of applicants";
  }

  #kt_table_jobs td:nth-child(7) {
    padding-left: 220px;
  }
  #kt_table_jobs td:nth-child(7)::before {
    content: "status";
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/*# sourceMappingURL=sperare-responsive.css.map */
