
.slider1 ,
.slider2
{
    transform: rotate(350deg);
    margin-bottom: 70px;
}
.slider1
{
    padding-top: 80px;
}
.main-sliders
{
    margin-top: 100px;
}
.slider-container
{
    margin-bottom: 100px;
}
/* Apply inner shadow effect on both sides of the slider */
.inner-shadow {
    position: relative; /* Ensure the positioning is relative */
}
.slick-slide img
{
    height: 100px;
    object-fit: cover;
}

.slider-container::before {
    content: ""; /* Empty content to create the gradient effect */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to left, #fff, transparent 15%) left, linear-gradient(to right, #fff, transparent 15%) right;
    pointer-events: none; /* Prevent interaction with the gradient */
    z-index: 1;
}
.main-sliders
{
    overflow: hidden;
}

.pricingTable {
    margin: 40px auto;
}
.pricingTable > .pricingTable-title {
    text-align: center;
    color: #6e768d;
    font-size: 3em;
    font-size: 300%;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}
.pricingTable > .pricingTable-subtitle {
    text-align: center;
    color: #b4bdc6;
    font-size: 1.8em;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}

.pricingTable-firstTable_table__pricing {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px 0;
}

.pricingTable-firstTable_table__pricing .price {
    font-size: 28px !important;
    font-weight: bold;
    color: #e21924;
    margin-right: 8px;
}

.pricingTable-firstTable_table__pricing .text {
    font-size: 18px;
    color: #6c757d; /* Neutral gray for text */
    margin: 0 5px;
}

.pricingTable-firstTable_table__pricing .price.slash {
    font-size: 25px !important;
    font-weight: normal;
    color: #ccc; /* Red for original price */
    text-decoration: line-through;
    opacity: 0.7; /* Lighten original price */
}
@media screen and (max-width: 480px) {
    .pricingTable > .pricingTable-subtitle {
        margin-bottom: 30px;
    }
}
.pricingTable-firstTable {
    list-style: none;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}
.pricingTable-firstTable_table {

    background-color: #ffffff;
    padding: 0px 30px 40px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 5px 5px 10px #eee;
    margin-bottom: 70px;
    border: 1px solid #eee;
}
#countdown
{
    margin-top: 45px;
}
.price {
    font-size: 37px !important;
    color: #e3212b;
    font-weight: bold;
    margin-left: 15px;
    letter-spacing: 0 !important;
}
.site-button
{
    border: 0 !important;
}
.free{
    color: #e3212b;
    padding: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 16px;
}


.counter h1 {
    font-weight: normal;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}

.counter li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

.counter li span {
    display: block;
    font-size: 4.5rem;
}

.counter .emoji {
    display: none;
    padding: 1rem;
}

.counter .emoji span {
    font-size: 4rem;
    padding: 0 0.5rem;
}
#countdown ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#countdown ul li
{
    display: inline-block;
    margin: 19px;
    font-size: 20px;
    color: #000;
}
#countdown ul li span
{
    display: block;
    margin-top: 4px;
}



@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table {
        display: block;
    }
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table > * {
    display: inline-block;
    vertical-align: middle;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table > * {
    display: block;
    float: none;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table:after {
    display: table;
    content: "";
    clear: both;
}
}

@media screen and (max-width: 767px) {
.pricingTable-firstTable_table:hover {
    transform: none;
}
}
.pricingTable-firstTable_table:not(:last-of-type) {
margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: auto;
}
}
.pricingTable-firstTable_table:nth-of-type(2) {
position: relative;
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table:nth-of-type(2) h1 {
    padding-top: 8%;
}
}

