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

html,
body {
  font-family: regularf;
}

@font-face {
  font-family: boldf;
  src: url(../fonts/NotoKufiArabic-Bold.ttf);
}
@font-face {
  font-family: regularf;
  src: url(../fonts/NotoKufiArabic-Regular.ttf);
}
@font-face {
  font-family: medf;
  src: url(../fonts/NotoKufiArabic-Medium.ttf);
}
@font-face {
  font-family: lightf;
  src: url(../fonts/NotoKufiArabic-Light.ttf);
}
.container {
  width: 80%;
  margin: auto;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.main-haulage {
  width: 100%;
  background-color: #F5F5F5;
  padding: 31px 0px;
}
.main-haulage img.logo {
  margin-bottom: 45px;
}
.main-haulage .content {
  background-color: #FFFFFF;
  padding: 20px 12px;
}
.main-haulage .content .title {
  width: 100%;
  background-color: #4e2e75;
  height: 46.48px;
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 23px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-right: 27px;
}
.main-haulage .content .in {
  display: flex;
  gap: 9px;
  margin-bottom: 30px;
  margin-top: 26px;
}
.main-haulage .content .in form {
  width: 70%;
  background-color: #FFFFFF;
  padding-right: 26px;
}
.main-haulage .content .in form .row .col {
  margin-bottom: 15.28px;
}
.main-haulage .content .in form .row .col label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15.28px;
}
.main-haulage .content .in form .row .col input {
  height: 51px;
  width: 100%;
  background-color: #F7F8FD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.main-haulage .content .in form .row .col textarea {
  width: 100%;
  height: 135px;
  background-color: #F7F8FD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  color: #4e2e75;
}
.main-haulage .content .in form .row .col select {
  height: 51px;
  width: 100%;
  background-color: #F7F8FD;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.main-haulage .content .in form .row .col select option {
  width: 100%;
}
.main-haulage .content .in .side {
  background-color: #FFFFFF;
  width: 30%;
  height: 100%;
  padding: 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin-left: 6px;
}
.main-haulage .content .in .side .product {
  display: flex;
  gap: 10px;
  border-top: none;
}
.main-haulage .content .in .side .product img {
  width: 99px;
  height: 97px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.main-haulage .content .in .side .product p {
  font-weight: 400;
  font-size: 12px;
  /* width: 164px; */
  line-height: 23px;
}
.main-haulage .content .in .side h3 {
  padding: 15px 0px;
}
.main-haulage .content .in .side div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.26);
}
.main-haulage .content .in .side div h4 {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 16px;
}
.main-haulage .content .in .side div span {
  font-weight: 400;
  font-size: 14px;
}
.main-haulage .content .in .side form.side-form {
  width: 100%;
  margin-right: -10px;
}
.main-haulage .content .in .side form.side-form div label {
  font-size: 16px;
}
.main-haulage .content .in .side form.side-form div input {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.main-haulage .content .in .side form.side-form .dd {
  font-size: 14px;
}
.main-haulage .content .in .side button {
  width: 100%;
  height: 46px;
  background-color: #4e2e75;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 5px;
}
.main-haulage .content .tit-img {
  display: flex;
  gap: 25px;
}
.main-haulage .content .tit-img .pay-img {
  display: flex;
  gap: 10px;
}
.main-haulage .content .tit-img .pay-img a img {
  width: 62px;
  height: 43px;
}
.main-haulage .content .in2 {
  margin-bottom: -10px;
}
.main-haulage .content .in2 form {
  width: 85%;
}
.main-haulage .content .btu {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.main-haulage .content .btu a {
  padding: 15px 73px;
  background-color: #4e2e75;
  color: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-haulage .content .in {
    display: flex;
    flex-direction: column;
  }
  .main-haulage .content .in form {
    width: 100%;
  }
  .main-haulage .content .in form .row {
    display: block;
  }
  .main-haulage .content .in form .row .col {
    width: 100%;
  }
  .main-haulage .content .in .side {
    width: 100%;
  }
}

footer {
  width: 100%;
  height: 425px;
  background-color: #4e2e75;
  padding: 60px 0px;
}
footer .content {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
footer .content .f1 {
  width: 25%;
  margin-left: 30px;
}
footer .content .f1 img {
  margin-bottom: 28px;
  width: 103px;
  height: 33px;
}
footer .content .f1 p {
  margin-bottom: 26px;
  font-size: 16px;
  color: #FFFFFF;
}
footer .content .f1 ul {
  width: 121px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .content .f1 ul li {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
footer .content .f1 ul li a {
  color: #FFFFFF;
}
footer .content .f1 ul li:nth-child(1) {
  background-color: #3B5998;
}
footer .content .f1 ul li:nth-child(2) {
  background-color: #0077B5;
}
footer .content .f1 ul li:nth-child(3) {
  background-color: #1DA1F2;
}
footer .content .f1 ul li:nth-child(4) {
  background-color: #C13584;
}
footer .content .f2 {
  width: 20%;
}
footer .content .f2 ul {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 43px;
  padding-right: 5px;
}
footer .content .f2 ul li img {
  margin-left: 5px;
}
footer .content .f2 ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
footer .content .f3 form label {
  color: #F5F5F5;
  font-size: 16px;
}
footer .content .f3 form label .inputwithicon {
  position: relative;
}
footer .content .f3 form label .inputwithicon input {
  margin-top: 12px;
  width: 208px;
  height: 37px;
  border: none;
  border-radius: 50px;
}
footer .content .f3 form label .inputwithicon a i {
  position: absolute;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #4e2e75;
  font-size: 20px;
  top: 20px;
  left: 10px;
}
footer .ff {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #4e2e75;
  height: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer {
    padding: 40px 0px;
    height: 350px;
  }
  footer .content .f1 {
    width: 50%;
  }
  footer .content .f2 {
    display: none;
  }
  footer .content .f3 {
    width: 50%;
  }
  footer .content .f3 form {
    margin-right: 20px;
  }
}
.select2 {
  width: 100% !important;
}/*# sourceMappingURL=haulage.css.map */
