.head1 {
    color: navy;
    display: flex;
}

.nav-link {
    font-weight: 700;
    margin-left: 50px ;
}
.collapse {
    margin-left: 45%;
}

@media (max-width: 1000px)  {
    .collapse {
        margin-left: 0px;
    }

}

.card1 {
   
    width: 590px;
    height: 400px;
    margin-left: 50%;
    margin-top: 20%;
    border-radius: 20px;
    background-color: #DFE9F4;
}

.card-text {
    color: gray;
}

.card-title {
    color: navy;
    font-size: 35px;
}


.card-text1 {
    color: gray;
    width: 500px;
}


.btn {
    color: white;
    background-color: navy;
    width: 100px;
    text-align: center;
    justify-content: center;
    height: 40px;
}



.prt1{
    display: flex;
    align-items: center;
    gap: 20px;
}
.part1 {
    gap: 150px;
}

@media (max-width:1500px) {
   .card1 {
    margin-top: 0px;
    height: auto;
    
  overflow: scroll;
   }
}

@media (max-width:900px) {
    .part1 {
        margin-top: 30%;
    }
}

.h11 {
 display: flex; 
 text-align: center;
 justify-content: center;   
}


.h55 {
 display: flex;  
 justify-content: center;
 color: gray;  
}


.imgdiv {
    justify-content: center;
    text-align: center;
    gap: 20px;
    display: flex;

}



.img5 {
  margin-right: 500px;
}

.main {   
    padding: 200px;

}
.main1 {
    background-color: #F2F5FF;
    height: 90vh;
    flex-wrap: wrap;
}

.form {
    background-color: #F2F5FF;
    height: 40vh;
}

.cardp1 {
    color: gray;
}


@media(max-width:1500px) {
    .main1 {
        flex-direction: column-reverse;
       

    }
    .main {
        padding: 50px;
        width: 100%;
         
        
    }
    .Group1 {
       margin-left: 10%;
    }

}


@media(max-width:650px) {
 .part1 {
    margin-left: 10%;
 }

}

.text1 {
    text-align: center;
    display: flex;
    justify-content: center;
}

.inp1 {
    width: 300px;
    height: 50px;
    
    border-color:#054C73 ;
}

.btn3    {
    background-color: #054C73;
    color: white;
    border: transparent;
    height: 52px;
    width: 90px;
    
}

.color {
   background-color: #054C73;
   display: flex;
   width: 100%;
   height: 800px;
   color: white;
}

.cardp1 {
    color: white;
}

@media (max-width:1500px) {
    .color {
        height: auto;
        width: 100%;
     }
}