.topPads1 {
  height: 150px;
  transition: .2s all;
}

.head-top {
  height: 45px;
  background-color: #092030;
  color: #fff;
  display: flex;
  padding: 0 30px;
  font-weight: 600;
}

.htop {
  width: 184px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.htop.selected {
  background-color: #fff;
  color: #092030;
}

a.link-h {
  text-decoration: none;
  color: inherit;
}

.htop-grow {
  flex-grow: 1
}

span.nolink.lang.selected {
  font-weight: bold;
  text-decoration: underline;
}

.top-header-area {
  height: 150px;
  font-family: "Assistant", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 2;
  transition: .2s all;
  direction: ltr;
  z-index: 3;
  color: #000;
}

.wrapper_he .top-header-area {
  direction: rtl;
}

.topHeaderHov {
  height: 90px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  padding: 0;
}

.logoArea {
  margin: 6px 0 0 74px;
  height: 75px;
  transition: .2s all;
  margin: 15px 74px 0 0 !important;
}

.wrapper_he .logoArea {
  margin: 6px 74px 0 0;
}

.topHeaderHov .logoArea {
  height: 33px;
  margin: 5px 74px 0 0 !important;
}

.logo {
  display: block;
  height: 100% !important;
  width: auto !important;
}

.menu-area {
  line-height: 120px;
  margin: 0 0 0 30px;
}

.wrapper_he .menu-area {
  margin: 0 30px 0 0;
}

.topHeaderHov .menu-area {
  line-height: 120px;
}

.menu-item {
  margin: 35px 20px;
  position: relative;
  line-height: 35px;
  transition: .2s all;
}

.topHeaderHov .menu-item {
  margin: 5px 20px;
}

.man-img {
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/man-icon.png);
  width: 29px;
  margin: 0px 0px 0 15px;
  height: 35px;
}

.left-btn {
  width: 180px;
  height: 35px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 35px;
}

.left-area-out {
  line-height: 35px;
  margin: 35px 0 0 75px;
  transition: .2s all;
}

.topHeaderHov .left-area-out {
  margin-top: 5px;
}

.lang {
  margin: 0 8px;
}

.left-area.d-flex {
  width: 76px;
}

a.nolink {
  text-decoration: none;
  color: inherit;
}

a.nolink.lang.selected {
  text-decoration: underline;
  font-weight: bold;
}

.menu-li {
  line-height: 30px;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  top: 29px;
  display: none;
}

.menu-item:hover .menu-li {
  display: block;
}

.menu-li-item {
  text-wrap: nowrap;
  padding: 1px 24px;
  font-weight: 800;
}

.menu-li-item:hover,
.li-item:hover {
  background-color: #f1f1f1;
}

.li-item {
  padding: 0 10px;
}

ul.sub-menu li:after {
  margin-right: 10px;
}

.menu-area {
  line-height: 120px;
  margin-right: 30px;
  cursor: pointer;
}

.man-img-outer {
  display: flex;
  padding: 0 8px 0 0;
  line-height: 35px;
  font-size: 14px;
}

.man-img-gap {
  border-right: 1px solid #a3a3a3;
  width: 1px;
  height: 19px;
  margin: 8px 0;
}

.dropdown {
  position: relative;
  top: 0 !important;
}

.dropdown:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 6px;
  background-image: url(../images/dropdown.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 13px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 117px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(../images/up-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}

.topPadHov {
  height: 90px;
}

.left-btn-round.phone,
.left-btn-round.email {
  width: auto;
  height: 35px;
  border-radius: 30px;
  background: #1C479E;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/phone-logo.png);
  background-size: 17px;
  background-position: 18px 10px;
  padding: 0 20px 0 55px;
}

.left-btn-round.email {
  background-image: url(../images/email-logo.png);
  background-size: 20px;
  background-position: 16px 11px;
}

.left-btn-round.phone {
  margin: 0 7px;
}

ul.sub-menu {
  margin: 0 5px;
}

.only-mobile {
  display: none;
}

.only-desktop {
  display: block;
}

/* Media query example */
@media (max-width: 1425px) and (min-width: 1250px) {
  .left-area-out {
    margin: 35px 0px 0 15px;
  }

  .logoArea {
    margin: 15px 10px 0 0 !important;
  }

  .left-btn {
    width: 120px;
  }
}


@media (max-width: 1249px) and (min-width: 936px) {
  .only-mobile {
    display: block
  }

  .only-desktop {
    display: none
  }

  .left-area-out {
    margin: 35px 75px 0 10px;
  }

  .logoArea {
    margin: 15px 10px 0 0 !important;
  }

  .left-btn {
    width: 120px;
  }

  .left-btn-round.phone.mobile,
  .left-btn-round.email.mobile {
    background-color: #fff;
    background-image: url(../images/phone-call-mobile.svg);
    background-size: 22px;
    background-position: center;
    margin: 0;
    padding: 0;
    width: 48px;
  }

  .left-btn-round.email.mobile {
    background-image: url(../images/email-mobile.svg);
  }
}