.eg-notification  {
    position: fixed;
    left: 30px;
    z-index: 999999999999;
    line-height: 1.5;
}
.eg-notification.bottom_left{
    left: 30px;
    right: auto;
}
.eg-notification.bottom_right {
    left: auto;
    right: 30px;
}

/*variables*/
.group-title {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #660099;
}

/*notification style one*/
.eg-notification-one {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-one.style-one {
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px 14px 8px 14px;
}

.eg-notification-one.style-two {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    padding: 12px 14px 12px 14px;
}

.eg-notification-one.style-two .notification-thumb::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    /* background: url(../images/shapes/tick.svg) no-repeat center; */
    z-index: 1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
}

.eg-notification-one.style-three {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    padding: 12px 15px 12px 15px;
    border-radius: 30px 0px;
    border: 1px solid #e1e1e1;
}

.eg-notification-one.style-four {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 14px 12px 14px;
}

.eg-notification-one.style-four .notification-thumb::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    /* background: url(../images/shapes/tick.svg) no-repeat center; */
    z-index: 1;
    left: 70%;
    bottom: 7px;
}

.eg-notification-one .notification-thumb {
    width: 54px;
    min-width: 54px;
    min-width: 54px;
    margin-right: 10px;
    position: relative;
}

.eg-notification-one .notification-thumb img {
    width: 100%;
}

.eg-notification-one .notification-thumb .notification-thumb-shape {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.eg-notification-one .notification-thumb .notification-thumb-shape img {
    width: auto;
}

.eg-notification-one .notification-content .notification-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: initial;
    margin: 5px 0;
    color: #181818;
    font-family: "Saira", sans-serif;
    padding-top: 4px;
    padding-bottom: 3px;
}

.eg-notification-one .notification-content .notification-subtitle {
    margin: 0;
    font-size: 13px;
    line-height: 12px;
    color: #181818;
    font-family: "Work Sans", sans-serif;
    padding: 0;
}

.eg-notification-two {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-two.style-one {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    max-width: 600px;
    min-width: 280px;
    padding: 5px 30px 5px 8px;
}
.notification-content a{
    text-decoration: none;
}
.eg-notification-two.style-one .notification-thumb {
    margin-left: 8px;
}

.eg-notification-two.style-one .notification-content {
    padding: 4px 30px 10px 5px;
}

.eg-notification-two.style-two {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    max-width: 600px;
    min-width: 280px;
    padding: 4px 30px 4px 10px;
}

.eg-notification-two.style-two .notification-content {
    padding: 5px 16px;
}

.eg-notification-two.style-three {
    border-radius: 3px 30px 3px 3px;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    overflow: hidden;
    background: #28303d;
    padding: 4px 30px 4px 10px;
}
.eg-notification-two.style-three .notification-thumb img {
    border-radius: 4px;
    margin: 0;
    width: 100%;
}
.eg-notification-two.style-three .notification-content a {
    color: #fff;
}
.eg-notification-two.style-three .notification-content {
    padding: 8px 13px;
    color: #fff;
}

.eg-notification-two.style-three .notification-content .notification-subtitle, .eg-notification-two.style-three .notification-content .notification-title {
    color: inherit;
}

.eg-notification-two.style-four .notification-thumb img {
    border-radius: 3px 20px;
}
.eg-notification-two.style-four .notification-thumb {
    height: 85px;
}
.eg-notification-two.style-four .notification-content {
    padding: 8px 25px 8px 13px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px 3px;
    margin-left: 10px;
}

.eg-notification-two.style-five {
    background: #fff;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    padding: 5px 20px 5px 10px;
}

.eg-notification-two.style-five .notification-thumb {
    background: #282828;
    border-radius: 3px;
    height: 76px;
    position: relative;
}

.eg-notification-two.style-five .notification-thumb::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../images/shapes/msg-icon.svg) no-repeat center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.eg-notification-two.style-five .notification-content {
    padding: 6px 10px;
}

