/* Font Files */
@font-face {
  font-family: F_Bold;
  src: local("F_Bold"), url("BOLD.TTF");
}

/* main css */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
}

body,
html {
  font-family: F_Bold, sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

input,
button {
  border: none;
  outline: none;
}

/* error form style */

#error {
  position: relative;
  top: -5px;
  color: red;
  font-size: 14px;
  width: max-content;
  margin: 0 auto;
  padding: 0 5px 3px;
  background: #fcfefe;
  border-radius: 3px;
  border: 1px solid red;
  line-height: 1.2;
  opacity: 0;
  transition: 0.2s;
}

#error.active {
  opacity: 1;
}

/* button */

.btn_img {
  width: 55%;
  margin: 0 auto;
  padding: 8px 0 10px;
}

.div_btn {
  text-align: center;
}
.div_btn .btn {
  font-family: F_Bold, sans-serif;
  font-size: 28px;
  padding: 1px 38px 5px;
  line-height: 1.9;
  color: #fff;
  background: linear-gradient(#f67c1c, #f43918);
  border-radius: 20px;
  box-shadow: 0 5px 15px #5858586b;
  cursor: pointer;
}

.div_btn .btn span {
  color: #e2e2e2;
}
@media (min-width: 576px) {
  .btn_img {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .btn_img {
    width: 260px;
  }
}

/* ================== */
/* Start hero Section */

.hero .content {
  background: url(../images/bg-hero.webp);
  background-size: cover;
  background-position: bottom;
  padding-top: 8px;
  text-align: center;
  padding-bottom: 12px;
}
.hero ul li {
  font-size: 5.4vw;
  line-height: 1.25;
  padding: 4px 1px 8px;
  margin: 0 auto 12px;
  box-shadow: 0 5px 15px #58585820;
  border-radius: 0 25px 0 25px;
  width: 96%;
  overflow: hidden;
}
.hero ul li.black {
  background: url(../images/black.webp);
    background-position: center;
  background-size: cover;
  color: #fff;
}
.hero ul li.orange {
    background: url(../images/orange.webp);
  background-position: center;
  background-size: cover;
  color: #141414;
  padding: 4px 1px 8px;
}

.hero ul li.last {
  margin-bottom: 0;
}

/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width: 576px) {
  .hero ul li {
    border-radius: 20px;
    margin: 0 auto 10px;
    width: 76%;
    font-size: 4vw;
    padding: 4px 1px 14px;
  }

  .hero ul li.orange,
  .hero ul li.black {
    border-radius: 20px;
    margin: 0 auto 10px;
    box-shadow: 0 5px 15px #5858584b;
  }
}

/* ==========  md ≥ 768px  ========== */
@media (min-width: 768px) {
}

/* ==========  lg ≥ 992px  ========== */
@media (min-width: 992px) {
  .flex {
    display: flex;
  }
  .flexone {
    align-items: center;
  }
  .hero {
    width: 50%;
  }

  .hero .top_img {
    margin-top: -4vw;
  }
  .hero ul li {
    font-size: 20px;
  }
}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width: 1200px) {
  .hero ul li {
    width: 62%;
  }
}
@media (min-width: 1500px) {
  .hero ul li {
    width: 65%;
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .hero ul li {
    width: 65%;
    font-size: 28px;
  }
  .hero ul li.orange, .hero ul li.black {
    margin-bottom: 20px;
  }
}

/* End hero Section */
/* ================== */

/* ================== */
/* Start Results Section */
.results {
  position: relative;
}
.results img {
  display: block;
}

.results .btn_img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width: 576px) {

  }


/* ==========  lg ≥ 992px  ========== */
@media (min-width: 992px) {
  .results{
    width: 50%;
    background: #010101;
  }
}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width: 1300px) {

}


/* End Results Section */
/* ================== */

/* ================== */
/* Start doctor Section */

