.notifyjs-corner {
    z-index: 999999 !important;
}

.OTP__resendDiv--1uowZ {
    padding: 18px 24px 0;
    text-align: center;
    color: #49ad49;
}

.OTP__resendDiv--1uowZ .OTP__resendOTP--kGg-O {
    cursor: pointer;
    color: #304ffe;
}

.service_desc{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
}

.category-content{
    min-height: 47px;
}

label.error { display: block; float: none; color: #a94442; }
#divLoading.show{display:block;position:fixed;z-index:100;background-image:url('../images/loader.gif');background-size:70px;opacity:3.3;background-repeat:no-repeat;background-position:center;left:0;bottom:0;right:0;top:0;margin-left:240px}

.category-list .category-box figure{overflow: hidden;}

.category-list .category-box figure img{height: 100%;object-fit: cover !important;}

.mb-2{
    margin-bottom: 2px;
}
.fs-18{
	font-size: 18px;
}

[data-icon]:before {
    font-family: ucglyphs!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service_modal .close_service_modal {
    outline: 0;
    border: 0;
    border-radius: 2px;
    transition: all .15s ease-out;
}



.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.icon-spin {
    display: inline-block;
    animation: spin 1s infinite linear;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: spin;
}

.font-medium-2 {
    font-size: 1.2rem !important;
}

[class*=" ft-"], [class^=ft-] {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ft-refresh-cw:before {
    content: "\e9a3";
}

.f-20{
	font-size: 20px !important;
}


label.required:AFTER {
    content: "*";
    margin-left: 5px;
    color: #ff0000;
}


.toplinks li.acctount-btn{
    padding: 0px !important;
}

.TestimonialItem__custDetails--23vMo {
    display: flex;
    align-items: center;
}

.TestimonialItem__custDetails--23vMo .TestimonialItem__customerInitials--1MxcQ {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
}

.TestimonialItem__custDetails--23vMo .TestimonialItem__footerContainer--tlQQd {
    margin-left: 12px;
}