.support-logo {
    padding-top: 15px;
}
.h4-botom-title {
font-size: 16px !important;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #545353;
}

footer.footer.text-center
{
	padding : 25px !important;
	background-color: #f0f0f0 !important;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-primary.py-lg-0 {
    min-height: 3.5rem;
}

.copyright
{
	margin-top:10px!important;
}

.languages {
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.languages .btn {
    border: none;
    outline: none;
    background-color: #6886d6;
    padding: 10px 5px;
}

.languages a .btn {
    color: #dbdbdb !important;
    text-decoration: none;
}

.languages a .active {
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
}
    
.languages .btn:hover, .btn:active {
    color: #fff !important;
    box-shadow: none;
}

.languages .btn.active {
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    box-shadow: none;
}

.send_hover {
    padding:8px 20px; 
    border:none; 
    border-radius:0px; 
    background:#6886d6;
}


@media (max-width: 480px) {

    .languages {
        margin-right: 35px;
        position: absolute;
        top: 18%;
    }

    .languages .btn {
        padding: 10px 2px;
        font-size: 12px;
    }

    .languages .active a {
        font-size: 12px !important;
    }

    .text-muted {
        font-size: 14px !important;
    }

    .page-section form {
        padding: 0 1rem !important;
    }

    .page-section form h4 {
        font-size: 1.3rem;
    }

    .page-section form p {
        font-size: 13px !important;
    }

    .page-section form label {
        font-size: 13px !important;
    }

    .page-section form input {
        font-size: 13px !important;
    }

    .page-section form textarea {
        font-size: 13px !important;
    }

    .page-section form select {
        font-size: 13px !important;
    }

    .page-section form button {
        font-size: 13px !important;
    }
}

@media ((min-width: 700px)) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 55px;
    }

    .languages {
        margin-right: 50px;
        position: absolute;
        top: 15%;
    }

    .languages .btn {
        padding: 10px 5px;
        font-size: 14px;
    }

    .languages .active a {
        font-size: 14px !important;
    }
}