@charset "UTF-8";
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.highlight-primary {
  color: #009bd6;
}
#more {display: none;}
.pt-100 {
  padding-top: 100px;
}
@media (min-width: 1200px) {
.container {
    max-width: 1240px;
  }
}

section {
  padding: 30px 0 40px 0;
}

@media (max-width: 768px) {
  section {
    padding: 15px 0 25px 0;
  }
}

.mybg-primary {
  background: #009bd6;
}

.mybg-primary-light {
  background: #ed828b;
}

.mytxt-primary {
  color: #009bd6;
}
.display-4 {
  font-size: 42px !important;
}
/*.card {
    background-color:lighten($secondary-color, 13.5%);
}*/
.blog_card { margin-bottom: 30px;}
.blog_card p { color: #6c757d;
  line-height: 30px;
  margin-bottom: 16px;}
.blog_list {color: #6c757d;
  padding-left: 20px;
  line-height: 30px;}
.blog_bquote {padding-left: 40px; border-left: 3px solid #6c757d;}
.border-light {
  border-color: #c3c3c3;
}

.card-rounded {
  border-radius: 10px;
  /* -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important; */
  border: 1px solid #d7d7d7 !important;
}

.vertical-line {
  border: 2px solid #009bd6;
  margin: 0 45% 5% 45%;
}

@media (max-width: 768px) {
  .vertical-line {
    margin: 0 35% 5% 35%;
  }
}

.white-line {
  border: 2px solid #fff;
  margin: 0 45% 5% 45%;
}

h1 {
  font-size: calc(16px + 18px) !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: calc(16px + 12px) !important;
  }
  h2 {
    font-size: calc(16px + 4px);
  }
  h5 {
    font-size: calc(16px + 2px);
  }
  .display-3 {
    font-size: calc(16px + 30px);
  }
}

.text-999 {
  color: #b3b3b3;
}

ol li {
  line-height: 1.8;
}

.location-mapper {
  height: 24px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .location-mapper {
    height: 18px;
  }
}

.border-bottom {
  border-bottom: 1px solid #d7d7d7 !important;
}

.border-right {
  border-right: 1px solid #d7d7d7 !important;
}

.border-left {
  border-left: 1px solid #d7d7d7 !important;
}

.heading-sidebar {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

#phoneNumber, #areaCode, #phone1, #phone2 {
  height: 40px;
  padding: .375rem .1rem .375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

#areaCode, #phone1 {
  width: 30% !important;
}

#phone2 {
  width: 36% !important;
}

section {
  margin: 65px 0 0 0;
  padding: 0;
}

.sectionHeader {
  text-align: center;
  font-size: calc(16px + 18px);
}
.homeBnr_sec { padding-top: 60px;}
.sectionHeader:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  padding-top: 5px;
  border-bottom: 5px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sectionHeader {
    font-size: calc(16px + 12px);
  }
  .sectionHeader:after {
    width: 30%;
  }
}

.sideHeading {
  font-size: 1.5rem;
  color: #009bd6;
  margin-bottom: 12px;
}

.sideHeadingLine {
  text-align: left;
  font-size: calc(16px + 7px);
}

.sideHeadingLine:after {
  content: "";
  display: block;
  margin: 0;
  width: 30%;
  max-width: 150px;
  padding-top: 5px;
  border-bottom: 3px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sideHeadingLine {
    font-size: calc(16px + 4px);
  }
  .sideHeadingLine:after {
    width: 30%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .border-none-sm {
    border-right: none !important;
    border-bottom: 1px solid #d7d7d7;
  }
}

.fontSize-1 {
  font-size: calc(16px + 2px);
}

.jobCardSideHeading {
  min-width: 85px;
}

@media (max-width: 768px) {
  .jobCardSideHeading {
    min-width: 85px;
  }
}

.bglightGrey {
  background: #f3f3f3;
}

.bgBrandlight {
  background: #ffd7d7 !important;
  border: 1px solid #009bd6 !important;
}

@media (max-width: 768px) {
  .mybgWhite {
    background: #fff !important;
  }
  .mybgWhite .navbar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

a:hover {
  text-decoration: none;
}

.btn {
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-medium-IG {
  width: auto;
  height: 30px;
  border-radius: 30px;
  padding: 0 20px;
  line-height: 30px;
}

.mybtn-search {
  width: 100%;
  /*max-width:270px; Sanjay - for homepage Main search*/
  border: none;
  border-radius: 50px;
  padding: 10px 35px;
  background: #009bd6;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: calc(16px + 4px);
}

.mybtn-search:hover {
  background: #007cab;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .mybtn-search {
    width: 100%;
    border-radius: 50px !important;
    font-size: calc(16px + 2px);
    margin: 10px 0;
  }
}

.mybtn-search-small {
  min-width: 200px;
  max-width: 270px;
  border: none;
  border-radius: 50px;
  padding: 8px 35px;
  background: #009bd6;
  /*background:linear-gradient(to right, #CC2533 50%, $primary-color 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;*/
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: calc(16px + 0px);
}

.mybtn-search-small:hover {
  background: #bb1b28;
  /*background-position: left bottom;*/
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .mybtn-search-small {
    min-width: 100% !important;
    border-radius: 50px !important;
    font-size: calc(16px + 2px);
    margin-top: 10px;
  }
}

.mybtn-primary {
  width: 100%;
  max-width: 280px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 50px;
  background: #009bd6;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: calc(16px + 2px);
}

.mybtn-primary:hover {
  background: #00719c;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .mybtn-primary {
    min-width: 274px !important;
    border-radius: 50px !important;
    font-size: calc(16px);
  }
}

.myPrimarybtn-auto {
  width: 100%;
  max-width: 270px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 50px;
  background: #009bd6;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: calc(16px + 2px);
  white-space: nowrap;
}

.myPrimarybtn-auto:hover {
  background: #bb1b28;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .myPrimarybtn-auto {
    min-width: 274px !important;
    border-radius: 50px !important;
    font-size: calc(16px);
  }
}

.input-group > .input-group-append > #mybtn-primary {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.mybtn-ghost {
  height: 60px;
  border-radius: 50px;
  padding: 0px;
  line-height: 60px;
  background-color: #009bd6;
  border: none;
  min-width: 250px;
  display: inline-block;
}

@media (max-width: 768px) {
  .mybtn-ghost {
    width: 100% !important;
    border-radius: 50px !important;
  }
}

.mybtn-ghost:hover {
  background-color: #bb1b28;
  cursor: pointer;
}

