@font-face {
  font-family: 'workspace';
  src:  url('../fonts/icomoon.eot?qyf0kr');
  src:  url('../fonts/icomoon.eot?qyf0kr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qyf0kr') format('truetype'),
    url('../fonts/icomoon.woff?qyf0kr') format('woff'),
    url('../fonts/icomoon.svg?qyf0kr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'workspace' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bg-color:before {
  content: "\e915";
}
.icon-color-txt:before {
  content: "\e90a";
}
.icon-moveto:before {
  content: "\e90b";
}
.icon-copy-link:before {
  content: "\e910";
}
.icon-turninto:before {
  content: "\e911";
}
.icon-dupliate:before {
  content: "\e912";
}
.icon-delete-icon:before {
  content: "\e913";
}
.icon-double-arrow:before {
  content: "\e907";
}
.icon-check-icon:before {
  content: "\e901";
}
.icon-comment-add:before {
  content: "\e902";
}
.icon-comment-list:before {
  content: "\e903";
}
.icon-dots-horizontal:before {
  content: "\e905";
}
.icon-double-dots-menu:before {
  content: "\e906";
}
.icon-plus-icon:before {
  content: "\e908";
}
.icon-edit-icon:before {
  content: "\e909";
}
.icon-rgt-arrow:before {
  content: "\e91a";
}
.icon-smile:before {
  content: "\e900";
}
.icon-img:before {
  content: "\e904";
}
.icon-srch:before {
  content: "\e90c";
}
.icon-mail-o:before {
  content: "\e90d";
}
.icon-calendar:before {
  content: "\e90e";
}
.icon-plus:before {
  content: "\e90f";
}
.icon-close:before {
  content: "\e914";
}

body{
    background-color:#fff;
}
p{
    word-break: break-word;
}

.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked { left: -9999px; position: absolute; }
.custom-checkbox [type="checkbox"]:not(:checked) + label:before, .custom-checkbox [type="checkbox"]:checked + label:before {border: 1px solid #A6AFB0;content: "";height: 20px;left: 0;position: absolute;top: 0;width: 20px;font-size: 6px;border-radius: 5px;}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
.custom-checkbox [type="checkbox"]:not(:checked) + label:after, .custom-checkbox [type="checkbox"]:checked + label:after {color: #fff;content: "\e901";font-size: 10px;font-family: 'workspace' !important;height: 20px;left: 0;line-height: 0.9;padding: 6px 0;text-align:center;position: absolute;top: 0;transition: all 0.2s ease 0s;width: 20px;background-color: #1b9ead;border-color: #1b9ead;border-radius: 5px;}
.custom-checkbox [type="checkbox"]:not(:checked) + label, .custom-checkbox [type="checkbox"]:checked + label { cursor: pointer; padding-left: 30px; position: relative; }
/*	CUSTOM RADIO CSS START	*/
.custom-radio [type="radio"]:not(:checked), .custom-radio [type="radio"]:checked { left: -9999px; position: absolute; }
.custom-radio [type="radio"]:not(:checked) + label:before, .custom-radio [type="radio"]:checked + label:before { border: 1px solid #32c671; content: ""; height: 20px; left: 0; position: absolute; top: 0; width: 20px; }
.custom-radio [type="radio"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
.custom-radio [type="radio"]:not(:checked) + label:after, .custom-radio [type="radio"]:checked + label:after { color: #32c671; content: "\f00c"; font-size: 14px; font-family: FontAwesome; height: 20px; left: 0; line-height: 0.9; padding: 4px 0; text-align:center; position: absolute; top: 0; transition: all 0.2s ease 0s; width: 20px; }
.custom-radio [type="radio"]:not(:checked) + label, .custom-radio [type="radio"]:checked + label { cursor: pointer; padding-left: 30px; position: relative; }

.flat-radio input[type="radio"] { display: none; }
.flat-radio input[type="radio"] + label {display: block;position: relative;padding-left: 40px;margin-bottom: 5px;font-size: 14px;color: #474747;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-weight: 500;}
.flat-radio input[type="radio"] + label:last-child { margin-bottom: 0; }
.flat-radio input[type="radio"] + label:before {content: "";display: block;width: 24px;height: 24px;position: absolute;left: 0;top: -1px;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;font-size: 30px;/* font-family: 'nct-icons'; */font-weight: 400;border: 1px solid #848484;border-radius: 100px;}
.flat-radio input[type="radio"]:checked + label:before{border-color: #000000;}
.flat-radio input[type="radio"]:checked + label:after {content: "";color: #000000;display: block;width: 16px;height: 16px;position: absolute;left: 4px;top: 3px;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;/* font-size: 24px; *//* font-family: 'nct-icons'; */font-weight: 600;background-color: #000000;border-radius: 100px;}
.flat-radio input[type="radio"]:checked + label{color: #000000;font-weight: 600;}

/*===================================== PLACE HOLDER CSSS START HERE    ====================================*/
input::-webkit-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
 input::-moz-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
input::-ms-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
input.textbox::-ms-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
input.textbox::-ms-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
textarea::-webkit-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif; 
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
font-family: "Noto Serif", serif;  
}

textarea:-ms-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;  
}

label { font-size: 15px; color: #474747; font-weight:400; }
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #A6AFB0; font-size: 14px; color: #474747; padding: 12px 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 400;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus { border-color: #1b9ead; box-shadow: none; outline: none; }
.dark-select-control, .dark-form-control{border: 1px solid #A6AFB0; border-radius: 6px; line-height: normal; color: #474747; font-size: 14px; font-weight: 400; box-shadow: none; outline: 0; width: 100%; padding:12px 15px; background-color:#fff; text-align:left; height: auto;}
.dark-form-control:focus{border-color: #181515; box-shadow: none; outline: none;}
.dark-select-control{background-image: url(../images-nct/dark-arrow.png)!important; background-repeat: no-repeat; background-position: 98% 55%; border: 1px solid #676767; font-size: 16px; color: #676767; padding: 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 500;}

.blue-select-control, .blue-form-control{border: 1px solid #A6AFB0 !important; border-radius: 18px; line-height: 1; color: #676767; font-size: 16px; font-weight: 500; box-shadow: none; outline: 0; width: 100%; padding: 15px;}
.blue-form-control:focus{border-color: #181515;}
.blue-select-control{background-image: url(../images-nct/dark-arrow.png)!important; background-repeat: no-repeat; background-position: 98% 55%; border: 1px solid #676767; font-size: 16px; color: #676767; padding: 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 500;}

input[type="submit"], button{box-shadow:none; outline:0; outline-offset:0;}
.dark-form-control[readonly]{background-color: #eee; opacity: 1;}

/*===================================== PLACE HOLDER CSSS END HERE    ====================================*/

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf {/*zoom:1;*/ }

.show-hide-repass{position: absolute; right: 20px; top: 13px; font-size: 20px; cursor: pointer;}

a { outline: none; cursor: pointer; -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #1c1f21; text-decoration: none;}
.main-btn {background-color: #1b9ead;color: #fff;border-radius:6px; text-align:center; font-weight: 700;font-size: 18px;padding: 12px 20px;min-width: 110px; border: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;cursor:pointer;letter-spacing: 0.5px; text-transform:uppercase;}
.main-btn:hover, .main-btn:focus {background-color: #188895;color: #fff;border: 1px solid #188895;outline:none; text-decoration:none;}

.outer-main-btn {background-color: #fff;color: #1b9ead;border-radius:6px; text-align:center; font-weight: 700;font-size: 18px;padding: 12px 20px;min-width: 110px; border: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;cursor:pointer;letter-spacing: 0.5px; text-transform:uppercase;}
.outer-main-btn:hover, .outer-main-btn:focus {background-color: #1b9ead;color: #fff;border: 1px solid #1b9ead;outline:none; text-decoration:none;}

.green-btn {background-color: #1b9ead;color: #fff;border-radius:30px;font-weight: 700;font-size: 18px;padding: 12px 20px;min-width: 150px;margin:5px 0;border: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;box-shadow:2px 2px 10px rgba(0,0,0,0.1), 1px 1px 6px rgba(0,0,0,0.10);cursor:pointer;letter-spacing: 0.5px;  text-transform:uppercase;}
.green-btn:hover, .green-btn:focus {background-color: #188895;color: #fff;border: 1px solid #188895;outline:none;}

.main-underline-btn {background-color: #fff;color: #1b9ead;border-radius:0px; text-align:center; font-weight: 700;font-size: 14px;padding: 12px 10px; border-bottom: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;cursor:pointer;letter-spacing: 0.5px;}
.main-underline-btn:hover, .main-underline-btn:focus {background-color: #188895;color: #fff;border-bottom: 1px solid #188895;outline:none; text-decoration:none;}

.lg-btn{font-size: 20px; padding: 25px 30px;}
.md-btn{font-size: 18px; padding: 18px 25px;}
.sm-btn{font-size: 16px; padding: 14px 15px;}
.xs-btn{font-size: 14px; padding: 10px 15px;}
.full-width{width: 100%; min-width: 100%; max-width: 100%;}
.container{
    width:100%;
    max-width:1180px;
}
.is-main-header{
    position:absolute;
    margin:0;
    background-color:transparent;
    z-index:100;
    width:100%;
    transition: all 0.3s ease;
    border-bottom:1px solid #ddd;
}
.is-main-header.navbar-custome{
    border-bottom:none;
}
.is-main-header.is-sticky{
     position: fixed;
      top: 0;
      left: 0;
      width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    min-height: 50px;
}
.is-main-header .navbar-brand{padding: 0; width:100px;
    line-height: normal;
    height: auto;
    float: none;
    display: block;
    
    -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;
}
.is-main-header.is-sticky .navbar-brand{
    width:80px;
    -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;
}
.is-main-header.is-sticky .navbar-brand img{
    width:80px;
    -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;
}
.is-main-header .navbar-brand img{height:auto; max-height:inherit !important; width:100px; -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.is-main-header .navbar{margin:0; min-height: inherit; border-radius:0; display:flex; align-items:center; width:100%;}
.is-main-header .navbar-collapse{margin-left:auto;}
.is-main-header .navbar-collapse form{margin-left:auto;}
.isheader-sec-home ul.navbar-nav>li.signup-btn a{border-radius: 6px;line-height: 1; margin-left: 0; border: 1px solid #1b9ead;color: #fff;font-weight: 700;background-color: #1b9ead;padding: 6px 15px;display: block;line-height: 24px;  text-transform:uppercase;}
.isheader-sec-home ul.navbar-nav>li.signup-btn a:hover{background-color: #188895;border-color: #188895;color: #fff;}
.isheader-sec-home ul.navbar-nav>li{margin-left: 20px;}
.isheader-sec-home ul.navbar-nav>li>a{font-size: 14px;font-weight: 400;letter-spacing: 0.5px;color: #010101;/* display: block; */ position: relative;}
.isheader-sec-home ul.navbar-nav{
    align-items: start !important;
        padding-top: 10px;
}
.isheader-sec-home ul>li.browse-link-login a{color: #fff;border-radius: 6px;line-height: 1;border: 1px solid #1b9ead;color: #1b9ead;font-weight: 700;padding: 6px 15px;display: block;line-height: 24px; text-transform:uppercase;}
.isheader-sec-home ul>li.browse-link-login a:hover{color: #fff;background-color: #1b9ead;border-color: #1b9ead;}
.isheader-sec-home ul>li.employer-login-link{border-left:1px solid #ddd; margin-left:20px; padding-left;10px;}
.isheader-sec-home ul>li.employer-login-link a {border-radius: 6px;line-height: 1;border: 1px solid transparent; text-transform:uppercase; color: #010101;font-weight: 700; font-size:16px; padding: 6px 0;display: block;line-height: 24px; margin-left:10px;}
.isheader-sec-home ul>li.employer-login-link a:hover{color:#1b9ead;}
.isheader-sec-home .navbar>.container .navbar-brand, .isheader-sec-home .navbar>.container-fluid .navbar-brand{margin-left:0;}
.hero-banner-sec {
    width: 100%;
    min-height: 500px;
    background-color: #ebf8ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-banner-sec:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:'';
    background-color:rgb(235 248 255 / 76%);
}
.search-home-outer{text-align:center; width:100%; position: relative;
    z-index: 2;}
.search-home-outer h1{font-size:38px; font-weight:400; margin:0 0 10px 0; text-transform: uppercase;}
.search-home-outer h2{font-size:20px; font-weight:600; margin-bottom:30px;}
.search-home-outer ul.search {
    display: flex
;
    align-items: center;
    float: none;
    width: 100%;
    justify-content: center;
    margin: 0px auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(63 81 181 / 32%);
}
.search-home-outer .search li .form-control{border:none; box-shadow:none; outline:0; padding: 15px;
    height: auto; padding-left:45px; color: #848484; font-weight:300; line-height:normal; min-height:50px;}

.search-home-outer .search li .form-control.select2-container{
    padding:0;
    padding-left:45px !important;
}
.search-home-outer .dark-form-control.select2-container-multi .select2-choices:hover {background-color:#e8f0fe !important;}
.search-home-outer .dark-form-control.select2-container-multi .select2-choices .select2-search-field input{
    padding:15px 0;
}
.search-home-outer .dark-form-control.select2-container-multi .select2-choices .select2-search-field input.select2-default {max-width:80px;}
.search-home-outer .select2-container-multi .select2-choices .select2-search-field {display:inline-block;}
.search-home-outer .search li .form-control:hover .select2-search-field input{
    background-color: #e8f0fe !important;
}
.search-home-outer .select2-container-multi.select2-dropdown-open{
    background-color: #e8f0fe !important;
}
.search-home-outer .select2-container-multi.select2-dropdown-open .select2-search-field input{
    background-color: #e8f0fe !important;
}
.search-home-outer .select2-container-multi.select2-dropdown-open .select2-choices{
    border:none !important;
}
.full-page-loader{
    z-index:1100;
}
.select2-drop-active{border:none !important;}
.search-home-outer ul.search li:first-child .form-control:hover{background-color: #e8f0fe; z-index:1;}
.search-home-outer .search li .form-control:hover{background-color: #e8f0fe;}
.search-home-outer ul.search li:first-child{border-radius:10px;}

.search-home-outer .dark-form-control.select2-container-multi .select2-choices {overflow: auto; max-height:50px; white-space:normal;}
.search-home-outer ul.search li{border-right:1px solid #ddd; flex-grow: 1;}
.search-home-outer ul.search li .form-group{margin:0; position: relative;}
.search-home-outer ul.search li .form-group .input-group{width:100%;}
.is-srch-field {width:40%;}
.is-location-field{width:30%;}
.is-exp-field{width:25%;}
.search-home-outer ul.search li .form-group i{
    display: block;
    position: absolute;
    left: 15px;
    top: 19px;
    z-index: 11;
    width: 20px;
    color: #bdbdbd;
}

.search-home-outer .search li.is-srch-field .form-control{border-radius:10px 0 0 10px;}
.search-home-outer .search .search-btn{
    padding: 15px 35px;
    height: auto;
    border-radius: 10px;
}
.search-home-outer ul.search li .main-btn {
    padding: 16px 15px 17px 15px;
}
.search-home-outer ul.search li:last-child{border-right:none;}
.search-home-outer ul.search li.is-exp-field{border-right:none; padding-right:10px;}
.isheader-sec-home ul>li.browse-link-login a i{width:20px; display:inline-block; margin-right:7px; text-transform:uppercase;}
.isheader-sec-home ul.navbar-nav>li.signup-btn a i{width:20px; display:inline-block; margin-right:7px; text-transform:uppercase;}
.isheader-sec-home ul>li.browse-link-login a:hover i{
    filter: brightness(0) invert(1);
}

.is-featured-employers-sec{width:100%; padding:50px 0;}
.home-heading{font-size:28px; font-weight:600; margin:0 0 25px 0;}
.employer-cleints {
    /*background-color: #eff8fd;*/
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 5px;
    margin: 15px 0;
}

.home-about-ajira{width:100%;padding:0 0 50px 0;position:relative;}
.ajira-map-right{width:50%;padding: 15px;display: flex;align-items: end;justify-content: center;}
.ajira-map-right figure{margin:0;/* height: 100%; */text-align: center;width: 320px;}
.ajira-about-info{width: 50%;padding:30px 50px;}
.ajira-about-info h2{font-size:24px;font-weight:500;margin: 0 0 15px 0;}
.ajira-about-info p{font-size: 17px;font-weight: 400;color: #4f6874;margin-bottom:50px;line-height: 28px;word-wrap: break-word;word-break: break-word;}
.ajira-map-right img {
    height: 100%;
}
.about-ajira-outer{background-color: #f7fcff; display:flex; align-items:center; width:100%; border-radius:50px;}

.featured-jobs-sec{width:100%; padding-bottom:50px;}
.f-jobs-bx{width:100%;border-radius:10px;position:relative;margin:15px 0;background-color: #f7fcff;padding: 15px;border: 1px solid #e4eff5;}
.f-jobs-bx.extra-f-job{/*background-color:#fff; border:1px solid #c0cccd;*/}
.f-jobs-bx figure{margin-bottom:10px; border-radius:10px;/* overflow:hidden;*/}
.f-jobs-bx figure img{border-radius:10px; -ms-tra+nsition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
/*.f-jobs-bx figure:hover img{transform:scale(1.2);}*/
.apply-btn{padding:0 20px; position:relative; margni-top:-30px;}

.f-jobs-bx.extra-f-job .f-job-info{padding:0;}
.f-jobs-bx.extra-f-job .f-job-info figure{width:50px; height:50px; border-radius:7px; margin:0; border:1px solid #ddd;}
.is-f-inner-bx{display:flex; width:100%;}
.rgt-f-j-info{width:calc(100% - 60px); padding:0 0 0 15px;}
.locate-years{display:flex;}
.locate-years p:first-child{margin-right:20px;}


.f-job-info{padding:5px 10px; position:relative; width:100%;}
.profile-posted{display:flex; width:100%;padding-bottom: 10px; flex-direction:column;}
.desgnation-txt{font-size: 16px;font-weight: 400;color: #1b9ead;}
.posted-date{font-size: 11px;font-weight:400;color: #4f6874; display:block; margin-bottom: 10px;}
.f-job-info h3{font-size:20px;font-weight: 700;margin-bottom: 10px;}
.f-job-info h3 a:hover, .f-job-info h4 a:hover{color: #1b9ead;}
.f-job-info h4 a {
    color: #474747;
}
.f-job-info h4{font-size:14px;font-weight: 500;margin-bottom: 10px;}
.location-txt{font-size: 12px;font-weight:400;margin-bottom: 5px; display:block;}
.location-txt i{margin-right:6px; top:-1px; position:relative; width:14px; text-align: center; color: #979090;}

.find-job-vacancy-sec{width:100%; padding-bottom:50px;}
.tabs-tags-outer ul{padding:0;margin:0;display:flex;flex-wrap:wrap;gap: 10px; margin:30px 0;}
.tabs-tags-outer ul li a{border-radius:30px;border:1px solid #ddd;padding:7px 10px;font-size: 13px;font-weight: 400; color:#000; display: block;}
.tabs-tags-outer ul li a:hover {color:#1b9ead; border-color:#1b9ead; text-decoration:none;}
.find-show-job-outer .nav-tabs>li>a{border:none; margin:0; background-color:transparent; font-size:14px;font-weight:500; color:#848484; position:relative;}
.find-show-job-outer .nav-tabs > li.active > a:hover, .find-show-job-outer .nav-tabs > li.active > a:focus{
    color:#1b9ead;
    background-color:transparent;
}
.find-show-job-outer .nav-tabs > li{margin-right:10px;}
.find-show-job-outer .nav-tabs > li a.active, .find-show-job-outer .nav-tabs > li a.active{
     color:#1b9ead;
}
.find-show-job-outer .nav-tabs>li>a:before {
    bottom: -26px;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-property: left, right;
    -webkit-transition-property: left, right;
    -moz-transition-property: left,right;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
}
.find-show-job-outer .nav-tabs>li>a.active:before, .find-show-job-outer .nav-tabs>li>a:hover:before {
    position: absolute;
    content: '';
    left: -0px;
    right: -0px;
    bottom: -1px;
    border-bottom: 2px solid #1b9ead;
}
.locate-apply-link{display:flex; flex-direction:column; width:100%;}

.donwload-app-outer{width:100%; padding:20px; position:relative; border-radius:30px; display:flex; align-items:center;
        border-radius: 30px;
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
}
.left-app-info{width:50%; padding:30px;}
.right-app-screen{width:50%; text-align:center;}
.right-app-screen figure {
    width: 250px;
    margin: 0px auto;
}
.left-app-info h2{font-size:24px; font-weight:400; margin-bottom:15px;}
.left-app-info p{font-size:18px; font-weight:400; margin-bottom:30px;}
.left-app-info a{display:inline-block; vertical-align:middle; margin-right:15px; width:190px;}
.left-app-info a img{border-radius:10px;}
.find-show-job-outer {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.viewall-bx{width:100%; margin-top:50px; margin-bottom:10px;}
.viewall-link{font-size:14px; font-weight:500; color:#1b9ead;}
.viewall-link a{color:#1b9ead;}
.viewall-link i{margin-left:10px;}
.viewall-link a:hover{color:#000;}

.is-footer-sec{
    background-color:#84d2db;
    padding:30px 0;
    width:100%;
}
.footer-logo figure {
    width: 150px;
    margin-bottom: 15px;
}
.copywrite-text {
    font-size: 13px;
    font-weight: 400;
    color: #363f60;
    letter-spacing: 0.5px;
}
.footer-social{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 7px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.footer-menu {
    display: flex;
    width: 100%;
    align-items:center;
}
.footer-menu h3 {
    font-size: 22px;
    font-weight: 400;
    color: #363f60;
    width: 160px;
}
.footer-menu ul {
    display: flex;
    margin: 15px 0;
    flex-wrap:wrap;
    gap: 10px;
    width: calc(100% - 160px);
}
.footer-menu ul li {
    margin-left: 20px;
}
.footer-menu ul li a {
    color: #363f60;
    font-size:14px;
    font-weight:400;
}
.footer-menu ul li a:hover{
    color:#fff;
}
.app-download-sec {padding-bottom:50px;}

.inner-main-sec{width:100%; padding-top:80px;}
.form-group{margin-bottom: 20px;}
.general-bx{background-color: #fff; border-radius: 10px; border:1px solid #eeecec; width: 100%;}

.login-sec{padding: 50px 0;}
.login-box{width:100%; max-width: 450px; padding: 30px 50px; position: relative; margin: 10px auto; box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08)}
.show-hide-pass{position: absolute; right: 20px; top: 13px; font-size: 17px; cursor: pointer; color: #7c8c97;}
.show_hide_password-login{position:relative;}
.show-hide-pass .fa-eye:before{content: "\f06e";}
.forgot-link a{text-decoration: underline; font-size: 14px; color: #1b9ead; font-weight:400;}
.forgot-link a:hover{color:#1c1f21;}
.login-box h1{text-align: center; font-size: 24px; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 25px; margin-top: 0;}
.forgot-link{display: block; text-align: left; margin-left:auto;}
.no-login{text-align: center; font-size: 14px; display: block; font-weight: 400;}
.no-login a{text-decoration: underline;color: #1b9ead;}
.no-login a:hover{color:#1c1f21;}

.or-class{text-align: center; display: inline-block; margin-bottom: 15px; font-size: 14px; width: 100%;}

.social-login{width: 100%;text-align: left;max-width: 350px;margin: 0px auto; margin-bottom: 10px;}
.social-login a{display: block; line-height: 1; padding: 15px; border-radius: 5px; border:1px solid #c0c0c0; color: #474747; font-size: 16px; position: relative; padding-left: 50px; margin-bottom: 10px;}
.social-login figure{position: absolute; left: 15px; top: 11px; width: 23px;}
.social-login a:hover{color: #252729; border-color: #252729;}

.social-login .google_logIn, .social-login .google_logIn{color: #474747; font-size: 16px; position: relative; padding:3px 0 3px 5px; border-radius: 5px; margin-bottom:10px;}
.social-login iframe .nsm7Bb-HzV7m-LgbsSe{border:none !important;}
.remember-forgot{width:100%; display:flex; align-items:center;}


.inner-sec{width:100%; padding:110px 0 50px 0;}
.top-srch-filters{width:100%; padding:10px 0; border-top:1px solid #ddd; box-shadow:0 6px 10px 0 rgba(0,0,0,0.07); background-color: #cdeaed; position:relative; display:flex;}
.filter-select-group{
    width: 25%;
    padding: 5px;
}
.filter-select-group .dark-form-control{padding:11px 15px 10px 15px;  min-height: 30px;
    line-height: 26px; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
.filter-select-group select.dark-form-control{padding:11px 15px 10px 15px; color: #848484;
}
.experience-control .dark-form-control {
    padding: 14px 15px 15px 15px;
    color: #848484;
}
.experience-control {
    width: 190px;
}
.search-sym .main-btn {
    width: 46px;
    min-width: 46px;
    padding: 13px 0;
}
.msg-notify a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding:10px 0;
}
.chat-no {
    background-color: #1b9ead;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.is-profile-header {
    width: 60px;
    /*display:flex;
    align-items:center;*/
    position: relative;
    
}
.is-profile-header > span {
    width: 48px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin: 0px auto;
    font-weight:500;
}
nav .search li .border-d6{
    border-radius:10px;
    margin:0;
    margin-bottom: 5px;
}
nav .search li .border-d6 img{
    border-radius:10px;
/*    padding:5px;*/
}
.srch-head-top i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #bdbdbd;
}
.experience-head-top i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #bdbdbd;
}
.locate-head-top i {
    position: absolute;
    left: 10px;
    top: 17px;
    color: #bdbdbd;
}
.isheader-sec-home ul.navbar-nav>li .dark-form-control {
    padding-left: 35px;
}
.srch-filter i {
    position: absolute;
    left: 10px;
    top: 18px;
    color: #bdbdbd;
}
.location-filter i {
    position: absolute;
    left: 10px;
    top: 18px;
    color: #bdbdbd;
}
.srch-filter .dark-form-control {
    padding-left: 35px;
}
.location-filter .dark-form-control {
    padding-left: 35px;
}
.filter-select-group:first-child {
    flex: none;
}
select.dark-form-control{
    background-image:url("../images/arrow-ico.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 14px;
}
.filter-select-group .form-group{margin:0;}
.dark-form-control.bootstrap-select{padding: 0 !important; background-color: #fff; width:100%;}
.filter-select-group label {
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
}
.filter-select-group .dark-form-control .dropdown-toggle{
    padding: 7px 15px 6px 15px;
    background-color: #fff;
    border: none;
    border-radius: 7px;
}
.filter-select-group .bootstrap-select>.dropdown-toggle:after{
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-position: center right;
}
.dark-form-control .dropdown-toggle:focus, .dark-form-control .dropdown-toggle:hover{outline: 0 !important; box-shadow: none; background-color: #fff;}
.dark-form-control .dropdown-toggle{padding: 17px 15px 16px 15px; background-color: transparent; border:none;}
.bootstrap-select>.dropdown-toggle:after{content: ""; border: none; color: #000; display: block;
background:url("../images/is-down-ico.png");
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-position: center right;
  -ms-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.show.bootstrap-select>.dropdown-toggle:after {transform: rotate(180deg);
  -ms-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{color: #474747; font-weight: 300; font-size: 15px; letter-spacing: 1px;}
.bootstrap-select .dropdown-item{font-size: 14px; padding: 10px 20px; font-weight: 300; color: #474747;}

.search-jobs-result-show {
   
    width: 100%;
    flex-wrap: wrap;
    gap: 0 15px;
    padding: 15px 0;
    max-width:1180px;
    margin:0px auto;
}
.left-job-box-info{
    width: 38.5%;
    flex: 1;
    display:inline-block;
    vertical-align:top;
}
.left-job-box-info ul{list-style:none; margin:0; padding:0;}
.right-job-dtl-info{
    width: 60%;
    flex: 1;
    border:1px solid #ddd;
    border-radius:12px;
    display:inline-block;
    vertical-align:top;
    position: sticky;
    top: 80px;
}
.srch-rgt-head-dtl{
    width:100%;
    position:relative;
}
.srch-rgt-head-dtl:before{
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:80px;
    content:'';
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
    border-radius: 12px 12px 0 0;
}
.job-inner-top {
    position: relative;
    z-index: 1;
    padding:30px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}
.job-inner-top.sticky-find {
    display: flex;
}
.job-inner-top.sticky-find .rgt-f-j-info {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.job-inner-top.sticky-find .locate-years {
    display: flex;
    flex-direction: inherit !important;
     display:none;
}
.job-inner-top figure{border-radius:8px; border:1px solid #ddd; width:70px; height:70px; background-color:#fff;}
.job-inner-top figure img{border-radius:8px; width:100%;}
.job-inner-top .rgt-f-j-info {
    width: 100%;
    padding: 0;
    padding-left:0px;
    position:relative;
}
.job-inner-top .rgt-f-j-info .bookmark-report-ico {
    font-size: 20px;
}
.job-inner-top.sticky-find .posted-date{padding-left:0; display:none;}
.job-inner-top.sticky-find .apply-link{padding-left:0;}
.job-inner-top .rgt-f-j-info h3{font-size:24px; margin:0 0 10px 0; font-weight:600;}
.job-inner-top .rgt-f-j-info h4{font-size:15px; margin:0 0 15px 0;}
.job-inner-top .rgt-f-j-info h4 a{color:#474747;}
.job-inner-top .location-txt{font-size:14px; margin-bottom:15px;}
.job-inner-top .location-txt i{width:25px; text-align:left}
.job-inner-top .posted-date{font-size:14px; padding-left:0px;}
.job-inner-top .apply-link{padding-left:0px;}
.left-job-box-info .f-jobs-bx{border:1px solid #ddd; background-color:#fff; margin:0 0 15px 0; width: 95%; position:relative;}
.select-active .f-jobs-bx{background-color:#f7fcff; border: 2px solid #1b9ead;}
.select-active .f-jobs-bx:before {
    position: absolute;
    right: -16px;
    top: 40px;
    content: '';
    border-right: 0px solid #ff0000;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #1b9ead;
    border-top: 15px solid transparent;
}
.select-active .f-jobs-bx:after {
    position: absolute;
    right: -15px;
    top: 40px;
    content: '';
    border-right: 0px solid #000000;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #f7fcff;
    border-top: 15px solid transparent;
    display:none;
}
.srch-rgt-dtl-scroll-bx{
    padding:20px 30px;
    width:100%;
    height: 100%;
    max-height: 65vh;
    overflow: auto;
}
.srch-rgt-dtl-scroll-bx h4{
    font-size:18px;
    font-weight:700;
    margin:10px 0;
    position:relative;
}

.srch-rgt-dtl-scroll-bx h5{
    font-size:16px;
    font-weight:500;
    margin:0 0 10px 0;
}
.srch-rgt-dtl-scroll-bx h5 a{
    color:#474747;
}
.srch-rgt-dtl-scroll-bx p{
    font-size:14px;
    margin-bottom:15px;
    color:#474747;
}
.srch-rgt-dtl-scroll-bx ul{list-style:none; margin:0; padding:0;}
/*.srch-rgt-dtl-scroll-bx ul li{font-size:14px; margin-bottom:5px; position:relative; padding-left:15px; position:relative;}*/
/*.srch-rgt-dtl-scroll-bx ul li:before{background-color:#474747; width:6px; height:6px; border-radius:100px; content:''; left:0; top:0;}*/
.bookmark-report-ico{position:absolute; right:0; top:0; z-index:1; cursor:pointer; color: #979090;}

.job-dtl-left-outer{
    width:100%;
}
.job-dtl-left-outer .srch-rgt-head-dtl{
    border:1px solid #ddd;
    margin-bottom:25px;
    border-radius: 12px;
}
.job-dtl-left-outer .job-inner-top{
    border:none;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx{
    max-height:inherit;
    height:auto;
    overflow:inherit;
    border:1px solid #ddd !important;
    margin-bottom:25px;
    border-radius: 12px;
    border:none;
}
ul.skills-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:0 15px;
}
ul.skills-list li{
    background-color: #F7F5FF;
    border: 1px solid #D9D9D9;
    color:#474747;
    border-radius: 100px;
    line-height: 1;
    padding: 10px 15px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul.job-description-left{
    display:flex;
    flex-wrap:wrap;
    border: none;
}

.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul.job-description-left>li{
    padding:15px 0;
    flex-grow: 0 1px;
    flex-basis: 50%;
    border: none;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul>li small {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #474747;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul>li span {
    display: block;
    width: 100%;
    font-weight: 500;
    width: 100%;
    font-size: 15px;
}

.perfect-job-find-bx{
    width:100%;
    margin-bottom:20px;
    border-radius:10px;
    padding:20px;
    position:relative;
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
}
.rigt-job-dtl-outer{
    position:sticky;
    top:80px;
    
}
.perfect-job-find-bx figure{
    width: 100px;
    margin:0 0 10px 0;
}
.is-similar-job-outer{
    width:100%;
    padding:15px 0;
}
.similar-job-bx {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    position: relative;
        min-height: 208px;
}
.s-j-head-top {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 15px;
}
.s-j-head-top figure {
    margin: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.s-j-head-top figure img{
    border-radius:10px;
}
.sj-c-info {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.featured-jobs-sec .sj-c-info h3{
    font-size:20px;
}
.sj-c-info h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.sj-c-info p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.sj-c-info p#current_job_title{
    font-size:16px;
}
.similar-job-bx .location-txt{
    font-size:13px;
    display:flex;
    align-items:center;
}
.similar-job-bx .posted-date{
    margin:0;
}
.owl-carousel-Similer_Jobs .owl-next{
    width:40px;
    height:40px;
    border-radius:100px;
    border:1px solid #ddd;
    background-color:#fff;
    right:-30px;
    background-position: center;
}
.owl-carousel-Similer_Jobs .owl-prev{
    width:40px;
    height:40px;
    border-radius:100px;
    border:1px solid #ddd;
    background-color:#fff;
    left:-30px;
    background-position: center;
}
.inner-sec .menu-part{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.is-similar-job-outer h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: flex;
}
.is-similar-job-outer .view-more{
    margin-left:auto;
    color: #1b9ead;
    
}
.dtl-about-company {
    display: flex;
    align-items: center;
    width: 100%;
}
.dtl-about-company figure {
    width: 50px;
    height: 50px;
    border: 1px solid #1b9ead;
    border-radius: 5px;
    margin-right: 15px;
}
.dtl-about-company figure img{
    border-radius:5px;
}
.emp-comp-outer{
    width:100%;
    padding:20px;
    border-radius:12px;
    border:1px solid #ddd;
    /*display:flex;*/
    margin-bottom:20px;
}
.emp-comp-logo {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}
.emp-comp-logo figure{
    margin:0;
}
.emp-comp-rgt {
    width: calc(100% - 120px);
    padding: 0 10px 0 30px;
}
.emp-comp-rgt h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.industry-location {
    width: 100%;
    display: flex;
    gap: 0 60px;
    margin-bottom:10px;
}
.industry-location span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #474747;
}
.industry-location span i{margin-right:6px; color: #979090; width:15px;}
.location span i{margin-right:6px; color: #979090; #979090; width:15px;}
.website span i{margin-right:6px; color: #979090; #979090; width:15px;}
.industry-location span a{
    color: #1b9ead;
}
.industry-location span:after {
    /*position: absolute;
    right: -30px;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #848484;
    content: '';
    border-radius: 100px;*/
}
.industry-location span:last-child:after {
/*    display: none;*/
}
.emp-comp-rgt p{
    font-size: 13px;
    font-weight: 500;
    color: #474747;
    margin:10px 0 0 0;
}
.emp-comp-rgt p a{
    color:#1b9ead;
    font-size:16px;
    font-weight:700;
}
.emp-comp-rgt p a:hover{
    color:#000;
}
.emp-comp-rgt p a i{
    margin-left:7px;
}
.about-comp-outer{
    width:100%;
    padding: 0;
    margin-bottom:20px;  
    position:relative;
}
.about-comp-outer .edit-empl.personal-edit{
    top:0;
}
.about-comp-outer h3{
    font-size:20px;
    font-weight:700;
    margin:15px 0;
    
}
.about-comp-outer p{
    font-size:15px;
    font-weight:400;
    color:#474747px;
    margin-bottom:15px;
}
.job-posted-outer h3{
    font-size:20px;
    font-weight:700;
    margin:0 0 10px 0;
}
.job-more-info{
    display:flex;
    flex-wrap:wrap;
    border: none;
}
.job-more-info li{
    padding:7px 0;
    flex-grow: 0 1px;
    flex-basis: 50%;
    border: none;
    display:flex;
    align-items:center;
    flex-direction:column;
}
.job-more-info li small {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #474747;
}
.job-more-info li span {
    display: block;
    width: 100%;
    font-weight: 500;
    width: 100%;
    font-size: 15px;
}
.pload-ico {
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
    font-size: 24px;
}
.pload-ico  input[type="file"]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.01; -webkit-opacity: 0.01; -moz-opacity: 0.01; -ms-opacity: 0.01; cursor: pointer;}

.gen-bx{
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-radius: 8px;
    width:100%;
}
.lft-seeker-pro{
    width:100%;
    padding:15px;
    position:relative;
}
.personal-edit {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}
.personal-edit a {
    width: 30PX;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    padding: 7px 0;
    color:#1b9ead;
}

.personal-edit a:hover{
    background-color:#1b9ead;
    color:#fff;
}
.seek-profile-rgt{
    width:100%;
    position:relative;
}
.seek-list-pro h3{
    padding: 15px 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgb(235 240 241 / 65%) 0%, rgb(232 235 235 / 0%) 100%);
    border-radius: 8px 8px 0 0;
}
.resume-outer{
    width:100%;
    padding:15px;
    position:relative;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  transition: 0.2s;
 
}

.choose-file-button {
  flex-shrink: 0;
  margin-right: 10px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}
.lft-seeker-pro .locate-years{
    flex-direction:column;
}
.lft-seeker-pro .location-txt{
    font-size:14px;
    margin:0;
    margin-bottom:10px;
    display:flex;
    align-items:center;
}
.location-txt i{
    width:20px;
    font-size:16px;
}
.profile-summary-outer,
.work-exp-seek-outer,
.courses-certi-outer,
.project-outer,
.awards-outer{
    width:100%;
    padding:15px;
    position:relative;
}
#about_us_container .profile-summary-outer{
    padding:0;
}
.seek-list-pro{
    position:relative;
}
.seek-list-pro .personal-edit{
    right:15px;
    top:11px;
    gap:0 10px;
}
.seek-list-pro .personal-edit a{background-color:#f5f5f5;}
.seek-list-pro .personal-edit a:hover{background-color:#1b9ead;}
.work-exp-seek-outer ul{margin:0; padding:0; list-style:none; margin-botttom:20px;}
.work-exp-seek-outer ul li{border-bottom: 1px solid #E1EBEC; padding: 10px 0; position:relative;}
.work-exp-seek-outer ul li:last-child{border-bottom: none;}
.work-exp-seek-outer h4{font-size: 16px;margin: 0 0 8px 0;font-weight: 500;}
.work-exp-seek-outer h5{font-size: 15px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.work-exp-seek-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}
.work-exp-seek-outer span{font-size: 14px;color: #474747;font-weight: 400;display: flex;align-items: center;gap: 0 35px;}
.work-exp-seek-outer span small{position:relative; font-size:14px;}
.work-exp-seek-outer span small i{margin-right:5px; color: #979090;}
.work-exp-seek-outer span small:after {
    /*position: absolute;*/
    /*right: -20px;*/
    /*top: 8px;*/
    /*content: '';*/
    /*width: 3px;*/
    /*height: 3px;*/
    /*background-color: #848484;*/
    /*border-radius: 100px;*/
}
.work-exp-seek-outer span small:last-child:after{
    display:none;
}
.gradiant-common-bx{
    border-radius:20px;
    position: relative;
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
    width:100%;
}
.lft-seeker-pro:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}
.sticky-left-top{
    position:sticky;
    top:100px;
    z-index:100;
}
.work-exp-seek-outer .job-pref p{
    margin-bottom:20px;
}
.work-exp-seek-outer .job-pref p span{
    color:#848484;
}
.work-exp-seek-outer .job-pref p small{
    font-size:14px;
    color:#000;
    font-weight:400;
}


.courses-certi-outer ul{margin:0; padding:0; list-style:none; counter-reset: line; margin-bottom: 20px;}
.courses-certi-outer ul li{padding: 10px 10px;position: relative;padding-left: 20px;}
.courses-certi-outer ul li:before {
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: 13px;*/
    /*content: '';*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-color: #b7b7b7;*/
    /*border-radius: 100px;*/
    /*counter-increment: line;*/
    /*content: counter(line);*/
    /*color: #fff;*/
    /*text-align: center;*/
}
.courses-certi-outer h5{font-size: 16px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.courses-certi-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}
.courses-certi-outer span{font-size: 14px;color: #474747;font-weight: 400;display: flex;align-items: center;gap: 0 35px;}
.courses-certi-outer span small{position:relative;}
.courses-certi-outer span small:after {
    position: absolute;
    right: -20px;
    top: 8px;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #848484;
    border-radius: 100px;
}
.courses-certi-outer span small:last-child:after{
    display:none;
}
.project-outer ul{margin:0; padding:0; list-style:none;}
.project-outer ul li{/* border-left: 1px solid #ddd; *//* border-bottom:1px solid #ddd; */padding: 15px;position: relative;margin-bottom:15px;background-color: #f7f8fe;border-radius: 20px;box-shadow: 0 4px 10px 0 rgb(0 0 0 / 08%);}  
.project-outer h5{font-size: 16px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.project-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}


.awards-outer ul{margin:0; padding:0; list-style:none;}
.awards-outer ul li{padding: 15px;position: relative;margin-bottom:15px; border-bottom:1px solid #ddd;}  
.awards-outer ul li:last-child{border-bottom:none;}
.awards-outer h5{font-size: 16px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.awards-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}

label.lbl-name {
    font-size: 14px;
    color: #291F1E;
    width: 100%;
    margin-bottom: 5px;
}
.common-modal .modal-header {
    background-color: #eff7ff;
}
.common-modal .modal-header .modal-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.social-lin-bx {
    width: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}
.social-lin-bx span {
    width: 100%;
    margin: 5px;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    display: flex;
    align-items: center;
    font-size: 16px;
    padding:5px 0;
}
.social-lin-bx span i {
    font-size: 30px;
    margin-right: 20px;
    color: #848484;
}
.left-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.left-tabs > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}
.left-tabs > li.nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 15px;
    border: none;
    position: relative;
    color:#474747;
}
.left-tabs > li.nav-item .nav-link.active {
    color: #1b9ead;
    background-color: transparent;
}
.left-tabs > li.nav-item .nav-link:before {
    bottom: -28px;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-property: left, right;
    -webkit-transition-property: left, right;
    -moz-transition-property: left,right;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
}
.left-tabs > li.nav-item .nav-link:hover {
    color: #1b9ead;
}
.left-tabs > li.nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    left: -0px;
    right: -0px;
    bottom: -2px;
    border-bottom: 3px solid #1b9ead;
}

.dash-pro-outer {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: #ddf4f7;
    border-color: #9ed2d9;
}
.dash-pro-outer figure {
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 70px;
    height: 70px;
    background-color: #fff;
    margin:0;
}
.dash-pro-outer figure img{
    border-radius:8px;
}
.dash-pro-outer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.dash-pro-outer h4 {
    font-size: 16px;
    color: #474747;
    margin-bottom: 10px;
}
.s-d-tabs {
    margin-bottom: 20px;
    width: 100%;
}
.member-plan-outer{
    padding:15px;
    text-align:center;
    width:100%;
}
.member-plan-outer figure {
    margin: 0;
    width: 80px;
    text-align: center;
    margin: auto;
}
.member-plan-outer h4 {
    font-size: 18px;
    margin-top: 15px;
}
.applied-outer .bookmark-report-ico{
    right:15px;
    top:15px;
    color:#474747;
}
.saved-outer .bookmark-report-ico{
    right:15px;
    top:15px;
    color:#f20f30;
}
.dash-left-outer .sj-c-info h3{padding-right:20px;}

.edit-prefeence-btn{
    text-align:right;
}
.edit-prefeence-btn a{
    color:#1b9ead;
    font-size:14px;
    font-weight:600;
}
.edit-prefeence-btn a:hover{
    color:#000;
}
.edit-prefeence-btn a i {
    font-size: 16px;
    margin-left: 8px;
}

.seeker-dash-sec{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding:0 15px;
}
.dash-wrapper-main{
    width:100%;
    position:relative;
}

.seeker-menu-left {
    width: 100%;
    position: sticky;
    top: 80px;
    background-color: #f6f6f6;
    padding: 15px;
    border-radius:12px;
   
}
.seeker-menu-left ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.seeker-menu-left ul li {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
}
.seeker-menu-left ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding:10px;
}
.seeker-menu-left ul li i {
    width: 26px;
    margin-right: 15px;
}
.seeker-menu-left ul li a.active-dash, .seeker-menu-left ul li.active-dash a{
    background-color:#1b9ead;
    border-radius:7px;
    color:#fff;
}
.seeker-menu-left ul li a.active-dash i, .seeker-menu-left ul li.active-dash a i{
    filter: brightness(0) invert(1);
}
.seeker-menu-left ul li a:hover{
    background-color:#1b9ead;
    border-radius:7px;
    color:#fff;
}
.seeker-menu-left ul li a:hover i{
    filter: brightness(0) invert(1);
}

.welcome-outer {
    width: 100%;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: top left;
    border-radius: 10px;
    
    font-weight: 700;
    margin-bottom:20px;
    border: 2px solid #cedaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.welcome-outer p{
    font-size: 15px;
    line-height: 28px;
    padding:50px;
    padding-bottom:20px;
}
.welcome-outer .table{
    border-bottom:none;
}
.add-document-outer{
    border:2px solid #1b9ead;
    border-radius:10px;
    padding:15px;
    width:100%;
    margin-bottom:30px;
    min-height: 270px;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 8%);
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.add-document-outer p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.add-document-outer ul{
    padding:0;
    margin:0;
    list-style:none;
}
.add-document-outer ul li{
    border-bottom:1px solid #ddd;
    padding:5px 0;
    margin:5px 0;
}
.add-document-outer h4{
    font-size:14px;
    font-weight:700;
    margin:0;
    margin-bottom:5px;
}
.add-document-outer .industry-location span{
    font-size:13px;
}
.add-document-outer span{
    font-size:13px;
}
.document-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-btn i {
    width: 40px;
    margin-right: 10px;
}

.thank-verify-outer{
    border: 2px solid #1b9ead;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
    min-height: 270px;
    text-align: center;
    display: flex;
    align-items: center;
    
    text-align:center;
    flex-wrap: wrap;
}
.thank-verify-outer figure{width:70px; margin:10px auto;}
.thank-verify-outer p{
    font-size:15px;
    font-weight:600;
    color:#000;
    margin:0;
    line-height:28px;
}
.thank-verify-outer p a{
    color:#1b9ead;
    text-decoration:underline;
}
.edit-empl.personal-edit{
    right:20px;
    top:20px;
}
.edit-empl.personal-edit a{
    background-color: #f5f5f5;
}
.edit-empl.personal-edit a:hover{
    background-color: #1b9ead;
}
.posted-job-not{width:100%; margin:15px 0; border-radius:10px;}
.posted-job-not{
    position: relative;
    width:100%;
    padding:30px;
    text-align:center;
    border-radius:10px;
    background-color:#fff;
    border: 2px solid #1b9ead;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 8%);
    font-size: 18px;
    font-weight: 600;
}
.job-posted-outer{
    position:relative;
}
.job-posted-outer .viewall-link {
    position: absolute;
    right: 0;
    top: 0;
}
.posted-job-inner>ul{list-style:none; margin:0; padding:0; border-radius:10px; border:1px solid #ddd;}
.posted-job-inner>ul>li{border-bottom:1px solid #ddd; margin-bottom:5px; border-radius:0px; padding:15px; position:relative;}
.posted-job-inner>ul>li:last-child{border-bottom:none;}
.right-posted{text-align:right;}
.status-posted {
    /*background-color: #efefef;*/
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 12px;
}
.contract_s{
    background-color:#e8a954;
}
.fulltime_s{
    background-color:#79de63;
}
.intership_s{
    background-color:#e0c0eb;
}
.parttime_s{
    background-color:#efc3b3;
}
 
.posted-ico-action {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 10px 0;
    gap:0 10px
}
.posted-ico-action a {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    color: #1b9ead;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
    border-radius: 100px;
}
.posted-ico-action a.delete-set{
    color:#f20f30;
}
.posted-ico-action a.archive-set{
    color:#4a5a95;
}
.posted-ico-action a:hover{
    color:#333;
}
.right-posted p {
    margin-bottom: 5px;
    color:#474747;
    font-size: 13px;
}
.right-posted p a {
    color: #1b9ead;
    font-size: 13px;
}
.right-posted p a small {
    width: 20px;
    display: inline-flex;
    height: 20px;
    border-radius: 100px;
    background-color: #1b9ead;
    text-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
}
.document-list-show {
    width: 100%;
    margin-top: 10px;
}
.document-list-show .table>thead{
    border-bottom:1px solid #ddd;
}
.document-list-show .table>tbody>tr>td{
    font-size:14px;
    color:#474747;
    font-weight: 400;
}
.document-list-show .table>tbody>tr>td a{
    color:#1b9ead;
}
.add-document-outer h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom:10px;
    color:#1b9ead;
}
.add-document-outer .viewall-link{
    position:absolute;
    right:15px;
    top:15px;
}
.add-document-outer .industry-location span i {
    margin-right: 5px;
}
.general-table{margin:0; position:relative; padding-bottom:0; border:1px solid #EDEFF0; border-radius: 10px;}
.divtable { display: table; width: 100%; border-radius: 5px;}
.divtable-row { display: table-row; }
.divtable-heading { background-color: #EEE; display: table-header-group; }
.divtable-cell, .divtable-head {display: table-cell; padding: 3px 10px; vertical-align: middle;}
.divtable-heading { background-color: #EEE; display: table-header-group; font-weight: bold; }
.divtable-body { display: table-row-group;}

.general-table .divtable-heading{background-color:#F1F3F4;}
.general-table .divtable-heading .divtable-head{border-bottom:none; border-top:none; padding:15px; font-size:14px; font-weight:400; color: #05093D;}
.general-table .divtable-body .divtable-cell{border:none;border-top: 1px solid #f0efef;font-size: 14px;color: #91969c;padding:15px;}
.general-table .divtable-body .divtable-cell p{margin-bottom: 0; font-weight: 300; color: #474747;}
.trans-status{display: inline-block; line-height: normal; padding: 7px 15px; text-align: center; font-size: 14px; border-radius: 100px; color: #fff; min-width: 90px;}

.pac-container{
   z-index: 1100 !important;
}
.outer-loader{
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 1100;
    text-align: center;
}
.preloader {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social-edit-group .input-group-text{
    height:100%;
}
#about_us_container.seeker-about-container .profile-summary-outer{
    padding:0 15px;
}
.sticky-view-btn {
    text-align: right;
    position: sticky;
    top: 100px;
    z-index: 10;
}
.post-new-job-outer {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding: 50px;
    /*background-color: #f6f6f6;*/
    border-radius: 10px;
    background: #d5f4f7;
   background: linear-gradient(180deg, rgba(213, 244, 247, 1) 0%, rgb(245 245 245) 100%);
}

.post-new-job-outer fieldset {
    padding: 0 50px;
}
#progressbar li span {
    width: 80px;
    display: block;
    margin: 0px auto;
    line-height: normal;
}

label.lbl-name.large-lbl-nm {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
.dark-form-control.select2-container-multi .select2-choices .select2-search-field input{
    padding: 0;
    line-height: normal;
    min-height: inherit;
    border: none;
}
.dark-form-control.select2-container-multi .select2-choices{
    /*min-height: inherit;*/
    border:none;
}
.middle-fix-width {
    width: 80%;
    margin: 0px auto;
}
.location-inline-form .job-location-addon{
    padding:0;
}

.location-inline-form .add-location-ico {
    border: none;
    outline: 0;
    box-shadow: none;
    background-color: #848484;
    color: #fff;
    padding: 13px 0;
    width: 50px;
    min-width:50px;
    height: 50px;
    border-radius: 0 5px 5px 0;
}

.note-txt {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    display: flex;
    /* align-items: center; */
    line-height: normal;
    margin-top: 10px;
}
.jconfirm-box-container{
    margin:0px auto;
}
.member-plan-bx{border:1px solid #C8D2D4; border-radius: 20px; padding: 20px; position: relative;}
.member-plan-bx h3{font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    
}
.member-plan-bx h4{font-size: 28px; font-weight: 300; color: #121212; margin-top: 0; margin-bottom: 10px;}
.member-plan-bx h4 sub{font-size: 13px; font-weight: 400; color: #474747; bottom: 3px;}
.member-plan-bx ul{margin:50px 0 70px 0; padding:0;}
.member-plan-bx ul li{font-size: 14px; font-weight: 400; color: #474747; margin: 5px 0;}

.available-plan-outer {
    display: flex;
    align-items: start;
    align-self: stretch;
    width: 100%;
}
.main-plan-outer {
    width: 33%;
    padding: 15px;
}
.main-plan-outer h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.member-plan-bx ul li i{margin-right:10px;}
.is-current-plan-bx {
    width: 100%;
    display: flex;
    align-items: start;
    align-self: stretch;
    background: #dcf9fa;
background: linear-gradient(180deg,rgba(220, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 12px;
    border: 1px solid #ddd;
    flex-wrap:wrap;
}
.get-plan-main {
    width: 100%;
}
.avaialble-credit-feature {
    width: 100%;
    display: flex;
    align-items: center;
    /*background-color: rgb(255 255 255 / 71%);
    border-radius: 0 0 16px 15px;*/
}
.current-plan-bx {
    display: flex;
    align-items: center;
    width: 100%;
}
.current-plan-bx center {
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
    width: 250px;
    text-align: left;
    color: #1b9ead;
}
.avaialble-credit-feature center {
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
    width: 250px;
    text-align: left;
    color: #1b9ead;
}
.plan-info {
    width: calc(100% - 250px);
    padding: 15px;
}
.avaialble-credit-feature .pricing-package{
    width: calc(100% - 250px);
    padding: 15px;
}
.avaialble-credit-feature .job-plane{
    display:flex;
    flex-wrap:wrap;
}
.avaialble-credit-feature .job-plane li{
    width:50%;
}
.plan-info h3 {
    font-size: 18px;
    font-weight: 500;
}
.plan-infoh4{font-size: 28px; font-weight: 300; color: #121212; margin-top: 0; margin-bottom: 10px;}
.plan-info h4 sub{font-size: 13px; font-weight: 400; color: #474747; bottom: 3px;}
.plan-info ul{margin:10px 0; padding:0; display:flex; flex-wrap:wrap;}
.plan-info ul li{font-size: 14px; font-weight: 400; color: #474747; margin: 5px 0; width:50%;}
.rgt-plan-sec h1{margin-bottom:15px; font-weight: bold}

.is-form-plan ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
    gap:0 10px;
}
.unit-price-bx {
    width: 15%;
}
.mutiply-equal-ico {
    width: 15%;
    text-align: center;
}
.mutiply-equal-ico .equal{
    padding-left:0;
}
.total-count-bx {
    width: 20%;
}
.no-appli-bx {
    width: 45%;
}
.buy-btn-bx {
    width: 22%;
}
.buy-btn-bx .main-btn{
    margin-top:20px;
    font-size: 14px;
    padding: 15px 20px;
}
.is-featured-job-plan .buy-btn-bx {
    width: 25%;
}
.is-featured-job-plan .total-count-bx {
    width: 15%;
}
.is-featured-job-plan .unit-price-bx {
    width: 10%;
}
.is-form-plan {
    box-shadow: inset 0 46px 0 0px #f6f6f6;
}
.pagination-main .pagination {
    flex-wrap: wrap;
    justify-content: center !important;
    float: none;
    margin: 0;
    gap: 0 5px;
}
.pagination-main .pagination li a{
    color: #747f8b;
    font-size: 14px;
    outline: none;
    padding: 10px 15px;
    line-height: 38px;
    outline: none;
    border: none;
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #dee2e6;
    line-height: 1;
}
.filter-apply-sec {
    width: 100%;
    padding-top: 10px;
}
.filter-rgt-btns {
    display: flex;
    justify-content: end;
}
.pagination-main .pagination li.active a{
    background-color: #1b9ead;
    border-color:#1b9ead;
    color:#fff;
}
.pagination-main .pagination li a:hover{
    background-color: #1b9ead;
    border-color:#1b9ead;
    color:#fff;
}
.pagination > li > a,
.pagination > li > span{
  color: #747f8b;
  font-size: 14px;
  outline: none;
}
.pagination > li .page-link{
  padding: 0 15px;
  line-height: 38px;
  outline: none;
}
.pagination > li .page-link:focus{
  outline: none;
  box-shadow: none;
}
.pagination .page.active .page-link{
  background: #0A66C2;
}
.resend-link{text-align:center; margin-bottom:15px;}
.resend-link a{
    text-decoration: underline;
    font-size: 14px;
    color: #1b9ead;
    font-weight: 400;
}
.resend-link a:hover{
    color:#000;
}
.security-outer{border-bottom: 1px solid #E1EBEC; padding: 15px 20px; margin:10px 0; width: 100%; display: table;}
.security-lft{display: table-cell; vertical-align: middle; width: 100%;}
.security-lft p{font-size: 16px; color: #474747; font-weight: 300; margin-bottom: 0;}
.security-rgt{display: inline-block; vertical-align: middle; width: 70px;}
.notify-swtich{position: relative;}
.notify-swtich input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0;}
.lbl {position: relative;display: block;height: 27px;width: 56px;background: #F20F30;border-radius: 100px;cursor: pointer;transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
.lbl:after {position: absolute;left: 4px;top: 4px;display: block;width: 18px;height: 18px;border-radius: 100px;background: #fff;box-shadow: 0px 3px 3px rgba(0,0,0,0.05);content: '';transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
.lbl:active:after { transform: scale(1.15, 0.85); }
.cbx:checked ~ label {background: #00C269;}
.cbx:checked ~ label:after {left: 34px;background: #fff;}
.cbx:disabled ~ label { background: #d5d5d5; pointer-events: none; }
.cbx:disabled ~ label:after { background: #ffffff; }
.msg-list-sec.general-bx{
    background-color:#f6f6f6;
} 
.chat-nm-list {
    width: 100%;
    height: 100vh;
    max-height: 75vh;
    overflow: auto;
}
.chat-nm-list .mCSB_container{
    margin-right:0;
}
.chat-nm-list ul{
    margin:0;
    padding:0;
}
.chat-nm-list ul li {
    width: 100%;
    position: relative;
}
.chat-nm-list ul li .readMsg, .chat-nm-list ul li .unReadMsg{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.chat-nm-list ul li .readMsg:hover, , .chat-nm-list ul li .unReadMsg:hover{
    background-color:#fff;
}
.chat-nm-list ul li figure {
    width: 70px;
    border-radius: 100px;
    margin: 0;
}
.chat-nm-list figure img {
    border-radius: 10px;
    max-width:50px;
}
.nm-msg-info {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.nm-msg-info h3{font-size: 16px; font-weight: 500; margin:0 0 5px 0;}
.nm-msg-info p{font-size: 14px;line-height: normal;font-weight: 300;margin-bottom: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nm-msg-info small{font-size: 13px; font-weight: 300;}
.msg-list-sec h1 {
    font-size: 20px;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position:relative;
}
.msg-list-sec h1 .chat-no{
    right: 20px;
    top: 15px;
}
.close-ico{
    display:flex;
    justify-content:center;
}
.close-ico a {
    width: 23;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    color: #f20f30;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}
.conversion-nm {
    padding: 15px 30px;
    border-bottom: 1px solid #f4f4f4;
}
.conversion-nm p {
    margin: 0;
}
.conversion-nm{padding: 15px 30px; border-bottom: 1px solid #f4f4f4;}
.conversion-nm h4{font-size: 16px; margin:10px 0; font-weight: 500;}
.conversion-nm h4 span{color: #53ACE0;}
.chatview figure{margin:0; border-radius: 100px; width: 50px; margin-top: 15px;}
.chatview figure img{border-radius: 100px; border:1px solid #ddd;}
.chat-view{max-width: 60%; width: 100%; padding: 0 15px;}
.chat-view p{padding: 10px 15px;font-size: 14px;letter-spacing: 0.2px;line-height: 22px; color: #848484;}
.left-chat p{border-radius: 0 20px 20px 20px; background-color: #F5F5F5;}
.right-chat p{border-radius: 20px 0 20px 20px; background-color: #E8F4F2;}
.chat-view h5{font-size: 12px; font-weight: 500; margin:0; margin-bottom: 2px;}
.chat-view small{font-size: 11px; font-weight: 300; color: #848484;}
.msg-chat-bottom{display: flex; align-items: center; justify-content: space-between; padding: 5px 15px; border-top: 1px solid #f4f4f4; width:100%;}
.msg-chat-bottom a{border:none; outline: 0; box-shadow: none; background-color: #1b9ead; width: 45px; height: 45px; border-radius: 100px; text-align: center; line-height: 1; padding: 14px 0;}
.msg-chat-bottom a:hover{background-color: #1a7d88;}
.chat-area{width: calc(100% - 100px); position: relative;}
.attached-file{position: absolute; width: 36px; height: 36px; overflow: hidden; right: -40px; top: 13px; cursor: pointer;}
.attached-file input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.01;}
.chat-area .dark-form-control{border:none; outline: 0; box-shadow: none; border-radius: 0; max-height: 52px; resize: none;}
.srch-add-msg{padding: 15px; width: 100%; position: relative; padding-right: 80px;}
.srch-add-msg .dark-form-control{padding: 10px 15px; padding-left: 35px;}
.srch-add-msg .filter-ico1{border:none; padding: 0; right: 15px;  top: 15px;}
.srch-add-msg i {position: absolute; left: 25px; top: 26px;}
.chat-nm-list {width: 100%; height: 100vh; max-height: 75vh; overflow: auto;}
.chat-showing-outer {padding: 20px 30px; padding-right:0; height: 100vh; max-height: 64.5vh; overflow: auto;}
.is-header-srch {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.is-header-srch .srch-head-top .dark-form-control{
    padding: 9px 10px;
    padding-left: 30px;
    height: auto;
    line-height: normal;
    min-height: auto;
}
.is-header-srch .experience-control .dark-form-control{
    padding: 9px 10px 9px 30px;
}
.is-header-srch .experience-head-top i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #bdbdbd;
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
    z-index: 11;
    width: 20px;
    color: #bdbdbd;
}
.is-header-srch .search-sym .main-btn {
    width: 40px;
    min-width: 40px;
    padding: 11px 0;
}
.is-header-srch .dark-form-control.select2-container-multi .select2-choices{
    white-space: nowrap;
    display: flex;
    overflow: auto;
    min-height:20px;
}
.is-header-srch .header-locaiton-form{
    width:25%;
}
.is-header-srch .header-locaiton-form .experience-control{
    width:100%;
}
.deactivate-outer {
    width: 100%;
    text-align: center;
    padding: 30px;
}
.deactivate-outer figure{
    width:70px;
    margin: 10px auto;
}
.deactivate-outer p {
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
}
/*.sj-c-info h4{
    font-size:15px;
        padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}*/
.seeker-m-info.sj-c-info{
    width:100%;
    padding-left:0;
}
.sj-c-info h5{font-size: 28px; font-weight: 300; color: #121212; margin-top: 0; margin-bottom: 10px;}
.sj-c-info h5 sub{font-size: 14px; font-weight: 400; color: #474747; bottom: 3px;}
.filter-ico a {
    color: #1b9ead;
    border: 1px solid #1b9ead;
    border-radius: 5px;
    padding: 5px 10px;
}
.filter-ico a:hover{
    background-color:#1b9ead;
    color:#fff;
}
.tabs-filter-outer{
    background-color:#e3f1f3;
    padding:10px 15px;
    border-radius:12px;
    margin-bottom:10px;
}
.xs-control{
    padding:8px 15px 7px 15px !important;
}
form#add_edit_skills_form {
    width: 100%;
    padding: 15px;
}
.menu.btn12, .profile-menu-btn, .mobile-search-btn, .job-link-only-mobile {display: none;}
.jobs-mobile-btn {display:none;}
.L5Fo6c-sM5MNb {margin:0 auto;}
.chat-owner.chatview {
  align-items: end;
  justify-content: end;
}
.chat-nm-list ul li .inbox_part.highlight-message {background-color:#fff;}
.top-srch-filters {margin-top:10px;}
.sort-by {margin-left:5px;}
.gen-bx.seek-list-pro .job-dtl-left-outer .srch-rgt-dtl-scroll-bx {border:none !important; padding: 0px 15px; margin-bottom:0;}
.isheader-sec-home ul.navbar-nav .dropdown-content .fa.fa-caret-up.caret-one {
  position: absolute;
  right: 37px;
  color: #f9f9f9;
  top: -9px;
}
.trst-title p {
  margin-bottom: 0px;  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;}
.iti__flag-container {height:45px;}  
.right-job-dtl-info:empty {display:none;}
.nodata-found {
  max-width: 380px;
  margin: 15px auto;
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
}
.nodata-found h3 {
  font-size: 40px;
  color: #d2d2d2;
  margin: 0 0 10px;
}
.nodata-found p {
  margin: 0;
  font-size: 18px;
  color: #575757;
}
.emp-posted-job-row {
  padding: 15px;
}
.emp-posted-job-row .bookmark-report-ico {right:10px; top:10px;}
.more-btn-bottom a {color:#1b9ead; text-decoration: underline;}
.inner-sec .menu-part {background: transparent; padding: 0 0 9px 0px; color:#474747;}
.inner-sec .menu-part .container {padding:0;}
.step-form-dtl .flat-radio {min-height:25px;margin-bottom: 5px;}
.back-btn-msg{display: none;}
.home-featured-job {padding:50px 0 0;}
.field-box-row .add-location-ico  {max-height:45px;border-radius:5px;}
.field-box-row {display:flex; gap:10px;}
.field-box-row .error {white-space: nowrap;}
.add-skill-row {display:flex; 
  gap: 10px;}
  .add-field  {width:100%;}
  .add-skill-row .outer-main-btn {min-width:inherit;}


@media(min-width:767.99px) {
    
    .saved-search-div {position: relative;}
    .search-jobs-main .saveSearchBlock {min-width: 280px; width:100%; top:40px; }
    .close_button {
  position: absolute;
  right: -11px;
  top: -17px;
}
.login-popup {padding-top:35px;border-radius:6px;}
nav .search li .border-d6 {margin-left:auto; margin-right:auto;}
.is-profile-header > span {text-align:center;}
}
@media(max-width:1199.99px) {
    .industry-location span {font-size:14px;}
    .exp-location {display:block;}
    .exp-location span {display:flex; margin-bottom:10px;}
    .search-home-outer h1 {font-size:30px;}
    .search-home-outer h2 {font-size:16px;}
    .home-heading {font-size:24px;}
    .ajira-about-info h2, .left-app-info h2 {font-size:20px;}
    .ajira-about-info p {font-size:15px;}
    .left-app-info a {margin-right:7px; width:135px;}
    .left-app-info a:last-child {margin-right:0px;} 
    .left-app-info {padding:15px;}
    .donwload-app-outer {padding:15px;}
    .footer-social {justify-content: center; padding-bottom: 10px; margin-bottom: 10px;}
    .footer-menu {display: block; text-align: center;padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.50);}
    .footer-menu h3 {width:auto; font-size: 18px; margin-bottom:10px;}
    .footer-menu ul {
  margin: 7px 0;
  flex-wrap: nowrap;
  display:block;
  gap: 7px;justify-content: center; 
  width: 100%;
  padding-left:0 !important;
}
.footer-menu ul li {margin:0px 6px 5px; display:inline-block; width:auto;}
.footer-logo.cf {text-align:center;}
.footer-logo figure {display:none;}

.copywrite-text {margin-bottom:0; text-align:center;}
.is-footer-sec {padding:20px 0 15px;}
.seeker-menu-left ul li {font-size:14px;}
.seeker-menu-left ul li i {margin-right:8px;}
.sj-c-info h3 {font-size:20px;}
.search-jobs-result-show {
  width: 100%;
  gap: 0px;
  padding: 15px;
  max-width: inherit;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
}
.left-job-box-info {
  flex: inherit;
  width: 40%;
}
.right-job-dtl-info {flex: inherit;}
}

@media(max-width:1023.99px) {
 
    .left-app-info a {margin-right:7px; width:135px;}
    .left-app-info a:last-child {margin-right:0px;} 
    .left-app-info {padding:15px;}
    .donwload-app-outer {padding:15px;}
    .ajira-about-info {padding:20px 30px;}
    .viewall-bx {margin-top:20px;}
    .isheader-sec-home ul.navbar-nav > li {margin-left:10px;}
    .avaialble-credit-feature .job-plane li {width:auto;}
    .post-new-job-outer {padding:20px; max-width:100%;}
    .middle-fix-width{width:100%;}
    label.lbl-name.large-lbl-nm {font-size:15px;}
    .step-form-dtl .flat-radio {min-height:21px; margin-bottom:10px;}
    
    
}
@media(max-width:768px) {

.msg-outer-sec .rgt-chat-sec  {display:none;}
.hide-chat-mobile.msg-outer-sec .rgt-chat-sec  {display:block;}
.msg-outer-sec .msg-list-sec {display:block;}
.msg-outer-sec.hide-chat-mobile .msg-list-sec {display:none;}
 .conversion-nm {
    padding-left: 65px !important; position:relative;
  }
  .back-btn-msg {
  position: absolute;
  left: 15px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  background-color: #1b9ead;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.chat-showing-outer {
  
  max-height: inherit;

  height: calc(100vh - 249px);
}
}
@media(max-width:767.99px) {
  
.btn12 {
      position: relative;
      width: 30px;
      height: 30px;
      background-color: transparent;
      padding: 0;
      border: none;
      outline: none;
      box-shadow: none;
      transition-duration: 0.5s;
    }
    .btn12 .icon {
      transition-duration: 0.5s;
      position: absolute;
      height: 2px;
      width: 24px;
      top: 15px;
      background-color: #1b9ead;
    }
    .btn12 .icon:before {
      transition-duration: 0.5s;
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #1b9ead;
      content: "";
      top: -10px;
      left: 0;
    }
    .btn12 .icon:after {
      transition-duration: 0.5s;
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #1b9ead;
      content: "";
      top: 10px;
      left: 0;
    }
    .btn12.open .icon {
      transition-duration: 0.5s;
      background: transparent;
    }
    .btn12.open .icon:before {
      transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }
    .btn12.open .icon:after {
      transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }
    .btn12:hover {
      cursor: pointer;
    }
    .menu.btn12 {display: inline-block;}
    .top-nav {display: none; margin-right:0px;}
    .top-nav.open-nav {display:block;}
    .isheader-sec-home ul.navbar-nav {padding:15px;}
    .isheader-sec-home ul.navbar-nav > li.browse-link-login, .isheader-sec-home ul.navbar-nav > li.signup-btn {width:47% !important; margin:0 1%; display:inline-block;} 
    
    .isheader-sec-home ul > li.browse-link-login a {text-align:center;}
    
    .isheader-sec-home ul > li.employer-login-link {
  border-left: none;
  border-top: 1px solid #ddd;
  margin: 15px 0 0; padding-bottom:0; width:100% !important;  min-width:100%; margin-top: 10px !important;
}
.isheader-sec-home ul > li.employer-login-link a {text-align:center; margin-left:0px;}
 .navbar-collapse {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  .search-home-outer h1 {
    font-size: 24px;
  }
  .search-home-outer h2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .is-main-header .navbar-brand {width:80px;}
  .navbar {padding-bottom:5px; padding-top:5px;}
  .hero-banner-sec {min-height:inherit; padding:80px 0 30px;}
  .search-home-outer ul.search {flex-wrap:wrap; padding:15px;}
  .search-home-outer ul.search li.is-srch-field {width:100%;} 
  .search-home-outer ul.search li.is-exp-field {width:100%;}
  .search-home-outer .search li .form-control, .search-home-outer .search li.is-srch-field .form-control {border: 1px solid #A6AFB0; border-radius:10px; margin-bottom:10px; }
  .search-home-outer ul.search li.is-exp-field {padding-right:0;}
 .search-home-outer ul.search li {border-right:none;}
 .search-home-outer ul.search li:first-child {border-radius: 10px;}
.is-featured-employers-sec {padding:30px 0;}
.search-home-outer ul.search li .main-btn {width:100%;}
.ajira-about-info {padding:15px; width:100%;}
.ajira-map-right {display:none;}
.about-ajira-outer {border-radius:20px;}
.ajira-about-info p {font-size: 15px; margin-bottom:20px;}
.home-about-ajira, .app-download-sec, .find-job-vacancy-sec {padding-bottom:30px;}
.find-show-job-outer .nav-tabs {flex-wrap: nowrap; overflow: auto; padding-bottom:5px;}
.tabs-tags-outer ul {margin-top:15px;}
.donwload-app-outer {display:block; border-radius:20px;}
.left-app-info, .right-app-screen {width:100%; text-align:center;}
.is-main-header .navbar-collapse {margin-top:10px;}
.is-footer-sec {padding:20px 0 0px;}
  .left-app-info {
    padding: 15px 0;
  }
  .home-heading {font-size:21px; margin-bottom:15px;}
  .tabs-tags-outer ul li a {padding:5px 7px;}
  .viewall-bx {margin-top:5px;}
  .search-home-outer .search li .form-control {overflow:hidden;}
  .select2-container-multi .select2-choices {white-space: normal;}
  .ajira-about-info h2 {margin-bottom:8px;}
  .login-box h1 {font-size:20px;margin-bottom:15px;}
  .login-sec {padding: 25px 0;}
  .common-modal .modal-header .modal-title {font-size:17px;}
  #resend_activation_link_modal label, #forgot_password_modal label {margin-bottom:5px;}
  .inner-sec {padding:85px 0 30px;}
  .title {font-size: 20px; margin-top:15px; margin-bottom:15px;}
 .work-exp-seek-outer span {display:block;}
 .work-exp-seek-outer span small{display:block; margin-bottom:5px;}
 .seek-list-pro h3 {font-size:16px; padding: 10px 10px; margin-bottom:0;}
 .work-exp-seek-outer .job-pref p {margin-bottom:10px;}
 ul.skills-list li {padding: 7px 10px;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 5px;}
  .gen-bx {margin-bottom:15px;}
  .seeker-menu-left {margin-bottom:15px; position:static;}
  .lft-seeker-pro {padding:0 0 10px;}
  .sj-c-info h4 {font-size:16px;}
  .seeker-menu-left {display:none;}
  .open-profile-nav.seeker-menu-left {display:block;}
  .seeker-about-container {margin-top:10px; display:block;}
  .skills-list {margin-top:10px; display:block;padding: 0 10px;}
  .profile-summary-outer, .work-exp-seek-outer, .courses-certi-outer, .project-outer, .awards-outer {padding-left:10px;padding-right:10px;}
  .profile-menu-btn {margin-bottom:10px;}
  .profile-menu-mobile {height:0px; opacity:0; visibility:hidden;position:absolute;}
  .open-profile-nav {height:auto; opacity:1;visibility:visible;position:static;}
  .sm-btn {font-size:14px; padding: 10px 12px;}
  .modal-dialog {max-width:inherit !important; width:92%; margin:15px 3%;}
  .modal-header, .modal-body {padding:15px 15px;}
  .modal-header {padding-top:10px; padding-bottom:10px;}
  .apply-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.similar-job-bx .posted-date {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.profile-menu-btn {display:block;}
.job-posted-outer h3 {font-size:16px;}
.emp-comp-rgt {width:100%; padding:0 0 15px;}
.right-posted {text-align:left; border-top:1px solid #eee; padding-top:10px;}
.right-posted .status-posted {padding-left:0;}
.posted-ico-action {justify-content: start;
  margin: 10px 0;}
  .industry-location span {font-size:14px;}
  .s-d-tabs {margin-bottom:10px;}
  .sj-c-info h5 {font-size:24px;}
  .s-j-head-top {margin-bottom:5px;}
  .similar-job-bx .mt-4 {
  margin-top: 10px !important;
}
.common-title {
  margin-bottom: 15x;
  margin-top: 15px;
  font-size:18px;
}
.featured-jobs {padding: 15px 15px}
.is-form-plan ul {flex-wrap: wrap;align-items: center;}
.unit-price-bx, .is-featured-job-plan .unit-price-bx {
  width: 48%;
  text-align: center;
}
.mutiply-equal-ico {
 display:none;
}
.no-appli-bx, .no-appli-bx, .total-count-bx, .buy-btn-bx, .is-featured-job-plan .total-count-bx, .is-featured-job-plan .buy-btn-bx {
  width: 48%;
  text-align: center;
}
.buy-btn-bx .main-btn {width:100%}
.Plain_job_form .is-form-plan {box-shadow:none;}
.padtop5,  .title-margin {
  padding-top: 0px;
  display: inline-block;
}
.buy-btn-bx .main-btn {margin-top:0;}
.title-margin {margin-bottom:5px;}
.left-tabs > li.nav-item .nav-link {padding: 10px 8px;}
.avaialble-credit-feature {flex-wrap: wrap;}
.avaialble-credit-feature .pricing-package {width:100%; padding-top:0; padding-bottom:0;}
.avaialble-credit-feature center {width:100%; font-size:15px;}
.counting {font-size:17px;}
.left-tabs {flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;}
  .security-outer {padding: 10px 10px;}
.switch-right .lbl::after {top:4px !important;}
.deactivate-outer {padding:0;}
.deactivate-outer .mt-5 {margin-top:20px !important;}
.deactivate-outer .outer-main-btn {margin-bottom:10px;}
.seeker-dash-sec {padding-left:0; padding-right:0;}
.security-setting-outer .switch-right {
  margin-left: 10px;
}
.notify .bg-white {padding:15px;}
.chat-view {max-width:80%;}
.mCSB_container {margin-right:15px;}
.chat-showing-outer {padding: 15px 10px;}
.inbox_part .pms_part_name {text-align:left;}
.chat-nm-list {max-height:inherit; height: calc(100vh - 141px);}
.chat-nm-list ul li .readMsg, .chat-nm-list ul li .unReadMsg {padding:10px;}
.nm-msg-info h3, .nm-msg-info p {margin-bottom:3px;}
.msg-list-sec.general-bx {margin-bottom:15px;}
.msg-list-sec h1 {font-size:18px; padding:10px;}
.mobile-search-btn {
    display:block;
  font-size: 20px;
  position: absolute;
  right: 58px;
  top: 13px;
  padding: 5px;
  color: #1b9ead;
  cursor: pointer;
}
.is-header-srch {
    position: absolute;
    left:0;
    top:56px;
    width:100%;
 background: #fff;
 padding:15px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  flex-wrap: wrap;
  align-items: self-start;
  display:none;
}
.experience-control {width:100%;}
.srch-head-top {width:100%;margin-bottom:10px;}
.experience-head-top  {width:100%;margin-bottom:10px;}
  .is-header-srch .header-locaiton-form {
    width: calc(100% - 50px);
  }
  .mobile-search-btn {display:block;}
  .open-header-search {display:flex;}
  .isheader-sec-home ul.navbar-nav > li {display: inline-block;
    margin: 0 10px 0 0;
    width: auto !important;
    float: none;
    vertical-align: top;}
    .dropdown-content {position: static;
    margin-left: -242px;}
    .dropdown-content .fa-caret-up {display:none;}
    .isheader-sec-home ul.navbar-nav.search.open-nav {display:flex;flex-direction: row;
    justify-content: space-between;}
    nav .search li .border-d6 {border:none !important;}
    .is-profile-header {width: 41px;}
    .sticky-left-top {position:static; padding:15px; border-radius: 10px; margin-bottom:15px;} 
      .sj-c-info h3 {
    font-size: 17px;
  }
  .sj-c-info p#current_job_title {
  font-size: 14px;
}
.search-jobs-result-show.cf .right-job-dtl-info {width:100%; display:none;}

.f-jobs-bx { padding: 10px;}
.f-job-info h3 {font-size:16px;}
.left-job-box-info {width:100%;}
.left-job-box-info .f-jobs-bx {width:100%;}
.jobs-mobile-btn {
  margin-right: 10px;
  display:inline-block;
}
.left-panel-job-block {
  position: relative;
}

.f-jobs-bx.extra-f-job .f-job-info figure {width:50px; height:50px;}
.rgt-f-j-info {padding-left:10px;}
.job-inner-top, .srch-rgt-dtl-scroll-bx {padding:15px;}
.job-inner-top .rgt-f-j-info h3 {font-size:18px; margin-top:5px;}
.srch-rgt-dtl-scroll-bx h4 {font-size:16px;}
.select-active .f-jobs-bx::before {display:none;}
.filter-select-group {
  width: 49%;
  padding: 5px;
  display: inline-block;
}
.top-srch-filters {margin-top:10px;}
.filter-rgt-btns a {margin:0 5px;}
.search-jobs-main .saveSearchBlock {width:100%; padding-top:10px;}
.search-jobs-main .saveSearchBlock  .close_button {top:-32px;}
.modal-dialog .modal-header h4 {font-size:18px;}
.is-profile-header > span {display:block;}
.job-link-only-mobile {
    display: block;
    background-color: rgba(255,255,255,0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 1px);
  }
.company-title {font-size:16px;}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx, .job-dtl-left-outer .srch-rgt-head-dtl {margin-bottom:15px;}
.job-inner-top .apply-link {margin-left:0;}
.owl-carousel-Similer_Jobs .owl-prev {
  width: 30px;
  height: 30px;
  
  left: -8px;
  background-position: center;
  background-size: 10px auto;
}
.owl-carousel-Similer_Jobs .owl-next {
  width: 30px;
  height: 30px;
 
  right: -8px;
  background-position: center;
  background-size: 10px auto;
}
.conversion-nm {padding: 10px 15px;}
.conversion-nm h4 {margin-bottom:5px;}
.welcome-outer p {padding:20px 15px 5px; font-size:14px;}
#add_button .mb-5 {margin-bottom:10px !important;}
.document-list-show {overflow:auto;}
.document-list-show .table {text-align:left;}
.document-list-show .table th {white-space: nowrap;}
ol#progressbar li {display: inline-block;
    padding-top: 35px;
    vertical-align: top;
    width: 150px;}
    #progressbar li#projectdetail {width: 150px;}
ol#progressbar li::before {top:0;}
ol#progressbar {white-space:nowrap; overflow:auto; margin-top:20px;}
.post-new-job-outer fieldset {padding:0;}
#progressbar li span {
  width: 90px;
  margin: 0 auto;
  line-height: normal;
  white-space: normal;
  text-align: center;
  display: block;
}
ol#progressbar li::after {top:16px;}
.step-form-dtl .d-flex.flex-wrap.mt-md-2 {display:block !important;}
select#currency_id {margin-bottom:10px;}
.step-form-dtl .outer-main-btn {margin-bottom:7px;}
.app-filter {width:100% !important;}
.tabs-filter-outer, .posted-job-inner > ul > li {padding:10px;}
.buy-btn-bx .main-btn {padding:10px 14px}
.unit-price-bx {
  align-self: normal;
}
#location {
  height: 45px;
  overflow: auto;
}
.location-inline-form .add-location-ico {min-height:45px; height:45px;}
.general-table {overflow:auto;}
.general-table .divtable-heading .divtable-head {white-space:nowrap;}
.general-table .divtable-body .divtable-cell {padding:10px;}
.d-md-flex.justify-content-between.align-items-center {display:flex;}
.profile-menu-btn .fa-solid  {width: auto;}
.job-posted-outer .filter-select-group {width:100% !important;}
.filter-ico a {float:none;}
.filter-ico.d-md-flex.justify-content-end {text-align:right;}
.login-popup {padding-top:35px;}
.filter-ico.d-md-flex.justify-content-end .login-popup {text-align:left;}
.emp-posted-job-row {
  padding: 10px;
}

.industry-location span {display:block; margin-bottom:5px;}
.exp-location span {display:flex; margin-bottom:15px;}
.home-featured-job {padding:30px 0 0;}  
.home-featured-job .similar-job-bx {margin-bottom:15px;} .home-featured-job .col-md-6:last-child .similar-job-bx {margin-bottom:0px;}
.featured-jobs-sec .sj-c-info h3 {font-size:17px;}
.blank-label {display:none;}
}
@media(max-width:640px) {
    .filter-select-group {
  width: 100%;
  padding: 5px;
  display: inline-block;
}
    .login-box {max-width: inherit; padding: 15px 20px; margin:0 3%; width: 92%;} 
    .field-box-row {display:block;}
    
}
.iti {width:100%;}