  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 0px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 0px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }


.links-section {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    display: flex;
    justify-content: space-between;
}

.form-fileds {
    flex-direction: row;
}

.form-section {
    margin: auto;
}

.five p,
.sub-two-right p {
    margin-bottom: 2px;
    white-space  : nowrap;
}

.w3l-footer h6 {
    margin-bottom  : 21px;
    justify-content: center;
}


.form-title>h6 {
    margin-bottom: 21px;
}

.signup-btn {
    color           : #EEEFEB;
    background-color: #414042;
    white-space     : nowrap;
}

.signup-btn:hover {
    background-color: #F7941F;

}

.form-fileds input[type],
.signup-btn {
    border       : 1px solid #414042;
    border-radius: 0.15rem;
}

.form-fileds input[type="text"]:focus-visible {
    outline: #414042;
}

.disabled {
    background-color: #414042 !important;
    opacity         : 0.4;
    cursor          : not-allowed;

}

.connect-with-us {
    margin-left   : auto;
    padding-right : 20px;
    display       : flex;
    flex-direction: column;
    margin-right  : 20px;
}

.below-section {
    margin-top: 30px;
}

.address {
    display     : flex;
    margin-right: 20px;
}

.address address {
    font-size: 14px;
}

.linkedin_icon .linkedin_icon1,
.facebook_icon .facebook_icon1,
.email_icon .email_icon1 {
    width: 30px;
}

.contact {
    margin-left: auto;
}

.connect-with-us .footerlbl {
    margin-left    : 0px;
    justify-content: flex-start;
}

.social_icons {
    justify-content: space-between;
}

.social_icons span:nth-child(1) {
    margin-left: 0px;
}

/* Style inputs with type="text", select elements and textareas */
.contact-field input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 0px; /* Add a top margin */
    margin-bottom: 18px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    display: column;
  }
  
  /* Style the submit button with a specific background color etc */
  .contact-field button[type=submit] {
    background-color: #414042;
    color: white;
    padding: 8px 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 35px;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  .contact-field button[type=submit]:hover {
    background-color: #f7941f;
  }
  
  /* Add a background color and some padding around the form */
  .contact-field-container {
    width: 50%;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .contact-field-section>form {
    width: auto;
}
.contact-field {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    text-align: center;
    margin: 20px;
    font-weight: 700;
    font-size: 3.5;
    color: #f7941f;
}
label{
    font-weight: 500;
    margin-bottom: 3px;
}
option{
    display: inline-block; 
    padding-top: 10px;
}
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
    font-weight: 400;
    margin-top: 15px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: none;
    border: 0.15em solid #414042;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.custom-radio input:checked ~ .radio-btn {
    background-color: #f7941f;
}

.radio-btn::after {
    content: "";
    position: absolute;
    display: none;
    background: #f7941f;
}

.custom-radio input:checked ~ .radio-btn::after {
    display: block;
}

.custom-radio:hover .radio-btn {
    background-color: #414042;
}

@media only screen and (max-width: 1536px) {
    #resultdisplay {
        margin-top: 0px;
    }
    .links-section {
        display        : flex;
        justify-content: space-between;
        max-width      : 50%;
        flex           : 0 0 50%;
    }

    .form-fileds {
        display       : flex;
        gap           : 10px;
        flex-direction: column;
    }

    .form-section>form {
        width: 250px;
    }

    .signup-btn {
        width: 95px;
    }

}

@media only screen and (max-width: 1080px) {
    .form-section>form {
        width: auto;
    }

    .footer-web {
        padding: 0 10px;
    }

    .below-section {
        margin-top: 20px;
    }

    form {
        display  : block;
        left     : 0%;
        transform: translate(0%, 0%);
    }

    .links-section {
        display: none;
    }

    .form-section {
        width : 50%;
        margin: 0;
    }

    form h6 {
        text-align: left;
    }

    .form-fileds {
        flex-direction: column;
    }

    .signup-btn {
        width: 95px;
    }

    form {
        width      : auto;
        margin-left: 9px;
    }

    .section-1,
    .section-2 {
        display: none;
    }
 
    .contact-field-container {
        width: 90%;
        border-radius: 5px;
        padding: 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
      }
}

@media only screen and (max-width: 800px) {

    .linkedin_icon .linkedin_icon1,
    .facebook_icon .facebook_icon1,
    .email_icon .email_icon1 {
        width: 25px;
    }

    .footerlbl {
        font-size    : 14px;
        margin-bottom: 10px;
        margin-left  : 0px;
    }

    .social_icons span {
        margin-left: 15px;
    }

    .connect-with-us {
        width       : 145px;
        margin-right: 10px;
        padding     : 0px;
    }

    .form-fileds input[type] {
        height   : 25px;
        font-size: 14px;
    }

    .signup-btn {
        width: 95px;
    }

    .address address {
        font-size: 12px;
    }

    .w3l-footer .columns p {
        font-size: 13px;
    }

    .contact-field-container {
        width: 90%;
        border-radius: 5px;
        padding: 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
      }
}

@media only screen and (max-width: 400px) {

    .linkedin_icon .linkedin_icon1,
    .facebook_icon .facebook_icon1,
    .email_icon .email_icon1{
        width: 20px;
    }

    .footerlbl {
        font-size: 13px;
    }

    .social_icons span {
        margin-left: 13px;
    }

    .connect-with-us {
        width       : 90%;
        margin-right: 15px;
        padding     : 0px;
    }

    .form-title h6,
    .w3l-footer h6 {
        font-size: 16px;
    }

    .form-fileds input[type] {
        height   : 20px;
        font-size: 12px;
    }

    .signup-btn {
        width    : 95px;
        font-size: 14px;
    }

    .address address {
        font-size: 10px;
    }

    .contact-field-container {
        width: 90%;
        border-radius: 5px;
        padding: 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
      }
}