@import url(header.css);
@import url(footer.css);

/* @import url(universal-template.css); */

@font-face {
    font-family: "GT Eesti LC Display";
    font-display: swap;
    src: url("../fonts/GT-Eesti-LC-Display-Light.otf") format("otf"), url("../fonts/GT-Eesti-LC-Display-Light.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti LC Display';
    font-display: swap;
    src: url('../fonts/GT-Eesti-LC-Display-Regular.ttf') format('truetype');
    src: url("../fonts/GT-Eesti-LC-Display-Regular.otf") format("otf"), url("../fonts/GT-Eesti-LC-Display-Regular.otf") format("opentype");
    font-weight: 500;
    font-style: normal
}

a,
a:hover {
    text-decoration: none;
    color: var(--pure-black);
}

html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    font-family: "GT Eesti LC Display";
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%!important;
    overflow-x: hidden!important
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.viewall-light-btn {
    background-color: var(--white);
    color: var(--pure-black);
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 18px;
    min-width: 250px;
    text-decoration: none;
}

.viewall-light-btn:hover {
    box-shadow: 0 0 5px 1px var(--medium-grey);
}

.viewall-dark-btn {
    background-color: var(--light-grey);
    color: var(--pure-black);
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 18px;
    max-width: 345px;
    width: 100%;
    text-decoration: none;
}

.viewall-dark-btn:hover {
    box-shadow: 0 0 5px 0.1px var(--medium-grey);
}

.banner-mob {
    display: none;
}


/* newly added */


/* banner */

.slick-dots li button:active,
button:focus {
    outline: 0
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    height: 25px;
    z-index: 1;
    fill: var(--dark-blue);
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    top: 50%;
    z-index: 1;
    fill: var(--dark-blue);
    margin: inherit;
    height: 24px;
}

.slick-prev.slick-arrow {
    cursor: pointer;
    cursor: pointer;
    left: 15px;
    transform: translate(-50%);
}

.slick-next.slick-arrow {
    cursor: pointer;
    right: 15px;
    transform: translate(50%);
}

ul.slick-dots {
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: .5rem
}

.slick-dots li.slick-active button {
    background-color: var(--cerulean-blue);
}

.slick-dots li button {
    background-color: transparent;
    border: 1px solid var(--cerulean-blue);
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.lm-banner-container .row {
    align-items: center;
    margin: 0;
}

.lm-landing-banner-image img {
    width: 100%;
    margin-left: 0px;
    height: auto;
}
.lm-homebanner-list  .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    position:absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
 .lm-homebanner-list  .slick-dots li {
    display: inline-block;
  }
   .lm-homebanner-list  .slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: var(--medium-grey);
    margin-right: 10px;
    border-radius: 50%;
  }
  .lm-homebanner-list  .slick-dots li.slick-active button {
    background-color: var(--sand-yellow);
  }
  .lm-homebanner-list  .slick-dots .slick-active {
    position: relative;
  }


/* banner */

.home-qlinks-mainbox {
    max-width: 175px;
}

.home-qlinks-row {
    display: flex;
    justify-content: center;
    margin: 0;
}

.home-qlinks-box {
    border-radius: 12px;
    border: 2px solid var(--light-grey);
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 3px 3px 3px 0px #8c8f9f1a;
    min-height: 105px;
}

.home-qlinks-box:hover {
    border: 2px solid var(--teal-green);
    position: relative;
    bottom: 2px;
}

.home-qlinks-title,
.home-qlinks-title:hover {
    color: var(--pure-black);
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
}

.home-qlinks-box-img {
    max-width: 80px;
    padding: 6px 10px;
    min-width: 80px;
}

.stripe-login-modal,
.order-new-sim-btn {
    cursor: pointer;
}


/* bundle list in home page */

.lm-quicklinks {
    padding: 30px 10px 15px 10px;
}

.pay-prepaid-container {
    padding: 20px;
    background-color: var(--sky-blue);
    text-align: center;
    color: var(--pure-black);
}

.title-pay-prepaid {
    font-size: 38px;
    margin: 0;
    line-height: 38px;
}

.lm-bundle-outer-row {
    display: flex;
    justify-content: center;
}

.lm-bundle-outer {
    border: 2px solid var(--light-grey);
    border-radius: 15px;
    padding: 0;
    margin: 20px 10px;
    min-height: 325px;
    box-shadow: 3px 6px 6px 0px #8c8f9f1a;
    margin-top: 30px;
    position: relative;
}

.lm-bundle-outer-row .lm-bundle-outer {
    max-width: 345px;
}

.lm-bundle-outer-row .slick-track {
    display: flex;
    justify-content: center;
}

.lm-bundle-outer:hover {
    border: 2px solid var(--teal-green);
    position: relative;
    bottom: 2px;
}

.bundle-highlight {
    background-color: var(--sand-yellow);
    border: 0;
    border-radius: 8px;
    position: absolute;
    top: -15px;
    padding: 2px 30px;
    font-weight: 500;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 75%;
}

.lm-home-plans {
    padding-bottom: 50px;
}

.plans-top-sec {
    border-left: 3px solid var(--teal-green);
    /* padding: 5px 23px 5px 20px; */
    padding: 0px 23px 0px 20px;
    margin-bottom: 0;
}

.plan-name-details-row {
    /* margin: 24px 0; */
    margin: 24px 0 18px 0;
    padding: 0 5px;
}

.plan-main-title {
    display: block;
    text-align: left;
    padding: 10px 5px;
    /* margin-top: 15px; */
    font-weight: 500;
    color: var(--thick-grey);
}

.plan-icons {
    display: flex;
    justify-content: flex-end;
}
.plans-esim-icon,
.plans-5g-icon,
    .plans-4g-icon{
    width: 32px;
    margin: 5px
}

.plans-data-volume,
.plans-new-price {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
.plan-currency {
    font-size: 24px;
}
.price-sec-right {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.plans-divider-sec {
    min-height: 40px;
}

.plans-pricing-sec {
    position: relative;
    text-align: right;
}

.plans-item {
    display: flex;
    align-items: center;
    line-height: 15px;
    list-style: none;
    font-size: 14px;
}

.plans-item-icon {
    height: 25px;
    width: 25px;
    padding-right: 5px;
}

.plans-data-expiry,
.plans-validity {
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
}

.strike-data-volume{ text-decoration:line-through;color: var(--cherry-red);  display: flex; position: absolute;top: -20px;}
.plans-old-price.strike-out {
    text-decoration: line-through;
    color:var(--cherry-red);
    position: absolute;
    top: -20px;
    right: 0;
}
.plans-data-sec {
    position: relative;
    text-align:left;
}
/* .plans-old-price.strike-out span {
    text-decoration: line-through var(--cherry-red);
} */
span.strike-text {
    color: var(--thick-grey);
}

.plans-includes {
    text-align: left;
    padding-left: 1.25rem;
    min-height: 90px;
    margin: 20px 0 10px 0;
}

.buythis-plan-sec {
    padding: 2px 0px;
}

.plan-content-part {
    /* border-top: 2px solid var(--light-grey); */
    padding-top: 0px;
}

.buynow-details-row {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 17px;
    padding: 0 15px;
}

.buythis-plan {
    font-weight: 500;
    background-color: var(--teal-green);
    padding: 7px 15px;
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 0;
    border-radius: 8px;
    color: var(--pure-black);
}

.buythis-plan:hover {
    box-shadow: 0px 0px 3px 5px #8c8f9f1a;
}

.buythis-plan:active {
    box-shadow: none;
    top: 0px;
}

.plan-knowmore-sec {
    margin: 5px 0px;
    text-align: left;
}

.plan-knowmore-link {
    border: 0;
    color: var(--cerulean-blue);
    background-color: transparent;
}

.plan-knowmore-link:hover {
    color: var(--cerulean-blue);
    background-color: transparent;
    text-decoration: underline;
}

.plan-extra-offers {
    min-height: 20px;
}

.plan-extra-offers-txt {
    margin-bottom: 0;
    position: relative;
    bottom: -8px;
    background: var(--cyan-blue);
    color: var(--dark-blue);
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.plan-extra-offers-txt .plan-extra-offers-content {
    font-weight: 500;
    font-size: 12px
}

.view-more-plans,
.view-more-plans:hover {
    border-radius: 10px;
    border: 1px solid var(--light-pink);
    padding: 10px 15px;
    color: var(--pure-black);
    text-decoration: none;
    margin-top: 15px;
}


/* bundle list in home page */


/* help links */

.lm-lyca-help-sec {
    padding: 50px 0px;
}

.lyca-help-content-row {
    justify-content: center;
}

.lyca-help-title {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.help-box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin-bottom: 0;
}

.help-box-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--teal-green);
    transition: width .5s;
}

.help-box-item:hover::after {
    width: 50%;
    transition: width .5s;
}

.lyca-helpbox-text {
    padding-top: 8px;
    line-height: 18px;
    font-size: 16px;
}
.lyca-helpbox-img {
    max-width: 50px;
    max-height: 50px;
}

/* help links */


/* more links */

.lm-more-links {
    padding: 50px 0px;
    /* background: var(--sky-blue); */
}

.home-morelinks-row {
    margin: 0;
}

.morelinks-main-title {
    padding-bottom: 30px;
    font-size: 34px;
    line-height: 40px;
}

.morelinks-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.morelinks-box-item {
    text-align: center;
}

.morelinks-box-img {
    max-width: 55px;
    margin: 0 auto;
}

.home-morelinks-row {
    margin: 0 auto;
    max-width: 1200px;
}

.morelinks-title {
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    min-height: 24px;
}

.morelinks-box-item:hover .morelinks-title {
    color: var(--cerulean-blue);
}

.morelinks-subtitle {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.morelinks-box {
    padding-bottom: 0;
}

.morelinks-btn {
    font-weight: 500;
}

.morelinks-btn:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


/* more links */


/* devices */

.lm-phones-and-accessories {
    padding: 50px 0px;
    background-color: var(--sky-blue);
}

.lm-devices-row {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.lm-devices-boxrow {
    margin: 5px 10px;
    margin: 10px;
    border-radius: 20px;
    border: 2px solid var(--light-grey);
    padding: 30px 10px;
    background-color: var(--white);
    min-height: 250px;
    box-shadow: 3px 6px 6px 0px #8c8f9f1a;
}

.lm-devices-boxrow:hover {
    border: 2px solid var(--teal-green);
}

.device-logo {
    width: 40%;
    height: auto;
}

.phone-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-info {
    display: flex;
    flex-direction: column;
    min-height: 225px;
    justify-content: center;
}

.device-image {
    width: 100%;
    height: auto;
}

.device-name {
    display: flex;
}

.device-emicost {
    display: block;
    font-size: 36px;
    line-height: 40px;
    margin-top: 5px;
    font-weight: 500;
}

.device-emi-validity {
    display: block;
    font-size: 20px;
    line-height: 10px;
    color: var(--thick-grey);
    margin-bottom: 10px;
}

.device-cost {
    display: block;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 500;
}

.buy-device-btn {
    background-color: var(--teal-green);
    color: var(--pure-black);
    min-width: 125px;
}


/* devices */


/* awards */

.awards-section-main {
    padding: 50px 0px;
}

.awards-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.awards-subtitle {
    margin-bottom: 20px;
}

.awards-content-title {
    font-size: 30px;
    line-height: 35px;
}

.awards-right {
    display: flex;
    align-items: center;
    border: 12px solid var(--golden-yellow);
    border-left: 0;
    padding: 5px 40px;
    margin: 20px 0px;
    border-radius: 20px;
}

.awards-img-icon {
    max-height: 402px;
    position: relative;
    right: -75px;
}

.awards-left {
    padding: 0;
    position: relative;
}

.awards-content-hilight {
    margin: 10px 0;
}

.awards-content-hilight .content-hilight-txt {
    background: var(--golden-yellow);
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}


/* awards */


/* initiates */

.initiate-section-main {
    padding: 50px 0;
    background: url(https://s3-eu-west-2.amazonaws.com/lycamobileukwebsite/lycauk/dev/lycamobile-uk-cms/wp-content/uploads/2022/06/06133712/Foundation-bg.webp);
    color: var(--white);
    background-size: cover;
    background-repeat: no-repeat;
}

.initiate-title {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

.initiate-content-hilight {
    margin: 10px 0;
}

.initiate-content-title {
    font-size: 30px;
    line-height: 30px;
}

.initiate-subtitle {
    margin-bottom: 40px;
}

.initiate-content-writeup {
    padding: 15px 5px;
}

.initiate-content-hilight .initiate-hilight-txt {
    background: var(--golden-yellow);
    color: var(--dark-blue);
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0;
}


/* initiates */


/* sponsor */

.lm-sponsor-section {
    padding: 50px 0px;
    position: relative;
}

.lm-sponsor-title,
.lyca-devices-title {
    font-size: 35px;
    line-height: 35px;
    color: var(--dark-blue);
}

.lm-sponsor-subtitle {
    padding-bottom: 25px;
}

.sponsor-team-img {
    /* max-width: 50px; */
    height: auto;
}

.sponsor-lyca-logo {
    max-width: 130px;
    height: auto;
}

.lm-sponsor-logo-sec {
    padding: 20px 0px;
}

.sponsor-bg {
    padding: 40px 0px;
}

.sponsor-team-bg {
    /* background-color: var(--dark-blue); */
    background-image: linear-gradient(180deg, var(--dark-blue) 70%, var(--dark-blue) 30.5%);
}

.lm-sponsor-content {
    padding-top: 20px;
    padding-bottom: 50px;
}

.lm-sponsor-divider {
    color: var(--sky-blue);
}

.sponsored-team-img {
    float: right;
    position: absolute;
    bottom: 50px;
    right: 0;
    /* max-width: 100%; */
    height: auto;
    max-height: 444px;
    width: auto;
}

.learn-more-sponsor {
    background-color: var(--teal-green);
    color: var(--pure-black);
    min-width: 125px;
}


/* sponsor */


/* happy customers */

.lm-customer-section {
    margin: 24px 0 0 0;
    background: var(--sky-blue);
    padding: 40px 0;
}

.lm-customer-row {
    padding: 0;
    /* margin-bottom: 50px; */
}

.lm-happycust-card,
.lm-app-storecard {
    border-radius: 30px;
    /* border: none; */
    box-shadow: 2px 6px 6px 3px #8c8f9f1a;
}

.join-sixteen-million {
    font-size: 35px;
    line-height: 30px;
}

.lm-app-storecard .card-title,
.lm-happycust-card .card-title {
    margin-bottom: 0;
}

.lm-app-storecard .card-body,
.lm-happycust-card .card-body {
    padding: 15px 20px;
}

.lm-16-million-banner,
.lm-appstore-banner {
    width: 100%;
}

.lm-appstore-banner {
    padding:  0;
}

.join-text,
.join-happy-world {
    color: var(--thick-grey);
}

.app-storecard-head {
    padding: 0 10px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background-color: var(--light-pink);
}

.lm-appstore-links {
    display: block;
}

.appstore-links-icons {
    display: flex;
}

.icon-appstore-ios,
.iocn-appstore-android {
    max-width: 100%;
    height: auto;
}

.iocn-appstore-android {
    padding-right: 5px;
}

.icon-appstore-ios {
    padding-left: 5px;
}


/* happy customers */
/* for USA */
.lm-rates-bgsec {
    padding: 0;
    background-color: var(--pure-black);
}
.lm-rates-row{
    background-color: var(--sky-blue);
}
.img-ratesmain-bg{
    float:right
}

.lang-switch-home {
    color: var(--neon-blue);
}

.lm-rates-contentsec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lm-rates-title {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    margin: 8px 0;
}
.img-homerates {max-width: 45px; }
.view-rates-sec {
    margin: 20px 0 12px 0
}
.view-promo-sec {
    margin: 12px 0 6px 0
}
.lm-home-promodetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 40px 20px;
    text-align: left;
    max-width: 80%;
}

.lm-promoplan-rightsec {
    display: flex;
    justify-content: flex-start;
}
.lm-promoplan-leftsec {
    display: flex;
    justify-content: center;
    align-items: end;
}
.img-promoplan-bg{
    max-width: 400px;
}

.lm-home-promomain-txt {
    padding: 10px 0;
}
.lm-home-promomain-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
}
.highlight-promo {
    font-size: 28px;
    font-weight: 600;
}
.btn-promobuynow, .view-ratesbtn{
    font-weight: 500;
    background-color: var(--teal-green);
    padding: 10px 15px;
    display: block;
    width: 90%;
    border: 0;
    color: var(--pure-black);
    border-radius: 8px;
    max-width: 200px;
}

.view-ratesbtn{
    margin: 0 auto;
}

.lm-home-promoplan{background-color: var(--sky-blue);}

/* for USA  */

/* media queries */

@media(max-width:991px) {
    .sponsored-team-img {
        float: right;
        position: relative;
        bottom: -40px;
        right: -5%;
        width: 100%;
        height: auto;
    }
    .awards-left-content {
        text-align: center;
    }
    .awards-img-icon {
        max-height: 200px;
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: auto;
        bottom: -35px;
    }
    .awards-right {
        border: 5px solid var(--golden-yellow);
        padding: 15px 20px;
    }
}

@media (min-width:768px) {
    .sponsor-content {
        color: var(--white);
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .pay-prepaid-container {
        padding: 10px;
    }
    .title-pay-prepaid {
        font-size: 28px;
        margin: 0;
        line-height: 28px;
    }
    .lm-quicklinks {
        padding: 15px 10px;
    }
    .home-qlinks-mainbox {
        padding: 3px;
    }
    .home-qlinks-box {
        display: flex;
        flex-direction: column;
        padding: 2px;
        align-items: center;
        margin-bottom: 0;
        min-height: 99px;
    }
    .lm-sponcer-logo-sec {
        text-align: center;
    }
    .home-qlinks-title {
        font-size: 12px;
        word-break: break-word;
        line-height: 12px;
        min-height: 25px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .home-qlinks-box-img {
        max-width: 50px;
        padding: 4px;
        min-width: auto;
    }
    .lm-home-plans {
        padding-bottom: 30px;
    }
    .lm-bundle-outer-row .lm-bundle-outer {
        max-width: 100%;
    }
    .view-more-plans {
        margin-top: 0;
    }
    .lm-more-links {
        padding: 30px 0px;
    }
    .morelinks-main-title {
        padding-bottom: 0;
        font-size: 24px;
        line-height: 24px;
    }
    .home-morelinks-row .ul.slick-dots,
    .home-morelinks-row ul {
        margin-bottom: 0;
    }
    .morelinks-box {
        padding-bottom: 0;
    }
    .morelinks-subtitle {
        min-height: 50px;
        font-size: 14px;
        padding: 5px 30px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .lm-lyca-help-sec {
        padding: 25px 0px;
    }
    .lyca-help-title {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .lm-phones-and-accessories {
        padding: 30px 0px;
    }
    .lm-sponsor-title,
    .lyca-devices-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .lm-devices-row {
        padding: 10px 0px;
    }
    .lm-devices-boxrow {
        padding: 15px 10px;
    }
    .lm-devices-row ul {
        margin-bottom: 0;
    }
    .awards-section-main,
    .initiate-section-main {
        padding: 30px 0;
    }
    .awards-title,
    .initiate-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .awards-subtitle,
    .initiate-subtitle {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .awards-content-hilight {
        margin: 5px 0;
    }
    .awards-content-title,
    .initiate-content-title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
    }
    .awards-content-hilight .content-hilight-txt,
    .initiate-content-hilight .initiate-hilight-txt {
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
    }
    .awards-content-writeup {
        font-size: 12px;
        line-height: 16px;
    }
    .awards-img-icon {
        max-height: 125px;
        margin-top: -10px;
    }
    .awards-right {
        margin-bottom: 0;
    }
    .initiate-left-content {
        margin: 20px 0;
    }
    .initiate-row-item {
        flex-direction: column-reverse;
    }
    .initiate-content-writeup {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 0;
    }
    .lm-sponsor-section {
        padding: 30px 0;
    }
    .lm-sponsor-subtitle {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .lm-sponsor-logo-sec {
        padding: 0px 0px 10px 0;
    }
    .lm-sponsor-main-text {
        font-size: 14px;
        line-height: 16px;
        padding: 0 30px;
    }
    .sponsor-content {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
        padding: 0 25px;
    }
    .tbar-chat-box {
        z-index: 9999!important
    }
    .sponcered-team-img {
        float: right;
        position: relative;
        bottom: -40px;
        right: 0;
        width: 100%;
        height: auto;
    }
    .lm-sponsor-section .sponsor-team-bg {
        text-align: center;
        background-image: linear-gradient(180deg, var(--white) 70%, var(--dark-blue) 30.5%);
    }
    .lm-sponcer-section {
        text-align: center;
        color: var(--dark-blue);
    }
    .lm-sponsor-section .lm-sponcer-content {
        padding: 15px 0;
    }
    .sponcer-content {
        color: var(--pure-black);
    }
    .sponsor-bg {
        padding: 40px 0px;
    }
    .lm-sponsor-content {
        text-align: center;
        color: var(--dark-blue);
        padding-bottom: 0;
    }
    /* .lm-customer-row {
        margin-bottom: 30px;
    } */
    .lm-rates-contentsec {
        padding: 24px 0;
    }
    .lm-rates-title {
        font-size: 22px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .img-homerates {
        max-width: 40px;
    }
    .homerates-txt{font-size: 14px;}
    .lm-home-promodetails {
        padding: 24px 10px;
        max-width: 100%;
    }
    
    .img-promoplan-bg{max-width: 100%; width: 100%;}
    .lm-home-promomain-txt {
        padding:0  ;
    }
    .lm-home-promomain-title {
        font-size: 20px;
        line-height: 24px;
        padding: 0;
    }
    .highlight-promo {
        font-size: 28px;
        font-weight: 600;
    }
    .lm-promoplan-row{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width:300px) {
    .slick-prev.slick-arrow {
        left: 0
    }
    .slick-next.slick-arrow {
        right: .75rem
    }
}


/* media queries */


/* newly added */