/*error*/
.error {
    padding: 5px;
    margin: 5px 5px 20px 5px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.alert {
    /*padding: 0px 10px !important;*/
    /*border: solid 2px #FBD3C6 !important;*/
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    /*border-radius: 5px !important;*/
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}

.btn {
    min-width: 75px
}

.registerArea .registerAreaTitle{
    color: #000098;
}
.importaStar{
    color: #ff0000;
}


.contactBranch__titr {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .contactBranch ul li {
    margin-bottom: 20px;
  }
  .contactBranch__box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
  }
  .contactBranch__box--title {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .contactBranch ul li {
    margin-bottom: 20px;
  }
  .contactBranch__box--info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contactBranch__box--info p {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .contactBranch__box--btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 14px;
    color: #000;
  }
  .contactBranch__box--btn svg {
    margin-left: 10px;
  }
  .google__map {
    position: fixed;
    bottom: -100%;
    height: 60vh;
    width: 100%;
    z-index: 10;
    left: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
  }
  .map {
    width: 100%;
    border-radius: 10px;
  }
  .google__map.active {
    bottom: 0;
  }

  @media only screen and (max-width : 767px) {
    .contactBranch__box--btn {
      position: static;
    }
  }
