html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.clear{
	clear:both;
}
html,body{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	background: #faf9f9;
    overflow-x: hidden;
}




header{
	position: relative;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e87a85+0,14193d+39,14193d+82,090d21+100 */
	background: #03326c; /* Old browsers */
    margin-left:60px;
}
.header-navigation-container{
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: auto;
	padding: 15px 0px;
}
.header-navigation-container-left{
	position: relative;
	float: left;
	width: 50%;
}
.header-navigation-container-left a{
	text-decoration: none;
	display: block;
}
.header-navigation-container-right{
	position: relative;
	float: right;
	width: 50%;
	text-align: right;
    margin-top: 5px;
}
.header-navigation-container-right a{
    background: none;
    border: 2px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 6px 25px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    text-decoration: none;
}
.header-navigation-container-right a:hover{
	background: #fff;
	color: #121637;
    text-decoration: none;
}
.header-navigation-container-right a:focus{
    background: #fff;
    color: #121637;
    text-decoration: none;
}
.header-container{
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: auto;
	padding: 20px 0px;
}
.header-container-left{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 40px;
}
.header-container-right{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
.header-container-left h1{
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-size: 28px;
	text-align: center;
	line-height: 35px;
	text-decoration: underline;
	margin-bottom: 25px;
	color: #fff;
}
.header-container-left h1 span{
    text-transform: capitalize;
}
.header-container-left p{
	font-family: 'Roboto', helvetica, arial, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 21px;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 300;
}
.header-container-left a{
	display: inline-block;
	color: #02316b;
	font-size: 16px;
	background: #ffffff;
	padding: 15px 40px;
	text-align: center;
	margin: auto;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 400;
	font-family: 'Roboto', helvetica, arial, sans-serif;
}
.header-container-right img{
    display: block;
    width: 100%;
    max-width: 540px;
    margin: auto;
    position: relative;
    margin-top: -38px;
}




.exclusive-offers-wrapper{
	position: relative;
	width: 100%;
	background: #efeeee;
	padding: 40px 0px;
	margin-left: 60px;
}
.exclusive-offers-container{
	position: relative;
	max-width: 1200px;
	width: 80%;
	margin: auto;
}
.exclusive-offers-container h2{
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 35px;
	font-family: 'Roboto', helvetica, arial, sans-serif;
}
.exclusive-offers-container h2 span{
    color: #02316b;
    font-weight: bold;
    text-decoration: underline;
    text-transform:capitalize;
}
.exclusive-offers-single-container{

}
.exclusive-offers-single{
    text-align: center;
    position: relative;
    float: left;
    width: 18%;
    margin: 0px 1%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 20px;
}
.exclusive-offers-single h4{
	font-size: 18px;
	margin: 20px 0px 10px 0px;
	color: #090d21;
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: bold;
}
.exclusive-offers-single img{
    display: block;
    margin: auto;
    width: auto;
    max-height: 105px;
}
.exclusive-offers-single p{
	font-size: 14px;
	line-height: 20px;
	color: #090d21;
	margin-bottom: 20px;
	font-family: 'Roboto', helvetica, arial, sans-serif;

}
.exclusive-offers-single a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #02316b;
    padding: 10px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
}



.dashboard-landing-main-wrapper{
	position: relative;
	width: 100%;
	background: #faf9f9;
	padding: 30px 0px;
	margin-left: 60px;
}
.dashboard-landing-main-container{
	position: relative;
	width: 80%;
	margin: auto;
	max-width: 1200px;
}
.dashboard-landing-main-left{
	position: relative;
	float: left;
	width: 63%;
	margin-right: 2%;
}
.dashboard-landing-main-right{
	position: relative;
	float: left;
	width: 35%;
}
.dashboard-landing-main-left-container{
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 5px rgba(100,100,100,0.1);
	margin-bottom: 20px;
    text-align:center;
}

.dashboard-landing-main-left-container h5{
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
}
.dashboard-landing-main-left-container p{
	font-size: 14px;
    line-height: 20px;
    color: #090d21;
    margin-bottom: 20px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: left;
}
.dashboard-landing-main-left-single{
	width: 100%;
	border-radius: 10px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 20px;

}
.dashboard-landing-main-right-container{
	position: relative;
	width: 100%;
	background-color: #faf9f9;
	border-radius: 10px;
}
.dashboard-landing-main-right-single{
	width: 100%;
    background: #efeeee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
	border: 1px solid rgb(224, 221, 221);
}
.dashboard-landing-main-right-single h3{
	font-size: 18px;
    margin: 0px 0px 15px 0px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: left;
    text-decoration: underline;
}
.dashboard-landing-main-right-single p{
	font-size: 14px;
    line-height: 20px;
    color: #090d21;
    margin-bottom: 20px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}
.dashboard-landing-main-right-single-inside{
	position: relative;	
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	box-shadow: 0px 0px 5px rgba(100,100,100,0.1);
}
.dashboard-landing-main-right-single-inside a{
    text-decoration: none;
}
.dashboard-landing-main-right-single-inside img{
	position: relative;
    float: left;
    margin-right: 5%;
    display: block;
    max-height: 85px;
    width: 25%;
}

