.tv-newpackets {
    display: flex;
    justify-content: center;
    min-height:300px;
}

.tv-newpackets .mobile-message {
    display: none;
}
@media (max-width: 768px) {
    .tv-newpackets .mobile-message {
        display: flex;
        flex-direction: column;
        font-size: 24px;
        font-family: 'PeridotPESemiBold';
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0px 0px 6px #000000;
        padding-top: 80px;
    }
    .tv-newpackets .desktop-message {
        display: none;
    }
}

.tv-newpackets button:focus {
    outline: none;
}
.tv-newpackets button:focus, .tv-newpackets a:focus {
    border: 2px solid black;
}
.tv-newpackets a:focus {
    outline: none;
}
.tv-newpackets .slick-slide:focus {
    outline: none;
}
.tv-newpackets .tv-item:focus {
    outline: none;
}

.tv-newpackets .tv-new-packets-slick .slick-dots li{
    list-style: none !important;
    display: inline-block;
    margin-right: 10px;
}
.tv-newpackets .tv-new-packets-slick .slick-dots{
    padding-top:22px;
    padding-left: 0px;
}
.tv-newpackets .tv-new-packets-slick .slick-dots li button{
    font-size: 0;
    width: 14px;
    height: 14px;
    background:#B1B1B3;
    border-radius: 50%;

}
.tv-newpackets .tv-new-packets-slick .slick-dots li.slick-active button:before {
    width: 21px;
    height: 21px;
    background-color: transparent;
    content: "";
    border-radius: 50%;
    border: none;
    color: #36b22d;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    position: absolute;
    top: -4px;
}
.tv-newpackets .tv-new-packets-slick .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background-color: #B1B1B3;
    content: "";
    border-radius: 50%;
    opacity: 1;
}
.tv-newpackets .tv-new-packets-slick .slick-dots .slick-active button{
    background:#36b22d;


}
.tv-newpackets .background-1{
    width: 100%;
    object-fit: contain;
    max-height: 625px;

}
@media screen and (max-width:576px){
    .tv-newpackets .background-1{
        width: 100%;
        object-fit: cover;
        height: 185px;
    }
}

@media screen and (max-width:576px){
    .tv-newpackets .image-1{
        vertical-align: middle;
    }
}

@media screen and (max-width:576px){
    .tv-newpackets .img-desk{
        display: none;
    }
}

.tv-newpackets .img-mob{
    display: none;
}
@media screen and (max-width:576px){
    .tv-newpackets .img-mob{
        display: block;
        object-fit: cover;
    }
}

.image-2{
    display: flex;
    justify-content: center;
}

.tv-newpackets .background-2{
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: 2040px 1440px;
    background-position: center -420px;
    background-repeat: no-repeat;
}


.tv-newpackets .packages{
    bottom: 175px;
    margin-bottom: -100px;
}
@media screen and (max-width:992px) {
    .tv-newpackets .packages{
        bottom: 20px;
        margin-bottom: 40px;
    }
}

.tv-newpackets .tv-newpackets-main-body{
    min-height: 300px;
    background-color: #004B87;
}

.tv-newpackets .background-1-caption{
    font-family: PeridotPERegular;
    font-size: 34px;
    position: absolute;
    z-index: 1;
    padding: 20px 10px 20px 10px;
    width: 100%;
    height: 100%;
    bottom: 0;
    text-align: center;
    color: #ffffff;
}

.tv-newpackets .planbox-description{
    width: 100%;
    margin: -55px 0px 0px 0px;
}

.tv-newpackets .planbox-description>.container{
    background-color: #ffffff;
    border-radius:60px;
    width: 70%;
}
@media screen and (max-width:576px) {
    .tv-newpackets .planbox-description>.container{
        border-radius: 0px;
        width: 100%;
    }
}
.tv-newpackets .tv-new-packets-container{
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width:1360px) {
    .tv-newpackets .tv-new-packets-container{
        padding-top: 60px;
    }
}
@media screen and (max-width:992px) {
    .tv-newpackets .tv-new-packets-container{
        padding-top: 0px;
    }
}

.tv-newpackets .bluearea {
    background-color: #092638;
    border-radius: 10px;
    width: 95%;
    padding: 15px;
}
@media screen and (max-width:576px) {
    .tv-newpackets .bluearea{
        border-radius: 0px;

    }
}

.tv-newpackets .bluearea-title{
    color: #36b22d;
    font-family: PeridotPESemiBold;
    font-size: 24px;
    padding: 20px;
    text-align: center;
}

