
.tab-animation-elm {
    margin: .5rem auto;
    width: 80%;
}

    .tab-animation-elm .tab-pane {
        padding: .5rem 0;
        /* height:80px; */
    }

    .tab-animation-elm .nav-tabs {
        position: relative;
        background-color: #fff;
        /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
        border-radius: 6px;
        margin: 0;
        padding: 0;
        border-bottom-color: #231F20;
        border-radius: 0;
    }

        .tab-animation-elm .nav-tabs li {
            margin: 0px;
            border: none;
        }

            .tab-animation-elm .nav-tabs li a {
                position: relative;
                margin-left: 0px !important;
                padding: 20px 40px !important;
                font-size: 16px;
                color: #7B7879;
                border: none;
                transition: all .5s;
            }

        .tab-animation-elm .nav-tabs a:hover {
            background-color: #fff !important;
        }

    .tab-animation-elm .slider {
        display: inline-block;
        width: 30px;
        height: 5px;
        border-radius: 15px;
        background-color: #023F88;
        position: absolute;
        z-index: 1200;
        bottom: -3px;
        transition: all .4s linear;
    }

    .tab-animation-elm .nav-tabs .active {
        background-color: transparent;
        color: #023F88;
        font-weight: bold;
        transition: all .5s;
    }

.input-effect {
    position: relative;
    margin: 1rem 0;
    z-index: 1;
}

    .input-effect .effect-input {
        border: 0;
        padding: 4px 0;
        border-bottom: 1px solid #707070;
        background-color: transparent;
        border-radius: 0;
        padding-right: 1.5rem;
        height: calc(2.25rem + 2px);
    }

        .input-effect .effect-input:focus {
            border: none;
            box-shadow: none;
            outline: none;
        }

        .input-effect .effect-input ~ .focus-border {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 2px;
            background-color: #023F88;
            transition: 0.4s;
        }

        .input-effect .effect-input:focus ~ .focus-border,
        .input-effect .has-content.effect-input ~ .focus-border {
            width: 100%;
            transition: 0.4s;
        }

    .input-effect i {
        position: absolute;
        bottom: .8rem;
        right: .3rem;
        color: #707070;
    }

    .input-effect .effect-input ~ label {
        position: absolute;
        right: 1.5rem;
        width: 100%;
        top: 9px;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
        display: inline;
        color: #707070;
    }

    .input-effect .effect-input:focus ~ label,
    .input-effect .has-content.effect-input ~ label {
        top: -16px;
        color: #023F88;
        transition: 0.3s;
    }

.holder-button {
}

    .holder-button.holder-button-left {
        direction: ltr;
        text-align: left;
    }

    .holder-button .btn {
        border: solid .1rem #ccc;
        font-size: 105%;
        padding: .5rem 2rem;
    }

        .holder-button .btn.btn-blue {
            border-color: #023F88;
        }


            .holder-button .btn.btn-blue:hover {
                background: #023F88;
                color: #fff;
            }

.holder-title-on-page {
    margin: 0;
}

span.invalid-feedback {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.holder-contact {
}

    .holder-contact .result {
        text-align: center;
        border: solid 1px #023F88;
        padding: 2rem;
        border-radius: 1rem;
        margin: 2rem 0;
    }

@media screen and (max-width:426px) {
    .tab-animation-elm .slider {
        width: 5px;
        height: 5px;
        border-radius: 15px;
    }

    .tab-animation-elm .nav-tabs li {
        width: 100%;
    }
}
