 
.header.pricing-head{
    height:auto !important;
    min-height:0;
    overflow: visible;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.logindropdowns button{
    border: 1px solid #ccc;
    border-radius: 20px;
}
@media screen and (max-width: 992px){
    .logindropdowns{
        position: absolute;
        top: 10px;
        right: 6px;
    }
    .navbar-toggler{
        position: absolute;
        top: 20px;
    }
    .login-popuptrigger{
        position: absolute;
        top: 10px;
        right: 6px;
    }
}