body {
    overflow-x: hidden;
}
#packet {
    color: #757575;
    background: white;
    font-family: "Avenir LT Std", sans-serif;
    /* overflow: hidden; */
    clip-path: inset(0);
}

.calculator a {
    text-decoration: none;
}

#packet .banner {
    /* height: 630px; */
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    top: 0;
    border-top: 0;
    margin-top: 80px;
}

#packet .banner img {
    /* width: 100%; */
}

.banner--text {
    /* position: absolute;
    top: 0;
    left: 0; */
    background: inherit;
    padding: 50px 100px 30px 100px;
    /* border-radius: 100px; */
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    top: 575px;
    /* width: 920px; */
    text-align: center;
    margin: 0 auto;
}

.banner--text__sub {
    letter-spacing: 2px;
}

#packet .banner .people {
    position: absolute;
    right: 10%;
    top: 120px;
}

#packet .banner .banner-text {
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    width: 500px;
    margin-left: 10%;
}

#packet .banner .banner-text .title {
    font-size: 50px;
    color: white;
}

#packet .banner .banner-text ul {
    margin: 0;
    padding: 0;
}

#packet .banner .banner-text ul li {
    list-style: none;
    color: white;
    display: flex;
    align-items: flex-start;
}

#packet .banner .banner-text ul li img {
    width: 21px;
    margin-right: 15px;
}

#packet .banner-middle {
    background: url("../../images/banners/about-middle.png");
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#packet .banner-middle p {
    width: 70%;
    text-align: center;
}

#packet .content {
    width: 800px;
    margin: 0 auto;
}

#packet .content--data {
    /* margin-top: 80px !important; */
}

#packet .content--text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#packet .content--text .card {
    background: #006884;
    border-radius: 8px;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 222px;
    height: 295px;
    margin-top: 25px;
    margin: 0 25px;
}

#packet .content--text .card-packet {
    height: auto;
    width: 305px;
    padding: 10px;
    padding-bottom: 30px;
}

#packet .content--text .card img {
    width: 128px;
    margin-bottom: 30px;
}

#packet .content--text .card .btn-card {
    color: #006884;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
    border-radius: 8px;
    font-family: "Avenir LT Std", sans-serif;
}

#product .content--text .card .btn-card:hover {
    color: white;
}

#packet .content--text .card .btn-card img {
    width: 20px;
    height: 20px;
    margin: 0;
}

#packet .content--text .card-packet img {
    margin-bottom: 0px !important;
}

#packet .content--text .card-packet p {
    margin: 0;
    padding: 0;
}

#packet .content--text .card-packet .big-size {
    font-size: 18px;
}

.banner-advertiser {
    height: 778px;
    width: 100%;
}

.banner-advertiser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#packet .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    border: 1px solid #707070 !important;
}

#packet .accordion-item .accordion-button {
    border-radius: 20px !important;
    color: #006884;
    font-family: "Avenir LT Std", sans-serif;
    font-size: 14px;
}

#packet .calculator {
    width: 1100px;
}

.card-calculator {
    border: 2px solid #707070;
    border-radius: 20px;
    padding: 30px;
    background: white;
}

#packet .header {
    display: flex;
    align-items: center;
}

#packet .card-calculator p {
    color: #006884;
}

#packet .card-calculator .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

#packet .header .text p,
#packet .content .benefit p,
#packet .content .premi p {
    margin: 0;
    padding: 0;
}

#packet .content .premi {
    text-align: right;
}

#packet .header .image {
    width: 75px;
    height: 75px;
    background: #006884;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
#packet .header .image img {
    height: 70%;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 7px 9px;
    width: 70%;
}

#packet .card-calculator ul {
    margin: 0;
    padding: 0;
    height: 130px;
    overflow-y: scroll;
}

#packet .card-calculator ul::-webkit-scrollbar {
    width: 4px;
    border-radius: 28px;
}

#packet .card-calculator ul::-webkit-scrollbar-track {
    background: #77afbe;
    border-radius: 28px;
}

#packet .card-calculator ul::-webkit-scrollbar-thumb {
    background: #006884;
    border-radius: 28px;
}

#packet .card-calculator ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}

#packet .card-calculator ul li p {
    margin-top: -3px;
    margin-left: 10px;
}

#packet .card-calculator .btn {
    width: 100%;
    border-radius: 8px;
    background: #f05a22;
    color: white;
    margin-top: 30px;
}

#packet .form-range {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

#packet .assurance-choice {
    border: 2px solid #707070;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    margin-top: 10px;
    color: #006884;
    background: white;
    cursor: pointer;
}

#packet .assurance-choice__active {
    background: #f05a22;
    color: white;
    cursor: default;
}

#packet .assurance-choice__active .bullet {
    border: 6px solid white !important;
}

#packet .assurance-choice .bullet {
    border: 2px solid #707070;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

#packet .assurance-choice .description {
    width: 55%;
}

