*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
  }
 
  .header{
    
    padding-bottom: 10px;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(image/background.jpg);
    background-position: center;
    opacity: 0.95;
    background-size: cover;
    position: relative;
  }
  nav{
    display: flex;
    padding: 2% ;
    background-color: #eaeaea;
    justify-content: space-between;
    align-items: center;
  }
  nav img{
    width: 300px;
    height: 85px;
    
  }
  .nav-links{
    flex: 1;
    text-align: right;
    
  }
  .nav-links ul li{
    list-style: none;
    display:inline-block;
    padding: 8px ;
    position: relative;
  }
  .nav-links ul li a{
   color: #231F20;
   text-decoration: none;
   font-size: 17px ;
   font-family: 'Montserrat';
  }
  .nav-links ul li ::after{
   content: '';
   width: 0%;
   height: 2px;
   background: #E6B535;
   display: block;
   margin: auto;
   transition: 0.3s;
  }
  .nav-links ul li :hover::after{
    width: 100%;
  }
   .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    font-size: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .dropdown-content a:hover {
    background-color: #f1f1f1
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  nav .fa-solid{
    display: none;
  }
  nav .fa-regular{
    display: none;
  }
  .content {

    width: 80%;
    margin: 5%;
    color: #eaeaea;
    
    text-align: left;
    
  }
  .content h1{
    font-size: 50px;

  }
  .content h2{
    font-size: 25px;
    color: #E6B535;
  }
  .content ul{
    font-size: 20px;
    margin-top: 1%;
  }
  
  @media(max-width: 700px){
    .content {
      padding-left: 5%;
      padding-right: 10%;
      width: 80%;
      margin: 5%;
      color: #eaeaea;
      text-align: justify;
      
    }
    .content h1{
      margin-top: 20px;
      font-size: 35px;
    }
    .content h2{
      font-size: 25px;
    }
    .content ul{
      font-size: 20px;
    }
    .nav-links ul li{
      display:block;
    }
    .nav-links {
      position: absolute;
      background: #f1f1f1;
      height: 100vh;
      width: 200px;
      top: 0;
      right: -300px;
      text-align: left;
      z-index: 2;
      transition: 1s;
    }
    nav .fa-solid{
      display: block;
      color: #231F20;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
    }
    nav .fa-regular{
      display: block;
      color: #231F20;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
    }
    .nav-links {
     padding: 30px;
    }
  
  }
  /*-----footer --------*/
  .footer{
    background-color: #231F20;
    padding: 3%;
  }
  
  .containerFoot .contentFoot{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .containerFoot .contentFoot .left-sideFoot{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
  }
  .contentFoot .left-sideFoot::before{
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
  }
  .contentFoot .left-sideFoot .details{
    margin: 14px;
    text-align: left;
  }
  .contentFoot .left-sideFoot .details h3{
    color: #E6B535;
    font-size: 15px;
  
  }
  
  .contentFoot .left-sideFoot .details .text-one,
  .contentFoot .left-sideFoot .details .text-two{
    color: #eaeaea;
    font-size: 13px;
  }
  .containerFoot .contentFoot .right-sideFoot{
    width: 50%;
    margin-left: 75px;
  }
  .contentFoot .right-sideFoot h3{
    font-size: 15px;
    font-weight: bold;
    color: #E6B535;
  }
  .ftr-links-sub a{
    font-size: 13px;
    color: #eaeaea;
  }
  
  
  @media (max-width: 700px) {
    .containerFoot{
      width: 90%;
      padding: 30px 40px 40px 35px ;
    }
    .containerFoot .contentFoot .right-sideFoot{
     width: 75%;
     margin-left: 55px;
  }
  }
  @media (max-width: 700px) {
    .containerFoot{
      margin: 40px 0;
      height: 100%;
    }
    .containerFoot .contentFoot{
      flex-direction: column-reverse;
    }
   .containerFoot .contentFoot .left-sideFoot{
     width: 100%;
     flex-direction: row;
     margin-top: 40px;
     justify-content: center;
     flex-wrap: wrap;
   }
   .containerFoot .contentFoot .left-sideFoot::before{
     display: none;
   }
   .containerFoot .contentFoot .right-sideFoot{
     width: 100%;
     margin-left: 0;
   }
  }
  
  .fa-brands{
    color: #eaeaea;
    font-size: 20px;
    text-align: left;
  }
  .rightFoot h3{
    color: #E6B535;
    font-size: 15px;
  }
  .footer-legal {
    color: #eaeaea;
    text-align: center;
   
  }

 
.LegFeeCalc{

    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 50%;

  }

  .LegFeeCalc h1{
    font-weight: bolder;
    color: #231F20;
    width: 100%;
    text-align: center;
   
  } 

  .hide{
    display:none;
  }
  .show {
    display: block;
    text-align: center;
    padding-top: 3px;
    width: 80%;
    margin-left: 10%;padding-bottom: 13px;
    margin-right: 10%;
    border: #231F20 solid 1px;
    border-radius: 6px;
   
  }
  .table{
   
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;

    
    
     }

     .table  th, td{
      border: 1px solid #231F20;
      border-collapse: collapse;
     
       }
       .table  th{
        background-color: #E6B535;
       
         }

  .form{
    padding-top: 20px;
    padding-left: 25%;
    padding-right: 10%; 
    width: 75%;
    padding-bottom:20px ;
    text-align: left;

  }

  .form span {
    color: #231F20;
    font-size: 21px;
    font-weight: bold;
  
  }
  .btn{
    background-color: #E6B535;
    color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  margin-top: 15px;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fa-solid {
  color: #E6B535;
  margin-left: 80%;
  
}

.seperator{
  border: 1px solid #231F20;
  border-radius: 6px;
  margin-top: 30px;
  padding-top: 20px;

}

 
  
@media (max-width: 700px) {
    
  .LegFeeCalc{

    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 60%;

  }
  .form span {
    color: #231F20;
    font-size: 16px;
    font-weight: bold;
  
  }

  .LegFeeCalc h1{
    font-weight: bolder;
    color: #231F20;
    width: 100%;
    font-size: 20px;
    text-align: center;
   
  } 

  .hide{
    display:none;
  }
  .show {
    display: block;
    text-align: center;
    padding-top: 3px;
    width: 80%;
    margin-left: 10%;padding-bottom: 13px;
    margin-right: 10%;
    border: #231F20 solid 1px;
    border-radius: 6px;
   
  }
  .table{
   
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;

    
    
     }

     .table  th, td{
      border: 1px solid #231F20;
      border-collapse: collapse;
     
       }
       .table  th{
        background-color: #E6B535;
       
         }

  .form{
    padding-top: 20px;
    padding-left: 25%;
    padding-right: 10%; 
    width: 75%;
    padding-bottom:20px ;
    text-align: left;

  }
  .btn{
    background-color: #E6B535;
    color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  margin-top: 15px;
  padding: 5px 13px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fa-solid {
  color: #E6B535;
  margin-left: 80%;
  
}

.seperator{
  border: 1px solid #231F20;
  border-radius: 6px;
  margin-top: 30px;
  padding-top: 20px;

}
  
}

.calcLiti{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 150px;
    padding-top: 80px;
    width:80%;
   
  
  
}
.calcLiti h1{
 margin-left: 10%;

}
.calcLiti h2{
 color: #E6B535;
 
 }
.LAD{
  margin-left: 10%;
  margin-right: 10%;
  width: 60%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  
}
.LAD span {
  color: #E6B535;
  font-weight: bold;
}
.LAD form {
  font-size: 15px;
  text-align: justify;
}
.summary1{
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 15px;
  
  
  
}
.summary1 table{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #231F20;
  color: #eaeaea;
  font-size: 15px;
  border-radius: 6px;
  text-align: justify;
  
}
.summary1 p{
 padding-left: 10px;
 padding-right: 10px;
}
.summary1 td{
  padding-left: 10px;
  padding-right: 10px;
 }
 

/* CARD CSS */

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
  
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #eaeaea;
}

.container {
  margin: 10px;
  padding: 0 16px;
}
.container p {
  color: #555;
}
.container h2 {
  color: #E6B535;
  font-size: 20px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: #231F20;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}
.content img{
  width: 80%;
}