.dashboard-landing-main-right-single-inside-right{
	position: relative;
	float: right;
	width: 70%;
}
.dashboard-landing-main-right-single-inside-right h6{
    font-size: 14px;
    color: #090d21;
    margin-bottom: 10px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 600;
    line-height: 17px;
}
.dashboard-landing-main-right-single-inside-right p{
    font-size: 14px;
    line-height: 22px;
    color: #545454;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    margin: 0px;
}
.dashboard-landing-main-right-single-inside-right p span{
    background: #067c0f;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
}
.dashboard-landing-main-left-phone-single{
    position: relative;
    width: 31%;
    margin: 0px 1%;
    float: left;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
}
.dashboard-landing-main-left-phone-single img{
    position: relative;
    display: block;
    max-height: 135px;
    margin: auto auto 20px auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
}
.dashboard-landing-main-left-phone-single h6{
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 700;
}
.dashboard-landing-main-left-phone-single p{
    font-size: 14px;
    line-height: 20px;
    color: #090d21;
    margin-bottom: 20px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: center;
}
.dashboard-landing-main-left-phone-single a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #02316a;
    padding: 10px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
}



















.dashboard-landing-main-left-item-single{
    position: relative;
    width: 31%;
    margin: 0px 1% 20px 1%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 193px;
}
.dashboard-landing-main-left-item-single img{
    position: relative;
    display: block;
    max-height: 110px;
    margin: auto auto 20px auto;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.dashboard-landing-main-left-item-single h6{
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 700;
}
.dashboard-landing-main-left-item-single p{
    font-size: 14px;
    line-height: 20px;
    color: #090d21;
    margin-bottom: 0px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: center;
}
.dashboard-landing-main-left-item-single a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 10px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
}


.dashboard-landing-main-acc-details-left{
	position: relative;
	float: left;
	width: 35%;
	margin-right: 5%;
}
.dashboard-landing-main-acc-details-left img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.dashboard-landing-main-acc-details-right{
    position: relative;
    float: left;
    width: 60%;
    margin-top: 6px;
}

.dashboard-landing-main-acc-details-right p{
	margin-bottom: 0px;
}
.header-navigation-mobile{
	display: none;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    z-index: 1000;
    height: 50px;
}

.header-navigation-mobile span{
    position: relative;
    width: 100%;
    height: 5px;
    margin-bottom: 4px;
    background: #fff;
    display: block;
    border-radius: 4px;
}
.dash_background_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000001;
}

#dash_mobile_nav_popup {
    left: 0px;
    right: auto;
    top: 0px;
    bottom: auto;
    height: 100%;
    width: 80%;
    border-radius: 0px;
    background-color: #fff;
    z-index: 10000002;
    position: fixed;
    margin: auto;
    max-width: 600px;
    display: none;
}
.body_col_container_single_col_title {
    height: 56px;
    padding: 0px 15px;
    background-color: #434343;
}
#menu_mobile_close_container img {
    width: 70%;
    max-width: 160px;
    display: block;
    padding-top: 20px;
}
#menu_mobile_close_container i {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    color: #fff;
    font-size: 24px;
}
.mobile_nav_ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.mobile_nav_ul li a {
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #101434;
    padding: 1px 0px 15px 0px;
    position: relative;
    text-decoration: none;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}

.mobile_nav_ul li a i{
    margin-right: 10px;
}
.body_col_container_single_col_inside{
	width: 100%;
	padding: 15px 15px 20px 15px;
	overflow: scroll;
}

.article-wrapper{
	width: 100%;
	position: relative;
    background: #faf9f9;
    padding: 30px 0px;
    margin-left: 60px;
}
.article-container{
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: auto;
	border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 30px;
}
.exclusive-offer-banner-img{
    position: absolute;
    width: 75px !important;
    height: auto;
    max-width: none !important;
    top: -4px;
    right: -4px;
}


