.languages button {
    width: 3.5rem;
    padding: 0.4rem 1rem !important;
}

.languages .dropdown-menu {
    min-width: unset;
    padding: 2px 0px;
}

.languages .dropdown-menu .dropdown-item {
    width: 3.5rem;
    margin: 2px 0px;
}

.header-contact-details i.fa,
.header-contact-details i.fab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px;
    background: unset;
    /*border: 1px solid #B51829;*/
    border: 1px solid #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.header-contact-details a:hover i.fa,
.header-contact-details a:hover i.fab {
    /*background: #B51829;*/
    border-color: #B51829;
}

/* Logo content */
.site-logo .site-title p {
    color: white;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

@media screen and (max-width: 620px) {
    .site-logo .site-title p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 500px) {
    .site-logo .site-title p {
        font-size: 0.60rem;
    }
}

.site-logo a:hover p {
    opacity: 0.5;
}
/* 
.site-logo img {
    max-width: 10rem;
}

@media screen and (max-width: 575px) {
    .site-logo img {
        max-width: 3rem;
    }
} */

.package-meta {
    width: 100%;
}

.package-meta ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.package-meta ul li:nth-child(1) {
    width: 25%;
}
.package-meta ul li:nth-child(2) {
    width: 35%;
}
.package-meta ul li:nth-child(3) {
    width: 40%;
}


.page {
    position: relative;
}

.email {
    flex-direction: column;
    padding-top: 1rem;
}

.email .group-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

.email .group-input label,
.email .group-input select,
.email .group-input input {
    margin-bottom: 1rem;
}

.email .group-input label {
    width: 30%;
}

.email .group-input input,
.email .group-input select {
    width: 60%;
}

.email button {
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.email button[type=submit] {
    background-color: #B51829;
    border-color: #B51829;
}

.email button[type=submit]:hover,
.email button[type=submit]:focus,
.email button[type=submit]:active {
    background-color: #840D1A;
    border-color: #840D1A;
}

.group-input select {
    border-radius: 25px;
}