@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    max-width: 450px;
    margin: 0 auto;
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif;
   /* background-image: url('../images/fitme-img-back-p116.png'); */
   height: auto;
   min-height: 100vh;
   background-size: cover;
   background-position: 100% 100%;
   /* min-height: 1500px; */
}
.back-none{
    background-color: white;
}
.pd-right{
    padding-right: 32px;
}

.txt-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px auto;
}

.txt-top div{
    font-family: 'Roboto';
font-weight: 700;
font-size: 15px;
line-height: 148.69%;
text-align: center;
color: #000000;
}

@media(min-width : 1024px){
   .txt-top div{
font-size: 19px;

} 
}

.txt-under{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.txt-under div{
    font-family: 'Roboto';
font-weight: 700;
font-size: 20px;
line-height: 148.69%;
text-align: center;
color: #399AF9;
}


.top-lang {
  position: relative;
}

#lang {
position: absolute;
    top: 8px;
    right: 8px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    display: block;
    border-radius: 5px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding: 5px;
    z-index: 99;
    border: 1px solid black;
}

.top-lang div {
    text-align: center;
    font-size: clamp(11px, 1vw, 12px);
    padding-top: 8px;
    width: 100%;
    font-family: 'Roboto';
font-weight: 400;
line-height: 14px;
color: #000000;
}

.header {
  text-align: center;
    width: 82%;
    /* min-height: 114px; */
    margin: 40px auto;
   
}
.header .main-img{
  width: 100%;
}
.header .main-img img{
  width: 100%;
}

.header #main-image {
  width: 70%;
  margin: auto;
  height: 240px;
}




/* page 1 */



.promotion {
    text-align: center;
    margin-top: 30px;
    
}

.promotion div {
    font-weight: 700;
}








form {
    display: block;
    margin: auto;
}




.action-new {
    margin: 0 auto;
    width: 100%;
    font-size: clamp(15px, 1vw, 16px);
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 400;
    /* font-size: 17.65px; */
    /* line-height: 21px; */
    text-align: center;
    letter-spacing: 0.355em;
    color: #535353;
    margin-top: 15px;
}


.action-holder{
    text-align: center;

}

.action {
    /* font-size: clamp(17px, 1vw, 18px); */
   margin: 0 auto;
    display: inline-block;
font-family: 'Almarai';
font-weight: 600;
font-size: 17px;
/* line-height: 37px; */
text-align: center;
/* letter-spacing: 0.08em; */
color: #404040;
}


.error-message {
    text-align: center;
}

.form-p3 input{
    background: #FFFFFF;
border: 2px solid #5AB704;
box-sizing: border-box;
box-shadow: 0px 0px 9.17px #5AB704;
border-radius: 10px;
}
.form-p3 button{
    background: #5AB704;
border-radius: 8px;
color: white;
font-size: 23px;
}

.price-container {
    direction: ltr;
    text-align: justify;
    padding: 0 10px;
    margin: auto;
    color: #79838D;
    margin-top: 70px;
}

.price-container div:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 10px;
}

/*  page 2 */


#resendOpt{
    color: #535353;
}

#otp-form .action {
    font-size: clamp(14px, 1vw, 15px);
}


button#confirm-btn:disabled {
    background-color: #aaa;
}

.numberActions {
    margin: 0;
    text-align: center;
}

.countdown-wrapper {
   text-align: center;
   width: 100%;
   display: flex;
   flex-direction: row-reverse;
   justify-content: center;
   align-items: center;
   
}
.countdown-wrapper a{
    color: #000000;
    font-weight: 700;
    font-family: 'Roboto';
}
.final-countdown {
    margin: 0 !important;
    font-size: 13px;
    color: #000000;
    margin-left: 10px !important;
    font-weight: 700;
    font-family: 'Roboto';
}
.new-color-p2 a{
    color: #585858;
}
.new-color-p2 .final-countdown{
    color: #585858;
}


/* page 3 */

#thirdpage .action  {
    line-height: 1;
    text-align: justify;
    direction: ltr;
    margin-top: 20px;
}

.clipo-main__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.clipo-main__content .left{
    width: 43%;
    display: flex;
    flex-direction: column;
}