#left_col_nav_wrapper {
    position: fixed;
    width: 125px;
    height: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 10;
    margin-left: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 10px 0px 20px rgba(150, 150, 150, 0.1);
}
#left_col_nav_items_container {
    position: relative;
    margin-top: 40px;
}
.left_col_nav_item_single {
    position: relative;
    width: 100%;
    height: 55px;
    border-right: 3px solid #fff;
    margin-bottom: 35px;
}
.left_col_nav_item_single :hover .left_col_nav_bg_icon  i{
	color: #02316a !important
}
.left_col_nav_item_single :hover .left_col_nav_item_single_item{
	color: #02316a !important
}
.left_col_nav_item_single_active {
    border-right: 3px solid #02316a;
}
.left_col_nav_item_single_active  i{
	    color: #02316a !important;
}
.left_col_nav_item_single_active .left_col_nav_item_single_item{
	    color: #02316a !important;

}
.left_col_nav_item_single_link {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0;
    text-decoration: none;
    color: #ffbb46;
    cursor: pointer;
}
.left_col_nav_item_single_link:hover{
    text-decoration: none;
}
.left_col_nav_bg_icon {
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 0px;
    float: none;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.left_col_nav_item_single_item {
    position: relative;
    display: block;
    float: none;
    text-align: center;
    font-size: 13px;
    color: #BDBECD;
    margin-top: 2px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.mobile-phones-approval-wrapper{
    position: relative;
    width: 100%;
    padding: 40px 0px;
    margin-left: 60px;
    text-align: center; 
}
.mobile-phones-approval-container{
    position: relative;
    max-width: 1200px;
    width: 80%;
    margin: auto;
}
.mobile-phones-approval-container h1{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 900;
    color: #14193d;
}
.mobile-phones-approval-container h1 span{
    color: #02316a;
    text-decoration: underline;
    text-transform: capitalize;
}
.mobile-phones-approval-container h3{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    font-weight: 300;
    color: #14193d;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}
.mobile-phones-wrapper{
    position: relative;
    width: 100%;
    background: #faf9f9;
    padding: 40px 0px;
    margin-left: 60px;
    text-align: center;
}
.mobile-phones-container{
    position: relative;
    max-width: 1200px;
    width: 80%;
    margin: auto;
}
.mobile-phone-header-img{
    width: 100%;
    display: block;
    max-width:1088px;
    height: auto;
    margin: auto;
    border-radius: 10px;
}
.mobile-phones-container h1{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: 900;
    color: #14193d;
}

.fa-icon-check{
    color: #27a70a;
    margin-right: 5px;
}
.mobile-phones-container h3{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    font-weight: 300;
    color: #14193d;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}
.mobile-phones-container h3 span{
    color: #02316a;
    font-weight: bold;
    text-decoration: underline;
}
.mobile-phones-container h1 span{
    color: #02316a;
    font-weight: bold;
    text-decoration: underline;
    text-transform: capitalize;
}




.dashboard-mobile-phones-single{
    text-align: center;
    position: relative;
    float: left;
    width: 23%;
    margin: 0px 1% 25px 1%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 20px;
}
.dashboard-mobile-phones-single-img-container{
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.dashboard-mobile-phones-single-img-container img{
    display: block;
    width: auto !important;
    max-width: 150px;
    max-height: 80px !important;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.dashboard-mobile-phones-single img{
    display: block;
    margin: auto;
    width: auto;
    max-height: 150px;
    max-width: 100%;
    z-index: 10000;
}
.dashboard-mobile-phones-single h6{
    font-size: 18px;
    margin: 20px 0px 10px 0px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: bold;
}
.dashboard-mobile-phones-single p{
    font-size: 14px;
    line-height: 22px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    margin-bottom: 0px;
}

.dashboard-mobile-phones-single a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
}


.mobile-phones-single-exclusive-img{
    display: block;
    margin: auto;
    max-height: 105px;
    position: absolute;
    width: 75px !important;
    height: auto;
    max-width: none !important;
    top: -4px;
    right: -4px;
}
.article-page .header-navigation-container-left{
    margin-top: 0px;
    padding: 0px 0px 3px 0px;
}
.article-container-single{
    margin-bottom: 25px;
}
.article-container-single h3{
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    color: #14193d;
    text-decoration: underline;
}
.article-container-single p{
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    color: #14193d;
}
.article-container-single a{
    position: relative;
    color: #00ff00;
    text-decoration: none;
}
.article-personal-details-name{
    font-size: 24px;
    color: #14193d;
    margin-bottom: 20px;
    text-decoration: underline;
}
#login_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#login_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url('https://walletwhale.co.uk/images/ocean.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation-duration: 28s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
}
#login_container:after{
    content:"";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#login_details_container {
    overflow: hidden;
    width: 496px;
    display: block;
    color: white;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    height: 480px;
    border-radius: 10px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    margin: auto;    
}
#login_details_sub_container {
    position: relative;
    width: auto;
    padding: 45px;
    text-align: center;
}
.login_logo {
    position: relative;
    display: block;
    max-width: 173px;
    width: 100%;
    height: auto;
    margin: auto auto 25px auto;
}
.login_welcome_msg_sub {
    font-size: 17px;
    font-weight: normal;
    color: white;
    line-height: 23px;
}
#login_details_container p, #login_details_container a, #login_details_container label {
    color: #121940;
}
.sunshine_login_form {
    position: relative;
    margin-top: 20px;
}
.sunshine_login_form label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    color: rgba(102,102,102,0.5);
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
}
.sunshine_login_form #username-wrapper, .sunshine_login_form #password-wrapper {
    position: relative;
}
.sunshine_login_form #username-wrapper:before {
    content: '\f2bd';
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 14px;
}
.login_sign_in_btn:hover {
    background-color: #4fa2ff;
}
.sunshine_login_form input {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    width: 100%;
    background-color: #e8f0fe;
    border: none;
    border-bottom: 1px solid white;
    height: 45px;
    text-indent: 10px;
    outline: 0px;
    font-size: 14px;
    color: #2c0000;
    margin-bottom: 20px;
    border-radius: 6px;
}
.login_sign_in_btn {
    position: relative;
    font-size: 17px;
    color: #fff;
    outline: none;
    text-align: center;
    width: 80%;
    padding: 14px 50px;
    background-color: #03326c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    margin-top: 5px;
    cursor: pointer;
    border: 0px;
    /* text-shadow: 1px 1px 0px rgba(0,0,2,0.2); */
}
#forgotten_container {
    overflow: hidden;
    width: 496px;
    display: block;
    color: white;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    height: 480px;
    border-radius: 10px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    margin: auto;
}
#forgotten_sub_container {
    position: relative;
    width: auto;
    padding: 55px;
    text-align: center;
    margin-top: 30px;
}
.login_welcome_msg {
    font-size: 36px;
    color: white;
    position: relative;
    display: inline-block;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
#forgotten_container p {
    color: #121940;
}
#forgotten {
    text-decoration: none !important;
    font-size: 14px;
    color: #7A7A7A;
    display: block;
    text-align: center;
    margin-top: 35px;
}
.card-create-account-btn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
    text-align: center;
}

