html,body{
    overflow-x: hidden !important;
    max-width: 100%;
} 

input::placeholder{
    color: #666A75 !important;
    
}


html[lang='ar'] body,p{ font-family: 'Alexandria', sans-serif !important;}


.textdir{
    text-align:start;
    
}
.mainButton{
    border: 1px solid transparent;
    background-color: #7B74CF;
    cursor:pointer
}
.bg-purple-primary {
    background-color: #7B74CF;
}
.mainButton:hover{
    background-color: #EA435D !important;
}
#centerDatePicker{
    display:flex;
    justify-content: center;
    align-items: center;
    top:0;
    position: fixed;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
}
#date-picker{   
}
#centerDataPicker{
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0
}
.flexCenter{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}  

.blackOverlay{
    background-color: rgb(0,0,0,0.5) ;
    position: fixed; 
    display: none;
    z-index: 1; 
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#date-picker{   
    margin-inline: auto;
    margin-block: auto;
}

.needHelpTextCont{
  padding-inline-start: 1rem !important;
}

.text-purple-pramiry{
    color: #7B74CF;
}
.FAQSectionsCont{
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2.5rem;
}
.FAQSection{
    width:40%;
    margin-right: 1rem;
}
.tns-controls button{
    position:absolute;
    top:10px
}
.casesCont{
    margin-bottom: 3rem;
}
#sliderBasic .slide-item{

}
.stepFinal{
    display: flex;
    flex-direction: row;
    background-color: #7B74CF;  
    max-width: 85%;
    /*margin-left: 3rem;*/
    margin-top: 3rem;
    padding-inline: auto;
    width:fit-content;
    margin-bottom: 3rem;
    margin-right: 0;
}
.stepFinalText{
    color:white;
    padding:2.5rem
}
.yourSmile{
    font-size: 1.5rem;
    margin-bottom:0.5rem
}
.watchVideoWhite{
    margin-top: 1rem;
    background: none;
    color:white;
    border:1px solid white;
    padding:6px;
    font-size:14px
}
.stepFinalImage{
    width:40%

}
.tns-outer{
    position: relative;

}
#redCircleLastDesktop{
    top:unset !important;
    bottom: 0;
}
.tiny-twenty-item{ 
}

.hoverpueplePrimary{
    transition: all 0.3 ease !important;
}
.hoverpueplePrimary:hover{
    background-color: #7B75CF !important;
}
.hoverpueplePrimary:hover p{
    color:white !important
}
.hoverpueplePrimary:hover a{
    color:white !important
}
.hoverpueplePrimary:hover .circleIcon{
    background-color:white !important
}
.hoverpueplePrimary:hover i{
    color:#7B75CF !important;
} 
.paddinginline14{
    padding-inline: 6rem !important;
}
.paddinginline12{ 
}
#patintForm{ 
    padding-inline: 24rem;
    padding-top: 10rem;
}
.height100{  
} 
.formPatientCont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.formPatientSec{
    width: 100%;
    margin-inline: 1rem;
}
.endItemsFlex{
    display: flex;
    align-items: end;
    justify-content: end;
}
.herotextpatient{
    padding-inline: 24rem;
    padding-top: 4rem;
    font-size: 2rem;

}

.heroHeader{
    font-size:2.5rem;
    left: 24rem;
    color:white;
    line-height: 100%;
    font-weight: 800;
} 
:is([dir='rtl'] .heroHeader){
    left: unset;
    right: 24rem;
}
.subformPopup{
    max-height: 95%;
    position: relative;
    padding-inline: 4rem;
    width: 100%; 
    background-color: white;
    border: 1px solid black;
} 

