﻿.card li {
    line-height: 40px;
}

#sabt {
    width: 100px;
    background-color: #ffca01;
    color: #fff;
    transition: all .4s ease;
}

    #sabt:hover {
        width: 150px;
    }

.contactTitle {
    text-align: center;
    font-weight: bolder;
    color: #6a95cc;
    position: relative;
}

    .contactTitle:after {
        position: absolute;
        content: " ";
        right: 0;
        top: 20px;
        width: 10%;
        height: 4px;
        background-color: #6a95cc;
    }

    .contactTitle:before {
        position: absolute;
        content: " ";
        left: 0;
        top: 20px;
        width: 10%;
        height: 4px;
        background-color: #6a95cc;
    }

.order-1 h6 {
    line-height: 45px;
}

.NewLineInForm i {
    color: #fff;
    background-color: #6a95cc;
    padding: 13px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.NewLineInForm .form-control {
    height: auto !important;
    border-color: #6a95cc;
}

.card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

@media(max-width:992px) {
    .contactTitle:after, .contactTitle:before{
        display:none;
    }
}
