

@font-face {
    font-family: Bold;
    src: local("Bold"), url("bold.woff")
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Bold
}

.hero,
.result {
    text-align: center
}

#error,
.hero ul li,
.how_work .top_Sec,
.result .top_cont {
    position: relative
}

.color_gradient {
    background: linear-gradient(to left, #B64332, #AA1D15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


img {
    width: 100%
}

html {
    scroll-behavior: smooth;
    direction: rtl
}

/* 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;
}




.div_btn{
  text-align: center;
  
}
.div_btn .btn{
  font-size: 28px;
  padding: 1px 38px 5px;
  line-height: 1.9;
  color: #fff  ;
  background: linear-gradient(#F68E1D, #F54F22);
  border-radius: 20px;
  box-shadow: 0 5px 15px #5858586b;
  cursor: pointer;
}







.container {
    width: 95%;
    margin: auto
}

.image_btn {
    width: 55%;
    margin: 0 auto
}

.hero .top_image img{
    display: block;
}
.hero ul{
    background: url(../img/bgtopsec.webp);
    background-size: cover;
    background-position: top;
    padding-top: 10px;
}
.hero ul li {
    font-size: 6.5vw;
    color: #FFF;
    line-height: 1.6;
    padding: 5px 0;
    margin-bottom: 15px;
}
.hero ul li p{
    width: max-content;
    margin: 0 auto;
}



.hero ul img {
    display: block;
    margin-bottom: -1px
}

.hero .image_btn {
    width: 90%;
    margin-top: 5px;
    padding-bottom: 12px;
}

.hero .image_btn img {
    width: 60%;
    margin: 0 auto
}




.result {
    position: relative;
    background: url(../img/4.webp);
    background-size: cover;
    background-position: center;
    padding-top: 10px;
    color: #fff;
}
.result .top_result {
    margin-bottom: 10px;
}
.result .top_result h2{
    font-size: 8.8vw;
    line-height: 1.2;
}
.result .top_result h3{
    line-height: 1.4;
    font-size: 5vw;
    color: #000;
}

.result .result_img{
    display: block;
    padding: 10px 0;
    
}

.result .image_btn{
    width: 55%;
    padding-bottom: 10px;
}





.doctor {
    background: #D9D9D9;
    background-image: url(../img/bg-doctor.webp);
    background-size: cover;
    background-position: center;
    padding: 20px 0 10px;
 
}
.doctor .top_doctor{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.doctor .top_doctor .div_img{
    width: 40%;
}
.doctor .top_doctor .text{
    width: 60%;
    text-align: center;
    padding-left: 20px;
}
.doctor .top_doctor .text h4{
    color: #F5791E;
    font-size: 6.1vw;
    line-height: 1.1;
}
.doctor .top_doctor .text h5{
    font-size: 3.2vw;
    margin-top: 10px;
    background: linear-gradient(#F55121,#F69D31);
    padding-bottom: 2px;
}

.doctor .btm_doctor{
    position: relative;
    padding: 20px 0;
    margin: 0px 0 20px;
}
.doctor .btm_doctor .line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background: #000;
    z-index: 10;
}
.doctor .btm_doctor::after,.doctor .btm_doctor::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(to left ,transparent, #F69D31 , transparent);
}

.doctor .btm_doctor::after{
    top: 0;
}
.doctor .btm_doctor::before{
    bottom: 0;
}
.doctor .btm_doctor .text_top {
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
}
.doctor .btm_doctor .text_top.btmsec{
    margin-bottom: 0;
}

.doctor .btm_doctor .text_top p {
    width: 47%;
    font-size: 3.8vw;
    line-height: 1.4;
    color: #0c0c0c;
    gap: 2%;
}


.doctor .image_btn{
    position: relative;
    width: 100%;
    text-align: center;
}
.doctor .image_btn img{
    width: 55%;
    z-index: 100;
}
.doctor .image_btn a{
    position: relative;
}


.how_work {
    background: url(../img/howworkbg.webp);
    background-size: cover;
    background-position: center bottom;
    text-align: center
}
.how_work .top_Sec {
    padding-top: 10px;
}
.how_work .top_Sec .text{
    text-align: right;
    width: max-content;
    margin: 0 auto;
    position: relative;
    padding-right: 10px;
}
.how_work .top_Sec .text::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 8px;
    height: 82%;
    background: linear-gradient(#F58C1D,#F54F22);
}

.how_work .top_Sec p {
    font-size: 6vw;
    line-height: 1.4;
    color: #fff;
    border-radius: 0 0 13px 13px;
}

.how_work .top_Sec h4 {
    color: #0A0A0A;
    font-size: 7.5vw;
    line-height: 1.2;
    width: max-content;
    margin-top: 8px;
    border-radius: 20px 0 20px 0;
}

.how_work .top_Sec img{
    display: block;
}

.how_work .btm_work p {
    color: #0A0A0A;
    font-size:5.2vw;
    font-weight: bold;

}


.how_work .image_btn{
    width: 55%;
    padding: 10px 0 15px;
}


@media (min-width:600px) {
    .div-btn .btn {
        width: max-content;
        font-size: 25px
    }

    .hero .top_image {
        width: 100%;
        margin: 0 auto
    }

    .hero ul img {
        width: 73%;
        margin-inline: auto
    }

    .hero ul li {
        font-size: 32px;
        margin: 0 auto;
        padding: 3px 12px;

    }
    .hero ul li.one,
    .hero ul li.two,
    .hero ul li.three,
    .hero ul li.four{
        padding: 0;
        margin: 0;
        border-radius: 0;
        margin-bottom: 15px;
        padding: 5px 0;
    }

    .hero .image_btn{
        width: 70%
    }

    .image_btn {
        width: 220px
    }

    .doctor .image_btn img{
        width: 35%;
    }
 

    .doctor .btm_doctor .text_top p{
        font-size: 3.2vw;
        width: 45%;
        padding: 0 10px;
    }



    .how_work .top_Sec p {
        font-size: 32px
    }
    .how_work .top_Sec img{
        width: 70%;
        margin: 0 auto;
    }

    .result .top_result h3{
        font-size: 23px;
    }
    .result .image_btn{
        width: 45%;
    }
    .result img{
        width: 80%;
        margin: 0 auto;
    }
    .result .top_result h2{
        font-size: 40px;
    }

    .how_work .btm_work .p_border {
        width: max-content;
        margin: 10px auto 20px;
        padding: 10px 15px 0
    }

    .how_work .btm_work p {
        font-size: 24px
    }
    .how_work .top_Sec h4{
        font-size: 38px;
    }

    .result .top_res h1 {
        font-size: 50px
    }

    .result .top_res h4 {
        font-size: 23px
    }

 
    .result .top_cont p {
        font-size: 3.7vw
    }

    .result .content {
        width: 75%;
        margin: 0 auto
    }


}


@media (min-width:1000px) {

    .result .top_cont,
    .result .top_cont.right {
        margin-bottom: 25px
    }

    .flex_Sec {
        display: flex
    }

    .flex_hero{
       
    }
    .flex_hero .result{
        background-color: #B12B29;
     
    }

 
    .hero,.doctor,
    .how_work,
    .result {
        width: 50%
    }


    .doctor{
        margin-top: 0;
    }

    .doctor .btm_doctor .text_top p{
        font-size: 18px;
    }

    .doctor .top_doctor .text h4{
        font-size: 34px;
    }
    

    .doctor .top_doctor .text h5{
        font-size: 18px;
    }

    .doctor .btm_doctor{
        margin-top: 0px;
    }

    .doctor .image_btn img{
        width: 50%;
    }


    .hero ul li {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .result .top_cont p {
        font-size: 1.8vw
    }

    .result .top_cont {
        margin-top: 20px
    }

    .result .image_btn {
        margin-top: 10px
    }

    .how_work .top_Sec p{
        font-size: 30px
    }

    .how_work .top_Sec .text {
        padding-top: 0
    }

    .how_work .top_Sec h3 {
        font-size: 25px
    }

    .how_work .top_Sec img {
        width: 450px
    }

    .how_work .save p{
        font-size: 16px;
    }
    .how_work .save img{
        width: 55px;
    }
    .how_work .image_btn{
        width: 45%;
    }
    .result img{
        width: 90%;
    }

}

@media (min-width:1300px) {
    .hero .top_image {
        width: 100%;
        margin: 0 auto
    }


.hero ul li{
    margin-bottom: 10px;
    font-size: 28px;
}

    .hero ul li.red{
        box-shadow: none;
    }
    .doctor .btm_doctor .text_top p{
        font-size: 24px;
    }

    .how_work .btm_work p {
        font-size: 28px
    }

}








/* ================== */
/* Start form_section Section */


/* top form section */


/* form */

.form_section .container_form{
  background: linear-gradient(#F58C1D , #F45E20);
  padding-bottom: 10px;
}

.form_section .sm-p {
  font-size: 2.5vw;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 7px 0;
}


.form_section form{
  background: linear-gradient(#0F0F0F,#484849);
  text-align: center;
  width: 95%;
  margin: 0 auto ;
  border-radius: 18px;
  box-shadow: 5px 5px 8px #00000027;
  padding-bottom: 15px;
}
.form_section .img_price img{
    display: block;
}
.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%);
  color: #B21EB6;
}

.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;
}
.form_section .price{
  width: 50%;
}

.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;
}
}