.mybtn-secondary {
  height: 50px;
  border-radius: 50px;
  padding: 0 60px;
  line-height: 50px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .mybtn-secondary {
    width: 100% !important;
    border-radius: 50px !important;
  }
}

.mybtn-secondary:hover {
  color: #007bff;
  background-color: #fff;
  border-color: #007bff;
}

.mybtn-jobApply {
  float: right;
  padding: 8px 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid #1473E6;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1473E6 !important;
  font-size: 14px;
  text-decoration: none !important;
}

.mybtn-jobApply:hover {
  color: #1473E6;
  border: 1px solid #1473E6;
  background: #cbe1fb;
}

@media (max-width: 768px) {
  .mybtn-jobApply {
    width: 100% !important;
    padding: 15px !important;
    background-color: #009bd6;
    color: #fff;
    border: 0px;
  }
}

.icon-dropdown {
  font-size: 60%;
}

.icon-dropdown:hover {
  color: #009bd6 !important;
}

.icon-dropdown.active {
  color: #009bd6 !important;
}

.icon-mail-alt, .icon-phone {
  font-size: 24px;
}

.form-control {
  height: 50px !important;
}

.mySearchForm {
  height: 60px !important;
  margin-right: -20px;
}

@media (max-width: 768px) {
  .mySearchForm {
    height: 50px !important;
  }
}

.mySearchForm2 {
  height: 50px;
}

@media (max-width: 768px) {
  .mySearchForm2 {
    height: 36px !important;
    border-radius: 60px 0 0 60px !important;
    margin: 0 !important;
  }
  .mySearchForm2:first-child {
    border-bottom: 0 !important;
  }
}

.myInputText {
  height: 50px;
  border-radius: 50px;
  padding: 0 30px 0 30px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .myInputText {
    width: 100% !important;
    border-radius: 50px !important;
    /*margin-bottom:5px!important;*/
  }
}

.myInputFilter {
  height: 50px;
  border-radius: 50px;
  padding: 0 30px 0 30px;
  line-height: 50px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
}

@media (max-width: 768px) {
  .myInputFilter {
    width: 100% !important;
    border-radius: 50px !important;
    margin-bottom: 5px !important;
  }
}

.selectDistance {
  padding: 5px 15px;
  height: 40px;
  line-height: 30px;
  border: 1px solid #b3b3b3 !important;
  margin: -5px 0 20px 0;
}

.text-medium-dark {
  color: #727272;
}

.text-min-font {
  font-size: 16px;
}

.bg-black {
  background-color: #000;
}

.bg-form {
  background-color: #222222;
}

.bg-services-collapse {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(20, 115, 230, 0.45) !important;
  box-shadow: 0px 0px 8px 0px rgba(20, 115, 230, 0.45) !important;
  border: 1px solid #98C7FF !important;
  border-radius: 20px !important;
}

.scroll-form {
  overflow-x: auto;
  height: 300px;
}

.listItems ul {
  margin-left: 0px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .listItems ul {
    padding-left: 40px;
  }
}

.listItems ul li {
  margin-bottom: 15px;
  line-height: 26px;
  text-align: left;
  list-style-type: circle;
}

@media (max-width: 768px) {
  .listItems ul li {
    margin-bottom: 10px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .listItems ul {
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  .listItems {
    padding-top: 10px !important;
  }
}

.emp-listItems ul {
  list-style: none;
  margin-left: -35px;
}

.emp-listItems ul li {
  margin-bottom: 15px;
  line-height: 26px;
  text-align: left;
  color: #222222;
}

@media (max-width: 768px) {
  .emp-listItems ul li {
    line-height: 22px;
  }
}

.emp-listItems ul li:before {
  background: transparent url(../img/icon-tickmark-blue.svg) no-repeat left top 6px;
  display: table;
  content: "";
  width: 30px;
  height: 35px;
  float: left;
}

@media (max-width: 640px) {
  .emp-listItems ul li:before {
    height: 58px;
  }
}

.tick-green {
  list-style: none;
  margin-bottom: 15px;
  line-height: 26px;
  text-align: left;
  background: transparent url(../img/icon-tickmark-success.svg) no-repeat left top 6px;
  padding-left: 30px;
}

.list-close {
  list-style: none;
  margin-bottom: 15px;
  line-height: 26px;
  text-align: left;
  background: transparent url(../img/icon-close.svg) no-repeat left top 6px;
  padding-left: 30px;
}

.box1 {
  padding: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  margin: 0 10px 40px 12%;
  background: #fff;
  -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
          box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}

.custom-select {
  background: url(../img/arrow-down.svg) no-repeat right 1rem center/18px 10px;
  background-color: #fff;
}

.custom-control-label {
  margin-left: 10px;
}

.custom-control-label::before {
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: -2rem;
}

.custom-control-label::after {
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: -2rem;
  background-size: 70% 70%;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #b3b3b3;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/icon-tickmark-blue.svg);
  border: 1px solid #1473E6;
  border-radius: 2px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/radio-dot-blue.svg);
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 2rem;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}

.modal-dialog-slideout .modal-header h5 {
  float: left;
}

@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 100%;*/
  }
}