.closePopup{
    color:red;
    font-size: 1.5rem;
    position: absolute;
    top: 12px;
    left: 25px;
}
.formPopup{
    padding-inline: 24rem;
    position: fixed;
    width: 100vw;
    z-index: 10000000000;
    height: 100vh;
    display: flex;
    
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0; 
}
.arrowLeftIcon{
    font-size: 1.3rem;
    width: 20px;
    scale: 1.4;
}
.herotextDoctor{
    color:black !important;
}
.popupTextPatient{
    font-size: 1.6rem;
    padding-left: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    color: black;
}
.backToHomePage{
    color:#7B75CF;
    font-size: 18px;
    display: block;
}
.checkBoxText{
    display: inline-block;
}
.ceckBoxInput{
    display: inline-block;
    margin-left: 1rem;
    size: 1.5rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.needHelpCont{

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #7B75CF;
    color: white;
    padding: 2rem 0 2rem 2rem;
    margin-inline: 24rem;
    margin-bottom: 7rem;
}
.needHelpImgCont{  
    width: 60%;
    height: 60%;
    padding-right: 2rem;
}
.needHelpImgCont img{
    border-radius: 50%;    
    aspect-ratio: 1/1;  
    width: 100%;
object-fit: cover;
}
.needHelpTextHeader{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 600;

} 


.needHelpButtonCont{ 
    margin-inline: 2rem;
    display: flex;
    align-items: end;
    justify-content: end;
}
.needHelpButton{
    border-radius: 4px;
    width: 100px;
    margin-top: auto; 
    padding-top: auto;
    padding-inline: 0.5rem;
}
.needHelpText{

    font-size: 18px;
}

.large {
   padding-inline:10rem !important;
}
@media (max-width:1500px) {
    .herotextpatient,#patintForm,#doctorForm,.formPopup{
        padding-inline: 8rem; 
    }
    .needHelpCont{
        margin-inline: 8rem;
    }
    .heroHeader{
        left: 10rem;
    }
    :is([dir='rtl'] .heroHeader){
        left: unset;
        right: 10rem;
    }
    .paddinginline12{
        padding-inline: 16rem; 
    }
}
@media (max-width:1200px) {
    .popupTextPatient{
        font-size: 1.5rem;
    }
    .herotextpatient,#patintForm,#doctorForm,.formPopup{
        padding-inline: 4rem; 
    }
    .needHelpCont{
        margin-inline: 4rem;
    }
    .heroHeader{
        left: 10rem;
    }
    :is([dir='rtl'] .heroHeader){
        left: unset;
        right: 10rem;
    }
    .paddinginline12{
        padding-inline: 10rem; 
    }
}
@media (max-width:860px) {
    .herotextpatient,#patintForm,#doctorForm,.formPopup{
        padding-inline: 2rem; 
    } 
    .needHelpCont{
        margin-inline: 2rem;
    }
    .heroHeader{
        left: 2rem;
    }
    :is([dir='rtl'] .heroHeader){
        left: unset;
        right: 2rem;
        text-align: right;
    }
    .paddinginline12{
        padding-inline: 2rem; 
    }
    
    .large {
   padding-inline:2rem !important;
}
}
@media (max-width:860px) {
    .needHelpText{
        padding-bottom: 2rem;
    }
#doctorForm{
    padding-inline: 0;
}

.checkBoxText{
    margin-left: 0;
    padding-left: 0;
}
}
.herotextpatient{ 
    color:white
}
.faqsCOnt{
    box-shadow:1.5px 1.5px 2px 1.5px rgb(0,0,0,0.2) ;
}
.bgRedHover{
    transition: 0.3s all ease;
}
.bgRedHover:hover{
    background-color: red !important;
    color:white !important
}  
 .PABEFORE:hover #Path_36{
    transform: translateX(-2px) translateY(-1px) rotate(-3deg);
 }
 .PABEFORE:hover #Path_37{
    transform: translateX(-2px) translateY(0px) rotate(-3deg);
 }
 .PABEFORE:hover #Path_38{
    transform: translateX(2px) translateY(0px) rotate(7.5deg);
 }