.article-header-top{
    position: relative;
    margin-bottom: 50px;   
    text-align: center;
}
.searching_bg_wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100000;
    display: none;
}
.searching_bg_popup{
    position: fixed;
    top: -150px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 600px;
    height: fit-content;
    z-index: 100001;
    text-align: center;
    display: none;
}
.searching_bg_popup_inside{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.searching_bg_popup p{

}
#searching-phone-stage-one{
    position: relative;
    display: block;
    margin-top: 30px;
}
.searching_bg_popup_inside_title{
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0px 0px 0px;
    color: #090d21;
}
.searching_bg_popup button{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 10px 40px;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

#application_searching_wrapper{
    position: fixed;
    top: -150px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 95%;
    max-width: 500px;
    height: 215px;
    z-index: 100001;
    display: none;
}
.searching-phone-right-handset-cost{
    position: relative;
    margin: 10px 0px;
    font-size: 14px;
    color: #090d21;    
}
#application_searching_wrapper p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}
@keyframes lds-spinner {
   0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #eaffe5;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.08333333
  3333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
    margin: auto;
    width: 200px !important;
    height: 175px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.article-header-left{
    width: 40%;
    float: left;
    position: relative;
    margin-right: 5%;
}

.article-header-left img{
    width: 100%;
    max-width: 400px;
}
.article-header-right{
    width: 55%;
    float: left;
    position: relative;
    max-width: 460px;
}
.searching-phone-left-col{
    position: relative;
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: right;
}
.searching-phone-left-col img{
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    max-width: 270px;
    border-radius: 8px;
    border: 1px solid rgba(100,100,100,0.1);
    box-shadow: 2px 2px 20px rgba(100,100,100,0.1);
    padding: 20px;
    background: #fff;
}
.searching-phone-right-col{
    position: relative;
    float: left;
    width: 60%;
    text-align: left;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px rgba(100,100,100,0.1);
}
.searching-phone-right-headline{
    text-align: left;
    color: #02316a;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration: underline;    
}
.searching-phone-right-weeks{
    text-align: left;
    font-size: 27px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.searching-phone-starter-package{
    margin: 20px 0px 0px 0px;
}
.product_details_starter_pack_heading{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #090d21;
    text-decoration: underline;
}
.searching-phone-benefits{
    position: relative;
    margin: 12px 0px;
    font-size: 14px;  
    color: #090d21;    
}
#app_optin_container{
    position: relative;
    display: block;
    margin: 15px 0px;
}
#app_optin_container input {
    float: left;
    display: inline;
    width: 4%;
}
#app_optin_container p {
    font-size: 12px;
    font-weight: 400;
    color: #828386;
    margin-bottom: 7px;
    display: inline;
    float: left;
    width: 90%;
    text-align: left;
    line-height: 18px;
}
.searching-phone-right-btn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
    border: 0px;
}

#datepicker {
    background-color: #f1f1f1;
    border: 1px solid #e9e9e9;
    height: 50px;
    width: 75%;
    text-indent: 15px;
    padding: 0px;
    border-radius: 4px;
    font-size: 13px;
    color: #808080;
    -webkit-appearance: none;
    background-image: url(https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

#select_start_date_btn {
    width: 23%;
    position: relative;
    height: 49px;
    background-color: #02316a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    float: right;
}
#application_overview_activation_date_container p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 15px;
}
.application_single_form_container {
    position: relative;
    display: block;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid rgba(100,100,100,0.1);
    padding: 20px;
}

.application_acc_overview_title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 300;
    color: #090d21;
}
#application_overview_sub_container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2.5%;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#application_overview_nothing_to_pay_container {
    position: relative;
    color: #ffffff;
    background-color: #077812;
    padding: 2.5%;
    top: -27px;
}
#application_overview_nothing_to_pay_container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
#application_overview_sub_left_col {
    position: relative;
    float: left;
    width: 20%;
    margin-right: 3%;
}
#application_overview_sub_left_col img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
}
#application_overview_sub_right_col {
    position: relative;
    float: left;
    width: 75%;
}
.application_over_right_single_row {
    margin-bottom: 20px;
}
.application_over_right_single_row p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 5px;
}

#application_overview_details_left {
    position: relative;
    float: left;
    width: 60%;
}
#application_overview_details_left li {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}
#application_overview_details_right {
    position: relative;
    float: right;
    width: 40%;
}
#application_overview_details_right li {
    text-align: right;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}
