body{
    font-family: Tahoma, Arial, sans-serif;
    background-color: rgb(239, 243, 244);
  }
header{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.background{
    text-align: end;
}
.all-button{
    display: flex;
}
.image{
    width: 104px;
    padding-top: 1rem;
}
.text {
    font-family: t;
    line-height: 2;
    font-size: 1.5rem;
    color: #000000;
}
section{
    margin-top: 3rem;
}
h2{
    color: rgb(0, 0, 0);
    font-family: inherit;    
    /* margin-bottom: 1rem; */
}
.img{
    transform: translate(-180px, 0px);
}
.right-side{
max-width: 500px;
}
.step{
    text-align: center;
    color:hsl(196deg 100% 40%);
    margin-top: 3rem;
}
.icons{
    color: #202D55;
    font-size: 3rem;
}
.icon{
    margin-top: 2.7rem;
    text-align: center;
}
.num-step{
    padding: .7rem 0 0 0;
    font-size: 1.3rem;    
    color: #202D55;
}
.down{
    font-size: 1.5rem;
    color: hsl(225deg 45% 23%);
}
.num{
    padding-top: 2.1em;
    font-size: 1.3rem;    
    color: #202D55;
}
.arrow{
    transform: translate(10px, 60px);
}
footer{
    background-color: #202D55;
    padding: 1rem;
    margin-top: 3.5rem;
}
.all-icons{
    display: flex;
    margin-right: 8rem;

}
.navbar{
    padding: 1em;
    text-decoration: none;
    color: #000000;
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar:hover{
    color: #0097ce;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
}
.allContentNav{
    display: flex;
    justify-content: space-between;
}
.contentNav{
    display: flex;
}
.div{
    transform: translate(-26px, -58px);
    background-color: #0098da;
    width: 64px;
    height: 5px;
}
.download{
    margin-top: 1rem;

}
.social{
    margin-top: 1rem;
    font-size: 1.8rem;
    background-color: #fff;
    padding: 12px;
    margin-left: 10px;
    color: #202D55;
    border-radius: 50%;
}
.section2{
    margin: 5rem;
}
.mobile{
    width: 100%;
}
.cycle-one{
    background-color: #1486c3;
    width: 10px;
    height: 10px;
    transform: translate(34px, 21px);
    border-radius: 50px;
}
.card-title{
    text-align: center;
    color: #0097ce;
    font-size: 1.9rem;
    font-family:Arial, Helvetica, sans-serif;
}
.card-text{
    font-size: 1.5rem;
}
.content{
    margin-top: 3rem;
}
.head{
   font-size: 1.5rem;
   color: #000000;
   font-family:Arial, Helvetica, sans-serif;
}
.benfits{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
.play{
    margin-left: 10px;
}
.illi{
   display: flex;
}
.services{
    width: 50%;
}
.text {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2;
    font-size: 1.3rem;
    color: #ffffff;
}
.website{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.copy{
    color: white;
    line-height: 4;
    font-size: 1.4em;
}
.whatsApp{
    width: 55px;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 50;
}
@media (max-width: 390px) { 
    footer {
    background-color: #202D55;
    padding: 1rem;
       
    margin-top: 3rem;
} 
.all-icons{
    margin-right: 92px;
}
.download  {
    margin-top: 1rem;
    display: flex;  
}
.img-fluid {
    display: none;
}
h2 {
    width: 92%;
}
.content-col{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.background{
    text-align: center;
}
.head{width: 92%;}
.image {
    width: 104px;
    padding-top: 1rem;
}
.hh {
   width: 258%;
  
}
.dd {
    width: 258%;
    margin-right: 83px;
}
}

@media (max-width: 763px )
{
    .download  {
        margin-top: 1rem;
        display: flex;  
    }
    .download img {
        /* margin-right: 50px; */
        width: 80%;
    }
    .content-col{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .background{
        text-align: center;
    }
   
}
@media (min-width:300px) and (max-width: 975px) { 
    .img-fluid {
        display: none;
    }
 }
 @media (min-width:770px) and  (max-width: 990px )
{
    .dd {
        width: 220%;
        margin-right: 180px;
    }
    .hh {
        width: 220%;
       
     }
}
@media (min-width:375px) and  (max-width: 574px )
{
    .dd {
        width: 220%;
        margin-right: 97px;
    }
    .hh {
        width: 220%;
       
     }
     .content-col{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .background{
        text-align: center;
    }
    .div{
        display: none;
    }
    .navbar{
        font-size: 1rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    .navbar:hover{
        font-size: 1rem;
        font-family: Arial, Helvetica, sans-serif;
    }
}