@media screen and (max-width: 988px) {
.pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.6em;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table:nth-of-type(2):before {
    left: 10px;
    width: 45px;
    height: 45px;
    top: -10px;
    padding-top: 13px;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.8em;
}
}
.pricingTable-firstTable_table:nth-of-type(2):hover:before {
transform: rotate(360deg);
}
.pricingTable-firstTable_table__header {
font-size: 1.6em;
padding: 40px 0px;
border-bottom: 2px solid #ebedec;
letter-spacing: 0.03em;
}
@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__header {
    font-size: 1.45em;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 33%;
    padding-top: 3%;
    padding-bottom: 2%;
}
}
@media screen and (max-width: 610px) {
.pricingTable-firstTable_table__header {
    font-size: 1.3em;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table__header {
    float: none;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 5px;
}
}
.pricingTable-firstTable_table__pricing {
font-size: 3em;
padding: 30px 0px;
border-bottom: 3px solid #e3212b;
line-height: 0.7;
}
@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__pricing {
    font-size: 2.8em;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__pricing {
    border-bottom: none;
    padding: 0;
    float: left;
    clear: left;
    width: 33%;
}
}
@media screen and (max-width: 610px) {
.pricingTable-firstTable_table__pricing {
    font-size: 2.4em;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table__pricing {
    float: none;
    width: 100%;
    font-size: 3em;
    margin-bottom: 10px;
}
}
.pricingTable-firstTable_table__pricing span:first-of-type {
font-size: 0.35em;
vertical-align: top;
letter-spacing: 0.15em;
}
@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.3em;
}
}
.pricingTable-firstTable_table__pricing span:last-of-type {
vertical-align: bottom;
font-size: 0.3em;
letter-spacing: 0.04em;
padding-left: 0.2em;
}
@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__pricing span:last-of-type {
    font-size: 0.25em;
}
}
.pricingTable-firstTable_table__options {
list-style: none;
padding: 15px;
font-size: 0.9em;
}
@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__options {
    font-size: 0.85em;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    margin-right: 10%;
}
}
@media screen and (max-width: 610px) {
.pricingTable-firstTable_table__options {
    font-size: 0.7em;
    margin-right: 8%;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table__options {
    font-size: 1.3em;
    margin-right: none;
    margin-bottom: 10px;
}
}
.pricingTable-firstTable_table__options > li {
text-align: right;
font-size: 16px;
margin-bottom: 17px;
line-height: 30px;
}
.pricingTable-firstTable_table__options > li
{
display: flex;
}
.fa-check-circle{
    color: #10c246;
    margin-left: 10px;
    font-size: 22px;
}
.pricingTable-firstTable_table__options li{
padding-bottom: 14px;
border-bottom: 1px solid #eee;
}

.slick-initialized .slick-slide
{
width: 380px;
}
.slick-slide img {
display: block;
height: 220px;
}

@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__options > li {
    text-align: left;
}
}
@media screen and (max-width: 610px) {
.pricingTable-firstTable_table__options > li {
    padding: 5px 0;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table__options > li {
    text-align: center;
}
}

@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__options > li:before {
    width: 14px;
    height: 14px;
    padding: 1.5px;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__options > li:before {
    width: 12px;
    height: 12px;
}
}
.pricingTable-firstTable_table__getstart {
color: white;
border: 0;
background-color: #71ce73;
margin-top: 30px;
border-radius: 5px;
cursor: pointer;
padding: 15px;
box-shadow: 0px 3px 0px 0px #66ac64;
letter-spacing: 0.07em;
transition: all 0.4s ease;
}
@media screen and (max-width: 1068px) {
.pricingTable-firstTable_table__getstart {
    font-size: 0.95em;
}
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__getstart {
    margin-top: 0;
}
}
@media screen and (max-width: 610px) {
.pricingTable-firstTable_table__getstart {
    font-size: 0.9em;
    padding: 10px;
}
}
@media screen and (max-width: 480px) {
.pricingTable-firstTable_table__getstart {
    font-size: 1em;
    width: 50%;
    margin: 10px auto;
}
}
.pricingTable-firstTable_table__getstart:hover {
transform: translateY(-10px);
box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__getstart:hover {
    transform: none;
    box-shadow: none;
}
}
.pricingTable-firstTable_table__getstart:active {
box-shadow: inset 0 0 10px 1px #66a564, 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
transform: scale(0.95) translateY(-9px);
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table__getstart:active {
    transform: scale(0.95) translateY(0);
    box-shadow: none;
}
}
@media screen and (max-width: 900px) {
    .sx-bnr-inr-entry .banner-title-name h1, .sx-bnr-inr-entry .banner-title-name h2, .sx-bnr-inr-entry .banner-title-name h3 ,.banner-title-name h4 {
        font-size: 19px !important;
        margin-bottom: 20px !important;
        line-height: 30px !important;
        margin-top: 20px;
    }

.slider1 {
    padding-top: 24px;
}
.main-sliders {
    margin-top: 18px;
}
.slick-slide img {
    height: 115px;
}
.slider-container {
    margin-bottom: 0;
}
.pricingTable-firstTable_table__pricing {
    float: none;
    width: 100%;
    font-size: 3em;
    margin-bottom: 28px;
    margin-top: 28px;
}
.pricingTable-firstTable_table__options > li {
    text-align: right;
    font-size: 15px;
    margin-bottom: 17px;
    line-height: 30px;
}
    .pricingTable-firstTable_table__pricing .price.slash
    {
        font-size: 18px !important;
    }
    .pricingTable-firstTable_table__pricing .price {
        font-size: 21px !important;
    }
    .pricingTable-firstTable_table__pricing .text {
        font-size: 15px;}
    #countdown ul li {
        display: inline-block;
        margin: 14px;
    }
}
.banner-title-name h2
{
    margin-bottom: 20px;
}
.banner-title-name h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 29px;
    font-weight: bold;
}
.banner-title-name h4
{
    color: #fff;
    font-size: 22px;
    margin-bottom: 21px;
    font-weight: bold;
}
.sx-bnr-inr-entry .banner-title-outer h2
{
    margin-bottom: 26px;
}
.full-landing-image
{

}