.chosen-container-multi .chosen-choices {
  position: relative;
  width: 100%;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: linear-gradient(#eeeeee 1%, white 15%);
  cursor: text;
  /* height: auto !important; */
  overflow: visible !important;
  margin: 0px;
  padding: 15px 5px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  -o-border-image: initial;
  border-image: initial;
  height: 40px !important;
  line-height: 30px;
  border-radius: 50rem !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 20px 5px 3px 0 !important;
  padding: 10px 20px !important;
  border: 1px solid #1473E6 !important;
  width: 45% !important;
  max-width: 100%;
  border-radius: 50rem !important;
  background-color: #e3effd !important;
  background-image: none !important;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #1473E6 !important;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin-top: -12px !important;
  padding-left: 1.5rem !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 10px !important;
  right: 10px !important;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 20px !important;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ffffff00;
  background: none;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #ffffff00 inset, 0 1px 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 3px #ffffff00 inset, 0 1px 1px rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #ffffff00 20%, #f6f6f600 50%, #eeeeee00 52%, #f4f4f400 100%) !important;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  height: 40px !important;
  line-height: 30px !important;
  border-radius: 50rem !important;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 9px !important;
  right: 8px !important;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div {
  top: 13px !important;
  right: 15px !important;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrow-down.svg) no-repeat 0 2px !important;
}

.bootstrap-tagsinput {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  vertical-align: middle;
  line-height: 30px !important;
  border-radius: 50rem !important;
  width: 100%;
  cursor: text;
  background-color: #ffffff00 !important;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #1473E6 !important;
  background-color: #e3effd !important;
  padding: 0px 15px;
  border-radius: 50rem;
  border: 1px solid #1473E6 !important;
  width: auto;
  margin-top: 10px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  /* display: flex; */
  padding-right: 25px;
  position: relative;
  height: 30px;
  white-space: nowrap;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  color: #222222;
  position: absolute;
  right: 5px;
  top: -1px;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "" !important;
  background-image: url(../img/close-icon.svg) !important;
  height: 20px;
  position: absolute;
  top: 6px;
  right: -7px;
  width: 30px;
  background-size: 100% 100%;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.bootstrap-tagsinput input {
  border: 1px solid #b3b3b3 !important;
  width: 100% !important;
  vertical-align: middle;
  line-height: 30px !important;
  border-radius: 50rem !important;
  padding: 5px 15px !important;
  background-color: #fff !important;
}

.scrollbar-pink::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.scrollbar-pink {
  scrollbar-color: #ccc #828282;
}

.fa-linkedin, .fa-mymail {
  color: #a5a5a5;
  cursor: pointer;
}
.testimoni_card {
  border-radius: 6px !important;
  color: #222222;
  padding: 30px;
  margin-bottom: 40px;
}
.testimoni_card  .card-img {
  min-width: 100px;
}
.testimoni_card:hover  {
  background: #f9f9f9;
}
.testimoni_card .card-body{
  background: url(../img/quote_img.png) no-repeat 0 0;
  padding-left: 40px;
}
.testimoni_card  .card-text {font-size: 18px !important;}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
#headingOne, #headingTwo, #headingThree, #headingOne1, #headingTwo1, #headingThree1 {
  border-radius: 20px !important;
  color: #222222;
}

#accordionExample .close, #accordionExample1 .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 #ffffff00;
  opacity: .5;
}

.mySelect {
  height: 40px;
  padding: 7px 42px 7px 30px !important;
}

@media (max-width: 768px) {
  .mySelect {
    height: 40px;
    padding: 7px 24px !important;
  }
}

/*--------------------- Floating Input --------------------------------- */
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.field label {
  margin-bottom: 3px !important;
}

.field span.error {
  font-size: 12px;
  margin: 5px 0 0 30px;
}

label, .floatInput {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.floatInput {
  font-size: 1em;
  border: 0;
  border: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 40px;
  padding: 12px 30px;
  cursor: text;
}

.floatInput:focus {
  outline: 0;
}

label {
  text-transform: capitalize;
}

/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.floatInput:placeholder-shown + label {
  cursor: text;
  font-size: 10px !important;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(0, 2.5rem) scale(1.5);
          transform: translate(0, 2.5rem) scale(1.5);
  position: relative;
  left: 29px;
}

/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

/**
* Show the placeholder when the input is focused.
*/
.floatInput:focus::-webkit-input-placeholder {
  opacity: 1;
}

/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.floatInput:not(:placeholder-shown) + label,
.floatInput:focus + label {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  cursor: pointer;
  color: #666;
  font-size: 10px;
  position: relative;
  left: 10px;
  top: 5px;
}
.pageBanner {
  position: relative;
  min-height: 400px;
  padding-top: 180px;
}
.pageBanner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.55);
}
.sectionGrey {
  background: #f5f5f5;
  padding: 70px 0;
}

@media (max-width: 768px) {
  .sectionGrey {
    padding: 40px 0;
  }
}

.sectionDark {
  background: #222222;
  padding: 70px 0;
}

@media (max-width: 768px) {
  .sectionDark {
    padding: 40px 0;
  }
}

.inputInconInside {
  position: relative;
}

.inputInconInside input {
  padding-left: 45px !important;
  height: 40px !important;
}

.inputInconInside i {
  position: absolute;
  left: 12px;
  top: 9px;
  color: #ccc;
}

.myClose {
  padding: 15px;
  border: 0;
  background: none;
  font-size: 36px;
  line-height: 1;
}

/* ----- Dropdown ------*/
.chosen-drop {
  border: 1px solid #ccc !important;
}

.chosen-drop .chosen-search {
  padding: 0 !important;
}