.eg-notification-two.style-six .notification-thumb img {
    border-radius: 3px;
    /* border: 4px solid #0918312e; */
}
.eg-notification-two.style-six {
    background: #fff !important;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 0 40px 40px 0;
    background: none;
    max-width: 600px;
    min-width: 280px;
    padding: 1px 20px 1px 12px;
}
.eg-notification-two.style-six .notification-content {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eg-notification-two.style-six .notification-content .notification-title {
    font-size: 15px;
}
.eg-notification-two.style-seven .notification-thumb img {
    border-radius: 5px;
    border: 4px solid #0918312e;
}
.eg-notification-two.style-seven .notification-thumb {
    margin-right: 8px;
    height: 82px;
}
.eg-notification-two.style-seven {
    background: none;
}
.eg-notification-two.style-seven .notification-content {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    padding: 7px 36px 7px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 40px 40px 0;
    background: #fff;
}

.eg-notification-two.style-seven .notification-content .notification-title {
    font-size: 15px;
}
.eg-notification-two.style-eight .notification-thumb img {
    border-radius: 90%;
    border: 4px solid #d2d2d2;
}
.eg-notification-two.style-eight .notification-thumb {
    margin-right: 8px;
    height: 80px;
    width: 80px;
}
.eg-notification-two.style-eight {
    background: none;
}
.eg-notification-two.style-eight .notification-content {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    padding: 7px 35px 7px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.eg-notification-two.style-eight .notification-content .notification-title {
    font-size: 15px;
}

.eg-notification-two .notification-thumb {
    width: 85px;
    min-width: 85px;
    height: 73px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.eg-notification-two.style-two .notification-thumb img {
    border-radius: 0;
    /*margin: 4px;*/
    /* border: 4px solid #0918312e; */
}
.eg-notification-two .notification-thumb img {
    width: 100%;
    border-radius: 90%;
}

.eg-notification-two .notification-content h6 {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 12px;
    color: #545454;
}

.eg-notification-two .notification-content h6 span {
    color: #660099;
}

.eg-notification-two .notification-content .notification-subtitle {
    font-size: 13px;
    color: #545454;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
}

.eg-notification-two .notification-content .notification-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
    color: #000000;
    font-family: "Saira", sans-serif;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px!important;
}

.eg-notification-three {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-three.style-one {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    max-width: 600px;
    min-width: 280px;
}

.eg-notification-three.style-one .notification-thumb {
    /* border: 1px solid #ddd; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.eg-notification-three.style-one .notification-content {
    padding: 5px 15px;
}

.eg-notification-three.style-two {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 3px 20px 20px;
}

.eg-notification-three.style-two .notification-thumb img {
    border-radius: 3px 20px;
    width: 100%;
    margin-left: 10px;
}

.eg-notification-three.style-two .notification-content {
    padding: 10px 15px 13px 25px;
}
.eg-notification-three.style-two .notification-content .notification-title{
    font-size: 14px;
    text-transform: inherit;
    padding:0;
    margin: 4px 0px 2px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.eg-notification-three.style-three {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 80px 10px 10px 80px;
    padding: 4px 15px 4px 7px;
}
.eg-notification-three.style-three .notification-content .notification-title{
    font-size: 15px;
    text-transform: inherit;
     padding:0;
    margin: 4px 0px 2px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.eg-notification-three.style-three .notification-thumb {
    /*margin-left: 5px;*/
    /*height: 95px;*/
    /*width: 95px;*/
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
}
.eg-notification-three.style-three, .eg-notification-three.style-two {
    max-width: 600px;
    min-width: 280px;
}
.eg-notification-three.style-three .notification-thumb img {
    border-radius: 90%;
    height: 84px;
    width: 84px;
}
ul.notification-rating {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
ul.notification-rating li{
    line-height: 12px;
    padding: 0 !important;
}
.eg-notification-three.style-three .notification-content {
    padding: 5px 15px;
}

.eg-notification-three .notification-thumb {
    width: 86px;
    min-width: 86px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.eg-notification-three .notification-content .notification-subtitle {
    font-size: 13px;
    color: #545454;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
}

.eg-notification-three .notification-content .notification-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: inherit;
    color: #000000;
    font-family: "Saira", sans-serif;
    padding-top: 4px;
    padding-bottom: 5px;
}

.eg-notification-three .notification-content .notification-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.eg-notification-three .notification-content .notification-rating li {
    margin: 2px;
}
.eg-notification-three .notification-content .notification-rating li img{
    width: 12px;
}
.eg-notification-three .notification-content .notification-rating li:last-child {
    margin-right: 0;
}
.eg-notification-three .notification-content .notification-rating li:first-child {
    margin-left: 0;
}

.eg-notification-four {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-four.style-one {
    padding: 5px 8px;
    min-width: 280px;
    max-width: 600px;
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #eee;
    border-radius: 10px;
}

.eg-notification-four.style-one .notification-thumb {
    height: 70px;
    background: #2d2d2d;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    position: relative;
    width: 61px;
    min-width: 61px;
}

.eg-notification-four.style-one .notification-thumb img {
    max-width: 40px;
}

.eg-notification-four.style-one .notification-content {
    padding-left: 10px;
    padding-right: 4px;
}

.eg-notification-four.style-two {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    padding: 6px 20px 6px 6px;
    min-width: 280px;
    max-width: 600px;
}

.eg-notification-four.style-two .notification-thumb {
    background: #2d2d2d;
    border-radius: 5px 0px 0px 5px;
    height: 68px;
    width: 64px;
    min-width: 64px;
}

.eg-notification-four.style-two .notification-content {
    padding-left: 10px;
}

.eg-notification-four.style-three {
    background: #2d2d2d;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    padding: 6px 20px 6px 6px;
    max-width: 600px;
    min-width: 280px;
}

.eg-notification-four.style-three .notification-thumb {
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    height: 68px;
    width: 64px;
    min-width: 64px;
}

.eg-notification-four.style-three .notification-content {
    padding-left: 10px;
}

.eg-notification-four.style-three .notification-content .notification-subtitle, .eg-notification-four.style-three .notification-content .notification-title, .eg-notification-four.style-three .notification-content a {
    color: #fff;
}

.eg-notification-four .notification-thumb {
    width: 76px;
    min-width: 76px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eg-notification-four .notification-content .notification-subtitle {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    font-family: "Work Sans", sans-serif;
    margin: 0;
}

.eg-notification-four .notification-content .notification-title {
    font-weight: 600;
    font-size: 12px;
    color: #2d2d2d;
    font-family: "Saira", sans-serif;
    margin: 5px 0;
    padding: 0;
}

.eg-notification-four .notification-content a {
    text-decoration: none;
    font-size: 13px;
    color: #2d2d2d;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    padding-top: 2px;
}

.eg-notification-five {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-five.style-two .notification-content {
    padding: 8px 12px;
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px;
    margin-left: 8px;
}

.eg-notification-five.style-two .notification-content .notification-subtitle, .eg-notification-five.style-two .notification-content .notification-title {
    color: #2d2d2d;
}

.eg-notification-five.style-two .notification-content .notification-title {
    color: #000000;
    padding-top: 6px;
    padding-bottom: 6px;
}

.eg-notification-five.style-one {
    background: #2d2d2d;
}

.eg-notification-five.style-one .notification-thumb {
    background: #2d2d2d;
}

.eg-notification-five.style-one .notification-thumb img {
    padding: 10px 7px;
}

.eg-notification-five.style-one .notification-content {
    padding: 6px 12px;
    color: #fff;
}

.eg-notification-five.style-one .notification-content .notification-subtitle, .eg-notification-five.style-one .notification-content .notification-title {
    color: #fff;
}

.eg-notification-five.style-one .notification-content .notification-title {
    padding-top: 6px;
    padding-bottom: 6px;
}

.eg-notification-five .notification-thumb {
    width: 80px;
    min-width: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.eg-notification-five .notification-thumb img {
    width: 100%;
}

.eg-notification-five .notification-content .notification-subtitle {
    font-size: 13px;
    color: #545454;
    font-family: "Work Sans", sans-serif;
    margin: 0;
    padding: 0;
}

.eg-notification-five .notification-content .notification-title {
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Saira", sans-serif;
    margin: 0;
    padding: 0;
}
/*# sourceMappingURL=main.css.map */


/* Notification Bar Common */
.eg-notification-bar{
    width: 100%;
    padding: 8px 0;
    z-index: 16000001;
    position: absolute;
    left: 0;
    right: 0;
}
.eg-notification-bar.eg-sticky-bar{
    position: fixed;
    z-index: 16000001;
    top: 0;
}
.eg-notification-container{
    width: 100%;
    max-width: 1199px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.eg-notification-contemt {
    width: 33.333%;
    min-width: 300px;
}
.eg-notification-countdown{
    width: 33.333%;
    min-width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.eg-notification-bar-button{
    width: 33.333%;
    min-width: 300px;
    text-align: right;
    
}

/* Notification Bar One */
.eg-notification-bar-one{
    background-color: #040404;
}
.eg-notification-countdown.eg-notification-countdown-one h6,
.eg-notification-countdown-two .countdown-single h4{
    margin: 0!important;
}
.eg-notification-contemt p{
    font-family: "Saira", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: initial;
}
.eg-notification-countdown .countdown .clock-name{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.eg-notification-countdown .countdown span{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.eg-notification-countdown-one .countdown h6{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    padding: 0px 15px;
}
.eg-notification-bar-button-one a{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    color: #040404;
    text-decoration: none;
    padding: 7px 27px;
    border-radius: 3px;
    display: inline-block;
    line-height: 28px;
}
.eg-notification-bar-button-one a:hover {
    transition: all 0.4s;
    background: rgb(255 255 255 / 30%) !important;
}
.eg-notification-bar-close svg:hover {
    transition: all 0.4s;
    color: rgb(255 255 255 / 30%) !important;
}
/* Notification Bar three */
.eg-notification-countdown-three .countdown h6{
    background-color: rgba(255, 255, 255, 0.4);
    align-items: center;
}
.eg-notification-countdown-three .countdown .clock-name{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.eg-notification-countdown-three .countdown span{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}
.eg-notification-countdown-three .countdown h6{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #040404;
    padding: 0px 15px;
}
.eg-notification-bar-button-three a{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: rgb(255 255 255);
    color: #040404;
    text-decoration: none;
    padding: 7px 27px;
    border-radius: 30px;
    display: inline-block;
}

.eg-notification-countdown-two h6 span{
    border: 1px solid #fff;
    margin-right: 15px;
}
.eg-notification-countdown-two .product-countdown{
    display: flex;
}
.eg-notification-countdown-two .product-countdown .countdown-single{
    margin-right: 15px;
    color: #fff;
    border: 1px solid #fff;
    width: 48px;
    border-radius: 3px;
    display: grid;
    padding: 5px;
}
.eg-notification-countdown-two .product-countdown .countdown-single h4{
    font-size: 16px;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.eg-notification-countdown-two .product-countdown .countdown-single span{
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.eg-notification-contemt-two{
    display: flex;
    justify-content: center;
}
.eg-notification-bar-button-two a{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    color: #040404;
    text-decoration: none;
    padding: 7px 27px;
    border-radius: 3px;
    display: inline-block;
}
/* notification bar visibility */
.eg-notification-contemt.eg-countdown-text.eg-expired {
    display: none;
}

div.eg-expired h6 {
   display: none;
}

span.expired-text {
   display: none;
}

span.expired-text.eg-expired,
.eg-notification-container.eg-bar-inner.eg-countdown.eg-expired p.expired-text-two {
   display: block;
}

div.eg-notification-bar {
   visibility: hidden;
    display: none;
}

div.eg-bar-visible {
   visibility: visible;
    display: block;
}

.eg-notification-container.eg-bar-inner.eg-countdown.eg-expired div.product-countdown,
.eg-notification-container.eg-bar-inner.eg-countdown .expired-text-two,
.eg-notification-container.eg-bar-inner.eg-countdown.eg-expired p.count-text-two,
.eg-notification-countdown.eg-notification-countdown-three div.eg-expired{
   display: none;
}
/* end notification bar visibility */

.eg-notification-bar-close {
   position: absolute;
   right: 5%;
}
.eg-notification-bar-close svg {
   color: #ffffff;
   cursor: pointer;
   padding: 0px;
   width: 22px;
   height: 22px;
   margin: 10px 5px;
   display: block;
}



.eg-notification-two.style-six-custom .notification-thumb img {
    border-radius: 3px;
    border: 4px solid #0918312e;
}
.eg-notification-two.style-six-custom {
    background: #fff !important;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    background: none;
    max-width: 600px;
    min-width: 280px;
}
.eg-notification-two.style-six-custom .notification-content {
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eg-notification-two.style-six-custom .notification-content .notification-title {
    font-size: 15px;
}


.eg-notification-two.style-comments {
    
    background: #fff;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #eee;
    padding: 2px 13px 2px 4px;
    border-radius: 28px 7px 28px 0px;
}

.eg-notification-two.style-comments .notification-thumb {
    background: #282828;
    border-radius: 28px 8px 8px 5px;
    height: 68px;
    position: relative;
    margin-left: 7px;
}

.eg-notification-two.style-comments .notification-thumb::before {
    content: "";
    position: absolute;
    width: 50px;
    /* background: url(../images/shapes/msg-icon.svg) no-repeat center; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.eg-notification-two.style-comments .notification-content {
    padding: 6px 10px;
}
.eg-notification-two.style-one img {
    max-width: 100%!important;
    border-radius: 100%!important;
    margin-left: -6px!important;
}
.eg-notification-three.style-one .notification-thumb img {
    width: 100%;
}
.eg-notification-three.style-one .notification-content h5 {
    margin:0;
}

.eg-notification-two.style-one .notification-thumb {
    height: 83px;
}
.eg-notification-two.style-three .notification-thumb {
    height: 82px;
}


/*eg-notifications-contact-form*/
.eg-notification-from {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-from.style-one {
    border: 1px solid #EEEEEE;
    background: #fff;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px 10px 12px;
}

.eg-notification-from.style-two {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    padding: 10px 15px 10px 10px;
}

.eg-notification-from.style-two .notification-thumb::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
     background: url(../images/shapes/tick.svg) no-repeat center;
    z-index: 1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
}
.eg-notification-from.style-two .notification-thumb {
    width: 58px;
    background: black;
    padding: 3px;
    border-radius: 6px;
}

.eg-notification-from.style-three {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    padding: 8px 20px 8px 10px;
    border-radius: 30px 0px;
    border: 1px solid #eee;
}

.eg-notification-from.style-four {
    background: #FFFFFF;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 7px 20px 7px 10px;
}

.eg-notification-from.style-four .notification-thumb::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
     background: url(../images/shapes/tick.svg) no-repeat center;
    z-index: 1;
    left: 59%;
    bottom: 3px;
}

.eg-notification-from .notification-thumb {
    width: 66px;
    min-width: 54px;
    min-width: 54px;
    margin-right: 10px;
    position: relative;
}

.eg-notification-from .notification-thumb img {
    width: 100%;
    border-radius: 50%;
}

.eg-notification-from .notification-thumb .notification-thumb-shape {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.eg-notification-from .notification-thumb .notification-thumb-shape img {
    width: auto;
}
.eg-notification-from.style-one .notification-thumb {
    border: 3px solid #c0c0c0;
    border-radius: 50%;
    height: 66px;
}
.eg-notification-from .notification-content .notification-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: initial;
    margin: 5px 0;
    color: #181818;
    font-family: "Saira", sans-serif;
    padding: 0;
}

.eg-notification-from .notification-content .notification-subtitle {
    margin: 0;
    font-size: 13px;
    color: #181818;
    font-family: "Work Sans", sans-serif;
    padding: 0;
}
.eg-notification-from.style-two img {
    width: 55px;
}


/*Custom form*/
.eg-notification-custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
}

.eg-notification-custom.style-one {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    max-width: 600px;
    min-width: 280px;
    padding: 2px 15px 2px 10px;
}
.notification-content a{
    text-decoration: none;
}
.eg-notification-custom.style-one .notification-thumb {
    margin-left: 8px;
}

.eg-notification-custom.style-one .notification-content {
    padding: 10px 30px 10px 5px;
}

.eg-notification-custom.style-two {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    max-width: 600px;
    min-width: 280px;
}

.eg-notification-custom.style-two .notification-content {
    padding: 10px 16px;
}

.eg-notification-custom.style-three {
    border-radius: 3px 30px 3px 3px;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    overflow: hidden;
    background: #28303d;
}
.eg-notification-custom.style-three .notification-thumb img {
    border-radius: 4px;
    margin: 4px;
    width: 100%;
}
.eg-notification-custom.style-three .notification-content a {
    color: #fff;
}
.eg-notification-custom.style-three .notification-content {
    padding: 8px 16px;
    color: #fff;
}

.eg-notification-custom.style-three .notification-content .notification-subtitle, .eg-notification-custom.style-three .notification-content .notification-title {
    color: inherit;
}

.eg-notification-custom.style-four .notification-thumb img {
    border-radius: 3px 20px;
}
.eg-notification-custom.style-four .notification-thumb {
    height: 95px;
}
.eg-notification-custom.style-four .notification-content {
    padding: 9px 12px;
    border: 1px solid #282828;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px 3px;
    margin-left: 10px;
}

.eg-notification-custom.style-five {
    background: #FAFAFA;
    border-radius: 3px;
}

.eg-notification-custom.style-five .notification-thumb {
    background: #282828;
    border-radius: 3px;
    height: 76px;
    position: relative;
}

.eg-notification-custom.style-five .notification-thumb::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../images/shapes/msg-icon.svg) no-repeat center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.eg-notification-custom.style-five .notification-content {
    padding: 6px 10px;
}

.eg-notification-custom.style-six .notification-thumb img {
    border-radius: 3px;
    border: 4px solid #0918312e;
}
.eg-notification-custom.style-six {
    background: #fff !important;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 0 40px 40px 0;
    background: none;
    max-width: 600px;
    min-width: 280px;
}
.eg-notification-custom.style-six .notification-content {
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eg-notification-custom.style-six .notification-content .notification-title {
    font-size: 15px;
}
.eg-notification-custom.style-seven .notification-thumb img {
    border-radius: 5px;
    border: 4px solid #0918312e;
}
.eg-notification-custom.style-seven .notification-thumb {
    margin-right: 8px;
    /*height: 82px;*/
    height: 76px;
}
.eg-notification-custom.style-seven {
    background: none;
}
.eg-notification-custom.style-seven .notification-content {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    padding: 6px 30px 6px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 40px 40px 0;
    background: #fff;
}

.eg-notification-custom.style-seven .notification-content .notification-title {
    font-size: 13px;
}
.eg-notification-custom.style-eight .notification-thumb img {
    border-radius: 90%;
    border: 4px solid #091831;
}
.eg-notification-custom.style-eight .notification-thumb {
    margin-right: 8px;
    height: 80px;
    width: 80px;
}
.eg-notification-custom.style-eight {
    background: none;
}
.eg-notification-custom.style-eight .notification-content {
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    padding: 6px 30px 6px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.eg-notification-custom.style-eight .notification-content .notification-title {
    font-size: 13px;
}

.eg-notification-custom .notification-thumb {
    width: 74px;
    min-width: 74px;
    height: 74px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.eg-notification-custom.style-two .notification-thumb img {
    border-radius: 0;
    margin: 0;
    border: 4px solid #c9c9c9;
}
.eg-notification-custom .notification-thumb img {
    width: 100%;
    border-radius: 90%;
}

.eg-notification-custom .notification-content h6 {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 12px;
    color: #545454;
}

.eg-notification-custom .notification-content h6 span {
    color: #660099;
}

.eg-notification-custom .notification-content .notification-subtitle {
    font-size: 13px;
    color: #545454;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
}

.eg-notification-custom .notification-content .notification-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: initial;
    color: #000000;
    font-family: "Saira", sans-serif;
    padding-bottom: 2px;
    padding-top: 2px;
    margin: 0px!important;
}
.eg-notification-custom.style-six-custom .notification-thumb img {
    border-radius: 50%;
    border: 4px solid #0918312e;
}
.eg-notification-custom.style-six-custom {
    background: #fff !important;
    -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 3px 30px 3px 3px;
    background: none;
    max-width: 600px;
    min-width: 280px;
    padding: 4px 15px 4px 11px;
}
.eg-notification-custom.style-six-custom .notification-content {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eg-notification-custom.style-six-custom .notification-content .notification-title {
    font-size: 15px;
}
.eg-notification-custom.style-six-custom .notification-thumb {
    width: 72px;
    min-width: 64px;
    height: 72px;
}
.eg-notification-custom.style-comments {
    border: 1px solid #f2f2f2;
    /*padding: 6px;*/
    border-radius: 28px 7px 28px 0px;
}

.eg-notification-custom.style-comments .notification-thumb {
    background: #282828;
    border-radius: 28px 8px 8px 5px;
    height: 68px;
    position: relative;
    margin-left: 7px;
}

.eg-notification-custom.style-comments .notification-thumb::before {
    content: "";
    position: absolute;
    width: 50px;
    /* background: url(../images/shapes/msg-icon.svg) no-repeat center; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.eg-notification-custom.style-comments .notification-content {
    padding: 6px 10px;
}
.eg-notification-custom.style-one img {
    max-width: 100%!important;
    border-radius: 100%!important;
    margin-left: -6px!important;
}


/* responsive */
@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .eg-notification-bar-button{
        text-align: center;
    }
}
@media (max-width:991px){
    .eg-notification-container{
        flex-wrap: unset;
     
    }
    .eg-notification-countdown-one .countdown h6 {
        margin-bottom: 10px;
    }
    .eg-notification-bar-button {
        display: contents;
    }
    .eg-notification-countdown .countdown span {
        font-size: 20px;
    }
    .eg-notification-countdown .countdown .clock-name {
        font-size: 16px;
    }
    .eg-notification-countdown-three{
        margin: 5px 0px;
    }
    .eg-notification-bar-button-three {
        margin-bottom: 5px;
    }
    .eg-notification-contemt-two{
        margin: 15px 0px;
    }
    .eg-notification-countdown-two{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .eg-notification-contemt p{
        /*margin: 5px 0;*/
        line-height: 24px;
    }
    .eg-notification-bar-close{
        right: 5px;
    }
    .eg-notification-bar-close svg{
        width: 18px;
    }
    .eg-notification-bar-button{
        text-align: center;
    }
}
@media (max-width:767px){
    .eg-notification.bottom_left{
        left: 0;
    }
    .eg-notification-two.style-one{
        padding: 5px 20px 5px 8px;
    }
    .eg-notification-two.style-one .notification-content {
        padding: 3px 15px 3px 3px;
    }
    .eg-notification-two .notification-content .notification-subtitle{
        font-size: 12px;
    }
    .eg-notification-two .notification-content .notification-title{
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .eg-notification-two.style-two{
        padding: 3px 15px 3px 10px;  
    }
    .eg-notification-two.style-two .notification-content{
        padding: 3px 10px;
    }
    .eg-notification-two.style-three{
        padding: 3px 15px 3px 10px;
    }
    .eg-notification-two.style-three .notification-content{
        padding: 3px 0px 3px 12px;
    }
    .eg-notification-two.style-seven .notification-content{
        padding: 3px 10px 3px 10px;
    }
    .eg-notification-two.style-eight .notification-content{
        padding: 5px 15px 5px 15px;
    }
    .eg-notification-two.style-six .notification-content .notification-title{
        font-size: 14px;
    }
    .eg-notification-two.style-six .notification-content{
        padding: 5px 10px;
    }
    .eg-notification-two.style-five{
        padding: 5px 10px 5px 10px;
    }
    .eg-notification-two.style-four .notification-content{
        padding: 8px 15px 8px 12px;
    }
    .eg-notification-two.style-comments{
        padding: 2px 10px 2px 4px;
    }
    .eg-notification-two.style-comments .notification-content {
        padding: 6px 0px 6px 10px;
    }
    .eg-notification-three.style-two .notification-content {
        padding: 5px 10px 5px 20px;
    }
    .eg-notification-three.style-three{
        padding: 4px 10px 4px 7px;
    }
    .eg-notification-three.style-three .notification-content {
        padding: 3px 10px;
    }
    .eg-notification-three.style-three .notification-content .notification-title{
        font-size: 14px;
        line-height: 19px;
    }
    .bottom_left.eg-notification-four.style-one.eg-notification {
        left: 10px;
    }
    .bottom_left.eg-notification-four.style-two.eg-notification {
        left: 10px;
    }
    .bottom_left.eg-notification-four.style-three.eg-notification {
        left: 10px;
    }
    .eg-notification-four .notification-content .notification-subtitle{
        font-weight: 600;
        font-size: 14px;
    }
    .eg-notification-four .notification-content .notification-title{
        font-weight: 500;
    }
    .eg-notification-custom.style-six-custom .notification-content{
        padding: 5px 0px 5px 15px;
    }
    .eg-notification-custom .notification-content .notification-title{
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
    }
    .eg-notification-custom.style-one .notification-content {
        padding: 9px 8px 9px 5px;
    }
    .eg-notification-bar-button-one a{
        font-size: 15px;
        font-weight: normal;
        margin-top: 8px;
        padding: 5px 20px;
    }
    .eg-notification-container{
        flex-wrap: wrap;
    }
    .eg-notification-bar-button-one{
        margin-bottom: 5px;
    }
    .eg-notification-contemt {
        width: 100%;
        text-align: center;
    }
    .eg-notification-countdown{
        width: 100%;
        text-align: center;
    }
    .eg-notification-bar-button{
        width: 100%;
        text-align: center;
    }
    .eg-notification-bar.hide-eg-notifications-from-mobileeg-hide-auto {
        display: none;
    }
    .eg-notification-contemt p {
        margin: 10px 0;
        line-height: 20px;
    }
    .eg-notification-bar-three.eg-notification-bar .eg-notification-contemt p{
        margin: 5px 0;
    }
    
}
