Untitled
unknown
plain_text
2 years ago
3.1 kB
8
Indexable
html body .eg-sticky-cta-banner {
z-index: 999;
position: sticky;
bottom: 0;
left: 0;
right: 0;
background: #FFF;
padding: 1rem 3rem;
}
html body .eg-sticky-container {
margin: 0 auto;
max-width: 1816px;
display: flex;
justify-content: space-between;
}
html body .eg-icon-para {
display: flex;
grid-gap: 15px;
align-items: center;
}
html body .eg-icon {
background: #c6262b;
height: 1.5rem;
width: 1.5rem;
padding: 0.75rem;
color: #fff;
border-radius: 50%;
display: inline-flex;
position: relative;
flex-shrink: 0;
}
html body .eg-icon svg {
right: 0;
bottom: 0;
height: 1.5rem;
width: 1.5rem;
margin: auto;
fill: #fff;
display: inline-block;
flex-shrink: 0;
font-size: 18px;
position: absolute;
top: 0px;
left: 0px;
opacity: 1
}
html body .eg-learn-more {
font-size: 25px !important;
font-family: "UniversNext", Arial, sans-serif;
}
html body .eg-contact-us {
box-sizing: border-box;
align-items: center;
height: auto !important;
min-height: 2.5rem;
font-family: "UniversNext", Arial, sans-serif;
font-size: 1rem;
padding: 0px 1.1875rem 0.2rem;
display: inline-flex;
border-width: 1px;
border-style: solid;
cursor: pointer;
transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s, border 0.1s ease-out 0s;
background-color: rgb(219, 0, 17);
border-color: rgb(219, 0, 17);
color: rgb(255, 255, 255);
text-decoration: none;
}
html body .eg-mid-banner {
display: flex;
justify-content: left;
align-items: center;
grid-gap: 16rem;
}
html body .eg-mid-banner .eg-checkout-para {
font-family: "UniversNext", Arial, sans-serif;
font-size: 1.5rem !important;
line-height: 2.25rem !important;
color: #333;
font-weight: 300 !important;
}
html body .eg-mid-banner a {
font-size: 1rem;
background: #000;
color: #FFF;
padding: 10px 25px 13px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
html body .eg-contact-us:hover {
background-color: rgb(175, 0, 13);
border-color: rgb(175, 0, 13);
}
html body .eg-mid-banner a:hover {
background-color: rgb(64, 64, 64);
border-color: rgb(64, 64, 64);
}
@media screen and (max-width:1130px) {
html body .eg-mid-banner {
justify-content: space-between !important;
grid-gap: 0 !important;
}
}
@media screen and (max-width:767px) {
html body .eg-learn-more {
font-size: 1rem !important;
}
html body .eg-sticky-cta-banner {
padding: 18px 16px !important;
}
html body .eg-mid-banner {
flex-direction: column !important;
grid-gap: 1rem !important;
align-items: flex-start;
}
html body .eg-contact-us {
min-width: 130px;
}
}Editor is loading...
Leave a Comment