.chosen-drop ul {
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.chosen-drop ul li {
  padding: 10px 15px !important;
  background: #fff !important;
  color: #222222 !important;
}

.chosen-drop ul li:hover {
  padding: 10px 15px !important;
  background: #e4f1ff !important;
  color: #222222 !important;
}

.mybtn-grey {
  background: #222222;
}

.mysecondary-grey {
  background: #222222;
}

.myFilterBtn {
  float: right;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.arrowWhite {
  -webkit-filter: invert(100) sepia(0) saturate(1) hue-rotate(0deg) brightness(100);
          filter: invert(100) sepia(0) saturate(1) hue-rotate(0deg) brightness(100);
}

.myjob-Dropdown {
  background: #fff !important;
  font-size: 14px;
  top: 5px;
  right: 0;
  -webkit-transform: translate3d(-138px, 21px, 0px) !important;
          transform: translate3d(-138px, 21px, 0px) !important;
}

.myjob-Dropdown a {
  padding: 5px 10px;
}

.myjob-Dropdown a:hover {
  background: #e6f2ff;
}

.myjob-Dropdown a i {
  width: 23px;
  color: #555555;
}

.dropdown-toggle-split {
  background: #00000000;
  border: 0px;
  margin-left: -28px;
}

.dropdown-toggle-split:focus {
  outline: 1px dotted #20212400 !important;
}

.sr-only {
  position: relative !important;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 5px !important;
  overflow: hidden;
  /* clip: rect(0, 0, 0, 0); */
  border: 0;
}

.myBtnGroup .jobCardIcons {
  border: 1px solid #bbbbbb;
  padding: 10px 10px 6px 10px;
  width: 50px;
  border-right: 0;
}

.myBtnGroup .jobCardIcons:last-child {
  border-right: 1px solid #bbbbbb;
}

.myBtnGroup .jobCardIcons i {
  font-size: 24px;
}

.mySticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.selectDropActive a {
  background: #e3effd !important;
  border: 1px solid #85afe1 !important;
  color: #1473E6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectDropActive a b {
  -webkit-filter: sepia(50%) hue-rotate(200deg) saturate(500%) !important;
          filter: sepia(50%) hue-rotate(200deg) saturate(500%) !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.myPillDropdown button {
  background: #fff;
  border: 1px solid #1473E6;
  color: #1473E6;
}

.myPillDropdown button:hover {
  cursor: pointer;
  background: #e3effd;
}

.myPillDropdown button i:hover {
  color: #222222 !important;
}

.myPillDropdown .btnDisable {
  background: #eee !important;
  border: 1px solid #f2f3f4;
  color: #909090;
  cursor: no-drop !important;
}

.myPillDropdown .btnDisable:hover {
  cursor: pointer;
  background: #e3effd;
}

.myPillDropdown .btnEnable {
  background: #fff !important;
  border: 1px solid #85afe1;
  color: #1473E6;
  cursor: pointer !important;
}

.myPillDropdown .btnEnable:hover {
  cursor: pointer;
  background: #e3effd;
}

.myPillDropdown .mylistOption {
  cursor: pointer;
  padding: 6px 25px 6px 28px;
  white-space: nowrap;
}

.myPillDropdown .mylistOption:hover {
  background: #eaeaea;
}

.myPillDropdown .mydropPill {
  padding: 8px 15px 8px 15px;
  height: auto;
}

@media (max-width: 768px) {
  .myPillDropdown .mydropPill {
    font-size: 12px;
    padding: 3px 8px;
    padding-right: 10px;
    height: auto;
    white-space: nowrap;
    margin: 6px 0;
  }
}

.applyBtn_blue {
  background: #fff !important;
  color: #1473E6 !important;
  padding: 6px 15px;
  border: 1px solid #1473E6 !important;
  border-radius: 50px;
  margin: 3px 8px;
}

.applyBtn_blue:hover {
  color: #1473E6 !important;
  background: #e3effd !important;
}

.radius1Input {
  border-radius: 60px 0 0 60px;
}

@media (max-width: 768px) {
  .radius1Input {
    border-radius: 8px 0 0 0 !important;
    border: 1px solid #c3c3c3;
  }
}

.radius2Input {
  border-radius: 0 !important;
  margin-right: -20px;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .radius2Input {
    border-radius: 0 0 0 8px !important;
    border: 1px solid #c3c3c3;
  }
}

@media (max-width: 768px) {
  .radius1Button {
    border-radius: 0 8px 8px 0 !important;
    padding: 17px 14px;
  }
}

.bgGrey-DeskMweb {
  background: #f3f3f3;
}

@media (max-width: 768px) {
  .bgGrey-DeskMweb {
    background: #fff !important;
  }
}

.bgGrey-DeskMweb-R {
  background: #fff !important;
}

@media (max-width: 768px) {
  .bgGrey-DeskMweb-R {
    background: #f3f3f3 !important;
  }
}

@media (max-width: 768px) {
  .mobRadius0 {
    border-radius: 0 !important;
    border-right: 0;
    border-left: 0;
  }
}

.bgDark-DeskMweb {
  background: #222222 !important;
}

@media (max-width: 768px) {
  .bgDark-DeskMweb {
    background: #fff !important;
  }
}

.srCard {
  border: 1px solid #d7d7d7 !important;
}

@media (max-width: 768px) {
  .srCard {
    border-bottom: 0 !important;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.highlight-primary {
  color: #009bd6;
}

.pt-100 {
  padding-top: 100px;
}

section {
  padding: 30px 0 40px 0;
}

@media (max-width: 768px) {
  section {
    padding: 15px 0 25px 0;
  }
}

.mybg-primary {
  background: #009bd6;
}

.mybg-primary-light {
  background: #ed828b;
}

.mytxt-primary {
  color: #009bd6;
}

/*.card {
    background-color:lighten($secondary-color, 13.5%);
}*/
.border-light {
  border-color: #c3c3c3;
}

.card-rounded {
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #d7d7d7 !important;
}

.vertical-line {
  border: 2px solid #009bd6;
  margin: 0 45% 5% 45%;
}

@media (max-width: 768px) {
  .vertical-line {
    margin: 0 35% 5% 35%;
  }
}

.white-line {
  border: 2px solid #fff;
  margin: 0 45% 5% 45%;
}

h1 {
  font-size: calc(16px + 18px) !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: calc(16px + 12px) !important;
  }
  h2 {
    font-size: calc(16px + 4px);
  }
  h5 {
    font-size: calc(16px + 2px);
  }
  .display-3 {
    font-size: calc(16px + 30px);
  }
}

.text-999 {
  color: #b3b3b3;
}

ol li {
  line-height: 1.8;
}

.location-mapper {
  height: 24px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .location-mapper {
    height: 18px;
  }
}

.border-bottom {
  border-bottom: 1px solid #d7d7d7 !important;
}

.border-right {
  border-right: 1px solid #d7d7d7 !important;
}

.border-left {
  border-left: 1px solid #d7d7d7 !important;
}

.heading-sidebar {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

#phoneNumber, #areaCode, #phone1, #phone2 {
  height: 40px;
  padding: .375rem .1rem .375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

#areaCode, #phone1 {
  width: 30% !important;
}

#phone2 {
  width: 36% !important;
}

section {
  margin: 65px 0 0 0;
  padding: 0;
}

.sectionHeader {
  text-align: center;
  font-size: calc(16px + 18px);
}

.sectionHeader:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  padding-top: 5px;
  border-bottom: 5px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sectionHeader {
    font-size: calc(16px + 12px);
  }
  .sectionHeader:after {
    width: 30%;
  }
}

.sideHeading {
  font-size: 1.5rem;
  color: #009bd6;
  margin-bottom: 12px;
}

.sideHeadingLine {
  text-align: left;
  font-size: calc(16px + 7px);
}

.sideHeadingLine:after {
  content: "";
  display: block;
  margin: 0;
  width: 30%;
  max-width: 150px;
  padding-top: 5px;
  border-bottom: 3px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sideHeadingLine {
    font-size: calc(16px + 4px);
  }
  .sideHeadingLine:after {
    width: 30%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .border-none-sm {
    border-right: none !important;
    border-bottom: 1px solid #d7d7d7;
  }
}

.fontSize-1 {
  font-size: calc(16px + 2px);
}

.jobCardSideHeading {
  min-width: 85px;
}

@media (max-width: 768px) {
  .jobCardSideHeading {
    min-width: 85px;
  }
}

.bglightGrey {
  background: #f3f3f3;
}

.bgBrandlight {
  background: #ffd7d7 !important;
  border: 1px solid #009bd6 !important;
}

@media (max-width: 768px) {
  .mybgWhite {
    background: #fff !important;
  }
  .mybgWhite .navbar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-brand {
  margin-right: 3rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav {
    
    margin-left: 25%;
}
  
}
.navLink-white ul li a {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  border-top: 2px solid transparent;
  text-decoration: none;
}

.navLink-white ul li a:hover {
  color: #fff;
}

.navLink-white ul li a.active {
  color: #009bd6 !important;
}

.navLink-white ul li a i {
  font-size: 50%;
}

.navLink-white ul li.active {
  color: #009bd6 !important;
}

.navLink-white ul li.active a {
  color: #fff !important;
  border-bottom: 2px solid #011627;
  background: #011627;
}

.navLink-white ul li.active ul li a {
  color: #fff !important;
  border-bottom: 2px solid #ce3a4600;
  background: #ce3a4600;
}

.navLink-white ul li ul.dropdown-menu {
  padding: 7px 0 0 0;
}

.navLink-white ul li ul.dropdown-menu li a {
  padding: 10px 28px;
  border-radius: 0;
  color: #fff;
}

.navLink-white ul li ul.dropdown-menu li a:hover {
  background: #009bd6;
  color: #fff;
}

.myDropMenu .dropdown-item {
  color: #222222;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.myDropMenu {
  left: auto;
  margin: 0px;
  background-color: #222222;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transform: translate3d(-2px, 0px, 0px) !important;
          transform: translate3d(-2px, 0px, 0px) !important;
}

.myDropMenu li {
  background-color: #222222;
}

.myDropMenu li:hover li a {
  /*background-color: lighten($secondary-color, 80%);*/
  background-color: #009bd6;
  color: #fff;
}

.myDropMenu.show {
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown-toggle::after {
  display: none;
}

/* Nav Tabs */
/* Tabs*/
#tabs .nav-tabs .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #222222;
  border: 4px solid transparent;
  font-weight: 500;
  margin-top: -40px;
  font-size: calc(16px + 2px);
}

#tabs .nav-tabs .nav-link:hover {
  color: #555555;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff !important;
    background-color: #009bd6;
  border-color: #009bd6;
  border-top: 4px solid #009bd6 !important;
}

.myTabContent > .active {
  display: inline-block;
}

.myNavTabs {
  border: none;
}

@media (max-width: 768px) {
  .myNavTabs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.navbar .navbar-toggler {
  background: url(../img/icon-menu.svg) no-repeat center;
}

.navbar .navbar-toggler[aria-expanded="true"] {
  background: url(..//img/close-icon.svg) no-repeat center;
}

@media (max-width: 768px) {
  .navbar-brand {
    text-align: center;
    margin: 0 auto;
  }
  .navbar-nav .nav-link {
    padding: 10px;
  }
  .navbar-toggler-icon {
    width: 0em;
  }
  .navLink-white ul li {
    border-bottom: 1px solid #383838;
  }
  .navLink-white ul li:last-child {
    border-bottom: none;
  }
  #tabs .nav-tabs .nav-link {
    margin-top: 10px;
  }
  #nav-tabContent {
    text-align: center;
    width: 100%;
  }
  #nav-home {
    text-align: center;
    width: 100%;
  }
  .myNavToggle {
    position: absolute;
    right: 25px;
    top: 10px;
  }
  .navbar .dropdown-menu {
    position: static !important;
    margin-top: 40px;
  }
  .fixed-top {
    overflow: auto;
    max-height: 100%;
  }
}

/* #Nav Tabs */
.navbar .dropdown-menu a:not(.active) {
  color: #fff;
  font-size: 14px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.highlight-primary {
  color: #009bd6;
}

.pt-100 {
  padding-top: 100px;
}

section {
  padding: 30px 0 40px 0;
}

@media (max-width: 768px) {
  section {
    padding: 15px 0 25px 0;
  }
}

.mybg-primary {
  background: #009bd6;
}

.mybg-primary-light {
  background: #ed828b;
}

.mytxt-primary {
  color: #009bd6;
}

/*.card {
    background-color:lighten($secondary-color, 13.5%);
}*/
.border-light {
  border-color: #c3c3c3;
}

.card-rounded {
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #d7d7d7 !important;
}

.vertical-line {
  border: 2px solid #009bd6;
  margin: 0 45% 5% 45%;
}

@media (max-width: 768px) {
  .vertical-line {
    margin: 0 35% 5% 35%;
  }
}

.white-line {
  border: 2px solid #fff;
  margin: 0 45% 5% 45%;
}

h1 {
  font-size: calc(16px + 18px) !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: calc(16px + 12px) !important;
  }
  h2 {
    font-size: calc(16px + 4px);
  }
  h5 {
    font-size: calc(16px + 2px);
  }
  .display-3 {
    font-size: calc(16px + 30px);
  }
}

.text-999 {
  color: #b3b3b3;
}

ol li {
  line-height: 1.8;
}

.location-mapper {
  height: 24px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .location-mapper {
    height: 18px;
  }
}

.border-bottom {
  border-bottom: 1px solid #d7d7d7 !important;
}

.border-right {
  border-right: 1px solid #d7d7d7 !important;
}

.border-left {
  border-left: 1px solid #d7d7d7 !important;
}

.heading-sidebar {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

#phoneNumber, #areaCode, #phone1, #phone2 {
  height: 40px;
  padding: .375rem .1rem .375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

#areaCode, #phone1 {
  width: 30% !important;
}

#phone2 {
  width: 36% !important;
}

section {
  margin: 65px 0 0 0;
  padding: 0;
}

.sectionHeader {
  text-align: center;
  font-size: calc(16px + 18px);
}

.sectionHeader:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  padding-top: 5px;
  border-bottom: 5px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sectionHeader {
    font-size: calc(16px + 12px);
  }
  .sectionHeader:after {
    width: 30%;
  }
}

