@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: #ECF3F4; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    height: 10vh;
    /* background-color: #004E75; */
}
.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: contain;
}
.NavBtns a{
    font-weight: bold;
    /* margin: 10px; */
    text-decoration: none;
    color: #004E75;
    /* background-color: #004E75; */
    /* width: 5cm; */
   
    /* padding: 10px; */
    /* border-bottom: 2px solid #71b4c0; */
}
.logingLink i{
    color: #004E75 !important;
    cursor: pointer;
}
.NavBtns > div{
    padding: 20px;
    margin: 10px;
}
.loginLinkCont{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #C4DCDF;
    /* background-color: #ffff !important; */
    background-color: #ECF3F4;
    /* background-color: #88B3BE; */
    position: absolute;
    /* display: flex; */
    /* background-color: #45bb00; */
    width: 6cm;
    /* height: 2cm; */
    display: none;
    font-size: 13px;
}
.logingLink:hover .loginLinkCont{
    display: flex;
    flex-direction: column;
    /* color: #ffffff; */
    /* background-color: #71b4c0; */
}
.loginDiv1{
    /* border-radius: 10px; */
    /* background-color: #004E75; */
    padding: 10px;
    /* border-bottom-left-radius: 10px; */
}
.loginDiv1 a{
    color: #004E75 !important;
}
.loginDiv2{
    padding: 10px;
}
.loginDiv3{
    background-color: #C4DCDF;
    text-align: end;
    /* color: #004E75; */
    font-weight: bold;
    padding: 10px;
}
.loginDiv1:hover,.loginDiv2:hover{
    background-color: #C4DCDF;
}
.loginDiv2 a{
    
    color: #004E75;
}
.classST,.classTr{
    font-size: 14px;
    text-transform: uppercase;
}
.loginLinkCont > div{
    flex: 1;
}
.flexNavContents{
    display: flex;
}
.imgFlexContents{
    text-align: center;
    width: 1cm;
    font-size: 16px;
    background-color: #88B3BE;
    padding: 10px 0px;
    border-radius: 10px;
    margin: 0px 10px;
}
.NavBtns{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    
}

.NavBtns span{
    cursor: pointer;
    color: #004E75;
    font-weight: bold;
    /* font-family: sans-serif !important; */
}
.content{
    display: flex;
    background-color: #ffffff;
    width: 100%;
    height: 70vh;
}
.title{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #1d4d75;
    padding: 1cm;
}
.tangiraBtn a{
    width: 4cm;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 10px;
    background-color: #1d4d75;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
}
.tangiraBtn a:hover{
    background-color: white;
    color: #004E75;
    outline: 1px solid #004E75;
}
.geragezaTitle{

    text-transform: uppercase;
    color: #004E75;
    padding: 1cm;
    align-self: center;
}
.Ibirimo{
    padding: 2cm;
    /* overflow-x: scroll; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.ibirimoSingleDiv{
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #004E75;
    color: #004E75;
    width: 5cm;
    height: 6.2cm;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ibirimoSingleDiv > div{
    flex: 1;
    padding: 5px;
}
.ibirimoSingleDiv > .ibirimoImg{
    flex: 2;
}
.ibirimoImg1{
    width: 2cm;
    height: 2cm;
   background-image: url(../media/ubusobanuro.jpg);
   background-repeat: no-repeat;
   background-size: contain;
   /* background-position: 2%; */
    /* border-radius: 100%; */
}

.ibirimoImg2{
    width: 2cm;
    height: 2cm;
   background-image: url(../media/exam.jpg.jpg);
   background-repeat: no-repeat;
   background-size: contain;
   /* background-position: 2%; */
    /* border-radius: 100%; */
}

.ibirimoImg3{
    width: 2cm;
    height: 2cm;
   background-image: url(../media/ibyapa.png);
   background-repeat: no-repeat;
   background-size: contain;
   /* background-position: 2%; */
    /* border-radius: 100%; */

}
.ibirimoTitle{
    font-weight: bold;
}
.ibirimoContent{
    font-size: 14px;
}
.tangiraBtn a{
    width: 4cm;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 10px;
    background-color: #1d4d75;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
}
.tangiraBtn a:hover{
    background-color: white;
    color: #004E75;
    outline: 1px solid #004E75;
}