.doctor {
  position: relative;
  background: url(../images/top-doc.webp);
  background-size: cover;
  background-position: top center;
}

.doctor .top_doctor {
  text-align: center;
}
.doctor .top_doctor h2 {
  font-size: 6vw;
  line-height: 1.2;
  color: #141414;
  padding: 10px 10px 0;
}
.doctor .img_doctor {
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.doctor .top_doctor h2 span {
  background: linear-gradient(#f6ae20, #f45f19);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-bottom: 5px;
}

.doctor .text {
  text-align: center;
}
.doctor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 7%;
  margin-top: 15px;
}
.doctor ul li {
  width: 48.5%;
  font-size: 3.2vw;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  padding: 2px 0 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* Example value */
  border-radius: 12px;
}

.doctor ul li.top {
  color: #202020;
  border: 1px solid #202020;
}
.doctor ul li.btm {
  background: linear-gradient(#f6ae20, #f45f19);
}

.doctor .tall_p {
  font-size: 2.9vw;
  line-height: 0.8;
  margin: 8px 0;
}
.doctor .tall_p span {
  background: linear-gradient(#f6ae20, #f45f19);
  color: #fff;
  padding: 0 5px 3px;
  border-radius: 12px;
  line-height: 0.5;
}

/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width: 576px) {
  .doctor ul li {
    margin-bottom: 20px;
    width: 47%;
    font-size: 3vw;
  }
  .doctor .top_doctor h2{
    font-size: 4vw;
  }
  .doctor .tall_p {
    font-size: 2.4vw;
    margin: 15px 0;
  }
  }


/* ==========  lg ≥ 992px  ========== */
@media (min-width: 992px) {

  .doctor {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-position: top left;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
  }

  .doctor ul li {
    font-size: 18px;
  }

  .doctor .text {
    padding-bottom: 20px;
  }
  .doctor .top_doctor h2{
    font-size: 28px;
  }
  .doctor .img_doctor{
    width: 75%;
  }

}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width: 1300px) {
  .doctor ul li {
    font-size: 24px;
  }

  .doctor .text {
    padding-bottom: 40px;
  }
}

/* End doctor Section */
/* ================== */

/* ================== */
/* Start how_work Section */



.how_work .top_work {
    position: relative;
      padding-top: 15px;
  background: url(../images/top-work.webp) center/cover;
  text-align: center;
  padding-bottom: 20px;
}

.how_work .head_Sec {
  padding-top: 10px;
  background: #F6761B;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.how_work .head_Sec h3 {
  color: #fff;
  font-size: 7vw;
  line-height: 1.2;
  text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.055);
}
.how_work .head_Sec h5{
  background: #fff;
  margin-top: 10px;

}
.how_work .head_Sec h5 span {
    background: linear-gradient(#f6ae20, #f45f19);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 7vw;
  line-height: 1;
}
.how_work .top_how_work h5 {
  color: #fff;
  background: linear-gradient(#f67c1c, #f43918);
  width: max-content;
  margin: 15px auto 20px;
  padding: 0 15px 5px;
  border-radius: 30px 0px 30px 0px;
  font-size: 7.5vw;
  line-height: 1.4;
}
.how_work .text_Work{
        padding-top: 15px;
  background: url(../images/btm-work.webp) center/cover;
}
.how_work ul {
  padding: 15px 0 0;
}

.how_work ul li {
  font-size: 4.3vw;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 0 auto 7px;
  padding: 2px 5px 6px;
}


/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width: 576px) {
  .how_work .head_Sec h3{
    font-size: 5vw;
  }
  .how_work .head_Sec h5 span {
    font-size: 5vw;
    padding: 10px 0 20px;
  }
  .how_work ul li {
    font-size: 3.5vw;
    padding: 0 10px 8px;
    border-radius: 10px;
    width: max-content;
    margin: 0 auto 10px;
  }
  .how_work .img_how_work {
    width: 75%;
    margin: 0 auto 10px;
    border-radius: 15px;
  }
}

/* ==========  lg ≥ 992px  ========== */
@media (min-width: 992px) {
  .how_work {
    width: 50%;
  }

  .how_work .head_Sec h3,
  .how_work .head_Sec h5 span{
    font-size: 28px;
  }
  .how_work ul li{
    font-size: 22px;
  }
  .doctor .tall_p{
    font-size: 16px;
  }
    .how_work .top_work{
    padding-bottom: 10px;
  }
  .how_work .text_Work{
    padding-top: 0;
  }
  .how_work ul li{
    margin-bottom: 8px;
  }
}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width: 1200px) {
}