.sideHeading {
  font-size: 1.5rem;
  color: #009bd6;
  margin-bottom: 12px;
}

.sideHeadingLine {
  text-align: left;
  font-size: calc(16px + 7px);
}

.sideHeadingLine:after {
  content: "";
  display: block;
  margin: 0;
  width: 30%;
  max-width: 150px;
  padding-top: 5px;
  border-bottom: 3px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sideHeadingLine {
    font-size: calc(16px + 4px);
  }
  .sideHeadingLine:after {
    width: 30%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .border-none-sm {
    border-right: none !important;
    border-bottom: 1px solid #d7d7d7;
  }
}

.fontSize-1 {
  font-size: calc(16px + 2px);
}

.jobCardSideHeading {
  min-width: 85px;
}

@media (max-width: 768px) {
  .jobCardSideHeading {
    min-width: 85px;
  }
}

.bglightGrey {
  background: #f3f3f3;
}

.bgBrandlight {
  background: #ffd7d7 !important;
  border: 1px solid #009bd6 !important;
}

@media (max-width: 768px) {
  .mybgWhite {
    background: #fff !important;
  }
  .mybgWhite .navbar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bg-footer-IG {
  background-color: #011627;
  color: #999999;
  padding: 40px 0;
  line-height: 34px;
}

.bg-footer-IG ul {
  padding: 0px;
  list-style: none;
}

.bg-footer-IG ul li a {
  color: #999999;
}

@media (max-width: 768px) {
  .bg-footerIG {
    padding: 20px 0 20px 20px;
  }
}

.border-IG-light {
  border: 1px solid #999999;
  margin: 20px 60px 40px 0px;
}

.footer-links a {
  color: #999999 !important;
}

.footer-links a:hover {
  color: #eeeeee !important;
}

.social-links a {
  padding: 10px 15px;
  background: #202124;
}

.social-links a i {
  color: #a2a2a2;
}

.social-links a:hover {
  background: #6f6f6f;
  color: #000;
}

.social-links a:hover i {
  color: #222222;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.highlight-primary {
  color: #009bd6;
}

.pt-100 {
  padding-top: 100px;
}
.text-success {color: #407bff !important;}
section {
  padding: 30px 0 40px 0;
}

@media (max-width: 768px) {
  section {
    padding: 15px 0 25px 0;
  }
}

.mybg-primary {
  background: #009bd6;
}

.mybg-primary-light {
  background: #ed828b;
}

.mytxt-primary {
  color: #009bd6;
}

/*.card {
    background-color:lighten($secondary-color, 13.5%);
}*/
.border-light {
  border-color: #c3c3c3;
}

.card-rounded {
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #d7d7d7 !important;
}

.vertical-line {
  border: 2px solid #009bd6;
  margin: 0 45% 5% 45%;
}

@media (max-width: 768px) {
  .vertical-line {
    margin: 0 35% 5% 35%;
  }
}

.white-line {
  border: 2px solid #fff;
  margin: 0 45% 5% 45%;
}

h1 {
  font-size: calc(16px + 18px) !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: calc(16px + 12px) !important;
  }
  h2 {
    font-size: calc(16px + 4px);
  }
  h5 {
    font-size: calc(16px + 2px);
  }
  .display-3 {
    font-size: calc(16px + 30px);
  }
}

.text-999 {
  color: #b3b3b3;
}

ol li {
  line-height: 1.8;
}

.location-mapper {
  height: 24px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .location-mapper {
    height: 18px;
  }
}

.border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.border-right {
  border-right: 1px solid #ccc !important;
}

.border-left {
  border-left: 1px solid #ccc !important;
}

.heading-sidebar {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

#phoneNumber, #areaCode, #phone1, #phone2 {
  height: 40px;
  padding: .375rem .1rem .375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

#areaCode, #phone1 {
  width: 30% !important;
}

#phone2 {
  width: 36% !important;
}
.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
section {
  margin: 0;
  padding: 65px 0;
}

.sectionHeader {
  text-align: center;
  font-size: calc(16px + 18px);
}

.sectionHeader:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  padding-top: 5px;
  border-bottom: 5px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sectionHeader {
    font-size: calc(16px + 12px);
  }
  .sectionHeader:after {
    width: 30%;
  }
}

