﻿/*#region contactUs*/
.font14 {
  font-size: 14px;
}

.font-size-17 {
  font-size: 17px;
}

.FontBold {
  font-weight: bold;
}

.colorblack {
  color: black;
}

a.nav-link.colorblack:hover {
  color: #d3521b;
  font-weight: bold;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-back-orange {
  height: 50px;
  width: 50px;
  background: #d3521b;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.ContactMenu button, .contact-route a {
  width: 100%;
  background: #fff;
  border-color: transparent;
  color: #000;
  font-size: 15px;
  border-radius: 3px;
}

.contactUsCircle h4.text-center.font15.mt-3 {
  font-weight: bold;
  color: #000;
}

.ContactMenu .btn-link:hover, .ContactMenu .btn:hover, .ContactMenu a:active, .ContactMenu i, .ContactMenu button i:hover, .ContactMenu a i:hover {
  text-decoration: none;
  font-weight: bold;
  color: #147aae;
  background-color: white;
}

.contactUsCircle h5.text-center.font15.mt-3:hover {
  text-decoration: none;
  font-weight: bold;
  color: #d3521b;
  background-color: white;
}

.ContactMenu .card-header {
  padding: 5px 7px;
}

.ContactMenu .card-body {
    color: black;
    position: absolute;
    /* top: 100%;*/
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    padding-right: 10px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 89%;
    margin-left: 23px;
    margin-top: -4px;
    left: -2px;
    box-shadow: 0px 3px 5px #888;
}

.ContactMenu .nav-link {
  padding: 0rem;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: none;
}

.mainBodyContact {
  position: relative;
  z-index: 200;
}

.ContactMenu button:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #147aae;
  font-size: 25px;
  line-height: 25px;
  vertical-align: middle;
  float: left;
}

.ContactMenu i, .ContactMenu button i {
  color: #147aae;
  vertical-align: middle;
  font-size: 28px;
  padding-left: 5px;
}

.ContactMenu button:not(.collapsed):after {
  content: "\f00d";
  font-size: 1.42rem;
}

.ContactMenu .collapsing {
  display: none;
}

.ContactMenu {
  background: #f3f3f3;
  margin-top: -15px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.font15 {
  font-size: 15px;
}

.font20 {
  font-size: 20px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

.lh-lg {
  line-height: 2rem;
}

#map {
  height: 250px;
  max-height: 80vh;
  box-shadow: 0 0 5px 0px #ccc;
  border-radius: 3px;
}

#terminalAddress h2, #terminalAddress h3 {
  font-size: 17px;
  font-weight: bold;
}

#terminalAddress a {
  color: #000;
}

.gray-back {
  background: #eee;
}

.gray-back .section-titr > strong {
  background: #eee;
}

#terminalAddress h2, #terminalAddress h3 {
  font-size: 17px;
  font-weight: bold;
}

.color-blue-payaneha {
  color: #147aae;
}

@media (max-width: 767px) {
  i.fa, i.far {
    float: right;
  }
}
@media (min-width: 767px) {
  .ContactMenu .card-body {
    left: -1px;
    border: 0.1rem solid rgba(78, 77, 77, 0.15);
  }
}
/*#endregion*/