.PABEFORE{
    position: relative; 
}
.PABEFORE svg{
    position: relative;
    top:11px;
}
#Path_36,#Path_37,#Path_38{
    top:-20px;
    position:absolute !important;
    transition: all 0.3s ease-in;
}  
.fontSmallIpadLink{
    font-size:8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.buy-button{
    margin-inline-start: 0px !important;
    padding-inline-start: 0px !important;

}
.PA{
    position: absolute;
    left: 22px;
    cursor: pointer;
    width: 50px;
    height: 30px;
    top: -26px;
    scale: 4.5;
}
.FAQSectionFaqPage{
    width: 100% !important;
}
.scaleMobileWeb{
    scale:1.8 !important;
    margin-top: 10px;
    margin-bottom: auto;
}

.hoverZoom{
    transition: all 0.3s ease-in-out !important ;
    padding-bottom:0 !important
}
.hoverZoom:hover{  
    scale: 1 1.05;
}
.hoverZoom > div{  
    transition: 0.3 all ease !important;
}
.hoverZoom:hover > div{  
    padding-top: 1rem !important;
}
.hoverZoom > img{  
    transition: 0.3 all ease !important;
}
.hoverZoom:hover img{
    zoom:1.1 !important; 
}

.redArrows{
    color:red;
    background: none !important;
    right: -30px !important;
    position: absolute;
}
.rowColumnFlex{
    display: flex;
    flex-direction: row;
} 
.BlueButton{
    font-size: 2.5rem;
    margin: 0 1rem 0 1rem ;
    position:absolute; 
    top: 50%;
}
.bghowItWorks{
    background: #F2F1FA;
    border-radius: 50%;
    height: 350px;
    margin-inline: auto;
    width: 350px;   
    max-width: 100%;

}

.howItWorksHeroImgMobile{
    width: 300px; 
    margin-inline: auto;
    max-width: 100%;
    z-index:3

}
.subcribeBlue{
    background:#3A86FF !important;
    
}
.subcribeBlue:hover{
    background:#0F65CC !important
}
@media (max-width:1600px) {
    .herotextpatient{
        padding-bottom: 3rem;
    }
}
@media (max-width:1400px) {

    .BlueButton{ 
    }
    #prevBlueButton2{
        right: unset !important;
        left: -50px !important;
    }
    .nextBlueButton{
        right: -50px !important ;

    }
    #prevRedButton101{
        right: unset !important;
        left: -50px !important;
        
    }
    #prevBlueButton5{
        right: unset !important;
        left: -50px !important;

    }
    #prevBlueButton1{ 
        right: unset !important;
        left: -50px !important;
    }
    .prevRedButton{
        left: -50px !important ;

    }
    .nextRedButton{
        right: -50px !important ;

    }
    @media screen and (max-width: 1100px) and (min-width: 1000px) { 
        .nextRedButton{
            right: -25px !important ;
    
        }
        #prevRedButton101{
            right: unset !important;
            left: -25px !important;
            
        }
      }
      
}
.RedButton{
    color:red;
    font-size: 2.5rem;
    margin: 0 1rem 0 1rem ;
    position:absolute; 
    top: 50%;
}
.nextRedButton,.nextBlueButton{
    right: 0 ;
}
.prevRedButton,.prevBlueButton{
    left: 0 !important;
}
.hoverPurpleWhite:hover{
    background-color: #7B74CF !important;
    color:white !important;
    border:1px solid #7B74CF !important
}
.introSteps{
    background:#F7F7F7;
    width:100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
}
.introStepsFlex{
    width: fit-content;
    display: flex;
    margin-left: 8rem;
    justify-content: space-between;
}
.introSteps > .introStepsImageCont{
    margin-right: 1rem;
}
.stepsCont{
    background-color: #F7F7F7; 
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:  center;
    padding-top: 5rem; 
}
.stepItem{
    display: flex;
    margin-right: 1rem;
    max-width: 1300px;
    justify-content: space-between;
}
.stepSec{
    padding: 4rem 5rem 5rem 5rem;
    position: relative;
}
.redCircle{
    position: absolute;
    top: -3px;
    left: -7px;

}
.fontSmallIpad{
    font-size:10px !important
}
:is([dir='rtl'] .PABEFORE){
    left:unset !important;
    right:-3px !important
}

@media (min-width:860px) {
    :is([dir='rtl'] .redCircle){
        left:calc( 100% - 4px );
        min-width: 12px;
        min-height: 12px;
    }
    :is([dir='rtl'] .redCircleText){
        left:calc( 100% - 13px );  
        min-width:100px;
    }
    :is([dir="rtl"] .stepSecImg){
        border-left:3px solid #F2CAD6 !important;
        padding-left: 2rem !important;
        border-right: unset  !important;
    
    }
}
.redCircleText{
    position: absolute;
    top: -11px;
    left: 16px;
    color:#7984B3
}
.stepSecImg{
    border-right:3px solid #F2CAD6;
    padding: 4rem  5rem 5rem 4rem;
    width: 65%;
    max-width: 800px;
}