.clipo-main__content .right {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.clipo-main__content img {
    align-self: center;
}

.clipo-main__content .left .phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    height: 198px;
    width: 100%;
    background: #D73D23
}

.clipo-main__content .left .phone img {
    display: block;
    width: 120px;
    object-fit: cover;
    align-self: center;
    margin-top: 30px;
}

.clipo-main__content .left .phone div {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}


.clipo-main__content .left .free-egp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background: #00C100;
    margin-top: 10px;
    height: 304px;
    width: 100%;
}

.clipo-main__content .left .free-egp>div:nth-of-type(1) {
    flex: 1;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
}


.clipo-main__content .left .free-egp>div:nth-of-type(2) {
    font-weight: 700;
    font-size: clamp(22px, 1vw, 23px);
    line-height: 146.19%;
    text-align: center;
    color: #FFFFFF;
}


.clipo-main__content .right .icons {
    display: flex;
    flex-direction: column;

}

.clipo-main__content .right .icons .top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.clipo-main__content .right .icons .top>div {
    width: 48%;
    height: 94px;
    background: #D73D23;
    text-align: center;
    display: flex;
}

.clipo-main__content .right .icons .top>div img {
    display: block;
    margin: auto;
    align-self: center;
}

.clipo-main__content .right .icons .bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}

.clipo-main__content .right .icons .bottom>div {
    width: 48%;
    height: 94px;
    background: #D73D23;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.clipo-main__content .right .icons .bottom>div img {
    display: block;
    margin: auto;
    align-self: center;
}

.clipo-main__content .right .icons .bottom>div:nth-of-type(2) div {
    text-align: left !important;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 700;
}

.clipo-main__content .right .calendar {
    display: flex;
    flex-direction: column;
    padding: 2px 10px;
    background: #D73D23;
    height: 89px;
    margin-top: 10px;
}

.clipo-main__content .right .calendar>div:nth-of-type(1) {
    flex: 1;
}

.clipo-main__content .right .calendar>div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.clipo-main__content .right .calendar>div:nth-of-type(2) div {
    letter-spacing: -0.01em;
    font-weight: 700;
    align-self: baseline;
}

.clipo-main__content .right .calendar>div:nth-of-type(2) div span {
    font-size: 40px;
    letter-spacing: -0.11em;
}

.clipo-main__content .right .social-network {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}

.clipo-main__content .right .social-network div {
    display: flex;
    width: 48%;
    height: 94px;
    background: #D73D23;
    text-align: center;
    flex-direction: column;
}

.clipo-main__content .right .social-network div img {
    display: block;
    align-self: center;
    margin: auto;
}

.clipo-main__content .right>.bottom {
    display: flex;
    flex-direction: column;
    padding: 7px;
    height: 99px;
    background: #00C100;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}


.clipo-main__content .right>.bottom>div:nth-of-type(1) {
    flex: 1;
}

.clipo-main__content .right>.bottom>div:nth-of-type(2) {
    font-weight: 700;
    font-size: 19px;
    text-align: left;
    line-height: 1.3;
}

.clipo-main__content .right>.bottom>div:nth-of-type(3) {
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 1;
}

.third-form {
    margin-top: 10px;
}

#thirdpage {
    padding-bottom: 20px;
}

#thirdpage .price-container {
    margin-top: 30px;
}



.final-status {
    display: flex;
    flex-direction: column;
    direction: ltr;
    margin-top: -20px;
    padding-bottom: 20px;
}
.final-status2{
    direction: ltr;
    margin-top: 30px;
}

.final-status .success {
    color: #9E9E9E;
    height: 330px;
    width: 100%;
    padding: 20px 10px;
    text-align: left;
    margin-top: 50px;
}

.final-status .success div:nth-of-type(1) {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22.2115px;
    line-height: 1;
color: #5AB704;
text-align: center;
}

.final-status .success div:nth-of-type(2) {
    font-size: clamp(17px, 1vw, 18px);
    color: #1F2A58;
    text-align: center;

}

.final-status .success div:nth-of-type(3) {
    margin-top: 10px;
    font-weight: 500;
    color: #1F2A58;
}

.final-status .success div:nth-of-type(4) {
    text-align: justify;
    color: #1F2A58;
}

