﻿html,
body {
  direction: ltr;
  background-color: #eff2f7;
}
.btn-primary {
  color: #fff;
  background-color: #0f7179;
  border-color: #0f7179;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #0d5f66;
  border-color: #0d5f66;
}

.s_block_content {
  padding: 25px;
  background-color: rgb(15 112 120 / 8%);
  border-radius: 5px;
  border: 1px solid #c3d5d7;
}
.filter_wrap {
  margin-top: 1.5rem;
}
.s_item {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #e9e9e9;
  transition: all .2s ease;
}
.s_item:hover {
  background-color: rgb(15 112 120 / 4%);
  border: 1px solid #d6e3e5;
}
.s_item:hover .s_title {
  color: #0d5f66;
}
.s_item.active {
  background-color: rgb(15 112 120 / 8%);
  border: 1px solid #c3d5d7;
}
.s_item.active .s_title {
  color: #0d5f66;
}
.s_img {
  height: 70px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.s_title {
  color: #333;
  display: inline-block;
  font-weight: 600;
  margin-top: 1rem;
  transition: all .2s ease;
}
.s_title i {
  font-size: 16px;
  margin-right: 10px;
}

/* information section */
.i_block {
  background-color: rgb(15 112 120 / 8%);
  padding: 20px;
  margin-bottom: 25px;
}
.i_img {
  width: 15px;
}
.i_block .media-body h5 {
  color: #0f7179;
}
.i_block .btn {
  background-color: #0f7179;
  color: #fff;
  border-radius: 50px;
}
.i_internet {
  max-width: 80%;
  display: block;
  margin: 0 auto 15px;
}
.modal-lg {
  max-width: 900px;
}
.close_modal {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #c79b45 !important;
  right: -10px;
  top: -10px;
  position: absolute;
  opacity: 1;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #0f7078 !important;
  color: #fff;
  text-shadow: none;
}
.close_modal:hover,
.close_modal:focus {
  border: 1px solid #0f7078 !important;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  outline: none;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  right: 0;
  margin-top: -20px;
}
.s_wrp {
  background-color: #fff;
  border-bottom: 5px solid #c79b45;
  padding: 1.5rem;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.s_wrp img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-top: -64px;
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
  border: 1px dashed #c59944;
}
.s_wrp h4 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_wrp a {
  display: inline-block;
  background-color: #0f7078;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin: 5px;
  min-width: 130px;
}
.s_filter_title {
  margin-bottom: 70px;
  text-align: right;
  color: #116f78;
  border-bottom: 2px solid #c59944;
  display: inline-block;
  margin-top: 5px;
}
.svg-rated-923 {
  fill: #c79b45;
}
.media-body p i {
  color: #0f7078;
}
.serv_search .input-group-text {
  border: 1px solid #e9e9e9;
  border-radius: 5px !important;
}
.serv_search .input-group {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 5px;
}
.serv_search .input-group .form-control {
  background-color: transparent;
  border: none;
}
.serv_search .input-group i {
  align-items: center;
  justify-content: center;
  display: flex;
}
.st_filter {
  display: flex;
  justify-content: center;
  transform: translateY(-60px);
  margin-bottom: 20px;
}
.st_filter .nav {
  background-color: #fff;
  border: 1px solid #c3d5d7;
  border-radius: 5px;
  padding: 10px;
}
.st_filter .nav .nav-link {
  display: block;
  padding: .5rem 2rem;
  color: #333;
  border: 1px solid transparent;
  transition: all .2s ease;
}
.st_filter .nav .nav-link:hover,
.st_filter .nav .nav-link:focus {
  color: #0d5f66;
}  
.st_filter .nav .nav-link.active {
  color: #0d5f66;
  border-radius: 5px;
  background-color: rgb(15 112 120 / 8%);
  border: 1px solid #c3d5d7;
}
.btn {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  min-width: 130px;
}
.btn.green {
  background-color: #0f7078;
  color: #fff;
}
.btn.gold {
  background-color: #c59944;
  color: #fff;
  margin-top: -6px !important;
}
@media (min-width: 1200px)
{
    .container {
        max-width: 1590px;
        padding-top: 30px;
    }
}
input[type=button], input[type=reset], input[type=submit], button {
    min-width: inherit;
}
#tAgreeLink {
    color: #0b6f77;
}