#packet .assurance-choice p {
    margin: 0;
    padding: 0;
}

#packet .assurance-choice-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#packet .assurance-choice-disabled-permanent {
    cursor: not-allowed;
    opacity: 0.5;
}

#packet .input-group .datepicker {
    border-left: none;
    padding: 25px 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-color: #707070;
    border-width: 2px;
    font-size: 16px;
}

#packet .input-text {
    border-left: none;
    padding: 25px 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-color: #707070;
    border-width: 2px;
    font-size: 16px;
}

#packet .input-group img {
    border: 2px solid #707070;
    border-right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 0 20px;
}

#packet table p{
    margin: .3rem;
}

.cursor-default{
    cursor: default;
}

.wrapper-digicombo {
    background: #f05a22;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    margin-top: 10px;
    color: #fff;
}

.wrapper-digicombo.disabled {
    background: #f89576;
    cursor: not-allowed;
}

.wrapper-digicombo.disabled * {
    cursor: not-allowed;
}

.select2-selection__arrow { 
    top: 0px !important;
}

/* Payment */
.home--payment {
    padding: 20px 0px;
    align-items: center;
    display: flex;
    background: white;
}

.home--payment .logo img {
    width: 69px;
}

.home--payment .payments {
    width: 80%;
}

.home--payment .payments img {
    width: 80%;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: #006884;
    border-radius: 8px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 6px solid #006884;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    background: #ffffff;
    cursor: pointer;
    margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

#packet .show-mobile {
    display: none;
}

.group-calculator{
    top: 100px;
}

.line-height-5{
    line-height: 5rem;
}

#packet .font-size-18 {
    font-size: 18px;
}

@media screen and (max-width: 768px) {    
    #packet .hide-mobile {
        display: none !important;
    }
    #packet .show-mobile {
        display: block !important;
    }

    #packet .calculator {
        text-align: center;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #packet .calculator .description {
        text-align: left;
    }

    #packet .calculator .card-calculator {
        text-align: left;
    }

    #packet .calculator .card-calculator .content {
        padding: 0 !important;
    }

    #packet .banner {
        align-items: flex-start;
        padding: 100px 25px;
        flex-flow: column;
        padding-bottom: 0px !important;
        height: auto !important;
    }

    #packet .banner .people {
        position: relative;
        right: 0% !important;
        top: 30px !important;
    }

    #packet .banner-text {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #packet .banner-text .title {
        font-size: 20px !important;
        text-align: center;
    }

    #packet .banner-text li p {
        font-size: 15px;
        text-align: left;
    }

    #packet .content {
        width: 100%;
        margin-top: 20px !important;
        padding: 0px 8% !important;
    }

    #packet .content--title p {
        font-size: 20px !important;
    }

    #packet .font-size-25 {
        font-size: 15px;
    }

    #packet .font-size-35 {
        font-size: 20px;
        line-height: 25px;
    }

    #packet .font-size-16 {
        font-size: 12px !important;
    }

    #packet .font-size-20 {
        font-size: 15px !important;
    }

    #packet .card-calculator ul li p {
        font-size: 12px;
    }

    #packet .banner {
        padding: 0 !important;
    }

    .banner--text {
        /* top: 515px;
        width: 600px; */
    }

    .banner--text .font-size-65 {
        font-size: 40px;
    }

    #packet .content--data {
        /* margin-top: 50px !important; */
    }
}

@media screen and (max-width: 480px) {

    .line-height-5{
        line-height: 2.5rem !important;
    }

    .accordion-body {
        font-size: 14px;
    }

    .banner {
        padding: 0;
        top: -10px;
        border-top: 0;
        margin-top: -30px !important;
        height: 100vh !important;
    }
    .banner img {
        /* object-fit: cover;
        height: 100%; */
    }

    #packet .content--data {
        /* margin-top: 80px !important; */
    }

    .banner--text .font-size-20 {
        font-size: 14px;
    }

    .banner--text .font-size-65 {
        font-size: 30px;
    }

    .banner--text {
        background: white;
        top: 212px;
        width: 70%;
        padding: 9px;
        text-align: center;
        margin-top: 20px;
    }

    .home--payment .container {
        flex-flow: column;
        text-align: center;
    }

    .home--payment .logo {
        margin-bottom: 20px;
    }

    #packet .banner {
        padding-top: 100px !important;
    }

    .banner--text .font-size-65 {
        font-size: 25px !important;
    }

    #packet .font-size-20, #packet .font-size-13, #packet .font-size-15 {
        font-size: 12px !important;
    }

    #packet .font-size-18 {
        font-size: 14px !important;
    }
}

/* If greater than 1444px */
@media screen and (min-width: 1444px) {
    body {
        width: 1366px;
        margin: 0 auto;
    }

    #navigation {
        width: 1366px !important;
    }

    .navigation--slide {
        display: none;
    }
}