 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Roboto', sans-serif;
	
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
  }

  .formbold-form-wrapper {
    margin: -30px auto;
    max-width: 850px;
    width: 100%;
    background: white;
  }

  .formbold-event-wrapper span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.5px;
    color: #6a64f1;
    display: inline-block;
    margin-bottom: 12px;
  }
  .banner {
  width: 100%;
  max-width: 850px;
  height: auto;
  margin-bottom:30px;
}
  .formbold-event-wrapper h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    width: 80%;
    margin-bottom: 15px;
  }
  .formbold-event-wrapper h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #07074d;
    width: 60%;
    margin: 25px 0 15px;
  }
  .formbold-event-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
	padding-top:150px;
	font-weight: 700;
  }

  .formbold-event-details {
    background: #fafafa;
    border: 1px solid #dde3ec;
    border-radius: 5px;
    margin: 25px 0 30px;
  }
  .formbold-event-details h5 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 25px;
  }
  .formbold-event-details ul {
    border-top: 1px solid #edeef2;
    padding: 25px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
  }
  
  .formbold-event-details ul2 {
    border-top: 0px solid #edeef2;
    padding: 25px;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top:-30px;
    flex-wrap: wrap;
    row-gap: 14px;
  }  

  .formbold-event-details ul3 {
    border-top: 0px solid #edeef2;
    text-align: justify;
    padding: 25px;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top:-30px;
    flex-wrap: wrap;
    row-gap: 14px;
  }  
  
  .formbold-event-details ul ul2 ul3 li {
    color: #536387;
    font-size: 12px;
    line-height: 24px;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .formbold-form-title {
    color: #000000;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    width: 70%;
    margin-bottom: 50px;
  }
 .formbold-form-title2 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    width: 60%;
    margin-bottom: 10px;
	
  }
  
  .formbold-form-title3 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
	margin-top: 60px;
  }
  
  .formbold-form-title3 a {
    color: #407efc;
  } 
  
    .formbold-form-title4 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
	margin-top: 10px;
  }
  
  .formbold-form-title4 a {
    color: #407efc;
  } 
  
     .formbold-form-title5 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
	margin-top: 50px;
  }
  
  .formbold-form-title5 a {
    color: #407efc;
  } 
  
     .formbold-form-title6 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
	margin-top: -220px;
  }
  
  .formbold-form-title6 a {
    color: #407efc;
  }   
  
  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
   .formbold-input-flex2 {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
   .formbold-input-flex3 {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }  
    .formbold-input-flex4 {
    display: flex;
    gap: 20px;
    margin-bottom: 1px;
  }  
  .formbold-input-flex > div {
    width: 50%;
  }
   .formbold-input-flex2 > div {
    width: 30%;
  }
   .formbold-input-flex3 > div {
    width: 90%;
  }  
   .formbold-input-flex4 > div {
    width: 90%;
  }   
  .formbold-form-input {
    text-align: left;
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }
  
   .formbold-form-label2 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
	font-weight: 600;
  }

  .formbold-policy {
    font-size: 14px;
    line-height: 24px;
    color: #536387;
    width: 100%;
    margin-top: 70px;
    text-align: justify;
  }
  .formbold-policy a {
    color: #6a64f1;
  }
   .formbold-policy2 {
    font-size: 14px;
    line-height: 24px;
    color: #536387;
    width: 100%;
    margin-top: 50px;
    text-align: justify;
	margin-bottom: 50px;
  }
  .formbold-policy2 a {
    color: #6a64f1;
  }
  .formbold-btn {
    text-align: center;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
   .formbold-btn2 {
    text-align: center;
    width: 50%;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 115px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 100px;
	
	margin-bottom:150px;
	
  }
  .formbold-btn2:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  } 
    .formbold-btn3 {
    text-align: center;
    width: 50%;
	
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 75px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 15px;
	
	margin-bottom:50px;
	
  }
  .formbold-btn3:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }  
  
    .formbold-btn4 {
    text-align: center;
    width: 80%;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 50px;
	
	margin-bottom:50px;
	
  }
  .formbold-btn4:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }  
  
header {
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    padding: 0 100px;
    width: 100%;
    box-sizing: border-box;
}

header .logo {
    color: rgb(83, 83, 83);
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    float: left;
    font-weight: bold;
}

header nav {
    float: right;
}

header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    color: rgb(83, 83, 83);
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-decoration: none;
    display: block;
}

header nav ul li a:hover,
header nav ul li a.active {
    color: #ffffff;
    background-color: #aaaaaa;
}

.menu-toggle {
    color: rgb(94, 94, 94);
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

/* responsive */

@media (max-width: 650px) {
    header {
        padding: 0 20px;
    }

    .menu-toggle {
        display: block;
    }

    header nav {
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        background: #333;
        top: 50px;
        left: -100%;
        transition: 0.5s all;
    }

    header nav.active {
        left: 0;
    }

    header nav ul {
        display: block;
        text-align: center;
    }
    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        color: rgb(255, 255, 255);
    }
}