.tab-div {
    border-bottom: 3px solid #ECEDEE;
}

.tab-div>span,
.tab-div>a {
    padding: 5px 20px;
    display: inline-block;
    cursor: pointer;
    color: #444;
}

.tab-div .tabmod-act {
    background: #ECEDEE;
}

.tab-div>span,
.tab-div>a {
    padding: 5px 20px;
    display: inline-block;
    cursor: pointer;
    color: #444;
}

.ctaContainer {
    text-align: center;
    margin: 20px 0 40px;
    padding: 20px 10px 40px;
    background: #dbf3ff;
}

.ctaContainer h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
    font-weight: 600
}

.ctaContainer span {
    font-size: 11px;
    display: block;
    margin-top: 7px;
    font-style: italic
}

.wam-form {
    margin: 0 auto;
    display: table;
    width: 472px
}

.wam-form ul {
    margin: 0;
    padding: 0 !important
}

.wam-form ul li {
    list-style-type: none;
    float: left;
    background: #fff
}

.wam-form ul li:nth-child(1) {
    width: 170px;
    border: 1px solid #dedede;
    position: relative;
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.errMsg,
.errMsg2,
.errMsg3,
.errMsg4 {
    display: none;
    font-size: 12px;
    position: absolute;
    margin-top: -20px;
    margin-left: 0;
    line-height: 18px;
    color: red
}

.wam-form ul li:nth-child(1) span {
    position: absolute;
    background-size: 389px;
    width: 23px;
    height: 15px;
    padding-right: 20px;
    margin: 15px 0 0 10px;
    z-index: 99;
    background-position: 0 -272px
}

.wam-form ul li:nth-child(1) span::after {
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    background: #dedede;
    top: -6px;
    left: 30px
}

.wam-form ul li input {
    width: 100%;
    height: 42px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    color: #2b2b2b;
    background: none
}

.wam-form ul li:nth-child(1) input {
    font-size: 16px;
    position: relative;
    border-radius: 15px
}

.wam-form ul li:nth-child(1) input::placeholder {
    color: #889196
}

.wam-form ul li:nth-child(2) {
    width: 76px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: relative
}

.wam-form ul li:nth-child(2):before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #adadad;
    margin: 22px 0 0 29px;
    z-index: 0;
    right: 11px
}

.selectedCountry {
    width: 60px;
    height: 36px;
    position: absolute;
    color: #6e6e6e;
    font-size: 16px;
    margin: 10px 0 0 7px
}

.wam-form ul li select {
    width: 100%;
    height: 42px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    background: #fff;
    margin: 0;
    background: none;
    z-index: 9;
    position: relative;
    color: #6e6e6e;
    font-size: 12px;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.wam-form ul li:nth-child(3) {
    border: 0;
    padding-left: 0
}

.wam-form ul li input[type="submit"] {
    background: #d22222;
    color: #fff;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 600;
    text-transform: capitalize;
    height: 44px;
    border: 0;
    outline: none;
    border-radius: 0 4px 4px 0;
    transition: all .5s ease
}

.wam-form ul li input[type="submit"]:hover {
    background: #c11818;
    transition: all .5s ease
}

.wam-form ul li:nth-child(4) {
    background: none;
    width: 100%;
    margin-top: 15px;
    border: 0
}

.dwn-priv {
    color: #353535;
    font-size: 11px;
    margin-top: -8px;
    line-height: 16px
}

.dwn-priv a {
    font-size: 11px;
    color: #353535;
    text-decoration: none
}

#meGDPRMessage {
    line-height: 17px;
    margin: 0 0 13px;
    width: 100%
}

#meGDPRMessage label {
    font-size: 11px;
    line-height: 18px;
    color: #48555f
}

.succView {
    display: none
}

#dwn-form-alert {
    width: 250px !important;
    z-index: 11
}

.wam-form ul li select#country_state {
    background: url(https://www.manageengine.com/products/ad-manager/images/arrow-gra.png) 137px 21px no-repeat;
    background-size: 8px;
    opacity: 1;
    width: 170px;
    left: -93px;
    background-color: #fff
}

@media screen and (max-width: 500px) {
    .wam-form {
        width: 100%
    }

    .wam-form ul li:nth-child(1) {
        width: 75%
    }

    .wam-form ul li:nth-child(2) {
        width: 18%;
        border-right: 1px solid #dedede
    }

    .wam-form ul li:nth-child(3) {
        width: 100%;
        margin-top: 10px
    }

    .wam-form ul li input[type="submit"] {
        border-radius: 4px
    }
}