.geragezaCont a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.geragezaCont{
    border-radius: 10px;
    padding: 5px;
    background-color: #004E75;
}


.divsContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.divsContainer > div{
    width: 5.3cm;
    margin: .5cm;
}
.divsContainer div ul > li{
    padding: 3px;
}
.feedbackForm form{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #2d9419; */
}
.feedbackFormRow{
    border-radius: 10px;
    background-color: #004E75;
    width: 70%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.feedbackFormRow>div{
    padding: 1cm .5cm;
}
.feedbackFormRow label{
    padding: 10px;
}
.feedbackFormRow div > div{
    padding: 3px;
}
.feedbackFormRow input{
    width: 10cm;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 20px;
}
.feedbackFormRow Textarea{
    resize: none;
    height: 2.5cm;
    width: 10cm;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 20px;
}
.feedbackFormRow button{
    width: 10.5cm;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 20px;
}
.basic{
    color: #004E75;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 14cm;
    border: 1px solid #004E75;
    padding: 10px 1cm;
    border-radius: 10px;
}
.standard{
    height: 15.8cm;
    background-color: #004E75;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #004E75;
    padding: 10px 1cm;
    border-radius: 10px;
}
.standard > div{
    padding: 10px;
}
.basic > div{
    padding: 10px;
}
.teamPlan > div{
    padding: 10px;
}
.teamPlan{
    color: #004E75;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #004E75;
    padding: 10px 1cm;
    border-radius: 10px;
    /* height: 15.6cm; */
}
.subNamest{
    text-align: center;
    width: 3cm;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
}
.popular{
    color: #ffd500;
}
.star{
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1cm;
}
.star img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.checkoutCont{
    padding: 1cm 0px;
    align-items: center;
    background-color: #343435 !important;
    width: 100%;
    /* height: 100vh; */
}
.checkoutDetails{
    flex-wrap: wrap-reverse;
    width: 80%;
    display: flex;
    justify-content: center;
}
.checkoutlist>div p{
    padding: 10px;
}
.checkoutDetails h2{
    font-size: 18px;
    padding: 5px;
    color: #343435;
    background-color: #F0F1F8;
}
.checkoutDetails>div{
    /* width: 3cm; */
    margin: .5cm;
    /* overflow: hidden; */
    flex: 1;
}
.grandTotal{
    background-color: #004E75;
    width: 80%;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    justify-content: space-between;
}
.checkoutHeader{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.backCheckoutbtn a{
    margin: 10px;
    background-color: #004E75;
    text-decoration: none;
    color: #ffff;
    padding: 10px;}

.checkoutDiv{
    width: 70%;
    padding: 1cm;
    /* height: 100%; */
    background-color: #fff;
}
.checkoutDiv form{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.subName{
    font-weight: bold;
    text-align: center;
    width: 3cm;
    border-top: 2px solid #004E75;
    border-bottom: 2px solid #004E75;
}
.amount{
    font-weight: bold;
}
.amount:nth-child(){
    font-size: 25px;
}
.francs{
    font-size: 24px;
}
.checkoutDiv button{
    width: 5cm;
    margin: 10px 0px;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #004E75;
    border: none;
    color: white;
    border-radius: 10px;
}
.basic button{
    font-weight: bold;
    padding: 10px 30px;
    background-color: #004E75;
    border: none;
    color: white;
    border-radius: 10px;
}
.teamPlan button{
    font-weight: bold;
    padding: 10px 30px;
    background-color: #004E75;
    border: none;
    color: white;
    border-radius: 10px;
}
.standard button{
    margin-top: 1cm;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ffffff;
    border: none;
    color: #004E75;
    border-radius: 10px;
}
.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;
}
.checkoutDiv input{
    border-radius: 10px;
    padding: 15px;
    width: 6cm;
    margin: 5px 0px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: #C4DCDF;
    color: #004E75;
    font-weight: bold;
}
.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;
}
.resetPassword{
    margin-top: 30vh;
}
.formMsgFail{
    /* text-transform: capitalize; */
    width: 10cm;
    font-weight: bold;
    background-color: #ff00005e;
    border: 1px solid #ad0e0e;
    padding: 10px;
    /* font-weight: bold; */
    margin: 10px;
    color: #ad0e0e;
    border-radius: 30px;
}
.formMsgFail2{
    /* text-transform: capitalize; */
    width: 5cm;
    font-weight: bold;
    background-color: #ff00005e;
    border: 1px solid #ad0e0e;
    padding: 5px 10px;
    /* font-weight: bold; */
    margin: 10px 0px;
    color: #ad0e0e;
    border-radius: 10px;
}
.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; */
}
.AgreePrivacyPolicy{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 1%;
}
.AgreePrivacyPolicy input{
    width: 1cm;
}
.buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.background img{
    width: 100%;
    height: 100%;
    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{
    font-size: 12px;
    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;
}
.footer a:hover{
    border-bottom: 1px solid #ffffff;
}
.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;
}
.resetPassword a{
    border-bottom: 1px solid #004E75;
    padding: 5px;
    /* width: 5cm; */
    font-weight: bold;
    text-decoration: none;
    color: #004E75;
}
.resetPasswordInjira a{
    /* border-bottom: 1px solid #004E75; */
    padding: 5px;
    /* width: 5cm; */
    font-weight: bold;
    text-decoration: none;
    color: #004E75;
    transition: all 0.5s ease;
}
.resetPasswordInjira a:hover{
        border-bottom: 1px solid #004E75;

}
@media(max-width:600px){
    /* .AgreePrivacyPolicy{
        display: flex;
        flex-direction: column;
    }
    .AgreePrivacyPolicy input{
        width: 100%;
    } */
.feedbackFormRow input{
    width: 8cm;
}
.feedbackFormRow Textarea{
    width: 8cm;
}
.feedbackFormRow button{
    width: 8.5cm;
}
.feedbackFormRow{
    padding: 20px;
}
.feedbackFormRow>div{
    padding:0px .5cm;
}
}
@media(max-width:500px){
    .feedbackFormRow input{
    width: 6cm;
}
.feedbackFormRow Textarea{
    width: 6cm;
}
.feedbackFormRow button{
    width: 6.5cm;
}
    .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{
        display: none;
    }
    .NavBtns{
        padding: 0px;
        position: fixed;
        background-color: #ecf3f4fa;
        height: 100vh;
        top: 0;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        overflow: hidden;
    }
    .showMobileNav{
        display: block;
        animation:  .5s 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;
    }
    .formMsgFail{
        width: 7cm;
    }
    .formMsgSuccess{
        width: 7cm;
    }
    
    .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:15x;
        margin-bottom: 10px;
        border-bottom: 1px solid #004E75;
        /* background-color: #1d4d7518; */
        width: 75%;
    }
    .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%;
    }
    .geragezaTitle{
        font-size: 12px;
    }
    
}
button a{
    text-decoration: none;
    color: white;
 
}

button a:hover{
    color: gold;
}
.a{
    color: black;
}
.a:hover{
    color: gold;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.container1{
  width: 85%;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
}
.container1 .content1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container1 .content1 .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content1 .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content1 .left-side .details{
  margin: 14px;
  text-align: center;
}
.content1 .left-side .details i{
  font-size: 30px;
  color: #004E75;
  margin-bottom: 10px;
}
.content1 .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content1 .left-side .details .text-one,
.content1 .left-side .details .text-two{
  font-size: 14px;
  color: #343435;
}


.container1 .content1 .right-side{
  width: 75%;
  margin-left: 75px;
}
.content1 .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #004E75;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button button{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #004E75;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button button:hover{
  background: #081d456f;
}

@media (max-width: 950px) {
  .container1{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .container1 .content1 .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container1{
    margin: 40px 0;
    height: 100%;
  }
  .container1 .content1{
    flex-direction: column-reverse;
  }
 .container1 .content1 .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container1 .content1 .left-side::before{
   display: none;
 }
 .container1 .content1 .right-side{
   width: 100%;
   margin-left: 0;
 }
}
.bvc{
    min-height: 90vh;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}