@font-face {
    font-family: 'Felix Titling';
    src: url('../fonts/FelixTitlingMT.woff2') format('woff2'),
    url('../fonts/FelixTitlingMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Bright';
    src: url('../fonts/LucidaBright-Demi.woff2') format('woff2'),
    url('../fonts/LucidaBright-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Bright';
    src: url('../fonts/LucidaBright.woff2') format('woff2'),
    url('../fonts/LucidaBright.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.newPPModal .modal-body{
    background:#eef4fb;
    padding: 0;
}
.newPPModal .offerTOp{
    width:100%;
    height:360px;
    background-size: cover !important;
    display:inline-flex;
    flex-wrap:wrap;
    justify-content: end;
    padding-top: 25px;
}
.newPPModal .OfferCntPop{
    max-width:100%;
}
.inviPop{
    width: 100%;
    max-width: 400px;
    padding-right: 20px;
}
.inviPop h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
    line-height: 0.7;
    text-align: right;
    font-family: 'Lucida Bright';
}
.inviPop h2 small{
    display: inline-block;
    width: 100%;
    font-size: 26px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}
.inviOff{
    width:100%;
    max-width: 410px;
}
.inviOffDv{
    background: rgb(41, 157, 191);
    background: linear-gradient(153deg, rgba(41, 157, 191, 1) 1%, rgba(37, 144, 183, 1) 26%, rgba(30, 107, 163, 1) 100%);
    padding: 15px;
    width: 100%;
    max-width: 370px;
    height: 360px;
    border-radius: 100%;
    margin-top: 100px;
}
.inviOffDvinner{
    background: #fff;
    padding: 45px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.inviOffDvinner h3{
    text-align:center;
}
.inviOffDvinner h4{
    color: #299fc0;
    font-size: 30px;
    text-align: center;
    line-height: 1;
}
.inviOffDvinner h4 strong{
    font-size: 78px;
}

.offerBottom{
    display:inline-flex;
    flex-wrap:wrap;
    width:100%;
    padding: 0 15px 25px;
    align-items: end;
    justify-content: space-between;
    
}
.offerDEt{
    width:100%;
    max-width:60%;
}
.offerRGt{
    width:100%;
    max-width:33%;
    text-align: center;
}
.offerDEt span{
    text-transform: uppercase;
    font-size: 100px;
    margin: 0;
    line-height: 1.1;
    color:#000000;
    font-weight: 500;
    letter-spacing: 8px;
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 15px;
    font-family: 'Felix Titling';
}
.offerDEt span small{ display:block; font-size:37px; line-height: 1;  text-transform: none;letter-spacing: 0;
    font-family: Poppins, sans-serif;}

    .offerDEt span:after{
        content: '';
        position: absolute;
        background: url(../images/modal_title_border.png);
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 6px;
        background-size: contain;
        margin-top: 10px;
    }


    .ModalBottom {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .modal_list {
        width: 100%;
        max-width: 70%;
    }
    .modalListright {
        width: 100%;
        max-width: 28%;
        border-left:1px solid #141318;
        padding-left: 15px;
    }

    .OfferCntPop .modal_list ul{margin:0;}
    .OfferCntPop .modal_list ul li{
        padding-left: 32px;
        background-size: 20px !important;
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 16px;
        background-position: left 5px;
        background: url(../images/checked.png);
        background-repeat: no-repeat;
    }
    .OfferCntPop .modal_list ul li:last-child{padding-bottom:0;}

    .modalListright p{ font-size:14px;}
    .modal_Call{
        font-weight: 600;
        font-size: 30px;
        color: #000;
        border: 2px solid #0d6096;
        padding:10px 5px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal_Call img{ max-height:33px; position: relative;margin-right: 15px;}
    .modal_Call:hover{
        background: #0d6096;
        color: #fff;
    }
    .modal_Call:hover img{
        filter: invert(1) brightness(1);
    }
    .modal_Bokk{
        display: block;
        background: #0d6096;
        color: #fff;
        font-size: 18px;
        padding: 15px 15px;
        margin: 20px 0 40px;
        text-transform: uppercase;
        border-radius: 40px;
        font-weight: 500;
    }
    .modal_Bokk:hover{
        background:#000;
        color:#fff;
    }
    .offerRGt p{color:#737474;}
    .offerRGt p img{max-height:20px;}
    .modalListright_mobile{display:none;}

    .newPPModal .close {
        position: absolute;
        top: -20px;
        right: -20px;
        background: #ff0000;
        color: #fff;
        font-weight: 400;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        opacity: 1 !important;
        z-index: 9;
    }

    .newPPModal .close:hover {
        background: #ffb101;
        opacity: 1 !important;
    }




    @media (max-width:1599px){
        .bannerTerms li{
            font-size:15px;
        }
        .inviPop {
          max-width: 360px;
        }
        .inviOffDv{
            margin-top: 60px;
            max-width: 320px;
            height: 320px;
        }
        .offerDEt span small {
          font-size: 28px;
        }
        .offerDEt span{font-size: 70px;margin-bottom: 15px;  padding-bottom: 10px;}
        .inviPop h2{font-size:46px;}
        .newPPModal .offerTOp{padding-top: 10px;height: 330px;background-position: center !important;}
        .inviOffDvinner h4 { font-size: 28px;}
        .inviOffDvinner h4 strong {
          font-size: 70px;
        }
        .inviOff {
          max-width: 360px;
        }
        .OfferCntPop .modal_list ul li {
            padding-left: 30px;
            background-size: 18px;
          font-size: 16px;
          padding-bottom: 15px;
        }
    }

    @media (max-width:1199px){
        .offerPopup .modal-dialog {
            max-width: 910px;
        }
        .landingBannercnt .dateLanding{
            font-size:24px;
        }
        .inviPop {
            max-width: 300px;
        }
        .inviOff {
          max-width: 310px;
      }
      .inviOffDv {
          max-width: 300px;
          height: 300px;
          margin-top: 40px;
          padding: 10px;
      }
      .inviOffDvinner h4 strong {
          font-size: 65px;
      }
      .inviOffDvinner h4{font-size: 26px;}
      .inviPop h2{font-size: 38px;}
      .newPPModal .offerTOp{height: 300px;}
      .newPPModal .offerTOp{background-position: 60% !important;}
      .inviOffDvinner h3{font-size: 24px}
      .offerDEt span small{font-size:26px;}
      .offerDEt span {
        font-size: 70px;
        letter-spacing: 5px;
    }
    .OfferCntPop .modal_list ul li {
      padding-left: 28px;
      background-size: 17px;
      font-size: 15px;
  }
  .offerDEt{max-width: 64%;}
  .modalListright p {
      font-size: 13px;
      margin-bottom: 10px;
  }
  .modalListright {
      max-width: 30%;
      padding-left: 10px;
  }
  .offerRGt {
    max-width: 35%;
}

.modal_Bokk{
    font-size: 14px;
    padding: 14px 5px;
}
.modal_Call img {
  max-height: 20px;
}
.modal_Call {
  font-size: 20px;
  padding: 7px;
}
}

@media (max-width:991px){
    .offerPopup .modal-dialog {
        max-width: 710px;
    }
    .offerPopup .modal-body {
        padding: 55px 25px;
    }
    .OfferCntPop{
        max-width:440px;
    }
    .OfferTT{
        font-size:20px;
        margin-bottom: 20px;
    }
    .OfferTT strong{
        font-size:40px;
    }
    .offerSubTt{
        font-size:24px;
    }
    .OfferCntPop ul li{
        font-size: 14px;
        line-height: 1.4;
        background-position: left 0px;
        margin: 7px 0;
    }
    .landingBannercnt .landingTT {
        margin-top: 0;
    }
    .bannerTerms li {
        padding-left: 0px !important;
        width: 100%;
        padding-right: 0px;
        margin:0px !important;
    }
    .bannerTerms li:before{
        display:none;
    }
    .newPPModal .modal-dialog {
        max-width: 620px;
    }

    .inviOffDvinner h3 {
        font-size: 22px;
    }
    .inviOffDvinner h4 {
        font-size: 24px;
    }
    .inviOffDvinner h4 strong {
        font-size: 50px;
    }
    .inviOffDvinner{padding:30px;}
    .inviOffDv {
        max-width: 240px;
        height: 240px;
        margin-top: 20px;
        padding: 8px;
    }
    .inviOff {
        max-width: 250px;
    }
    .inviPop h2 {
        font-size: 35px;
    }
    .inviPop h2 small{font-size:20px;}
    .newPPModal .offerTOp {
        background-position: 40% !important;
        height: 290px;
    }
    .inviPop {
        max-width: 270px;
        padding-right: 15px;
    }
    .offerDEt {
        max-width: 100%;
    }
    .offerDEt span {
        font-size: 58px;
        letter-spacing: 5px;
        text-align: center;
    }
    .offerDEt span small {
        font-size: 22px;
    }
    .offerBottom{padding: 10px 15px 15px;}
    .OfferCntPop .modal_list ul li{padding-bottom: 10px;}
    .offerRGt {
        max-width: 100%;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    } 
    .modal_list {
      max-width: 69%;
  }
  .modal_Call {
    width: 49%;
}
.modal_Bokk {
    width: 49%;
    margin: 0;
}

}

@media (max-width:767px){
    .offerPopup .close{
        right:10px;
    }
    .mobile_none{
        display:none;
    }
    .popOfferPrice.desktop_none{
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
        margin:0px auto;
    }
    .offerPopup .modal-body{
        background-position: right center;
    }
    .OfferCntPop {
        max-width: 100%;
        text-align: center;
    }
    .OfferCntPop ul li{
        display:inline-block;
    }
    .offerPopup .modal-body .bannerTerms li{
        text-align:center;
    }
    .newPPModal .modal-dialog {
        max-width: 540px;
    }
    .newPPModal .close{
        top: -10px;
        right: -10px;
    }
    .inviOffDvinner h3 {
        font-size: 20px;
    }
    .inviOffDvinner h4 {
        font-size: 22px;
    }
    .inviOffDvinner h4 strong {
        font-size: 44px;
    }
    .inviOffDvinner {
        padding: 20px;
    }
    .inviOffDv {
        max-width: 220px;
        height: 220px;
        margin-top: 10px;
        padding: 6px;
    }
    .inviOffDvinner {
        padding: 25px;
    }
    .inviPop h2 {
        font-size: 32px;
    }
    .inviPop h2 small {
        font-size: 18px;
    }
    .newPPModal .offerTOp {
        background-position: 45% !important;
        height: 265px;
        padding-top: 20px;
    }
    .inviOff {
        max-width: 230px;
    }
    .inviPop {max-width: 250px;}
    .ModalBottom{text-align: left;}
    .offerDEt span {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .OfferCntPop .modal_list ul li {
        padding-left: 24px;
        background-size: 15px;
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .modalListright p {
        font-size: 12px;
    }
    .modalListright {
        padding-left: 8px;
    }
    .modal_Bokk { font-size: 13px;}
    .modal_Call {
        font-size: 18px;
    }

    .modal_Call img {
        max-height: 18px;
    }

    .OfferCntPop .modal_list ul li{
        background-size: 15px !important;
    }

    
}

@media (max-width:575px){
    .offerPopup .modal-body:before {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.8323704481792717) 39%, rgba(255, 255, 255, 0.8) 100%);
    }
    .offerPopup .modal-body {
        padding: 35px 15px 15px;
    }
    .newPPModal .offerTOp {
        background-position: 95% !important;
        height: 230px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }
    .inviPop {
        max-width: 50%;
    }
    .inviPop h2 {
        font-size: 28px;
    }
    .inviOffDvinner h3 {
        font-size: 18px;
    }
    .inviOffDvinner h4 {
        font-size: 20px;
        margin: 0;
    }
    .inviOffDvinner h4 strong {
        font-size: 40px;
    }
    .inviOffDv {
        max-width: 200px;
        height: 200px;
        padding: 5px;
        margin: 0 auto;
    }
    .inviOff {max-width: 46%;}
    .offerBottom {
        padding: 0px 15px 15px;
    }
    .offerDEt span { font-size: 50px;}
    .modal_Bokk {
        font-size: 12px;
        width: 53%;
    }
    .modal_Call {
        font-size: 16px;
        width: 45%;
    }
    .modal_Call img {
        max-height: 14px;
    }
    .OfferCntPop .modal_list ul li{padding-bottom: 8px;padding-left: 22px;}
    .modalListright p{
        margin: 0px;
    }
}

@media (max-width:479px){
    .OfferTT {
        font-size: 17px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .OfferTT strong {
        font-size: 30px;
    }
    .offerSubTt {
        font-size: 19px;
    }
    .OfferCntPop ul {
        padding: 0px;
        margin: 15px 0px;
    }
    .OfferCntPop ul li{
        text-align:left;
    }
    .landingBannercnt ul li{
        font-size:14px;
    }
    .landingBannercnt .dateLanding{
        font-size:20px;
    }
    .OfferCntPop .dateLanding{
        font-size:20px;
    }
    .inviPop{padding:0;}
    .inviPop h2 {
        font-size: 22px;
        line-height: 1;
    }
    .inviPop h2 small {
        font-size: 15px;
    }
    .newPPModal .offerTOp{padding:10px;}
    .inviOffDvinner h4 strong {
        font-size: 36px;
    }
    .inviOffDvinner h4 {
        font-size: 20px;
        margin: 0;
    }
    .inviOffDvinner h3 {
        font-size: 18px;
    }
    .inviOffDv {
        max-width: 170px;
        height: 170px;
        padding: 3px;
        margin: 10px auto 0;
    }
    .inviOffDvinner {
        padding: 15px;
    }
    .newPPModal .offerTOp {
        background-position: 80% !important;
        height: 200px;
        padding: 10px;
    }
    .offerBottom {
        padding: 0 10px 10px;
    }
    .offerDEt span{font-size: 30px;margin-bottom: 10px;}
    .offerDEt span small {
        font-size: 16px;
    }
    .OfferCntPop .modal_list ul li {
        padding-bottom: 8px;
        padding-left: 22px;
        font-size: 13px;
        background-size: 14px;
        margin-top: 0;
    }
    .offerDEt span::after{margin-top: 5px;}
    .offerDEt span {
        padding-bottom: 10px;
    }
    .modalListright p {
        font-size: 10px;
    }
    .modalListright {
        padding-left: 6px;
        max-width: 31%;
    }
    .offerRGt{display:block;}
    .modal_Call {
        font-size: 18px;
        width: 100%;
        padding: 9px;
    }
    .modal_Bokk {
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
    }
    .modal_Call img {
        max-height: 18px;
    }
    .modalListright_mobile{display:block;width: 100%;}
    .modalListright{display:none;}
    .modal_list {
        max-width: 100%;
    }
    .modalListright_mobile p{ 
      font-size: 13px;
      line-height: 1.2;
      margin: 7px;
  }
  .offerRGt{margin-top: 15px;}
  .inviPop {
        max-width: 46%;
    }
    .inviOff {
        max-width: 53%;
    }
      
    .newPPModal .close {
        top: -6px;
        right: -6px;
        width: 30px;
        height: 30px;
    }


    .newPPModal .offerTOp {
        background-position: 80% !important;
        height: 200px;
        padding: 10px;
    }



}
@media (max-width:374px){
    .OfferTT {
        font-size: 15px;
    }
    .OfferTT strong {
        font-size: 24px;
    }
    .popOfferPrice strong{
        font-size:38px;
    }
    .offerSubTt {
        font-size: 16px;
    }
    .newPPModal .offerTOp{
        height: auto;
    }
    .inviPop img{
        width: 100%;
        max-width: 200px;
    }
    .inviPop h2{
        text-align: center;
    }
    .inviPop {
        max-width: 100%;
    }
    .inviOff {
        max-width: 100%;
    }
}