@media screen and (max-width: 1199.99px) {
    .desktopOnly, .do,
    .uc-desktopOnly, .uc-do {
        display: none !important;
    }
}
@media screen and (max-width: 639.99px) {
    .tabletOnly, .to, .phoneHidden, .ph,
    .uc-tabletOnly, .uc-to, .uc-phoneHidden, uc-ph {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .tabletOnly, .to, .desktopHidden, .dh,
    .uc-tabletOnly, .uc-to, .uc-desktopHidden, .uc-dh {
        display: none !important;
    }
}
@media screen and (min-width: 640px) {
    .phoneOnly, .po,
    .uc-phoneOnly, .uc-po {
        display: none !important;
    }
}
::selection {
    background-color: #0CBE90;
    color: #fff;
}
.getsms {
    font-family: 'Gilroy',Arial,sans-serif;
    color: white !important;
}
.black .getsms {
    color: #292929 !important;
}
.black .smsimg {
    filter: invert(8%) sepia(8%) saturate(15%) hue-rotate(336deg) brightness(102%) contrast(81%);
}
.blue .getsms {
    color: #366AEE !important;
}
.blue .smsimg {
    filter: invert(29%) sepia(68%) saturate(2805%) hue-rotate(217deg) brightness(99%) contrast(89%);
}
a.smshelp {
    display: none;
}