.body-pic {
  max-width: 100%;
  margin: auto;
  height: auto;
}
header section {
  height: 600px;
  margin: auto;
  padding: 20px;
  background: #060604;
}
.circless {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.searchs-body h3 {
  color: #fff;
  padding: 1rem 0;
  text-transform: uppercase;
}
.searchs-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.searche {
  display: flex;
  margin-top: 2rem;
}
.searchTerm {
  width: 100%;
  border: 3px solid transparent;
  border-right: none;
  padding: 5px;
  height: 36px;
  outline: none;
  color: #fff;
  background-color: #1959a3;
}
.carousel-captions {
  position: absolute;
  /* right: 15%; */
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.searchTerm::placeholder {
  color: #fff;
}
.searchTerm:focus {
  color: #00b4cc;
}
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 9999999;
}
#loader-wrapper img {
  width: 85px;
  height: auto;
}
.logo-container {
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader {
  border: 1px solid #f3f3f3;
  border-top: 2px solid #0073e6;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}

#loader img {
  max-width: 100%;
  max-height: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.searchButton {
  width: 40px;
  height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #2a6fbd;
  cursor: pointer;
  font-size: 20px;
  border: none;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 40px;
  padding: 10px 38px 10px 16px;
  background-size: 10px;
  font-size: 15px;
  transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  border: 1px solid #ddd;
}
.custom-select:hover {
  border: 1px solid #999;
}
.custom-select:focus {
  border: 1px solid #999;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}
/* remove default arrow in IE */
select::-ms-expand {
  display: none;
}
.rights {
  padding: 1rem;
  height: auto;
  background-color: #eff5ff;
}

.s-tabs {
  margin: auto;
  -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}
.posts {
  display: flex;
  justify-content: space-between;
}

.react-tabs__tab {
  width: 100%;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}

.react-tabs__tab--selected {
  background: transparent;
  border-color: transparent;
  color: black;
  border-bottom: 2px solid #255286;
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:focus {
  outline: none;
}
.read, .wpcf7-submit  {
  margin: 1rem 0;
  height: 50px;
  border-radius: 50px;
  font-size: 13px;
  padding: 20px px;
  color: #fff;
  width: 200px;
  margin-top: 30px;
  background: linear-gradient(#194483, #0f2f60);
  border: none;
  box-shadow: 2px 4px 15px 4px rgb(34 60 80 / 72%);
  font-weight: 500;
  text-align: center;
  box-shadow: black;
  cursor: pointer;
  transition: color 0.1s linear 0.05s;
}
.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: transparent;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}

header section .logo {
  transform: translateX(-87px);
}

header section a {
  float: right;
  padding: 3px 0;
}

@media screen and (max-width: 1024px) {
  .react-tabs__tab {
    font-size: 14px;
  }
  .posts {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  .custom-select {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .searchs {
    height: auto;
    padding: 20px;
  }
  .searchs-body {
    flex-direction: column;
  }
}
@media (max-width: 1515px) {
  header section {
    max-width: 100%;
  }
}
