.mapToolBox {
  font-family: "Nunito Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mapToolBoxTop {
  display: flex;
  justify-content: center;
}
.mapToolBoxRight {
  margin-left: 15px;
  width: 250px;
}
.mapToolBoxRight .icon {
  font-size: 15px;
  margin-right: 4px;
}
.mapToolTipTitle {
  color: #6433a1;
  font-size: 14px;
  margin-bottom: 2px;
}
.mapToolBoxTop .simpleFlex {
  margin-top: 3px;
}
.mapToolBoxTop .simpleFlex .rowWithIcon {
  font-size: 13px;
  margin-top: 2px;
}
.mapToolBoxTable {
  display: table;
  width: 100%;
}
.mapToolBoxTableRow {
  display: table-row;
  color: #707781;
}
.mapToolBoxTableCell {
  display: table-cell;
  border-top: 1px solid #e5e8ef;
  padding-top: 6px;
  padding-bottom: 4px;
  font-weight: 400;
}
.mapToolBoxTableCell:nth-child(4) {
  text-align: right;
}
.mapToolBoxTableCell:nth-child(2) {
  font-size: 12px;
}
.mapToolBoxTableCell:nth-child(3) {
  font-size: 12px;
  font-weight: 600;
}
.mapToolBoxRow {
  border-top: 1px solid #e5e8ef;
  padding-top: 7px;
  padding-bottom: 5px;
  color: #707781;
  margin-top: 5px;
  font-weight: 400;
}
.gMapLabel {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff!important;
  font-family: "Nunito Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mapToolBox .button{
  padding: 0;
}

.destinationName{
  color: #feae0c;
  font-weight: 600;
  font-size: 13px;
}
.iconGmap i:before{
  color: #333d4c;
}
.iconGmap {
  margin-right: 5px;
  font-size: 15px;
}

.mapOptions{
  display: flex;
  height: 50px;
  border: 1px solid #e5e8ef;
}
.trafficControl{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
.mapConttrolBtn{
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.activeMapOption{
  background: #fddd01;
}
.activeMapOption i:before{
  color: #333d4c;
}
.mapOptionsInfo{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 25px;
  padding-top: 4px;
}
.mapOptionsInfo .iconGmap{
  display: none;
}
.mapOptionsInfo .duationDistance{
  padding-right: 5px;
  font-weight: 700;
}
#map.congressLeftMap{
  height: 567px;
}
.mapToolBoxTop .tripAdvBullet{
  margin-right: 0;
}