body {
  direction: rtl;
  font-family: "Almarai", sans-serif;
}
.bg-red {
  background-color: #000000;
}
.textred {
  color: #ff0000 !important;
  border: 1px solid darkred !important;
}

.textred::placeholder {
  /* Firefox, Chrome, Opera */
  color: #ff0000;
}

.textred:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff0000;
}

.textred::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ff0000;
}
.background-1 {
  background-color: #0a2444;
}
.background-3 {
  background-color: #e9eae9;
}
.background-4 {
  background-color: #182542;
}
.background-5 {
  background-image: url("../img/sec5bg.jpg");
  background-repeat: no-repeat;
  background-color: #de4513;
}
.background-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.logo {
  margin-right: 85px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.headerleft {
  float: left;
}
.headerleft img {
  float: right;
}

.heroform {
  padding-top: 107px;
}
.s3title {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.centerimg {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.btn-primary {
  color: #fff;
  background-color: #182642;
  border-color: #182642;
}
.btn-primary2 {
  background-color: #de4513;
  border-color: #de4513;
}
.form-control {
  margin-top: 5px;
}
.btn {
  margin-top: 5px;
}
.form1bg {
  background-color: #182642;
}
.thankyoutext {
  color: #182642;
  text-align: center;
  padding-top: 155px;
  padding-bottom: 155px;
}
.card-text1 {
  color: #182642;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
}
.card1 {
  text-align: center;
}
/* //////////////////////////////////////////////////// */
.callNowHeader {
  color: #de4513;
  text-decoration: none;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}
.headerIcon {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
.callNowHeader:hover {
  color: #fff;
  text-decoration: none;
}
.headerIcon:hover {
  color: #de4513;
  text-decoration: none;
}
.heroBlock h1 {
  color: #de4513;
}
.heroBlock h2 {
  color: #182642;
  font-weight: 800;
}
.heroBlock p {
  color: #182642;
}
.form1bg h1 {
  color: #de4513;
  font-weight: 800;
  text-align: center;
  padding-top: 30px;
  font-size: 2rem;
}
.form1bg h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
  font-size: 0.9rem;
}
.sec5Right h1 {
  color: #de4513;
  font-weight: 800;
  font-size: 5rem;
}
.sec5Right h2 {
  color: #fff;
  padding-bottom: 5px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #de4513;
  border-color: #de4513;
}
.btn-secondary {
  color: #fff;
  background-color: #de4513;
  border-color: #de4513;
}
.heroBlock {
  display: inline-block;
  margin-top: 172px;
  margin-bottom: 133px;
  margin-right: 45px;
}
.sec3Title {
  color: #182642;
  font-weight: 800;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec5Right {
  display: inline-block;
  text-align: right;
}
.sec6Title {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 47px;
}
.form-row {
  margin-bottom: 57px;
}
.footerTitle {
  color: #de4513;
  font-weight: 800;
}
.footerText {
  color: #0a2444;
}
.sec7Right {
  display: inline-block;
  text-align: right;
}
.callNowFooter {
  color: #0a2444;
  text-decoration: none;
  padding-right: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}
.footerIcon {
  color: #0a2444;
  text-decoration: none;
  font-size: 1.2rem;
}
.callNowFooter:hover {
  color: #0a2444;
  text-decoration: none;
}
.footerIcon:hover {
  color: #0a2444;
  text-decoration: none;
}
.footerTitle2 {
  color: #de4513;
}
.box3 {
  padding-bottom: 30px;
}
/* //////////////////////////////////////////////////// */
@media (max-width: 575.98px) {
  .callNowHeader {
    padding-right: 5px;
    font-size: 1rem;
  }
  .headerleft {
    text-align: center;
    width: 100%;
  }
  .logo {
    margin-right: 0;
  }
  .logoDiv {
    text-align: center;
  }
  .heroBlock {
    /* display: block; */
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .centerimgM {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .sec5Right {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .headerleft {
    margin-left: 45px;
  }
  .hero1 {
    padding-top: 107px;
    padding-right: 85px;
    padding-bottom: 66px;
  }
}
