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: white;
}
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;
}
.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;
    }
  }
  /* 2nd section */
  .second_section{
    background-color: rgb(246, 246, 246);
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .second{
    display: flex;
  }
  .second_section_heading{
    color: rgb(0, 9, 112);
    font-size: 32px;
    margin-bottom: 24px;
  }
  .contentText_para{
    color: rgb(87, 87, 87);
    font-size: 18px;
    font-weight: 400;
  }
  .second_ul{    
    list-style:disc;
    display: grid;
    justify-content: start;
}
.gridcell2{
    padding-left: 50px;
}
.contentCard_hading{
    color: rgb(0, 9, 112);
    font-size: 32px;
    margin-bottom: 24px;
}
.col{
    color: rgb(0, 9, 112);
    font-family: 'Roboto', arial, sans-serif;
}
@media only screen and (max-width: 958px) {
    .second{
        display: grid;
      }
      .contentBasic{
        padding-left: 24px;
        padding-right: 24px;
      }
      .gridcell2 {
        padding-left: 24px;
        padding-right: 24px;
        /* padding-left: 50px; */
    }
  }
/* 3rdsection */
.third_section{
    padding-top: 56px;
    padding-bottom: 56px;
}
.grid{
    display: flex;
}
.third_heading{
    color: rgb(0, 9, 112);
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-bottom: 40px;
}
.third_img{
    width: 50% !important;
    margin-left: 150px;
}
.third_btn{
    background-color: rgb(0, 9, 112);
    color: rgb(231, 231, 234);
    width: 270px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
    font-weight: 700;
    margin-left: 200px;
    font-size: 16px;
}
.contentbasic_heading{margin-bottom: 24px;}
.contentText_para{
    color: rgb(94, 94, 94);
    font-weight: 400;
    line-height: 1.5;
}
.contentbasic{
    width: 100%;
    display: grid;
    justify-content: center;
    text-align: center;
    /* width: 50%; */
    padding-left: 195px;
    padding-right: 195px;
}
.cell{
    padding-left: 70px;
}
@media only screen and (max-width: 958px) {
    .grid {
        display: grid;
    }
    .third_heading{
        font-size: 30px;
    }
    .third_img {
        width: 50% !important;
        margin-left: 80px;
    }
    .contentbasic{
        padding-left: 0px;
        padding-right: 0px;
    }
    .third_btn{
        margin-left: 100px;
    }
  }
      /* 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;
        }
      }