.autocomplete-items {
  position: absolute;
  border: 0px  !important;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color:#cc3333d8 !important;
  color: #ffffff;
}
#myInput{
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;


}
.modal-dialog{
      transform: translateX(6px)!important;
}
.modal-content{
  top: 42vh!important;
}

       #scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
     background: #CC3333;
    color:rgb(245 251 255);
  border-radius: 100px;
}
.contact_action_area{
  background-image: url(../img/services/air_freight/7.jpg);
}
/* .single_location > h3 > img{
  fill: red;
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
} */
.bradcam_area.bradcam_area2 {
    padding: 300px 0;
}

/* Style the navigation menu */
#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the navigation links */
#myMenu li a {
  padding: 12px;
  text-decoration: none;
  color: black;
  display: block
}

#myMenu li a:hover {
  background-color: #eee;
}
.scrollbar{
  overflow-y: auto  ;
}

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:15px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}

/* ---------------- */
body{
  overflow-y: auto  ;
}

/* total width */
body::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color:#fff
}
body::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
body::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {display:none}

#about_image::before{
background: transparent;
}
.testimonial_area{
  background-position-y: -67px;
}

