.step2 {
  display:none;    
    
}

.dy-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-13px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-13px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-13px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-13px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.form-holder {
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    margin: 0 50px 0 20px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    box-shadow: 0 0 0 0 rgba(245, 245, 245, .7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1)
}

.form-body {
    padding: 30px 15px 15px 15px;
}

.form-header {

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 15px 10px 15px;
    background-color: #f5f5f5;
    color: #5f5c6d;
    font-weight: bold;
    font-size: 25px;
}

.cta-holder .sub {
    margin-top: 15px;
    position: relative;
    clear: both;
}


.form-holder:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0)
    }
}

.titref {
    color: #acacac;
    text-align: justify;
    line-height: 1.5em !important;
    font: 700 11px Roboto, sans-serif;
    padding: 20px 3% 10px
}

select.custom {
    background-image: url(../../img/drop.png);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none
}

select.custom::-ms-expand {
    display: none
}

::placeholder {
    /* Firefox, Chrome, Opera */
    color: #555555 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555555 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555555 !important;
}

.is-invalid {
    border-color:red!important;
}
.form-control {
    background-color: #fff;
    color: #333;
    height: 48px;
    line-height: 1;
    font-weight: 300;
    width: 100%: padding: 4px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none
}

.form-control:focus {
    border-color: #07ceef;
    outline: 0 none;
    box-shadow: none
}
.sub-a {
    cursor:pointer!important;
}

.sub-a:hover {
    text-decoration:none;
}
.sub {
    text-transform: uppercase;
    color: #fff;
    background-color: #06c668;
    border-color: #06c668;
    width: 100%;
    font-size: 18px;
    padding: 1rem 1.95rem;
    box-shadow: none;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 14px 20px;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sub:hover {

    background-color: #333;
    border-color: #333;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.sub:focus,
.sub:hover {
    color: #fff;
    border: none
}



.mention-form,
.mention-form:hover,
.mention-form:focus,
.mention-form:visited {
    color: #1860de;
    text-decoration: none;
}



.vcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sub:focus {
    background-color: #333333;
    outline-width: 0 !important
}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: inline;
    width: 20px;
    height: 20px;
    border: 2px solid #16a2e0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