/* End how_work Section */
/* ================== */

/* ================== */
/* Start form_section Section */

/* top form section */

/* form */

.form_section .container_form {
  background: linear-gradient(#232323, #1C1C1C);
  padding-bottom: 10px;
}

.form_section .sm-p {
  font-size: 2.7vw;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 7px 0;
}

.form_section form {
  background: linear-gradient(#F5591A, #F6A71F);
  text-align: center;
  width: 95%;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 5px 5px 8px #00000027;
  padding-bottom: 15px;
}
.form_section .top_form {
  padding: 12px 0;
}
.form_section .top_form p {
  font-size: 5.2vw;
  line-height: 1.3;
  color: #fbfdfd;
}
.form_section form .input_div {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.form_section form .input_div svg {
  position: absolute;
  width: 30px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.form_section form .input_div .icon_Phone {
  transform: translateY(-50%) scaleX(-1);
}

.form_section form input {
  width: 100%;
  padding: 15px 40px 15px 10px;
  font-size: 18px;
  box-shadow: 5px 5px 8px #00000031;
  text-align: right;
  font-family: sans-serif;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.3s ease-in;
}
.form_section form input:focus {
  border-color: #68e03e;
}

/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width: 576px) {
  .form_section .sm-p {
    font-size: 2.5vw;
  }
  .form_section .top_form p {
    font-size: 4.8vw;
  }
  .form_section form .input_div {
    width: 90%;
  }
  .form_section .top_form p {
    font-size: 4.2vw;
  }
  .form_section form {
    width: 85%;
  }
}

/* ==========  lg ≥ 992px  ========== */
@media (min-width: 992px) {
  .form_section {
    display: flex;
    flex-direction: row-reverse;
  }
  .form_section .price {
    width: 50%;
    background: linear-gradient(#FAFAFA,#DCDCDC);
     padding: 0 5%;
  }

  .form_section .container_form {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .form_section form {
    width: 90%;
  }

  .form_section .sm-p {
    font-size: 13.5px;
  }
  .form_section .top_form p {
    font-size: 24px;
  }
}

/* ==========  xl ≥ 1200px  ========== */
@media (min-width: 1200px) {
  .form_section form {
    width: 80%;
    padding: 25px 20px 30px;
    min-width: 550px;
  }
    .form_section .price {
    padding: 0 8%;
  }
}

/* End form_section Section */
/* ================== */

/* ================== */
/* Start footer Section */

.footer {
  background: #1C1C1C;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer .boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}

.footer .boxs .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 33.3%;
}

.footer .boxs .box img {
  height: 24px;
  width: auto;
}

.footer .boxs .box p {
  font-size: 2.4vw;
  line-height: 1.5;
  color: #fff;
}

/* ==========  Responsive Design  ========== */
/* ==========  sm ≥ 576px  ========== */
@media (min-width: 576px) {
  .footer .boxs .box img {
    height: 28px;
  }
}

/* ==========  lg ≥ 992px  ========== */
@media (min-width: 992px) {

  .footer .boxs .box {
    gap: 20px;
  }
  .footer .boxs .box img {
    height: 40px;
  }
  .footer .boxs .box p {
    font-size: 18px;
  }
}

/* End footer Section */
/* ================== */
