a{
    font-size: 16px;
 font-weight: 400;
text-decoration: none;
color: white;
}
/* a:hover{
color: rgb(0, 9, 112);
} */
ul{    
    list-style: none;
    display: flex;
    justify-content: center;
}
li {
    padding: 0.5rem;
}
h1{
    color: rgb(0, 9, 112);
}
p{
    color: white;
    margin-bottom: 0rem;
}
.header_logo
{   
     justify-content: center;
    display: flex;
    padding: 2rem;
}
nav {
    background: rgb(246, 246, 246);
}
button{
    border: none;
    background: none !important;
    outline: none;
}
.active{    
    background: none !important;
    color: rgb(0, 9, 112) !important;
    font-weight: 700;
}
.home{
color: black;
}
.navbar-collapse{justify-content: center;}
@media only screen and (max-width: 958px) {
    ul {
   
      display: grid;
    }
  }
/* header */
.header{
    display: flex;
}
/* .block img{
    width: 100%;
    height: 285px;
} */
.virticalBox_heading{
    color: rgb(0, 9, 112);
    font-size: 44px;
}
.virticalBox_para{
    color: rgb(94, 94, 94);
    font-weight: 700;
    font-size: 20px;
}
.horizontalBox{
    margin-top: 24px;
}
.verticalBox {
    padding: 5rem;
}
@media only screen and (max-width: 958px) {
    .header{
        display: grid;
    }
    .verticalBox{
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    }
  }
/* section */
.second{    background-color: rgb(246, 246, 246);}
section{
    padding-top: 56px;
    padding-bottom: 56px;
}
.grid{   
     display: flex;
    }
    .Gridcell{
        display: flex;
        justify-content: center;
    }
    .Gridcell h1{
        font-size: 46px;
    }
    .mainheading{margin-bottom: 40px;}
    .form_heading{    margin-bottom: 24px;}
    .contentbasic_heading{
        color: black;
        font-size: 44px;
    }
    .contentText {
        margin-top: 24px;
    }
.contentpara{
    color: rgb(94, 94, 94);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}
.gridCell{
    padding: 2rem;
}
.Element{    
    display: flex;
    justify-content: center;
    grid-gap: 1rem;
}
.groupheading{
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.input_form {
    font-size: 16px;
    color: rgb(71, 71, 71);
    padding-right: 16px;
    padding-left: 16px;
    /* border-color: red; */
    margin-bottom: 24px;
    border: 1px solid rgb(226, 226, 226);
    outline: none;
    width: 500px;
    height: 40px;
}
.third_btn{
    background-color: rgb(0, 9, 112);
    color: rgb(231, 231, 234);
    width: 500px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}
.second_btn{
    background-color: rgb(0, 9, 112) !important;
    color: rgb(231, 231, 234);
    width: 500px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}
.heading1{margin-bottom: 24px;}
.contentText_para{    color: rgb(94, 94, 94);}
.contentText_link{    color: rgb(0, 9, 112);}
.contentText_table{    color: rgb(94, 94, 94);}
@media only screen and (max-width: 958px) {
    .grid{   
        display: grid;
       }
       .img1{   
        width: 250px;
       }
       .main_img{   
        width: 400px;
       }
       .third_btn{
        width: 300px;
    }
    .input_form {
        width: 460px;
    }
  }
      /* footer */
.footer{    
    background-color: rgb(0, 9, 112);
    font-size: 16px;
    padding-bottom: 56px;
    padding-top: 56px;
    /* margin-top: 56px; */
}
.contentCard2{
    display: flex;
}
.footer_border{    
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgb(0, 20, 171);
    background-color: rgb(0, 9, 112);
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    }
    .footer_border p{    
        justify-content: center;
        display: flex;
    }
    .cell{padding-left: 70px;}
    @media only screen and (max-width: 958px) {
        .contentCard2 {
          display: grid;
        }
        .cell{
            padding-left: 0px;
        }
        .gridCell2{
            padding: 1rem;
        }
      }