.heading-menu {
    display: none;
}
.promo {
    padding: 0 !important;
}
.download-kit-form {
    background-color: #202020;
    padding: 80px 0;
}

.download-kit-form h2,
.download-kit-form p,
.download-kit-form li {
    color: #fff;
}

.download-kit-form h2 {
    margin-top: 10px;
    font-size: 35px;
}

.download-kit-form .container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.sdp-flex-rwo-col-parent {
    display: flex;
}

.sdp-two-col-item {
    flex: 1 0;
}

.sdp-two-col-item:last-child {
    padding-left: 100px;
}

.success-msg {
    display: none;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
}

.success-msg h3 {
    font: 22px/1.25 Zoho_Puvi_Bold;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.success-msg p {
    color: #ffffff;
    max-width: 75%;
    margin: 0 auto 20px auto;
}

.success-msg a {
    color: #ffffff;
    text-decoration: underline;
}

.thanks-bg {
    padding: 100px 0px;
    display: none;
}

.thanks {
    text-align: center;
}

.thanks h2 {
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.thanks p {
    margin: 15px auto 30px auto;
    font: 20px/1.5 "Zoho_Puvi_Regular";
    color: #000;
    max-width: 50%;
}

.sdp-kit-form-artcle .formfild {
    position: relative;
    margin: 8px 0;
}

.sdp-kit-form-artcle select#MECountryListing,
.sdp-kit-form-artcle select#country_state {
    background: #fff url(https://www.manageengine.com/products/service-desk/images/arrowImage.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 15px;
    font-size: 15px;
}

.sdp-kit-form-artcle .apiform .radio-button {
    align-items: center;
    color: #ffffff;
}

.sdp-kit-form-artcle .apiform input[type="radio"] {
    position: unset;
    height: unset;
}

.sdp-kit-form-artcle .formfild.product-alternate {
    margin: 0 0 25px 0;
}

.sdp-kit-form-artcle .sdp-form-api-main select#country_state {
    margin-bottom: 0;
    margin-top: 5px;
}

.sdp-kit-form-artcle input#emailID {
    padding: 15px;
}

.sdp-kit-form-artcle .apiform select {
    padding: 5px 15px;
    border-radius: 4px !important;
}

.sdp-kit-form-artcle .apiform input {
    height: 45px;
    border-radius: 4px !important;
}

.sdp-email-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.sdp-email-field label {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 15px;
    color: #000;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    pointer-events: none;
}

.sdp-email-field input:focus {
    border-color: #007bff;
    outline: none;
}

.sdp-email-field input:focus+label,
.sdp-email-field input:not(:placeholder-shown)+label {
    top: -20px;
    font-size: 14px;
    color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    left: 0px;
}

ul.list-wrap li {
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding: 0px 0px 0px 30px;
    line-height: 1.5;
}

ul.list-wrap li:before {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(https://www.manageengine.com/products/service-desk/images/tick-mark.png);
    background-size: cover;
}

.sdp-kit-form-artcle input#no {
    margin-left: 10px !important;
}

.apiform .radio-button {
    display: flex;
}

.apiform .radio-button .sdp-no-style {
    cursor: pointer;
}

.apiform .radio-button .sdp-no-style:first-child {
    padding-right: 10px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3ab54a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0px auto 20px auto;
    box-shadow: inset 0px 0px 0px #3ab54a;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3ab54a;
    }
}