div.fb-page a {
  color: white;
}

div.fb-page a:hover {
  color: white;
}

/*
.header-1 .navigation > ul > li:hover > a {
  color: white;
}
*/

.img_box img {
  height: 225px;
  object-fit: cover;
}

/* .......whatsapp button............. */
.btn-group.Blink,
.btn-group.phone-btn {
  height: 40px;
  width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn-group.Blink , .btn-group.phone-btn {
  position: fixed !important;
  left: 11px;
  bottom: 20px;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 50%;
  color: #fff;
  background-color: #5cb85c;
  /* border-color: #4cae4c; */
  z-index: 99999999999999;
}
.btn-group.phone-btn {
  right: 11px !important;
  left: auto !important;
  background-color: #142440 !important;
  /* border-color: #142440 !important; */
}
.btn-group.Blink i , .btn-group.phone-btn i {
  color: #fff;
  font-size: 22px;
  margin-top: 5px;
  font-weight: 100;
}
.btn-group.Blink a , .btn-group.phone-btn a {
  padding: 5px 7px;
  background: unset;
  border: none;
}
.Blink {
  animation: blinker 0.3s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
.Blink:hover {
  animation: blinker 0s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.btn-success:hover {
  border: unset;
}


/* ........header........ */
/*.stricky .navigation > ul > li > a {
  color: #222;
}
.stricky .navigation > ul > li:hover > a{
  color: #34ccff;
}
.stricky{
  background: #ffff;
}
*/
.nav-wrap{
  padding: 0;
}
.nav-wrap div.logo a img{
  max-width: 80px;
  padding: 3px 0;
}

.agent_fee{
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #142440;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

@media (max-width: 767px){
  .header-1 .logo a {
    padding: 5px 0 5px !important;
  }
  .menu {
    top: 26px;
  }
}
