.header-navigation .logo img
{ 
    width:50%;
}
.mainNavbar
{
    margin: 8px 0 0 0;
}
.regiForm
{
    padding: 4% ;
}
.regiForm button
{
    border: none;
    background-color: #4fb68d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 52px;
    margin-top: 33px;
    outline: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 30px;
}
.hrLine {
    width: 98%;
    margin: 0 auto;
    padding: 2% 0;
    border-top: none;
    border-bottom: 1px solid #dedede;
}

.regiForm .nice-select {
    line-height: 26px;
}

.servicesTypes p
{
    margin: 5% 0 5% 0;
    font-size: 1.4em;
    font-weight: 600;
}

@media only screen and (max-width:768px)
{
    .header-navigation .logo img {
        width: 50%;
    }
}