#apply_total_payable_today {
    position: relative;
    text-align: right;
    color: #ff0202;
    margin-top: 5px;
}
.product_details_starter_pack_container {
    background-color: #ffffff;
    border: 1px solid rgba(100,100,100,0.2);
    border-radius: 4px;
    color: #494949;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

.product_details_starter_pack_para {
    font-size: 12px;
    line-height: 17px;
}
#starter_pack_phone_name {
    font-weight: 700;
    text-decoration: underline;
}
#product_details_starter_kit_phone_option {
    position: relative;
    margin-top: 10px;
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 6px;
    display: none;
}
.product_details_starter_pack_title {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}
.hidden {
    display: none;
}
.product_details_starter_phones_single {
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.product_details_starter_phones_single_left {
    float: left;
    position: relative;
}
.product_details_starter_phones_single_right {
    float: right;
    position: relative;
}
.product_details_starter_phones_single input {
    display: inline-block;
}
.product_details_starter_phones_single p {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.starter_phone_more_info_icon {
    width: 17px;
    height: 17px;
    top: 0px;
    right: 0px;
    display: block;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.starter_phone_more_info_icon img {
    width: 100%;
    height: auto;
}
#product_details_starter_pack_single_col_first {
    width: 40%;
}
.product_details_starter_pack_single_col {
    position: relative;
    float: left;
    width: 60%;
}
.product_details_starter_pack_single_col input {
    display: inline-block;
}
.product_details_starter_pack_single_col p {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.searching-phone-benefits-left{
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
}
.searching-phone-benefits-right{
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
}
.application-phone-continue-btn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
    text-align: center;
    border: 0px;
}


.application-phone-continue-btn:focus{
    border: 0px;
    outline: none;
}
.application_form_span {
    display: block;
    position: relative;
    width: 31%;
    margin: 0px 1% 20px 1%;
    float: left;
}

.application_form_span label, .application_banking_details_span_date label {
    font-size: 15px;
    font-weight: 400;
    color: #7d7d7d;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.application_form_span select {
    background-color: #e8effc;
    border: 1px solid #e9e9e9;
    height: 40px;
    width: 100%;
    text-indent: 10px;
    padding: 0px;
    border-radius: 4px;
    font-size: 14px;
    color: #808080;
    background-image: url(https://sunshinemobile.co.uk/images/icons/sunshine_dropdown_menu_icon.png);
    background-repeat: no-repeat;
    background-position: 94%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.application_form_span input {
    background-color: #e8effc;
    border: 1px solid #e9e9e9;
    height: 40px;
    width: 100%;
    text-indent: 20px;
    padding: 0px;
    border-radius: 4px;
    font-size: 14px;
    color: #808080;
    -webkit-appearance: none;
}
.application_banking_details_span_date {
    display: block;
    position: relative;
    width: 48%;
    margin: 0px 1% 0px 1%;
    float: left;
}

.application_bank_details_info_container {
    background-color: #e0f3e2;
    border: 6px;
    width: 100%;
    padding: 15px 2.5%;
    margin: 0px 0px 20px 0px;
    border: 1px solid #96d99d;
    border-radius: 6px;
    color: #4d4d4d;
}
#application_bank_details_start_container {
    position: relative;
    top: 0px;
    width: 80%;
    text-align: center;
    display: inline-block;
    line-height: 19px;
    font-size: 15px;
    float: none;
    color: #126f1c;
}
.application_send_app_btn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
    text-align: center;
    border: 0px;
}


.application_send_app_btn:focus{
    border: 0px;
    outline: none;
}
#mobile-phone-approval-stage-two,#mobile-phone-approval-stage-three{
    display: none;
}
#application_overview_activation_overview_container{
    display: none;
}
.apply_create_title{
    font-size: 22px;
    line-height: 29px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
}

.starter_phone_more_info_modal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 90%;
    max-width: 450px;
    height: 220px;
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5%;
    z-index: 10001;
    display: none;
}

.products_modal_close_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    left: auto;
    z-index: 100;
}
.products_modal_close_btn img {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.starter_phone_more_info_phone_left {
    position: relative;
    float: left;
    width: 22%;
    margin-right: 5%;
}
.starter_phone_more_info_phone_img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
}
.starter_phone_more_info_phone_right {
    position: relative;
    float: left;
    width: 73%;
}
.starter_phone_more_info_phone_name {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.starter_phone_more_info_specification {
    font-size: 16px;
    line-height: 22px;
    color: #494949;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    display: block;
    font-weight: 500;
}
.starter_phone_more_info_phone_right ul li {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

#utopia-card-title{
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: underline;
    color: #14193d;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}
#credoco-card-paragraph{
    font-size: 14px;
    line-height: 22px;
    color: #090d21;
    margin-bottom: 15px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: left;
}
.credoco-card-benefits{
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #14193d;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}
.utopia-card-food-benefits{
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #14193d;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}
#credoco-card-bottom-title{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    font-weight: 400;
    color: #14193d;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-decoration: underline;
}
#my_profile_edit{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 12px 10px 12px 14px;
}
#my_profile_edit i{
    display: block;
}


.food-shopping-main-left-col{
    position: relative;
    float: left;
    width: 67.5%;
    margin-right: 2.5%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.food-shopping-main-left-col p{
    font-size: 14px;
    line-height: 28px;
    color: #14193d;
    margin-bottom: 15px;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    text-align: center;
}
.food-shopping-main-left-col img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.food-shopping-main-right-col{
    position: relative;
    float: left;
    width: 30%;
}
.dashboard-food-item-single{
    text-align: center;
    position: relative;
    width: 95%;
    margin: 0px 0px 25px 0px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 25px 2.5%;
}
.dashboard-food-item-single-main-img{
    display: block;
    margin: auto;
    width: auto;
    max-height: 95px;
}
.dashboard-food-item-single-highlight-img{
    position: absolute;
    width: 75px !important;
    height: auto;
    max-width: none !important;
    top: -4px;
    right: -4px;
    display: block;
    margin: auto;
    max-height: 105px;    
}

.dashboard-food-item-single h6{
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0px 10px 0px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-weight: bold;
}
.dashboard-food-item-single p{
    font-size: 14px;
    line-height: 22px;
    color: #090d21;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    margin-bottom: 0px;
    text-align: center;
}
.dashboard-food-item-single a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
}

.food-shopping-open-account-btn{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background: #03326c;
    padding: 18px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
}


