.ptac-logo {
    height: 63px !important;
    width: 168px !important;
}

img.technologies-img {
    height: 115px !important;
    width: 270px !important;
}

::placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1;
    font-weight: bold;
}



::-ms-input-placeholder {
    color: rgb(0, 0, 0) !important;
}

.float_new {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #4a8b00;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}



.my-float_new {
    margin-top: 16px;
}