@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Work+Sans:wght@500;600;700;800&display=swap');
:root {
    --feature-color: #c43b7b;
    --core-color: #141e22;
}
html,
body {
    background-color: var(--core-color);
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}
strong {
    font-weight: bold;
}
a,
a:hover,
a:focus {
    color: inherit;
}
.col-relative {
    position: relative;
}
.navbar-default {
    background-color: var(--core-color);
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: var(--feature-color);
}
.navbar-default .navbar-nav > li.selected > a:focus,
.navbar-default .navbar-nav > li.selected > a:hover {
    background-color: transparent;
}
.navbar-brand {
    height: auto;
}
.navbar-brand > img {
    height: 40px;
}
header {
    background-color: #21335f;
    height: 680px;
}
header .container {
    padding-top: 30px;
}

header.terms .container,
header.privacy .container,
header.contact .container {
    background-color: transparent;
    padding-block: 50px;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
p {
    margin-block: 0;
}
p + p {
    margin-top: 15px;
}
header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
header h1 .enhance,
section h2 .enhance {
    color: var(--feature-color);
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
section h2,
section h2 .enhance {
    font-size: 32px;
    font-weight: 600;

}
section h2 .enhance {
    display: block;
    font-weight: 800;
}
header img {
    display: block;
    margin-top: 20px;
    width: 78%;
}
.c2a-btn {
    background-color: var(--feature-color);
    border: 0;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-inline: auto;
    padding-block: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
.c2a-btn,
.c2a-btn:hover,
.c2a-btn:focus {
    text-decoration: none;
}

header .c2a-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
section#start-saving {
    padding-bottom: 40px;
    padding-top: 10px;
    text-align: center;
}
section#start-saving h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
section#start-saving p {
    font-size: 17px;
}
section#get-the-best-deals {
    background: #fff;
    /* background-image: url("/assets/brands/da/images/section-2.jpg"); */
    background-size: cover;
    padding-block: 40px;
}
main.terms,
main.privacy,
main.contact {
    padding-block: 50px;
}
footer {
    background-color: var(--core-color);
    font-family: 'Poppins', sans-serif;
    padding-block: 15px;
}
footer img {
    margin-bottom: 15px;
    width: 150px;
}
footer ul,
footer ul li {
    margin: 0;
    padding: 0;
}
footer ul {
    list-style: none;
}
footer ul li a,
footer ul li a:hover,
footer ul li a:focus {
    text-decoration: none;
}
footer ul li a {
    display: block;
    font-weight: 500;
    padding-block: 7px
}
form {
    padding: 20px 0 40px;
}
form .c2a-btn {
    margin-inline: auto;
}
label {
    font-weight: 600;
    margin-bottom: 3px;
}
label small {
    font-weight: 400;
}
.form-control {
    height: 40px;
}
textarea.form-control {
    height: 100px;
}
.errorbox {
    color: #F00;
    display: none;
    padding-block: 3px;
}

.unsub-panel {
    background-color: #fff;
    border-radius: 7px;
    margin-top: 20px;
    padding: 20px 15px;
}
.unsub-panel.msisdn {
    background-color: #141e22;
}
.unsub-panel label {
    display: block;
    margin-bottom: 0;
    min-height: 30px;
    line-height:30px;
}
.unsub-panel img {
    margin: 0 auto 0 0;
    width: 200px;
}
.unsub-panel input,
.unsub-panel select,
.unsub-panel button {
    border-radius: 3px;
    padding: 13px 60px;
}
.unsub-panel select,
.unsub-panel input {
    border: 0;
    color: #666;
    display: inline-block;
    float: left;
    padding: 13px 30px;
    width: 100%;
}
.unsub-panel select,
.unsub-panel input {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
.unsub-panel select {
    text-transform: none;
}
.unsub-panel input {
    overflow: visible;
}
.unsub-panel select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 13px;
    padding: 12px 0 14px;
    text-align: center;
    width: 30%;
}
.unsub-panel.msisdn input {
    height: 48px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 70%;
}
.unsub-panel button {
    background-color: #4ea500;
    border: 0;
    color: #FFF;
    float: none;
    height: 48px;
    margin: 15px auto;
    width: 100%;
}
.unsub-panel.msisdn button {
    background-color: #21335f;
}
.unsub-panel form{
    padding: 0;
}

.unsub-panel img {
    filter: invert(0);
}

