* {
  font-family: 'Roboto';
}

@media (min-width: 1366px) and (max-width: 1399px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

@media (min-width: 1366px) and (max-width: 1399px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

/* 
@media (min-width: 1400px) and (max-width: 1920px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1600px;
  }
} */
body {
  background-color: #F2F5FA;
}

section {
  padding: 0 10px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
  width: 50px;
}

#navbarSupportedContent {
  justify-content: space-between;
}

.main-search {
  width: 400px;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

.main-search input {
  background-color: #FAFAFA;
}

.main-search input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #FAFAFA;
}

.main-search span {
  background-color: #FAFAFA !important;
}

.adSearch {
  border: none;
  background-color: #fff;
  color: #4C4C4C;
  font-size: 14px;
}

#searchValue {
  height: 40px;
}

.adSearch:hover,
.adSearch:active,
.adSearch:focus-visible,
.adSearch:focus-within {
  border: none;
}

#navbarSupportedContent .navbar-nav li.nav-item {
  margin-right: 20px;
}

#navbarSupportedContent .navbar-nav li.nav-item a {
  color: #4C4C4C;
  font-size: 18px;
}

.company-list {
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.search-result-list li {
  display: flex;
  padding: 15px 10px
}

.search-result-list li .img-box {
  width: 10%;
  display: flex;
  align-items: center;
  background: #066D8C;
  border-radius: 4px;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  /* padding: 10px; */
}



.search-result-list li h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
}

.search-result-list li p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.search-result-list li .img-box p {
  font-size: 20px
}

.search-result-list li .content {
  padding-left: 10px;
}

.accordion-button {
  background-color: #fff !important;
  color: #066D8C !important;
}

.search-result-list li {
  cursor: pointer;
}

.search-result-list li:hover {
  background-color: #f2f2f2;
}

.listing-head {
  font-size: 20px;
  border-bottom: 1px solid;
  color: #066D8C !important;
  padding-bottom: 10px
}

#searchListing {
  display: none;
}

/* CSS LOADER */
.loader-wrapper {
  position: relative;
  z-index: 9999;
}

.loader-container {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  left: 0;
  /* display: none; */
  z-index: 9999;
}

.loader-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #4EBAE9;
  border-bottom: 16px solid #4EBAE9;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 9999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#searchText h2 {
  font-size: 26px;
  margin: 20px 0;
  color: #2F8CC9;
}


.emp-box {
  display: flex;
  padding: 10px 0;
  align-items: center;
  cursor: pointer;
}

.employee-resume {
  border: 3px solid #CDCDCD;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.emp-box .img-box {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emp-box .img-box img {
  border-radius: 50%;
  height: 46px;
  width: 46px;
}

.emp-box .emp-name {
  padding-left: 15px;
}

.emp-box .emp-name h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.emp-box .emp-name p {
  color: #8E8E8E;
  font-size: 14px;
  margin-bottom: 0;
}

.employee-name {
  margin-bottom: 00px;
}

.employee-name p {
  color: #333333;
  font-size: 24px;
  margin-bottom: 0px;
}

.employee-name h5 {
  color: #066D8C;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}

.employee-head {
  background: #E6E6E6;
  padding: 20px 30px;
}

.employee-detail {
  margin-bottom: 20px;
  font-size: 15px;
}

.employee-contacts {
  display: flex;
  flex-wrap: wrap;
}

.employee-contact svg {
  margin-right: 10px;
  color: #066D8C;

}

.employee-contacts .employee-contact {
  min-width: 33%;
  color: #4C4C4C;
  margin-bottom: 10px;
  font-size: 12px;
}

.emp-degree-detail p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
}

.emp-degree-meta {
  color: #636363;
}

.employee-body {
  padding: 30px;
}

.emp-degree-detail p {
  color: #000000;
}

.emp-h {
  color: #066D8C;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.degree-h {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.emp-degree-meta {
  color: #636363;
  font-size: 10px;
  margin-bottom: 0;
}

.employee-img-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.employee-img-name img {
  border-radius: 50%;
  margin-right: 10px;
  width: 100px;
  margin-right: 10px;
}

.emp-degree-img img {
  width: 45px;
  height: 45px;
}

#employeeSkills {
  max-height: 250px;
  overflow-y: auto;
}

/* .employee-degree {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.main-sec {
  display: none;
}

.gen-sec {
  display: none;
}

.i-address h2 {
  color: #268BBF;
  margin-bottom: 5px;
  font-size: 22px;
}

.i-address ul {
  padding: 0;
}

.similar-link img {
  width: 100px !important;
}

#linkedinProducts a {
  text-decoration: none;
  color: #066D8C !important
}

#linkedinProducts a h4 {
  font-size: 35px !;
  margin-bottom: 20px;
  color: #066D8C;
}

#linkedinProducts a h4 a {
  font-size: 35px;
  color: #066D8C;
  margin-bottom: 20px;
  display: block;
}

#linkedinProducts p {
  margin-bottom: 10px;
  font-size: 14px;
}

.company-products {}


.company-products {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}

.company-products h4 {
  color: #4C4C4C;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.card-body>h3 {
  margin-bottom: 30px;
}

.company-products img {
  margin-right: 20px;
  width: 100px;
}

.br-border {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.products-link {
  min-width: 20%;
}

.products-link img {
  border-radius: 50%;
}

#company-products .col-md-6 .d-flex {
  min-height: 160px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.2s;
}

#company-products .col-md-6 .d-flex:hover {
  background: #f2f2f2;
}