/* End form_section Section */
/* ================== */






/* ================== */
/* Start footer Section */

.footer{
  background: #F45E20;
  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 */
/* ================== */



/* ================== */
/* Start Thanks Page Section */

body.thanks_page_page {
    background: url(../img/thanks.webp) center/cover;
    min-height: 100vh
}

.thanks_page {
    text-align: center;
    padding-top: 30px
}

.thanks_page h3 {
    font-size: 22px;
    margin: 0;
    color: #FCFEFE;
    background: linear-gradient(#F55121,#F69D31);
    width: max-content;
    margin: 0 auto 8px;
    padding: 0 15px;
    border-radius: 10px;
}

.thanks_page p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #FCFEFE
}

.thanks_page a {
    display: block;
    padding: 5px 30px;
    font-size: 20px;
    color: #FCFEFE;
    background: linear-gradient(to left, #F55121, #F69D31);
    width: max-content;
    border-radius: 10px;
    margin: 0 auto 20px;
    box-shadow: 5px 5px 12px #1b1b1b8e
}

.thanks_page .text img {
    width: 70px
}

@media (min-width:1000px) {
    .thanks_page p {
        font-size: 18px;
        margin-bottom: 25px
    }

    .thanks_page h3 {
        font-size: 25px;
        margin: 00px 0 8px
    }

    .thanks_page .text img {
        width: 100px
    }
}

@media (min-width:500px) {
    body.thanks_page_page {
        background: #0f0f0f;
        min-height: 100vh
    }
}