.kockpit-intronew {
    padding: 70px 0 100px;
    background: #fff;
    position: relative;
    margin-bottom: 10%;
    z-index: 9;
}
.captcha-area {
    display: flex;
    gap: 2rem;
  }
  .captcha-img {
    border: 1px solid #0ABEFF;
    background: #0ABEFF;
    border-radius: 5px;
    width: 200px;
    margin-bottom: 5px;
    padding: 5px 15px;
    color: white;
  }
  button.reload-btn {
    border: 1px solid #0ABEFF;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    background: #0ABEFF;
    color: white;
  }
  button.check-btn {
    border: 1px solid #0ABEFF;
    margin-left: 8px;
    border-radius: 5px;
    background: white;
    color: #0ABEFF;
  }
.intro-head {
    position: absolute;
    z-index: 9;
    padding-top: 3%;
}
button.button-primary.shift-left {
    margin-left: -15px;
}
.primary-headingcon {
    letter-spacing: -1.22px;
    color: #10212f;
    margin-bottom: 2vw;
    margin-top: 5%;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}
.b {
    letter-spacing: -1.22px;
    color: #10212f;
    margin-bottom: 2vw;
    margin-top: 5%;
    font-size: 50px;
    font-weight: 200;
}
.d {
    font: normal normal 200 66px/60px Open Sans;
    letter-spacing: -1.22px;
    color: #000;
    margin-bottom: 2vw;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin-top: -3%;
}
.get_in_touch {
    margin: 0;
    position: relative;
    padding: 30px;
    background: #fff;
    z-index: 9;
    margin-top: -15%;
}
.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}
.contact-form .input-text {
    display: block;
    background: transparent;
    width: 99%;
    height: 36px;
    border-width: 0 0 1px 0;
    border-color: #ccc;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.contact-form .input-text.not-empty + .label,
.contact-form .input-text:focus + .label {
    transform: translateY(-24px);
    font-size: 14px;
}
.contact-form .input-text:focus {
    outline: 0;
    border-color: #0abeff;
}
.contact-form .label {
    position: absolute;
    bottom: 18px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 400;
    color: #999;
    cursor: text;
    text-transform: capitalize;
    transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
    display: inline-block;
    background: #0abeff;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
}
.button-second {
    border: 1px solid #0abeff;
    padding: 14px 80px 14px 32px;
    line-height: 1;
    font-size: 17px;
    border-radius: 4px;
    color: #0abeff;
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, #0abeff 50%, #fff 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
}
.button-second:after {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    background: linear-gradient(to right, #fff 50%, #0abeff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.button-second:hover,
.button-secondary:hover:after {
    background-position: left bottom;
    color: #fff;
}
.button-second:hover:after {
    transition: all 0.6s ease-out;
}
.get_in_touch.why-kockpit:after {
    display: none;
}
.get_in_touch.why-kockpit svg {
    z-index: -1;
    opacity: 0.17;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .kockpit-intronew {
        padding: 200px 0 10px;
        background: #fff;
        position: relative;
        margin-bottom: 10%;
        z-index: 9;
    }
}