﻿::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b7b6b6;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b7b6b6;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b7b6b6;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b7b6b6;
}

.MyInput, .MyInput:focus, .MyInput:focus-visible {
    border: none;
    background-color: #fff;
    height: 35px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #656565;
    padding: 5px;
    outline: 0;
}

.hero-image {
    background: url(https://www.dnb.co.in/assets/ers/images/ERS_Header.png) no-repeat scroll center top;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

    .hero-text button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 10px 25px;
        color: black;
        background-color: #ddd;
        text-align: center;
        cursor: pointer;
    }

.myBtn {
    color: #fff;
    background-color: #286090;
    border-radius: unset;
    padding: 10px 30px;
}

.myLabel {
    margin-left: 0px;
}

ol li {
    margin-bottom: 5px;
}

.chk input {
    height: 13px !important;
    width: 13px !important;
    margin: 5px 0px;
}

.chk {
    float: left;
    height: 82px;
    margin-right: 5px;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    /*padding-block-start: 0.35em;
            padding-inline-start: 2.75em;
            padding-inline-end: 0.75em;
            padding-block-end: 0.625em;
            min-inline-size: min-content;*/
    border-width: 1.5px;
    border-style: groove;
    border-color: #4099b6;
    border-image: initial;
    border-radius: 40px;
}

legend {
    border-bottom: 0px;
    text-align: center;
    width: 35%;
}

.DescBox {
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 200;
    min-height: 215px;
}

.BoxStyle {
    box-shadow: 2px 2px 2px 0px #aaa;
    margin: 0px;
    background-color: #eee;
    border-radius: 20px;
    padding: 20px 40px;
}

@media(max-width:768px) {
    .DescMainBox {
        min-height: 345px !important;
    }

    .DescBox {
        color: #fff;
        padding: 10px 20px;
        letter-spacing: 1px;
        font-weight: 200;
        min-height: 135px;
    }

    .BoxStyle {
        box-shadow: 2px 2px 2px 0px #aaa;
        margin: 0px;
        background-color: #eee;
        border-radius: 20px;
        padding: 20px 15px;
    }

    .PaddZeroMob {
        padding: 0px !important;
    }
}

h2 {
    color: #066b37;
}

form .submit-btn:hover {
    background: #fff;
    color: #066b37;
    transition: all 0.3s ease-out 0s;
}

form .submit-btn {
    font-size: 16px;
    font-weight: bold;
    border: 0;
    color: #fff;
    padding: 0px 20px;
    height: 40px;
    border-radius: 30px;
    background: #066b37;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}