.mobile-phones-header-top{
    margin: 0px 1% 25px 1%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
}
.mobile-phones-header-left{
    width: 40%;
    float: left;
    position: relative;
    margin-right: 5%;
    text-align: center;
}
.mobile-phones-header-left img{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 400px;
}
.mobile-phones-header-right{
    width: 55%;
    float: left;
    position: relative;
    max-width: 460px;
    text-align: left;
}
.my_profile_single_item{
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.my_profile_single_item label{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
}
.my_profile_single_item input,.my_profile_single_item select{
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px;
    text-indent: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #f7f9fe;
    font-size: 12px;
}

.my_profile_single_item button {
    display: block;
    position: relative;
    color: #fff;
    background: #03326c;
    padding: 10px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
}


.utopia-deals-view-more-btn{
      display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 10px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;  
}


.dashboard-landing-main-left-item-single-img{
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    position: relative;
}

.dashboard-landing-main-left-item-single-img img{
    display: block;
    margin: auto;
    max-width: 100%;
    display: block;
    width: auto !important;
    max-height: 80px !important;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;

}
.credoco-flavva-open-account-btn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
}
.credoco-flavva-open-account-btn:hover{

    color: #fff;
    text-decoration: none;
}
.sso-btn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #03326c;
    padding: 15px 40px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    cursor: pointer;
    border: 0px;
}
.sso-btn:hover{

    color: #fff;
    text-decoration: none;
}
.credoco-flavva-backdrop{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 100000;
        bottom: 0px;
        right: 0px;
        background: rgba(0,0,0,0.7);
        display: none;
    }
    .credoco-flavva-modal{
        top: 0px;
        bottom: 0px;
        z-index: 10000000;
        left: 0px;
        right: 0px;
        width: 90%;
        max-width: 500px;
        height: fit-content;
        max-height: 100%;
        overflow: scroll;
        background: #fff;
        border-radius: 6px;
        position: fixed;
        margin: auto;
        padding: 25px 2.5%;
        text-align: center;
        display: none;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
    .credoco-flavva-modal h4{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
        font-weight: 600;
        text-decoration: underline;
        color: #14193d;
        font-family: 'Roboto', helvetica, arial, sans-serif;
        text-align: center;
    }
    .credoco-flavva-modal p{
        font-size: 16px;
        line-height: 21px;
        color: #14193d;
        margin-bottom: 15px;
        font-family: 'Roboto', helvetica, arial, sans-serif;
        text-align: center;
    }
    .credoco-flavva-modal p span{
        color: #7bb719;
        text-decoration: underline;
        cursor: pointer;
    }

    .credoco-flavva-modal-single{
        position: relative;
        display: block;
        margin: 0px 1.5% 15px 1.5%;
        float: left;
        width: 47%;
    }
    .credoco-flavva-modal-single-dob{
        position: relative;
        display: block;
        margin: 0px 0px 15px 0px;
    }
    .credoco-flavva-modal-single-dob label{
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 3px;
        color: #14193d;
        text-align: left;
    }   
    .credoco-flavva-modal-single-dob select{
        background-color: #faf9f9;
        border: 1px solid #e9e9e9;
        height: 40px;
        width: 100%;
        text-indent: 10px;
        padding: 0px;
        border-radius: 4px;
        font-size: 14px;
        color: #808080;
        -webkit-appear: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }   
    .credoco-flavva-modal-single label{
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 3px;
        color: #14193d;
        text-align: left;
    }
    .credoco-flavva-modal-single input{
        display: block;
        background-color: #faf9f9;
        border: 1px solid #e9e9e9;
        height: 40px;
        width: 100%;
        text-indent: 20px;
        padding: 0px;
        border-radius: 4px;
        font-size: 14px;
        color: #808080;
        -webkit-appearance: none;
    }
    .credoco-flavva-modal-single select{
        background-color: #faf9f9;
        border: 1px solid #e9e9e9;
        height: 40px;
        width: 100%;
        text-indent: 10px;
        padding: 0px;
        border-radius: 4px;
        font-size: 14px;
        color: #808080;
        -webkit-appear: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }
    .dateofbirth_dropdown {
        width: 30%;
        display: block;
        float: left;
        text-indent: 5px;
        margin: 0px 1.5%;
    }

    .credoco-flavva-modal-single input:active,.credoco-flavva-modal-single input:focus{
        outline: none;
        background: #eeeeee;
    }
    .credoco-flavva-modal button{
        display: inline-block;
        color: #fff;
        font-size: 16px;
        background: #03326c;
        padding: 15px 40px;
        text-align: center;
        margin: auto;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 400;
        font-family: 'Roboto', helvetica, arial, sans-serif;
        cursor: pointer;
        border: 0px;
    }

    .credoco-flavva-modal button:active,.credoco-flavva-modal button:focus{
        outline: none;

    }
    .terms_conditions_container{

    }
    .terms_conditions_container input{
        float: left;
        display: inline;
        width: 4%;
    }
    .terms_conditions_container p{
        font-size: 12px;
        font-weight: 300;
        color: #828386;
        margin-bottom: 7px;
        display: inline;
        text-align: left;
        float: left;
        width: 90%;
        line-height: 18px;
    }
    #credoco-close-btn{
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0px;
        background: #ccc;
        color: #333;
        width: 25px;
        height: 25px;
        color: #fff;
        cursor: pointer;
        margin: 0px;
        text-decoration: none;
    }
    .privacy_popup_backdrop{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 10000;
        display: none;
    }
    .terms_popup_container, .privacy_popup_container {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 95%;
        max-width: 700px;
        height: 500px;
        overflow: scroll;
        z-index: 100000000;
        background: #fff;
        border-radius: 4px;
        padding: 25px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }
    .terms_popup_close_btn, .privacy_popup_close_btn {
        position: sticky;
        top: 0px;
        right: 10px;
        cursor: pointer;
        text-align: right;
    }
    .article_page_title{
        font-size: 22px;
        text-align: center;
        text-decoration: underline;
        margin-bottom: 20px;
    }
    .terms_popup_container p{
        font-size: 14px;
        line-height: 23px;
    }
    .terms_popup_container h3{
        font-weight: bold;
        font-size: 18px;
    }
    .privacy_popup_container p{
        font-size: 14px;
        line-height: 23px;
    }
    .privacy_popup_container h3{
        font-weight: bold;
        font-size: 18px;
    }
    .home_email_error_optin{
        display: none;
        font-size: 14px;
        color: #ee2222;
        margin-bottom: 20px;        
    }
    .invalid_input{
        border: 1px solid #ff0000 !important;
        background: #ffd1d1 !important;
        color: #f00 !important;
    }
    .valid_input{
        border: 1px solid #00c12b !important;
        background: #ecfff0 !important;    
        color: #116f1c !important;
    }


    .terms_cancellation_form_container {
        position: relative;
        margin: auto;
        padding: 20px;
        border: 1px solid #000;
    }
    .terms_cancellation_form_container p {
        line-height: 25px;
        font-size: 14px;
    }
    .terms_cancellation_form_container label {
        position: relative;
        display: block;
        border-bottom: 1px dotted #000;
        margin-bottom: 5px;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }
    .privacy_popup_inside{
        position: relative;
        width: 100%;
    }
    .privacy_popup_footer_close_btn{
        display: block;
        color: #fff;
        font-size: 16px;
        background: #03326c;
        padding: 15px 40px;
        margin: auto;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 400;
        font-family: 'Roboto', helvetica, arial, sans-serif;
        cursor: pointer;
        border: 0px;
    }

    .privacy_popup_footer_close_btn:active, .privacy_popup_footer_close_btn:focus{
        outline: none;
    }

    .account-disabled-backdrop{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1000000;
    }
    .account-disabled-wrapper{
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        margin: auto;
        width: 95%;
        max-width: 600px;
        height:fit-content;
        z-index: 1100000;
        background: #fff;
        border-radius: 6px;
        padding: 20px;
        text-align: center;
    }
    .account-disabled-wrapper p{
        font-size: 18px;
        text-align: center;
        line-height: 22px;
    }
    #account-disabled-sign-out-btn{
        position: relative;
        display: inline-block;
        margin: 20px auto auto auto;
        color: #fff;
        font-size: 16px;
        background: #03326c;
        padding: 15px 40px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 400;
        font-family: 'Roboto', helvetica, arial, sans-serif; 
        border: 0px;     
        cursor: pointer;
        text-decoration: none;
    }
    #account-disabled-sign-out-btn:hover{

        text-decoration: none;
        color: #fff;
    }
    .offers-category-container{
        text-align: right;
        margin: 0px 0px 30px 0px;
    }

    .offer-category-header{
        font-size: 18px;
        text-decoration: underline;
        margin: 10px 0px 10px 0px;
        color: #03326c;

    }
    .offer-category-selector{
        border: 2px solid #03326c;
        padding: 10px 10px;
        border-radius: 4px;
        font-size: 14px;

    }