.sideHeading {
  font-size: 1.5rem;
  color: #009bd6;
  margin-bottom: 12px;
}

.sideHeadingLine {
  text-align: left;
  font-size: calc(16px + 7px);
}

.sideHeadingLine:after {
  content: "";
  display: block;
  margin: 0;
  width: 30%;
  max-width: 150px;
  padding-top: 5px;
  border-bottom: 3px solid #009bd6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sideHeadingLine {
    font-size: calc(16px + 4px);
  }
  .sideHeadingLine:after {
    width: 30%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .border-none-sm {
    border-right: none !important;
    border-bottom: 1px solid #d7d7d7;
  }
}

.fontSize-1 {
  font-size: calc(16px + 2px);
}

.jobCardSideHeading {
  min-width: 85px;
}

@media (max-width: 768px) {
  .jobCardSideHeading {
    min-width: 85px;
  }
}

.bglightGrey {
  background: #f3f3f3;
}

.bgBrandlight {
  background: #ffd7d7 !important;
  border: 1px solid #009bd6 !important;
}

@media (max-width: 768px) {
  .mybgWhite {
    background: #fff !important;
  }
  .mybgWhite .navbar {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.js .cd-h-timeline {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.js .cd-h-timeline--loaded {
  opacity: 1;
}

.js .cd-h-timeline__container {
  position: relative;
  height: 100px;
  max-width: 800px;
}

.js .cd-h-timeline__container ul li {
  list-style: none;
}

.js .cd-h-timeline__dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.js .cd-h-timeline__dates::after, .js .cd-h-timeline__dates::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.js .cd-h-timeline__dates::before {
  left: 0;
  background: transparent;
}

.js .cd-h-timeline__dates::after {
  right: 0;
  background: transparent;
}

.js .cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.js .cd-h-timeline__line ol li {
  list-style: none;
}

.js .cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #009bd6;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.js .cd-h-timeline__date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 15px;
  color: var(--cd-color-1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}

.js .cd-h-timeline__date::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #009bd6;
  background-color: #fff;
  -webkit-transition: #000;
  transition: #000;
  top: 26px;
}

.js .cd-h-timeline__date:hover::after {
  background-color: #009bd6;
  border-color: #009bd6;
}

.js .cd-h-timeline__date--selected {
  pointer-events: none;
}

.js .cd-h-timeline__date--selected::after {
  background-color: #009bd6;
  border-color: #009bd6;
}

.js .cd-h-timeline__date--older-event::after {
  border-color: #009bd6;
}

.js .cd-h-timeline__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.js .cd-h-timeline__navigation::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.js .cd-h-timeline__navigation:hover {
  border-color: var(--cd-color-2);
}

.js .cd-h-timeline__navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.js .cd-h-timeline__navigation--next {
  right: 0;
}

.js .cd-h-timeline__navigation--inactive {
  cursor: not-allowed;
}

.js .cd-h-timeline__navigation--inactive::after {
  background-position: 0 -16px;
}

.js .cd-h-timeline__navigation--inactive:hover {
  border-color: #009bd6;
}

.js .cd-h-timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.js .cd-h-timeline__events ol {
  list-style: none;
  padding-left: 0;
}

.js .cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.js .cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js .cd-h-timeline__event--enter-right, .js .cd-h-timeline__event--leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}

.js .cd-h-timeline__event--enter-left, .js .cd-h-timeline__event--leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}

