.path-sube-ve-atmler h1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.maps__title {
  color: #987B4D;
  margin-bottom: 5px;
  font-family: "Gotham Narrow Bold";
}
.maps__address {
  color: #959595;
  font-size: 12px;
}

.branch .content-tab {
  background-color: #fff;
}

.branch .exposed .geolocation-location-input-processed,
.branch .exposed .form-item-yakinlik {
  display: none;
}
.branch .exposed .form-checkboxes:not(#edit-tur) {
  display: flex;
  flex-direction: column-reverse;
  float: left;
}
.branch .exposed form {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.branch .exposed form .select-wrapper {
  margin-right: 0px;
  display: block;
}
.branch .exposed form .form-item:not(.custom-checkbox):not(.fieldgroup) label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 12px;
}
.branch .exposed form .select2-selection__rendered {
  color: #b1b1b1;
}
.branch .exposed form > div {
  padding-inline: 10px;
}
.branch .exposed .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 25px !important;
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
  transition: all 0.2s linear;
}
.branch .exposed .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "";
  color: #898D93;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../../img/icons/select2-arrow.svg);
  transition: all 0.2s linear;
}
.branch .exposed .select2-selection.select2-selection--single[aria-expanded=true] .select2-selection__arrow:before {
  transform: translateY(-50%) rotate(180deg);
}
.branch .exposed .custom-control-label {
  font-size: 16px;
  padding-left: 10px;
  width: 100%;
  cursor: pointer;
}
.branch .exposed .custom-control-label label::before {
  border-radius: 3px;
}
.branch .exposed .dropdown-item:active {
  background-color: transparent;
}
.branch .exposed .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.branch .exposed .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.branch .exposed .custom-control-label:before, .branch .exposed .custom-control-label:after {
  top: 1px;
}

.adminimal-admin-toolbar .branch__mobile-filter-button {
  top: 161px;
}

