body{
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    }
    .container{
      overflow-x: hidden;
      position: relative;
    }

        /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}
.new-container{
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.new-container a{
  text-align: center;
  text-decoration: none;
  background-color: rgba(243, 115, 53, 1);
  padding: 20px;
  border-bottom: 2px solid black;
  margin: 20px 0;
  color: white;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
}
.new-container a:hover{
   opacity: 0.5;
}
    .header{
      overflow: hidden;
      background-color:rgba(255, 255, 255, 1);
      padding: 20px 30px;
    }
    /* styling the header link */
    .header a {
      float: left;
      color: gray;
      text-align: center;
      padding: 12px;
      text-decoration: none;
      font-size: 1.2em;
      line-height: 25px;
      border-radius: 4px;
      text-transform: capitalize;
      font-family:'Poppins', sans-serif;
    }
    /* styling the logo */
    
    .header a.logo{
      font-size: 1.7em;
      font-weight: bold;
      padding: 0;
    }
    /* hover */
    
    .header a.logo:hover{
      background-color: white;
    }
    .header .active{
      /* background-color: dodgerblue; */
      color: rgba(243, 115, 53, 1);
    }
    .header a.icon {
      display: none;
    }
    .header-right{
      float: none;
      margin-left: 300px;
    }
    .header-right a.reg{
      margin-left: 10px;
      background-color: rgba(243, 115, 53, 1);
      border-radius: 8px;  
      padding: 10px 15px;
      border-bottom: 1px solid black;
      color: rgba(255, 255, 255, 1);
      font-family:'Poppins', sans-serif;
      cursor: pointer;
    }
    
    #consent-popup {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2px 8px;
      background-color: #fff;
      transition: opacity 1s ease;
      width: 400px;
      margin: 0 1%;
      display: flex;
      flex-direction: column;
    }
    .hidden {
      opacity: 0;
    }
    .notice{
      font-family:'Poppins', sans-serif;
    }
    #accept{
      text-decoration: none;
      background-color: rgba(243, 115, 53, 1);
      color: black;
      padding:8px;
      text-align: center;
      margin: 0 230px 0 50px;
      border-radius: 8px;
      font-size: 1.2em;
      font-family:'Poppins', sans-serif;
    }

    .header a:hover{
      cursor: pointer;
  }
    
    #myBtn {
      display: none; 
      position: fixed;
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: rgba(243, 115, 53, 1);
      cursor: pointer;
      padding: 5px; 
      border-radius: 25px; 
    }
    
    #myBtn:hover {
      background-color: #555; 
    }
.mainsite{
  display: flex;
}
.firstdiv{
  width: 50%;
}
.firstdiv2{
  width: 50%;
}
.firstdiv2 img{
  width: 500px;
  height: 500px;
}
.firstdiv h2{
    color: rgb(25,49,138);
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
    margin: 50px 80px 10px 20px;
    text-align:left;
    padding: 20px;
}
.firstdiv p{
    color: gray;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin: 10px 80px 20px 35px;
    text-align: left;
}

.seconddiv{
  display: flex;
  width: 100%;
}
.company{
  width: 50%;
  margin: 50px 0 0 150px;
}
.company label{
  color: black;
  font-family:'Poppins', sans-serif;
  font-size:30px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-left: 20px;
  padding: 15px;
}
.company button{
  padding:5px;
  border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
  color:gray;
  font-family:'Poppins', sans-serif;
  font-size:  1.2em;;
  font-weight: 500;
  font-style: normal;
  width: 400px;
  transition: width ease-in;
}
.company button:hover{
  width: 450px;
  cursor: pointer;
}
.sales{
  width: 50%;
  margin: 50px 0 0 50px;
}
.sales label{
  color: black;
  font-family:'Poppins', sans-serif;
  font-size:30px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 15px;
}
.sales button{
   border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
   color:gray;
  padding:5px;
  border-radius: 10px;
  font-family:'Poppins', sans-serif;
  font-size:  1.2em;;
  font-weight: 500;
  font-style: normal;
  width: 400px;
  transition: width ease-in;
}
.sales button:hover{
  width: 450px;
  cursor: pointer;
}

