.footer .newsletterbox .btn {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.footer .newsletterbox .form-control {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/*arabic add*/
.footer .links ul>li {
  text-align: right;
}

/*arabic update*/
ul.footer-pet li {
  margin-right: 36px;
  margin-left: unset;
}

ul.social-pet.px-0 {
  margin-right: 20px;
}

.btn-group.dropup.position-static,
ul.social-pet.px-0 {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
  .footer .footer-pet {
    text-align: left;
  }

  /*arabic update*/
  .footer-pet li {
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  .footer .newsletterbox .form-control {
    width: 195px;
  }

  a.ft-dropdown {
    display: inherit;
  }

  .social-pet li {
    margin-left: unset;
  }

  footer ul.social-pet {
    width: 123px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .ft-btm-link .ft-dropdown .up {
    display: inline-block;
    margin-right: 12px;
    margin-left: unset;
    text-decoration: none;
  }
}