@media only screen and (max-width : 1200px) {
    .dashboard-landing-main-right-single-inside img{
        display: block;
        width: auto;
        float: none;
        text-align: center;
        margin: auto auto 20px auto;
    }
    .dashboard-landing-main-right-single-inside-right{
        width: 100%;
        float: none;
        text-align: center;
    }
    .dashboard-landing-main-right-single-inside-right p span{
        display: block;
    }

    .dashboard-mobile-phones-single{
        width: 48%;
    }
    .exclusive-offers-single{
        width: 28%;
        margin: 0px 2.5% 40px 2.5%;        
    }
    .exclusive-offers-wrapper{
        padding: 40px 0px 20px 0px;
    }
    .dashboard-landing-main-acc-details-left{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0px 0px 15px 0px;
    }
    .dashboard-landing-main-acc-details-right{
        width: 100%;
        float: none;
        margin: 0px;
    }
    .dashboard-landing-main-left-item-single{
        float: none;
        width: 100%;
        margin: auto auto 20px auto;
    }
    .dashboard-landing-main-right-single-inside{
        text-align: center;
        display: block;
        margin: auto auto 20px auto;
        width: 100%;
    }
    .dashboard-landing-main-right-single-inside img{
        float: none;
        margin: auto auto 20px auto;
    }
    .dashboard-landing-main-right-single-inside-right{
        float: none;
        width: 100%;
    }
    .dashboard-landing-main-right-single-inside-right p span{
        display: block;
        margin-top: 10px;
    }
    .dashboard-landing-main-left-phone-single{
        float: none;
        width: 100%;
        margin: auto auto 20px auto;
    }

}


