.nav {
    max-width: 500px;
  }
  @media (max-width: 991.98px) {
    .nav {
      max-width: 100%;
    }
  }
  .nav .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
  .nav .nav-item .nav-link h4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-right: 30px;
    margin: 0;
    color: #000000;
    font-weight: 300;
    font-size: 20px;
  }
  .nav .nav-item .nav-link h6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-right: 40px;
    margin: 0;
    color: rgba(16, 16, 16, 0.5);
    font-size: 14px;
  }
  .nav .nav-item .nav-link.active,.nav .nav-item .nav-link:hover {
    border-bottom: 1px solid #000000;
  }
  .nav .nav-item .nav-link.active h4, .nav .nav-item .nav-link:hover h4 {
    font-weight: 400;
  }
  .nav .nav-item .nav-link.active:after,.nav .nav-item .nav-link:hover:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #B11116;
    border-right: 2px solid #B11116;
    top: calc(50% - 6px);
    right: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav .nav-item:nth-child(1) .nav-link {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .contact-branch-wrap {
    padding-top: 80px;
  }
  @media (max-width: 1599.98px) {
    .contact-branch-wrap {
      padding-top: 50px;
    }
  }
  .tab-branch-details h4 {
    color: #CB0000;
  }
  .tab-branch-details h5 {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 20px;
  }
  
  #contact-branch {
    border-top: 1px solid #BEBEBE;
  }
  #contact-branch .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #BEBEBE;
  }
  #contact-branch .card .card-header {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
  }
  #contact-branch .card .card-header .btn {
    font-size: 18px;
    color: #000;
    padding: 22px 0;
    text-decoration: none;
    position: relative;
  }
  #contact-branch .card .card-header .btn:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #B11116;
    border-right: 2px solid #B11116;
    top: calc(50% - 3px);
    right: 20px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #contact-branch .card .card-header .btn.collapsed:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    top: calc(50% - 8px);
  }
  #contact-branch .card .card-body {
    padding: 20px 0;
  }
  #contact-branch .tab-branch-details {
    padding-bottom: 30px;
  }

  @media (max-width: 767.98px) {
    .tab-branch-details h4 {
     font-size: 26px;
    }
  }