.StepsText{
    margin:0 1rem 0 0;
    text-align: center  !important;
}
.dropDownCont{
    width: 100%;
}
@media (max-width:1450px) {
    .stepSecImg{
        padding: 2rem 2rem 2rem 0; 
    }
}
@media (max-width:1050px) {
    .stepSecImg{ 
        width: 100%;
    }
}
.freeConsulation{
    color:#F6A8B1 ;
    margin: 0 auto 0 auto ;
}
.stepSecImg img{
    border-radius: 4px;
}
.watchVideoCont{
    margin-right:auto
}
.playButtpm svg{
    color:white; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill:white
} 
.FaqButton[aria-expanded="true"]  .eyeCont{
    display: none;
  }
  .FaqButton[aria-expanded="true"]  .eyeClosed{
    display: block;
  }
  .FaqButton[aria-expanded="false"]  .eyeCont{
    display: block;
  }
  .FaqButton[aria-expanded="false"]  .eyeClosed{
    display: none;
  }
.WathVideo{
    background: none;
    color:red;
    margin-top: 10px;
    border:1px solid red;
    padding:6px;
    font-size:14px
}
.BlueButton{
    color:#7B75CF;
    font-size: 2.5rem;

    margin: 0 2rem 0 2rem ;
}
.nextBlueButton{

}
.prevBlueButton{

}
 
