@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html,*{
    margin: 0;
    padding: 0;
    /* font-family: Helvetica; */
    font-family: 'Lato', sans-serif;
}
.container{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
}
.navigation{
     /* background-color: #F9DB38;  */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    height: 10vh;
}
.navigationSign{
    padding: 20px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigationSignUp{
    padding: 20px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigationSign a{
    text-decoration: none;
    color: #004E75;
}
.NavLogo{
    height: 10vh;
}
.NavLogo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mobileImage p{
    border: 2px solid #004E75;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #71b4c0;
    color: #ffffff;
    padding: 7px;
    border-radius: 100%;
    width: .5cm;
    /* text-align: center; */
    height: .5cm;
    /* font-weight: bolder; */
}
.NavBtns a{
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    color: #1d4d75;
    padding: 10px;
    /* border-bottom: 2px solid #71b4c0; */
}
.NavContLinks a:hover{
    color: #ffffff;
    background-color: #71b4c0;
}
.NavBtns{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    
}

.NavBtns span{
    font-weight: bold;
    font-family: sans-serif !important;
}
.content{
    display: flex;
    background-color: #F9DB38;
    width: 100%;
    height: 60vh;
    justify-content: center;
    align-items: center;
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #1d4d75;
    padding: 1cm;
}
.tangiraBtn a{
    padding: 10px;
    background-color: #1d4d75;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
}
.amagamboYose{
    background-color: #1d4d75;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    align-self: center;
}
.trialAlert{
    background-color: #ff9900;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    align-self: center;
}
.geragezaTitle{
    background-color: #1d4d75;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px;
    align-self: center;
}
.Ibirimo{
    padding: 2cm;
    /* overflow-x: scroll; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.ibirimoSingleDiv{
    padding: 10px;
    border: 1px solid #004E75;
    color: #004E75;
    width: 5cm;
    height: 6cm;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ibirimoSingleDiv > div{
    flex: 1;
    padding: 5px;
}
.ibirimoSingleDiv > .ibirimoImg{
    flex: 2;
}
.ibirimoImg{
    width: 2cm;
    height: 2cm;
    background-color: #004E75;
    border-radius: 100%;
}
.ibirimoTitle{
    font-weight: bold;
}
.ibirimoContent{
    font-size: 14px;
}
.geragezaCont{
    padding: 5px;
    background-color: #004E75;
}
.geragezaCont a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.InfoContents{
    padding: 1cm;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.InfoContents > div{
    text-align: justify;
    padding: 10px;
    width: 20cm;
    border-bottom: 1px solid #004E75;
}
.SignUpForm{
    /* margin: 1cm; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.SignUpForm input{
    border-radius: 30px;
    padding: 15px;
    width: 10cm;
    margin: 5px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: #C4DCDF;
    color: #004E75;
    font-weight: bold;
}
.SignUpForm input:-ms-input-placeholder{
    color: #004E75;
}
.SignUpForm input::-webkit-input-placeholder{
    color: #004E75;
}
.SignUpForm form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.formMsgFail{

    text-transform: capitalize;
    width: 10cm;
    background-color: #ff00005e;
    border: 1px solid #ad0e0e;
    padding: 10px;
    /* font-weight: bold; */
    margin: 10px;
    color: #ad0e0e;
    border-radius: 30px;
}
.formMsgSuccess{
    text-transform: capitalize;
    width: 10cm;
    background-color: #45bb0038;
    border: 1px solid #45bb00;
    /* font-weight: bold; */
    padding: 10px;
    margin: 10px;
    color: #45bb00;
    border-radius: 30px;
}
/* sign in and sign up page  */
.SignInContainer{
    display: flex;
}
.SignInContainer>div{
    flex: 1;
}
.SignInContainer>.inputContainer{
    flex: 2;
}

.goToSignIn{
    background-color: #88B3BE;
    /* width: 40%; */
    height: 100vh;
}
.signUpContiner{
    display: flex;
}
.signUpContiner>div{
    flex: 1;
}
.signUpContiner>.signInFormContainer{
    flex: 2;
}

.SignUpForm input:focus{
    border: 1px solid #004E75;
    background-color: #ffffff;
}
.SignUpForm>.createAccountContainer{
    flex: 2;
}
.SignUpForm button{
    width: 5cm;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #004E75;
    color: #ffffff;
    border: none;
    padding: 10px;
    margin: 5px;
}
.SideLoginButton button{
    width: 5cm;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffff;
    color: #004E75;
    border: none;
    padding: 10px;
    margin: 5px;
}
.goToSignUp{
    height: 100vh;
   background-color: #88B3BE;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.createAccCont{
    margin-bottom: 2cm;
    top: 20px;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.createAccCont a{
    background-color: #ffffff;
    text-decoration: none;
    color: #004E75;
    padding: 10px;
}
.goToSignUp > div{
    padding: 10px;
}
.create_heading{
    font-weight: bold;
    color: #004E75;
    padding: 10px;
    font-size: 20px;
    /* background-color: #71b4c0; */
}
.buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.background img{
    width: 534px;
    height: 217px;
    object-fit: cover;
  
}
.divs{
    padding: 1cm;
    display: flex;
    justify-content: space-evenly;
    background-color: #ECF3F4;
}
.divs > div{
    /* height: 4cm; */
    padding: 20px;
    margin: 10px;
    /* width: 10cm; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    cursor: default;
}
.div1{
    background-color: #2d9419;
}
.div2{
    /* height: 5cm ; */
    background-color: #ff9900;
}
.div3{
    background-color: #1d4d75;
}
.viewBtn{
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
}
.viewBtn:hover{
    border-bottom: 1px solid #ffffff;
}
.footer{
    display: flex;
    justify-content: space-around;
    background-color: #1d4d75;
    color: white;
    /* font-weight: bold; */
    /* text-align: center; */
    padding: 10px;
}
.footer a{
    font-weight: bold;
    text-decoration: none;
    color: #ECF3F4;
}
.show{
    display: none;
}
.close{
    display: none;
}
.Alternate{
    background-color: #ffffff !important;
    border: 1px solid gray !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    height: 1cm;
    width: 8cm;
    padding: 10px;
    color: gray !important;

}
.Alternate>div{
    padding: 10px;
}
.facebook{
    background-color: #2f8ad4 !important;
    border: 1px solid #2f8ad4 !important;
    border-radius: 10px !important;
    align-items: center;
    display: flex;
    height: 1cm;
    width: 8cm;
    padding: 10px;
    color: #ffffff !important;

}
.facebook>div{
    padding: 10px;
}
.googleLogo img{
    width: 100%;
    height: 1cm;
    object-fit: scale-down;
}
.facebookLogo img{
    width: 100%;
    height: 1cm;
    object-fit: scale-down;
}
.privacyBody{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: justify;
}
.privacyPolicyContainer{
    width: 70%;
}
.privacyPolicyContainer h2{
    background-color: #004E75;
    padding: 5px;
    margin: 10px;
}
.privacyPolicyContainer p{
    border-bottom: 2px solid #004E75;
    padding: 10px;
    margin: 10px;
}
@media(max-width:500px){
    .content{
        flex-direction: column-reverse;
        width: 100%;
        height: 70vh;
    }
    .tangiraBtn a{
    margin-top: 10px;
    }
    .title{
        height: 30vh;
    }
    .footer{
        flex-direction: column;
    }
    .close{
        display: block;
    }
    .show{
        display: block;
        /* background-color: #71b4c0; */
        color: #1d4d75;
        font-weight: bolder;
        font-size: 23px;
        /* padding: 5px; */
    }
    .divs{
        flex-direction: column;
        padding: 10px;
    }
  
    .NavBtns a{
        background-color: transparent !important;
    }
    .showMobileNav{
        display: block;
        animation:  1s showMobile forwards;
    }
    .hideMobileNav{
        display: block;
        animation:  1s hideMobile forwards;
    }
    .NavLogo{
        height: 1cm;
        width: 3cm;
        /* background-color: #000000; */
    }

    /* sign in sign up mobile view */
    .SignInContainer{
        flex-direction: column;
        /* height: 120vh; */
        
    }
    .signUpContiner{
        /* height: 120vh; */
        /* background-color: #ad0e0e; */
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .SignUpForm{
        margin-top: 1cm;
        margin-bottom: 1cm;
    }
    .SignUpForm input{
        font-size: 14px;
        font-weight: 400;
        width: 7cm;
    }
    
    .SignUpForm button{
        font-size: 14px;
        font-weight: 300;
        /* width: 7cm; */
    }
    .goToSignUp{
        padding-top: 1cm;
        padding-bottom: 1cm;
        height: 5cm;
        width: 100%;
        /* height: 50%; */
    }
    .navigationSign{
        width: 80%;
        justify-content: space-between;
    }
    @keyframes showMobile {
        0%{
            left: 50cm;
        }
        100%{
            left: 1cm;
        }
        
    }
    @keyframes hideMobile {
        0%{
            left: 1cm;
        }
        100%{
            left: 50cm;
        }
        
    }
    .close{
        text-align: center;
        /* padding: 10px; */
        width: 10cm !important;
        background-color: #1d4d75 !important;
        color: white;
        font-weight: bold;
    }
    .NavBtns>div{
        padding: 10px;
        margin-bottom: 10px;
        /* background-color: #1d4d7518; */
        width: 100%;
    }
    .title h1{
        font-size: 20px;
    }
    .Ibirimo{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0cm;
        flex-direction: column;
    }
    .ibirimoSingleDiv{
        margin-bottom: 1cm;
        width: 6cm;
    }
    .InfoContents > div{
        font-size: 12px;
        width: 10cm;
    }
    .privacyPolicyContainer{
        width: 90%;
    }
    
}
.ShakaInput{
    color: #004E75;
    width: 90%;
    margin: .5cm;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
.ShakaInput input{
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 1px solid #004E75;
}
.ShakaInput button{
    color: #ffffff;
    background-color: #004E75;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 16px;
}
.ubusobanuroDiv{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(auto,10cm));
    justify-content: center;
}
.ibyapaDiv{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(auto,8cm));
    justify-content: center;
}
.ubusobanuroSingleDiv{
    border-radius: 10px;
    background-color: #C4DCDF;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #004E75; */
    color: #004E75;
    margin: 10px;
    width: 9cm;
    padding: 10px;
    transition: .2s ease-in-out;
    cursor: context-menu;
}
.IcyapaSingleDiv{
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border: 1px solid #004E75;
    color: #004E75;
    margin: 10px;
    width: 268px;
    height: 300px;
    overflow: hidden;
    /* padding: 10px; */
    transition: .2s ease-in-out;
    cursor: context-menu;
}

.headingTitle{
    padding-left: 10px;
    display: flex;
}
.headingTitleNum{
    background-color: #004E75;
    color: #ffffff;
    padding: 5px;
    border-radius: 100px;
    width: .5cm;
    height: .5cm;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
    
}
.paginationRow{
    align-self: center;
    /* padding: 1cm; */
    margin-top: 1cm;
    margin-bottom: 1cm;
    /* background-color: #004E75; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagginationWidth{
    align-items: center;
    height: 2cm;
    /* background-color: #004E75; */
    width: 10cm;
    overflow-x: scroll;
    display: flex;
}
.pagginationWidth::-webkit-scrollbar{
    display: none;
}
.paginationRow a{
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
    color: #004E75;
    border: 1px solid #C4DCDF;
}

.active{
    border:none !important;
    background-color: #004E75;
    color: white !important;
}
.paginationRow a:hover{
    background-color: #C4DCDF;
    color: #004E75;
}
.headingTitleText{
    text-transform: uppercase;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ubusobanuroSingleDiv:hover{
    color: white;
    background-color: #004E75;
}
.ubusobanuroSingleDiv p{
    padding: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.IcyapaDescr{
    padding: 10px;
}
.IcyapaDescr p{
    padding-left: 10px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.ubusobanuroSingleDiv form{
    align-self: flex-end;
}
.ubusobanuroSingleDiv button{
    border-radius: 20px;
    transition: .2s ease-in-out;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    color: #ffffff;
    background-color: #004E75;
    border: none;
}
.IcyapaSingleDiv form{
    align-self: center;
}
.IcyapaSingleDiv button{
    width: 220px;
    margin-top: 20px;
    border-radius: 10px;
    transition: .2s ease-in-out;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    color: #ffffff;
    background-color: #004E75;
    border: none;
}
.IcyapaSingleDiv:hover{
    background-color: #004E75;
    color: #ffffff;
    cursor: pointer;
}
.ubusobanuroSingleDiv:hover .headingTitleNum{
    background-color: #ffffff;
    color: #004E75;
}
.ubusobanuroSingleDiv:hover button{
    background-color: #ffffff;
    color: #004E75;
}
.ubusobanuroPopContainer{
    background-color: #0a0a0a70;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ImgPrev{
    /* background-color: #004E75; */
    height: 164px;
    padding: 10px;
}
.ImgPrev img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ubusobanuroPop{
    border-radius: 20px;
    width: 20cm;
    height: 10cm;
    background-color: #ffffff;
    display: flex;
}
.ubusobanuroPop > div{
    flex: 1;
}
.ubusobanuroPop img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popContent{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    background-color: #1d4d75;
    color: white;
}
.popContentClose{
    position: absolute;
    /* justify-self: baseline; */
    align-self: flex-end;
    bottom: 20px;
    background-color: red;
    color: white;
    padding: 10px;
    border: none;
    font-size: 16px;
}
.popContentClose a{
    background-color: red;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.popContent p{
    padding: 10px;
    font-weight: lighter;
}
.popContent h3{
    /* text-transform: uppercase; */
    background-color: white;
    color: #004E75;
    padding: 10px;
    text-transform: uppercase;
}
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: white;
    color: #111;
    margin: 1rem 0;
    border-top: 1px solid black;
    
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: regular;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    
    max-height: 0;
    /* overflow-y: hidden; */
    transition: max-height 0.2s ease-out;
    overflow: hidden;
  }
  .accordion-item-body-content {
    /* background-color: red; */
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
.boxcont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
}
  .box1{
    background-color: #F9DB38;
    height: 58px;
    width:58px;
    border-radius: 100%;
  }


   
  .button {
    text-decoration: none;
    font-size: .875rem;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #47BDFF;
    padding: 1rem 2rem;
    font-weight: 900;
  }
   
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: .64s ease-in-out;
  }
  .popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: .64s ease-in-out;
  }
  .popupphoto {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
  }
  .popupphoto img {
    width: auto;
    height: 100%;
  }
  .popuptext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
  }
  .popuptext h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
  }
  .popuptext p {
    font-size: .875rem;
    color: #686868;
    line-height: 1.5;
  }
   
  .popuptext a {
      text-decoration: none;
      color:  #47BDFF;
  }
  .popup:target {
    visibility: visible;
    opacity: 1;
  }
  .popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
  }
  .closepopup {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #F9DB38;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
.box1:hover{
    background-color: rgba(0, 0, 0, 0.245);
}
.heading{
    display: none;
}
  @media(max-width: 939px) {
    /* pagginations */
    .pagginationWidth{
        padding: none;
        width: 3cm;
        display: flex;
        overflow: scroll;
    }
    .pagginationWidth::-webkit-scrollbar{
        display: none;
        background-color: none;
    }
    .background img{
        width: 207px;
        height: 99px;
        object-fit: cover;
        
      
    }
    .tt2{
        font-size: 20px;
    }
  }
  @media only screen and (max-width: 600px) {
    .background img{
        width: 177.6px;
        height: 73px;
        object-fit: cover;
      
    }

    .popup {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100vw;
        height: 100vh;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        overflow: hiden;
        transition: .64s ease-in-out;
      }
      .popup-inner {
        position: relative;
        bottom: -100vw;
        right: -100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        max-width: 800px;
        max-height: 600px;
        width: 60%;
        height: 80%;
        background-color: #fff;
        transform: rotate(32deg);
        transition: .64s ease-in-out;
      }
      .popupphoto {
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height: 80%;
        overflow: hidden;
      }
      .popupphoto img {
        width: auto;
        height: 80%;
      }
      .popuptext {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        height: 80%;
        padding: 2rem;
      }
      .popuptext h1 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        text-transform: uppercase;
        color: #0A0A0A;
      }
      .popuptext p {
        font-size: .575rem;
        color: #686868;
        line-height: 1;
      }
       
      .popuptext a {
          text-decoration: none;
          color:  #47BDFF;
      }
      .popup:target {
        visibility: visible;
        opacity: 1;
      }
      .popup:target .popup-inner {
        bottom: 0;
        right: 0;
        transform: rotate(0);
      }
      .closepopup {
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: 3rem;
        height: 3rem;
        font-size: .875rem;
        font-weight: 300;
        border-radius: 100%;
        background-color: #F9DB38;
        z-index: 4;
        color: #fff;
        line-height: 3rem;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
      }
  }
  @media (max-width: 500px) {
    .background img{
        width: 177.6px;
        height: 73px;
        object-fit: cover;
        display: none;
      
    }
    .tt2{
        font-size: 10px;
    }
    .accordion-item-body {
        overflow-x: scroll;
    }
    .heading{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
        margin-bottom: .3cm;
    }
    .welcomeTitle{
        text-transform: capitalize;
        font-weight: bold;
        /* font-size: 20px; */
    }
    .mobileImage p{
        border: 2px solid #004E75;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #71b4c0;
    color: #ffffff;
    padding: 7px;
    border-radius: 100%;
    width: .5cm;
    /* text-align: center; */
    height: .5cm;
    }
    .ubusobanuroPop{
        flex-direction: column;
        /* width: 90%; */
        transform: scale(.9);
        /* font-size: ; */
    }
    .popContent{
        font-size: 14px;
    }
    .popContentClose{
        transform: scale(.8);
        bottom: 10px;
        right: 10px;

    }
    /* Ibyapa in phones view */
    .IcyapaSingleDiv{
        margin: 10px;
        width: 160px;
        height: 250px;
    }
    .IcyapaDescr{
        font-size: 13px;
    }
    .ShakaInput{
        transform: scale(.8);
    }
    .ibyapaDiv{
        display: flex;
        flex-wrap: wrap;
    }
    .ImgPrev{
        /* background-color: #004E75; */
        height: 120px;
        padding: 5px;
    }
    .ubusobanuroDiv{
        display: flex;
        flex-wrap: wrap;
    }
    .ubusobanuroSingleDiv{
        color: #004E75;
        margin: 8px;
        width: 8cm;
        padding: 10px;

    }
    .headingTitleText{
        font-size: 15px;
    }
  }
  
