.t537__bgimg, .t547__img, .t649__blockimg_1-1, t509__blockimg t-bgimg loaded {
        border-radius: 10px;
}

.t-slds__container {
    border-radius: 15px;
}

.t-slds__bgimg t-bgimg loaded {
    border-radius: 3px;
}

.t218__blockimg {
     border-radius: 30px 0px 0px 30px;
}

.t-btn {
    transition: all 0.5s ease-out;
}

.t-btn:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.t509__blockimg .t-bgimg {
    border-radius: 15px;
}
#bingc-phone-button {
    left: 10% !important;
    bottom: 3% !important;
}

@media screen and (max-width: 425px) {
    #bingc-phone-button {
    left: 40% !important;
    bottom: 3% !important;
}}
@media screen and (max-width: 769px) {
    #bingc-phone-button {
    left: 25% !important;
    bottom: 3% !important;
}}
@media screen and (orientation:portrait) {
#bingc-phone-button {
    left: 40% !important;
    bottom: 3% !important;
}}