* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'BellSlim';
    src: url('/wp-content/themes/cic/fonts/partners/BellSlim-Black.otf') format('opentype');
}

main {
    max-width: 1344px;
    margin: 0px auto;
    font-family: 'BellSlim', sans-serif;
    padding: 0 2em;
}

.author-welcome__name {
    display: none !important;
}

.section {
    width: 100%;
}

.mar-bot {
    padding-bottom: 3em;
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* Bell ------------------------------------------------- */
.bell-header {
    width: 100%;
    height: 74px;
    background-color: #00549a;
    display: flex;
    align-items: center;
}

.bell-header a {
    width: 100%;
    margin-left: 1%;
}

.bell-header a img {
    width: 7%;
}

/* Section 1 -------------------------------------------- */
.sec-1-left {
    width: 55%;
    padding: 3em;
    display: flex;
    flex-direction: column;
    flex: 1;
    order: 1;
}

.sec-1-left sup {
    font-size: 1vw;
}

.sec-1-left h1 {
    font-size: 2.3vw;
    line-height: 130%;
}

.sec-1-left h1:nth-child(2) {
    margin-top: -0.23em;
}

.sec-1-left h2 {
    font-size: 1.7vw;
    padding-bottom: 0.6em;
    margin-top: 1em;
    font-weight: 700;
}

.sec-1-left p {
    font-weight: 500;
    font-size: 1.4vw;
    line-height: 130%;
    margin-top: 4vh;
}

button {
    width: 40%;
    font-size: 1.2vw;
    padding: 0.4em;
    border-radius: 10px;
    background-color: #003778;
    transition: 0.3s;
    border: none;
}

button:hover {
    background-color: #007bff;
    cursor: pointer;
}

button a {
    color: white;
    text-decoration: none;
}

.sec-1-right {
    width: 45%;
    padding: 2em 0;
    flex: 1;
    order: 2;

    /** Added for holiday hero **/
    display: flex;
    justify-content: center;
}

.sec-1-right img {
    /**width: 100%; Removed for holiday herp **/
    max-height: 400px
}

.shadow {
    box-shadow: inset 0 0 40px 20px rgba(0, 0, 0, .05);
}

/* Section 2 -------------------------------------------- */
.icon-block {
    width: 100%;
    padding: 0 3%;
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec-2-icons {
    width: 25%;
}

.sec-2-icons img {
    width: 50%;
    margin-left: 25%;
    border-radius: 50%;
    transition: 0.3s;
}

.sec-2-icons img:hover {
    box-shadow: 0px 0px 25px rgba(0, 145, 255, 0.567);
    transform: scale(1.1);
    cursor: pointer;
}

.sec-2-icons p {
    text-align: center;
    margin-top: 1em;
    font-size: 1vw;
    font-weight: 500;
}

.under-icon {
    text-align: center;
    margin-top: 4em;
    font-weight: 500;
    font-size: 0.75vw;
    font-style: italic;
}

/* Section 3 -------------------------------------------- */
.sec-3-left {
    width: 49%;
}

.sec-3-right {
    width: 49%;
}

.sec-3-main {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, .20);
    padding: 2em;
    box-shadow: 0px 15px 20px 15px rgba(0, 0, 0, .10);
    margin-bottom: 4em;
    transition: 0.3s;
}

.sec-3-main:hover {
    box-shadow: 0px 15px 20px 15px rgba(66, 188, 237, 0.164);
    border: 1px solid rgba(16, 118, 159, 0.349);
    cursor: pointer;
}

.pad-sec-3 {
    padding: 0 6%;
}

/* ------  Font Styles  -------- */

.promo-wrapper {
    display: block;
}

.promo-wrapper .promo-price {
    display: inline-block;
}

.promo-wrapper .promo-price.strike-thru {
    position: relative;
    color: #d4d0d0 !important;
}

.promo-wrapper .promo-price.strike-thru:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #d4d0d0;
    width: 40%;
    left: 10px;
    top: calc(65% - 1px);
}