.unsub-panel select {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.unsub-panel.msisdn input {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.site-logo {
    width: 252px;
}

.padded {
    padding-left: 130px;
    padding-top: 30px;
}

#get-the-best-deals {
    text-align: center;
    padding-block: 20px !important;
    color: #000;
}

#get-the-best-deals .container .row h2, .row h2 {
    font-size: 36px;
}

#get-the-best-deals .container .row span {
    font-size: 30px;
}

.images-grid {
    width: 800px;
    margin: auto;
}

.images-grid img {
    width: 22%;
    padding: 4%;
}

.left-div, .right-div {
    width: 50%;
    float: left;
}

.right-div img, .left-div img {
    width: 70%;
}

.divider-sect {
    background: #292a2a;
    padding-block: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: bolder;
}

#step-1 {
    background: #fff;
    color: #000;
    overflow: hidden;
    padding-block: 40px;
}

#step-2 {
    background: #edf0fe;
    color: #000;
    overflow: hidden;
    padding-block: 40px;
}

#step-1 .container .left-div {
    padding-left: 150px;
    padding-top: 20px;
}

#step-1 .container .left-div strong, #step-2 .container .right-div strong {
    font-size: 26px;
}

.number {
    font-size: 80px;
    font-weight: bold;
    color: var(--feature-color);
}

.c2a-btn:hover {
    background-color: #b3326e;
}

.span-33 {
    width: 33%;
    float: left;
    padding-block: 30px;
}

.span-33 p {
    font-size: 20px;
}

.contact {
    padding-block: 30px;
    text-align: center;
}

.unsub-panel {
    margin-bottom: 20px;
}

.footer-links li:nth-child(3) {
    display: none;
}

@media only screen and (max-width: 768px) {
    header img {
        margin: auto;
        width: 80%;
    }
    .padded {
        padding: 15px;
    }

    header h1 {
        text-align: center;
    }

    header h1 .enhance {
        color: black;
    }

    header {
        height: auto;
    }

    .padded p {
        padding-top: 10px;
        text-align: center;
    }

    .images-grid {
        width: 100%;
    }

    .images-grid img {
        width: 30%;
    }
    
    #get-the-best-deals .container .row h2, .row h2 {
        font-size: 24px;
    }

    .left-div, .right-div {
        width: 100% !important;
        padding: 15px !important;
        text-align: center;
    }

    .c2a-btn {
        margin-top: 10px;
    }

    #step-1, #step-2 {
        padding-block: 0;
    }

    .span-33 {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    .unsub-panel img {
        margin: 10px auto;
    }
}

@media only screen and (min-width : 768px) {
    .navbar-nav > li > a {
        padding-block: 25px;
    }
    header .container {
        background-color: transparent;
        padding-top: 0;
    }
    header h1 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    header p {
        font-size: 16px;
        text-align: left;
    }

    .c2a-btn {
        margin-left: 0;
        margin-top: 30px;
        position: static;
    }
    .unsub-panel img {
        margin: 4px auto;
    }
    .unsub-panel .col-inputs {
        padding-left: 15px;
    }
    .unsub-panel button {
        float: none;
        margin: 15px auto;
    }
}
@media only screen and (min-width : 992px) {
    header h1 {
        font-size: 32px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    header p {
        font-size: 16px;
    }
    section h2, section h2 .enhance {
        font-size: 42px;
    }
    footer {
        padding-block: 50px;
    }
}
@media only screen and (min-width : 1200px) {

    .container {
        width: 1200px;
    }
    header h1 {
        font-size: 48px;
    }
    header p {
        font-size: 16px;
    }
    section h2, section h2 .enhance {
        font-size: 52px;
    }
    section#get-the-best-deals {
        padding-block: 80px;
    }
    .unsub-panel button {
        float: none;
        margin: 0 auto;
    }
    .col-lg-4 {
        padding-right: 40px;
    }
    .push-right {
        position: relative;
        right: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        width: 1400px;
    }

    .col-md-7 {
        width: 55%;
        position: relative;
        padding-left: 70px;
    }

    .col-md-5 {
        width: 45%;
        position: relative;
        left: 70px;
    }
    .col-lg-4 {
        padding-right: 40px;
    }
    .push-right {
        position: relative;
        right: 80px;
    }
}

#geo {
    height: 48px;
    background-color: white;
}

header.terms, header.privacy, header.contact {
    height: auto;
}

.left-div .c2a-btn, .right-div .c2a-btn, .left-div .c2a-btn:hover, .right-div .c2a-btn:hover {
    color: white;
}