.hizli-menu {
    padding-bottom: 50px;
}

.container{
    width: 100%;
}
.hizli-menu .hizli-menu-ic {}
.hizli-menu .hizli-menu-ic .btn-group {
    background: #E99272;
    color: #fff;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    height: 75px;
    padding: 26px 36px 26px 26px;
    margin: 0;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
}

.hizli-menu .hizli-menu-ic .btn-group2 {
    background: #418F9C;
    color: #fff;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    height: 75px;
    padding: 26px 36px 26px 26px;
    margin: 0;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
}

.hizli-menu .hizli-menu-ic .btn-group3 {
    background: #913438;
    color: #fff;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    height: 75px;
    padding: 26px 36px 26px 26px;
    margin: 0;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
}

.hizli-menu .hizli-menu-ic .btn-group:hover {
    background: #333333;
}

.hizli-menu .hizli-menu-ic .btn-group2:hover {
    background: #333333;
}

.hizli-menu .hizli-menu-ic .btn-group3:hover {
    background: #333333;
}

.hizli-menu .hizli-menu-ic .btn-group:After {
    position: absolute;
    display: block;
    content: "";
    width: 106px;
    height: 8px;
    background: #333;
    bottom: -8px;
    left: 10px;
    margin: auto;
    transition: cubic-bezier(0, 0.71, 0, 1.07) .7s;
}

.hizli-menu .hizli-menu-ic .btn-group2:After {
    position: absolute;
    display: block;
    content: "";
    width: 106px;
    height: 8px;
    background: #333;
    bottom: -8px;
    left: 10px;
    margin: auto;
    transition: cubic-bezier(0, 0.71, 0, 1.07) .7s;
}

.hizli-menu .hizli-menu-ic .btn-group3:After {
    position: absolute;
    display: block;
    content: "";
    width: 106px;
    height: 8px;
    background: #333;
    bottom: -8px;
    left: 10px;
    margin: auto;
    transition: cubic-bezier(0, 0.71, 0, 1.07) .7s;
}

.hizli-menu .hizli-menu-ic .btn-group:hover:After {
    background: #f2565a;
    transform: translate(0,0px);
    height: 91px;
    border-radius: 8px;
    color: #fff;
}

.hizli-menu .hizli-menu-ic .btn-group2:hover:After {
    background: #f2565a;
    transform: translate(0,0px);
    height: 91px;
    border-radius: 8px;
    color: #fff;
}

.hizli-menu .hizli-menu-ic .btn-group3:hover:After {
    background: #f2565a;
    transform: translate(0,0px);
    height: 91px;
    border-radius: 8px;
    color: #fff;
}

.hizli-menu .hizli-menu-ic .btn-group i {margin-right:12px;height: 38px;position: absolute;z-index: 777; font-size: 28px;  }
.hizli-menu .hizli-menu-ic .btn-group2 i {margin-right:12px;height: 38px;position: absolute;z-index: 777; font-size: 28px;  }
.hizli-menu .hizli-menu-ic .btn-group3 i {margin-right:12px;height: 38px;position: absolute;z-index: 777; font-size: 28px;  }

.mbottom {margin-bottom:30px;}
h4, span{color: white; margin: 5px;}