@media only screen and (max-width : 800px) {
    .credoco-card-food-benefits li{
        line-height: 18px;
        margin-bottom: 10px;
    }
    .searching-phone-benefits-left{
        float: none;
        width: 100%;
        text-align: center;
    }
    .food-shopping-main-left-col p{
        line-height: 23px;
    }
    .searching-phone-benefits-right{
        float: none;
        width: 100%;
        text-align: center;        
    }
    .terms_popup_container, .privacy_popup_container{
        height: 400px;
    }

#app_optin_container input {
    width: 8%;
    height: 33px;
    top: 0px;
    position: relative;
    margin: 0px 2% 0px 0px;
    padding: 0px;
}


    .header-navigation-container{
        width: 90%;
    }
    .application_send_app_btn{
        width: 100%;
    }
    .application-phone-continue-btn{
        width: 100%;
    }
    #application_overview_sub_left_col{
        float: none;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    #application_overview_sub_left_col img{
        margin: 20px auto 20px auto;
    }
    #application_overview_sub_right_col{
        width: 100%;
        float: none;
    }
    .application_form_span{
        float: none;
        width: 100% !important;
    }
    #select_start_date_btn{
        float: none;
        width: 100%;
        display: block;
    }
    #datepicker{
        width: 100%;
        margin: 0px 0px 20px 0px;
    }


    .dashboard-landing-main-acc-details-left img{
        max-width: 300px;
        margin: auto;
    }
    .mobile-phones-approval-container{
        width: 95%;
    }
    .searching-phone-left-col{
        width: 100%;
        float: none;
        margin: auto;
    }
    .searching-phone-left-col img{
        max-width: 200px;
        display: block;
        margin: auto;
    }
    .searching-phone-right-col{
        float: none;
        width: 100%;
        text-align: center;
        margin: 30px auto auto auto;
        padding: 20px 2.5%;
    }
    .searching-phone-right-headline{
        text-align: center;
        font-size: 31px;
        line-height: 38px;
    }
    .searching-phone-right-weeks{
        text-align: center;
        font-size: 22px;
    }
    .mobile-phones-approval-container h3{
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #14193d;
        font-family: 'Roboto', helvetica, arial, sans-serif;            
    }
    .searching-phone-right-btn{
        font-size: 18px;
        width: 100%;
        padding: 15px 50px;
    }
    .mobile-phones-header-left{
        float: none;
        width: 100%;
        margin: 0px 0px 20px 0px;        
    }
    .food-shopping-main-left-col{
        float: none;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 30px;
    }
    .mobile-phones-header-right{
        float: none;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    #credoco-card-title{
        text-align: center;
    }
    #credoco-card-paragraph,.credoco-card-benefits{
        text-align: center;
    }
    .food-shopping-main-right-col{
        position: relative;
        float: none;
        width: 100%;
    }
    .dashboard-food-item-single{
        width: 100%;
    }
    .mobile-phone-header-img{
        border-radius: 4px;
    }
    .mobile-phones-container{
        width: 90%;
    }
    .article-wrapper{
        width: 100%;
        margin: 0px;
    }
    .article-container{
        width: 90%;
    }
    .exclusive-offers-container{
        width: 90%;
    }
    .dashboard-landing-main-container{
        width: 90%;
    }
    header{
        margin: auto;
    }
    .exclusive-offers-wrapper,.dashboard-landing-main-wrapper{
        margin-left: 0px;
    }
    .mobile-phones-wrapper{
        width: 100%;
        margin: auto;
    }
    .mobile-phones-approval-wrapper{
        width: 100%;
        margin: auto;
    }    
    .dashboard-mobile-phones-single{
        float: none;
        width: 100%;
        margin: 0px 0px 25px 0px;
        min-height: auto !important;
    }
    #left_col_nav_wrapper{
        display: none;
    }


	.exclusive-offers-single h4{
		margin: 20px 0px 10px 0px;
	}
	.header-navigation-mobile{
		display: block;
	}
	.header-navigation-container-right{
		display: none;
	}
	.header-container-left{
		float: none;
	    width: 100%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.header-container-right{
	    width: 100%;
	    text-align: center;
	}
	.exclusive-offers-single{
        margin: auto auto 25px auto;
        width: 100%;
	}
    .exclusive-offers-single-container{
        width: 95%;
        margin: auto;
    }
	.dashboard-landing-main-left-phone-single{
	    width: 100%;
	    margin: 0px 0px 20px 0px;
	}	
	.dashboard-landing-main-left{
	    float: none;
	    width: 100%;
	    margin: auto;		
	}
	.dashboard-landing-main-right{
	    float: none;
	    width: 100%;
	    margin: auto;		
	}	
	.dashboard-landing-main-left-item-single{
	    float: none;
	    width: 100%;
	    margin: 0px 0px 20px 0px;
	}
	.dashboard-landing-main-right-single-inside-right{
		width: 100%;
	}

    .credoco-flavva-modal{
        height: 500px;
        overflow: scroll;
    }
}











@media only screen and (max-width : 320px) {
    .credoco-flavva-modal{
        height: 400px;
        overflow: scroll;
    }    
	.exclusive-offers-single{
		width: 100%;
		margin: auto auto 20px auto;
	}
	.dashboard-landing-main-right-single-inside img{
		width: 25%;
		max-height: none;
	}
	.dashboard-landing-main-right-single-inside-right{
		width: 70%;
	}
	.dashboard-landing-main-right-single-inside-right h6{
		margin-bottom: 10px;
	}
	.header-container-right{
		display: none;
	}

}

input.error {
    border: 2px solid red;
}
