/*add*/
.usweb .navbar-fixed-top > .m1-utility > .container > .col-xs-12.col-sm-12.text-right{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.usweb #support a:after, .usweb .m1-utility .signin:after{
    position: relative;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    font-size: 18px;
    margin-left: 8px;
}
.usweb .m1-utility .signin, .usweb .m1-utility #support, .usweb .m1-utility #support>a{
    display: flex;
    align-items: center;
}
.usweb .m1-utility #support{
	display: flex !important;
}
.usweb .m1-utility #support>a>span{
    margin-right: 5px;
}
.usweb #phones-modal h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Kollektif Regular';
    text-align: center;
}
.usweb #phones-modal .modal-body #en, .usweb #phones-modal .modal-body #en2{
    background-color: #ebf4f4;
    border-radius: 15px;
    padding: 10px 20px 20px;
    width: 48%; 
}
.usweb #phones-modal .modal-body #en{
    margin-right: 4%;
}
.usweb #phones-modal .modal-body #en h3, .usweb #phones-modal .modal-body #en2 h3 {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    color: #0C3F4C;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'Kollektif Regular';
}
.usweb #phones-modal .modal-body #en h3 + p, .usweb #phones-modal .modal-body #en2 h3 + p{
    text-align: center;
    margin-bottom: 10px;
}
.usweb #phones-modal .modal-body #en h3 + p a, .usweb #phones-modal .modal-body #en2 h3 + p a {
    color: #f68920;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Kollektif Regular';
}
.usweb #phones-modal .modal-body #en p, .usweb #phones-modal .modal-body #en2 p {
    color: #0C3F4C;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
    font-family: 'Kollektif Regular';
}
.usweb #signin-modal .modal-dialog.eu-dialog + .us-modal.usamodelmeetingone .modal-dialog{
    width: 600px !important;
}

.usweb .m1-utility .signin{
    margin-left: 25px;
}