@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
* {
  font-family: "Tajawal";
  font-size: 16px;
  outline: none !important;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  margin-right: 1%;
  margin-left: 1%;
}

body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body a {
  text-decoration: none;
}

.page {
  padding: 25px 3%;
  background-image: url("/img/bg.svg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pro-box .pro-item {
  border-radius: 10px;
  width: 30%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  position: relative;
  margin: auto;
  margin-bottom: 50px;
}

.pro-box .pro-item .star {
  position: absolute;
  top: 20px;
  right: -10px;
  background: #FFEB3B;
  border-radius: 0 50px 50px 0;
  border-radius: 50px 0px 0px 50px;
  color: #9E911A;
  font-size: 17px;
  padding: 5px 10px;
  z-index: 100;
}

.pro-box .pro-item .star img {
  height: 20px;
  vertical-align: middle;
}

.pro-box .pro-item .star::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #9E911A transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
left: unset;
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.pro-box .pro-item .content {
  padding: 10px;
  padding-bottom: 29px;
  border-radius: 10px;
  background: #fff;
}

.pro-box .pro-item .img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 290px;
  background-size: cover;
  background-position: center;
}

.pro-box .pro-item .name {
  font-size: 19px;
  padding: 40px 0;
  padding-bottom: 20px;
  margin: 0;
  color: #1699A7;
  font-weight: bold;
}

.pro-box .pro-item .desc {
  color: #7A7A7A;
  font-size: 17px;
  margin: 0;
}

.pro-box .pro-item .like-cmnt {
  position: absolute;
  top: 307px;
  right: 10px;
}

.pro-box .pro-item .like-cmnt img {
  height: 15px;
}

.pro-box .pro-item .like-cmnt span {
  margin: 0 8px;
  font-size: 16px;
  line-height: 0;
  color: #222;
}

.pro-box .pro-item .date {
  font-size: 16px;
  position: absolute;
  top: 307px;
  left: 10px;
  color: #7A7A7A;
}

.pro-box .pro-item .price {
  position: absolute;
  bottom: -13px;
  margin: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.pro-box .pro-item .price span {
  background: #1699A7;
  border-radius: 80px;
  color: #fff;
  padding: 4px 22px;
  font-size: 19px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
}

.pro-box.col-view .pro-item {
  width: 30%;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pro-box.col-view .pro-item .content {
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  width: 60%;
  right: 0;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  margin: 3% 0;
  border: #D6D6D6 1px solid;
  background: rgba(255, 255, 255, 0.97);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pro-box.col-view .pro-item .img {
  width: 50%;
  height: 220px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
}

.pro-box.col-view .pro-item .name {
  padding: 13px 0;
  padding-top: 3px;
}

.pro-box.col-view .pro-item .like-cmnt {
  bottom: -8px;
  left: -65%;
  top: unset;
  right: unset;
  z-index: 15;
  background: #fff;
  border-radius: 50px;
}

.pro-box.col-view .pro-item .like-cmnt img {
  height: 13px;
}

.pro-box.col-view .pro-item .date {
  position: static;
  font-size: 14px;
}

.btn1 {
  padding: 10px 17px;
  border-radius: 45px;
  background: #1699A7;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn1:hover {
  -webkit-box-shadow: rgba(22, 153, 167, 0.3) 0 0px 0px 4px;
          box-shadow: rgba(22, 153, 167, 0.3) 0 0px 0px 4px;
}

.btn1 img {
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
}

.input1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #B2B2B2 1px solid;
  border-radius: 20px;
  padding: 2px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input1 img {
  height: 24px;
}

.input1 textarea,
.input1 input,
.input1 select {
  background: none;
  border: none;
  width: 100%;
  padding: 5px 0;
}

.input1 textarea {
  height: 150px;
}

.input1-box {
  margin-bottom: 15px;
}

.input1-lbl {
  padding: 10px 0;
  display: block;
  position: relative;
  padding-left: 15px;
}

.input1-lbl::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1699A7;
  border-radius: 15px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
}

.title1 {
  text-align: center;
  font-size: 28px;
  color: #1699A7;
  position: relative;
  margin-bottom: 50px;
}

.title1::after {
  content: '';
  background-image: url(/img/icons/dots1.svg);
  height: 9px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.page-box {
  border-radius: 10px;
  padding: 15px 2%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  margin: 25px 0;
  background: #fff;
}

.ta-c {
  text-align: center;
}

hr.hr1 {
  opacity: 0.3;
}

.slick-next {
  right: 10px;
  background: #fff;
  border-radius: 50px;
}

.slick-prev {
  left: 10px;
  background: #fff;
  border-radius: 50px;
  z-index: 5;
}

button#open-left {
  position: fixed;
  top: 11px;
  background: none;
  border: none;
  left: 14px;
  padding: 7px;
  display: none;
}

.log-reg-modal .go-register {
  width: 100%;
  text-align: center;
  padding: 6px;
  font-size: 18px;
  color: #1699A7;
  font-weight: bold;
  display: block;
}

.log-reg-modal > img {
  width: 70%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.log-reg-modal .input1 {
  padding: 2px 13px;
  border-radius: 50px;
}

.log-reg-modal .input1 input {
  padding: 9px 9px;
}

.log-reg-modal .input1 span {
  padding: 5px;
  font-size: 18px;
  border-right: 1px #ddd solid;
}

.blocker {
  z-index: 60;
}

.modal a.close-modal {
  top: 15px;
  right: 16px;
  font-size: 0;
  z-index: 10;
}

.error-msg {
  margin: 8px 0;
  min-height: 31px;
  font-size: 18px;
  text-align: center;
  color: #f00;
  border-radius: 6px;
  font-weight: bold;
}
.pro-box.col-view .pro-item .name {
    max-height: 115px;
    overflow: hidden !important;
}
.star.company{
    bottom: 39px !important;
    top: unset !important;
    background: #1699a7 !important;
    color: white !important;
}
/*# sourceMappingURL=global.css.map */