.tv-newpackets .bluearea-title2{
    color: #36b22d;
    font-family: PeridotPESemiBold;
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
}
@media screen and (max-width:576px) {
    .tv-newpackets .bluearea-title2{
        padding-top: 40px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 30px;
    }

    .tv-newpackets .bluearea-title2.top:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 40px;
        right: 40px;
        width: auto;
        border-top: 2px solid #679EC1;
    }

}

.tv-newpackets .bluearea-subtitle2{
    color: #ffffff;
    font-family: PeridotPERegular;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}
@media screen and (max-width:576px) {
    .tv-newpackets .bluearea-subtitle2{
        padding-top: 15px;
        padding-bottom: 40px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

.tv-newpackets .title-packs-placeholder {
    flex-direction: row;
    text-align: center;
    min-height: 200px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.tv-newpackets .title-pack{
    font-family: PeridotPESemiBold;
    font-size: 34px;
    text-align: center;
    color: #004B87;
}
@media screen and (max-width:576px){
    .tv-newpackets .title-pack{
        font-size: 32px;
    }

}

.tv-newpackets .title-pack-footer{
    font-family: PeridotPESemiBold;
    font-size: 34px;
    text-align: center;
    color: #004B87;
    padding-right: 2px;
}
@media screen and (max-width:576px){
    .tv-newpackets .title-pack-footer{
        font-size: 30px;
    }

}

.tv-newpackets .subtitle-pack{
    font-family: PeridotPERegular;
    font-size: 28px;
    text-align: center;
    color: #004B87;
}
@media screen and (max-width:576px){
    .tv-newpackets .subtitle-pack{
        font-size: 24px;
    }
}

.tv-newpackets .whitearea-cards{
    background-color: inherit;
    text-align: center;
}
@media screen and (max-width:576px){
    .tv-newpackets .whitearea-cards{
        padding-bottom: 20px;
    }
}

.tv-newpackets .whitearea-cards-img-top{
    width: 68px;
    height: 68px;
}

.tv-newpackets .whitearea-cards-placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tv-newpackets .whitearea-card-title{
    font-family: PeridotPERegular;
    text-align: center;
    font-size: 22px;
    color: #004B87;
    margin-top: 25px;
}

.tv-newpackets .whitearea-card-body{
    font-family: PeridotPERegular;
    text-align: center;
    font-size: 18px;
    color: #004B87;
}

.tv-newpackets .whitearea-card-body ul {
    text-align: center;
    list-style: inside;
    padding: 0px;
}

.tv-newpackets .whitearea-card-body li span{
    position: relative;
    left: -10px;
}

.tv-newpackets .taxlabel-title{
    font-family: PeridotPERegular;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}
@media screen and (max-width:576px){
    .tv-newpackets .taxlabel-title{
        margin-top: 0px;
    }
}

.tv-newpackets .pricepack-amount{
    font-family: PeridotPESemiBold;
    font-size: 48px;
    color: #36b22d;
}

.tv-newpackets .pricepack-decimal{
    font-family: PeridotPESemiBold;
    font-size: 36px;
    color: #36b22d;
}

.tv-newpackets .pack-price-placeholder{
    padding: 15px;
}
@media screen and (max-width:992px){
    .tv-newpackets .pack-price-placeholder{
        padding: 20px;
        text-align: center;
    }
}


@media screen and (max-width:992px){
    .tv-newpackets .total-price{
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

.tv-newpackets .pricepack-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: PeridotPESemiBold;
    font-size: 22px;
    border: 1px solid #36b22d;
    border-radius: 31px;
    height: 62px;
    color: #ffffff;
    background: #36b22d;
    padding: 5px 30px;
    margin-top: 25px;
    margin-bottom: 70px;
    min-width: 208px;
}

.tv-newpackets .pricepack-button:hover{
    border: 1px solid #006d29;
    background: #006d29;
}

@media screen and (max-width:576px){
    .tv-newpackets .pricepack-button{
        margin-top: 0px;
    }
}

.tv-newpackets .bluearea-cards-titles{
    color: white;
    font-family: PeridotPERegular;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.tv-newpackets .bluearea-cards-img-placeholder {
    min-height: 60px;
    min-width: 100px;
}

.tv-newpackets .whitearea-possibilities-title {
    color: #004B87;
    font-family: PeridotPESemiBold;
    font-size: 24px;
    text-align: center;
    margin: 25px;
    padding-top: 25px;
}

@media screen and (max-width:576px){
    .tv-newpackets .background-1-caption{
        font-size:24px;

    }
}

.tv-newpackets .box-special-offer{
    font-family: PeridotPERegular;
    text-align: center;
}

.tv-newpackets .analytics-word{
    font-family: PeridotPERegular;
    color:#36b22d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tv-newpackets .planbox-card-main-body .planbox-card-button{
    background: #36b22d;
    border-radius: 50px;
    color: white;
    height: 51px;
    width: 162px;
    font-size: 18px;
}

.tv-newpackets .planbox-card-main-body .planbox-card-button:hover{
    background: #006d29;
}
.tv-newpackets .planbox-card-main-body .package-info{
    font-family: 'PeridotPERegular';
    font-size: 16px;
    line-height: normal;
    text-align: center;
    min-height: 150px;
    min-width: 244px;
    padding: 15px 15px 15px 15px;
}
.tv-newpackets .planbox-card-main-body .package-info-no-top-pad{
    font-family: 'PeridotPERegular';
    font-size: 16px;
    line-height: normal;
    text-align: center;
    min-height: 140px;
    min-width: 244px;
    padding: 10px 15px 15px 15px;
}

.tv-newpackets .collapse-button{
    min-width: 20px;
    min-height: 20px;
    background:url("/ote_static/redesign/images-tv/Analytics_Section_Button.png") no-repeat left center;
    background-position: center;

}

.tv-newpackets .planbox-card-more{
    /*background:url("../../assets/images-tv/Analytics_Section_Button.png") no-repeat left center;
    background-attachment: initial;
    background-position: 20px 25px;*/
    position: relative;

}

.tv-newpackets .collapse-button-reverse{
    min-width: 20px;
    min-height: 20px;
    background:url("/ote_static/redesign/images-tv/Analytics_Section_Button.png") no-repeat left center;
    background-position: center;
    transform: rotate(180deg);
}


@media screen and (max-width:576px){
    .tv-newpackets .tv-item{
        width: 300px;
        padding-left: 40px;


    }
}
@media screen and (max-width:959px){
    .tv-newpackets .tv-item{
        width: 300px !important;
        padding-left: 40px;

    }
}

.tv-newpackets .planbox-card  {
    background: #36b22d;
    border-radius:50px;
    min-height: 483px;
    width: 265px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.tv-newpackets .planbox-card-white {
    background:#FFFFFF;
    border-radius:50px;
    height: 483px;
    width: 265px;
}

.tv-newpackets .planbox-card .planbox-card-main-body {
    background: #FFFFFF;
    border-radius: 50px;
    height: 313px;
    width: 265px;

}
.tv-newpackets .planbox-card .planbox-card-main-body.active {
    background: #FFFFFF;
    border-radius: 50px;
    height: 483px;
    width: 265px;
}
#OteNewPacket1,#OteNewPacket2,#OteNewPacket3
{
    transition: transform 0.6s ease;
}


.tv-newpackets .planbox-card .planbox-card-title{
    color: #FFFFFF;
    font-family: 'PeridotPESemiBold';
    font-size: 22px;
    margin-top: 20px;
    max-width: 210px;
}
.tv-newpackets .planbox-card .planbox-card-title-price{
    color: #FFFFFF;
    font-family: 'PeridotPERegular';
    font-weight: bold;
    font-size: 32px;

}
.tv-newpackets .planbox-card .planbox-card-title-green{
    color: #36b22d;
    font-family: 'PeridotPERegular';
    font-weight: bold;
    font-size: 32px;

}
.tv-newpackets .planbox-card .planbox-card-subtitle{
    color: #FFFFFF;
    font-size: 22px;
    padding-top: 10px;
    font-family: 'PeridotPESemiBold';
}
.tv-newpackets .planbox-card .planbox-card-subtitle-green{
    color: #36b22d;
    font-size: 22px;
    padding-top: 10px;
    font-family: 'PeridotPESemiBold';
}
.tv-newpackets .planbox-card .planbox-card-discount-title{
    color: #FFFFFF;
    font-size:18px;
    min-height: 27px;
    text-decoration: line-through;
    margin-top: 10px;
    margin-bottom: -15px;
}
.tv-newpackets .planbox-card .planbox-card-discount-title-green{
    color: #FFFFFF;
    font-size:18px;
    min-height: 27px;
    text-decoration: line-through;
    color:#36b22d;
    margin-top: 10px;
    margin-bottom: -15px;
}
.tv-newpackets .planbox-card .planbox-card-subtitle-bold{
    color: #FFFFFF;
    font-size:22px;
    font-family: PeridotPERegular;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 4px;
}
.tv-newpackets .planbox-card .planbox-card-subtitle-bold-green{
    color: #36b22d;
    font-size:22px;
    font-family: PeridotPERegular;
    font-weight: bold;
    padding-top: 10px;
}

.tv-newpackets .planbox-card .planbox-card-title2 {
    color: #36b22d;
    font-family: 'PeridotPESemiBold';
    font-size: 22px;
    margin-top: 20px;
}

.tv-newpackets .planbox-card.planbox-card--selected {
    top: 100px;
    position: relative;
    background: none;
}
@media screen and (max-width:576px){
    .tv-newpackets .planbox-card.planbox-card--selected {
        top:0px;
    }
}

.tv-newpackets .planbox-card .planbox-card-description{
    color:#092638;
}
.tv-newpackets .planbox-analytics-items{
    height: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}


.tv-newpackets .planbox-card .discount-field{
    width: 212px;
    height: 52px;
    background-color: white;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.tv-newpackets .planbox-card .discount-field .bold-info{
    font-weight: bold;
    font-size: 18px;
    color: #004B87;
}
.tv-newpackets .planbox-card .discount-field .info{
    font-family: 'PeridotPESemiBold';
    font-size: 16px;
    color: #004B87;
}

.tv-newpackets .planbox-card .discount-field.deactivate{
    width: 180px;
    height: 30px;
    padding: 5px;
    /*border: 1px solid #707070;*/
    background-color: white;
    /*box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);*/
    /*border-radius: 50px;*/
    font-size: 13px;
}
.tv-newpackets hr.green-line{
    height: 1px;
    width: 200px;
    background-color: #36b22d;
    margin-bottom: 10px;
    margin-top: 10px;

}
.tv-newpackets .gray-box-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 381px;
    max-width: 95%;
    background-color: #f3f3f3;
}

.tv-newpackets .gray-box-info-header{
    max-width: 80%;
    text-align: center;
    font-size: 24px;
    font-family: 'PeridotPESemiBold';
    margin-top: 3%;
}
@media screen and (max-width:576px){
    .tv-newpackets  p.gray-box-info-header{
        font-size: 20px;
    }
}

.tv-newpackets .gray-box-info-description{
    max-width: 90%;
    text-align: center;
    font-size: 18px;
    font-family: 'PeridotPESemiBold';
    min-height: max-content;
    margin-top: 3%;
}
@media screen and (max-width:576px){
    .tv-newpackets .gray-box-info-description{
        font-size: 18px;
    }
}

.tv-newpackets .tv-newpackets-channel-list{
    background: #233D50;
    min-height: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 37px 60px 0 60px;
}

.tv-newpackets .tv-newpackets-channel-list .slick-prev.slick-arrow{
    width: 30px;
    height: 30px;
    background: url("/ote_static/redesign/images-tv/tv-newpackets-previous-arrow.png") no-repeat center center;
    background-size: contain;
    left: -50px;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;

}

.tv-newpackets .tv-newpackets-channel-list .slick-next.slick-arrow{
    width: 30px;
    height: 30px;
    background: url("/ote_static/redesign/images-tv/tv-newpackets-next-arrow.png") no-repeat center center;
    background-size: contain;
    right: -50px;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
}

.tv-newpackets .gray-box-info ul{
    text-align: center;
    list-style: inside;
    padding: 0px;
    margin-bottom: 0%;
}

.tv-newpackets .gray-box-info a, .subtitle-pack a{
    text-decoration: none;
    color: #36b22d;

}

.tv-newpackets .gray-box-info a:hover, .subtitle-pack a:hover{
    text-decoration: none;
    color:#000000 ;
}

.tv-newpackets .tv-newpackets-channel-list .slick-next.slick-arrow::before{
    background-image:none;
}

.tv-newpackets .tv-newpackets-channel-list .slick-prev.slick-arrow::before{
    background-image:none;
}

.tv-newpackets-channel-list-slider1 img, .tv-newpackets-channel-list-slider2 img, .tv-newpackets-channel-list-slider3 img{
    width: auto !important;
    margin: 0 15px 0 15px !important;
}

.tv-newpackets .img-slick{
    height: 50px;
    aspect-ratio: auto 80 / 50;
    width: 80px;
}

.tv-newpackets .slick-slide {
    width: auto !important;
}

.tv-newpackets .planbox-card .offer-text{
    width: 160px;
    height: 31px;
    background-color: white;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    display: flex;
    font-weight: 700;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-family: Peridot PE;
    color: #36B22E;
}
.tv-newpackets .planbox-card .offer-disclaimer{
    font-family: Peridot PE;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.76px;
    text-align: center;
    margin-left: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
