* {
  box-sizing: border-box;
}

.home .entry-title {
  display: none;
}

.hero-sec a {
  padding: 12px 36px !important;
}

.btn-custom a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.text-center {
  text-align: center;
}
.home p {
  max-width: 629px;
}

.btn-custom a:hover,
.quote-form .gform_button:hover {
  background-color: #D65731 !important;
  border-color: #D65731 !important;
  color: #fff !important;
  transition: none !important;
}
.ginput_container.ginput_container_phone:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    inset-inline-start: 14px;
    background-image: url(https://s.w.org/images/core/emoji/17.0.2/svg/1f1ea-1f1ec.svg);
    top: 50%;
    transform: translateY(-50%);
}
.ginput_container.ginput_container_phone {
    position: relative;
}
.rtl .ginput_container.ginput_container_phone input {
    padding-inline-end: 62px !important;
    padding-inline-start: 10px !important;
}
.ginput_container.ginput_container_phone:before {
    content: "+20";
    position: absolute;
    top: 50%;
    inset-inline-start: 33px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #14080C;
}

.ginput_container.ginput_container_phone input {
    padding-inline-start: 62px !important;
}
.types-sec img {
  width: 100%;
}

.education-sec {
      display: flex;
    flex-direction: column;
    gap: 32px;
  text-align: center;
}
.icon-title {
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.icon-title figure {
  vertical-align: middle;
  line-height: 18px;
}

.cover-image {
  height: 657px;
  overflow: hidden;
  border-radius: 16px;
}

.icon-sec .icon-title {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
}

.icon-sec .icon-title img {
  width: 32px !important;
  height: 32px !important;
}

.cover-image img {
  height: 100% !important;
  object-fit: cover;
}

.icon-sec h5 {
  font-size: 18px !important;
  line-height: 28px;
}

.icon-sec {
  gap: 48px;
}

p.main-title strong {
  color: #e16f37;
  display: block;
}

p.main-title {
  font-weight: 600;
  font-size: 40px !important;
  line-height: 50px !important;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  /* color: #000000 !important; */
}
.rtl a {
  font-family: inherit;
}
.corporate-slider .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-form p {
  text-align: left;
}
.quote-form .gform_fields {
  gap: 32px !important;
}
.gfield_label {
  margin-bottom: 6px !important;
}

.form-note {
  margin-top: 24px;
  text-align: center !important;
  font-size: 16px;
  color: #777675;
  font-weight: 500;
  line-height: 24px;
}

.quote-image {
  position: relative;
}
.free-design {
  position: absolute;
  top: -30px;
  inset-inline-end: -32px;
  box-shadow: 5px 4px 8px 0px #0000000d;
  border: 1px solid #f7f5f4;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  min-width: 153px;
  min-height: 60px;
  gap: 8px;
  padding-inline-start: 46px;
  margin: 0;
}
.free-design:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #21c55d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  inset-inline-start: 20px;
  transform: translateY(-50%);
}
.fast-delivery:before {
  background: #3b82f6;
}
.quote-col {
  gap: 64px;
}
.fast-delivery {
  top: auto;
  bottom: -6.46px;
  inset-inline-start: -29px;
  inset-inline-end: auto;
}
.quote-sec h2 {
  font-weight: 600;
}
.quote-form h3 {
  font-weight: 500;
}
.free-design h6 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}
.free-design p {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
}
.services-sec h3 {
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
}

.services-sec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.quote-image .wp-block-image {
  height: 580px;
}
.quote-image .wp-block-image img {
  height: 100% !important;
  object-fit: cover;
}
.rtl .quote-form p {
  text-align: right;
}
.rtl input {
  text-align: right;
}
.slick-slide {
    padding: 0 15px;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
}
.slick-slide img{
  display: block !important;
  margin: 0 auto !important;
}
/* .........................Responsive Design Media Queries........................ */
@media (max-width: 991.98px) {
  .quote-image,
  .quote-form h3,
  .quote-form h3 + p {
    display: none !important;
  }
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 767px) {
  .quote-sec {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .quote-form .gform_button {
    padding: 14px !important;
  }
  .quote-sec h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .quote-sec h2 + p,
  .quote-col {
    margin-top: 24px !important;
  }
  .quote-col {
    padding-bottom: 0px !important;
    margin-top: 24px !important;
  }
  .btn-custom a {
    padding: 9px 22px !important;
    font-size: 14px !important;
  }
  .quote-form .gform_fields {
    gap: 24px !important;
  }
  .icon-sec {
    gap: 24px;
    padding-bottom: 32px !important;
  }

  .home p.main-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .main-title strong {
    display: inline !important;
  }

  .icon-sec .wp-block-column {
    padding: 32px !important;
  }

  .icon-sec h5 {
    font-size: 16px !important;
    line-height: 24px;
    margin-top: 16px !important;
  }

  .hero-sec {
    min-height: 605px !important;
    padding: 30px 0 !important;
  }
  .quote-form .gform_button {
    font-size: 16px !important;
  }
  .hero-sec .wp-block-buttons {
    margin-bottom: 8px !important;
    margin-top: 11px;
  }

  .types-sec .wp-block-heading {
    padding: 16px !important;
    font-size: 18px;
  }

  .education-sec {
    padding: 32px 0 24px 0 !important;
    gap: 24px;
  }

  .education-sec .wp-block-button {
    padding: 9px 19px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
  }

  .types-sec {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .cover-image {
    height: 297px;
    border-radius: 12px;
  }

  .icon-sec .icon-title {
    width: 52px;
    height: 52px;
    border-radius: 11.6px !important;
  }

  .icon-sec .icon-title img {
    width: 26px !important;
    height: 26px !important;
  }
}

/* Extra small to small devices (max-width 767px) */
@media (max-width: 767px) {
  .home p {

    max-width: 90% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Large devices (desktops and up to 1200px) */
@media (max-width: 1200px) {
  .wide-reponsive {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
