.header {
    background-color: #fff !important;
      padding: 20px 0px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  
  .header .container{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 8px;
  }
  
  .header .container::after,
  .header .container::before
  {
    display: none;
  }
  
  .fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  
  .header p{
      color: black;
      margin-bottom: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-align: right;
  }
  
  
  
  .header.nav-sticky p{
      color: inherit;
  }
  
  
  .wrapper{
      padding: 180px 0 80px 0;
  }
  
  .wrapper h1{
      text-align: center;
      margin-bottom: 16px;
      font-size: calc(1rem + 1.5vw);
  }
  
  .wrapper p:last-child{
      margin-bottom: 0;
  }
  
  .wrapper p:not(:last-child){
      margin-bottom: 16px;
  }
  
  .wrapper a{
      text-decoration: none;
      cursor: pointer;
  }
  
  .footer{
        padding: 80px 0;
        background-color: #fff!important; 
        color: #000;
        text-align: left;
  }
  
  .footer p {
  color: #000;
  }
  
  
  .footer img{
      width: 100%;
      
      margin-bottom: 8px;
      display: block;
  }
      
  .footer a{
      text-decoration: none;
       color: #cf231f;
  }
  
  .footer ul{
      list-style-type: none;
      padding-left: 0;
  }
  
  .copyright{
      text-align: center;
       color: #000;
  
  }
  
  footer ul {
    text-align: left;
    margin-bottom: 12px;
  }
  
  footer ul li {
     display: block;
  }
  
  
  @media (max-width: 767.98px){
      .header .container{
          flex-direction: column;
      }
      .header p{
          text-align: center;
      }
      .dp-none {
        display: none;
      }
  
    .footer .container .row div {
      margin-bottom: 20px;
    }
  

  }
  
  
  
   
  
  
  .custom-form-group label a{
    text-decoration: underline !important;
    color: #cf231f;
  }
  
  .custom-form-control{
    margin-bottom: 15px;
    padding-left: 16px;
    border: 1px solid #dfe9f1;
    font-size: 14px;
    height: 45px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #9197b5;
    border-radius: 10px;
  }
  
  
  .custom-form-group label{
      color: #000;
      margin-left: 8px;
      text-align: left;
    font-weight: 300;
    font-family: inherit;
    font-size: 14px;
      cursor: pointer;
    font-style: italic;
      display: inline-block;
      text-transform: none;
  }
  
  .mandatory{
      color: #EC3324;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
  
  }
  
  .custom-form-group{
      display: flex;
      margin-top: 16px;
  }
  
  .custom-form-group input{
      border: 1px solid #CCC;
    background: #FFF;
    padding: 0 12px;
    line-height: 38px;
    margin: 0 0 10px 0;
    box-shadow: inset 0 3px 2px #EEE;
    border-radius: 2px;
      width: 13px !important;
      height: 13px !important;
  }


@media(max-width: 480px) {

}