.final-status a.videos {
     height: 53px;
    width: 83%;
background: #5AB704;
    padding: 10px;
    margin: auto;
    margin-top: 91px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14.1899px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border-radius: 4.05425px;
}


.final-status a.videos div {
    align-self: baseline;
}

.final-status .app-android {
 display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: auto; 
    margin-top: 10px;
}

.final-status .app-android a {
background: transparent;
border: 2px solid #3B3B3B;
border-radius: 5.55617px;
box-sizing: border-box;
 color: #3B3B3B;
    width: 44%;
    padding: 10px;
    text-align: center;
   
}

.final-status .app-ios {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: auto; 
    margin-top: 10px;
}

.final-status .app-ios a {
background: transparent;
border: 2px solid #3B3B3B;
border-radius: 5.55617px;
box-sizing: border-box;
 color: #3B3B3B;
    width: 44%;
    padding: 10px;
    text-align: center;
}
.lastpage .final-status .app-android a{
    border: 2px solid #3B3B3B;
    background-color: transparent;
    color: #3B3B3B;
}
.lastpage .final-status .app-ios a{
    border: 2px solid #3B3B3B;
    background-color: transparent;
    color: #3B3B3B;
}

.final-status a.website {
    margin: 0 auto;
    height: 53px;
    width: 85%;
    background: #5AB704;
border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14.1899px;
line-height: 28px;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
}


.final-status a.website div {
    align-self: baseline;
}

/* page 4 */

.second-verify {
    margin-top: 10px;
}

/* last page */


/* .lastpage .final-status .success {
    background: #1BA1E2;
} */

/* .lastpage .final-status a {
    background: #1BA1E2;
} */

.lastpage .final-status a.website {
    width: 83%;
    margin: 10px auto;
   border: 2px solid #3B3B3B;
box-sizing: border-box;
border-radius: 4.15916px;
background-color: transparent;
color: #3B3B3B;

}


.Privacy{
  font-size: 12px;
  font-weight: bold;
}
.regulation div:nth-child(2){
  font-weight: bold;
}
.regulation span{
  font-weight: bold;
  color: red;
}
.regulation div:nth-child(3){
  margin-left: 14px;
  width: 94%;
    margin: 0 auto;
    text-align: justify;
    font-size: 11px;
    color: #3b3b3b;
    font-weight: 300;
}
.regulation-list{
margin-left: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 85%;
}
.regulation-list ul{
      list-style: disc;
}
.regulation {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  font-size: 11px;
 color: #3b3b3b;
  font-weight: 300;
  padding-bottom: 14px;
direction: rtl;  margin-top: 200px;
}

/* .en {
  margin-top: 87px;
} */