.branch__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.branch__mobile-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #987B4D;
  color: #fff;
  font-size: 14px;
  font-family: "Gotham Narrow Medium";
  z-index: 98;
}
@media (min-width: 992px) {
  .branch__mobile-filter-button {
    display: none;
  }
}
.branch__mobile-filter-button svg {
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  transform: rotate(-90deg);
}
.branch__mobile-filter-button:focus {
  color: #fff;
}
.branch__detail {
  padding: 18px 3px;
}
.branch__content {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .branch__content--mobile img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .branch__content .geolocation-map-container {
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  .branch__content .geolocation-map-container {
    height: 800px !important;
  }
}
.branch__filter {
  background-color: #FFF;
  position: relative;
  padding: 10px 25px;
}
@media (min-width: 992px) {
  .branch__filter {
    padding: 10px 25px;
    position: absolute;
    top: 300px;
    left: 54px;
    width: 400px;
  }
}
.branch__filter-content {
  height: 590px;
  padding-right: 25px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .branch__filter-content {
    padding-left: 5px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .branch__filter-content {
    padding-left: 5px;
    padding-right: 25px;
    width: 350px;
  }
}
.branch__filter-content--active-detail {
  height: auto;
  padding: 0;
}
.branch__filter-content::-webkit-scrollbar-track {
  background-color: #E6E8F4 !important;
  border-radius: 25px !important;
}
.branch__filter-content::-webkit-scrollbar {
  width: 9px !important;
  background-color: #E6E8F4 !important;
  border-radius: 25px !important;
}
.branch__filter-content::-webkit-scrollbar-thumb {
  background-color: #987B4D !important;
  border-radius: 25px !important;
}
.branch__filter-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eeeff4;
  cursor: pointer;
}
@media (min-width: 576px) {
  .branch__filter-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.branch__filter-item:last-child {
  border-bottom: 0;
}
.branch__filter-item:last-child:after {
  display: none;
}
.branch__filter-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #987B4D;
  transition: width 0.2s;
}
.branch__filter-item:hover {
  border-color: #987B4D;
}
.branch__filter-item:hover:after {
  width: 100%;
}
.branch__filter-item:hover svg {
  fill: #987B4D;
}
.branch__detail-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.branch__detail-phone {
  align-items: center;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .branch__detail-phone {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .branch__detail-phone {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.branch__detail-phone svg {
  flex: 0 0 15px;
  height: 15px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .branch__detail-phone svg {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .branch__detail-phone svg {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}
.branch__detail-divider {
  width: 1px;
  height: 16px;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .branch__detail-divider {
    margin: 0 20px;
  }
}
.branch__detail-info {
  padding: 25px 0 25px 0;
  margin: 25px 0;
  border-top: 1px solid #f3f4f7;
  border-bottom: 1px solid #f3f4f7;
}
@media (min-width: 576px) {
  .branch__detail-info {
    padding: 25px 0 25px 30px;
    margin: 25px 0 25px 0;
  }
}
@media (min-width: 768px) {
  .branch__detail-info {
    padding: 25px 0 25px 30px;
    margin: 25px 0 25px 0;
  }
}
.branch__detail-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.branch__detail-info-item:last-child {
  margin-bottom: 0;
}
.branch__detail-info-item svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 576px) {
  .branch__detail-info-item svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .branch__detail-info-item svg {
    width: 25px;
    height: 25px;
  }
}
.branch__detail-info-item span {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .branch__detail-info-item span {
    font-size: 14px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .branch__map {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .branch__map {
    padding-left: 25px;
  }
}
.branch__map h2 {
  font-size: 20px !important;
}
.branch__map-wrapper {
  display: flex;
  align-items: center;
}
.branch__map-item {
  margin-right: 29px;
  text-align: center;
}
.branch__map-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #987B4D;
  border: 1px solid #987B4D;
  border-radius: 10px;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .branch__map-item a {
    width: 58px;
    height: 58px;
  }
}
.branch__map-item a svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .branch__map-item a svg {
    width: 20px;
    height: 20px;
  }
}
.branch__map-item a:hover {
  background-color: #fff;
}
.branch__map-item a:hover svg {
  fill: #987B4D;
}
.branch__map-item span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .branch__map-item span {
    font-size: 16px;
  }
}
.branch__close {
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.branch__close span {
  font-family: "Gotham Narrow Medium";
}
@media (min-width: 576px) {
  .branch__close span {
    display: none;
  }
}
.branch__close svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  margin-right: 10px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .branch__close svg {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-right: 12px;
  }
}
.branch__close:hover svg {
  fill: #987B4D;
}
.branch__filter-left {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .branch__filter-left {
    display: flex;
    width: 75%;
    margin-bottom: 0;
  }
}
.branch__filter-left--detail {
  display: flex;
}
.branch__filter-branch-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .branch__filter-branch-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.branch__small-title {
  color: #987B4D;
  font-size: 13px;
}
.branch__big-title {
  margin-bottom: 10px;
  font-size: 15px !important;
  font-family: "Gotham Narrow Bold";
}
@media (min-width: 768px) {
  .branch__big-title {
    font-size: 15px !important;
    font-weight: 500;
  }
}
.branch__big-title--detail {
  font-size: 18px !important;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .branch__big-title--detail {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .branch__big-title--detail {
    font-size: 18px !important;
  }
}
.branch__address {
  color: #959595;
  font-size: 12px;
}
@media (min-width: 768px) {
  .branch__address {
    max-width: 200px;
    font-size: 14px;
  }
}
.branch__address--detail {
  max-width: 100%;
}
.branch__phone {
  color: #959595;
  font-size: 12px;
}
@media (min-width: 768px) {
  .branch__phone {
    max-width: 200px;
    font-size: 14px;
  }
}
.branch__filter-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 576px) {
  .branch__filter-right {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 25%;
  }
}
.branch__filter-right svg {
  fill: #898d93;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
.branch__badge {
  display: inline-block;
  background-color: rgba(152, 123, 77, 0.15);
  color: #987B4D;
  padding: 0.45em 1em;
  font-size: 12px;
  font-weight: 400;
  border-radius: 11px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
}
@media (min-width: 576px) {
  .branch__badge {
    margin-bottom: 16px;
  }
}
.branch__google-map {
  width: 100%;
  height: 402px;
}
.branch .nav {
  flex-wrap: wrap;
  overflow: auto;
}
.branch .nav-item {
  width: 50%;
}
.branch .nav-item:nth-child(2) .nav-link:before {
  display: none;
}
.branch .nav-link {
  font-size: 14px !important;
}
@media (min-width: 1200px) {
  .branch .nav-link {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .branch .content-tab {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .branch .content-tab.active {
    display: block;
  }
}
.branch .tab-content {
  padding: 50px 30px;
}
.branch .custom-control {
  margin-right: 15px;
}
.branch .custom-control label {
  font-size: 16px;
  padding-left: 15px;
}
.branch .form-item:not(.custom-checkbox):not(.form-wrapper), .branch .select-wrapper {
  margin-bottom: 5px;
}
.branch .form-text {
  margin-top: unset;
}
.branch .form-group__search-button {
  top: 65%;
}
.branch .form-group__search-button svg {
  fill: #987B4D;
}
.branch .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 25px !important;
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
  transition: all 0.2s linear;
}
.branch .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "";
  color: #898D93;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../img/icons/select2-arrow.svg);
  transition: all 0.2s linear;
}
.branch .select2-selection.select2-selection--single[aria-expanded=true] .select2-selection__arrow:before {
  transform: translateY(-50%) rotate(180deg);
}
.branch .interaction {
  margin-bottom: 0;
}
.branch .interaction .dropdown button {
  background-color: #f8f8f8;
  border: 0;
}
.branch .interaction .dropdown.show button {
  background-color: #f8f8f8;
  box-shadow: 0 0 0 0.2rem rgba(235, 28, 35, 0.25);
}
.branch .interaction .dropdown svg {
  width: 13px;
  height: 13px;
}
.branch__mobile-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #987B4D;
  color: #fff;
  font-size: 14px;
  font-family: "Gotham Narrow Medium";
  z-index: 98;
}
@media (min-width: 992px) {
  .branch__mobile-filter-button {
    display: none;
  }
}
.branch__mobile-filter-button svg {
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  transform: rotate(-90deg);
}
.branch__mobile-filter-button:focus {
  color: #fff;
}
.branch__content {
  background-color: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .branch__content--mobile img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .branch__content .geolocation-map-container {
    height: 400px !important;
  }
}
.branch__filter {
  background-color: #FFF;
  position: relative;
  padding: 10px 25px;
}
@media (min-width: 992px) {
  .branch__filter {
    padding: 10px 25px;
    position: absolute;
    top: 90px;
    left: 54px;
    width: 400px;
  }
}
.branch__filter-content {
  height: 590px;
  padding-right: 25px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .branch__filter-content {
    padding-left: 5px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .branch__filter-content {
    padding-left: 5px;
    padding-right: 25px;
    width: 350px;
  }
}
.branch__filter-content--active-detail {
  height: auto;
  padding: 0;
}
.branch__filter-content::-webkit-scrollbar-track {
  background-color: #E6E8F4 !important;
  border-radius: 25px !important;
}
.branch__filter-content::-webkit-scrollbar {
  width: 9px !important;
  background-color: #E6E8F4 !important;
  border-radius: 25px !important;
}
.branch__filter-content::-webkit-scrollbar-thumb {
  background-color: #987B4D !important;
  border-radius: 25px !important;
}
.branch__filter-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eeeff4;
  cursor: pointer;
}
@media (min-width: 576px) {
  .branch__filter-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.branch__filter-item:last-child {
  border-bottom: 0;
}
.branch__filter-item:last-child:after {
  display: none;
}
.branch__filter-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #987B4D;
  transition: width 0.2s;
}
.branch__filter-item:hover {
  border-color: #987B4D;
}
.branch__filter-item:hover:after {
  width: 100%;
}
.branch__filter-item:hover svg {
  fill: #987B4D;
}
.branch__detail-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.branch__detail-phone {
  align-items: center;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .branch__detail-phone {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .branch__detail-phone {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.branch__detail-phone svg {
  flex: 0 0 15px;
  height: 15px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .branch__detail-phone svg {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .branch__detail-phone svg {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}
.branch__detail-divider {
  width: 1px;
  height: 16px;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .branch__detail-divider {
    margin: 0 20px;
  }
}
.branch__detail-info {
  padding: 25px 0 25px 0;
  margin: 25px 0;
  border-top: 1px solid #f3f4f7;
  border-bottom: 1px solid #f3f4f7;
}
@media (min-width: 576px) {
  .branch__detail-info {
    padding: 25px 0 25px 30px;
    margin: 25px 0 25px 0;
  }
}
@media (min-width: 768px) {
  .branch__detail-info {
    padding: 25px 0 25px 30px;
    margin: 25px 0 25px 0;
  }
}
.branch__detail-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.branch__detail-info-item:last-child {
  margin-bottom: 0;
}
.branch__detail-info-item svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 576px) {
  .branch__detail-info-item svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .branch__detail-info-item svg {
    width: 25px;
    height: 25px;
  }
}
.branch__detail-info-item span {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .branch__detail-info-item span {
    font-size: 14px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .branch__map {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .branch__map {
    padding-left: 25px;
  }
}
.branch__map h2 {
  font-size: 20px !important;
}
.branch__map-wrapper {
  display: flex;
  align-items: center;
}
.branch__map-item {
  margin-right: 29px;
  text-align: center;
}
.branch__map-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #987B4D;
  border: 1px solid #987B4D;
  border-radius: 10px;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .branch__map-item a {
    width: 58px;
    height: 58px;
  }
}
.branch__map-item a svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .branch__map-item a svg {
    width: 20px;
    height: 20px;
  }
}
.branch__map-item a:hover {
  background-color: #fff;
}
.branch__map-item a:hover svg {
  fill: #987B4D;
}
.branch__map-item span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .branch__map-item span {
    font-size: 16px;
  }
}
.branch__close {
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.branch__close span {
  font-family: "Gotham Narrow Medium";
}
@media (min-width: 576px) {
  .branch__close span {
    display: none;
  }
}
.branch__close svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  margin-right: 10px;
}
@media (min-width: 768px) {
  .branch__close svg {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-right: 12px;
  }
}
.branch__filter-left {
  width: 100%;
  margin-bottom: 10px;
  gap: 5px;
}
@media (min-width: 576px) {
  .branch__filter-left {
    display: flex;
    width: 75%;
    margin-bottom: 0;
  }
}
.branch__filter-left--detail {
  display: flex;
}
.branch__filter-branch-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .branch__filter-branch-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.branch__small-title {
  color: #987B4D;
  font-size: 13px;
}
.branch__big-title {
  margin-bottom: 10px;
  font-size: 15px !important;
  font-family: "Gotham Narrow Bold";
}
@media (min-width: 768px) {
  .branch__big-title {
    font-size: 15px !important;
    font-weight: 500;
  }
}
.branch__big-title--detail {
  font-size: 20px !important;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .branch__big-title--detail {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .branch__big-title--detail {
    font-size: 18px !important;
  }
}
.branch__address {
  color: #959595;
  font-size: 12px;
}
@media (min-width: 768px) {
  .branch__address {
    max-width: 200px;
    font-size: 14px;
  }
}
.branch__address--detail {
  max-width: 100%;
}
.branch__phone {
  color: #959595;
  font-size: 12px;
}
@media (min-width: 768px) {
  .branch__phone {
    max-width: 200px;
    font-size: 14px;
  }
}
.branch__filter-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 576px) {
  .branch__filter-right {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 25%;
  }
}
.branch__filter-right svg {
  fill: #898d93;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
.branch__badge {
  display: inline-block;
  background-color: rgba(152, 123, 77, 0.15);
  color: #987B4D;
  padding: 0.45em 1em;
  font-size: 12px;
  font-weight: 400;
  border-radius: 11px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
}
@media (min-width: 576px) {
  .branch__badge {
    margin-bottom: 16px;
  }
}
.branch__google-map {
  width: 100%;
  height: 402px;
}
.branch .nav {
  flex-wrap: wrap;
  overflow: auto;
}
.branch .nav-item {
  width: 50%;
}
.branch .nav-item:nth-child(2) .nav-link:before {
  display: none;
}
@media (max-width: 991.98px) {
  .branch .content-tab {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .branch .content-tab.active {
    display: block;
  }
}
.branch .tab-content {
  padding: 50px 30px;
}
.branch .custom-control {
  margin-right: 15px;
  display: flex;
}
.branch .custom-control label {
  font-size: 16px;
  padding-left: 15px;
}
.branch .form-group {
  margin-bottom: 15px;
}
.branch .form-group__search-button {
  top: 65%;
}
.branch .form-group__search-button svg {
  fill: #987B4D;
}
.branch .interaction {
  margin-bottom: 0;
}
.branch .interaction .dropdown button {
  background-color: #f8f8f8;
  border: 0;
}
.branch .interaction .dropdown.show button {
  background-color: #f8f8f8;
  box-shadow: 0 0 0 0.2rem rgba(235, 28, 35, 0.25);
}
.branch .interaction .dropdown svg {
  width: 13px;
  height: 13px;
}
.branch .button {
  margin-top: 35px;
  max-width: 100%;
}
.branch .button:focus {
  outline: none;
}

.branch__filter-item .branch__filter-left > div {
  width: 100%;
}

html[dir=rtl] .branch .views-exposed-form .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  text-align: right;
}
html[dir=rtl] .branch .views-exposed-form .form-item label:not(.custom-control-label) {
  float: right;
  padding-right: 25px;
}

#views-exposed-form-sube-ve-atmler-page-1 .button--primary-fill,
#views-exposed-form-sube-ve-atmler-detay-page-2 .button--primary-fill {
  background-color: #b9955c;
  color: #FFF;
}
#views-exposed-form-sube-ve-atmler-page-1 .button--primary-fill:hover,
#views-exposed-form-sube-ve-atmler-detay-page-2 .button--primary-fill:hover {
  background-color: #000;
  border-color: #000;
}
#views-exposed-form-sube-ve-atmler-page-1 .button--primary-fill:focus,
#views-exposed-form-sube-ve-atmler-detay-page-2 .button--primary-fill:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media (min-width: 992px) {
  .path-sube-ve-atmler h1 {
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  .branch .exposed form {
    flex-direction: column;
  }
  .branch .exposed .form-checkboxes:not(#edit-tur) {
    margin: 0;
    flex-direction: row-reverse;
  }
  .branch .button {
    margin-top: 20px;
  }
  .branch .form-item:not(.custom-checkbox):not(.form-wrapper), .branch .select-wrapper {
    margin-bottom: 8px;
  }
  .branch .exposed form .form-item:not(.custom-checkbox):not(.fieldgroup) label {
    margin-bottom: 5px;
  }
  .branch .exposed form > div {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 992px) {
  .branch .exposed form {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .path-sube-ve-atmler h1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .path-sube-ve-atmler h1 {
    max-width: 1140px;
  }
}
.branch__detail-phone svg path {
  fill: #987B4D;
}

.branch__detail-info-item svg path, .branch__detail-info-item svg rect {
  fill: #987B4D;
}

.branch__detail-phone a {
  color: #222;
}

/*# sourceMappingURL=subeatm.css.map */