.js .cd-h-timeline__event--leave-right, .js .cd-h-timeline__event--leave-left {
  animation-direction: reverse;
}

.js .cd-h-timeline__event-content {
  max-width: 800px;
}

.js .cd-h-timeline__event-title {
  color: var(--cd-color-1);
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: var(--text-xxxl);
}

.js .cd-h-timeline__event-date {
  display: block;
  font-style: italic;
  margin: var(--space-xs) auto;
}

.js .cd-h-timeline__event-date::before {
  content: '- ';
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

html:not(.js) .cd-h-timeline__dates, html:not(.js) .cd-h-timeline__navigation {
  display: none;
}

.bg-primary-IG {
  background-color: #009bd6;
}

.myPillDropdown .btnDisable {
  pointer-events: none;
}

.bg-secondary-IG {
  background-color: #009bd6;
}

.page-Top {
  padding-top: 66px;
}

.w3gLogo {
  height: 40px;
}

@media (max-width: 768px) {
  .w3gLogo {
    height: 34px;
  }
}

.titleHeading {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .titleHeading {
    padding-top: 10px;
    font-size: 24px !important;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
  }
}

#p1, #p2 {
  width: 59%;
}

@media (max-width: 1200px) {
  #p1, #p2 {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  #p1, #p2 {
    width: 95%;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #p1, #p2 {
    width: 100%;
    padding-bottom: 10px;
  }
}

#titleSeparator {
  display: none;
}

@media (max-width: 768px) {
  #titleSeparator {
    display: inline;
  }
}

.pre-footer ul {
  list-style: none;
}

.pre-footer ul li a {
  color: #222222;
}

.bg-light {
  color: #222222;
}

.display-none {
  display: none !important;
}

.bg-brand {
  background-color: #009bd6;
  color: #fff;
}

.bg-brand-light {
  background-color: #2cc3ff !important;
}

.bg-section-light {
  background-color: #f8f8f8;
  border-radius: 0 !important;
}
.footer_sec { padding: 50px 0 20px; background: #e5e5e5;}
.bg-green {
  background-color: #40BA58;
}

.bg-green-light {
  background-color: #89d799;
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

@media (max-width: 991px) {
  .bg-green-light {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
    border-bottom-left-radius: 0rem;
    padding-top: 0;
  }
}

.bg-green-light1 {
  background-color: #89d799;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

@media (max-width: 991px) {
  .bg-green-light1 {
    border-bottom-left-radius: 50rem;
    border-bottom-right-radius: 50rem;
    border-top-right-radius: 0rem;
    padding-bottom: 0;
  }
}

.Contact {
  line-height: 1.5;
}

.register .card-body {
  border-radius: 20px;
}

.subscribe .card-body {
  border-radius: 45px;
}

.subscribe {
  background-color: #444444;
}

.subscribe .card-title {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.form-control {
  height: 40px;
  font-size: 16px;
}

.card-deck .card {
  border-radius: 35px;
}

.card-link {
  color: #009bd6 !important;
}

.myText-primary {
  color: #009bd6 !important;
}

@media (max-width: 768px) {
  .category-search .col-sm-4 {
    border: 0px !important;
  }
}

@media (max-width: 768px) {
  #hme-bnr {
    text-align: center;
  }
  #hme-bnr img {
    width: 50%;
  }
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
  z-index: 0 !important;
}

.myText-secondary {
  color: #222222;
}

#pagination-container .prev {
  border: 1px solid #aaa;
  border-radius: 3px 0 0 3px;
}

#pagination-container .next {
  border: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
  border-left: none;
}

#pagination-container .pagination-item {
  border: 1px solid #aaa;
  border-left: none;
}

#pagination-container .pagination-item,
#pagination-container .prev,
#pagination-container .next {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

#pagination-container .pagination-item:hover,
#pagination-container .prev:hover,
#pagination-container .next:hover {
  background: #eee;
}

#pagination-container .prev.disabled, #pagination-container .next.disabled {
  opacity: 0.5;
}

#pagination-container .pagination-item.disabled {
  opacity: 0.7;
}

#pagination-container .pagination-item.active {
  background: #1473E6;
  color: #fff;
  border: none;
}

.error-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.error-dialog .alert-message-cntr {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

.error-dialog .alert-message {
  padding: 20px;
  background-color: #ca2b2b;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  width: 650px;
  z-index: 11000;
  top: 90px;
}

.error-dialog .closebtn {
  position: absolute;
  right: -9px;
  font-size: 20px;
  top: -7px;
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  padding-left: 1px;
}

#myform .errLocation {
  position: absolute;
  left: 482px;
  top: 68px;
  font-size: 14px;
}

#filterDetails .card-text, #jobDetails .card-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 24px !important;
  color: #747373 !important;
}

#filterDetails .card-text p, #jobDetails .card-text p {
  margin-left: inherit !important;
  text-indent: inherit !important;
}

#filterDetails .card-text .MsoNormal, #jobDetails .card-text .MsoNormal {
  margin-left: inherit !important;
  text-indent: inherit !important;
}

#filterDetails .card-text .MsoNormalTable, #jobDetails .card-text .MsoNormalTable {
  width: 100%;
  margin-left: inherit !important;
}

#filterDetails .card-text *, #jobDetails .card-text * {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 24px !important;
  color: #747373 !important;
}

#filterDetails .card-title, #jobDetails .card-title {
  margin-left: inherit !important;
  text-indent: inherit !important;
}

#filterDetails table td, #jobDetails table td {
  font-weight: 400 !important;
}

.myCard-text {
  max-height: 59px;
  overflow: hidden;
  /*margin-bottom: 10px;*/
}

.myCard-text ul {
  padding-left: 25px;
}

.myJob-row {
  width: 650px;
}

@media (max-width: 768px) {
  .myJob-row {
    width: auto;
  }
}

.input-placeholder {
  position: relative;
}

.input-placeholder input {
  padding: 10px;
  font-size: 25px;
}

.input-placeholder input:valid + .placeholder {
  display: none;
}

.placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  height: 25px;
  font-size: 25px;
  left: 10px;
  margin: auto;
  color: #ccc;
}

.placeholder span {
  color: red;
}

#inputIndustry, #inputIndustryM {
  padding: 5px 15px;
  height: 40px;
  line-height: 30px;
  border: 1px solid #b3b3b3 !important;
  margin: -5px 0 20px 0;
}

