@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bg {
    width: 100%;
    height: 800px;
    background: #2d4fcb;
    /* background: linear-gradient(0deg, rgba(33,59,151,1) 42%, rgba(46,81,207,0.9997898817730217) 74%); */
    display: flex;
    flex-direction: column;
    align-items: center;

}


.apph{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-top: 50px;
    
}

.appp{
    width: 70%;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
}

.box {
    display: flex;
    justify-content: center;
    gap: 180px;
    margin-top: 40px;

}


.insidebox {
    height: 400px;
    width: 350px;
    /* background-color: red; */
    border: 8px solid white;
    border-radius: 15px;
    position: relative;
}

.tittlediv {
    height: 20%;
    width: 100%;
    /* background-color: red; */
    border-bottom: 8px solid white;
}


.arrow {
    position: absolute;
    /* border: 6px solid white; */
    height: 30px;
    width: 180px;
    margin-left: 100%;
    border-top: 8px solid white;
    background: #2d4fcb;
    top: 45%;
    z-index: 1;
}


.insidearrow {
    /* border-left: 12px solid white; */
    background: #ffffff;
    height: 30px;
    width: 12px;
    margin-left: 90%;
    margin-top: -16.8%;
    transform: skew(45deg);
    border-top-right-radius: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.insidearrowbox {
    width: 30px;
    height: 30px;
    background-color: #2d4fcb;
    top: -20px;
    position: absolute;
    left: 187px;
}


.arrow1 {
    position: absolute;
    /* border: 6px solid white; */
    height: 30px;
    width: 180px;
    margin-left: 100%;
    border-top: 8px solid white;
    background: #2d4fcb;
    top: 45%;
    z-index: 1;
}


.insidearrow1 {
    /* border-left: 12px solid white; */
    background: #ffffff;
    height: 30px;
    width: 12px;
    margin-left: 90%;
    margin-top: -16.8%;
    transform: skew(45deg);
    border-top-right-radius: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}





.arrowleft1 {
    position: absolute;
    /* border: 6px solid white; */
    height: 30px;
    width: 180px;
    border-bottom: 8px solid white;
    background: #2d4fcb;
    top: 48%;
    z-index: 1;
    left: -180px;
}


.insidearrowleft1 {
    /* border-left: 12px solid white; */
    background: white;
    height: 30px;
    width: 12px;
    transform: skew(45deg);
    margin-top: 22px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 10px;

}

.insidearrowboxleft1{
    width: 30px;
    height: 30px;
    background-color: #2d4fcb;
    bottom: -20px;
    position: absolute;
    right: 187px;
}



.tittlediv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tittlediv h1 {
    color: white;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.bgp{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bgp p{
    color: white;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height:25.6px;
    width: 80%;
    margin-top: 10px;
    text-align: center;
}

.bgp img{
    height: 50px;
}





@media screen and (max-width:800px) {
.bg{
    height: fit-content;
}
    
 .box{
    flex-direction: column;
    gap: 50px;
    padding-bottom: 20px;
 }

 .insidearrow {
    display: none;
 }


 .tittlediv h1 {
 
    font-size: 18px;
  
}

.appp {
    width: 95%;
    font-size: 17px;
   
}

.bgp p{
    font-size: 14px;
}

.arrow{
    display: none;
}


.arrow1{
    display: none;
}

.insidearrow1{
    display: none;
}

.arrowleft1{
    display: none;
}

.insidearrowleft1 {
    display: none;
}

.insidearrowboxleft1{
    display: none;
}


}