.promo-title {
    font-weight: 600;
    font-size: 1vw;
    padding-bottom: 1em;
}

.promo-price {
    color: #00549a;
    font-size: 1.3vw;
}

.promo-price b {
    font-size: 1.6vw;
}

.under-promo-price {
    font-size: 0.7vw;
    margin-top: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .20);
    padding-bottom: 2em;
}

.under-promo-price span {
    color: #00549a;
}

.memory-block {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .20);
    padding-bottom: 2em;
}

.memory-block img {
    width: 8%;
    margin-right: 1em;
    margin-top: 1em;
    margin-left: 5%;
    filter: invert(17%) sepia(85%) saturate(3024%) hue-rotate(193deg) brightness(91%) contrast(103%);
}

.memory-block p {
    font-size: 0.6vw;
    line-height: 120%;
    margin-top: 2.5em;
}

.memory-block p span {
    font-size: 1.2vw;
}

.icon-text {
    display: flex;
    align-items: center;
    margin-top: 2em;
}

.icon-text img {
    width: 8%;
    margin-right: 1em;
    margin-top: 0em;
    margin-left: 5%;
    filter: invert(17%) sepia(85%) saturate(3024%) hue-rotate(193deg) brightness(91%) contrast(103%);
}

.spec-ico {
    width: 10% !important;
    margin-left: 4% !important;
}

.sec-3-main button {
    width: 40%;
    font-size: 1.2vw;
    padding: 0.4em;
    border-radius: 10px;
    background-color: #003778;
    transition: 0.3s;
    border: none;
    border-radius: 25px;
    margin-left: 30%;
    margin-top: 3em;
}

.sec-3-main button a {
    color: white;
    text-decoration: none;
}

.sec-3-main button:hover {
    background-color: #007bff;
    cursor: pointer;
}