.priceTextConTitle{
    font-size:18px; 
    line-height: 30px;
    margin-top: 2rem;
    color:black;
}
.priceTextContHeader{
    margin-top: 3rem;
    font-size: 2rem;
    color:black
}
.priceTextCont{
    flex-direction: column;
    background-color: #F5F4FB;
    padding-top: 3rem; 

}
.YouGetImgCont{
    height:200px;
    border-radius: 8px;
    display: flex;
    margin: 0 auto 0 auto;
    justify-content: center;
    border:2px solid transparent;
    width:200px
}
.YouGetItemsCont{
    display:flex;
    
    flex-direction: row !important;
}
.YouGetItem{
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.YouGetImgCont img{
    border-radius: 8px;
    width: 100%;height:100%;
    margin-inline: auto;

}
 
.BeforeAfterCont{
    height:180px
}
.container2{
    height: 100%;
}
.BeforeAfterCont div.container2 {
width: 100%;
max-width:100%; 
position: relative;
margin: 0;
}

.BeforeAfterCont div.image {
height: 100%;

background-repeat: no-repeat;
background-position: top left;
background-size: cover;
position: absolute;
top: 0px;
left: 0px;
}

.BeforeAfterCont div.before {
width: 100%;
z-index: 2;
}

.BeforeAfterCont div.after {
width: 100%;
z-index: 1;
}

input.slider {
width: 100%;
max-height: 180px;
outline: none;
background-color: transparent;
position: absolute;
margin: 0px;
z-index: 3;
cursor: pointer;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
transition: 0.25s all ease-in-out;
-moz-transition: 0.25s all ease-in-out;
-webkit-transition: 0.25s all ease-in-out;
z-index: 4;
}

input.slider::-moz-range-thumb {
width: 6px;
height: 180px;
left: 0;
background-color: #8F76CF;
cursor: pointer;
}

input.slider::-webkit-slider-thumb {
width: 6px;
height: 180px;
left: 90%;
background-color: #8F76CF;
cursor: pointer;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

.BeforeAfterCont div.slider-button {
width: 30px;
height: 30px;
border-radius: 50%;
-moz-broder-radius: 50%;
-webkit-border-radius: 50%;
background-color: #8F76CF;
position: absolute;
top: calc(50% - 18px);
left: calc(100% - 18px);
cursor: pointer;
z-index: 3;
}
.BeforeAfterCont div.slider-button:before {
color: #555;
position: absolute;
top: 3px;
left: 2px;
content: "<";
font-size:24px;
font-weight:900;
}

.BeforeAfterCont div.slider-button:after {
color: #555;
position: absolute;
top: 3px;
right: 0px;
content: ">";
font-size:24px;
font-weight:900;
}
.disabledOption{
    color: #9CA3B6 !important;
}

@media (max-width: 767px) {
.BeforeAfterCont div.container2 {
    width: 100%;
    height: 250px;
}
}
 
.paddingBottom{
    padding-bottom:0 !important
}
.text-custom-gray{
    color:#6A6A6D
}
.text-blackcustom{
    color:black 
}
@media (max-width:1600px) {
    .height100{ 
    } 
    .stepSecImg{
        border-right:3px solid #F2CAD6;
        padding: 4rem  5rem 5rem 4rem;
        width: 500px;
        max-width: 700px;
        min-height: 300px;
    }
}
@media (max-width:1200px) { 
    .height100{ 
    } 
    .stepSecImg{ 
        padding: 4rem  2rem 2rem 2rem; 
    }
}
@media (min-width:1400px) { 
    .p3Large{
        padding-left: 8rem !important;
        padding-right: 8rem !important; 
    }
    .priceTextCont{
        padding-left: 10rem ;
        padding-right: 10rem;  
    }
}
@media (min-width:860px) { 
    .flexCenterWeb{
        display: flex;
        width: 100%;
        align-items:center;
        justify-content: center;
    }
}
.startDesktop{
    display:flex;
    align-items: start !important;
    justify-content: start !important;
}
.desktopHidden{
    display:none
}
.FAQ button{
    width: 80%;
}
.text-pinkCustom{
    color:#F27D8D !important
}
.formInput{
    padding-inline: 2rem;
}
.SelectCont { 
    overflow: hidden;
    width: 100%;
  }
  
  .SelectCont select {
    text-indent: 1px;
    text-overflow: ''; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px auto;  
    background: #EFF1F8 url("../images/arrowpuple.png") no-repeat 96% center; border-style: solid; 
    background-size: 16px;
  }
  :is([dir='rtl'] .SelectCont select ){ 
    
    background: #EFF1F8 url("../images/arrowpuple.png") no-repeat 4% center; border-style: solid; 
    background-size: 16px;
  }
  .selectInput{
    color:#666A75;
  } 
  .selectInput option{
    color: #000;
  }
.formInput::-webkit-calendar-picker-indicator {
    fill: #7B75CF;
    color: #7B75CF;
    }
     
.flexRowFormPatientDoctor{
    display: flex; 
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}
.formInput{  
    display: inline-block;
    width: 100%;
    padding-block: 22px;
    padding-inline: 14px;
    margin-bottom: 1.5rem; 
    border-radius: 6px;
    font-size: 15px;
    background-color: #EFF1F8;
} 

.specialWidth{
    width:calc(100% - 30px)
}
@media (max-width:860px) {
    .specialWidth{
        width:100% 
    }
    .flexRowFormPatientDoctor{
        gap:0;
        flex-direction: column;
    }
    .needHelpImgCont{
        margin-bottom: 1rem;
    }
.checkBoxText{
    font-size: 14px !important;
}
    .needHelpTextHeader{
        margin-bottom: 0;
    } 
    .needHelpTextCont{
        margin-right: 1rem;
        
    }
    .needHelpImgCont{
        margin-inline: auto;
    }
    .needHelpButtonCont{
        margin-inline: 0;
        margin-right: 2rem;
        padding-right: 2rem;
    }
    .needHelpButtonCont{
        width: 100%;
    }
    .needHelpButton{
        width: 100%; 
        color: white !important;
        border: 1px solid white !important;
    }
    .needHelpCont{
        flex-direction: column;
    }
    .formPopup{
        padding-inline: 10px;
        
    }
    .heighunsetmobile{
        height: unset;
        min-height: unset;
    }
    .popupTextPatient{
        font-size: 24px;
        text-align: center;
        margin-inline:center;
        margin-left: 0;
        padding-left: unset;
        padding-inline: 1rem !important;
    }
    #patintForm{
        padding-top: 2rem;
    } 
    .blurBg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 100;
        background:rgb(255,255,255,0.3);
        backdrop-filter: blur(7.5px);
    }
    .subformPopup{
        z-index: 1000000;
        width: 90%;
        height:unset ;
        padding-inline: 0;
        margin-inline: 10px;
    } 
    
    .rtl .subformPopup{
        text-align: right;
    }
    
    .formPatientCont{
        flex-direction: column;
    }
    input.slider{
        height: 280px !important;
        max-height:220px !important
    }
    
input.slider::-moz-range-thumb { 
    height: 280px !important; 
    }
    
  
    
        input.slider::-webkit-slider-thumb { 
    height: 280px !important; 
    }
    .stepsCont {
        padding-top: 1rem;
    }
    .startForced *{
        text-align: start !important;
    }
    .introSteps{
        justify-content: start;
    }
    .introStepsFlex{
        margin: 0;
        padding-inline: 3rem;
        align-items: start ;
    }
    .text-center-mobile{
        text-align: center !important;
    }
    .textTitlePaddingMobile{
        padding-inline: 4rem;
    }
    #pricesHeader{
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .scaleMobileWeb{
        scale: 1.5 !important;
        margin-left: 12px;
    }
    .startDesktop{
        align-items: auto;
        justify-content: auto; 
    }
    .text-white-mobile{
        color:white 
    }
    .margin2around{
        margin: 2.5rem;
    }
    .margin1around{
        margin-inline: 3rem;
    }
    .mobileTHeyaReSmiling{
        margin: 5rem;
    }
    .priceTextCont{
        background-color: #fff;
    }
    .priceTextCont{
        background-color: #fff;
    }
    .ptMobile{
        margin-top: 3.2rem;
    }
    .margin3around{
        margin: 3rem;
    }
    .stepFinalImage{
        width: 100%;
    }
    .stepFinalText{
        padding-left: 0;
    }
    .marginLeftMobile3{
        margin-left: 2.75rem !important;
    }
    #redCircleLast{
        top:unset !important;
        bottom:0 !important;
    }
    #redCircleTextLast{
        top:unset !important;
        bottom:0 !important

    }
    #redCirclefirst{
        top:0
    }
    #redCircleTextfirst{
        top:-7px
    }
    .bgMobile{
        background-color:#F5F4FB
    }
    
    .textCenterMobile{
        text-align: center !important;
        margin-inline:10px;
    }
    .VideosContMobile{
        margin-top:2rem;
        margin-bottom: 2rem;
    }
    .VideoContMobile > div{
        margin-right: 1rem;

    }
    .VideoMobileImageCont{ 
        width:calc(150px + 5%);
        max-width: 40%;
    }
    .VideoContMobile img{
        border-radius: 6px;
        aspect-ratio: 4/2; 
    }
    .VideoContMobile{
        display: flex;
        margin-top:2rem;
        flex-direction: row;
        align-items:center;
        justify-content: center;
    }
    .desktopHidden{
        display:block
    }
    .flexCenterWeb{
        margin-left:2rem;
    }
    .mobilePatientStory{
        text-align: center;
    }
    .mobilePatientStoryCont{
        margin: 3rem  !important;
    }
    .mobileHidden{
        display:none !important
    }
    .columnReverseMobile{
        display:flex !important;
        flex-direction: column-reverse !important;
    }
    .stepFinal{
        background: none;
        flex-direction: column-reverse;
    }
    .yourSmile{
        /*color:#7B75CF*/
    }
    .loremyourSmile{
       /* color:black */
    }
    .watchVideoWhite{
        /* color:red;
        border:1px solid red */
    }
    .redCircleText{
        top: 0;

    }
    
    
    
    .redCircle{ 

        top:8px;
        left: -7px;
    }
    
    
    #redCircleLast{
        bottom: 0 !important;
        top:0 unset
    } 
    .stepSecImg{
        border:none;
        position: static;

    }
    .stepSec{
        position: static;
        padding: 0.5rem;
        padding-left: 2rem;
    }
    .YouGetImgCont{
        width: 300px;
        height: 300px; 
    }
    .paddinginlineMobile1{
        padding-inline: 1rem !important;
    }
    .paddinginlineMobile{
        padding-inline: 2rem;
    }
    .FlexStartMobile{
        align-items:start;
        justify-content: start;
    }
    .stepSec {
        padding-left: 1rem;
    }
    #redCircleTextFinal11{ 
    }
    .stepItem{
        padding-top: 2.4rem;
        width: 100%;
        position: relative;
        border-left:4px solid #F2CAD6;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
    .stepSecImg img{
        width:70%
    }
    .footer a img{
        margin-left: 13px !important;
    }
    .YouGetItem{
        margin-right: 0;
    }
    .stepFinalText{
        padding-bottom: 0;
    }
    .margininlineleftmobile{
        margin-left: 2rem !important;
    }
    .paddingTopMobiel{
        padding-top: 16rem !important;
    }
    .heroHeader{
        font-size: 2rem;
    } 
    .patientTextSec{
        padding-block: 3rem;
    }
    .herotextpatient {
        font-size: 24px;
        margin-bottom: 5rem;
        padding-bottom: 0 !important;
        padding-top: 1rem;
        margin-right: 2rem;
    }
    .herotextDoctor{
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        padding-inline: 1.2rem !important;
    }
    #pat
    .margininlinemobile15{
        margin-inline: 1.5rem;
    }
    .watchVideoButton{
        margin-bottom: 1rem;
    }
    .paddingleftmobile1{
        padding-left: 1rem;
    }
    .stepSecImg{
        min-height: unset;
    } 
    .watchVideoButtonCont{
        margin-bottom: 1rem;
    }
    :is([dir='rtl'] .margininlineleftmobile){ 
        margin-right: 2rem ;
        margin-left: unset ;
    } 
    :is([dir='rtl'] .stepItem){
        border-left:0 solid #F2CAD6;
        border-right:4px solid #F2CAD6;
    } 
    :is([dir='rtl'] .redCircle){
        left: calc(100% - 4px);
        min-height: 12px;
        min-width: 12px;
    }
    :is([dir='rtl'] .redCircleText){
        left: unset
    }
    .textSmallMobile{
        font-size:1.5rem;

    } 
    .forceCenterMobile *{
        text-align: center !important;
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .rowColumnFlex{
        flex-direction: column;
    }
    .FAQSectionsCont{
        min-width:100%
    }
    .sliiderBlog{
        width:353px
    }
    .priceTextContHeader{
        font-size: 1.75rem;
    }
    .priceTextConTitle{
        font-size: 1rem;
    }
    .YouGetItemsCont{
        flex-direction: column !important;
    }
    .YouGetItem{
        margin-bottom: 2rem;
    }
    .FAQSectionsCont{
        flex-direction: column;
        margin-inline: auto;
        align-items: center;
    }
    .flexCenterMobile{
        display: flex;
        width: 100%; 
        justify-content: center;
        align-items: center;
    }
    .FAQSection{
        min-width:80%
    }
}



@media (max-width:600px) { 
    .mobileTHeyaReSmiling {
        margin: 2rem;
    }
    
    .formInput{  
   
    font-size: 15px;
    
} 
    
    
    
}





@media (min-width:1400px){
    .patientTextSec{
        padding-block: 3rem;
    }
}

:is([dir='rtl'] .needHelpButtonCont ){  
    padding-right: unset;
    margin-right: 1rem;
  }
  
#doctorForm{
    padding-top: 1rem !important;
}
@media (max-width:500px) {
    
    .stepmobile {
color: white;
  text-align: center !important;
  padding: 10px;
  background-color: #7B74CF !important;
}     
 
    #patintForm{ 
        padding-inline:1rem
    }
    .popupTextPatient{
        font-size:18px
    }
    .herotextpatient {
        font-size: 20px;
    }
    .ceckBoxInput{
        margin-left: 0 !important;
    }
    .needHelpCont{
        margin-inline: 0;
    }
    .needHelpImgCont{
        width: 80%;
        height: 80%;
    }
}
@media (max-width:860px) {
    .needHelpImgCont img{
        width: 250px;
    height: 250px;
    margin-right: 0;
    padding-right: 0;
    margin-inline: auto;
    }
    .paddingtop0mobileimportant{
        padding-top:0 !important;
        padding-inline:1rem
    }
}
@media (max-height:550px){
    
    .popupTextPatient{
        overflow-y: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size:20px
    }
}