.modal-header .close {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
  color: #727272;
}

#selectDistance_chosen .chosen-search input[type=text], #sortBy_chosen .chosen-search input[type=text], #sortByDR_chosen .chosen-search input[type=text] {
  display: none;
}

#selectDistance_chosen, #sortBy_chosen, #sortByDR_chosen {
  white-space: nowrap;
  width: 100% !important;
}

.tabs-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs-services > div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tabs-services > div {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
}

.tabs-services > div.tab-content {
  width: 100%;
  display: none;
}

.tabs-services > div.tab {
  padding: 0;
  cursor: pointer;
  border-radius: 20px;
}

.tabs-services > div.tab:hover {
  background-color: #e7e7e7;
}

.tabs-services > div.tab.active {
  background-color: #fff;
  border: 0 !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(20, 115, 230, 0.45) !important;
  box-shadow: 0px 0px 8px 0px rgba(20, 115, 230, 0.45) !important;
  border: 1px solid #98C7FF !important;
}

.tabs-services > div.tab.active .card-title {
  color: #222222;
}

.tabs-services > div.tab.active .card-text {
  color: #222222;
}

.tabs-services > div.tab-content.active {
  width: 100%;
  display: block;
}

.fontsizeMedium {
  font-size: calc(16px + 3px) !important;
  line-height: 1.5;
}

.blogHeading {
  height: auto;
  overflow: hidden;
}

#myIndustry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#myIndustry > div {
  width: 100%;
  -webkit-box-ordinal-group: 1001;
      -ms-flex-order: 1000;
          order: 1000;
}

#seperator {
  -webkit-box-ordinal-group: 1001;
      -ms-flex-order: 1000;
          order: 1000;
  display: none;
  height: 1px;
  background-color: #ffffff00;
  padding: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0 0 5px 0;
}

/* ------ Serach Jobs -----*/
.filterSection {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.smallFont {
  font-size: 14px;
}

.PositionType p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 25px;
}

.PositionType ul {
  font-size: 14px;
  line-height: 25px;
}

.shareIcons {
  font-size: 18px !important;
  color: #222222;
}

.shareIcons::before {
  margin: 0;
}

.errLocation {
  position: absolute;
  left: 40%;
  top: 60px;
}

#jobBlock {
  cursor: pointer;
}

#filterDetails .card:hover:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(20, 115, 230, 0.45) !important;
  box-shadow: 0px 0px 8px 0px rgba(20, 115, 230, 0.45) !important;
  border: 1px solid #98C7FF !important;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 7px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  font-size: 20px;
  margin-bottom: 1px;
  text-decoration: none !important;
}

.icon-bar a span {
  font-size: 10px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.sticky-upload {
  background: #009bd6;
  color: white;
}

.sticky-search {
  background: #009bd6;
  color: white;
}

.google {
  background: #009bd6;
  color: white;
}

.carousel-item figure {
  width: 20%;
}

.carousel-indicators {
  top: 100%;
}

.prev-arrow {
  color: #fff;
  padding: 10px;
}

.next-arrow {
  float: right;
  color: #fff;
  padding: 10px;
}

.usFlag {
  width: 25px;
  height: 17px;
  background: url("../img/sprite.png");
  float: left;
}

.resetForm {
  color: #222222 !important;
}

.resetForm:hover {
  color: #1473E6 !important;
}

.resetForm.active {
  color: #1473E6 !important;
}

.highlight {
  border-bottom: 1px solid red;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* #myIndustry > div:last-child{
    border-bottom: 1px solid red;

}*/
.input-error {
  border: 1px solid red;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #009bd6;
  position: fixed;
  z-index: 2000;
  top: 0px !important;
  right: 100%;
  width: 100%;
  height: 3px;
}

.jobCard-Wrap {
  position: relative;
}

.jobCard-More {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
}

.jobCardIcons {
  width: 30px;
  display: inline-block;
  text-align: center;
  color: #9f9f9f !important;
}

.jobCardIcons:hover i {
  color: #1473E6;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

.resp-sharing-button {
  border-radius: 5px;
  -webkit-transition: 25ms ease-out;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

#backToJobs {
  cursor: pointer;
}

.back-to-top {
  position: fixed;
  bottom: 85px;
  right: 5px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #009bd6;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top:hover {
  cursor: pointer;
  opacity: 0.7;
  background-color: #0e0e0e;
}

.back-to-top .fa {
  color: #fff;
  margin-top: 15px;
  z-index: 999;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

/*#toggleButton, #toggleDateButton, #toggleDistanceButton {
  padding-right: 20px;
}*/
#toggleItem, #toggleDateItem, #toggleDistanceItem {
  display: block;
  z-index: 999;
  position: absolute;
  background-color: white;
  border: 1px solid #cccccc;
}

@media (max-width: 768px) {
  #toggleDateItem {
    margin-left: -55px;
    width: 170px;
  }
}

.hide-bg {
  background-color: #eee;
  border-radius: 50px;
}

.allJobs td {
  border: 1px solid #eee;
  border-bottom: 1px solid #1b6aa3;
  padding: 8px;
}

.allJobs th {
  border: 1px solid #222222;
  text-align: left;
  padding: 8px;
  background-color: #222222;
  color: #fff;
}

.allJobs td a {
  color: #222222;
  line-height: 26px;
  font-weight: 500;
  padding-right: 50px;
}

.allJobs td a:hover {
  color: #1b6aa3;
}

.covid a {
  color: #222222;
  padding: 15px;
}

.covid a:hover {
  color: #6f6f6f;
}

@media (max-width: 425px) {
  .covid a {
    font-size: 15px;
  }
}

@media (max-width: 424px) {
  .covid a {
    font-size: 12px;
  }
}

.covid1 img {
  width: 50px;
}

.w3gCard a {
  color: #222222 !important;
  text-decoration: none !important;
}
.success-overlay{
  position: absolute;
  top: 50px; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.sitemap-links {
    color: #999;
    padding: 0px 0 30px 0px;
    line-height: 50px;
  }
  .sitemap-links ul {
  padding: 0px;
    list-style: none;
  }
  .sitemap-links ul li a {
    color: #555 !important;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-thickness: 2px;
    font-weight: 300;
}
.sitemap-links ul li ul li {
    line-height: 34px;
}
  .sitemap-links ul li ul li a{
    color: #555 !important;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-thickness: 1px;
    font-weight: 300;
}
  .sitemap-links a:hover {
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-thickness: 2px;
    text-decoration-color: #007bff;
}