/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: SMT
    :: Author URL:www.smt.sa 
    :: Version: 1.0
    :: Created: 02 2022
    :: Last Updated: 02 2022
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

a {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-padding {
  padding: 60px 0;
}

.transition {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

img.logo {
  margin-top: 26%;
}

.box {
  margin-bottom: 60px;
}

.box h4 {
  color: #F1C40F;
  font-weight: 700;
  font-size: 28px;
}

.box p {
  font-size: 18px;
  color: #102B46;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #102b4671;
}

.box label {
  margin-bottom: 10px;
}

.box label span {
  color: #f00;
}

.box input,
.box select {
  margin-bottom: 20px;
}

.box select {
  -webkit-appearance: unset !important;
     -moz-appearance: unset !important;
          appearance: unset !important;
}

.box .spec {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box .spec label {
  margin-left: 0px;
  margin-right: 5px;
}

.box input[type="file"] {
  padding: 30px;
  width: 100%;
  border: 2px dashed #ccc;
  border-radius: 5px;
}

.box textarea {
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}

.box .social {
  margin-top: 20px;
}

.box .social input {
  margin-top: 10px;
}

.box .social img {
  width: 50px;
}

.img.box {
  position: relative;
  display: none;
}

.img.box img.cer {
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 200px;
}

.img.box span.remove {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.img.box span.remove i {
  color: #f00;
  font-size: 20px;
}

.special-box {
  display: block;
  position: relative;
  clear: both;
  width: 48%;
  margin-left: 1%;
  display: inline-block;
}

.special-box img.cer {
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.special-box span {
  position: absolute;
  cursor: pointer;
  left: 5px;
  top: 5px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.special-box span i {
  color: #f00;
  font-size: 20px;
}

.spec2 label {
  margin-left: 9px !important;
  margin-right: 2px !important;
}

.spec2 label:last-child {
  margin-left: unset;
}

@media (max-width: 576px) {
  .box .spec label {
    margin-left: 36px;
    margin-right: 5px;
  }
  img.logo {
    margin-top: 20px;
    width: 250px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .box .spec label {
    margin-left: 12px;
    margin-right: 5px;
  }
  img.logo {
    margin-top: 26vh;
  }
}
/*# sourceMappingURL=style.css.map */