.regulation a{
     font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.regulation .en div:nth-of-type(1) {
  font-weight: 600;

}

.en {
  font-family: 'Roboto', sans-serif;
  direction: ltr;
}
.main-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 30px;
}
.end-img {
    width: 88%;
    margin: 0 auto;
    display: block;
    border-radius: 0 0 20px 20px;

    /* width: 88%;
    display: block;
    position: fixed;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0; */
}
.header2{
           width: 30%;
    text-align: center;
    min-height: 94px;
    /* padding-top: 15px; */
    margin: 30px auto;
}
.header2 .img-main2{
    width: 100%;
    display: block;
}
.txt-img2 {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.greenbtn{
    background: #5AB704;
}
.newinput{
border: none!important;
    background-color: transparent;
    box-shadow: none!important;
}
.success-sub{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 23px;
text-align: center;

color: #616163;
}
.success{
padding-right: 30px!important;
    padding-left: 30px!important;
}
video{
    width: 100%;
    margin: 0 auto;
    display: block;
    clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
}

/* page3 new */

.txt-box-new{
    width: 85%;
    margin: 0 auto;
    background: #5AB704;
border-radius: 0px 0px 19.9541px 19.9541px;
padding: 5px 0;
font-family: 'Open Sans';
font-weight: 700;
font-size: 11px;
line-height: 18px;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
    margin-top: -30px;
    margin-bottom: 28px;
}
.txt-box-new-p3{
    margin-top: 5px;
    margin-bottom: 0;
}

.nav-box{
  width: 100%;
  display: flex;
 padding: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.nav-box div:first-child{
  width: 170.65px;
height: 25.78px;
}
.nav-box div:first-child img{
 width: 100%;
 display: flex;
}
.nav-box div:nth-child(2){
  width: 23.33px;
  height: 23.33px;
}
.nav-box div:nth-child(2) img{
  width: 100%;
  display: flex;
}

.txt-box{
  width: 100%;
    display: flex;
    /* align-items: center; */
    color: black;
    flex-direction: row-reverse;
    margin: 20px auto;
    justify-content: center;
    border-bottom: 1px solid #A9A9A9;
    padding: 0 10px;
    padding-bottom: 20px;
}
.txt-box > .box-img{
  margin-left: 24px;
}
.txt-box > .box-img > div:first-child{
    width: 22.2px;
    height: 22.2px;
    margin-bottom: 8px;
    margin-top: -4px;

}
.txt-box > .box-img > div:first-child img{
width: 100%;
}
.txt-box > .box-img > div:nth-child(2){
width: 22.2px;
height: 22.2px;
}
.txt-box > .box-img > div:nth-child(2) img{
width: 100%;
}
.txt-wrapper{
      display: flex;
    flex-direction: column;
    justify-content: center;
    direction: ltr;
}
.txt-wrapper > div:first-child{
font-family: 'Roboto';
font-weight: 700;
font-size: 14px;
line-height: 172.19%;
color: #202020;
}
.txt-wrapper div:nth-child(2){
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt-wrapper div:nth-child(2) div:first-child{
  margin-right: 15px;
  background: #EEEEEE;
border-radius: 4.91078px;
font-weight: 400;
font-size: 12.2769px;
line-height: 14px;
color: #000000;
padding: 3px 7px;
display: flex;
justify-content: center;
align-items: center;
margin-right: auto;
margin-top: 15px;
}
.txt-wrapper div:nth-child(2) div:nth-child(2){
  font-family: 'Roboto';
font-weight: 400;
font-size: 10px;
line-height: 16px;
color: #B3B3B3;
}
.txt-box-2{
    margin: 30px auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 15px;
        border-bottom: 1px solid #A9A9A9;
        padding-bottom: 20px;
}
.txt-box-2 > div:nth-child(2){
  width: 71.21px;
height: 22.1px;
}
.txt-box-2 > div:nth-child(2) img{
  width: 100%;
  display: flex;
}
.pakage{
     display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.pakage > div:first-child{
width: 40.51px;
    height: 40.51px;
    margin-right: 10px;
    align-self: flex-start;
}
.pakage > div:first-child img{
  width: 100%;
  display: flex;
}
.free-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.free-txt div:first-child{
  font-family: 'Roboto';
font-weight: 500;
font-size: 17.1877px;
line-height: 20px;
color: #000000;
}
.free-txt div:nth-child(2){
  font-family: 'Roboto';
font-weight: 400;
font-size: 12.2769px;
line-height: 14px;
color: #6C6C6C;
padding-left: 10px;
}
.free-txt div:nth-child(3){
    margin-left: 8px;
    width: 13.28px;
height: 15.69px;
}
.free-txt div:nth-child(3) img{
    widows: 100%;
}
.parent{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.parent > div:nth-child(2){
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #6C6C6C;
text-align: left;
direction: ltr;
}

.parent > div:nth-child(2) img{
    width: 13.5px;
  height: 15.96px;
  margin-left: 5px;
}


/* new style */


.txt-box-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.txt-box-wrapper div:first-child,
.txt-box-wrapper div:nth-child(2){
    font-family: 'Roboto';
font-weight: 400;
font-size: 19px;
line-height: 27px;
letter-spacing: 0.015em;
color: #E1B841;
}
.txt-box-wrapper div:nth-child(2){
    font-size: 17px;
}
.txt-box-wrapper div:first-child span{
        font-family: 'Roboto';
font-weight: 700;
font-size: 22px;
line-height: 27px;
letter-spacing: 0.015em;
color: #E1B841;
}

.buttons-box{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}
.box-btn{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;

}
.box-btn:nth-child(2),
.box-btn:nth-child(3){
  margin: 10px auto;
}

.box-btn:nth-child(2){
  margin-bottom: 5px;
}
.box-btn:nth-child(3){
  margin-top: 5px;
}


.box-btn a{
  width: 45%;
background-color: #5F5F5F;
box-sizing: border-box;
border-radius: 4px;
/* width: 135px; */
height: 42px;
display: flex;
justify-content: center;
align-items: center;

font-family: 'Open Sans';
font-weight: 400;
font-size: 12px;
line-height: 17px;
text-align: center;
letter-spacing: -0.01em;
color: white;
}

.privacy-link{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.privacy-link a{
    font-family: 'Roboto';
      font-size: 12px;
      font-weight: 700;
 color: red;
}
/* p3 new */

.header-success {
  text-align: center;
}

.content-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin: auto;
}


.success-title {
  font-size: 25px;
  margin-top: 15px;
  color: #1F2A58;
  font-weight: 400;
}

.success-subtitle {
  font-size: 20px;
  color: #1F2A58;
  font-weight: 400;
}

.content-success .description {
  font-family: Roboto;
  text-align: justify;
  direction: ltr;
  font-weight: 400;
  color: #1F2A58;
  width: 280px;
  margin: auto;
  margin-top: 15px;
}

.content-success .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  width: 100%;
  
}

.content-success .buttons>a {
 color: #ffff;
  background: #666;
border-radius: 4.15916px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.content-success .buttons>a:nth-of-type(2) {
  background: transparent;
  border: 1.5px solid #C759B4;

  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 8px 0;
  display: block;
  color: #fff;
}

.content-success .buttons .inner {
  display: block;
  width: 90%;
  margin: 0 auto;

}

.content-success .buttons .inner a {
width: 90%;
    height: 60px;
    text-align: center;
    margin: 5px auto;
    color: #ffff;
    background: #666;
    border-radius: 4.15916px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
}

.content-success .buttons .inner a span{
  display: block;
}

.buttons a span.en {
  font-family: 'Iransans';
}

.buttons a span.ar {
  font-family: Cairo;
}

.btn-p3{
  width: 70%;
background: #666;
box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.43) inset;
border-radius: 8px;
margin: 25px auto;
font-family: 'Roboto';
font-weight: 700;
font-size: 25px;
line-height: 64px;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}

.txt-box-p3{
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.txt-box-p3 div{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin: 18px auto;
}
.txt-box-p3 div:first-child{
  font-weight: 900;
}

.wrapper-hand{
  position: relative;
}
.logo-p3{
  /* width: 100%;
  margin: 47px auto;
  min-height: 306px; */
 margin: 187px auto;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 156px;
    line-height: 20px;
    text-align: center;
    color: #623779;
    transform: rotate(-270deg);

}
.img-hand {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(-45deg);
  z-index: 200;
  display: none;
}

.handMovement{
  animation: handMovement 1.5s linear infinite;
}

@keyframes handMovement{
  0%,100%{
    right: 0px;
    top: 20px;
  }

  25%{
    right: 60px;
    top: 10px;
  }

  40%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  50%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }
  60%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  70%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }

  80%{
    right: 30px;
    top: 40px;
  }
}


.wrapper-timer{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 90%;
    margin: 20px auto;
    margin-left: 4px;
    margin-top: 39px;
}

.wrapper-timer > div:nth-child(2){
  margin-top: -26px;
}

.wrapper-final{
     /* margin: 20px auto; */
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: row-reverse;
    border-radius: 5px;
    background: #EB1305;
    padding: 9px;
    width: 125px;
    height: 35px;
    margin-right: 15px;

}

.final-countdown {
    font-size: 16px;
    color: #494949;
      font-family: 'Roboto';
   font-weight: 500;
}

/* .final-countdown div:nth-child(1){
  width: 19.278px;
height: 22px;
margin-left: 5px;
}
.final-countdown div:nth-child(1) img{
  width: 100%;
} */

.min ,
.sec{
  border-radius: 5px;
background: linear-gradient(180deg, #F1F1F1 48.95%, #E2E2E2 48.96%);
color: #494949;
padding: 3px;
}

.min{
  margin-right: 5px;
}

.sec{
  margin-left: 5px;
}

.countdown-clock{
  margin-right: 10px;
}

.txt-top-p1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin: 10px auto;
    direction: ltr;
}

.box-new{
    width: 78%;
    background: #5AB704;
border-radius: 0px 0px 25px 25px;
/* transform: matrix(1, 0, 0, -1, 0, 0); */
margin: 5px auto;
padding: 5px 0;
margin-bottom: 30px;
}
.box-new div{
    font-family: 'Open Sans';
font-weight: 700;
font-size: clamp(15px, 1.5vw, 17px);
line-height: 27px;
color: white;
text-align: center;
}


.popup-wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: visible !important;
  display: none;
  z-index: 99;
}
.popup{
 position: absolute;
    width: 90%;
    height: 260px;
    background: rgb(158, 158, 158);
    border-radius: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    padding: 20px 0;
    z-index: 999;
}

.error-message2 {
    margin: 10px auto;
    background: #f94040;
    border-radius: 5px;
    direction: ltr;
    line-height: 2;
    color: #fff;
    text-align: center;
}


/* fitme_17 sytle */

.txt-box-p1{
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -5px;
}

.txt-box-p1 div:nth-child(1){
font-family: 'Roboto';
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #404040;
    font-size: clamp(17px, 1vw, 18px);
    margin-bottom: 17px;
}

.txt-box-p1 div:nth-child(2) {
  text-align: center;
  font-size: clamp(13px, 1vw, 14px);
  color: #404040;
 margin-bottom: 17px;
 font-weight: 500;
} 

.txt-box-p1 div:nth-child(3){
      color: #008b45;
    font-family: 'Roboto';
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.236px;
    border-radius: 8.355px;
    background: #FAFAFA;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 0;
    width: 90%;
    max-width: 325px;
    text-align: center;
    margin-bottom: 37px;
}


.input-wrapper {
  direction: ltr;
    position: relative;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 325px;
}

.prefix-box{
  border-radius: 8.355px;
background: #FAFAFA;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
display: flex;
justify-content: center;
align-items: center;
padding: 10px 15px;
    width: 102px;
    height: 46px;
}

.prefix-box div:nth-child(1){
  width: 31.321px;
height: 20.881px;
}

.prefix-box div:nth-child(1) img{
  width: 100%;
  display: block;
}

.prefix-box div:nth-child(2){
  color: #141414;
font-family: 'Roboto';
font-size: 13px;
font-weight: 700;
margin-left: 5px;
}

.input-wrapper input {
    display: block;
    text-align: center;
    letter-spacing: 6px;
    font-size: 14px;
    font-weight: 400;
    direction: ltr;
    outline: none;
    padding: 8px 10px;
    /* width: 85%; */
    color: #939393;
border-radius: 8.355px;
background: #FAFAFA;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    width: 206px;
    height: 46px;
        padding-right: 77px;
}
.input-wrapper input::placeholder{
    color: #939393;
    letter-spacing: 6px;
}

.form2 .input-wrapper input{
  width: 100%;
}

.user1-box{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate( 0 , -50% );
  width: 47px;
    height: 46px;
}

.user1-box img{
  width: 100%;
  display: block;
}

.flag-selection{
  width: 90%;
  max-width: 325px;
  margin: 10px auto;
  border-radius: 8.355px;
background: #FAFAFA;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
padding: 10px;
}

/* .flag-selection div:nth-child(1){
 width: 26px;
height: 15.231px;
}

.flag-selection div:nth-child(1) img{
  width: 100%;
  display: block;
} */

.flag-selection div:nth-child(1){
  color: #141414;
font-family: 'Roboto';
font-size: 15px;
font-weight: 700;
letter-spacing: 0.91px;
margin-right: auto;
margin-left: 10px;
}

.flag-selection div:nth-child(2){
 width: 22px;
    height: 22px;
}

.flag-selection div:nth-child(2) img{
  width: 100%;
}

#request-btn ,
#confirm-btn {
    position: relative;
    outline: none;
    border: none;
    padding: 6px;
    /* display: block; */
    width: 80%;
    /* margin: auto; */
/* border-radius: 10px;
background: #7FBEF3;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
height: 70px;
text-align: center;
margin-top: 6px;
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: center;
font-family: 'Roboto';
font-weight: 700;
font-size: 19px;
color: #FFFFFF;
 border-radius: 10px;
background: #5c6c79;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin: 20px auto;
}

#request-btn span,
#confirm-btn span{
  width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

/* #request-btn span:nth-child(1){
font-family: 'Roboto';
font-weight: 700;
font-size: 1.875rem;
color: #FFFFFF;
} */
#request-btn span:nth-child(2),
#confirm-btn span:nth-child(2){
background: rgb(92, 108, 121);
}

.form2 .input-wrapper input {
    width: 100%;
}


.popup form .input-wrapper{
  width: 85%;
}

.popup form input{
  width: 100%;
  margin: 0 auto;
  padding: 0;

}


.popup form button{
     outline: none;
    border: none;
    width: 85%;
    margin: auto;
    color: #FFFFFF;
 border-radius: 10px;
background: #5c6c79;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 60px;
    text-align: center;
    margin-top: 6px;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 19px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .action-new{
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}


.txt-box-pop{
    margin: 10px auto;
    margin-top: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    direction: ltr;
}

.txt-box-pop span{
        font-family: 'Roboto';
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: rgb(146, 5, 5);
    direction: ltr;
    margin-right: 5px;
}



.buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
    width: 100%;
}

.buttons .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.buttons .inner a {
    width: clamp(120px, 90vw, 135px);
    height: 42px;
    text-align: center;
    margin: 5px 0px;
    display: block;
    padding-top: 3px;
    color: #000000;
    background: #FFE600;
    border-radius: 4.15916px;
}


.btn-download-vivideo img {
        width: 35px;
    display: block;
    top: 50%;
    position: absolute;
    left: 10px;
    transform: translate(0, -50%);
}

 .footer{
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #F2F2F2 0%, #F2F2F2 100%);
    /* border-radius: 28px; */
    padding: 12px 24px;
    direction: ltr;
    margin-bottom: 0;
 }

.bx1-footer{
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bx1-footer > div:nth-child(1){
width: 60px;
    margin-right: 10px;

}

.bx1-footer > div:nth-child(1) img{
  width: 100%;
  display: block;
}

.bx1-footer > div:nth-child(2){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bx1-footer > div:nth-child(2) > span:nth-child(1){
  font-family: 'Roboto';
  font-weight: 800;
  color: #1a4f87;
  font-size: 18px;
}

.bx1-footer > div:nth-child(2) > span:nth-child(2){
  font-family: 'Roboto';
  font-weight: 500;
  color: #8d96a1;
  font-size: 13px;
}

.bx2-footer{
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.bx2-footer > div:nth-child(1){
color: #747474;
font-family: 'Inter';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 146%;
}

.bx2-footer > div:nth-child(2){
 font-family: 'Roboto';
  font-weight: 800;
  color: #1a4f87;
  font-size: 15px;
}

.bx3-footer{
  width: 100%;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
   padding-bottom: 20px;
  border-bottom: 1px solid #008B45;
}

.bx3-footer > p:nth-child(1){
color: #404040;
font-family: 'Roboto';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 131%; 
  margin-bottom: 15px;
}

.bx3-footer > div:nth-child(2){
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.bx3-footer > div:nth-child(2) a{
color: #747474;
font-family: 'Inter';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 165%; 
}

.bx3-footer > div:nth-child(2) a:nth-child(1){
  margin-right: 15px;
}

.bx3-footer > div:nth-child(2) a:nth-child(2){
  margin-right: 15px;
}

.bx3-footer > div:nth-child(3){
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.bx3-footer > div:nth-child(3) a{
color: #747474;
font-family: 'Inter';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 165%; 
}

.bx3-footer > div:nth-child(3) a:nth-child(1){
  margin-right: 15px;
}

.bx3-footer > div:nth-child(3) a:nth-child(2){
  margin-right: 15px;
}

.bx3-footer > div:nth-child(4){
  display: flex;
  justify-content: flex-start;
  align-items: center;
   margin-bottom: 10px;
}

.bx3-footer > div:nth-child(4) a{
color: #404040;
font-family: 'Inter';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 165%;
}


.bx3-footer > div:nth-child(5){
  display: flex;
  justify-content: flex-start;
  align-items: center;
 
  
}

.bx3-footer > div:nth-child(5) a{
  font-family: 'Roboto';
  font-weight: 500;
  color: #8d96a1;
  font-size: 15px;
}

.bx4-footer{
  width: 100%;
  display: flex;
  justify-content: flex-start;
color: #000;
font-family: 'Inter';
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}







