/*-------------------
        Fonts
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
}
* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
p {
    margin: 0 0 10px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.hq-inner-wrap {
    height: 100%;
    width: 100%;
    display: table;
}
.hq-inner-wrap-c {
    display: table-cell;
    vertical-align: middle;
}
a,
a:hover,
a:focus {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a.highlighted,
a.highlighted:hover,
a.highlighted:focus {
    color: #1b6d85;
    text-decoration: underline;
}
html {
    background-color: #EEE;
}
header .header-wrap {
    background-image: url("/assets/brands/mn/images/header-bg.jpg");
    background-position: top center;
    background-size: cover;
    color: #FFF;
    font-weight: 900;
    padding: 120px 0;
    text-align: center;
}
header .header-wrap .title {
    font-size: 57px;
    line-height: 58px;
}
header .header-wrap .header-btn {
    background-color: #8e4fa2;
    display: block;
    font-size: 21px;
    margin: 20px auto 0;
    padding: 20px 0;
    text-transform: uppercase;
    width: 300px;
}
.navbar-default {
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
    padding: 3px 0 0 0;
}
ul.nav li {
    border-bottom: 4px transparent solid;
}
ul.nav li.selected {
    border-color: #8e4fa2;
}
.navbar-brand > img {
    width: 102px;
}
.cbs-section-split {
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
    width: 100%;
}
footer {
    background-color: #ebebeb;
    color: #626262;
    padding: 100px 0;
}
footer img {
    margin-bottom: 30px;
    width: 160px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0;
    padding: 0;
}
footer a,
footer a:hover,
footer a:focus {
    color: inherit;
}

.cbs-section {
    padding: 80px 0;
}
.cbs-section.privacy,
.cbs-section.terms,
.cbs-section.about {
    padding: 40px 0;
}
.cbs-section .title,
.cbs-section-1 .title h1 {
    color: #ff516e;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.cbs-section .description {
    font-weight: 300;
}
.cbs-section-1 .flex {
    background-color: transparent
}
.cbs-section-1 img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.cbs-section-1 .description {
    font-weight: 400;
}
.cbs-section-2 {
    background-color: #ebebeb;
    text-align: center;
}
.cbs-section-2 .title,
.contact-section .title {
    color: #000 !important;
}
.cbs-section-2 .item-wrap {
    background-color: #FFF;
}
.cbs-section-2 .item-wrap img {
    display: block;
    width: 100%;
}
.cbs-section-2 .item-wrap .info {
    font-weight: 600;
    padding: 20px 15px;
}
.cbs-section-2 .overlap-btn {
    color: #FFF;
    display: block;
    font-size: 19px;
    margin-bottom: -45px;
    margin-top: 30px;
    padding: 20px 15px;
    text-transform: uppercase;
}
.contact-pp-section {
	display: block;
	font-weight: 600;
	margin: 20px auto;
}
.contact-section {
    text-align: center;
}
.contact-section .description {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-section ul.tip-list {
    margin-top: 20px;
    text-align: left;
}
.contact-section ul.tip-list li {
    margin-bottom: 10px;
}
#msisdn-stop-form .form-control {
    border: 1px #959595 solid;
    border-radius: 3px;
}
#msisdn-stop-form input[type="submit"]{
    background-color: #8e4fa2;
    border: 0;
    color: #FFF;
    display: block;
    font-weight: 600;
    height: 50px;
    margin: auto;
    width: 150px;
}
::placeholder{
    color:#d1d2e8 ;
}
#msisdn-stop-form input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

#recaptchapopup {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(119, 117, 117, 0.639);
    align-items: center;
    justify-content: center;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.recaptchacontainer {
    padding: 30px;
background: #fff;
border-radius: 10px;
}

.recaptchacontainer h3 {
    font-size: 20px;
    color: #646464 ;
    font-weight: 300;
}

/* Custom XL Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .cbs-section-contact .form-wrap .form-title,
    .cbs-section-contact .info-col .form-title {
        font-size: 20px;
    }
    .cbs-section {
        text-align: center;
    }
    .cbs-section-contact .info-col {
        padding: 20px 15px;
    }
    .cbs-section-contact .info-col .icon {
        margin-right: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block;
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
    .container > .navbar-collapse, .container > .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-eq-height {
        display: block;
    }
    .hq-inner-wrap,
    .hq-inner-wrap-c {
        display: block;
    }
    header .header-wrap {
        padding: 80px 0;
    }
    header .header-wrap .title {
        font-size: 38px;
    }
    .cbs-section-1 .title h1 {
        font-size: 24px;
    }
    .cbs-section-1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cbs-section-2 .item-wrap {
        margin-bottom: 25px;
    }
    .cbs-section-2 .overlap-btn {
        margin-bottom: -20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    #cbs-contact-form .form-group .sm-p:nth-child(1),
    #cbs-contact-form .form-group .sm-p:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cbs-section-contact {
        padding-top: 40px;
    }
    #cbs-contact_full_name,
    #cbs-contact_mobile {
        margin-bottom: 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}




/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
* {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    color:#fff;
    font-size: 14px;
    line-height: 1.42857143;
}
.terms-btn {
    background-color: #372673;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
}
.terms-btn.selected {
    background-color: #7365ab;
    color: #FFF;
}
#terms{
    background-color: #080847;
    padding-top:2em;
}
.terms *{
    color:#fff;
}
nav{
    padding: 1em 0 1.2em 0;
}
nav .container{
    display: flex;
}
nav .container .side_nav{
    width:25%;
    position: relative
}
nav .container .middle_nav{
    width:50%;
    text-align: center;
}
nav .container .middle_nav .logo img{
    max-width: 200px;
}
nav .container .side_nav img{
    max-width: 30px;
}
nav .side_nav ul{
    position: absolute;
    top: calc(65% - 1.5em);
    padding: 0;
    margin: 0;
}
nav .side_nav ul li{
    display:inline-block;
    text-decoration: none;
    list-style: none;
}
nav .side_nav ul li a{
    color: #fff;
    padding: 0.5em;
}
header{
    background: #138694;
    text-align: center;
}
header.index{
    background-image: linear-gradient(#138694 0 50%, #03383e 50% 100%);
}

header .container{
    width: 1080px;
    max-width: 1080px;
}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
header .title{
    margin: 1em auto 0.7em auto;
    font-weight: 800;
    font-size: 3em;
    line-height: 55px;
    text-align: center;
    width: 100%;
}
header .mobile{
    max-width: 350px;
}
.one_click {
    display: block;
    max-width: 65%;
    margin: 1em auto 3em auto;
}
.tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
header .btn {
    padding: 0.8em 2em;
    min-width: 200px;
}
.btn{
    font-size: 1.2em;
}
.btn-orange {
    color: #fff;
    background-color: #138694;
}
.one_click .btn-orange {
	background-color: #00c783;
}
.ellipse{
    width: 100%;
    max-width: 550px;
    margin-bottom: 2em;
}

.ellipse_parent h3{
    font-size: 1.2em;
    font-weight: 600;
}
.ellipse_parent p{
    font-size: 0.9em;
    font-weight: 300;
}
.flex{
    display: flex;
    justify-content: center;
}
.flex-box{
    margin:1%;
    background: #138694;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}
.flex_text{
    padding: 1em;
}
.flex-box h2{
    margin: 0.2em 0;
    font-size: 1.3em;
}
.flex-box p{
    font-weight: 200;
    font-size: 0.9em;
}
.cbs-section .title,
.cbs-section-1 .title h1 {
    color: #8e4fa2;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.cbs-section-1 .title h1{
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}
.cbs-section-1 .title h3{
    margin-top: 5px;
    margin-bottom: 0;
    color:#138694;
}
.cbs-section-1 .title h1,
#section-1 .title{
    text-align: center;
    color:#138694;
    margin-bottom: 0;
}
#section-1 .btn{
    margin-bottom: 0.5em;
    font-size:1em;
}
#section-2{
    background-image: url("/assets/brands/cbs/images/woman.jpg");
    background-size: cover ;
    background-repeat: no-repeat;
    background-position: right;
    padding:10em 0; 
}

.pride_text{
    color:#fff;
    text-align: left;
}
.pride_text p{
    font-weight: 200;
    margin-top:20px;
}
.pride_text .main{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2em;
}

#contact{
    background: #03383e;
    color:#fff;
    padding: 60px 0 80px 0;
}
main#contact.curved {
	padding-top: 0;
}
#contact .container {
    max-width: 850px;
}
#contact p {
    font-size: 14px;
}
#contact .col-xs-6{
    padding:0;
}
#contact form{
    max-width: 600px;
    display: block;
    margin: 1em auto;
}
#contact input,
#contact select,
#contact .select2-container,
#contact textarea{
    color: #B4A9EC;
    background: #022b31;
    border-radius: 20px;
    padding: 13px 20px;
    margin:0.25em;
    border: none;
    width:calc(100% - 0.5em);
    font-size: 0.9em;
}

#contact .select2-container{
	padding: 9px 20px 8px;
	margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
	background: transparent !important;
	border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px !important;
}
.select2-results__option--selectable {
	color: #000;
}
.select2-results__option--selectable + .select2-results__option--selectable {
	border-top: 1px #BBB solid;
}
#select2-reason-container {
	color: #B4A9EC;
	padding: 0;
}
#contact p.helpline{
    margin-bottom:0;
    color:#e7e0ff
}
#contact .back{
    position: absolute;
    top:0;
    left:0;
}
#contact .page-title,
#terms .page-title {
	font-size: 28px;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
#terms .page-title {
	padding-right: 0;
}
#contact .page-title a,
#terms .page-title a {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
#contact .page-title svg,
#terms .page-title svg {
	fill: #FFF;
	height: 40px;
	width: 40px;
}
#contact input[type="submit"]{
	background-color: #138694;
	border-radius: 30px;
	color:#fff;
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	margin:0.8em auto;
	padding: 15px 12px;
	width: 240px;
}
#contact .form-group {
	margin-bottom: 0;
}
footer{
    padding: 3em 0 5em 0;
    background-color: #138694;
    color:#fff;
    font-size: 0.9em;
}
footer a,
footer a:hover{
    color:#fff;
}
footer img{
    margin-bottom: 0.5em;
}
footer ul{
    padding: 0;
}
.clear{clear: both;}

.more .col{
    padding-right:1%;
}
.mobile.mobile-only{display: none;}
.mobile-only{display:none;}
@media only screen and (max-width : 768px) {
    .desktop-only{display:none}
    nav .container{
        display: block
    }
    nav .container .middle_nav{
        width: 100%;
    }
    nav .container .side_nav{
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    nav .side_nav ul{
        position: relative;
        top:0;
        margin:1em;
    }
	nav .side_nav ul li a {
		border-radius: 5px;
		display: block;
		transition: all ease 0.5s;
		width: 100%;
	}
	nav .side_nav ul li a:hover,
	nav .side_nav ul li a:focus,
	nav .side_nav ul li a:active {
		background: #543f96;
	}
    nav ul li{
        width: 49%;
        text-align:  center;
    }
    nav .container .middle_nav .logo img{
        max-width: 50%;
    }
    nav .mobile-only{
        float: right;
    }
    nav .mobile-only img{
        width:40px;
    }
    nav .container .middle_nav{
        text-align: left;
    }
    .mobile-only{display:inline;}
    header .container{
        width:100%;
    }
    header .title{
        line-height: 1.2em;
        margin: 10px auto;
    }
    .one_click{
        font-size: 1.5em;
        max-width: 100%;
        margin-bottom: 1em;
		margin-left: 0;
		margin-right: 0;
    }
    .one_click p{
        font-size: 18px;
		line-height: 22px;
        margin-bottom: 0;
    }
    .one_click .btn{
        font-size:1.1em;
        font-weight: 500;
    }
    header .btn {
        min-width: 250px;
        padding: 0.6em 2em;
    }
	header.contact nav {
		padding-bottom: 0;
	}
	header.contact nav .side_nav ul {
		margin-bottom: 0;
		padding-bottom: 5px;
	}
    #contact h1{
        margin:0;
        font-weight: 900;
        font-size: 1.7em;
        padding-bottom: 1em;
    }
    #contact .col-xs-6{
        width:100%;
    }
    #contact .container{
        width: 100%
    }
    #contact input, #contact textarea{
		margin: 5px 3px;
    }
    .w40,
    .w60{
        width:100%;
    }
    .ellipse_parent{
        width:95%;
        display:block;
        margin: 0 auto;
        float:unset;
    }
    .ellipse_parent h3{
        font-size: 1.5em;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .ellipse_parent p{
        font-size:1.05em;
    }
    header .w40 img{
        display:none;
    }
    .cbs-section-1 .title h1{
        font-size: 1.2em;
    }
    .cbs-section-1 .title h3 {
        margin-top: 17px;
        margin-bottom: 0;
        font-size: 0.8em;
        padding: 0;
    }
    #section-1 .more{
        display:none;
    }
    #section-1 .flex{
        display:block;
        margin-top:1em;
    }
    #section-1 .flex-box{
        width:100%;
        text-align: left;
        margin: 1em 0;
    }
    .cbs-section-1 img{
        width: 100%;
        max-width: unset;
    }
    #section-2 {
        background-image: url("/assets/brands/cbs/images/woman_mb.jpg");
        background-position:top ;
        padding: 4em 1em 3em 1em;
    }

    .pride_text p{
        font-size: 16px;
        margin-top:0;
    }
    .pride_text.desktop-only{
        display: none;
    }
    .pride_text.mobile-only{
        font-size: 1.3em;
        text-align:center;
    }
    .pride_text.mobile-only .main{
        margin-bottom: 60vh;    
        font-size: 2em;
        font-weight: 700;
        line-height: 1.2em;
    }
    .mobile.mobile-only{
        display: block; 
        margin: 0 auto;
        max-width: 350px;
		width: 100%;
    }
    footer{
        font-size:1.2em
    }
    footer .col-xs-6{
        width:100%;
    }
    footer img{
        width:225px;
    }
    footer ul{
        padding: 0;
    }
}
