/*@forward 'colors' as lib-*;
@forward 'border' as lib-*;
@forward 'flex' as lib-*;*/
/*@mixin pseudo-copy($parent: true, $before: true, $after: true) {
    @if $parent {
        @content;
    }

    @if $before {
        &::before {
            content: "";
            @content;
        }
    }

    @if $after {
        &::after {
            content: "";
            @content;
        }
    }
}

.demo-1 {

    @include pseudo-copy {
        display: block;
        position: absolute;
        width: 12.5rem;
        height: 12.5rem;
        border: 0.125rem solid $clr-acc-2;
        background-color: $clr-acc;
        box-shadow: 0 0 1rem rgba(black, 0.25);
    }

    position: relative;

    &::before {
        top: 1rem;
        left: 1rem;
    }

    &::after {
        top: 2rem;
        left: 2rem;
    }
}*/
.modal {
  /* .close {
      font-weight: bold;
      color: red;
      border: 0;
      background: transparent;
      font-size: 26px;
      position: absolute;
      right: 19px;
  }*/
  z-index: 1051;
}
.modal .form-row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

#exampleModalCenter .modal-content .close {
  right: 10px;
  top: 10px;
}

.close {
  font-weight: bold;
  color: red;
  border: 0;
  background: transparent;
  font-size: 26px;
  position: absolute;
  right: 19px;
}

.breadcrumb {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.breadcrumb-bar {
  background-color: #1560bd;
  padding: 15px 0;
}
.breadcrumb-bar .breadcrumb-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0;
}

.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb ol li a {
  color: #fff;
}
.page-breadcrumb ol li.active {
  color: #fff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 10px;
}

.contact-form .contact-title, .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-area .address-and-week {
  position: relative;
  max-width: unset;
  top: 0;
}

.address-and-week p {
  background-color: #1560bd;
  color: #fff;
  padding: 19px;
  margin-bottom: 0;
  font-size: 20px;
}
.address-and-week .address-week {
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  /*-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);*/
}
.address-and-week .address-week .address {
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
}
.address-and-week .address-week .address li {
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
  list-style: none;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
}
.address-and-week .address-week .address li i {
  font-size: 20px;
  margin-right: 5px;
}
.address-and-week .address-week .address li span {
  font-weight: 500;
  color: #232323;
  margin-right: 5px;
}

.address li img {
  margin-right: 10px;
}

.contact-form {
  background: #fff;
  padding: 15px;
}

.contact-title h2 {
  font-size: 19px;
  color: #232323;
}

.sx-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #1560bd;
}
    .sx-media .fab {
        font-size: 30px;
        color: #1560bd;
    }
.sx-media .las {
    font-size: 30px;
    color: #1560bd;
}
.address-info{
    display:block;
}
.address-info-title {
    font-weight:500;
    display: block;
}
.address-info-detail {
    display: inline-block;
    font-weight:600;
    margin-bottom:5px;
    line-height:30px;
}
.login-right .form-focus .form-control, .register_right .form-focus textarea {
    position: relative;
    height: 160px !important;
}
.login-right .form-focus .form-control, .register_right .form-focus .form-control {
    position: relative;
    height: 55px;
}