.thirddiv{
  width: 100%;
  padding: 20px 0 0 0;
}
.thirddiv p{
  color: rgb(25,49,138);
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  margin: 20px 300px;
  text-align: center;
}

.forthdiv{
  margin: 50px 0 0 0;
  padding: 0 0 100px 0 ;
}
.forthdiv select{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    background-color: whitesmoke;
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left: 150px;
    outline: none;
    border: none;
    border-right:3px solid gray ;
}
.forthdiv input{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    background-color: whitesmoke;
    font-style: normal;
    margin-left: -4px;
    outline: none;
    border: none;
}
.forthdiv button{
    background-color: rgba(243, 115, 53, 1);
        padding:20px;
        border: none;
        cursor: pointer;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 0 -5px;
}

 /* footer */
 footer{
  background-color: black;
}
.copyright p{ 
  color: white;
  text-align: center;
 padding: 20px;
 font-size: 14px;
}
.follow{
  margin: -10px 0 10px 0;
}
.sociallink{
  display: flex;
}
.footer{
  display: flex;
  padding: 50px;
}
.footer a, .footer p{
  display: block;
  padding: 5px;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  font-size:  16px;;
  font-weight: 500;
  font-style: normal;
}
.footer h3{
  color: rgba(255, 255, 255, 1);
  font-family:'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}
.footer1 img{
  width: 55px;
  height: 50px;
  margin: 0 0 0 20px;
}
.footer1, .footer2, .footer3, .footer4, .footer5{
  padding: 10px;
  margin: 20px;
  width: 20%;
}

@media (max-width:1200px) {
       
  .header a.logo{
   
    display: block;
  }
  .header-right{
    float: none;
    margin: 0;
    font-size: 14px;
  }
  .header-right a.reg{
    margin-right: 0;
    background-color: rgba(243, 115, 53, 1);
    border-radius: 8px;  
    padding: 10px 5px;
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
  }
  .header a{display: none;}
  .header a.icon {
    float: right;
    display: block;
    font-size: 30px;
  }

  .header.responsive {position: relative;}
  .header.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  #consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 8px;
    background-color: #fff;
    transition: opacity 1s ease;
    width: 300px;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
  }
  .hidden {
    opacity: 0;
  }
  .notice{
    font-family:'Poppins', sans-serif;
    font-size: 12px;
  }
  #accept{
    text-decoration: none;
    background-color: rgba(243, 115, 53, 1);
    color: black;
    margin: 5px 150px 0 80px;
    border-radius: 8px;
    font-size: 14px;
    font-family:'Poppins', sans-serif;
  }

  .mainsite{
    display: flex;
  }
  .firstdiv{
    width: 50%;
  }
  .firstdiv2{
    width: 50%;
  }
  .firstdiv2 img{
    width: 500px;
    height: 500px;
  }
  .firstdiv h2{
      color: rgb(25,49,138);
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      font-weight: 500;
      font-style: normal;
      margin: 50px 80px 20px 10px;
      text-align:left;
      padding: 20px;
  }
  .firstdiv p{
      color: gray;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      margin: 20px 80px 20px 20px;
      text-align: left;
  }
  .seconddiv{
    display: flex;
    width: 100%;
}
.company{
    width: 100%;
    margin: 50px;
}
.company label{
    color: black;
    font-family:'Poppins', sans-serif;
    font-size:30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-left: 20px;
    padding: 15px;
}
.company button{
  border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
   color:gray;
  padding:5px;
  border-radius: 10px;
    font-family:'Poppins', sans-serif;
    font-size:  1.2em;;
    font-weight: 500;
    font-style: normal;
    width: 400px;
    transition: width ease-in;
}
.company button:hover{
    width: 420px;
    cursor: pointer;
}
.sales{
    width: 100%;
    margin: 50px;
}
.sales label{
    color: black;
    font-family:'Poppins', sans-serif;
    font-size:30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 15px;
}
.sales button{
  border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
   color:gray;
  padding:5px;
  border-radius: 10px;
    font-family:'Poppins', sans-serif;
    font-size:  1.2em;;
    font-weight: 500;
    font-style: normal;
    width: 400px;
    transition: width ease-in;
}
.sales button:hover{
    width: 420px;
    cursor: pointer;
  }
  
  .thirddiv{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .thirddiv p{
    color: rgb(25,49,138);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    margin: 20px 300px;
    text-align: center;
  }
.forthdiv select{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left: 20px 30px;
    outline: none;
    border: none;
    border-right:3px solid gray ;
}
.forthdiv input{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left: -4px;
    outline: none;
    border: none;
}
.forthdiv button{
    background-color: rgba(243, 115, 53, 1);
        padding:20px;
        border: none;
        cursor: pointer;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 0 -5px;
}
   /* footer */
   .footer{
    display: flex;
    background-color: black;
    padding: 50px;
}
.footer a, .footer p{
    display:block;
    padding: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size:  16px;;
    font-weight: 500;
    font-style: normal;
}
.footer h3{
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.footer1, .footer2, .footer3, .footer4, .footer5{
    padding: 10px;
    margin: 5px;
    width: 100%;
}

}

@media screen and (max-width:992px) {
       
  .header a.logo{
   
    display: block;
  }
  .header-right{
    float: none;
    margin: 0;
    font-size: 14px;
  }
  .header-right a.reg{
    margin-right: 0;
    background-color: rgba(243, 115, 53, 1);
    border-radius: 8px;  
    padding: 10px 5px;
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
  }
  .header a{display: none;}
  .header a.icon {
    float: right;
    display: block;
  }

  .header.responsive {position: relative;}
  .header.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  #consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 8px;
    background-color: #fff;
    transition: opacity 1s ease;
    width: 300px;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
  }
  .hidden {
    opacity: 0;
  }
  .notice{
    font-family:'Poppins', sans-serif;
    font-size: 12px;
  }
  #accept{
    text-decoration: none;
    background-color: rgba(243, 115, 53, 1);
    color: black;
    margin: 5px 150px 0 80px;
    border-radius: 8px;
    font-size: 14px;
    font-family:'Poppins', sans-serif;
  }

  .mainsite{
    display: flex;
    flex-direction: column;
  }
  .firstdiv{
    width: 100%;
  }
  .firstdiv2{
    width: 100%;
  }
  .firstdiv2 img{
    width: 500px;
    height: 500px;
  }
  .firstdiv h2{
      color: rgb(25,49,138);
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      font-weight: 500;
      font-style: normal;
      margin: 50px 80px 20px 10px;
      text-align:left;
      padding: 20px;
  }
  .firstdiv p{
      color: gray;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      margin: 20px 80px 20px 20px;
      text-align: left;
  }
  .seconddiv{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.company{
    width: 100%;
    margin: 50px;
}
.company label{
    color: black;
    font-family:'Poppins', sans-serif;
    font-size:30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-left: 20px;
    padding: 15px;
}
.company button{
  border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
   color:gray;
  padding:5px;
  border-radius: 10px;
    font-family:'Poppins', sans-serif;
    font-size:  1.2em;;
    font-weight: 500;
    font-style: normal;
    width: 500px;
    transition: width ease-in;
}
.company button:hover{
    width: 420px;
    cursor: pointer;
}
.sales{
  width: 100%;
  margin: 20px 50px;
}
.sales label{
  color: black;
  font-family:'Poppins', sans-serif;
  font-size:30px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 15px;
}
.sales button{
  border: none;
    border-top: 5px solid rgba(243, 115, 53, 1);
    border-radius: 10px;
     color:gray;
    padding:5px;
    border-radius: 10px;
  margin-right:400px;
  font-family:'Poppins', sans-serif;
  font-size:  1.2em;;
  font-weight: 500;
  font-style: normal;
  width: 500px;
  transition: width ease-in;
}
.sales button:hover{
  width: 420px;
  cursor: pointer;
}
  .thirddiv{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .thirddiv p{
    color: rgb(25,49,138);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    margin: 20px 200px;
    text-align: center;
  }
.forthdiv select{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left:50px;
    outline: none;
    border: none;
    border-right:3px solid gray ;
}
.forthdiv input{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left: -4px;
    outline: none;
    border: none;
}
.forthdiv button{
    background-color: rgba(243, 115, 53, 1);
        padding:20px;
        border: none;
        cursor: pointer;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 0 -5px;
}
   /* footer */
   .footer{
    display: flex;
    background-color: black;
    padding: 50px;
    flex-direction: column;
}
.footer a, .footer p{
    display:block;
    padding: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size:  16px;;
    font-weight: 500;
    font-style: normal;
}
.footer h3{
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.footer1, .footer2, .footer3, .footer4, .footer5{
    padding: 10px;
    margin: 5px;
    width: 100%;
}

}


@media screen and (max-width:768px) {
       
  .header a.logo{
   
    display: block;
  }
  .header-right{
    float: none;
    margin: 0;
    font-size: 14px;
  }
  .header-right a.reg{
    margin-right: 0;
    background-color: rgba(243, 115, 53, 1);
    border-radius: 8px;  
    padding: 10px 5px;
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
  }
  .header a{display: none;}
  .header a.icon {
    float: right;
    display: block;
  }

  .header.responsive {position: relative;}
  .header.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  #consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 8px;
    background-color: #fff;
    transition: opacity 1s ease;
    width: 300px;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
  }
  .hidden {
    opacity: 0;
  }
  .notice{
    font-family:'Poppins', sans-serif;
    font-size: 12px;
  }
  #accept{
    text-decoration: none;
    background-color: rgba(243, 115, 53, 1);
    color: black;
    margin: 5px 150px 0 80px;
    border-radius: 8px;
    font-size: 14px;
    font-family:'Poppins', sans-serif;
  }

  .mainsite{
    display: flex;
    flex-direction: column;
  }
  .firstdiv{
    width: 100%;
  }
  .firstdiv2{
    width: 100%;
  }
  .firstdiv2 img{
    width: 500px;
    height: 500px;
  }
  .firstdiv h2{
      color: rgb(25,49,138);
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      font-weight: 500;
      font-style: normal;
      margin: 50px 80px 20px 10px;
      text-align:left;
      padding: 20px;
  }
  .firstdiv p{
      color: gray;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      margin: 20px 80px 20px 20px;
      text-align: left;
  }
  .seconddiv{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.company{
    width: 100%;
    margin:20px 50px;
}
.company label{
    color: black;
    font-family:'Poppins', sans-serif;
    font-size:30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-left: 20px;
    padding: 15px;
}
.company button{
  border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
   color:gray;
  padding:5px;
  border-radius: 10px;
    font-family:'Poppins', sans-serif;
    font-size:  1.2em;;
    font-weight: 500;
    font-style: normal;
    width: 400px;
    transition: width ease-in;
}
.company button:hover{
    width: 420px;
    cursor: pointer;
}
.sales{
    width: 100%;
    margin: 20px 50px;
}
.sales label{
    color: black;
    font-family:'Poppins', sans-serif;
    font-size:30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 15px;
}
.sales button{
  border: none;
  border-top: 5px solid rgba(243, 115, 53, 1);
  border-radius: 10px;
   color:gray;
  padding:5px;
  border-radius: 10px;
    font-family:'Poppins', sans-serif;
    font-size:  1.2em;;
    font-weight: 500;
    font-style: normal;
    width: 400px;
    transition: width ease-in;
}
.sales button:hover{
    width: 420px;
    cursor: pointer;
  }

  .thirddiv{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .thirddiv p{
    color: rgb(25,49,138);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    margin: 20px 80px;
    text-align: center;
  }
.forthdiv select{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left: 20px;
    outline: none;
    border: none;
    border-right:3px solid gray ;
}
.forthdiv input{
    width: 30%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin-left: -4px;
    outline: none;
    border: none;
}
.forthdiv button{
    background-color: rgba(243, 115, 53, 1);
        padding:20px;
        border: none;
        cursor: pointer;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 0 -5px;
}
   /* footer */
   .footer{
    display: flex;
    background-color: black;
    padding: 50px;
    flex-direction: column;
}
.footer a, .footer p{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size:  16px;;
    font-weight: 500;
    font-style: normal;
}
.footer h3{
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.footer1, .footer2, .footer3, .footer4, .footer5{
    padding: 10px;
    margin: 5px;
    width: 100%;
}

}
@media screen and (max-width:600px){
  .header a.logo{
   
    display: block;
  }
  .header-right{
    float: none;
    margin: 0;
    font-size: 14px;
  }
  .header-right a.reg{
    margin-right: 0;
    background-color: rgba(243, 115, 53, 1);
    border-radius: 8px;  
    padding: 10px 5px;
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
  }
  .header a{display: none;}
  .header a.icon {
    float: right;
    display: block;
  }

  .header.responsive {position: relative;}
  .header.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  #consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 8px;
    background-color: #fff;
    transition: opacity 1s ease;
    width: 300px;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
  }
  .hidden {
    opacity: 0;
  }
  .notice{
    font-family:'Poppins', sans-serif;
    font-size: 12px;
  }
  #accept{
    text-decoration: none;
    background-color: rgba(243, 115, 53, 1);
    color: black;
    margin: 5px 150px 0 80px;
    border-radius: 8px;
    font-size: 14px;
    font-family:'Poppins', sans-serif;
  }

  .new-container a{
    text-align: center;
    text-decoration: none;
    background-color: rgba(243, 115, 53, 1);
    padding: 20px;
    margin: 20px 0;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
 }
 
 .mainsite{
  display: flex;
  flex-direction: column;
}
.firstdiv{
  width: 100%;
}
.firstdiv2{
  width: 100%;
}
.firstdiv2 img{
  width: 100%;
  height: 500px;
}
.firstdiv h2{
    color: rgb(25,49,138);
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    margin: 50px 80px 20px 10px;
    text-align:left;
    padding: 20px;
}
.firstdiv p{
    color: gray;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin: 20px 80px 20px 20px;
    text-align: left;
}
.seconddiv{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.company{
  width: 100%;
  margin:20px 50px;
}
.company label{
  color: black;
  font-family:'Poppins', sans-serif;
  font-size:20px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-left: 20px;
  padding: 15px;
}
.company button{
border: none;
border-top: 5px solid rgba(243, 115, 53, 1);
border-radius: 10px;
 color:gray;
padding:5px;
border-radius: 10px;
  font-family:'Poppins', sans-serif;
  font-size:  .9em;;
  font-weight: 500;
  font-style: normal;
  width: 70%;
  transition: width ease-in;
  margin: 0 0 0 -15px;
}
.company button:hover{
  width: 80%;
  cursor: pointer;
}
.sales{
  width: 100%;
  margin: 20px 50px;
}
.sales label{
  color: black;
  font-family:'Poppins', sans-serif;
  font-size:20px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 15px;
}
.sales button{
border: none;
border-top: 5px solid rgba(243, 115, 53, 1);
border-radius: 10px;
 color:gray;
padding:5px;
border-radius: 10px;
  font-family:'Poppins', sans-serif;
  font-size:  .9em;
  margin: 0 0 0 -15px;
  font-weight: 500;
  font-style: normal;
  width: 70%;
  transition: width ease-in;
}
.sales button:hover{
  width: 80%;
  cursor: pointer;
}


.thirddiv{
  width: 100%;
  padding: 20px 0 0 0;
}
.thirddiv p{
  color: rgb(25,49,138);
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 20px;
  text-align: left;
}

.forthdiv{
  display: flex;
  flex-direction: column;
  margin: 0;
}
.forthdiv select{
    width: 90%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin:10px 0 15px 20px;
    outline: none;
    border: none;
    border-right:3px solid gray ;
}
.forthdiv input{
    width: 90%;
    height: 70px;
    color: rgba(128, 128, 128, 1);
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 15px 20px;
    outline: none;
    border: none;
}
.forthdiv button{
    background-color: rgba(243, 115, 53, 1);
        padding:20px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        color: rgba(255, 255, 255, 1);
        font-family:'Poppins', sans-serif;
        font-size:  1.2em;;
        font-weight: 500;
        font-style: normal;
        margin: 0 0 50px 20px;
        width: 90%;
}
   /* footer */
   .footer{
    display: flex;
    background-color: black;
    padding: 50px;
    flex-direction: column;
}
.footer a, .footer p{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size:  16px;;
    font-weight: 500;
    font-style: normal;
}
.footer h3{
    color: rgba(255, 255, 255, 1);
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.footer1, .footer2, .footer3, .footer4, .footer5{
    padding: 10px;
    margin: 5px;
    width: 100%;
  }

}
