@media (min-width: 992px) {
    #banner{
        margin-top: calc(100vh - 565px);
    }
    #services:before{
        content: '';
        background-image: url(../../images/separator-dec.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 1300px;
        height: 244px;
    }
    .text-md-justify{
        text-align: justify!important;
    }
    .nav-md-justified .nav-item, .nav-md-justified>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }
}
.nav-materi{
    align-items: center;
    border: none;
}
.nav-materi .nav-link{
    padding: 5px;
    border: 1px solid rgba(221, 221, 221, 0.78);
    border-radius: 5px;
    box-shadow: none;
}
.nav-materi .nav-link.active{
    box-shadow: 0px 0px 10px rgba(179, 205, 255, 0.4);
}
#services{
    padding-top: 100px;
    padding-bottom: 100px;
}
.card:not(.card.plain){
    box-shadow: 0 .25rem 0.4rem rgba(30, 34, 40, .2) !important;
}
footer p {
    color: #222;
    line-height: 2;
}
footer a{
    color: #222;
    padding-bottom: 3px;
}
footer a:hover{
    color: #244284;
    text-shadow: 1px 1px 10px rgba(36, 66, 132, 0.2);
}
footer ul.list-unstyled li{
    margin-bottom: 5px;
}
.btn.btn-gradient-primary{
    color: #fff !important;
    background: rgb(19, 175, 240);
    background: linear-gradient(105deg, rgba(91, 104, 235, 1) 0%, rgba(40, 225, 253, 1) 100%);
    border: none;
}
.card.card-step:hover {
    background-image: url(../../images/card-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.card.card-step:hover h4{
    color: #fff;
}
.card.card-step h4{
    transition: all .3s;
}
.card.card-step{
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    border-top-right-radius: 50px;
    transition: all .3s;
}
.text-dark{
    color: #111!important;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{
    color: #828282!important;
}
.nav-tabs.nav-tabs-basic {
    border-color: transparent;
}
.nav-tabs.nav-tabs-basic .nav-link {
    border: 0;
    border-radius: 0;
    border-color: transparent;
    background: 0 0;
    font-size: .85rem;
    padding: .6rem 0;
    margin-right: 1rem;
    text-align: center;
    border-bottom: 3px solid rgba(164, 174, 198, 0.01);
}
.nav-pills .nav-link.active {
    animation: ease .3s all;
}
.nav-pills .nav-link.active {
    background: #244284;
    color: #ddd;
}
.input-group.input-group-pill:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group.input-group-pill:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.input-group.input-group-pill>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.input-group.input-group-pill>.input-group-text{
    padding: .375rem 1rem;
    border:none;
}
.input-group{
    box-shadow: 1px 1px 2px #ddd;
    border: 1px solid #aaa;
    transition: all 1s;
}
.input-group:focus-within>.input-group-text {
    border: 1px solid #1F3C7C;
}
.form-select:focus{
    border: 1px solid #1F3C7C;
}
.input-group.input-group-pill{
    border-radius: 30px;
}
.input-group{
    border-radius: 9px;
}
