.menu {
    padding-left: 83px !important;
}

.contact-opt-text{
  padding-top: 25px;
  padding-left: 10px;
}

.contact-opt-text h6{
  font-size: 15px;
  font-weight: 150;
  color: #254A89;
}

.custom-select {
  position: relative;
  font-family: 'Kantumruy', sans-serif;
  height: auto;
  border-radius: 500px;
  margin: 10px 0 10px 0;
  background: none;
  padding-right: 10px;
  margin-left: 15px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #254A89;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 10px;
  padding-bottom: 3px;
}

.select-items div{
  border-bottom: 1px solid #e8e8e8;
  line-height: 2;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



.contact-icon{
  font-size: 20px;
  color: #254A89;
  float: right;
  border: 1px solid #e8e8e8;
  padding: 0px 2px
}

.main-show-map{
  padding: 0 20px;
}

.sub-map{
  border: 1px solid #e8e8e8;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 45px;
  border-radius: 5px;
}

.sub-map-title{
  font-size: 20px;
  font-weight: 450;
  color: #254A89;
  padding-top: 10px;
}
.sub-menu-subtitle{
  font-size: 14px;
  float: right;
  color: #77797E;
  padding-top: 10px;
  font-weight: 450;
}

.sub-map-icon-title{
  border: 1px solid #306F87;
  background-color: #306F87;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  padding: 5px;
}

.sub-map-text{
  font-size: 15px;
  font-weight: 400;
  color: #77797E;
}

.sub-map-icon{
  font-size: 12px;
  color: #254A89;
  padding-left: 20px;
}

.contact-img{
  width: 120px;
  height: 110px;
  float: right;
  padding-right: 5px;
}