/* Section 4 -------------------------------------------- */
.container-sec-4 {
    width: 100%;
    height: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.container-img {
    background-image: url(/wp-content/themes/cic/images/partners/bell/sec-4-1.jpg);
    background-position: center;
    background-size: cover;
}

.container-img-2 {
    background-image: url(/wp-content/themes/cic/images/partners/bell/sec-4-2.jpg);
    background-position: center;
    background-size: cover;
}

.container-img-3 {
    background-image: url(/wp-content/themes/cic/images/partners/bell/sec-4-3.jpg);
    background-position: center;
    background-size: cover;
}

.sec-4-item {
    width: 32.5%;
    height: 28vh;
    background-color: rgb(243, 243, 243);
    transition: 0.3s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sec-4-item:hover {
    transform: scale(1.03);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgb(120, 120, 120);
}

.sec-4-item h3 {
    text-align: center;
    margin-top: 1.5em;
}

.sec-4-item h3 b {
    font-size: 0.9vw;
    font-weight: 700;
}

.sec-4-item p {
    padding: 0 2em;
    margin-top: 0.5em;
    padding-bottom: 2em;
    text-align: center;
    font-size: 0.73vw;
    line-height: 130%;
}

/* Section 5 -------------------------------------------- */
.sec-5-item {
    width: 32.5%;
    box-shadow: 0px 0px 25px rgb(200, 200, 200);
    border-radius: 15px;
    padding: 2.5em;
    transition: 0.3s;
}

.sec-5-item:hover {
    transform: scale(1.03);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgb(120, 120, 120);
}

.sec-5-item img {
    width: 60%;
    margin-left: 20%;
}

.images-phones h4 {
    font-size: 1.2vw;
    padding-bottom: 0.6em;
}

.price-block {
    display: flex;
    margin-top: 0.4em;
    border-bottom: 1px solid rgb(206, 206, 206);
    padding-bottom: 1em;
}

.price-1 {
    width: 44%;
    border-right: 1px solid rgb(206, 206, 206);
}

.price-2 {
    width: 34%;
    padding-left: 1.5em;
    border-right: 1px solid rgb(206, 206, 206);
}

.price-3 {
    width: 22%;
    padding-left: 1.5em;
}

.price-block div p {
    font-size: 0.7vw;
    margin-top: 0.4em;
    color: grey;
}

.under-price {
    color: grey;
    margin-top: 0.7em;
    font-size: 0.75vw;
}

.price-blue {
    color: #00549a !important;
    font-size: 1vw !important;
    margin-top: 0 !important;
}

.huge-button {
    width: 50%;
    font-size: 1.2vw;
    padding: 0.4em;
    border-radius: 10px;
    background-color: #003778;
    margin-left: 25%;
    transition: 0.3s;
    border: none;
    margin-bottom: 3em;
}

.huge-button:hover {
    background-color: #007bff;
    cursor: pointer;
}

.huge-button a {
    color: white;
    text-decoration: none;
}

.huge-button sup {
    font-size: 0.7vw;
}

.sale-text {
    background-color: #003778;
    width: 32%;
    margin-left: 33%;
    margin-top: -3.5em;
    border-radius: 5px;
    color: white;
    padding: 0.4em 0.6em;
    font-size: 0.7vw;
}

.move-down {
    margin-top: 1.5em;
}

/* Section 6 -------------------------------------------- */
.parag {
    margin-left: 10%;
}

.accordion button {
    position: relative;
    display: block;
    padding: 1em 0;
    color: black;
    font-size: 1vw;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    margin-left: 5%;
    margin-top: 3em;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 2em;
}

.accordion button .icon {
    position: absolute;
    top: 1em;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid;
    border-radius: 50%;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 0.45em;
    left: 0.25em;
    width: 0.5em;
    height: 0.1em;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 0.25em;
    left: 0.45em;
    width: 0.1em;
    height: 0.5em;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #003778;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    display: block;
    transition: display 200ms linear;
    will-change: display;
}

.accordion .accordion-content {
    display: none;
    transition: display 200ms linear;
    will-change: display;
    margin-left: 8%;
    width: 85%;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.hide-list li {
    padding-left: 5%;
    margin-top: 0.5em;
}

.hide-list li a {
    color: #00549a;
}

.hide-list li {
    font-size: 0.8vw;
    line-height: 130%;
    font-weight: 500;
}

/* PAGE TITLES */
.page-title {
    font-size: 1.7vw;
    text-align: center;
    padding-bottom: 0.6em;
    margin-top: 1em;
    font-weight: 700;
}

.under-page-title {
    font-size: 1vw;
    text-align: center;
    padding-bottom: 3em;
    font-weight: 600;
    letter-spacing: -0.08px;
}

.page-title-2 {
    font-size: 1.6vw;
    text-align: center;
    padding-bottom: 0.3em;
}

.under-page-title-2 {
    font-size: 1vw;
    text-align: center;
    padding-bottom: 1em;
    font-weight: 600;
    letter-spacing: -0.08px;
}

.inline-link {
    text-decoration: none;
    color: #00549a;
}

.promo-code-sec {
    display: flex;
    flex-direction: row;
    max-height: 300px;
    padding-top: 32px;
    margin-bottom: 80px;
    width: 100%;
}


/* Responsive Styles ---------------------------------*/
@media only screen and (max-width: 1100px) {
    .holiday-negative-margin {
        margin-left: 0 !important;
    }

    .sec-1-left h1 {
        font-size: 2.8vw;
    }

    .sec-1-left sup {
        font-size: 2vw;
    }

    .sec-1-left p {
        font-weight: 500;
        font-size: 1.8vw;
    }

    .sec-1-left button {
        width: 80%;
        font-size: 2vw;
    }

    .sec-2-icons p {
        font-size: 1.5vw;
    }

    .under-icon {
        font-size: 1.5vw;
    }

    .page-title {
        font-size: 2.2vw;
    }

    .page-title-2 {
        font-size: 1.9vw;
    }

    .under-page-title {
        font-size: 1.2vw;
    }

    .under-page-title-2 {
        font-size: 2.2vw;
    }

    /* Section - 3 */
    .promo-title {
        font-size: 2vw;
    }

    .promo-price {
        font-size: 3vw;
    }

    .promo-price b {
        font-size: 4vw;
    }

    .under-promo-price {
        font-size: 1.4vw;
    }

    .memory-block img {
        width: 18%;
    }

    .memory-block p {
        font-size: 1.1vw;
    }

    .memory-block p span {
        font-size: 3vw;
    }

    .icon-text img {
        width: 12%;
    }

    .sec-3-main button {
        width: 100%;
        font-size: 2.5vw;
        margin-left: 0%;
    }

    .sec-4-item {
        width: 90%;
        margin-left: 5%;
        margin-top: 1em;
    }

    .sec-4-item h3 b {
        font-size: 1.8vw;
    }

    .sec-4-item p {
        font-size: 1vw;
    }

    .price-block div p {
        font-size: 1.3vw;
        margin-top: 0.4em;
        color: grey;
    }

    .under-price {
        color: grey;
        margin-top: 0.7em;
        font-size: 1.3vw;
    }

    .price-blue {
        font-size: 1.7vw !important;
    }

    .huge-button {
        width: 70%;
        margin-left: 15%;
        font-size: 1.5vw;
        padding: 0.8em;
    }

    .accordion button {
        font-size: 2vw;
        font-weight: 600;
        margin-left: 10%;
    }

    .hide-list {
        width: 90%;
        margin-left: 5%;
    }

    .hide-list li {
        padding-left: 5%;
        margin-top: 0.5em;
    }

    .hide-list li a {
        color: #00549a;
    }

    .hide-list li {
        font-size: 1.5vw;
        line-height: 130%;
        font-weight: 500;
    }

    .sale-text {
        width: 60%;
        margin-left: 20%;
        font-size: 1.4vw;
    }
}


@media only screen and (max-width: 740px) {
    .promo-code-sec {
        display: flex;
        flex-direction: column-reverse;
        max-height: unset;
        align-items: center;
        gap: 24px;
        padding-left: unset;
        margin-bottom: 20px;
    }

    .promo-code-sec div {
        padding-left: unset !important;
        width: 90% !important;
        align-items: center !important;
        text-align: center;
    }

    .promo-code-sec h2 {
        font-size: 5vw !important;
    }

    .promo-code-sec h3 {
        font-size: 4vw !important;
    }

    .promo-code-sec p {
        font-size: 1vw !important;
    }

    .promo-code-sec button {
        margin-top: 0px !important;
        font-size: 5vw !important;
        width: 100% !important;
    }

    main {
        padding: 0;
    }

    .flex {
        flex-direction: column;
    }

    /* Bell ------------------------------------------------- */
    .bell-header {
        height: 54px;
    }

    .bell-header a {
        margin-left: 2%;
    }

    .bell-header a img {
        width: 17%;
    }

    /* Section - 1 */
    .sec-1-left {
        width: 100%;
        order: 2;
        margin-top: -5em;
    }

    .sec-1-right {
        width: 100%;
        order: 1;
    }

    .sec-1-left h1 {
        font-size: 5.5vw;
    }

    .sec-1-left p {
        font-weight: 500;
        font-size: 4vw;
        line-height: 130%;
        margin-top: 1em;
    }

    .sec-1-left button {
        width: 100%;
        font-size: 5vw;
        padding: 0.4em;
        margin-top: 3em;
    }

    /* Section - 2 */
    .sec-2-icons {
        width: 100%;
    }

    .sec-2-icons img {
        width: 40%;
        margin-left: 30%;
    }

    .sec-2-icons p {
        text-align: center;
        margin-top: 0.5em;
        padding-bottom: 2em;
        font-size: 6vw;
        font-weight: 600;
    }

    .under-icon {
        padding: 0 2%;
        line-height: 150%;
        margin-top: 1em;
        font-weight: 500;
        font-size: 4vw;
        font-style: italic;
    }

    /* Section - 3 */
    .sec-3-left {
        width: 100%;
    }

    .sec-3-right {
        width: 100%;
    }

    .promo-title {
        font-size: 5vw;
    }

    .promo-price {
        font-size: 10vw;
    }

    .promo-price b {
        font-size: 15vw;
    }

    .under-promo-price {
        font-size: 3.8vw;
    }

    .memory-block img {
        width: 25%;
    }

    .memory-block p {
        font-size: 3vw;
    }

    .memory-block p span {
        font-size: 5vw;
    }

    .icon-text img {
        width: 14%;
    }

    .spec-ico {
        width: 16% !important;
        margin-left: 4% !important;
    }

    .sec-3-main button {
        width: 100%;
        font-size: 6vw;
        margin-left: 0%;
    }

    .sale-text {
        width: 60%;
        margin-left: 20%;
        font-size: 4vw;
    }

    /* Section - 4 ---------------------------------*/
    .sec-4-item {
        width: 90%;
        margin-left: 5%;
        margin-top: 1em;
        height: 40vh;
    }

    .sec-4-item h3 b {
        font-size: 5vw;
    }

    .sec-4-item p {
        font-size: 3vw;
    }

    /* Section - 5 -------------------------------------*/
    .sec-5-item {
        width: 90%;
        margin-left: 5%;
        margin-top: 4em;
    }

    .sec-5-item img {
        width: 80%;
        margin-left: 10%;
    }

    .images-phones h4 {
        font-size: 8vw;
        padding-bottom: 0.6em;
    }

    .price-block {
        display: flex;
        margin-top: 0.4em;
        border-bottom: 1px solid rgb(206, 206, 206);
        padding-bottom: 1em;
    }

    .price-1 {
        width: 44%;
        border-right: 1px solid rgb(206, 206, 206);
    }

    .price-2 {
        width: 34%;
        padding-left: 1.5em;
        border-right: 1px solid rgb(206, 206, 206);
    }

    .price-3 {
        width: 22%;
        padding-left: 1.5em;
    }

    .price-block div p {
        font-size: 4vw;
        margin-top: 0.4em;
        color: grey;
    }

    .under-price {
        color: grey;
        margin-top: 0.7em;
        font-size: 4vw;
    }

    .price-blue {
        font-size: 5vw !important;
    }

    .huge-button {
        width: 90%;
        margin-left: 5%;
        font-size: 3.8vw;
        padding: 0.8em;
    }

    /* Section - 6 -------------------------- */
    .parag {
        margin-left: 20%;
    }

    .accordion button {
        font-size: 5vw;
        font-weight: 600;
        margin-left: 10%;
    }

    .accordion .accordion-content {
        display: none;
        transition: display 200ms linear;
        will-change: display;
        margin-left: 8%;
        width: 85%;
    }

    .hide-list {
        width: 90%;
        margin-left: 5%;
    }

    .hide-list li {
        padding-left: 5%;
        margin-top: 0.5em;
    }

    .hide-list li a {
        color: #00549a;
    }

    .hide-list li {
        font-size: 4vw;
        line-height: 130%;
        font-weight: 500;
    }

    .page-title {
        font-size: 5vw;
        line-height: 150%;
        width: 90%;
        margin-left: 5%;
    }

    .none-mob {
        display: none;
    }

    .page-title-2 {
        font-size: 6vw;
        text-align: center;
        padding-bottom: 0.3em;
    }

    .under-page-title {
        font-size: 4vw;
        text-align: center;
        padding-bottom: 3em;
        font-weight: 500;
        letter-spacing: -0.08px;
    }

    .under-page-title-2 {
        font-size: 5vw;
        text-align: center;
        font-weight: 500;
        letter-spacing: -0.08px;
    }
}

@media only screen and (max-width: 500px) {
    .sec-4-item {
        width: 90%;
        margin-left: 5%;
        margin-top: 1em;
        height: 30vh;
    }
}