.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.fs-18 {
  font-size: 18px !important;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select.form-control {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  padding-top: 0.09rem !important;
  padding-bottom: 0.09rem !important;
}

.form-control:focus {
  border-color: #0c5b4a !important;
  -webkit-box-shadow: 0 0 0 4px rgba(12, 91, 74, 0.1254901961) !important;
          box-shadow: 0 0 0 4px rgba(12, 91, 74, 0.1254901961) !important;
}

.top-nav {
  padding: 10px;
  background-color: white;
}
.top-nav .header-logo img {
  max-width: 250px;
  max-height: 80px;
}
@media (max-width: 991.98px) {
  .top-nav .header-logo img {
    max-width: 170px;
  }
}
.top-nav .header-phone {
  display: block;
  border-right: 1px solid #c8c8c8;
  margin: 0 15px 0 0;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-nav .header-phone svg, .top-nav .header-phone i {
  display: inline-block;
  font-size: 16px;
  color: white;
  background: #007d5d;
  padding: 8px;
  border-radius: 50%;
  margin: 5px 0 0 10px;
}
.top-nav .header-phone b {
  color: #007d5d;
}
.top-nav .header-phone span {
  direction: ltr;
  text-align: right;
  font-size: 18px;
  display: block;
  color: #606060;
  line-height: 1.5;
}

.bottom-nav {
  background-color: #007d5d;
  color: white;
  font-size: 13px;
  padding: 4px 10px;
}
.bottom-nav .nav-item {
  border-radius: 3px;
  margin: 2px;
  list-style: none;
}
.bottom-nav .nav-item:hover {
  background: rgba(0, 0, 0, 0.25);
}
.bottom-nav .nav-item:hover .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.bottom-nav .nav-item .arrow {
  -webkit-transition: color 0.15s, -webkit-transform 0.3s;
  transition: color 0.15s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.15s;
  transition: transform 0.3s, color 0.15s, -webkit-transform 0.3s;
}
.bottom-nav .nav-item .item {
  display: block;
  color: white;
  padding: 10px;
  transition: color 0.15s;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
}
.bottom-nav .nav-item .item .item-drop .icon {
  width: 1.25em;
  margin-left: 3px;
}

.btn-grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #fcfcfc;
  position: relative;
  font-size: 12px;
  border: 1px solid #c8c8c8;
  color: #404040 !important;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #fefefe !important;
  background: #007d5d;
  font-size: 12px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-send {
  -webkit-box-shadow: inset 0 1px 0 0 #3fb89e, 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 0 0 #3fb89e, 1px 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #247463;
  border: 1px solid #004133;
  line-height: 1.5;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  min-width: 150px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: white !important;
}

.dropdown-hover {
  position: relative;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover:hover .listis-item {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .dropdown-hover .text {
    display: none;
  }
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1004;
  top: 100%;
  max-width: 90vw;
  min-width: 160px;
  font-size: 14px;
  text-align: right;
  background-color: #fff;
  padding: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: opacity 0.25s, margin-top 0.25s;
  transition: opacity 0.25s, margin-top 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  list-style: none;
}
.dropdown-hover .listis-item .item-drop {
  margin: 0 !important;
  font-size: 12px !important;
  text-align: right;
  z-index: 1004;
}
.dropdown-hover .listis-item .item-drop a {
  line-height: 2;
  padding: 7px !important;
  white-space: nowrap;
  display: block;
}
.dropdown-hover .listis-item .item-drop a:hover {
  color: #262626;
  background-color: #f5f5f5;
}

.cart_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  color: white;
  background: #c8c8c8;
  position: absolute;
  top: -5px;
  right: -5px;
}

.heading-card {
  font-size: 16px;
  font-weight: bold;
}

.main-label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.head-section {
  color: #006146;
  font-size: 16px;
  margin-bottom: 15px;
}

table.contact_block1 td {
  padding: 5px;
}
table.contact_block1 td span {
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 35px;
  border-radius: 50%;
  background: #004133;
  color: #fff;
}

.box-form {
  max-width: 700px;
  margin: 0 auto;
}
.box-form .rendered-form {
  margin-bottom: 10px;
}

.main-inp {
  border: 1px solid #b9b9b9;
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.05);
  background: #fcfcfc;
  font-size: 13px;
  height: 34px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  min-height: 30px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.main-inp.main-inp:focus {
  border: 1px solid #b9b9b9 !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  outline: none !important;
}

textarea.main-inp {
  height: 80px !important;
}

.group-inp-form {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 5px;
}
.group-inp-form > span {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  font-size: 12px;
}